Trace number 4515753

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-13UNSAT 54.7617 54.9256

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP085.shuf-3.opb
MD5SUM07ea0c7d4747b9a16e298c0932c39846
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.80187
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints3734
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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-4515753-1751236711.opb>
0.00/0.09	c original problem has 18705 variables (18705 bin, 0 int, 0 cont) and 3742 constraints
0.00/0.09	c problem read in 0.087 seconds
0.00/0.09	c problem without objective
0.10/0.19	c presolving:
0.21/0.23	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 87 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.21/0.29	c    (0.3s) running MILP presolver
0.32/0.33	c    (0.3s) MILP presolver found nothing
0.41/0.44	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 87 chg sides, 0 chg coeffs, 3646 upgd conss, 0 impls, 0 clqs
0.41/0.48	c (round 3, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 87 chg sides, 0 chg coeffs, 3724 upgd conss, 0 impls, 0 clqs
0.41/0.49	c (round 4, exhaustive) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 87 chg sides, 0 chg coeffs, 3742 upgd conss, 0 impls, 0 clqs
0.69/0.73	c    (0.7s) probing: 51/18705 (0.3%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.69/0.73	c    (0.7s) probing aborted: 50/50 successive totally useless probings
0.69/0.76	c    (0.8s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.88/0.91	c    (0.9s) symmetry computation finished: 1500 generators found (max: 1500, log10 of symmetry group size: 4629.30) (symcode time: 0.13)
1.58/1.62	c dynamic symmetry handling statistics:
1.58/1.62	c    orbitopal reduction:       no components
1.58/1.62	c    orbital reduction:        191 components of sizes 3, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 4, 3, 3, 3, 4, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 4, 3, 3, 4, 4, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 4, 3, 3, 3, 4, 3, 4, 3, 3, 3, 3, 3, 4, 4, 4, 4, 3, 3, 4, 3, 3, 4, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 4, 3, 3, 3, 3, 4, 3, 3, 4, 3, 3, 3, 3, 4, 3, 3, 3, 3, 4, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 4, 3
1.58/1.62	c    lexicographic reduction:  609 permutations with support sizes 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, c 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
1.58/1.62	c handled 785 out of 785 symmetry components
1.58/1.62	c (round 5, exhaustive) 0 del vars, 0 del conss, 891 add conss, 0 chg bounds, 87 chg sides, 0 chg coeffs, 3742 upgd conss, 0 impls, 891 clqs
1.58/1.63	c (round 6, exhaustive) 0 del vars, 0 del conss, 891 add conss, 0 chg bounds, 87 chg sides, 0 chg coeffs, 4633 upgd conss, 0 impls, 891 clqs
1.58/1.68	c presolving (7 rounds: 7 fast, 6 medium, 6 exhaustive):
1.58/1.68	c  0 deleted vars, 0 deleted constraints, 891 added constraints, 0 tightened bounds, 0 added holes, 87 changed sides, 0 changed coefficients
1.58/1.68	c  0 implications, 891 cliques
1.58/1.68	c presolved problem has 18705 variables (18705 bin, 0 int, 0 cont) and 4633 constraints
1.58/1.68	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
1.58/1.68	c    3742 constraints of type <knapsack>
1.58/1.68	c     891 constraints of type <setppc>
1.58/1.68	c transformed objective value is always integral (scale: 1)
1.58/1.68	c Presolving Time: 1.51
1.58/1.68	c 
1.58/1.68	c - non default parameters ----------------------------------------------------------------------
1.58/1.68	c 
1.58/1.68	c # SCIP version 10.0.0
1.58/1.68	c 
1.58/1.68	c # maximal time in seconds to run
1.58/1.68	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
1.58/1.68	c limits/time = 3596.995042
1.58/1.68	c 
1.58/1.68	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1.58/1.68	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
1.58/1.68	c limits/memory = 27900
1.58/1.68	c 
1.58/1.68	c # belongs reading time to solving time?
1.58/1.69	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
1.58/1.69	c timing/reading = TRUE
1.58/1.69	c 
1.58/1.69	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
1.58/1.69	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
1.58/1.69	c reading/opbreader/maxintsize = 47
1.58/1.69	c 
1.58/1.69	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
1.58/1.69	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
1.58/1.69	c propagating/genvbounds/timingmask = 0
1.58/1.69	c 
1.58/1.69	c -----------------------------------------------------------------------------------------------
1.58/1.69	c 
41.37/41.60	c (node 1) numerical troubles in LP 6 -- unresolved
41.37/41.60	c (node 1) unresolved numerical troubles in LP 6 -- using pseudo solution instead (loop 1)
41.47/41.60	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
41.47/41.60	c  41.6s|     1 |     2 |163513 |     - |   372M |   0 |  18k|4654 |4633 |   0 |  0 |  20 |   0 | 0.000000e+00 |      --      |    Inf | unknown
54.63/54.83	c 
54.63/54.83	c SCIP Status        : problem is solved [infeasible]
54.63/54.83	c Solving Time (sec) : 54.83
54.63/54.83	c Solving Nodes      : 2
54.63/54.83	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
54.63/54.83	c Dual Bound         : +1.00000000000000e+20
54.63/54.83	c Gap                : 0.00 %
54.63/54.83	s UNSATISFIABLE
54.63/54.83	c SCIP Status        : problem is solved [infeasible]
54.63/54.83	c Total Time         :      54.83
54.63/54.83	c   solving          :      54.83
54.63/54.83	c   presolving       :       1.51 (included in solving)
54.63/54.83	c   reading          :       0.09 (included in solving)
54.63/54.83	c   copying          :       0.00 (0 times copied the problem)
54.63/54.83	c Original Problem   :
54.63/54.83	c   Problem name     : HOME/instance-4515753-1751236711.opb
54.63/54.83	c   Variables        : 18705 (18705 binary, 0 integer, 0 continuous)
54.63/54.83	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
54.63/54.83	c   Constraints      : 3742 initial, 3742 maximal
54.63/54.83	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
54.63/54.83	c Presolved Problem  :
54.63/54.83	c   Problem name     : t_HOME/instance-4515753-1751236711.opb
54.63/54.83	c   Variables        : 18705 (18705 binary, 0 integer, 0 continuous)
54.63/54.83	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
54.63/54.83	c   Constraints      : 4633 initial, 4654 maximal
54.63/54.83	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
54.63/54.83	c   Nonzeros         : 57042 constraint, 1782 clique table
54.63/54.83	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
54.63/54.83	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   domcol           :       0.06       0.00      2          0          0          0          0          0          0          0          0          0
54.63/54.83	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   dualsparsify     :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
54.63/54.83	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
54.63/54.83	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   milp             :       0.10       0.00      1          0          0          0          0          0          0          0          0          0
54.63/54.83	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   sparsify         :       0.05       0.00      1          0          0          0          0          0          0          0          0          0
54.63/54.83	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   trivial          :       0.01       0.00      7          0          0          0          0          0          0          0          0          0
54.63/54.83	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   dualfix          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
54.63/54.83	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.83	c   probing          :       0.14       0.00      1          0          0          0          0          0          0          0          0          0
54.63/54.84	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   symmetry         :       0.87       0.00      1          0          0          0          0          0          0        891          0          0
54.63/54.84	c   vbounds          :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
54.63/54.84	c   knapsack         :       0.06       0.00     15          0          0          0          0          0          0          0          0          0
54.63/54.84	c   setppc           :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
54.63/54.84	c   linear           :       0.15       0.01      9          0          0          0          0          0          0          0         87          0
54.63/54.84	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   components       :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
54.63/54.84	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
54.63/54.84	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
54.63/54.84	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
54.63/54.84	c   knapsack         :       3742       3742          0       1212          0          0          1          3        405         11          0          0          0          0          0
54.63/54.84	c   setppc           :        891        891          0       1101          0          0          1          0          0          0          0          0          0          0          0
54.63/54.84	c   logicor          :          0+        21          0          6          0          0          0          0          2          0          0          0          0          0          0
54.63/54.84	c   fixedvar         :          0          0          0          0          0          0          1          0          0          0          0          0          0          0          0
54.63/54.84	c   countsols        :          0          0          0          0          0          0          1          0          0          0          0          0          0          0          0
54.63/54.84	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
54.63/54.84	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   knapsack         :       0.08       0.00       0.03       0.05       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
54.63/54.84	c   dualfix          :          1          0          0          0
54.63/54.84	c   genvbounds       :          0          0          0          0
54.63/54.84	c   nlobbt           :          0          0          0          0
54.63/54.84	c   obbt             :          0          0          0          0
54.63/54.84	c   probing          :          0          0          0          0
54.63/54.84	c   pseudoobj        :          0          0          0          0
54.63/54.84	c   redcost          :          0          0          0          0
54.63/54.84	c   rootredcost      :          0          0          0          0
54.63/54.84	c   symmetry         :          1          0          0          0
54.63/54.84	c   vbounds          :        455          0          0          0
54.63/54.84	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
54.63/54.84	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   probing          :       0.14       0.00       0.14       0.00       0.00       0.00
54.63/54.84	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c   symmetry         :       0.87       0.00       0.87       0.00       0.00       0.00
54.63/54.84	c   vbounds          :       0.01       0.00       0.00       0.00       0.00       0.00
54.63/54.84	c Symmetry           :
54.63/54.84	c   #affected vars   :       2285 (2285 bin, 0 int, 0 cont)
54.63/54.84	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
54.63/54.84	c   orbital reduction:          0 reductions applied,          0 cutoffs
54.63/54.84	c   lexicographic red:          0 reductions applied,          0 cutoffs
54.63/54.84	c   shadow tree time :       0.00 s
54.63/54.84	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
54.63/54.84	c   propagation      :       0.00          5          5          -         20        8.8          0        0.0          -          -          -
54.63/54.84	c   infeasible LP    :       0.00          1          1          -          1        0.0          0        0.0          1      125.0          0
54.63/54.84	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
54.63/54.84	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
54.63/54.84	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
54.63/54.84	c   applied globally :       0.00          -          -          0         20        8.6          -          -          1          -          -
54.63/54.84	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
54.63/54.84	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
54.63/54.84	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
54.63/54.84	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
54.63/54.84	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
54.63/54.84	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
54.63/54.84	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
54.63/54.84	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
54.63/54.84	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
54.63/54.84	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
54.63/54.84	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c Pricers            :   ExecTime  SetupTime      Calls       Vars
54.63/54.84	c   problem variables:       0.00          -          0          0
54.63/54.84	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
54.63/54.84	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   inference        :       0.00       0.00          0          0          1          0          0          0          0          2
54.63/54.84	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
54.63/54.84	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
54.63/54.84	c   LP solutions     :       0.00          -          -          0          0
54.63/54.84	c   relax solutions  :       0.00          -          -          0          0
54.63/54.84	c   pseudo solutions :       0.00          -          -          0          0
54.63/54.84	c   strong branching :       0.00          -          -          0          0
54.63/54.84	c   actconsdiving    :       0.00       0.00          0          0          0
54.63/54.84	c   adaptivediving   :       0.00       0.00          0          0          0
54.63/54.84	c   alns             :       0.00       0.00          0          0          0
54.63/54.84	c   bound            :       0.00       0.00          0          0          0
54.63/54.84	c   clique           :       0.05       0.00          1          0          0
54.63/54.84	c   coefdiving       :       0.00       0.00          0          0          0
54.63/54.84	c   completesol      :       0.00       0.00          0          0          0
54.63/54.84	c   conflictdiving   :       0.00       0.00          0          0          0
54.63/54.84	c   crossover        :       0.00       0.00          0          0          0
54.63/54.84	c   dins             :       0.00       0.00          0          0          0
54.63/54.84	c   distributiondivin:       0.00       0.00          0          0          0
54.63/54.84	c   dks              :       0.00       0.00          0          0          0
54.63/54.84	c   dps              :       0.00       0.00          0          0          0
54.63/54.84	c   dualval          :       0.00       0.00          0          0          0
54.63/54.84	c   farkasdiving     :       0.00       0.00          0          0          0
54.63/54.84	c   feaspump         :       0.00       0.00          0          0          0
54.63/54.84	c   fixandinfer      :       0.00       0.00          0          0          0
54.63/54.84	c   fracdiving       :       0.00       0.00          0          0          0
54.63/54.84	c   gins             :       0.00       0.00          0          0          0
54.63/54.84	c   guideddiving     :       0.00       0.00          0          0          0
54.63/54.84	c   indicator        :       0.00       0.00          0          0          0
54.63/54.84	c   indicatordiving  :       0.00       0.00          0          0          0
54.63/54.84	c   intdiving        :       0.00       0.00          0          0          0
54.63/54.84	c   intshifting      :       0.00       0.00          0          0          0
54.63/54.84	c   linesearchdiving :       0.00       0.00          0          0          0
54.63/54.84	c   localbranching   :       0.00       0.00          0          0          0
54.63/54.84	c   locks            :       0.01       0.00          1          0          0
54.63/54.84	c   lpface           :       0.00       0.00          0          0          0
54.63/54.84	c   mpec             :       0.00       0.00          0          0          0
54.63/54.84	c   multistart       :       0.00       0.00          0          0          0
54.63/54.84	c   mutation         :       0.00       0.00          0          0          0
54.63/54.84	c   nlpdiving        :       0.00       0.00          0          0          0
54.63/54.84	c   objpscostdiving  :       0.00       0.00          0          0          0
54.63/54.84	c   octane           :       0.00       0.00          0          0          0
54.63/54.84	c   ofins            :       0.00       0.00          0          0          0
54.63/54.84	c   oneopt           :       0.00       0.00          0          0          0
54.63/54.84	c   padm             :       0.00       0.00          0          0          0
54.63/54.84	c   proximity        :       0.00       0.00          0          0          0
54.63/54.84	c   pscostdiving     :       0.00       0.00          0          0          0
54.63/54.84	c   randrounding     :       0.00       0.00          0          0          0
54.63/54.84	c   rens             :       0.00       0.00          0          0          0
54.63/54.84	c   reoptsols        :       0.00       0.00          0          0          0
54.63/54.84	c   repair           :       0.00       0.00          0          0          0
54.63/54.84	c   rins             :       0.00       0.00          0          0          0
54.63/54.84	c   rootsoldiving    :       0.00       0.00          0          0          0
54.63/54.84	c   rounding         :       0.00       0.00          0          0          0
54.63/54.84	c   scheduler        :       0.00       0.00          0          0          0
54.63/54.84	c   shiftandpropagate:       0.02       0.00          1          0          0
54.63/54.84	c   shifting         :       0.00       0.00          0          0          0
54.63/54.84	c   simplerounding   :       0.00       0.00          0          0          0
54.63/54.84	c   subnlp           :       0.00       0.00          0          0          0
54.63/54.84	c   trivial          :       0.02       0.00          2          0          0
54.63/54.84	c   trivialnegation  :       0.00       0.00          0          0          0
54.63/54.84	c   trustregion      :       0.00       0.00          0          0          0
54.63/54.84	c   trysol           :       0.00       0.00          0          0          0
54.63/54.84	c   twoopt           :       0.00       0.00          0          0          0
54.63/54.84	c   undercover       :       0.00       0.00          0          0          0
54.63/54.84	c   vbounds          :       0.00       0.00          0          0          0
54.63/54.84	c   veclendiving     :       0.00       0.00          0          0          0
54.63/54.84	c   zeroobj          :       0.00       0.00          0          0          0
54.63/54.84	c   zirounding       :       0.00       0.00          0          0          0
54.63/54.84	c   other solutions  :          -          -          -          0          -
54.63/54.84	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
54.63/54.84	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
54.63/54.84	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
54.63/54.84	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
54.63/54.84	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
54.63/54.84	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
54.63/54.84	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
54.63/54.84	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
54.63/54.84	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
54.63/54.84	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
54.63/54.84	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
54.63/54.84	c   primal LP        :      34.79          5     139876   27975.20    4020.71       0.00          0
54.63/54.84	c   dual LP          :      18.26         10      74602   24867.33    4085.46       0.00          7
54.63/54.84	c   lex dual LP      :       0.00          0          0       0.00          -
54.63/54.84	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
54.63/54.84	c   resolve instable :      48.86          7     196644   28092.00    4024.89
54.63/54.84	c   diving/probing LP:       0.00          0          0       0.00          -
54.63/54.84	c   strong branching :       0.00          0          0       0.00          -          -          -          0
54.63/54.84	c     (at root node) :          -          0          0       0.00          -
54.63/54.84	c   conflict analysis:       0.00          0          0       0.00          -
54.63/54.84	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
54.63/54.84	c   benders          :       0.00          0          0          0       0.00          0          0          0
54.63/54.84	c B&B Tree           :
54.63/54.84	c   number of runs   :          1
54.63/54.84	c   nodes            :          2 (1 internal, 1 leaves)
54.63/54.84	c   feasible leaves  :          0
54.63/54.84	c   infeas. leaves   :          1
54.63/54.84	c   objective leaves :          0
54.63/54.84	c   nodes (total)    :          2 (1 internal, 1 leaves)
54.63/54.84	c   nodes left       :          0
54.63/54.84	c   max depth        :          1
54.63/54.84	c   max depth (total):          1
54.63/54.84	c   backtracks       :          0 (0.0%)
54.63/54.84	c   early backtracks :          0 (0.0%)
54.63/54.84	c   nodes exc. ref.  :          0 (0.0%)
54.63/54.84	c   delayed cutoffs  :          1
54.63/54.84	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
54.63/54.84	c   avg switch length:       2.00
54.63/54.84	c   switching time   :       0.00
54.63/54.84	c Root Node          :
54.63/54.84	c   First LP value   :          -
54.63/54.84	c   First LP Iters   :          0
54.63/54.84	c   First LP Time    :      39.82
54.63/54.84	c   Final Dual Bound :          -
54.63/54.84	c   Final Root Iters :     163513
54.63/54.84	c   Root LP Estimate :                     -
54.63/54.84	c Solution           :
54.63/54.84	c   Solutions found  :          0 (0 improvements)
54.63/54.84	c   Primal Bound     : infeasible
54.63/54.84	c   Dual Bound       :          -
54.63/54.84	c   Gap              :       0.00 %
54.63/54.84	c Integrals          :      Total       Avg%
54.63/54.84	c   primal-dual      :          -          - (problem infeasible)
54.63/54.84	c   primal-ref       :          -          - (problem infeasible)
54.63/54.84	c   dual-ref         :          -          - (problem infeasible)
54.73/54.91	c Time complete (sec):     54.747

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515753-1751236711/watcher-4515753-1751236711 -o /tmp/evaluation-result-4515753-1751236711/solver-4515753-1751236711 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751236711-38746 --watchdog 3760 pbsolver -f HOME/instance-4515753-1751236711.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=38800, runsolver pid=38788

[startup+0.100073 s]*
/proc/loadavg: 1.16 1.96 3.00 5/248 38805
/proc/meminfo: memFree=129803728/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=50540 memory=41216 CPUtime=0.1 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 8184 0 0 0 8 2 0 0 20 0 1 0 39350253 51752960 10304 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 12635 10304 2368 2575 0 9542 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 50540 KiB
Current children cumulated memory: 41216 KiB

[startup+0.213744 s]*
/proc/loadavg: 1.16 1.96 3.00 7/249 38813
/proc/meminfo: memFree=129723520/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=78316 memory=66048 CPUtime=0.21 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 14332 0 0 0 17 4 0 0 20 0 1 0 39350253 80195584 16512 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 19579 16512 2432 2575 0 16486 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 78316 KiB
Current children cumulated memory: 66048 KiB

[startup+0.313672 s]*
/proc/loadavg: 1.16 1.96 3.00 6/246 38813
/proc/meminfo: memFree=129667532/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=92100 memory=79944 CPUtime=0.32 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 19148 0 0 0 26 6 0 0 20 0 1 0 39350253 94310400 19986 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 23025 19986 2496 2575 0 19932 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 92100 KiB
Current children cumulated memory: 79944 KiB

[startup+0.700357 s]
/proc/loadavg: 1.16 1.96 3.00 6/246 38813
/proc/meminfo: memFree=129627464/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=109456 memory=97108 CPUtime=0.69 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 25850 0 0 0 60 9 0 0 20 0 1 0 39350253 112082944 24277 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 27364 24277 2592 2575 0 24271 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 109456 KiB
Current children cumulated memory: 97108 KiB

[startup+1.50036 s]
/proc/loadavg: 1.16 1.96 3.00 3/242 38821
/proc/meminfo: memFree=129487708/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=362912 memory=321876 CPUtime=1.48 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 82051 0 0 0 125 23 0 0 20 0 1 0 39350253 371621888 80469 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 90728 80469 2592 2575 0 87635 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 362912 KiB
Current children cumulated memory: 321876 KiB

[startup+3.11282 s]
/proc/loadavg: 1.39 2.00 3.00 4/242 38911
/proc/meminfo: memFree=129140216/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=400804 memory=357376 CPUtime=3.09 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 91490 0 0 0 284 25 0 0 20 0 1 0 39350253 410423296 89344 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 100201 89344 2656 2575 0 97108 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 400804 KiB
Current children cumulated memory: 357376 KiB

[startup+6.3003 s]
/proc/loadavg: 1.39 2.00 3.00 5/250 39030
/proc/meminfo: memFree=129122400/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=401224 memory=358912 CPUtime=6.26 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 91608 0 0 0 601 25 0 0 20 0 1 0 39350253 410853376 89728 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 100306 89728 2944 2575 0 97213 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 401224 KiB
Current children cumulated memory: 358912 KiB

[startup+12.7003 s]
/proc/loadavg: 1.72 2.05 3.01 3/244 39285
/proc/meminfo: memFree=129179116/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=401748 memory=359680 CPUtime=12.64 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 91792 0 0 0 1239 25 0 0 20 0 1 0 39350253 411389952 89920 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 100437 89920 2944 2575 0 97344 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 401748 KiB
Current children cumulated memory: 359680 KiB

[startup+25.5003 s]
/proc/loadavg: 2.07 2.11 3.02 5/244 39805
/proc/meminfo: memFree=129092180/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=402124 memory=359936 CPUtime=25.4 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 91861 0 0 0 2515 25 0 0 20 0 1 0 39350253 411774976 89984 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 100531 89984 2944 2575 0 97438 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 402124 KiB
Current children cumulated memory: 359936 KiB

[startup+51.1128 s]
/proc/loadavg: 2.73 2.27 3.05 5/250 40381
/proc/meminfo: memFree=129100472/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=402124 memory=360320 CPUtime=50.95 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 91945 0 0 0 5069 26 0 0 20 0 1 0 39350253 411774976 90080 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 100531 90080 2944 2575 0 97438 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 402124 KiB
Current children cumulated memory: 360320 KiB

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

# cumulated CPU time of all completed processes:  user=54.483 s, system=0.278651 s

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

[startup+51.2004 s]
/proc/loadavg: 2.73 2.27 3.05 5/250 40381
/proc/meminfo: memFree=129100472/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=402124 memory=360320 CPUtime=51.04 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 91945 0 0 0 5078 26 0 0 20 0 1 0 39350253 411774976 90080 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 100531 90080 2944 2575 0 97438 0
Current children cumulated CPU time: 51.04 s
Current children cumulated vsize: 402124 KiB
Current children cumulated memory: 360320 KiB

[startup+52.8003 s]
/proc/loadavg: 2.91 2.31 3.06 5/250 40381
/proc/meminfo: memFree=129100472/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=402124 memory=360448 CPUtime=52.63 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 91946 0 0 0 5237 26 0 0 20 0 1 0 39350253 411774976 90112 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 100531 90112 2944 2575 0 97438 0
Current children cumulated CPU time: 52.63 s
Current children cumulated vsize: 402124 KiB
Current children cumulated memory: 360448 KiB

[startup+53.6003 s]
/proc/loadavg: 2.91 2.31 3.06 5/250 40381
/proc/meminfo: memFree=129096692/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=402124 memory=360448 CPUtime=53.43 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 91946 0 0 0 5317 26 0 0 20 0 1 0 39350253 411774976 90112 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 100531 90112 2944 2575 0 97438 0
Current children cumulated CPU time: 53.43 s
Current children cumulated vsize: 402124 KiB
Current children cumulated memory: 360448 KiB

[startup+54.4003 s]
/proc/loadavg: 2.91 2.31 3.06 5/250 40381
/proc/meminfo: memFree=129096692/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=402124 memory=360448 CPUtime=54.23 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 91946 0 0 0 5397 26 0 0 20 0 1 0 39350253 411774976 90112 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 100531 90112 2944 2575 0 97438 0
Current children cumulated CPU time: 54.23 s
Current children cumulated vsize: 402124 KiB
Current children cumulated memory: 360448 KiB

[startup+54.8003 s]
/proc/loadavg: 2.91 2.31 3.06 5/250 40381
/proc/meminfo: memFree=129096692/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=402124 memory=360448 CPUtime=54.63 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 91946 0 0 0 5437 26 0 0 20 0 1 0 39350253 411774976 90112 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 100531 90112 2944 2575 0 97438 0
Current children cumulated CPU time: 54.63 s
Current children cumulated vsize: 402124 KiB
Current children cumulated memory: 360448 KiB

[startup+54.9003 s]
/proc/loadavg: 2.91 2.31 3.06 5/250 40381
/proc/meminfo: memFree=129096692/131382112 swapFree=33010684/33010684
[pid=38800] ppid=38788 vsize=387968 memory=345624 CPUtime=54.73 cores=4,6
/proc/38800/stat : 38800 (pbsolver) R 38788 38800 35802 0 -1 4194304 92355 0 0 0 5447 26 0 0 20 0 1 0 39350253 397279232 86406 18446744073709551615 4198400 14743177 140725108595120 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 48967680 140725108603274 140725108603370 140725108603370 140725108608972 0
/proc/38800/statm: 96992 86406 2944 2575 0 93899 0
Current children cumulated CPU time: 54.73 s
Current children cumulated vsize: 387968 KiB
Current children cumulated memory: 345624 KiB

Child status: 0

Real time (s): 54.9256
CPU time (s): 54.7617
CPU user time (s): 54.483
CPU system time (s): 0.278651
CPU usage (%): 99.7015
Max. virtual memory (cumulated for all children) (KiB): 402124
Max. memory (cumulated for all children) (KiB): 360448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.483
system time used= 0.278651
maximum resident set size= 360704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92355
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= 4
involuntary context switches= 72


# summary of solver processes directly reported to runsolver:
#   pid: 38800
#   total CPU time (s): 54.7617
#   total CPU user time (s): 54.483
#   total CPU system time (s): 0.278651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.288173 second user time and 0.594831 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 00:38:31
IDJOB=4515753
IDBENCH=165338
IDSOLVER=3366
FILE ID=nodeC007/4515753-1751236711
RUNJOBID= nodeC007-1751236711-38746
SLURM_JOB_ID= 9587709
Free space on /tmp= 433016 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP085.shuf-3.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515753-1751236711/watcher-4515753-1751236711 -o /tmp/evaluation-result-4515753-1751236711/solver-4515753-1751236711 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751236711-38746 --watchdog 3760  pbsolver -f HOME/instance-4515753-1751236711.opb -t 3600 -m 31000

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

MD5SUM BENCH= 07ea0c7d4747b9a16e298c0932c39846
RANDOM SEED=733064122

nodeC007 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	: 0xb00001f
cpu MHz		: 1197.193
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.210
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.335
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.382
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.169
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.202
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1196.832
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129876260 kB
MemAvailable:   129938344 kB
Buffers:            3280 kB
Cached:           871196 kB
SwapCached:            0 kB
Active:           314764 kB
Inactive:         625880 kB
Active(anon):      84128 kB
Inactive(anon):        0 kB
Active(file):     230636 kB
Inactive(file):   625880 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             60976 kB
Writeback:            12 kB
AnonPages:         69340 kB
Mapped:           102136 kB
Shmem:             17960 kB
KReclaimable:      90388 kB
Slab:             172252 kB
SReclaimable:      90388 kB
SUnreclaim:        81864 kB
KernelStack:        3776 kB
PageTables:         2568 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     334988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149256 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432956 MiB
End job on nodeC007 at 2025-06-30 00:39:26