Trace number 4503538

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? 3583.93 3597.41

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-73.opb
MD5SUMf8b1a93d1916f081f91f241f6f5f832b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark50.0132
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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-4503538-1751173246.opb>
0.29/0.37	c original problem has 7936 variables (7936 bin, 0 int, 0 impl, 0 cont) and 176837 constraints
0.29/0.37	c problem read in 0.36
0.29/0.37	c No objective function, only one solution is needed.
0.58/0.63	c presolving:
0.98/1.07	c    (1.1s) running MILP presolver
1.58/1.65	c    (1.6s) MILP presolver found nothing
1.98/2.07	c (round 1, exhaustive) 1 del vars, 8 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 0 chg coeffs, 176828 upgd conss, 0 impls, 37799 clqs
2.47/2.50	c (round 2, exhaustive) 1 del vars, 2206 del conss, 0 add conss, 0 chg bounds, 7 chg sides, 3306 chg coeffs, 176828 upgd conss, 0 impls, 37799 clqs
9.25/9.34	c    (9.3s) probing: 665/7935 (8.4%) - 0 fixings, 0 aggregations, 19506 implications, 0 bound changes
9.25/9.34	c    (9.3s) probing aborted: 50/50 successive totally useless probings
10.34/10.45	c    (10.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)
10.75/10.82	c    (10.8s) no symmetry present (symcode time: 0.05)
10.84/10.96	c presolving (3 rounds: 3 fast, 3 medium, 3 exhaustive):
10.84/10.96	c  1 deleted vars, 2206 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 7 changed sides, 3351 changed coefficients
10.84/10.96	c  0 implications, 57305 cliques
10.84/10.96	c presolved problem has 7935 variables (7935 bin, 0 int, 0 impl, 0 cont) and 174631 constraints
10.84/10.96	c   17621 constraints of type <knapsack>
10.84/10.96	c   37799 constraints of type <setppc>
10.84/10.96	c       1 constraints of type <linear>
10.84/10.96	c  119210 constraints of type <logicor>
10.84/10.96	c transformed objective value is always integral (scale: 1)
10.84/10.96	c Presolving Time: 10.34
10.84/10.96	c - non default parameters ----------------------------------------------------------------------
10.84/10.96	c # SCIP version 10.0.0
10.84/10.96	c 
10.84/10.96	c # maximal time in seconds to run
10.84/10.96	c # [type: real, advanced: FALSE, range: [0,1e+20], default: 1e+20]
10.84/10.96	c limits/time = 3596.997023
10.84/10.96	c 
10.84/10.96	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
10.84/10.96	c # [type: real, advanced: FALSE, range: [0,8796093022207], default: 8796093022207]
10.84/10.96	c limits/memory = 27900
10.84/10.96	c 
10.84/10.96	c # solving stops, if the given number of solutions were found; this limit is first checked in presolving (-1: no limit)
10.84/10.96	c # [type: int, advanced: FALSE, range: [-1,2147483647], default: -1]
10.84/10.96	c limits/solutions = 1
10.84/10.96	c 
10.84/10.96	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.
10.84/10.96	c # [type: int, advanced: FALSE, range: [0,7], default: 7]
10.84/10.96	c misc/usesymmetry = 3
10.84/10.96	c 
10.84/10.96	c # belongs reading time to solving time?
10.84/10.96	c # [type: bool, advanced: FALSE, range: {TRUE,FALSE}, default: FALSE]
10.84/10.96	c timing/reading = TRUE
10.84/10.96	c 
10.84/10.96	c # Should we check whether the components of the symmetry group can be handled by double lex matrices?
10.84/10.96	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
10.84/10.96	c propagating/symmetry/detectdoublelex = FALSE
10.84/10.96	c 
10.84/10.96	c # Should we try to detect symmetric subgroups of the symmetry group on binary variables?
10.84/10.96	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
10.84/10.96	c propagating/symmetry/detectsubgroups = FALSE
10.84/10.96	c 
10.84/10.96	c # Type of symmetries that shall be computed?
10.84/10.96	c # [type: int, advanced: TRUE, range: [0,1], default: 0]
10.84/10.96	c propagating/symmetry/symtype = 1
10.84/10.96	c 
10.84/10.96	c # Should components consisting of a single full reflection be handled?
10.84/10.96	c # [type: bool, advanced: TRUE, range: {TRUE,FALSE}, default: TRUE]
10.84/10.96	c propagating/symmetry/usesimplesgncomp = FALSE
10.84/10.96	c 
10.84/10.96	c -----------------------------------------------------------------------------------------------
10.84/10.96	c start solving
10.84/10.97	c 
12.05/12.19	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
12.05/12.19	c  12.2s|     1 |     0 |   548 |     - |   855M |   0 |7935 | 174k| 174k|   0 |  0 | 155 |   0 | 0.000000e+00 |      --      |    Inf | unknown
26.01/26.12	c  26.1s|     1 |     0 |  3624 |     - |   880M |   0 |7935 | 174k| 174k|   7 |  1 | 155 |   0 | 0.000000e+00 |      --      |    Inf | unknown
45.04/45.24	c  45.2s|     1 |     0 |  4005 |     - |   896M |   0 |7935 | 174k| 174k|  14 |  2 | 156 |   0 | 0.000000e+00 |      --      |    Inf | unknown
81.22/81.60	c  81.6s|     1 |     0 |  4695 |     - |   920M |   0 |7935 | 174k| 174k|  28 |  3 | 159 |   0 | 0.000000e+00 |      --      |    Inf | unknown
95.17/95.58	c  95.6s|     1 |     0 |  5093 |     - |   936M |   0 |7935 | 174k| 174k|  43 |  4 | 159 |   0 | 0.000000e+00 |      --      |    Inf | unknown
101.55/101.93	c   102s|     1 |     0 |  5582 |     - |   953M |   0 |7935 | 174k| 174k|  61 |  5 | 161 |   0 | 0.000000e+00 |      --      |    Inf | unknown
108.13/108.53	c   109s|     1 |     0 |  6677 |     - |   973M |   0 |7935 | 174k| 174k|  79 |  6 | 164 |   0 | 0.000000e+00 |      --      |    Inf | unknown
113.31/113.77	c   114s|     1 |     0 |  7211 |     - |   990M |   0 |7935 | 174k| 174k| 102 |  7 | 165 |   0 | 0.000000e+00 |      --      |    Inf | unknown
120.50/120.97	c   121s|     1 |     0 |  7914 |     - |  1007M |   0 |7935 | 174k| 174k| 125 |  8 | 168 |   0 | 0.000000e+00 |      --      |    Inf | unknown
132.36/132.87	c   133s|     1 |     0 | 11341 |     - |  1025M |   0 |7935 | 174k| 174k| 163 |  9 | 171 |   0 | 0.000000e+00 |      --      |    Inf | unknown
143.02/143.52	c   144s|     1 |     0 | 17576 |     - |  1044M |   0 |7935 | 174k| 174k| 196 | 10 | 172 |   0 | 0.000000e+00 |      --      |    Inf | unknown
148.79/149.34	c   149s|     1 |     0 | 23281 |     - |  1061M |   0 |7935 | 174k| 174k| 235 | 11 | 182 |   0 | 0.000000e+00 |      --      |    Inf | unknown
233.59/234.49	c   234s|     1 |     0 | 31751 |     - |  1070M |   0 |7935 | 174k| 174k| 235 | 11 | 209 |  23 | 0.000000e+00 |      --      |    Inf | unknown
240.56/241.46	c   241s|     1 |     0 | 36896 |     - |  1088M |   0 |7935 | 174k| 174k| 280 | 12 | 212 |  23 | 0.000000e+00 |      --      |    Inf | unknown
243.35/244.25	c   244s|     1 |     0 | 38876 |     - |  1090M |   0 |7935 | 174k| 174k| 287 | 13 | 214 |  23 | 0.000000e+00 |      --      |    Inf | unknown
284.49/285.59	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
284.49/285.59	c   286s|     1 |     2 | 39343 |     - |  1090M |   0 |7935 | 174k| 174k| 287 | 13 | 224 |  42 | 0.000000e+00 |      --      |    Inf | unknown
284.49/285.59	c (run 1, node 1) restarting after 209 global fixings of integer variables
284.49/285.59	c 
284.49/285.59	c (restart) converted 215 cuts from the global cut pool into linear constraints
284.49/285.59	c 
284.78/285.80	c presolving:
284.78/285.85	c (round 1, fast)       209 del vars, 5008 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 51252 clqs
284.99/286.10	c (round 2, exhaustive) 209 del vars, 5018 del conss, 1 add conss, 0 chg bounds, 3 chg sides, 10 chg coeffs, 199 upgd conss, 0 impls, 51252 clqs
285.09/286.19	c (round 3, medium)     209 del vars, 5035 del conss, 42 add conss, 0 chg bounds, 83 chg sides, 191 chg coeffs, 199 upgd conss, 0 impls, 51276 clqs
285.78/286.89	c presolving (4 rounds: 4 fast, 3 medium, 2 exhaustive):
285.78/286.89	c  209 deleted vars, 5057 deleted constraints, 45 added constraints, 0 tightened bounds, 0 added holes, 83 changed sides, 827 changed coefficients
285.78/286.89	c  0 implications, 51276 cliques
285.78/286.89	c presolved problem has 7726 variables (7726 bin, 0 int, 0 impl, 0 cont) and 170010 constraints
285.78/286.89	c   17678 constraints of type <knapsack>
285.78/286.89	c   33872 constraints of type <setppc>
285.78/286.89	c       4 constraints of type <and>
285.78/286.89	c       2 constraints of type <linear>
285.78/286.89	c  118454 constraints of type <logicor>
285.78/286.89	c transformed objective value is always integral (scale: 1)
285.78/286.89	c Presolving Time: 11.47
285.78/286.89	c 
287.77/288.80	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
287.77/288.80	c   289s|     1 |     0 | 43012 |     - |  1097M |   0 |7726 | 170k| 169k|   0 |  0 | 236 |  42 | 0.000000e+00 |      --      |    Inf | unknown
307.51/308.66	c   309s|     1 |     0 | 43959 |     - |  1130M |   0 |7726 | 170k| 169k|  39 |  1 | 246 |  42 | 0.000000e+00 |      --      |    Inf | unknown
321.88/323.06	c   323s|     1 |     0 | 45537 |     - |  1151M |   0 |7726 | 170k| 169k|  69 |  2 | 255 |  42 | 0.000000e+00 |      --      |    Inf | unknown
337.72/338.94	c   339s|     1 |     0 | 47243 |     - |  1172M |   0 |7726 | 170k| 169k| 100 |  3 | 265 |  42 | 0.000000e+00 |      --      |    Inf | unknown
355.57/356.86	c   357s|     1 |     0 | 49740 |     - |  1191M |   0 |7726 | 170k| 169k| 131 |  4 | 273 |  42 | 0.000000e+00 |      --      |    Inf | unknown
375.11/376.42	c   376s|     1 |     0 | 53547 |     - |  1213M |   0 |7726 | 170k| 169k| 157 |  5 | 283 |  42 | 0.000000e+00 |      --      |    Inf | unknown
396.65/398.04	c   398s|     1 |     0 | 56389 |     - |  1233M |   0 |7726 | 170k| 170k| 190 |  6 | 284 |  42 | 0.000000e+00 |      --      |    Inf | unknown
419.37/420.83	c   421s|     1 |     0 | 60812 |     - |  1256M |   0 |7726 | 170k| 170k| 224 |  7 | 294 |  42 | 0.000000e+00 |      --      |    Inf | unknown
438.62/440.15	c   440s|     1 |     0 | 63298 |     - |  1274M |   0 |7726 | 170k| 170k| 265 |  8 | 295 |  42 | 0.000000e+00 |      --      |    Inf | unknown
458.15/459.75	c   460s|     1 |     0 | 66254 |     - |  1291M |   0 |7726 | 170k| 170k| 307 |  9 | 305 |  42 | 0.000000e+00 |      --      |    Inf | unknown
476.90/478.51	c   479s|     1 |     0 | 68078 |     - |  1310M |   0 |7726 | 170k| 170k| 343 | 10 | 312 |  42 | 0.000000e+00 |      --      |    Inf | unknown
483.57/485.24	c   485s|     1 |     0 | 72616 |     - |  1326M |   0 |7726 | 170k| 170k| 383 | 11 | 314 |  42 | 0.000000e+00 |      --      |    Inf | unknown
598.38/600.50	c   600s|     1 |     0 | 89455 |     - |  1328M |   0 |7726 | 170k| 170k| 383 | 11 | 333 |  63 | 0.000000e+00 |      --      |    Inf | unknown
608.93/611.13	c   611s|     1 |     0 | 96428 |     - |  1344M |   0 |7726 | 169k| 170k| 434 | 12 | 343 |  63 | 0.000000e+00 |      --      |    Inf | unknown
611.42/613.63	c   614s|     1 |     0 | 98056 |     - |  1344M |   0 |7726 | 170k| 170k| 443 | 13 | 353 |  63 | 0.000000e+00 |      --      |    Inf | unknown
658.81/661.20	c  time | node  | left  |LP iter|LP it/n|mem/heur|mdpt |vars |cons |rows |cuts |sepa|confs|strbr|  dualbound   | primalbound  |  gap   | compl. 
658.81/661.20	c   661s|     1 |     2 | 98793 |     - |  1344M |   0 |7726 | 170k| 170k| 443 | 13 | 355 |  82 | 0.000000e+00 |      --      |    Inf | unknown
2744.93/2755.26	c  2755s|   100 |    97 |658453 |5861.7 |  1511M |  12 |7726 | 169k| 169k|1959 |  1 |1341 |  82 | 0.000000e+00 |      --      |    Inf |   0.83%
3374.61/3387.31	c  3387s|   200 |   195 |990512 |4591.2 |  1587M |  24 |7726 | 170k| 169k|2797 |  1 |2432 |  82 | 0.000000e+00 |      --      |    Inf |   0.83%
3432.21/3445.12	c  3445s|   300 |   224 |  1016k|3147.9 |  1711M |  67 |7726 | 170k| 170k|3182 |  1 |2551 |  82 | 0.000000e+00 |      --      |    Inf |   0.83%
3517.78/3531.07	c  3531s|   400 |   227 |  1061k|2473.2 |  1729M |  67 |7726 | 171k| 169k|3592 |  1 |3110 |  82 | 0.000000e+00 |      --      |    Inf |   0.83%
3524.75/3538.09	c  3538s|   500 |   223 |  1067k|1991.1 |  1729M |  67 |7726 | 171k| 169k|3947 |  1 |3383 |  82 | 0.000000e+00 |      --      |    Inf |   0.83%
3583.51/3597.01	c 
3583.51/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3583.51/3597.01	c Solving Time (sec) : 3597.00
3583.51/3597.01	c Solving Nodes      : 572 (total of 573 nodes in 2 runs)
3583.51/3597.01	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
3583.51/3597.01	c Dual Bound         : +0.00000000000000e+00
3583.51/3597.01	c Gap                : infinite
3583.51/3597.01	s UNKNOWN
3583.51/3597.01	c SCIP Status        : solving was interrupted [time limit reached]
3583.51/3597.01	c Total Time         :    3597.00
3583.51/3597.01	c   solving          :    3597.00
3583.51/3597.01	c   presolving       :      11.47 (included in solving)
3583.51/3597.01	c   reading          :       0.36 (included in solving)
3583.51/3597.01	c   copying          :       1.55 (6 #copies) (minimal 0.25, maximal 0.28, average 0.26)
3583.51/3597.01	c Original Problem   :
3583.51/3597.01	c   Problem name     : HOME/instance-4503538-1751173246.opb
3583.51/3597.01	c   Variables        : 7936 (7936 binary, 0 integer, 0 implicit integer, 0 continuous)
3583.51/3597.01	c   Constraints      : 176837 initial, 176837 maximal
3583.51/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3583.51/3597.01	c Presolved Problem  :
3583.51/3597.01	c   Problem name     : t_HOME/instance-4503538-1751173246.opb
3583.51/3597.01	c   Variables        : 7726 (7726 binary, 0 integer, 0 implicit integer, 0 continuous)
3583.51/3597.01	c   Constraints      : 170010 initial, 171325 maximal
3583.51/3597.01	c   Objective        : minimize, 0 non-zeros (abs.min = 1e+20, abs.max = -1e+20)
3583.51/3597.01	c   Nonzeros         : 662695 constraint, 86871 clique table
3583.51/3597.01	c Presolvers         :   ExecTime  SetupTime  Calls  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
3583.51/3597.01	c   boundshift       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   convertinttobin  :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   domcol           :       0.08       0.00      2          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   dualagg          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   dualcomp         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   dualinfer        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   dualsparsify     :       1.11       0.00      1          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   gateextraction   :       0.41       0.00      4          0          0          0          0          0         14          4          0          0
3583.51/3597.01	c   implics          :       0.00       0.00      6          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   inttobinary      :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   milp             :       0.82       0.00      1          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   qpkktref         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   redvub           :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   sparsify         :       0.18       0.00      1          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   stuffing         :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   trivial          :       0.00       0.00      7        209          0          0          0          0          0          0          0          0
3583.51/3597.01	c   tworowbnd        :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   dualfix          :       0.00       0.00      7          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   genvbounds       :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   probing          :       6.20       0.00      1          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   pseudoobj        :       0.00       0.00      1          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   symmetry         :       0.37       0.00      1          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   vbounds          :       0.01       0.00      2          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   knapsack         :       0.11       0.01     15          0          0          0          0          0         10         41         80        266
3583.51/3597.01	c   setppc           :       0.16       0.01     15          0          0          0          0          0       4067          0          0          0
3583.51/3597.01	c   and              :       0.00       0.00      4          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   linear           :       0.54       0.06     12          0          1          0          0          0         23          0         10          0
3583.51/3597.01	c   logicor          :       1.02       0.23     14          0          0          0          0          0       3149          0          0       3912
3583.51/3597.01	c   benders          :       0.00       0.00      0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   components       :       0.11       0.00      2          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   root node        :          -          -      -        527          -          -        527          -          -          -          -          -
3583.51/3597.01	c Constraints        :     Number  MaxNumber  #Separate #Propagate    #EnfoLP    #EnfoRelax  #EnfoPS    #Check   #ResProp    Cutoffs    DomReds       Cuts    Applied      Conss   Children
3583.51/3597.01	c   benderslp        :          0          0          0          0        462          0          0         65          0          0          0          0          0          0          0
3583.51/3597.01	c   integral         :          0          0          0          0        462          0          0         65          0          0          0          0          0          3        920
3583.51/3597.01	c   knapsack         :      17678+     17692         24      36188          0          0          0         60       1956        104       1306       1451        143          0          0
3583.51/3597.01	c   setppc           :      33872+     33875         24      36084          0          0          0          7      20563        278      16434          9          3          0          0
3583.51/3597.01	c   and              :          4          4        504      26281          0          0          0          0        190          0          1         23         17          0          0
3583.51/3597.01	c   linear           :          2+        21         24      30865          0          0          0          3        128         18        374          0          0          0          0
3583.51/3597.01	c   logicor          :     118454+    121019         24      22283          0          0          0          0       7078        329       2580         37         12          0          0
3583.51/3597.01	c   benders          :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   fixedvar         :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   countsols        :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   components       :          0          0          0          0          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c Constraint Timings :  TotalTime  SetupTime   Separate  Propagate     EnfoLP     EnfoPS     EnfoRelax   Check    ResProp    SB-Prop
3583.51/3597.01	c   benderslp        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   integral         :     231.63       0.00       0.00       0.00     231.63       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   knapsack         :       1.86       0.01       0.41       1.41       0.00       0.00       0.00       0.02       0.00       0.01
3583.51/3597.01	c   setppc           :       2.11       0.01       0.06       2.01       0.00       0.00       0.00       0.00       0.01       0.03
3583.51/3597.01	c   and              :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   linear           :       0.07       0.06       0.00       0.01       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   logicor          :       1.84       0.23       0.37       1.20       0.00       0.00       0.00       0.00       0.01       0.04
3583.51/3597.01	c   benders          :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   fixedvar         :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   components       :       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c Propagators        : #Propagate   #ResProp    Cutoffs    DomReds
3583.51/3597.01	c   dualfix          :          4          0          0          0
3583.51/3597.01	c   genvbounds       :          0          0          0          0
3583.51/3597.01	c   nlobbt           :          0          0          0          0
3583.51/3597.01	c   obbt             :          0          0          0          0
3583.51/3597.01	c   probing          :          0          0          0          0
3583.51/3597.01	c   pseudoobj        :          0          0          0          0
3583.51/3597.01	c   redcost          :          0          0          0          0
3583.51/3597.01	c   rootredcost      :          0          0          0          0
3583.51/3597.01	c   symmetry         :          0          0          0          0
3583.51/3597.01	c   vbounds          :      12940          0          0          0
3583.51/3597.01	c Propagator Timings :  TotalTime  SetupTime   Presolve  Propagate    ResProp    SB-Prop
3583.51/3597.01	c   dualfix          :       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   genvbounds       :       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   nlobbt           :       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   obbt             :       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   probing          :       6.20       0.00       6.20       0.00       0.00       0.00
3583.51/3597.01	c   pseudoobj        :       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   redcost          :       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   rootredcost      :       0.00       0.00       0.00       0.00       0.00       0.00
3583.51/3597.01	c   symmetry         :       0.37       0.00       0.37       0.00       0.00       0.00
3583.51/3597.01	c   vbounds          :       0.07       0.00       0.01       0.06       0.00       0.00
3583.51/3597.01	c Symmetry           :
3583.51/3597.01	c   orbitopal red.   :          0 reductions applied,          0 cutoffs
3583.51/3597.01	c   orbital reduction:          0 reductions applied,          0 cutoffs
3583.51/3597.01	c   lexicographic red:          0 reductions applied,          0 cutoffs
3583.51/3597.01	c   shadow tree time :       0.00 s
3583.51/3597.01	c Conflict Analysis  :       Time      Calls    Success    DomReds  Conflicts   Literals    Reconvs ReconvLits   Dualrays   Nonzeros   LP Iters   (pool size: [10000,10000])
3583.51/3597.01	c   propagation      :       0.04        713        713          -       5428       35.9        148       15.5          -          -          -
3583.51/3597.01	c   infeasible LP    :       0.08         48         46          -        392       31.8         21       19.9         46       44.2          0
3583.51/3597.01	c   bound exceed. LP :       0.00          0          0          -          0        0.0          0        0.0          0        0.0          0
3583.51/3597.01	c   strong branching :       0.00          0          0          -          0        0.0          0        0.0          -          -          0
3583.51/3597.01	c   pseudo solution  :       0.00          0          0          -          0        0.0          0        0.0          -          -          -
3583.51/3597.01	c   applied globally :       0.13          -          -          0       3452       18.5          -          -         46          -          -
3583.51/3597.01	c   applied locally  :          -          -          -          0          0        0.0          -          -          0          -          -
3583.51/3597.01	c Separators         :   ExecTime  SetupTime      Calls  RootCalls    Cutoffs    DomReds  FoundCuts ViaPoolAdd  DirectAdd    Applied ViaPoolApp  DirectApp      Conss
3583.51/3597.01	c   cut pool         :       0.19          -        179         48          -          -       6177      23471          -          -          -          -          -    (maximal pool size:       4070)
3583.51/3597.01	c   aggregation      :       0.94       0.00         56         24          0          0          3          6          0          3          3          0          0
3583.51/3597.01	c   > cmir           :          -          -          -          -          -          -          -          6          0          3          3          0          -
3583.51/3597.01	c   > flowcover      :          -          -          -          -          -          -          -          0          0          0          0          0          -
3583.51/3597.01	c   > knapsackcover  :          -          -          -          -          -          -          -          0          0          0          0          0          -
3583.51/3597.01	c   cgmip            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   clique           :       0.74       0.00         24         24          0          0        189       1048          0        229        229          0          0
3583.51/3597.01	c   closecuts        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   convexproj       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   disjunctive      :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   eccuts           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   gauge            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   gomory           :     148.24       0.00         52         20          0          0       5238      17638         32       1487       1479          8          0
3583.51/3597.01	c   > gomorymi       :          -          -          -          -          -          -          -       3891         16         80         78          2          -
3583.51/3597.01	c   > strongcg       :          -          -          -          -          -          -          -      13747         16       1407       1401          6          -
3583.51/3597.01	c   impliedbounds    :       0.12       0.00         56         24          0          0        146        803          0        752        752          0          0
3583.51/3597.01	c   interminor       :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   intobj           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   lagromory        :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   mcf              :       0.19       0.00          2          2          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   minor            :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   mixing           :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   multilinear      :       0.00       0.00         52         24          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   oddcycle         :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   rapidlearning    :       0.00       0.00          0          0          0          0          0          0          0          0          0          0          0
3583.51/3597.01	c   rlt              :     460.57       0.00         43         20          0          0          5          3          2          4          2          2          0
3583.51/3597.01	c   zerohalf         :       2.11       0.00         56         24          0          0        883       3973        253       2051       1852        199          0
3583.51/3597.01	c Cutselectors       :   ExecTime  SetupTime      Calls  RootCalls   Selected     Forced   Filtered  RootSelec   RootForc   RootFilt 
3583.51/3597.01	c   hybrid           :       0.04       0.00        143         26       4700          2      20578        730          0       6648
3583.51/3597.01	c   ensemble         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   dynamic          :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c Pricers            :   ExecTime  SetupTime      Calls       Vars
3583.51/3597.01	c   problem variables:       0.00          -          0          0
3583.51/3597.01	c Branching Rules    :   ExecTime  SetupTime   BranchLP  BranchExt   BranchPS    Cutoffs    DomReds       Cuts      Conss   Children
3583.51/3597.01	c   allfullstrong    :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   cloud            :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   distribution     :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   fullstrong       :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   gomory           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   inference        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   leastinf         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   lookahead        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   mostinf          :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   multaggr         :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   nodereopt        :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   pscost           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   random           :       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c   relpscost        :     231.63       0.00        462          0          0          0          0          0          8        920
3583.51/3597.01	c   vanillafullstrong:       0.00       0.00          0          0          0          0          0          0          0          0
3583.51/3597.01	c Primal Heuristics  :   ExecTime  SetupTime      Calls      Found       Best
3583.51/3597.01	c   LP solutions     :       0.00          -          -          0          0
3583.51/3597.01	c   relax solutions  :       0.00          -          -          0          0
3583.51/3597.01	c   pseudo solutions :       0.00          -          -          0          0
3583.51/3597.01	c   strong branching :       0.00          -          -          0          0
3583.51/3597.01	c   actconsdiving    :       0.00       0.00          0          0          0
3583.51/3597.01	c   adaptivediving   :      49.05       0.00         16          0          0
3583.51/3597.01	c   alns             :       3.23       0.00          4          0          0
3583.51/3597.01	c   bound            :       0.00       0.00          0          0          0
3583.51/3597.01	c   clique           :       0.30       0.00          1          0          0
3583.51/3597.01	c   coefdiving       :       0.00       0.00          0          0          0
3583.51/3597.01	c   completesol      :       0.00       0.00          0          0          0
3583.51/3597.01	c   conflictdiving   :     161.91       0.00         24          0          0
3583.51/3597.01	c   crossover        :       0.00       0.00          0          0          0
3583.51/3597.01	c   dins             :       0.00       0.00          0          0          0
3583.51/3597.01	c   distributiondivin:     102.67       0.00         14          0          0
3583.51/3597.01	c   dps              :       0.00       0.00          0          0          0
3583.51/3597.01	c   dualval          :       0.00       0.00          0          0          0
3583.51/3597.01	c   farkasdiving     :       0.00       0.00          0          0          0
3583.51/3597.01	c   feasjump         :       0.27       0.00          2          0          0
3583.51/3597.01	c   feaspump         :      32.18       0.00          4          0          0
3583.51/3597.01	c   fixandinfer      :       0.00       0.00          0          0          0
3583.51/3597.01	c   fracdiving       :      34.58       0.00         14          0          0
3583.51/3597.01	c   gins             :       0.00       0.00          0          0          0
3583.51/3597.01	c   guideddiving     :       0.00       0.00          0          0          0
3583.51/3597.01	c   indcoefdiving    :       0.00       0.00          0          0          0
3583.51/3597.01	c   indicator        :       0.00       0.00          0          0          0
3583.51/3597.01	c   indicatordiving  :       0.00       0.00          0          0          0
3583.51/3597.01	c   indoneopt        :       0.00       0.00          0          0          0
3583.51/3597.01	c   indrounding      :       0.00       0.00          0          0          0
3583.51/3597.01	c   indtwoopt        :       0.00       0.00          0          0          0
3583.51/3597.01	c   intdiving        :       0.00       0.00          0          0          0
3583.51/3597.01	c   intshifting      :       0.00       0.00          0          0          0
3583.51/3597.01	c   linesearchdiving :       0.51       0.00         13          0          0
3583.51/3597.01	c   localbranching   :       0.00       0.00          0          0          0
3583.51/3597.01	c   locks            :       0.08       0.00          1          0          0
3583.51/3597.01	c   lpface           :       0.01       0.00          0          0          0
3583.51/3597.01	c   mpec             :       0.00       0.00          0          0          0
3583.51/3597.01	c   multistart       :       0.00       0.00          0          0          0
3583.51/3597.01	c   mutation         :       0.00       0.00          0          0          0
3583.51/3597.01	c   nlpdiving        :       0.00       0.00          0          0          0
3583.51/3597.01	c   objpscostdiving  :     956.68       0.00          1          0          0
3583.51/3597.01	c   octane           :       0.00       0.00          0          0          0
3583.51/3597.01	c   ofins            :       0.00       0.00          0          0          0
3583.51/3597.01	c   oneopt           :       0.00       0.00          0          0          0
3583.51/3597.01	c   padm             :       0.00       0.00          0          0          0
3583.51/3597.01	c   proximity        :       0.00       0.00          0          0          0
3583.51/3597.01	c   pscostdiving     :     266.18       0.00         16          0          0
3583.51/3597.01	c   randrounding     :       0.64       0.00         80          0          0
3583.51/3597.01	c   rens             :       1.81       0.00          2          0          0
3583.51/3597.01	c   reoptsols        :       0.00       0.00          0          0          0
3583.51/3597.01	c   repair           :       0.00       0.00          0          0          0
3583.51/3597.01	c   rins             :       0.00       0.00          0          0          0
3583.51/3597.01	c   rootsoldiving    :      44.04       0.00          3          0          0
3583.51/3597.01	c   rounding         :       1.78       0.00        302          0          0
3583.51/3597.01	c   scheduler        :       0.00       0.00          0          0          0
3583.51/3597.01	c   shiftandpropagate:       0.36       0.00          2          0          0
3583.51/3597.01	c   shifting         :      10.87       0.00        129          0          0
3583.51/3597.01	c   simplerounding   :       0.00       0.00          0          0          0
3583.51/3597.01	c   smallcard        :       0.00       0.00          0          0          0
3583.51/3597.01	c   subnlp           :       0.00       0.00          0          0          0
3583.51/3597.01	c   trivial          :       0.02       0.00          4          0          0
3583.51/3597.01	c   trivialnegation  :       0.00       0.00          0          0          0
3583.51/3597.01	c   trustregion      :       0.00       0.00          0          0          0
3583.51/3597.01	c   trysol           :       0.00       0.00          0          0          0
3583.51/3597.01	c   twoopt           :       0.00       0.00          0          0          0
3583.51/3597.01	c   undercover       :       0.00       0.00          1          0          0
3583.51/3597.01	c   vbounds          :       0.50       0.00          2          0          0
3583.51/3597.01	c   veclendiving     :      49.26       0.00         20          0          0
3583.51/3597.01	c   zeroobj          :       0.00       0.00          0          0          0
3583.51/3597.01	c   zirounding       :       2.35       0.00        460          0          0
3583.51/3597.01	c   other solutions  :          -          -          -          0          -
3583.51/3597.01	c LNS (Scheduler)    :      Calls  SetupTime  SolveTime SolveNodes       Sols       Best       Exp3    Exp3-IX  EpsGreedy        UCB TgtFixRate  Opt  Inf Node Stal  Sol  Usr Othr Actv
3583.51/3597.01	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
3583.51/3597.01	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
3583.51/3597.01	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
3583.51/3597.01	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
3583.51/3597.01	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
3583.51/3597.01	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
3583.51/3597.01	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
3583.51/3597.01	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
3583.51/3597.01	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
3583.51/3597.01	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec  Time-0-It Calls-0-It    ItLimit
3583.51/3597.01	c   primal LP        :       1.06         51          0       0.00       0.00       1.06         51
3583.51/3597.01	c   dual LP          :    1007.79        625     766870    1226.99     760.94       0.00          0
3583.51/3597.01	c   lex dual LP      :       0.00          0          0       0.00          -
3583.51/3597.01	c   barrier LP       :       0.00          0          0       0.00          -       0.00          0
3583.51/3597.01	c   resolve instable :       0.00          0          0       0.00          -
3583.51/3597.01	c   diving/probing LP:    1811.16        942     338102     358.92     186.68
3583.51/3597.01	c   strong branching :      99.25         82      70752     862.83     712.84          -          -        133
3583.51/3597.01	c     (at root node) :          -         82      70752     862.83          -
3583.51/3597.01	c   conflict analysis:       0.00          0          0       0.00          -
3583.51/3597.01	c B&B Tree           :
3583.51/3597.01	c   number of runs   :          2
3583.51/3597.01	c   nodes            :        572 (459 internal, 113 leaves)
3583.51/3597.01	c   feasible leaves  :          0
3583.51/3597.01	c   infeas. leaves   :        112
3583.51/3597.01	c   objective leaves :          0
3583.51/3597.01	c   nodes (total)    :        573 (460 internal, 113 leaves)
3583.51/3597.01	c   nodes left       :        228
3583.51/3597.01	c   max depth        :         67
3583.51/3597.01	c   max depth (total):         67
3583.51/3597.01	c   backtracks       :        153 (26.7%)
3583.51/3597.01	c   early backtracks :          0 (0.0%)
3583.51/3597.01	c   nodes exc. ref.  :          0 (0.0%)
3583.51/3597.01	c   delayed cutoffs  :        120
3583.51/3597.01	c   repropagations   :        441 (1602 domain reductions, 54 cutoffs)
3583.51/3597.01	c   avg switch length:       3.85
3583.51/3597.01	c   switching time   :       1.81
3583.51/3597.01	c Root Node          :
3583.51/3597.01	c   First LP value   : +0.00000000000000e+00
3583.51/3597.01	c   First LP Iters   :        548 (5366.71 Iter/sec)
3583.51/3597.01	c   First LP Time    :       0.10
3583.51/3597.01	c   Final Dual Bound : +0.00000000000000e+00
3583.51/3597.01	c   Final Root Iters :      72280
3583.51/3597.01	c   Root LP Estimate : +1.28207146633917e-02
3583.51/3597.01	c Solution           :
3583.51/3597.01	c   Solutions found  :          0 (0 improvements)
3583.51/3597.01	c   Primal Bound     :          -
3583.51/3597.01	c   Dual Bound       : +0.00000000000000e+00
3583.51/3597.01	c   Gap              :   infinite
3583.51/3597.01	c Integrals          :      Total       Avg%
3583.51/3597.01	c   primal-dual      :  359700.32     100.00
3583.51/3597.01	c   primal-ref       :          -          - (not evaluated)
3583.51/3597.01	c   dual-ref         :          -          - (not evaluated)
3583.81/3597.39	c Time complete: 3583.92.

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61173 MiB free)
  memory of node 1: 64507 MiB (62145 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503538-1751173246/watcher-4503538-1751173246 -o /tmp/evaluation-result-4503538-1751173246/solver-4503538-1751173246 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751169647-24242 --watchdog 3760 pbscip -f HOME/instance-4503538-1751173246.opb -t 3600 -j 2 -m 31000 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=24615, runsolver pid=24612

[startup+0.100066 s]*
/proc/loadavg: 4.08 4.09 4.09 5/260 24616
/proc/meminfo: memFree=126226616/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=71088 memory=43136 CPUtime=0.09 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 7869 0 0 0 8 1 0 0 20 0 1 0 33002282 72794112 10784 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 17772 10784 3232 3530 0 9223 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 71088 KiB
Current children cumulated memory: 43136 KiB

[startup+0.205487 s]*
/proc/loadavg: 4.08 4.09 4.09 5/261 24617
/proc/meminfo: memFree=126178736/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=99288 memory=70784 CPUtime=0.2 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 14780 0 0 0 18 2 0 0 20 0 1 0 33002282 101670912 17696 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 24822 17696 3232 3530 0 16273 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 99288 KiB
Current children cumulated memory: 70784 KiB

[startup+0.305267 s]*
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=126146480/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=127556 memory=99072 CPUtime=0.29 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 21841 0 0 0 26 3 0 0 20 0 1 0 33002282 130617344 24768 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 31889 24768 3232 3530 0 23340 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 127556 KiB
Current children cumulated memory: 99072 KiB

[startup+0.700137 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=125977640/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=304224 memory=271984 CPUtime=0.68 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 65464 0 0 0 58 10 0 0 20 0 1 0 33002282 311525376 67996 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 76056 67996 3552 3530 0 67507 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 304224 KiB
Current children cumulated memory: 271984 KiB

[startup+1.50017 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 24626
/proc/meminfo: memFree=125711396/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=439596 memory=405556 CPUtime=1.48 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 82015 0 0 0 132 16 0 0 20 0 1 0 33002282 450146304 101389 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 109899 101389 3680 3530 0 101350 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 439596 KiB
Current children cumulated memory: 405556 KiB

[startup+3.1057 s]
/proc/loadavg: 4.08 4.09 4.09 5/262 24661
/proc/meminfo: memFree=126474444/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=435620 memory=401488 CPUtime=3.08 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 106111 0 0 0 288 20 0 0 20 0 1 0 33002282 446074880 100372 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 108905 100372 3712 3530 0 100356 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 435620 KiB
Current children cumulated memory: 401488 KiB

[startup+6.30017 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 24671
/proc/meminfo: memFree=124781184/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=435620 memory=402128 CPUtime=6.26 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 106231 0 0 0 606 20 0 0 20 0 1 0 33002282 446074880 100532 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 108905 100532 3744 3530 0 100356 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 435620 KiB
Current children cumulated memory: 402128 KiB

[startup+12.7002 s]
/proc/loadavg: 4.06 4.09 4.09 5/265 24671
/proc/meminfo: memFree=121843856/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=991020 memory=899160 CPUtime=12.64 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 163279 0 0 0 1229 35 0 0 20 0 1 0 33002282 1014804480 224790 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 247755 224790 3936 3530 0 239206 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 991020 KiB
Current children cumulated memory: 899160 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.10 4.09 5/265 24682
/proc/meminfo: memFree=121608540/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=991020 memory=899672 CPUtime=25.4 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 163468 0 0 0 2505 35 0 0 20 0 1 0 33002282 1014804480 224918 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 247755 224918 3936 3530 0 239206 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 991020 KiB
Current children cumulated memory: 899672 KiB

[startup+51.1057 s]
/proc/loadavg: 4.08 4.09 4.09 5/265 24682
/proc/meminfo: memFree=121982368/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1055632 memory=935948 CPUtime=50.93 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 167402 0 0 0 5057 36 0 0 20 0 1 0 33002282 1080967168 233987 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 263908 233987 3936 3530 0 255359 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 1055632 KiB
Current children cumulated memory: 935948 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/264 24685
/proc/meminfo: memFree=122364532/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1125776 memory=959408 CPUtime=101.95 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 168685 0 0 0 10159 36 0 0 20 0 1 0 33002282 1152794624 239852 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 281444 239852 3936 3530 0 272895 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 1125776 KiB
Current children cumulated memory: 959408 KiB

[startup+162.3 s]
/proc/loadavg: 4.32 4.17 4.12 5/264 24687
/proc/meminfo: memFree=115420220/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1446060 memory=1181872 CPUtime=161.74 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 224384 0 0 0 16129 45 0 0 20 0 1 0 33002282 1480765440 295468 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 361515 295468 3936 3530 0 352966 0
Current children cumulated CPU time: 161.74 s
Current children cumulated vsize: 1446060 KiB
Current children cumulated memory: 1181872 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.16 4.11 5/264 24689
/proc/meminfo: memFree=115678092/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1448864 memory=1184884 CPUtime=221.53 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 224757 0 0 0 22107 46 0 0 20 0 1 0 33002282 1483636736 296221 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 362216 296221 3936 3530 0 353667 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 1448864 KiB
Current children cumulated memory: 1184884 KiB

[startup+282.3 s]
/proc/loadavg: 4.18 4.16 4.11 5/264 24692
/proc/meminfo: memFree=115673876/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1448864 memory=1184884 CPUtime=281.3 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 224813 0 0 0 28084 46 0 0 20 0 1 0 33002282 1483636736 296221 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 362216 296221 3936 3530 0 353667 0
Current children cumulated CPU time: 281.3 s
Current children cumulated vsize: 1448864 KiB
Current children cumulated memory: 1184884 KiB

[startup+342.3 s]
/proc/loadavg: 4.42 4.22 4.14 5/264 24696
/proc/meminfo: memFree=115746180/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1393180 memory=1094684 CPUtime=341.11 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 226855 0 0 0 34064 47 0 0 20 0 1 0 33002282 1426616320 273671 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 348295 273671 3936 3530 0 339746 0
Current children cumulated CPU time: 341.11 s
Current children cumulated vsize: 1393180 KiB
Current children cumulated memory: 1094684 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.18 4.12 5/264 24703
/proc/meminfo: memFree=115738132/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1440980 memory=1095708 CPUtime=400.93 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 227114 0 0 0 40046 47 0 0 20 0 1 0 33002282 1475563520 273927 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 360245 273927 3936 3530 0 351696 0
Current children cumulated CPU time: 400.93 s
Current children cumulated vsize: 1440980 KiB
Current children cumulated memory: 1095708 KiB

[startup+462.3 s]
/proc/loadavg: 4.15 4.17 4.12 5/265 24706
/proc/meminfo: memFree=115729804/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1488808 memory=1098036 CPUtime=460.75 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 227229 0 0 0 46028 47 0 0 20 0 1 0 33002282 1524539392 274509 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 372202 274509 3936 3530 0 363653 0

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

Current children cumulated memory: 1444860 KiB

[startup+3162.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/264 24885
/proc/meminfo: memFree=115781036/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1957156 memory=1444860 CPUtime=3150.46 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 330697 0 0 0 314982 64 0 0 20 0 1 0 33002282 2004127744 361215 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 489289 361215 3968 3530 0 480740 0
Current children cumulated CPU time: 3150.46 s
Current children cumulated vsize: 1957156 KiB
Current children cumulated memory: 1444860 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/265 24888
/proc/meminfo: memFree=115736552/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1996452 memory=1484412 CPUtime=3210.25 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 340580 0 0 0 320959 66 0 0 20 0 1 0 33002282 2044366848 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 499113 371103 3968 3530 0 490564 0
Current children cumulated CPU time: 3210.25 s
Current children cumulated vsize: 1996452 KiB
Current children cumulated memory: 1484412 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 24890
/proc/meminfo: memFree=115736072/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1996452 memory=1484412 CPUtime=3270.01 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 340583 0 0 0 326935 66 0 0 20 0 1 0 33002282 2044366848 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 499113 371103 3968 3530 0 490564 0
Current children cumulated CPU time: 3270.01 s
Current children cumulated vsize: 1996452 KiB
Current children cumulated memory: 1484412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 24894
/proc/meminfo: memFree=115738732/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1996452 memory=1484412 CPUtime=3329.78 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 340885 0 0 0 332912 66 0 0 20 0 1 0 33002282 2044366848 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 499113 371103 3968 3530 0 490564 0
Current children cumulated CPU time: 3329.78 s
Current children cumulated vsize: 1996452 KiB
Current children cumulated memory: 1484412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 24901
/proc/meminfo: memFree=115732896/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=1996452 memory=1484412 CPUtime=3389.55 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 340894 0 0 0 338889 66 0 0 20 0 1 0 33002282 2044366848 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 499113 371103 3968 3530 0 490564 0
Current children cumulated CPU time: 3389.55 s
Current children cumulated vsize: 1996452 KiB
Current children cumulated memory: 1484412 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 24903
/proc/meminfo: memFree=115736500/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=2030768 memory=1484412 CPUtime=3449.33 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 340909 0 0 0 344867 66 0 0 20 0 1 0 33002282 2079506432 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 507692 371103 3968 3530 0 499143 0
Current children cumulated CPU time: 3449.33 s
Current children cumulated vsize: 2030768 KiB
Current children cumulated memory: 1484412 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 24905
/proc/meminfo: memFree=115756852/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=2046696 memory=1484412 CPUtime=3509.1 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 340914 0 0 0 350844 66 0 0 20 0 1 0 33002282 2095816704 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 511674 371103 3968 3530 0 503125 0
Current children cumulated CPU time: 3509.1 s
Current children cumulated vsize: 2046696 KiB
Current children cumulated memory: 1484412 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/264 24907
/proc/meminfo: memFree=115751496/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=2046696 memory=1484412 CPUtime=3568.87 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 341116 0 0 0 356821 66 0 0 20 0 1 0 33002282 2095816704 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 511674 371103 3968 3530 0 503125 0
Current children cumulated CPU time: 3568.87 s
Current children cumulated vsize: 2046696 KiB
Current children cumulated memory: 1484412 KiB

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

# cumulated CPU time of all completed processes:  user=3583.24 s, system=0.686627 s

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

[startup+3584 s]*
/proc/loadavg: 4.08 4.08 4.09 5/264 24907
/proc/meminfo: memFree=115751496/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=2046696 memory=1484412 CPUtime=3570.57 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 341126 0 0 0 356991 66 0 0 20 0 1 0 33002282 2095816704 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 511674 371103 3968 3530 0 503125 0
Current children cumulated CPU time: 3570.57 s
Current children cumulated vsize: 2046696 KiB
Current children cumulated memory: 1484412 KiB

[startup+3590.4 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 24907
/proc/meminfo: memFree=115743368/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=2062624 memory=1484412 CPUtime=3576.94 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 341221 0 0 0 357628 66 0 0 20 0 1 0 33002282 2112126976 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 515656 371103 3968 3530 0 507107 0
Current children cumulated CPU time: 3576.94 s
Current children cumulated vsize: 2062624 KiB
Current children cumulated memory: 1484412 KiB

[startup+3593.6 s]
/proc/loadavg: 4.07 4.08 4.09 5/264 24907
/proc/meminfo: memFree=115743368/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=2062624 memory=1484412 CPUtime=3580.12 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 341245 0 0 0 357946 66 0 0 20 0 1 0 33002282 2112126976 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 515656 371103 3968 3530 0 507107 0
Current children cumulated CPU time: 3580.12 s
Current children cumulated vsize: 2062624 KiB
Current children cumulated memory: 1484412 KiB

[startup+3595.2 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 24907
/proc/meminfo: memFree=115743368/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=2062624 memory=1484412 CPUtime=3581.72 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 341245 0 0 0 358106 66 0 0 20 0 1 0 33002282 2112126976 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 515656 371103 3968 3530 0 507107 0
Current children cumulated CPU time: 3581.72 s
Current children cumulated vsize: 2062624 KiB
Current children cumulated memory: 1484412 KiB

[startup+3596.8 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 24907
/proc/meminfo: memFree=115743368/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=2062624 memory=1484412 CPUtime=3583.31 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 341245 0 0 0 358265 66 0 0 20 0 1 0 33002282 2112126976 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 515656 371103 3968 3530 0 507107 0
Current children cumulated CPU time: 3583.31 s
Current children cumulated vsize: 2062624 KiB
Current children cumulated memory: 1484412 KiB

[startup+3597.2 s]
/proc/loadavg: 4.15 4.10 4.09 5/264 24907
/proc/meminfo: memFree=115743368/131249996 swapFree=33010684/33010684
[pid=24615] ppid=24612 vsize=2062624 memory=1484412 CPUtime=3583.71 cores=5,7
/proc/24615/stat : 24615 (pbscip) R 24612 24615 24229 0 -1 4194304 341260 0 0 0 358305 66 0 0 20 0 1 0 33002282 2112126976 371103 18446744073709551615 4235264 18693293 140725701336752 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 57835520 140725701343625 140725701343724 140725701343724 140725701349326 0
/proc/24615/statm: 515656 371103 3968 3530 0 507107 0
Current children cumulated CPU time: 3583.71 s
Current children cumulated vsize: 2062624 KiB
Current children cumulated memory: 1484412 KiB

[startup+3597.4 s]*
/proc/loadavg: 4.15 4.10 4.09 5/264 24907
/proc/meminfo: memFree=116691432/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3597.41
CPU time (s): 3583.93
CPU user time (s): 3583.24
CPU system time (s): 0.686627
CPU usage (%): 99.6253
Max. virtual memory (cumulated for all children) (KiB): 2062624
Max. memory (cumulated for all children) (KiB): 1484412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3583.24
system time used= 0.686627
maximum resident set size= 1484412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341320
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= 102
involuntary context switches= 18532


# summary of solver processes directly reported to runsolver:
#   pid: 24615
#   total CPU time (s): 3583.93
#   total CPU user time (s): 3583.24
#   total CPU system time (s): 0.686627

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.04863 second user time and 17.2387 second system time

The end

Launcher Data

Begin job on nodeC021 at 2025-06-29 07:00:46
IDJOB=4503538
IDBENCH=155520
IDSOLVER=3365
FILE ID=nodeC021/4503538-1751173246
RUNJOBID= nodeC021-1751169647-24242
SLURM_JOB_ID= 9587523
Free space on /tmp= 432996 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-73.opb
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503538-1751173246/watcher-4503538-1751173246 -o /tmp/evaluation-result-4503538-1751173246/solver-4503538-1751173246 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1751169647-24242 --watchdog 3760  pbscip -f HOME/instance-4503538-1751173246.opb -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= f8b1a93d1916f081f91f241f6f5f832b
RANDOM SEED=405563397

nodeC021 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.771
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.56
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.807
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        126282476 kB
MemAvailable:   126308644 kB
Buffers:            3280 kB
Cached:           835444 kB
SwapCached:            0 kB
Active:          3813068 kB
Inactive:         578216 kB
Active(anon):    3570620 kB
Inactive(anon):        0 kB
Active(file):     242448 kB
Inactive(file):   578216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44460 kB
Writeback:             0 kB
AnonPages:       3553860 kB
Mapped:           126612 kB
Shmem:             18060 kB
KReclaimable:      89088 kB
Slab:             175220 kB
SReclaimable:      89088 kB
SUnreclaim:        86132 kB
KernelStack:        4192 kB
PageTables:        10240 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    5697156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150504 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3119104 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC021 at 2025-06-29 08:00:44