Trace number 4468656

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-08-12UNSAT 26543 1506.96

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/
uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
MD5SUMda1da2eec32162aae55ea03b18b534d2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.56588
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18069
Total number of constraints52475
Number of constraints which are clauses51555
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints920
Minimum length of a constraint1
Maximum length of a constraint11
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 39
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 132
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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: 3bb793453d]
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   TinyCThread 1.2      small portable implementation of the C11 threads API (tinycthread.github.io)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.3.1         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.10/0.15	c Default LC presolving (default).
0.10/0.15	c ** Before presolving: virtualMemUsedAtLc = 162779940, getVmSize() = 122540032, SCIPgetMemUsed() = 92741925, SCIPgetMemTotal() = 96840789, SCIPgetMemExternEstim() = 65939151
0.10/0.15	c ** set memory limit for presolving in LC to 8.79558e+12 for SCIP **
63.24/63.54	c ** Estimated virtualMemUsedAtSolver = 178601113, getVmSize() = 237588480, SCIPgetMemUsed() = 125425711, SCIPgetMemTotal() = 201962519, SCIPgetMemExternEstim() = 65939151
63.24/63.54	c ** set memory limit for solvers to 4.18805e+11 for each SCIP **
63.24/63.54	c Original Problem   :
63.24/63.54	c   Problem name     : instance-4468656-1723491111
63.24/63.54	c   Variables        : 18069 (18069 binary, 0 integer, 0 implicit integer, 0 continuous)
63.24/63.54	c   Constraints      : 52475
63.24/63.54	c   Objective sense  : minimize
63.24/63.54	c Presolved Problem  :
63.24/63.54	c   Variables        : 12821 (12821 binary, 0 integer, 0 implicit integer, 0 continuous)
63.24/63.54	c   Constraints      : 13919
63.24/63.54	c Constraints        : Number
63.24/63.54	c   knapsack         : 920 
63.24/63.54	c   setppc           : 903 
63.24/63.54	c   and              : 12094 
63.24/63.54	c   logicor          : 2 
63.24/63.54	c ** Instance transfer method used: 0
63.24/63.57	c ** ParaScipInstance copy increased the number of variables. **
63.86/64.18	c LC is working with racing ramp-up and with rebuilding tree after racing.
63.86/64.18	c                                Nodes    Active                                            
63.86/64.18	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
2114.52/167.75	c       168              2           1        20                -           0.0000          -
2227.36/173.44	c       173              3           2        20                -           0.0000          -
2344.14/179.35	c       179              4           3        20                -           0.0000          -
2449.08/184.70	c       185              2           1        20                -           0.0000          -
2556.69/190.07	c       190             13          12        20                -           0.0000          -
2655.58/195.10	c       195              4           3        20                -           0.0000          -
2759.98/200.30	c       200              4           3        20                -           0.0000          -
2876.84/206.25	c       206             20          17        20                -           0.0000          -
2992.37/212.05	c       212             20          17        20                -           0.0000          -
3128.44/218.91	c       219             16          15        20                -           0.0000          -
3227.50/223.94	c       224             16          15        20                -           0.0000          -
3346.35/229.91	c       230             16          15        20                -           0.0000          -
3459.30/235.69	c       236             17          16        20                -           0.0000          -
3564.34/240.94	c       241             17          16        20                -           0.0000          -
3663.43/246.01	c       246             17          16        20                -           0.0000          -
3765.08/251.08	c       251             17          16        20                -           0.0000          -
3871.44/256.41	c       256             42          24        20                -           0.0000          -
3976.41/261.74	c       262             20          19        20                -           0.0000          -
4077.42/266.80	c       267             20          19        20                -           0.0000          -
4178.42/272.02	c       272             22          21        20                -           0.0000          -
4287.31/277.41	c       277             83          15        20                -           0.0000          -
4396.25/283.01	c       283             83          15        20                -           0.0000          -
4501.20/288.26	c       288             83          15        20                -           0.0000          -
4606.18/293.59	c       294             83          15        20                -           0.0000          -
4711.16/298.86	c       299             83          15        20                -           0.0000          -
4812.18/304.02	c       304             83          15        20                -           0.0000          -
4913.55/309.06	c       309             83          15        20                -           0.0000          -
5016.14/314.21	c       314             83          15        20                -           0.0000          -
5121.14/319.58	c       320             83          15        20                -           0.0000          -
5220.12/324.59	c       325             83          15        20                -           0.0000          -
5331.63/330.13	c       330             83          15        20                -           0.0000          -
5434.08/335.32	c       335             83          15        20                -           0.0000          -
5538.95/340.68	c       341            504          36        20                -           0.0000          -
5649.76/346.25	c       346            504          36        20                -           0.0000          -
5754.73/351.52	c       352            504          36        20                -           0.0000          -
5857.66/356.70	c       357            504          36        20                -           0.0000          -
5956.67/361.73	c       362            464          59        20                -           0.0000          -
6059.51/367.02	c       367            122          44        20                -           0.0000          -
6161.14/372.05	c       372            561          39        20                -           0.0000          -
6267.27/377.41	c       377            578          55        20                -           0.0000          -
6366.30/382.45	c       382            183          46        20                -           0.0000          -
6469.35/387.63	c       388            200          59        20                -           0.0000          -
6570.29/392.75	c       393            715          54        20                -           0.0000          -
6673.19/397.92	c       398            547          50        20                -           0.0000          -
6778.14/403.26	c       403            752          50        20                -           0.0000          -
6879.15/408.40	c       408            752          50        20                -           0.0000          -
6984.13/413.67	c       414            752          50        20                -           0.0000          -
7087.12/418.81	c       419            752          50        20                -           0.0000          -
7190.76/424.07	c       424            752          50        20                -           0.0000          -
7300.99/429.61	c       430            752          50        20                -           0.0000          -
7408.56/435.04	c       435            752          50        20                -           0.0000          -
7514.84/440.40	c       440            752          50        20                -           0.0000          -
7623.85/445.91	c       446            752          50        20                -           0.0000          -
7728.86/451.22	c       451            752          50        20                -           0.0000          -
7837.87/456.79	c       457            752          50        20                -           0.0000          -
7946.93/462.27	c       462            752          50        20                -           0.0000          -
8091.65/469.58	c       470            752          50        20                -           0.0000          -
8196.77/474.80	c       475            752          50        20                -           0.0000          -
8309.85/480.57	c       481            889          39        20                -           0.0000          -
8414.96/485.85	c       486            889          39        20                -           0.0000          -
8520.78/491.18	c       491            889          39        20                -           0.0000          -
8640.06/497.18	c       497            889          39        20                -           0.0000          -
8748.39/502.69	c       503            889          39        20                -           0.0000          -
8859.56/508.23	c       508            828           0        20                -           0.0000          -
8960.86/513.37	c       513            828           0        20                -           0.0000          -
9068.15/518.71	c       519            828           0        20                -           0.0000          -
9171.46/523.98	c       524            736          43        20                -           0.0000          -
9282.72/529.59	c       530            736          43        20                -           0.0000          -
9390.02/534.90	c       535            736          43        20                -           0.0000          -
9495.22/540.25	c       540            736          43        20                -           0.0000          -
9602.51/545.63	c       546            736          43        20                -           0.0000          -
9705.84/550.86	c       551            736          43        20                -           0.0000          -
9819.07/556.51	c       557            736          43        20                -           0.0000          -
9940.26/562.60	c       563            736          43        20                -           0.0000          -
10039.61/567.66	c       568            736          43        20                -           0.0000          -
10142.88/572.87	c       573            736          43        20                -           0.0000          -
10253.96/578.44	c       578            866          25        20                -           0.0000          -
10365.88/584.03	c       584            866          25        20                -           0.0000          -
10470.55/589.30	c       589            951          26        20                -           0.0000          -
10575.80/594.67	c       595            962          10        20                -           0.0000          -
10677.09/599.74	c       600            886          28        20                -           0.0000          -
10776.41/604.77	c       605            964          12        20                -           0.0000          -
10875.73/609.78	c       610            993          34        20                -           0.0000          -
10977.04/614.89	c       615            993          34        20                -           0.0000          -
11078.34/620.01	c       620            938          26        20                -           0.0000          -
11177.59/625.03	c       625            859          19        20                -           0.0000          -
11288.81/630.53	c       631            869          20        20                -           0.0000          -
11392.12/635.70	c       636            869          20        20                -           0.0000          -
11498.06/641.07	c       641            960          44        20                -           0.0000          -
11599.56/646.14	c       646           1062          30        20                -           0.0000          -
11698.87/651.17	c       651           1062          30        20                -           0.0000          -
11807.34/656.61	c       657           1062          30        20                -           0.0000          -
11908.65/661.75	c       662            919          18        20                -           0.0000          -
12019.91/667.30	c       667            919          18        20                -           0.0000          -
12121.21/672.40	c       672           1083          24        20                -           0.0000          -
12220.51/677.42	c       677           1044          48        20                -           0.0000          -
12321.75/682.50	c       683            949          19        20                -           0.0000          -
12429.01/688.01	c       688            949          19        20                -           0.0000          -
12528.41/693.03	c       693            949          19        20                -           0.0000          -
12639.10/698.53	c       699            949          19        20                -           0.0000          -
12738.39/703.54	c       704            949          19        20                -           0.0000          -
12839.86/708.63	c       709            949          19        20                -           0.0000          -
12942.96/713.82	c       714            949          19        20                -           0.0000          -
13056.20/719.54	c       720            949          19        20                -           0.0000          -
13163.48/724.93	c       725            949          19        20                -           0.0000          -
13265.36/730.08	c       730            949          19        20                -           0.0000          -
13374.05/735.57	c       736            949          19        20                -           0.0000          -
13479.35/740.80	c       741            949          19        20                -           0.0000          -
13586.60/746.24	c       746            949          19        20                -           0.0000          -
13691.87/751.53	c       752            949          19        20                -           0.0000          -
13795.03/756.77	c       757            949          19        20                -           0.0000          -
13896.27/761.83	c       762            949          19        20                -           0.0000          -
13914.14/762.71	Racing ramp-up finished after 762.7200 seconds. Selected strategy 4.
14173.50/785.32	c       785              0          19         1                -           0.0000          -           0.0000          -
14250.55/793.08	c       793            950          20         1                -           0.0000          -           0.0000          -
14385.21/800.19	c       800            970          20        11                -           0.0000          -           0.0000          -
14497.53/805.80	c       806            970          20        12                -           0.0000          -           0.0000          -
14632.34/812.61	c       813           1033          19        13                -           0.0000          -           0.0000          -
14779.65/820.10	c       820           1089          23        14                -           0.0000          -           0.0000          -
14896.21/825.96	c       826           1159          25        14                -           0.0000          -           0.0000          -
15003.39/831.31	c       831           1311          43        14                -           0.0000          -           0.0000          -
15104.65/836.46	c       836           3142          67        14                -           0.0000          -           0.0000          -
15205.81/841.56	c       842           4773          72        15                -           0.0000          -           0.0000          -
15304.62/846.57	c       847           6041          55        15                -           0.0000          -           0.0000          -
15407.74/851.79	c       852           6169          59        16                -           0.0000          -           0.0000          -
15508.99/856.84	c       857           8651          47        16                -           0.0000          -           0.0000          -
15612.49/862.10	c       862           9563          41        16                -           0.0000          -           0.0000          -
15715.08/867.25	c       867          10422          43        16                -           0.0000          -           0.0000          -
15814.26/872.26	c       872          11543          71        16                -           0.0000          -           0.0000          -
15921.48/877.65	c       878          12059          80        15                -           0.0000          -           0.0000          -
16026.71/882.99	c       883          12231          70        17                -           0.0000          -           0.0000          -
16125.99/888.01	c       888          15407          81        17                -           0.0000          -           0.0000          -
16225.21/893.02	c       893          16381          74        16                -           0.0000          -           0.0000          -
16327.15/898.05	c       898          19174          95        18                -           0.0000          -           0.0000          -
16426.16/903.12	c       903          21291         135        18                -           0.0000          -           0.0000          -
16530.69/908.38	c       908          22245         124        18                -           0.0000          -           0.0000          -
16641.65/913.94	c       914          22710         104        19                -           0.0000          -           0.0000          -
16740.91/919.01	c       919          23492         135        18                -           0.0000          -           0.0000          -
16836.24/924.11	c       924          24461         109        17                -           0.0000          -           0.0000          -
16927.70/929.15	c       929          25682         123        18                -           0.0000          -           0.0000          -
17026.38/934.16	c       934          28752         123        19                -           0.0000          -           0.0000          -
17124.47/939.17	c       939          29777         137        18                -           0.0000          -           0.0000          -
17227.09/944.39	c       944          30371         158        19                -           0.0000          -           0.0000          -
17330.09/949.54	c       950          30827         181        19                -           0.0000          -           0.0000          -
17428.93/954.55	c       955          31184         156        20                -           0.0000          -           0.0000          -
17530.22/959.64	c       960          32527         203        20                -           0.0000          -           0.0000          -
17629.10/964.65	c       965          37900         215        20                -           0.0000          -           0.0000          -
17729.91/969.73	c       970          43525         155        20                -           0.0000          -           0.0000          -
17827.12/974.73	c       975          46461         104        12                -           0.0000          -           0.0000          -
17873.58/979.74	c       980          48596          70         8                -           0.0000          -           0.0000          -
17910.00/984.76	c       985          51720          70         7                -           0.0000          -           0.0000          -
17940.95/989.81	c       990          54244          67         6                -           0.0000          -           0.0000          -
17969.33/994.89	c       995          55676          63         5                -           0.0000          -           0.0000          -
18009.60/1000.00	c      1000          55798          84         8                -           0.0000          -           0.0000          -
18051.82/1005.08	c      1005          57057         133         8                -           0.0000          -           0.0000          -
18147.93/1010.17	c      1010          58164         122        20                -           0.0000          -           0.0000          -
18260.42/1015.80	c      1016          60300         141        20                -           0.0000          -           0.0000          -
18371.51/1021.41	c      1021          60918         120        20                -           0.0000          -           0.0000          -
18470.75/1026.45	c      1026          61294         105        20                -           0.0000          -           0.0000          -
18571.93/1031.58	c      1032          61695         132        19                -           0.0000          -           0.0000          -
18671.07/1036.59	c      1037          62916         179        20                -           0.0000          -           0.0000          -
18772.11/1041.67	c      1042          65865         230        20                -           0.0000          -           0.0000          -
18871.34/1046.69	c      1047          68226         240        20                -           0.0000          -           0.0000          -
18976.50/1051.96	c      1052          71567         264        20                -           0.0000          -           0.0000          -
19077.95/1057.09	c      1057          72918         245        20                -           0.0000          -           0.0000          -
19178.95/1062.18	c      1062          74067         279        20                -           0.0000          -           0.0000          -
19277.33/1067.21	c      1067          74981         255        19                -           0.0000          -           0.0000          -
19378.44/1072.33	c      1072          76383         248        20                -           0.0000          -           0.0000          -
19481.63/1077.57	c      1078          78028         209        20                -           0.0000          -           0.0000          -
19584.85/1082.74	c      1083          79041         226        20                -           0.0000          -           0.0000          -
19686.09/1087.85	c      1088          79774         225        20                -           0.0000          -           0.0000          -
19785.18/1092.90	c      1093          82453         188        20                -           0.0000          -           0.0000          -
19886.10/1097.94	c      1098          83950         242        20                -           0.0000          -           0.0000          -
19987.57/1103.10	c      1103          85159         238        20                -           0.0000          -           0.0000          -
20090.40/1108.25	c      1108          86129         197        20                -           0.0000          -           0.0000          -
20189.43/1113.25	c      1113          87066         195        20                -           0.0000          -           0.0000          -
20288.66/1118.28	c      1118          89726         262        20                -           0.0000          -           0.0000          -
20389.89/1123.31	c      1123          93743         254        20                -           0.0000          -           0.0000          -
20489.01/1128.34	c      1128          95950         215        20                -           0.0000          -           0.0000          -
20595.99/1133.72	c      1134          97294         223        20                -           0.0000          -           0.0000          -
20697.09/1138.87	c      1139          99783         245        20                -           0.0000          -           0.0000          -
20798.26/1143.92	c      1144         101983         182        19                -           0.0000          -           0.0000          -
20897.27/1148.94	c      1149         104584         195        20                -           0.0000          -           0.0000          -
20995.30/1154.01	c      1154         105899         144        19                -           0.0000          -           0.0000          -
21092.93/1159.12	c      1159         107353         122        20                -           0.0000          -           0.0000          -
21193.95/1164.13	c      1164         108242         130        20                -           0.0000          -           0.0000          -
21282.05/1169.15	c      1169         110406         102        15                -           0.0000          -           0.0000          -
21356.77/1174.15	c      1174         113575         169        15                -           0.0000          -           0.0000          -
21448.12/1179.20	c      1179         118258         182        20                -           0.0000          -           0.0000          -
21549.26/1184.32	c      1184         119607         161        19                -           0.0000          -           0.0000          -
21648.32/1189.34	c      1189         122281         172        19                -           0.0000          -           0.0000          -
21747.51/1194.36	c      1194         123927         210        20                -           0.0000          -           0.0000          -
21848.56/1199.41	c      1199         126578         154        19                -           0.0000          -           0.0000          -
21947.81/1204.41	c      1204         127872         137        20                -           0.0000          -           0.0000          -
22046.92/1209.44	c      1209         129331         132        20                -           0.0000          -           0.0000          -
22145.92/1214.44	c      1214         131611         133        20                -           0.0000          -           0.0000          -
22248.89/1219.65	c      1220         133327         138        20                -           0.0000          -           0.0000          -
22348.01/1224.66	c      1225         137694         163        19                -           0.0000          -           0.0000          -
22447.06/1229.68	c      1230         140286         148        20                -           0.0000          -           0.0000          -
22548.19/1234.74	c      1235         142289         177        19                -           0.0000          -           0.0000          -
22647.36/1239.77	c      1240         145555         138        20                -           0.0000          -           0.0000          -
22748.55/1244.84	c      1245         149041         130        20                -           0.0000          -           0.0000          -
22847.51/1249.85	c      1250         150816         116        20                -           0.0000          -           0.0000          -
22946.38/1254.86	c      1255         152600         181        20                -           0.0000          -           0.0000          -
23045.13/1259.87	c      1260         155775         161        20                -           0.0000          -           0.0000          -
23146.21/1264.91	c      1265         159327         233        20                -           0.0000          -           0.0000          -
23245.43/1269.98	c      1270         164527         212        20                -           0.0000          -           0.0000          -
23346.84/1275.10	c      1275         168231         233        20                -           0.0000          -           0.0000          -
23449.42/1280.22	c      1280         171220         254        20                -           0.0000          -           0.0000          -
23548.63/1285.24	c      1285         174295         168        20                -           0.0000          -           0.0000          -
23647.33/1290.24	c      1290         177149         116        20                -           0.0000          -           0.0000          -
23746.15/1295.25	c      1295         178686         118        20                -           0.0000          -           0.0000          -
23844.92/1300.27	c      1300         180462         152        20                -           0.0000          -           0.0000          -
23944.37/1305.28	c      1305         182408         147        20                -           0.0000          -           0.0000          -
24045.17/1310.34	c      1310         183839         121        20                -           0.0000          -           0.0000          -
24143.29/1315.37	c      1315         185314          97        20                -           0.0000          -           0.0000          -
24242.24/1320.38	c      1320         186449         113        19                -           0.0000          -           0.0000          -
24341.07/1325.38	c      1325         188299         118        20                -           0.0000          -           0.0000          -
24439.46/1330.39	c      1330         190636          87        20                -           0.0000          -           0.0000          -
24540.50/1335.41	c      1335         192139          78        20                -           0.0000          -           0.0000          -
24630.93/1340.43	c      1340         193458          67        15                -           0.0000          -           0.0000          -
24709.59/1345.44	c      1345         194354          69        15                -           0.0000          -           0.0000          -
24787.39/1350.45	c      1350         195879          70        16                -           0.0000          -           0.0000          -
24863.52/1355.46	c      1355         196717          64        15                -           0.0000          -           0.0000          -
24941.77/1360.47	c      1360         197478          75        16                -           0.0000          -           0.0000          -
25037.46/1365.49	c      1366         198528          73        20                -           0.0000          -           0.0000          -
25138.62/1370.51	c      1371         199444          76        20                -           0.0000          -           0.0000          -
25237.72/1375.52	c      1376         200415          72        20                -           0.0000          -           0.0000          -
25336.90/1380.53	c      1381         201422          80        20                -           0.0000          -           0.0000          -
25436.11/1385.55	c      1386         202186         116        20                -           0.0000          -           0.0000          -
25535.29/1390.55	c      1391         202941         146        20                -           0.0000          -           0.0000          -
25634.24/1395.56	c      1396         204978         110        19                -           0.0000          -           0.0000          -
25735.32/1400.60	c      1401         205989          58        18                -           0.0000          -           0.0000          -
25808.22/1405.62	c      1406         206669          75        17                -           0.0000          -           0.0000          -
25892.10/1410.66	c      1411         207977          62        15                -           0.0000          -           0.0000          -
25957.87/1416.67	c      1417         208634          46         4                -           0.0000          -           0.0000          -
25996.42/1422.49	c      1422         209311          43         4                -           0.0000          -           0.0000          -
26014.10/1428.21	c      1428         209322          42         3                -           0.0000          -           0.0000          -
26035.34/1437.73	c      1438         209807          41         2                -           0.0000          -           0.0000          -
26080.46/1478.16	c      1478         209832          41         1                -           0.0000          -           0.0000          -
26174.33/1483.17	c      1483         209931          33        20                -           0.0000          -           0.0000          -
26278.69/1488.40	c      1488         211886         135        20                -           0.0000          -           0.0000          -
26377.88/1493.44	c      1493         214494          59        19                -           0.0000          -           0.0000          -
26476.67/1498.45	c      1498         216414          70        20                -           0.0000          -           0.0000          -
26535.07/1503.63	c      1504         218552           3         3                -           0.0000          -           0.0000          -
26542.28/1506.31	c      1506         218759           0         0                -           0.0000          -
26542.28/1506.31	c SCIP Status        : c problem is solved [infeasible]
26542.28/1506.31	c Total Time         : 1506.3100
26542.28/1506.31	c   solving          : 1506.3100
26542.28/1506.31	c   presolving       : 63.3891 (included in solving)
26542.28/1506.31	c B&B Tree           :
26542.28/1506.31	c   nodes (total)    : 218759
26542.28/1506.31	c Solution           :
26542.28/1506.31	c   Solutions found  : 0
26542.28/1506.31	c   Primal Bound     :          -
26542.28/1506.31	c   Dual Bound       :          -
26542.28/1506.31	c Gap                :          -
26542.38/1506.40	s UNSATISFIABLE

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 (185666 MiB free)
  memory of node 1: 193531 MiB (187117 MiB free)
  memory of node 2: 193531 MiB (190978 MiB free)
  memory of node 3: 193531 MiB (172888 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-4468656-1723491111/watcher-4468656-1723491111 -o /tmp/evaluation-result-4468656-1723491111/solver-4468656-1723491111 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723487511-636269 --watchdog 3760 fscip settings/racing.prm HOME/instance-4468656-1723491111.opb -qsol -t 3600 -sth 20 

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

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

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


[startup+0.100132 s]*
/proc/loadavg: 80.59 80.46 78.94 23/900 639304
/proc/meminfo: memFree=754239828/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=97012 memory=85976 CPUtime=0.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 19302 0 0 0 8 2 0 0 20 0 1 0 115697856 99340288 21494 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 24253 21494 2555 3035 0 20649 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 97012 KiB
Current children cumulated memory: 85976 KiB

[startup+0.219741 s]*
/proc/loadavg: 80.59 80.46 78.94 25/903 639310
/proc/meminfo: memFree=754157936/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=139328 memory=119640 CPUtime=0.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 27648 0 0 0 19 4 0 0 20 0 1 0 115697856 142671872 29910 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 34832 29910 2630 3035 0 31228 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 139328 KiB
Current children cumulated memory: 119640 KiB

[startup+0.321071 s]*
/proc/loadavg: 80.59 80.46 78.94 24/901 639311
/proc/meminfo: memFree=754092512/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=168308 memory=154404 CPUtime=0.34 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 37137 0 0 0 28 6 0 0 20 0 1 0 115697856 172347392 38601 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 42077 38601 2694 3035 0 38473 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 168308 KiB
Current children cumulated memory: 154404 KiB

[startup+0.700199 s]
/proc/loadavg: 80.59 80.46 78.94 24/907 639321
/proc/meminfo: memFree=754011880/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=168308 memory=154404 CPUtime=0.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 37137 0 0 0 63 6 0 0 20 0 1 0 115697856 172347392 38601 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 42077 38601 2694 3035 0 38473 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 168308 KiB
Current children cumulated memory: 154404 KiB

[startup+1.50019 s]
/proc/loadavg: 80.59 80.46 78.94 42/947 639361
/proc/meminfo: memFree=753556020/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=168308 memory=154404 CPUtime=1.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 37137 0 0 0 143 6 0 0 20 0 1 0 115697856 172347392 38601 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 42077 38601 2694 3035 0 38473 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 168308 KiB
Current children cumulated memory: 154404 KiB

[startup+3.11908 s]
/proc/loadavg: 75.98 79.50 78.64 25/907 639407
/proc/meminfo: memFree=753214916/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=196224 memory=182384 CPUtime=3.09 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 50223 0 0 0 301 8 0 0 20 0 1 0 115697856 200933376 45596 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 49056 45596 2790 3035 0 45452 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 196224 KiB
Current children cumulated memory: 182384 KiB

[startup+6.3002 s]
/proc/loadavg: 75.98 79.50 78.64 24/907 639407
/proc/meminfo: memFree=753094380/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=198820 memory=185188 CPUtime=6.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 50927 0 0 0 618 8 0 0 20 0 1 0 115697856 203591680 46297 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 49705 46297 2790 3035 0 46101 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 198820 KiB
Current children cumulated memory: 185188 KiB

[startup+12.7002 s]
/proc/loadavg: 71.74 78.56 78.34 25/907 639410
/proc/meminfo: memFree=753093876/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=198952 memory=185188 CPUtime=12.64 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 50950 0 0 0 1255 9 0 0 20 0 1 0 115697856 203726848 46297 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 49738 46297 2790 3035 0 46134 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 198952 KiB
Current children cumulated memory: 185188 KiB

[startup+25.5002 s]
/proc/loadavg: 60.94 75.84 77.45 24/907 639411
/proc/meminfo: memFree=753027688/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=200268 memory=186480 CPUtime=25.39 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 51288 0 0 0 2530 9 0 0 20 0 1 0 115697856 205074432 46620 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 50067 46620 2790 3035 0 46463 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 200268 KiB
Current children cumulated memory: 186480 KiB

[startup+51.1196 s]
/proc/loadavg: 49.58 71.93 76.11 43/947 639456
/proc/meminfo: memFree=748708368/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=202256 memory=188584 CPUtime=50.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 51805 0 0 0 5081 9 0 0 20 0 1 0 115697856 207110144 47146 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 50564 47146 2790 3035 0 46960 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 202256 KiB
Current children cumulated memory: 188584 KiB

[startup+102.301 s]
/proc/loadavg: 53.70 69.41 75.02 82/1026 639545
/proc/meminfo: memFree=732337280/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=5962516 memory=4768048 CPUtime=817.45 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) S 639290 639293 636259 0 -1 1077936128 1786886 0 0 0 81424 321 0 0 20 0 41 0 115697856 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 1490629 1192012 2982 3035 0 1308629 0
[pid=639293/tid=639459] ppid=639290 vsize=5962516 memory=701712 CPUtime=37.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639459/stat : 639459 (fscip) R 639290 639293 636259 0 -1 4194368 54671 0 0 0 3766 9 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639460] ppid=639290 vsize=5962516 memory=33 CPUtime=37.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639460/stat : 639460 (fscip) R 639290 639293 636259 0 -1 4194368 55076 0 0 0 3767 8 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639461] ppid=639290 vsize=5962516 memory=1891036 CPUtime=37.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639461/stat : 639461 (fscip) R 639290 639293 636259 0 -1 4194368 94479 0 0 0 3759 17 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639462] ppid=639290 vsize=5962516 memory=0 CPUtime=37.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639462/stat : 639462 (fscip) R 639290 639293 636259 0 -1 4194368 54642 0 0 0 3766 10 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639463] ppid=639290 vsize=5962516 memory=281243183431184 CPUtime=37.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639463/stat : 639463 (fscip) R 639290 639293 636259 0 -1 4194368 94675 0 0 0 3759 17 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639464] ppid=639290 vsize=5962516 memory=186480 CPUtime=37.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639464/stat : 639464 (fscip) R 639290 639293 636259 0 -1 4194368 93065 0 0 0 3760 16 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639465] ppid=639290 vsize=5962516 memory=0 CPUtime=37.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639465/stat : 639465 (fscip) R 639290 639293 636259 0 -1 4194368 93668 0 0 0 3761 16 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639466] ppid=639290 vsize=5962516 memory=3760 CPUtime=37.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639466/stat : 639466 (fscip) R 639290 639293 636259 0 -1 4194368 74218 0 0 0 3763 12 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639467] ppid=639290 vsize=5962516 memory=439460 CPUtime=36.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639467/stat : 639467 (fscip) R 639290 639293 636259 0 -1 4194368 94578 0 0 0 3642 18 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639468] ppid=639290 vsize=5962516 memory=6944652177228980320 CPUtime=37.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639468/stat : 639468 (fscip) R 639290 639293 636259 0 -1 4194368 73576 0 0 0 3764 12 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639469] ppid=639290 vsize=5962516 memory=2571456 CPUtime=37.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639469/stat : 639469 (fscip) R 639290 639293 636259 0 -1 4194368 92708 0 0 0 3760 16 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639470] ppid=639290 vsize=5962516 memory=0 CPUtime=37.7 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639470/stat : 639470 (fscip) R 639290 639293 636259 0 -1 4194368 94945 0 0 0 3752 18 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639471] ppid=639290 vsize=5962516 memory=25333125866717268 CPUtime=37.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639471/stat : 639471 (fscip) R 639290 639293 636259 0 -1 4194368 94087 0 0 0 3758 18 0 0 20 0 41 0 115704210 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639472] ppid=639290 vsize=5962516 memory=1870504 CPUtime=37.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639472/stat : 639472 (fscip) R 639290 639293 636259 0 -1 4194368 96487 0 0 0 3758 17 0 0 20 0 41 0 115704211 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639473] ppid=639290 vsize=5962516 memory=33456 CPUtime=37.78 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639473/stat : 639473 (fscip) R 639290 639293 636259 0 -1 4194368 95077 0 0 0 3760 18 0 0 20 0 41 0 115704211 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639474] ppid=639290 vsize=5962516 memory=11684 CPUtime=37.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639474/stat : 639474 (fscip) R 639290 639293 636259 0 -1 4194368 93495 0 0 0 3759 17 0 0 20 0 41 0 115704211 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639475] ppid=639290 vsize=5962516 memory=11704 CPUtime=37.76 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639475/stat : 639475 (fscip) R 639290 639293 636259 0 -1 4194368 94093 0 0 0 3760 16 0 0 20 0 41 0 115704211 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639476] ppid=639290 vsize=5962516 memory=11424 CPUtime=37.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639476/stat : 639476 (fscip) R 639290 639293 636259 0 -1 4194368 94537 0 0 0 3761 16 0 0 20 0 41 0 115704211 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639477] ppid=639290 vsize=5962516 memory=189628 CPUtime=37.72 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639477/stat : 639477 (fscip) R 639290 639293 636259 0 -1 4194368 93515 0 0 0 3758 14 0 0 20 0 41 0 115704211 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639478] ppid=639290 vsize=5962516 memory=2795468 CPUtime=37.75 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639478/stat : 639478 (fscip) R 639290 639293 636259 0 -1 4194368 94421 0 0 0 3759 16 0 0 20 0 41 0 115704211 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639479] ppid=639290 vsize=5962516 memory=281243182977184 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639479/stat : 639479 (fscip) S 639290 639293 636259 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 41 0 115704274 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 68 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639480] ppid=639290 vsize=5962516 memory=2598608 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639480/stat : 639480 (fscip) S 639290 639293 636259 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 41 0 115704274 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639481] ppid=639290 vsize=5962516 memory=2513520 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639481/stat : 639481 (fscip) S 639290 639293 636259 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 41 0 115704274 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639482] ppid=639290 vsize=5962516 memory=281243183918432 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639482/stat : 639482 (fscip) S 639290 639293 636259 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 41 0 115704274 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639483] ppid=639290 vsize=5962516 memory=-3253322038155611931 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639483/stat : 639483 (fscip) S 639290 639293 636259 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 41 0 115704274 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639484] ppid=639290 vsize=5962516 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639484/stat : 639484 (fscip) S 639290 639293 636259 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 41 0 115704274 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639485] ppid=639290 vsize=5962516 memory=281243184280096 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639485/stat : 639485 (fscip) S 639290 639293 636259 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 41 0 115704274 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639486] ppid=639290 vsize=5962516 memory=4533500 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639486/stat : 639486 (fscip) S 639290 639293 636259 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 41 0 115704274 6105616384 1192012 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0

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

/proc/639293/task/639498/stat : 639498 (fscip) S 639290 639293 636259 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815240 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
Current children cumulated CPU time: 26536.4 s
Current children cumulated vsize: 28502564 KiB
Current children cumulated memory: 19260960 KiB

[startup+1505.6 s]
/proc/loadavg: 64.19 69.94 74.22 48/1024 640915
/proc/meminfo: memFree=733967816/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=28502564 memory=19260972 CPUtime=26540.6 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) S 639290 639293 636259 0 -1 1077936128 29726747 0 0 0 2649542 4514 0 0 20 0 41 0 115697856 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 7125641 4815243 3030 3035 0 6990381 0
[pid=639293/tid=639459] ppid=639290 vsize=28502564 memory=6720659969639267689 CPUtime=1292.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639459/stat : 639459 (fscip) S 639290 639293 636259 0 -1 1077936192 1161879 0 0 0 129157 123 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639460] ppid=639290 vsize=28502564 memory=7085395227382468944 CPUtime=1349.2 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639460/stat : 639460 (fscip) R 639290 639293 636259 0 -1 4194368 1658710 0 0 0 134661 259 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639461] ppid=639290 vsize=28502564 memory=4125073243500537451 CPUtime=1349.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639461/stat : 639461 (fscip) S 639290 639293 636259 0 -1 1077936192 1560153 0 0 0 134661 274 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639462] ppid=639290 vsize=28502564 memory=7667186317954278758 CPUtime=1366.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639462/stat : 639462 (fscip) S 639290 639293 636259 0 -1 1077936192 1124235 0 0 0 136536 119 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639463] ppid=639290 vsize=28502564 memory=6720659969639267689 CPUtime=1354.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639463/stat : 639463 (fscip) R 639290 639293 636259 0 -1 4194368 1722031 0 0 0 135106 297 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639464] ppid=639290 vsize=28502564 memory=1996 CPUtime=1312.49 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639464/stat : 639464 (fscip) S 639290 639293 636259 0 -1 1077936192 1646437 0 0 0 130968 281 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639465] ppid=639290 vsize=28502564 memory=1836 CPUtime=1333.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639465/stat : 639465 (fscip) S 639290 639293 636259 0 -1 1077936192 1167973 0 0 0 133254 126 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639466] ppid=639290 vsize=28502564 memory=38468 CPUtime=1397.66 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639466/stat : 639466 (fscip) S 639290 639293 636259 0 -1 1077936192 1751809 0 0 0 139526 240 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639467] ppid=639290 vsize=28502564 memory=1704 CPUtime=1351.08 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639467/stat : 639467 (fscip) S 639290 639293 636259 0 -1 1077936192 1712450 0 0 0 134825 283 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639468] ppid=639290 vsize=28502564 memory=16516 CPUtime=1287.23 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639468/stat : 639468 (fscip) S 639290 639293 636259 0 -1 1077936192 1142039 0 0 0 128599 124 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639469] ppid=639290 vsize=28502564 memory=28356 CPUtime=1307.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639469/stat : 639469 (fscip) S 639290 639293 636259 0 -1 1077936192 1782226 0 0 0 130465 278 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639470] ppid=639290 vsize=28502564 memory=31860 CPUtime=1351.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639470/stat : 639470 (fscip) S 639290 639293 636259 0 -1 1077936192 1694698 0 0 0 134799 306 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639471] ppid=639290 vsize=28502564 memory=7176 CPUtime=1305.31 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639471/stat : 639471 (fscip) S 639290 639293 636259 0 -1 1077936192 1206118 0 0 0 130398 133 0 0 20 0 41 0 115704210 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639472] ppid=639290 vsize=28502564 memory=6720659969639267689 CPUtime=1337.14 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639472/stat : 639472 (fscip) S 639290 639293 636259 0 -1 1077936192 1596242 0 0 0 133467 247 0 0 20 0 41 0 115704211 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639473] ppid=639290 vsize=28502564 memory=11620 CPUtime=1322.33 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639473/stat : 639473 (fscip) S 639290 639293 636259 0 -1 1077936192 1561680 0 0 0 131961 272 0 0 20 0 41 0 115704211 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639474] ppid=639290 vsize=28502564 memory=13880 CPUtime=1283.61 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639474/stat : 639474 (fscip) S 639290 639293 636259 0 -1 1077936192 1187154 0 0 0 128232 129 0 0 20 0 41 0 115704211 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639475] ppid=639290 vsize=28502564 memory=11692 CPUtime=1306.56 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639475/stat : 639475 (fscip) S 639290 639293 636259 0 -1 1077936192 1606411 0 0 0 130379 277 0 0 20 0 41 0 115704211 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639476] ppid=639290 vsize=28502564 memory=6720659969639267689 CPUtime=1301.1 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639476/stat : 639476 (fscip) S 639290 639293 636259 0 -1 1077936192 1607036 0 0 0 129849 261 0 0 20 0 41 0 115704211 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 72 0 0 115779910 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639477] ppid=639290 vsize=28502564 memory=6720659969639267689 CPUtime=1272.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639477/stat : 639477 (fscip) S 639290 639293 636259 0 -1 1077936192 1117041 0 0 0 127113 122 0 0 20 0 41 0 115704211 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639478] ppid=639290 vsize=28502564 memory=33860 CPUtime=1291.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639478/stat : 639478 (fscip) S 639290 639293 636259 0 -1 1077936192 1621187 0 0 0 128918 273 0 0 20 0 41 0 115704211 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639479] ppid=639290 vsize=28502564 memory=63908 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639479/stat : 639479 (fscip) S 639290 639293 636259 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639480] ppid=639290 vsize=28502564 memory=7640 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639480/stat : 639480 (fscip) S 639290 639293 636259 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639481] ppid=639290 vsize=28502564 memory=18472 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639481/stat : 639481 (fscip) S 639290 639293 636259 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639482] ppid=639290 vsize=28502564 memory=20284 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639482/stat : 639482 (fscip) S 639290 639293 636259 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639483] ppid=639290 vsize=28502564 memory=28356 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639483/stat : 639483 (fscip) S 639290 639293 636259 0 -1 1077936192 58 0 0 0 1 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639484] ppid=639290 vsize=28502564 memory=31860 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639484/stat : 639484 (fscip) S 639290 639293 636259 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639485] ppid=639290 vsize=28502564 memory=7176 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639485/stat : 639485 (fscip) S 639290 639293 636259 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639486] ppid=639290 vsize=28502564 memory=36152 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639486/stat : 639486 (fscip) S 639290 639293 636259 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639487] ppid=639290 vsize=28502564 memory=6628 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639487/stat : 639487 (fscip) S 639290 639293 636259 0 -1 1077936192 123 0 0 0 1 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639488] ppid=639290 vsize=28502564 memory=20572 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639488/stat : 639488 (fscip) S 639290 639293 636259 0 -1 1077936192 80 0 0 0 1 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639489] ppid=639290 vsize=28502564 memory=6856 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639489/stat : 639489 (fscip) S 639290 639293 636259 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639490] ppid=639290 vsize=28502564 memory=2652 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639490/stat : 639490 (fscip) S 639290 639293 636259 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639491] ppid=639290 vsize=28502564 memory=6812 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639491/stat : 639491 (fscip) S 639290 639293 636259 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639492] ppid=639290 vsize=28502564 memory=19260940 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639492/stat : 639492 (fscip) S 639290 639293 636259 0 -1 1077936192 66 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639493] ppid=639290 vsize=28502564 memory=2680 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639493/stat : 639493 (fscip) S 639290 639293 636259 0 -1 1077936192 72 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639494] ppid=639290 vsize=28502564 memory=6928 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639494/stat : 639494 (fscip) S 639290 639293 636259 0 -1 1077936192 69 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639495] ppid=639290 vsize=28502564 memory=7389552 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639495/stat : 639495 (fscip) S 639290 639293 636259 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639496] ppid=639290 vsize=28502564 memory=2756 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639496/stat : 639496 (fscip) S 639290 639293 636259 0 -1 1077936192 59 0 0 0 1 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639497] ppid=639290 vsize=28502564 memory=40372 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639497/stat : 639497 (fscip) S 639290 639293 636259 0 -1 1077936192 61 0 0 0 1 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639498] ppid=639290 vsize=28502564 memory=8240 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639498/stat : 639498 (fscip) S 639290 639293 636259 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 41 0 115704274 29186625536 4815243 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
Current children cumulated CPU time: 26540.6 s
Current children cumulated vsize: 28502564 KiB
Current children cumulated memory: 19260972 KiB

[startup+1506.4 s]
/proc/loadavg: 64.19 69.94 74.22 47/1024 640915
/proc/meminfo: memFree=733967436/790760800 swapFree=131071996/131071996
[pid=639293] ppid=639290 vsize=26277668 memory=17929572 CPUtime=26542.4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/stat : 639293 (fscip) R 639290 639293 636259 0 -1 4194304 29832622 0 0 0 2649709 4529 0 0 20 0 21 0 115697856 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
/proc/639293/statm: 6569417 4482393 3030 3035 0 6489083 0
[pid=639293/tid=639479] ppid=639290 vsize=26277668 memory=6720659969639267689 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639479/stat : 639479 (fscip) S 639290 639293 636259 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639480] ppid=639290 vsize=26277668 memory=3308 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639480/stat : 639480 (fscip) S 639290 639293 636259 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639481] ppid=639290 vsize=26277668 memory=1704 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639481/stat : 639481 (fscip) S 639290 639293 636259 0 -1 1077936192 70 0 0 0 1 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639482] ppid=639290 vsize=26277668 memory=16516 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639482/stat : 639482 (fscip) S 639290 639293 636259 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639483] ppid=639290 vsize=26277668 memory=28356 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639483/stat : 639483 (fscip) S 639290 639293 636259 0 -1 1077936192 58 0 0 0 1 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639484] ppid=639290 vsize=26277668 memory=19260960 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639484/stat : 639484 (fscip) S 639290 639293 636259 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639485] ppid=639290 vsize=26277668 memory=19260972 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639485/stat : 639485 (fscip) S 639290 639293 636259 0 -1 1077936192 61 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639486] ppid=639290 vsize=26277668 memory=18472 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639486/stat : 639486 (fscip) S 639290 639293 636259 0 -1 1077936192 75 0 0 0 1 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639487] ppid=639290 vsize=26277668 memory=20284 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639487/stat : 639487 (fscip) S 639290 639293 636259 0 -1 1077936192 123 0 0 0 1 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639488] ppid=639290 vsize=26277668 memory=5736 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639488/stat : 639488 (fscip) S 639290 639293 636259 0 -1 1077936192 80 0 0 0 1 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 48 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639489] ppid=639290 vsize=26277668 memory=11620 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639489/stat : 639489 (fscip) S 639290 639293 636259 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639490] ppid=639290 vsize=26277668 memory=13880 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639490/stat : 639490 (fscip) S 639290 639293 636259 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639491] ppid=639290 vsize=26277668 memory=11692 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639491/stat : 639491 (fscip) S 639290 639293 636259 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639492] ppid=639290 vsize=26277668 memory=13752 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639492/stat : 639492 (fscip) S 639290 639293 636259 0 -1 1077936192 66 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 72 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639493] ppid=639290 vsize=26277668 memory=11884 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639493/stat : 639493 (fscip) S 639290 639293 636259 0 -1 1077936192 72 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639494] ppid=639290 vsize=26277668 memory=6720659969639267689 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639494/stat : 639494 (fscip) S 639290 639293 636259 0 -1 1077936192 69 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639495] ppid=639290 vsize=26277668 memory=6449240 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639495/stat : 639495 (fscip) S 639290 639293 636259 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639496] ppid=639290 vsize=26277668 memory=2632 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639496/stat : 639496 (fscip) S 639290 639293 636259 0 -1 1077936192 59 0 0 0 1 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 36 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639497] ppid=639290 vsize=26277668 memory=6520 CPUtime=0.01 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639497/stat : 639497 (fscip) S 639290 639293 636259 0 -1 1077936192 61 0 0 0 1 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
[pid=639293/tid=639498] ppid=639290 vsize=26277668 memory=6048260 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/639293/task/639498/stat : 639498 (fscip) S 639290 639293 636259 0 -1 1077936192 68 0 0 0 0 0 0 0 20 0 21 0 115704274 26908332032 4482393 809668444160 4194304 16622685 140732517832048 0 0 0 0 0 2 1 0 0 -1 76 0 0 0 0 0 18838560 18947056 33062912 140732517839850 140732517839965 140732517839965 140732517846991 0
Current children cumulated CPU time: 26542.4 s
Current children cumulated vsize: 26277668 KiB
Current children cumulated memory: 17929572 KiB

[startup+1506.8 s]
/proc/loadavg: 64.19 69.94 74.22 46/985 640915
/proc/meminfo: memFree=738724452/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+1506.9 s]
/proc/loadavg: 64.19 69.94 74.22 46/985 640915
/proc/meminfo: memFree=738724452/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 1506.96
CPU time (s): 26543
CPU user time (s): 26497.1
CPU system time (s): 45.8576
CPU usage (%): 1761.35
Max. virtual memory (cumulated for all children) (KiB): 28755548
Max. memory (cumulated for all children) (KiB): 19277820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26497.1
system time used= 45.8576
maximum resident set size= 19277820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29833145
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= 198894
involuntary context switches= 125522


# summary of solver processes directly reported to runsolver:
#   pid: 639293
#   total CPU time (s): 26543
#   total CPU user time (s): 26497.1
#   total CPU system time (s): 45.8576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9187 second user time and 32.0187 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-12 21:31:51
IDJOB=4468656
IDBENCH=147717
IDSOLVER=3099
FILE ID=nodeD101/4468656-1723491111
RUNJOBID= nodeD101-1723487511-636269
SLURM_JOB_ID= 8267557
Free space on /tmp= 8622820 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-08-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/uclid_pb_benchmarks/normalized-ooo.rf10.ucl.opb
COMMAND LINE= fscip settings/racing.prm BENCHNAME -qsol -t 3600 -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4468656-1723491111/watcher-4468656-1723491111 -o /tmp/evaluation-result-4468656-1723491111/solver-4468656-1723491111 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1723487511-636269 --watchdog 3760  fscip settings/racing.prm HOME/instance-4468656-1723491111.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= da1da2eec32162aae55ea03b18b534d2
RANDOM SEED=1864867487

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3698.735
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1129.517
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 64
initial apicid	: 64
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1735.006
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 128
initial apicid	: 128
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3187.268
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 0
cpu cores	: 20
apicid		: 192
initial apicid	: 192
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3580.173
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 8
initial apicid	: 8
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1217.551
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 72
initial apicid	: 72
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1749.870
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 136
initial apicid	: 136
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3187.277
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 4
cpu cores	: 20
apicid		: 200
initial apicid	: 200
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3254.452
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1045.538
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 66
initial apicid	: 66
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1772.808
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 130
initial apicid	: 130
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3183.280
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 1
cpu cores	: 20
apicid		: 194
initial apicid	: 194
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3574.861
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1398.015
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 70
initial apicid	: 70
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1781.373
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 134
initial apicid	: 134
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3183.255
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 3
cpu cores	: 20
apicid		: 198
initial apicid	: 198
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 16
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3509.692
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 17
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1411.357
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 68
initial apicid	: 68
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 18
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1782.194
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 132
initial apicid	: 132
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3187.279
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 2
cpu cores	: 20
apicid		: 196
initial apicid	: 196
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 20
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2615.568
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 24
initial apicid	: 24
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 21
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1670.461
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 88
initial apicid	: 88
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 22
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1776.690
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 152
initial apicid	: 152
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 23
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3171.517
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 12
cpu cores	: 20
apicid		: 216
initial apicid	: 216
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 24
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3471.185
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 25
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1660.725
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 80
initial apicid	: 80
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3392.681
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 144
initial apicid	: 144
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 27
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3187.270
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 8
cpu cores	: 20
apicid		: 208
initial apicid	: 208
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 28
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3063.444
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 29
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1369.910
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 86
initial apicid	: 86
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 30
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1075.629
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 150
initial apicid	: 150
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 31
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3187.282
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 11
cpu cores	: 20
apicid		: 214
initial apicid	: 214
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 32
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3045.064
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 33
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1378.833
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 82
initial apicid	: 82
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 34
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1478.512
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 146
initial apicid	: 146
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2800.000
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 9
cpu cores	: 20
apicid		: 210
initial apicid	: 210
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 36
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3092.362
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 37
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1000.263
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 84
initial apicid	: 84
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 38
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1782.434
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 148
initial apicid	: 148
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 39
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3186.882
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 10
cpu cores	: 20
apicid		: 212
initial apicid	: 212
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 40
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2994.583
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 32
initial apicid	: 32
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 41
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2210.510
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 96
initial apicid	: 96
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 42
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1781.555
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 160
initial apicid	: 160
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 43
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3089.048
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 16
cpu cores	: 20
apicid		: 224
initial apicid	: 224
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 44
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2620.556
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 40
initial apicid	: 40
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 45
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2182.174
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 104
initial apicid	: 104
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 46
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1787.281
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 168
initial apicid	: 168
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 47
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3186.443
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 20
cpu cores	: 20
apicid		: 232
initial apicid	: 232
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 48
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2620.286
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 34
initial apicid	: 34
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 49
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1470.999
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 98
initial apicid	: 98
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 50
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1772.940
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 162
initial apicid	: 162
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 51
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3018.782
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 17
cpu cores	: 20
apicid		: 226
initial apicid	: 226
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 52
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2842.933
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 38
initial apicid	: 38
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 53
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1430.112
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 102
initial apicid	: 102
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 54
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2657.806
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 166
initial apicid	: 166
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 55
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3186.079
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 19
cpu cores	: 20
apicid		: 230
initial apicid	: 230
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 56
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2647.707
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 36
initial apicid	: 36
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 57
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1468.929
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 100
initial apicid	: 100
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 58
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2650.681
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 164
initial apicid	: 164
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 59
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3185.869
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 18
cpu cores	: 20
apicid		: 228
initial apicid	: 228
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 60
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2650.637
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 56
initial apicid	: 56
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 61
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1475.126
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 120
initial apicid	: 120
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 62
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2655.497
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 184
initial apicid	: 184
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 63
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3185.789
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 28
cpu cores	: 20
apicid		: 248
initial apicid	: 248
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 64
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3124.120
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 48
initial apicid	: 48
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 65
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1446.047
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 112
initial apicid	: 112
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2622.599
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 176
initial apicid	: 176
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 67
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2966.706
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 24
cpu cores	: 20
apicid		: 240
initial apicid	: 240
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 68
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3095.352
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 54
initial apicid	: 54
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 69
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1681.438
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 118
initial apicid	: 118
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 70
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2653.333
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 182
initial apicid	: 182
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 71
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3185.792
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 27
cpu cores	: 20
apicid		: 246
initial apicid	: 246
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 72
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2951.032
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 50
initial apicid	: 50
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 73
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1678.820
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 114
initial apicid	: 114
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 74
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2651.814
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 178
initial apicid	: 178
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 75
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3185.789
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 25
cpu cores	: 20
apicid		: 242
initial apicid	: 242
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 76
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2647.984
cache size	: 28160 KB
physical id	: 0
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 52
initial apicid	: 52
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5000.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 77
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 1075.697
cache size	: 28160 KB
physical id	: 1
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 116
initial apicid	: 116
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 78
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 2668.132
cache size	: 28160 KB
physical id	: 2
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 180
initial apicid	: 180
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 79
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003102
cpu MHz		: 3185.786
cache size	: 28160 KB
physical id	: 3
siblings	: 20
core id		: 26
cpu cores	: 20
apicid		: 244
initial apicid	: 244
fpu		: yes
fpu_exception	: yes
cpuid level	: 22
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single intel_ppin ssbd mba ibrs ibpb stibp ibrs_enhanced tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid cqm mpx rdt_a avx512f avx512dq rdseed adx smap clflushopt clwb intel_pt avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5006.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        754310100 kB
MemAvailable:   764797468 kB
Buffers:          961348 kB
Cached:         12875628 kB
SwapCached:            0 kB
Active:          6583328 kB
Inactive:       26612568 kB
Active(anon):       2080 kB
Inactive(anon): 19395748 kB
Active(file):    6581248 kB
Inactive(file):  7216820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             30192 kB
Writeback:             0 kB
AnonPages:      19351268 kB
Mapped:           112780 kB
Shmem:             38920 kB
KReclaimable:     217652 kB
Slab:             612292 kB
SReclaimable:     217652 kB
SUnreclaim:       394640 kB
KernelStack:       15440 kB
PageTables:        55508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2918628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:          1029504 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1181696 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:      532480 kB
DirectMap2M:    39811072 kB
DirectMap1G:    765460480 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD101 at 2024-08-12 21:56:58