Trace number 4545086

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? 3591.13 3604.24

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SolitairePattern-table-3-3-9.opb
MD5SUM297c2237af667ea8e386e1666cb34677
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark146.963
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables625728
Total number of constraints628780
Number of constraints which are clauses6288
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints622436
Minimum length of a constraint1
Maximum length of a constraint2712
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 75
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4545086-1753233485.opb>
2.87/2.99	c original problem has 625728 variables (625728 bin, 0 int, 0 impl, 0 cont) and 628780 constraints
2.87/2.99	c problem read in 2.99
2.87/3.01	c No objective function, only one solution is needed.
5.47/5.54	c presolving:
6.86/6.92	c (round 1, fast)       10889 del vars, 265 del conss, 28 add conss, 132 chg bounds, 122 chg sides, 150 chg coeffs, 0 upgd conss, 0 impls, 525380 clqs
7.08/7.13	c (round 2, fast)       30451 del vars, 19894 del conss, 28 add conss, 9004 chg bounds, 19842 chg sides, 20906 chg coeffs, 0 upgd conss, 0 impls, 522964 clqs
8.45/8.56	c    (8.5s) running MILP presolver
25.39/25.53	c    (25.5s) MILP presolver (2 rounds): 0 aggregations, 554 fixings, 0 bound changes
25.59/25.73	c (round 3, medium)     31005 del vars, 19894 del conss, 28 add conss, 9004 chg bounds, 19842 chg sides, 20906 chg coeffs, 0 upgd conss, 0 impls, 522413 clqs
25.69/25.84	c (round 4, fast)       31005 del vars, 20448 del conss, 28 add conss, 9004 chg bounds, 19842 chg sides, 20906 chg coeffs, 0 upgd conss, 0 impls, 522413 clqs
28.18/28.36	c (round 5, exhaustive) 31005 del vars, 20448 del conss, 28 add conss, 9004 chg bounds, 19842 chg sides, 20906 chg coeffs, 605506 upgd conss, 0 impls, 522413 clqs
38.95/39.11	c (round 6, medium)     31005 del vars, 622646 del conss, 1713734 add conss, 9004 chg bounds, 19898 chg sides, 21018 chg coeffs, 605506 upgd conss, 0 impls, 1717294 clqs
44.03/44.29	c (round 7, exhaustive) 31005 del vars, 622674 del conss, 1713762 add conss, 9004 chg bounds, 19898 chg sides, 21018 chg coeffs, 608305 upgd conss, 0 impls, 1717294 clqs
69.91/70.29	c    (70.3s) probing: 51/605413 (0.0%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
69.91/70.29	c    (70.3s) probing aborted: 50/50 successive totally useless probings
75.09/75.49	c    (75.5s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
78.79/79.14	c    (79.1s) no symmetry present (symcode time: 0.95)
79.87/80.22	c presolving (8 rounds: 8 fast, 5 medium, 3 exhaustive):
79.87/80.22	c  31005 deleted vars, 622674 deleted constraints, 1713762 added constraints, 9004 tightened bounds, 0 added holes, 19898 changed sides, 21018 changed coefficients
79.87/80.22	c  0 implications, 1717294 cliques
79.87/80.22	c presolved problem has 605413 variables (605413 bin, 0 int, 0 impl, 0 cont) and 1719868 constraints
79.87/80.22	c 1716958 constraints of type <setppc>
79.87/80.22	c      55 constraints of type <linear>
79.87/80.22	c    2855 constraints of type <logicor>
79.87/80.22	c transformed objective value is always integral (scale: 1)
79.87/80.22	c Presolving Time: 74.97
79.87/80.22	c - non default parameters ----------------------------------------------------------------------
79.87/80.22	c # SCIP version 10.0.0
79.87/80.22	c 
79.87/80.22	c # maximal time in seconds to run
79.87/80.22	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
79.87/80.22	c limits/time = 3596.996988
79.87/80.22	c 
79.87/80.22	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
79.87/80.22	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
79.87/80.22	c limits/memory = 27900
79.87/80.22	c 
79.87/80.22	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
79.87/80.22	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
79.87/80.22	c limits/solutions = 1
79.87/80.22	c 
79.87/80.22	c # bitset describing used symmetry handling technique: (0: off; 1: constraint-based (orbitopes and/or symresacks); 2: orbital fixing; 3: orbitopes and orbital fixing; 4: Schreier Sims cuts; 5: Schreier Sims cuts and orbitopes; 6: Schreier Sims cuts and orbital fixing; 7: Schreier Sims cuts, orbitopes, and orbital fixing) See type_symmetry.h.
79.87/80.22	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
79.87/80.22	c misc/usesymmetry = 3
79.87/80.22	c 
79.87/80.22	c # belongs reading time to solving time?
79.87/80.22	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
79.87/80.22	c timing/reading = TRUE
79.87/80.22	c 
79.87/80.22	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
79.87/80.22	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
79.87/80.22	c propagating/symmetry/detectdoublelex = FALSE
79.87/80.22	c 
79.87/80.22	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
79.87/80.22	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
79.87/80.22	c propagating/symmetry/detectsubgroups = FALSE
79.87/80.22	c 
79.87/80.22	c # Type of symmetries that shall be computed?
79.87/80.22	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
79.87/80.22	c propagating/symmetry/symtype = 1
79.87/80.22	c 
79.87/80.22	c # Should components consisting of a single full reflection be handled?
79.87/80.22	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
79.87/80.22	c propagating/symmetry/usesimplesgncomp = FALSE
79.87/80.22	c 
79.87/80.22	c -----------------------------------------------------------------------------------------------
79.87/80.22	c start solving
80.07/80.41	c 
3584.41/3597.54	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3584.41/3597.54	c  3598s|     1 |     0 |131000 |     - |  6703M |   0 | 605k|1719k|1719k|   0 |  0 |  38 |   0 | 0.000000e+00 |      --      |    Inf | unknown
3584.41/3597.54	c (node 1) LP solver hit time limit in LP 1 -- using pseudo solution instead
3584.41/3597.54	c 
3584.41/3597.54	c SCIP Status        : solving was interrupted [time limit reached]
3584.41/3597.54	c Solving Time (sec) : 3597.52
3584.41/3597.54	c Solving Nodes      : 1
3584.41/3597.54	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3584.41/3597.54	c Dual Bound         : +0.00000000000000e+00
3584.41/3597.54	c Gap                : infinite
3584.41/3597.54	s UNKNOWN
3584.41/3597.54	c SCIP Status        : solving was interrupted [time limit reached]
3584.41/3597.54	c Total Time         :    3597.52
3584.41/3597.54	c   solving          :    3597.52
3584.41/3597.54	c   presolving       :      74.97 (included in solving)
3584.41/3597.54	c   reading          :       2.99 (included in solving)
3584.41/3597.54	c   copying          :       0.00 (0 times copied the problem)
3584.41/3597.54	c Original Problem   :
3584.41/3597.54	c   Problem name     : HOME/instance-4545086-1753233485.opb
3584.41/3597.54	c   Variables        : 625728 (625728 binary, 0 integer, 0 implicit integer, 0 continuous)
3584.41/3597.54	c   Constraints      : 628780 initial, 628780 maximal
3584.41/3597.56	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.41/3597.56	c Presolved Problem  :
3584.41/3597.56	c   Problem name     : t_HOME/instance-4545086-1753233485.opb
3584.41/3597.56	c   Variables        : 605413 (605413 binary, 0 integer, 0 implicit integer, 0 continuous)
3584.41/3597.56	c   Constraints      : 1719868 initial, 1719903 maximal
3584.41/3597.57	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3584.41/3597.57	c   Nonzeros         : 4042549 constraint, 3438484 clique table
3584.41/3597.57	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3584.41/3597.57	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   domcol           :       1.82       0.00      1          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   dualsparsify     :       5.20       0.00      1          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   gateextraction   :       3.43       0.00      2          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   implics          :       0.06       0.00      5          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   milp             :      18.32       0.00      1        554          0          0          0          0          0          0          0          0
3584.41/3597.57	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   sparsify         :       1.71       0.00      1          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   trivial          :       0.21       0.00      8      10690          0          0          0          0          0          0          0          0
3584.41/3597.57	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   dualfix          :       0.18       0.00      8          1          0          0          0          0          0          0          0          0
3584.41/3597.57	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   probing          :      18.52       0.03      1          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   pseudoobj        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   symmetry         :       3.65       0.00      1          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   vbounds          :       0.69       0.00      2          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   knapsack         :       7.73       0.01      3          0          0          0          0          0     602226    1713734         56        112
3584.41/3597.57	c   setppc           :       6.04       0.13      8          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   linear           :       4.37       0.42     11       9004         66          0       9004          0      20448         28      19842      20906
3584.41/3597.57	c   logicor          :       0.37       0.05      7          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   components       :       0.77       0.00      1          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   root node        :          -          -      -          2          -          -          2          -          -          -          -          -
3584.41/3597.57	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3584.41/3597.57	c   benderslp        :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3584.41/3597.57	c   integral         :          0          0          0          0          0          0          0          6          0          0          0          0          0          0          0
3584.41/3597.57	c   setppc           :    1716958+   1716960          0      54160          0          0          0          3      14360          8          0          0          0          0          0
3584.41/3597.57	c   linear           :         55         55          0      54152          0          0          0          3        557         20          0          0          0          0          0
3584.41/3597.57	c   logicor          :       2855+      2888          0       1415          0          0          0          0          8         18          0          0          0          0          0
3584.41/3597.57	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3584.41/3597.57	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   integral         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   setppc           :       7.63       0.13       0.93       6.57       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   linear           :       0.55       0.42       0.00       0.13       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   logicor          :       0.23       0.05       0.08       0.10       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   fixedvar         :       0.03       0.03       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3584.41/3597.57	c   dualfix          :          1          0          0          0
3584.41/3597.57	c   genvbounds       :          0          0          0          0
3584.41/3597.57	c   nlobbt           :          0          0          0          0
3584.41/3597.57	c   obbt             :          0          0          0          0
3584.41/3597.57	c   probing          :          0          0          0          0
3584.41/3597.57	c   pseudoobj        :          0          0          0          0
3584.41/3597.57	c   redcost          :          0          0          0          0
3584.41/3597.57	c   rootredcost      :          0          0          0          0
3584.41/3597.57	c   symmetry         :          0          0          0          0
3584.41/3597.57	c   vbounds          :       1537          0          0          0
3584.41/3597.57	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3584.41/3597.57	c   dualfix          :       0.21       0.00       0.18       0.02       0.00       0.00
3584.41/3597.57	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   probing          :      18.55       0.03      18.52       0.00       0.00       0.00
3584.41/3597.57	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
3584.41/3597.57	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3584.41/3597.57	c   symmetry         :       3.65       0.00       3.65       0.00       0.00       0.00
3584.41/3597.57	c   vbounds          :       0.89       0.00       0.69       0.20       0.00       0.00
3584.41/3597.57	c Symmetry           :
3584.41/3597.57	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3584.41/3597.57	c   orbital reduction:          0 reductions applied,          0 cutoffs
3584.41/3597.57	c   lexicographic red:          0 reductions applied,          0 cutoffs
3584.41/3597.57	c   shadow tree time :       0.00 s
3584.41/3597.57	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3584.41/3597.57	c   propagation      :       0.07         15         14          -        223     3405.2          2      151.0          -          -          -
3584.41/3597.57	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.41/3597.57	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3584.41/3597.57	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3584.41/3597.57	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3584.41/3597.57	c   applied globally :       0.00          -          -          0         38      882.0          -          -          0          -          -
3584.41/3597.57	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3584.41/3597.57	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3584.41/3597.57	c   cut pool         :       0.00          -          0          0          -          -          0          0          -          -          -          -          -    (maximal pool size:          0)
3584.41/3597.57	c   aggregation      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.41/3597.57	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.41/3597.57	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.41/3597.57	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   clique           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.41/3597.57	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3584.41/3597.57	c   impliedbounds    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   mcf              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   multilinear      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   rlt              :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c   zerohalf         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3584.41/3597.57	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3584.41/3597.57	c   hybrid           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3584.41/3597.57	c   problem variables:       0.00          -          0          0
3584.41/3597.57	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3584.41/3597.57	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   relpscost        :       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3584.41/3597.57	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3584.41/3597.57	c   LP solutions     :       0.00          -          -          0          0
3584.41/3597.57	c   relax solutions  :       0.00          -          -          0          0
3584.41/3597.57	c   pseudo solutions :       0.00          -          -          0          0
3584.41/3597.57	c   strong branching :       0.00          -          -          0          0
3584.41/3597.57	c   actconsdiving    :       0.00       0.00          0          0          0
3584.41/3597.57	c   adaptivediving   :       0.00       0.00          0          0          0
3584.41/3597.57	c   alns             :       0.00       0.00          0          0          0
3584.41/3597.57	c   bound            :       0.00       0.00          0          0          0
3584.41/3597.57	c   clique           :       4.55       0.00          1          0          0
3584.41/3597.57	c   coefdiving       :       0.00       0.00          0          0          0
3584.41/3597.57	c   completesol      :       0.00       0.00          0          0          0
3584.41/3597.57	c   conflictdiving   :       0.00       0.00          0          0          0
3584.41/3597.57	c   crossover        :       0.00       0.00          0          0          0
3584.41/3597.57	c   dins             :       0.00       0.00          0          0          0
3584.41/3597.57	c   distributiondivin:       0.00       0.00          0          0          0
3584.41/3597.57	c   dps              :       0.00       0.00          0          0          0
3584.41/3597.57	c   dualval          :       0.00       0.00          0          0          0
3584.41/3597.57	c   farkasdiving     :       0.00       0.00          0          0          0
3584.41/3597.57	c   feasjump         :       1.01       0.00          1          0          0
3584.41/3597.57	c   feaspump         :       0.00       0.00          0          0          0
3584.41/3597.57	c   fixandinfer      :       0.00       0.00          0          0          0
3584.41/3597.57	c   fracdiving       :       0.00       0.00          0          0          0
3584.41/3597.57	c   gins             :       0.00       0.00          0          0          0
3584.41/3597.57	c   guideddiving     :       0.00       0.00          0          0          0
3584.41/3597.57	c   indcoefdiving    :       0.00       0.00          0          0          0
3584.41/3597.57	c   indicator        :       0.00       0.00          0          0          0
3584.41/3597.57	c   indicatordiving  :       0.00       0.00          0          0          0
3584.41/3597.57	c   indoneopt        :       0.00       0.00          0          0          0
3584.41/3597.57	c   indrounding      :       0.00       0.00          0          0          0
3584.41/3597.57	c   indtwoopt        :       0.00       0.00          0          0          0
3584.41/3597.57	c   intdiving        :       0.00       0.00          0          0          0
3584.41/3597.57	c   intshifting      :       0.00       0.00          0          0          0
3584.41/3597.57	c   linesearchdiving :       0.00       0.00          0          0          0
3584.41/3597.57	c   localbranching   :       0.00       0.00          0          0          0
3584.41/3597.57	c   locks            :       0.59       0.00          1          0          0
3584.41/3597.57	c   lpface           :       0.00       0.00          0          0          0
3584.41/3597.57	c   mpec             :       0.00       0.00          0          0          0
3584.41/3597.57	c   multistart       :       0.00       0.00          0          0          0
3584.41/3597.57	c   mutation         :       0.00       0.00          0          0          0
3584.41/3597.57	c   nlpdiving        :       0.00       0.00          0          0          0
3584.41/3597.57	c   objpscostdiving  :       0.00       0.00          0          0          0
3584.41/3597.57	c   octane           :       0.00       0.00          0          0          0
3584.41/3597.57	c   ofins            :       0.00       0.00          0          0          0
3584.41/3597.57	c   oneopt           :       0.00       0.00          0          0          0
3584.41/3597.57	c   padm             :       0.00       0.00          0          0          0
3584.41/3597.57	c   proximity        :       0.00       0.00          0          0          0
3584.41/3597.57	c   pscostdiving     :       0.00       0.00          0          0          0
3584.41/3597.57	c   randrounding     :       0.00       0.00          0          0          0
3584.41/3597.57	c   rens             :       0.00       0.00          0          0          0
3584.41/3597.57	c   reoptsols        :       0.00       0.00          0          0          0
3584.41/3597.57	c   repair           :       0.00       0.00          0          0          0
3584.41/3597.57	c   rins             :       0.00       0.00          0          0          0
3584.41/3597.57	c   rootsoldiving    :       0.00       0.00          0          0          0
3584.41/3597.57	c   rounding         :       0.00       0.00          0          0          0
3584.41/3597.57	c   scheduler        :       0.00       0.00          0          0          0
3584.41/3597.57	c   shiftandpropagate:       0.60       0.00          1          0          0
3584.41/3597.57	c   shifting         :       0.00       0.00          0          0          0
3584.41/3597.57	c   simplerounding   :       0.00       0.00          0          0          0
3584.41/3597.57	c   smallcard        :       0.00       0.00          0          0          0
3584.41/3597.57	c   subnlp           :       0.00       0.00          0          0          0
3584.41/3597.57	c   trivial          :       0.44       0.00          2          0          0
3584.41/3597.57	c   trivialnegation  :       0.00       0.00          0          0          0
3584.41/3597.57	c   trustregion      :       0.00       0.00          0          0          0
3584.41/3597.57	c   trysol           :       0.00       0.00          0          0          0
3584.41/3597.57	c   twoopt           :       0.00       0.00          0          0          0
3584.41/3597.57	c   undercover       :       0.00       0.00          0          0          0
3584.41/3597.57	c   vbounds          :       5.93       0.00          1          0          0
3584.41/3597.57	c   veclendiving     :       0.00       0.00          0          0          0
3584.41/3597.57	c   zeroobj          :       0.00       0.00          0          0          0
3584.41/3597.57	c   zirounding       :       0.00       0.00          0          0          0
3584.41/3597.57	c   other solutions  :          -          -          -          0          -
3584.41/3597.57	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3584.41/3597.57	c   rens             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.41/3597.57	c   rins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.41/3597.57	c   mutation         :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.41/3597.57	c   localbranching   :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.41/3597.57	c   crossover        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.41/3597.57	c   proximity        :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.41/3597.57	c   dins             :          0       0.00       0.00          0          0          0    0.00000    0.14286   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    1
3584.41/3597.57	c   zeroobjective    :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3584.41/3597.57	c   trustregion      :          0       0.00       0.00          0          0          0    0.00000    0.00000   -1.00000    1.00000      0.900    0    0    0    0    0    0    0    0
3584.41/3597.57	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3584.41/3597.57	c   primal LP        :       0.00          0          0       0.00          -       0.00          0
3584.41/3597.57	c   dual LP          :    3503.98          1     131000  131000.00      37.39       0.00          0
3584.41/3597.57	c   lex dual LP      :       0.00          0          0       0.00          -
3584.41/3597.57	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3584.41/3597.57	c   resolve instable :       0.00          0          0       0.00          -
3584.41/3597.57	c   diving/probing LP:       0.00          0          0       0.00          -
3584.41/3597.57	c   strong branching :       0.00          0          0       0.00          -          -          -          0
3584.41/3597.57	c     (at root node) :          -          0          0       0.00          -
3584.41/3597.57	c   conflict analysis:       0.00          0          0       0.00          -
3584.41/3597.57	c B&B Tree           :
3584.41/3597.57	c   number of runs   :          1
3584.41/3597.57	c   nodes            :          1 (0 internal, 1 leaves)
3584.41/3597.57	c   feasible leaves  :          0
3584.41/3597.57	c   infeas. leaves   :          0
3584.41/3597.57	c   objective leaves :          0
3584.41/3597.57	c   nodes (total)    :          1 (0 internal, 1 leaves)
3584.41/3597.57	c   nodes left       :          1
3584.41/3597.57	c   max depth        :          0
3584.41/3597.57	c   max depth (total):          0
3584.41/3597.57	c   backtracks       :          0 (0.0%)
3584.41/3597.57	c   early backtracks :          0 (0.0%)
3584.41/3597.57	c   nodes exc. ref.  :          0 (0.0%)
3584.41/3597.57	c   delayed cutoffs  :          0
3584.41/3597.57	c   repropagations   :          0 (0 domain reductions, 0 cutoffs)
3584.41/3597.57	c   avg switch length:       1.00
3584.41/3597.57	c   switching time   :       0.00
3584.41/3597.57	c Root Node          :
3584.41/3597.57	c   First LP value   :          -
3584.41/3597.57	c   First LP Iters   :          0
3584.41/3597.57	c   First LP Time    :    3503.98
3584.41/3597.57	c   Final Dual Bound : +0.00000000000000e+00
3584.41/3597.57	c   Final Root Iters :     131000
3584.41/3597.57	c   Root LP Estimate :                     -
3584.41/3597.57	c Solution           :
3584.41/3597.57	c   Solutions found  :          0 (0 improvements)
3584.41/3597.57	c   Primal Bound     :          -
3584.41/3597.57	c   Dual Bound       : +0.00000000000000e+00
3584.41/3597.57	c   Gap              :   infinite
3584.41/3597.57	c Integrals          :      Total       Avg%
3584.41/3597.57	c   primal-dual      :  359751.89     100.00
3584.41/3597.57	c   primal-ref       :          -          - (not evaluated)
3584.41/3597.57	c   dual-ref         :          -          - (not evaluated)
3590.89/3604.07	c Time complete: 3590.96.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545086-1753233485/watcher-4545086-1753233485 -o /tmp/evaluation-result-4545086-1753233485/solver-4545086-1753233485 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753233476-160557 --watchdog 3760 pbscip -f HOME/instance-4545086-1753233485.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=160705, runsolver pid=160702

[startup+0.100068 s]*
/proc/loadavg: 1.94 3.08 3.78 5/254 160706
/proc/meminfo: memFree=126549500/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=74308 memory=46464 CPUtime=0.09 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 8710 0 0 0 8 1 0 0 20 0 1 0 239028358 76091392 11616 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 18577 11616 3232 3530 0 10028 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 74308 KiB
Current children cumulated memory: 46464 KiB

[startup+0.208467 s]*
/proc/loadavg: 1.94 3.08 3.78 5/254 160706
/proc/meminfo: memFree=126549500/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=95664 memory=67072 CPUtime=0.2 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 13923 0 0 0 17 3 0 0 20 0 1 0 239028358 97959936 16768 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 23916 16768 3232 3530 0 15367 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 95664 KiB
Current children cumulated memory: 67072 KiB

[startup+0.3084 s]*
/proc/loadavg: 1.94 3.08 3.78 5/254 160706
/proc/meminfo: memFree=126549512/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=115540 memory=86912 CPUtime=0.3 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 18878 0 0 0 25 5 0 0 20 0 1 0 239028358 118312960 21728 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 28885 21728 3232 3530 0 20336 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 115540 KiB
Current children cumulated memory: 86912 KiB

[startup+0.700355 s]
/proc/loadavg: 1.94 3.08 3.78 5/254 160706
/proc/meminfo: memFree=126501380/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=192280 memory=163712 CPUtime=0.68 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 38052 0 0 0 58 10 0 0 20 0 1 0 239028358 196894720 40896 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 48070 40928 3232 3530 0 39521 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 192280 KiB
Current children cumulated memory: 163712 KiB

[startup+1.50033 s]
/proc/loadavg: 1.94 3.08 3.78 5/254 160706
/proc/meminfo: memFree=126388484/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=409372 memory=380928 CPUtime=1.48 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 91324 0 0 0 126 22 0 0 20 0 1 0 239028358 419196928 95200 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 102343 95232 3232 3530 0 93794 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 409372 KiB
Current children cumulated memory: 380928 KiB

[startup+3.11318 s]
/proc/loadavg: 1.94 3.08 3.78 5/254 160706
/proc/meminfo: memFree=125680656/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=1062248 memory=1029396 CPUtime=3.08 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 253731 0 0 0 260 48 0 0 20 0 1 0 239028358 1087741952 257349 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 265562 257349 3488 3530 0 257013 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1062248 KiB
Current children cumulated memory: 1029396 KiB

[startup+6.30052 s]
/proc/loadavg: 2.11 3.09 3.78 5/254 160706
/proc/meminfo: memFree=124242220/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=2460252 memory=2404268 CPUtime=6.26 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 571282 0 0 0 524 102 0 0 20 0 1 0 239028358 2519298048 601067 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 615063 601067 3584 3530 0 606514 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2460252 KiB
Current children cumulated memory: 2404268 KiB

[startup+12.7003 s]
/proc/loadavg: 2.26 3.11 3.78 5/254 160706
/proc/meminfo: memFree=123492556/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=3114060 memory=3050424 CPUtime=12.64 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 618134 0 0 0 1136 128 0 0 20 0 1 0 239028358 3188797440 762606 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 778515 762606 3712 3530 0 769966 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 3114060 KiB
Current children cumulated memory: 3050424 KiB

[startup+25.5004 s]
/proc/loadavg: 2.72 3.17 3.79 5/254 160707
/proc/meminfo: memFree=123342148/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=2963984 memory=2901040 CPUtime=25.39 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 621993 0 0 0 2409 130 0 0 20 0 1 0 239028358 3035119616 725260 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 740996 725260 3712 3530 0 732447 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 2963984 KiB
Current children cumulated memory: 2901040 KiB

[startup+51.1133 s]
/proc/loadavg: 3.29 3.27 3.81 5/254 160707
/proc/meminfo: memFree=121837600/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=4699032 memory=4599300 CPUtime=50.92 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1000036 0 0 0 4892 200 0 0 20 0 1 0 239028358 4811808768 1149825 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1174758 1149825 3744 3530 0 1166209 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 4699032 KiB
Current children cumulated memory: 4599300 KiB

[startup+102.3 s]
/proc/loadavg: 3.77 3.40 3.83 5/254 160709
/proc/meminfo: memFree=118991180/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7750732 memory=7337392 CPUtime=101.87 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1331269 0 0 0 9878 309 0 0 20 0 1 0 239028358 7936749568 1834348 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1937683 1834348 3936 3530 0 1929134 0
Current children cumulated CPU time: 101.87 s
Current children cumulated vsize: 7750732 KiB
Current children cumulated memory: 7337392 KiB

[startup+162.3 s]
/proc/loadavg: 3.97 3.53 3.85 5/253 160713
/proc/meminfo: memFree=118806432/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7896380 memory=7480176 CPUtime=161.56 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1366858 0 0 0 15797 359 0 0 20 0 1 0 239028358 8085893120 1870044 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1974095 1870044 3936 3530 0 1965546 0
Current children cumulated CPU time: 161.56 s
Current children cumulated vsize: 7896380 KiB
Current children cumulated memory: 7480176 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 3.63 3.86 5/253 160716
/proc/meminfo: memFree=118814788/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7810636 memory=7413392 CPUtime=221.27 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1392129 0 0 0 21733 394 0 0 20 0 1 0 239028358 7998091264 1853348 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1952659 1853348 3936 3530 0 1944110 0
Current children cumulated CPU time: 221.27 s
Current children cumulated vsize: 7810636 KiB
Current children cumulated memory: 7413392 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.73 3.89 5/253 160718
/proc/meminfo: memFree=118705872/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7900368 memory=7484380 CPUtime=281 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1414045 0 0 0 27670 430 0 0 20 0 1 0 239028358 8089976832 1871095 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1975092 1871095 3936 3530 0 1966543 0
Current children cumulated CPU time: 281 s
Current children cumulated vsize: 7900368 KiB
Current children cumulated memory: 7484380 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.80 3.90 5/250 160720
/proc/meminfo: memFree=118478808/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7902204 memory=7488400 CPUtime=340.74 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1438114 0 0 0 33605 469 0 0 20 0 1 0 239028358 8091856896 1872100 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1975551 1872100 3936 3530 0 1967002 0
Current children cumulated CPU time: 340.74 s
Current children cumulated vsize: 7902204 KiB
Current children cumulated memory: 7488400 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 3.87 3.92 5/250 160722
/proc/meminfo: memFree=118399960/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7895988 memory=7481800 CPUtime=400.48 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1461569 0 0 0 39544 504 0 0 20 0 1 0 239028358 8085491712 1870450 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1973997 1870450 3936 3530 0 1965448 0
Current children cumulated CPU time: 400.48 s
Current children cumulated vsize: 7895988 KiB
Current children cumulated memory: 7481800 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 3.91 3.93 5/250 160724
/proc/meminfo: memFree=118305456/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7812760 memory=7417668 CPUtime=460.24 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1472943 0 0 0 45503 521 0 0 20 0 1 0 239028358 8000266240 1854417 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1953190 1854417 3936 3530 0 1944641 0

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

Current children cumulated memory: 7454408 KiB

[startup+3162.3 s]
/proc/loadavg: 4.13 4.17 4.14 5/250 160864
/proc/meminfo: memFree=114780156/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3151.16 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1657935 0 0 0 314322 794 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3151.16 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.15 4.14 5/250 160866
/proc/meminfo: memFree=114701988/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3210.92 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1660490 0 0 0 320295 797 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3210.92 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.14 4.13 5/249 160868
/proc/meminfo: memFree=114690424/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3270.69 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1662608 0 0 0 326267 802 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3270.69 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.14 4.13 5/249 160870
/proc/meminfo: memFree=114674960/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3330.4 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1664515 0 0 0 332236 804 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3330.4 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.13 4.13 5/249 160872
/proc/meminfo: memFree=114676368/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3390.13 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1667049 0 0 0 338205 808 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3390.13 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.13 4.13 5/249 160874
/proc/meminfo: memFree=114683616/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3449.83 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1669610 0 0 0 344170 813 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3449.83 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.12 5/249 160876
/proc/meminfo: memFree=114666964/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3509.55 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1671637 0 0 0 350140 815 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3509.55 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.13 4.12 5/250 160885
/proc/meminfo: memFree=114659116/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3569.29 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1674118 0 0 0 356110 819 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3569.29 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

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

# cumulated CPU time of all completed processes:  user=3582.66 s, system=8.46197 s

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

[startup+3584 s]*
/proc/loadavg: 4.16 4.13 4.12 5/250 160885
/proc/meminfo: memFree=114659368/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3570.99 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1674118 0 0 0 356280 819 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3570.99 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3596.8 s]
/proc/loadavg: 4.05 4.10 4.11 5/250 161020
/proc/meminfo: memFree=119521160/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3583.71 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1674118 0 0 0 357550 821 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 2 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3583.71 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3600 s]*
/proc/loadavg: 4.05 4.10 4.11 5/250 161020
/proc/meminfo: memFree=119337340/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3586.91 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1676046 0 0 0 357869 822 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3586.91 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3601.6 s]
/proc/loadavg: 4.04 4.10 4.11 5/250 161020
/proc/meminfo: memFree=119306972/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7873280 memory=7454408 CPUtime=3588.49 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1676059 0 0 0 358027 822 0 0 20 0 1 0 239028358 8062238720 1863602 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1968320 1863602 3936 3530 0 1959771 0
Current children cumulated CPU time: 3588.49 s
Current children cumulated vsize: 7873280 KiB
Current children cumulated memory: 7454408 KiB

[startup+3603.2 s]
/proc/loadavg: 4.04 4.10 4.11 5/250 161020
/proc/meminfo: memFree=119314440/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=7859724 memory=7440964 CPUtime=3590.08 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1676105 0 0 0 358186 822 0 0 20 0 1 0 239028358 8048357376 1860241 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1964931 1860241 3936 3530 0 1956382 0
Current children cumulated CPU time: 3590.08 s
Current children cumulated vsize: 7859724 KiB
Current children cumulated memory: 7440964 KiB

[startup+3604 s]*
/proc/loadavg: 4.04 4.10 4.11 5/250 161020
/proc/meminfo: memFree=120315440/131382112 swapFree=33010160/33010684
[pid=160705] ppid=160702 vsize=6781920 memory=6392776 CPUtime=3590.89 cores=1,3
/proc/160705/stat : 160705 (pbscip) R 160702 160705 160545 0 -1 4194304 1676437 0 0 0 358262 827 0 0 20 0 1 0 239028358 6944686080 1598194 18446744073709551615 4235264 18693293 140723334538784 0 0 0 0 0 0 0 0 0 17 1 0 0 0 0 0 21375888 21430392 42598400 140723334543751 140723334543850 140723334543850 140723334549454 0
/proc/160705/statm: 1695480 1598194 3968 3530 0 1686931 0
Current children cumulated CPU time: 3590.89 s
Current children cumulated vsize: 6781920 KiB
Current children cumulated memory: 6392776 KiB

[startup+3604.21 s]
/proc/loadavg: 4.04 4.10 4.11 5/250 161020
/proc/meminfo: memFree=122420420/131382112 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): 3604.24
CPU time (s): 3591.13
CPU user time (s): 3582.66
CPU system time (s): 8.46197
CPU usage (%): 99.6363
Max. virtual memory (cumulated for all children) (KiB): 7959948
Max. memory (cumulated for all children) (KiB): 7525852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.66
system time used= 8.46197
maximum resident set size= 7525852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1676480
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= 80
involuntary context switches= 2411


# summary of solver processes directly reported to runsolver:
#   pid: 160705
#   total CPU time (s): 3591.13
#   total CPU user time (s): 3582.66
#   total CPU system time (s): 8.46197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.429 second user time and 34.8751 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-23 03:18:06
IDJOB=4545086
IDBENCH=180703
IDSOLVER=3365
FILE ID=nodeC009/4545086-1753233485
RUNJOBID= nodeC009-1753233476-160557
SLURM_JOB_ID= 9687848
Free space on /tmp= 432188 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SolitairePattern-table-3-3-9.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545086-1753233485/watcher-4545086-1753233485 -o /tmp/evaluation-result-4545086-1753233485/solver-4545086-1753233485 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1753233476-160557 --watchdog 3760  pbscip -f HOME/instance-4545086-1753233485.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 297c2237af667ea8e386e1666cb34677
RANDOM SEED=745345200

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

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        126585708 kB
MemAvailable:   127927868 kB
Buffers:            2144 kB
Cached:          2058924 kB
SwapCached:           24 kB
Active:          2829708 kB
Inactive:         921556 kB
Active(anon):    1712264 kB
Inactive(anon):     4080 kB
Active(file):    1117444 kB
Inactive(file):   917476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            129420 kB
Writeback:             0 kB
AnonPages:       1693136 kB
Mapped:           141300 kB
Shmem:             26128 kB
KReclaimable:     293352 kB
Slab:             386688 kB
SReclaimable:     293352 kB
SUnreclaim:        93336 kB
KernelStack:        4112 kB
PageTables:         6692 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    2082392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432172 MiB
End job on nodeC009 at 2025-07-23 04:18:10