Trace number 4465444

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) 69727.4 3703.34

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_1_mh_ic.opb
MD5SUMc67f7d2b84b900287505153e75597a80
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 benchmark4279450
Best CPU time to get the best result obtained on this benchmark3600.06
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 107171875
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 77582822106
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 107171875
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 77582822106
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.68/3.72	c Default LC presolving (default).
3.68/3.73	c ** Before presolving: virtualMemUsedAtLc = 2986113555, getVmSize() = 1934553088, SCIPgetMemUsed() = 1737616094, SCIPgetMemTotal() = 1833417838, SCIPgetMemExternEstim() = 1152695717
3.68/3.73	c ** set memory limit for presolving in LC to 8.78669e+12 for SCIP **
149.22/150.01	c ** Estimated virtualMemUsedAtSolver = 2796567395, getVmSize() = 3438452736, SCIPgetMemUsed() = 2422601112, SCIPgetMemTotal() = 3042155376, SCIPgetMemExternEstim() = 1152695717
149.22/150.01	c ** set memory limit for solvers to 4.17981e+11 for each SCIP **
149.22/150.01	c Original Problem   :
149.22/150.01	c   Problem name     : instance-4465444-1723624555
149.22/150.01	c   Variables        : 370300 (370300 binary, 0 integer, 0 implicit integer, 0 continuous)
149.22/150.01	c   Constraints      : 847958
149.22/150.01	c   Objective sense  : minimize
149.22/150.01	c Presolved Problem  :
149.22/150.01	c   Variables        : 300225 (300225 binary, 0 integer, 0 implicit integer, 0 continuous)
149.22/150.01	c   Constraints      : 539254
149.22/150.01	c Constraints        : Number
149.22/150.01	c   knapsack         : 1375 
149.22/150.01	c   setppc           : 356526 
149.22/150.01	c   and              : 180075 
149.22/150.01	c   linear           : 3 
149.22/150.01	c   logicor          : 1275 
149.22/150.01	c ** Instance transfer method used: 0
150.61/151.39	c ** ParaScipInstance copy does not increase the number of variables. **
172.53/172.99	c LC is working with racing ramp-up and with rebuilding tree after racing.
172.53/172.99	c                                Nodes    Active                                            
172.53/172.99	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
34302.84/1903.66	c      1904              2           1        20                -          -3.0000          -
34405.22/1908.80	c      1909             18          17        20                -          -3.0000          -
34504.18/1914.06	c      1914             20          19        20                -          -3.0000          -
34603.68/1919.18	c      1919            123         122        20                -          -3.0000          -
34703.49/1924.25	c      1924            142         141        20                -          -3.0000          -
34802.22/1929.29	c      1929            242         241        20                -          -3.0000          -
34904.81/1934.40	c      1934            402         401        20                -          -3.0000          -
35003.46/1939.46	c      1939            502         501        20                -          -3.0000          -
35106.02/1944.68	c      1945            602         601        20                -          -3.0000          -
35208.56/1949.87	c      1950            662         661        20                -          -3.0000          -
35350.97/1957.08	c      1957            657         620        20                -          -3.0000          -
35464.55/1962.83	c      1963            657         620        20                -          -3.0000          -
35567.75/1968.07	c      1968            735         698        20                -          -3.0000          -
35673.60/1973.41	c      1973            869         868        20                -          -3.0000          -
35780.20/1978.82	c      1979           1029        1028        20                -          -3.0000          -
35886.32/1984.28	c      1984           1029        1028        20                -          -3.0000          -
36081.76/1994.18	c      1994           1028        1027        20                -          -3.0000          -
36245.05/2002.41	c      2002           1157        1120        20                -          -3.0000          -
36348.03/2007.68	c      2008           1181        1138        20                -          -3.0000          -
36448.44/2012.77	c      2013           1181        1138        20                -          -3.0000          -
36555.74/2018.18	c      2018           1181        1138        20                -          -3.0000          -
36657.38/2023.39	c      2023           1182        1137        20                -          -3.0000          -
36768.04/2028.98	c      2029           1182        1137        20                -          -3.0000          -
36880.62/2034.65	c      2035           1182        1137        20                -          -3.0000          -
36989.92/2040.18	c      2040           1183        1136        20                -          -3.0000          -
37091.75/2045.31	c      2045           1183        1136        20                -          -3.0000          -
37198.41/2050.76	c      2051           1183        1136        20                -          -3.0000          -
37301.07/2055.92	c      2056           1184        1135        20                -          -3.0000          -
37399.76/2060.98	c      2061           1184        1135        20                -          -3.0000          -
37514.21/2066.73	c      2067           1184        1135        20                -          -3.0000          -
37612.77/2071.78	c      2072           1185        1134        20                -          -3.0000          -
37713.42/2076.83	c      2077           1185        1134        20                -          -3.0000          -
37817.01/2082.08	c      2082           1185        1134        20                -          -3.0000          -
37920.99/2087.30	c      2087           1186        1133        20                -          -3.0000          -
38023.80/2092.50	c      2092           1186        1133        20                -          -3.0000          -
38122.48/2097.58	c      2098           1186        1133        20                -          -3.0000          -
38223.26/2102.64	c      2103           1187        1132        20                -          -3.0000          -
38327.95/2107.93	c      2108           1187        1132        20                -          -3.0000          -
38429.43/2113.05	c      2113           1187        1132        20                -          -3.0000          -
38530.04/2118.16	c      2118           3031        1981        20                -          -3.0000          -
38633.72/2123.42	c      2123           1188        1131        20                -          -3.0000          -
38721.52/2127.94	c *    2128           1188        1131        20   181003836.0000          -3.0000          -
38731.23/2128.46	c      2128           1188        1131        20   181003836.0000          -3.0000          -
39030.82/2143.79	c      2144           3491        2436        20   181003836.0000          -3.0000          -
39148.87/2149.71	c      2150           3491        2436        20   181003836.0000          -3.0000          -
39251.31/2154.94	c      2155           1191        1110        20   181003836.0000          -3.0000          -
39359.75/2160.43	c      2160           1191        1110        20   181003836.0000          -3.0000          -
39483.96/2166.71	c      2167           3491        2438        20   181003836.0000          -3.0000          -
39635.93/2174.42	c      2174           3491        2438        20   181003836.0000          -3.0000          -
39813.41/2183.46	c      2183           3491        2438        20   181003836.0000          -3.0000          -
40071.28/2196.59	c      2197           3241        2192        20   181003836.0000          -3.0000          -
40096.93/2197.81	c *    2198           3241        2192        20   180308913.0000          -3.0000          -
40353.15/2210.87	c      2211           3511        2456        20   180308913.0000          -3.0000          -
40530.62/2219.81	c      2220           3242        2191        20   180308913.0000          -3.0000          -
40694.70/2228.14	c      2228           1199        1102        20   180308913.0000          -3.0000          -
40959.88/2241.65	c      2242           3511        2458        20   180308913.0000          -3.0000          -
41222.14/2255.00	c      2255           3511        2458        20   180308913.0000          -3.0000          -
41360.16/2261.93	c      2262           3511        2458        20   180308913.0000          -3.0000          -
41468.66/2267.49	c      2268           3511        2458        20   180308913.0000          -3.0000          -
41645.95/2276.46	c      2276           3250        2201        20   180308913.0000          -3.0000          -
41998.68/2294.38	c      2294           3512        2457        20   180308913.0000          -3.0000          -
42148.35/2302.00	c      2302           1207        1094        20   180308913.0000          -3.0000          -
42274.31/2308.33	c      2308           1207        1094        20   180308913.0000          -3.0000          -
42556.31/2322.62	c      2323           3530        2477        20   180308913.0000          -3.0000          -
42850.19/2337.54	c      2338           3530        2477        20   180308913.0000          -3.0000          -
42954.65/2342.80	c      2343           3530        2477        20   180308913.0000          -3.0000          -
43094.51/2350.02	c      2350           1214        1087        20   180308913.0000          -3.0000          -
43254.92/2358.08	c      2358           3531        2476        20   180308913.0000          -3.0000          -
43414.36/2366.17	c      2366           3531        2476        20   180308913.0000          -3.0000          -
43533.98/2372.27	c      2372           1215        1086        20   180308913.0000          -3.0000          -
43713.04/2381.34	c      2381           3550        2497        20   180308913.0000          -3.0000          -
43882.53/2390.03	c      2390           3550        2497        20   180308913.0000          -3.0000          -
44167.31/2404.40	c      2404           3550        2497        20   180308913.0000          -3.0000          -
44267.64/2409.53	c      2410           1219        1082        20   180308913.0000          -3.0000          -
44478.85/2420.20	c      2420           3611        2536        20   180308913.0000          -3.0000          -
44655.15/2429.17	c      2429           3343        2292        20   180308913.0000          -3.0000          -
44778.73/2435.46	c      2435           3622        2536        20   180308913.0000          -3.0000          -
44948.88/2444.10	c      2444           3622        2536        20   180308913.0000          -3.0000          -
45050.80/2449.29	c      2449           3622        2536        20   180308913.0000          -3.0000          -
45348.75/2464.37	c      2464           3622        2536        20   180308913.0000          -3.0000          -
45474.63/2470.70	c      2471           3350        2301        20   180308913.0000          -3.0000          -
45561.84/2475.22	c *    2475           1225        1076        20   176919570.0000          -3.0000          -
45610.96/2477.78	c      2478           1225        1076        20   176919570.0000          -3.0000          -
45622.60/2478.34	c *    2478           1225        1076        20   176918127.0000          -3.0000          -
45927.58/2493.83	c      2494           3431        2380        20   176918127.0000          -3.0000          -
46070.32/2501.07	c      2501           3442        2393        20   176918127.0000          -3.0000          -
46191.61/2507.20	c      2507           3442        2393        20   176918127.0000          -3.0000          -
46303.76/2512.97	c      2513           3442        2393        20   176918127.0000          -3.0000          -
46515.71/2523.73	c      2524           3442        2393        20   176918127.0000          -3.0000          -
46616.08/2528.89	c      2529           3442        2393        20   176918127.0000          -3.0000          -
46781.65/2537.20	c      2537           3442        2393        20   176918127.0000          -3.0000          -
46921.49/2544.32	c      2544           3442        2393        20   176918127.0000          -3.0000          -
47066.92/2551.70	c      2552           3442        2393        20   176918127.0000          -3.0000          -
47202.28/2558.62	c      2559           3690        2534        20   176918127.0000          -3.0000          -
47322.80/2564.70	c      2565           3445        2393        20   176918127.0000          -3.0000          -
47432.86/2570.31	c      2570           3445        2393        20   176918127.0000          -3.0000          -
47464.01/2572.03	c *    2572           3445        2393        20   176726220.0000          -3.0000          -
47602.00/2578.95	c      2579           3704        2530        20   176726220.0000          -3.0000          -
47820.79/2590.05	c      2590           3704        2530        20   176726220.0000          -3.0000          -
47926.31/2595.48	c      2595           3450        2400        20   176726220.0000          -3.0000          -
48048.61/2601.67	c      2602           1233        1065        20   176726220.0000          -3.0000          -
48207.84/2609.74	c      2610           3706        2534        20   176726220.0000          -3.0000          -
48278.72/2613.38	c *    2613           3463        2411        20   176702991.0000          -3.0000          -
48318.15/2615.31	c      2615           3463        2411        20   176702991.0000          -3.0000          -
48387.01/2618.86	c *    2619           3463        2411        20   176649132.0000          -3.0000          -
48426.01/2620.84	c *    2621           3463        2411        20   176625903.0000          -3.0000          -
48426.01/2620.84	c      2621           3463        2411        20   176625903.0000          -3.0000          -
48441.58/2621.67	c *    2622           3463        2411        20   176607948.0000          -3.0000          -
48627.07/2631.11	c      2631           3809        2532        20   176607948.0000          -3.0000          -
48740.68/2636.83	c      2637           1235        1063        20   176607948.0000          -3.0000          -
48939.47/2647.04	c      2647           3903        2531        20   176607948.0000          -3.0000          -
49049.94/2652.54	c      2653           3903        2531        20   176607948.0000          -3.0000          -
49150.63/2657.66	c      2658           3903        2531        20   176607948.0000          -3.0000          -
49288.71/2664.66	c      2665           1241        1057        20   176607948.0000          -3.0000          -
49566.94/2678.76	c      2679           3904        2534        20   176607948.0000          -3.0000          -
49669.38/2683.90	c      2684           1242        1056        20   176607948.0000          -3.0000          -
49909.03/2696.05	c      2696           3931        2533        20   176607948.0000          -3.0000          -
50030.48/2702.29	c      2702           3931        2533        20   176607948.0000          -3.0000          -
50142.54/2708.02	c      2708           3554        2502        20   176607948.0000          -3.0000          -
50172.10/2709.44	c *    2709           3554        2502        20   176059867.0000          -3.0000          -
50252.85/2713.53	c *    2714           3554        2502        20   175919884.0000          -3.0000          -
50252.85/2713.53	c      2714           3554        2502        20   175919884.0000          -3.0000          -
50268.63/2714.35	c *    2714           3554        2502        20   175905715.0000          -3.0000          -
50280.38/2714.91	c *    2715           3554        2502        20   175893307.0000          -3.0000          -
50289.63/2715.45	c *    2715           3554        2502        20   175862551.0000          -3.0000          -
50299.22/2716.02	c *    2716           3554        2502        20   175695991.0000          -3.0000          -
50320.85/2717.07	c *    2717           3554        2502        20   175681822.0000          -3.0000          -
50362.91/2719.24	c      2719           1244        1054        20   175681822.0000          -3.0000          -
50390.94/2720.71	c *    2721           3581        2501        20   175543387.0000          -3.0000          -
50528.89/2727.71	c      2728           1245        1053        20   175543387.0000          -3.0000          -
50641.39/2733.48	c *    2733           1245        1053        20   175414396.0000          -3.0000          -
50641.39/2733.48	c      2733           1245        1053        20   175414396.0000          -3.0000          -
50747.75/2738.87	c      2739           1246        1052        20   175414396.0000          -3.0000          -
50826.67/2742.84	c *    2743           1246        1052        20   175400227.0000          -3.0000          -
50848.34/2743.96	c      2744           1246        1052        20   175400227.0000          -3.0000          -
50954.86/2749.37	c      2749           1246        1052        20   175400227.0000          -3.0000          -
50997.85/2751.58	c *    2752           1246        1052        20   175387819.0000          -3.0000          -
51058.85/2754.66	c      2755           3997          61        20   175387819.0000          -3.0000          -
51161.63/2759.82	c      2760           1248        1050        20   175387819.0000          -3.0000          -
51242.08/2763.94	c *    2764           1248        1050        20   175260244.0000          -3.0000          -
51275.56/2765.65	c      2766           1248        1050        20   175260244.0000          -3.0000          -
51388.15/2771.37	c      2771           3728        2552        20   175260244.0000          -3.0000          -
51494.88/2776.73	c      2777           1249        1049        20   175260244.0000          -3.0000          -
51593.37/2781.76	c      2782           1249        1049        20   175260244.0000          -3.0000          -
51713.79/2787.87	c *    2788           3827        2556        20    67367570.0000          -3.0000          -
51713.79/2787.87	c      2788           3827        2556        20    67367570.0000          -3.0000          -
51957.80/2800.23	c      2800           4257         321        20    67367570.0000          -3.0000          -
52075.91/2806.28	c      2806           3841        2564        20    67367570.0000          -3.0000          -
52180.56/2811.51	c      2812           3841        2564        20    67367570.0000          -3.0000          -
52302.88/2817.73	c      2818           3841        2564        20    67367570.0000          -3.0000          -
52405.53/2823.00	c      2823           3841        2564        20    67367570.0000          -3.0000          -
52521.98/2828.89	c      2829           3841        2564        20    67367570.0000          -3.0000          -
52634.35/2834.53	c      2835           4257         323        20    67367570.0000          -3.0000          -
52736.90/2839.75	c      2840           4257         323        20    67367570.0000          -3.0000          -
52843.75/2845.17	c      2845           4257         323        20    67367570.0000          -3.0000          -
52971.23/2851.65	c      2852           4257         323        20    67367570.0000          -3.0000          -
53083.67/2857.37	c      2857           3843        2502        20    67367570.0000          -3.0000          -
53184.45/2862.42	c      2862           3843        2502        20    67367570.0000          -3.0000          -
53289.30/2867.75	c      2868           3844        2493        20    67367570.0000          -3.0000          -
53411.61/2874.04	c      2874           3844        2493        20    67367570.0000          -3.0000          -
53524.15/2879.66	c      2880           1258         728        20    67367570.0000          -3.0000          -
53631.36/2885.05	c      2885           3942        2475        20    67367570.0000          -3.0000          -
53758.94/2891.56	c      2892           3942        2475        20    67367570.0000          -3.0000          -
53857.68/2896.59	c      2897           1260         726        20    67367570.0000          -3.0000          -
53976.06/2902.53	c      2903           3950        2475        20    67367570.0000          -3.0000          -
54076.89/2907.67	c      2908           3950        2475        20    67367570.0000          -3.0000          -
54179.60/2912.83	c      2913           3951        2474        20    67367570.0000          -3.0000          -
54292.04/2918.52	c      2919           3951        2474        20    67367570.0000          -3.0000          -
54396.50/2923.86	c      2924           3951        2474        20    67367570.0000          -3.0000          -
54519.10/2930.04	c      2930           3951        2474        20    67367570.0000          -3.0000          -
54617.73/2935.08	c      2935           1264         721        20    67367570.0000          -3.0000          -
54719.99/2940.22	c      2940           4042        2463        20    67367570.0000          -3.0000          -
54824.82/2945.56	c      2946           4042        2463        20    67367570.0000          -3.0000          -
54923.61/2950.59	c      2951           4042        2463        20    67367570.0000          -3.0000          -
55026.01/2955.73	c      2956           4042        2463        20    67367570.0000          -3.0000          -
55138.46/2961.46	c      2961           4042        2463        20    67367570.0000          -3.0000          -
55278.56/2968.55	c      2969           4042        2463        20    67367570.0000          -3.0000          -
55461.88/2977.85	c      2978           4042        2463        20    67367570.0000          -3.0000          -
55609.65/2985.37	c      2985           5945        2009        20    67367570.0000          -3.0000          -
55708.28/2990.39	c      2990           5945        2009        20    67367570.0000          -3.0000          -
55826.93/2996.31	c      2996           1272         713        20    67367570.0000          -3.0000          -
55927.62/3001.48	c      3001           5976        2042        20    67367570.0000          -3.0000          -
56036.22/3007.00	c      3007           5976        2042        20    67367570.0000          -3.0000          -
56142.96/3012.33	c      3012           5976        2042        20    67367570.0000          -3.0000          -
56241.34/3017.38	c      3017           5976        2042        20    67367570.0000          -3.0000          -
56342.01/3022.43	c      3022           5976        2042        20    67367570.0000          -3.0000          -
56453.20/3028.07	c      3028           5976        2042        20    67367570.0000          -3.0000          -
56569.06/3033.95	c      3034           1275         710        20    67367570.0000          -3.0000          -
56685.54/3039.80	c      3040           1275         710        20    67367570.0000          -3.0000          -
56794.14/3045.33	c      3045           4634        2456        20    67367570.0000          -3.0000          -
56894.93/3050.47	c      3050           4634        2456        20    67367570.0000          -3.0000          -
56995.64/3055.55	c      3056           4634        2456        20    67367570.0000          -3.0000          -
57102.33/3060.90	c      3061           4634        2456        20    67367570.0000          -3.0000          -
57218.84/3066.87	c      3067           1278         707        20    67367570.0000          -3.0000          -
57329.22/3072.41	c      3072           1278         707        20    67367570.0000          -3.0000          -
57435.85/3077.83	c      3078           6777        2841        20    67367570.0000          -3.0000          -
57536.72/3082.90	c      3083           6777        2841        20    67367570.0000          -3.0000          -
57655.28/3088.98	c      3089           4865        2424        20    67367570.0000          -3.0000          -
57761.91/3094.30	c      3094           6796        2862        20    67367570.0000          -3.0000          -
57864.26/3099.56	c      3100           6796        2862        20    67367570.0000          -3.0000          -
57986.41/3105.70	c      3106           6797        2861        20    67367570.0000          -3.0000          -
58086.91/3110.87	c      3111           1282         703        20    67367570.0000          -3.0000          -
58199.47/3116.60	c      3117           1282         703        20    67367570.0000          -3.0000          -
58300.07/3121.62	c      3122           1283         702        20    67367570.0000          -3.0000          -
58404.82/3126.92	c      3127           1283         702        20    67367570.0000          -3.0000          -
58508.02/3132.13	c      3132           7377        3441        20    67367570.0000          -3.0000          -
58610.38/3137.38	c      3137           1284         701        20    67367570.0000          -3.0000          -
58719.00/3142.88	c      3143           1284         701        20    67367570.0000          -3.0000          -
58819.64/3148.01	c      3148           7697        3761        20    67367570.0000          -3.0000          -
58940.37/3154.09	c      3154           1292         693        20    67367570.0000          -3.0000          -
59050.42/3159.62	c      3160           1292         693        20    67367570.0000          -3.0000          -
59151.07/3164.75	c      3165           1293         692        20    67367570.0000          -3.0000          -
59256.44/3170.11	c      3170           1293         692        20    67367570.0000          -3.0000          -
59360.27/3175.32	c      3175           1293         692        20    67367570.0000          -3.0000          -
59460.93/3180.50	c      3180           7897        3961        20    67367570.0000          -3.0000          -
59567.68/3185.82	c      3186           7897        3961        20    67367570.0000          -3.0000          -
59668.25/3190.92	c      3191           7897        3961        20    67367570.0000          -3.0000          -
59769.71/3196.13	c      3196           7198        2321        20    67367570.0000          -3.0000          -
59903.12/3202.80	c      3203           7198        2321        20    67367570.0000          -3.0000          -
60013.58/3208.40	c      3208           7198        2321        20    67367570.0000          -3.0000          -
60118.19/3213.71	c      3214           7198        2321        20    67367570.0000          -3.0000          -
60216.93/3218.79	c      3219           7198        2321        20    67367570.0000          -3.0000          -
60325.18/3224.28	c      3224           1302         683        20    67367570.0000          -3.0000          -
60427.83/3229.43	c      3229           1302         683        20    67367570.0000          -3.0000          -
60530.45/3234.61	c      3235           1302         683        20    67367570.0000          -3.0000          -
60640.74/3240.26	c      3240           8577        4641        20    67367570.0000          -3.0000          -
60753.32/3245.95	c      3246           1303         682        20    67367570.0000          -3.0000          -
60856.89/3251.16	c      3251           8186          78        20    67367570.0000          -3.0000          -
60964.78/3256.66	c      3257           1307         678        20    67367570.0000          -3.0000          -
61069.44/3261.96	c      3262           1307         678        20    67367570.0000          -3.0000          -
61174.16/3267.29	c      3267           9537        5601        20    67367570.0000          -3.0000          -
61282.89/3272.74	c      3273           1311         674        20    67367570.0000          -3.0000          -
61383.52/3277.84	c      3278           1311         674        20    67367570.0000          -3.0000          -
61535.19/3285.59	c      3286          10437        6501        20    67367570.0000          -3.0000          -
61644.45/3291.11	c      3291           1313         672        20    67367570.0000          -3.0000          -
61754.34/3296.63	c      3297           8710         118        20    67367570.0000          -3.0000          -
61855.11/3301.78	c      3302           8710         118        20    67367570.0000          -3.0000          -
61957.83/3306.92	c      3307           1316         669        20    67367570.0000          -3.0000          -
62056.53/3311.95	c      3312           8729         139        20    67367570.0000          -3.0000          -
62173.00/3317.85	c      3318           8729         139        20    67367570.0000          -3.0000          -
62289.36/3323.78	c      3324           8850         258        20    67367570.0000          -3.0000          -
62391.88/3329.00	c      3329           8850         258        20    67367570.0000          -3.0000          -
62490.59/3334.02	c      3334           1322         663        20    67367570.0000          -3.0000          -
62591.75/3339.03	c      3339           1323         662        20    67367570.0000          -3.0000          -
62707.86/3344.91	c      3345           1323         662        20    67367570.0000          -3.0000          -
62844.17/3351.80	c      3352           1323         662        20    67367570.0000          -3.0000          -
62960.65/3357.73	c      3358           9510         918        20    67367570.0000          -3.0000          -
63065.99/3363.04	c      3363           1324         661        20    67367570.0000          -3.0000          -
63173.80/3368.57	c      3369          11227        6442        20    67367570.0000          -3.0000          -
63288.35/3374.37	c      3374          11227        6442        20    67367570.0000          -3.0000          -
63470.01/3383.50	c      3384           9850        1258        20    67367570.0000          -3.0000          -
63568.87/3388.55	c      3389          11232           0        20    67367570.0000          -3.0000          -
63678.40/3394.05	c      3394           1330         655        20    67367570.0000          -3.0000          -
63786.20/3399.53	c      3400           9910        1318        20    67367570.0000          -3.0000          -
63902.77/3405.47	c      3405              2           1        20    67367570.0000      586103.9663          -
64013.93/3411.04	c      3411              2           1        20    67367570.0000      586103.9663          -
64121.91/3416.57	c      3417              2           1        20    67367570.0000      586103.9663          -
64234.01/3422.22	c      3422              2           1        20    67367570.0000      586103.9663          -
64393.95/3430.37	c      3430              2           1        20    67367570.0000      586103.9663          -
64502.41/3435.89	c      3436              2           1        20    67367570.0000      586103.9663          -
64721.55/3446.99	c      3447              2           1        20    67367570.0000      586103.9663          -
64832.21/3452.56	c      3453              2           1        20    67367570.0000      586103.9663          -
64933.23/3457.65	c      3458              2           1        20    67367570.0000      586103.9663          -
65043.64/3463.22	c      3463              2           1        20    67367570.0000      586103.9663          -
65146.27/3468.47	c      3468              2           1        20    67367570.0000      586103.9663          -
65254.80/3473.95	c      3474              2           1        20    67367570.0000      586103.9663          -
65361.56/3479.38	c      3479              2           1        20    67367570.0000      586103.9663          -
65476.91/3485.17	c      3485              2           1        20    67367570.0000      586103.9663          -
65580.91/3490.49	c      3490              2           1        20    67367570.0000      586103.9663          -
65683.78/3495.64	c      3496              2           1        20    67367570.0000      586103.9663          -
65794.56/3501.28	c      3501              2           1        20    67367570.0000      586103.9663          -
65894.95/3506.32	c      3506              2           1        20    67367570.0000      586103.9663          -
66019.49/3512.62	c      3513              2           1        20    67367570.0000      586103.9663          -
66132.23/3518.39	c      3518              2           1        20    67367570.0000      586103.9663          -
66252.98/3524.43	c      3524              2           1        20    67367570.0000      586103.9663          -
66359.68/3529.85	c      3530              2           1        20    67367570.0000      586103.9663          -
66474.49/3535.69	c      3536              2           1        20    67367570.0000      586103.9663          -
66584.20/3541.15	c      3541              2           1        20    67367570.0000      586103.9663          -
66684.17/3546.26	c      3546              2           1        20    67367570.0000      586103.9663          -
66804.82/3552.35	c      3552              2           1        20    67367570.0000      586103.9663          -
66927.48/3558.51	c      3559              2           1        20    67367570.0000      586103.9663          -
67028.50/3563.66	c      3564              2           1        20    67367570.0000      586103.9663          -
67131.36/3568.86	c      3569              2           1        20    67367570.0000      586103.9663          -
67234.94/3574.06	c      3574              2           1        20    67367570.0000      586103.9663          -
67341.09/3579.43	c      3579              2           1        20    67367570.0000      586103.9663          -
67452.51/3585.13	c      3585              2           1        20    67367570.0000      586103.9663          -
67560.50/3590.55	c      3591              2           1        20    67367570.0000      586103.9663          -
67661.27/3595.70	c      3596              2           1        20    67367570.0000      586103.9663          -
67781.65/3601.77	c      3602              2           1        20    67367570.0000      586103.9663          -
67884.56/3606.98	c      3607              2           1        20    67367570.0000      586103.9663          -
68003.30/3612.95	c      3613              2           1        20    67367570.0000      586103.9663          -
68120.01/3618.81	c      3619              2           1        20    67367570.0000      586103.9663          -
68228.91/3624.31	c      3624              2           1        20    67367570.0000      586103.9663          -
68331.51/3629.55	c      3630              2           1        20    67367570.0000      586103.9663          -
68440.07/3635.04	c      3635              3           2        20    67367570.0000      591016.9344          -
68552.29/3640.75	c      3641              3           2        20    67367570.0000      591016.9344          -
68653.09/3645.84	c      3646              3           2        20    67367570.0000      591016.9344          -
68759.65/3651.25	c      3651              3           2        20    67367570.0000      591016.9344          -
68875.20/3657.05	c      3657              3           2        20    67367570.0000      591016.9344          -
68989.16/3662.88	c      3663              3           2        20    67367570.0000      591016.9344          -
69092.66/3668.04	c      3668              3           2        20    67367570.0000      591016.9344          -
69206.78/3673.84	c      3674              3           2        20    67367570.0000      591016.9344          -
69307.66/3678.90	c      3679              3           2        20    67367570.0000      591016.9344          -
69420.42/3684.69	c      3685              3           2        20    67367570.0000      591016.9344          -
69531.24/3690.27	c      3690              3           2        20    67367570.0000      591016.9344          -
69549.95/3691.28	c *    3691              3           2        20    65746465.0000      591016.9344          -
69561.33/3691.87	c *    3692              3           2        20    65586779.0000      591016.9344          -
69636.32/3695.66	c      3696              3           2        20    65586779.0000      591016.9344          -

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 (173509 MiB free)
  memory of node 1: 193531 MiB (76021 MiB free)
  memory of node 2: 193531 MiB (144738 MiB free)
  memory of node 3: 193531 MiB (151544 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-4465444-1723624555/watcher-4465444-1723624555 -o /tmp/evaluation-result-4465444-1723624555/solver-4465444-1723624555 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726873 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465444-1723624555.opb -qsol -t 72000 -sth 20 

running on 20 cores: 0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76

CPU governors:
  performance: 0 4 8 12 16 20 24 28 32 36 40 44 48 52 56 60 64 68 72 76

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=731606, runsolver pid=731603
Current StackSize limit: 8192 KiB


[startup+0.100116 s]*
/proc/loadavg: 79.55 78.18 77.72 62/981 731607
/proc/meminfo: memFree=558789400/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=171636 memory=155580 CPUtime=0.11 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 36764 0 0 0 6 5 0 0 20 0 1 0 129042245 175755264 38895 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 42909 38895 2347 3035 0 39305 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 171636 KiB
Current children cumulated memory: 155580 KiB

[startup+0.221741 s]*
/proc/loadavg: 79.55 78.18 77.72 63/981 731607
/proc/meminfo: memFree=558724212/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=230664 memory=215172 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 51697 0 0 0 16 8 0 0 20 0 1 0 129042245 236199936 53793 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 57666 53793 2347 3035 0 54062 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 230664 KiB
Current children cumulated memory: 215172 KiB

[startup+0.323549 s]*
/proc/loadavg: 79.55 78.18 77.72 63/981 731607
/proc/meminfo: memFree=558655340/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=296976 memory=281600 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 68279 0 0 0 24 10 0 0 20 0 1 0 129042245 304103424 70400 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 74244 70400 2347 3035 0 70640 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 296976 KiB
Current children cumulated memory: 281600 KiB

[startup+0.700271 s]
/proc/loadavg: 79.55 78.18 77.72 63/981 731607
/proc/meminfo: memFree=558556776/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=435436 memory=419676 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 101782 0 0 0 54 15 0 0 20 0 1 0 129042245 445886464 104919 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 108859 104919 2347 3035 0 105255 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 435436 KiB
Current children cumulated memory: 419676 KiB

[startup+1.50026 s]
/proc/loadavg: 78.06 77.90 77.63 62/981 731607
/proc/meminfo: memFree=558396724/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=694980 memory=679608 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 164712 0 0 0 122 26 0 0 20 0 1 0 129042245 711659520 169902 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 173745 169902 2347 3035 0 170141 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 694980 KiB
Current children cumulated memory: 679608 KiB

[startup+3.12199 s]
/proc/loadavg: 78.06 77.90 77.63 62/981 731607
/proc/meminfo: memFree=557361696/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=1573300 memory=1555012 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 377888 0 0 0 247 62 0 0 20 0 1 0 129042245 1611059200 388753 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 393325 388753 2555 3035 0 389721 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 1573300 KiB
Current children cumulated memory: 1555012 KiB

[startup+6.30024 s]
/proc/loadavg: 76.70 77.62 77.54 63/981 731607
/proc/meminfo: memFree=556498240/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=2477548 memory=2435168 CPUtime=6.27 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 509962 0 0 0 536 91 0 0 20 0 1 0 129042245 2537009152 608792 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 619387 608792 2678 3035 0 615783 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2477548 KiB
Current children cumulated memory: 2435168 KiB

[startup+12.7003 s]
/proc/loadavg: 75.44 77.34 77.45 61/981 731608
/proc/meminfo: memFree=556051236/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=2714236 memory=2671468 CPUtime=12.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 532138 0 0 0 1156 108 0 0 20 0 1 0 129042245 2779377664 667867 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 678559 667867 2726 3035 0 674955 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 2714236 KiB
Current children cumulated memory: 2671468 KiB

[startup+25.5003 s]
/proc/loadavg: 73.14 76.79 77.27 62/982 731612
/proc/meminfo: memFree=555555360/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=2940480 memory=2894212 CPUtime=25.38 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 676260 0 0 0 2403 135 0 0 20 0 1 0 129042245 3011051520 723553 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 735120 723553 2758 3035 0 731516 0
Current children cumulated CPU time: 25.38 s
Current children cumulated vsize: 2940480 KiB
Current children cumulated memory: 2894212 KiB

[startup+51.1227 s]
/proc/loadavg: 68.36 75.28 76.75 62/982 731616
/proc/meminfo: memFree=552132304/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=3081680 memory=3034768 CPUtime=50.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 682961 0 0 0 4949 142 0 0 20 0 1 0 129042245 3155640320 758692 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 770420 758692 2774 3035 0 766816 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 3081680 KiB
Current children cumulated memory: 3034768 KiB

[startup+102.3 s]
/proc/loadavg: 64.27 73.09 75.93 63/985 731631
/proc/meminfo: memFree=551131340/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=3081680 memory=3035128 CPUtime=101.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) R 731603 731606 726863 0 -1 4194304 683204 0 0 0 10040 145 0 0 20 0 1 0 129042245 3155640320 758782 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 770420 758782 2774 3035 0 766816 0
Current children cumulated CPU time: 101.85 s
Current children cumulated vsize: 3081680 KiB
Current children cumulated memory: 3035128 KiB

[startup+162.301 s]
/proc/loadavg: 62.61 71.02 75.03 62/1005 731664
/proc/meminfo: memFree=537881660/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=12167844 memory=10573256 CPUtime=161.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) S 731603 731606 726863 0 -1 1077936128 2608255 0 0 0 15721 458 0 0 20 0 21 0 129042245 12459872256 2643314 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 3041961 2643314 2790 3035 0 2731664 0
[pid=731606/tid=731644] ppid=731603 vsize=12167844 memory=5432 CPUtime=1.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731644/stat : 731644 (fscip) S 731603 731606 726863 0 -1 1077936192 171035 0 0 0 82 27 0 0 20 0 21 0 129057247 12459872256 2643314 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731645] ppid=731603 vsize=12167844 memory=11424 CPUtime=1.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731645/stat : 731645 (fscip) S 731603 731606 726863 0 -1 1077936192 175183 0 0 0 84 25 0 0 20 0 21 0 129057247 12459872256 2643314 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731646] ppid=731603 vsize=12167844 memory=3052592 CPUtime=1.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731646/stat : 731646 (fscip) S 731603 731606 726863 0 -1 1077936192 182480 0 0 0 85 25 0 0 20 0 21 0 129057247 12459872256 2643314 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731647] ppid=731603 vsize=12167844 memory=35528 CPUtime=1.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731647/stat : 731647 (fscip) S 731603 731606 726863 0 -1 1077936192 171035 0 0 0 82 27 0 0 20 0 21 0 129057247 12459872256 2643314 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731648] ppid=731603 vsize=12167844 memory=10392 CPUtime=1.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731648/stat : 731648 (fscip) S 731603 731606 726863 0 -1 1077936192 171034 0 0 0 82 26 0 0 20 0 21 0 129057247 12459872256 2643314 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731649] ppid=731603 vsize=12167844 memory=280123002267072 CPUtime=1.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731649/stat : 731649 (fscip) S 731603 731606 726863 0 -1 1077936192 171035 0 0 0 81 27 0 0 20 0 21 0 129057247 12459872256 2643314 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731650] ppid=731603 vsize=12167844 memory=4072134223014278260 CPUtime=1.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731650/stat : 731650 (fscip) S 731603 731606 726863 0 -1 1077936192 171035 0 0 0 82 28 0 0 20 0 21 0 129057247 12459872256 2643314 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731651] ppid=731603 vsize=12167844 memory=0 CPUtime=1.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731651/stat : 731651 (fscip) S 731603 731606 726863 0 -1 1077936192 171035 0 0 0 81 28 0 0 20 0 21 0 129057247 12459872256 2643314 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731652] ppid=731603 vsize=12167844 memory=280123003275040 CPUtime=1.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731652/stat : 731652 (fscip) S 731603 731606 726863 0 -1 1077936192 171036 0 0 0 82 26 0 0 20 0 21 0 129057247 12459872256 2643314 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731653] ppid=731603 vsize=12167844 memory=280123002015568 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731653/stat : 731653 (fscip) S 731603 731606 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731654] ppid=731603 vsize=12167844 memory=280123002623808 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731654/stat : 731654 (fscip) S 731603 731606 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731655] ppid=731603 vsize=12167844 memory=4639671210885014117 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731655/stat : 731655 (fscip) S 731603 731606 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731656] ppid=731603 vsize=12167844 memory=4407112 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731656/stat : 731656 (fscip) S 731603 731606 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731657] ppid=731603 vsize=12167844 memory=7180272 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731657/stat : 731657 (fscip) S 731603 731606 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731658] ppid=731603 vsize=12167844 memory=10191208 CPUtime=1.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731658/stat : 731658 (fscip) S 731603 731606 726863 0 -1 1077936192 172215 0 0 0 80 29 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731659] ppid=731603 vsize=12167844 memory=2680 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731659/stat : 731659 (fscip) S 731603 731606 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731660] ppid=731603 vsize=12167844 memory=3037404 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731660/stat : 731660 (fscip) R 731603 731606 726863 0 -1 4194368 31952 0 0 0 5 5 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731661] ppid=731603 vsize=12167844 memory=7504856 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731661/stat : 731661 (fscip) S 731603 731606 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731662] ppid=731603 vsize=12167844 memory=8536560 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731662/stat : 731662 (fscip) S 731603 731606 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731663] ppid=731603 vsize=12167844 memory=35528 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731663/stat : 731663 (fscip) S 731603 731606 726863 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 129057247 12459872256 2643380 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 12167844 KiB
Current children cumulated memory: 10573256 KiB

[startup+222.302 s]
/proc/loadavg: 72.55 72.19 75.18 82/1025 731698

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

/proc/731606/task/731674/stat : 731674 (fscip) S 731603 731606 726863 0 -1 1077936192 572 0 0 0 2 1 0 0 20 0 41 0 129059549 145625972736 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731675] ppid=731603 vsize=142212864 memory=108174664 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731675/stat : 731675 (fscip) S 731603 731606 726863 0 -1 1077936192 351 0 0 0 1 1 0 0 20 0 41 0 129059549 145625972736 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731676] ppid=731603 vsize=142212864 memory=33860 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731676/stat : 731676 (fscip) S 731603 731606 726863 0 -1 1077936192 292 0 0 0 1 2 0 0 20 0 41 0 129059549 145625972736 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 24 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731677] ppid=731603 vsize=142212864 memory=52968 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731677/stat : 731677 (fscip) S 731603 731606 726863 0 -1 1077936192 281 0 0 0 2 0 0 0 20 0 41 0 129059550 145625972736 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731678] ppid=731603 vsize=142212864 memory=26960 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731678/stat : 731678 (fscip) S 731603 731606 726863 0 -1 1077936192 320 0 0 0 0 2 0 0 20 0 41 0 129059550 145625972736 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731679] ppid=731603 vsize=142212864 memory=31356 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731679/stat : 731679 (fscip) S 731603 731606 726863 0 -1 1077936192 409 0 0 0 1 2 0 0 20 0 41 0 129059550 145625972736 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731680] ppid=731603 vsize=142343936 memory=107189120 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731680/stat : 731680 (fscip) S 731603 731606 726863 0 -1 1077936192 542 0 0 0 2 2 0 0 20 0 41 0 129059550 145760190464 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731681] ppid=731603 vsize=142278400 memory=109782032 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731681/stat : 731681 (fscip) S 731603 731606 726863 0 -1 1077936192 496 0 0 0 1 2 0 0 20 0 41 0 129059551 145693081600 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731682] ppid=731603 vsize=142278400 memory=110156488 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731682/stat : 731682 (fscip) S 731603 731606 726863 0 -1 1077936192 310 0 0 0 0 2 0 0 20 0 41 0 129059552 145693081600 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731683] ppid=731603 vsize=142278400 memory=11424 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731683/stat : 731683 (fscip) S 731603 731606 726863 0 -1 1077936192 356 0 0 0 0 3 0 0 20 0 41 0 129059552 145693081600 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731684] ppid=731603 vsize=142278400 memory=110147152 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731684/stat : 731684 (fscip) S 731603 731606 726863 0 -1 1077936192 324 0 0 0 1 2 0 0 20 0 41 0 129059554 145693081600 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731685] ppid=731603 vsize=142278400 memory=108837668 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731685/stat : 731685 (fscip) S 731603 731606 726863 0 -1 1077936192 592 0 0 0 1 3 0 0 20 0 41 0 129059554 145693081600 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731686] ppid=731603 vsize=142278400 memory=0 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731686/stat : 731686 (fscip) S 731603 731606 726863 0 -1 1077936192 287 0 0 0 0 2 0 0 20 0 41 0 129059555 145693081600 27539136 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
Current children cumulated CPU time: 68584 s
Current children cumulated vsize: 142212864 KiB
Current children cumulated memory: 110156544 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 40.95 50.86 62.36 41/927 733731
/proc/meminfo: memFree=519644756/790760800 swapFree=131071996/131071996
[pid=731606] ppid=731603 vsize=143392512 memory=111353044 CPUtime=69723.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/stat : 731606 (fscip) S 731603 731606 726863 0 -1 1077936128 267398894 0 0 0 6790107 182283 0 0 20 0 41 0 129042245 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
/proc/731606/statm: 35848128 27838261 3014 3035 0 35322700 0
[pid=731606/tid=731644] ppid=731603 vsize=143458048 memory=6720669848113921385 CPUtime=3480.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731644/stat : 731644 (fscip) R 731603 731606 726863 0 -1 4194368 16842177 0 0 0 345787 2262 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731645] ppid=731603 vsize=143458048 memory=-8693842170491880093 CPUtime=3488.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731645/stat : 731645 (fscip) R 731603 731606 726863 0 -1 4194368 1746701 0 0 0 348131 677 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731646] ppid=731603 vsize=143458048 memory=28496 CPUtime=3471.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731646/stat : 731646 (fscip) R 731603 731606 726863 0 -1 4194368 26177677 0 0 0 343905 3227 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731647] ppid=731603 vsize=143458048 memory=7644 CPUtime=3480.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731647/stat : 731647 (fscip) R 731603 731606 726863 0 -1 4194368 18133286 0 0 0 345711 2365 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731648] ppid=731603 vsize=143458048 memory=26960 CPUtime=3490.18 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731648/stat : 731648 (fscip) R 731603 731606 726863 0 -1 4194368 1566954 0 0 0 348357 661 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731649] ppid=731603 vsize=143458048 memory=111336180 CPUtime=3474.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731649/stat : 731649 (fscip) R 731603 731606 726863 0 -1 4194368 25779068 0 0 0 344291 3177 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731650] ppid=731603 vsize=143458048 memory=10392 CPUtime=3478.79 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731650/stat : 731650 (fscip) R 731603 731606 726863 0 -1 4194368 18731001 0 0 0 345548 2331 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731651] ppid=731603 vsize=143458048 memory=5432 CPUtime=3415.36 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731651/stat : 731651 (fscip) R 731603 731606 726863 0 -1 4194368 4251698 0 0 0 196238 145298 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731652] ppid=731603 vsize=143458048 memory=1704 CPUtime=3474.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731652/stat : 731652 (fscip) R 731603 731606 726863 0 -1 4194368 23705825 0 0 0 344545 2911 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731653] ppid=731603 vsize=143458048 memory=18200 CPUtime=3481.37 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731653/stat : 731653 (fscip) R 731603 731606 726863 0 -1 4194368 15890901 0 0 0 345958 2179 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731654] ppid=731603 vsize=143458048 memory=28356 CPUtime=3489.16 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731654/stat : 731654 (fscip) R 731603 731606 726863 0 -1 4194368 1601926 0 0 0 348242 674 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731655] ppid=731603 vsize=143458048 memory=31860 CPUtime=3477.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731655/stat : 731655 (fscip) R 731603 731606 726863 0 -1 4194368 15019831 0 0 0 345885 1906 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731656] ppid=731603 vsize=143458048 memory=7176 CPUtime=3480.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731656/stat : 731656 (fscip) R 731603 731606 726863 0 -1 4194368 18517867 0 0 0 345613 2388 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731657] ppid=731603 vsize=143458048 memory=-8693842170491880093 CPUtime=3489.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731657/stat : 731657 (fscip) R 731603 731606 726863 0 -1 4194368 1553626 0 0 0 348301 698 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731658] ppid=731603 vsize=143458048 memory=5640 CPUtime=3472.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731658/stat : 731658 (fscip) R 731603 731606 726863 0 -1 4194368 26571550 0 0 0 343975 3289 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731659] ppid=731603 vsize=143458048 memory=11592 CPUtime=3478.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731659/stat : 731659 (fscip) R 731603 731606 726863 0 -1 4194368 15654364 0 0 0 345709 2121 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731660] ppid=731603 vsize=143458048 memory=13768 CPUtime=3491.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731660/stat : 731660 (fscip) R 731603 731606 726863 0 -1 4194368 1571812 0 0 0 348450 739 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731661] ppid=731603 vsize=143458048 memory=11564 CPUtime=3480.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731661/stat : 731661 (fscip) R 731603 731606 726863 0 -1 4194368 14795118 0 0 0 346131 1903 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731662] ppid=731603 vsize=143458048 memory=280123003140288 CPUtime=3482.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731662/stat : 731662 (fscip) R 731603 731606 726863 0 -1 4194368 16513925 0 0 0 345999 2205 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731663] ppid=731603 vsize=143458048 memory=6944656592455097440 CPUtime=3492.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731663/stat : 731663 (fscip) R 731603 731606 726863 0 -1 4194368 1579976 0 0 0 348597 667 0 0 20 0 41 0 129057247 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731667] ppid=731603 vsize=143458048 memory=280123004376096 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731667/stat : 731667 (fscip) S 731603 731606 726863 0 -1 1077936192 283 0 0 0 0 2 0 0 20 0 41 0 129059549 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731668] ppid=731603 vsize=143458048 memory=5432 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731668/stat : 731668 (fscip) S 731603 731606 726863 0 -1 1077936192 346 0 0 0 2 1 0 0 20 0 41 0 129059549 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731669] ppid=731603 vsize=143458048 memory=111193512 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731669/stat : 731669 (fscip) S 731603 731606 726863 0 -1 1077936192 624 0 0 0 2 1 0 0 20 0 41 0 129059549 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731670] ppid=731603 vsize=143458048 memory=11424 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731670/stat : 731670 (fscip) S 731603 731606 726863 0 -1 1077936192 357 0 0 0 2 2 0 0 20 0 41 0 129059549 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731671] ppid=731603 vsize=143458048 memory=110871972 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731671/stat : 731671 (fscip) S 731603 731606 726863 0 -1 1077936192 311 0 0 0 1 2 0 0 20 0 41 0 129059549 146901041152 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731672] ppid=731603 vsize=143392512 memory=16240 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731672/stat : 731672 (fscip) S 731603 731606 726863 0 -1 1077936192 455 0 0 0 0 3 0 0 20 0 41 0 129059549 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731673] ppid=731603 vsize=143392512 memory=2268 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731673/stat : 731673 (fscip) S 731603 731606 726863 0 -1 1077936192 319 0 0 0 1 1 0 0 20 0 41 0 129059549 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731674] ppid=731603 vsize=143392512 memory=1996 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731674/stat : 731674 (fscip) S 731603 731606 726863 0 -1 1077936192 603 0 0 0 2 2 0 0 20 0 41 0 129059549 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731675] ppid=731603 vsize=143392512 memory=1836 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731675/stat : 731675 (fscip) S 731603 731606 726863 0 -1 1077936192 354 0 0 0 1 1 0 0 20 0 41 0 129059549 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731676] ppid=731603 vsize=143392512 memory=111299656 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731676/stat : 731676 (fscip) S 731603 731606 726863 0 -1 1077936192 296 0 0 0 1 2 0 0 20 0 41 0 129059549 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731677] ppid=731603 vsize=143392512 memory=2704 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731677/stat : 731677 (fscip) S 731603 731606 726863 0 -1 1077936192 286 0 0 0 2 0 0 0 20 0 41 0 129059550 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731678] ppid=731603 vsize=143392512 memory=6668 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731678/stat : 731678 (fscip) S 731603 731606 726863 0 -1 1077936192 323 0 0 0 0 2 0 0 20 0 41 0 129059550 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731679] ppid=731603 vsize=143392512 memory=94390556 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731679/stat : 731679 (fscip) S 731603 731606 726863 0 -1 1077936192 415 0 0 0 1 2 0 0 20 0 41 0 129059550 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731680] ppid=731603 vsize=143392512 memory=6720669848113921385 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731680/stat : 731680 (fscip) S 731603 731606 726863 0 -1 1077936192 562 0 0 0 2 2 0 0 20 0 41 0 129059550 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731681] ppid=731603 vsize=143392512 memory=-8693842170491880093 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731681/stat : 731681 (fscip) S 731603 731606 726863 0 -1 1077936192 511 0 0 0 1 2 0 0 20 0 41 0 129059551 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731682] ppid=731603 vsize=143392512 memory=6628 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731682/stat : 731682 (fscip) S 731603 731606 726863 0 -1 1077936192 314 0 0 0 0 2 0 0 20 0 41 0 129059552 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731683] ppid=731603 vsize=143392512 memory=20572 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731683/stat : 731683 (fscip) S 731603 731606 726863 0 -1 1077936192 361 0 0 0 0 3 0 0 20 0 41 0 129059552 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731684] ppid=731603 vsize=143392512 memory=6856 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731684/stat : 731684 (fscip) S 731603 731606 726863 0 -1 1077936192 328 0 0 0 1 2 0 0 20 0 41 0 129059554 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731685] ppid=731603 vsize=143392512 memory=1996 CPUtime=0.04 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731685/stat : 731685 (fscip) S 731603 731606 726863 0 -1 1077936192 609 0 0 0 1 3 0 0 20 0 41 0 129059554 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 0 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
[pid=731606/tid=731686] ppid=731603 vsize=143392512 memory=111336180 CPUtime=0.02 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/731606/task/731686/stat : 731686 (fscip) S 731603 731606 726863 0 -1 1077936192 292 0 0 0 0 2 0 0 20 0 41 0 129059555 146833932288 27838261 809668444160 4194304 16623229 140723666586848 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 39366656 140723666592774 140723666592892 140723666592892 140723666599920 0
Current children cumulated CPU time: 69723.9 s
Current children cumulated vsize: 143392512 KiB
Current children cumulated memory: 111353044 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=67901.3 s, system=1826.12 s

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

[startup+3700.8 s]
/proc/loadavg: 40.95 50.86 62.36 22/888 733731
/proc/meminfo: memFree=522436440/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: 40.95 50.86 62.36 22/888 733731
/proc/meminfo: memFree=559523212/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: 39.36 50.36 62.14 22/888 733731
/proc/meminfo: memFree=593458972/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): 3703.34
CPU time (s): 69727.4
CPU user time (s): 67901.3
CPU system time (s): 1826.12
CPU usage (%): 1882.83
Max. virtual memory (cumulated for all children) (KiB): 143523584
Max. memory (cumulated for all children) (KiB): 111353044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67901.3
system time used= 1826.12
maximum resident set size= 111355092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267398942
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= 8765098
involuntary context switches= 251866


# summary of solver processes directly reported to runsolver:
#   pid: 731606
#   total CPU time (s): 69727.4
#   total CPU user time (s): 67901.3
#   total CPU system time (s): 1826.12

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.3008 second user time and 97.1779 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-14 10:35:55
IDJOB=4465444
IDBENCH=155706
IDSOLVER=3094
FILE ID=nodeD101/4465444-1723624555
RUNJOBID= nodeD101-1723617207-726873
SLURM_JOB_ID= 8267907
Free space on /tmp= 8622752 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_1_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-4465444-1723624555/watcher-4465444-1723624555 -o /tmp/evaluation-result-4465444-1723624555/solver-4465444-1723624555 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD101-1723617207-726873 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465444-1723624555.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= c67f7d2b84b900287505153e75597a80
RANDOM SEED=637868671

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		: 2663.988
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		: 3191.770
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.999
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		: 3200.000
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		: 2447.911
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		: 3191.765
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		: 3066.266
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		: 2826.230
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		: 2798.893
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		: 3191.761
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		: 2821.475
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		: 2812.544
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		: 2665.312
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		: 3191.761
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.999
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		: 3483.648
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		: 3191.760
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		: 3195.061
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		: 3200.000
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		: 2663.054
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		: 3191.757
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		: 3199.999
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		: 3200.000
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		: 2221.364
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		: 3191.754
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		: 3195.229
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		: 2666.840
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		: 3191.755
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		: 2472.612
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		: 3191.752
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		: 3200.000
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		: 2817.148
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		: 2615.997
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		: 3191.751
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.999
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		: 2809.500
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		: 2660.450
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		: 3191.748
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		: 3199.999
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		: 2209.545
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		: 3191.749
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		: 3200.000
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		: 3744.451
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		: 3191.745
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		: 3199.999
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		: 2808.392
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		: 3683.778
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		: 3191.745
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		: 3037.866
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		: 3278.554
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		: 3191.745
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		: 3199.999
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		: 3533.455
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		: 3191.743
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		: 3199.999
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		: 3199.999
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		: 3813.228
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		: 3191.740
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		: 3199.999
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		: 3199.999
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		: 2676.335
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		: 3191.740
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		: 3199.998
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		: 2660.412
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		: 3191.738
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.999
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		: 3200.000
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		: 2208.979
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		: 3191.552
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		: 3199.993
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		: 2944.789
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:        558915300 kB
MemAvailable:   616649944 kB
Buffers:         1153524 kB
Cached:         59836648 kB
SwapCached:            0 kB
Active:         18847068 kB
Inactive:       209117100 kB
Active(anon):       2128 kB
Inactive(anon): 167010828 kB
Active(file):   18844940 kB
Inactive(file): 42106272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             66116 kB
Writeback:             0 kB
AnonPages:      166971244 kB
Mapped:           137324 kB
Shmem:             38920 kB
KReclaimable:     405916 kB
Slab:             820344 kB
SReclaimable:     405916 kB
SUnreclaim:       414428 kB
KernelStack:       16864 kB
PageTables:       383400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   23193308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1137024 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16048128 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= 8622792 MiB
End job on nodeD101 at 2024-08-14 11:37:38