Trace number 4465484

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.1 3636.35

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/
EmployeeScheduling/normalized-sep4.5.opb
MD5SUMb67c8b15922ffb2eac696beabc53406c
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 benchmark0.826056
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9324
Total number of constraints28660
Number of constraints which are clauses26658
Number of constraints which are cardinality constraints (but not clauses)238
Number of constraints which are nor clauses,nor cardinality constraints1764
Minimum length of a constraint2
Maximum length of a constraint240
Number of terms in the objective function 26
Biggest coefficient in the objective function 20
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 211
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 160
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 670
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.09	c Default LC presolving (default).
0.00/0.09	c ** Before presolving: virtualMemUsedAtLc = 97236962, getVmSize() = 84471808, SCIPgetMemUsed() = 53247884, SCIPgetMemTotal() = 60564820, SCIPgetMemExternEstim() = 36672142
0.00/0.09	c ** set memory limit for presolving in LC to 8.79579e+12 for SCIP **
2.10/2.19	c ** Estimated virtualMemUsedAtSolver = 144982846, getVmSize() = 209305600, SCIPgetMemUsed() = 132736936, SCIPgetMemTotal() = 180802128, SCIPgetMemExternEstim() = 36672142
2.10/2.19	c ** set memory limit for solvers to 4.18816e+11 for each SCIP **
2.10/2.19	c Original Problem   :
2.10/2.19	c   Problem name     : instance-4465484-1722545466
2.10/2.19	c   Variables        : 9324 (9324 binary, 0 integer, 0 implicit integer, 0 continuous)
2.10/2.19	c   Constraints      : 28660
2.10/2.19	c   Objective sense  : minimize
2.10/2.19	c Presolved Problem  :
2.10/2.19	c   Variables        : 9253 (9253 binary, 0 integer, 0 implicit integer, 0 continuous)
2.10/2.19	c   Constraints      : 26530
2.10/2.19	c Constraints        : Number
2.10/2.19	c   knapsack         : 1106 
2.10/2.19	c   setppc           : 15510 
2.10/2.19	c   linear           : 28 
2.10/2.19	c   logicor          : 9886 
2.10/2.19	c ** Instance transfer method used: 0
2.18/2.24	c ** ParaScipInstance copy does not increase the number of variables. **
2.89/2.99	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.89/2.99	c                                Nodes    Active                                            
2.89/2.99	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
195.84/12.83	c        13              2           1        20                -           0.0000          -
296.80/17.96	c        18           1362          32        20                -           7.0000          -
396.00/23.01	c        23           3432           0        20                -           7.0000          -
497.87/28.05	c        28           5111         622        20                -           7.0000          -
599.09/33.19	c        33           7299           0        20                -           7.0000          -
699.63/38.24	c        38           9493          51        20                -           7.0000          -
798.87/43.30	c        43          11792          49        20                -           7.0000          -
900.11/48.34	c        48          13568          47        20                -           7.0000          -
1001.34/53.44	c        53          13729          58        20                -           7.0000          -
1100.57/58.50	c        58          15405          60        20                -           7.0000          -
1201.76/63.54	c        64          17024          53        20                -           7.0000          -
1302.98/68.60	c        69          18899          53        20                -           7.0000          -
1402.23/73.65	c        74          20747          52        20                -           7.0000          -
1501.42/78.68	c        79          25204          30        20                -           7.0000          -
1602.64/83.75	c        84          24514          48        20                -           7.0000          -
1701.84/88.79	c        89          26321          49        20                -           7.0000          -
1803.04/93.85	c        94          28415          46        20                -           7.0000          -
1902.25/98.90	c        99          30559          47        20                -           7.0000          -
2003.43/103.95	c       104          32619          43        20                -           7.0000          -
2102.58/109.00	c       109          34640          45        20                -           7.0000          -
2204.47/114.06	c       114          36838          42        20                -           7.0000          -
2303.55/119.12	c       119          38947          41        20                -           7.0000          -
2404.85/124.18	c       124          41036          43        20                -           7.0000          -
2505.25/129.22	c       129          43073          43        20                -           7.0000          -
2604.43/134.27	c       134          44977          42        20                -           7.0000          -
2705.60/139.32	c       139          46287          79        20                -           7.0000          -
2804.77/144.37	c       144          48863          46        20                -           7.0000          -
2905.92/149.43	c       149          50464           1        20                -           7.0000          -
3005.10/154.48	c       154          52428          30        20                -           7.0000          -
3106.25/159.53	c       160          54177          33        20                -           7.0000          -
3205.39/164.59	c       165          55697          37        20                -           7.0000          -
3306.53/169.64	c       170          57235          34        20                -           7.0000          -
3405.69/174.69	c       175          58767          34        20                -           7.0000          -
3506.80/179.74	c       180          60307          31        20                -           7.0000          -
3605.95/184.78	c       185          61820          32        20                -           7.0000          -
3707.05/189.84	c       190          63317          32        20                -           7.0000          -
3808.21/194.91	c       195          64736          33        20                -           7.0000          -
3907.37/199.96	c       200          66203          31        20                -           7.0000          -
4006.53/205.03	c       205          67652          33        20                -           7.0000          -
4108.40/210.08	c       210          69108          35        20                -           7.0000          -
4207.47/215.12	c       215          70523          30        20                -           7.0000          -
4308.52/220.18	c       220          71880          31        20                -           7.0000          -
4409.07/225.23	c       225          73315          35        20                -           7.0000          -
4508.19/230.29	c       230          74726          28        20                -           7.0000          -
4609.30/235.34	c       235          76177          33        20                -           7.0000          -
4708.39/240.39	c       240          77547          34        20                -           7.0000          -
4809.31/245.44	c       245          78969          30        20                -           7.0000          -
4909.73/250.51	c       251          73208          79        20                -           7.0000          -
5008.58/255.55	c       256          73808         679        20                -           7.0000          -
5107.52/260.59	c       261          88442          62        20                -           7.0000          -
5208.46/265.65	c       266          90231          63        20                -           7.0000          -
5309.37/270.70	c       271          91744          73        20                -           7.0000          -
5408.27/275.76	c       276          93303          67        20                -           7.0000          -
5509.17/280.81	c       281          95005          60        20                -           7.0000          -
5608.08/285.88	c       286          96503          76        20                -           7.0000          -
5708.96/290.93	c       291          98144          65        20                -           7.0000          -
5807.89/295.97	c       296          99627          69        20                -           7.0000          -
5906.80/301.02	c       301         101052           0        20                -           7.0000          -
6008.45/306.08	c       306         101980         460        20                -           7.0000          -
6107.33/311.13	c       311         102819          38        20                -           7.0000          -
6217.52/316.68	c       317         104637          42        20                -           7.0000          -
6318.41/321.73	c       322         106531          41        20                -           7.0000          -
6417.23/326.78	c       327         108376          43        20                -           7.0000          -
6516.03/331.79	c       332         110190          43        20                -           7.0000          -
6616.86/336.84	c       337         111981          45        20                -           7.0000          -
6715.76/341.89	c       342          98275          32        20                -           7.0000          -
6816.63/346.93	c       347          99711          34        20                -           7.0000          -
6915.46/351.99	c       352         101267          28        20                -           7.0000          -
7014.48/357.03	c       357         103058          26        20                -           7.0000          -
7116.00/362.09	c       362         105078          29        20                -           7.0000          -
7215.41/367.13	c       367         107437          26        20                -           7.0000          -
7317.61/372.20	c       372         109886          30        20                -           7.0000          -
7416.73/377.26	c       377         112560          25        20                -           7.0000          -
7517.77/382.31	c       382         115186          24        20                -           7.0000          -
7616.86/387.36	c       387         117617          29        20                -           7.0000          -
7717.94/392.41	c       392         118692          27        20                -           7.0000          -
7816.86/397.47	c       397         120037          26        20                -           7.0000          -
7917.75/402.52	c       403         121903          26        20                -           7.0000          -
8016.70/407.57	c       408         123859          27        20                -           7.0000          -
8117.63/412.62	c       413         125780          27        20                -           7.0000          -
8216.57/417.67	c       418         127741          26        20                -           7.0000          -
8317.52/422.71	c       423         129723          23        20                -           7.0000          -
8416.48/427.78	c       428         131572          25        20                -           7.0000          -
8517.42/432.82	c       433         133563          28        20                -           7.0000          -
8616.24/437.89	c       438         135614          23        20                -           7.0000          -
8717.10/442.93	c       443         137458          29        20                -           7.0000          -
8816.08/447.99	c       448         139440          24        20                -           7.0000          -
8914.86/453.03	c       453         141422          25        20                -           7.0000          -
9016.35/458.09	c       458         143457          25        20                -           7.0000          -
9115.41/463.14	c       463         145506          24        20                -           7.0000          -
9216.15/468.18	c       468         147378          31        20                -           7.0000          -
9316.51/473.24	c       473         149118          30        20                -           7.0000          -
9415.41/478.29	c       478         150836          26        20                -           7.0000          -
9516.35/483.33	c       483         152583          33        20                -           7.0000          -
9615.32/488.40	c       488         154328          32        20                -           7.0000          -
9716.39/493.45	c       493         156049          28        20                -           7.0000          -
9817.46/498.50	c       498         157700          27        20                -           7.0000          -
9916.43/503.56	c       504         159375          25        20                -           7.0000          -
10015.42/508.59	c       509         161123          30        20                -           7.0000          -
10116.51/513.64	c       514         162756          32        20                -           7.0000          -
10215.59/518.69	c       519         164408          26        20                -           7.0000          -
10316.62/523.75	c       524         166100          35        20                -           7.0000          -
10417.56/528.80	c       529         167743          24        20                -           7.0000          -
10516.60/533.84	c       534         169133          26        20                -           7.0000          -
10615.62/538.90	c       539         170419          30        20                -           7.0000          -
10716.67/543.94	c       544              2           1        20                -          97.3333          -
10815.69/549.00	c       549              3           2        20                -          97.3333          -
10917.16/554.05	c       554              4           3        20                -         102.7778          -
11016.27/559.10	c       559              4           3        20                -         102.7778          -
11117.35/564.15	c       564              4           3        20                -         102.7778          -
11216.45/569.19	c       569              4           3        20                -         102.7778          -
11316.76/574.25	c       574              4           3        20                -         102.7778          -
11417.74/579.30	c       579              4           3        20                -         102.7778          -
11516.74/584.35	c       584              4           3        20                -         102.7778          -
11617.72/589.40	c       589              4           3        20                -         102.7778          -
11716.75/594.46	c       594              4           3        20                -         102.7778          -
11817.72/599.50	c       600              4           3        20                -         102.7778          -
11916.79/604.56	c       605              5           4        20                -         102.7778          -
12017.78/609.61	c       610              6           5        20                -         106.6111          -
12116.83/614.66	c       615              8           7        20                -         106.6111          -
12217.88/619.70	c       620              8           7        20                -         106.6111          -
12316.93/624.77	c       625              8           7        20                -         106.6111          -
12417.92/629.82	c       630              8           7        20                -         106.6111          -
12516.98/634.87	c       635              8           7        20                -         106.6111          -
12618.00/639.92	c       640             11          10        20                -         106.6111          -
12717.04/644.97	c       645             11          10        20                -         106.6111          -
12816.00/650.03	c       650             17          16        20                -         106.6111          -
12917.79/655.08	c       655             17          16        20                -         106.6111          -
13016.72/660.13	c       660             18          17        20                -         106.6111          -
13117.74/665.17	c       665             18          17        20                -         106.6111          -
13218.20/670.23	c       670             18          17        20                -         106.6111          -
13317.26/675.29	c       675             18          17        20                -         106.6111          -
13418.27/680.34	c       680             18          17        20                -         106.6111          -
13517.27/685.39	c       685             18          17        20                -         106.6111          -
13618.37/690.44	c       690             18          17        20                -         106.6111          -
13721.45/695.66	c       696             18          17        20                -         106.6111          -
13822.46/700.71	c       701             18          17        20                -         106.6111          -
13921.49/705.76	c       706             18          17        20                -         106.6111          -
14022.57/710.81	c       711             18          17        20                -         106.6111          -
14121.66/715.86	c       716             18          17        20                -         106.6111          -
14222.66/720.92	c       721             18          17        20                -         106.6111          -
14321.80/725.97	c       726             18          17        20                -         106.6111          -
14420.94/731.02	c       731             18          17        20                -         106.6111          -
14522.65/736.06	c       736             18          17        20                -         106.6111          -
14621.90/741.12	c       741             18          17        20                -         106.6111          -
14723.13/746.16	c       746             18          17        20                -         106.6111          -
14823.42/751.22	c       751             18          17        20                -         106.6111          -
14922.57/756.27	c       756             18          17        20                -         106.6111          -
15023.70/761.32	c       761             18          17        20                -         106.6111          -
15122.81/766.33	c       766             18          17        20                -         106.6111          -
15223.94/771.42	c       771             18          17        20                -         106.6111          -
15323.09/776.46	c       776             18          17        20                -         106.6111          -
15424.24/781.52	c       782             18          17        20                -         106.6111          -
15523.26/786.57	c       787             18          17        20                -         106.6111          -
15624.35/791.62	c       792             18          17        20                -         106.6111          -
15723.48/796.67	c       797             18          17        20                -         106.6111          -
15824.57/801.72	c       802             18          17        20                -         106.6111          -
15923.69/806.76	c       807             18          17        20                -         106.6111          -
16024.81/811.83	c       812             18          17        20                -         106.6111          -
16123.95/816.89	c       817             18          17        20                -         106.6111          -
16225.05/821.94	c       822             18          17        20                -         106.6111          -
16324.18/826.99	c       827             18          17        20                -         106.6111          -
16425.87/832.04	c       832             18          17        20                -         106.6111          -
16524.93/837.08	c       837             18          17        20                -         106.6111          -
16625.90/842.14	c       842             18          17        20                -         106.6111          -
16725.16/847.19	c       847             18          17        20                -         106.6111          -
16825.53/852.25	c       852             18          17        20                -         106.6111          -
16924.65/857.30	c       857             18          17        20                -         106.6111          -
17025.61/862.35	c       862             18          17        20                -         106.6111          -
17126.58/867.40	c       867             18          17        20                -         106.6111          -
17225.55/872.45	c       872             18          17        20                -         106.6111          -
17326.54/877.53	c       878             18          17        20                -         106.6111          -
17425.43/882.57	c       883             18          17        20                -         106.6111          -
17526.47/887.62	c       888             18          17        20                -         106.6111          -
17625.52/892.68	c       893             18          17        20                -         106.6111          -
17726.50/897.72	c       898             18          17        20                -         106.6111          -
17825.48/902.78	c       903             18          17        20                -         106.6111          -
17926.50/907.82	c       908             18          17        20                -         106.6111          -
18025.53/912.88	c       913             18          17        20                -         106.6111          -
18126.53/917.95	c       918             18          17        20                -         106.6111          -
18225.39/922.99	c       923             18          17        20                -         106.6111          -
18327.01/928.06	c       928             18          17        20                -         106.6111          -
18426.07/933.11	c       933             18          17        20                -         106.6111          -
18527.03/938.16	c       938             18          17        20                -         106.6111          -
18627.42/943.21	c       943             18          17        20                -         106.6111          -
18726.45/948.26	c       948             18          17        20                -         106.6111          -
18827.50/953.31	c       953             18          17        20                -         106.6111          -
18926.53/958.36	c       958             18          17        20                -         106.6111          -
19027.55/963.41	c       963             18          17        20                -         106.6111          -
19126.61/968.46	c       968             18          17        20                -         106.6111          -
19227.74/973.51	c       974             18          17        20                -         106.6111          -
19326.72/978.57	c       979             18          17        20                -         106.6111          -
19427.81/983.61	c       984             18          17        20                -         106.6111          -
19526.92/988.67	c       989             18          17        20                -         106.6111          -
19626.02/993.68	c       994             18          17        20                -         106.6111          -
19727.09/998.74	c       999             18          17        20                -         106.6111          -
19826.21/1003.80	c      1004             18          17        20                -         106.6111          -
19927.31/1008.85	c      1009             18          17        20                -         106.6111          -
20026.42/1013.90	c      1014             18          17        20                -         106.6111          -
20127.53/1018.96	c      1019             18          17        20                -         106.6111          -
20226.57/1024.01	c      1024             18          17        20                -         106.6111          -
20328.36/1029.06	c      1029             18          17        20                -         106.6111          -
20427.44/1034.11	c      1034             18          17        20                -         106.6111          -
20528.56/1039.15	c      1039             18          17        20                -         106.6111          -
20628.88/1044.21	c      1044             18          17        20                -         106.6111          -
20727.95/1049.26	c      1049             18          17        20                -         106.6111          -
20829.00/1054.31	c      1054             18          17        20                -         106.6111          -
20928.11/1059.35	c      1059             18          17        20                -         106.6111          -
21029.15/1064.41	c      1064             18          17        20                -         106.6111          -
21128.25/1069.46	c      1069             18          17        20                -         106.6111          -
21229.37/1074.50	c      1075             18          17        20                -         106.6111          -
21328.51/1079.55	c      1080             18          17        20                -         106.6111          -
21429.58/1084.60	c      1085             18          17        20                -         106.6111          -
21528.72/1089.66	c      1090             18          17        20                -         106.6111          -
21629.76/1094.71	c      1095             18          17        20                -         106.6111          -
21728.82/1099.76	c      1100             18          17        20                -         106.6111          -
21829.79/1104.81	c      1105             18          17        20                -         106.6111          -
21928.90/1109.86	c      1110             18          17        20                -         106.6111          -
22029.97/1114.92	c      1115             18          17        20                -         106.6111          -
22129.11/1119.97	c      1120             18          17        20                -         106.6111          -
22228.27/1125.02	c      1125             18          17        20                -         106.6111          -
22329.99/1130.06	c      1130             18          17        20                -         106.6111          -
22429.17/1135.12	c      1135             18          17        20                -         106.6111          -
22530.33/1140.17	c      1140             18          17        20                -         106.6111          -
22630.73/1145.22	c      1145             18          17        20                -         106.6111          -
22729.81/1150.28	c      1150             18          17        20                -         106.6111          -
22830.87/1155.34	c      1155             18          17        20                -         106.6111          -
22930.01/1160.38	c      1160             18          17        20                -         106.6111          -
23031.17/1165.45	c      1165             18          17        20                -         106.6111          -
23132.28/1170.51	c      1171             18          17        20                -         106.6111          -
23231.43/1175.56	c      1176             18          17        20                -         106.6111          -
23332.55/1180.60	c      1181             18          17        20                -         106.6111          -
23431.69/1185.66	c      1186             18          17        20                -         106.6111          -
23532.82/1190.71	c      1191             18          17        20                -         106.6111          -
23631.95/1195.76	c      1196             18          17        20                -         106.6111          -
23733.07/1200.81	c      1201             18          17        20                -         106.6111          -
23832.15/1205.86	c      1206             18          17        20                -         106.6111          -
23933.26/1210.90	c      1211             18          17        20                -         106.6111          -
24032.40/1215.95	c      1216             18          17        20                -         106.6111          -
24131.52/1221.00	c      1221             18          17        20                -         106.6111          -
24233.33/1226.05	c      1226             18          17        20                -         106.6111          -
24332.45/1231.11	c      1231             18          17        20                -         106.6111          -
24433.50/1236.15	c      1236             18          17        20                -         106.6111          -
24533.96/1241.21	c      1241             18          17        20                -         106.6111          -
24633.07/1246.26	c      1246             18          17        20                -         106.6111          -
24734.18/1251.32	c      1251             18          17        20                -         106.6111          -
24833.28/1256.38	c      1256             18          17        20                -         106.6111          -
24934.40/1261.43	c      1261             18          17        20                -         106.6111          -
25033.43/1266.48	c      1266             18          17        20                -         106.6111          -
25134.42/1271.53	c      1272             18          17        20                -         106.6111          -
25233.43/1276.58	c      1277             18          17        20                -         106.6111          -
25334.42/1281.64	c      1282             18          17        20                -         106.6111          -
25433.37/1286.69	c      1287             18          17        20                -         106.6111          -
25534.31/1291.74	c      1292             18          17        20                -         106.6111          -
25633.31/1296.79	c      1297             18          17        20                -         106.6111          -
25734.31/1301.84	c      1302             18          17        20                -         106.6111          -
25835.34/1306.91	c      1307             18          17        20                -         106.6111          -
25934.44/1311.97	c      1312             18          17        20                -         106.6111          -
26033.46/1317.02	c      1317             18          17        20                -         106.6111          -
26134.98/1322.07	c      1322             18          17        20                -         106.6111          -
26234.06/1327.12	c      1327             18          17        20                -         106.6111          -
26335.09/1332.17	c      1332             18          17        20                -         106.6111          -
26435.41/1337.23	c      1337             18          17        20                -         106.6111          -
26534.47/1342.27	c      1342             18          17        20                -         106.6111          -
26635.48/1347.32	c      1347             18          17        20                -         106.6111          -
26734.58/1352.39	c      1352             18          17        20                -         106.6111          -
26835.67/1357.44	c      1357             18          17        20                -         106.6111          -
26934.78/1362.49	c      1362             18          17        20                -         106.6111          -
27035.89/1367.58	c      1368             18          17        20                -         106.6111          -
27136.99/1372.63	c      1373             18          17        20                -         106.6111          -
27236.12/1377.67	c      1378             18          17        20                -         106.6111          -
27337.22/1382.73	c      1383             18          17        20                -         106.6111          -
27436.28/1387.78	c      1388             18          17        20                -         106.6111          -
27537.42/1392.82	c      1393             18          17        20                -         106.6111          -
27636.56/1397.88	c      1398             18          17        20                -         106.6111          -
27737.66/1402.93	c      1403             18          17        20                -         106.6111          -
27836.78/1407.98	c      1408             18          17        20                -         106.6111          -
27938.58/1413.03	c      1413             18          17        20                -         106.6111          -
28037.73/1418.08	c      1418             18          17        20                -         106.6111          -
28138.86/1423.13	c      1423             18          17        20                -         106.6111          -
28237.90/1428.18	c      1428             18          17        20                -         106.6111          -
28338.31/1433.24	c      1433             18          17        20                -         106.6111          -
28437.42/1438.29	c      1438             18          17        20                -         106.6111          -
28538.48/1443.35	c      1443             18          17        20                -         106.6111          -
28639.56/1448.40	c      1448             18          17        20                -         106.6111          -
28738.71/1453.45	c      1453             18          17        20                -         106.6111          -
28839.85/1458.52	c      1459             18          17        20                -         106.6111          -
28938.98/1463.56	c      1464             18          17        20                -         106.6111          -
29038.11/1468.57	c      1469             18          17        20                -         106.6111          -
29139.25/1473.62	c      1474             18          17        20                -         106.6111          -
29238.38/1478.69	c      1479             18          17        20                -         106.6111          -
29339.51/1483.76	c      1484             18          17        20                -         106.6111          -
29440.58/1488.80	c      1489             18          17        20                -         106.6111          -
29539.74/1493.87	c      1494             18          17        20                -         106.6111          -
29640.84/1498.91	c      1499             18          17        20                -         106.6111          -
29739.95/1503.97	c      1504             18          17        20                -         106.6111          -
29838.97/1509.01	c      1509             18          17        20                -         106.6111          -
29940.66/1514.06	c      1514             18          17        20                -         106.6111          -
30040.04/1519.12	c      1519             18          17        20                -         106.6111          -
30141.02/1524.16	c      1524             18          17        20                -         106.6111          -
30241.37/1529.22	c      1529             18          17        20                -         106.6111          -
30340.45/1534.27	c      1534             18          17        20                -         106.6111          -
30441.55/1539.33	c      1539             18          17        20                -         106.6111          -
30540.73/1544.38	c      1544             18          17        20                -         106.6111          -
30641.84/1549.43	c      1549             18          17        20                -         106.6111          -
30740.96/1554.47	c      1554             18          17        20                -         106.6111          -
30842.08/1559.53	c      1560             18          17        20                -         106.6111          -
30941.33/1564.58	c      1565             18          17        20                -         106.6111          -
31042.28/1569.63	c      1570             18          17        20                -         106.6111          -
31141.42/1574.68	c      1575             18          17        20                -         106.6111          -
31242.54/1579.73	c      1580             18          17        20                -         106.6111          -
31341.58/1584.78	c      1585             18          17        20                -         106.6111          -
31442.60/1589.82	c      1590             18          17        20                -         106.6111          -
31541.74/1594.87	c      1595             18          17        20                -         106.6111          -
31642.83/1599.92	c      1600             18          17        20                -         106.6111          -
31741.91/1604.97	c      1605             18          17        20                -         106.6111          -
31843.45/1610.03	c      1610             18          17        20                -         106.6111          -
31942.76/1615.07	c      1615             18          17        20                -         106.6111          -
32041.90/1620.13	c      1620             18          17        20                -         106.6111          -
32143.18/1625.17	c      1625             18          17        20                -         106.6111          -
32243.38/1630.23	c      1630             18          17        20                -         106.6111          -
32342.45/1635.28	c      1635             18          17        20                -         106.6111          -
32443.46/1640.32	c      1640             18          17        20                -         106.6111          -
32542.58/1645.37	c      1645             18          17        20                -         106.6111          -
32643.66/1650.44	c      1650             18          17        20                -         106.6111          -
32742.76/1655.48	c      1655             18          17        20                -         106.6111          -
32843.85/1660.53	c      1661             18          17        20                -         106.6111          -
32942.96/1665.58	c      1666             18          17        20                -         106.6111          -
33044.05/1670.64	c      1671             18          17        20                -         106.6111          -
33143.16/1675.69	c      1676             18          17        20                -         106.6111          -
33244.24/1680.73	c      1681             18          17        20                -         106.6111          -
33343.28/1685.78	c      1686             18          17        20                -         106.6111          -
33444.39/1690.84	c      1691             18          17        20                -         106.6111          -
33543.52/1695.88	c      1696             18          17        20                -         106.6111          -
33644.65/1700.94	c      1701             18          17        20                -         106.6111          -
33743.74/1705.99	c      1706             18          17        20                -         106.6111          -
33845.19/1711.04	c      1711             18          17        20                -         106.6111          -
33944.41/1716.09	c      1716             18          17        20                -         106.6111          -
34045.52/1721.14	c      1721             18          17        20                -         106.6111          -
34144.58/1726.19	c      1726             18          17        20                -         106.6111          -
34245.04/1731.24	c      1731             18          17        20                -         106.6111          -
34344.17/1736.29	c      1736             18          17        20                -         106.6111          -
34445.29/1741.34	c      1741             18          17        20                -         106.6111          -
34544.32/1746.39	c      1746             18          17        20                -         106.6111          -
34645.35/1751.44	c      1751             18          17        20                -         106.6111          -
34744.48/1756.48	c      1756             18          17        20                -         106.6111          -
34845.62/1761.53	c      1762             18          17        20                -         106.6111          -
34944.76/1766.58	c      1767             18          17        20                -         106.6111          -
35045.90/1771.64	c      1772             18          17        20                -         106.6111          -
35145.05/1776.70	c      1777             18          17        20                -         106.6111          -
35246.18/1781.75	c      1782             18          17        20                -         106.6111          -
35345.35/1786.80	c      1787             18          17        20                -         106.6111          -
35446.51/1791.84	c      1792             18          17        20                -         106.6111          -
35547.67/1796.90	c      1797             18          17        20                -         106.6111          -
35646.84/1801.95	c      1802             18          17        20                -         106.6111          -
35745.98/1807.01	c      1807             18          17        20                -         106.6111          -
35847.71/1812.06	c      1812             18          17        20                -         106.6111          -
35946.94/1817.10	c      1817             18          17        20                -         106.6111          -
36048.10/1822.16	c      1822             18          17        20                -         106.6111          -
36148.57/1827.21	c      1827             18          17        20                -         106.6111          -
36247.74/1832.25	c      1832             18          17        20                -         106.6111          -
36348.83/1837.31	c      1837             18          17        20                -         106.6111          -
36447.97/1842.36	c      1842             18          17        20                -         106.6111          -
36549.07/1847.41	c      1847             18          17        20                -         106.6111          -
36648.22/1852.46	c      1852             18          17        20                -         106.6111          -
36749.33/1857.50	c      1858             18          17        20                -         106.6111          -
36848.50/1862.56	c      1863             18          17        20                -         106.6111          -
36949.60/1867.61	c      1868             18          17        20                -         106.6111          -
37048.81/1872.65	c      1873             18          17        20                -         106.6111          -
37149.90/1877.71	c      1878             18          17        20                -         106.6111          -
37249.03/1882.76	c      1883             18          17        20                -         106.6111          -
37350.21/1887.81	c      1888             18          17        20                -         106.6111          -
37449.39/1892.86	c      1893             18          17        20                -         106.6111          -
37550.48/1897.91	c      1898             18          17        20                -         106.6111          -
37649.48/1902.97	c      1903             18          17        20                -         106.6111          -
37748.73/1908.02	c      1908             18          17        20                -         106.6111          -
37850.37/1913.07	c      1913             18          17        20                -         106.6111          -
37949.44/1918.12	c      1918             18          17        20                -         106.6111          -
38050.71/1923.19	c      1923             18          17        20                -         106.6111          -
38151.13/1928.25	c      1928             18          17        20                -         106.6111          -
38250.16/1933.30	c      1933             18          17        20                -         106.6111          -
38351.30/1938.35	c      1938             18          17        20                -         106.6111          -
38452.43/1943.40	c      1943             18          17        20                -         106.6111          -
38551.53/1948.46	c      1948             18          17        20                -         106.6111          -
38652.66/1953.51	c      1954             18          17        20                -         106.6111          -
38751.78/1958.55	c      1959             18          17        20                -         106.6111          -
38852.81/1963.61	c      1964             18          17        20                -         106.6111          -
38951.89/1968.66	c      1969             18          17        20                -         106.6111          -
39052.97/1973.70	c      1974             18          17        20                -         106.6111          -
39152.09/1978.75	c      1979             18          17        20                -         106.6111          -
39253.20/1983.81	c      1984             18          17        20                -         106.6111          -
39352.31/1988.86	c      1989             18          17        20                -         106.6111          -
39453.41/1993.91	c      1994             18          17        20                -         106.6111          -
39552.51/1998.96	c      1999             18          17        20                -         106.6111          -
39651.65/2004.01	c      2004             18          17        20                -         106.6111          -
39753.24/2009.06	c      2009             18          17        20                -         106.6111          -
39852.35/2014.11	c      2014             18          17        20                -         106.6111          -
39951.62/2019.12	c      2019             18          17        20                -         106.6111          -
40054.02/2024.21	c      2024             18          17        20                -         106.6111          -
40153.15/2029.26	c      2029             18          17        20                -         106.6111          -
40254.22/2034.30	c      2034             18          17        20                -         106.6111          -
40353.27/2039.36	c      2039             18          17        20                -         106.6111          -
40454.41/2044.40	c      2044             18          17        20                -         106.6111          -
40553.19/2049.45	c      2049             18          17        20                -         106.6111          -
40654.09/2054.50	c      2055             18          17        20                -         106.6111          -
40753.30/2059.56	c      2060             18          17        20                -         106.6111          -
40854.34/2064.61	c      2065             18          17        20                -         106.6111          -
40953.39/2069.65	c      2070             18          17        20                -         106.6111          -
41054.46/2074.70	c      2075             18          17        20                -         106.6111          -
41153.61/2079.76	c      2080             18          17        20                -         106.6111          -
41254.68/2084.81	c      2085             18          17        20                -         106.6111          -
41353.78/2089.86	c      2090             18          17        20                -         106.6111          -
41454.84/2094.91	c      2095             18          17        20                -         106.6111          -
41553.89/2099.96	c      2100             18          17        20                -         106.6111          -
41652.94/2105.01	c      2105             18          17        20                -         106.6111          -
41754.73/2110.06	c      2110             18          17        20                -         106.6111          -
41853.65/2115.10	c      2115             18          17        20                -         106.6111          -
41954.69/2120.16	c      2120             18          17        20                -         106.6111          -
42055.08/2125.21	c      2125             18          17        20                -         106.6111          -
42154.11/2130.26	c      2130             18          17        20                -         106.6111          -
42253.21/2135.26	c      2135             18          17        20                -         106.6111          -
42354.26/2140.32	c      2140             18          17        20                -         106.6111          -
42453.35/2145.37	c      2145             18          17        20                -         106.6111          -
42554.34/2150.42	c      2150             18          17        20                -         106.6111          -
42653.44/2155.47	c      2155             18          17        20                -         106.6111          -
42754.57/2160.53	c      2161             18          17        20                -         106.6111          -
42855.55/2165.61	c      2166             18          17        20                -         106.6111          -
42954.67/2170.65	c      2171             18          17        20                -         106.6111          -
43055.56/2175.71	c      2176             18          17        20                -         106.6111          -
43154.53/2180.76	c      2181             18          17        20                -         106.6111          -
43255.51/2185.81	c      2186             18          17        20                -         106.6111          -
43354.43/2190.85	c      2191             18          17        20                -         106.6111          -
43455.28/2195.91	c      2196             18          17        20                -         106.6111          -
43554.40/2200.99	c      2201             18          17        20                -         106.6111          -
43655.98/2206.06	c      2206             18          17        20                -         106.6111          -
43755.11/2211.10	c      2211             18          17        20                -         106.6111          -
43856.17/2216.16	c      2216             18          17        20                -         106.6111          -
43956.65/2221.21	c      2221             18          17        20                -         106.6111          -
44055.82/2226.26	c      2226             18          17        20                -         106.6111          -
44157.02/2231.31	c      2231             18          17        20                -         106.6111          -
44256.24/2236.36	c      2236             18          17        20                -         106.6111          -
44357.44/2241.41	c      2241             18          17        20                -         106.6111          -
44456.55/2246.46	c      2246             18          17        20                -         106.6111          -
44557.65/2251.52	c      2252             18          17        20                -         106.6111          -
44656.74/2256.57	c      2257             18          17        20                -         106.6111          -
44757.92/2261.62	c      2262             18          17        20                -         106.6111          -
44857.06/2266.67	c      2267             18          17        20                -         106.6111          -
44958.16/2271.72	c      2272             18          17        20                -         106.6111          -
45057.18/2276.77	c      2277             18          17        20                -         106.6111          -
45158.36/2281.81	c      2282             18          17        20                -         106.6111          -
45257.60/2286.87	c      2287             18          17        20                -         106.6111          -
45358.85/2291.92	c      2292             18          17        20                -         106.6111          -
45457.99/2296.97	c      2297             18          17        20                -         106.6111          -
45557.23/2302.02	c      2302             18          17        20                -         106.6111          -
45659.05/2307.07	c      2307             18          17        20                -         106.6111          -
45758.25/2312.11	c      2312             18          17        20                -         106.6111          -
45859.72/2317.17	c      2317             18          17        20                -         106.6111          -
45960.07/2322.22	c      2322             18          17        20                -         106.6111          -
46059.31/2327.27	c      2327             18          17        20                -         106.6111          -
46160.54/2332.33	c      2332             18          17        20                -         106.6111          -
46259.78/2337.38	c      2337             18          17        20                -         106.6111          -
46361.02/2342.42	c      2342             18          17        20                -         106.6111          -
46460.09/2347.48	c      2347             18          17        20                -         106.6111          -
46561.26/2352.53	c      2353             18          17        20                -         106.6111          -
46660.38/2357.58	c      2358             18          17        20                -         106.6111          -
46761.50/2362.64	c      2363             18          17        20                -         106.6111          -
46860.66/2367.69	c      2368             18          17        20                -         106.6111          -
46961.83/2372.74	c      2373             18          17        20                -         106.6111          -
47060.99/2377.79	c      2378             18          17        20                -         106.6111          -
47162.18/2382.84	c      2383             18          17        20                -         106.6111          -
47261.26/2387.89	c      2388             18          17        20                -         106.6111          -
47362.45/2392.94	c      2393             18          17        20                -         106.6111          -
47461.63/2398.00	c      2398             18          17        20                -         106.6111          -
47563.57/2403.05	c      2403             18          17        20                -         106.6111          -
47662.58/2408.09	c      2408             18          17        20                -         106.6111          -
47763.86/2413.15	c      2413             18          17        20                -         106.6111          -
47862.96/2418.20	c      2418             18          17        20                -         106.6111          -
47963.30/2423.25	c      2423             18          17        20                -         106.6111          -
48062.33/2428.30	c      2428             18          17        20                -         106.6111          -
48163.46/2433.35	c      2433             18          17        20                -         106.6111          -
48264.57/2438.40	c      2438             18          17        20                -         106.6111          -
48363.74/2443.45	c      2443             18          17        20                -         106.6111          -
48464.91/2448.50	c      2448             18          17        20                -         106.6111          -
48564.15/2453.55	c      2454             18          17        20                -         106.6111          -
48663.24/2458.59	c      2459             18          17        20                -         106.6111          -
48764.38/2463.64	c      2464             18          17        20                -         106.6111          -
48863.53/2468.69	c      2469             18          17        20                -         106.6111          -
48964.46/2473.74	c      2474             18          17        20                -         106.6111          -
49065.51/2478.80	c      2479             18          17        20                -         106.6111          -
49164.65/2483.84	c      2484             18          17        20                -         106.6111          -
49265.74/2488.90	c      2489             18          17        20                -         106.6111          -
49364.89/2493.95	c      2494             18          17        20                -         106.6111          -
49464.03/2499.01	c      2499             18          17        20                -         106.6111          -
49565.61/2504.06	c      2504             18          17        20                -         106.6111          -
49664.72/2509.11	c      2509             18          17        20                -         106.6111          -
49765.90/2514.16	c      2514             18          17        20                -         106.6111          -
49866.38/2519.22	c      2519             18          17        20                -         106.6111          -
49965.53/2524.27	c      2524             18          17        20                -         106.6111          -
50066.66/2529.33	c      2529             18          17        20                -         106.6111          -
50165.81/2534.38	c      2534             18          17        20                -         106.6111          -
50266.90/2539.44	c      2539             18          17        20                -         106.6111          -
50365.88/2544.48	c      2544             18          17        20                -         106.6111          -
50466.99/2549.54	c      2550             18          17        20                -         106.6111          -
50566.05/2554.59	c      2555             18          17        20                -         106.6111          -
50667.20/2559.65	c      2560             18          17        20                -         106.6111          -
50766.28/2564.69	c      2565             18          17        20                -         106.6111          -
50867.42/2569.75	c      2570             18          17        20                -         106.6111          -
50968.57/2574.80	c      2575             18          17        20                -         106.6111          -
51067.73/2579.85	c      2580             18          17        20                -         106.6111          -
51168.68/2584.91	c      2585             18          17        20                -         106.6111          -
51267.84/2589.95	c      2590             18          17        20                -         106.6111          -
51366.98/2595.01	c      2595             18          17        20                -         106.6111          -
51468.98/2600.06	c      2600             18          17        20                -         106.6111          -
51567.77/2605.11	c      2605             18          17        20                -         106.6111          -
51668.89/2610.16	c      2610             18          17        20                -         106.6111          -
51769.13/2615.21	c      2615             18          17        20                -         106.6111          -
51868.12/2620.26	c      2620             18          17        20                -         106.6111          -
51969.20/2625.31	c      2625             18          17        20                -         106.6111          -
52068.36/2630.36	c      2630             18          17        20                -         106.6111          -
52169.49/2635.40	c      2635             18          17        20                -         106.6111          -
52268.46/2640.46	c      2640             18          17        20                -         106.6111          -
52369.55/2645.51	c      2646             18          17        20                -         106.6111          -
52468.35/2650.56	c      2651             18          17        20                -         106.6111          -
52569.45/2655.61	c      2656             18          17        20                -         106.6111          -
52668.50/2660.67	c      2661             18          17        20                -         106.6111          -
52769.54/2665.71	c      2666             18          17        20                -         106.6111          -
52868.46/2670.77	c      2671             18          17        20                -         106.6111          -
52969.39/2675.82	c      2676             18          17        20                -         106.6111          -
53068.40/2680.87	c      2681             18          17        20                -         106.6111          -
53169.44/2685.91	c      2686             18          17        20                -         106.6111          -
53268.44/2690.96	c      2691             18          17        20                -         106.6111          -
53367.37/2696.01	c      2696             18          17        20                -         106.6111          -
53469.07/2701.07	c      2701             18          17        20                -         106.6111          -
53568.13/2706.12	c      2706             18          17        20                -         106.6111          -
53669.19/2711.17	c      2711             18          17        20                -         106.6111          -
53769.52/2716.21	c      2716             18          17        20                -         106.6111          -
53868.57/2721.23	c      2721             18          17        20                -         106.6111          -
53969.62/2726.31	c      2726             18          17        20                -         106.6111          -
54068.68/2731.36	c      2731             18          17        20                -         106.6111          -
54169.68/2736.43	c      2736             18          17        20                -         106.6111          -
54268.73/2741.50	c      2742             18          17        20                -         106.6111          -
54369.81/2746.54	c      2747             18          17        20                -         106.6111          -
54470.77/2751.60	c      2752             18          17        20                -         106.6111          -
54569.89/2756.65	c      2757             18          17        20                -         106.6111          -
54671.00/2761.71	c      2762             18          17        20                -         106.6111          -
54770.13/2766.75	c      2767             18          17        20                -         106.6111          -
54871.24/2771.81	c      2772             18          17        20                -         106.6111          -
54970.34/2776.87	c      2777             18          17        20                -         106.6111          -
55071.44/2781.92	c      2782             18          17        20                -         106.6111          -
55170.57/2786.96	c      2787             18          17        20                -         106.6111          -
55269.63/2792.01	c      2792             18          17        20                -         106.6111          -
55371.43/2797.07	c      2797             18          17        20                -         106.6111          -
55470.56/2802.12	c      2802             18          17        20                -         106.6111          -
55571.81/2807.17	c      2807             18          17        20                -         106.6111          -
55672.09/2812.22	c      2812             18          17        20                -         106.6111          -
55771.23/2817.28	c      2817             18          17        20                -         106.6111          -
55872.30/2822.32	c      2822             18          17        20                -         106.6111          -
55971.37/2827.37	c      2827             18          17        20                -         106.6111          -
56072.43/2832.44	c      2832             18          17        20                -         106.6111          -
56171.58/2837.49	c      2837             18          17        20                -         106.6111          -
56272.70/2842.54	c      2843             18          17        20                -         106.6111          -
56371.83/2847.59	c      2848             18          17        20                -         106.6111          -
56472.80/2852.64	c      2853             18          17        20                -         106.6111          -
56571.66/2857.69	c      2858             18          17        20                -         106.6111          -
56672.70/2862.74	c      2863             18          17        20                -         106.6111          -
56771.82/2867.79	c      2868             18          17        20                -         106.6111          -
56873.06/2872.86	c      2873             18          17        20                -         106.6111          -
56973.89/2877.91	c      2878             18          17        20                -         106.6111          -
57073.01/2882.96	c      2883             18          17        20                -         106.6111          -
57172.14/2888.01	c      2888             18          17        20                -         106.6111          -
57273.72/2893.07	c      2893             18          17        20                -         106.6111          -
57372.77/2898.12	c      2898             18          17        20                -         106.6111          -
57474.01/2903.17	c      2903             18          17        20                -         106.6111          -
57574.36/2908.22	c      2908             18          17        20                -         106.6111          -
57673.36/2913.27	c      2913             18          17        20                -         106.6111          -
57774.50/2918.32	c      2918             18          17        20                -         106.6111          -
57873.61/2923.38	c      2923             18          17        20                -         106.6111          -
57974.73/2928.42	c      2928             18          17        20                -         106.6111          -
58073.76/2933.47	c      2933             18          17        20                -         106.6111          -
58174.89/2938.53	c      2939             18          17        20                -         106.6111          -
58273.91/2943.60	c      2944             18          17        20                -         106.6111          -
58375.03/2948.64	c      2949             18          17        20                -         106.6111          -
58476.00/2953.70	c      2954             18          17        20                -         106.6111          -
58575.14/2958.76	c      2959             18          17        20                -         106.6111          -
58676.26/2963.81	c      2964             18          17        20                -         106.6111          -
58775.54/2968.86	c      2969             18          17        20                -         106.6111          -
58876.34/2973.91	c      2974             18          17        20                -         106.6111          -
58975.48/2978.96	c      2979             18          17        20                -         106.6111          -
59074.47/2984.00	c      2984             18          17        20                -         106.6111          -
59176.28/2989.05	c      2989             18          17        20                -         106.6111          -
59275.43/2994.11	c      2994             18          17        20                -         106.6111          -
59376.72/2999.15	c      2999             18          17        20                -         106.6111          -
59476.94/3004.21	c      3004             18          17        20                -         106.6111          -
59576.06/3009.25	c      3009             18          17        20                -         106.6111          -
59677.17/3014.31	c      3014             18          17        20                -         106.6111          -
59776.33/3019.36	c      3019             18          17        20                -         106.6111          -
59877.55/3024.40	c      3024             18          17        20                -         106.6111          -
59976.79/3029.46	c      3029             18          17        20                -         106.6111          -
60077.81/3034.50	c      3035             18          17        20                -         106.6111          -
60176.77/3039.55	c      3040             18          17        20                -         106.6111          -
60277.92/3044.60	c      3045             18          17        20                -         106.6111          -
60377.09/3049.66	c      3050             18          17        20                -         106.6111          -
60478.24/3054.70	c      3055             18          17        20                -         106.6111          -
60577.34/3059.76	c      3060             18          17        20                -         106.6111          -
60678.37/3064.81	c      3065             18          17        20                -         106.6111          -
60777.25/3069.86	c      3070             18          17        20                -         106.6111          -
60878.40/3074.90	c      3075             18          17        20                -         106.6111          -
60977.39/3079.95	c      3080             18          17        20                -         106.6111          -
61076.39/3085.01	c      3085             18          17        20                -         106.6111          -
61177.99/3090.06	c      3090             18          17        20                -         106.6111          -
61276.99/3095.11	c      3095             18          17        20                -         106.6111          -
61378.40/3100.15	c      3100             18          17        20                -         106.6111          -
61478.67/3105.21	c      3105             18          17        20                -         106.6111          -
61577.73/3110.26	c      3110             18          17        20                -         106.6111          -
61678.80/3115.31	c      3115             18          17        20                -         106.6111          -
61777.94/3120.35	c      3120             18          17        20                -         106.6111          -
61879.10/3125.41	c      3125             18          17        20                -         106.6111          -
61978.23/3130.45	c      3130             18          17        20                -         106.6111          -
62077.32/3135.47	c      3135             18          17        20                -         106.6111          -
62178.47/3140.54	c      3141             18          17        20                -         106.6111          -
62277.62/3145.59	c      3146             18          17        20                -         106.6111          -
62378.76/3150.65	c      3151             18          17        20                -         106.6111          -
62477.89/3155.70	c      3156             18          17        20                -         106.6111          -
62579.03/3160.75	c      3161             18          17        20                -         106.6111          -
62680.17/3165.80	c      3166             18          17        20                -         106.6111          -
62779.35/3170.85	c      3171             18          17        20                -         106.6111          -
62880.50/3175.91	c      3176             18          17        20                -         106.6111          -
62979.68/3180.96	c      3181             18          17        20                -         106.6111          -
63078.86/3186.01	c      3186             18          17        20                -         106.6111          -
63180.67/3191.06	c      3191             18          17        20                -         106.6111          -
63279.67/3196.11	c      3196             18          17        20                -         106.6111          -
63380.90/3201.16	c      3201             18          17        20                -         106.6111          -
63481.33/3206.21	c      3206             18          17        20                -         106.6111          -
63580.49/3211.25	c      3211             18          17        20                -         106.6111          -
63681.58/3216.30	c      3216             18          17        20                -         106.6111          -
63780.70/3221.36	c      3221             18          17        20                -         106.6111          -
63881.81/3226.41	c      3226             18          17        20                -         106.6111          -
63980.98/3231.45	c      3231             18          17        20                -         106.6111          -
64082.14/3236.51	c      3237             18          17        20                -         106.6111          -
64181.29/3241.56	c      3242             18          17        20                -         106.6111          -
64282.28/3246.61	c      3247             18          17        20                -         106.6111          -
64381.42/3251.66	c      3252             18          17        20                -         106.6111          -
64482.56/3256.70	c      3257             18          17        20                -         106.6111          -
64581.68/3261.76	c      3262             18          17        20                -         106.6111          -
64682.85/3266.80	c      3267             18          17        20                -         106.6111          -
64782.03/3271.86	c      3272             18          17        20                -         106.6111          -
64883.13/3276.91	c      3277             18          17        20                -         106.6111          -
64982.29/3281.96	c      3282             18          17        20                -         106.6111          -
65081.44/3287.00	c      3287             18          17        20                -         106.6111          -
65183.26/3292.06	c      3292             18          17        20                -         106.6111          -
65282.41/3297.11	c      3297             18          17        20                -         106.6111          -
65383.57/3302.16	c      3302             18          17        20                -         106.6111          -
65483.98/3307.21	c      3307             18          17        20                -         106.6111          -
65583.02/3312.26	c      3312             18          17        20                -         106.6111          -
65684.10/3317.31	c      3317             18          17        20                -         106.6111          -
65783.25/3322.35	c      3322             18          17        20                -         106.6111          -
65884.39/3327.41	c      3327             18          17        20                -         106.6111          -
65983.52/3332.46	c      3332             18          17        20                -         106.6111          -
66084.61/3337.51	c      3338             18          17        20                -         106.6111          -
66183.77/3342.56	c      3343             18          17        20                -         106.6111          -
66284.88/3347.60	c      3348             18          17        20                -         106.6111          -
66384.02/3352.66	c      3353             18          17        20                -         106.6111          -
66485.16/3357.71	c      3358             18          17        20                -         106.6111          -
66584.31/3362.75	c      3363             18          17        20                -         106.6111          -
66685.42/3367.81	c      3368             18          17        20                -         106.6111          -
66784.55/3372.86	c      3373             18          17        20                -         106.6111          -
66885.69/3377.91	c      3378             18          17        20                -         106.6111          -
66984.84/3382.95	c      3383             18          17        20                -         106.6111          -
67086.51/3388.09	c      3388             18          17        20                -         106.6111          -
67187.71/3393.13	c      3393             18          17        20                -         106.6111          -
67286.89/3398.19	c      3398             18          17        20                -         106.6111          -
67387.29/3403.24	c      3403             18          17        20                -         106.6111          -
67486.44/3408.28	c      3408             18          17        20                -         106.6111          -
67587.58/3413.34	c      3413             18          17        20                -         106.6111          -
67686.66/3418.39	c      3418             18          17        20                -         106.6111          -
67787.79/3423.44	c      3423             18          17        20                -         106.6111          -
67886.93/3428.49	c      3428             18          17        20                -         106.6111          -
67988.07/3433.53	c      3434             18          17        20                -         106.6111          -
68087.21/3438.59	c      3439             18          17        20                -         106.6111          -
68188.33/3443.64	c      3444             18          17        20                -         106.6111          -
68287.47/3448.69	c      3449             18          17        20                -         106.6111          -
68388.60/3453.74	c      3454             18          17        20                -         106.6111          -
68487.45/3458.79	c      3459             18          17        20                -         106.6111          -
68588.33/3463.83	c      3464             18          17        20                -         106.6111          -
68687.38/3468.89	c      3469             18          17        20                -         106.6111          -
68788.49/3473.93	c      3474             18          17        20                -         106.6111          -
68887.64/3478.99	c      3479             18          17        20                -         106.6111          -
68989.46/3484.04	c      3484             18          17        20                -         106.6111          -
69088.59/3489.09	c      3489             18          17        20                -         106.6111          -
69189.68/3494.14	c      3494             18          17        20                -         106.6111          -
69288.87/3499.19	c      3499             18          17        20                -         106.6111          -
69389.29/3504.24	c      3504             18          17        20                -         106.6111          -
69488.43/3509.28	c      3509             18          17        20                -         106.6111          -
69589.55/3514.33	c      3514             18          17        20                -         106.6111          -
69688.58/3519.38	c      3519             18          17        20                -         106.6111          -
69789.69/3524.43	c      3524             18          17        20                -         106.6111          -
69888.83/3529.48	c      3529             18          17        20                -         106.6111          -
69989.95/3534.54	c      3535             18          17        20                -         106.6111          -
70089.06/3539.59	c      3540             18          17        20                -         106.6111          -
70190.10/3544.64	c      3545             18          17        20                -         106.6111          -
70288.91/3549.70	c      3550             18          17        20                -         106.6111          -
70390.02/3554.74	c      3555             18          17        20                -         106.6111          -
70489.18/3559.79	c      3560             18          17        20                -         106.6111          -
70590.31/3564.85	c      3565             18          17        20                -         106.6111          -
70691.31/3569.91	c      3570             18          17        20                -         106.6111          -
70790.50/3574.96	c      3575             18          17        20                -         106.6111          -
70889.55/3580.01	c      3580             18          17        20                -         106.6111          -
70991.39/3585.05	c      3585             18          17        20                -         106.6111          -
71090.37/3590.11	c      3590             18          17        20                -         106.6111          -
71191.53/3595.16	c      3595             18          17        20                -         106.6111          -
71291.92/3600.21	c      3600             18          17        20                -         106.6111          -
71391.07/3605.26	c      3605             18          17        20                -         106.6111          -
71492.02/3610.32	c      3610             18          17        20                -         106.6111          -
71590.83/3615.37	c      3615             18          17        20                -         106.6111          -
71691.93/3620.41	c      3620             18          17        20                -         106.6111          -
71791.02/3625.47	c      3625             18          17        20                -         106.6111          -
71892.09/3630.51	c      3631             18          17        20                -         106.6111          -
71991.18/3635.57	c      3636             18          17        20                -         106.6111          -

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: 191670 MiB (189533 MiB free)
  memory of node 1: 193531 MiB (191580 MiB free)
  memory of node 2: 193531 MiB (187755 MiB free)
  memory of node 3: 193493 MiB (192882 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-4465484-1722545466/watcher-4465484-1722545466 -o /tmp/evaluation-result-4465484-1722545466/solver-4465484-1722545466 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123867 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465484-1722545466.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=126107, runsolver pid=126104
Current StackSize limit: 8192 KiB


[startup+0.100104 s]*
/proc/loadavg: 77.04 79.61 80.17 23/895 126125
/proc/meminfo: memFree=780001544/790760804 swapFree=131071996/131071996
[pid=126107] ppid=126104 vsize=88112 memory=75884 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/126107/stat : 126107 (fscip) R 126104 126107 123854 0 -1 4194304 16601 0 0 0 8 3 0 0 20 0 1 0 21129303 90226688 18971 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
/proc/126107/statm: 22028 18971 2630 3035 0 18424 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 88112 KiB
Current children cumulated memory: 75884 KiB

[startup+0.21799 s]*
/proc/loadavg: 77.04 79.61 80.17 24/894 126136
/proc/meminfo: memFree=779958896/790760804 swapFree=131071996/131071996
[pid=126107] ppid=126104 vsize=103944 memory=92096 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/126107/stat : 126107 (fscip) R 126104 126107 123854 0 -1 4194304 24796 0 0 0 19 4 0 0 20 0 1 0 21129303 106438656 23024 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
/proc/126107/statm: 25986 23024 2726 3035 0 22382 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 103944 KiB
Current children cumulated memory: 92096 KiB

[startup+0.318187 s]*
/proc/loadavg: 77.04 79.61 80.17 23/898 126154
/proc/meminfo: memFree=779960152/790760804 swapFree=131071996/131071996
[pid=126107] ppid=126104 vsize=113452 memory=100976 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/126107/stat : 126107 (fscip) R 126104 126107 123854 0 -1 4194304 27946 0 0 0 28 4 0 0 20 0 1 0 21129303 116174848 25244 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
/proc/126107/statm: 28363 25244 2774 3035 0 24759 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 113452 KiB
Current children cumulated memory: 100976 KiB

[startup+0.700195 s]
/proc/loadavg: 77.04 79.61 80.17 25/904 126169
/proc/meminfo: memFree=779838732/790760804 swapFree=131071996/131071996
[pid=126107] ppid=126104 vsize=115804 memory=102824 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/126107/stat : 126107 (fscip) R 126104 126107 123854 0 -1 4194304 28450 0 0 0 64 4 0 0 20 0 1 0 21129303 118583296 25706 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
/proc/126107/statm: 28951 25706 2774 3035 0 25347 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 115804 KiB
Current children cumulated memory: 102824 KiB

[startup+1.50019 s]
/proc/loadavg: 77.04 79.61 80.17 25/904 126169
/proc/meminfo: memFree=779757708/790760804 swapFree=131071996/131071996
[pid=126107] ppid=126104 vsize=117512 memory=104672 CPUtime=1.48 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/stat : 126107 (fscip) R 126104 126107 123854 0 -1 4194304 28875 0 0 0 144 4 0 0 20 0 1 0 21129303 120332288 26168 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 17 35 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
/proc/126107/statm: 29378 26168 2774 3035 0 25774 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 117512 KiB
Current children cumulated memory: 104672 KiB

[startup+3.12285 s]
/proc/loadavg: 77.04 79.61 80.17 43/984 126249
/proc/meminfo: memFree=778457428/790760804 swapFree=131071996/131071996
[pid=126107] ppid=126104 vsize=2705104 memory=1539060 CPUtime=4.98 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/stat : 126107 (fscip) S 126104 126107 123854 0 -1 1077936128 388777 0 0 0 411 87 0 0 20 0 41 0 21129303 2770026496 384765 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 17 51 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
/proc/126107/statm: 676276 384765 2806 3035 0 487452 0
[pid=126107/tid=126170] ppid=126104 vsize=2705104 memory=449648 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126170/stat : 126170 (fscip) R 126104 126107 123854 0 -1 4194368 15344 0 0 0 10 3 0 0 20 0 41 0 21129522 2770026496 384831 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126171] ppid=126104 vsize=2705104 memory=11632 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126171/stat : 126171 (fscip) R 126104 126107 123854 0 -1 4194368 17456 0 0 0 9 4 0 0 20 0 41 0 21129522 2770026496 384897 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126172] ppid=126104 vsize=2705104 memory=104520 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126172/stat : 126172 (fscip) R 126104 126107 123854 0 -1 4194368 17455 0 0 0 8 5 0 0 20 0 41 0 21129522 2770026496 384897 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126173] ppid=126104 vsize=2705104 memory=15008 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126173/stat : 126173 (fscip) R 126104 126107 123854 0 -1 4194368 15478 0 0 0 11 3 0 0 20 0 41 0 21129522 2770026496 384963 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126174] ppid=126104 vsize=2705104 memory=5440 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126174/stat : 126174 (fscip) R 126104 126107 123854 0 -1 4194368 17944 0 0 0 8 4 0 0 20 0 41 0 21129522 2770026496 384963 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126175] ppid=126104 vsize=2705104 memory=103352 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126175/stat : 126175 (fscip) R 126104 126107 123854 0 -1 4194368 17447 0 0 0 7 5 0 0 20 0 41 0 21129522 2770026496 384963 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126176] ppid=126104 vsize=2705104 memory=16108 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126176/stat : 126176 (fscip) R 126104 126107 123854 0 -1 4194368 15419 0 0 0 10 3 0 0 20 0 41 0 21129523 2770026496 384963 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126177] ppid=126104 vsize=2705104 memory=2212 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126177/stat : 126177 (fscip) R 126104 126107 123854 0 -1 4194368 17660 0 0 0 9 4 0 0 20 0 41 0 21129523 2770026496 385029 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126178] ppid=126104 vsize=2705104 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126178/stat : 126178 (fscip) D 126104 126107 123854 0 -1 4194368 17496 0 0 0 8 4 0 0 20 0 41 0 21129523 2770026496 385029 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126179] ppid=126104 vsize=2705104 memory=52808 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126179/stat : 126179 (fscip) R 126104 126107 123854 0 -1 4194368 15418 0 0 0 11 2 0 0 20 0 41 0 21129523 2770026496 385029 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126180] ppid=126104 vsize=2705104 memory=1952 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126180/stat : 126180 (fscip) D 126104 126107 123854 0 -1 4194368 18134 0 0 0 9 4 0 0 20 0 41 0 21129523 2770026496 385029 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126181] ppid=126104 vsize=2705104 memory=1852 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126181/stat : 126181 (fscip) R 126104 126107 123854 0 -1 4194368 17827 0 0 0 9 3 0 0 20 0 41 0 21129523 2770026496 385095 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126182] ppid=126104 vsize=2705104 memory=33108 CPUtime=0.14 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126182/stat : 126182 (fscip) R 126104 126107 123854 0 -1 4194368 15419 0 0 0 11 3 0 0 20 0 41 0 21129523 2770026496 385095 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126183] ppid=126104 vsize=2705104 memory=25333125866717268 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126183/stat : 126183 (fscip) R 126104 126107 123854 0 -1 4194368 18098 0 0 0 8 4 0 0 20 0 41 0 21129523 2770026496 385161 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126184] ppid=126104 vsize=2705104 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126184/stat : 126184 (fscip) R 126104 126107 123854 0 -1 4194368 18151 0 0 0 9 3 0 0 20 0 41 0 21129523 2770026496 385161 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126185] ppid=126104 vsize=2705104 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126185/stat : 126185 (fscip) R 126104 126107 123854 0 -1 4194368 15488 0 0 0 11 2 0 0 20 0 41 0 21129523 2770026496 385227 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126186] ppid=126104 vsize=2705104 memory=0 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126186/stat : 126186 (fscip) R 126104 126107 123854 0 -1 4194368 17518 0 0 0 9 3 0 0 20 0 41 0 21129523 2770026496 385227 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126187] ppid=126104 vsize=2705104 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126187/stat : 126187 (fscip) R 126104 126107 123854 0 -1 4194368 18105 0 0 0 9 4 0 0 20 0 41 0 21129523 2770026496 385227 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126188] ppid=126104 vsize=2705104 memory=0 CPUtime=0.13 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126188/stat : 126188 (fscip) R 126104 126107 123854 0 -1 4194368 15543 0 0 0 11 2 0 0 20 0 41 0 21129523 2770026496 385227 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126189] ppid=126104 vsize=2705104 memory=31988 CPUtime=0.12 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126189/stat : 126189 (fscip) R 126104 126107 123854 0 -1 4194368 17454 0 0 0 8 4 0 0 20 0 41 0 21129523 2770026496 385227 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126230] ppid=126104 vsize=2705104 memory=28720 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126230/stat : 126230 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385227 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 47 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126231] ppid=126104 vsize=2705104 memory=7384 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126231/stat : 126231 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385227 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126232] ppid=126104 vsize=2705104 memory=27608 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126232/stat : 126232 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385293 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 35 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126233] ppid=126104 vsize=2705104 memory=3736 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126233/stat : 126233 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385359 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126234] ppid=126104 vsize=2705104 memory=40232 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126234/stat : 126234 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385425 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 59 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126235] ppid=126104 vsize=2705104 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/126107/task/126235/stat : 126235 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385425 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126236] ppid=126104 vsize=2705104 memory=8072 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126236/stat : 126236 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126237] ppid=126104 vsize=2705104 memory=3516 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126237/stat : 126237 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126238] ppid=126104 vsize=2705104 memory=2300 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126238/stat : 126238 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126239] ppid=126104 vsize=2705104 memory=-2746958450906831424 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126239/stat : 126239 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126240] ppid=126104 vsize=2705104 memory=8596 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126240/stat : 126240 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126241] ppid=126104 vsize=2705104 memory=6935649255759568960 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126241/stat : 126241 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 67 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126242] ppid=126104 vsize=2705104 memory=32820 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126242/stat : 126242 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126243] ppid=126104 vsize=2705104 memory=7108 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126243/stat : 126243 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126244] ppid=126104 vsize=2705104 memory=36112 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126244/stat : 126244 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126245] ppid=126104 vsize=2705104 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/126107/task/126245/stat : 126245 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126246] ppid=126104 vsize=2705104 memory=-5302812751526771752 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126246/stat : 126246 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126247] ppid=126104 vsize=2705104 memory=6944656592387989600 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126247/stat : 126247 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 15 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126248] ppid=126104 vsize=2705104 memory=-5302812751526771752 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126248/stat : 126248 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385491 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 19 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126249] ppid=126104 vsize=2705104 memory=-4546129931942301828 CPUtime=0 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126249/stat : 126249 (fscip) S 126104 126107 123854 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 21129602 2770026496 385557 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
Current children cumulated CPU time: 4.98 s
Current children cumulated vsize: 2705104 KiB
Current children cumulated memory: 1539060 KiB

[startup+6.3015 s]
/proc/loadavg: 77.19 79.60 80.16 84/1024 126291
/proc/meminfo: memFree=771058204/790760804 swapFree=131071996/131071996
[pid=126107] ppid=126104 vsize=4081360 memory=2977148 CPUtime=67.29 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/stat : 126107 (fscip) S 126104 126107 123854 0 -1 1077936128 922910 0 0 0 6456 273 0 0 20 0 41 0 21129303 4179312640 744287 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 17 51 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
/proc/126107/statm: 1020340 744287 2950 3035 0 869913 0
[pid=126107/tid=126170] ppid=126104 vsize=4081360 memory=0 CPUtime=3.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126170/stat : 126170 (fscip) R 126104 126107 123854 0 -1 4194368 28308 0 0 0 321 6 0 0 20 0 41 0 21129522 4179312640 744287 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126171] ppid=126104 vsize=4081360 memory=3008988 CPUtime=3.21 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126171/stat : 126171 (fscip) R 126104 126107 123854 0 -1 4194368 52735 0 0 0 301 20 0 0 20 0 41 0 21129522 4179312640 744287 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126172] ppid=126104 vsize=4081360 memory=104672 CPUtime=3.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126172/stat : 126172 (fscip) R 126104 126107 123854 0 -1 4194368 46248 0 0 0 315 10 0 0 20 0 41 0 21129522 4179312640 744287 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126173] ppid=126104 vsize=4081360 memory=103352 CPUtime=3.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126173/stat : 126173 (fscip) R 126104 126107 123854 0 -1 4194368 26015 0 0 0 322 5 0 0 20 0 41 0 21129522 4179312640 744287 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126174] ppid=126104 vsize=4081360 memory=15008 CPUtime=3.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126174/stat : 126174 (fscip) R 126104 126107 123854 0 -1 4194368 59405 0 0 0 299 23 0 0 20 0 41 0 21129522 4179312640 744287 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126175] ppid=126104 vsize=4081360 memory=0 CPUtime=3.25 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126175/stat : 126175 (fscip) R 126104 126107 123854 0 -1 4194368 43912 0 0 0 315 10 0 0 20 0 41 0 21129522 4179312640 744287 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126176] ppid=126104 vsize=4081360 memory=2990488 CPUtime=3.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126176/stat : 126176 (fscip) R 126104 126107 123854 0 -1 4194368 28248 0 0 0 321 6 0 0 20 0 41 0 21129523 4179312640 744287 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126177] ppid=126104 vsize=4081360 memory=224244531548 CPUtime=3.22 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126177/stat : 126177 (fscip) R 126104 126107 123854 0 -1 4194368 53647 0 0 0 298 24 0 0 20 0 41 0 21129523 4179312640 744287 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0

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

[pid=126107/tid=126233] ppid=126104 vsize=17037688 memory=4748 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126233/stat : 126233 (fscip) S 126104 126107 123854 0 -1 1077936192 192 0 0 0 3 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126234] ppid=126104 vsize=17037688 memory=280195616742144 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126234/stat : 126234 (fscip) S 126104 126107 123854 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126235] ppid=126104 vsize=17037688 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126235/stat : 126235 (fscip) S 126104 126107 123854 0 -1 1077936192 183 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126236] ppid=126104 vsize=17037688 memory=280195615854464 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126236/stat : 126236 (fscip) S 126104 126107 123854 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126237] ppid=126104 vsize=17037688 memory=280195613577760 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126237/stat : 126237 (fscip) S 126104 126107 123854 0 -1 1077936192 184 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126238] ppid=126104 vsize=17037688 memory=280195614083584 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126238/stat : 126238 (fscip) S 126104 126107 123854 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126239] ppid=126104 vsize=17037688 memory=25333125866717268 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/126107/task/126239/stat : 126239 (fscip) S 126104 126107 123854 0 -1 1077936192 185 0 0 0 1 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126240] ppid=126104 vsize=17037688 memory=28068 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126240/stat : 126240 (fscip) S 126104 126107 123854 0 -1 1077936192 124 0 0 0 1 1 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126241] ppid=126104 vsize=17037688 memory=11628 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126241/stat : 126241 (fscip) S 126104 126107 123854 0 -1 1077936192 190 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126242] ppid=126104 vsize=17037688 memory=2300 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126242/stat : 126242 (fscip) S 126104 126107 123854 0 -1 1077936192 63 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126243] ppid=126104 vsize=17037688 memory=280195617412752 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126243/stat : 126243 (fscip) S 126104 126107 123854 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126244] ppid=126104 vsize=17037688 memory=1084324623669806 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126244/stat : 126244 (fscip) S 126104 126107 123854 0 -1 1077936192 126 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 63 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126245] ppid=126104 vsize=17037688 memory=6944656425123422800 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126245/stat : 126245 (fscip) S 126104 126107 123854 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126246] ppid=126104 vsize=17037688 memory=25333125866717268 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126246/stat : 126246 (fscip) S 126104 126107 123854 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126247] ppid=126104 vsize=17037688 memory=13129548 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126247/stat : 126247 (fscip) S 126104 126107 123854 0 -1 1077936192 210 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126248] ppid=126104 vsize=17037688 memory=13129548 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126248/stat : 126248 (fscip) S 126104 126107 123854 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126249] ppid=126104 vsize=17037688 memory=11632 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126249/stat : 126249 (fscip) S 126104 126107 123854 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3282835 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 75 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
Current children cumulated CPU time: 70937.1 s
Current children cumulated vsize: 17037688 KiB
Current children cumulated memory: 13131340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636 s]*
/proc/loadavg: 80.33 80.31 80.39 81/1024 128413
/proc/meminfo: memFree=743206432/790760804 swapFree=131071996/131071996
[pid=126107] ppid=126104 vsize=17037688 memory=13143464 CPUtime=72001.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/stat : 126107 (fscip) S 126104 126107 123854 0 -1 1077936128 23604688 0 0 0 7191891 8276 0 0 20 0 41 0 21129303 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 17 67 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
/proc/126107/statm: 4259422 3285866 3030 3035 0 4138831 0
[pid=126107/tid=126170] ppid=126104 vsize=17037688 memory=6836 CPUtime=3605.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126170/stat : 126170 (fscip) R 126104 126107 123854 0 -1 4194368 812633 0 0 0 360475 76 0 0 20 0 41 0 21129522 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 39 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126171] ppid=126104 vsize=17037688 memory=7256 CPUtime=3597.56 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126171/stat : 126171 (fscip) R 126104 126107 123854 0 -1 4194368 1672481 0 0 0 359476 280 0 0 20 0 41 0 21129522 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 35 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126172] ppid=126104 vsize=17037688 memory=-7161988561999781245 CPUtime=3596.72 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126172/stat : 126172 (fscip) R 126104 126107 123854 0 -1 4194368 1071483 0 0 0 358651 1021 0 0 20 0 41 0 21129522 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 59 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126173] ppid=126104 vsize=17037688 memory=30962685530996822 CPUtime=3602.78 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126173/stat : 126173 (fscip) R 126104 126107 123854 0 -1 4194368 760199 0 0 0 360212 66 0 0 20 0 41 0 21129522 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 55 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126174] ppid=126104 vsize=17037688 memory=7760 CPUtime=3602.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126174/stat : 126174 (fscip) R 126104 126107 123854 0 -1 4194368 1596676 0 0 0 360009 284 0 0 20 0 41 0 21129522 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 71 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126175] ppid=126104 vsize=17037688 memory=18104 CPUtime=3596.7 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126175/stat : 126175 (fscip) R 126104 126107 123854 0 -1 4194368 973797 0 0 0 358643 1027 0 0 20 0 41 0 21129522 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 67 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126176] ppid=126104 vsize=17037688 memory=20140 CPUtime=3604.27 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126176/stat : 126176 (fscip) R 126104 126107 123854 0 -1 4194368 759559 0 0 0 360346 81 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 11 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126177] ppid=126104 vsize=17037688 memory=5720 CPUtime=3605.9 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126177/stat : 126177 (fscip) R 126104 126107 123854 0 -1 4194368 1961249 0 0 0 360259 331 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 3 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126178] ppid=126104 vsize=17037688 memory=25333125866717268 CPUtime=3601.36 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126178/stat : 126178 (fscip) R 126104 126107 123854 0 -1 4194368 1075186 0 0 0 359233 903 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 63 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126179] ppid=126104 vsize=17037688 memory=8323350987516068516 CPUtime=3603.18 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126179/stat : 126179 (fscip) R 126104 126107 123854 0 -1 4194368 771132 0 0 0 360245 73 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 31 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126180] ppid=126104 vsize=17037688 memory=8596 CPUtime=3596.28 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126180/stat : 126180 (fscip) R 126104 126107 123854 0 -1 4194368 1877502 0 0 0 359297 331 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 15 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126181] ppid=126104 vsize=17037688 memory=28008 CPUtime=3602.95 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126181/stat : 126181 (fscip) R 126104 126107 123854 0 -1 4194368 1083872 0 0 0 359480 815 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 27 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126182] ppid=126104 vsize=17037688 memory=32820 CPUtime=3590.63 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126182/stat : 126182 (fscip) R 126104 126107 123854 0 -1 4194368 735597 0 0 0 358993 70 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 79 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126183] ppid=126104 vsize=17037688 memory=7108 CPUtime=3604.01 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126183/stat : 126183 (fscip) R 126104 126107 123854 0 -1 4194368 1645351 0 0 0 360120 281 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 75 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126184] ppid=126104 vsize=17037688 memory=36112 CPUtime=3603.93 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126184/stat : 126184 (fscip) R 126104 126107 123854 0 -1 4194368 1042559 0 0 0 359375 1018 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 23 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126185] ppid=126104 vsize=17037688 memory=4748 CPUtime=3584.71 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126185/stat : 126185 (fscip) R 126104 126107 123854 0 -1 4194368 859012 0 0 0 358382 89 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 7 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126186] ppid=126104 vsize=17037688 memory=8323350987516068516 CPUtime=3604.51 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126186/stat : 126186 (fscip) R 126104 126107 123854 0 -1 4194368 1521237 0 0 0 360179 272 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 47 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126187] ppid=126104 vsize=17037688 memory=2736 CPUtime=3589.47 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126187/stat : 126187 (fscip) R 126104 126107 123854 0 -1 4194368 948061 0 0 0 358082 865 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 19 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126188] ppid=126104 vsize=17037688 memory=6700 CPUtime=3602.45 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126188/stat : 126188 (fscip) R 126104 126107 123854 0 -1 4194368 776988 0 0 0 360173 72 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 43 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126189] ppid=126104 vsize=17037688 memory=13140268 CPUtime=3602.41 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126189/stat : 126189 (fscip) R 126104 126107 123854 0 -1 4194368 1605208 0 0 0 359963 278 0 0 20 0 41 0 21129523 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 0 0 0 -1 51 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126230] ppid=126104 vsize=17037688 memory=2692 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126230/stat : 126230 (fscip) S 126104 126107 123854 0 -1 1077936192 153 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126231] ppid=126104 vsize=17037688 memory=6860 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126231/stat : 126231 (fscip) S 126104 126107 123854 0 -1 1077936192 127 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126232] ppid=126104 vsize=17037688 memory=12761940 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126232/stat : 126232 (fscip) S 126104 126107 123854 0 -1 1077936192 188 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126233] ppid=126104 vsize=17037688 memory=13135056 CPUtime=0.03 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126233/stat : 126233 (fscip) S 126104 126107 123854 0 -1 1077936192 195 0 0 0 3 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126234] ppid=126104 vsize=17037688 memory=3736 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126234/stat : 126234 (fscip) S 126104 126107 123854 0 -1 1077936192 191 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126235] ppid=126104 vsize=17037688 memory=40232 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126235/stat : 126235 (fscip) S 126104 126107 123854 0 -1 1077936192 186 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126236] ppid=126104 vsize=17037688 memory=280195617967840 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126236/stat : 126236 (fscip) S 126104 126107 123854 0 -1 1077936192 131 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 11 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126237] ppid=126104 vsize=17037688 memory=7521971678279522671 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126237/stat : 126237 (fscip) S 126104 126107 123854 0 -1 1077936192 187 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 31 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126238] ppid=126104 vsize=17037688 memory=8027775640078280281 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126238/stat : 126238 (fscip) S 126104 126107 123854 0 -1 1077936192 190 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126239] ppid=126104 vsize=17037688 memory=6444484367969642086 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/126107/task/126239/stat : 126239 (fscip) S 126104 126107 123854 0 -1 1077936192 188 0 0 0 1 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 79 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126240] ppid=126104 vsize=17037688 memory=6720664329014099048 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126240/stat : 126240 (fscip) S 126104 126107 123854 0 -1 1077936192 126 0 0 0 1 1 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 23 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126241] ppid=126104 vsize=17037688 memory=8072 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126241/stat : 126241 (fscip) S 126104 126107 123854 0 -1 1077936192 193 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 55 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126242] ppid=126104 vsize=17037688 memory=3516 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126242/stat : 126242 (fscip) S 126104 126107 123854 0 -1 1077936192 64 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 43 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126243] ppid=126104 vsize=17037688 memory=2300 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126243/stat : 126243 (fscip) S 126104 126107 123854 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126244] ppid=126104 vsize=17037688 memory=1852 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126244/stat : 126244 (fscip) S 126104 126107 123854 0 -1 1077936192 128 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126245] ppid=126104 vsize=17037688 memory=33108 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126245/stat : 126245 (fscip) S 126104 126107 123854 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126246] ppid=126104 vsize=17037688 memory=2208 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126246/stat : 126246 (fscip) S 126104 126107 123854 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 27 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126247] ppid=126104 vsize=17037688 memory=25992 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126247/stat : 126247 (fscip) S 126104 126107 123854 0 -1 1077936192 213 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 39 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126248] ppid=126104 vsize=17037688 memory=6756 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126248/stat : 126248 (fscip) S 126104 126107 123854 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 3 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
[pid=126107/tid=126249] ppid=126104 vsize=17037688 memory=8948712 CPUtime=0.02 cores=3,7,11,15,19,23,27,31,35,39,43,47,51,55,59,63,67,71,75,79
/proc/126107/task/126249/stat : 126249 (fscip) S 126104 126107 123854 0 -1 1077936192 189 0 0 0 2 0 0 0 20 0 41 0 21129602 17446592512 3285866 809668444160 4194304 16623229 140726895224992 0 0 0 0 0 2 1 0 0 -1 51 0 0 0 0 0 18838560 18947056 43286528 140726895232009 140726895232127 140726895232127 140726895239152 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 17037688 KiB
Current children cumulated memory: 13143464 KiB

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

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

# cumulated CPU time of all completed processes:  user=71919.1 s, system=83.071 s

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

[startup+3636.22 s]
/proc/loadavg: 80.33 80.31 80.39 62/985 128413
/proc/meminfo: memFree=746317604/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3636.3 s]
/proc/loadavg: 80.33 80.31 80.39 62/985 128413
/proc/meminfo: memFree=746317604/790760804 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3636.35
CPU time (s): 72002.1
CPU user time (s): 71919.1
CPU system time (s): 83.071
CPU usage (%): 1980.06
Max. virtual memory (cumulated for all children) (KiB): 17103224
Max. memory (cumulated for all children) (KiB): 13143464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71919.1
system time used= 83.071
maximum resident set size= 13143464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23604688
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= 401423
involuntary context switches= 292098


# summary of solver processes directly reported to runsolver:
#   pid: 126107
#   total CPU time (s): 72002.1
#   total CPU user time (s): 71919.1
#   total CPU system time (s): 83.071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.6591 second user time and 81.4031 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-08-01 22:51:06
IDJOB=4465484
IDBENCH=158390
IDSOLVER=3094
FILE ID=nodeD103/4465484-1722545466
RUNJOBID= nodeD103-1722541827-123867
SLURM_JOB_ID= 8254276
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/EmployeeScheduling/normalized-sep4.5.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-4465484-1722545466/watcher-4465484-1722545466 -o /tmp/evaluation-result-4465484-1722545466/solver-4465484-1722545466 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722541827-123867 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465484-1722545466.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= b67c8b15922ffb2eac696beabc53406c
RANDOM SEED=572696803

nodeD103.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		: 3804.802
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		: 2283.916
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	: 5007.12
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		: 3063.313
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	: 5012.87
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		: 3644.263
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	: 5010.67
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		: 3540.913
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		: 3345.205
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	: 5007.12
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		: 3063.564
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	: 5012.87
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		: 3299.709
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	: 5010.67
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		: 2646.151
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		: 2526.318
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	: 5007.12
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		: 3066.376
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	: 5012.87
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		: 2793.096
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	: 5010.67
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		: 2648.381
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		: 3403.987
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	: 5007.12
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		: 3058.114
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	: 5012.87
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		: 3482.980
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	: 5010.67
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		: 2649.158
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		: 3491.223
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	: 5007.12
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		: 3066.351
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	: 5012.87
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		: 2628.423
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	: 5010.67
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		: 2652.769
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		: 2844.283
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	: 5007.12
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		: 3065.245
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	: 5012.87
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		: 1653.965
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	: 5010.67
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		: 2671.273
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		: 3324.774
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	: 5007.12
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		: 3049.334
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	: 5012.87
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		: 2633.091
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	: 5010.67
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		: 2779.243
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		: 3262.584
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	: 5007.12
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		: 3062.235
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	: 5012.87
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		: 2653.746
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	: 5010.67
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		: 2930.409
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		: 2845.843
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	: 5007.12
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		: 3065.593
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	: 5012.87
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		: 2644.671
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	: 5010.67
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		: 2609.240
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		: 2842.854
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	: 5007.12
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		: 3066.881
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	: 5012.87
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		: 2647.672
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	: 5010.67
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		: 2849.827
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		: 2630.561
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	: 5007.12
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		: 3063.401
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	: 5012.87
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		: 2642.429
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	: 5010.67
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		: 2731.208
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		: 2645.582
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	: 5007.12
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		: 3067.104
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	: 5012.87
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		: 2651.703
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	: 5010.67
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		: 2957.375
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		: 2638.545
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	: 5007.12
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		: 3065.227
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	: 5012.87
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		: 2640.975
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	: 5010.67
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		: 3466.400
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		: 2654.688
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	: 5007.12
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		: 3067.332
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	: 5012.87
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		: 2651.888
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	: 5010.67
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		: 2648.754
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		: 2655.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	: 5007.12
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		: 3067.376
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	: 5012.87
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		: 2651.924
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	: 5010.67
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		: 3489.576
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		: 2653.844
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	: 5007.12
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		: 3067.347
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	: 5012.87
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		: 2650.073
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	: 5010.67
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		: 3195.201
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		: 2650.298
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	: 5007.12
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		: 3067.331
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	: 5012.87
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		: 2646.892
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	: 5010.67
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		: 3223.764
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		: 3092.356
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	: 5007.12
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		: 3064.106
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	: 5012.87
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		: 1181.577
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	: 5010.67
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		: 3566.769
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		: 2622.031
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	: 5007.12
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		: 3067.301
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	: 5012.87
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		: 1317.507
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	: 5010.67
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		: 3850.937
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		: 3771.486
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	: 5007.12
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		: 3067.285
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	: 5012.87
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		: 1573.860
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	: 5010.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        780036292 kB
MemAvailable:   779200800 kB
Buffers:          290480 kB
Cached:          2228560 kB
SwapCached:            0 kB
Active:           484636 kB
Inactive:        7772312 kB
Active(anon):       2116 kB
Inactive(anon):  5758336 kB
Active(file):     482520 kB
Inactive(file):  2013976 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             29672 kB
Writeback:             0 kB
AnonPages:       5733548 kB
Mapped:           103688 kB
Shmem:             22536 kB
KReclaimable:     175452 kB
Slab:             523404 kB
SReclaimable:     175452 kB
SUnreclaim:       347952 kB
KernelStack:       15488 kB
PageTables:        20508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1372052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           264960 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1284096 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:      509952 kB
DirectMap2M:    58707968 kB
DirectMap1G:    746586112 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD103 at 2024-08-01 23:51:42