Trace number 4505825

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2025-06-13? 3590.16 3598.76

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUM66a4099c9f952e1d32ed00e151115e68
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-17500
Best CPU time to get the best result obtained on this benchmark420.688
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 170372
Biggest coefficient in the objective function 500
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 85145317
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 500
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 85145317
Number of bits of the biggest sum of numbers27
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 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4505825-1751459705.opb>
1.49/1.54	c original problem has 399113 variables (399113 bin, 0 int, 0 cont) and 400980 constraints
1.49/1.54	c problem read in 1.543 seconds
3.09/3.12	c presolving:
4.38/4.40	c (round 1, fast)       170181 del vars, 171072 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 15793 clqs
5.08/5.12	c    (5.1s) running MILP presolver
77.46/77.71	c    (77.7s) MILP presolver (4 rounds): 0 aggregations, 1116 fixings, 0 bound changes
77.46/77.79	c (round 2, medium)     171297 del vars, 171072 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 15781 clqs
77.65/77.93	c (round 3, fast)       171297 del vars, 172006 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 16890 clqs
77.76/78.09	c (round 4, exhaustive) 171297 del vars, 172200 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 16890 clqs
79.05/79.32	c (round 5, exhaustive) 171297 del vars, 172200 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 228780 upgd conss, 0 impls, 16890 clqs
84.33/84.66	c    (84.7s) sparsify finished: 5/1302867 (0.0%) nonzeros canceled - in total 5 canceled nonzeros, 5 changed coefficients, 0 added nonzeros
178.83/179.45	c    (179.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
179.93/180.56	c    (180.6s) symmetry computation finished: 280 generators found (max: 280, log10 of symmetry group size: 1095.61) (symcode time: 0.49)
180.43/181.02	c dynamic symmetry handling statistics:
180.43/181.02	c    orbitopal reduction:       no components
180.43/181.02	c    orbital reduction:          9 components of sizes 13, 10, 6, 11, 15, 9, 12, 10, 194
180.43/181.02	c    lexicographic reduction:  280 permutations with support sizes 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 38c 2, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382, 382
180.43/181.02	c handled 9 out of 9 symmetry components
180.92/181.52	c presolving (6 rounds: 6 fast, 4 medium, 3 exhaustive):
180.92/181.52	c  171400 deleted vars, 172205 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 1 changed sides, 28 changed coefficients
180.92/181.52	c  0 implications, 2219828 cliques
180.92/181.52	c presolved problem has 227785 variables (227785 bin, 0 int, 0 cont) and 228775 constraints
180.92/181.52	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
180.92/181.52	c       1 constraints of type <knapsack>
180.92/181.52	c   16884 constraints of type <setppc>
180.92/181.52	c       1 constraints of type <linear>
180.92/181.52	c  211889 constraints of type <logicor>
180.92/181.52	c transformed objective value is always integral (scale: 1)
180.92/181.52	c Presolving Time: 178.50
180.92/181.52	c 
180.92/181.52	c - non default parameters ----------------------------------------------------------------------
180.92/181.52	c 
180.92/181.52	c # SCIP version 10.0.0
180.92/181.52	c 
180.92/181.52	c # maximal time in seconds to run
180.92/181.52	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
180.92/181.52	c limits/time = 3596.999005
180.92/181.52	c 
180.92/181.52	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
180.92/181.52	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
180.92/181.52	c limits/memory = 27900
180.92/181.52	c 
180.92/181.52	c # belongs reading time to solving time?
180.92/181.52	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
180.92/181.52	c timing/reading = TRUE
180.92/181.52	c 
180.92/181.52	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
180.92/181.52	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
180.92/181.52	c reading/opbreader/maxintsize = 47
180.92/181.52	c 
180.92/181.52	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
180.92/181.52	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
180.92/181.52	c propagating/genvbounds/timingmask = 0
180.92/181.52	c 
180.92/181.52	c -----------------------------------------------------------------------------------------------
180.92/181.58	c 
3588.41/3597.01	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3588.41/3597.01	c  3597s|     1 |     0 | 57250 |     - |  3004M |   0 | 227k| 224k| 223k|   0 |  0 | 446 |   0 |-8.336217e+07 |      --      |    Inf | unknown
3588.41/3597.01	c (node 1) LP solver hit time limit in LP 2 -- using pseudo solution instead
3588.41/3597.01	c 
3588.41/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3588.41/3597.01	c Solving Time (sec) : 3597.01
3588.41/3597.01	c Solving Nodes      : 1
3588.41/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3588.41/3597.01	c Dual Bound         : -8.33621690000000e+07
3588.41/3597.01	c Gap                : infinite
3588.41/3597.01	s UNKNOWN
3588.41/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3588.41/3597.01	c Total Time         :    3597.01
3588.41/3597.01	c   solving          :    3597.01
3588.41/3597.01	c   presolving       :     178.50 (included in solving)
3588.41/3597.01	c   reading          :       1.54 (included in solving)
3588.41/3597.01	c   copying          :       0.00 (0 times copied the problem)
3588.41/3597.01	c Original Problem   :
3588.41/3597.01	c   Problem name     : HOME/instance-4505825-1751459705.opb
3588.41/3597.01	c   Variables        : 399113 (399113 binary, 0 integer, 0 continuous)
3588.41/3597.01	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3588.41/3597.01	c   Constraints      : 400980 initial, 400980 maximal
3588.41/3597.02	c   Objective        : minimize, 170372 non-zeros (abs.min = 287, abs.max = 500)
3588.41/3597.02	c Presolved Problem  :
3588.41/3597.02	c   Problem name     : t_HOME/instance-4505825-1751459705.opb
3588.41/3597.02	c   Variables        : 227785 (227785 binary, 0 integer, 0 continuous)
3588.41/3597.02	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3588.41/3597.02	c   Constraints      : 228775 initial, 228775 maximal
3588.41/3597.03	c   Objective        : minimize, 170367 non-zeros (abs.min = 287, abs.max = 500)
3588.41/3597.03	c   Nonzeros         : 1302560 constraint, 4665211 clique table
3588.41/3597.03	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3588.41/3597.03	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   domcol           :       1.94       0.00      1          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   dualsparsify     :       0.86       0.00      1          0          0          0          0          0          0          0          0         22
3588.41/3597.03	c   gateextraction   :       0.23       0.00      1          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   implics          :       0.02       0.00      4          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   milp             :      73.28       0.00      1       1116          0          0          0          0          0          0          0          0
3588.41/3597.03	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   sparsify         :       0.67       0.00      1          0          0          0          0          0          0          0          0          5
3588.41/3597.03	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   trivial          :       0.05       0.00      6          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   dualfix          :       0.25       0.00      6     170181          0          0          0          0          0          0          0          0
3588.41/3597.03	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   probing          :      93.93       0.01      1         25          0          0          0          0          0          0          0          0
3588.41/3597.03	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   symmetry         :       1.57       0.00      1          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   vbounds          :       0.07       0.00      1          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   knapsack         :       0.20       0.01      3          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   setppc           :       0.13       0.01      3          0          6          0          0          0          5          0          1          1
3588.41/3597.03	c   linear           :       2.08       0.41      7          0          0          0          0          0     172200          0          0          0
3588.41/3597.03	c   logicor          :       2.16       0.10      3          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   components       :       0.27       0.00      1          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   root node        :          -          -      -       4810          -          -       4810          -          -          -          -          -
3588.41/3597.03	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3588.41/3597.03	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3588.41/3597.03	c   knapsack         :          1          1          0       9899          0          0          0          3        939          0          0          0          0          0          0
3588.41/3597.03	c   setppc           :      16884      16884          0       9899          0          0          0          1     254349        346       1488          0          0          0          0
3588.41/3597.03	c   linear           :          1          1          0       7336          0          0          0          3          0          7        111          0          0          0          0
3588.41/3597.03	c   logicor          :     211889     211889          0       8766          0          0          0          0     255316        101       3202          0          0          0          0
3588.41/3597.03	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3588.41/3597.03	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.41/3597.03	c   knapsack         :       7.73       0.01       0.07       3.10       0.00       0.00       0.00       0.02       4.53       0.00
3588.41/3597.03	c   setppc           :      16.46       0.01       0.04      16.11       0.00       0.00       0.00       0.00       0.31       0.00
3588.41/3597.03	c   linear           :       0.41       0.41       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.41/3597.03	c   logicor          :      39.02       0.10       0.19      38.59       0.00       0.00       0.00       0.00       0.14       0.00
3588.41/3597.03	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.41/3597.03	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.41/3597.03	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3588.41/3597.03	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3588.41/3597.03	c   dualfix          :         13          0          0          0
3588.41/3597.03	c   genvbounds       :          0          0          0          0
3588.41/3597.03	c   nlobbt           :          0          0          0          0
3588.41/3597.03	c   obbt             :          0          0          0          0
3588.41/3597.03	c   probing          :          0          0          0          0
3588.41/3597.03	c   pseudoobj        :         13          0          0          0
3588.41/3597.03	c   redcost          :          0          0          0          0
3588.41/3597.03	c   rootredcost      :          0          0          0          0
3588.41/3597.03	c   symmetry         :          0          0          0          0
3588.41/3597.03	c   vbounds          :       2087          0          0          0
3588.41/3597.03	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3588.41/3597.03	c   dualfix          :       0.33       0.00       0.25       0.09       0.00       0.00
3588.41/3597.03	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3588.41/3597.03	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3588.41/3597.03	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3588.41/3597.03	c   probing          :      93.94       0.01      93.93       0.00       0.00       0.00
3588.41/3597.03	c   pseudoobj        :       0.05       0.00       0.00       0.05       0.00       0.00
3588.41/3597.03	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3588.41/3597.03	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3588.41/3597.03	c   symmetry         :       1.57       0.00       1.57       0.00       0.00       0.00
3588.41/3597.03	c   vbounds          :       0.13       0.00       0.07       0.06       0.00       0.00
3588.41/3597.03	c Symmetry           :
3588.41/3597.03	c   #affected vars   :      55199 (55199 bin, 0 int, 0 cont)
3588.41/3597.03	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3588.41/3597.03	c   orbital reduction:          0 reductions applied,          0 cutoffs
3588.41/3597.03	c   lexicographic red:          0 reductions applied,          0 cutoffs
3588.41/3597.03	c   shadow tree time :       0.00 s
3588.41/3597.03	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3588.41/3597.03	c   propagation      :       5.83        436        418          -      26873      415.6          0        0.0          -          -          -
3588.41/3597.03	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3588.41/3597.03	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3588.41/3597.03	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3588.41/3597.03	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3588.41/3597.03	c   applied globally :       0.02          -          -          0        446       74.1          -          -          0          -          -
3588.41/3597.03	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3588.41/3597.03	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3588.41/3597.03	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3588.41/3597.03	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.41/3597.03	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.41/3597.03	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.41/3597.03	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.41/3597.03	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3588.41/3597.03	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3588.41/3597.03	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3588.41/3597.03	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3588.41/3597.03	c   problem variables:       0.00          -          0          0
3588.41/3597.03	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3588.41/3597.03	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3588.41/3597.03	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3588.41/3597.03	c   LP solutions     :       0.00          -          -          0          0
3588.41/3597.03	c   relax solutions  :       0.00          -          -          0          0
3588.41/3597.03	c   pseudo solutions :       0.00          -          -          0          0
3588.41/3597.03	c   strong branching :       0.00          -          -          0          0
3588.41/3597.03	c   actconsdiving    :       0.00       0.00          0          0          0
3588.41/3597.03	c   adaptivediving   :       0.00       0.00          0          0          0
3588.41/3597.03	c   alns             :       0.00       0.00          0          0          0
3588.41/3597.03	c   bound            :       0.00       0.00          0          0          0
3588.41/3597.03	c   clique           :       1.99       0.00          1          0          0
3588.41/3597.03	c   coefdiving       :       0.00       0.00          0          0          0
3588.41/3597.03	c   completesol      :       0.00       0.00          0          0          0
3588.41/3597.03	c   conflictdiving   :       0.00       0.00          0          0          0
3588.41/3597.03	c   crossover        :       0.00       0.00          0          0          0
3588.41/3597.03	c   dins             :       0.00       0.00          0          0          0
3588.41/3597.03	c   distributiondivin:       0.00       0.00          0          0          0
3588.41/3597.03	c   dks              :       0.00       0.00          0          0          0
3588.41/3597.03	c   dps              :       0.00       0.00          0          0          0
3588.41/3597.03	c   dualval          :       0.00       0.00          0          0          0
3588.41/3597.03	c   farkasdiving     :       0.00       0.00          0          0          0
3588.41/3597.03	c   feaspump         :       0.00       0.00          0          0          0
3588.41/3597.03	c   fixandinfer      :       0.00       0.00          0          0          0
3588.41/3597.03	c   fracdiving       :       0.00       0.00          0          0          0
3588.41/3597.03	c   gins             :       0.00       0.00          0          0          0
3588.41/3597.03	c   guideddiving     :       0.00       0.00          0          0          0
3588.41/3597.03	c   indicator        :       0.00       0.00          0          0          0
3588.41/3597.03	c   indicatordiving  :       0.00       0.00          0          0          0
3588.41/3597.03	c   intdiving        :       0.00       0.00          0          0          0
3588.41/3597.03	c   intshifting      :       0.00       0.00          0          0          0
3588.41/3597.03	c   linesearchdiving :       0.00       0.00          0          0          0
3588.41/3597.03	c   localbranching   :       0.00       0.00          0          0          0
3588.41/3597.03	c   locks            :      10.45       0.00          1          0          0
3588.41/3597.03	c   lpface           :       0.00       0.00          0          0          0
3588.41/3597.03	c   mpec             :       0.00       0.00          0          0          0
3588.41/3597.03	c   multistart       :       0.00       0.00          0          0          0
3588.41/3597.03	c   mutation         :       0.00       0.00          0          0          0
3588.41/3597.03	c   nlpdiving        :       0.00       0.00          0          0          0
3588.41/3597.03	c   objpscostdiving  :       0.00       0.00          0          0          0
3588.41/3597.03	c   octane           :       0.00       0.00          0          0          0
3588.41/3597.03	c   ofins            :       0.00       0.00          0          0          0
3588.41/3597.03	c   oneopt           :       0.00       0.00          0          0          0
3588.41/3597.03	c   padm             :       0.00       0.00          0          0          0
3588.41/3597.03	c   proximity        :       0.00       0.00          0          0          0
3588.41/3597.03	c   pscostdiving     :       0.00       0.00          0          0          0
3588.41/3597.03	c   randrounding     :       0.00       0.00          0          0          0
3588.41/3597.03	c   rens             :       0.00       0.00          0          0          0
3588.41/3597.03	c   reoptsols        :       0.00       0.00          0          0          0
3588.41/3597.03	c   repair           :       0.00       0.00          0          0          0
3588.41/3597.03	c   rins             :       0.00       0.00          0          0          0
3588.41/3597.03	c   rootsoldiving    :       0.00       0.00          0          0          0
3588.41/3597.03	c   rounding         :       0.00       0.00          0          0          0
3588.41/3597.03	c   scheduler        :       0.00       0.00          0          0          0
3588.41/3597.03	c   shiftandpropagate:       1.05       0.00          1          0          0
3588.41/3597.03	c   shifting         :       0.00       0.00          0          0          0
3588.41/3597.03	c   simplerounding   :       0.00       0.00          0          0          0
3588.41/3597.03	c   subnlp           :       0.00       0.00          0          0          0
3588.41/3597.03	c   trivial          :       0.17       0.00          2          0          0
3588.41/3597.03	c   trivialnegation  :       0.00       0.00          0          0          0
3588.41/3597.03	c   trustregion      :       0.00       0.00          0          0          0
3588.41/3597.03	c   trysol           :       0.00       0.00          0          0          0
3588.41/3597.03	c   twoopt           :       0.00       0.00          0          0          0
3588.41/3597.03	c   undercover       :       0.00       0.00          0          0          0
3588.41/3597.03	c   vbounds          :       0.82       0.00          1          0          0
3588.41/3597.03	c   veclendiving     :       0.00       0.00          0          0          0
3588.41/3597.03	c   zeroobj          :       0.00       0.00          0          0          0
3588.41/3597.03	c   zirounding       :       0.00       0.00          0          0          0
3588.41/3597.03	c   other solutions  :          -          -          -          0          -
3588.41/3597.03	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3588.41/3597.03	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.41/3597.03	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.41/3597.03	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.41/3597.03	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.41/3597.03	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.41/3597.03	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.41/3597.03	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.41/3597.03	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3588.41/3597.03	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3588.41/3597.03	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3588.41/3597.03	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3588.41/3597.03	c   dual LP          :    3400.78          1      57196   57196.00      16.82       0.00          0
3588.41/3597.03	c   lex dual LP      :       0.00          0          0       0.00          -
3588.41/3597.03	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3588.41/3597.03	c   resolve instable :       0.00          0          0       0.00          -
3588.41/3597.03	c   diving/probing LP:       0.35          1         54      54.00     153.65
3588.41/3597.03	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3588.41/3597.03	c     (at root node) :          -          0          0       0.00          -
3588.41/3597.03	c   conflict analysis:       0.00          0          0       0.00          -
3588.41/3597.03	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3588.41/3597.03	c   benders          :       0.00          0          0          0       0.00          0          0          0
3588.41/3597.03	c B&B Tree           :
3588.41/3597.03	c   number of runs   :          1
3588.41/3597.03	c   nodes            :          1 (0 internal, 1 leaves)
3588.41/3597.03	c   feasible leaves  :          0
3588.41/3597.03	c   infeas. leaves   :          0
3588.41/3597.03	c   objective leaves :          0
3588.41/3597.03	c   nodes (total)    :          1 (0 internal, 1 leaves)
3588.41/3597.03	c   nodes left       :          1
3588.41/3597.03	c   max depth        :          0
3588.41/3597.03	c   max depth (total):          0
3588.41/3597.03	c   backtracks       :          0 (0.0%)
3588.41/3597.03	c   early backtracks :          0 (0.0%)
3588.41/3597.03	c   nodes exc. ref.  :          0 (0.0%)
3588.41/3597.03	c   delayed cutoffs  :          0
3588.41/3597.03	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3588.41/3597.03	c   avg switch length:       1.00
3588.41/3597.03	c   switching time   :       0.00
3588.41/3597.03	c Root Node          :
3588.41/3597.03	c   First LP value   :          -
3588.41/3597.03	c   First LP Iters   :          0
3588.41/3597.03	c   First LP Time    :    3400.78
3588.41/3597.03	c   Final Dual Bound : -8.33621690000000e+07
3588.41/3597.03	c   Final Root Iters :      57196
3588.41/3597.03	c   Root LP Estimate :                     -
3588.41/3597.03	c Solution           :
3588.41/3597.03	c   Solutions found  :          0 (0 improvements)
3588.41/3597.03	c   Primal Bound     :          -
3588.41/3597.03	c   Dual Bound       : -8.33621690000000e+07
3588.41/3597.03	c   Gap              :   infinite
3588.41/3597.03	c Integrals          :      Total       Avg%
3588.41/3597.03	c   primal-dual      :  359701.38     100.00
3588.41/3597.03	c   primal-ref       :          -          - (not evaluated)
3588.41/3597.03	c   dual-ref         :          -          - (not evaluated)
3590.09/3598.75	c Time complete (sec):   3590.157

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505825-1751459705/watcher-4505825-1751459705 -o /tmp/evaluation-result-4505825-1751459705/solver-4505825-1751459705 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751449846-62572 --watchdog 3760 pbsolver -f HOME/instance-4505825-1751459705.opb -t 3600 -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
solver pid=63578, runsolver pid=63575
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.10 4.14 4.10 5/263 63579
/proc/meminfo: memFree=126172120/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=145304 memory=131072 CPUtime=0.1 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 30802 0 0 0 4 6 0 0 20 0 1 0 61650149 148791296 32768 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 36326 32768 2176 2575 0 33233 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 145304 KiB
Current children cumulated memory: 131072 KiB

[startup+0.205667 s]*
/proc/loadavg: 4.10 4.14 4.10 5/263 63579
/proc/meminfo: memFree=126075352/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=238632 memory=224384 CPUtime=0.2 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 54119 0 0 0 10 10 0 0 20 0 1 0 61650149 244359168 56096 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 59658 56096 2176 2575 0 56565 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 238632 KiB
Current children cumulated memory: 224384 KiB

[startup+0.305583 s]*
/proc/loadavg: 4.10 4.14 4.10 5/263 63579
/proc/meminfo: memFree=126027396/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=283600 memory=269184 CPUtime=0.3 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 65319 0 0 0 19 11 0 0 20 0 1 0 61650149 290406400 67296 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 70900 67296 2176 2575 0 67807 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 283600 KiB
Current children cumulated memory: 269184 KiB

[startup+0.700188 s]
/proc/loadavg: 4.10 4.14 4.10 5/263 63579
/proc/meminfo: memFree=125930628/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=495376 memory=481120 CPUtime=0.69 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 117820 0 0 0 50 19 0 0 20 0 1 0 61650149 507265024 120280 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 123844 120280 2176 2575 0 120751 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 495376 KiB
Current children cumulated memory: 481120 KiB

[startup+1.50018 s]
/proc/loadavg: 4.10 4.14 4.10 5/263 63579
/proc/meminfo: memFree=125753220/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=673496 memory=657332 CPUtime=1.49 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 159787 0 0 0 123 26 0 0 20 0 1 0 61650149 689659904 164301 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 168374 164301 2176 2575 0 165281 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 673496 KiB
Current children cumulated memory: 657332 KiB

[startup+3.10548 s]
/proc/loadavg: 4.09 4.13 4.10 5/263 63579
/proc/meminfo: memFree=124886416/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=1483216 memory=1463412 CPUtime=3.09 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 368388 0 0 0 251 58 0 0 20 0 1 0 61650149 1518813184 365853 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 370804 365853 2400 2575 0 367711 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1483216 KiB
Current children cumulated memory: 1463412 KiB

[startup+6.30018 s]
/proc/loadavg: 4.09 4.13 4.10 5/263 63579
/proc/meminfo: memFree=124492056/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=1822300 memory=1794008 CPUtime=6.27 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 399792 0 0 0 558 69 0 0 20 0 1 0 61650149 1866035200 448502 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 455575 448502 2496 2575 0 452482 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1822300 KiB
Current children cumulated memory: 1794008 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.15 4.11 5/263 63579
/proc/meminfo: memFree=124480140/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=1822300 memory=1794008 CPUtime=12.66 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 399904 0 0 0 1196 70 0 0 20 0 1 0 61650149 1866035200 448502 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 455575 448502 2496 2575 0 452482 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1822300 KiB
Current children cumulated memory: 1794008 KiB

[startup+25.5002 s]
/proc/loadavg: 4.13 4.14 4.11 5/264 63581
/proc/meminfo: memFree=124403600/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=1822300 memory=1794008 CPUtime=25.42 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 399909 0 0 0 2472 70 0 0 20 0 1 0 61650149 1866035200 448502 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 455575 448502 2496 2575 0 452482 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1822300 KiB
Current children cumulated memory: 1794008 KiB

[startup+51.1056 s]
/proc/loadavg: 4.09 4.13 4.10 5/263 63581
/proc/meminfo: memFree=124401108/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=1822300 memory=1794008 CPUtime=50.94 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 399962 0 0 0 5024 70 0 0 20 0 1 0 61650149 1866035200 448502 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 455575 448502 2496 2575 0 452482 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1822300 KiB
Current children cumulated memory: 1794008 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/263 63583
/proc/meminfo: memFree=123925640/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=2317304 memory=2286524 CPUtime=101.98 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 514581 0 0 0 10105 93 0 0 20 0 1 0 61650149 2372919296 571631 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 579326 571631 2592 2575 0 576233 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 2317304 KiB
Current children cumulated memory: 2286524 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.11 4.09 5/263 63585
/proc/meminfo: memFree=123923876/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=2317304 memory=2286524 CPUtime=161.78 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 514651 0 0 0 16085 93 0 0 20 0 1 0 61650149 2372919296 571631 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 579326 571631 2592 2575 0 576233 0
Current children cumulated CPU time: 161.78 s
Current children cumulated vsize: 2317304 KiB
Current children cumulated memory: 2286524 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 63587
/proc/meminfo: memFree=123061112/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3273416 memory=3133540 CPUtime=221.59 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 635047 0 0 0 22039 120 0 0 20 0 1 0 61650149 3351977984 783385 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 818354 783385 2656 2575 0 815261 0
Current children cumulated CPU time: 221.59 s
Current children cumulated vsize: 3273416 KiB
Current children cumulated memory: 3133540 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/264 63592
/proc/meminfo: memFree=122993244/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3323792 memory=3166252 CPUtime=281.42 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 638136 0 0 0 28021 121 0 0 20 0 1 0 61650149 3403563008 791563 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 830948 791563 2656 2575 0 827855 0
Current children cumulated CPU time: 281.42 s
Current children cumulated vsize: 3323792 KiB
Current children cumulated memory: 3166252 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.09 4.09 5/263 63594
/proc/meminfo: memFree=122980936/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3339472 memory=3173220 CPUtime=341.27 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 638879 0 0 0 34005 122 0 0 20 0 1 0 61650149 3419619328 793305 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 834868 793305 2656 2575 0 831775 0
Current children cumulated CPU time: 341.27 s
Current children cumulated vsize: 3339472 KiB
Current children cumulated memory: 3173220 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 63597
/proc/meminfo: memFree=122927192/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3346252 memory=3181440 CPUtime=401.09 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 640469 0 0 0 39987 122 0 0 20 0 1 0 61650149 3426562048 795360 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 836563 795360 2656 2575 0 833470 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 3346252 KiB
Current children cumulated memory: 3181440 KiB

[startup+462.3 s]
/proc/loadavg: 3.71 4.00 4.06 4/258 63630
/proc/meminfo: memFree=123868152/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3346252 memory=3181568 CPUtime=460.93 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 640494 0 0 0 45971 122 0 0 20 0 1 0 61650149 3426562048 795392 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 836563 795392 2656 2575 0 833470 0
Current children cumulated CPU time: 460.93 s

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

/proc/loadavg: 1.09 1.08 1.28 2/245 63838
/proc/meminfo: memFree=125971480/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3348792 memory=3236844 CPUtime=3214.61 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 642660 0 0 0 321336 125 0 0 20 0 1 0 61650149 3429163008 809211 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 837198 809211 2656 2575 0 834105 0
Current children cumulated CPU time: 3214.61 s
Current children cumulated vsize: 3348792 KiB
Current children cumulated memory: 3236844 KiB

[startup+3282.3 s]
/proc/loadavg: 1.07 1.08 1.27 2/245 63840
/proc/meminfo: memFree=125971576/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3349056 memory=3237100 CPUtime=3274.47 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 642844 0 0 0 327322 125 0 0 20 0 1 0 61650149 3429433344 809275 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 837264 809275 2656 2575 0 834171 0
Current children cumulated CPU time: 3274.47 s
Current children cumulated vsize: 3349056 KiB
Current children cumulated memory: 3237100 KiB

[startup+3342.3 s]
/proc/loadavg: 1.06 1.08 1.26 2/245 63842
/proc/meminfo: memFree=125972260/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3349188 memory=3237228 CPUtime=3334.32 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 642888 0 0 0 333307 125 0 0 20 0 1 0 61650149 3429568512 809307 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 837297 809307 2656 2575 0 834204 0
Current children cumulated CPU time: 3334.32 s
Current children cumulated vsize: 3349188 KiB
Current children cumulated memory: 3237228 KiB

[startup+3402.3 s]
/proc/loadavg: 1.06 1.08 1.24 2/246 63847
/proc/meminfo: memFree=125972288/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3349452 memory=3237484 CPUtime=3394.18 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 642930 0 0 0 339293 125 0 0 20 0 1 0 61650149 3429838848 809371 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 837363 809371 2656 2575 0 834270 0
Current children cumulated CPU time: 3394.18 s
Current children cumulated vsize: 3349452 KiB
Current children cumulated memory: 3237484 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.09 1.24 2/245 63849
/proc/meminfo: memFree=125968364/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3349768 memory=3239600 CPUtime=3454.03 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 642971 0 0 0 345278 125 0 0 20 0 1 0 61650149 3430162432 809900 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 837442 809900 2656 2575 0 834349 0
Current children cumulated CPU time: 3454.03 s
Current children cumulated vsize: 3349768 KiB
Current children cumulated memory: 3239600 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.09 1.23 2/246 63852
/proc/meminfo: memFree=125946920/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3391812 memory=3261948 CPUtime=3513.89 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 643539 0 0 0 351263 126 0 0 20 0 1 0 61650149 3473215488 815487 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 847953 815487 2656 2575 0 844860 0
Current children cumulated CPU time: 3513.89 s
Current children cumulated vsize: 3391812 KiB
Current children cumulated memory: 3261948 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.09 1.21 2/246 63854
/proc/meminfo: memFree=125947684/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3391812 memory=3261948 CPUtime=3573.74 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 643540 0 0 0 357248 126 0 0 20 0 1 0 61650149 3473215488 815487 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 847953 815487 2656 2575 0 844860 0
Current children cumulated CPU time: 3573.74 s
Current children cumulated vsize: 3391812 KiB
Current children cumulated memory: 3261948 KiB

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

# cumulated CPU time of all completed processes:  user=3588.87 s, system=1.29287 s

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

[startup+3584 s]*
/proc/loadavg: 1.11 1.09 1.21 2/246 63854
/proc/meminfo: memFree=125947684/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3391812 memory=3261948 CPUtime=3575.44 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 643540 0 0 0 357418 126 0 0 20 0 1 0 61650149 3473215488 815487 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 847953 815487 2656 2575 0 844860 0
Current children cumulated CPU time: 3575.44 s
Current children cumulated vsize: 3391812 KiB
Current children cumulated memory: 3261948 KiB

[startup+3590.4 s]
/proc/loadavg: 1.10 1.08 1.21 2/246 63854
/proc/meminfo: memFree=125947684/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3391812 memory=3261948 CPUtime=3581.82 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 643540 0 0 0 358056 126 0 0 20 0 1 0 61650149 3473215488 815487 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 847953 815487 2656 2575 0 844860 0
Current children cumulated CPU time: 3581.82 s
Current children cumulated vsize: 3391812 KiB
Current children cumulated memory: 3261948 KiB

[startup+3593.6 s]
/proc/loadavg: 1.09 1.08 1.21 2/246 63854
/proc/meminfo: memFree=125947684/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3391812 memory=3261948 CPUtime=3585.01 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 643540 0 0 0 358375 126 0 0 20 0 1 0 61650149 3473215488 815487 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 847953 815487 2656 2575 0 844860 0
Current children cumulated CPU time: 3585.01 s
Current children cumulated vsize: 3391812 KiB
Current children cumulated memory: 3261948 KiB

[startup+3596.8 s]
/proc/loadavg: 1.09 1.08 1.21 2/246 63855
/proc/meminfo: memFree=125946612/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3391812 memory=3261948 CPUtime=3588.2 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 643540 0 0 0 358694 126 0 0 20 0 1 0 61650149 3473215488 815487 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 847953 815487 2656 2575 0 844860 0
Current children cumulated CPU time: 3588.2 s
Current children cumulated vsize: 3391812 KiB
Current children cumulated memory: 3261948 KiB

[startup+3597.6 s]
/proc/loadavg: 1.09 1.08 1.21 2/246 63855
/proc/meminfo: memFree=125946612/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3391812 memory=3261948 CPUtime=3589 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 644480 0 0 0 358774 126 0 0 20 0 1 0 61650149 3473215488 815487 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 847953 815487 2656 2575 0 844860 0
Current children cumulated CPU time: 3589 s
Current children cumulated vsize: 3391812 KiB
Current children cumulated memory: 3261948 KiB

[startup+3598.4 s]
/proc/loadavg: 1.08 1.08 1.21 2/246 63855
/proc/meminfo: memFree=125946612/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3391812 memory=3261948 CPUtime=3589.8 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 644621 0 0 0 358854 126 0 0 20 0 1 0 61650149 3473215488 815487 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 847953 815487 2656 2575 0 844860 0
Current children cumulated CPU time: 3589.8 s
Current children cumulated vsize: 3391812 KiB
Current children cumulated memory: 3261948 KiB

[startup+3598.6 s]
/proc/loadavg: 1.08 1.08 1.21 2/246 63855
/proc/meminfo: memFree=125946612/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=3145668 memory=3040876 CPUtime=3589.99 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 644684 0 0 0 358873 126 0 0 20 0 1 0 61650149 3221164032 760219 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 786417 760219 2656 2575 0 783324 0
Current children cumulated CPU time: 3589.99 s
Current children cumulated vsize: 3145668 KiB
Current children cumulated memory: 3040876 KiB

[startup+3598.7 s]
/proc/loadavg: 1.08 1.08 1.21 2/246 63855
/proc/meminfo: memFree=125946612/131249996 swapFree=33010416/33010684
[pid=63578] ppid=63575 vsize=2904896 memory=2798068 CPUtime=3590.09 cores=5,7
/proc/63578/stat : 63578 (pbsolver) R 63575 63578 62559 0 -1 4194304 644688 0 0 0 358882 127 0 0 20 0 1 0 61650149 2974613504 700031 18446744073709551615 4198400 14743177 140728552141152 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 24088576 140728552147338 140728552147434 140728552147434 140728552153036 0
/proc/63578/statm: 725967 699774 2656 2575 0 722874 0
Current children cumulated CPU time: 3590.09 s
Current children cumulated vsize: 2904896 KiB
Current children cumulated memory: 2798068 KiB

Child status: 0

Real time (s): 3598.76
CPU time (s): 3590.16
CPU user time (s): 3588.87
CPU system time (s): 1.29287
CPU usage (%): 99.7611
Max. virtual memory (cumulated for all children) (KiB): 3391812
Max. memory (cumulated for all children) (KiB): 3261948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.87
system time used= 1.29287
maximum resident set size= 3261948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 644763
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= 8
involuntary context switches= 1793


# summary of solver processes directly reported to runsolver:
#   pid: 63578
#   total CPU time (s): 3590.16
#   total CPU user time (s): 3588.87
#   total CPU system time (s): 1.29287

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.1547 second user time and 12.9413 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-07-02 14:35:06
IDJOB=4505825
IDBENCH=157280
IDSOLVER=3366
FILE ID=nodeC030/4505825-1751459705
RUNJOBID= nodeC030-1751449846-62572
SLURM_JOB_ID= 9598431
Free space on /tmp= 432428 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_unif_50null50mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505825-1751459705/watcher-4505825-1751459705 -o /tmp/evaluation-result-4505825-1751459705/solver-4505825-1751459705 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751449846-62572 --watchdog 3760  pbsolver -f HOME/instance-4505825-1751459705.opb -t 3600 -m 31000

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

MD5SUM BENCH= 66a4099c9f952e1d32ed00e151115e68
RANDOM SEED=1276033284

nodeC030 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		: 3600.327
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	: 7000.62
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.371
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	: 7000.62
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		: 3586.030
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	: 7000.62
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		: 3602.780
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	: 7000.62
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.299
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	: 7000.62
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		: 3600.143
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	: 7000.62
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		: 3741.331
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	: 7000.62
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		: 3621.280
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	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126284956 kB
MemAvailable:   126856800 kB
Buffers:            2564 kB
Cached:          1364292 kB
SwapCached:           16 kB
Active:          3412648 kB
Inactive:         920836 kB
Active(anon):    2980132 kB
Inactive(anon):     4548 kB
Active(file):     432516 kB
Inactive(file):   916288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44584 kB
Writeback:            16 kB
AnonPages:       2969716 kB
Mapped:           138120 kB
Shmem:             18048 kB
KReclaimable:     124160 kB
Slab:             213212 kB
SReclaimable:     124160 kB
SUnreclaim:        89052 kB
KernelStack:        4240 kB
PageTables:         9296 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3679288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432464 MiB
End job on nodeC030 at 2025-07-02 15:35:05