Trace number 4511851

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? 3580.97 3599.9

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm99p-dec.opb.negationfix.opb
MD5SUM59fcb85c6ef97ea95ede85b6c75e382f
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 benchmark3.33101
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables685824
Total number of constraints5870
Number of constraints which are clauses2678
Number of constraints which are cardinality constraints (but not clauses)2678
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2679
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 962884
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2177919
Number of bits of the biggest sum of numbers22
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-4511851-1751214767.opb>
1.27/1.38	c original problem has 685824 variables (685824 bin, 0 int, 0 cont) and 5870 constraints
1.27/1.38	c problem read in 1.380 seconds
1.27/1.38	c problem without objective
2.87/2.93	c presolving:
4.26/4.39	c (round 1, fast)       1730 del vars, 2 del conss, 0 add conss, 1474 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 168346 clqs
5.76/5.84	c    (5.8s) running MILP presolver
14.73/14.80	c    (14.8s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
15.04/15.18	c (round 2, medium)     1730 del vars, 5870 del conss, 3190 add conss, 1474 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 168346 clqs
25.10/25.27	c (round 3, exhaustive) 1730 del vars, 5870 del conss, 3190 add conss, 1474 chg bounds, 0 chg sides, 0 chg coeffs, 3190 upgd conss, 0 impls, 168346 clqs
35.77/36.00	c    (36.0s) probing: 51/684094 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
35.77/36.00	c    (36.0s) probing aborted: 50/50 successive totally useless probings
36.47/36.62	c    (36.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
41.86/42.06	c    (42.1s) symmetry computation finished: 93 generators found (max: 93, log10 of symmetry group size: 96.17) (symcode time: 4.89)
42.05/42.29	c dynamic symmetry handling statistics:
42.05/42.29	c    orbitopal reduction:       no components
42.05/42.29	c    orbital reduction:         no components
42.05/42.29	c    lexicographic reduction:   no permutations
42.05/42.29	c handled 1 out of 1 symmetry components
42.15/42.30	c (round 4, exhaustive) 1989 del vars, 5870 del conss, 3265 add conss, 1474 chg bounds, 0 chg sides, 0 chg coeffs, 3190 upgd conss, 0 impls, 168346 clqs
44.35/44.50	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
44.35/44.50	c  2323 deleted vars, 5870 deleted constraints, 3265 added constraints, 1474 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
44.35/44.50	c  0 implications, 168363 cliques
44.35/44.50	c presolved problem has 683501 variables (683501 bin, 0 int, 0 cont) and 3265 constraints
44.35/44.50	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
44.35/44.50	c     512 constraints of type <knapsack>
44.35/44.50	c    2678 constraints of type <setppc>
44.35/44.50	c      75 constraints of type <orbitope_pp>
44.35/44.50	c transformed objective value is always integral (scale: 1)
44.35/44.50	c Presolving Time: 41.79
44.35/44.50	c 
44.35/44.50	c - non default parameters ----------------------------------------------------------------------
44.35/44.50	c 
44.35/44.50	c # SCIP version 10.0.0
44.35/44.50	c 
44.35/44.50	c # maximal time in seconds to run
44.35/44.50	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
44.35/44.50	c limits/time = 3596.998082
44.35/44.50	c 
44.35/44.50	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
44.35/44.50	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
44.35/44.50	c limits/memory = 27900
44.35/44.50	c 
44.35/44.50	c # belongs reading time to solving time?
44.35/44.50	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
44.35/44.50	c timing/reading = TRUE
44.35/44.50	c 
44.35/44.50	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
44.35/44.50	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
44.35/44.50	c reading/opbreader/maxintsize = 47
44.35/44.50	c 
44.35/44.50	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
44.35/44.50	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
44.35/44.50	c propagating/genvbounds/timingmask = 0
44.35/44.50	c 
44.35/44.50	c -----------------------------------------------------------------------------------------------
44.45/44.63	c 
3578.48/3597.47	c 
3578.48/3597.47	c SCIP Status        : solving was interrupted [time limit reached]
3578.48/3597.47	c Solving Time (sec) : 3597.47
3578.48/3597.47	c Solving Nodes      : 1
3578.48/3597.47	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3578.48/3597.47	c Dual Bound         : +0.00000000000000e+00
3578.48/3597.47	c Gap                : infinite
3578.48/3597.47	s UNKNOWN
3578.48/3597.47	c SCIP Status        : solving was interrupted [time limit reached]
3578.48/3597.47	c Total Time         :    3597.47
3578.48/3597.47	c   solving          :    3597.47
3578.48/3597.47	c   presolving       :      41.79 (included in solving)
3578.48/3597.47	c   reading          :       1.38 (included in solving)
3578.48/3597.47	c   copying          :       0.00 (0 times copied the problem)
3578.48/3597.47	c Original Problem   :
3578.48/3597.47	c   Problem name     : HOME/instance-4511851-1751214767.opb
3578.48/3597.47	c   Variables        : 685824 (685824 binary, 0 integer, 0 continuous)
3578.48/3597.47	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3578.48/3597.47	c   Constraints      : 5870 initial, 5870 maximal
3578.48/3597.49	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3578.48/3597.49	c Presolved Problem  :
3578.48/3597.49	c   Problem name     : t_HOME/instance-4511851-1751214767.opb
3578.48/3597.49	c   Variables        : 683501 (683501 binary, 0 integer, 0 continuous)
3578.48/3597.49	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3578.48/3597.49	c   Constraints      : 3265 initial, 3266 maximal
3578.58/3597.50	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3578.58/3597.50	c   Nonzeros         : 2446794 constraint, 3322654 clique table
3578.58/3597.50	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3578.58/3597.50	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   domcol           :       2.07       0.00      2          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   dualsparsify     :       0.62       0.00      1          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   implics          :       0.05       0.00      4          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   milp             :      10.30       0.00      1          0          0          0          0          0       5868       3190          0          0
3578.58/3597.50	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   sparsify         :       1.88       0.00      1          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   trivial          :       0.11       0.00      5          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   dualfix          :       0.11       0.00      5        256          0          0          0          0          0          0          0          0
3578.58/3597.50	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   probing          :       5.06       0.03      2        296          0          0          0          0          0          0          0          0
3578.58/3597.50	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   symmetry         :       5.68       0.00      1        259          0          0          0          0          0         75          0          0
3578.58/3597.50	c   vbounds          :       0.36       0.00      1          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   knapsack         :       2.57       0.06      6          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   setppc           :       0.49       0.02      6          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   linear           :      11.20       0.33      4       1474          0          0       1474          0          2          0          0          0
3578.58/3597.50	c   orbitope_pp      :       0.01       0.00      1         38          0          0          0          0          0          0          0          0
3578.58/3597.50	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   components       :       0.57       0.00      1          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3578.58/3597.50	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3578.58/3597.50	c   integral         :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
3578.58/3597.50	c   knapsack         :        512        512          0     542839          0          0          0          2          0          3          0          0          0          0          0
3578.58/3597.50	c   setppc           :       2678       2678          0     542836          0          0          0          1          0          0          0          0          0          0          0
3578.58/3597.50	c   orbitope_pp      :         75         75          0     542736          0          0          0          0          0          1          0          0          0          0          0
3578.58/3597.50	c   logicor          :          0+         1          0          1          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3578.58/3597.50	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3578.58/3597.50	c   knapsack         :       2.19       0.06       0.38       1.71       0.00       0.00       0.00       0.05       0.00       0.00
3578.58/3597.50	c   setppc           :       0.21       0.02       0.15       0.04       0.00       0.00       0.00       0.00       0.00       0.00
3578.58/3597.50	c   orbitope_pp      :    3037.78       0.00       0.00    3037.78       0.00       0.00       0.00       0.00       0.00       0.00
3578.58/3597.50	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3578.58/3597.50	c   fixedvar         :       0.02       0.02       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3578.58/3597.50	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3578.58/3597.50	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3578.58/3597.50	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3578.58/3597.50	c   dualfix          :          1          0          0          0
3578.58/3597.50	c   genvbounds       :          0          0          0          0
3578.58/3597.50	c   nlobbt           :          0          0          0          0
3578.58/3597.50	c   obbt             :          0          0          0          0
3578.58/3597.50	c   probing          :          0          0          0          0
3578.58/3597.50	c   pseudoobj        :          0          0          0          0
3578.58/3597.50	c   redcost          :          0          0          0          0
3578.58/3597.50	c   rootredcost      :          0          0          0          0
3578.58/3597.50	c   symmetry         :          0          0          0          0
3578.58/3597.50	c   vbounds          :       2139          0          0          0
3578.58/3597.50	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3578.58/3597.50	c   dualfix          :       0.13       0.00       0.11       0.02       0.00       0.00
3578.58/3597.50	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3578.58/3597.50	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3578.58/3597.50	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3578.58/3597.50	c   probing          :       5.08       0.03       5.06       0.00       0.00       0.00
3578.58/3597.50	c   pseudoobj        :       0.10       0.00       0.00       0.10       0.00       0.00
3578.58/3597.50	c   redcost          :       0.06       0.00       0.00       0.06       0.00       0.00
3578.58/3597.50	c   rootredcost      :       0.19       0.00       0.00       0.19       0.00       0.00
3578.58/3597.50	c   symmetry         :       6.05       0.00       5.68       0.37       0.00       0.00
3578.58/3597.50	c   vbounds          :       0.82       0.00       0.36       0.46       0.00       0.00
3578.58/3597.50	c Symmetry           :
3578.58/3597.50	c   #affected vars   :     214717 (214717 bin, 0 int, 0 cont)
3578.58/3597.50	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3578.58/3597.50	c   orbital reduction:          0 reductions applied,          0 cutoffs
3578.58/3597.50	c   lexicographic red:          0 reductions applied,          0 cutoffs
3578.58/3597.50	c   shadow tree time :       0.00 s
3578.58/3597.50	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3578.58/3597.50	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3578.58/3597.50	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3578.58/3597.50	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3578.58/3597.50	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3578.58/3597.50	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3578.58/3597.50	c   applied globally :       0.00          -          -          0          0        0.0          -          -          0          -          -
3578.58/3597.50	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3578.58/3597.50	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3578.58/3597.50	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3578.58/3597.50	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3578.58/3597.50	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3578.58/3597.50	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3578.58/3597.50	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3578.58/3597.50	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3578.58/3597.50	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3578.58/3597.50	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3578.58/3597.50	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3578.58/3597.50	c   problem variables:       0.00          -          0          0
3578.58/3597.50	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3578.58/3597.50	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3578.58/3597.50	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3578.58/3597.50	c   LP solutions     :       0.00          -          -          0          0
3578.58/3597.50	c   relax solutions  :       0.00          -          -          0          0
3578.58/3597.50	c   pseudo solutions :       0.00          -          -          0          0
3578.58/3597.50	c   strong branching :       0.00          -          -          0          0
3578.58/3597.50	c   actconsdiving    :       0.00       0.00          0          0          0
3578.58/3597.50	c   adaptivediving   :       0.00       0.00          0          0          0
3578.58/3597.50	c   alns             :       0.00       0.00          0          0          0
3578.58/3597.50	c   bound            :       0.00       0.00          0          0          0
3578.58/3597.50	c   clique           :      34.75       0.00          1          0          0
3578.58/3597.50	c   coefdiving       :       0.00       0.00          0          0          0
3578.58/3597.50	c   completesol      :       0.00       0.00          0          0          0
3578.58/3597.50	c   conflictdiving   :       0.00       0.00          0          0          0
3578.58/3597.50	c   crossover        :       0.00       0.00          0          0          0
3578.58/3597.50	c   dins             :       0.00       0.00          0          0          0
3578.58/3597.50	c   distributiondivin:       0.00       0.00          0          0          0
3578.58/3597.50	c   dks              :       0.00       0.00          0          0          0
3578.58/3597.50	c   dps              :       0.00       0.00          0          0          0
3578.58/3597.50	c   dualval          :       0.00       0.00          0          0          0
3578.58/3597.50	c   farkasdiving     :       0.00       0.00          0          0          0
3578.58/3597.50	c   feaspump         :       0.00       0.00          0          0          0
3578.58/3597.50	c   fixandinfer      :       0.00       0.00          0          0          0
3578.58/3597.50	c   fracdiving       :       0.00       0.00          0          0          0
3578.58/3597.50	c   gins             :       0.00       0.00          0          0          0
3578.58/3597.50	c   guideddiving     :       0.00       0.00          0          0          0
3578.58/3597.50	c   indicator        :       0.00       0.00          0          0          0
3578.58/3597.50	c   indicatordiving  :       0.00       0.00          0          0          0
3578.58/3597.50	c   intdiving        :       0.00       0.00          0          0          0
3578.58/3597.50	c   intshifting      :       0.00       0.00          0          0          0
3578.58/3597.50	c   linesearchdiving :       0.00       0.00          0          0          0
3578.58/3597.50	c   localbranching   :       0.00       0.00          0          0          0
3578.58/3597.50	c   locks            :    3517.62       0.00          1          0          0
3578.58/3597.50	c   lpface           :       0.00       0.00          0          0          0
3578.58/3597.50	c   mpec             :       0.00       0.00          0          0          0
3578.58/3597.50	c   multistart       :       0.00       0.00          0          0          0
3578.58/3597.50	c   mutation         :       0.00       0.00          0          0          0
3578.58/3597.50	c   nlpdiving        :       0.00       0.00          0          0          0
3578.58/3597.50	c   objpscostdiving  :       0.00       0.00          0          0          0
3578.58/3597.50	c   octane           :       0.00       0.00          0          0          0
3578.58/3597.50	c   ofins            :       0.00       0.00          0          0          0
3578.58/3597.50	c   oneopt           :       0.00       0.00          0          0          0
3578.58/3597.50	c   padm             :       0.00       0.00          0          0          0
3578.58/3597.50	c   proximity        :       0.00       0.00          0          0          0
3578.58/3597.50	c   pscostdiving     :       0.00       0.00          0          0          0
3578.58/3597.50	c   randrounding     :       0.00       0.00          0          0          0
3578.58/3597.50	c   rens             :       0.00       0.00          0          0          0
3578.58/3597.50	c   reoptsols        :       0.00       0.00          0          0          0
3578.58/3597.50	c   repair           :       0.00       0.00          0          0          0
3578.58/3597.50	c   rins             :       0.00       0.00          0          0          0
3578.58/3597.50	c   rootsoldiving    :       0.00       0.00          0          0          0
3578.58/3597.50	c   rounding         :       0.00       0.00          0          0          0
3578.58/3597.50	c   scheduler        :       0.00       0.00          0          0          0
3578.58/3597.50	c   shiftandpropagate:       0.00       0.00          0          0          0
3578.58/3597.50	c   shifting         :       0.00       0.00          0          0          0
3578.58/3597.50	c   simplerounding   :       0.00       0.00          0          0          0
3578.58/3597.50	c   subnlp           :       0.00       0.00          0          0          0
3578.58/3597.50	c   trivial          :       0.40       0.00          2          0          0
3578.58/3597.50	c   trivialnegation  :       0.00       0.00          0          0          0
3578.58/3597.50	c   trustregion      :       0.00       0.00          0          0          0
3578.58/3597.50	c   trysol           :       0.00       0.00          0          0          0
3578.58/3597.50	c   twoopt           :       0.00       0.00          0          0          0
3578.58/3597.50	c   undercover       :       0.00       0.00          0          0          0
3578.58/3597.50	c   vbounds          :       0.00       0.00          0          0          0
3578.58/3597.50	c   veclendiving     :       0.00       0.00          0          0          0
3578.58/3597.50	c   zeroobj          :       0.00       0.00          0          0          0
3578.58/3597.50	c   zirounding       :       0.00       0.00          0          0          0
3578.58/3597.50	c   other solutions  :          -          -          -          0          -
3578.58/3597.50	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3578.58/3597.50	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
3578.58/3597.50	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
3578.58/3597.50	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
3578.58/3597.50	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
3578.58/3597.50	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
3578.58/3597.50	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
3578.58/3597.50	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
3578.58/3597.50	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
3578.58/3597.50	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
3578.58/3597.50	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3578.58/3597.50	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3578.58/3597.50	c   dual LP          :       0.00          0          0       0.00          -       0.00          0
3578.58/3597.50	c   lex dual LP      :       0.00          0          0       0.00          -
3578.58/3597.50	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3578.58/3597.50	c   resolve instable :       0.00          0          0       0.00          -
3578.58/3597.50	c   diving/probing LP:       0.00          0          0       0.00          -
3578.58/3597.50	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3578.58/3597.50	c     (at root node) :          -          0          0       0.00          -
3578.58/3597.50	c   conflict analysis:       0.00          0          0       0.00          -
3578.58/3597.50	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3578.58/3597.50	c   benders          :       0.00          0          0          0       0.00          0          0          0
3578.58/3597.50	c B&B Tree           :
3578.58/3597.50	c   number of runs   :          1
3578.58/3597.50	c   nodes            :          1 (0 internal, 1 leaves)
3578.58/3597.50	c   feasible leaves  :          0
3578.58/3597.50	c   infeas. leaves   :          0
3578.58/3597.50	c   objective leaves :          0
3578.58/3597.50	c   nodes (total)    :          1 (0 internal, 1 leaves)
3578.58/3597.50	c   nodes left       :          1
3578.58/3597.50	c   max depth        :          0
3578.58/3597.50	c   max depth (total):          0
3578.58/3597.50	c   backtracks       :          0 (0.0%)
3578.58/3597.50	c   early backtracks :          0 (0.0%)
3578.58/3597.50	c   nodes exc. ref.  :          0 (0.0%)
3578.58/3597.50	c   delayed cutoffs  :          0
3578.58/3597.50	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3578.58/3597.50	c   avg switch length:       1.00
3578.58/3597.50	c   switching time   :       0.00
3578.58/3597.50	c Root Node          :
3578.58/3597.50	c   First LP value   :          -
3578.58/3597.50	c   First LP Iters   :          0
3578.58/3597.50	c   First LP Time    :       0.00
3578.58/3597.50	c   Final Dual Bound : +0.00000000000000e+00
3578.58/3597.50	c   Final Root Iters :          0
3578.58/3597.50	c   Root LP Estimate :                     -
3578.58/3597.50	c Solution           :
3578.58/3597.50	c   Solutions found  :          0 (0 improvements)
3578.58/3597.50	c   Primal Bound     :          -
3578.58/3597.50	c   Dual Bound       : +0.00000000000000e+00
3578.58/3597.50	c   Gap              :   infinite
3578.58/3597.50	c Integrals          :      Total       Avg%
3578.58/3597.50	c   primal-dual      :  359746.62     100.00
3578.58/3597.50	c   primal-ref       :          -          - (not evaluated)
3578.58/3597.50	c   dual-ref         :          -          - (not evaluated)
3580.86/3599.82	c Time complete (sec):   3580.904

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (62669 MiB free)
  memory of node 1: 64507 MiB (63923 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=27379, runsolver pid=27376

[startup+0.100065 s]*
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=129228976/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=124768 memory=112896 CPUtime=0.09 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 26268 0 0 0 7 2 0 0 20 0 1 0 37155608 127762432 28224 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 31192 28224 2176 2575 0 28099 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 124768 KiB
Current children cumulated memory: 112896 KiB

[startup+0.205492 s]*
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=128834848/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=219848 memory=207872 CPUtime=0.19 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 50017 0 0 0 13 6 0 0 20 0 1 0 37155608 225124352 51968 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 54962 51968 2176 2575 0 51869 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 219848 KiB
Current children cumulated memory: 207872 KiB

[startup+0.305592 s]*
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=128560672/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=308552 memory=296352 CPUtime=0.29 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 71615 0 0 0 20 9 0 0 20 0 1 0 37155608 315957248 74056 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 77138 74088 2176 2575 0 74045 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 308552 KiB
Current children cumulated memory: 296352 KiB

[startup+0.700166 s]
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=128011724/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=676516 memory=665076 CPUtime=0.67 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 161779 0 0 0 46 21 0 0 20 0 1 0 37155608 692752384 166269 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 169129 166269 2176 2575 0 166036 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 676516 KiB
Current children cumulated memory: 665076 KiB

[startup+1.50017 s]
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=127077244/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=849460 memory=833720 CPUtime=1.47 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 206799 0 0 0 119 28 0 0 20 0 1 0 37155608 869847040 208430 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 212365 208430 2368 2575 0 209272 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 849460 KiB
Current children cumulated memory: 833720 KiB

[startup+3.10538 s]
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=123584612/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=1780488 memory=1752048 CPUtime=3.07 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 423546 0 0 0 246 61 0 0 20 0 1 0 37155608 1823219712 438012 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 445122 438012 2432 2575 0 442029 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 1780488 KiB
Current children cumulated memory: 1752048 KiB

[startup+6.30016 s]
/proc/loadavg: 0.97 1.07 1.26 5/265 27380
/proc/meminfo: memFree=121579712/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=2365708 memory=2326952 CPUtime=6.26 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 475743 0 0 0 541 85 0 0 20 0 1 0 37155608 2422484992 581738 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 591427 581738 2496 2575 0 588334 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2365708 KiB
Current children cumulated memory: 2326952 KiB

[startup+12.7002 s]
/proc/loadavg: 1.21 1.12 1.28 5/265 27380
/proc/meminfo: memFree=121534352/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=2408736 memory=2363800 CPUtime=12.64 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 478311 0 0 0 1178 86 0 0 20 0 1 0 37155608 2466545664 590950 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 602184 590950 2496 2575 0 599091 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2408736 KiB
Current children cumulated memory: 2363800 KiB

[startup+25.5002 s]
/proc/loadavg: 1.83 1.26 1.32 5/265 27380
/proc/meminfo: memFree=120238088/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=2255228 memory=2218612 CPUtime=25.4 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 503059 0 0 0 2448 92 0 0 20 0 1 0 37155608 2309353472 554653 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 563807 554653 2560 2575 0 560714 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2255228 KiB
Current children cumulated memory: 2218612 KiB

[startup+51.1056 s]
/proc/loadavg: 2.69 1.51 1.41 5/264 27380
/proc/meminfo: memFree=115098612/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=4859428 memory=4405292 CPUtime=50.93 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 833225 0 0 0 4930 163 0 0 20 0 1 0 37155608 4976054272 1101323 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1214857 1101323 2624 2575 0 1211764 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 4859428 KiB
Current children cumulated memory: 4405292 KiB

[startup+102.3 s]
/proc/loadavg: 3.49 1.91 1.55 5/264 27383
/proc/meminfo: memFree=114577136/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5005488 memory=4546800 CPUtime=101.92 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 866199 0 0 0 10022 170 0 0 20 0 1 0 37155608 5125619712 1136700 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1251372 1136700 2624 2575 0 1248279 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 5005488 KiB
Current children cumulated memory: 4546800 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 2.33 1.72 5/264 27385
/proc/meminfo: memFree=114057680/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5009168 memory=4550512 CPUtime=161.6 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 867186 0 0 0 15990 170 0 0 20 0 1 0 37155608 5129388032 1137628 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1252292 1137628 2624 2575 0 1249199 0
Current children cumulated CPU time: 161.6 s
Current children cumulated vsize: 5009168 KiB
Current children cumulated memory: 4550512 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.66 1.87 5/264 27387
/proc/meminfo: memFree=113994740/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5011408 memory=4552688 CPUtime=221.27 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 867786 0 0 0 21957 170 0 0 20 0 1 0 37155608 5131681792 1138172 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1252852 1138172 2624 2575 0 1249759 0
Current children cumulated CPU time: 221.27 s
Current children cumulated vsize: 5011408 KiB
Current children cumulated memory: 4552688 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 2.92 2.01 5/265 27390
/proc/meminfo: memFree=113984076/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5013008 memory=4554224 CPUtime=280.92 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 868178 0 0 0 27922 170 0 0 20 0 1 0 37155608 5133320192 1138556 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1253252 1138556 2624 2575 0 1250159 0
Current children cumulated CPU time: 280.92 s
Current children cumulated vsize: 5013008 KiB
Current children cumulated memory: 4554224 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.15 2.15 5/264 27394
/proc/meminfo: memFree=113971024/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5016592 memory=4557808 CPUtime=340.57 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 869130 0 0 0 33886 171 0 0 20 0 1 0 37155608 5136990208 1139452 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1254148 1139452 2624 2575 0 1251055 0
Current children cumulated CPU time: 340.57 s
Current children cumulated vsize: 5016592 KiB
Current children cumulated memory: 4557808 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.32 2.28 5/263 27396
/proc/meminfo: memFree=113956324/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5019152 memory=4560496 CPUtime=400.19 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 869786 0 0 0 39848 171 0 0 20 0 1 0 37155608 5139611648 1140124 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1254788 1140124 2624 2575 0 1251695 0
Current children cumulated CPU time: 400.19 s
Current children cumulated vsize: 5019152 KiB
Current children cumulated memory: 4560496 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.48 2.40 5/263 27398
/proc/meminfo: memFree=113946328/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5022796 memory=4563696 CPUtime=459.79 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 870636 0 0 0 45808 171 0 0 20 0 1 0 37155608 5143343104 1140924 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1255699 1140924 2624 2575 0 1252606 0
Current children cumulated CPU time: 459.79 s

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

/proc/loadavg: 4.09 4.09 4.01 5/264 27676
/proc/meminfo: memFree=115907188/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5213320 memory=4753860 CPUtime=3145.43 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 919277 0 0 0 314356 187 0 0 20 0 1 0 37155608 5338439680 1188465 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1303330 1188465 2624 2575 0 1300237 0
Current children cumulated CPU time: 3145.43 s
Current children cumulated vsize: 5213320 KiB
Current children cumulated memory: 4753860 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/264 27678
/proc/meminfo: memFree=115936624/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5218504 memory=4759108 CPUtime=3205.15 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 920637 0 0 0 320328 187 0 0 20 0 1 0 37155608 5343748096 1189777 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1304626 1189777 2624 2575 0 1301533 0
Current children cumulated CPU time: 3205.15 s
Current children cumulated vsize: 5218504 KiB
Current children cumulated memory: 4759108 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/265 27681
/proc/meminfo: memFree=115900536/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5224072 memory=4764740 CPUtime=3264.86 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 922043 0 0 0 326299 187 0 0 20 0 1 0 37155608 5349449728 1191185 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1306018 1191185 2624 2575 0 1302925 0
Current children cumulated CPU time: 3264.86 s
Current children cumulated vsize: 5224072 KiB
Current children cumulated memory: 4764740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/265 27683
/proc/meminfo: memFree=115889432/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5228680 memory=4769348 CPUtime=3324.58 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 923259 0 0 0 332270 188 0 0 20 0 1 0 37155608 5354168320 1192337 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1307170 1192337 2624 2575 0 1304077 0
Current children cumulated CPU time: 3324.58 s
Current children cumulated vsize: 5228680 KiB
Current children cumulated memory: 4769348 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.02 5/264 27687
/proc/meminfo: memFree=115865716/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5233868 memory=4774724 CPUtime=3384.3 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 924594 0 0 0 338242 188 0 0 20 0 1 0 37155608 5359480832 1193681 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1308467 1193681 2624 2575 0 1305374 0
Current children cumulated CPU time: 3384.3 s
Current children cumulated vsize: 5233868 KiB
Current children cumulated memory: 4774724 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.17 4.05 5/263 27689
/proc/meminfo: memFree=115865916/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5239436 memory=4780356 CPUtime=3444.02 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 926035 0 0 0 344213 189 0 0 20 0 1 0 37155608 5365182464 1195089 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1309859 1195089 2624 2575 0 1306766 0
Current children cumulated CPU time: 3444.02 s
Current children cumulated vsize: 5239436 KiB
Current children cumulated memory: 4780356 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.17 4.06 5/263 27691
/proc/meminfo: memFree=115837980/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5243020 memory=4784068 CPUtime=3503.73 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 926995 0 0 0 350184 189 0 0 20 0 1 0 37155608 5368852480 1196017 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1310755 1196017 2624 2575 0 1307662 0
Current children cumulated CPU time: 3503.73 s
Current children cumulated vsize: 5243020 KiB
Current children cumulated memory: 4784068 KiB

[startup+3582.3 s]
/proc/loadavg: 4.51 4.25 4.09 5/262 27737
/proc/meminfo: memFree=120086980/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5258888 memory=4796992 CPUtime=3563.45 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 928689 0 0 0 356155 190 0 0 20 0 1 0 37155608 5385101312 1199248 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1314722 1199248 2624 2575 0 1311629 0
Current children cumulated CPU time: 3563.45 s
Current children cumulated vsize: 5258888 KiB
Current children cumulated memory: 4796992 KiB

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

# cumulated CPU time of all completed processes:  user=3578.94 s, system=2.03354 s

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

[startup+3584 s]*
/proc/loadavg: 4.51 4.25 4.09 5/262 27737
/proc/meminfo: memFree=120087484/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5258888 memory=4796992 CPUtime=3565.15 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 928689 0 0 0 356325 190 0 0 20 0 1 0 37155608 5385101312 1199248 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1314722 1199248 2624 2575 0 1311629 0
Current children cumulated CPU time: 3565.15 s
Current children cumulated vsize: 5258888 KiB
Current children cumulated memory: 4796992 KiB

[startup+3590.4 s]
/proc/loadavg: 4.43 4.24 4.09 5/263 27743
/proc/meminfo: memFree=120122232/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5258888 memory=4796992 CPUtime=3571.51 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 928698 0 0 0 356961 190 0 0 20 0 1 0 37155608 5385101312 1199248 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1314722 1199248 2624 2575 0 1311629 0
Current children cumulated CPU time: 3571.51 s
Current children cumulated vsize: 5258888 KiB
Current children cumulated memory: 4796992 KiB

[startup+3596.8 s]
/proc/loadavg: 4.40 4.23 4.09 5/263 27743
/proc/meminfo: memFree=120111084/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5259912 memory=4798016 CPUtime=3577.88 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 928975 0 0 0 357598 190 0 0 20 0 1 0 37155608 5386149888 1199504 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1314978 1199504 2624 2575 0 1311885 0
Current children cumulated CPU time: 3577.88 s
Current children cumulated vsize: 5259912 KiB
Current children cumulated memory: 4798016 KiB

[startup+3598.4 s]
/proc/loadavg: 4.40 4.23 4.09 5/263 27743
/proc/meminfo: memFree=120102792/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5259912 memory=4798016 CPUtime=3579.47 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 929958 0 0 0 357757 190 0 0 20 0 1 0 37155608 5386149888 1199504 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1314978 1199504 2624 2575 0 1311885 0
Current children cumulated CPU time: 3579.47 s
Current children cumulated vsize: 5259912 KiB
Current children cumulated memory: 4798016 KiB

[startup+3599.2 s]
/proc/loadavg: 4.40 4.23 4.09 5/263 27743
/proc/meminfo: memFree=120102792/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=5259912 memory=4798016 CPUtime=3580.27 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 930429 0 0 0 357837 190 0 0 20 0 1 0 37155608 5386149888 1199504 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1314978 1199504 2624 2575 0 1311885 0
Current children cumulated CPU time: 3580.27 s
Current children cumulated vsize: 5259912 KiB
Current children cumulated memory: 4798016 KiB

[startup+3599.6 s]
/proc/loadavg: 4.40 4.23 4.09 5/263 27743
/proc/meminfo: memFree=120102792/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=4979616 memory=4521100 CPUtime=3580.67 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 930669 0 0 0 357876 191 0 0 20 0 1 0 37155608 5099126784 1130275 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1244904 1130275 2624 2575 0 1241811 0
Current children cumulated CPU time: 3580.67 s
Current children cumulated vsize: 4979616 KiB
Current children cumulated memory: 4521100 KiB

[startup+3599.8 s]
/proc/loadavg: 4.40 4.23 4.09 5/263 27743
/proc/meminfo: memFree=120102792/131249988 swapFree=33010684/33010684
[pid=27379] ppid=27376 vsize=4320592 memory=3862192 CPUtime=3580.86 cores=4,6
/proc/27379/stat : 27379 (pbsolver) R 27376 27379 27311 0 -1 4194304 930669 0 0 0 357893 193 0 0 20 0 1 0 37155608 4424286208 965548 18446744073709551615 4198400 14743177 140724303285296 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 54272000 140724303288714 140724303288810 140724303288810 140724303294412 0
/proc/27379/statm: 1080148 965548 2624 2575 0 1077055 0
Current children cumulated CPU time: 3580.86 s
Current children cumulated vsize: 4320592 KiB
Current children cumulated memory: 3862192 KiB

Child status: 0

Real time (s): 3599.9
CPU time (s): 3580.97
CPU user time (s): 3578.94
CPU system time (s): 2.03354
CPU usage (%): 99.4744
Max. virtual memory (cumulated for all children) (KiB): 5259912
Max. memory (cumulated for all children) (KiB): 4798016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3578.94
system time used= 2.03354
maximum resident set size= 4798016
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 930680
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= 3
involuntary context switches= 3575


# summary of solver processes directly reported to runsolver:
#   pid: 27379
#   total CPU time (s): 3580.97
#   total CPU user time (s): 3578.94
#   total CPU system time (s): 2.03354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.29592 second user time and 13.7921 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-29 18:32:48
IDJOB=4511851
IDBENCH=160485
IDSOLVER=3366
FILE ID=nodeC034/4511851-1751214767
RUNJOBID= nodeC034-1751214767-27322
SLURM_JOB_ID= 9587647
Free space on /tmp= 432924 MiB

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

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

MD5SUM BENCH= 59fcb85c6ef97ea95ede85b6c75e382f
RANDOM SEED=126161878

nodeC034 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.756
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.53
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		: 3443.384
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.53
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.556
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.53
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		: 3599.767
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.53
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.846
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.53
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		: 3598.329
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.53
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.752
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.53
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		: 3589.687
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.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129748288 kB
MemAvailable:   129618296 kB
Buffers:            3280 kB
Cached:           679924 kB
SwapCached:            0 kB
Active:           407104 kB
Inactive:         458784 kB
Active(anon):     200828 kB
Inactive(anon):        0 kB
Active(file):     206276 kB
Inactive(file):   458784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            166268 kB
Writeback:             0 kB
AnonPages:        185568 kB
Mapped:           111764 kB
Shmem:             18104 kB
KReclaimable:      87972 kB
Slab:             174336 kB
SReclaimable:      87972 kB
SUnreclaim:        86364 kB
KernelStack:        4192 kB
PageTables:         3004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     475848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432944 MiB
End job on nodeC034 at 2025-06-29 19:32:48