Trace number 4511815

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SCIP 2025-06-13? 3578.41 3599.81

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw256/normalized-hw256-vm98p-dec.opb.negationfix.opb
MD5SUM0ade693002e69cf4f48fe48722d4f7a3
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3.06659
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables670720
Total number of constraints5752
Number of constraints which are clauses2619
Number of constraints which are cardinality constraints (but not clauses)2619
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2620
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 947734
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2162769
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 8.0.0] [GitHash: 0408ae5eca]
0.00/0.00	c Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c External libraries: 
0.00/0.00	c   SoPlex 8.0.0         Linear programming solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: 67f6a391]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 4.0.0        AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 3.0.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   bliss 0.77           Computing Graph Automorphisms by T. Junttila and P. Kaski (users.aalto.fi/~tjunttil/bliss)
0.00/0.00	c   sassy 2.0            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c 
0.00/0.00	c reading problem <HOME/instance-4511815-1751214767.opb>
1.29/1.33	c original problem has 670720 variables (670720 bin, 0 int, 0 cont) and 5752 constraints
1.29/1.33	c problem read in 1.335 seconds
1.29/1.34	c problem without objective
2.78/2.89	c presolving:
4.27/4.36	c (round 1, fast)       1798 del vars, 2 del conss, 0 add conss, 1542 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 165739 clqs
5.57/5.64	c    (5.6s) running MILP presolver
14.25/14.36	c    (14.4s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
14.65/14.72	c (round 2, medium)     1798 del vars, 5752 del conss, 3131 add conss, 1542 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 165739 clqs
24.80/24.99	c (round 3, exhaustive) 1798 del vars, 5752 del conss, 3131 add conss, 1542 chg bounds, 0 chg sides, 0 chg coeffs, 3131 upgd conss, 0 impls, 165739 clqs
35.67/35.84	c    (35.8s) probing: 51/668922 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
35.67/35.84	c    (35.8s) probing aborted: 50/50 successive totally useless probings
36.27/36.42	c    (36.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
41.56/41.74	c    (41.7s) symmetry computation finished: 95 generators found (max: 95, log10 of symmetry group size: 99.17) (symcode time: 4.77)
41.75/41.99	c dynamic symmetry handling statistics:
41.75/41.99	c    orbitopal reduction:       no components
41.75/41.99	c    orbital reduction:         no components
41.75/41.99	c    lexicographic reduction:   no permutations
41.75/41.99	c handled 1 out of 1 symmetry components
41.75/42.00	c (round 4, exhaustive) 2068 del vars, 5752 del conss, 3208 add conss, 1542 chg bounds, 0 chg sides, 0 chg coeffs, 3131 upgd conss, 0 impls, 165739 clqs
44.25/44.45	c presolving (5 rounds: 5 fast, 4 medium, 3 exhaustive):
44.25/44.45	c  2409 deleted vars, 5752 deleted constraints, 3208 added constraints, 1542 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
44.25/44.45	c  0 implications, 165754 cliques
44.25/44.45	c presolved problem has 668311 variables (668311 bin, 0 int, 0 cont) and 3208 constraints
44.25/44.45	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
44.25/44.45	c     512 constraints of type <knapsack>
44.25/44.45	c    2619 constraints of type <setppc>
44.25/44.45	c      77 constraints of type <orbitope_pp>
44.25/44.45	c transformed objective value is always integral (scale: 1)
44.25/44.45	c Presolving Time: 41.78
44.25/44.45	c 
44.25/44.45	c - non default parameters ----------------------------------------------------------------------
44.25/44.45	c 
44.25/44.45	c # SCIP version 10.0.0
44.25/44.45	c 
44.25/44.45	c # maximal time in seconds to run
44.25/44.45	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
44.25/44.45	c limits/time = 3596.999007
44.25/44.45	c 
44.25/44.45	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
44.25/44.45	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
44.25/44.45	c limits/memory = 27900
44.25/44.45	c 
44.25/44.45	c # belongs reading time to solving time?
44.25/44.45	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
44.25/44.45	c timing/reading = TRUE
44.25/44.45	c 
44.25/44.45	c # maximum allowed 'intsize' (i.e. the number of bits required to represent the sum of absolute values of all integers that appear in a constraint or objective function) or -1 for unlimited
44.25/44.45	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
44.25/44.45	c reading/opbreader/maxintsize = 47
44.25/44.45	c 
44.25/44.45	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
44.25/44.45	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
44.25/44.45	c propagating/genvbounds/timingmask = 0
44.25/44.45	c 
44.25/44.45	c -----------------------------------------------------------------------------------------------
44.35/44.57	c 
3576.00/3597.45	c 
3576.00/3597.45	c SCIP Status        : solving was interrupted [time limit reached]
3576.00/3597.45	c Solving Time (sec) : 3597.45
3576.00/3597.45	c Solving Nodes      : 1
3576.00/3597.45	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3576.00/3597.45	c Dual Bound         : +0.00000000000000e+00
3576.00/3597.45	c Gap                : infinite
3576.00/3597.45	s UNKNOWN
3576.00/3597.45	c SCIP Status        : solving was interrupted [time limit reached]
3576.00/3597.45	c Total Time         :    3597.45
3576.00/3597.45	c   solving          :    3597.45
3576.00/3597.45	c   presolving       :      41.78 (included in solving)
3576.00/3597.45	c   reading          :       1.33 (included in solving)
3576.00/3597.45	c   copying          :       0.00 (0 times copied the problem)
3576.00/3597.45	c Original Problem   :
3576.00/3597.45	c   Problem name     : HOME/instance-4511815-1751214767.opb
3576.00/3597.45	c   Variables        : 670720 (670720 binary, 0 integer, 0 continuous)
3576.00/3597.45	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3576.00/3597.45	c   Constraints      : 5752 initial, 5752 maximal
3576.00/3597.47	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3576.00/3597.47	c Presolved Problem  :
3576.00/3597.47	c   Problem name     : t_HOME/instance-4511815-1751214767.opb
3576.00/3597.47	c   Variables        : 668311 (668311 binary, 0 integer, 0 continuous)
3576.00/3597.47	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
3576.00/3597.47	c   Constraints      : 3208 initial, 3209 maximal
3576.00/3597.48	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3576.00/3597.48	c   Nonzeros         : 2402785 constraint, 3238105 clique table
3576.00/3597.48	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3576.00/3597.48	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   domcol           :       1.94       0.00      2          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   dualsparsify     :       0.58       0.00      1          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   implics          :       0.05       0.00      4          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   milp             :       9.89       0.00      1          0          0          0          0          0       5750       3131          0          0
3576.00/3597.48	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   sparsify         :       1.86       0.00      1          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   trivial          :       0.11       0.00      5          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   dualfix          :       0.11       0.00      5        256          0          0          0          0          0          0          0          0
3576.00/3597.48	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   probing          :       5.12       0.03      2        301          0          0          0          0          0          0          0          0
3576.00/3597.48	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   symmetry         :       5.57       0.00      1        270          0          0          0          0          0         77          0          0
3576.00/3597.48	c   vbounds          :       0.34       0.00      1          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   knapsack         :       3.06       0.06      6          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   setppc           :       0.47       0.02      6          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   linear           :      11.40       0.33      4       1542          0          0       1542          0          2          0          0          0
3576.00/3597.48	c   orbitope_pp      :       0.01       0.00      1         40          0          0          0          0          0          0          0          0
3576.00/3597.48	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   components       :       0.56       0.00      1          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3576.00/3597.48	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3576.00/3597.48	c   integral         :          0          0          0          0          0          0          0          5          0          0          0          0          0          0          0
3576.00/3597.48	c   knapsack         :        512        512          0     513093          0          0          0          2          0          3          0          0          0          0          0
3576.00/3597.48	c   setppc           :       2619       2619          0     513090          0          0          0          1          0          0          0          0          0          0          0
3576.00/3597.48	c   orbitope_pp      :         77         77          0     512990          0          0          0          0          0          2          0          0          0          0          0
3576.00/3597.48	c   logicor          :          0+         1          0          1          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3576.00/3597.48	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3576.00/3597.48	c   knapsack         :       2.11       0.06       0.37       1.63       0.00       0.00       0.00       0.05       0.00       0.00
3576.00/3597.48	c   setppc           :       0.20       0.02       0.14       0.04       0.00       0.00       0.00       0.00       0.00       0.00
3576.00/3597.48	c   orbitope_pp      :    3071.59       0.00       0.00    3071.59       0.00       0.00       0.00       0.00       0.00       0.00
3576.00/3597.48	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3576.00/3597.48	c   fixedvar         :       0.02       0.02       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3576.00/3597.48	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3576.00/3597.48	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3576.00/3597.48	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3576.00/3597.48	c   dualfix          :          1          0          0          0
3576.00/3597.48	c   genvbounds       :          0          0          0          0
3576.00/3597.48	c   nlobbt           :          0          0          0          0
3576.00/3597.48	c   obbt             :          0          0          0          0
3576.00/3597.48	c   probing          :          0          0          0          0
3576.00/3597.48	c   pseudoobj        :          0          0          0          0
3576.00/3597.48	c   redcost          :          0          0          0          0
3576.00/3597.48	c   rootredcost      :          0          0          0          0
3576.00/3597.48	c   symmetry         :          0          0          0          0
3576.00/3597.48	c   vbounds          :       2181          0          0          0
3576.00/3597.48	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3576.00/3597.48	c   dualfix          :       0.13       0.00       0.11       0.02       0.00       0.00
3576.00/3597.48	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3576.00/3597.48	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3576.00/3597.48	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3576.00/3597.48	c   probing          :       5.14       0.03       5.12       0.00       0.00       0.00
3576.00/3597.48	c   pseudoobj        :       0.10       0.00       0.00       0.10       0.00       0.00
3576.00/3597.48	c   redcost          :       0.06       0.00       0.00       0.06       0.00       0.00
3576.00/3597.48	c   rootredcost      :       0.15       0.00       0.00       0.15       0.00       0.00
3576.00/3597.48	c   symmetry         :       5.90       0.00       5.57       0.33       0.00       0.00
3576.00/3597.48	c   vbounds          :       0.81       0.00       0.34       0.47       0.00       0.00
3576.00/3597.48	c Symmetry           :
3576.00/3597.48	c   #affected vars   :     215217 (215217 bin, 0 int, 0 cont)
3576.00/3597.48	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3576.00/3597.48	c   orbital reduction:          0 reductions applied,          0 cutoffs
3576.00/3597.48	c   lexicographic red:          0 reductions applied,          0 cutoffs
3576.00/3597.48	c   shadow tree time :       0.00 s
3576.00/3597.48	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3576.00/3597.48	c   propagation      :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3576.00/3597.48	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3576.00/3597.48	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3576.00/3597.48	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3576.00/3597.48	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3576.00/3597.48	c   applied globally :       0.00          -          -          0          0        0.0          -          -          0          -          -
3576.00/3597.48	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3576.00/3597.48	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3576.00/3597.48	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3576.00/3597.48	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3576.00/3597.48	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3576.00/3597.48	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3576.00/3597.48	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3576.00/3597.48	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3576.00/3597.48	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3576.00/3597.48	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3576.00/3597.48	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3576.00/3597.48	c   problem variables:       0.00          -          0          0
3576.00/3597.48	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3576.00/3597.48	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3576.00/3597.48	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3576.00/3597.48	c   LP solutions     :       0.00          -          -          0          0
3576.00/3597.48	c   relax solutions  :       0.00          -          -          0          0
3576.00/3597.48	c   pseudo solutions :       0.00          -          -          0          0
3576.00/3597.48	c   strong branching :       0.00          -          -          0          0
3576.00/3597.48	c   actconsdiving    :       0.00       0.00          0          0          0
3576.00/3597.48	c   adaptivediving   :       0.00       0.00          0          0          0
3576.00/3597.48	c   alns             :       0.00       0.00          0          0          0
3576.00/3597.48	c   bound            :       0.00       0.00          0          0          0
3576.00/3597.48	c   clique           :      34.84       0.00          1          0          0
3576.00/3597.48	c   coefdiving       :       0.00       0.00          0          0          0
3576.00/3597.48	c   completesol      :       0.00       0.00          0          0          0
3576.00/3597.48	c   conflictdiving   :       0.00       0.00          0          0          0
3576.00/3597.48	c   crossover        :       0.00       0.00          0          0          0
3576.00/3597.48	c   dins             :       0.00       0.00          0          0          0
3576.00/3597.48	c   distributiondivin:       0.00       0.00          0          0          0
3576.00/3597.48	c   dks              :       0.00       0.00          0          0          0
3576.00/3597.48	c   dps              :       0.00       0.00          0          0          0
3576.00/3597.48	c   dualval          :       0.00       0.00          0          0          0
3576.00/3597.48	c   farkasdiving     :       0.00       0.00          0          0          0
3576.00/3597.48	c   feaspump         :       0.00       0.00          0          0          0
3576.00/3597.48	c   fixandinfer      :       0.00       0.00          0          0          0
3576.00/3597.48	c   fracdiving       :       0.00       0.00          0          0          0
3576.00/3597.48	c   gins             :       0.00       0.00          0          0          0
3576.00/3597.48	c   guideddiving     :       0.00       0.00          0          0          0
3576.00/3597.48	c   indicator        :       0.00       0.00          0          0          0
3576.00/3597.48	c   indicatordiving  :       0.00       0.00          0          0          0
3576.00/3597.48	c   intdiving        :       0.00       0.00          0          0          0
3576.00/3597.48	c   intshifting      :       0.00       0.00          0          0          0
3576.00/3597.48	c   linesearchdiving :       0.00       0.00          0          0          0
3576.00/3597.48	c   localbranching   :       0.00       0.00          0          0          0
3576.00/3597.48	c   locks            :    3517.58       0.00          1          0          0
3576.00/3597.48	c   lpface           :       0.00       0.00          0          0          0
3576.00/3597.48	c   mpec             :       0.00       0.00          0          0          0
3576.00/3597.48	c   multistart       :       0.00       0.00          0          0          0
3576.00/3597.48	c   mutation         :       0.00       0.00          0          0          0
3576.00/3597.48	c   nlpdiving        :       0.00       0.00          0          0          0
3576.00/3597.48	c   objpscostdiving  :       0.00       0.00          0          0          0
3576.00/3597.48	c   octane           :       0.00       0.00          0          0          0
3576.00/3597.48	c   ofins            :       0.00       0.00          0          0          0
3576.00/3597.48	c   oneopt           :       0.00       0.00          0          0          0
3576.00/3597.48	c   padm             :       0.00       0.00          0          0          0
3576.00/3597.48	c   proximity        :       0.00       0.00          0          0          0
3576.00/3597.48	c   pscostdiving     :       0.00       0.00          0          0          0
3576.00/3597.48	c   randrounding     :       0.00       0.00          0          0          0
3576.00/3597.48	c   rens             :       0.00       0.00          0          0          0
3576.00/3597.48	c   reoptsols        :       0.00       0.00          0          0          0
3576.00/3597.48	c   repair           :       0.00       0.00          0          0          0
3576.00/3597.48	c   rins             :       0.00       0.00          0          0          0
3576.00/3597.48	c   rootsoldiving    :       0.00       0.00          0          0          0
3576.00/3597.48	c   rounding         :       0.00       0.00          0          0          0
3576.00/3597.48	c   scheduler        :       0.00       0.00          0          0          0
3576.00/3597.48	c   shiftandpropagate:       0.00       0.00          0          0          0
3576.00/3597.48	c   shifting         :       0.00       0.00          0          0          0
3576.00/3597.48	c   simplerounding   :       0.00       0.00          0          0          0
3576.00/3597.48	c   subnlp           :       0.00       0.00          0          0          0
3576.00/3597.48	c   trivial          :       0.39       0.00          2          0          0
3576.00/3597.48	c   trivialnegation  :       0.00       0.00          0          0          0
3576.00/3597.48	c   trustregion      :       0.00       0.00          0          0          0
3576.00/3597.48	c   trysol           :       0.00       0.00          0          0          0
3576.00/3597.48	c   twoopt           :       0.00       0.00          0          0          0
3576.00/3597.48	c   undercover       :       0.00       0.00          0          0          0
3576.00/3597.48	c   vbounds          :       0.00       0.00          0          0          0
3576.00/3597.48	c   veclendiving     :       0.00       0.00          0          0          0
3576.00/3597.48	c   zeroobj          :       0.00       0.00          0          0          0
3576.00/3597.48	c   zirounding       :       0.00       0.00          0          0          0
3576.00/3597.48	c   other solutions  :          -          -          -          0          -
3576.00/3597.48	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3576.00/3597.48	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
3576.00/3597.48	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
3576.00/3597.48	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
3576.00/3597.48	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
3576.00/3597.48	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
3576.00/3597.48	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
3576.00/3597.48	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
3576.00/3597.48	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
3576.00/3597.48	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
3576.00/3597.48	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3576.00/3597.48	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3576.00/3597.48	c   dual LP          :       0.00          0          0       0.00          -       0.00          0
3576.00/3597.48	c   lex dual LP      :       0.00          0          0       0.00          -
3576.00/3597.48	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3576.00/3597.48	c   resolve instable :       0.00          0          0       0.00          -
3576.00/3597.48	c   diving/probing LP:       0.00          0          0       0.00          -
3576.00/3597.48	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3576.00/3597.48	c     (at root node) :          -          0          0       0.00          -
3576.00/3597.48	c   conflict analysis:       0.00          0          0       0.00          -
3576.00/3597.48	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
3576.00/3597.48	c   benders          :       0.00          0          0          0       0.00          0          0          0
3576.00/3597.48	c B&B Tree           :
3576.00/3597.48	c   number of runs   :          1
3576.00/3597.48	c   nodes            :          1 (0 internal, 1 leaves)
3576.00/3597.48	c   feasible leaves  :          0
3576.00/3597.48	c   infeas. leaves   :          0
3576.00/3597.48	c   objective leaves :          0
3576.00/3597.48	c   nodes (total)    :          1 (0 internal, 1 leaves)
3576.00/3597.48	c   nodes left       :          1
3576.00/3597.48	c   max depth        :          0
3576.00/3597.48	c   max depth (total):          0
3576.00/3597.48	c   backtracks       :          0 (0.0%)
3576.00/3597.48	c   early backtracks :          0 (0.0%)
3576.00/3597.48	c   nodes exc. ref.  :          0 (0.0%)
3576.00/3597.48	c   delayed cutoffs  :          0
3576.00/3597.48	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3576.00/3597.48	c   avg switch length:       1.00
3576.00/3597.48	c   switching time   :       0.00
3576.00/3597.48	c Root Node          :
3576.00/3597.48	c   First LP value   :          -
3576.00/3597.48	c   First LP Iters   :          0
3576.00/3597.48	c   First LP Time    :       0.00
3576.00/3597.48	c   Final Dual Bound : +0.00000000000000e+00
3576.00/3597.48	c   Final Root Iters :          0
3576.00/3597.48	c   Root LP Estimate :                     -
3576.00/3597.48	c Solution           :
3576.00/3597.48	c   Solutions found  :          0 (0 improvements)
3576.00/3597.48	c   Primal Bound     :          -
3576.00/3597.48	c   Dual Bound       : +0.00000000000000e+00
3576.00/3597.48	c   Gap              :   infinite
3576.00/3597.48	c Integrals          :      Total       Avg%
3576.00/3597.48	c   primal-dual      :  359744.69     100.00
3576.00/3597.48	c   primal-ref       :          -          - (not evaluated)
3576.00/3597.48	c   dual-ref         :          -          - (not evaluated)
3578.29/3599.74	c Time complete (sec):   3578.339

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=27374, runsolver pid=27371
Current StackSize limit: 8192 KiB


[startup+0.100065 s]*
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=129285424/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=128836 memory=117248 CPUtime=0.1 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 27342 0 0 0 6 4 0 0 20 0 1 0 37155607 131928064 29312 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 32209 29312 2176 2575 0 29116 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 128836 KiB
Current children cumulated memory: 117248 KiB

[startup+0.205657 s]*
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=128890288/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=228148 memory=216960 CPUtime=0.2 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 52290 0 0 0 12 8 0 0 20 0 1 0 37155607 233623552 54240 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 57037 54240 2176 2575 0 53944 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 228148 KiB
Current children cumulated memory: 216960 KiB

[startup+0.305595 s]*
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=128600992/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=319792 memory=308168 CPUtime=0.3 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 74575 0 0 0 19 11 0 0 20 0 1 0 37155607 327467008 77042 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 79948 77042 2176 2575 0 76855 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 319792 KiB
Current children cumulated memory: 308168 KiB

[startup+0.700184 s]
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=128052044/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=682668 memory=671696 CPUtime=0.69 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 163389 0 0 0 45 24 0 0 20 0 1 0 37155607 699052032 167924 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 170667 167924 2176 2575 0 167574 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 682668 KiB
Current children cumulated memory: 671696 KiB

[startup+1.5002 s]
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=127093372/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=874320 memory=859608 CPUtime=1.48 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 213221 0 0 0 116 32 0 0 20 0 1 0 37155607 895303680 214902 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 218580 214902 2368 2575 0 215487 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 874320 KiB
Current children cumulated memory: 859608 KiB

[startup+3.10555 s]
/proc/loadavg: 0.70 1.02 1.25 5/265 27380
/proc/meminfo: memFree=123584612/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=1752300 memory=1723116 CPUtime=3.09 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 416789 0 0 0 247 62 0 0 20 0 1 0 37155607 1794355200 430779 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 438075 430779 2432 2575 0 434982 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1752300 KiB
Current children cumulated memory: 1723116 KiB

[startup+6.30019 s]
/proc/loadavg: 0.97 1.07 1.26 5/265 27380
/proc/meminfo: memFree=121579712/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=2335460 memory=2285476 CPUtime=6.27 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 468917 0 0 0 545 82 0 0 20 0 1 0 37155607 2391511040 571369 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 583865 571369 2496 2575 0 580772 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2335460 KiB
Current children cumulated memory: 2285476 KiB

[startup+12.7002 s]
/proc/loadavg: 1.21 1.12 1.28 5/265 27380
/proc/meminfo: memFree=121550480/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=2356768 memory=2313204 CPUtime=12.66 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 470203 0 0 0 1183 83 0 0 20 0 1 0 37155607 2413330432 578301 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 589192 578301 2496 2575 0 586099 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 2356768 KiB
Current children cumulated memory: 2313204 KiB

[startup+25.5002 s]
/proc/loadavg: 1.83 1.26 1.32 5/265 27380
/proc/meminfo: memFree=120238088/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=2204156 memory=2166748 CPUtime=25.4 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 493397 0 0 0 2452 88 0 0 20 0 1 0 37155607 2257055744 541687 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 551039 541687 2560 2575 0 547946 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 2204156 KiB
Current children cumulated memory: 2166748 KiB

[startup+51.1057 s]
/proc/loadavg: 2.69 1.51 1.41 5/264 27380
/proc/meminfo: memFree=115098612/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=4772096 memory=4318820 CPUtime=50.92 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 819379 0 0 0 4935 157 0 0 20 0 1 0 37155607 4886626304 1079705 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1193024 1079705 2624 2575 0 1189931 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 4772096 KiB
Current children cumulated memory: 4318820 KiB

[startup+102.3 s]
/proc/loadavg: 3.49 1.91 1.55 5/264 27383
/proc/meminfo: memFree=114577136/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=4916152 memory=4459840 CPUtime=101.92 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 852218 0 0 0 10029 163 0 0 20 0 1 0 37155607 5034139648 1114960 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1229038 1114960 2624 2575 0 1225945 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 4916152 KiB
Current children cumulated memory: 4459840 KiB

[startup+162.3 s]
/proc/loadavg: 3.90 2.33 1.72 5/264 27385
/proc/meminfo: memFree=114057680/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=4916152 memory=4459840 CPUtime=161.65 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 852301 0 0 0 16002 163 0 0 20 0 1 0 37155607 5034139648 1114960 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1229038 1114960 2624 2575 0 1225945 0
Current children cumulated CPU time: 161.65 s
Current children cumulated vsize: 4916152 KiB
Current children cumulated memory: 4459840 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 2.66 1.87 5/264 27387
/proc/meminfo: memFree=113994740/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=4917176 memory=4460992 CPUtime=221.33 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 852626 0 0 0 21969 164 0 0 20 0 1 0 37155607 5035188224 1115248 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1229294 1115248 2624 2575 0 1226201 0
Current children cumulated CPU time: 221.33 s
Current children cumulated vsize: 4917176 KiB
Current children cumulated memory: 4460992 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 2.92 2.01 5/265 27390
/proc/meminfo: memFree=113984076/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=4918520 memory=4462272 CPUtime=281 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 852967 0 0 0 27936 164 0 0 20 0 1 0 37155607 5036564480 1115568 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1229630 1115568 2624 2575 0 1226537 0
Current children cumulated CPU time: 281 s
Current children cumulated vsize: 4918520 KiB
Current children cumulated memory: 4462272 KiB

[startup+342.3 s]
/proc/loadavg: 4.13 3.15 2.15 5/264 27394
/proc/meminfo: memFree=113971024/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=4922104 memory=4465856 CPUtime=340.67 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 853905 0 0 0 33903 164 0 0 20 0 1 0 37155607 5040234496 1116464 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1230526 1116464 2624 2575 0 1227433 0
Current children cumulated CPU time: 340.67 s
Current children cumulated vsize: 4922104 KiB
Current children cumulated memory: 4465856 KiB

[startup+402.3 s]
/proc/loadavg: 4.10 3.32 2.28 5/263 27396
/proc/meminfo: memFree=113956324/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=4924344 memory=4468160 CPUtime=400.34 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 854467 0 0 0 39870 164 0 0 20 0 1 0 37155607 5042528256 1117040 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1231086 1117040 2624 2575 0 1227993 0
Current children cumulated CPU time: 400.34 s
Current children cumulated vsize: 4924344 KiB
Current children cumulated memory: 4468160 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 3.48 2.40 5/263 27398
/proc/meminfo: memFree=113946328/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=4928696 memory=4472128 CPUtime=460.02 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 855516 0 0 0 45837 165 0 0 20 0 1 0 37155607 5046984704 1118032 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1232174 1118032 2624 2575 0 1229081 0
Current children cumulated CPU time: 460.02 s

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

Current children cumulated memory: 4645472 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.09 4.01 5/264 27676
/proc/meminfo: memFree=115907188/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5106436 memory=4649056 CPUtime=3143.41 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 900791 0 0 0 314160 181 0 0 20 0 1 0 37155607 5228990464 1162264 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1276609 1162264 2624 2575 0 1273516 0
Current children cumulated CPU time: 3143.41 s
Current children cumulated vsize: 5106436 KiB
Current children cumulated memory: 4649056 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/264 27678
/proc/meminfo: memFree=115936624/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5112260 memory=4655072 CPUtime=3203.04 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 902318 0 0 0 320122 182 0 0 20 0 1 0 37155607 5234954240 1163768 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1278065 1163768 2624 2575 0 1274972 0
Current children cumulated CPU time: 3203.04 s
Current children cumulated vsize: 5112260 KiB
Current children cumulated memory: 4655072 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.08 4.01 5/265 27681
/proc/meminfo: memFree=115900536/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5115844 memory=4658784 CPUtime=3262.66 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 903250 0 0 0 326084 182 0 0 20 0 1 0 37155607 5238624256 1164696 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1278961 1164696 2624 2575 0 1275868 0
Current children cumulated CPU time: 3262.66 s
Current children cumulated vsize: 5115844 KiB
Current children cumulated memory: 4658784 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.08 4.01 5/265 27683
/proc/meminfo: memFree=115889432/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5119748 memory=4662752 CPUtime=3322.29 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 904298 0 0 0 332046 183 0 0 20 0 1 0 37155607 5242621952 1165688 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1279937 1165688 2624 2575 0 1276844 0
Current children cumulated CPU time: 3322.29 s
Current children cumulated vsize: 5119748 KiB
Current children cumulated memory: 4662752 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.02 5/264 27687
/proc/meminfo: memFree=115865716/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5124356 memory=4667488 CPUtime=3381.92 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 905483 0 0 0 338009 183 0 0 20 0 1 0 37155607 5247340544 1166872 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1281089 1166872 2624 2575 0 1277996 0
Current children cumulated CPU time: 3381.92 s
Current children cumulated vsize: 5124356 KiB
Current children cumulated memory: 4667488 KiB

[startup+3462.3 s]
/proc/loadavg: 4.41 4.17 4.05 5/263 27689
/proc/meminfo: memFree=115865916/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5127940 memory=4671200 CPUtime=3441.55 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 906416 0 0 0 343971 184 0 0 20 0 1 0 37155607 5251010560 1167800 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1281985 1167800 2624 2575 0 1278892 0
Current children cumulated CPU time: 3441.55 s
Current children cumulated vsize: 5127940 KiB
Current children cumulated memory: 4671200 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.17 4.06 5/263 27691
/proc/meminfo: memFree=115837980/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5133768 memory=4677088 CPUtime=3501.19 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 907941 0 0 0 349934 185 0 0 20 0 1 0 37155607 5256978432 1169272 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1283442 1169272 2624 2575 0 1280349 0
Current children cumulated CPU time: 3501.19 s
Current children cumulated vsize: 5133768 KiB
Current children cumulated memory: 4677088 KiB

[startup+3582.3 s]
/proc/loadavg: 4.51 4.25 4.09 5/262 27737
/proc/meminfo: memFree=120086980/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5138376 memory=4682464 CPUtime=3560.96 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 909127 0 0 0 355911 185 0 0 20 0 1 0 37155607 5261697024 1170616 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1284594 1170616 2624 2575 0 1281501 0
Current children cumulated CPU time: 3560.96 s
Current children cumulated vsize: 5138376 KiB
Current children cumulated memory: 4682464 KiB

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

# cumulated CPU time of all completed processes:  user=3576.42 s, system=1.98242 s

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

[startup+3584 s]*
/proc/loadavg: 4.51 4.25 4.09 5/262 27737
/proc/meminfo: memFree=120087484/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5138696 memory=4682848 CPUtime=3562.65 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 909208 0 0 0 356080 185 0 0 20 0 1 0 37155607 5262024704 1170712 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1284674 1170712 2624 2575 0 1281581 0
Current children cumulated CPU time: 3562.65 s
Current children cumulated vsize: 5138696 KiB
Current children cumulated memory: 4682848 KiB

[startup+3590.4 s]
/proc/loadavg: 4.43 4.24 4.09 5/263 27743
/proc/meminfo: memFree=120122232/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5139720 memory=4683872 CPUtime=3569.02 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 909472 0 0 0 356717 185 0 0 20 0 1 0 37155607 5263073280 1170968 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1284930 1170968 2624 2575 0 1281837 0
Current children cumulated CPU time: 3569.02 s
Current children cumulated vsize: 5139720 KiB
Current children cumulated memory: 4683872 KiB

[startup+3596.8 s]
/proc/loadavg: 4.40 4.23 4.09 5/263 27743
/proc/meminfo: memFree=120111084/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5139720 memory=4683872 CPUtime=3575.4 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 909475 0 0 0 357355 185 0 0 20 0 1 0 37155607 5263073280 1170968 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1284930 1170968 2624 2575 0 1281837 0
Current children cumulated CPU time: 3575.4 s
Current children cumulated vsize: 5139720 KiB
Current children cumulated memory: 4683872 KiB

[startup+3598.4 s]
/proc/loadavg: 4.40 4.23 4.09 5/263 27743
/proc/meminfo: memFree=120102792/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5139720 memory=4683872 CPUtime=3576.99 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 909646 0 0 0 357514 185 0 0 20 0 1 0 37155607 5263073280 1170968 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1284930 1170968 2624 2575 0 1281837 0
Current children cumulated CPU time: 3576.99 s
Current children cumulated vsize: 5139720 KiB
Current children cumulated memory: 4683872 KiB

[startup+3599.2 s]
/proc/loadavg: 4.40 4.23 4.09 5/263 27743
/proc/meminfo: memFree=120102792/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=5139720 memory=4683872 CPUtime=3577.79 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 910075 0 0 0 357594 185 0 0 20 0 1 0 37155607 5263073280 1170968 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1284930 1170968 2624 2575 0 1281837 0
Current children cumulated CPU time: 3577.79 s
Current children cumulated vsize: 5139720 KiB
Current children cumulated memory: 4683872 KiB

[startup+3599.6 s]
/proc/loadavg: 4.40 4.23 4.09 5/263 27743
/proc/meminfo: memFree=120102792/131249988 swapFree=33010684/33010684
[pid=27374] ppid=27371 vsize=4660384 memory=4205392 CPUtime=3578.18 cores=5,7
/proc/27374/stat : 27374 (pbsolver) R 27371 27374 27311 0 -1 4194304 910260 0 0 0 357631 187 0 0 20 0 1 0 37155607 4772233216 1051348 18446744073709551615 4198400 14743177 140723642315232 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 16769280 16853168 26202112 140723642317194 140723642317290 140723642317290 140723642322892 0
/proc/27374/statm: 1165096 1051348 2624 2575 0 1162003 0
Current children cumulated CPU time: 3578.18 s
Current children cumulated vsize: 4660384 KiB
Current children cumulated memory: 4205392 KiB

[startup+3599.8 s]*
/proc/loadavg: 4.37 4.23 4.09 5/263 27743
/proc/meminfo: memFree=125191668/131249988 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3599.81
CPU time (s): 3578.41
CPU user time (s): 3576.42
CPU system time (s): 1.98242
CPU usage (%): 99.4055
Max. virtual memory (cumulated for all children) (KiB): 5139720
Max. memory (cumulated for all children) (KiB): 4683872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3576.42
system time used= 1.98242
maximum resident set size= 4683872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 910271
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= 9
involuntary context switches= 4733


# summary of solver processes directly reported to runsolver:
#   pid: 27374
#   total CPU time (s): 3578.41
#   total CPU user time (s): 3576.42
#   total CPU system time (s): 1.98242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.58786 second user time and 16.4903 second system time

The end

Launcher Data

Begin job on nodeC034 at 2025-06-29 18:32:48
IDJOB=4511815
IDBENCH=160484
IDSOLVER=3366
FILE ID=nodeC034/4511815-1751214767
RUNJOBID= nodeC034-1751214767-27324
SLURM_JOB_ID= 9587647
Free space on /tmp= 432928 MiB

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

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

MD5SUM BENCH= 0ade693002e69cf4f48fe48722d4f7a3
RANDOM SEED=126161878

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.752
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.828
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3597.871
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.741
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.815
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.767
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.766
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3603.564
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        129772928 kB
MemAvailable:   129642904 kB
Buffers:            3280 kB
Cached:           679888 kB
SwapCached:            0 kB
Active:           385160 kB
Inactive:         458756 kB
Active(anon):     178888 kB
Inactive(anon):        0 kB
Active(file):     206272 kB
Inactive(file):   458756 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            166232 kB
Writeback:             8 kB
AnonPages:        163948 kB
Mapped:           111640 kB
Shmem:             18104 kB
KReclaimable:      87972 kB
Slab:             174416 kB
SReclaimable:      87972 kB
SUnreclaim:        86444 kB
KernelStack:        4096 kB
PageTables:         2900 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     454908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150472 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     7970816 kB
DirectMap1G:    127926272 kB

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