Trace number 4465445

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
FiberSCIP 20 cores, 2024-07-30? (TO) 69898.2 3702.95

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_2_mh_ic.opb
MD5SUM29fcddc0b5ddb2a2f51dd98e905e6f00
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 benchmark4494018
Best CPU time to get the best result obtained on this benchmark3600.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 79312583670
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 79312583670
Number of bits of the biggest sum of numbers37
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 The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
3.57/3.66	c Default LC presolving (default).
3.57/3.68	c ** Before presolving: virtualMemUsedAtLc = 2986113555, getVmSize() = 1934553088, SCIPgetMemUsed() = 1737616094, SCIPgetMemTotal() = 1833417838, SCIPgetMemExternEstim() = 1152695717
3.57/3.68	c ** set memory limit for presolving in LC to 8.78669e+12 for SCIP **
145.90/146.65	c ** Estimated virtualMemUsedAtSolver = 2796567395, getVmSize() = 3438452736, SCIPgetMemUsed() = 2422601112, SCIPgetMemTotal() = 3042155376, SCIPgetMemExternEstim() = 1152695717
145.90/146.65	c ** set memory limit for solvers to 4.17981e+11 for each SCIP **
145.90/146.65	c Original Problem   :
145.90/146.65	c   Problem name     : instance-4465445-1723626040
145.90/146.65	c   Variables        : 370300 (370300 binary, 0 integer, 0 implicit integer, 0 continuous)
145.90/146.65	c   Constraints      : 847958
145.90/146.65	c   Objective sense  : minimize
145.90/146.65	c Presolved Problem  :
145.90/146.65	c   Variables        : 300225 (300225 binary, 0 integer, 0 implicit integer, 0 continuous)
145.90/146.65	c   Constraints      : 539254
145.90/146.65	c Constraints        : Number
145.90/146.65	c   knapsack         : 1375 
145.90/146.65	c   setppc           : 356526 
145.90/146.65	c   and              : 180075 
145.90/146.65	c   linear           : 3 
145.90/146.65	c   logicor          : 1275 
145.90/146.65	c ** Instance transfer method used: 0
147.19/148.00	c ** ParaScipInstance copy does not increase the number of variables. **
169.10/169.57	c LC is working with racing ramp-up and with rebuilding tree after racing.
169.10/169.57	c                                Nodes    Active                                            
169.10/169.57	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
33724.61/1871.02	c      1871              2           1        20                -          -3.0000          -
33852.45/1877.44	c      1877             18          17        20                -          -3.0000          -
33955.59/1882.87	c      1883             40          39        20                -          -3.0000          -
34062.60/1888.33	c      1888            162         161        20                -          -3.0000          -
34163.39/1893.45	c      1893            202         201        20                -          -3.0000          -
34264.12/1898.57	c      1899            302         301        20                -          -3.0000          -
34364.75/1903.63	c      1904            457         420        20                -          -3.0000          -
34463.52/1908.68	c      1909            557         520        20                -          -3.0000          -
34564.31/1913.73	c      1914            659         622        20                -          -3.0000          -
34674.71/1919.35	c      1919            659         622        20                -          -3.0000          -
34777.01/1924.55	c      1925            659         622        20                -          -3.0000          -
34875.55/1929.59	c      1930            659         622        20                -          -3.0000          -
34976.35/1934.66	c      1935            899         898        20                -          -3.0000          -
35076.98/1939.73	c      1940            849         812        20                -          -3.0000          -
35179.72/1945.00	c      1945           1041        1040        20                -          -3.0000          -
35294.27/1950.78	c      1951           1041        1040        20                -          -3.0000          -
35489.70/1960.68	c      1961           1157        1120        20                -          -3.0000          -
35645.76/1968.53	c      1969           1069          19        20                -          -3.0000          -
35752.55/1973.91	c      1974           1181        1138        20                -          -3.0000          -
35856.22/1979.17	c      1979           1181        1138        20                -          -3.0000          -
35962.04/1984.55	c      1985           1181        1138        20                -          -3.0000          -
36062.80/1989.69	c      1990           1182        1137        20                -          -3.0000          -
36161.53/1994.69	c      1995           1182        1137        20                -          -3.0000          -
36269.06/2000.11	c      2000           1182        1137        20                -          -3.0000          -
36369.85/2005.19	c      2005           1183        1136        20                -          -3.0000          -
36471.96/2010.33	c      2010           1183        1136        20                -          -3.0000          -
36572.87/2015.41	c      2015           1183        1136        20                -          -3.0000          -
36675.68/2020.60	c      2021           1184        1135        20                -          -3.0000          -
36778.58/2025.83	c      2026           1184        1135        20                -          -3.0000          -
36877.47/2030.88	c      2031           1184        1135        20                -          -3.0000          -
36986.34/2036.37	c      2036           1185        1134        20                -          -3.0000          -
37085.39/2041.39	c      2041           1185        1134        20                -          -3.0000          -
37186.01/2046.46	c      2046           1185        1134        20                -          -3.0000          -
37286.88/2051.56	c      2052           1186        1133        20                -          -3.0000          -
37387.82/2056.63	c      2057           1186        1133        20                -          -3.0000          -
37495.43/2062.13	c      2062           1186        1133        20                -          -3.0000          -
37599.50/2067.38	c      2067           1187        1132        20                -          -3.0000          -
37722.15/2073.51	c      2074           1187        1132        20                -          -3.0000          -
37826.94/2078.86	c      2079           1187        1132        20                -          -3.0000          -
37935.66/2084.36	c      2084           1188        1131        20                -          -3.0000          -
38046.50/2089.91	c      2090           1188        1131        20                -          -3.0000          -
38095.30/2092.45	c *    2092           1188        1131        20   694638286.0000          -3.0000          -
38197.71/2097.61	c      2098           3491        2441        20   694638286.0000          -3.0000          -
38409.49/2108.44	c      2108           3491        2441        20   694638286.0000          -3.0000          -
38521.00/2114.10	c      2114           3491        2441        20   694638286.0000          -3.0000          -
38688.12/2122.54	c      2123           1191        1128        20   694638286.0000          -3.0000          -
38854.06/2131.04	c      2131           3491        2443        20   694638286.0000          -3.0000          -
38966.78/2136.66	c      2137           3491        2443        20   694638286.0000          -3.0000          -
39174.80/2147.20	c      2147           3491        2443        20   694638286.0000          -3.0000          -
39411.79/2159.18	c      2159           3492        2444        20   694638286.0000          -3.0000          -
39683.14/2172.99	c      2173           3492        2442        20   694638286.0000          -3.0000          -
39801.51/2178.94	c      2179           3492        2442        20   694638286.0000          -3.0000          -
39900.35/2183.95	c      2184           1195        1124        20   694638286.0000          -3.0000          -
40030.82/2190.58	c      2191           1195        1124        20   694638286.0000          -3.0000          -
40291.73/2203.76	c      2204           3510        2462        20   694638286.0000          -3.0000          -
40423.89/2210.43	c      2210           3510        2462        20   694638286.0000          -3.0000          -
40555.07/2217.06	c      2217           3510        2462        20   694638286.0000          -3.0000          -
40661.34/2222.49	c      2222           3510        2462        20   694638286.0000          -3.0000          -
40803.54/2229.63	c      2230           3511        2461        20   694638286.0000          -3.0000          -
41007.29/2240.02	c      2240           3511        2461        20   694638286.0000          -3.0000          -
41123.64/2245.87	c      2246           1200        1119        20   694638286.0000          -3.0000          -
41258.15/2252.61	c      2253           1200        1119        20   694638286.0000          -3.0000          -
41551.05/2267.46	c      2267           3530        2482        20   694638286.0000          -3.0000          -
41723.48/2276.17	c      2276           3530        2482        20   694638286.0000          -3.0000          -
41837.69/2281.91	c      2282           1202        1117        20   694638286.0000          -3.0000          -
41872.76/2283.76	c *    2284           1202        1117        20   258180447.0000          -3.0000          -
42098.91/2295.17	c      2295           3591        2539        20   258180447.0000          -3.0000          -
42199.40/2300.28	c      2300           3591        2539        20   258180447.0000          -3.0000          -
42382.70/2309.59	c      2310           1204        1096        20   258180447.0000          -3.0000          -
42485.54/2314.74	c      2315           1204        1096        20   258180447.0000          -3.0000          -
42683.06/2324.75	c      2325           3591        2541        20   258180447.0000          -3.0000          -
42857.08/2333.59	c      2334           3591        2541        20   258180447.0000          -3.0000          -
42959.85/2338.76	c *    2339           3591        2541        20   257858583.0000          -3.0000          -
42959.85/2338.76	c      2339           3591        2541        20   257858583.0000          -3.0000          -
42981.61/2339.88	c *    2340           3591        2541        20   257774679.0000          -3.0000          -
42999.16/2340.77	c *    2341           3591        2541        20   257171668.0000          -3.0000          -
43016.53/2341.67	c *    2342           3591        2541        20   257087764.0000          -3.0000          -
43087.50/2345.26	c      2345           1207        1093        20   257087764.0000          -3.0000          -
43235.44/2352.75	c      2353           3625        2524        20   257087764.0000          -3.0000          -
43450.81/2363.68	c      2364           3594        2516        20   257087764.0000          -3.0000          -
43571.40/2369.75	c      2370           3637        2533        20   257087764.0000          -3.0000          -
43793.23/2380.93	c      2381           3637        2533        20   257087764.0000          -3.0000          -
43909.67/2386.81	c      2387           3598        2518        20   257087764.0000          -3.0000          -
43959.04/2389.34	c *    2389           3598        2518        20   256582637.0000          -3.0000          -
43986.71/2390.77	c *    2391           3598        2518        20   256498733.0000          -3.0000          -
44052.24/2394.07	c      2394           3598        2518        20   256498733.0000          -3.0000          -
44295.20/2406.36	c      2406           3671        2524        20   256498733.0000          -3.0000          -
44425.86/2413.02	c      2413           1213        1087        20   256498733.0000          -3.0000          -
44561.94/2419.85	c      2420           3679        2530        20   256498733.0000          -3.0000          -
44719.94/2427.86	c      2428           1214        1086        20   256498733.0000          -3.0000          -
44873.33/2435.62	c      2436           3599        2519        20   256498733.0000          -3.0000          -
44928.08/2438.45	c *    2438           3599        2519        20   256060289.0000          -3.0000          -
45050.75/2444.64	c      2445           3599        2519        20   256060289.0000          -3.0000          -
45153.73/2449.82	c      2450           3599        2519        20   256060289.0000          -3.0000          -
45264.57/2455.47	c      2455           3599        2519        20   256060289.0000          -3.0000          -
45379.35/2461.29	c      2461           3599        2519        20   256060289.0000          -3.0000          -
45569.01/2470.87	c      2471           3599        2519        20   256060289.0000          -3.0000          -
45692.21/2477.12	c      2477           3868        2529        20   256060289.0000          -3.0000          -
45834.29/2484.21	c      2484           3602        2520        20   256060289.0000          -3.0000          -
46020.31/2493.66	c      2494           3602        2520        20   256060289.0000          -3.0000          -
46127.70/2499.12	c      2499           3602        2520        20   256060289.0000          -3.0000          -
46289.33/2507.25	c      2507           3872        2533        20   256060289.0000          -3.0000          -
46407.79/2513.26	c      2513           3620        2538        20   256060289.0000          -3.0000          -
46520.66/2518.91	c      2519           1221        1079        20   256060289.0000          -3.0000          -
46629.66/2524.46	c      2524           1221        1079        20   256060289.0000          -3.0000          -
46778.04/2532.00	c      2532           3872        2533        20   256060289.0000          -3.0000          -
46944.29/2540.37	c      2540           3872        2533        20   256060289.0000          -3.0000          -
47062.93/2546.36	c      2546           3872        2533        20   256060289.0000          -3.0000          -
47274.73/2557.07	c      2557           3872        2533        20   256060289.0000          -3.0000          -
47381.28/2562.48	c      2562           1224        1076        20   256060289.0000          -3.0000          -
47509.92/2568.96	c      2569           1224        1076        20   256060289.0000          -3.0000          -
47792.91/2583.20	c      2583           3775        2561        20   256060289.0000          -3.0000          -
47910.27/2589.15	c      2589           3912        2527        20   256060289.0000          -3.0000          -
48133.28/2600.42	c      2600           3912        2527        20   256060289.0000          -3.0000          -
48428.26/2615.39	c      2615           3912        2527        20   256060289.0000          -3.0000          -
48546.78/2621.30	c      2621           3912        2527        20   256060289.0000          -3.0000          -
48701.73/2629.14	c      2629           3912        2527        20   256060289.0000          -3.0000          -
48833.70/2635.80	c      2636           3912        2527        20   256060289.0000          -3.0000          -
48998.64/2644.14	c      2644           3800        2580        20   256060289.0000          -3.0000          -
49162.41/2652.46	c      2652           3800        2580        20   256060289.0000          -3.0000          -
49269.37/2657.87	c      2658           1230        1070        20   256060289.0000          -3.0000          -
49382.32/2663.50	c      2664           1230        1070        20   256060289.0000          -3.0000          -
49499.25/2669.42	c      2669           1230        1070        20   256060289.0000          -3.0000          -
49603.99/2674.73	c      2675           3811        2573        20   256060289.0000          -3.0000          -
49748.78/2682.10	c      2682           1231        1069        20   256060289.0000          -3.0000          -
49847.73/2687.12	c      2687           3991        2523        20   256060289.0000          -3.0000          -
49948.75/2692.18	c      2692           3991        2523        20   256060289.0000          -3.0000          -
50051.25/2697.39	c      2697           1232        1068        20   256060289.0000          -3.0000          -
50085.45/2699.10	c *    2699           1232        1068        20   233622584.0000          -3.0000          -
50098.70/2699.71	c *    2700           1232        1068        20   168007832.0000          -3.0000          -
50169.94/2703.33	c      2703           1232        1068        20   168007832.0000          -3.0000          -
50336.36/2711.78	c      2712           1233        1067        20   168007832.0000          -3.0000          -
50490.64/2719.57	c      2720           1233        1067        20   168007832.0000          -3.0000          -
50593.53/2724.70	c      2725           4021        2573        20   168007832.0000          -3.0000          -
50701.09/2730.19	c      2730           4021        2573        20   168007832.0000          -3.0000          -
50821.23/2736.26	c      2736           4021        2573        20   168007832.0000          -3.0000          -
50934.15/2741.98	c      2742           1236         995        20   168007832.0000          -3.0000          -
51041.08/2747.38	c      2747           1236         995        20   168007832.0000          -3.0000          -
51197.50/2755.24	c      2755           4023        2570        20   168007832.0000          -3.0000          -
51302.39/2760.52	c      2761           4023        2570        20   168007832.0000          -3.0000          -
51417.19/2766.31	c      2766           1237         994        20   168007832.0000          -3.0000          -
51524.09/2771.77	c      2772           4027        2566        20   168007832.0000          -3.0000          -
51631.55/2777.20	c      2777           4027        2566        20   168007832.0000          -3.0000          -
51743.95/2782.83	c      2783           1239         992        20   168007832.0000          -3.0000          -
51854.72/2788.49	c      2788           1240         991        20   168007832.0000          -3.0000          -
52054.65/2798.57	c      2799           1240         991        20   168007832.0000          -3.0000          -
52206.69/2806.25	c      2806           4042        2553        20   168007832.0000          -3.0000          -
52325.59/2812.23	c      2812           1242         989        20   168007832.0000          -3.0000          -
52438.35/2817.90	c      2818           4158        2550        20   168007832.0000          -3.0000          -
52545.26/2823.39	c      2823           4158        2550        20   168007832.0000          -3.0000          -
52654.26/2828.85	c      2829           4158        2550        20   168007832.0000          -3.0000          -
52773.04/2834.83	c      2835           4158        2550        20   168007832.0000          -3.0000          -
52916.04/2842.09	c      2842           1245         986        20   168007832.0000          -3.0000          -
53017.05/2847.15	c      2847           1245         986        20   168007832.0000          -3.0000          -
53117.37/2852.22	c      2852           4159        2549        20   168007832.0000          -3.0000          -
53222.25/2857.58	c      2858           1246         985        20   168007832.0000          -3.0000          -
53322.98/2862.63	c      2863           1246         985        20   168007832.0000          -3.0000          -
53391.91/2866.13	c *    2866           4221        2545        20   144212840.0000          -3.0000          -
53438.99/2868.60	c      2869           4221        2545        20   144212840.0000          -3.0000          -
53601.00/2876.74	c      2877           4221        2545        20   144212840.0000          -3.0000          -
53664.05/2879.92	c *    2880           4221        2545        20   143530316.0000          -3.0000          -
53709.64/2882.24	c      2882           4221        2545        20   143530316.0000          -3.0000          -
53822.43/2888.02	c      2888           4221        2545        20   143530316.0000          -3.0000          -
53932.26/2893.53	c *    2894           4221        2545        20   142929596.0000          -3.0000          -
53932.26/2893.53	c      2894           4221        2545        20   142929596.0000          -3.0000          -
54058.78/2899.97	c      2900           4221        2545        20   142929596.0000          -3.0000          -
54290.59/2911.66	c      2912           6412        2422        20   142929596.0000          -3.0000          -
54397.91/2917.04	c      2917           6412        2422        20   142929596.0000          -3.0000          -
54516.82/2923.07	c      2923           6412        2422        20   142929596.0000          -3.0000          -
54627.01/2928.68	c      2929           6412        2422        20   142929596.0000          -3.0000          -
54734.35/2934.12	c      2934           1251         917        20   142929596.0000          -3.0000          -
54840.64/2939.40	c      2939           1251         917        20   142929596.0000          -3.0000          -
54943.65/2944.61	c      2945           4350        2567        20   142929596.0000          -3.0000          -
55044.73/2949.79	c      2950           1252         915        20   142929596.0000          -3.0000          -
55155.68/2955.34	c      2955           1252         915        20   142929596.0000          -3.0000          -
55256.72/2960.43	c      2960           6813        2821        20   142929596.0000          -3.0000          -
55359.66/2965.68	c      2966           6813        2821        20   142929596.0000          -3.0000          -
55460.63/2970.75	c      2971           4643        2575        20   142929596.0000          -3.0000          -
55561.55/2975.80	c      2976           4643        2575        20   142929596.0000          -3.0000          -
55666.99/2981.18	c      2981           6832        2842        20   142929596.0000          -3.0000          -
55767.33/2986.28	c      2986           1255         911        20   142929596.0000          -3.0000          -
55872.32/2991.53	c      2992           4729          19        20   142929596.0000          -3.0000          -
55989.08/2997.42	c      2997           6834        2842        20   142929596.0000          -3.0000          -
56095.95/3002.87	c      3003           1258         908        20   142929596.0000          -3.0000          -
56199.57/3008.06	c      3008           1259         907        20   142929596.0000          -3.0000          -
56298.45/3013.09	c      3013           1259         907        20   142929596.0000          -3.0000          -
56400.81/3018.27	c      3018           1259         907        20   142929596.0000          -3.0000          -
56501.88/3023.38	c      3023           1260         906        20   142929596.0000          -3.0000          -
56612.66/3029.00	c      3029           1260         906        20   142929596.0000          -3.0000          -
56727.72/3034.77	c      3035           1260         906        20   142929596.0000          -3.0000          -
56830.55/3040.03	c      3040           7753        3761        20   142929596.0000          -3.0000          -
56934.07/3045.14	c      3045           1262         904        20   142929596.0000          -3.0000          -
57036.40/3050.30	c      3050           1262         904        20   142929596.0000          -3.0000          -
57139.18/3055.52	c      3056           7993        4001        20   142929596.0000          -3.0000          -
57245.85/3060.93	c      3061           7993        4001        20   142929596.0000          -3.0000          -
57367.14/3067.05	c      3067           7993        4001        20   142929596.0000          -3.0000          -
57473.45/3072.47	c      3072           1267         899        20   142929596.0000          -3.0000          -
57578.46/3077.80	c      3078           1267         899        20   142929596.0000          -3.0000          -
57679.43/3082.87	c      3083           1268         898        20   142929596.0000          -3.0000          -
57782.85/3088.07	c      3088           1271         895        20   142929596.0000          -3.0000          -
57885.18/3093.24	c      3093           1271         895        20   142929596.0000          -3.0000          -
57986.22/3098.35	c      3098           8623        4631        20   142929596.0000          -3.0000          -
58087.11/3103.40	c      3103           8623        4631        20   142929596.0000          -3.0000          -
58201.79/3109.24	c      3109           1278         888        20   142929596.0000          -3.0000          -
58306.76/3114.52	c      3115           8451        3741        20   142929596.0000          -3.0000          -
58416.21/3120.12	c      3120           1281         885        20   142929596.0000          -3.0000          -
58528.61/3125.76	c      3126           1281         885        20   142929596.0000          -3.0000          -
58657.30/3132.20	c      3132           9234        5242        20   142929596.0000          -3.0000          -
58835.36/3141.23	c      3141           8711        4001        20   142929596.0000          -3.0000          -
58940.08/3146.53	c      3147           9312        5322        20   142929596.0000          -3.0000          -
59046.93/3151.90	c      3152           9312        5322        20   142929596.0000          -3.0000          -
59165.74/3157.97	c      3158           9312        5322        20   142929596.0000          -3.0000          -
59272.68/3163.40	c      3163           9312        5322        20   142929596.0000          -3.0000          -
59377.63/3168.61	c      3169           9312        5322        20   142929596.0000          -3.0000          -
59478.60/3173.74	c      3174           9312        5322        20   142929596.0000          -3.0000          -
59595.44/3179.65	c      3180           9312        5322        20   142929596.0000          -3.0000          -
59710.26/3185.42	c      3185           9312        5322        20   142929596.0000          -3.0000          -
59821.75/3191.06	c      3191           9312        5322        20   142929596.0000          -3.0000          -
59925.86/3196.33	c      3196          10051        5341        20   142929596.0000          -3.0000          -
60039.37/3202.09	c      3202          10051        5341        20   142929596.0000          -3.0000          -
60140.39/3207.15	c      3207          10051        5341        20   142929596.0000          -3.0000          -
60239.74/3212.17	c      3212           1288         878        20   142929596.0000          -3.0000          -
60387.50/3219.60	c      3220          10090        5382        20   142929596.0000          -3.0000          -
60488.49/3224.75	c      3225          10090        5382        20   142929596.0000          -3.0000          -
60617.09/3231.29	c      3231          10090        5382        20   142929596.0000          -3.0000          -
60759.61/3238.44	c      3238          10090        5382        20   142929596.0000          -3.0000          -
60900.26/3245.59	c      3246          10090        5382        20   142929596.0000          -3.0000          -
61003.19/3250.71	c      3251          10090        5382        20   142929596.0000          -3.0000          -
61112.00/3256.27	c      3256           1294         872        20   142929596.0000          -3.0000          -
61216.94/3261.59	c      3262           1294         872        20   142929596.0000          -3.0000          -
61326.36/3267.07	c      3267          10314        5582        20   142929596.0000          -3.0000          -
61428.80/3272.28	c      3272           1295         871        20   142929596.0000          -3.0000          -
61544.10/3278.04	c      3278           1295         871        20   142929596.0000          -3.0000          -
61678.07/3284.83	c      3285          10317        5549        20   142929596.0000          -3.0000          -
61781.68/3290.04	c      3290           1297         869        20   142929596.0000          -3.0000          -
61895.95/3295.84	c      3296           1297         869        20   142929596.0000          -3.0000          -
62001.62/3301.17	c      3301          10318        5547        20   142929596.0000          -3.0000          -
62115.74/3307.00	c      3307           1298         868        20   142929596.0000          -3.0000          -
62222.64/3312.34	c      3312          10326        5538        20   142929596.0000          -3.0000          -
62325.59/3317.54	c      3318           1300         866        20   142929596.0000          -3.0000          -
62430.51/3322.88	c      3323           1300         866        20   142929596.0000          -3.0000          -
62537.34/3328.27	c      3328          10344        5169        20   142929596.0000          -3.0000          -
62636.27/3333.29	c      3333          10344        5169        20   142929596.0000          -3.0000          -
62747.23/3338.86	c      3339           1301         865        20   142929596.0000          -3.0000          -
62862.05/3344.60	c      3345          10839        6161        20   142929596.0000          -3.0000          -
62974.91/3350.36	c      3350          10839        6161        20   142929596.0000          -3.0000          -
63093.73/3356.37	c      3356           1302         864        20   142929596.0000          -3.0000          -
63196.69/3361.55	c      3362           1304         862        20   142929596.0000          -3.0000          -
63297.55/3366.63	c      3367           1304         862        20   142929596.0000          -3.0000          -
63398.55/3371.77	c      3372           1304         862        20   142929596.0000          -3.0000          -
63507.67/3377.27	c      3377           1305         861        20   142929596.0000          -3.0000          -
63606.44/3382.29	c      3382           1305         861        20   142929596.0000          -3.0000          -
63725.15/3388.27	c      3388           1305         861        20   142929596.0000          -3.0000          -
63838.04/3393.99	c      3394          10370        5136        20   142929596.0000          -3.0000          -
63942.90/3399.21	c      3399           1306         860        20   142929596.0000          -3.0000          -
64051.79/3404.80	c      3405           1307         859        20   142929596.0000          -3.0000          -
64157.32/3410.11	c      3410           1307         859        20   142929596.0000          -3.0000          -
64267.59/3415.61	c      3416           1307         859        20   142929596.0000          -3.0000          -
64372.55/3421.02	c      3421           1308         858        20   142929596.0000          -3.0000          -
64474.32/3426.04	c      3426           1308         858        20   142929596.0000          -3.0000          -
64564.24/3430.68	c *    3431           1308         858        20   124439115.0000          -3.0000          -
64578.05/3431.31	c      3431           1308         858        20   124439115.0000          -3.0000          -
64686.97/3436.85	c      3437          13081        1806        20   124439115.0000          -3.0000          -
64734.44/3439.26	c *    3439           1310         856        20   124021707.0000          -3.0000          -
64748.13/3439.94	c *    3440           1310         856        20   123963920.0000          -3.0000          -
64793.55/3442.23	c      3442           1310         856        20   123963920.0000          -3.0000          -
64813.03/3443.29	c *    3443           1310         856        20   102435411.0000          -3.0000          -
64903.55/3447.81	c      3448           1310         856        20   102435411.0000          -3.0000          -
65020.17/3453.71	c      3454          13175        1784        20   102435411.0000          -3.0000          -
65125.52/3459.10	c      3459          13175        1784        20   102435411.0000          -3.0000          -
65235.99/3464.62	c      3465          13175        1784        20   102435411.0000          -3.0000          -
65365.41/3471.18	c      3471          13175        1784        20   102435411.0000          -3.0000          -
65482.15/3477.06	c      3477          10501        3120        20   102435411.0000          -3.0000          -
65584.48/3482.22	c      3482          10501        3120        20   102435411.0000          -3.0000          -
65709.04/3488.59	c      3489           1314         701        20   102435411.0000          -3.0000          -
65818.41/3494.11	c      3494           1314         701        20   102435411.0000          -3.0000          -
65936.80/3500.08	c      3500          10517        3099        20   102435411.0000          -3.0000          -
66047.33/3505.64	c      3506          10517        3099        20   102435411.0000          -3.0000          -
66146.40/3510.65	c      3511          10517        3099        20   102435411.0000          -3.0000          -
66263.24/3516.50	c      3517          10517        3099        20   102435411.0000          -3.0000          -
66364.25/3521.68	c      3522          10517        3099        20   102435411.0000          -3.0000          -
66474.89/3527.22	c      3527          10517        3099        20   102435411.0000          -3.0000          -
66581.80/3532.69	c      3533          13761        1803        20   102435411.0000          -3.0000          -
66706.28/3538.94	c      3539          13761        1803        20   102435411.0000          -3.0000          -
66811.10/3544.21	c      3544          13761        1803        20   102435411.0000          -3.0000          -
66935.83/3550.53	c      3551          10591        3063        20   102435411.0000          -3.0000          -
67056.65/3556.69	c      3557          10591        3063        20   102435411.0000          -3.0000          -
67161.49/3561.91	c      3562          10591        3063        20   102435411.0000          -3.0000          -
67276.33/3567.70	c      3568          10591        3063        20   102435411.0000          -3.0000          -
67383.76/3573.20	c      3573          10591        3063        20   102435411.0000          -3.0000          -
67500.42/3579.09	c      3579          10591        3063        20   102435411.0000          -3.0000          -
67608.75/3584.59	c      3585          13880        1802        20   102435411.0000          -3.0000          -
67731.48/3590.80	c      3591          13880        1802        20   102435411.0000          -3.0000          -
67848.37/3596.65	c      3597          13880        1802        20   102435411.0000          -3.0000          -
68028.45/3605.72	c      3606          10623        3059        20   102435411.0000          -3.0000          -
68158.63/3612.34	c      3612           1337         675        20   102435411.0000          -3.0000          -
68285.21/3618.76	c      3619          10631        3060        20   102435411.0000          -3.0000          -
68386.12/3623.85	c      3624           1338         674        20   102435411.0000          -3.0000          -
68486.70/3628.91	c      3629          10740        3033        20   102435411.0000          -3.0000          -
68597.58/3634.57	c      3635          10740        3033        20   102435411.0000          -3.0000          -
68702.56/3639.86	c      3640          10740        3033        20   102435411.0000          -3.0000          -
68815.42/3645.53	c      3646          10740        3033        20   102435411.0000          -3.0000          -
68934.23/3651.56	c      3652          10740        3033        20   102435411.0000          -3.0000          -
69037.17/3656.72	c      3657          10740        3033        20   102435411.0000          -3.0000          -
69144.69/3662.15	c      3662          10740        3033        20   102435411.0000          -3.0000          -
69243.59/3667.21	c      3667           1356         656        20   102435411.0000          -3.0000          -
69347.62/3672.43	c      3672           1356         656        20   102435411.0000          -3.0000          -
69454.63/3677.84	c      3678           1357         655        20   102435411.0000          -3.0000          -
69555.71/3682.91	c      3683           1357         655        20   102435411.0000          -3.0000          -
69668.61/3688.68	c      3689           1357         655        20   102435411.0000          -3.0000          -
69776.22/3694.10	c      3694          11116        2942        20   102435411.0000          -3.0000          -
69877.13/3699.13	c      3699          11116        2942        20   102435411.0000          -3.0000          -

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: 4
  memory of node 0: 191633 MiB (88434 MiB free)
  memory of node 1: 193531 MiB (167834 MiB free)
  memory of node 2: 193531 MiB (140689 MiB free)
  memory of node 3: 193531 MiB (136531 MiB free)
  node distances:
     10  21  21  21
     21  10  21  21
     21  21  10  21
     21  21  21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465445-1723626040/watcher-4465445-1723626040 -o /tmp/evaluation-result-4465445-1723626040/solver-4465445-1723626040 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726874 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465445-1723626040.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 199680000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 199731200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=732562, runsolver pid=732559
Current StackSize limit: 8192 KiB


[startup+0.100122 s]*
/proc/loadavg: 81.21 80.85 79.28 61/985 732563
/proc/meminfo: memFree=546166252/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=170608 memory=155316 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 36719 0 0 0 6 5 0 0 20 0 1 0 129190812 174702592 38829 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 42652 38829 2347 3035 0 39048 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 170608 KiB
Current children cumulated memory: 155316 KiB

[startup+0.222279 s]*
/proc/loadavg: 79.51 80.51 79.18 62/985 732563
/proc/meminfo: memFree=546102176/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=230856 memory=215172 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 51718 0 0 0 15 8 0 0 20 0 1 0 129190812 236396544 53793 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 57714 53793 2347 3035 0 54110 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 230856 KiB
Current children cumulated memory: 215172 KiB

[startup+0.322044 s]*
/proc/loadavg: 79.51 80.51 79.18 62/985 732563
/proc/meminfo: memFree=546031488/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=298192 memory=282392 CPUtime=0.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 68488 0 0 0 22 11 0 0 20 0 1 0 129190812 305348608 70598 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 74548 70598 2347 3035 0 70944 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 298192 KiB
Current children cumulated memory: 282392 KiB

[startup+0.700266 s]
/proc/loadavg: 79.51 80.51 79.18 63/985 732563
/proc/meminfo: memFree=545920496/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=436468 memory=420732 CPUtime=0.68 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 102051 0 0 0 52 16 0 0 20 0 1 0 129190812 446943232 105183 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 109117 105183 2347 3035 0 105513 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 436468 KiB
Current children cumulated memory: 420732 KiB

[startup+1.50029 s]
/proc/loadavg: 79.51 80.51 79.18 62/985 732563
/proc/meminfo: memFree=545792112/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=700372 memory=684888 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 166002 0 0 0 122 26 0 0 20 0 1 0 129190812 717180928 171156 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 175093 171222 2347 3035 0 171489 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 700372 KiB
Current children cumulated memory: 684888 KiB

[startup+3.12173 s]
/proc/loadavg: 79.51 80.51 79.18 62/985 732564
/proc/meminfo: memFree=544733764/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=1589236 memory=1572308 CPUtime=3.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 382770 0 0 0 247 63 0 0 20 0 1 0 129190812 1627377664 393077 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 397309 393077 2555 3035 0 393705 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1589236 KiB
Current children cumulated memory: 1572308 KiB

[startup+6.30027 s]
/proc/loadavg: 78.03 80.18 79.08 62/985 732564
/proc/meminfo: memFree=544089380/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=2561688 memory=2519324 CPUtime=6.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 512083 0 0 0 535 91 0 0 20 0 1 0 129190812 2623168512 629831 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 640422 629831 2678 3035 0 636818 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 2561688 KiB
Current children cumulated memory: 2519324 KiB

[startup+12.7003 s]
/proc/loadavg: 76.66 79.86 78.98 62/985 732566
/proc/meminfo: memFree=543701668/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=2714236 memory=2670744 CPUtime=12.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 532990 0 0 0 1158 105 0 0 20 0 1 0 129190812 2779377664 667686 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 678559 667686 2726 3035 0 674955 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2714236 KiB
Current children cumulated memory: 2670744 KiB

[startup+25.5003 s]
/proc/loadavg: 74.25 79.24 78.79 62/985 732580
/proc/meminfo: memFree=543304072/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=2949220 memory=2896016 CPUtime=25.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 680865 0 0 0 2405 133 0 0 20 0 1 0 129190812 3020001280 724004 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 737305 724004 2758 3035 0 733701 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2949220 KiB
Current children cumulated memory: 2896016 KiB

[startup+51.1223 s]
/proc/loadavg: 69.16 77.53 78.23 62/985 732584
/proc/meminfo: memFree=542771592/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=3081680 memory=3033548 CPUtime=50.88 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 687238 0 0 0 4950 138 0 0 20 0 1 0 129190812 3155640320 758387 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 770420 758387 2774 3035 0 766816 0
Current children cumulated CPU time: 50.88 s
Current children cumulated vsize: 3081680 KiB
Current children cumulated memory: 3033548 KiB

[startup+102.3 s]
/proc/loadavg: 64.66 75.01 77.34 62/985 732595
/proc/meminfo: memFree=542483436/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=3081680 memory=3035424 CPUtime=101.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) R 732559 732562 726863 0 -1 4194304 687560 0 0 0 10043 139 0 0 20 0 1 0 129190812 3155640320 758856 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 770420 758856 2774 3035 0 766816 0
Current children cumulated CPU time: 101.82 s
Current children cumulated vsize: 3081680 KiB
Current children cumulated memory: 3035424 KiB

[startup+162.301 s]
/proc/loadavg: 62.76 72.57 76.35 62/1005 732626
/proc/meminfo: memFree=532721124/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=14527140 memory=12940880 CPUtime=161.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) S 732559 732562 726863 0 -1 1077936128 3218108 0 0 0 15641 539 0 0 20 0 21 0 129190812 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 3631785 3235220 2790 3035 0 3320919 0
[pid=732562/tid=732604] ppid=732559 vsize=14527140 memory=3053572 CPUtime=1.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732604/stat : 732604 (fscip) S 732559 732562 726863 0 -1 1077936192 171056 0 0 0 80 27 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732605] ppid=732559 vsize=14527140 memory=16240 CPUtime=1.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732605/stat : 732605 (fscip) S 732559 732562 726863 0 -1 1077936192 193390 0 0 0 83 28 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732606] ppid=732559 vsize=14527140 memory=2268 CPUtime=1.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732606/stat : 732606 (fscip) S 732559 732562 726863 0 -1 1077936192 185079 0 0 0 83 26 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732607] ppid=732559 vsize=14527140 memory=1996 CPUtime=1.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732607/stat : 732607 (fscip) S 732559 732562 726863 0 -1 1077936192 174814 0 0 0 83 26 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732608] ppid=732559 vsize=14527140 memory=3061380 CPUtime=1.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732608/stat : 732608 (fscip) S 732559 732562 726863 0 -1 1077936192 174853 0 0 0 81 27 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732609] ppid=732559 vsize=14527140 memory=1836 CPUtime=1.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732609/stat : 732609 (fscip) S 732559 732562 726863 0 -1 1077936192 174655 0 0 0 83 27 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732610] ppid=732559 vsize=14527140 memory=29836768444022866 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732610/stat : 732610 (fscip) S 732559 732562 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732611] ppid=732559 vsize=14527140 memory=25333125866717268 CPUtime=1.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732611/stat : 732611 (fscip) S 732559 732562 726863 0 -1 1077936192 171036 0 0 0 81 27 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732612] ppid=732559 vsize=14527140 memory=52976 CPUtime=0.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732612/stat : 732612 (fscip) R 732559 732562 726863 0 -1 4194368 75790 0 0 0 16 11 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732613] ppid=732559 vsize=14527140 memory=3034636 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732613/stat : 732613 (fscip) S 732559 732562 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732614] ppid=732559 vsize=14527140 memory=3053476 CPUtime=1.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732614/stat : 732614 (fscip) S 732559 732562 726863 0 -1 1077936192 175392 0 0 0 83 26 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732615] ppid=732559 vsize=14527140 memory=11424 CPUtime=1.08 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732615/stat : 732615 (fscip) S 732559 732562 726863 0 -1 1077936192 171035 0 0 0 82 26 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732616] ppid=732559 vsize=14527140 memory=35528 CPUtime=1.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732616/stat : 732616 (fscip) S 732559 732562 726863 0 -1 1077936192 171035 0 0 0 78 29 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732617] ppid=732559 vsize=14527140 memory=279921408047168 CPUtime=1.07 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732617/stat : 732617 (fscip) S 732559 732562 726863 0 -1 1077936192 171036 0 0 0 79 28 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732618] ppid=732559 vsize=14527140 memory=33860 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732618/stat : 732618 (fscip) S 732559 732562 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732619] ppid=732559 vsize=14527140 memory=4706616 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732619/stat : 732619 (fscip) S 732559 732562 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732620] ppid=732559 vsize=14527140 memory=6081104596584526186 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732620/stat : 732620 (fscip) S 732559 732562 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732621] ppid=732559 vsize=14527140 memory=3434512 CPUtime=1.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732621/stat : 732621 (fscip) S 732559 732562 726863 0 -1 1077936192 182514 0 0 0 83 26 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732622] ppid=732559 vsize=14527140 memory=18472 CPUtime=1.09 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732622/stat : 732622 (fscip) S 732559 732562 726863 0 -1 1077936192 171036 0 0 0 84 25 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732623] ppid=732559 vsize=14527140 memory=12185044 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732623/stat : 732623 (fscip) S 732559 732562 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129205478 14875791360 3235220 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 14527140 KiB
Current children cumulated memory: 12940880 KiB

[startup+222.302 s]
/proc/loadavg: 73.27 73.71 76.50 81/1023 732657

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

/proc/732562/task/732634/stat : 732634 (fscip) S 732559 732562 726863 0 -1 1077936192 480 0 0 0 0 3 0 0 20 0 41 0 129207773 141003431936 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732635] ppid=732559 vsize=137698664 memory=26960 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732635/stat : 732635 (fscip) S 732559 732562 726863 0 -1 1077936192 316 0 0 0 0 2 0 0 20 0 41 0 129207773 141003431936 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732636] ppid=732559 vsize=137698664 memory=31356 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732636/stat : 732636 (fscip) S 732559 732562 726863 0 -1 1077936192 549 0 0 0 0 3 0 0 20 0 41 0 129207773 141003431936 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732637] ppid=732559 vsize=137698664 memory=106583312 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732637/stat : 732637 (fscip) S 732559 732562 726863 0 -1 1077936192 342 0 0 0 0 3 0 0 20 0 41 0 129207773 141003431936 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732638] ppid=732559 vsize=137698664 memory=2268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732638/stat : 732638 (fscip) S 732559 732562 726863 0 -1 1077936192 423 0 0 0 2 1 0 0 20 0 41 0 129207773 141003431936 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732639] ppid=732559 vsize=137698664 memory=279921406782896 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732639/stat : 732639 (fscip) S 732559 732562 726863 0 -1 1077936192 500 0 0 0 1 2 0 0 20 0 41 0 129207773 141003431936 26646584 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732640] ppid=732559 vsize=137698664 memory=105543692 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732640/stat : 732640 (fscip) S 732559 732562 726863 0 -1 1077936192 358 0 0 0 0 3 0 0 20 0 41 0 129207773 141003431936 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732641] ppid=732559 vsize=137633128 memory=106583312 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732641/stat : 732641 (fscip) S 732559 732562 726863 0 -1 1077936192 304 0 0 0 1 1 0 0 20 0 41 0 129207775 140936323072 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732642] ppid=732559 vsize=137633128 memory=7176 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732642/stat : 732642 (fscip) S 732559 732562 726863 0 -1 1077936192 301 0 0 0 1 2 0 0 20 0 41 0 129207777 140936323072 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732643] ppid=732559 vsize=137633128 memory=36248 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732643/stat : 732643 (fscip) S 732559 732562 726863 0 -1 1077936192 540 0 0 0 2 2 0 0 20 0 41 0 129207777 140936323072 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732644] ppid=732559 vsize=137633128 memory=6720669848113921385 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732644/stat : 732644 (fscip) S 732559 732562 726863 0 -1 1077936192 626 0 0 0 1 2 0 0 20 0 41 0 129207777 140936323072 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732645] ppid=732559 vsize=137633128 memory=11424 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732645/stat : 732645 (fscip) S 732559 732562 726863 0 -1 1077936192 271 0 0 0 1 1 0 0 20 0 41 0 129207777 140936323072 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732646] ppid=732559 vsize=137633128 memory=11424 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732646/stat : 732646 (fscip) S 732559 732562 726863 0 -1 1077936192 289 0 0 0 0 2 0 0 20 0 41 0 129207777 140936323072 26646072 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
Current children cumulated CPU time: 68752.1 s
Current children cumulated vsize: 137698664 KiB
Current children cumulated memory: 106584288 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 20.02 20.29 28.58 21/885 734642
/proc/meminfo: memFree=619148404/790760800 swapFree=131071996/131071996
[pid=732562] ppid=732559 vsize=137902968 memory=106612836 CPUtime=69895 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/stat : 732562 (fscip) S 732559 732562 726863 0 -1 1077936128 269202911 0 0 0 6813573 175928 0 0 20 0 41 0 129190812 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 17 25 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
/proc/732562/statm: 34475742 26653209 3030 3035 0 33949725 0
[pid=732562/tid=732604] ppid=732559 vsize=137902968 memory=6720669848113921385 CPUtime=3491.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732604/stat : 732604 (fscip) R 732559 732562 726863 0 -1 4194368 13649098 0 0 0 347090 2011 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732605] ppid=732559 vsize=137902968 memory=-7449930866104755322 CPUtime=3497.42 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732605/stat : 732605 (fscip) R 732559 732562 726863 0 -1 4194368 2102114 0 0 0 349063 679 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732606] ppid=732559 vsize=137902968 memory=2152 CPUtime=3484.26 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732606/stat : 732606 (fscip) R 732559 732562 726863 0 -1 4194368 26735764 0 0 0 345192 3234 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732607] ppid=732559 vsize=137902968 memory=6056 CPUtime=3486.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732607/stat : 732607 (fscip) R 732559 732562 726863 0 -1 4194368 12468126 0 0 0 346772 1911 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732608] ppid=732559 vsize=137902968 memory=104 CPUtime=3496.4 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732608/stat : 732608 (fscip) R 732559 732562 726863 0 -1 4194368 1810407 0 0 0 348951 689 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732609] ppid=732559 vsize=137902968 memory=33100 CPUtime=3484.63 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732609/stat : 732609 (fscip) R 732559 732562 726863 0 -1 4194368 27718636 0 0 0 345067 3396 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732610] ppid=732559 vsize=137902968 memory=0 CPUtime=3489.38 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732610/stat : 732610 (fscip) R 732559 732562 726863 0 -1 4194368 18052552 0 0 0 346734 2204 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732611] ppid=732559 vsize=137902968 memory=0 CPUtime=3495.1 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732611/stat : 732611 (fscip) R 732559 732562 726863 0 -1 4194368 1834752 0 0 0 348839 671 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732612] ppid=732559 vsize=137902968 memory=0 CPUtime=3484.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732612/stat : 732612 (fscip) R 732559 732562 726863 0 -1 4194368 26680648 0 0 0 345179 3281 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732613] ppid=732559 vsize=137902968 memory=0 CPUtime=3489.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732613/stat : 732613 (fscip) R 732559 732562 726863 0 -1 4194368 16446739 0 0 0 346761 2220 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732614] ppid=732559 vsize=137902968 memory=0 CPUtime=3428.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732614/stat : 732614 (fscip) R 732559 732562 726863 0 -1 4194368 5044772 0 0 0 203772 139040 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732615] ppid=732559 vsize=137902968 memory=0 CPUtime=3487.29 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732615/stat : 732615 (fscip) R 732559 732562 726863 0 -1 4194368 14844350 0 0 0 346846 1883 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732616] ppid=732559 vsize=137902968 memory=0 CPUtime=3488.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732616/stat : 732616 (fscip) R 732559 732562 726863 0 -1 4194368 16767863 0 0 0 346674 2225 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732617] ppid=732559 vsize=137902968 memory=0 CPUtime=3499.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732617/stat : 732617 (fscip) R 732559 732562 726863 0 -1 4194368 1870246 0 0 0 349298 684 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732618] ppid=732559 vsize=137902968 memory=0 CPUtime=3483.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732618/stat : 732618 (fscip) R 732559 732562 726863 0 -1 4194368 28010053 0 0 0 344991 3329 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732619] ppid=732559 vsize=137902968 memory=0 CPUtime=3488.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732619/stat : 732619 (fscip) R 732559 732562 726863 0 -1 4194368 17837832 0 0 0 346547 2347 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732620] ppid=732559 vsize=137902968 memory=348366 CPUtime=3497.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732620/stat : 732620 (fscip) R 732559 732562 726863 0 -1 4194368 1817630 0 0 0 349041 661 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732621] ppid=732559 vsize=137902968 memory=347190 CPUtime=3489.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732621/stat : 732621 (fscip) R 732559 732562 726863 0 -1 4194368 15329935 0 0 0 346972 1931 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732622] ppid=732559 vsize=137902968 memory=347665 CPUtime=3489.27 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732622/stat : 732622 (fscip) R 732559 732562 726863 0 -1 4194368 17299108 0 0 0 346680 2247 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732623] ppid=732559 vsize=137902968 memory=348236 CPUtime=3494.45 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732623/stat : 732623 (fscip) R 732559 732562 726863 0 -1 4194368 1849481 0 0 0 348774 671 0 0 20 0 41 0 129205478 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732627] ppid=732559 vsize=137902968 memory=4 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732627/stat : 732627 (fscip) S 732559 732562 726863 0 -1 1077936192 445 0 0 0 0 3 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732628] ppid=732559 vsize=137902968 memory=3 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732628/stat : 732628 (fscip) S 732559 732562 726863 0 -1 1077936192 396 0 0 0 1 1 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732629] ppid=732559 vsize=137902968 memory=3 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732629/stat : 732629 (fscip) S 732559 732562 726863 0 -1 1077936192 406 0 0 0 1 2 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732630] ppid=732559 vsize=137902968 memory=2 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732630/stat : 732630 (fscip) S 732559 732562 726863 0 -1 1077936192 398 0 0 0 1 3 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732631] ppid=732559 vsize=137902968 memory=3 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732631/stat : 732631 (fscip) S 732559 732562 726863 0 -1 1077936192 312 0 0 0 1 2 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732632] ppid=732559 vsize=137902968 memory=2 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732632/stat : 732632 (fscip) S 732559 732562 726863 0 -1 1077936192 290 0 0 0 0 3 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732633] ppid=732559 vsize=137902968 memory=19600 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732633/stat : 732633 (fscip) S 732559 732562 726863 0 -1 1077936192 322 0 0 0 0 2 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732634] ppid=732559 vsize=137902968 memory=54680 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732634/stat : 732634 (fscip) S 732559 732562 726863 0 -1 1077936192 488 0 0 0 0 3 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732635] ppid=732559 vsize=137902968 memory=28496 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732635/stat : 732635 (fscip) S 732559 732562 726863 0 -1 1077936192 319 0 0 0 0 2 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732636] ppid=732559 vsize=137902968 memory=7644 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732636/stat : 732636 (fscip) S 732559 732562 726863 0 -1 1077936192 563 0 0 0 0 3 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732637] ppid=732559 vsize=137902968 memory=26960 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732637/stat : 732637 (fscip) S 732559 732562 726863 0 -1 1077936192 346 0 0 0 0 3 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732638] ppid=732559 vsize=137902968 memory=31356 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732638/stat : 732638 (fscip) S 732559 732562 726863 0 -1 1077936192 427 0 0 0 2 1 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732639] ppid=732559 vsize=137902968 memory=3672 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732639/stat : 732639 (fscip) S 732559 732562 726863 0 -1 1077936192 513 0 0 0 1 2 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732640] ppid=732559 vsize=137902968 memory=40436 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732640/stat : 732640 (fscip) S 732559 732562 726863 0 -1 1077936192 361 0 0 0 0 3 0 0 20 0 41 0 129207773 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732641] ppid=732559 vsize=137902968 memory=8240 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732641/stat : 732641 (fscip) S 732559 732562 726863 0 -1 1077936192 307 0 0 0 1 1 0 0 20 0 41 0 129207775 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732642] ppid=732559 vsize=137902968 memory=2112 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732642/stat : 732642 (fscip) S 732559 732562 726863 0 -1 1077936192 304 0 0 0 1 2 0 0 20 0 41 0 129207777 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732643] ppid=732559 vsize=137902968 memory=3308 CPUtime=0.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732643/stat : 732643 (fscip) S 732559 732562 726863 0 -1 1077936192 553 0 0 0 2 2 0 0 20 0 41 0 129207777 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732644] ppid=732559 vsize=137902968 memory=1704 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732644/stat : 732644 (fscip) S 732559 732562 726863 0 -1 1077936192 642 0 0 0 1 2 0 0 20 0 41 0 129207777 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732645] ppid=732559 vsize=137902968 memory=18200 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732645/stat : 732645 (fscip) S 732559 732562 726863 0 -1 1077936192 274 0 0 0 1 1 0 0 20 0 41 0 129207777 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
[pid=732562/tid=732646] ppid=732559 vsize=137902968 memory=28356 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/732562/task/732646/stat : 732646 (fscip) S 732559 732562 726863 0 -1 1077936192 292 0 0 0 0 2 0 0 20 0 41 0 129207777 141212639232 26653209 809668444160 4194304 16623229 140728067448432 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 25927680 140728067449862 140728067449980 140728067449980 140728067457008 0
Current children cumulated CPU time: 69895 s
Current children cumulated vsize: 137902968 KiB
Current children cumulated memory: 106612836 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=68136 s, system=1762.17 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3700.8 s]
/proc/loadavg: 20.02 20.29 28.58 2/846 734642
/proc/meminfo: memFree=624065148/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3701.6 s]
/proc/loadavg: 18.50 19.97 28.43 2/846 734642
/proc/meminfo: memFree=662214512/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3702 s]*
/proc/loadavg: 18.50 19.97 28.43 2/846 734644
/proc/meminfo: memFree=694919484/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3702.95
CPU time (s): 69898.2
CPU user time (s): 68136
CPU system time (s): 1762.17
CPU usage (%): 1887.63
Max. virtual memory (cumulated for all children) (KiB): 138024424
Max. memory (cumulated for all children) (KiB): 106612836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68136
system time used= 1762.17
maximum resident set size= 106616928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 269203536
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= 8601103
involuntary context switches= 166065


# summary of solver processes directly reported to runsolver:
#   pid: 732562
#   total CPU time (s): 69898.2
#   total CPU user time (s): 68136
#   total CPU system time (s): 1762.17

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4096 second user time and 88.2651 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 11:00:40
IDJOB=4465445
IDBENCH=155707
IDSOLVER=3094
FILE ID=nodeD101/4465445-1723626040
RUNJOBID= nodeD101-1723617207-726874
SLURM_JOB_ID= 8267907
Free space on /tmp= 8622740 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_2_mh_ic.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465445-1723626040/watcher-4465445-1723626040 -o /tmp/evaluation-result-4465445-1723626040/solver-4465445-1723626040 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726874 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465445-1723626040.opb -qsol -t 72000 -sth 20

TIME LIMIT= 72000 seconds
MEMORY LIMIT= 195000 MiB
NBCORE= 20

MD5SUM BENCH= 29fcddc0b5ddb2a2f51dd98e905e6f00
RANDOM SEED=339419792

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2723.866
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.997
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2659.886
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.321
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
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		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3746.764
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3630.642
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.997
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3349.895
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.997
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3604.996
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3844.370
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2629.079
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3553.029
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2908.566
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2857.738
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.997
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2872.496
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2626.134
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2829.468
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2632.981
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2845.849
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2627.129
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2820.064
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3208.228
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2643.113
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3230.653
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3200.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2929.504
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2650.466
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3085.011
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2832.525
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2665.597
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2836.965
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2863.463
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2183.189
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.979
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3199.999
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2187.529
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3056.662
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3198.625
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
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 art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        546294748 kB
MemAvailable:   604069320 kB
Buffers:         1155440 kB
Cached:         59874164 kB
SwapCached:            0 kB
Active:         18861056 kB
Inactive:       221701272 kB
Active(anon):       2128 kB
Inactive(anon): 179569512 kB
Active(file):   18858928 kB
Inactive(file): 42131760 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             65996 kB
Writeback:             4 kB
AnonPages:      179528664 kB
Mapped:           137328 kB
Shmem:             38920 kB
KReclaimable:     406824 kB
Slab:             821140 kB
SReclaimable:     406824 kB
SUnreclaim:       414316 kB
KernelStack:       16928 kB
PageTables:       403592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   27543964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1137792 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16971776 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      841728 kB
DirectMap2M:    132825088 kB
DirectMap1G:    672137216 kB

Free space on /tmp at the end= 8622856 MiB
End job on nodeD101 at 2024-08-14 12:02:24