Trace number 4511995

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? 3597.35 3609.59

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm95p-dec.opb.negationfix.opb
MD5SUMb485ff0024704468ace87f8a9b2f8459
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark11.9049
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2595328
Total number of constraints11162
Number of constraints which are clauses5068
Number of constraints which are cardinality constraints (but not clauses)5068
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5068
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 1898208
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4365628
Number of bits of the biggest sum of numbers23
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-4511995-1751215068.opb>
5.27/5.36	c original problem has 2595328 variables (2595328 bin, 0 int, 0 cont) and 11162 constraints
5.27/5.36	c problem read in 5.366 seconds
5.27/5.39	c problem without objective
11.75/11.81	c presolving:
25.92/26.02	c (round 1, fast)       3771 del vars, 2 del conss, 0 add conss, 3259 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 817947 clqs
31.79/31.96	c    (31.9s) running MILP presolver
96.92/97.23	c    (97.2s) MILP presolver (3 rounds): 0 aggregations, 512 fixings, 0 bound changes
97.72/98.09	c (round 2, medium)     4283 del vars, 11162 del conss, 6091 add conss, 3259 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 817947 clqs
130.40/130.80	c (round 3, exhaustive) 4283 del vars, 11162 del conss, 6091 add conss, 3259 chg bounds, 0 chg sides, 0 chg coeffs, 6091 upgd conss, 0 impls, 821324 clqs
542.65/544.33	c    (544.3s) probing: 1000/2591045 (0.0%) - 0 fixings, 0 aggregations, 510659 implications, 0 bound changes
542.94/544.67	c    (544.6s) probing: 1001/2591045 (0.0%) - 0 fixings, 0 aggregations, 511170 implications, 0 bound changes
542.94/544.67	c    (544.6s) probing aborted: 1000/1000 successive useless probings
545.35/547.05	c    (547.0s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
551.13/552.88	c    (552.9s) symmetry computation finished: 24 generators found (max: 24, log10 of symmetry group size: 20.07) (symcode time: 4.15)
551.23/552.98	c dynamic symmetry handling statistics:
551.23/552.98	c    orbitopal reduction:       no components
551.23/552.98	c    orbital reduction:          1 components of sizes 24
551.23/552.98	c    lexicographic reduction:   24 permutations with support sizes 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 1024, 9838, 9956, 9956, 9956, 9956
551.23/552.98	c handled 1 out of 1 symmetry components
553.62/555.31	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
553.62/555.31	c  4283 deleted vars, 11162 deleted constraints, 6091 added constraints, 3259 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
553.62/555.31	c  0 implications, 821324 cliques
553.62/555.31	c presolved problem has 2591045 variables (2591045 bin, 0 int, 0 cont) and 6091 constraints
553.62/555.31	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
553.62/555.31	c    1024 constraints of type <knapsack>
553.62/555.31	c    5067 constraints of type <setppc>
553.62/555.31	c transformed objective value is always integral (scale: 1)
553.62/555.31	c Presolving Time: 544.46
553.62/555.31	c 
553.62/555.31	c - non default parameters ----------------------------------------------------------------------
553.62/555.31	c 
553.62/555.31	c # SCIP version 10.0.0
553.62/555.31	c 
553.62/555.31	c # maximal time in seconds to run
553.62/555.31	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
553.62/555.31	c limits/time = 3596.998019
553.62/555.31	c 
553.62/555.31	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
553.62/555.31	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
553.62/555.31	c limits/memory = 27900
553.62/555.31	c 
553.62/555.31	c # belongs reading time to solving time?
553.62/555.31	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
553.62/555.31	c timing/reading = TRUE
553.62/555.31	c 
553.62/555.31	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
553.62/555.31	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
553.62/555.31	c reading/opbreader/maxintsize = 47
553.62/555.31	c 
553.62/555.31	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
553.62/555.31	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
553.62/555.31	c propagating/genvbounds/timingmask = 0
553.62/555.31	c 
553.62/555.31	c -----------------------------------------------------------------------------------------------
554.02/555.76	c 
2102.77/2109.31	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
2102.77/2109.31	c  2109s|     1 |     0 | 31141 |     - |    15G |   0 |2591k|6133 |6091 |   0 |  0 |  42 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3587.28/3599.52	c  3599s|     1 |     0 | 42257 |     - |    16G |   0 |2591k|6132 |6415 | 324 |  1 |  42 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3587.28/3599.52	c (node 1) LP solver hit time limit in LP 51 -- using pseudo solution instead
3587.28/3599.52	c 
3587.28/3599.52	c SCIP Status        : solving was interrupted [time limit reached]
3587.28/3599.52	c Solving Time (sec) : 3599.50
3587.28/3599.52	c Solving Nodes      : 1
3587.28/3599.52	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3587.28/3599.52	c Dual Bound         : +0.00000000000000e+00
3587.28/3599.52	c Gap                : infinite
3587.28/3599.52	s UNKNOWN
3587.28/3599.52	c SCIP Status        : solving was interrupted [time limit reached]
3587.28/3599.52	c Total Time         :    3599.50
3587.28/3599.52	c   solving          :    3599.50
3587.28/3599.52	c   presolving       :     544.46 (included in solving)
3587.28/3599.52	c   reading          :       5.37 (included in solving)
3587.28/3599.52	c   copying          :       0.00 (0 times copied the problem)
3587.28/3599.52	c Original Problem   :
3587.28/3599.52	c   Problem name     : HOME/instance-4511995-1751215068.opb
3587.28/3599.52	c   Variables        : 2595328 (2595328 binary, 0 integer, 0 continuous)
3587.28/3599.52	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.28/3599.52	c   Constraints      : 11162 initial, 11162 maximal
3587.28/3599.59	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.28/3599.59	c Presolved Problem  :
3587.28/3599.59	c   Problem name     : t_HOME/instance-4511995-1751215068.opb
3587.28/3599.59	c   Variables        : 2591045 (2591045 binary, 0 integer, 0 continuous)
3587.28/3599.59	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3587.28/3599.59	c   Constraints      : 6091 initial, 6133 maximal
3587.38/3599.63	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3587.38/3599.63	c   Nonzeros         : 7761872 constraint, 20738048 clique table
3587.38/3599.63	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3587.38/3599.63	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   domcol           :      17.56       0.00      1          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   dualsparsify     :       2.38       0.00      1          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   implics          :       0.14       0.00      3          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   milp             :      70.58       0.00      1        512          0          0          0          0      11160       6091          0          0
3587.38/3599.63	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   sparsify         :       4.88       0.00      1          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   trivial          :       0.34       0.00      4          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   dualfix          :       0.32       0.00      4        512          0          0          0          0          0          0          0          0
3587.38/3599.63	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   probing          :     385.74       0.10      1          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   symmetry         :       5.94       0.00      1          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   vbounds          :       0.79       0.00      1          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   knapsack         :       4.44       0.20      3          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   setppc           :       1.06       0.09      3          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   linear           :      44.65       1.50      4       3259          0          0       3259          0          2          0          0          0
3587.38/3599.63	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   components       :       1.64       0.00      1          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3587.38/3599.63	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3587.38/3599.63	c   integral         :          0          0          0          0          0          0          0          7          0          0          0          0          0          0          0
3587.38/3599.63	c   knapsack         :       1024       1024          1    2579044          0          0          0          3       5622          6          0        201         55          0          0
3587.38/3599.63	c   setppc           :       5067       5067          1    2579038          0          0          0          1         36          0          0          0          0          0          0
3587.38/3599.63	c   logicor          :          0+        42          1          7          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3587.38/3599.63	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.38/3599.63	c   knapsack         :      10.54       0.20       1.57       8.45       0.00       0.00       0.00       0.18       0.15       0.00
3587.38/3599.63	c   setppc           :       5.16       0.09       0.55       4.52       0.00       0.00       0.00       0.00       0.00       0.00
3587.38/3599.63	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.38/3599.63	c   fixedvar         :       0.08       0.08       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.38/3599.63	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.38/3599.63	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3587.38/3599.63	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3587.38/3599.63	c   dualfix          :          1          0          0          0
3587.38/3599.63	c   genvbounds       :          0          0          0          0
3587.38/3599.63	c   nlobbt           :          0          0          0          0
3587.38/3599.63	c   obbt             :          0          0          0          0
3587.38/3599.63	c   probing          :          0          0          0          0
3587.38/3599.63	c   pseudoobj        :          0          0          0          0
3587.38/3599.63	c   redcost          :          0          0          0          0
3587.38/3599.63	c   rootredcost      :          0          0          0          0
3587.38/3599.63	c   symmetry         :          0          0          0          0
3587.38/3599.63	c   vbounds          :       2625          0          0          0
3587.38/3599.63	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3587.38/3599.63	c   dualfix          :       0.40       0.00       0.32       0.08       0.00       0.00
3587.38/3599.63	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3587.38/3599.63	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3587.38/3599.63	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3587.38/3599.63	c   probing          :     385.84       0.10     385.74       0.00       0.00       0.00
3587.38/3599.63	c   pseudoobj        :       0.13       0.00       0.00       0.13       0.00       0.00
3587.38/3599.63	c   redcost          :       0.09       0.00       0.00       0.09       0.00       0.00
3587.38/3599.63	c   rootredcost      :       0.10       0.00       0.00       0.10       0.00       0.00
3587.38/3599.63	c   symmetry         :       6.46       0.00       5.94       0.52       0.00       0.00
3587.38/3599.63	c   vbounds          :       1.64       0.00       0.79       0.85       0.00       0.00
3587.38/3599.63	c Symmetry           :
3587.38/3599.63	c   #affected vars   :      44828 (44828 bin, 0 int, 0 cont)
3587.38/3599.63	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3587.38/3599.63	c   orbital reduction:          0 reductions applied,          0 cutoffs
3587.38/3599.63	c   lexicographic red:          0 reductions applied,          0 cutoffs
3587.38/3599.63	c   shadow tree time :       0.00 s
3587.38/3599.63	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3587.38/3599.63	c   propagation      :       1.14          6          6          -       2104     1880.6          0        0.0          -          -          -
3587.38/3599.63	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.38/3599.63	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3587.38/3599.63	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3587.38/3599.63	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3587.38/3599.63	c   applied globally :       0.00          -          -          0         42     1563.9          -          -          0          -          -
3587.38/3599.63	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3587.38/3599.63	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3587.38/3599.63	c   cut pool         :       0.06          -          1          1          -          -        715        715          -          -          -          -          -    (maximal pool size:        715)
3587.38/3599.63	c   aggregation      :       1.42       0.00          1          1          0          0        501        501          0        228        228          0          0
3587.38/3599.63	c   > cmir           :          -          -          -          -          -          -          -        296          0         60         60          0          -
3587.38/3599.63	c   > flowcover      :          -          -          -          -          -          -          -        201          0        164        164          0          -
3587.38/3599.63	c   > knapsackcover  :          -          -          -          -          -          -          -          4          0          4          4          0          -
3587.38/3599.63	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   clique           :       0.69       0.00          1          1          0          0          6          6          0          5          5          0          0
3587.38/3599.63	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   gomory           :      12.43       0.00          1          1          0          0        201        201          0         35         35          0          0
3587.38/3599.63	c   > gomorymi       :          -          -          -          -          -          -          -        172          0         33         33          0          -
3587.38/3599.63	c   > strongcg       :          -          -          -          -          -          -          -         29          0          2          2          0          -
3587.38/3599.63	c   impliedbounds    :       0.11       0.00          1          1          0          0          7          7          0          1          1          0          0
3587.38/3599.63	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   multilinear      :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   rlt              :       0.00       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c   zerohalf         :       1.27       0.00          1          1          0          0          0          0          0          0          0          0          0
3587.38/3599.63	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3587.38/3599.63	c   hybrid           :       0.62       0.00          1          1        324          0        592        324          0        592
3587.38/3599.63	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3587.38/3599.63	c   problem variables:       0.00          -          0          0
3587.38/3599.63	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3587.38/3599.63	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3587.38/3599.63	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3587.38/3599.63	c   LP solutions     :       0.00          -          -          0          0
3587.38/3599.63	c   relax solutions  :       0.00          -          -          0          0
3587.38/3599.63	c   pseudo solutions :       0.00          -          -          0          0
3587.38/3599.63	c   strong branching :       0.00          -          -          0          0
3587.38/3599.63	c   actconsdiving    :       0.00       0.00          0          0          0
3587.38/3599.63	c   adaptivediving   :       0.00       0.00          0          0          0
3587.38/3599.63	c   alns             :       0.00       0.00          0          0          0
3587.38/3599.63	c   bound            :       0.00       0.00          0          0          0
3587.38/3599.63	c   clique           :      26.73       0.00          1          0          0
3587.38/3599.63	c   coefdiving       :       0.00       0.00          0          0          0
3587.38/3599.63	c   completesol      :       0.00       0.00          0          0          0
3587.38/3599.63	c   conflictdiving   :       0.00       0.00          0          0          0
3587.38/3599.63	c   crossover        :       0.00       0.00          0          0          0
3587.38/3599.63	c   dins             :       0.00       0.00          0          0          0
3587.38/3599.63	c   distributiondivin:       0.00       0.00          0          0          0
3587.38/3599.63	c   dks              :       0.00       0.00          0          0          0
3587.38/3599.63	c   dps              :       0.00       0.00          0          0          0
3587.38/3599.63	c   dualval          :       0.00       0.00          0          0          0
3587.38/3599.63	c   farkasdiving     :       0.00       0.00          0          0          0
3587.38/3599.63	c   feaspump         :     212.18       0.00          1          0          0
3587.38/3599.63	c   fixandinfer      :       0.00       0.00          0          0          0
3587.38/3599.63	c   fracdiving       :       0.00       0.00          0          0          0
3587.38/3599.63	c   gins             :       0.00       0.00          0          0          0
3587.38/3599.63	c   guideddiving     :       0.00       0.00          0          0          0
3587.38/3599.63	c   indicator        :       0.00       0.00          0          0          0
3587.38/3599.63	c   indicatordiving  :       0.00       0.00          0          0          0
3587.38/3599.63	c   intdiving        :       0.00       0.00          0          0          0
3587.38/3599.63	c   intshifting      :       0.00       0.00          0          0          0
3587.38/3599.63	c   linesearchdiving :       0.00       0.00          0          0          0
3587.38/3599.63	c   localbranching   :       0.00       0.00          0          0          0
3587.38/3599.63	c   locks            :      33.05       0.00          1          0          0
3587.38/3599.63	c   lpface           :       0.00       0.00          0          0          0
3587.38/3599.63	c   mpec             :       0.00       0.00          0          0          0
3587.38/3599.63	c   multistart       :       0.00       0.00          0          0          0
3587.38/3599.63	c   mutation         :       0.00       0.00          0          0          0
3587.38/3599.63	c   nlpdiving        :       0.00       0.00          0          0          0
3587.38/3599.63	c   objpscostdiving  :       0.00       0.00          0          0          0
3587.38/3599.63	c   octane           :       0.00       0.00          0          0          0
3587.38/3599.63	c   ofins            :       0.00       0.00          0          0          0
3587.38/3599.63	c   oneopt           :       0.00       0.00          0          0          0
3587.38/3599.63	c   padm             :       0.00       0.00          0          0          0
3587.38/3599.63	c   proximity        :       0.00       0.00          0          0          0
3587.38/3599.63	c   pscostdiving     :       0.00       0.00          0          0          0
3587.38/3599.63	c   randrounding     :       0.78       0.00          1          0          0
3587.38/3599.63	c   rens             :       0.00       0.00          0          0          0
3587.38/3599.63	c   reoptsols        :       0.00       0.00          0          0          0
3587.38/3599.63	c   repair           :       0.00       0.00          0          0          0
3587.38/3599.63	c   rins             :       0.00       0.00          0          0          0
3587.38/3599.63	c   rootsoldiving    :       0.00       0.00          0          0          0
3587.38/3599.63	c   rounding         :       0.01       0.00          1          0          0
3587.38/3599.63	c   scheduler        :       0.00       0.00          0          0          0
3587.38/3599.63	c   shiftandpropagate:       9.38       0.00          1          0          0
3587.38/3599.63	c   shifting         :       3.97       0.00          1          0          0
3587.38/3599.63	c   simplerounding   :       0.06       0.00          0          0          0
3587.38/3599.63	c   subnlp           :       0.00       0.00          0          0          0
3587.38/3599.63	c   trivial          :       1.77       0.00          2          0          0
3587.38/3599.63	c   trivialnegation  :       0.00       0.00          0          0          0
3587.38/3599.63	c   trustregion      :       0.00       0.00          0          0          0
3587.38/3599.63	c   trysol           :       0.00       0.00          0          0          0
3587.38/3599.63	c   twoopt           :       0.00       0.00          0          0          0
3587.38/3599.63	c   undercover       :       0.00       0.00          0          0          0
3587.38/3599.63	c   vbounds          :      20.25       0.00          0          0          0
3587.38/3599.63	c   veclendiving     :       0.00       0.00          0          0          0
3587.38/3599.63	c   zeroobj          :       0.00       0.00          0          0          0
3587.38/3599.63	c   zirounding       :       0.00       0.00          0          0          0
3587.38/3599.63	c   other solutions  :          -          -          -          0          -
3587.38/3599.63	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3587.38/3599.63	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.38/3599.63	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.38/3599.63	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.38/3599.63	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.38/3599.63	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.38/3599.63	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.38/3599.63	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3587.38/3599.63	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3587.38/3599.63	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3587.38/3599.63	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3587.38/3599.63	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3587.38/3599.63	c   dual LP          :    2718.21          2      34077   17038.50      12.54       0.00          0
3587.38/3599.63	c   lex dual LP      :       0.00          0          0       0.00          -
3587.38/3599.63	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3587.38/3599.63	c   resolve instable :       0.00          0          0       0.00          -
3587.38/3599.63	c   diving/probing LP:     159.37         49       8180     166.94      51.33
3587.38/3599.63	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3587.38/3599.63	c     (at root node) :          -          0          0       0.00          -
3587.38/3599.63	c   conflict analysis:       0.00          0          0       0.00          -
3587.38/3599.63	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3587.38/3599.63	c   benders          :       0.00          0          0          0       0.00          0          0          0
3587.38/3599.63	c B&B Tree           :
3587.38/3599.63	c   number of runs   :          1
3587.38/3599.63	c   nodes            :          1 (0 internal, 1 leaves)
3587.38/3599.63	c   feasible leaves  :          0
3587.38/3599.63	c   infeas. leaves   :          0
3587.38/3599.63	c   objective leaves :          0
3587.38/3599.63	c   nodes (total)    :          1 (0 internal, 1 leaves)
3587.38/3599.63	c   nodes left       :          1
3587.38/3599.63	c   max depth        :          0
3587.38/3599.63	c   max depth (total):          0
3587.38/3599.63	c   backtracks       :          0 (0.0%)
3587.38/3599.63	c   early backtracks :          0 (0.0%)
3587.38/3599.63	c   nodes exc. ref.  :          0 (0.0%)
3587.38/3599.63	c   delayed cutoffs  :          0
3587.38/3599.63	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3587.38/3599.63	c   avg switch length:       1.00
3587.38/3599.63	c   switching time   :       0.00
3587.38/3599.63	c Root Node          :
3587.38/3599.63	c   First LP value   : +0.00000000000000e+00
3587.38/3599.63	c   First LP Iters   :      31141 (21.30 Iter/sec)
3587.38/3599.63	c   First LP Time    :    1462.31
3587.38/3599.63	c   Final Dual Bound : +0.00000000000000e+00
3587.38/3599.63	c   Final Root Iters :      42257
3587.38/3599.63	c   Root LP Estimate :                     -
3587.38/3599.63	c Solution           :
3587.38/3599.63	c   Solutions found  :          0 (0 improvements)
3587.38/3599.63	c   Primal Bound     :          -
3587.38/3599.63	c   Dual Bound       : +0.00000000000000e+00
3587.38/3599.63	c   Gap              :   infinite
3587.38/3599.63	c Integrals          :      Total       Avg%
3587.38/3599.63	c   primal-dual      :  359949.56     100.00
3587.38/3599.63	c   primal-ref       :          -          - (not evaluated)
3587.38/3599.63	c   dual-ref         :          -          - (not evaluated)
3597.14/3609.40	c Time complete (sec):   3597.155

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=28708, runsolver pid=28704

[startup+0.100065 s]*
/proc/loadavg: 0.80 2.95 4.09 4/261 28723
/proc/meminfo: memFree=128925140/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=127784 memory=115968 CPUtime=0.1 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 27034 0 0 0 7 3 0 0 20 0 1 0 37184391 130850816 28992 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 31946 28992 2176 2575 0 28853 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 127784 KiB
Current children cumulated memory: 115968 KiB

[startup+0.205641 s]*
/proc/loadavg: 0.80 2.95 4.09 6/265 28727
/proc/meminfo: memFree=128522444/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=225852 memory=214912 CPUtime=0.2 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 51783 0 0 0 14 6 0 0 20 0 1 0 37184391 231272448 53728 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 56463 53728 2176 2575 0 53370 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 225852 KiB
Current children cumulated memory: 214912 KiB

[startup+0.305592 s]*
/proc/loadavg: 0.80 2.95 4.09 5/265 28727
/proc/meminfo: memFree=128144444/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=317632 memory=305992 CPUtime=0.29 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 74050 0 0 0 21 8 0 0 20 0 1 0 37184391 325255168 76498 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 79408 76498 2176 2575 0 76315 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 317632 KiB
Current children cumulated memory: 305992 KiB

[startup+0.700176 s]
/proc/loadavg: 0.80 2.95 4.09 5/265 28727
/proc/meminfo: memFree=127429772/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=681176 memory=669444 CPUtime=0.69 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 162853 0 0 0 47 22 0 0 20 0 1 0 37184391 697524224 167361 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 170294 167361 2176 2575 0 167201 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 681176 KiB
Current children cumulated memory: 669444 KiB

[startup+1.50017 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=125593016/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=1425384 memory=1413640 CPUtime=1.49 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 343793 0 0 0 103 46 0 0 20 0 1 0 37184391 1459593216 353410 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 356346 353410 2176 2575 0 353253 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1425384 KiB
Current children cumulated memory: 1413640 KiB

[startup+3.10572 s]
/proc/loadavg: 1.22 3.00 4.10 5/265 28727
/proc/meminfo: memFree=118934648/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=2625284 memory=2611872 CPUtime=3.09 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 631099 0 0 0 221 88 0 0 20 0 1 0 37184391 2688290816 652968 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 656321 652968 2176 2575 0 653228 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2625284 KiB
Current children cumulated memory: 2611872 KiB

[startup+6.30016 s]
/proc/loadavg: 1.44 3.02 4.10 5/265 28727
/proc/meminfo: memFree=116185312/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=3604376 memory=3575708 CPUtime=6.27 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 876975 0 0 0 503 124 0 0 20 0 1 0 37184391 3690881024 893927 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 901094 893927 2368 2575 0 898001 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3604376 KiB
Current children cumulated memory: 3575708 KiB

[startup+12.7002 s]
/proc/loadavg: 1.73 3.05 4.11 5/265 28727
/proc/meminfo: memFree=102921468/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=6748808 memory=6664540 CPUtime=12.65 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 1537243 0 0 0 1037 228 0 0 20 0 1 0 37184391 6910779392 1666135 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 1687202 1666135 2432 2575 0 1684109 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 6748808 KiB
Current children cumulated memory: 6664540 KiB

[startup+25.5002 s]
/proc/loadavg: 2.08 3.09 4.11 5/265 28727
/proc/meminfo: memFree=100526384/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=7254404 memory=7165268 CPUtime=25.41 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 1657834 0 0 0 2294 247 0 0 20 0 1 0 37184391 7428509696 1791317 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 1813601 1791317 2432 2575 0 1810508 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 7254404 KiB
Current children cumulated memory: 7165268 KiB

[startup+51.1055 s]
/proc/loadavg: 2.91 3.19 4.11 5/265 28727
/proc/meminfo: memFree=93170468/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=9048492 memory=8910716 CPUtime=50.95 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 1689812 0 0 0 4781 314 0 0 20 0 1 0 37184391 9265655808 2227679 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 2262123 2227679 2496 2575 0 2259030 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 9048492 KiB
Current children cumulated memory: 8910716 KiB

[startup+102.3 s]
/proc/loadavg: 3.63 3.35 4.11 5/265 28729
/proc/meminfo: memFree=96393552/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=8002672 memory=7877536 CPUtime=102 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 1696920 0 0 0 9878 322 0 0 20 0 1 0 37184391 8194736128 1969384 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 2000668 1969384 2496 2575 0 1997575 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 8002672 KiB
Current children cumulated memory: 7877536 KiB

[startup+162.3 s]
/proc/loadavg: 3.92 3.48 4.10 5/265 28732
/proc/meminfo: memFree=83739292/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=12066172 memory=11779212 CPUtime=161.81 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 2450359 0 0 0 15739 442 0 0 20 0 1 0 37184391 12355760128 2944803 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 3016543 2944803 2592 2575 0 3013450 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 12066172 KiB
Current children cumulated memory: 11779212 KiB

[startup+222.3 s]
/proc/loadavg: 4.01 3.60 4.10 5/265 28734
/proc/meminfo: memFree=82065312/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=12066172 memory=11779212 CPUtime=221.62 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 2450418 0 0 0 21720 442 0 0 20 0 1 0 37184391 12355760128 2944803 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 3016543 2944803 2592 2575 0 3013450 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 12066172 KiB
Current children cumulated memory: 11779212 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.69 4.09 5/265 28737
/proc/meminfo: memFree=82066432/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=12066172 memory=11779212 CPUtime=281.43 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 2450476 0 0 0 27701 442 0 0 20 0 1 0 37184391 12355760128 2944803 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 3016543 2944803 2592 2575 0 3013450 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 12066172 KiB
Current children cumulated memory: 11779212 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 3.76 4.09 5/265 28741
/proc/meminfo: memFree=82065964/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=12066172 memory=11779212 CPUtime=341.25 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 2450534 0 0 0 33683 442 0 0 20 0 1 0 37184391 12355760128 2944803 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 3016543 2944803 2592 2575 0 3013450 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 12066172 KiB
Current children cumulated memory: 11779212 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 3.84 4.09 5/265 28743
/proc/meminfo: memFree=82065740/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=12066172 memory=11779212 CPUtime=401.06 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 2450592 0 0 0 39664 442 0 0 20 0 1 0 37184391 12355760128 2944803 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 3016543 2944803 2592 2575 0 3013450 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 12066172 KiB
Current children cumulated memory: 11779212 KiB

[startup+462.3 s]
/proc/loadavg: 4.05 3.87 4.09 5/264 28747
/proc/meminfo: memFree=79679168/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=12066172 memory=11779212 CPUtime=460.87 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 2450650 0 0 0 45645 442 0 0 20 0 1 0 37184391 12355760128 2944803 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 3016543 2944803 2592 2575 0 3013450 0
Current children cumulated CPU time: 460.87 s

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

Current children cumulated memory: 17640300 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.16 4.12 5/263 28933
/proc/meminfo: memFree=57738504/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19287848 memory=17640684 CPUtime=3271.37 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3209246 0 0 0 326412 725 0 0 20 0 1 0 37184391 19750756352 4410171 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4821962 4410171 2688 2575 0 4818869 0
Current children cumulated CPU time: 3271.37 s
Current children cumulated vsize: 19287848 KiB
Current children cumulated memory: 17640684 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.14 4.12 5/264 28938
/proc/meminfo: memFree=57740156/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19287848 memory=17640684 CPUtime=3331.13 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3209544 0 0 0 332387 726 0 0 20 0 1 0 37184391 19750756352 4410171 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4821962 4410171 2688 2575 0 4818869 0
Current children cumulated CPU time: 3331.13 s
Current children cumulated vsize: 19287848 KiB
Current children cumulated memory: 17640684 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.13 4.11 5/264 28940
/proc/meminfo: memFree=57735200/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19287848 memory=17640684 CPUtime=3390.87 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3209565 0 0 0 338360 727 0 0 20 0 1 0 37184391 19750756352 4410171 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4821962 4410171 2688 2575 0 4818869 0
Current children cumulated CPU time: 3390.87 s
Current children cumulated vsize: 19287848 KiB
Current children cumulated memory: 17640684 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/266 28946
/proc/meminfo: memFree=57737888/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19287848 memory=17640684 CPUtime=3450.64 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3209585 0 0 0 344336 728 0 0 20 0 1 0 37184391 19750756352 4410171 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4821962 4410171 2688 2575 0 4818869 0
Current children cumulated CPU time: 3450.64 s
Current children cumulated vsize: 19287848 KiB
Current children cumulated memory: 17640684 KiB

[startup+3522.3 s]
/proc/loadavg: 4.04 4.11 4.10 5/269 28952
/proc/meminfo: memFree=57716368/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19287848 memory=17640812 CPUtime=3510.38 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3209592 0 0 0 350310 728 0 0 20 0 1 0 37184391 19750756352 4410203 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4821962 4410203 2688 2575 0 4818869 0
Current children cumulated CPU time: 3510.38 s
Current children cumulated vsize: 19287848 KiB
Current children cumulated memory: 17640812 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.12 4.10 5/269 28954
/proc/meminfo: memFree=57629028/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19287848 memory=17640812 CPUtime=3570.13 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3209608 0 0 0 356284 729 0 0 20 0 1 0 37184391 19750756352 4410203 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4821962 4410203 2688 2575 0 4818869 0
Current children cumulated CPU time: 3570.13 s
Current children cumulated vsize: 19287848 KiB
Current children cumulated memory: 17640812 KiB

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

# cumulated CPU time of all completed processes:  user=3589.72 s, system=7.63065 s

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

[startup+3584 s]*
/proc/loadavg: 4.12 4.12 4.10 5/269 28954
/proc/meminfo: memFree=57604832/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19287848 memory=17640812 CPUtime=3571.83 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3209608 0 0 0 356454 729 0 0 20 0 1 0 37184391 19750756352 4410203 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4821962 4410203 2688 2575 0 4818869 0
Current children cumulated CPU time: 3571.83 s
Current children cumulated vsize: 19287848 KiB
Current children cumulated memory: 17640812 KiB

[startup+3596.8 s]
/proc/loadavg: 4.10 4.11 4.10 5/269 28954
/proc/meminfo: memFree=57504692/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19287848 memory=17640812 CPUtime=3584.59 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3209608 0 0 0 357730 729 0 0 20 0 1 0 37184391 19750756352 4410203 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4821962 4410203 2688 2575 0 4818869 0
Current children cumulated CPU time: 3584.59 s
Current children cumulated vsize: 19287848 KiB
Current children cumulated memory: 17640812 KiB

[startup+3603.2 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 28954
/proc/meminfo: memFree=57574480/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19200828 memory=17559156 CPUtime=3590.96 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3212636 0 0 0 358367 729 0 0 20 0 1 0 37184391 19661647872 4389789 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4800207 4389789 2688 2575 0 4797114 0
Current children cumulated CPU time: 3590.96 s
Current children cumulated vsize: 19200828 KiB
Current children cumulated memory: 17559156 KiB

[startup+3606.4 s]
/proc/loadavg: 4.09 4.11 4.09 5/269 28954
/proc/meminfo: memFree=57574480/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19200828 memory=17559156 CPUtime=3594.15 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3214182 0 0 0 358686 729 0 0 20 0 1 0 37184391 19661647872 4389789 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4800207 4389789 2688 2575 0 4797114 0
Current children cumulated CPU time: 3594.15 s
Current children cumulated vsize: 19200828 KiB
Current children cumulated memory: 17559156 KiB

[startup+3608 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 28954
/proc/meminfo: memFree=57587060/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=19200828 memory=17559156 CPUtime=3595.75 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3214460 0 0 0 358846 729 0 0 20 0 1 0 37184391 19661647872 4389789 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4800207 4389789 2688 2575 0 4797114 0
Current children cumulated CPU time: 3595.75 s
Current children cumulated vsize: 19200828 KiB
Current children cumulated memory: 17559156 KiB

[startup+3608.8 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 28954
/proc/meminfo: memFree=57587060/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=17576808 memory=15948740 CPUtime=3596.55 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3214772 0 0 0 358921 734 0 0 20 0 1 0 37184391 17998651392 3987441 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4393946 3987441 2688 2575 0 4390853 0
Current children cumulated CPU time: 3596.55 s
Current children cumulated vsize: 17576808 KiB
Current children cumulated memory: 15948740 KiB

[startup+3609.2 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 28954
/proc/meminfo: memFree=62382848/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=16331336 memory=14705316 CPUtime=3596.95 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3214772 0 0 0 358955 740 0 0 20 0 1 0 37184391 16723288064 3676329 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 4082834 3676329 2688 2575 0 4079741 0
Current children cumulated CPU time: 3596.95 s
Current children cumulated vsize: 16331336 KiB
Current children cumulated memory: 14705316 KiB

[startup+3609.4 s]
/proc/loadavg: 4.08 4.11 4.09 5/269 28954
/proc/meminfo: memFree=62382848/131249996 swapFree=33010684/33010684
[pid=28708] ppid=28704 vsize=12920900 memory=12280772 CPUtime=3597.14 cores=1,3
/proc/28708/stat : 28708 (pbsolver) R 28704 28708 28655 0 -1 4194304 3214815 0 0 0 358971 743 0 0 20 0 1 0 37184391 13231001600 3070193 18446744073709551615 4198400 14743177 140735050088928 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 16769280 16853168 27164672 140735050094986 140735050095082 140735050095082 140735050100684 0
/proc/28708/statm: 3230225 3070193 2688 2575 0 3227132 0
Current children cumulated CPU time: 3597.14 s
Current children cumulated vsize: 12920900 KiB
Current children cumulated memory: 12280772 KiB

[startup+3609.5 s]*
/proc/loadavg: 4.08 4.11 4.09 5/269 28954
/proc/meminfo: memFree=80427612/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3609.59
CPU time (s): 3597.35
CPU user time (s): 3589.72
CPU system time (s): 7.63065
CPU usage (%): 99.6607
Max. virtual memory (cumulated for all children) (KiB): 19423544
Max. memory (cumulated for all children) (KiB): 17713780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.72
system time used= 7.63065
maximum resident set size= 17769204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3214815
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= 23
involuntary context switches= 4783


# summary of solver processes directly reported to runsolver:
#   pid: 28708
#   total CPU time (s): 3597.35
#   total CPU user time (s): 3589.72
#   total CPU system time (s): 7.63065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.75053 second user time and 17.0174 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-29 18:37:49
IDJOB=4511995
IDBENCH=160489
IDSOLVER=3366
FILE ID=nodeC015/4511995-1751215068
RUNJOBID= nodeC015-1751215068-28670
SLURM_JOB_ID= 9587650
Free space on /tmp= 432504 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm95p-dec.opb.negationfix.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511995-1751215068/watcher-4511995-1751215068 -o /tmp/evaluation-result-4511995-1751215068/solver-4511995-1751215068 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751215068-28670 --watchdog 3760  pbsolver -f HOME/instance-4511995-1751215068.opb -t 3600 -m 31000

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

MD5SUM BENCH= b485ff0024704468ace87f8a9b2f8459
RANDOM SEED=1998092247

nodeC015 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		: 3582.655
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.14
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.486
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.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129226868 kB
MemAvailable:   129688584 kB
Buffers:            3280 kB
Cached:          1270744 kB
SwapCached:            0 kB
Active:           371012 kB
Inactive:        1014368 kB
Active(anon):     129436 kB
Inactive(anon):        0 kB
Active(file):     241576 kB
Inactive(file):  1014368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            538356 kB
Writeback:             0 kB
AnonPages:        114448 kB
Mapped:           111280 kB
Shmem:             18076 kB
KReclaimable:      90024 kB
Slab:             175884 kB
SReclaimable:      90024 kB
SUnreclaim:        85860 kB
KernelStack:        4128 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     407156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432440 MiB
End job on nodeC015 at 2025-06-29 19:37:59