Trace number 4505503

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? 2705.12 2717.44

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_mh.opb
MD5SUMae4404ba779864fb11c76f88911c57d7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13487619
Best CPU time to get the best result obtained on this benchmark68653.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019200
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 411931129818
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 411931129818
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 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-4505503-1751453933.opb>
12.75/12.82	c original problem has 2000400 variables (2000400 bin, 0 int, 0 cont) and 4920807 constraints
12.75/12.82	c problem read in 12.823 seconds
24.63/24.71	c presolving:
32.70/32.84	c (round 1, fast)       40000 del vars, 19803 del conss, 0 add conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 0 upgd conss, 0 impls, 2925551 clqs
39.89/40.08	c    (40.1s) running MILP presolver
46.87/47.06	c    (47.1s) MILP presolver (2 rounds): 0 aggregations, 0 fixings, 0 bound changes
62.89/63.19	c (round 2, exhaustive) 40000 del vars, 24753 del conss, 0 add conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 0 upgd conss, 0 impls, 2925551 clqs
86.71/87.07	c (round 3, exhaustive) 40000 del vars, 24753 del conss, 0 add conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 4896051 upgd conss, 0 impls, 2925551 clqs
109.04/109.43	c (round 4, medium)     40000 del vars, 1004853 del conss, 2910600 add conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 4896051 upgd conss, 0 impls, 5836151 clqs
127.58/128.01	c (round 5, exhaustive) 40000 del vars, 4895553 del conss, 3890700 add conss, 300 chg bounds, 4950 chg sides, 14850 chg coeffs, 4896051 upgd conss, 0 impls, 5836151 clqs
1075.77/1080.62	c    (1080.6s) probing: 1000/1960400 (0.1%) - 0 fixings, 0 aggregations, 587412 implications, 0 bound changes
1076.56/1081.42	c    (1081.4s) probing: 1001/1960400 (0.1%) - 0 fixings, 0 aggregations, 588000 implications, 0 bound changes
1076.56/1081.42	c    (1081.4s) probing aborted: 1000/1000 successive useless probings
1076.56/1081.42	c    (1081.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
1905.81/1914.32	c    (1914.3s) no symmetry present (symcode time: 828.60)
1908.40/1916.94	c presolving (6 rounds: 6 fast, 5 medium, 4 exhaustive):
1908.40/1916.94	c  40000 deleted vars, 4895553 deleted constraints, 3890700 added constraints, 300 tightened bounds, 0 added holes, 4950 changed sides, 14850 changed coefficients
1908.40/1916.94	c  0 implications, 6424151 cliques
1908.40/1916.94	c presolved problem has 1960400 variables (1960400 bin, 0 int, 0 cont) and 3915954 constraints
1908.40/1916.94	c presolved problem has 0 implied integral variables (0 bin, 0 int, 0 cont)
1908.40/1916.94	c    5250 constraints of type <knapsack>
1908.40/1916.94	c 2925551 constraints of type <setppc>
1908.40/1916.94	c  980100 constraints of type <and>
1908.40/1916.94	c       3 constraints of type <linear>
1908.40/1916.94	c    5050 constraints of type <logicor>
1908.40/1916.94	c transformed objective value is always integral (scale: 1)
1908.40/1916.94	c Presolving Time: 1892.80
1908.40/1916.94	c 
1908.40/1916.94	c - non default parameters ----------------------------------------------------------------------
1908.40/1916.94	c 
1908.40/1916.94	c # SCIP version 10.0.0
1908.40/1916.94	c 
1908.40/1916.94	c # maximal time in seconds to run
1908.40/1916.94	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
1908.40/1916.94	c limits/time = 3596.998295
1908.40/1916.94	c 
1908.40/1916.94	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
1908.40/1916.94	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
1908.40/1916.94	c limits/memory = 27900
1908.40/1916.94	c 
1908.40/1916.94	c # belongs reading time to solving time?
1908.40/1916.94	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
1908.40/1916.94	c timing/reading = TRUE
1908.40/1916.94	c 
1908.40/1916.94	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
1908.40/1916.94	c # [type: int, advanced: TRUE, range: [-1,2147483647], default: -1]
1908.40/1916.94	c reading/opbreader/maxintsize = 47
1908.40/1916.94	c 
1908.40/1916.94	c # timing when propagator should be called (1:BEFORELP, 2:DURINGLPLOOP, 4:AFTERLPLOOP, 15:ALWAYS))
1908.40/1916.94	c # [type: int, advanced: TRUE, range: [0,15], default: 15]
1908.40/1916.94	c propagating/genvbounds/timingmask = 0
1908.40/1916.94	c 
1908.40/1916.94	c -----------------------------------------------------------------------------------------------
1908.90/1917.47	c 
2668.43/2680.68	c 
2668.43/2680.68	c SCIP Status        : solving was interrupted [memory limit reached]
2668.43/2680.68	c Solving Time (sec) : 2680.68
2668.43/2680.68	c Solving Nodes      : 1
2668.43/2680.68	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
2668.43/2680.68	c Dual Bound         : -1.50000000000000e+01
2668.43/2680.68	c Gap                : infinite
2668.43/2680.68	s UNKNOWN
2668.43/2680.68	c SCIP Status        : solving was interrupted [memory limit reached]
2668.43/2680.68	c Total Time         :    2680.68
2668.43/2680.68	c   solving          :    2680.68
2668.43/2680.68	c   presolving       :    1892.80 (included in solving)
2668.43/2680.68	c   reading          :      12.82 (included in solving)
2668.43/2680.68	c   copying          :       0.00 (0 times copied the problem)
2668.43/2680.68	c Original Problem   :
2668.43/2680.68	c   Problem name     : HOME/instance-4505503-1751453933.opb
2668.43/2680.68	c   Variables        : 2000400 (2000400 binary, 0 integer, 0 continuous)
2668.43/2680.68	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
2668.43/2680.68	c   Constraints      : 4920807 initial, 4920807 maximal
2668.52/2680.74	c   Objective        : minimize, 1019200 non-zeros (abs.min = 1, abs.max = 1.72809e+08)
2668.52/2680.74	c Presolved Problem  :
2668.52/2680.74	c   Problem name     : t_HOME/instance-4505503-1751453933.opb
2668.52/2680.74	c   Variables        : 1960400 (1960400 binary, 0 integer, 0 continuous)
2668.52/2680.74	c   implied integral : 0 (0 binary, 0 integer, 0 continuous)
2668.52/2680.74	c   Constraints      : 3915954 initial, 3915957 maximal
2668.52/2680.79	c   Objective        : minimize, 989412 non-zeros (abs.min = 2, abs.max = 3.45617e+08)
2668.52/2680.79	c   Nonzeros         : 10821600 constraint, 12848400 clique table
2668.52/2680.79	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
2668.52/2680.79	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   gateextraction   :      16.45       0.00      2          0          0          0          0          0    3890700     980100          0          0
2668.52/2680.79	c   implics          :       0.18       0.00      5          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   implint          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   milp             :      13.62       0.00      1          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   trivial          :       0.41       0.00      6          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   dualfix          :       0.40       0.00      6      29800          0          0          0          0          0          0          0          0
2668.52/2680.79	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   probing          :     931.38       0.07      1          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   pseudoobj        :       0.03       0.00      0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   symmetry         :     832.89       0.00      1          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   vbounds          :       3.13       0.00      2          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   knapsack         :      12.15       0.06      7          0          0          0          0          0     980100    2910600          0          0
2668.52/2680.79	c   setppc           :      14.23       0.25      7          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   and              :       5.82       0.00      2          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   linear           :      42.16       2.38      9        300       9900          0        300          0      24753          0       4950      14850
2668.52/2680.79	c   logicor          :      10.72       0.10      7          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   components       :       1.81       0.00      1          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
2668.52/2680.79	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
2668.52/2680.79	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
2668.52/2680.79	c   knapsack         :       5250       5250          0      13196          0          0          0          3       9294          0          0          0          0          0          0
2668.52/2680.79	c   setppc           :    2925551    2925551          0      13196          0          0          0          1    2380812          0          0          0          0          0          0
2668.52/2680.79	c   and              :     980100     980100          0      13196          0          0          0          0      29670          0          0          0          0          0          0
2668.52/2680.79	c   linear           :          3          3          0      13196          0          0          0          3         45          3          0          0          0          0          0
2668.52/2680.79	c   logicor          :       5050+      5053          0       5254          0          0          0          0      10710         11          0          0          0          0          0
2668.52/2680.79	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
2668.52/2680.79	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2668.52/2680.79	c   knapsack         :       4.25       0.06       0.21       3.95       0.00       0.00       0.00       0.03       0.00       0.00
2668.52/2680.79	c   setppc           :     115.11       0.25       1.61     112.72       0.00       0.00       0.00       0.00       0.54       0.00
2668.52/2680.79	c   and              :     136.81       0.00       3.20     133.05       0.00       0.00       0.00       0.00       0.56       0.00
2668.52/2680.79	c   linear           :      18.71       2.38       0.00      16.33       0.00       0.00       0.00       0.00       0.00       0.00
2668.52/2680.79	c   logicor          :       0.42       0.10       0.01       0.31       0.00       0.00       0.00       0.00       0.01       0.00
2668.52/2680.79	c   fixedvar         :       0.06       0.06       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2668.52/2680.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2668.52/2680.79	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
2668.52/2680.79	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
2668.52/2680.79	c   dualfix          :          1          0          0          0
2668.52/2680.79	c   genvbounds       :          0          0          0          0
2668.52/2680.79	c   nlobbt           :          0          0          0          0
2668.52/2680.79	c   obbt             :          0          0          0          0
2668.52/2680.79	c   probing          :          0          0          0          0
2668.52/2680.79	c   pseudoobj        :          1          0          0          0
2668.52/2680.79	c   redcost          :          0          0          0          0
2668.52/2680.79	c   rootredcost      :          0          0          0          0
2668.52/2680.79	c   symmetry         :          0          0          0          0
2668.52/2680.79	c   vbounds          :       5345          0          0          0
2668.52/2680.79	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
2668.52/2680.79	c   dualfix          :       0.46       0.00       0.40       0.06       0.00       0.00
2668.52/2680.79	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
2668.52/2680.79	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
2668.52/2680.79	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
2668.52/2680.79	c   probing          :     931.45       0.07     931.38       0.00       0.00       0.00
2668.52/2680.79	c   pseudoobj        :       0.40       0.00       0.03       0.38       0.00       0.00
2668.52/2680.79	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
2668.52/2680.79	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
2668.52/2680.79	c   symmetry         :     832.90       0.00     832.89       0.01       0.00       0.00
2668.52/2680.79	c   vbounds          :       3.71       0.00       3.13       0.58       0.00       0.00
2668.52/2680.79	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
2668.52/2680.79	c   propagation      :      15.86          3          3          -        303   223742.4          0        0.0          -          -          -
2668.52/2680.79	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
2668.52/2680.79	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
2668.52/2680.79	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
2668.52/2680.79	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
2668.52/2680.79	c   applied globally :       0.16          -          -          0          3      159.0          -          -          0          -          -
2668.52/2680.79	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
2668.52/2680.79	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
2668.52/2680.79	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
2668.52/2680.79	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
2668.52/2680.79	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
2668.52/2680.79	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
2668.52/2680.79	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
2668.52/2680.79	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
2668.52/2680.79	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
2668.52/2680.79	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
2668.52/2680.79	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c Pricers            :   ExecTime  SetupTime      Calls       Vars
2668.52/2680.79	c   problem variables:       0.00          -          0          0
2668.52/2680.79	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
2668.52/2680.79	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
2668.52/2680.79	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
2668.52/2680.79	c   LP solutions     :       0.00          -          -          0          0
2668.52/2680.79	c   relax solutions  :       0.00          -          -          0          0
2668.52/2680.79	c   pseudo solutions :       0.00          -          -          0          0
2668.52/2680.79	c   strong branching :       0.00          -          -          0          0
2668.52/2680.79	c   actconsdiving    :       0.00       0.00          0          0          0
2668.52/2680.79	c   adaptivediving   :       0.00       0.00          0          0          0
2668.52/2680.79	c   alns             :       0.00       0.00          0          0          0
2668.52/2680.79	c   bound            :       0.00       0.00          0          0          0
2668.52/2680.79	c   clique           :     734.77       0.00          1          0          0
2668.52/2680.79	c   coefdiving       :       0.00       0.00          0          0          0
2668.52/2680.79	c   completesol      :       0.00       0.00          0          0          0
2668.52/2680.79	c   conflictdiving   :       0.00       0.00          0          0          0
2668.52/2680.79	c   crossover        :       0.00       0.00          0          0          0
2668.52/2680.79	c   dins             :       0.00       0.00          0          0          0
2668.52/2680.79	c   distributiondivin:       0.00       0.00          0          0          0
2668.52/2680.79	c   dks              :       0.00       0.00          0          0          0
2668.52/2680.79	c   dps              :       0.00       0.00          0          0          0
2668.52/2680.79	c   dualval          :       0.00       0.00          0          0          0
2668.52/2680.79	c   farkasdiving     :       0.00       0.00          0          0          0
2668.52/2680.79	c   feaspump         :       0.00       0.00          0          0          0
2668.52/2680.79	c   fixandinfer      :       0.00       0.00          0          0          0
2668.52/2680.79	c   fracdiving       :       0.00       0.00          0          0          0
2668.52/2680.79	c   gins             :       0.00       0.00          0          0          0
2668.52/2680.79	c   guideddiving     :       0.00       0.00          0          0          0
2668.52/2680.79	c   indicator        :       0.00       0.00          0          0          0
2668.52/2680.79	c   indicatordiving  :       0.00       0.00          0          0          0
2668.52/2680.79	c   intdiving        :       0.00       0.00          0          0          0
2668.52/2680.79	c   intshifting      :       0.00       0.00          0          0          0
2668.52/2680.79	c   linesearchdiving :       0.00       0.00          0          0          0
2668.52/2680.79	c   localbranching   :       0.00       0.00          0          0          0
2668.52/2680.79	c   locks            :      26.78       0.00          1          0          0
2668.52/2680.79	c   lpface           :       0.00       0.00          0          0          0
2668.52/2680.79	c   mpec             :       0.00       0.00          0          0          0
2668.52/2680.79	c   multistart       :       0.00       0.00          0          0          0
2668.52/2680.79	c   mutation         :       0.00       0.00          0          0          0
2668.52/2680.79	c   nlpdiving        :       0.00       0.00          0          0          0
2668.52/2680.79	c   objpscostdiving  :       0.00       0.00          0          0          0
2668.52/2680.79	c   octane           :       0.00       0.00          0          0          0
2668.52/2680.79	c   ofins            :       0.00       0.00          0          0          0
2668.52/2680.79	c   oneopt           :       0.00       0.00          0          0          0
2668.52/2680.79	c   padm             :       0.00       0.00          0          0          0
2668.52/2680.79	c   proximity        :       0.00       0.00          0          0          0
2668.52/2680.79	c   pscostdiving     :       0.00       0.00          0          0          0
2668.52/2680.79	c   randrounding     :       0.00       0.00          0          0          0
2668.52/2680.79	c   rens             :       0.00       0.00          0          0          0
2668.52/2680.79	c   reoptsols        :       0.00       0.00          0          0          0
2668.52/2680.79	c   repair           :       0.00       0.00          0          0          0
2668.52/2680.79	c   rins             :       0.00       0.00          0          0          0
2668.52/2680.79	c   rootsoldiving    :       0.00       0.00          0          0          0
2668.52/2680.79	c   rounding         :       0.00       0.00          0          0          0
2668.52/2680.79	c   scheduler        :       0.00       0.00          0          0          0
2668.52/2680.79	c   shiftandpropagate:       0.00       0.00          0          0          0
2668.52/2680.79	c   shifting         :       0.00       0.00          0          0          0
2668.52/2680.79	c   simplerounding   :       0.00       0.00          0          0          0
2668.52/2680.79	c   subnlp           :       0.00       0.00          0          0          0
2668.52/2680.79	c   trivial          :       1.08       0.00          2          0          0
2668.52/2680.79	c   trivialnegation  :       0.00       0.00          0          0          0
2668.52/2680.79	c   trustregion      :       0.00       0.00          0          0          0
2668.52/2680.79	c   trysol           :       0.00       0.00          0          0          0
2668.52/2680.79	c   twoopt           :       0.00       0.00          0          0          0
2668.52/2680.79	c   undercover       :       0.00       0.00          0          0          0
2668.52/2680.79	c   vbounds          :       0.00       0.00          0          0          0
2668.52/2680.79	c   veclendiving     :       0.00       0.00          0          0          0
2668.52/2680.79	c   zeroobj          :       0.00       0.00          0          0          0
2668.52/2680.79	c   zirounding       :       0.00       0.00          0          0          0
2668.52/2680.79	c   other solutions  :          -          -          -          0          -
2668.52/2680.79	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
2668.52/2680.79	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
2668.52/2680.79	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
2668.52/2680.79	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
2668.52/2680.79	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
2668.52/2680.79	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
2668.52/2680.79	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
2668.52/2680.79	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
2668.52/2680.79	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
2668.52/2680.79	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
2668.52/2680.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
2668.52/2680.79	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
2668.52/2680.79	c   dual LP          :       0.00          0          0       0.00          -       0.00          0
2668.52/2680.79	c   lex dual LP      :       0.00          0          0       0.00          -
2668.52/2680.79	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
2668.52/2680.79	c   resolve instable :       0.00          0          0       0.00          -
2668.52/2680.79	c   diving/probing LP:       5.25          1        295     295.00      56.16
2668.52/2680.79	c   strong branching :       0.00          0          0       0.00          -          -          -          0
2668.52/2680.79	c     (at root node) :          -          0          0       0.00          -
2668.52/2680.79	c   conflict analysis:       0.00          0          0       0.00          -
2668.52/2680.79	c Relaxators         :       Time      Calls    Cutoffs ImprBounds   ImprTime ReducedDom  Separated AddedConss
2668.52/2680.79	c   benders          :       0.00          0          0          0       0.00          0          0          0
2668.52/2680.79	c B&B Tree           :
2668.52/2680.79	c   number of runs   :          1
2668.52/2680.79	c   nodes            :          1 (0 internal, 1 leaves)
2668.52/2680.79	c   feasible leaves  :          0
2668.52/2680.79	c   infeas. leaves   :          0
2668.52/2680.79	c   objective leaves :          0
2668.52/2680.79	c   nodes (total)    :          1 (0 internal, 1 leaves)
2668.52/2680.79	c   nodes left       :          1
2668.52/2680.79	c   max depth        :          0
2668.52/2680.79	c   max depth (total):          0
2668.52/2680.79	c   backtracks       :          0 (0.0%)
2668.52/2680.79	c   early backtracks :          0 (0.0%)
2668.52/2680.79	c   nodes exc. ref.  :          0 (0.0%)
2668.52/2680.79	c   delayed cutoffs  :          0
2668.52/2680.79	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
2668.52/2680.79	c   avg switch length:       1.00
2668.52/2680.79	c   switching time   :       0.00
2668.52/2680.79	c Root Node          :
2668.52/2680.79	c   First LP value   :          -
2668.52/2680.79	c   First LP Iters   :          0
2668.52/2680.79	c   First LP Time    :       0.00
2668.52/2680.79	c   Final Dual Bound : -1.50000000000000e+01
2668.52/2680.79	c   Final Root Iters :          0
2668.52/2680.79	c   Root LP Estimate :                     -
2668.52/2680.79	c Solution           :
2668.52/2680.79	c   Solutions found  :          0 (0 improvements)
2668.52/2680.79	c   Primal Bound     :          -
2668.52/2680.79	c   Dual Bound       : -1.50000000000000e+01
2668.52/2680.79	c   Gap              :   infinite
2668.52/2680.79	c Integrals          :      Total       Avg%
2668.52/2680.79	c   primal-dual      :  268068.05     100.00
2668.52/2680.79	c   primal-ref       :          -          - (not evaluated)
2668.52/2680.79	c   dual-ref         :          -          - (not evaluated)
2704.78/2717.18	c Time complete (sec):   2704.871

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (57347 MiB free)
  memory of node 1: 64465 MiB (42662 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505503-1751453933/watcher-4505503-1751453933 -o /tmp/evaluation-result-4505503-1751453933/solver-4505503-1751453933 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751446725-63282 --watchdog 3760 pbsolver -f HOME/instance-4505503-1751453933.opb -t 3600 -m 31000 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=64164, runsolver pid=64161

[startup+0.100063 s]*
/proc/loadavg: 4.08 4.08 4.09 5/265 64165
/proc/meminfo: memFree=102190956/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=198668 memory=183664 CPUtime=0.09 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 26093 0 0 0 4 5 0 0 20 0 1 0 61067973 203436032 45916 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 49667 45916 2176 2575 0 46574 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 198668 KiB
Current children cumulated memory: 183664 KiB

[startup+0.205613 s]*
/proc/loadavg: 4.08 4.08 4.09 5/265 64165
/proc/meminfo: memFree=102049768/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=305744 memory=290928 CPUtime=0.2 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 52904 0 0 0 11 9 0 0 20 0 1 0 61067973 313081856 72732 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 76436 72732 2176 2575 0 73343 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 305744 KiB
Current children cumulated memory: 290928 KiB

[startup+0.305447 s]*
/proc/loadavg: 4.08 4.08 4.09 5/265 64165
/proc/meminfo: memFree=101904616/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=400412 memory=384724 CPUtime=0.3 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 75863 0 0 0 18 12 0 0 20 0 1 0 61067973 410021888 96181 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 100103 96181 2176 2575 0 97010 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 400412 KiB
Current children cumulated memory: 384724 KiB

[startup+0.700181 s]
/proc/loadavg: 4.08 4.08 4.09 5/265 64165
/proc/meminfo: memFree=101619288/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=795460 memory=778660 CPUtime=0.69 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 167171 0 0 0 43 26 0 0 20 0 1 0 61067973 814551040 194665 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 198865 194665 2176 2575 0 195772 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 795460 KiB
Current children cumulated memory: 778660 KiB

[startup+1.50018 s]
/proc/loadavg: 4.08 4.08 4.09 5/265 64165
/proc/meminfo: memFree=100992176/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=1278360 memory=1259232 CPUtime=1.49 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 274081 0 0 0 107 42 0 0 20 0 1 0 61067973 1309040640 314808 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 319590 314808 2176 2575 0 316497 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1278360 KiB
Current children cumulated memory: 1259232 KiB

[startup+3.10533 s]
/proc/loadavg: 4.07 4.08 4.09 5/265 64165
/proc/meminfo: memFree=99466408/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=2168084 memory=2149216 CPUtime=3.09 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 496557 0 0 0 235 74 0 0 20 0 1 0 61067973 2220118016 537272 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 542021 537272 2176 2575 0 538928 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2168084 KiB
Current children cumulated memory: 2149216 KiB

[startup+6.30017 s]
/proc/loadavg: 4.07 4.08 4.09 5/265 64165
/proc/meminfo: memFree=97822588/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=3270420 memory=3252204 CPUtime=6.27 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 748324 0 0 0 514 113 0 0 20 0 1 0 61067973 3348910080 813051 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 817605 813051 2176 2575 0 814512 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 3270420 KiB
Current children cumulated memory: 3252204 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 64165
/proc/meminfo: memFree=93694244/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=4599128 memory=4579776 CPUtime=12.66 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 1053644 0 0 0 1103 163 0 0 20 0 1 0 61067973 4709507072 1144944 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 1149782 1144944 2176 2575 0 1146689 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 4599128 KiB
Current children cumulated memory: 4579776 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.09 4.09 5/265 64165
/proc/meminfo: memFree=83538020/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=10596352 memory=10502172 CPUtime=25.42 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 2376726 0 0 0 2165 377 0 0 20 0 1 0 61067973 10850664448 2625543 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 2649088 2625543 2432 2575 0 2645995 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 10596352 KiB
Current children cumulated memory: 10502172 KiB

[startup+51.1058 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 64210
/proc/meminfo: memFree=86955376/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=12224840 memory=11990232 CPUtime=50.95 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 2522621 0 0 0 4555 540 0 0 20 0 1 0 61067973 12518236160 2997558 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 3056210 2997558 2528 2575 0 3053117 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 12224840 KiB
Current children cumulated memory: 11990232 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/264 64212
/proc/meminfo: memFree=76817936/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=15004104 memory=14750484 CPUtime=101.96 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 3033205 0 0 0 9565 631 0 0 20 0 1 0 61067973 15364202496 3687621 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 3751026 3687621 2560 2575 0 3747933 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 15004104 KiB
Current children cumulated memory: 14750484 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 64224
/proc/meminfo: memFree=74077684/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=15991712 memory=15710992 CPUtime=161.73 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 3062783 0 0 0 15522 651 0 0 20 0 1 0 61067973 16375513088 3927748 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 3997928 3927748 2592 2575 0 3994835 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 15991712 KiB
Current children cumulated memory: 15710992 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 64227
/proc/meminfo: memFree=74071076/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=15991712 memory=15710992 CPUtime=221.45 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 3062888 0 0 0 21494 651 0 0 20 0 1 0 61067973 16375513088 3927748 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 3997928 3927748 2592 2575 0 3994835 0
Current children cumulated CPU time: 221.45 s
Current children cumulated vsize: 15991712 KiB
Current children cumulated memory: 15710992 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/265 64229
/proc/meminfo: memFree=73354008/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=15991712 memory=15710992 CPUtime=281.17 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 3062888 0 0 0 27466 651 0 0 20 0 1 0 61067973 16375513088 3927748 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 3997928 3927748 2592 2575 0 3994835 0
Current children cumulated CPU time: 281.17 s
Current children cumulated vsize: 15991712 KiB
Current children cumulated memory: 15710992 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 64231
/proc/meminfo: memFree=73547040/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=15991712 memory=15710992 CPUtime=340.9 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 3062921 0 0 0 33439 651 0 0 20 0 1 0 61067973 16375513088 3927748 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 3997928 3927748 2592 2575 0 3994835 0
Current children cumulated CPU time: 340.9 s
Current children cumulated vsize: 15991712 KiB
Current children cumulated memory: 15710992 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/263 64233
/proc/meminfo: memFree=73523172/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=15991712 memory=15710992 CPUtime=400.62 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 3063008 0 0 0 39411 651 0 0 20 0 1 0 61067973 16375513088 3927748 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 3997928 3927748 2592 2575 0 3994835 0
Current children cumulated CPU time: 400.62 s
Current children cumulated vsize: 15991712 KiB
Current children cumulated memory: 15710992 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 64238
/proc/meminfo: memFree=73522696/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=15991712 memory=15711120 CPUtime=460.35 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 3063047 0 0 0 45384 651 0 0 20 0 1 0 61067973 16375513088 3927780 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 3997928 3927780 2592 2575 0 3994835 0
Current children cumulated CPU time: 460.35 s

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

/proc/64164/statm: 5780842 5632518 2624 2575 0 5777749 0
Current children cumulated CPU time: 2252.08 s
Current children cumulated vsize: 23123368 KiB
Current children cumulated memory: 22530072 KiB

[startup+2322.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/264 64330
/proc/meminfo: memFree=59529844/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=23165748 memory=22572088 CPUtime=2311.79 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4310678 0 0 0 230209 970 0 0 20 0 1 0 61067973 23721725952 5643022 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 5791437 5643022 2624 2575 0 5788344 0
Current children cumulated CPU time: 2311.79 s
Current children cumulated vsize: 23165748 KiB
Current children cumulated memory: 22572088 KiB

[startup+2382.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/265 64378
/proc/meminfo: memFree=68454668/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=23214812 memory=22621996 CPUtime=2371.5 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4321567 0 0 0 236177 973 0 0 20 0 1 0 61067973 23771967488 5655499 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 5803703 5655499 2624 2575 0 5800610 0
Current children cumulated CPU time: 2371.5 s
Current children cumulated vsize: 23214812 KiB
Current children cumulated memory: 22621996 KiB

[startup+2442.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 64380
/proc/meminfo: memFree=68367700/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=23259504 memory=22665644 CPUtime=2431.21 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4332647 0 0 0 242145 976 0 0 20 0 1 0 61067973 23817732096 5666411 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 5814876 5666411 2624 2575 0 5811783 0
Current children cumulated CPU time: 2431.21 s
Current children cumulated vsize: 23259504 KiB
Current children cumulated memory: 22665644 KiB

[startup+2502.3 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 64382
/proc/meminfo: memFree=68267904/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=23312464 memory=22718868 CPUtime=2490.93 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4343916 0 0 0 248113 980 0 0 20 0 1 0 61067973 23871963136 5679717 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 5828116 5679717 2624 2575 0 5825023 0
Current children cumulated CPU time: 2490.93 s
Current children cumulated vsize: 23312464 KiB
Current children cumulated memory: 22718868 KiB

[startup+2562.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 64384
/proc/meminfo: memFree=68148412/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=23369728 memory=22775876 CPUtime=2550.65 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4355693 0 0 0 254081 984 0 0 20 0 1 0 61067973 23930601472 5693969 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 5842432 5693969 2624 2575 0 5839339 0
Current children cumulated CPU time: 2550.65 s
Current children cumulated vsize: 23369728 KiB
Current children cumulated memory: 22775876 KiB

[startup+2622.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 64386
/proc/meminfo: memFree=67848684/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=23444956 memory=22850840 CPUtime=2610.38 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4371254 0 0 0 260049 989 0 0 20 0 1 0 61067973 24007634944 5712710 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 5861239 5712710 2624 2575 0 5858146 0
Current children cumulated CPU time: 2610.38 s
Current children cumulated vsize: 23444956 KiB
Current children cumulated memory: 22850840 KiB

[startup+2682.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 64388
/proc/meminfo: memFree=63576456/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=26286164 memory=25470412 CPUtime=2670.12 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4647671 0 0 0 265946 1066 0 0 20 0 1 0 61067973 26917031936 6367603 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 6571541 6367603 2656 2575 0 6568448 0
Current children cumulated CPU time: 2670.12 s
Current children cumulated vsize: 26286164 KiB
Current children cumulated memory: 25470412 KiB

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

# cumulated CPU time of all completed processes:  user=2693.71 s, system=11.4088 s

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

[startup+2688 s]*
/proc/loadavg: 4.06 4.08 4.09 5/263 64388
/proc/meminfo: memFree=63556856/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=26305292 memory=25489468 CPUtime=2675.8 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4648384 0 0 0 266513 1067 0 0 20 0 1 0 61067973 26936619008 6372367 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 6576323 6372367 2656 2575 0 6573230 0
Current children cumulated CPU time: 2675.8 s
Current children cumulated vsize: 26305292 KiB
Current children cumulated memory: 25489468 KiB

[startup+2700.8 s]
/proc/loadavg: 4.05 4.08 4.09 5/263 64388
/proc/meminfo: memFree=63559112/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=26305292 memory=25489468 CPUtime=2688.54 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4648599 0 0 0 267787 1067 0 0 20 0 1 0 61067973 26936619008 6372367 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 6576323 6372367 2656 2575 0 6573230 0
Current children cumulated CPU time: 2688.54 s
Current children cumulated vsize: 26305292 KiB
Current children cumulated memory: 25489468 KiB

[startup+2707.2 s]
/proc/loadavg: 4.04 4.08 4.08 5/263 64390
/proc/meminfo: memFree=63560108/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=26305292 memory=25489468 CPUtime=2694.92 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4648695 0 0 0 268424 1068 0 0 20 0 1 0 61067973 26936619008 6372367 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 6576323 6372367 2656 2575 0 6573230 0
Current children cumulated CPU time: 2694.92 s
Current children cumulated vsize: 26305292 KiB
Current children cumulated memory: 25489468 KiB

[startup+2713.6 s]
/proc/loadavg: 4.04 4.07 4.08 5/263 64390
/proc/meminfo: memFree=63600136/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=24676064 memory=23871468 CPUtime=2701.29 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4654471 0 0 0 269060 1069 0 0 20 0 1 0 61067973 25268289536 5967867 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 6169016 5967867 2656 2575 0 6165923 0
Current children cumulated CPU time: 2701.29 s
Current children cumulated vsize: 24676064 KiB
Current children cumulated memory: 23871468 KiB

[startup+2715.2 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 64390
/proc/meminfo: memFree=66280928/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=23367804 memory=22563208 CPUtime=2702.88 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4656567 0 0 0 269212 1076 0 0 20 0 1 0 61067973 23928631296 5640802 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 5841951 5640802 2656 2575 0 5838858 0
Current children cumulated CPU time: 2702.88 s
Current children cumulated vsize: 23367804 KiB
Current children cumulated memory: 22563208 KiB

[startup+2716.8 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 64390
/proc/meminfo: memFree=67165640/131249992 swapFree=33010160/33010684
[pid=64164] ppid=64161 vsize=20993664 memory=20190580 CPUtime=2704.47 cores=4,6
/proc/64164/stat : 64164 (pbsolver) R 64161 64164 63271 0 -1 4194304 4657959 0 0 0 269358 1089 0 0 20 0 1 0 61067973 21497511936 5047645 18446744073709551615 4198400 14743177 140731777048528 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 16769280 16853168 39133184 140731777055114 140731777055210 140731777055210 140731777060812 0
/proc/64164/statm: 5248416 5047645 2656 2575 0 5245323 0
Current children cumulated CPU time: 2704.47 s
Current children cumulated vsize: 20993664 KiB
Current children cumulated memory: 20190580 KiB

[startup+2717.2 s]*
/proc/loadavg: 4.12 4.09 4.09 5/263 64390
/proc/meminfo: memFree=80756636/131249992 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2717.4 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 64390
/proc/meminfo: memFree=80756636/131249992 swapFree=33010160/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): 2717.44
CPU time (s): 2705.12
CPU user time (s): 2693.71
CPU system time (s): 11.4088
CPU usage (%): 99.5467
Max. virtual memory (cumulated for all children) (KiB): 26305292
Max. memory (cumulated for all children) (KiB): 25489468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2693.71
system time used= 11.4088
maximum resident set size= 25489468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4657984
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= 2946


# summary of solver processes directly reported to runsolver:
#   pid: 64164
#   total CPU time (s): 2705.12
#   total CPU user time (s): 2693.71
#   total CPU system time (s): 11.4088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.20354 second user time and 12.4977 second system time

The end

Launcher Data

Begin job on nodeC035 at 2025-07-02 12:58:54
IDJOB=4505503
IDBENCH=155759
IDSOLVER=3366
FILE ID=nodeC035/4505503-1751453933
RUNJOBID= nodeC035-1751446725-63282
SLURM_JOB_ID= 9598423
Free space on /tmp= 432144 MiB

SOLVER NAME= SCIP-10 2025-06-13
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_6_mh.opb
COMMAND LINE= pbsolver -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505503-1751453933/watcher-4505503-1751453933 -o /tmp/evaluation-result-4505503-1751453933/solver-4505503-1751453933 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1751446725-63282 --watchdog 3760  pbsolver -f HOME/instance-4505503-1751453933.opb -t 3600 -m 31000

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

MD5SUM BENCH= ae4404ba779864fb11c76f88911c57d7
RANDOM SEED=1595780330

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        102446368 kB
MemAvailable:   108332112 kB
Buffers:            1840 kB
Cached:          6636812 kB
SwapCached:            8 kB
Active:         21668176 kB
Inactive:        6345208 kB
Active(anon):   21380884 kB
Inactive(anon):    11588 kB
Active(file):     287292 kB
Inactive(file):  6333620 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            473696 kB
Writeback:             0 kB
AnonPages:      21377580 kB
Mapped:           133888 kB
Shmem:             18048 kB
KReclaimable:     208140 kB
Slab:             298020 kB
SReclaimable:     208140 kB
SUnreclaim:        89880 kB
KernelStack:        4304 kB
PageTables:        45208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   22326300 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5289984 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432228 MiB
End job on nodeC035 at 2025-07-02 13:44:12