Trace number 4456332

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 2024-07-07? (TO) 3600.41 3615.22

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
scens/normalized-scen08reduc_wcsp.wbo
MD5SUM6173017921cf4cdc7f10e0dda09f7db9
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables14194
Total number of constraints1450105
Number of soft constraints1449740
Number of constraints which are clauses1449740
Number of constraints which are cardinality constraints (but not clauses)365
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 262
Min constraint cost 1
Max constraint cost 30
Sum of constraints costs 6361774
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4456332-1721719390.wbo>
5.97/6.05	c original problem has 1463934 variables (1463934 bin, 0 int, 0 impl, 0 cont) and 2899846 constraints
5.97/6.05	c problem read in 6.05
23.81/23.96	c presolving:
29.00/29.15	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 1449740 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 1450105 clqs
74.03/74.35	c    (74.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
86.49/86.88	c    (86.9s) symmetry computation finished: 4 generators found (max: 21, log10 of symmetry group size: 0.0) (symcode time: 7.84)
86.59/86.94	c dynamic symmetry handling statistics:
86.59/86.94	c    orbitopal reduction:       no components
86.59/86.94	c    orbital reduction:         no components
86.59/86.94	c    lexicographic reduction:    4 permutations with support sizes 36440, 35792, 77024, 25832
86.59/86.94	c handled 4 out of 4 symmetry components
89.47/89.80	c presolving (2 rounds: 2 fast, 1 medium, 1 exhaustive):
89.47/89.80	c  25 deleted vars, 0 deleted constraints, 0 added constraints, 1449740 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
89.47/89.80	c  0 implications, 1450080 cliques
89.47/89.80	c presolved problem has 2913649 variables (1463934 bin, 0 int, 1449715 impl, 0 cont) and 2899846 constraints
89.47/89.80	c       1 constraints of type <knapsack>
89.47/89.80	c     365 constraints of type <setppc>
89.47/89.80	c 1449740 constraints of type <linear>
89.47/89.80	c 1449740 constraints of type <indicator>
89.47/89.80	c transformed objective value is always integral (scale: 1)
89.47/89.80	c Presolving Time: 78.68
89.47/89.80	c - non default parameters ----------------------------------------------------------------------
89.47/89.80	c # SCIP version 10.0.0
89.47/89.80	c 
89.47/89.80	c # maximal time in seconds to run
89.47/89.80	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
89.47/89.80	c limits/time = 3596.997043
89.47/89.80	c 
89.47/89.80	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
89.47/89.80	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
89.47/89.80	c limits/memory = 27900
89.47/89.80	c 
89.47/89.80	c # belongs reading time to solving time?
89.47/89.80	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
89.47/89.80	c timing/reading = TRUE
89.47/89.80	c 
89.47/89.80	c -----------------------------------------------------------------------------------------------
89.47/89.80	c start solving
90.97/91.32	c 
3585.83/3600.64	c 
3585.83/3600.64	c SCIP Status        : solving was interrupted [time limit reached]
3585.83/3600.64	c Solving Time (sec) : 3600.64
3585.83/3600.64	c Solving Nodes      : 1
3585.83/3600.64	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.83/3600.64	c Dual Bound         : +0.00000000000000e+00
3585.83/3600.64	c Gap                : infinite
3585.83/3600.64	s UNKNOWN
3585.83/3600.64	c SCIP Status        : solving was interrupted [time limit reached]
3585.83/3600.64	c Total Time         :    3600.64
3585.83/3600.64	c   solving          :    3600.64
3585.83/3600.64	c   presolving       :      78.68 (included in solving)
3585.83/3600.64	c   reading          :       6.05 (included in solving)
3585.83/3600.64	c   copying          :       0.00 (0 times copied the problem)
3585.83/3600.64	c Original Problem   :
3585.83/3600.64	c   Problem name     : HOME/instance-4456332-1721719390.wbo
3585.83/3600.64	c   Variables        : 1463934 (1463934 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.83/3600.64	c   Constraints      : 2899846 initial, 2899846 maximal
3585.83/3600.68	c   Objective        : minimize, 1449740 non-zeros (abs.min = 1, abs.max = 30)
3585.83/3600.68	c Presolved Problem  :
3585.83/3600.68	c   Problem name     : t_HOME/instance-4456332-1721719390.wbo
3585.83/3600.68	c   Variables        : 2913649 (1463934 binary, 0 integer, 1449715 implicit integer, 0 continuous)
3585.83/3600.68	c   Constraints      : 2899846 initial, 2899924 maximal
3585.93/3600.74	c   Objective        : minimize, 1449740 non-zeros (abs.min = 1, abs.max = 30)
3585.93/3600.74	c   Nonzeros         : 13051234 constraint, 2913626 clique table
3585.93/3600.74	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.93/3600.74	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   domcol           :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   gateextraction   :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   implics          :       0.03       0.00      1          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   milp             :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   trivial          :       0.19       0.00      2          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   dualfix          :       0.21       0.00      2          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   probing          :      41.62       0.14      1          0         25          0          0          0          0          0          0          0
3585.93/3600.74	c   pseudoobj        :       0.11       0.00      1          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   symmetry         :      12.59       0.00      1          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   vbounds          :       0.98       0.00      1          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   knapsack         :       0.00       0.07      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   setppc           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   linear           :       5.96       0.24      3          0          0          0    1449740          0          0          0          0          0
3585.93/3600.74	c   logicor          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   indicator        :       0.99       0.09      1          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   components       :       2.11       0.00      1          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3585.93/3600.74	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.93/3600.74	c   benderslp        :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3585.93/3600.74	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3585.93/3600.74	c   knapsack         :          1          1          0      44369          0          0          0          3        305          2          0          0          0          0          0
3585.93/3600.74	c   setppc           :        365+       366          0      44385          0          0          0          1         93          7          0          0          0          0          0
3585.93/3600.74	c   linear           :    1449740    1449740          0      44378          0          0          0          3        652          8          0          0          0          0          0
3585.93/3600.74	c   logicor          :          0+        77          0         32          0          0          0          0          1          0          0          0          0          0          0
3585.93/3600.74	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   indicator        :    1449740    1449740          0      44370          0          0          0          0        655          0          0          0          0          0          0
3585.93/3600.74	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.93/3600.74	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   knapsack         :      16.09       0.07       0.00       7.31       0.00       0.00       0.00       0.17       8.53       0.00
3585.93/3600.74	c   setppc           :       7.78       0.00       0.00       7.78       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   linear           :       5.25       0.24       0.85       4.16       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   logicor          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   indicator        :    3466.04       0.09       1.27    3464.68       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   fixedvar         :       0.05       0.05       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   components       :       0.01       0.00       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.93/3600.74	c   dualfix          :          1          0          0          0
3585.93/3600.74	c   genvbounds       :          0          0          0          0
3585.93/3600.74	c   nlobbt           :          0          0          0          0
3585.93/3600.74	c   obbt             :          0          0          0          0
3585.93/3600.74	c   probing          :          0          0          0          0
3585.93/3600.74	c   pseudoobj        :          1          0          0          0
3585.93/3600.74	c   redcost          :          0          0          0          0
3585.93/3600.74	c   rootredcost      :          0          0          0          0
3585.93/3600.74	c   symmetry         :          0          0          0          0
3585.93/3600.74	c   vbounds          :      20720          0          0          0
3585.93/3600.74	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.93/3600.74	c   dualfix          :       0.32       0.00       0.21       0.11       0.00       0.00
3585.93/3600.74	c   genvbounds       :       0.01       0.00       0.00       0.01       0.00       0.00
3585.93/3600.74	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   probing          :      41.76       0.14      41.62       0.00       0.00       0.00
3585.93/3600.74	c   pseudoobj        :       0.61       0.00       0.11       0.50       0.00       0.00
3585.93/3600.74	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.93/3600.74	c   rootredcost      :       0.01       0.00       0.00       0.01       0.00       0.00
3585.93/3600.74	c   symmetry         :      12.66       0.00      12.59       0.07       0.00       0.00
3585.93/3600.74	c   vbounds          :       2.98       0.00       0.98       2.00       0.00       0.00
3585.93/3600.74	c Symmetry           :
3585.93/3600.74	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3585.93/3600.74	c   orbital reduction:          0 reductions applied,          0 cutoffs
3585.93/3600.74	c   lexicographic red:          0 reductions applied,          0 cutoffs
3585.93/3600.74	c   shadow tree time :       0.00 s
3585.93/3600.74	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.93/3600.74	c   propagation      :       8.54         12         12          -        143       39.8          3       38.3          -          -          -
3585.93/3600.74	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.93/3600.74	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.93/3600.74	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.93/3600.74	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.93/3600.74	c   applied globally :       2.10          -          -          0         77       41.7          -          -          0          -          -
3585.93/3600.74	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3585.93/3600.74	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.93/3600.74	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3585.93/3600.74	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.93/3600.74	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.93/3600.74	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.93/3600.74	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.93/3600.74	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.93/3600.74	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.93/3600.74	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.93/3600.74	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.93/3600.74	c   problem variables:       0.00          -          0          0
3585.93/3600.74	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.93/3600.74	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.93/3600.74	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.93/3600.74	c   LP solutions     :       0.00          -          -          0          0
3585.93/3600.74	c   relax solutions  :       0.00          -          -          0          0
3585.93/3600.74	c   pseudo solutions :       0.00          -          -          0          0
3585.93/3600.74	c   strong branching :       0.00          -          -          0          0
3585.93/3600.74	c   actconsdiving    :       0.00       0.00          0          0          0
3585.93/3600.74	c   adaptivediving   :       0.00       0.00          0          0          0
3585.93/3600.74	c   alns             :       0.00       0.00          0          0          0
3585.93/3600.74	c   bound            :       0.00       0.00          0          0          0
3585.93/3600.74	c   clique           :      16.73       0.00          1          0          0
3585.93/3600.74	c   coefdiving       :       0.00       0.00          0          0          0
3585.93/3600.74	c   completesol      :       0.00       0.00          0          0          0
3585.93/3600.74	c   conflictdiving   :       0.00       0.00          0          0          0
3585.93/3600.74	c   crossover        :       0.00       0.00          0          0          0
3585.93/3600.74	c   dins             :       0.00       0.00          0          0          0
3585.93/3600.74	c   distributiondivin:       0.00       0.00          0          0          0
3585.93/3600.74	c   dps              :       0.00       0.00          0          0          0
3585.93/3600.74	c   dualval          :       0.00       0.00          0          0          0
3585.93/3600.74	c   farkasdiving     :       0.00       0.00          0          0          0
3585.93/3600.74	c   feasjump         :       0.00       0.00          0          0          0
3585.93/3600.74	c   feaspump         :       0.00       0.00          0          0          0
3585.93/3600.74	c   fixandinfer      :       0.00       0.00          0          0          0
3585.93/3600.74	c   fracdiving       :       0.00       0.00          0          0          0
3585.93/3600.74	c   gins             :       0.00       0.00          0          0          0
3585.93/3600.74	c   guideddiving     :       0.00       0.00          0          0          0
3585.93/3600.74	c   indcoefdiving    :       0.00       0.00          0          0          0
3585.93/3600.74	c   indicator        :       0.00       0.00          0          0          0
3585.93/3600.74	c   indicatordiving  :       0.00       0.00          0          0          0
3585.93/3600.74	c   indoneopt        :       0.00       0.44          0          0          0
3585.93/3600.74	c   indrounding      :       0.00       0.00          0          0          0
3585.93/3600.74	c   indtwoopt        :       0.00       0.44          0          0          0
3585.93/3600.74	c   intdiving        :       0.00       0.00          0          0          0
3585.93/3600.74	c   intshifting      :       0.00       0.00          0          0          0
3585.93/3600.74	c   linesearchdiving :       0.00       0.00          0          0          0
3585.93/3600.74	c   localbranching   :       0.00       0.00          0          0          0
3585.93/3600.74	c   locks            :      13.47       0.00          1          0          0
3585.93/3600.74	c   lpface           :       0.00       0.00          0          0          0
3585.93/3600.74	c   mpec             :       0.00       0.00          0          0          0
3585.93/3600.74	c   multistart       :       0.00       0.00          0          0          0
3585.93/3600.74	c   mutation         :       0.00       0.00          0          0          0
3585.93/3600.74	c   nlpdiving        :       0.00       0.00          0          0          0
3585.93/3600.74	c   objpscostdiving  :       0.00       0.00          0          0          0
3585.93/3600.74	c   octane           :       0.00       0.00          0          0          0
3585.93/3600.74	c   ofins            :       0.00       0.00          0          0          0
3585.93/3600.74	c   oneopt           :       0.00       0.00          0          0          0
3585.93/3600.74	c   padm             :       0.00       0.00          0          0          0
3585.93/3600.74	c   proximity        :       0.00       0.00          0          0          0
3585.93/3600.74	c   pscostdiving     :       0.00       0.00          0          0          0
3585.93/3600.74	c   randrounding     :       0.00       0.00          0          0          0
3585.93/3600.74	c   rens             :       0.00       0.00          0          0          0
3585.93/3600.74	c   reoptsols        :       0.00       0.00          0          0          0
3585.93/3600.74	c   repair           :       0.00       0.00          0          0          0
3585.93/3600.74	c   rins             :       0.00       0.00          0          0          0
3585.93/3600.74	c   rootsoldiving    :       0.00       0.00          0          0          0
3585.93/3600.74	c   rounding         :       0.00       0.00          0          0          0
3585.93/3600.74	c   scheduler        :       0.00       0.00          0          0          0
3585.93/3600.74	c   shiftandpropagate:       0.00       0.00          0          0          0
3585.93/3600.74	c   shifting         :       0.00       0.00          0          0          0
3585.93/3600.74	c   simplerounding   :       0.00       0.00          0          0          0
3585.93/3600.74	c   smallcard        :       0.00       0.00          0          0          0
3585.93/3600.74	c   subnlp           :       0.00       0.00          0          0          0
3585.93/3600.74	c   trivial          :       3.61       0.00          2          0          0
3585.93/3600.74	c   trivialnegation  :       0.00       0.00          0          0          0
3585.93/3600.74	c   trustregion      :       0.00       0.00          0          0          0
3585.93/3600.74	c   trysol           :       0.00       0.00          0          0          0
3585.93/3600.74	c   twoopt           :       0.00       0.00          0          0          0
3585.93/3600.74	c   undercover       :       0.00       0.00          0          0          0
3585.93/3600.74	c   vbounds          :    3475.71       0.00          1          0          0
3585.93/3600.74	c   veclendiving     :       0.00       0.00          0          0          0
3585.93/3600.74	c   zeroobj          :       0.00       0.00          0          0          0
3585.93/3600.74	c   zirounding       :       0.00       0.00          0          0          0
3585.93/3600.74	c   other solutions  :          -          -          -          0          -
3585.93/3600.74	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.93/3600.74	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
3585.93/3600.74	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
3585.93/3600.74	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
3585.93/3600.74	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
3585.93/3600.74	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
3585.93/3600.74	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
3585.93/3600.74	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
3585.93/3600.74	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
3585.93/3600.74	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
3585.93/3600.74	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.93/3600.74	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3585.93/3600.74	c   dual LP          :       0.00          0          0       0.00          -       0.00          0
3585.93/3600.74	c   lex dual LP      :       0.00          0          0       0.00          -
3585.93/3600.74	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.93/3600.74	c   resolve instable :       0.00          0          0       0.00          -
3585.93/3600.74	c   diving/probing LP:       0.00          0          0       0.00          -
3585.93/3600.74	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3585.93/3600.74	c     (at root node) :          -          0          0       0.00          -
3585.93/3600.74	c   conflict analysis:       0.00          0          0       0.00          -
3585.93/3600.74	c B&B Tree           :
3585.93/3600.74	c   number of runs   :          1
3585.93/3600.74	c   nodes            :          1 (0 internal, 1 leaves)
3585.93/3600.74	c   feasible leaves  :          0
3585.93/3600.74	c   infeas. leaves   :          0
3585.93/3600.74	c   objective leaves :          0
3585.93/3600.74	c   nodes (total)    :          1 (0 internal, 1 leaves)
3585.93/3600.74	c   nodes left       :          1
3585.93/3600.74	c   max depth        :          0
3585.93/3600.74	c   max depth (total):          0
3585.93/3600.74	c   backtracks       :          0 (0.0%)
3585.93/3600.74	c   early backtracks :          0 (0.0%)
3585.93/3600.74	c   nodes exc. ref.  :          0 (0.0%)
3585.93/3600.74	c   delayed cutoffs  :          0
3585.93/3600.74	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3585.93/3600.74	c   avg switch length:       1.00
3585.93/3600.74	c   switching time   :       0.00
3585.93/3600.74	c Root Node          :
3585.93/3600.74	c   First LP value   :          -
3585.93/3600.74	c   First LP Iters   :          0
3585.93/3600.74	c   First LP Time    :       0.00
3585.93/3600.74	c   Final Dual Bound : +0.00000000000000e+00
3585.93/3600.74	c   Final Root Iters :          0
3585.93/3600.74	c   Root LP Estimate :                     -
3585.93/3600.74	c Solution           :
3585.93/3600.74	c   Solutions found  :          0 (0 improvements)
3585.93/3600.74	c   Primal Bound     :          -
3585.93/3600.74	c   Dual Bound       : +0.00000000000000e+00
3585.93/3600.74	c   Gap              :   infinite
3585.93/3600.74	c Integrals          :      Total       Avg%
3585.93/3600.74	c   primal-dual      :  360063.92     100.00
3585.93/3600.74	c   primal-ref       :          -          - (not evaluated)
3585.93/3600.74	c   dual-ref         :          -          - (not evaluated)

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: 63931 MiB (55565 MiB free)
  memory of node 1: 64510 MiB (49927 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456332-1721719390/watcher-4456332-1721719390 -o /tmp/evaluation-result-4456332-1721719390/solver-4456332-1721719390 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721718373-87305 --watchdog 3760 pbscip -f HOME/instance-4456332-1721719390.wbo -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=88334, runsolver pid=88331

[startup+0.100089 s]*
/proc/loadavg: 4.17 4.13 3.50 5/256 88335
/proc/meminfo: memFree=107972840/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=106944 memory=66032 CPUtime=0.09 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 13603 0 0 0 8 1 0 0 20 0 1 0 8468601 109510656 16508 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 26736 16508 3253 3540 0 14993 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 106944 KiB
Current children cumulated memory: 66032 KiB

[startup+0.205613 s]*
/proc/loadavg: 4.17 4.13 3.50 5/256 88335
/proc/meminfo: memFree=107933032/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=144824 memory=104492 CPUtime=0.2 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 23187 0 0 0 17 3 0 0 20 0 1 0 8468601 148299776 26123 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 36206 26123 3253 3540 0 24463 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 144824 KiB
Current children cumulated memory: 104492 KiB

[startup+0.305527 s]*
/proc/loadavg: 4.17 4.13 3.50 5/256 88335
/proc/meminfo: memFree=107896268/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=182512 memory=142148 CPUtime=0.3 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 32600 0 0 0 26 4 0 0 20 0 1 0 8468601 186892288 35537 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 45628 35537 3253 3540 0 33885 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 182512 KiB
Current children cumulated memory: 142148 KiB

[startup+0.700225 s]
/proc/loadavg: 4.17 4.13 3.50 5/256 88335
/proc/meminfo: memFree=107822904/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=324948 memory=284128 CPUtime=0.69 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 67586 0 0 0 61 8 0 0 20 0 1 0 8468601 332746752 71032 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 81237 71032 3253 3540 0 69494 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 324948 KiB
Current children cumulated memory: 284128 KiB

[startup+1.50022 s]
/proc/loadavg: 4.16 4.13 3.51 5/256 88335
/proc/meminfo: memFree=107642480/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=616412 memory=575112 CPUtime=1.49 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 137790 0 0 0 131 18 0 0 20 0 1 0 8468601 631205888 143778 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 154103 143778 3253 3540 0 142360 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 616412 KiB
Current children cumulated memory: 575112 KiB

[startup+3.10543 s]
/proc/loadavg: 4.16 4.13 3.51 5/256 88337
/proc/meminfo: memFree=106889300/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=1201492 memory=1159104 CPUtime=3.08 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 277123 0 0 0 271 37 0 0 20 0 1 0 8468601 1230327808 289776 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 300373 289776 3253 3540 0 288630 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1201492 KiB
Current children cumulated memory: 1159104 KiB

[startup+6.30021 s]
/proc/loadavg: 4.14 4.13 3.51 5/256 88337
/proc/meminfo: memFree=105766676/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=2512348 memory=2457768 CPUtime=6.27 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 583661 0 0 0 542 85 0 0 20 0 1 0 8468601 2572644352 614376 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 628087 614376 3557 3540 0 616344 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2512348 KiB
Current children cumulated memory: 2457768 KiB

[startup+12.7002 s]
/proc/loadavg: 4.13 4.13 3.51 5/256 88338
/proc/meminfo: memFree=102488060/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=5881424 memory=5794768 CPUtime=12.65 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 1270296 0 0 0 1079 186 0 0 20 0 1 0 8468601 6022578176 1448692 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 1470356 1448692 3605 3540 0 1458613 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 5881424 KiB
Current children cumulated memory: 5794768 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.14 3.52 5/256 88340
/proc/meminfo: memFree=97883496/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=10137072 memory=10047088 CPUtime=25.4 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 2150526 0 0 0 2222 318 0 0 20 0 1 0 8468601 10380361728 2511772 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 2534268 2511772 3605 3540 0 2522525 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 10137072 KiB
Current children cumulated memory: 10047088 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.12 3.54 5/256 88343
/proc/meminfo: memFree=97317580/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=10702160 memory=10560844 CPUtime=50.92 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 2191286 0 0 0 4761 331 0 0 20 0 1 0 8468601 10959011840 2640211 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 2675540 2640211 3653 3540 0 2663797 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 10702160 KiB
Current children cumulated memory: 10560844 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.12 3.57 5/256 88353
/proc/meminfo: memFree=91547240/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=17103180 memory=16215996 CPUtime=101.94 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 2961679 0 0 0 9575 619 0 0 20 0 1 0 8468601 17513656320 4053999 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4275795 4053999 3749 3540 0 4264052 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 17103180 KiB
Current children cumulated memory: 16215996 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.12 3.61 5/256 88746
/proc/meminfo: memFree=89663916/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18913104 memory=17866816 CPUtime=161.71 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3124710 0 0 0 15507 664 0 0 20 0 1 0 8468601 19367018496 4466704 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4728276 4466704 3749 3540 0 4716533 0
Current children cumulated CPU time: 161.71 s
Current children cumulated vsize: 18913104 KiB
Current children cumulated memory: 17866816 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.13 3.65 5/256 88757
/proc/meminfo: memFree=89234160/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18913104 memory=17866816 CPUtime=221.45 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3125298 0 0 0 21478 667 0 0 20 0 1 0 8468601 19367018496 4466704 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4728276 4466704 3749 3540 0 4716533 0
Current children cumulated CPU time: 221.45 s
Current children cumulated vsize: 18913104 KiB
Current children cumulated memory: 17866816 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 4.14 3.68 5/256 88768
/proc/meminfo: memFree=89229172/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18913104 memory=17866816 CPUtime=281.14 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3125605 0 0 0 27442 672 0 0 20 0 1 0 8468601 19367018496 4466704 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4728276 4466704 3749 3540 0 4716533 0
Current children cumulated CPU time: 281.14 s
Current children cumulated vsize: 18913104 KiB
Current children cumulated memory: 17866816 KiB

[startup+342.3 s]
/proc/loadavg: 4.12 4.12 3.71 5/256 89038
/proc/meminfo: memFree=90952324/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18913104 memory=17866816 CPUtime=340.86 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3125907 0 0 0 33409 677 0 0 20 0 1 0 8468601 19367018496 4466704 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4728276 4466704 3749 3540 0 4716533 0
Current children cumulated CPU time: 340.86 s
Current children cumulated vsize: 18913104 KiB
Current children cumulated memory: 17866816 KiB

[startup+402.3 s]
/proc/loadavg: 4.47 4.20 3.77 5/256 89049
/proc/meminfo: memFree=90937984/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18913104 memory=17866816 CPUtime=400.59 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3126233 0 0 0 39376 683 0 0 20 0 1 0 8468601 19367018496 4466704 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4728276 4466704 3749 3540 0 4716533 0
Current children cumulated CPU time: 400.59 s
Current children cumulated vsize: 18913104 KiB
Current children cumulated memory: 17866816 KiB

[startup+462.3 s]
/proc/loadavg: 4.34 4.22 3.80 5/257 89117
/proc/meminfo: memFree=90755208/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18913104 memory=17866816 CPUtime=460.34 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3126536 0 0 0 45345 689 0 0 20 0 1 0 8468601 19367018496 4466704 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4728276 4466704 3749 3540 0 4716533 0
Current children cumulated CPU time: 460.34 s

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

/proc/88334/statm: 4729028 4467492 3749 3540 0 4717285 0
Current children cumulated CPU time: 2850.44 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17869968 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/258 90374
/proc/meminfo: memFree=86666284/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17869968 CPUtime=2910.23 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3145022 0 0 0 290130 893 0 0 20 0 1 0 8468601 19370098688 4467492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4467492 3749 3540 0 4717285 0
Current children cumulated CPU time: 2910.23 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17869968 KiB

[startup+2982.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/255 90384
/proc/meminfo: memFree=86655896/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17869968 CPUtime=2969.98 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3145388 0 0 0 296101 897 0 0 20 0 1 0 8468601 19370098688 4467492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4467492 3749 3540 0 4717285 0
Current children cumulated CPU time: 2969.98 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17869968 KiB

[startup+3042.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/255 90395
/proc/meminfo: memFree=86617876/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17869968 CPUtime=3029.73 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3145767 0 0 0 302072 901 0 0 20 0 1 0 8468601 19370098688 4467492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4467492 3749 3540 0 4717285 0
Current children cumulated CPU time: 3029.73 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17869968 KiB

[startup+3102.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/255 90406
/proc/meminfo: memFree=86609220/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17869968 CPUtime=3089.54 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3146128 0 0 0 308048 906 0 0 20 0 1 0 8468601 19370098688 4467492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4467492 3749 3540 0 4717285 0
Current children cumulated CPU time: 3089.54 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17869968 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.10 4.09 5/255 90461
/proc/meminfo: memFree=86824224/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17869968 CPUtime=3149.28 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3147263 0 0 0 314018 910 0 0 20 0 1 0 8468601 19370098688 4467492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4467492 3749 3540 0 4717285 0
Current children cumulated CPU time: 3149.28 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17869968 KiB

[startup+3222.3 s]
/proc/loadavg: 4.05 4.09 4.09 4/248 90504
/proc/meminfo: memFree=87821124/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17869968 CPUtime=3209.02 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3147653 0 0 0 319988 914 0 0 20 0 1 0 8468601 19370098688 4467492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4467492 3749 3540 0 4717285 0
Current children cumulated CPU time: 3209.02 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17869968 KiB

[startup+3282.3 s]
/proc/loadavg: 3.42 3.90 4.02 4/248 90514
/proc/meminfo: memFree=87819256/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17869968 CPUtime=3268.8 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3148001 0 0 0 325962 918 0 0 20 0 1 0 8468601 19370098688 4467492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4467492 3749 3540 0 4717285 0
Current children cumulated CPU time: 3268.8 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17869968 KiB

[startup+3342.3 s]
/proc/loadavg: 3.25 3.77 3.97 4/248 90524
/proc/meminfo: memFree=87807236/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17869968 CPUtime=3328.57 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3148635 0 0 0 331935 922 0 0 20 0 1 0 8468601 19370098688 4467492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4467492 3749 3540 0 4717285 0
Current children cumulated CPU time: 3328.57 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17869968 KiB

[startup+3402.3 s]
/proc/loadavg: 3.14 3.64 3.91 4/248 90535
/proc/meminfo: memFree=87544468/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17869968 CPUtime=3388.3 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3149012 0 0 0 337904 926 0 0 20 0 1 0 8468601 19370098688 4467492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4467492 3749 3540 0 4717285 0
Current children cumulated CPU time: 3388.3 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17869968 KiB

[startup+3462.3 s]
/proc/loadavg: 3.17 3.55 3.86 4/251 90551
/proc/meminfo: memFree=87539604/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17873968 CPUtime=3448.08 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3149378 0 0 0 343879 929 0 0 20 0 1 0 8468601 19370098688 4468492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4468492 3749 3540 0 4717285 0
Current children cumulated CPU time: 3448.08 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17873968 KiB

[startup+3522.3 s]
/proc/loadavg: 3.12 3.47 3.81 4/250 90562
/proc/meminfo: memFree=87538784/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17873968 CPUtime=3507.85 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3149700 0 0 0 349852 933 0 0 20 0 1 0 8468601 19370098688 4468492 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4468492 3749 3540 0 4717285 0
Current children cumulated CPU time: 3507.85 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17873968 KiB

[startup+3582.3 s]
/proc/loadavg: 3.09 3.39 3.76 4/251 90574
/proc/meminfo: memFree=87501804/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=18916112 memory=17874980 CPUtime=3567.59 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3150066 0 0 0 355822 937 0 0 20 0 1 0 8468601 19370098688 4468745 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4729028 4468745 3749 3540 0 4717285 0
Current children cumulated CPU time: 3567.59 s
Current children cumulated vsize: 18916112 KiB
Current children cumulated memory: 17874980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3614.9 s]
/proc/loadavg: 3.42 3.45 3.77 4/251 90579
/proc/meminfo: memFree=87105432/131524600 swapFree=131071996/131071996
[pid=88334] ppid=88331 vsize=19315052 memory=18269932 CPUtime=3600.07 cores=0,2
/proc/88334/stat : 88334 (pbscip) R 88331 88334 87295 0 -1 4194304 3302507 0 0 0 359049 958 0 0 20 0 1 0 8468601 19778613248 4567483 134679101440 4194304 18693293 140730665502784 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 33243136 140730665505795 140730665505894 140730665505894 140730665512910 0
/proc/88334/statm: 4828763 4567483 3749 3540 0 4817020 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19315052 KiB
Current children cumulated memory: 18269932 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3615.22 s]
# the end of solver process 88334 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3590.5 s, system=9.90774 s

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

[startup+3615.2 s]
/proc/loadavg: 3.42 3.45 3.77 4/251 90579
/proc/meminfo: memFree=93503936/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3615.22
CPU time (s): 3600.41
CPU user time (s): 3590.5
CPU system time (s): 9.90774
CPU usage (%): 99.5902
Max. virtual memory (cumulated for all children) (KiB): 19470200
Max. memory (cumulated for all children) (KiB): 18423532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3590.5
system time used= 9.90774
maximum resident set size= 18423532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3302507
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= 18
involuntary context switches= 25261


# summary of solver processes directly reported to runsolver:
#   pid: 88334
#   total CPU time (s): 3600.41
#   total CPU user time (s): 3590.5
#   total CPU system time (s): 9.90774

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.20707 second user time and 17.0768 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-23 09:23:11
IDJOB=4456332
IDBENCH=143877
IDSOLVER=3038
FILE ID=nodeC031/4456332-1721719390
RUNJOBID= nodeC031-1721718373-87305
SLURM_JOB_ID= 7770400
Free space on /tmp= 889984 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen08reduc_wcsp.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456332-1721719390/watcher-4456332-1721719390 -o /tmp/evaluation-result-4456332-1721719390/solver-4456332-1721719390 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721718373-87305 --watchdog 3760  pbscip -f HOME/instance-4456332-1721719390.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 6173017921cf4cdc7f10e0dda09f7db9
RANDOM SEED=1792260477

nodeC031.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3672.268
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.44
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		: 3687.388
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.12
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		: 3660.047
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.44
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		: 3600.301
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.12
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		: 3671.805
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.44
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		: 3687.407
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.12
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		: 3600.532
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7000.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.477
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        108024600 kB
MemAvailable:   126742456 kB
Buffers:          140900 kB
Cached:         19333436 kB
SwapCached:            0 kB
Active:           950268 kB
Inactive:       21846764 kB
Active(anon):       1528 kB
Inactive(anon):  3358884 kB
Active(file):     948740 kB
Inactive(file): 18487880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             62000 kB
Writeback:             0 kB
AnonPages:       3321408 kB
Mapped:           133520 kB
Shmem:             37720 kB
KReclaimable:     241768 kB
Slab:             345272 kB
SReclaimable:     241768 kB
SUnreclaim:       103504 kB
KernelStack:        4112 kB
PageTables:        16104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4020212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18848 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1003520 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      279252 kB
DirectMap2M:    23611392 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC031 at 2024-07-23 10:23:26