Trace number 4486618

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP 2024-07-07? 3585.84 3597.02

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUMf9f2b1fc4917344504b6167976088a05
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark925
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints5250
Number of constraints which are clauses5250
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
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.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4486618-1751319847.opb>
0.00/0.02	c original problem has 2000 variables (2000 bin, 0 int, 0 impl, 0 cont) and 5250 constraints
0.00/0.02	c problem read in 0.01
0.00/0.03	c presolving:
0.00/0.04	c    (0.0s) running MILP presolver
0.00/0.04	c    (0.0s) MILP presolver found nothing
0.00/0.05	c (round 1, exhaustive) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5232 upgd conss, 0 impls, 999 clqs
0.00/0.06	c (round 2, exhaustive) 1 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 5249 upgd conss, 0 impls, 999 clqs
0.00/0.08	c    (0.1s) probing: 51/1999 (2.6%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.08	c    (0.1s) probing aborted: 50/50 successive totally useless probings
0.00/0.08	c    (0.1s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
0.00/0.09	c    (0.1s) no symmetry present (symcode time: 0.00)
0.00/0.09	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
0.00/0.09	c  1 deleted vars, 1 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.09	c  0 implications, 999 cliques
0.00/0.09	c presolved problem has 1999 variables (1999 bin, 0 int, 0 impl, 0 cont) and 5249 constraints
0.00/0.09	c     999 constraints of type <setppc>
0.00/0.09	c    4250 constraints of type <logicor>
0.00/0.09	c transformed objective value is always integral (scale: 1)
0.00/0.09	c Presolving Time: 0.06
0.00/0.09	c - non default parameters ----------------------------------------------------------------------
0.00/0.09	c # SCIP version 10.0.0
0.00/0.09	c 
0.00/0.09	c # maximal time in seconds to run
0.00/0.09	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
0.00/0.09	c limits/time = 3596.997027
0.00/0.09	c 
0.00/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.09	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
0.00/0.09	c limits/memory = 27900
0.00/0.09	c 
0.00/0.09	c # belongs reading time to solving time?
0.00/0.09	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
0.00/0.09	c timing/reading = TRUE
0.00/0.09	c 
0.00/0.09	c -----------------------------------------------------------------------------------------------
0.00/0.09	c start solving
0.00/0.09	c 
9.86/9.91	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
9.86/9.91	c   9.9s|     1 |     0 | 18906 |     - |    29M |   0 |1999 |5282 |5249 |   0 |  0 |  33 |   0 | 6.656667e+02 |      --      |    Inf | unknown
35.79/35.91	c  35.9s|     1 |     2 | 66613 |     - |    45M |   0 |1999 |5499 |5249 |   0 |  1 |  50 |  20 | 6.659246e+02 |      --      |    Inf | unknown
499.83/501.47	c   501s|   100 |   101 |831821 |7729.4 |    52M |  11 |1999 |5666 |5249 |   0 |  1 | 226 | 364 | 6.720000e+02 |      --      |    Inf | unknown
809.19/811.85	c   812s|   200 |   201 |  1398k|6693.4 |    61M |  13 |1999 |5874 |5252 |  29 |  1 | 603 | 538 | 6.744321e+02 |      --      |    Inf | unknown
1057.08/1060.49	c  1060s|   300 |   301 |  1794k|5777.5 |    63M |  13 |1999 |5864 |5260 |  60 |  2 | 651 | 714 | 6.749262e+02 |      --      |    Inf | unknown
1370.92/1375.13	c  1375s|   400 |   401 |  2398k|5843.5 |    68M |  14 |1999 |5829 |5262 | 185 |  1 | 908 | 900 | 6.749262e+02 |      --      |    Inf | unknown
1681.67/1686.74	c  1687s|   500 |   501 |  3020k|5919.3 |    69M |  15 |1999 |5874 |5258 | 292 |  1 |1125 |1079 | 6.750558e+02 |      --      |    Inf | unknown
1947.02/1952.90	c  1953s|   600 |   601 |  3574k|5855.6 |    76M |  15 |1999 |5747 |5256 | 492 |  1 |1392 |1174 | 6.763047e+02 |      --      |    Inf | unknown
2164.41/2171.05	c  2171s|   700 |   701 |  4043k|5688.9 |    77M |  15 |1999 |5845 |5256 | 752 |  1 |1650 |1202 | 6.766934e+02 |      --      |    Inf | unknown
2435.14/2442.61	c  2443s|   800 |   801 |  4616k|5694.0 |    79M |  15 |1999 |5942 |5272 |1131 |  1 |1972 |1271 | 6.766934e+02 |      --      |    Inf | unknown
2707.17/2715.52	c  2716s|   900 |   901 |  5234k|5748.0 |    84M |  15 |1999 |5765 |5275 |1662 |  1 |2169 |1286 | 6.766934e+02 |      --      |    Inf | unknown
2924.26/2933.32	c  2933s|  1000 |  1001 |  5803k|5743.0 |    85M |  15 |1999 |5710 |5282 |1844 |  2 |2327 |1316 | 6.766934e+02 |      --      |    Inf | unknown
3038.70/3048.16	c Restart triggered after 50 consecutive estimations that the remaining tree will be large
3038.70/3048.16	c (run 1, node 1049) performing user restart
3038.70/3048.16	c 
3038.70/3048.16	c (restart) converted 13 cuts from the global cut pool into linear constraints
3038.70/3048.16	c 
3038.70/3048.16	c presolving:
3038.70/3048.17	c (round 1, exhaustive) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 95 upgd conss, 0 impls, 999 clqs
3038.70/3048.18	c presolving (2 rounds: 2 fast, 2 medium, 2 exhaustive):
3038.70/3048.18	c  0 deleted vars, 3 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
3038.70/3048.18	c  0 implications, 999 cliques
3038.70/3048.18	c presolved problem has 1999 variables (1999 bin, 0 int, 0 impl, 0 cont) and 5763 constraints
3038.70/3048.18	c      12 constraints of type <knapsack>
3038.70/3048.18	c     999 constraints of type <setppc>
3038.70/3048.18	c    4752 constraints of type <logicor>
3038.70/3048.18	c transformed objective value is always integral (scale: 1)
3038.70/3048.18	c Presolving Time: 0.09
3038.70/3048.18	c 
3048.26/3057.73	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
3048.26/3057.73	c  3058s|     1 |     0 |  6111k|     - |    86M |   0 |1999 |5775 |5262 |   0 |  0 |2447 |1327 | 6.766934e+02 |      --      |    Inf | unknown
3064.41/3073.92	c  3074s|     1 |     2 |  6121k|     - |    87M |   0 |1999 |5780 |5262 |   0 |  1 |2452 |1349 | 6.766934e+02 |      --      |    Inf | unknown
3423.65/3434.30	c  3434s|   100 |   101 |  6701k|5763.2 |    87M |  69 |1999 |5799 |5268 |  18 |  1 |2471 |1864 | 6.766934e+02 |      --      |    Inf | unknown
3585.81/3597.00	c 
3585.81/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3585.81/3597.00	c Solving Time (sec) : 3597.00
3585.81/3597.00	c Solving Nodes      : 179 (total of 1228 nodes in 2 runs)
3585.81/3597.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3585.81/3597.00	c Dual Bound         : +6.76693363181274e+02
3585.81/3597.00	c Gap                : infinite
3585.81/3597.00	s UNKNOWN
3585.81/3597.00	c SCIP Status        : solving was interrupted [time limit reached]
3585.81/3597.00	c Total Time         :    3597.00
3585.81/3597.00	c   solving          :    3597.00
3585.81/3597.00	c   presolving       :       0.09 (included in solving)
3585.81/3597.00	c   reading          :       0.01 (included in solving)
3585.81/3597.00	c   copying          :       0.35 (37 #copies) (minimal 0.01, maximal 0.01, average 0.01)
3585.81/3597.00	c Original Problem   :
3585.81/3597.00	c   Problem name     : HOME/instance-4486618-1751319847.opb
3585.81/3597.00	c   Variables        : 2000 (2000 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.81/3597.00	c   Constraints      : 5250 initial, 5250 maximal
3585.81/3597.00	c   Objective        : minimize, 2000 non-zeros (abs.min = 1, abs.max = 1)
3585.81/3597.00	c Presolved Problem  :
3585.81/3597.00	c   Problem name     : t_HOME/instance-4486618-1751319847.opb
3585.81/3597.00	c   Variables        : 1999 (1999 binary, 0 integer, 0 implicit integer, 0 continuous)
3585.81/3597.00	c   Constraints      : 5763 initial, 5992 maximal
3585.81/3597.00	c   Objective        : minimize, 1999 non-zeros (abs.min = 1, abs.max = 1)
3585.81/3597.00	c   Nonzeros         : 27380 constraint, 1998 clique table
3585.81/3597.00	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3585.81/3597.00	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   domcol           :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   dualsparsify     :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   gateextraction   :       0.01       0.00      4          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   implics          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   milp             :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   sparsify         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   trivial          :       0.00       0.00      5          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   dualfix          :       0.00       0.00      5          1          0          0          0          0          0          0          0          0
3585.81/3597.00	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   probing          :       0.01       0.00      1          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   symmetry         :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   vbounds          :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   knapsack         :       0.00       0.00      3          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   setppc           :       0.00       0.00     12          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   linear           :       0.01       0.00      6          0          0          0          0          0          1          0          0          0
3585.81/3597.00	c   logicor          :       0.02       0.00     10          0          0          0          0          0          3          0          0          0
3585.81/3597.00	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   components       :       0.00       0.00      2          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   root node        :          -          -      -          0          -          -          0          -          -          -          -          -
3585.81/3597.00	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3585.81/3597.00	c   benderslp        :          0          0          0          0       1245          0          0         28          0          0          0          0          0          0          0
3585.81/3597.00	c   integral         :          0          0          0          0       1245          0          0         28          0          0        307          0          0        191       2430
3585.81/3597.00	c   knapsack         :         12         12          1      10465          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   setppc           :        999        999          2      75373          0          0          0         23      37440        328       3422          0          0          0          0
3585.81/3597.00	c   linear           :          0+        20          1      71504          0          0          0          3        479          5          3          0          0          0          0
3585.81/3597.00	c   logicor          :       4752+      4981          2      52670          0          0          0          3      32786        326       2932          0          0          0          0
3585.81/3597.00	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3585.81/3597.00	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   integral         :     875.76       0.00       0.00       0.00     875.76       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   knapsack         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   setppc           :       0.24       0.00       0.00       0.19       0.00       0.00       0.00       0.00       0.01       0.04
3585.81/3597.00	c   linear           :       0.06       0.00       0.00       0.04       0.00       0.00       0.00       0.00       0.00       0.01
3585.81/3597.00	c   logicor          :       0.44       0.00       0.01       0.36       0.00       0.00       0.00       0.00       0.01       0.06
3585.81/3597.00	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3585.81/3597.00	c   dualfix          :          2          0          0          0
3585.81/3597.00	c   genvbounds       :          0          0          0          0
3585.81/3597.00	c   nlobbt           :          0          0          0          0
3585.81/3597.00	c   obbt             :          0          0          0          0
3585.81/3597.00	c   probing          :          0          0          0          0
3585.81/3597.00	c   pseudoobj        :       4138          0          0          0
3585.81/3597.00	c   redcost          :          4          0          0          0
3585.81/3597.00	c   rootredcost      :          2          0          0          0
3585.81/3597.00	c   symmetry         :          0          0          0          0
3585.81/3597.00	c   vbounds          :      36813          0          0          0
3585.81/3597.00	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3585.81/3597.00	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   genvbounds       :       0.01       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   probing          :       0.01       0.00       0.01       0.00       0.00       0.00
3585.81/3597.00	c   pseudoobj        :       0.01       0.00       0.00       0.01       0.00       0.00
3585.81/3597.00	c   redcost          :       0.01       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   rootredcost      :       0.01       0.00       0.00       0.00       0.00       0.00
3585.81/3597.00	c   symmetry         :       0.01       0.00       0.00       0.01       0.00       0.00
3585.81/3597.00	c   vbounds          :       0.03       0.00       0.00       0.02       0.00       0.01
3585.81/3597.00	c Symmetry           :
3585.81/3597.00	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3585.81/3597.00	c   orbital reduction:          0 reductions applied,          0 cutoffs
3585.81/3597.00	c   lexicographic red:          0 reductions applied,          0 cutoffs
3585.81/3597.00	c   shadow tree time :       0.00 s
3585.81/3597.00	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3585.81/3597.00	c   propagation      :       0.04        657        657          -       3642       38.2         62       11.2          -          -          -
3585.81/3597.00	c   infeasible LP    :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.81/3597.00	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3585.81/3597.00	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3585.81/3597.00	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3585.81/3597.00	c   applied globally :       0.01          -          -          0       2800       34.4          -          -          0          -          -
3585.81/3597.00	c   applied locally  :          -          -          -          0          6       42.5          -          -          0          -          -
3585.81/3597.00	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3585.81/3597.00	c   cut pool         :       0.00          -        447          0          -          -         97       2271          -          -          -          -          -    (maximal pool size:         74)
3585.81/3597.00	c   aggregation      :       0.51       0.00        354          2          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   > cmir           :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.81/3597.00	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.81/3597.00	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.81/3597.00	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   clique           :       0.03       0.00          2          2          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   gomory           :     249.23       0.00        354          2          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   > gomorymi       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.81/3597.00	c   > strongcg       :          -          -          -          -          -          -          -          0          0          0          0          0          -
3585.81/3597.00	c   impliedbounds    :       0.02       0.00        354          2          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   mcf              :       0.00       0.00          2          2          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   multilinear      :       0.00       0.00         36          2          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   rapidlearning    :      72.63       0.00         36          2          0          0          0          0          0          0          0          0        540
3585.81/3597.00	c   rlt              :       0.00       0.00        178          2          0          0          0          0          0          0          0          0          0
3585.81/3597.00	c   zerohalf         :      38.94       0.00        354          2          0          0         97       2271          0       1985       1985          0          0
3585.81/3597.00	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3585.81/3597.00	c   hybrid           :       0.00       0.00        299          0       1985          0        286          0          0          0
3585.81/3597.00	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3585.81/3597.00	c   problem variables:       0.00          -          0          0
3585.81/3597.00	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3585.81/3597.00	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c   relpscost        :     875.76       0.00       1245          0          0          0        307          0        221       2430
3585.81/3597.00	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3585.81/3597.00	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3585.81/3597.00	c   LP solutions     :       0.00          -          -          0          0
3585.81/3597.00	c   relax solutions  :       0.00          -          -          0          0
3585.81/3597.00	c   pseudo solutions :       0.00          -          -          0          0
3585.81/3597.00	c   strong branching :       0.00          -          -          0          0
3585.81/3597.00	c   actconsdiving    :       0.00       0.00          0          0          0
3585.81/3597.00	c   adaptivediving   :      16.14       0.00          7          0          0
3585.81/3597.00	c   alns             :       0.02       0.00          1          0          0
3585.81/3597.00	c   bound            :       0.00       0.00          0          0          0
3585.81/3597.00	c   clique           :       0.01       0.00          1          0          0
3585.81/3597.00	c   coefdiving       :       0.00       0.00          0          0          0
3585.81/3597.00	c   completesol      :       0.00       0.00          0          0          0
3585.81/3597.00	c   conflictdiving   :     170.39       0.00        112          0          0
3585.81/3597.00	c   crossover        :       0.00       0.00          0          0          0
3585.81/3597.00	c   dins             :       0.00       0.00          0          0          0
3585.81/3597.00	c   distributiondivin:      77.73       0.00         25          0          0
3585.81/3597.00	c   dps              :       0.00       0.00          0          0          0
3585.81/3597.00	c   dualval          :       0.00       0.00          0          0          0
3585.81/3597.00	c   farkasdiving     :       0.00       0.00          0          0          0
3585.81/3597.00	c   feasjump         :       0.05       0.00          2          0          0
3585.81/3597.00	c   feaspump         :      41.79       0.00          4          0          0
3585.81/3597.00	c   fixandinfer      :       0.00       0.00          0          0          0
3585.81/3597.00	c   fracdiving       :      67.52       0.00         34          0          0
3585.81/3597.00	c   gins             :       0.00       0.00          0          0          0
3585.81/3597.00	c   guideddiving     :       0.00       0.00          0          0          0
3585.81/3597.00	c   indcoefdiving    :       0.00       0.00          0          0          0
3585.81/3597.00	c   indicator        :       0.00       0.00          0          0          0
3585.81/3597.00	c   indicatordiving  :       0.00       0.00          0          0          0
3585.81/3597.00	c   indoneopt        :       0.00       0.00          0          0          0
3585.81/3597.00	c   indrounding      :       0.00       0.00          0          0          0
3585.81/3597.00	c   indtwoopt        :       0.00       0.00          0          0          0
3585.81/3597.00	c   intdiving        :       0.00       0.00          0          0          0
3585.81/3597.00	c   intshifting      :       0.00       0.00          0          0          0
3585.81/3597.00	c   linesearchdiving :      56.91       0.00         19          0          0
3585.81/3597.00	c   localbranching   :       0.00       0.00          0          0          0
3585.81/3597.00	c   locks            :       0.00       0.00          1          0          0
3585.81/3597.00	c   lpface           :       0.00       0.00          0          0          0
3585.81/3597.00	c   mpec             :       0.00       0.00          0          0          0
3585.81/3597.00	c   multistart       :       0.00       0.00          0          0          0
3585.81/3597.00	c   mutation         :       0.00       0.00          0          0          0
3585.81/3597.00	c   nlpdiving        :       0.00       0.00          0          0          0
3585.81/3597.00	c   objpscostdiving  :      64.44       0.00          3          0          0
3585.81/3597.00	c   octane           :       0.00       0.00          0          0          0
3585.81/3597.00	c   ofins            :       0.00       0.00          0          0          0
3585.81/3597.00	c   oneopt           :       0.00       0.00          0          0          0
3585.81/3597.00	c   padm             :       0.00       0.00          0          0          0
3585.81/3597.00	c   proximity        :       0.00       0.00          0          0          0
3585.81/3597.00	c   pscostdiving     :      72.79       0.00         26          0          0
3585.81/3597.00	c   randrounding     :       0.01       0.00         16          0          0
3585.81/3597.00	c   rens             :       0.00       0.00          0          0          0
3585.81/3597.00	c   reoptsols        :       0.00       0.00          0          0          0
3585.81/3597.00	c   repair           :       0.00       0.00          0          0          0
3585.81/3597.00	c   rins             :       0.00       0.00          0          0          0
3585.81/3597.00	c   rootsoldiving    :      24.22       0.00          5          0          0
3585.81/3597.00	c   rounding         :       0.22       0.00        491          0          0
3585.81/3597.00	c   scheduler        :       0.00       0.00          0          0          0
3585.81/3597.00	c   shiftandpropagate:       0.01       0.00          2          0          0
3585.81/3597.00	c   shifting         :       0.40       0.00        228          0          0
3585.81/3597.00	c   simplerounding   :       0.00       0.00       1544          0          0
3585.81/3597.00	c   smallcard        :       0.00       0.00          0          0          0
3585.81/3597.00	c   subnlp           :       0.00       0.00          0          0          0
3585.81/3597.00	c   trivial          :       0.00       0.00          4          0          0
3585.81/3597.00	c   trivialnegation  :       0.00       0.00          0          0          0
3585.81/3597.00	c   trustregion      :       0.00       0.00          0          0          0
3585.81/3597.00	c   trysol           :       0.00       0.00          0          0          0
3585.81/3597.00	c   twoopt           :       0.00       0.00          0          0          0
3585.81/3597.00	c   undercover       :       0.00       0.00          0          0          0
3585.81/3597.00	c   vbounds          :       0.00       0.00          2          0          0
3585.81/3597.00	c   veclendiving     :      78.51       0.00         22          0          0
3585.81/3597.00	c   zeroobj          :       0.00       0.00          0          0          0
3585.81/3597.00	c   zirounding       :       0.60       0.00       1000          0          0
3585.81/3597.00	c   other solutions  :          -          -          -          0          -
3585.81/3597.00	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3585.81/3597.00	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.81/3597.00	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.81/3597.00	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.81/3597.00	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.81/3597.00	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.81/3597.00	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.81/3597.00	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.81/3597.00	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.81/3597.00	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.81/3597.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3585.81/3597.00	c   primal LP        :       1.46        361          0       0.00       0.00       1.46        361
3585.81/3597.00	c   dual LP          :    1684.99       1544    4547640    2945.36    2698.92       0.00          0
3585.81/3597.00	c   lex dual LP      :       0.00          0          0       0.00          -
3585.81/3597.00	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3585.81/3597.00	c   resolve instable :       0.00          0          0       0.00          -
3585.81/3597.00	c   diving/probing LP:     682.86        675    2530406    3748.75    3705.61
3585.81/3597.00	c   strong branching :     858.30       2468    2405119     974.52    2802.18          -          -       4804
3585.81/3597.00	c     (at root node) :          -         42      27040     643.81          -
3585.81/3597.00	c   conflict analysis:       0.00          0          0       0.00          -
3585.81/3597.00	c B&B Tree           :
3585.81/3597.00	c   number of runs   :          2
3585.81/3597.00	c   nodes            :        179 (166 internal, 13 leaves)
3585.81/3597.00	c   feasible leaves  :          0
3585.81/3597.00	c   infeas. leaves   :         13
3585.81/3597.00	c   objective leaves :          0
3585.81/3597.00	c   nodes (total)    :       1228 (1215 internal, 13 leaves)
3585.81/3597.00	c   nodes left       :        151
3585.81/3597.00	c   max depth        :         73
3585.81/3597.00	c   max depth (total):         73
3585.81/3597.00	c   backtracks       :         24 (13.4%)
3585.81/3597.00	c   early backtracks :          0 (0.0%)
3585.81/3597.00	c   nodes exc. ref.  :          0 (0.0%)
3585.81/3597.00	c   delayed cutoffs  :          3
3585.81/3597.00	c   repropagations   :          5 (688 domain reductions, 3 cutoffs)
3585.81/3597.00	c   avg switch length:       2.16
3585.81/3597.00	c   switching time   :       1.60
3585.81/3597.00	c Root Node          :
3585.81/3597.00	c   First LP value   : +6.65666666666667e+02
3585.81/3597.00	c   First LP Iters   :      18906 (1935.19 Iter/sec)
3585.81/3597.00	c   First LP Time    :       9.77
3585.81/3597.00	c   Final Dual Bound : +6.76693363181274e+02
3585.81/3597.00	c   Final Root Iters :      85296
3585.81/3597.00	c   Root LP Estimate : +1.23772148190531e+03
3585.81/3597.00	c Solution           :
3585.81/3597.00	c   Solutions found  :          0 (0 improvements)
3585.81/3597.00	c   Primal Bound     :          -
3585.81/3597.00	c   Dual Bound       : +6.76693363181274e+02
3585.81/3597.00	c   Gap              :   infinite
3585.81/3597.00	c Integrals          :      Total       Avg%
3585.81/3597.00	c   primal-dual      :  359699.75     100.00
3585.81/3597.00	c   primal-ref       :          -          - (not evaluated)
3585.81/3597.00	c   dual-ref         :          -          - (not evaluated)
3585.81/3597.02	c Time complete: 3585.84.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486618-1751319847/watcher-4486618-1751319847 -o /tmp/evaluation-result-4486618-1751319847/solver-4486618-1751319847 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751313715-43195 --watchdog 3760 pbscip -f HOME/instance-4486618-1751319847.opb -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 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=44163, runsolver pid=44160
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.08 4.11 4.40 5/264 44164
/proc/meminfo: memFree=129004672/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=70660 memory=41756 CPUtime=0.08 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 8006 0 0 0 8 0 0 0 20 0 1 0 47662616 72355840 10439 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 17665 10439 3808 3530 0 9116 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 70660 KiB
Current children cumulated memory: 41756 KiB

[startup+0.205554 s]*
/proc/loadavg: 4.08 4.11 4.40 5/264 44164
/proc/meminfo: memFree=129004420/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=75848 memory=47260 CPUtime=0.19 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 9313 0 0 0 18 1 0 0 20 0 1 0 47662616 77668352 11815 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 18962 11815 3904 3530 0 10413 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 75848 KiB
Current children cumulated memory: 47260 KiB

[startup+0.305371 s]*
/proc/loadavg: 4.08 4.11 4.40 5/264 44164
/proc/meminfo: memFree=129004420/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=76284 memory=47516 CPUtime=0.29 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 9383 0 0 0 28 1 0 0 20 0 1 0 47662616 78114816 11879 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 19071 11879 3904 3530 0 10522 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 76284 KiB
Current children cumulated memory: 47516 KiB

[startup+0.700164 s]
/proc/loadavg: 4.08 4.11 4.40 5/264 44164
/proc/meminfo: memFree=129004168/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=76856 memory=48028 CPUtime=0.68 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 9503 0 0 0 67 1 0 0 20 0 1 0 47662616 78700544 12007 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 19214 12007 3904 3530 0 10665 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 76856 KiB
Current children cumulated memory: 48028 KiB

[startup+1.50012 s]
/proc/loadavg: 4.08 4.11 4.40 5/264 44164
/proc/meminfo: memFree=129004352/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=78512 memory=49436 CPUtime=1.48 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 9853 0 0 0 147 1 0 0 20 0 1 0 47662616 80396288 12359 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 19628 12359 3904 3530 0 11079 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 78512 KiB
Current children cumulated memory: 49436 KiB

[startup+3.10532 s]
/proc/loadavg: 4.08 4.11 4.40 5/264 44164
/proc/meminfo: memFree=129004604/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=79216 memory=50588 CPUtime=3.08 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 10110 0 0 0 307 1 0 0 20 0 1 0 47662616 81117184 12647 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 19804 12647 3936 3530 0 11255 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 79216 KiB
Current children cumulated memory: 50588 KiB

[startup+6.30012 s]
/proc/loadavg: 4.07 4.11 4.40 5/264 44164
/proc/meminfo: memFree=128972600/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=80416 memory=50816 CPUtime=6.27 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 10419 0 0 0 626 1 0 0 20 0 1 0 47662616 82345984 12704 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 20104 12704 3936 3530 0 11555 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 80416 KiB
Current children cumulated memory: 50816 KiB

[startup+12.7001 s]
/proc/loadavg: 4.07 4.11 4.40 5/264 44164
/proc/meminfo: memFree=128972864/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=81556 memory=52224 CPUtime=12.65 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 10775 0 0 0 1264 1 0 0 20 0 1 0 47662616 83513344 13056 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 20389 13056 3936 3530 0 11840 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 81556 KiB
Current children cumulated memory: 52224 KiB

[startup+25.5001 s]
/proc/loadavg: 4.12 4.12 4.40 5/264 44164
/proc/meminfo: memFree=128957256/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=82264 memory=52992 CPUtime=25.41 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 10964 0 0 0 2540 1 0 0 20 0 1 0 47662616 84238336 13248 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 20566 13248 3936 3530 0 12017 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 82264 KiB
Current children cumulated memory: 52992 KiB

[startup+51.1053 s]
/proc/loadavg: 4.08 4.11 4.38 5/265 44166
/proc/meminfo: memFree=128916936/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=123148 memory=91392 CPUtime=50.95 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 20581 0 0 0 5092 3 0 0 20 0 1 0 47662616 126103552 22848 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 30787 22848 3936 3530 0 22238 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 123148 KiB
Current children cumulated memory: 91392 KiB

[startup+102.3 s]
/proc/loadavg: 4.07 4.10 4.37 5/265 44167
/proc/meminfo: memFree=128907484/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=128052 memory=97920 CPUtime=102 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 22187 0 0 0 10197 3 0 0 20 0 1 0 47662616 131125248 24480 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 32013 24480 3936 3530 0 23464 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 128052 KiB
Current children cumulated memory: 97920 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.10 4.35 5/265 44169
/proc/meminfo: memFree=128892696/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=128052 memory=97920 CPUtime=161.84 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 22191 0 0 0 16181 3 0 0 20 0 1 0 47662616 131125248 24480 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 32013 24480 3936 3530 0 23464 0
Current children cumulated CPU time: 161.84 s
Current children cumulated vsize: 128052 KiB
Current children cumulated memory: 97920 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.09 4.33 5/265 44172
/proc/meminfo: memFree=128873508/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=128888 memory=98688 CPUtime=221.66 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 22404 0 0 0 22163 3 0 0 20 0 1 0 47662616 131981312 24672 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 32222 24672 3936 3530 0 23673 0
Current children cumulated CPU time: 221.66 s
Current children cumulated vsize: 128888 KiB
Current children cumulated memory: 98688 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.10 4.32 5/264 44174
/proc/meminfo: memFree=128863548/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=134148 memory=104064 CPUtime=281.46 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 23732 0 0 0 28142 4 0 0 20 0 1 0 47662616 137367552 26016 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 33537 26016 3936 3530 0 24988 0
Current children cumulated CPU time: 281.46 s
Current children cumulated vsize: 134148 KiB
Current children cumulated memory: 104064 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.08 4.29 5/264 44176
/proc/meminfo: memFree=128835964/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=134700 memory=104576 CPUtime=341.26 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 23862 0 0 0 34122 4 0 0 20 0 1 0 47662616 137932800 26144 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 33675 26144 3936 3530 0 25126 0
Current children cumulated CPU time: 341.26 s
Current children cumulated vsize: 134700 KiB
Current children cumulated memory: 104576 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.10 4.28 5/264 44182
/proc/meminfo: memFree=128819980/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=134700 memory=104576 CPUtime=401.06 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 23866 0 0 0 40102 4 0 0 20 0 1 0 47662616 137932800 26144 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 33675 26144 3936 3530 0 25126 0
Current children cumulated CPU time: 401.06 s
Current children cumulated vsize: 134700 KiB
Current children cumulated memory: 104576 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.09 4.27 5/265 44185
/proc/meminfo: memFree=128756100/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=135816 memory=105728 CPUtime=460.86 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 24136 0 0 0 46082 4 0 0 20 0 1 0 47662616 139075584 26432 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 33954 26432 3936 3530 0 25405 0

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

/proc/loadavg: 4.07 4.08 4.09 5/263 44568
/proc/meminfo: memFree=128726268/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=167024 memory=142188 CPUtime=3152.53 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 34251 0 0 0 315246 7 0 0 20 0 1 0 47662616 171032576 35547 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 41756 35547 3936 3530 0 33207 0
Current children cumulated CPU time: 3152.53 s
Current children cumulated vsize: 167024 KiB
Current children cumulated memory: 142188 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/263 44571
/proc/meminfo: memFree=128704152/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3212.34 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35029 0 0 0 321227 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3212.34 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/263 44573
/proc/meminfo: memFree=128706792/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3272.14 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35075 0 0 0 327207 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3272.14 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/262 44575
/proc/meminfo: memFree=128710928/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3331.95 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 333188 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3331.95 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3402.3 s]
/proc/loadavg: 4.31 4.15 4.11 5/264 44581
/proc/meminfo: memFree=128697128/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3391.75 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 339168 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3391.75 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.15 4.11 5/265 44584
/proc/meminfo: memFree=128697360/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3451.55 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 345148 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3451.55 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.14 4.10 5/265 44586
/proc/meminfo: memFree=128694292/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3511.35 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 351128 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3511.35 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/267 44591
/proc/meminfo: memFree=128658880/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3571.16 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 357109 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3571.16 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

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

# cumulated CPU time of all completed processes:  user=3585.77 s, system=0.073723 s

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

[startup+3584 s]*
/proc/loadavg: 4.09 4.13 4.10 5/267 44591
/proc/meminfo: memFree=128658944/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3572.86 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 357279 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3572.86 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3590.4 s]
/proc/loadavg: 4.08 4.12 4.10 5/267 44591
/proc/meminfo: memFree=128658944/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3579.23 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 357916 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3579.23 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3593.6 s]
/proc/loadavg: 4.08 4.12 4.10 5/267 44591
/proc/meminfo: memFree=128658944/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3582.42 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 358235 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3582.42 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3595.2 s]
/proc/loadavg: 4.07 4.12 4.10 5/267 44591
/proc/meminfo: memFree=128658944/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3584.01 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 358394 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3584.01 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3596 s]*
/proc/loadavg: 4.07 4.12 4.10 5/267 44591
/proc/meminfo: memFree=128658944/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3584.82 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 358475 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3584.82 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3596.8 s]
/proc/loadavg: 4.07 4.12 4.10 5/267 44591
/proc/meminfo: memFree=128658944/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3585.61 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 358554 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3585.61 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

[startup+3597 s]*
/proc/loadavg: 4.07 4.12 4.10 5/267 44591
/proc/meminfo: memFree=128658944/131249996 swapFree=33005272/33010684
[pid=44163] ppid=44160 vsize=169552 memory=145260 CPUtime=3585.81 cores=0,2
/proc/44163/stat : 44163 (pbscip) R 44160 44163 43185 0 -1 4194304 35089 0 0 0 358574 7 0 0 20 0 1 0 47662616 173621248 36315 18446744073709551615 4235264 18693293 140727382635152 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57982976 140727382636937 140727382637036 140727382637036 140727382642638 0
/proc/44163/statm: 42388 36315 3936 3530 0 33839 0
Current children cumulated CPU time: 3585.81 s
Current children cumulated vsize: 169552 KiB
Current children cumulated memory: 145260 KiB

Child status: 0

Real time (s): 3597.02
CPU time (s): 3585.84
CPU user time (s): 3585.77
CPU system time (s): 0.073723
CPU usage (%): 99.6891
Max. virtual memory (cumulated for all children) (KiB): 170080
Max. memory (cumulated for all children) (KiB): 145260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.77
system time used= 0.073723
maximum resident set size= 145260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35095
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= 104
involuntary context switches= 7845


# summary of solver processes directly reported to runsolver:
#   pid: 44163
#   total CPU time (s): 3585.84
#   total CPU user time (s): 3585.77
#   total CPU system time (s): 0.073723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.29224 second user time and 14.2918 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 23:44:08
IDJOB=4486618
IDBENCH=147028
IDSOLVER=3365
FILE ID=nodeC023/4486618-1751319847
RUNJOBID= nodeC023-1751313715-43195
SLURM_JOB_ID= 9594317
Free space on /tmp= 433008 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f1000.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486618-1751319847/watcher-4486618-1751319847 -o /tmp/evaluation-result-4486618-1751319847/solver-4486618-1751319847 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751313715-43195 --watchdog 3760  pbscip -f HOME/instance-4486618-1751319847.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= f9f2b1fc4917344504b6167976088a05
RANDOM SEED=1767862722

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129024328 kB
MemAvailable:   128678132 kB
Buffers:            1328 kB
Cached:           451856 kB
SwapCached:          532 kB
Active:          1269996 kB
Inactive:         347712 kB
Active(anon):    1117952 kB
Inactive(anon):    59804 kB
Active(file):     152044 kB
Inactive(file):   287908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             18968 kB
Writeback:            12 kB
AnonPages:       1165572 kB
Mapped:           134240 kB
Shmem:             13232 kB
KReclaimable:     103016 kB
Slab:             190488 kB
SReclaimable:     103016 kB
SUnreclaim:        87472 kB
KernelStack:        4288 kB
PageTables:         5480 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    1539788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    890880 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC023 at 2025-07-01 00:44:05