Trace number 4498578

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07? 82.6866 82.969

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM760396d2ac3ca07c4585eda9e150afe7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark87132
Best CPU time to get the best result obtained on this benchmark324.795
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4498578-1751405845.opb>
24.30/24.41	c original problem has 10240998 variables (10240998 bin, 0 int, 0 impl, 0 cont) and 6000 constraints
24.30/24.41	c problem read in 24.40
43.54/43.73	c presolving:
43.54/43.73	c presolving (0 rounds: 0 fast, 0 medium, 0 exhaustive):
43.54/43.73	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
43.54/43.73	c  0 implications, 0 cliques
43.54/43.73	c presolving was interrupted.
43.54/43.73	c Presolving Time: 0.09
43.54/43.73	c - non default parameters ----------------------------------------------------------------------
43.54/43.73	c # SCIP version 10.0.0
43.54/43.73	c 
43.54/43.73	c # maximal time in seconds to run
43.54/43.73	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
43.54/43.73	c limits/time = 3596.998032
43.54/43.73	c 
43.54/43.73	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
43.54/43.73	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
43.54/43.73	c limits/memory = 27900
43.54/43.73	c 
43.54/43.73	c # belongs reading time to solving time?
43.54/43.73	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
43.54/43.73	c timing/reading = TRUE
43.54/43.73	c 
43.54/43.73	c -----------------------------------------------------------------------------------------------
43.54/43.73	c start solving
43.54/43.73	c presolving:
43.54/43.73	c presolving (0 rounds: 0 fast, 0 medium, 0 exhaustive):
43.54/43.73	c  0 deleted vars, 0 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
43.54/43.73	c  0 implications, 0 cliques
43.54/43.73	c presolving was interrupted.
43.54/43.73	c Presolving Time: 0.09
43.54/43.73	c 
43.54/43.73	c SCIP Status        : solving was interrupted [memory limit reached]
43.54/43.73	c Solving Time (sec) : 43.73
43.54/43.73	c Solving Nodes      : 0
43.54/43.73	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
43.54/43.73	s UNKNOWN
43.54/43.73	c SCIP Status        : solving was interrupted [memory limit reached]
43.54/43.73	c Total Time         :      43.73
43.54/43.73	c   solving          :      43.73
43.54/43.73	c   presolving       :       0.09 (included in solving)
43.54/43.73	c   reading          :      24.40 (included in solving)
43.54/43.73	c   copying          :       0.00 (0 times copied the problem)
43.54/43.73	c Original Problem   :
43.54/43.73	c   Problem name     : HOME/instance-4498578-1751405845.opb
43.54/43.73	c   Variables        : 10240998 (10240998 binary, 0 integer, 0 implicit integer, 0 continuous)
43.54/43.73	c   Constraints      : 6000 initial, 6000 maximal
43.84/44.05	c   Objective        : minimize, 10240000 non-zeros (abs.min = 140, abs.max = 122979)
43.84/44.05	c Presolved Problem  :
43.84/44.05	c   Problem name     : t_HOME/instance-4498578-1751405845.opb
43.84/44.05	c   Variables        : 10240998 (10240998 binary, 0 integer, 0 implicit integer, 0 continuous)
43.84/44.05	c   Constraints      : 6000 initial, 6000 maximal
44.04/44.28	c   Objective        : minimize, 10240000 non-zeros (abs.min = 140, abs.max = 122979)
44.04/44.28	c   Nonzeros         : 30720998 constraint, 0 clique table
44.04/44.28	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
44.04/44.28	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   domcol           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   dualsparsify     :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   implics          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   sparsify         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   trivial          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   dualfix          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   probing          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   symmetry         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   vbounds          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   linear           :       0.00       2.84      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   components       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
44.04/44.28	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
44.04/44.28	c   benderslp        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   integral         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   linear           :          0+      6000          0          0          0          0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
44.04/44.28	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
44.04/44.28	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
44.04/44.28	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   linear           :       2.84       2.84       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
44.04/44.28	c   dualfix          :          0          0          0          0
44.04/44.28	c   genvbounds       :          0          0          0          0
44.04/44.28	c   nlobbt           :          0          0          0          0
44.04/44.28	c   obbt             :          0          0          0          0
44.04/44.28	c   probing          :          0          0          0          0
44.04/44.28	c   pseudoobj        :          0          0          0          0
44.04/44.28	c   redcost          :          0          0          0          0
44.04/44.28	c   rootredcost      :          0          0          0          0
44.04/44.28	c   symmetry         :          0          0          0          0
44.04/44.28	c   vbounds          :          0          0          0          0
44.04/44.28	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
44.04/44.28	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   probing          :       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   symmetry         :       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c   vbounds          :       0.00       0.00       0.00       0.00       0.00       0.00
44.04/44.28	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [--,--])
44.04/44.28	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
44.04/44.28	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
44.04/44.28	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
44.04/44.28	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
44.04/44.28	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
44.04/44.28	c   applied globally :       0.00          -          -          0          0        0.0          -          -          0          -          -
44.04/44.28	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
44.04/44.28	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
44.04/44.28	c   LP solutions     :       0.00          -          -          0          0
44.04/44.28	c   relax solutions  :       0.00          -          -          0          0
44.04/44.28	c   pseudo solutions :       0.00          -          -          0          0
44.04/44.28	c   strong branching :       0.00          -          -          0          0
44.04/44.28	c   actconsdiving    :       0.00       0.00          0          0          0
44.04/44.28	c   adaptivediving   :       0.00       0.00          0          0          0
44.04/44.28	c   alns             :       0.00       0.00          0          0          0
44.04/44.28	c   bound            :       0.00       0.00          0          0          0
44.04/44.28	c   clique           :       0.00       0.00          0          0          0
44.04/44.28	c   coefdiving       :       0.00       0.00          0          0          0
44.04/44.28	c   completesol      :       0.00       0.00          0          0          0
44.04/44.28	c   conflictdiving   :       0.00       0.00          0          0          0
44.04/44.28	c   crossover        :       0.00       0.00          0          0          0
44.04/44.28	c   dins             :       0.00       0.00          0          0          0
44.04/44.28	c   distributiondivin:       0.00       0.00          0          0          0
44.04/44.28	c   dps              :       0.00       0.00          0          0          0
44.04/44.28	c   dualval          :       0.00       0.00          0          0          0
44.04/44.28	c   farkasdiving     :       0.00       0.00          0          0          0
44.04/44.28	c   feasjump         :       0.00       0.00          0          0          0
44.04/44.28	c   feaspump         :       0.00       0.00          0          0          0
44.04/44.28	c   fixandinfer      :       0.00       0.00          0          0          0
44.04/44.28	c   fracdiving       :       0.00       0.00          0          0          0
44.04/44.28	c   gins             :       0.00       0.00          0          0          0
44.04/44.28	c   guideddiving     :       0.00       0.00          0          0          0
44.04/44.28	c   indcoefdiving    :       0.00       0.00          0          0          0
44.04/44.28	c   indicator        :       0.00       0.00          0          0          0
44.04/44.28	c   indicatordiving  :       0.00       0.01          0          0          0
44.04/44.28	c   indoneopt        :       0.00       0.00          0          0          0
44.04/44.28	c   indrounding      :       0.00       0.00          0          0          0
44.04/44.28	c   indtwoopt        :       0.00       0.00          0          0          0
44.04/44.28	c   intdiving        :       0.00       0.00          0          0          0
44.04/44.28	c   intshifting      :       0.00       0.00          0          0          0
44.04/44.28	c   linesearchdiving :       0.00       0.00          0          0          0
44.04/44.28	c   localbranching   :       0.00       0.00          0          0          0
44.04/44.28	c   locks            :       0.00       0.00          0          0          0
44.04/44.28	c   lpface           :       0.00       0.00          0          0          0
44.04/44.28	c   mpec             :       0.00       0.00          0          0          0
44.04/44.28	c   multistart       :       0.00       0.00          0          0          0
44.04/44.28	c   mutation         :       0.00       0.00          0          0          0
44.04/44.28	c   nlpdiving        :       0.00       0.00          0          0          0
44.04/44.28	c   objpscostdiving  :       0.00       0.00          0          0          0
44.04/44.28	c   octane           :       0.00       0.00          0          0          0
44.04/44.28	c   ofins            :       0.00       0.00          0          0          0
44.04/44.28	c   oneopt           :       0.00       0.00          0          0          0
44.04/44.28	c   padm             :       0.00       0.00          0          0          0
44.04/44.28	c   proximity        :       0.00       0.00          0          0          0
44.04/44.28	c   pscostdiving     :       0.00       0.00          0          0          0
44.04/44.28	c   randrounding     :       0.00       0.00          0          0          0
44.04/44.28	c   rens             :       0.00       0.00          0          0          0
44.04/44.28	c   reoptsols        :       0.00       0.00          0          0          0
44.04/44.28	c   repair           :       0.00       0.00          0          0          0
44.04/44.28	c   rins             :       0.00       0.00          0          0          0
44.04/44.28	c   rootsoldiving    :       0.00       0.00          0          0          0
44.04/44.28	c   rounding         :       0.00       0.00          0          0          0
44.04/44.28	c   scheduler        :       0.00       0.00          0          0          0
44.04/44.28	c   shiftandpropagate:       0.00       0.00          0          0          0
44.04/44.28	c   shifting         :       0.00       0.00          0          0          0
44.04/44.28	c   simplerounding   :       0.00       0.00          0          0          0
44.04/44.28	c   smallcard        :       0.00       0.00          0          0          0
44.04/44.28	c   subnlp           :       0.00       0.00          0          0          0
44.04/44.28	c   trivial          :       0.00       0.00          0          0          0
44.04/44.28	c   trivialnegation  :       0.00       0.00          0          0          0
44.04/44.28	c   trustregion      :       0.00       0.00          0          0          0
44.04/44.28	c   trysol           :       0.00       0.00          0          0          0
44.04/44.28	c   twoopt           :       0.00       0.00          0          0          0
44.04/44.28	c   undercover       :       0.00       0.00          0          0          0
44.04/44.28	c   vbounds          :       0.00       0.00          0          0          0
44.04/44.28	c   veclendiving     :       0.00       0.00          0          0          0
44.04/44.28	c   zeroobj          :       0.00       0.00          0          0          0
44.04/44.28	c   zirounding       :       0.00       0.00          0          0          0
44.04/44.28	c   other solutions  :          -          -          -          0          -
44.04/44.28	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
44.04/44.28	c   rens             :          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    1
44.04/44.28	c   rins             :          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    1
44.04/44.28	c   mutation         :          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    1
44.04/44.28	c   localbranching   :          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    1
44.04/44.28	c   crossover        :          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    1
44.04/44.28	c   proximity        :          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    1
44.04/44.28	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    1
44.04/44.28	c   dins             :          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    1
44.04/44.28	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    1
44.04/44.28	c Solution           :
44.04/44.28	c   Solutions found  :          0 (0 improvements)
44.04/44.28	c   Primal Bound     :          -
44.04/44.28	c   Dual Bound       :          -
44.04/44.28	c   Gap              :   infinite
44.04/44.28	c Integrals          :      Total       Avg%
44.04/44.28	c   primal-dual      :    4372.56     100.00
44.04/44.28	c   primal-ref       :          -          - (not evaluated)
44.04/44.28	c   dual-ref         :          -          - (not evaluated)
82.50/82.86	c Time complete: 82.5831.

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=56612, runsolver pid=56609

[startup+0.100063 s]*
/proc/loadavg: 1.36 1.66 2.76 5/262 56613
/proc/meminfo: memFree=126546088/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=366368 memory=285300 CPUtime=0.09 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 12777 0 0 0 2 7 0 0 20 0 1 0 56263576 375160832 71325 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 91592 71325 3168 3530 0 83043 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 366368 KiB
Current children cumulated memory: 285300 KiB

[startup+0.20559 s]*
/proc/loadavg: 1.36 1.66 2.76 5/262 56613
/proc/meminfo: memFree=126214568/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=715076 memory=611556 CPUtime=0.19 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 15117 0 0 0 6 13 0 0 20 0 1 0 56263576 732237824 152889 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 178769 152889 3168 3530 0 170220 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 715076 KiB
Current children cumulated memory: 611556 KiB

[startup+0.305475 s]*
/proc/loadavg: 1.36 1.66 2.76 5/262 56613
/proc/meminfo: memFree=125903272/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=1011424 memory=925484 CPUtime=0.3 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 15927 0 0 0 10 20 0 0 20 0 1 0 56263576 1035698176 231371 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 252856 231371 3168 3530 0 244307 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 1011424 KiB
Current children cumulated memory: 925484 KiB

[startup+0.70018 s]
/proc/loadavg: 1.36 1.66 2.76 5/262 56613
/proc/meminfo: memFree=125488552/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=1390088 memory=1356176 CPUtime=0.69 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 107743 0 0 0 35 34 0 0 20 0 1 0 56263576 1423450112 339044 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 347779 339044 3200 3530 0 339230 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 1390088 KiB
Current children cumulated memory: 1356176 KiB

[startup+1.50017 s]
/proc/loadavg: 1.36 1.66 2.76 5/262 56613
/proc/meminfo: memFree=124595320/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=2168028 memory=2132996 CPUtime=1.48 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 281519 0 0 0 89 59 0 0 20 0 1 0 56263576 2220060672 533249 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 542007 533249 3200 3530 0 533458 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 2168028 KiB
Current children cumulated memory: 2132996 KiB

[startup+3.10531 s]
/proc/loadavg: 1.57 1.70 2.77 5/262 56613
/proc/meminfo: memFree=121493428/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=3782740 memory=3740796 CPUtime=3.08 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 635958 0 0 0 195 113 0 0 20 0 1 0 56263576 3873525760 935199 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 945685 935199 3200 3530 0 937136 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 3782740 KiB
Current children cumulated memory: 3740796 KiB

[startup+6.30017 s]
/proc/loadavg: 1.57 1.70 2.77 5/262 56658
/proc/meminfo: memFree=119840200/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=6878824 memory=6830144 CPUtime=6.26 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 1311214 0 0 0 415 211 0 0 20 0 1 0 56263576 7043915776 1707536 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 1719706 1707536 3200 3530 0 1711157 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 6878824 KiB
Current children cumulated memory: 6830144 KiB

[startup+12.7002 s]
/proc/loadavg: 1.94 1.77 2.78 5/262 56658
/proc/meminfo: memFree=112704332/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=12051272 memory=12009328 CPUtime=12.64 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 2446164 0 0 0 887 377 0 0 20 0 1 0 56263576 12340502528 3002332 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 3012818 3002332 3200 3530 0 3004269 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 12051272 KiB
Current children cumulated memory: 12009328 KiB

[startup+25.5002 s]
/proc/loadavg: 2.26 1.85 2.80 5/262 56658
/proc/meminfo: memFree=113455460/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=11477100 memory=11338320 CPUtime=25.4 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 2809925 0 0 0 2098 442 0 0 20 0 1 0 56263576 11752550400 2834580 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 2869275 2834580 3520 3530 0 2860726 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 11477100 KiB
Current children cumulated memory: 11338320 KiB

[startup+51.1056 s]
/proc/loadavg: 2.97 2.05 2.84 5/263 56840
/proc/meminfo: memFree=100862784/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=24711508 memory=24327060 CPUtime=50.92 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 5771584 0 0 0 4207 885 0 0 20 0 1 0 56263576 25304584192 6081765 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 6177877 6081765 3584 3530 0 6169328 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 24711508 KiB
Current children cumulated memory: 24327060 KiB

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

# cumulated CPU time of all completed processes:  user=72.9292 s, system=9.75745 s

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

[startup+51.2002 s]
/proc/loadavg: 2.97 2.05 2.84 5/263 56840
/proc/meminfo: memFree=100862784/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=24711508 memory=24327060 CPUtime=51.01 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 5771584 0 0 0 4216 885 0 0 20 0 1 0 56263576 25304584192 6081765 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 6177877 6081765 3584 3530 0 6169328 0
Current children cumulated CPU time: 51.01 s
Current children cumulated vsize: 24711508 KiB
Current children cumulated memory: 24327060 KiB

[startup+64.0002 s]*
/proc/loadavg: 3.28 2.17 2.86 5/263 56840
/proc/meminfo: memFree=98082840/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=24711508 memory=24327060 CPUtime=63.78 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 5771654 0 0 0 5493 885 0 0 20 0 1 0 56263576 25304584192 6081765 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 6177877 6081765 3584 3530 0 6169328 0
Current children cumulated CPU time: 63.78 s
Current children cumulated vsize: 24711508 KiB
Current children cumulated memory: 24327060 KiB

[startup+70.4002 s]
/proc/loadavg: 3.34 2.20 2.87 5/263 56840
/proc/meminfo: memFree=94531824/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=24711508 memory=24327060 CPUtime=70.15 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 5771665 0 0 0 6130 885 0 0 20 0 1 0 56263576 25304584192 6081765 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 6177877 6081765 3584 3530 0 6169328 0
Current children cumulated CPU time: 70.15 s
Current children cumulated vsize: 24711508 KiB
Current children cumulated memory: 24327060 KiB

[startup+76.8002 s]
/proc/loadavg: 3.39 2.23 2.88 5/263 56885
/proc/meminfo: memFree=100078000/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=24711508 memory=24327060 CPUtime=76.53 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 5771686 0 0 0 6768 885 0 0 20 0 1 0 56263576 25304584192 6081765 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 6177877 6081765 3584 3530 0 6169328 0
Current children cumulated CPU time: 76.53 s
Current children cumulated vsize: 24711508 KiB
Current children cumulated memory: 24327060 KiB

[startup+80.0002 s]*
/proc/loadavg: 3.44 2.26 2.88 5/263 56885
/proc/meminfo: memFree=100966400/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=22867400 memory=22489240 CPUtime=79.73 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 5771702 0 0 0 7080 893 0 0 20 0 1 0 56263576 23416217600 5622310 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 5716850 5622310 3616 3530 0 5708301 0
Current children cumulated CPU time: 79.73 s
Current children cumulated vsize: 22867400 KiB
Current children cumulated memory: 22489240 KiB

[startup+81.6002 s]
/proc/loadavg: 3.44 2.26 2.88 5/263 56885
/proc/meminfo: memFree=103302384/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=17715760 memory=17335544 CPUtime=81.32 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 5771702 0 0 0 7214 918 0 0 20 0 1 0 56263576 18140938240 4334143 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 4428683 4334143 3616 3530 0 4420134 0
Current children cumulated CPU time: 81.32 s
Current children cumulated vsize: 17715760 KiB
Current children cumulated memory: 17335544 KiB

[startup+82.4002 s]
/proc/loadavg: 3.49 2.29 2.89 5/263 56885
/proc/meminfo: memFree=105828352/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=14985356 memory=14605588 CPUtime=82.11 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 5771702 0 0 0 7281 930 0 0 20 0 1 0 56263576 15345004544 3651653 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 3746339 3651542 3616 3530 0 3737790 0
Current children cumulated CPU time: 82.11 s
Current children cumulated vsize: 14985356 KiB
Current children cumulated memory: 14605588 KiB

[startup+82.8001 s]
/proc/loadavg: 3.49 2.29 2.89 5/263 56885
/proc/meminfo: memFree=105828352/131250000 swapFree=33010684/33010684
[pid=56612] ppid=56609 vsize=12089132 memory=5227904 CPUtime=82.5 cores=0,2
/proc/56612/stat : 56612 (pbscip) R 56609 56612 56544 0 -1 4194304 5771702 0 0 0 7292 958 0 0 20 0 1 0 56263576 12379271168 1307922 18446744073709551615 4235264 18693293 140733236259392 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 37994496 140733236263305 140733236263404 140733236263404 140733236269006 0
/proc/56612/statm: 3022283 1307488 3616 3530 0 3013734 0
Current children cumulated CPU time: 82.5 s
Current children cumulated vsize: 12089132 KiB
Current children cumulated memory: 5227904 KiB

[startup+82.9002 s]*
/proc/loadavg: 3.49 2.29 2.89 5/263 56885
/proc/meminfo: memFree=118918192/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 82.969
CPU time (s): 82.6866
CPU user time (s): 72.9292
CPU system time (s): 9.75745
CPU usage (%): 99.6596
Max. virtual memory (cumulated for all children) (KiB): 24711508
Max. memory (cumulated for all children) (KiB): 24327060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 72.9292
system time used= 9.75745
maximum resident set size= 24327060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5771710
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= 75
involuntary context switches= 194


# summary of solver processes directly reported to runsolver:
#   pid: 56612
#   total CPU time (s): 82.6866
#   total CPU user time (s): 72.9292
#   total CPU system time (s): 9.75745

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.128904 second user time and 0.42625 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-01 23:37:29
IDJOB=4498578
IDBENCH=148705
IDSOLVER=3365
FILE ID=nodeC026/4498578-1751405845
RUNJOBID= nodeC026-1751405845-56554
SLURM_JOB_ID= 9598295
Free space on /tmp= 432276 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498578-1751405845/watcher-4498578-1751405845 -o /tmp/evaluation-result-4498578-1751405845/solver-4498578-1751405845 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751405845-56554 --watchdog 3760  pbscip -f HOME/instance-4498578-1751405845.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 760396d2ac3ca07c4585eda9e150afe7
RANDOM SEED=1154067776

nodeC026 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		: 3598.346
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126806640 kB
MemAvailable:   128785352 kB
Buffers:            3280 kB
Cached:          2774384 kB
SwapCached:            0 kB
Active:          1289672 kB
Inactive:        2515268 kB
Active(anon):    1045376 kB
Inactive(anon):        0 kB
Active(file):     244296 kB
Inactive(file):  2515268 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            594308 kB
Writeback:             4 kB
AnonPages:       1030496 kB
Mapped:           138028 kB
Shmem:             18080 kB
KReclaimable:     116776 kB
Slab:             204820 kB
SReclaimable:     116776 kB
SUnreclaim:        88044 kB
KernelStack:        4224 kB
PageTables:         5220 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    1534220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    415744 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432140 MiB
End job on nodeC026 at 2025-07-01 23:38:52