Trace number 4465380

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) 45203.5 3700.67

General information on the benchmark

NamePB24/normalized-PB10/OPT-LIN/oliveras/
j120opt/normalized-j12039_5.std.opb
MD5SUM492f7dde5d9d085d28b8f9b6a1222df4
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark106
Best CPU time to get the best result obtained on this benchmark1.57834
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables72842
Total number of constraints245560
Number of constraints which are clauses244360
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1200
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 300
Biggest coefficient in the objective function 300
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 45150
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 300
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 45150
Number of bits of the biggest sum of numbers16
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)
0.79/0.84	c Default LC presolving (default).
0.79/0.85	c ** Before presolving: virtualMemUsedAtLc = 741498816, getVmSize() = 482996224, SCIPgetMemUsed() = 425966951, SCIPgetMemTotal() = 440077687, SCIPgetMemExternEstim() = 301421129
0.79/0.85	c ** set memory limit for presolving in LC to 8.79376e+12 for SCIP **
101.51/101.92	c ** Estimated virtualMemUsedAtSolver = 708394341, getVmSize() = 844115968, SCIPgetMemUsed() = 529969271, SCIPgetMemTotal() = 761170383, SCIPgetMemExternEstim() = 301421129
101.51/101.92	c ** set memory limit for solvers to 4.18638e+11 for each SCIP **
101.51/101.92	c Original Problem   :
101.51/101.92	c   Problem name     : instance-4465380-1723602946
101.51/101.92	c   Variables        : 72842 (72842 binary, 0 integer, 0 implicit integer, 0 continuous)
101.51/101.92	c   Constraints      : 245560
101.51/101.92	c   Objective sense  : minimize
101.51/101.92	c Presolved Problem  :
101.51/101.92	c   Variables        : 54355 (54355 binary, 0 integer, 0 implicit integer, 0 continuous)
101.51/101.92	c   Constraints      : 117618
101.51/101.92	c Constraints        : Number
101.51/101.92	c   knapsack         : 1140 
101.51/101.92	c   setppc           : 93106 
101.51/101.92	c   and              : 23368 
101.51/101.92	c   logicor          : 4 
101.51/101.92	c ** Instance transfer method used: 0
101.81/102.20	c ** ParaScipInstance copy does not increase the number of variables. **
106.36/106.71	c LC is working with racing ramp-up and with rebuilding tree after racing.
106.36/106.71	c                                Nodes    Active                                            
106.36/106.71	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
233.72/113.31	c *     113              0           1        20         300.0000                -          -
233.72/113.31	c       113              0           1        20         300.0000                -          -
5236.80/365.74	c       366              2           1        20         300.0000         106.0000    183.02%
5347.64/371.33	c       371              2           1        20         300.0000         106.0000    183.02%
5484.35/378.22	c       378              3           4        20         300.0000         106.0000    183.02%
5609.32/384.55	c       385             21          22        20         300.0000         106.0000    183.02%
5710.48/389.67	c       390             22          21        20         300.0000         106.0000    183.02%
5823.62/395.34	c       395             41          42        20         300.0000         106.0000    183.02%
5930.81/400.75	c       401             62          61        20         300.0000         106.0000    183.02%
6032.05/405.89	c       406             92          91        20         300.0000         106.0000    183.02%
6147.26/411.61	c       412            121         122        20         300.0000         106.0000    183.02%
6250.49/416.82	c       417            132         131        20         300.0000         106.0000    183.02%
6357.54/422.25	c       422            162         161        20         300.0000         106.0000    183.02%
6458.69/427.39	c       427            192         191        20         300.0000         106.0000    183.02%
6617.37/435.37	c       435            202         203        20         300.0000         106.0000    183.02%
6726.45/440.80	c       441            212         211        20         300.0000         106.0000    183.02%
6827.59/445.97	c       446            322         321        20         300.0000         106.0000    183.02%
6932.64/451.23	c       451            402         401        20         300.0000         106.0000    183.02%
7037.71/456.52	c       457            504         499        20         300.0000         106.0000    183.02%
7136.87/461.55	c       462            548         535        20         300.0000         106.0000    183.02%
7238.00/466.66	c       467            683         670        20         300.0000         106.0000    183.02%
7343.15/471.95	c       472            787         774        20         300.0000         106.0000    183.02%
7442.35/477.02	c       477            854         827        20         300.0000         106.0000    183.02%
7544.27/482.11	c       482           1028        1015        20         300.0000         106.0000    183.02%
7654.58/487.63	c       488           1115        1088        20         300.0000         106.0000    183.02%
7765.70/493.28	c       493           1235        1208        20         300.0000         106.0000    183.02%
7872.90/498.61	c       499           1448        1435        20         300.0000         106.0000    183.02%
7972.17/503.62	c       504           1608        1595        20         300.0000         106.0000    183.02%
8073.43/508.77	c       509           1768        1755        20         300.0000         106.0000    183.02%
8179.25/514.08	c       514           1835        1808        20         300.0000         106.0000    183.02%
8280.38/519.15	c       519           1995        1968        20         300.0000         106.0000    183.02%
8385.13/524.49	c       524           2208        2195        20         300.0000         106.0000    183.02%
8490.36/529.73	c       530           2295        2268        20         300.0000         106.0000    183.02%
8591.66/534.82	c       535           2455        2428        20         300.0000         106.0000    183.02%
8691.00/539.86	c       540           2723        2720        20         300.0000         106.0000    183.02%
8792.23/545.02	c       545           2871        2868        20         300.0000         106.0000    183.02%
8894.15/550.03	c       550           2975        2948        20         300.0000         106.0000    183.02%
8993.53/555.05	c       555           3135        3108        20         300.0000         106.0000    183.02%
9096.00/560.24	c       560           3468        3455        20         300.0000         106.0000    183.02%
9195.25/565.29	c       565           3686        3673        20         300.0000         106.0000    183.02%
9296.50/570.39	c       570           3799        3796        20         300.0000         106.0000    183.02%
9401.74/575.62	c       576           3895        3868        20         300.0000         106.0000    183.02%
9500.99/580.63	c       581           4196        4193        20         300.0000         106.0000    183.02%
9600.19/585.66	c       586           4292        4265        20         300.0000         106.0000    183.02%
9699.38/590.69	c       591           4543        4540        20         300.0000         106.0000    183.02%
9804.55/596.02	c       596           4562        4561        20         300.0000         106.0000    183.02%
9906.23/601.10	c       601           4575        4548        20         300.0000         106.0000    183.02%
10007.58/606.15	c       606           4735        4708        20         300.0000         106.0000    183.02%
10108.07/611.20	c       611           4975        4948        20         300.0000         106.0000    183.02%
10207.29/616.21	c       616           5568        5555        20         300.0000         106.0000    183.02%
10310.51/621.41	c       621           5867        5854        20         300.0000         106.0000    183.02%
10415.66/626.73	c       627           5715        5688        20         300.0000         106.0000    183.02%
10518.89/632.01	c       632           5935        5908        20         300.0000         106.0000    183.02%
10620.47/637.05	c       637           6688        6675        20         300.0000         106.0000    183.02%
10675.46/639.81	c *     640           6623        6620        20         299.0000         106.0000    182.08%
10744.89/643.35	c       643           7009         754        20         299.0000         106.0000    182.08%
10848.05/648.54	c       649           7028         775        20         299.0000         106.0000    182.08%
10949.25/653.60	c       654           6467        2727        20         299.0000         106.0000    182.08%
11054.39/658.91	c       659           7049         794        20         299.0000         106.0000    182.08%
11171.41/664.80	c       665           6785        3280        20         299.0000         106.0000    182.08%
11691.99/691.05	c       691           6785        3280        20         299.0000         106.0000    182.08%
11800.55/696.52	c       697           7128         875        20         299.0000         106.0000    182.08%
11913.69/702.22	c       702           6647        2909        20         299.0000         106.0000    182.08%
12018.88/707.52	c       708           6647        2909        20         299.0000         106.0000    182.08%
12120.10/712.68	c       713           7209         956        20         299.0000         106.0000    182.08%
12221.35/717.71	c       718           7025        3520        20         299.0000         106.0000    182.08%
12322.60/722.82	c       723           7449        1194        20         299.0000         106.0000    182.08%
12431.73/728.35	c       728           7067        3327        20         299.0000         106.0000    182.08%
12538.89/733.77	c       734           7557        4050        20         299.0000         106.0000    182.08%
12644.86/739.10	c       739           7909        1654        20         299.0000         106.0000    182.08%
12746.11/744.18	c       744           8069        1814        20         299.0000         106.0000    182.08%
12846.54/749.25	c       749           7787        4047        20         299.0000         106.0000    182.08%
12945.82/754.30	c       754           8389        2134        20         299.0000         106.0000    182.08%
13049.10/759.45	c       759           8549        2294        20         299.0000         106.0000    182.08%
13152.37/764.66	c       765           8709        2454        20         299.0000         106.0000    182.08%
13255.66/769.89	c       770           8567        4827        20         299.0000         106.0000    182.08%
13269.38/770.53	c *     771           9326        5819        20         298.0000         106.0000    181.13%
13359.18/775.10	c       775           9326        5819        20         298.0000         106.0000    181.13%
13463.74/780.31	c       780           8970         758        20         298.0000         106.0000    181.13%
13564.95/785.44	c       785           8985         773        20         298.0000         106.0000    181.13%
13691.97/791.89	c       792           8747        1028        20         298.0000         106.0000    181.13%
13809.04/797.78	c       798           8747        1028        20         298.0000         106.0000    181.13%
13910.26/802.89	c       803           9450        3280        20         298.0000         106.0000    181.13%
14021.42/808.45	c       808           9450        3280        20         298.0000         106.0000    181.13%
14124.59/813.63	c       814           8847        1128        20         298.0000         106.0000    181.13%
14227.81/818.80	c       819           9545        3375        20         298.0000         106.0000    181.13%
14329.07/823.98	c       824           9545        3375        20         298.0000         106.0000    181.13%
14432.88/829.19	c       829           9248        1527        20         298.0000         106.0000    181.13%
14533.51/834.20	c       834           9745        1533        20         298.0000         106.0000    181.13%
14642.67/839.72	c       840          10071        3899        20         298.0000         106.0000    181.13%
14745.89/844.96	c       845           9708        1987        20         298.0000         106.0000    181.13%
14845.15/850.00	c       850           9868        2147        20         298.0000         106.0000    181.13%
14948.90/855.15	c       855          10771        4599        20         298.0000         106.0000    181.13%
15049.63/860.21	c       860          10485        2273        20         298.0000         106.0000    181.13%
15150.86/865.33	c       865          10368        2647        20         298.0000         106.0000    181.13%
15252.13/870.44	c       870          11491        5319        20         298.0000         106.0000    181.13%
15355.35/875.60	c       876          11005        2793        20         298.0000         106.0000    181.13%
15458.57/880.88	c       881          10848        3127        20         298.0000         106.0000    181.13%
15535.93/884.77	c *     885          12211        6039        20         297.0000         106.0000    180.19%
15607.27/888.34	c       888          11365        3153        20         297.0000         106.0000    180.19%
15706.47/893.35	c       893          12233        1319        20         297.0000         106.0000    180.19%
15820.14/899.09	c       899          11463         834        20         297.0000         106.0000    180.19%
15950.40/905.67	c       906          11482         855        20         297.0000         106.0000    180.19%
16097.76/913.06	c       913          11140        1547        20         297.0000         106.0000    180.19%
16204.36/918.42	c       918          11543         914        20         297.0000         106.0000    180.19%
16331.34/924.84	c       925          11565         938        20         297.0000         106.0000    180.19%
16437.33/930.16	c       930          11643        1014        20         297.0000         106.0000    180.19%
16541.73/935.44	c       935          11442        1847        20         297.0000         106.0000    180.19%
16650.94/940.90	c       941          12773        1859        20         297.0000         106.0000    180.19%
16752.68/946.08	c       946          12933        2019        20         297.0000         106.0000    180.19%
16851.92/951.11	c       951          12223        1594        20         297.0000         106.0000    180.19%
16956.59/956.38	c       956          13213        2299        20         297.0000         106.0000    180.19%
17070.29/962.04	c       962          12242        2647        20         297.0000         106.0000    180.19%
17169.46/967.09	c       967          12623        1994        20         297.0000         106.0000    180.19%
17274.14/972.31	c       972          12783        2154        20         297.0000         106.0000    180.19%
17373.40/977.34	c       977          12943        2314        20         297.0000         106.0000    180.19%
17476.65/982.53	c       983          13103        2474        20         297.0000         106.0000    180.19%
17583.86/988.02	c       988          12940        3347        20         297.0000         106.0000    180.19%
17685.61/993.05	c       993          13283        2654        20         297.0000         106.0000    180.19%
17792.39/998.40	c       998          13261        3666        20         297.0000         106.0000    180.19%
17899.61/1003.88	c      1004          13421        3826        20         297.0000         106.0000    180.19%
17927.40/1005.28	c *    1005          14873        3959        20         296.0000         106.0000    179.25%
18014.57/1009.61	c      1010          13647         734        20         296.0000         106.0000    179.25%
18113.84/1014.69	c      1015          14976        2098        20         296.0000         106.0000    179.25%
18223.65/1020.15	c      1020          15015        2139        20         296.0000         106.0000    179.25%
18377.85/1027.95	c      1028          15015        2139        20         296.0000         106.0000    179.25%
18483.09/1033.21	c      1033          13686         873        20         296.0000         106.0000    179.25%
18586.37/1038.44	c      1038          13847         920        20         296.0000         106.0000    179.25%
18616.12/1039.95	c *    1040          13847         920        20         295.0000         106.0000    178.30%
18687.50/1043.59	c      1044          15196         472        20         295.0000         106.0000    178.30%
18790.75/1048.70	c      1049          15264         540        20         295.0000         106.0000    178.30%
18894.02/1053.93	c      1054          13991         600        20         295.0000         106.0000    178.30%
19003.19/1059.47	c      1059          15484         760        20         295.0000         106.0000    178.30%
19106.38/1064.62	c      1065          15687         963        20         295.0000         106.0000    178.30%
19211.62/1069.99	c      1070          15864        1140        20         295.0000         106.0000    178.30%
19326.70/1075.70	c      1076          14511        1120        20         295.0000         106.0000    178.30%
19376.30/1078.22	c *    1078          14591        1200        20         294.0000         106.0000    177.36%
19425.90/1080.78	c      1081          14651         460        20         294.0000         106.0000    177.36%
19554.82/1087.26	c      1087          16322         509        20         294.0000         106.0000    177.36%
19655.96/1092.39	c      1092          16352         541        20         294.0000         106.0000    177.36%
19759.15/1097.55	c      1098          16433         620        20         294.0000         106.0000    177.36%
19866.29/1102.97	c      1103          14775         740        20         294.0000         106.0000    177.36%
19965.49/1108.02	c      1108          16773         960        20         294.0000         106.0000    177.36%
20078.61/1113.68	c      1114          16872        1061        20         294.0000         106.0000    177.36%
20183.79/1118.92	c      1119          15319        1128        20         294.0000         106.0000    177.36%
20287.54/1124.15	c      1124          15431        1240        20         294.0000         106.0000    177.36%
20392.14/1129.40	c      1129          17170        1020        20         294.0000         106.0000    177.36%
20493.29/1134.52	c      1135          15691        1500        20         294.0000         106.0000    177.36%
20592.48/1139.58	c      1140          17246          21        20         294.0000         106.0000    177.36%
20695.62/1144.73	c *    1145          15715        1680        20         293.0000         106.0000    176.42%
20695.62/1144.73	c      1145          15715        1680        20         293.0000         106.0000    176.42%
20798.77/1150.01	c      1150          15785         461        20         293.0000         106.0000    176.42%
20900.60/1155.13	c      1155          15938         509        20         293.0000         106.0000    176.42%
21009.07/1160.56	c      1161          15863         541        20         293.0000         106.0000    176.42%
21112.23/1165.74	c      1166          15902         578        20         293.0000         106.0000    176.42%
21213.44/1170.84	c      1171          16108         679        20         293.0000         106.0000    176.42%
21314.65/1175.91	c      1176          16227         798        20         293.0000         106.0000    176.42%
21346.29/1177.54	c *    1178          16249         820        20         292.0000         106.0000    175.47%
21421.61/1181.34	c      1181          16306         440        20         292.0000         106.0000    175.47%
21491.07/1184.83	c *    1185          16376         510        20         291.0000         106.0000    174.53%
21522.84/1186.41	c      1186          16376         510        20         291.0000         106.0000    174.53%
21622.08/1191.44	c      1191          18612         536        20         291.0000         106.0000    174.53%
21717.30/1196.24	c *    1196          16458         460        20         290.0000         106.0000    173.58%
21723.22/1196.54	c      1197          18754         592        20         290.0000         106.0000    173.58%
21824.44/1201.61	c      1202          18901         547        20         290.0000         106.0000    173.58%
21932.27/1207.06	c      1207          16581         481        20         290.0000         106.0000    173.58%
22033.49/1212.18	c      1212          16642         540        20         290.0000         106.0000    173.58%
22134.21/1217.29	c      1217          16679         579        20         290.0000         106.0000    173.58%
22245.45/1222.81	c      1223          16577         581        20         290.0000         106.0000    173.58%
22346.74/1227.94	c      1228          16822         720        20         290.0000         106.0000    173.58%
22451.99/1233.27	c      1233          19468         378        20         290.0000         106.0000    173.58%
22541.24/1237.70	c *    1238          19608         485        20         289.0000         106.0000    172.64%
22553.17/1238.30	c      1238          19608         485        20         289.0000         106.0000    172.64%
22654.40/1243.49	c      1243          19667         439        20         289.0000         106.0000    172.64%
22757.59/1248.67	c      1249          19774         491        20         289.0000         106.0000    172.64%
22856.82/1253.69	c      1254          17296         480        20         289.0000         106.0000    172.64%
22952.12/1258.43	c *    1258          20053         533        20         288.0000         106.0000    171.70%
22962.05/1258.96	c      1259          17514         613        20         288.0000         106.0000    171.70%
23067.14/1264.20	c      1264          20182         457        20         288.0000         106.0000    171.70%
23130.63/1267.43	c *    1267          20230         503        20         287.0000         106.0000    170.75%
23166.32/1269.26	c      1269          17328         440        20         287.0000         106.0000    170.75%
23271.48/1274.51	c      1275          17356         340        20         287.0000         106.0000    170.75%
23372.65/1279.66	c      1280          17729         420        20         287.0000         106.0000    170.75%
23475.80/1284.84	c      1285          17455         441        20         287.0000         106.0000    170.75%
23495.52/1285.82	c *    1286          17775         466        20         286.0000         106.0000    169.81%
23574.85/1289.85	c      1290          17789         480        20         286.0000         106.0000    169.81%
23676.01/1295.02	c      1295          17573         420        20         286.0000         106.0000    169.81%
23765.32/1299.44	c *    1299          17884         422        20         285.0000         106.0000    168.87%
23787.12/1300.53	c      1301          17592         441        20         285.0000         106.0000    168.87%
23888.32/1305.69	c      1306          17963         380        20         285.0000         106.0000    168.87%
23989.47/1310.72	c      1311          21230         471        20         285.0000         106.0000    168.87%
24066.83/1314.66	c *    1315          17679         400        20         284.0000         106.0000    167.92%
24090.55/1315.86	c      1316          21254           0        20         284.0000         106.0000    167.92%
24201.63/1321.48	c      1321          21295          41        20         284.0000         106.0000    167.92%
24302.79/1326.51	c      1327          17794         400        20         284.0000         106.0000    167.92%
24405.91/1331.73	c      1332          18299         504        20         284.0000         106.0000    167.92%
24505.09/1336.75	c      1337          17927         533        20         284.0000         106.0000    167.92%
24610.91/1342.05	c      1342          18069         675        20         284.0000         106.0000    167.92%
24709.99/1347.11	c      1347          18536          38        20         284.0000         106.0000    167.92%
24739.10/1348.58	c *    1349          18215         819        20         283.0000         106.0000    166.98%
24809.00/1352.12	c      1352          18239         300        20         283.0000         106.0000    166.98%
24919.51/1357.67	c      1358          21924         382        20         283.0000         106.0000    166.98%
25020.63/1362.70	c      1363          18338         401        20         283.0000         106.0000    166.98%
25119.81/1367.77	c      1368          22071         403        20         283.0000         106.0000    166.98%
25219.03/1372.79	c      1373          18959         455        20         283.0000         106.0000    166.98%
25242.81/1373.95	c *    1374          19020         489        20         282.0000         106.0000    166.04%
25324.49/1378.09	c      1378          22267         278        20         282.0000         106.0000    166.04%
25431.12/1383.44	c      1383          22379         352        20         282.0000         106.0000    166.04%
25498.53/1386.82	c *    1387          18692         400        20         281.0000         106.0000    165.09%
25536.21/1388.77	c      1389          18711         421        20         281.0000         106.0000    165.09%
25635.41/1393.78	c      1394          18733         297        20         281.0000         106.0000    165.09%
25736.66/1398.88	c      1399          18796         360        20         281.0000         106.0000    165.09%
25796.21/1401.86	c *    1402          22701         358        20         280.0000         106.0000    164.15%
25837.85/1403.94	c      1404          19674         274        20         280.0000         106.0000    164.15%
25939.56/1409.08	c      1409          22847         358        20         280.0000         106.0000    164.15%
26040.96/1414.16	c      1414          18909         360        20         280.0000         106.0000    164.15%
26149.45/1419.61	c      1420          23044         382        20         280.0000         106.0000    164.15%
26248.73/1424.65	c      1425          19156         535        20         280.0000         106.0000    164.15%
26294.41/1427.00	c *    1427          20088          55        20         279.0000         106.0000    163.21%
26351.94/1429.82	c      1430          23212         240        20         279.0000         106.0000    163.21%
26467.02/1435.65	c      1436          19332         342        20         279.0000         106.0000    163.21%
26572.21/1440.96	c      1441          23477         355        20         279.0000         106.0000    163.21%
26679.31/1446.36	c      1446          19432         442        20         279.0000         106.0000    163.21%
26786.35/1451.71	c      1452          20588         436        20         279.0000         106.0000    163.21%
26869.66/1455.95	c *    1456          23866         353        20         278.0000         106.0000    162.26%
26885.46/1456.72	c      1457          19599         531        20         278.0000         106.0000    162.26%
26988.65/1462.03	c      1462          23972         298        20         278.0000         106.0000    162.26%
27092.54/1467.16	c      1467          19725         323        20         278.0000         106.0000    162.26%
27194.97/1472.40	c      1472          19762         360        20         278.0000         106.0000    162.26%
27304.08/1477.81	c      1478          24310         348        20         278.0000         106.0000    162.26%
27403.28/1482.84	c      1483          24323           0        20         278.0000         106.0000    162.26%
27504.48/1487.93	c      1488          24364          41        20         278.0000         106.0000    162.26%
27508.90/1488.14	c *    1488          24364          41        20         277.0000         106.0000    161.32%
27608.37/1493.16	c      1493          21498         320        20         277.0000         106.0000    161.32%
27710.66/1498.37	c      1498          20117         320        20         277.0000         106.0000    161.32%
27813.79/1503.50	c      1504          21687         413        20         277.0000         106.0000    161.32%
27851.35/1505.43	c *    1505          24667         310        20         276.0000         106.0000    160.38%
27914.55/1508.66	c      1509          24741         223        20         276.0000         106.0000    160.38%
28015.71/1513.79	c      1514          21911         314        20         276.0000         106.0000    160.38%
28093.08/1517.67	c *    1518          21966         349        20         275.0000         106.0000    159.43%
28123.28/1519.15	c      1519          21979           0        20         275.0000         106.0000    159.43%
28224.03/1524.26	c      1524          22041          60        20         275.0000         106.0000    159.43%
28325.11/1529.34	c      1529          20413         300        20         275.0000         106.0000    159.43%
28426.29/1534.41	c      1534          20473         360        20         275.0000         106.0000    159.43%
28527.47/1539.51	c      1540          25379         286        20         275.0000         106.0000    159.43%
28563.15/1541.38	c *    1541          20529         418        20         274.0000         106.0000    158.49%
28628.59/1544.69	c      1545          20529         418        20         274.0000         106.0000    158.49%
28729.79/1549.75	c      1550          20551         226        20         274.0000         106.0000    158.49%
28831.01/1554.89	c      1555          20625         300        20         274.0000         106.0000    158.49%
28934.77/1560.12	c      1560          20644         321        20         274.0000         106.0000    158.49%
29003.77/1563.54	c *    1564          22826         296        20         273.0000         106.0000    157.55%
29039.50/1565.34	c      1565          25917         268        20         273.0000         106.0000    157.55%
29144.69/1570.64	c      1571          23017         281        20         273.0000         106.0000    157.55%
29245.94/1575.77	c      1576          20812         301        20         273.0000         106.0000    157.55%
29287.62/1577.88	c *    1578          26269         360        20         272.0000         106.0000    156.60%
29347.15/1580.83	c      1581          20856         181        20         272.0000         106.0000    156.60%
29448.37/1585.96	c      1586          20935         260        20         272.0000         106.0000    156.60%
29539.48/1590.52	c *    1591          26623         284        20         271.0000         106.0000    155.66%
29555.32/1591.37	c      1591          26623         284        20         271.0000         106.0000    155.66%
29658.49/1596.56	c      1597          23463         254        20         271.0000         106.0000    155.66%
29763.68/1601.83	c      1602          21120         321        20         271.0000         106.0000    155.66%
29823.18/1604.82	c *    1605          26936         268        20         270.0000         106.0000    154.72%
29867.30/1607.06	c      1607          21234         160        20         270.0000         106.0000    154.72%
29966.54/1612.12	c      1612          27093         244        20         270.0000         106.0000    154.72%
30067.88/1617.16	c      1617          21353         281        20         270.0000         106.0000    154.72%
30087.53/1618.13	c *    1618          21353         281        20         269.0000         106.0000    153.77%
30168.34/1622.29	c      1622          21375         140        20         269.0000         106.0000    153.77%
30273.56/1627.55	c      1628          21435         200        20         269.0000         106.0000    153.77%
30372.67/1632.52	c *    1633          27477         260        20         268.0000         106.0000    152.83%
30372.67/1632.59	c      1633          21475         240        20         268.0000         106.0000    152.83%
30477.82/1637.85	c      1638          21497           1        20         268.0000         106.0000    152.83%
30579.01/1642.97	c      1643          27683         231        20         268.0000         106.0000    152.83%
30680.98/1648.07	c      1648          27810         265        20         268.0000         106.0000    152.83%
30715.87/1649.83	c *    1650          24593         192        20         267.0000         106.0000    151.89%
30782.04/1653.18	c      1653          27945         175        20         267.0000         106.0000    151.89%
30882.47/1658.28	c      1658          28028         211        20         267.0000         106.0000    151.89%
30890.32/1658.60	c *    1659          28028         211        20         266.0000         106.0000    150.94%
30983.45/1663.31	c      1663          21926         129        20         266.0000         106.0000    150.94%
31082.66/1668.34	c      1668          28195         268        20         266.0000         106.0000    150.94%
31100.39/1669.21	c *    1669          25085         191        20         265.0000         106.0000    150.00%
31181.72/1673.39	c      1673          25195         139        20         265.0000         106.0000    150.00%
31282.90/1678.44	c      1678          25322         206        20         265.0000         106.0000    150.00%
31388.04/1683.70	c      1684          25404         225        20         265.0000         106.0000    150.00%
31403.89/1684.57	c *    1685          25404         225        20         264.0000         106.0000    149.06%
31491.14/1688.95	c      1689          25414           1        20         264.0000         106.0000    149.06%
31600.22/1694.40	c      1694          22553         210        20         264.0000         106.0000    149.06%
31701.40/1699.59	c      1700          22664         321        20         264.0000         106.0000    149.06%
31741.14/1701.52	c *    1702          28904         268        20         263.0000         106.0000    148.11%
31804.53/1704.74	c      1705          28969         155        20         263.0000         106.0000    148.11%
31864.03/1707.75	c *    1708          29053         239        20         262.0000         106.0000    147.17%
31905.61/1709.87	c      1710          26033          69        20         262.0000         106.0000    147.17%
32012.75/1715.25	c      1715          26118         119        20         262.0000         106.0000    147.17%
32104.02/1719.80	c *    1720          23060         254        20         261.0000         106.0000    146.23%
32123.86/1720.83	c      1721          29360         279        20         261.0000         106.0000    146.23%
32225.02/1725.98	c      1726          23161         149        20         261.0000         106.0000    146.23%
32330.15/1731.22	c      1731          26432         109        20         261.0000         106.0000    146.23%
32419.47/1735.72	c *    1736          26517         103        20         260.0000         106.0000    145.28%
32429.35/1736.25	c      1736          23388         344        20         260.0000         106.0000    145.28%
32528.56/1741.28	c      1741          23479         149        20         260.0000         106.0000    145.28%
32631.79/1746.40	c      1746          26731         108        20         260.0000         106.0000    145.28%
32721.06/1750.96	c *    1751          23777         332        20         259.0000         106.0000    144.34%
32730.92/1751.43	c      1751          23777         332        20         259.0000         106.0000    144.34%
32830.16/1756.48	c      1756          30231         166        20         259.0000         106.0000    144.34%
32917.38/1760.83	c *    1761          30335         238        20         258.0000         106.0000    143.40%
32931.27/1761.53	c      1762          27021          96        20         258.0000         106.0000    143.40%
33032.46/1766.61	c      1767          30498         236        20         258.0000         106.0000    143.40%
33135.66/1771.84	c      1772          30556         249        20         258.0000         106.0000    143.40%
33234.89/1776.85	c      1777          24352         266        20         258.0000         106.0000    143.40%
33336.11/1781.96	c      1782          24377           3        20         258.0000         106.0000    143.40%
33441.30/1787.22	c      1787          24508         128        20         258.0000         106.0000    143.40%
33453.20/1787.85	c *    1788          24508         128        20         257.0000         106.0000    142.45%
33542.44/1792.32	c      1792          24573          49        20         257.0000         106.0000    142.45%
33647.63/1797.69	c      1798          24690         166        20         257.0000         106.0000    142.45%
33689.31/1799.79	c *    1800          31033         206        20         256.0000         106.0000    141.51%
33748.75/1802.78	c      1803          27883          98        20         256.0000         106.0000    141.51%
33856.64/1808.17	c      1808          24883         192        20         256.0000         106.0000    141.51%
33869.79/1808.87	c *    1809          31235         214        20         255.0000         106.0000    140.57%
33958.96/1813.31	c      1813          28110         118        20         255.0000         106.0000    140.57%
34026.48/1816.77	c *    1817          25046         188        20         254.0000         106.0000    139.62%
34066.18/1818.70	c      1819          31442         188        20         254.0000         106.0000    139.62%
34169.45/1824.00	c      1824          28376         171        20         254.0000         106.0000    139.62%
34211.61/1826.11	c *    1826          31486          39        20         130.0000         106.0000     22.64%
34273.14/1829.15	c      1829          25264           0        20         130.0000         106.0000     22.64%
34373.77/1834.21	c      1834          25320           0        20         130.0000         106.0000     22.64%
34439.34/1837.57	c *    1838          25340           0        20         129.0000         106.0000     21.70%
34471.45/1839.16	c *    1839          31603           0        20         128.0000         106.0000     20.75%
34480.82/1839.62	c      1840          25356           0        20         128.0000         106.0000     20.75%
34514.59/1841.32	c *    1841          31619           0        20         127.0000         106.0000     19.81%
34534.45/1842.33	c *    1842          31619           0        20         126.0000         106.0000     18.87%
34564.24/1843.88	c *    1844          31626           1        20         125.0000         106.0000     17.92%
34580.08/1844.64	c      1845          31633           0        20         125.0000         106.0000     17.92%
34588.57/1845.09	c *    1845          25390           0        20         124.0000         106.0000     16.98%
34651.42/1848.23	c *    1848          31655           0        20         123.0000         106.0000     16.04%
34667.68/1849.10	c *    1849          25407           0        20         122.0000         106.0000     15.09%
34682.87/1849.85	c      1850          29025          68        20         122.0000         106.0000     15.09%
34716.66/1851.59	c *    1852          29168          93        20         121.0000         106.0000     14.15%
34744.38/1852.99	c *    1853          29278           1        20         120.0000         106.0000     13.21%
34777.84/1854.61	c *    1855          25433           0        20         119.0000         106.0000     12.26%
34783.79/1855.01	c      1855          29561         184        20         119.0000         106.0000     12.26%
34815.57/1856.58	c *    1857          25481          42        20         118.0000         106.0000     11.32%
34841.06/1857.87	c *    1858          32136          54        20         117.0000         106.0000     10.38%
34856.80/1858.67	c *    1859          25602          57        20         116.0000         106.0000      9.43%
34872.43/1859.40	c *    1859          32145           0        20         115.0000         106.0000      8.49%
34890.30/1860.40	c      1860          32149           0        20         115.0000         106.0000      8.49%
34914.17/1861.60	c *    1862          32188          33        20         114.0000         106.0000      7.55%
34947.72/1863.20	c *    1863          25842           0        20         113.0000         106.0000      6.60%
34985.65/1865.13	c *    1865          30360          59        20         112.0000         106.0000      5.66%
34994.96/1865.67	c      1866          32462          25        20         112.0000         106.0000      5.66%
35023.20/1867.08	c *    1867          32487          14        20         111.0000         106.0000      4.72%
35068.32/1869.36	c *    1869          30568          50        20         110.0000         106.0000      3.77%
35105.92/1871.26	c      1871          32726          24        20         110.0000         106.0000      3.77%
35135.60/1872.70	c *    1873          32812          87        20         109.0000         106.0000      2.83%
35213.06/1876.63	c      1877          30882          42        20         109.0000         106.0000      2.83%
35316.44/1881.86	c      1882          27243         123        20         109.0000         106.0000      2.83%
35417.88/1886.93	c      1887          27360         116        20         109.0000         106.0000      2.83%
35517.33/1892.00	c      1892          33191          55        20         109.0000         106.0000      2.83%
35619.39/1897.08	c      1897          31396          34        20         109.0000         106.0000      2.83%
35664.46/1899.36	c *    1899          31455          38        20         108.0000         106.0000      1.89%
35702.16/1901.25	c *    1901          33338           0        20         107.0000         106.0000      0.94%
35720.35/1902.15	c      1902          28486          55        20         107.0000         106.0000      0.94%
35821.28/1907.22	c      1907          31722          21        20         107.0000         106.0000      0.94%
35869.00/1909.68	c *    1910          31799          28        20         106.0000         106.0000      0.00%
35870.84/1909.74	c      1910          33735           0         0         106.0000         106.0000      0.00%
35913.83/1912.64	c      1913          33735           0         0         106.0000         300.0000    183.02%
36217.49/1937.60	c      1938          33735           0         0         106.0000         300.0000    183.02%
36338.76/1948.68	c      1949          33735           0         0         106.0000         300.0000    183.02%
36460.39/1961.61	c      1962          33735           0         0         106.0000         300.0000    183.02%
36563.90/1974.52	c      1975          33735           0         0         106.0000         300.0000    183.02%
36629.43/1983.82	c      1984          33735           0         0         106.0000         300.0000    183.02%
36692.80/1994.31	c      1994          33735           0         0         106.0000         300.0000    183.02%

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 (162175 MiB free)
  memory of node 1: 193531 MiB (143798 MiB free)
  memory of node 2: 193531 MiB (142148 MiB free)
  memory of node 3: 193531 MiB (174878 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-4465380-1723602946/watcher-4465380-1723602946 -o /tmp/evaluation-result-4465380-1723602946/solver-4465380-1723602946 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770154 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465380-1723602946.opb -qsol -t 72000 -sth 20 

running on 20 cores: 3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79

CPU governors:
  performance: 3 7 11 15 19 23 27 31 35 39 43 47 51 55 59 63 67 71 75 79

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


[startup+0.100116 s]*
/proc/loadavg: 28.10 33.76 43.25 29/915 776225
/proc/meminfo: memFree=637888108/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=93008 memory=81576 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) R 776221 776224 770141 0 -1 4194304 18274 0 0 0 9 2 0 0 20 0 1 0 126877249 95240192 20394 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 23252 20394 2347 3035 0 19648 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 93008 KiB
Current children cumulated memory: 81576 KiB

[startup+0.217877 s]*
/proc/loadavg: 28.10 33.76 43.25 29/915 776225
/proc/meminfo: memFree=637845436/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=137412 memory=125800 CPUtime=0.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) R 776221 776224 770141 0 -1 4194304 29367 0 0 0 19 3 0 0 20 0 1 0 126877249 140709888 31450 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 34353 31450 2347 3035 0 30749 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 137412 KiB
Current children cumulated memory: 125800 KiB

[startup+0.317931 s]*
/proc/loadavg: 28.10 33.76 43.25 29/915 776225
/proc/meminfo: memFree=637797532/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=183780 memory=172220 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) R 776221 776224 770141 0 -1 4194304 40940 0 0 0 27 5 0 0 20 0 1 0 126877249 188190720 43055 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 45945 43055 2347 3035 0 42341 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 183780 KiB
Current children cumulated memory: 172220 KiB

[startup+0.700256 s]
/proc/loadavg: 28.10 33.76 43.25 29/915 776225
/proc/meminfo: memFree=637670292/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=402980 memory=391724 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) R 776221 776224 770141 0 -1 4194304 95837 0 0 0 55 13 0 0 20 0 1 0 126877249 412651520 97931 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 100745 97931 2555 3035 0 97141 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 402980 KiB
Current children cumulated memory: 391724 KiB

[startup+1.50026 s]
/proc/loadavg: 28.10 33.76 43.25 29/915 776225
/proc/meminfo: memFree=637484052/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=512328 memory=496480 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) R 776221 776224 770141 0 -1 4194304 121457 0 0 0 132 16 0 0 20 0 1 0 126877249 524623872 124120 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 128082 124120 2630 3035 0 124478 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 512328 KiB
Current children cumulated memory: 496480 KiB

[startup+3.11808 s]
/proc/loadavg: 28.09 33.66 43.17 29/915 776225
/proc/meminfo: memFree=637334672/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=640928 memory=623512 CPUtime=3.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) R 776221 776224 770141 0 -1 4194304 140322 0 0 0 288 22 0 0 20 0 1 0 126877249 656310272 155878 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 160232 155878 2726 3035 0 156628 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 640928 KiB
Current children cumulated memory: 623512 KiB

[startup+6.30024 s]
/proc/loadavg: 28.09 33.66 43.17 29/915 776225
/proc/meminfo: memFree=637330244/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=640928 memory=623512 CPUtime=6.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) R 776221 776224 770141 0 -1 4194304 140362 0 0 0 605 23 0 0 20 0 1 0 126877249 656310272 155878 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 160232 155878 2726 3035 0 156628 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 640928 KiB
Current children cumulated memory: 623512 KiB

[startup+12.7002 s]
/proc/loadavg: 28.07 33.47 43.01 29/915 776226
/proc/meminfo: memFree=637318924/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=640928 memory=623512 CPUtime=12.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) R 776221 776224 770141 0 -1 4194304 140422 0 0 0 1242 24 0 0 20 0 1 0 126877249 656310272 155878 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 160232 155878 2726 3035 0 156628 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 640928 KiB
Current children cumulated memory: 623512 KiB

[startup+25.5003 s]
/proc/loadavg: 28.06 33.29 42.84 29/915 776228
/proc/meminfo: memFree=636639500/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=569116 memory=551868 CPUtime=25.42 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) R 776221 776224 770141 0 -1 4194304 140478 0 0 0 2517 25 0 0 20 0 1 0 126877249 582774784 137967 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 142279 137967 2726 3035 0 138675 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 569116 KiB
Current children cumulated memory: 551868 KiB

[startup+51.118 s]
/proc/loadavg: 28.04 32.87 42.45 29/915 776233
/proc/meminfo: memFree=636539012/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=696932 memory=679796 CPUtime=50.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) R 776221 776224 770141 0 -1 4194304 167374 0 0 0 5062 31 0 0 20 0 1 0 126877249 713658368 169949 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 174233 169949 2774 3035 0 170629 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 696932 KiB
Current children cumulated memory: 679796 KiB

[startup+102.301 s]
/proc/loadavg: 28.14 32.08 41.62 29/936 776264
/proc/meminfo: memFree=636333464/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=2390136 memory=835452 CPUtime=101.92 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) S 776221 776224 770141 0 -1 1077936128 231283 0 0 0 10150 42 0 0 20 0 21 0 126877249 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 597534 208863 2790 3035 0 269880 0
[pid=776224/tid=776245] ppid=776221 vsize=2390136 memory=679948 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776245/stat : 776245 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776246] ppid=776221 vsize=2390136 memory=679948 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776246/stat : 776246 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776247] ppid=776221 vsize=2390136 memory=551868 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776247/stat : 776247 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776248] ppid=776221 vsize=2390136 memory=40204 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776248/stat : 776248 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776249] ppid=776221 vsize=2390136 memory=40204 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776249/stat : 776249 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776250] ppid=776221 vsize=2390136 memory=11536 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776250/stat : 776250 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776251] ppid=776221 vsize=2390136 memory=11536 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776251/stat : 776251 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776252] ppid=776221 vsize=2390136 memory=10556 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776252/stat : 776252 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776253] ppid=776221 vsize=2390136 memory=679796 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776253/stat : 776253 (fscip) S 776221 776224 770141 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776254] ppid=776221 vsize=2390136 memory=5472 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776254/stat : 776254 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776255] ppid=776221 vsize=2390136 memory=16336 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776255/stat : 776255 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776256] ppid=776221 vsize=2390136 memory=2268 CPUtime=0.08 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776256/stat : 776256 (fscip) R 776221 776224 770141 0 -1 4194368 19129 0 0 0 6 2 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776257] ppid=776221 vsize=2390136 memory=6120 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776257/stat : 776257 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776258] ppid=776221 vsize=2390136 memory=280644303849840 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776258/stat : 776258 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776259] ppid=776221 vsize=2390136 memory=8131648161281 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776259/stat : 776259 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776260] ppid=776221 vsize=2390136 memory=4772 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776260/stat : 776260 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776261] ppid=776221 vsize=2390136 memory=679796 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776261/stat : 776261 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776262] ppid=776221 vsize=2390136 memory=679796 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776262/stat : 776262 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776263] ppid=776221 vsize=2390136 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776263/stat : 776263 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776264] ppid=776221 vsize=2390136 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776264/stat : 776264 (fscip) S 776221 776224 770141 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 126887441 2447499264 208863 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 2390136 KiB
Current children cumulated memory: 835452 KiB

[startup+162.302 s]
/proc/loadavg: 39.53 34.55 41.87 48/956 776296
/proc/meminfo: memFree=622221192/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=15530184 memory=14094600 CPUtime=1205.55 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) S 776221 776224 770141 0 -1 1077936128 4767392 0 0 0 119405 1150 0 0 20 0 41 0 126877249 15902908416 3523650 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 27 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 3882546 3523650 2998 3035 0 3781848 0
[pid=776224/tid=776245] ppid=776221 vsize=15530184 memory=551868 CPUtime=55.35 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776245/stat : 776245 (fscip) R 776221 776224 770141 0 -1 4194368 143358 0 0 0 5510 25 0 0 20 0 41 0 126887441 15902908416 3523650 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776246] ppid=776221 vsize=15530184 memory=11536 CPUtime=55.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776246/stat : 776246 (fscip) R 776221 776224 770141 0 -1 4194368 303276 0 0 0 5416 95 0 0 20 0 41 0 126887441 15902908416 3523650 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776247] ppid=776221 vsize=15530184 memory=10556 CPUtime=55.33 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776247/stat : 776247 (fscip) R 776221 776224 770141 0 -1 4194368 239670 0 0 0 5488 45 0 0 20 0 41 0 126887441 15902908416 3523650 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0

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

[pid=776224/tid=776282] ppid=776221 vsize=53115608 memory=16156912 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776282/stat : 776282 (fscip) S 776221 776224 770141 0 -1 1077936192 328 0 0 0 1 2 0 0 20 0 11 0 126887921 54390382592 4633775 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776283] ppid=776221 vsize=53115608 memory=18517264 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776283/stat : 776283 (fscip) S 776221 776224 770141 0 -1 1077936192 600 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4633775 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
Current children cumulated CPU time: 44016.7 s
Current children cumulated vsize: 53115608 KiB
Current children cumulated memory: 18535100 KiB

[startup+3522.3 s]
/proc/loadavg: 5.00 5.28 12.41 6/853 778254
/proc/meminfo: memFree=696539004/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=53115608 memory=18870372 CPUtime=44316 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) S 776221 776224 770141 0 -1 1077936128 59877876 0 0 0 4424759 6845 0 0 20 0 11 0 126877249 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 13278902 4717593 3014 3035 0 12902596 0
[pid=776224/tid=776249] ppid=776221 vsize=53115608 memory=18371340 CPUtime=3400.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776249/stat : 776249 (fscip) R 776221 776224 770141 0 -1 4194368 2624031 0 0 0 339655 363 0 0 20 0 11 0 126887441 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776252] ppid=776221 vsize=53115608 memory=25333125866717268 CPUtime=3400.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776252/stat : 776252 (fscip) R 776221 776224 770141 0 -1 4194368 2732953 0 0 0 339676 373 0 0 20 0 11 0 126887441 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776258] ppid=776221 vsize=53115608 memory=40524 CPUtime=3399.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776258/stat : 776258 (fscip) R 776221 776224 770141 0 -1 4194368 2685721 0 0 0 339574 375 0 0 20 0 11 0 126887441 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776261] ppid=776221 vsize=53115608 memory=18602680 CPUtime=3400.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776261/stat : 776261 (fscip) R 776221 776224 770141 0 -1 4194368 2800179 0 0 0 339611 403 0 0 20 0 11 0 126887441 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776264] ppid=776221 vsize=53115608 memory=18696588 CPUtime=3395.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776264/stat : 776264 (fscip) R 776221 776224 770141 0 -1 4194368 2689231 0 0 0 339153 375 0 0 20 0 11 0 126887441 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776266] ppid=776221 vsize=53115608 memory=32848 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776266/stat : 776266 (fscip) S 776221 776224 770141 0 -1 1077936192 971 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776277] ppid=776221 vsize=53115608 memory=40524 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776277/stat : 776277 (fscip) S 776221 776224 770141 0 -1 1077936192 343 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776279] ppid=776221 vsize=53115608 memory=18864800 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776279/stat : 776279 (fscip) S 776221 776224 770141 0 -1 1077936192 470 0 0 0 2 1 0 0 20 0 11 0 126887921 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776282] ppid=776221 vsize=53115608 memory=18859228 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776282/stat : 776282 (fscip) S 776221 776224 770141 0 -1 1077936192 333 0 0 0 1 2 0 0 20 0 11 0 126887921 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776283] ppid=776221 vsize=53115608 memory=18859228 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776283/stat : 776283 (fscip) S 776221 776224 770141 0 -1 1077936192 605 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4717593 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
Current children cumulated CPU time: 44316 s
Current children cumulated vsize: 53115608 KiB
Current children cumulated memory: 18870372 KiB

[startup+3582.3 s]
/proc/loadavg: 5.00 5.22 11.94 6/852 778267
/proc/meminfo: memFree=696205864/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=53115608 memory=19204508 CPUtime=44615.4 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) S 776221 776224 770141 0 -1 1077936128 60024437 0 0 0 4454670 6873 0 0 20 0 11 0 126877249 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 13278902 4801127 3014 3035 0 12902596 0
[pid=776224/tid=776249] ppid=776221 vsize=53115608 memory=18371340 CPUtime=3460.06 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776249/stat : 776249 (fscip) R 776221 776224 770141 0 -1 4194368 2653691 0 0 0 345638 368 0 0 20 0 11 0 126887441 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776252] ppid=776221 vsize=53115608 memory=40524 CPUtime=3460.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776252/stat : 776252 (fscip) R 776221 776224 770141 0 -1 4194368 2761853 0 0 0 345658 378 0 0 20 0 11 0 126887441 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776258] ppid=776221 vsize=53115608 memory=18602680 CPUtime=3459.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776258/stat : 776258 (fscip) R 776221 776224 770141 0 -1 4194368 2714253 0 0 0 345556 380 0 0 20 0 11 0 126887441 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776261] ppid=776221 vsize=53115608 memory=11536 CPUtime=3460.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776261/stat : 776261 (fscip) R 776221 776224 770141 0 -1 4194368 2832977 0 0 0 345593 409 0 0 20 0 11 0 126887441 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776264] ppid=776221 vsize=53115608 memory=52544 CPUtime=3455.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776264/stat : 776264 (fscip) R 776221 776224 770141 0 -1 4194368 2715860 0 0 0 345134 382 0 0 20 0 11 0 126887441 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776266] ppid=776221 vsize=53115608 memory=1736 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776266/stat : 776266 (fscip) S 776221 776224 770141 0 -1 1077936192 989 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776277] ppid=776221 vsize=53115608 memory=16336 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776277/stat : 776277 (fscip) S 776221 776224 770141 0 -1 1077936192 346 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776279] ppid=776221 vsize=53115608 memory=19195596 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776279/stat : 776279 (fscip) S 776221 776224 770141 0 -1 1077936192 477 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776282] ppid=776221 vsize=53115608 memory=19200056 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776282/stat : 776282 (fscip) S 776221 776224 770141 0 -1 1077936192 338 0 0 0 1 2 0 0 20 0 11 0 126887921 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776283] ppid=776221 vsize=53115608 memory=6720661039085928811 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776283/stat : 776283 (fscip) S 776221 776224 770141 0 -1 1077936192 614 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4801127 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
Current children cumulated CPU time: 44615.4 s
Current children cumulated vsize: 53115608 KiB
Current children cumulated memory: 19204508 KiB

[startup+3642.3 s]
/proc/loadavg: 5.00 5.18 11.50 6/851 778279
/proc/meminfo: memFree=695870284/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=53115608 memory=19537552 CPUtime=44914.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) S 776221 776224 770141 0 -1 1077936128 60189256 0 0 0 4484581 6900 0 0 20 0 11 0 126877249 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 13278902 4884388 3014 3035 0 12902596 0
[pid=776224/tid=776249] ppid=776221 vsize=53115608 memory=40524 CPUtime=3519.94 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776249/stat : 776249 (fscip) R 776221 776224 770141 0 -1 4194368 2685325 0 0 0 351620 374 0 0 20 0 11 0 126887441 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776252] ppid=776221 vsize=53115608 memory=11536 CPUtime=3520.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776252/stat : 776252 (fscip) R 776221 776224 770141 0 -1 4194368 2794167 0 0 0 351640 383 0 0 20 0 11 0 126887441 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776258] ppid=776221 vsize=53115608 memory=17219204 CPUtime=3519.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776258/stat : 776258 (fscip) R 776221 776224 770141 0 -1 4194368 2746626 0 0 0 351538 385 0 0 20 0 11 0 126887441 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776261] ppid=776221 vsize=53115608 memory=19164800 CPUtime=3519.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776261/stat : 776261 (fscip) R 776221 776224 770141 0 -1 4194368 2869183 0 0 0 351575 415 0 0 20 0 11 0 126887441 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776264] ppid=776221 vsize=53115608 memory=0 CPUtime=3515.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776264/stat : 776264 (fscip) R 776221 776224 770141 0 -1 4194368 2748103 0 0 0 351116 386 0 0 20 0 11 0 126887441 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776266] ppid=776221 vsize=53115608 memory=5472 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776266/stat : 776266 (fscip) S 776221 776224 770141 0 -1 1077936192 1005 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776277] ppid=776221 vsize=53115608 memory=0 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776277/stat : 776277 (fscip) S 776221 776224 770141 0 -1 1077936192 351 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776279] ppid=776221 vsize=53115608 memory=19512324 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776279/stat : 776279 (fscip) S 776221 776224 770141 0 -1 1077936192 485 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776282] ppid=776221 vsize=53115608 memory=19500064 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776282/stat : 776282 (fscip) S 776221 776224 770141 0 -1 1077936192 350 0 0 0 1 2 0 0 20 0 11 0 126887921 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776283] ppid=776221 vsize=53115608 memory=11536 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776283/stat : 776283 (fscip) S 776221 776224 770141 0 -1 1077936192 622 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4884388 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
Current children cumulated CPU time: 44914.8 s
Current children cumulated vsize: 53115608 KiB
Current children cumulated memory: 19537552 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 5.00 5.15 11.13 6/851 778290
/proc/meminfo: memFree=695560336/790760804 swapFree=131071996/131071996
[pid=776224] ppid=776221 vsize=53115608 memory=19844252 CPUtime=45202.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/stat : 776224 (fscip) S 776221 776224 770141 0 -1 1077936128 60345020 0 0 0 4513352 6928 0 0 20 0 11 0 126877249 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
/proc/776224/statm: 13278902 4961063 3014 3035 0 12902596 0
[pid=776224/tid=776249] ppid=776221 vsize=53115608 memory=6720661039085928811 CPUtime=3577.54 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776249/stat : 776249 (fscip) R 776221 776224 770141 0 -1 4194368 2715779 0 0 0 357375 379 0 0 20 0 11 0 126887441 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776252] ppid=776221 vsize=53115608 memory=-6623552344202370937 CPUtime=3577.82 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776252/stat : 776252 (fscip) R 776221 776224 770141 0 -1 4194368 2824498 0 0 0 357392 390 0 0 20 0 11 0 126887441 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776258] ppid=776221 vsize=53115608 memory=7384 CPUtime=3576.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776258/stat : 776258 (fscip) R 776221 776224 770141 0 -1 4194368 2777352 0 0 0 357293 390 0 0 20 0 11 0 126887441 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776261] ppid=776221 vsize=53115608 memory=30888 CPUtime=3577.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776261/stat : 776261 (fscip) R 776221 776224 770141 0 -1 4194368 2902356 0 0 0 357329 421 0 0 20 0 11 0 126887441 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776264] ppid=776221 vsize=53115608 memory=27932 CPUtime=3572.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776264/stat : 776264 (fscip) R 776221 776224 770141 0 -1 4194368 2779112 0 0 0 356871 391 0 0 20 0 11 0 126887441 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776266] ppid=776221 vsize=53115608 memory=3760 CPUtime=0.05 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776266/stat : 776266 (fscip) S 776221 776224 770141 0 -1 1077936192 1033 0 0 0 3 2 0 0 20 0 11 0 126887921 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776277] ppid=776221 vsize=53115608 memory=40392 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776277/stat : 776277 (fscip) S 776221 776224 770141 0 -1 1077936192 356 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776279] ppid=776221 vsize=53115608 memory=8284 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776279/stat : 776279 (fscip) S 776221 776224 770141 0 -1 1077936192 497 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776282] ppid=776221 vsize=53115608 memory=3312 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776282/stat : 776282 (fscip) S 776221 776224 770141 0 -1 1077936192 356 0 0 0 1 2 0 0 20 0 11 0 126887921 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
[pid=776224/tid=776283] ppid=776221 vsize=53115608 memory=2212 CPUtime=0.04 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/776224/task/776283/stat : 776283 (fscip) S 776221 776224 770141 0 -1 1077936192 644 0 0 0 3 1 0 0 20 0 11 0 126887921 54390382592 4961063 809668444160 4194304 16623229 140725956506368 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 27832320 140725956510726 140725956510844 140725956510844 140725956517872 0
Current children cumulated CPU time: 45202.8 s
Current children cumulated vsize: 53115608 KiB
Current children cumulated memory: 19844252 KiB

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

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

# cumulated CPU time of all completed processes:  user=45133.5 s, system=69.9394 s

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

[startup+3700.4 s]
/proc/loadavg: 5.00 5.15 11.13 2/842 778290
/proc/meminfo: memFree=699626480/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3700.6 s]
/proc/loadavg: 5.00 5.15 11.13 2/842 778290
/proc/meminfo: memFree=699626480/790760804 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): 3700.67
CPU time (s): 45203.5
CPU user time (s): 45133.5
CPU system time (s): 69.9394
CPU usage (%): 1221.49
Max. virtual memory (cumulated for all children) (KiB): 61987588
Max. memory (cumulated for all children) (KiB): 21368596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45133.5
system time used= 69.9394
maximum resident set size= 21368596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60345046
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= 726909
involuntary context switches= 86503


# summary of solver processes directly reported to runsolver:
#   pid: 776224
#   total CPU time (s): 45203.5
#   total CPU user time (s): 45133.5
#   total CPU system time (s): 69.9394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.9303 second user time and 63.7693 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-08-14 04:35:46
IDJOB=4465380
IDBENCH=149228
IDSOLVER=3094
FILE ID=nodeD102/4465380-1723602946
RUNJOBID= nodeD102-1723593750-770154
SLURM_JOB_ID= 8267899
Free space on /tmp= 8588148 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB10/OPT-LIN/oliveras/j120opt/normalized-j12039_5.std.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-4465380-1723602946/watcher-4465380-1723602946 -o /tmp/evaluation-result-4465380-1723602946/solver-4465380-1723602946 -C 72000 -W 3700 -M 195000 --bin-var /tmp/runsolver-exch-nodeD102-1723593750-770154 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465380-1723602946.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 492f7dde5d9d085d28b8f9b6a1222df4
RANDOM SEED=1869022527

nodeD102.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	: 0x5003006
cpu MHz		: 3210.716
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3064.250
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 3068.067
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 3742.712
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 3102.423
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3064.216
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2615.738
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 3492.538
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 3238.477
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3064.161
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2858.356
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2595.623
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 3106.994
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3064.108
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2706.667
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2766.570
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 3723.048
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3064.076
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2915.997
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 3363.229
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 3723.023
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3064.040
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2640.839
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 3794.355
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 3266.287
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.990
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2632.051
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2626.667
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 2610.305
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.936
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2626.625
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2624.716
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 2626.811
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.882
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 3599.124
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2655.804
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 2659.477
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.846
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 3599.122
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2654.569
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 2700.278
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.807
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2622.493
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2651.849
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 3382.089
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.753
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 3599.117
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2830.705
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 2877.406
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.715
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2629.923
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2651.938
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 2668.365
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.658
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 3222.621
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2639.453
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 2665.455
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.605
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 3599.160
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2647.653
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 2672.886
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.556
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2884.385
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2656.936
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 3405.989
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.491
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2589.895
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2643.858
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 2666.914
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.432
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 2826.416
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2640.200
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 2733.575
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.371
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 3599.108
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 2645.528
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
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	: 0x5003006
cpu MHz		: 3535.394
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 hwp hwp_act_window hwp_epp hwp_pkg_req 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	: 0x5003006
cpu MHz		: 3063.331
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.95
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	: 0x5003006
cpu MHz		: 3596.859
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.96
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	: 0x5003006
cpu MHz		: 1612.118
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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        637954104 kB
MemAvailable:   705530648 kB
Buffers:         1260144 kB
Cached:         69096584 kB
SwapCached:            0 kB
Active:          9672508 kB
Inactive:       138372436 kB
Active(anon):       2268 kB
Inactive(anon): 77724372 kB
Active(file):    9670240 kB
Inactive(file): 60648064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             36256 kB
Writeback:             0 kB
AnonPages:      77674824 kB
Mapped:           138416 kB
Shmem:             38920 kB
KReclaimable:    1355536 kB
Slab:            1899408 kB
SReclaimable:    1355536 kB
SUnreclaim:       543872 kB
KernelStack:       15904 kB
PageTables:       188908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:   16804132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1128960 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14759936 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:     1189888 kB
DirectMap2M:    240480256 kB
DirectMap1G:    564133888 kB

Free space on /tmp at the end= 8588268 MiB
End job on nodeD102 at 2024-08-14 05:37:27