Trace number 4465341

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30UNSAT 21186.9 1070.42

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx49.opb
MD5SUMbb00c8681178995acecbc2b6e4ec1a1a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark2386.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 35176448, getVmSize() = 35176448, SCIPgetMemUsed() = 9075522, SCIPgetMemTotal() = 13337442, SCIPgetMemExternEstim() = 4730807
0.00/0.01	c ** set memory limit for presolving in LC to 8.79598e+12 for SCIP **
0.68/0.70	c ** Estimated virtualMemUsedAtSolver = 34210652, getVmSize() = 69836800, SCIPgetMemUsed() = 32400715, SCIPgetMemTotal() = 46585171, SCIPgetMemExternEstim() = 4730807
0.68/0.70	c ** set memory limit for solvers to 4.18851e+11 for each SCIP **
0.68/0.70	c Original Problem   :
0.68/0.70	c   Problem name     : instance-4465341-1722461567
0.68/0.70	c   Variables        : 2130 (2130 binary, 0 integer, 0 implicit integer, 0 continuous)
0.68/0.70	c   Constraints      : 2495
0.68/0.70	c   Objective sense  : minimize
0.68/0.70	c Presolved Problem  :
0.68/0.70	c   Variables        : 1505 (1505 binary, 0 integer, 0 implicit integer, 0 continuous)
0.68/0.70	c   Constraints      : 686
0.68/0.70	c Constraints        : Number
0.68/0.70	c   knapsack         : 320 
0.68/0.70	c   setppc           : 47 
0.68/0.70	c   orbitope         : 319 
0.68/0.70	c ** Instance transfer method used: 0
0.68/0.71	c ** ParaScipInstance copy increased the number of variables. **
0.79/0.83	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.79/0.83	c                                Nodes    Active                                            
0.79/0.83	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
80.96/5.02	c         5             22          21        20                -           5.0000          -
182.47/10.12	c        10            712         334        20                -           5.0000          -
282.73/15.13	c        15           1252         549        20                -           5.0000          -
385.36/20.38	c        20           1923         781        20                -           5.0000          -
488.43/25.52	c        26           2544         996        20                -           5.0000          -
587.38/30.58	c        31          34259         289        20                -           5.0000          -
688.35/35.69	c        36          41917         268        20                -           5.0000          -
789.38/40.80	c        41          49291         277        20                -           5.0000          -
890.34/45.86	c        46           4468          11        20                -           5.0000          -
989.50/50.89	c        51          60288         254        20                -           5.0000          -
1090.55/55.97	c        56          70264         205        20                -           5.0000          -
1189.59/61.01	c        61          75881         206        20                -           5.0000          -
1291.57/66.06	c        66          81275         198        20                -           5.0000          -
1390.11/71.11	c        71          86771         192        20                -           5.0000          -
1491.11/76.16	c        76          92507         189        20                -           5.0000          -
1590.25/81.18	c        81          95162         253        20                -           5.0000          -
1690.24/86.21	c        86         100967         263        20                -           5.0000          -
1789.36/91.21	c        91          12366         913        20                -           5.0000          -
1888.30/96.27	c        96         111026         255        20                -           5.0000          -
1987.39/101.28	c       101          11937         572        20                -           5.0000          -
2088.40/106.33	c       106          12725         615        20                -           5.0000          -
2187.50/111.35	c       111          13710         659        20                -           5.0000          -
2288.59/116.47	c       116          14404         738        20                -           5.0000          -
2389.54/121.52	c       122          17315        1771        20                -           5.0000          -
2488.68/126.57	c       127          17998        1951        20                -           5.0000          -
2589.78/131.62	c       132          18720        2248        20                -           5.0000          -
2688.85/136.68	c       137          19534        2378        20                -           5.0000          -
2789.96/141.72	c       142          20203        2635        20                -           5.0000          -
2888.92/146.78	c       147         160854         229        20                -           5.0000          -
2989.86/151.82	c       152         165456         226        20                -           5.0000          -
3088.95/156.84	c       157         169993         221        20                -           5.0000          -
3188.05/161.85	c       162         174548         217        20                -           5.0000          -
3287.21/166.85	c       167         178890         214        20                -           5.0000          -
3388.29/171.97	c       172         183927         235        20                -           5.0000          -
3487.43/177.03	c       177         189309         229        20                -           5.0000          -
3588.76/182.12	c       182         194167         218        20                -           5.0000          -
3689.99/187.17	c       187         199315         225        20                -           5.0000          -
3790.45/192.22	c       192         222181         176        20                -           5.0000          -
3891.58/197.33	c       197         222181         176        20                -           5.0000          -
3992.70/202.43	c       202          26005        1350        20                -           5.0000          -
4093.73/207.51	c       208          26748        1401        20                -           5.0000          -
4192.56/212.55	c       213         222330         232        20                -           5.0000          -
4291.59/217.59	c       218         237647         180        20                -           5.0000          -
4392.48/222.64	c       223         241694         187        20                -           5.0000          -
4491.47/227.69	c       228         246095         200        20                -           5.0000          -
4592.60/232.72	c       233         250925         195        20                -           5.0000          -
4691.75/237.77	c       238         255188         190        20                -           5.0000          -
4792.65/242.83	c       243         259254         189        20                -           5.0000          -
4891.68/247.88	c       248          35788        8815        20                -           5.0000          -
4992.77/252.95	c       253          36559        9051        20                -           5.0000          -
5091.85/257.99	c       258         272415         191        20                -           5.0000          -
5193.70/263.04	c       263         276694         194        20                -           5.0000          -
5292.85/268.08	c       268         281261         192        20                -           5.0000          -
5391.92/273.11	c       273         285565         193        20                -           5.0000          -
5493.04/278.16	c       278         289366         188        20                -           5.0000          -
5593.39/283.23	c       283         294059         196        20                -           5.0000          -
5692.35/288.23	c       288         298167         188        20                -           5.0000          -
5793.42/293.31	c       293         302381         182        20                -           5.0000          -
5892.54/298.36	c       298         306797         181        20                -           5.0000          -
5993.32/303.44	c       303         311072         179        20                -           5.0000          -
6092.15/308.49	c       308         315393         183        20                -           5.0000          -
6192.99/313.54	c       314         319383         182        20                -           5.0000          -
6292.01/318.60	c       319         323564         194        20                -           5.0000          -
6393.16/323.65	c       324         328454         182        20                -           5.0000          -
6492.03/328.69	c       329         332962         180        20                -           5.0000          -
6593.09/333.71	c       334         336734         183        20                -           5.0000          -
6692.05/338.79	c       339         340346         184        20                -           5.0000          -
6792.96/343.82	c       344         344011         189        20                -           5.0000          -
6892.03/348.89	c       349         348261         179        20                -           5.0000          -
6992.90/353.94	c       354         352262         180        20                -           5.0000          -
7091.82/358.99	c       359         356338         196        20                -           5.0000          -
7193.03/364.04	c       364         359745         191        20                -           5.0000          -
7291.90/369.09	c       369         363799         196        20                -           5.0000          -
7393.25/374.15	c       374          48730        2514        20                -           5.0000          -
7492.29/379.17	c       379         370817         189        20                -           5.0000          -
7592.47/384.24	c       384          54917       15642        20                -           5.0000          -
7691.38/389.29	c       389         378481         190        20                -           5.0000          -
7792.40/394.31	c       394         382841         194        20                -           5.0000          -
7891.41/399.34	c       399         386562         183        20                -           5.0000          -
7990.49/404.36	c       404         390574         185        20                -           5.0000          -
8089.57/409.36	c       409         394767         189        20                -           5.0000          -
8188.36/414.40	c       414         398440         192        20                -           5.0000          -
8289.33/419.44	c       419         401800         183        20                -           5.0000          -
8388.23/424.49	c       424         405311         196        20                -           5.0000          -
8489.22/429.53	c       430         449413         225        20                -           5.0000          -
8588.27/434.60	c       435         412958         192        20                -           5.0000          -
8689.01/439.65	c       440         416658         188        20                -           5.0000          -
8788.12/444.70	c       445         420920         190        20                -           5.0000          -
8889.23/449.75	c       450         471653         216        20                -           5.0000          -
8988.37/454.79	c       455          59876        2946        20                -           5.0000          -
9089.34/459.83	c       460         483944         216        20                -           5.0000          -
9188.33/464.89	c       465         436626         187        20                -           5.0000          -
9289.34/469.95	c       470         440477         181        20                -           5.0000          -
9388.44/474.99	c       475         444562         183        20                -           5.0000          -
9487.41/480.01	c       480          67670       21380        20                -           5.0000          -
9586.16/485.03	c       485         512825         209        20                -           5.0000          -
9687.75/490.03	c       490         517752         218        20                -           5.0000          -
9786.66/495.05	c       495         523076         212        20                -           5.0000          -
9887.32/500.12	c       500         528714         221        20                -           5.0000          -
9986.80/505.17	c       505          65948        3329        20                -           5.0000          -
10086.99/510.22	c       510          66610        3348        20                -           5.0000          -
10186.19/515.26	c       515         545112         210        20                -           5.0000          -
10287.24/520.32	c       520         550061         212        20                -           5.0000          -
10386.43/525.38	c       525         555563         211        20                -           5.0000          -
10487.60/530.43	c       530         560917         210        20                -           5.0000          -
10586.77/535.48	c       535         566559         221        20                -           5.0000          -
10687.93/540.52	c       541         571979         214        20                -           5.0000          -
10787.15/545.57	c       546         577292         224        20                -           5.0000          -
10888.28/550.62	c       551         582940         212        20                -           5.0000          -
10987.41/555.68	c       556         588777         210        20                -           5.0000          -
11088.64/560.72	c       561         594172         205        20                -           5.0000          -
11187.80/565.77	c       566          78411       26264        20                -           5.0000          -
11289.03/570.83	c       571          79098       26502        20                -           5.0000          -
11388.22/575.83	c       576          79742       26822        20                -           5.0000          -
11487.35/580.86	c       581         617964         214        20                -           5.0000          -
11586.52/585.86	c       586         623902         207        20                -           5.0000          -
11687.65/590.99	c       591          78158        3534        20                -           5.0000          -
11789.48/596.07	c       596          78666        3591        20                -           5.0000          -
11888.51/601.12	c       601         639606         213        20                -           5.0000          -
11989.87/606.18	c       606         644518         214        20                -           5.0000          -
12090.15/611.23	c       611         649045         210        20                -           5.0000          -
12189.33/616.28	c       616         654195         205        20                -           5.0000          -
12290.42/621.33	c       621         659653         211        20                -           5.0000          -
12389.61/626.34	c       626         664646         205        20                -           5.0000          -
12488.73/631.39	c       631         668866         204        20                -           5.0000          -
12589.90/636.43	c       636         675140         210        20                -           5.0000          -
12689.03/641.43	c       641         681474         217        20                -           5.0000          -
12790.13/646.52	c       647         687542         206        20                -           5.0000          -
12891.27/651.61	c       652         693474         202        20                -           5.0000          -
12990.46/656.68	c       657         699176         205        20                -           5.0000          -
13089.67/661.69	c       662         704831         203        20                -           5.0000          -
13190.82/666.75	c       667         710261         214        20                -           5.0000          -
13290.01/671.77	c       672          87660        4109        20                -           5.0000          -
13391.15/676.87	c       677          93056       32068        20                -           5.0000          -
13492.30/681.92	c       682          93785       32283        20                -           5.0000          -
13591.65/686.97	c       687          94400       32537        20                -           5.0000          -
13690.64/692.02	c       692          94982       32746        20                -           5.0000          -
13792.44/697.08	c       697         748287         214        20                -           5.0000          -
13891.59/702.12	c       702         754599         208        20                -           5.0000          -
13992.88/707.18	c       707         760180         208        20                -           5.0000          -
14093.43/712.23	c       712         766456         205        20                -           5.0000          -
14192.60/717.27	c       717         772907         202        20                -           5.0000          -
14293.97/722.33	c       722         779060         230        20                -           5.0000          -
14392.99/727.38	c       727         784600         204        20                -           5.0000          -
14494.15/732.42	c       732         790440         211        20                -           5.0000          -
14593.36/737.47	c       737         796021         214        20                -           5.0000          -
14694.51/742.52	c       743         802213         212        20                -           5.0000          -
14793.73/747.57	c       748         808069         207        20                -           5.0000          -
14894.80/752.63	c       753         813583         202        20                -           5.0000          -
14994.02/757.68	c       758         819950         208        20                -           5.0000          -
15093.18/762.69	c       763         825341         199        20                -           5.0000          -
15194.41/767.71	c       768         100562        4645        20                -           5.0000          -
15293.65/772.72	c       773         101075        4667        20                -           5.0000          -
15392.90/777.74	c       778         843059         199        20                -           5.0000          -
15492.13/782.76	c       783         849060         203        20                -           5.0000          -
15591.36/787.78	c       788         107038       37704        20                -           5.0000          -
15692.59/792.80	c       793         107737       37956        20                -           5.0000          -
15791.81/797.88	c       798         108435       38215        20                -           5.0000          -
15892.99/802.99	c       803         109114       38426        20                -           5.0000          -
15994.94/808.07	c       808         109727       38667        20                -           5.0000          -
16094.04/813.12	c       813         110456       38950        20                -           5.0000          -
16196.55/818.25	c       818         887198         208        20                -           5.0000          -
16297.77/823.32	c       823         892921         211        20                -           5.0000          -
16396.99/828.37	c       828         898393         210        20                -           5.0000          -
16498.17/833.43	c       833         904517         205        20                -           5.0000          -
16597.32/838.47	c       838         910867         205        20                -           5.0000          -
16698.54/843.52	c       844         916612         214        20                -           5.0000          -
16797.77/848.57	c       849         922477         215        20                -           5.0000          -
16896.99/853.60	c       854         928172         207        20                -           5.0000          -
16998.19/858.64	c       859         932877         205        20                -           5.0000          -
17097.31/863.69	c       864         938587         216        20                -           5.0000          -
17198.46/868.71	c       869         115843        5852        20                -           5.0000          -
17297.61/873.80	c       874         116448        5899        20                -           5.0000          -
17398.48/878.80	c       879         119149       42199        20                -           5.0000          -
17497.66/883.82	c       884         118486        6037        20                -           5.0000          -
17596.87/888.88	c       889         120475       42704        20                -           5.0000          -
17697.85/893.99	c       894         972640         205        20                -           5.0000          -
17799.51/899.07	c       899         978669         203        20                -           5.0000          -
17898.61/904.12	c       904         984198         224        20                -           5.0000          -
17999.77/909.17	c       909         988565         208        20                -           5.0000          -
18099.88/914.22	c       914         993899         213        20                -           5.0000          -
18198.71/919.24	c       919         999522         210        20                -           5.0000          -
18297.62/924.27	c       924        1005012         201        20                -           5.0000          -
18398.44/929.37	c       929        1010655         211        20                -           5.0000          -
18499.40/934.42	c       934        1015567         206        20                -           5.0000          -
18598.48/939.47	c       939        1019412         195        20                -           5.0000          -
18699.27/944.52	c       945        1024288         213        20                -           5.0000          -
18798.13/949.55	c       950        1029749         225        20                -           5.0000          -
18897.15/954.56	c       955        1035227         211        20                -           5.0000          -
18996.02/959.57	c       960        1041363         198        20                -           5.0000          -
19096.94/964.62	c       965        1046830         204        20                -           5.0000          -
19196.14/969.64	c       970        1053653         205        20                -           5.0000          -
19297.34/974.75	c       975        1059336         207        20                -           5.0000          -
19398.19/979.85	c       980        1065390         210        20                -           5.0000          -
19499.00/984.92	c       985        1070664         205        20                -           5.0000          -
19597.95/989.97	c       990        1076628         216        20                -           5.0000          -
19699.83/995.04	c       995         133334        6803        20                -           5.0000          -
19799.04/1000.07	c      1000         133922        6792        20                -           5.0000          -
19898.28/1005.09	c      1005         137037       49395        20                -           5.0000          -
19999.09/1010.19	c      1010         137742       49678        20                -           5.0000          -
20099.30/1015.24	c      1015        1108044         212        20                -           5.0000          -
20200.11/1020.30	c      1020        1113793         205        20                -           5.0000          -
20298.97/1025.32	c      1025        1119451         196        20                -           5.0000          -
20397.96/1030.34	c      1030        1126163         202        20                -           5.0000          -
20497.06/1035.36	c      1035        1132661         201        20                -           5.0000          -
20597.95/1040.43	c      1040        1137686         212        20                -           5.0000          -
20696.90/1045.47	c      1045        1142963         206        20                -           5.0000          -
20797.62/1050.50	c      1050        1148072         199        20                -           5.0000          -
20896.59/1055.52	c      1056        1153380         211        20                -           5.0000          -
20995.59/1060.57	c      1061        1158802         208        20                -           5.0000          -
21098.60/1065.73	c      1066        1164048         192        20                -           5.0000          -
21181.78/1069.96	c      1070         103652           0         0                -           5.0000          -
21186.77/1070.35	c      1070         103652           0         0                -           5.0000          -
21186.77/1070.35	c SCIP Status        : c problem is solved [infeasible]
21186.77/1070.35	c Total Time         : 1070.3500
21186.77/1070.35	c   solving          : 1070.3500
21186.77/1070.35	c   presolving       : 0.6877 (included in solving)
21186.77/1070.35	c B&B Tree           :
21186.77/1070.35	c   nodes (total)    : 103652
21186.77/1070.35	c Solution           :
21186.77/1070.35	c   Solutions found  : 0
21186.77/1070.35	c   Primal Bound     :          -
21186.77/1070.35	c   Dual Bound       :          -
21186.77/1070.35	c Gap                :          -
21186.77/1070.36	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 (187119 MiB free)
  memory of node 1: 193531 MiB (186702 MiB free)
  memory of node 2: 193531 MiB (181522 MiB free)
  memory of node 3: 193531 MiB (192599 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-4465341-1722461567/watcher-4465341-1722461567 -o /tmp/evaluation-result-4465341-1722461567/solver-4465341-1722461567 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70628 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465341-1722461567.opb -qsol -t 72000 -sth 20 

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

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

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 72000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 72030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 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=77835, runsolver pid=77832
Current StackSize limit: 8192 KiB


[startup+0.100101 s]*
/proc/loadavg: 66.57 75.62 78.63 62/988 77836
/proc/meminfo: memFree=765860808/790760804 swapFree=131071996/131071996
[pid=77835] ppid=77832 vsize=50112 memory=36264 CPUtime=0.11 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/stat : 77835 (fscip) R 77832 77835 70587 0 -1 4194304 6741 0 0 0 10 1 0 0 20 0 1 0 12739321 51314688 9066 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
/proc/77835/statm: 12528 9066 2790 3035 0 8924 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 50112 KiB
Current children cumulated memory: 36264 KiB

[startup+0.218484 s]*
/proc/loadavg: 66.57 75.62 78.63 62/988 77836
/proc/meminfo: memFree=765862036/790760804 swapFree=131071996/131071996
[pid=77835] ppid=77832 vsize=51136 memory=37320 CPUtime=0.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/stat : 77835 (fscip) R 77832 77835 70587 0 -1 4194304 7019 0 0 0 22 1 0 0 20 0 1 0 12739321 52363264 9330 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
/proc/77835/statm: 12784 9330 2790 3035 0 9180 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 51136 KiB
Current children cumulated memory: 37320 KiB

[startup+0.316044 s]*
/proc/loadavg: 66.57 75.62 78.63 63/988 77836
/proc/meminfo: memFree=765860328/790760804 swapFree=131071996/131071996
[pid=77835] ppid=77832 vsize=52160 memory=38112 CPUtime=0.32 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/stat : 77835 (fscip) R 77832 77835 70587 0 -1 4194304 7231 0 0 0 31 1 0 0 20 0 1 0 12739321 53411840 9528 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
/proc/77835/statm: 13040 9528 2790 3035 0 9436 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 52160 KiB
Current children cumulated memory: 38112 KiB

[startup+0.700171 s]
/proc/loadavg: 66.57 75.62 78.63 62/988 77836
/proc/meminfo: memFree=765857920/790760804 swapFree=131071996/131071996
[pid=77835] ppid=77832 vsize=65736 memory=51048 CPUtime=0.68 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/stat : 77835 (fscip) R 77832 77835 70587 0 -1 4194304 10457 0 0 0 67 1 0 0 20 0 1 0 12739321 67313664 12762 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 17 23 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
/proc/77835/statm: 16434 12762 2790 3035 0 12830 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 65736 KiB
Current children cumulated memory: 51048 KiB

[startup+1.50101 s]
/proc/loadavg: 66.57 75.62 78.63 82/1028 77876
/proc/meminfo: memFree=765478744/790760804 swapFree=131071996/131071996
[pid=77835] ppid=77832 vsize=1800152 memory=719568 CPUtime=13.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/stat : 77835 (fscip) S 77832 77835 70587 0 -1 1077936128 180107 0 0 0 1327 43 0 0 20 0 41 0 12739321 1843355648 179892 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 17 75 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
/proc/77835/statm: 450038 179892 2950 3035 0 274463 0
[pid=77835/tid=77837] ppid=77832 vsize=1800152 memory=5472 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77837/stat : 77837 (fscip) R 77832 77835 70587 0 -1 4194368 10170 0 0 0 62 2 0 0 20 0 41 0 12739392 1843355648 179892 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77838] ppid=77832 vsize=1800152 memory=25333125866717268 CPUtime=0.62 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77838/stat : 77838 (fscip) R 77832 77835 70587 0 -1 4194368 6766 0 0 0 61 1 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77839] ppid=77832 vsize=1800152 memory=16204 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77839/stat : 77839 (fscip) R 77832 77835 70587 0 -1 4194368 8565 0 0 0 63 1 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77840] ppid=77832 vsize=1800152 memory=2268 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77840/stat : 77840 (fscip) R 77832 77835 70587 0 -1 4194368 9394 0 0 0 62 2 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77841] ppid=77832 vsize=1800152 memory=38604 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77841/stat : 77841 (fscip) R 77832 77835 70587 0 -1 4194368 7466 0 0 0 62 2 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77842] ppid=77832 vsize=1800152 memory=33100 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77842/stat : 77842 (fscip) R 77832 77835 70587 0 -1 4194368 5744 0 0 0 63 1 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77843] ppid=77832 vsize=1800152 memory=2244 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77843/stat : 77843 (fscip) R 77832 77835 70587 0 -1 4194368 10766 0 0 0 62 2 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77844] ppid=77832 vsize=1800152 memory=19916 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77844/stat : 77844 (fscip) R 77832 77835 70587 0 -1 4194368 6965 0 0 0 63 1 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77845] ppid=77832 vsize=1800152 memory=104 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77845/stat : 77845 (fscip) R 77832 77835 70587 0 -1 4194368 8542 0 0 0 63 1 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77846] ppid=77832 vsize=1800152 memory=2004 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77846/stat : 77846 (fscip) R 77832 77835 70587 0 -1 4194368 10558 0 0 0 63 1 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77847] ppid=77832 vsize=1800152 memory=52404 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77847/stat : 77847 (fscip) R 77832 77835 70587 0 -1 4194368 7152 0 0 0 63 1 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77848] ppid=77832 vsize=1800152 memory=29836768444022866 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77848/stat : 77848 (fscip) R 77832 77835 70587 0 -1 4194368 8409 0 0 0 62 2 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77849] ppid=77832 vsize=1800152 memory=0 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77849/stat : 77849 (fscip) R 77832 77835 70587 0 -1 4194368 7238 0 0 0 63 1 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77850] ppid=77832 vsize=1800152 memory=0 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77850/stat : 77850 (fscip) R 77832 77835 70587 0 -1 4194368 9726 0 0 0 62 2 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77851] ppid=77832 vsize=1800152 memory=0 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77851/stat : 77851 (fscip) R 77832 77835 70587 0 -1 4194368 9554 0 0 0 62 2 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77852] ppid=77832 vsize=1800152 memory=28748 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77852/stat : 77852 (fscip) R 77832 77835 70587 0 -1 4194368 8138 0 0 0 63 1 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77853] ppid=77832 vsize=1800152 memory=7384 CPUtime=0.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77853/stat : 77853 (fscip) R 77832 77835 70587 0 -1 4194368 7272 0 0 0 63 2 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77854] ppid=77832 vsize=1800152 memory=25333125866717268 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77854/stat : 77854 (fscip) R 77832 77835 70587 0 -1 4194368 8435 0 0 0 62 2 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77855] ppid=77832 vsize=1800152 memory=139987815275248 CPUtime=0.65 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77855/stat : 77855 (fscip) R 77832 77835 70587 0 -1 4194368 9758 0 0 0 63 2 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77856] ppid=77832 vsize=1800152 memory=279975630641200 CPUtime=0.64 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77856/stat : 77856 (fscip) R 77832 77835 70587 0 -1 4194368 6794 0 0 0 63 1 0 0 20 0 41 0 12739392 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77857] ppid=77832 vsize=1800152 memory=8501686437633 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77857/stat : 77857 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77858] ppid=77832 vsize=1800152 memory=8609060619777 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77858/stat : 77858 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77859] ppid=77832 vsize=1800152 memory=9871781004801 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77859/stat : 77859 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77860] ppid=77832 vsize=1800152 memory=279975630688816 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77860/stat : 77860 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77861] ppid=77832 vsize=1800152 memory=-4059589564189731178 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77861/stat : 77861 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77862] ppid=77832 vsize=1800152 memory=-3975649505123405620 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77862/stat : 77862 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77863] ppid=77832 vsize=1800152 memory=-3689408421207566698 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77863/stat : 77863 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77864] ppid=77832 vsize=1800152 memory=6655300316396806240 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77864/stat : 77864 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77865] ppid=77832 vsize=1800152 memory=-3975649505123405620 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77865/stat : 77865 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77866] ppid=77832 vsize=1800152 memory=4639360044614768227 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77866/stat : 77866 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77867] ppid=77832 vsize=1800152 memory=36300 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77867/stat : 77867 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77868] ppid=77832 vsize=1800152 memory=4736 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77868/stat : 77868 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77869] ppid=77832 vsize=1800152 memory=20452 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77869/stat : 77869 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 179958 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77870] ppid=77832 vsize=1800152 memory=6836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77870/stat : 77870 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 180024 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77871] ppid=77832 vsize=1800152 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77871/stat : 77871 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 180024 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77872] ppid=77832 vsize=1800152 memory=6655300316396806240 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77872/stat : 77872 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 180024 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77873] ppid=77832 vsize=1800152 memory=-7385037386665908792 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77873/stat : 77873 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 180024 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77874] ppid=77832 vsize=1800152 memory=279975630830784 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77874/stat : 77874 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 180024 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77875] ppid=77832 vsize=1800152 memory=-6421031960892894098 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77875/stat : 77875 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 180024 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77876] ppid=77832 vsize=1800152 memory=-2892745056948402235 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77876/stat : 77876 (fscip) S 77832 77835 70587 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 12739404 1843355648 180090 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
Current children cumulated CPU time: 13.7 s
Current children cumulated vsize: 1800152 KiB
Current children cumulated memory: 719568 KiB

[startup+3.1438 s]
/proc/loadavg: 67.65 75.69 78.63 82/1028 77876
/proc/meminfo: memFree=764777672/790760804 swapFree=131071996/131071996
[pid=77835] ppid=77832 vsize=1996760 memory=1125236 CPUtime=46.16 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/stat : 77835 (fscip) S 77832 77835 70587 0 -1 1077936128 323221 0 0 0 4544 72 0 0 20 0 41 0 12739321 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 17 47 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
/proc/77835/statm: 499190 281309 2998 3035 0 373979 0
[pid=77835/tid=77837] ppid=77832 vsize=1996760 memory=5472 CPUtime=2.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77837/stat : 77837 (fscip) R 77832 77835 70587 0 -1 4194368 18932 0 0 0 223 4 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77838] ppid=77832 vsize=1996760 memory=-8745837384885911489 CPUtime=2.23 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77838/stat : 77838 (fscip) R 77832 77835 70587 0 -1 4194368 14443 0 0 0 221 2 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77839] ppid=77832 vsize=1996760 memory=1039024 CPUtime=2.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77839/stat : 77839 (fscip) R 77832 77835 70587 0 -1 4194368 9756 0 0 0 225 2 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77840] ppid=77832 vsize=1996760 memory=648040 CPUtime=2.24 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77840/stat : 77840 (fscip) R 77832 77835 70587 0 -1 4194368 16206 0 0 0 221 3 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77841] ppid=77832 vsize=1996760 memory=25333125866717268 CPUtime=2.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77841/stat : 77841 (fscip) R 77832 77835 70587 0 -1 4194368 17505 0 0 0 223 4 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77842] ppid=77832 vsize=1996760 memory=5472 CPUtime=2.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77842/stat : 77842 (fscip) R 77832 77835 70587 0 -1 4194368 7196 0 0 0 225 2 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77843] ppid=77832 vsize=1996760 memory=6444482173224512106 CPUtime=2.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77843/stat : 77843 (fscip) R 77832 77835 70587 0 -1 4194368 18973 0 0 0 224 3 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77844] ppid=77832 vsize=1996760 memory=210725 CPUtime=2.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77844/stat : 77844 (fscip) R 77832 77835 70587 0 -1 4194368 13160 0 0 0 225 2 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77845] ppid=77832 vsize=1996760 memory=-5155633500583716741 CPUtime=2.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77845/stat : 77845 (fscip) R 77832 77835 70587 0 -1 4194368 8835 0 0 0 225 2 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77846] ppid=77832 vsize=1996760 memory=0 CPUtime=2.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77846/stat : 77846 (fscip) R 77832 77835 70587 0 -1 4194368 17477 0 0 0 224 3 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77847] ppid=77832 vsize=1996760 memory=6944656592455360604 CPUtime=2.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77847/stat : 77847 (fscip) R 77832 77835 70587 0 -1 4194368 12840 0 0 0 225 2 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77848] ppid=77832 vsize=1996760 memory=279975630661488 CPUtime=2.26 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77848/stat : 77848 (fscip) R 77832 77835 70587 0 -1 4194368 8718 0 0 0 224 2 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77849] ppid=77832 vsize=1996760 memory=336473979095530 CPUtime=2.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77849/stat : 77849 (fscip) R 77832 77835 70587 0 -1 4194368 16249 0 0 0 223 4 0 0 20 0 41 0 12739392 2044682240 281309 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0

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

/proc/77835/task/77862/stat : 77862 (fscip) S 77832 77835 70587 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 40 0 12739404 6480896000 1275642 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77863] ppid=77832 vsize=6329000 memory=6754620 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77863/stat : 77863 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 40 0 12739404 6480896000 1275642 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77864] ppid=77832 vsize=6329000 memory=7806252612321629039 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77864/stat : 77864 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 40 0 12739404 6480896000 1275642 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77865] ppid=77832 vsize=6329000 memory=6935650453788122944 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77865/stat : 77865 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 40 0 12739404 6480896000 1275642 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77866] ppid=77832 vsize=6329000 memory=-6584077423310966883 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77866/stat : 77866 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 40 0 12739404 6480896000 1275642 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77867] ppid=77832 vsize=6329000 memory=6944656592387989600 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77867/stat : 77867 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 40 0 12739404 6480896000 1275642 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77868] ppid=77832 vsize=6329000 memory=8111771058829053132 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77868/stat : 77868 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 40 0 12739404 6480896000 1275642 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77869] ppid=77832 vsize=6329000 memory=-9178176117148050014 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77869/stat : 77869 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 40 0 12739404 6480896000 1275613 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77870] ppid=77832 vsize=6329000 memory=7661865849873520481 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77870/stat : 77870 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 40 0 12739404 6480896000 1275386 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77871] ppid=77832 vsize=6329000 memory=4638778398333227344 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77871/stat : 77871 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 40 0 12739404 6480896000 1275386 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77872] ppid=77832 vsize=6329000 memory=36300 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77872/stat : 77872 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 40 0 12739404 6480896000 1275386 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77873] ppid=77832 vsize=6329000 memory=4736 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77873/stat : 77873 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 40 0 12739404 6480896000 1275386 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77874] ppid=77832 vsize=6327976 memory=20452 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77874/stat : 77874 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 40 0 12739404 6479847424 1275386 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77875] ppid=77832 vsize=6327976 memory=6836 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77875/stat : 77875 (fscip) S 77832 77835 70587 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 40 0 12739404 6479847424 1275386 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77876] ppid=77832 vsize=6327976 memory=7032 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77876/stat : 77876 (fscip) S 77832 77835 70587 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 40 0 12739404 6479847424 1275386 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
Current children cumulated CPU time: 21184.4 s
Current children cumulated vsize: 6330992 KiB
Current children cumulated memory: 5104556 KiB

[startup+1070.2 s]
/proc/loadavg: 80.65 75.06 76.09 80/1023 78506
/proc/meminfo: memFree=764188908/790760804 swapFree=131071996/131071996
[pid=77835] ppid=77832 vsize=5119112 memory=4016236 CPUtime=21186.2 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/stat : 77835 (fscip) S 77832 77835 70587 0 -1 1077936128 10241649 0 0 0 2113653 4967 0 0 20 0 31 0 12739321 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
/proc/77835/statm: 1279778 1004059 3318 3035 0 1152410 0
[pid=77835/tid=77837] ppid=77832 vsize=5119112 memory=-7090187006903411837 CPUtime=1058.77 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77837/stat : 77837 (fscip) R 77832 77835 70587 0 -1 4194368 656936 0 0 0 105655 222 0 0 20 0 31 0 12739392 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77838] ppid=77832 vsize=5119112 memory=6836 CPUtime=1059.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77838/stat : 77838 (fscip) R 77832 77835 70587 0 -1 4194368 605164 0 0 0 105741 180 0 0 20 0 31 0 12739392 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77841] ppid=77832 vsize=5119112 memory=7032 CPUtime=1060.83 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77841/stat : 77841 (fscip) R 77832 77835 70587 0 -1 4194368 621973 0 0 0 105905 178 0 0 20 0 31 0 12739392 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77843] ppid=77832 vsize=5119112 memory=25333125866717268 CPUtime=1060.73 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77843/stat : 77843 (fscip) R 77832 77835 70587 0 -1 4194368 655542 0 0 0 105873 200 0 0 20 0 31 0 12739392 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77844] ppid=77832 vsize=5119112 memory=-6950016921787703339 CPUtime=1060.5 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77844/stat : 77844 (fscip) R 77832 77835 70587 0 -1 4194368 673933 0 0 0 105893 157 0 0 20 0 31 0 12739392 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77847] ppid=77832 vsize=5119112 memory=8547763363116190868 CPUtime=1055.1 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77847/stat : 77847 (fscip) R 77832 77835 70587 0 -1 4194368 628989 0 0 0 105334 176 0 0 20 0 31 0 12739392 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77850] ppid=77832 vsize=5119112 memory=279975635497728 CPUtime=1059.66 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77850/stat : 77850 (fscip) R 77832 77835 70587 0 -1 4194368 653613 0 0 0 105779 187 0 0 20 0 31 0 12739392 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77852] ppid=77832 vsize=5119112 memory=198340509722 CPUtime=1059.96 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77852/stat : 77852 (fscip) R 77832 77835 70587 0 -1 4194368 624566 0 0 0 105780 216 0 0 20 0 31 0 12739392 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77853] ppid=77832 vsize=5119112 memory=67009 CPUtime=1060.49 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77853/stat : 77853 (fscip) R 77832 77835 70587 0 -1 4194368 581190 0 0 0 105899 150 0 0 20 0 31 0 12739392 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77856] ppid=77832 vsize=5119112 memory=67675 CPUtime=1058.74 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77856/stat : 77856 (fscip) R 77832 77835 70587 0 -1 4194368 670092 0 0 0 105689 185 0 0 20 0 31 0 12739392 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77857] ppid=77832 vsize=5119112 memory=68002 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77857/stat : 77857 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77858] ppid=77832 vsize=5119112 memory=84710 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77858/stat : 77858 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77859] ppid=77832 vsize=5119112 memory=85609 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77859/stat : 77859 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77860] ppid=77832 vsize=5119112 memory=35448 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77860/stat : 77860 (fscip) S 77832 77835 70587 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77861] ppid=77832 vsize=5119112 memory=94872 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77861/stat : 77861 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77862] ppid=77832 vsize=5119112 memory=205514 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77862/stat : 77862 (fscip) S 77832 77835 70587 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77863] ppid=77832 vsize=5119112 memory=230219 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77863/stat : 77863 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77864] ppid=77832 vsize=5119112 memory=-7090187006903411837 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77864/stat : 77864 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77865] ppid=77832 vsize=5119112 memory=16204 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77865/stat : 77865 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77866] ppid=77832 vsize=5119112 memory=2268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77866/stat : 77866 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77867] ppid=77832 vsize=5119112 memory=-7378135908078411135 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77867/stat : 77867 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77868] ppid=77832 vsize=5119112 memory=-6000919499214174262 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77868/stat : 77868 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77869] ppid=77832 vsize=5119112 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77869/stat : 77869 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77870] ppid=77832 vsize=5119112 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77870/stat : 77870 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77871] ppid=77832 vsize=5119112 memory=30962685530996822 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77871/stat : 77871 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77872] ppid=77832 vsize=5119112 memory=279975633091424 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77872/stat : 77872 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77873] ppid=77832 vsize=5119112 memory=279975633689008 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77873/stat : 77873 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77874] ppid=77832 vsize=5119112 memory=7521691332661700196 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77874/stat : 77874 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77875] ppid=77832 vsize=5119112 memory=7521691332661700196 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77875/stat : 77875 (fscip) S 77832 77835 70587 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77876] ppid=77832 vsize=5119112 memory=7521691332661700196 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77876/stat : 77876 (fscip) S 77832 77835 70587 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 31 0 12739404 5241970688 1004059 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
Current children cumulated CPU time: 21186.2 s
Current children cumulated vsize: 5119112 KiB
Current children cumulated memory: 4016236 KiB

[startup+1070.3 s]
/proc/loadavg: 80.65 75.06 76.09 80/1023 78506
/proc/meminfo: memFree=764188908/790760804 swapFree=131071996/131071996
[pid=77835] ppid=77832 vsize=3698588 memory=2573900 CPUtime=21186.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/stat : 77835 (fscip) S 77832 77835 70587 0 -1 1077936128 10280939 0 0 0 2113704 4973 0 0 20 0 24 0 12739321 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 17 43 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
/proc/77835/statm: 924647 643475 3318 3035 0 872075 0
[pid=77835/tid=77837] ppid=77832 vsize=3698588 memory=25333125866717268 CPUtime=1058.84 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77837/stat : 77837 (fscip) R 77832 77835 70587 0 -1 4194368 663187 0 0 0 105662 222 0 0 20 0 24 0 12739392 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77841] ppid=77832 vsize=3698588 memory=5001104 CPUtime=1060.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77841/stat : 77841 (fscip) R 77832 77835 70587 0 -1 4194368 625573 0 0 0 105912 178 0 0 20 0 24 0 12739392 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77843] ppid=77832 vsize=3698588 memory=-7090187006903411837 CPUtime=1060.8 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77843/stat : 77843 (fscip) R 77832 77835 70587 0 -1 4194368 660448 0 0 0 105880 200 0 0 20 0 24 0 12739392 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77850] ppid=77832 vsize=3698588 memory=25333125866717268 CPUtime=1059.75 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77850/stat : 77850 (fscip) D 77832 77835 70587 0 -1 4194368 658785 0 0 0 105787 188 0 0 20 0 24 0 12739392 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77857] ppid=77832 vsize=3698588 memory=104 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77857/stat : 77857 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77858] ppid=77832 vsize=3698588 memory=2004 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77858/stat : 77858 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 24 0 12739404 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77859] ppid=77832 vsize=3698588 memory=4143620 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77859/stat : 77859 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 24 0 12739404 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77860] ppid=77832 vsize=3698588 memory=25333125866717268 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77860/stat : 77860 (fscip) S 77832 77835 70587 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77861] ppid=77832 vsize=3698588 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77861/stat : 77861 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77862] ppid=77832 vsize=3698588 memory=11528 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77862/stat : 77862 (fscip) S 77832 77835 70587 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77863] ppid=77832 vsize=3698588 memory=5113316 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77863/stat : 77863 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 643475 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77864] ppid=77832 vsize=3698588 memory=5084020 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77864/stat : 77864 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 24 0 12739404 3787354112 642978 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77865] ppid=77832 vsize=3698588 memory=0 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77865/stat : 77865 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 642978 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77866] ppid=77832 vsize=3698588 memory=7444829955292554863 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77866/stat : 77866 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 642467 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77867] ppid=77832 vsize=3698588 memory=5112392 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77867/stat : 77867 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 24 0 12739404 3787354112 642467 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 71 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77869] ppid=77832 vsize=3698588 memory=5472 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77869/stat : 77869 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 641555 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77870] ppid=77832 vsize=3698588 memory=13752 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77870/stat : 77870 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 641555 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77871] ppid=77832 vsize=3698588 memory=12724 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77871/stat : 77871 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 24 0 12739404 3787354112 641555 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77872] ppid=77832 vsize=3698588 memory=11900 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77872/stat : 77872 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 641555 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77873] ppid=77832 vsize=3698588 memory=5016788 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77873/stat : 77873 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 641555 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77874] ppid=77832 vsize=3698588 memory=11528 CPUtime=0.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77874/stat : 77874 (fscip) S 77832 77835 70587 0 -1 1077936192 42 0 0 0 1 0 0 0 20 0 24 0 12739404 3787354112 641555 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77875] ppid=77832 vsize=3698588 memory=13748 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77875/stat : 77875 (fscip) S 77832 77835 70587 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 641555 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
[pid=77835/tid=77876] ppid=77832 vsize=3698588 memory=11528 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/77835/task/77876/stat : 77876 (fscip) S 77832 77835 70587 0 -1 1077936192 43 0 0 0 0 0 0 0 20 0 24 0 12739404 3787354112 641555 809668444160 4194304 16623229 140722799618352 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 38699008 140722799621130 140722799621248 140722799621248 140722799628272 0
Current children cumulated CPU time: 21186.8 s
Current children cumulated vsize: 3698588 KiB
Current children cumulated memory: 2573900 KiB

Child status: 0

Real time (s): 1070.42
CPU time (s): 21186.9
CPU user time (s): 21137.1
CPU system time (s): 49.8254
CPU usage (%): 1979.31
Max. virtual memory (cumulated for all children) (KiB): 6340796
Max. memory (cumulated for all children) (KiB): 5114312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21137.1
system time used= 49.8254
maximum resident set size= 5114388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10290656
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= 390904
involuntary context switches= 111832


# summary of solver processes directly reported to runsolver:
#   pid: 77835
#   total CPU time (s): 21186.9
#   total CPU user time (s): 21137.1
#   total CPU system time (s): 49.8254

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.24573 second user time and 23.4722 second system time

The end

Launcher Data

Begin job on nodeD102 at 2024-07-31 23:32:47
IDJOB=4465341
IDBENCH=148770
IDSOLVER=3094
FILE ID=nodeD102/4465341-1722461567
RUNJOBID= nodeD102-1722454211-70628
SLURM_JOB_ID= 8254238
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4465341-1722461567/watcher-4465341-1722461567 -o /tmp/evaluation-result-4465341-1722461567/solver-4465341-1722461567 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD102-1722454211-70628 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465341-1722461567.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
RANDOM SEED=2084835059

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        765904136 kB
MemAvailable:   764419068 kB
Buffers:          172660 kB
Cached:          1705224 kB
SwapCached:            0 kB
Active:           330844 kB
Inactive:       22096144 kB
Active(anon):       2260 kB
Inactive(anon): 20568812 kB
Active(file):     328584 kB
Inactive(file):  1527332 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28696 kB
Writeback:            68 kB
AnonPages:      20543548 kB
Mapped:           126960 kB
Shmem:             22536 kB
KReclaimable:     157084 kB
Slab:             496964 kB
SReclaimable:     157084 kB
SUnreclaim:       339880 kB
KernelStack:       16976 kB
PageTables:        55200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    5149444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           212736 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2820096 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:      475136 kB
DirectMap2M:    47208448 kB
DirectMap1G:    758120448 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD102 at 2024-07-31 23:50:38