Trace number 4503251

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 2025-06-13? 3584.65 3597.45

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-89.opb
MD5SUM18b53876a62b8c6712d354fac2089947
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1418.99
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
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-4503251-1751169526.opb>
0.39/0.43	c original problem has 10086 variables (10086 bin, 0 int, 0 cont) and 226240 constraints
0.39/0.43	c problem read in 0.431 seconds
0.39/0.43	c problem without objective
0.67/0.74	c presolving:
1.17/1.28	c    (1.3s) running MILP presolver
1.88/1.93	c    (1.9s) MILP presolver found nothing
2.47/2.56	c (round 1, exhaustive) 1 del vars, 10 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 0 chg coeffs, 226228 upgd conss, 0 impls, 48174 clqs
2.98/3.10	c (round 2, exhaustive) 1 del vars, 2826 del conss, 0 add conss, 0 chg bounds, 9 chg sides, 4234 chg coeffs, 226228 upgd conss, 0 impls, 48174 clqs
15.12/15.30	c    (15.3s) probing: 823/10085 (8.2%) - 0 fixings, 0 aggregations, 28789 implications, 0 bound changes
15.12/15.30	c    (15.3s) probing aborted: 50/50 successive totally useless probings
16.42/16.53	c    (16.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
16.62/16.75	c    (16.8s) no symmetry present (symcode time: 0.04)
16.81/16.92	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
16.81/16.92	c  1 deleted vars, 2826 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 9 changed sides, 4324 changed coefficients
16.81/16.92	c  0 implications, 76963 cliques
16.81/16.92	c presolved problem has 10085 variables (10085 bin, 0 int, 0 cont) and 223414 constraints
16.81/16.92	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
16.81/16.92	c   22570 constraints of type <knapsack>
16.81/16.92	c   48174 constraints of type <setppc>
16.81/16.92	c       2 constraints of type <linear>
16.81/16.92	c  152668 constraints of type <logicor>
16.81/16.92	c transformed objective value is always integral (scale: 1)
16.81/16.92	c Presolving Time: 16.18
16.81/16.92	c 
16.81/16.92	c - non default parameters ----------------------------------------------------------------------
16.81/16.92	c 
16.81/16.92	c # SCIP version 10.0.0
16.81/16.92	c 
16.81/16.92	c # maximal time in seconds to run
16.81/16.92	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
16.81/16.92	c limits/time = 3596.99803
16.81/16.92	c 
16.81/16.92	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
16.81/16.92	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
16.81/16.92	c limits/memory = 27900
16.81/16.92	c 
16.81/16.92	c # belongs reading time to solving time?
16.81/16.92	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
16.81/16.92	c timing/reading = TRUE
16.81/16.92	c 
16.81/16.92	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
16.81/16.92	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
16.81/16.92	c reading/opbreader/maxintsize = 47
16.81/16.92	c 
16.81/16.92	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
16.81/16.92	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
16.81/16.92	c propagating/genvbounds/timingmask = 0
16.81/16.92	c 
16.81/16.92	c -----------------------------------------------------------------------------------------------
16.81/16.92	c 
17.72/17.87	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
17.72/17.87	c  17.9s|     1 |     0 |   579 |     - |  1039M |   0 |  10k| 223k| 223k|   0 |  0 |  58 |   0 | 0.000000e+00 |      --      |    Inf | unknown
39.75/39.99	c  40.0s|     1 |     0 |  3073 |     - |  1072M |   0 |  10k| 223k| 223k|   9 |  1 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
68.67/68.96	c  69.0s|     1 |     0 |  3729 |     - |  1095M |   0 |  10k| 223k| 223k|  20 |  2 |  60 |   0 | 0.000000e+00 |      --      |    Inf | unknown
100.70/101.06	c   101s|     1 |     0 |  4925 |     - |  1120M |   0 |  10k| 223k| 223k|  34 |  3 |  63 |   0 | 0.000000e+00 |      --      |    Inf | unknown
116.85/117.20	c   117s|     1 |     0 |  5201 |     - |  1143M |   0 |  10k| 223k| 223k|  56 |  4 |  66 |   0 | 0.000000e+00 |      --      |    Inf | unknown
134.20/134.62	c   135s|     1 |     0 |  5722 |     - |  1167M |   0 |  10k| 223k| 223k|  78 |  5 |  67 |   0 | 0.000000e+00 |      --      |    Inf | unknown
141.88/142.35	c   142s|     1 |     0 |  6038 |     - |  1189M |   0 |  10k| 223k| 223k| 100 |  6 |  74 |   0 | 0.000000e+00 |      --      |    Inf | unknown
153.65/154.13	c   154s|     1 |     0 |  6493 |     - |  1210M |   0 |  10k| 223k| 223k| 124 |  7 |  76 |   0 | 0.000000e+00 |      --      |    Inf | unknown
157.43/157.94	c   158s|     1 |     0 |  7087 |     - |  1232M |   0 |  10k| 223k| 223k| 146 |  8 |  86 |   0 | 0.000000e+00 |      --      |    Inf | unknown
161.22/161.77	c   162s|     1 |     0 |  8043 |     - |  1254M |   0 |  10k| 223k| 223k| 177 |  9 |  96 |   0 | 0.000000e+00 |      --      |    Inf | unknown
172.60/173.10	c   173s|     1 |     0 | 12748 |     - |  1276M |   0 |  10k| 223k| 223k| 208 | 10 | 106 |   0 | 0.000000e+00 |      --      |    Inf | unknown
180.57/181.17	c   181s|     1 |     0 | 20797 |     - |  1297M |   0 |  10k| 223k| 223k| 244 | 11 | 109 |   0 | 0.000000e+00 |      --      |    Inf | unknown
220.73/221.48	c   221s|     1 |     2 | 21511 |     - |  1298M |   0 |  10k| 223k| 223k| 244 | 11 | 146 |  21 | 0.000000e+00 |      --      |    Inf | unknown
1416.05/1420.91	c  1421s|   100 |    98 |512128 |4962.9 |  1476M |  11 |  10k| 224k| 223k|1137 |  1 | 846 |  21 | 0.000000e+00 |      --      |    Inf | unknown
2626.20/2635.63	c  2636s|   200 |   198 |  1185k|5852.0 |  1682M |  12 |  10k| 224k| 223k|3992 |  1 |1639 |  21 | 0.000000e+00 |      --      |    Inf | unknown
3584.20/3597.00	c 
3584.20/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3584.20/3597.00	c Solving Time (sec) : 3597.00
3584.20/3597.00	c Solving Nodes      : 282
3584.20/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3584.20/3597.00	c Dual Bound         : +0.00000000000000e+00
3584.20/3597.00	c Gap                : infinite
3584.20/3597.00	s UNKNOWN
3584.20/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3584.20/3597.00	c Total Time         :    3597.00
3584.20/3597.00	c   solving          :    3597.00
3584.20/3597.00	c   presolving       :      16.18 (included in solving)
3584.20/3597.00	c   reading          :       0.43 (included in solving)
3584.20/3597.00	c   copying          :       0.51 (2 #copies) (minimal 0.25, maximal 0.27, average 0.26)
3584.20/3597.00	c Original Problem   :
3584.20/3597.00	c   Problem name     : HOME/instance-4503251-1751169526.opb
3584.20/3597.00	c   Variables        : 10086 (10086 binary, 0 integer, 0 continuous)
3584.20/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3584.20/3597.00	c   Constraints      : 226240 initial, 226240 maximal
3584.20/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.20/3597.00	c Presolved Problem  :
3584.20/3597.00	c   Problem name     : t_HOME/instance-4503251-1751169526.opb
3584.20/3597.00	c   Variables        : 10085 (10085 binary, 0 integer, 0 continuous)
3584.20/3597.00	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3584.20/3597.00	c   Constraints      : 223414 initial, 225043 maximal
3584.20/3597.00	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.20/3597.00	c   Nonzeros         : 852105 constraint, 157620 clique table
3584.20/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3584.20/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   domcol           :       0.09       0.00      1          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   dualsparsify     :       1.24       0.00      1          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   gateextraction   :       0.17       0.00      2          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   implics          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   milp             :       0.93       0.00      1          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   sparsify         :       0.21       0.00      1          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   trivial          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   dualfix          :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   probing          :      11.38       0.00      1          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   symmetry         :       0.22       0.00      1          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   knapsack         :       0.07       0.00      6          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   setppc           :       0.09       0.00      6          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   linear           :       0.78       0.08      6          0          1          0          0          0         10          0          9          0
3584.20/3597.00	c   logicor          :       0.71       0.09      6          0          0          0          0          0       2816          0          0       4324
3584.20/3597.00	c   components       :       0.06       0.00      1          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3584.20/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3584.20/3597.00	c   integral         :          0          0          0          0        280          0          0          8          0          0          0          0          0          0        560
3584.20/3597.00	c   knapsack         :      22570+     22578         11      27101          0          0          0          4        528         47        209        200         29          0          0
3584.20/3597.00	c   setppc           :      48174+     48224         11      27054          0          0          0          2      13483        216      34232          3          0          0          0
3584.20/3597.00	c   linear           :          2+         8         11      26740          0          0          0          3          7          7          0          0          0          0          0
3584.20/3597.00	c   logicor          :     152668+    154236         11      15523          0          0          0          0       2281        138          1          9          1          0          0
3584.20/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3584.20/3597.00	c   integral         :      40.06       0.00       0.00       0.00      40.06       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   knapsack         :       2.29       0.00       0.16       2.12       0.00       0.00       0.00       0.01       0.00       0.00
3584.20/3597.00	c   setppc           :       3.31       0.00       0.04       3.26       0.00       0.00       0.00       0.00       0.00       0.01
3584.20/3597.00	c   linear           :       0.09       0.08       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   logicor          :       1.35       0.09       0.23       1.01       0.00       0.00       0.00       0.00       0.00       0.01
3584.20/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3584.20/3597.00	c   dualfix          :          1          0          0          0
3584.20/3597.00	c   genvbounds       :          0          0          0          0
3584.20/3597.00	c   nlobbt           :          0          0          0          0
3584.20/3597.00	c   obbt             :          0          0          0          0
3584.20/3597.00	c   probing          :          0          0          0          0
3584.20/3597.00	c   pseudoobj        :          0          0          0          0
3584.20/3597.00	c   redcost          :          0          0          0          0
3584.20/3597.00	c   rootredcost      :          0          0          0          0
3584.20/3597.00	c   symmetry         :          0          0          0          0
3584.20/3597.00	c   vbounds          :       9216          0          0          0
3584.20/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3584.20/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   probing          :      11.38       0.00      11.38       0.00       0.00       0.00
3584.20/3597.00	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3584.20/3597.00	c   symmetry         :       0.22       0.00       0.22       0.00       0.00       0.00
3584.20/3597.00	c   vbounds          :       0.01       0.00       0.00       0.01       0.00       0.00
3584.20/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3584.20/3597.00	c   propagation      :       0.02        402        401          -       3614       33.7         67       14.5          -          -          -
3584.20/3597.00	c   infeasible LP    :       0.06         25         25          -        286       38.1          8       16.9         25       90.2          0
3584.20/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.20/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3584.20/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3584.20/3597.00	c   applied globally :       0.16          -          -          0       2687       22.8          -          -         25          -          -
3584.20/3597.00	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3584.20/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3584.20/3597.00	c   cut pool         :       0.13          -        164         21          -          -       4577      34341          -          -          -          -          -    (maximal pool size:       4155)
3584.20/3597.00	c   aggregation      :       0.91       0.00         48         11          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.20/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.20/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.20/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   clique           :       0.39       0.00         11         11          0          0         82       2569          0        734        734          0          0
3584.20/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   gomory           :     153.52       0.00         47         10          0          0       3536      18054         10       1373       1373          0          0
3584.20/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -       3585          5         89         89          0          -
3584.20/3597.00	c   > strongcg       :          -          -          -          -          -          -          -      14469          5       1284       1284          0          -
3584.20/3597.00	c   impliedbounds    :       0.11       0.00         48         11          0          0        217       1470          0       1240       1240          0          0
3584.20/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   mcf              :       0.10       0.00          1          1          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   multilinear      :       0.00       0.00         20         11          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   rlt              :       0.00       0.00         10         10          0          0          0          0          0          0          0          0          0
3584.20/3597.00	c   zerohalf         :       2.45       0.00         48         11          0          0        837      12248         85       4379       4307         72          0
3584.20/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3584.20/3597.00	c   hybrid           :       0.04       0.00        119         11       7756          0      26892        244          0       3369
3584.20/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3584.20/3597.00	c   problem variables:       0.00          -          0          0
3584.20/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3584.20/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c   relpscost        :      40.06       0.00        280          0          0          0          0          0          0        560
3584.20/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3584.20/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3584.20/3597.00	c   LP solutions     :       0.00          -          -          0          0
3584.20/3597.00	c   relax solutions  :       0.00          -          -          0          0
3584.20/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3584.20/3597.00	c   strong branching :       0.00          -          -          0          0
3584.20/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3584.20/3597.00	c   adaptivediving   :      44.39       0.00         20          0          0
3584.20/3597.00	c   alns             :       0.61       0.00          1          0          0
3584.20/3597.00	c   bound            :       0.00       0.00          0          0          0
3584.20/3597.00	c   clique           :       0.38       0.00          1          0          0
3584.20/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3584.20/3597.00	c   completesol      :       0.00       0.00          0          0          0
3584.20/3597.00	c   conflictdiving   :     327.74       0.00         55          0          0
3584.20/3597.00	c   crossover        :       0.00       0.00          0          0          0
3584.20/3597.00	c   dins             :       0.00       0.00          0          0          0
3584.20/3597.00	c   distributiondivin:      85.84       0.00          2          0          0
3584.20/3597.00	c   dks              :       0.00       0.00          0          0          0
3584.20/3597.00	c   dps              :       0.00       0.00          0          0          0
3584.20/3597.00	c   dualval          :       0.00       0.00          0          0          0
3584.20/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3584.20/3597.00	c   feaspump         :       1.76       0.00          1          0          0
3584.20/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3584.20/3597.00	c   fracdiving       :       0.26       0.00          2          0          0
3584.20/3597.00	c   gins             :       0.00       0.00          0          0          0
3584.20/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3584.20/3597.00	c   indicator        :       0.00       0.00          0          0          0
3584.20/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3584.20/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3584.20/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3584.20/3597.00	c   linesearchdiving :     244.40       0.00         16          0          0
3584.20/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3584.20/3597.00	c   locks            :       0.09       0.00          1          0          0
3584.20/3597.00	c   lpface           :       0.00       0.00          0          0          0
3584.20/3597.00	c   mpec             :       0.00       0.00          0          0          0
3584.20/3597.00	c   multistart       :       0.00       0.00          0          0          0
3584.20/3597.00	c   mutation         :       0.00       0.00          0          0          0
3584.20/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3584.20/3597.00	c   objpscostdiving  :     453.34       0.00          1          0          0
3584.20/3597.00	c   octane           :       0.00       0.00          0          0          0
3584.20/3597.00	c   ofins            :       0.00       0.00          0          0          0
3584.20/3597.00	c   oneopt           :       0.00       0.00          0          0          0
3584.20/3597.00	c   padm             :       0.00       0.00          0          0          0
3584.20/3597.00	c   proximity        :       0.00       0.00          0          0          0
3584.20/3597.00	c   pscostdiving     :     177.89       0.00          4          0          0
3584.20/3597.00	c   randrounding     :       0.29       0.00         12          0          0
3584.20/3597.00	c   rens             :       1.03       0.00          1          0          0
3584.20/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3584.20/3597.00	c   repair           :       0.00       0.00          0          0          0
3584.20/3597.00	c   rins             :       0.00       0.00          0          0          0
3584.20/3597.00	c   rootsoldiving    :      33.37       0.00          3          0          0
3584.20/3597.00	c   rounding         :       1.85       0.00        234          0          0
3584.20/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3584.20/3597.00	c   shiftandpropagate:       0.07       0.00          1          0          0
3584.20/3597.00	c   shifting         :      15.46       0.00        138          0          0
3584.20/3597.00	c   simplerounding   :       0.00       0.00          0          0          0
3584.20/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3584.20/3597.00	c   trivial          :       0.01       0.00          2          0          0
3584.20/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3584.20/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3584.20/3597.00	c   trysol           :       0.00       0.00          0          0          0
3584.20/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3584.20/3597.00	c   undercover       :       0.00       0.00          0          0          0
3584.20/3597.00	c   vbounds          :       0.26       0.00          1          0          0
3584.20/3597.00	c   veclendiving     :      59.27       0.00          5          0          0
3584.20/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3584.20/3597.00	c   zirounding       :       2.11       0.00        280          0          0
3584.20/3597.00	c   other solutions  :          -          -          -          0          -
3584.20/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3584.20/3597.00	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
3584.20/3597.00	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
3584.20/3597.00	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
3584.20/3597.00	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
3584.20/3597.00	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
3584.20/3597.00	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
3584.20/3597.00	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
3584.20/3597.00	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
3584.20/3597.00	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
3584.20/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3584.20/3597.00	c   primal LP        :       3.29         55          0       0.00       0.00       3.29         55
3584.20/3597.00	c   dual LP          :    1918.83        401    1439341    3589.38     750.12       0.00          0
3584.20/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3584.20/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3584.20/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3584.20/3597.00	c   diving/probing LP:    1438.75        345     283219     820.92     196.85
3584.20/3597.00	c   strong branching :      17.79         21      12909     614.71     725.54          -          -         24
3584.20/3597.00	c     (at root node) :          -         21      12909     614.71          -
3584.20/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3584.20/3597.00	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3584.20/3597.00	c   benders          :       0.00          0          0          0       0.00          0          0          0
3584.20/3597.00	c B&B Tree           :
3584.20/3597.00	c   number of runs   :          1
3584.20/3597.00	c   nodes            :        282 (280 internal, 2 leaves)
3584.20/3597.00	c   feasible leaves  :          0
3584.20/3597.00	c   infeas. leaves   :          1
3584.20/3597.00	c   objective leaves :          0
3584.20/3597.00	c   nodes (total)    :        282 (280 internal, 2 leaves)
3584.20/3597.00	c   nodes left       :        279
3584.20/3597.00	c   max depth        :         12
3584.20/3597.00	c   max depth (total):         12
3584.20/3597.00	c   backtracks       :        135 (47.9%)
3584.20/3597.00	c   early backtracks :          0 (0.0%)
3584.20/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3584.20/3597.00	c   delayed cutoffs  :          1
3584.20/3597.00	c   repropagations   :          3 (329 domain reductions, 0 cutoffs)
3584.20/3597.00	c   avg switch length:       4.61
3584.20/3597.00	c   switching time   :       4.09
3584.20/3597.00	c Root Node          :
3584.20/3597.00	c   First LP value   : +0.00000000000000e+00
3584.20/3597.00	c   First LP Iters   :        579 (4727.69 Iter/sec)
3584.20/3597.00	c   First LP Time    :       0.12
3584.20/3597.00	c   Final Dual Bound : +0.00000000000000e+00
3584.20/3597.00	c   Final Root Iters :      20797
3584.20/3597.00	c   Root LP Estimate : +8.74451882318661e-03
3584.20/3597.00	c Solution           :
3584.20/3597.00	c   Solutions found  :          0 (0 improvements)
3584.20/3597.00	c   Primal Bound     :          -
3584.20/3597.00	c   Dual Bound       : +0.00000000000000e+00
3584.20/3597.00	c   Gap              :   infinite
3584.20/3597.00	c Integrals          :      Total       Avg%
3584.20/3597.00	c   primal-dual      :  359700.30     100.00
3584.20/3597.00	c   primal-ref       :          -          - (not evaluated)
3584.20/3597.00	c   dual-ref         :          -          - (not evaluated)
3584.60/3597.44	c Time complete (sec):   3584.648

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503251-1751169526/watcher-4503251-1751169526 -o /tmp/evaluation-result-4503251-1751169526/solver-4503251-1751169526 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751169526-28919 --watchdog 3760 pbsolver -f HOME/instance-4503251-1751169526.opb -t 3600 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=28977, runsolver pid=28962

[startup+0.10006 s]*
/proc/loadavg: 0.94 1.08 1.71 6/265 28978
/proc/meminfo: memFree=129906536/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=53992 memory=43648 CPUtime=0.09 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 8966 0 0 0 8 1 0 0 20 0 1 0 32631431 55287808 10912 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 13498 10912 2176 2575 0 10405 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 53992 KiB
Current children cumulated memory: 43648 KiB

[startup+0.205319 s]*
/proc/loadavg: 0.94 1.08 1.71 6/265 28978
/proc/meminfo: memFree=129842468/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=83336 memory=72448 CPUtime=0.19 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 16173 0 0 0 17 2 0 0 20 0 1 0 32631431 85336064 18112 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 20834 18112 2176 2575 0 17741 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 83336 KiB
Current children cumulated memory: 72448 KiB

[startup+0.305603 s]*
/proc/loadavg: 0.94 1.08 1.71 6/265 28978
/proc/meminfo: memFree=129786160/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=112624 memory=101760 CPUtime=0.28 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 23516 0 0 0 25 3 0 0 20 0 1 0 32631431 115326976 25440 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 28156 25440 2176 2575 0 25063 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 112624 KiB
Current children cumulated memory: 101760 KiB

[startup+0.700162 s]
/proc/loadavg: 0.94 1.08 1.71 6/265 28978
/proc/meminfo: memFree=129587372/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=308376 memory=296604 CPUtime=0.67 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 72712 0 0 0 56 11 0 0 20 0 1 0 32631431 315777024 74119 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 77094 74119 2368 2575 0 74001 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 308376 KiB
Current children cumulated memory: 296604 KiB

[startup+1.50014 s]
/proc/loadavg: 0.94 1.08 1.71 6/265 28978
/proc/meminfo: memFree=129316780/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=531780 memory=515520 CPUtime=1.48 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 101461 0 0 0 129 19 0 0 20 0 1 0 32631431 544542720 128880 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 132945 128880 2496 2575 0 129852 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 531780 KiB
Current children cumulated memory: 515520 KiB

[startup+3.10532 s]
/proc/loadavg: 1.18 1.13 1.72 6/265 28979
/proc/meminfo: memFree=128899652/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=515108 memory=497116 CPUtime=3.08 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 127023 0 0 0 285 23 0 0 20 0 1 0 32631431 527470592 124279 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 128777 124279 2560 2575 0 125684 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 515108 KiB
Current children cumulated memory: 497116 KiB

[startup+6.30013 s]
/proc/loadavg: 1.18 1.13 1.72 6/265 28979
/proc/meminfo: memFree=128884272/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=515108 memory=497884 CPUtime=6.26 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 127211 0 0 0 603 23 0 0 20 0 1 0 32631431 527470592 124471 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 128777 124471 2592 2575 0 125684 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 515108 KiB
Current children cumulated memory: 497884 KiB

[startup+12.7001 s]
/proc/loadavg: 1.78 1.26 1.76 6/265 28979
/proc/meminfo: memFree=128574932/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=515108 memory=497884 CPUtime=12.63 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 127211 0 0 0 1240 23 0 0 20 0 1 0 32631431 527470592 124471 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 128777 124471 2592 2575 0 125684 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 515108 KiB
Current children cumulated memory: 497884 KiB

[startup+25.5001 s]
/proc/loadavg: 2.12 1.35 1.78 6/265 28979
/proc/meminfo: memFree=128003068/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1168416 memory=1092548 CPUtime=25.39 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 191487 0 0 0 2500 39 0 0 20 0 1 0 32631431 1196457984 273137 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 292104 273137 2688 2575 0 289011 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1168416 KiB
Current children cumulated memory: 1092548 KiB

[startup+51.105 s]
/proc/loadavg: 2.76 1.56 1.84 6/265 28979
/proc/meminfo: memFree=127943484/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1243396 memory=1139636 CPUtime=50.93 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 198290 0 0 0 5052 41 0 0 20 0 1 0 32631431 1273237504 284909 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 310849 284909 2688 2575 0 307756 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1243396 KiB
Current children cumulated memory: 1139636 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 2.01 1.98 6/265 28981
/proc/meminfo: memFree=127908700/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1309664 memory=1167832 CPUtime=101.99 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 199201 0 0 0 10157 42 0 0 20 0 1 0 32631431 1341095936 291958 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 327416 291958 2688 2575 0 324323 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 1309664 KiB
Current children cumulated memory: 1167832 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 2.39 2.12 6/265 28994
/proc/meminfo: memFree=127909912/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1435388 memory=1167960 CPUtime=161.82 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 199304 0 0 0 16140 42 0 0 20 0 1 0 32631431 1469837312 291990 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 358847 291990 2688 2575 0 355754 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 1435388 KiB
Current children cumulated memory: 1167960 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 2.70 2.24 6/265 28996
/proc/meminfo: memFree=127372512/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1765248 memory=1450220 CPUtime=221.62 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 268371 0 0 0 22108 54 0 0 20 0 1 0 32631431 1807613952 362555 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 441312 362555 2688 2575 0 438219 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 1765248 KiB
Current children cumulated memory: 1450220 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 2.97 2.37 6/265 28998
/proc/meminfo: memFree=127333652/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1769284 memory=1454056 CPUtime=281.41 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 268968 0 0 0 28086 55 0 0 20 0 1 0 32631431 1811746816 363514 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 442321 363514 2688 2575 0 439228 0
Current children cumulated CPU time: 281.41 s
Current children cumulated vsize: 1769284 KiB
Current children cumulated memory: 1454056 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.17 2.47 6/264 29000
/proc/meminfo: memFree=127220776/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1769284 memory=1454184 CPUtime=341.21 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 268997 0 0 0 34065 56 0 0 20 0 1 0 32631431 1811746816 363546 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 442321 363546 2688 2575 0 439228 0
Current children cumulated CPU time: 341.21 s
Current children cumulated vsize: 1769284 KiB
Current children cumulated memory: 1454184 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.36 2.58 6/264 29002
/proc/meminfo: memFree=127157444/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1769284 memory=1457000 CPUtime=400.98 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 269105 0 0 0 40042 56 0 0 20 0 1 0 32631431 1811746816 364250 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 442321 364250 2688 2575 0 439228 0
Current children cumulated CPU time: 400.98 s
Current children cumulated vsize: 1769284 KiB
Current children cumulated memory: 1457000 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.49 2.68 6/264 29005
/proc/meminfo: memFree=127170648/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1769284 memory=1460584 CPUtime=460.74 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 269105 0 0 0 46017 57 0 0 20 0 1 0 32631431 1811746816 365146 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 442321 365146 2688 2575 0 439228 0
Current children cumulated CPU time: 460.74 s

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

/proc/loadavg: 4.14 4.10 4.02 6/264 29184
/proc/meminfo: memFree=123904092/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1953092 memory=1502196 CPUtime=3150.96 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 273982 0 0 0 315035 61 0 0 20 0 1 0 32631431 1999966208 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 488273 375549 2688 2575 0 485180 0
Current children cumulated CPU time: 3150.96 s
Current children cumulated vsize: 1953092 KiB
Current children cumulated memory: 1502196 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.09 4.02 6/263 29186
/proc/meminfo: memFree=123901184/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1953092 memory=1502196 CPUtime=3210.75 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 273988 0 0 0 321014 61 0 0 20 0 1 0 32631431 1999966208 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 488273 375549 2688 2575 0 485180 0
Current children cumulated CPU time: 3210.75 s
Current children cumulated vsize: 1953092 KiB
Current children cumulated memory: 1502196 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.10 4.02 6/262 29188
/proc/meminfo: memFree=123886120/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1953092 memory=1502196 CPUtime=3270.53 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 273995 0 0 0 326992 61 0 0 20 0 1 0 32631431 1999966208 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 488273 375549 2688 2575 0 485180 0
Current children cumulated CPU time: 3270.53 s
Current children cumulated vsize: 1953092 KiB
Current children cumulated memory: 1502196 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.10 4.02 6/262 29190
/proc/meminfo: memFree=123849560/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3330.32 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274001 0 0 0 332971 61 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3330.32 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.09 4.02 6/263 29193
/proc/meminfo: memFree=123853672/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3390.1 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274275 0 0 0 338948 62 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3390.1 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.10 4.03 6/263 29195
/proc/meminfo: memFree=123858284/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3449.92 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274347 0 0 0 344930 62 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3449.92 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.03 6/264 29200
/proc/meminfo: memFree=123819840/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3509.73 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274649 0 0 0 350911 62 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3509.73 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.09 4.03 6/264 29206
/proc/meminfo: memFree=123823888/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3569.55 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274686 0 0 0 356893 62 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3569.55 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

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

# cumulated CPU time of all completed processes:  user=3584.03 s, system=0.626015 s

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

[startup+3584 s]*
/proc/loadavg: 4.08 4.09 4.03 6/264 29206
/proc/meminfo: memFree=123823888/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3571.25 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274686 0 0 0 357063 62 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3571.25 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

[startup+3590.4 s]
/proc/loadavg: 4.15 4.10 4.03 6/264 29206
/proc/meminfo: memFree=123820260/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3577.62 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274686 0 0 0 357700 62 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3577.62 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

[startup+3593.6 s]
/proc/loadavg: 4.14 4.10 4.03 6/264 29206
/proc/meminfo: memFree=123820512/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3580.81 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274686 0 0 0 358019 62 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3580.81 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

[startup+3595.2 s]
/proc/loadavg: 4.14 4.10 4.03 6/264 29206
/proc/meminfo: memFree=123816456/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3582.4 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274686 0 0 0 358178 62 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3582.4 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

[startup+3596.8 s]
/proc/loadavg: 4.14 4.10 4.03 6/264 29206
/proc/meminfo: memFree=123816708/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3584 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274688 0 0 0 358338 62 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3584 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

[startup+3597.2 s]
/proc/loadavg: 4.13 4.10 4.03 6/264 29206
/proc/meminfo: memFree=123816708/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1995016 memory=1502196 CPUtime=3584.4 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274711 0 0 0 358378 62 0 0 20 0 1 0 32631431 2042896384 375549 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 498754 375549 2688 2575 0 495661 0
Current children cumulated CPU time: 3584.4 s
Current children cumulated vsize: 1995016 KiB
Current children cumulated memory: 1502196 KiB

[startup+3597.4 s]
/proc/loadavg: 4.13 4.10 4.03 6/264 29206
/proc/meminfo: memFree=123816708/131249992 swapFree=33010684/33010684
[pid=28977] ppid=28962 vsize=1942628 memory=1449896 CPUtime=3584.6 cores=4,6
/proc/28977/stat : 28977 (pbsolver) R 28962 28977 28908 0 -1 4194304 274731 0 0 0 358398 62 0 0 20 0 1 0 32631431 1989251072 362474 18446744073709551615 4198400 14743177 140731716122032 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 31170560 140731716131210 140731716131306 140731716131306 140731716136908 0
/proc/28977/statm: 485657 362474 2688 2575 0 482564 0
Current children cumulated CPU time: 3584.6 s
Current children cumulated vsize: 1942628 KiB
Current children cumulated memory: 1449896 KiB

Child status: 0

Real time (s): 3597.45
CPU time (s): 3584.65
CPU user time (s): 3584.03
CPU system time (s): 0.626015
CPU usage (%): 99.6442
Max. virtual memory (cumulated for all children) (KiB): 1995016
Max. memory (cumulated for all children) (KiB): 1502196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.03
system time used= 0.626015
maximum resident set size= 1502196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274758
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= 30
involuntary context switches= 19600


# summary of solver processes directly reported to runsolver:
#   pid: 28977
#   total CPU time (s): 3584.65
#   total CPU user time (s): 3584.03
#   total CPU system time (s): 0.626015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.91395 second user time and 15.0433 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-06-29 05:58:47
IDJOB=4503251
IDBENCH=155416
IDSOLVER=3366
FILE ID=nodeC025/4503251-1751169526
RUNJOBID= nodeC025-1751169526-28919
SLURM_JOB_ID= 9587520
Free space on /tmp= 433032 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-89.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503251-1751169526/watcher-4503251-1751169526 -o /tmp/evaluation-result-4503251-1751169526/solver-4503251-1751169526 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751169526-28919 --watchdog 3760  pbsolver -f HOME/instance-4503251-1751169526.opb -t 3600 -m 31000

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

MD5SUM BENCH= 18b53876a62b8c6712d354fac2089947
RANDOM SEED=1308403903

nodeC025 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.368
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.67
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		: 1981.266
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        129992704 kB
MemAvailable:   129704976 kB
Buffers:            3280 kB
Cached:           521728 kB
SwapCached:            0 kB
Active:           327852 kB
Inactive:         264180 kB
Active(anon):      84556 kB
Inactive(anon):        0 kB
Active(file):     243296 kB
Inactive(file):   264180 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             76200 kB
Writeback:            20 kB
AnonPages:         69836 kB
Mapped:           102376 kB
Shmem:             18084 kB
KReclaimable:      88068 kB
Slab:             172360 kB
SReclaimable:      88068 kB
SUnreclaim:        84292 kB
KernelStack:        4144 kB
PageTables:         2960 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     331888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432976 MiB
End job on nodeC025 at 2025-06-29 06:58:44