Trace number 4522515

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2025-06-13? 3585.8 3598.25

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i8_pp_92.opb
MD5SUM47b2881d5fb8f7c37ab5426a5dd64ce5
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark750
Best CPU time to get the best result obtained on this benchmark8.45878
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables196307
Total number of constraints196308
Number of constraints which are clauses177494
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints15926
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
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-4522515-1751582654.opb>
0.68/0.75	c original problem has 196307 variables (196307 bin, 0 int, 0 cont) and 196308 constraints
0.68/0.75	c problem read in 0.756 seconds
1.47/1.58	c presolving:
2.17/2.22	c (round 1, fast)       1310 del vars, 1307 del conss, 0 add conss, 169 chg bounds, 34 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 194997 clqs
2.98/3.02	c    (3.0s) running MILP presolver
69.12/69.30	c    (69.3s) MILP presolver (6 rounds): 99 aggregations, 138 fixings, 0 bound changes
69.31/69.54	c (round 2, medium)     1867 del vars, 1310 del conss, 0 add conss, 169 chg bounds, 34 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 190634 clqs
69.41/69.62	c (round 3, fast)       2419 del vars, 5709 del conss, 0 add conss, 169 chg bounds, 34 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 190555 clqs
70.31/70.54	c (round 4, exhaustive) 2419 del vars, 5752 del conss, 0 add conss, 169 chg bounds, 34 chg sides, 0 chg coeffs, 190555 upgd conss, 0 impls, 190555 clqs
75.80/76.04	c    (76.0s) sparsify finished: 819/1085440 (0.1%) nonzeros canceled - in total 819 canceled nonzeros, 819 changed coefficients, 0 added nonzeros
78.39/78.63	c    (78.6s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
78.90/79.14	c    (79.1s) symmetry computation finished: 1 generators found (max: 330, log10 of symmetry group size: 0.30) (symcode time: 0.18)
78.90/79.14	c dynamic symmetry handling statistics:
78.90/79.14	c    orbitopal reduction:       no components
78.90/79.14	c    orbital reduction:         no components
78.90/79.14	c    lexicographic reduction:   no permutations
78.90/79.14	c handled 1 out of 1 symmetry components
79.19/79.46	c presolving (5 rounds: 5 fast, 3 medium, 2 exhaustive):
79.19/79.46	c  2539 deleted vars, 5881 deleted constraints, 1 added constraints, 169 tightened bounds, 0 added holes, 34 changed sides, 819 changed coefficients
79.19/79.46	c  0 implications, 190597 cliques
79.19/79.46	c presolved problem has 193854 variables (193854 bin, 0 int, 0 cont) and 190437 constraints
79.19/79.46	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
79.19/79.46	c  190435 constraints of type <setppc>
79.19/79.46	c       2 constraints of type <linear>
79.19/79.46	c transformed objective value is always integral (scale: 1)
79.19/79.46	c Presolving Time: 77.95
79.19/79.46	c 
79.19/79.46	c - non default parameters ----------------------------------------------------------------------
79.19/79.46	c 
79.19/79.46	c # SCIP version 10.0.0
79.19/79.46	c 
79.19/79.46	c # maximal time in seconds to run
79.19/79.46	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
79.19/79.46	c limits/time = 3596.998009
79.19/79.46	c 
79.19/79.46	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
79.19/79.46	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
79.19/79.46	c limits/memory = 27900
79.19/79.46	c 
79.19/79.46	c # belongs reading time to solving time?
79.19/79.46	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
79.19/79.46	c timing/reading = TRUE
79.19/79.46	c 
79.19/79.46	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
79.19/79.46	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
79.19/79.46	c reading/opbreader/maxintsize = 47
79.19/79.46	c 
79.19/79.46	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
79.19/79.46	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
79.19/79.46	c propagating/genvbounds/timingmask = 0
79.19/79.46	c 
79.19/79.46	c -----------------------------------------------------------------------------------------------
79.19/79.49	c 
3584.65/3597.13	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3584.65/3597.13	c  3597s|     1 |     0 |134254 |     - |  2456M |   0 | 193k| 190k| 190k|   0 |  0 |  41 |   0 | 1.350000e+02 |      --      |    Inf | unknown
3584.65/3597.14	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
3584.65/3597.14	c 
3584.65/3597.14	c SCIP Status        : solving was interrupted [time limit reached]
3584.65/3597.14	c Solving Time (sec) : 3597.14
3584.65/3597.14	c Solving Nodes      : 1
3584.65/3597.14	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3584.65/3597.14	c Dual Bound         : +1.35000000000000e+02
3584.65/3597.14	c Gap                : infinite
3584.65/3597.14	s UNKNOWN
3584.65/3597.14	c SCIP Status        : solving was interrupted [time limit reached]
3584.65/3597.14	c Total Time         :    3597.14
3584.65/3597.14	c   solving          :    3597.14
3584.65/3597.14	c   presolving       :      77.95 (included in solving)
3584.65/3597.14	c   reading          :       0.76 (included in solving)
3584.65/3597.14	c   copying          :       0.00 (0 times copied the problem)
3584.65/3597.14	c Original Problem   :
3584.65/3597.14	c   Problem name     : HOME/instance-4522515-1751582654.opb
3584.65/3597.14	c   Variables        : 196307 (196307 binary, 0 integer, 0 continuous)
3584.65/3597.14	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3584.65/3597.14	c   Constraints      : 196308 initial, 196308 maximal
3584.65/3597.14	c   Objective        : minimize, 2888 non-zeros (abs.min = 1, abs.max = 1)
3584.65/3597.14	c Presolved Problem  :
3584.65/3597.14	c   Problem name     : t_HOME/instance-4522515-1751582654.opb
3584.65/3597.14	c   Variables        : 193854 (193854 binary, 0 integer, 0 continuous)
3584.65/3597.14	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3584.65/3597.14	c   Constraints      : 190437 initial, 190473 maximal
3584.65/3597.14	c   Objective        : minimize, 2540 non-zeros (abs.min = 1, abs.max = 1)
3584.65/3597.14	c   Nonzeros         : 1084489 constraint, 1082681 clique table
3584.65/3597.14	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3584.65/3597.14	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   domcol           :       0.35       0.00      1          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   dualsparsify     :       2.50       0.00      1          0          0          0          0          0         67          0          0          0
3584.65/3597.14	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   implics          :       0.01       0.00      3          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   milp             :      67.02       0.00      1        138         99          0          0          0          0          0          0          0
3584.65/3597.14	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   sparsify         :       4.48       0.00      1          0          0          0          0          0          0          0          0        819
3584.65/3597.14	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   trivial          :       0.03       0.00      5        477          0          0          0          0          0          0          0          0
3584.65/3597.14	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   dualfix          :       0.03       0.00      5          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   probing          :       0.10       0.01      1         67          0          0          0          0          0          0          0          0
3584.65/3597.14	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   symmetry         :       0.50       0.00      1          0          0          0          0          0          0          1          0          0
3584.65/3597.14	c   vbounds          :       0.23       0.00      1        234          0          0          0          0          0          0          0          0
3584.65/3597.14	c   setppc           :       0.65       0.05      3          0         53          0          0          0         62          0          0          0
3584.65/3597.14	c   linear           :       1.32       0.23      7        169       1216          0        169          0       5752          0         34          0
3584.65/3597.14	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   components       :       0.24       0.00      1          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   root node        :          -          -      -          6          -          -          6          -          -          -          -          -
3584.65/3597.14	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3584.65/3597.14	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3584.65/3597.14	c   setppc           :     190435+    190462          0       6383          0          0          0          3        239         30          0          0          0          0          0
3584.65/3597.14	c   linear           :          2          2          0       6353          0          0          0          3          0          0          0          0          0          0          0
3584.65/3597.14	c   logicor          :          0+         9          0          8          0          0          0          0          0          1          0          0          0          0          0
3584.65/3597.14	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3584.65/3597.14	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   setppc           :       1.17       0.05       0.26       0.86       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   linear           :       0.23       0.23       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   fixedvar         :       0.01       0.01       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3584.65/3597.14	c   dualfix          :          1          0          0          0
3584.65/3597.14	c   genvbounds       :          0          0          0          0
3584.65/3597.14	c   nlobbt           :          0          0          0          0
3584.65/3597.14	c   obbt             :          0          0          0          0
3584.65/3597.14	c   probing          :          0          0          0          0
3584.65/3597.14	c   pseudoobj        :          1          0          0          0
3584.65/3597.14	c   redcost          :          0          0          0          0
3584.65/3597.14	c   rootredcost      :          0          0          0          0
3584.65/3597.14	c   symmetry         :          0          0          0          0
3584.65/3597.14	c   vbounds          :       4369          0          0          0
3584.65/3597.14	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3584.65/3597.14	c   dualfix          :       0.04       0.00       0.03       0.01       0.00       0.00
3584.65/3597.14	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   probing          :       0.10       0.01       0.10       0.00       0.00       0.00
3584.65/3597.14	c   pseudoobj        :       5.46       0.00       0.00       5.46       0.00       0.00
3584.65/3597.14	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3584.65/3597.14	c   symmetry         :       0.51       0.00       0.50       0.00       0.00       0.00
3584.65/3597.14	c   vbounds          :       0.28       0.00       0.23       0.06       0.00       0.00
3584.65/3597.14	c Symmetry           :
3584.65/3597.14	c   #affected vars   :          2 (2 bin, 0 int, 0 cont)
3584.65/3597.14	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3584.65/3597.14	c   orbital reduction:          0 reductions applied,          0 cutoffs
3584.65/3597.14	c   lexicographic red:          0 reductions applied,          0 cutoffs
3584.65/3597.14	c   shadow tree time :       0.00 s
3584.65/3597.14	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3584.65/3597.14	c   propagation      :       0.00         26         26          -         35        3.0          8        2.8          -          -          -
3584.65/3597.14	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.65/3597.14	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.65/3597.14	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3584.65/3597.14	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3584.65/3597.14	c   applied globally :       0.00          -          -          0         41        2.6          -          -          0          -          -
3584.65/3597.14	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3584.65/3597.14	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3584.65/3597.14	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3584.65/3597.14	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.65/3597.14	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.65/3597.14	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.65/3597.14	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.65/3597.14	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.65/3597.14	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.65/3597.14	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3584.65/3597.14	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3584.65/3597.14	c   problem variables:       0.00          -          0          0
3584.65/3597.14	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3584.65/3597.14	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3584.65/3597.14	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3584.65/3597.14	c   LP solutions     :       0.00          -          -          0          0
3584.65/3597.14	c   relax solutions  :       0.00          -          -          0          0
3584.65/3597.14	c   pseudo solutions :       0.00          -          -          0          0
3584.65/3597.14	c   strong branching :       0.00          -          -          0          0
3584.65/3597.14	c   actconsdiving    :       0.00       0.00          0          0          0
3584.65/3597.14	c   adaptivediving   :       0.00       0.00          0          0          0
3584.65/3597.14	c   alns             :       0.00       0.00          0          0          0
3584.65/3597.14	c   bound            :       0.00       0.00          0          0          0
3584.65/3597.14	c   clique           :       1.07       0.00          1          0          0
3584.65/3597.14	c   coefdiving       :       0.00       0.00          0          0          0
3584.65/3597.14	c   completesol      :       0.00       0.00          0          0          0
3584.65/3597.14	c   conflictdiving   :       0.00       0.00          0          0          0
3584.65/3597.14	c   crossover        :       0.00       0.00          0          0          0
3584.65/3597.14	c   dins             :       0.00       0.00          0          0          0
3584.65/3597.14	c   distributiondivin:       0.00       0.00          0          0          0
3584.65/3597.14	c   dks              :       0.00       0.00          0          0          0
3584.65/3597.14	c   dps              :       0.00       0.00          0          0          0
3584.65/3597.14	c   dualval          :       0.00       0.00          0          0          0
3584.65/3597.14	c   farkasdiving     :       0.00       0.00          0          0          0
3584.65/3597.14	c   feaspump         :       0.00       0.00          0          0          0
3584.65/3597.14	c   fixandinfer      :       0.00       0.00          0          0          0
3584.65/3597.14	c   fracdiving       :       0.00       0.00          0          0          0
3584.65/3597.14	c   gins             :       0.00       0.00          0          0          0
3584.65/3597.14	c   guideddiving     :       0.00       0.00          0          0          0
3584.65/3597.14	c   indicator        :       0.00       0.00          0          0          0
3584.65/3597.14	c   indicatordiving  :       0.00       0.00          0          0          0
3584.65/3597.14	c   intdiving        :       0.00       0.00          0          0          0
3584.65/3597.14	c   intshifting      :       0.00       0.00          0          0          0
3584.65/3597.14	c   linesearchdiving :       0.00       0.00          0          0          0
3584.65/3597.14	c   localbranching   :       0.00       0.00          0          0          0
3584.65/3597.14	c   locks            :       2.90       0.00          1          0          0
3584.65/3597.14	c   lpface           :       0.00       0.00          0          0          0
3584.65/3597.14	c   mpec             :       0.00       0.00          0          0          0
3584.65/3597.14	c   multistart       :       0.00       0.00          0          0          0
3584.65/3597.14	c   mutation         :       0.00       0.00          0          0          0
3584.65/3597.14	c   nlpdiving        :       0.00       0.00          0          0          0
3584.65/3597.14	c   objpscostdiving  :       0.00       0.00          0          0          0
3584.65/3597.14	c   octane           :       0.00       0.00          0          0          0
3584.65/3597.14	c   ofins            :       0.00       0.00          0          0          0
3584.65/3597.14	c   oneopt           :       0.00       0.00          0          0          0
3584.65/3597.14	c   padm             :       0.00       0.00          0          0          0
3584.65/3597.14	c   proximity        :       0.00       0.00          0          0          0
3584.65/3597.14	c   pscostdiving     :       0.00       0.00          0          0          0
3584.65/3597.14	c   randrounding     :       0.00       0.00          0          0          0
3584.65/3597.14	c   rens             :       0.00       0.00          0          0          0
3584.65/3597.14	c   reoptsols        :       0.00       0.00          0          0          0
3584.65/3597.14	c   repair           :       0.00       0.00          0          0          0
3584.65/3597.14	c   rins             :       0.00       0.00          0          0          0
3584.65/3597.14	c   rootsoldiving    :       0.00       0.00          0          0          0
3584.65/3597.14	c   rounding         :       0.00       0.00          0          0          0
3584.65/3597.14	c   scheduler        :       0.00       0.00          0          0          0
3584.65/3597.14	c   shiftandpropagate:       0.65       0.00          1          0          0
3584.65/3597.14	c   shifting         :       0.00       0.00          0          0          0
3584.65/3597.14	c   simplerounding   :       0.00       0.00          0          0          0
3584.65/3597.14	c   subnlp           :       0.00       0.00          0          0          0
3584.65/3597.14	c   trivial          :       0.13       0.00          2          0          0
3584.65/3597.14	c   trivialnegation  :       0.00       0.00          0          0          0
3584.65/3597.14	c   trustregion      :       0.00       0.00          0          0          0
3584.65/3597.14	c   trysol           :       0.00       0.00          0          0          0
3584.65/3597.14	c   twoopt           :       0.00       0.00          0          0          0
3584.65/3597.14	c   undercover       :       0.00       0.00          0          0          0
3584.65/3597.14	c   vbounds          :       0.43       0.00          1          0          0
3584.65/3597.14	c   veclendiving     :       0.00       0.00          0          0          0
3584.65/3597.14	c   zeroobj          :       0.00       0.00          0          0          0
3584.65/3597.14	c   zirounding       :       0.00       0.00          0          0          0
3584.65/3597.14	c   other solutions  :          -          -          -          0          -
3584.65/3597.14	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3584.65/3597.14	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.65/3597.14	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.65/3597.14	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.65/3597.14	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.65/3597.14	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.65/3597.14	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.65/3597.14	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.65/3597.14	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.12500   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.65/3597.14	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3584.65/3597.14	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3584.65/3597.14	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3584.65/3597.14	c   dual LP          :    3507.01          1     134254  134254.00      38.28       0.00          0
3584.65/3597.14	c   lex dual LP      :       0.00          0          0       0.00          -
3584.65/3597.14	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3584.65/3597.14	c   resolve instable :       0.00          0          0       0.00          -
3584.65/3597.14	c   diving/probing LP:       0.00          0          0       0.00          -
3584.65/3597.14	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3584.65/3597.14	c     (at root node) :          -          0          0       0.00          -
3584.65/3597.14	c   conflict analysis:       0.00          0          0       0.00          -
3584.65/3597.14	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3584.65/3597.14	c   benders          :       0.00          0          0          0       0.00          0          0          0
3584.65/3597.14	c B&B Tree           :
3584.65/3597.14	c   number of runs   :          1
3584.65/3597.14	c   nodes            :          1 (0 internal, 1 leaves)
3584.65/3597.14	c   feasible leaves  :          0
3584.65/3597.14	c   infeas. leaves   :          0
3584.65/3597.14	c   objective leaves :          0
3584.65/3597.14	c   nodes (total)    :          1 (0 internal, 1 leaves)
3584.65/3597.14	c   nodes left       :          1
3584.65/3597.14	c   max depth        :          0
3584.65/3597.14	c   max depth (total):          0
3584.65/3597.14	c   backtracks       :          0 (0.0%)
3584.65/3597.14	c   early backtracks :          0 (0.0%)
3584.65/3597.14	c   nodes exc. ref.  :          0 (0.0%)
3584.65/3597.14	c   delayed cutoffs  :          0
3584.65/3597.14	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3584.65/3597.14	c   avg switch length:       1.00
3584.65/3597.14	c   switching time   :       0.00
3584.65/3597.14	c Root Node          :
3584.65/3597.14	c   First LP value   :          -
3584.65/3597.14	c   First LP Iters   :          0
3584.65/3597.14	c   First LP Time    :    3507.01
3584.65/3597.14	c   Final Dual Bound : +1.35000000000000e+02
3584.65/3597.14	c   Final Root Iters :     134254
3584.65/3597.14	c   Root LP Estimate :                     -
3584.65/3597.14	c Solution           :
3584.65/3597.14	c   Solutions found  :          0 (0 improvements)
3584.65/3597.14	c   Primal Bound     :          -
3584.65/3597.14	c   Dual Bound       : +1.35000000000000e+02
3584.65/3597.14	c   Gap              :   infinite
3584.65/3597.14	c Integrals          :      Total       Avg%
3584.65/3597.14	c   primal-dual      :  359713.68     100.00
3584.65/3597.14	c   primal-ref       :          -          - (not evaluated)
3584.65/3597.14	c   dual-ref         :          -          - (not evaluated)
3585.75/3598.21	c Time complete (sec):   3585.768

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 (58678 MiB free)
  memory of node 1: 64507 MiB (49635 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522515-1751582654/watcher-4522515-1751582654 -o /tmp/evaluation-result-4522515-1751582654/solver-4522515-1751582654 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751575332-91898 --watchdog 3760 pbsolver -f HOME/instance-4522515-1751582654.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=93405, runsolver pid=93402

[startup+0.100065 s]*
/proc/loadavg: 4.16 4.10 4.09 5/264 93406
/proc/meminfo: memFree=110809344/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=122268 memory=111104 CPUtime=0.09 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 25801 0 0 0 5 4 0 0 20 0 1 0 73943338 125202432 27776 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 0 0 0 0 17 6 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 30567 27776 2176 2575 0 27474 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 122268 KiB
Current children cumulated memory: 111104 KiB

[startup+0.205536 s]*
/proc/loadavg: 4.16 4.10 4.09 5/264 93406
/proc/meminfo: memFree=110728704/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=204656 memory=193792 CPUtime=0.19 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 46478 0 0 0 13 6 0 0 20 0 1 0 73943338 209567744 48448 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 51164 48448 2176 2575 0 48071 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 204656 KiB
Current children cumulated memory: 193792 KiB

[startup+0.305502 s]*
/proc/loadavg: 4.16 4.10 4.09 5/264 93406
/proc/meminfo: memFree=110712828/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=215476 memory=204416 CPUtime=0.29 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 49156 0 0 0 22 7 0 0 20 0 1 0 73943338 220647424 51104 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 53869 51104 2176 2575 0 50776 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 215476 KiB
Current children cumulated memory: 204416 KiB

[startup+0.700184 s]
/proc/loadavg: 4.16 4.10 4.09 6/264 93406
/proc/meminfo: memFree=110689016/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=305936 memory=294784 CPUtime=0.68 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 71739 0 0 0 57 11 0 0 20 0 1 0 73943338 313278464 73696 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 76484 73696 2176 2575 0 73391 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 305936 KiB
Current children cumulated memory: 294784 KiB

[startup+1.50018 s]
/proc/loadavg: 4.16 4.10 4.09 5/264 93406
/proc/meminfo: memFree=110398964/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=711876 memory=699120 CPUtime=1.47 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 173395 0 0 0 121 26 0 0 20 0 1 0 73943338 728961024 174780 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 177969 174780 2368 2575 0 174876 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 711876 KiB
Current children cumulated memory: 699120 KiB

[startup+3.10542 s]
/proc/loadavg: 4.16 4.10 4.09 5/264 93406
/proc/meminfo: memFree=109953680/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=1093696 memory=1053516 CPUtime=3.08 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 225221 0 0 0 268 40 0 0 20 0 1 0 73943338 1119944704 263379 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 273424 263379 2464 2575 0 270331 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1093696 KiB
Current children cumulated memory: 1053516 KiB

[startup+6.30017 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 93406
/proc/meminfo: memFree=109903104/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=1093696 memory=1053644 CPUtime=6.27 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 225266 0 0 0 586 41 0 0 20 0 1 0 73943338 1119944704 263411 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 273424 263411 2496 2575 0 270331 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 1093696 KiB
Current children cumulated memory: 1053644 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 93406
/proc/meminfo: memFree=109959632/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=1093696 memory=1053644 CPUtime=12.66 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 225267 0 0 0 1225 41 0 0 20 0 1 0 73943338 1119944704 263411 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 273424 263411 2496 2575 0 270331 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1093696 KiB
Current children cumulated memory: 1053644 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.10 4.09 5/264 93407
/proc/meminfo: memFree=109955936/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=1093696 memory=1053900 CPUtime=25.43 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 225275 0 0 0 2502 41 0 0 20 0 1 0 73943338 1119944704 263475 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 273424 263475 2528 2575 0 270331 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1093696 KiB
Current children cumulated memory: 1053900 KiB

[startup+51.1053 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 93407
/proc/meminfo: memFree=109214644/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=1093696 memory=1053900 CPUtime=50.97 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 225320 0 0 0 5056 41 0 0 20 0 1 0 73943338 1119944704 263475 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 273424 263475 2528 2575 0 270331 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1093696 KiB
Current children cumulated memory: 1053900 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 93410
/proc/meminfo: memFree=107692784/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2718924 memory=2418276 CPUtime=102.02 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 343807 0 0 0 10121 81 0 0 20 0 1 0 73943338 2784178176 604569 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 679731 604569 2688 2575 0 676638 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 2718924 KiB
Current children cumulated memory: 2418276 KiB

[startup+162.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/265 93413
/proc/meminfo: memFree=107274000/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2719076 memory=2422652 CPUtime=161.83 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 344445 0 0 0 16102 81 0 0 20 0 1 0 73943338 2784333824 605663 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 679769 605663 2688 2575 0 676676 0
Current children cumulated CPU time: 161.83 s
Current children cumulated vsize: 2719076 KiB
Current children cumulated memory: 2422652 KiB

[startup+222.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/265 93415
/proc/meminfo: memFree=106925760/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2719424 memory=2423548 CPUtime=221.63 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 344710 0 0 0 22082 81 0 0 20 0 1 0 73943338 2784690176 605887 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 679856 605887 2688 2575 0 676763 0
Current children cumulated CPU time: 221.63 s
Current children cumulated vsize: 2719424 KiB
Current children cumulated memory: 2423548 KiB

[startup+282.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/264 93417
/proc/meminfo: memFree=106914092/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2724876 memory=2424444 CPUtime=281.43 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 344940 0 0 0 28062 81 0 0 20 0 1 0 73943338 2790273024 606111 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 681219 606111 2688 2575 0 678126 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 2724876 KiB
Current children cumulated memory: 2424444 KiB

[startup+342.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/264 93419
/proc/meminfo: memFree=106867664/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2724876 memory=2424700 CPUtime=341.24 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 345055 0 0 0 34042 82 0 0 20 0 1 0 73943338 2790273024 606175 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 681219 606175 2688 2575 0 678126 0
Current children cumulated CPU time: 341.24 s
Current children cumulated vsize: 2724876 KiB
Current children cumulated memory: 2424700 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 93421
/proc/meminfo: memFree=106836720/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2724876 memory=2424828 CPUtime=401.04 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 345094 0 0 0 40022 82 0 0 20 0 1 0 73943338 2790273024 606207 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 681219 606207 2688 2575 0 678126 0
Current children cumulated CPU time: 401.04 s
Current children cumulated vsize: 2724876 KiB
Current children cumulated memory: 2424828 KiB

[startup+462.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 93471
/proc/meminfo: memFree=104766116/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2739420 memory=2445648 CPUtime=460.85 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 346261 0 0 0 46002 83 0 0 20 0 1 0 73943338 2805166080 611412 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 684855 611412 2688 2575 0 681762 0

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

/proc/loadavg: 4.44 4.19 4.12 5/264 93623
/proc/meminfo: memFree=101948376/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3151.5 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347688 0 0 0 315064 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3151.5 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.17 4.12 5/265 93626
/proc/meminfo: memFree=101932320/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3211.27 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347696 0 0 0 321041 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3211.27 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.15 4.11 5/265 93628
/proc/meminfo: memFree=101929468/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3271.03 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347752 0 0 0 327017 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3271.03 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.11 5/265 93630
/proc/meminfo: memFree=101972324/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3330.8 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347753 0 0 0 332994 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3330.8 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.11 5/265 93632
/proc/meminfo: memFree=101953824/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3390.57 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347753 0 0 0 338971 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3390.57 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.11 4.09 5/265 93637
/proc/meminfo: memFree=101918016/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3450.34 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347755 0 0 0 344948 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3450.34 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3522.3 s]
/proc/loadavg: 3.84 4.06 4.07 4/257 93669
/proc/meminfo: memFree=106142912/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3510.12 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347756 0 0 0 350926 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3510.12 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3582.3 s]
/proc/loadavg: 3.33 3.88 4.01 3/251 93701
/proc/meminfo: memFree=111099376/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3569.9 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347756 0 0 0 356904 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3569.9 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

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

# cumulated CPU time of all completed processes:  user=3584.87 s, system=0.928181 s

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

[startup+3584 s]*
/proc/loadavg: 3.33 3.88 4.01 3/251 93702
/proc/meminfo: memFree=111099376/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3571.6 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347756 0 0 0 357074 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3571.6 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3590.4 s]
/proc/loadavg: 3.22 3.84 4.00 3/251 93702
/proc/meminfo: memFree=111079152/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3577.97 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347756 0 0 0 357711 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3577.97 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3593.6 s]
/proc/loadavg: 3.12 3.81 3.99 3/251 93702
/proc/meminfo: memFree=111079152/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3581.16 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347778 0 0 0 358030 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3581.16 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3596.8 s]
/proc/loadavg: 3.03 3.78 3.98 3/251 93702
/proc/meminfo: memFree=111099632/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3584.35 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 347797 0 0 0 358349 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3584.35 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3597.6 s]
/proc/loadavg: 3.03 3.78 3.98 3/251 93702
/proc/meminfo: memFree=111099632/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2765708 memory=2466024 CPUtime=3585.14 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 348594 0 0 0 358428 86 0 0 20 0 1 0 73943338 2832084992 616506 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 691427 616506 2688 2575 0 688334 0
Current children cumulated CPU time: 3585.14 s
Current children cumulated vsize: 2765708 KiB
Current children cumulated memory: 2466024 KiB

[startup+3598 s]*
/proc/loadavg: 3.03 3.78 3.98 3/251 93702
/proc/meminfo: memFree=111099632/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2763880 memory=2464716 CPUtime=3585.55 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 348613 0 0 0 358469 86 0 0 20 0 1 0 73943338 2830213120 616179 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 690970 616179 2688 2575 0 687877 0
Current children cumulated CPU time: 3585.55 s
Current children cumulated vsize: 2763880 KiB
Current children cumulated memory: 2464716 KiB

[startup+3598.2 s]
/proc/loadavg: 3.03 3.78 3.98 3/251 93702
/proc/meminfo: memFree=111099632/131249996 swapFree=33010684/33010684
[pid=93405] ppid=93402 vsize=2325824 memory=2043632 CPUtime=3585.75 cores=4,6
/proc/93405/stat : 93405 (pbsolver) R 93402 93405 91882 0 -1 4194304 348615 0 0 0 358487 88 0 0 20 0 1 0 73943338 2381643776 510908 18446744073709551615 4198400 14743177 140734175960256 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 26710016 140734175967626 140734175967722 140734175967722 140734175973324 0
/proc/93405/statm: 581456 510908 2688 2575 0 578363 0
Current children cumulated CPU time: 3585.75 s
Current children cumulated vsize: 2325824 KiB
Current children cumulated memory: 2043632 KiB

Child status: 0

Real time (s): 3598.25
CPU time (s): 3585.8
CPU user time (s): 3584.87
CPU system time (s): 0.928181
CPU usage (%): 99.6541
Max. virtual memory (cumulated for all children) (KiB): 2765708
Max. memory (cumulated for all children) (KiB): 2466024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.87
system time used= 0.928181
maximum resident set size= 2466024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348627
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= 2081


# summary of solver processes directly reported to runsolver:
#   pid: 93405
#   total CPU time (s): 3585.8
#   total CPU user time (s): 3584.87
#   total CPU system time (s): 0.928181

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.86187 second user time and 17.1314 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-04 00:44:14
IDJOB=4522515
IDBENCH=179048
IDSOLVER=3366
FILE ID=nodeC024/4522515-1751582654
RUNJOBID= nodeC024-1751575332-91898
SLURM_JOB_ID= 9598803
Free space on /tmp= 432200 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x2/Init-x2-i8_pp_92.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522515-1751582654/watcher-4522515-1751582654 -o /tmp/evaluation-result-4522515-1751582654/solver-4522515-1751582654 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751575332-91898 --watchdog 3760  pbsolver -f HOME/instance-4522515-1751582654.opb -t 3600 -m 31000

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

MD5SUM BENCH= 47b2881d5fb8f7c37ab5426a5dd64ce5
RANDOM SEED=1302348853

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        110913924 kB
MemAvailable:   123857432 kB
Buffers:            2144 kB
Cached:         13709912 kB
SwapCached:            0 kB
Active:          6364472 kB
Inactive:       13135556 kB
Active(anon):    5803952 kB
Inactive(anon):     2084 kB
Active(file):     560520 kB
Inactive(file): 13133472 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             27708 kB
Writeback:             4 kB
AnonPages:       5788024 kB
Mapped:           135684 kB
Shmem:             18064 kB
KReclaimable:     177112 kB
Slab:             268592 kB
SReclaimable:     177112 kB
SUnreclaim:        91480 kB
KernelStack:        4272 kB
PageTables:        14788 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    6514476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150488 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1372160 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432272 MiB
End job on nodeC024 at 2025-07-04 01:44:13