Trace number 4465248

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) 72001.2 3641.09

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_3.opb
MD5SUMd6e4abba593cb3232b5d1a2a9d687dd6
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint82
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5856
Number of bits of the biggest sum of numbers13
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.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 22827008, getVmSize() = 22827008, SCIPgetMemUsed() = 1113386, SCIPgetMemTotal() = 1411250, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for presolving in LC to 8.79602e+12 for SCIP **
0.00/0.00	c ** Estimated virtualMemUsedAtSolver = 15335684, getVmSize() = 26533888, SCIPgetMemUsed() = 2069946, SCIPgetMemTotal() = 4026418, SCIPgetMemExternEstim() = 1048576
0.00/0.00	c ** set memory limit for solvers to 4.18857e+11 for each SCIP **
0.00/0.00	c Original Problem   :
0.00/0.00	c   Problem name     : instance-4465248-1722453440
0.00/0.00	c   Variables        : 198 (198 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 16
0.00/0.00	c   Objective sense  : minimize
0.00/0.00	c Presolved Problem  :
0.00/0.00	c   Variables        : 198 (198 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.00	c   Constraints      : 14
0.00/0.00	c Constraints        : Number
0.00/0.00	c   linear           : 11 
0.00/0.00	c   logicor          : 3 
0.00/0.00	c ** Instance transfer method used: 0
0.00/0.01	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.05	c                                Nodes    Active                                            
0.00/0.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
0.00/0.07	c *       0              0           1        20        1388.0000                -          -
0.00/0.08	c *       0              0           1        20        1176.0000                -          -
0.00/0.08	c *       0              0           1        20        1092.0000                -          -
0.00/0.12	c *       0              2           1        20        1086.0000           0.0000          -
0.00/0.12	c *       0              2           1        20        1080.0000           0.0000          -
1.16/0.16	c *       0              2           1        20         452.0000           0.0000          -
1.16/0.16	c *       0              2           1        20         436.0000           0.0000          -
1.16/0.17	c *       0              2           1        20         285.0000           0.0000          -
5.71/0.40	c *       0              2           1        20         174.0000           0.0000          -
7.79/0.50	c *       1              2           1        20         166.0000           0.0000          -
18.78/1.13	c *       1              2           1        20         162.0000           0.0000          -
21.97/1.21	c *       1              2           1        20         160.0000           0.0000          -
21.97/1.25	c *       1              2           1        20         158.0000           0.0000          -
27.85/1.52	c *       2              2           1        20         156.0000           0.0000          -
38.68/2.09	c *       2          12886          29        20         154.0000           0.0000          -
40.72/2.17	c *       2            481         480        20         150.0000           0.0000          -
61.55/3.21	c *       3           1162        1159        20         146.0000           0.0000          -
87.33/4.52	c *       5            550         551        20          76.0000           0.0000          -
89.15/4.67	c *       5            550         551        20          72.0000           0.0000          -
97.82/5.07	c         5          51736          28        20          72.0000           0.0000          -
120.78/6.25	c *       6           2318        2272        20          56.0000           0.0000          -
160.36/8.22	c *       8           3489        3373        20          55.0000           0.0000          -
160.36/8.23	c *       8           3489        3373        20          53.0000           0.0000          -
184.21/9.43	c *       9           4603        4525        20          49.0000           0.0000          -
196.87/10.14	c        10         123001          33        20          49.0000           0.0000          -
298.69/15.23	c        15         197864          33        20          49.0000           0.0000          -
300.62/15.35	c *      15          11172       10493        20          33.0000           0.0000          -
312.52/15.94	c *      16          11172       10493        20          31.0000           0.0000          -
328.46/16.76	c *      17          12110       11345        20          29.0000           0.0000          -
397.67/20.28	c        20         271180          30        20          29.0000           0.0000          -
498.42/25.33	c        25         341423          28        20          29.0000           0.0000          -
597.32/30.35	c        30         407588          28        20          29.0000           0.0000          -
696.21/35.36	c        35         393375          30        20          29.0000           0.0000          -
796.93/40.45	c        40         451337          32        20          29.0000           0.0000          -
897.60/45.56	c        46         575103          28        20          29.0000           0.0000          -
998.47/50.61	c        51         642118          27        20          29.0000           0.0000          -
1068.68/54.17	c *      54          57111       42476        20          22.0000           0.0000          -
1097.32/55.62	c        56          58571       42527        20          22.0000           0.0000          -
1196.36/60.64	c        61          38328       28100        20          22.0000           0.0000          -
1297.13/65.71	c        66          41464       30148        20          22.0000           0.0000          -
1397.86/70.83	c        71         798574          30        20          22.0000           0.0000          -
1496.79/75.89	c        76         957431          26        20          22.0000           0.0000          -
1597.58/80.91	c        81         915758          30        20          22.0000           0.0000          -
1696.48/85.99	c        86        1088531          26        20          22.0000           0.0000          -
1795.36/91.02	c        91         102866       66155        20          22.0000           0.0000          -
1896.98/96.08	c        96         103809       66522        20          22.0000           0.0000          -
1997.72/101.17	c       101         103810       66521        20          22.0000           0.0000          -
2097.71/106.24	c       106        1176927          24        20          22.0000           0.0000          -
2196.64/111.26	c       111        1228015          25        20          22.0000           0.0000          -
2297.56/116.33	c       116         126447       78714        20          22.0000           0.0000          -
2396.68/121.38	c       121        1328704          25        20          22.0000           0.0000          -
2497.47/126.44	c       126        1378029          25        20          22.0000           0.0000          -
2596.32/131.47	c       131        1428059          25        20          22.0000           0.0000          -
2697.19/136.52	c       137        1480343          26        20          22.0000           0.0000          -
2795.96/141.57	c       142        1531746          26        20          22.0000           0.0000          -
2896.87/146.62	c       147        1587107          24        20          22.0000           0.0000          -
2995.67/151.68	c       152         183639      106673        20          22.0000           0.0000          -
3096.39/156.73	c       157         191142      111170        20          22.0000           0.0000          -
3195.30/161.74	c       162        1744498          28        20          22.0000           0.0000          -
3294.20/166.79	c       167        1800975          25        20          22.0000           0.0000          -
3395.22/171.85	c       172        1855224          26        20          22.0000           0.0000          -
3496.01/176.90	c       177        1908700          28        20          22.0000           0.0000          -
3594.93/181.92	c       182        1962573          24        20          22.0000           0.0000          -
3680.02/186.21	c *     186        2453021          29        20          20.0000           0.0000          -
3693.92/187.03	c       187        2466779          31        20          20.0000           0.0000          -
3795.59/192.12	c       192         232252      132669        20          20.0000           0.0000          -
3896.32/197.18	c       197         232265      132678        20          20.0000           0.0000          -
3996.87/202.23	c       202        2643898          35        20          20.0000           0.0000          -
4095.68/207.23	c       207         237490      135566        20          20.0000           0.0000          -
4194.76/212.27	c       212         165971       88803        20          20.0000           0.0000          -
4295.57/217.37	c       217         170008       90577        20          20.0000           0.0000          -
4396.62/222.42	c       222         174797       92552        20          20.0000           0.0000          -
4495.21/227.47	c       227        2975684          34        20          20.0000           0.0000          -
4596.20/232.52	c       233        3042277          33        20          20.0000           0.0000          -
4695.12/237.58	c       238        3109874          34        20          20.0000           0.0000          -
4796.06/242.62	c       243        3177485          33        20          20.0000           0.0000          -
4895.06/247.67	c       248         282069      160698        20          20.0000           0.0000          -
4993.82/252.69	c       253        2689974          28        20          20.0000           0.0000          -
5094.63/257.73	c       258        3371447          31        20          20.0000           0.0000          -
5193.52/262.77	c       263         205948      106379        20          20.0000           0.0000          -
5292.56/267.78	c       268        3485034          33        20          20.0000           0.0000          -
5393.50/272.83	c       273        3540411          31        20          20.0000           0.0000          -
5492.34/277.88	c       278        3594697          31        20          20.0000           0.0000          -
5593.32/282.93	c       283         333094      184266        20          20.0000           0.0000          -
5692.15/287.98	c       288        3705308          31        20          20.0000           0.0000          -
5790.92/292.99	c       293        3760669          32        20          20.0000           0.0000          -
5892.53/298.08	c       298         229650      117603        20          20.0000           0.0000          -
5991.40/303.10	c       303        3873109          33        20          20.0000           0.0000          -
6092.23/308.14	c       308        3926597          31        20          20.0000           0.0000          -
6191.22/313.15	c       313        3979883          30        20          20.0000           0.0000          -
6290.41/318.18	c       318        4033803          31        20          20.0000           0.0000          -
6390.23/323.21	c       323         247148      126199        20          20.0000           0.0000          -
6489.10/328.23	c       328        4150772          34        20          20.0000           0.0000          -
6588.11/333.26	c       333        4209297          32        20          20.0000           0.0000          -
6690.96/338.42	c       338        4267460          31        20          20.0000           0.0000          -
6789.87/343.44	c       343         411010      222120        20          20.0000           0.0000          -
6890.95/348.54	c       349        4384100          33        20          20.0000           0.0000          -
6989.85/353.54	c       354        4443751          32        20          20.0000           0.0000          -
7090.61/358.64	c       359        4501751          32        20          20.0000           0.0000          -
7146.00/361.40	c *     361        4536543          30        20          19.0000           0.0000          -
7148.00/361.52	c *     362        4536543          30        20          17.0000           0.0000          -
7149.98/361.64	c *     362        4536543          30        20          15.0000           0.0000          -
7151.96/361.78	c *     362        3801865          25        20          13.0000           0.0000          -
7155.92/361.92	c *     362         434785      232981        20          11.0000           0.0000          -
7191.56/363.72	c       364         435309      214998        20          11.0000           0.0000          -
7292.53/368.82	c       369         277325      122566        20          11.0000           0.0000          -
7391.59/373.87	c       374         282016      124496        20          11.0000           0.0000          -
7492.55/378.92	c       379         436130      215275        20          11.0000           0.0000          -
7591.53/383.98	c       384         436530      215443        20          11.0000           0.0000          -
7690.40/389.04	c       389        4836665          32        20          11.0000           0.0000          -
7792.00/394.08	c       394        4893515          31        20          11.0000           0.0000          -
7890.98/399.12	c       399        4950387          30        20          11.0000           0.0000          -
7991.72/404.18	c       404        5008071          30        20          11.0000           0.0000          -
8091.81/409.23	c       409         473320      229280        20          11.0000           0.0000          -
8190.71/414.28	c       414        5125713          32        20          11.0000           0.0000          -
8289.61/419.29	c       419        5183346          31        20          11.0000           0.0000          -
8390.58/424.34	c       424        5239188          30        20          11.0000           0.0000          -
8489.28/429.36	c       429        5292622          31        20          11.0000           0.0000          -
8590.15/434.42	c       434         524913      243606        20          11.0000           0.0000          -
8688.94/439.45	c       439         531327      245292        20          11.0000           0.0000          -
8789.85/444.54	c       445         545630      248801        20          11.0000           0.0000          -
8890.59/449.63	c       450         557184      252350        20          11.0000           0.0000          -
8989.45/454.68	c       455         570718      255840        20          11.0000           0.0000          -
9090.26/459.73	c       460         583467      259580        20          11.0000           0.0000          -
9189.00/464.78	c       465         595731      262870        20          11.0000           0.0000          -
9287.92/469.80	c       470         400114      162043        20          11.0000           0.0000          -
9388.63/474.88	c       475         406789      164253        20          11.0000           0.0000          -
9489.51/479.93	c       480         411014      165514        20          11.0000           0.0000          -
9588.20/484.98	c       485         422577      168101        20          11.0000           0.0000          -
9687.12/490.04	c       490        5974774          30        20          11.0000           0.0000          -
9788.70/495.05	c       495        6031881          31        20          11.0000           0.0000          -
9889.43/500.14	c       500        6089183          31        20          11.0000           0.0000          -
9988.44/505.20	c       505        6148625          32        20          11.0000           0.0000          -
10088.25/510.25	c       510        6202705          32        20          11.0000           0.0000          -
10187.10/515.28	c       515        6258962          31        20          11.0000           0.0000          -
10287.87/520.33	c       520        6313471          31        20          11.0000           0.0000          -
10388.70/525.40	c       525         744266      298992        20          11.0000           0.0000          -
10487.79/530.41	c       530        6424255          31        20          11.0000           0.0000          -
10586.51/535.49	c       536        6481979          31        20          11.0000           0.0000          -
10687.21/540.55	c       541        6538560          30        20          11.0000           0.0000          -
10786.03/545.60	c       546         508222      188595        20          11.0000           0.0000          -
10886.70/550.66	c       551        6654850          31        20          11.0000           0.0000          -
10985.63/555.70	c       556         820610      316434        20          11.0000           0.0000          -
11086.40/560.72	c       561         831999      318935        20          11.0000           0.0000          -
11185.21/565.77	c       566         846209      321646        20          11.0000           0.0000          -
11286.00/570.81	c       571         860134      324859        20          11.0000           0.0000          -
11384.72/575.82	c       576        6948345          32        20          11.0000           0.0000          -
11483.64/580.88	c       581        7009114          34        20          11.0000           0.0000          -
11584.27/585.98	c       586        7070382          31        20          11.0000           0.0000          -
11683.06/591.02	c       591        7130814          32        20          11.0000           0.0000          -
11782.05/596.04	c       596         599617      206522        20          11.0000           0.0000          -
11883.51/601.06	c       601        7252028          31        20          11.0000           0.0000          -
11982.17/606.07	c       606        7313452          31        20          11.0000           0.0000          -
12081.13/611.14	c       611         611292      210201        20          11.0000           0.0000          -
12182.03/616.17	c       616         616638      211577        20          11.0000           0.0000          -
12281.77/621.22	c       621        7486030          32        20          11.0000           0.0000          -
12380.54/626.24	c       626        7544470          31        20          11.0000           0.0000          -
12479.34/631.29	c       631        7604752          32        20          11.0000           0.0000          -
12580.11/636.34	c       636        7665066          31        20          11.0000           0.0000          -
12678.89/641.37	c       641        7724634          30        20          11.0000           0.0000          -
12779.77/646.47	c       646        7783009          32        20          11.0000           0.0000          -
12880.61/651.54	c       652         656236      221055        20          11.0000           0.0000          -
12979.16/656.59	c       657        7898323          33        20          11.0000           0.0000          -
13080.02/661.64	c       662        7956284          30        20          11.0000           0.0000          -
13178.77/666.69	c       667        8015651          29        20          11.0000           0.0000          -
13279.59/671.76	c       672        8076276          31        20          11.0000           0.0000          -
13382.42/676.91	c       677        1153296      385674        20          11.0000           0.0000          -
13481.08/681.95	c       682        1165670      387708        20          11.0000           0.0000          -
13580.00/687.00	c       687        1182189      390608        20          11.0000           0.0000          -
13678.69/692.03	c       692        1195329      393425        20          11.0000           0.0000          -
13780.43/697.10	c       697        1204634      396790        20          11.0000           0.0000          -
13881.21/702.15	c       702        8404386          33        20          11.0000           0.0000          -
13979.99/707.17	c       707        8462139          31        20          11.0000           0.0000          -
14079.93/712.22	c       712        8520546          31        20          11.0000           0.0000          -
14180.64/717.31	c       717        8575601          33        20          11.0000           0.0000          -
14279.32/722.32	c       722        8630026          32        20          11.0000           0.0000          -
14378.26/727.38	c       727        8685360          32        20          11.0000           0.0000          -
14478.94/732.40	c       732        8741219          31        20          11.0000           0.0000          -
14577.81/737.45	c       737        8797202          31        20          11.0000           0.0000          -
14678.48/742.53	c       743        8853987          33        20          11.0000           0.0000          -
14779.27/747.63	c       748        8909347          34        20          11.0000           0.0000          -
14878.00/752.67	c       753        8965713          31        20          11.0000           0.0000          -
14978.55/757.72	c       758        9021544          32        20          11.0000           0.0000          -
15077.26/762.77	c       763        9078570          32        20          11.0000           0.0000          -
15178.06/767.83	c       768        9132689          33        20          11.0000           0.0000          -
15276.71/772.87	c       773        9189253          31        20          11.0000           0.0000          -
15377.50/777.91	c       778        9247792          31        20          11.0000           0.0000          -
15476.50/782.94	c       783        9304762          33        20          11.0000           0.0000          -
15575.15/787.95	c       788         840833      260340        20          11.0000           0.0000          -
15673.84/793.00	c       793         850709      261854        20          11.0000           0.0000          -
15775.42/798.04	c       798         863532      263589        20          11.0000           0.0000          -
15874.01/803.12	c       803         874922      265122        20          11.0000           0.0000          -
15974.98/808.17	c       808         886961      266992        20          11.0000           0.0000          -
16074.72/813.28	c       813         898004      268531        20          11.0000           0.0000          -
16175.67/818.34	c       818         908110      269785        20          11.0000           0.0000          -
16274.19/823.40	c       823        9770270          32        20          11.0000           0.0000          -
16374.90/828.44	c       828        9827650          31        20          11.0000           0.0000          -
16473.51/833.49	c       834        9884766          31        20          11.0000           0.0000          -
16574.26/838.55	c       839        9938525          31        20          11.0000           0.0000          -
16673.09/843.57	c       844        9994155          32        20          11.0000           0.0000          -
16773.81/848.64	c       849       10051412          30        20          11.0000           0.0000          -
16872.60/853.66	c       854         972066      280430        20          11.0000           0.0000          -
16973.32/858.71	c       859       10166007          31        20          11.0000           0.0000          -
17072.17/863.79	c       864       10223856          31        20          11.0000           0.0000          -
17172.81/868.84	c       869       10282876          32        20          11.0000           0.0000          -
17271.56/873.89	c       874       10342602          29        20          11.0000           0.0000          -
17372.01/878.92	c       879       10401771          31        20          11.0000           0.0000          -
17470.96/883.99	c       884       10462594          30        20          11.0000           0.0000          -
17569.62/889.04	c       889       10524862          32        20          11.0000           0.0000          -
17671.12/894.10	c       894       10586891          29        20          11.0000           0.0000          -
17769.75/899.11	c       899       10648982          33        20          11.0000           0.0000          -
17871.74/904.20	c       904       10708762          33        20          11.0000           0.0000          -
17970.66/909.21	c       909       10767649          33        20          11.0000           0.0000          -
18069.39/914.29	c       914       10826376          33        20          11.0000           0.0000          -
18170.05/919.34	c       919       10884691          34        20          11.0000           0.0000          -
18268.83/924.39	c       924       10942863          31        20          11.0000           0.0000          -
18369.54/929.44	c       929        1115183      302538        20          11.0000           0.0000          -
18468.47/934.49	c       934       11061764          33        20          11.0000           0.0000          -
18569.27/939.54	c       940       11118318          27        20          11.0000           0.0000          -
18667.92/944.59	c       945       11182967          28        20          11.0000           0.0000          -
18768.80/949.63	c       950       11246135          24        20          11.0000           0.0000          -
18867.53/954.66	c       955        1841741      554413        20          11.0000           0.0000          -
18966.27/959.67	c       960        1179872      311126        20          11.0000           0.0000          -
19067.09/964.71	c       965        1190181      312528        20          11.0000           0.0000          -
19165.95/969.74	c       970       11495223          26        20          11.0000           0.0000          -
19264.71/974.76	c       975       11558969          24        20          11.0000           0.0000          -
19363.68/979.78	c       980       11623799          30        20          11.0000           0.0000          -
19462.29/984.79	c       985        1228158      319312        20          11.0000           0.0000          -
19563.16/989.80	c       990        1238400      320891        20          11.0000           0.0000          -
19662.17/994.85	c       995        1251303      322510        20          11.0000           0.0000          -
19760.73/999.86	c      1000        1262662      324064        20          11.0000           0.0000          -
19859.51/1004.88	c      1005        1976245      584840        20          11.0000           0.0000          -
19958.32/1009.91	c      1010        1991749      587752        20          11.0000           0.0000          -
20059.02/1014.95	c      1015        2008400      590752        20          11.0000           0.0000          -
20157.80/1020.00	c      1020        2024158      593744        20          11.0000           0.0000          -
20256.56/1025.03	c      1025        2042224      596573        20          11.0000           0.0000          -
20358.14/1030.05	c      1030        2059955      599228        20          11.0000           0.0000          -
20456.88/1035.13	c      1035        2073971      601835        20          11.0000           0.0000          -
20558.73/1040.21	c      1040        1325918      334086        20          11.0000           0.0000          -
20657.57/1045.25	c      1045        1335145      335248        20          11.0000           0.0000          -
20756.40/1050.28	c      1050        2123330      609852        20          11.0000           0.0000          -
20855.22/1055.30	c      1055       11112859          30        20          11.0000           0.0000          -
20955.96/1060.32	c      1060       11173251          31        20          11.0000           0.0000          -
21054.74/1065.38	c      1065       11235028          30        20          11.0000           0.0000          -
21155.48/1070.48	c      1070        1394619      342571        20          11.0000           0.0000          -
21256.27/1075.54	c      1076        1403260      343771        20          11.0000           0.0000          -
21354.97/1080.59	c      1081        1413793      345133        20          11.0000           0.0000          -
21455.78/1085.61	c      1086       11476152          31        20          11.0000           0.0000          -
21554.69/1090.66	c      1091       11537995          31        20          11.0000           0.0000          -
21655.54/1095.74	c      1096       13148041          29        20          11.0000           0.0000          -
21754.23/1100.78	c      1101       13210874          25        20          11.0000           0.0000          -
21854.99/1105.81	c      1106       11720230          30        20          11.0000           0.0000          -
21953.70/1110.87	c      1111       11780637          30        20          11.0000           0.0000          -
22052.49/1115.89	c      1116       11841341          31        20          11.0000           0.0000          -
22153.36/1120.93	c      1121       11903466          32        20          11.0000           0.0000          -
22252.01/1125.98	c      1126       11966947          31        20          11.0000           0.0000          -
22350.93/1131.04	c      1131       12030645          32        20          11.0000           0.0000          -
22452.31/1136.13	c      1136        2357288      654447        20          11.0000           0.0000          -
22552.92/1141.19	c      1141        2373089      657306        20          11.0000           0.0000          -
22652.87/1146.23	c      1146       12221524          31        20          11.0000           0.0000          -
22751.51/1151.28	c      1151        2404444      662767        20          11.0000           0.0000          -
22852.29/1156.32	c      1156       12352161          30        20          11.0000           0.0000          -
22950.93/1161.33	c      1161       12415980          29        20          11.0000           0.0000          -
23049.77/1166.38	c      1166        1600758      367859        20          11.0000           0.0000          -
23150.62/1171.44	c      1171       12544543          30        20          11.0000           0.0000          -
23249.24/1176.48	c      1176       12609458          31        20          11.0000           0.0000          -
23350.15/1181.58	c      1182        2503621      678439        20          11.0000           0.0000          -
23451.06/1186.63	c      1187        2521166      680992        20          11.0000           0.0000          -
23549.79/1191.69	c      1192        2535081      683529        20          11.0000           0.0000          -
23650.83/1196.73	c      1197        2550201      686316        20          11.0000           0.0000          -
23749.62/1201.78	c      1202        1662434      377872        20          11.0000           0.0000          -
23850.44/1206.83	c      1207        1676596      379350        20          11.0000           0.0000          -
23949.30/1211.84	c      1212       13075560          31        20          11.0000           0.0000          -
24048.17/1216.87	c      1217       13127366          31        20          11.0000           0.0000          -
24149.00/1221.92	c      1222       13182020          30        20          11.0000           0.0000          -
24247.81/1226.95	c      1227        2618726      702769        20          11.0000           0.0000          -
24346.58/1231.98	c      1232        1736317      386266        20          11.0000           0.0000          -
24445.44/1236.99	c      1237       13350805          31        20          11.0000           0.0000          -
24546.97/1242.06	c      1242       13410624          31        20          11.0000           0.0000          -
24647.83/1247.19	c      1247       13470657          32        20          11.0000           0.0000          -
24747.62/1252.28	c      1252        2682892      715014        20          11.0000           0.0000          -
24848.44/1257.33	c      1257        2695629      717689        20          11.0000           0.0000          -
24947.27/1262.38	c      1262        2709766      720060        20          11.0000           0.0000          -
25048.06/1267.43	c      1267        2724723      722625        20          11.0000           0.0000          -
25146.89/1272.48	c      1272        1827367      396739        20          11.0000           0.0000          -
25247.79/1277.52	c      1278       13827381          31        20          11.0000           0.0000          -
25346.55/1282.58	c      1283       13884056          31        20          11.0000           0.0000          -
25445.31/1287.60	c      1288       13940744          30        20          11.0000           0.0000          -
25545.97/1292.68	c      1293        1871997      402527        20          11.0000           0.0000          -
25646.91/1297.74	c      1298        1881172      403742        20          11.0000           0.0000          -
25745.72/1302.74	c      1303       14119434          31        20          11.0000           0.0000          -
25844.56/1307.79	c      1308       14178961          31        20          11.0000           0.0000          -
25945.31/1312.83	c      1313       14236840          30        20          11.0000           0.0000          -
26043.96/1317.88	c      1318        1908647      409803        20          11.0000           0.0000          -
26144.76/1322.98	c      1323        2882826      749998        20          11.0000           0.0000          -
26243.55/1327.99	c      1328       14413700          31        20          11.0000           0.0000          -
26342.48/1333.03	c      1333       14475658          32        20          11.0000           0.0000          -
26444.06/1338.07	c      1338       14536047          29        20          11.0000           0.0000          -
26542.90/1343.10	c      1343       14599165          32        20          11.0000           0.0000          -
26641.94/1348.12	c      1348       14663147          28        20          11.0000           0.0000          -
26740.64/1353.13	c      1353        1983850      420694        20          11.0000           0.0000          -
26841.34/1358.18	c      1358        2980833      765923        20          11.0000           0.0000          -
26941.23/1363.25	c      1363       14850092          29        20          11.0000           0.0000          -
27040.11/1368.29	c      1368        3010033      770159        20          11.0000           0.0000          -
27140.92/1373.36	c      1373       14963762          29        20          11.0000           0.0000          -
27239.95/1378.40	c      1378        3039185      775091        20          11.0000           0.0000          -
27340.73/1383.40	c      1383        2044508      429096        20          11.0000           0.0000          -
27439.70/1388.44	c      1388       15147869          30        20          11.0000           0.0000          -
27540.66/1393.54	c      1394       15209686          31        20          11.0000           0.0000          -
27641.67/1398.62	c      1399       15271934          29        20          11.0000           0.0000          -
27740.32/1403.66	c      1404       15335233          30        20          11.0000           0.0000          -
27841.19/1408.74	c      1409       15394480          30        20          11.0000           0.0000          -
27940.07/1413.74	c      1414       15454469          32        20          11.0000           0.0000          -
28038.90/1418.75	c      1419       15516669          31        20          11.0000           0.0000          -
28137.94/1423.78	c      1424        2131736      439955        20          11.0000           0.0000          -
28238.61/1428.89	c      1429        2143197      441380        20          11.0000           0.0000          -
28339.54/1434.00	c      1434        3188562      799624        20          11.0000           0.0000          -
28441.69/1439.13	c      1439        3202759      801600        20          11.0000           0.0000          -
28542.13/1444.18	c      1444        3217537      803590        20          11.0000           0.0000          -
28642.19/1449.23	c      1449        3228520      805828        20          11.0000           0.0000          -
28741.05/1454.28	c      1454        3238803      808308        20          11.0000           0.0000          -
28840.03/1459.30	c      1459       16001588          31        20          11.0000           0.0000          -
28940.84/1464.31	c      1464       16063014          31        20          11.0000           0.0000          -
29041.79/1469.43	c      1469        3276252      814562        20          11.0000           0.0000          -
29140.66/1474.46	c      1474        3278214      814948        20          11.0000           0.0000          -
29239.65/1479.48	c      1479       16249841          31        20          11.0000           0.0000          -
29340.31/1484.55	c      1485       16312015          31        20          11.0000           0.0000          -
29441.28/1489.63	c      1490        2184434      454273        20          11.0000           0.0000          -
29540.11/1494.66	c      1495       16434561          30        20          11.0000           0.0000          -
29641.09/1499.71	c      1500       16496452          31        20          11.0000           0.0000          -
29739.92/1504.74	c      1505       16557929          30        20          11.0000           0.0000          -
29838.91/1509.79	c      1510        3372646      829113        20          11.0000           0.0000          -
29939.63/1514.80	c      1515       16684863          30        20          11.0000           0.0000          -
30038.42/1519.84	c      1520        2218915      461980        20          11.0000           0.0000          -
30137.27/1524.89	c      1525        2225651      463308        20          11.0000           0.0000          -
30238.13/1529.91	c      1530       16873833          31        20          11.0000           0.0000          -
30336.98/1535.03	c      1535       16937349          31        20          11.0000           0.0000          -
30438.88/1540.14	c      1540        2244060      467334        20          11.0000           0.0000          -
30539.49/1545.18	c      1545       19016811          30        20          11.0000           0.0000          -
30639.85/1550.23	c      1550        3474650      845777        20          11.0000           0.0000          -
30738.82/1555.28	c      1555        3490018      847667        20          11.0000           0.0000          -
30839.54/1560.30	c      1560       17250398          30        20          11.0000           0.0000          -
30938.41/1565.31	c      1565       17314512          31        20          11.0000           0.0000          -
31037.17/1570.37	c      1570        2268732      474094        20          11.0000           0.0000          -
31138.04/1575.48	c      1575       17437557          29        20          11.0000           0.0000          -
31238.85/1580.53	c      1581       19467823          30        20          11.0000           0.0000          -
31337.64/1585.58	c      1586       19533255          27        20          11.0000           0.0000          -
31438.44/1590.60	c      1591       17626077          30        20          11.0000           0.0000          -
31537.31/1595.62	c      1596       17687915          31        20          11.0000           0.0000          -
31636.30/1600.68	c      1601        3612801      866069        20          11.0000           0.0000          -
31737.02/1605.78	c      1606       19803625          28        20          11.0000           0.0000          -
31837.79/1610.83	c      1611       17875289          30        20          11.0000           0.0000          -
31936.74/1615.88	c      1616        2336848      486236        20          11.0000           0.0000          -
32037.54/1620.93	c      1621       19992563          29        20          11.0000           0.0000          -
32136.44/1625.98	c      1626        2350181      488854        20          11.0000           0.0000          -
32235.25/1631.01	c      1631       18129925          30        20          11.0000           0.0000          -
32336.88/1636.08	c      1636        2365386      492033        20          11.0000           0.0000          -
32437.78/1641.14	c      1641        2373376      493325        20          11.0000           0.0000          -
32534.95/1646.14	c      1646       18317835          31        20          11.0000           0.0000          -
32636.83/1651.22	c      1651        2389905      495930        20          11.0000           0.0000          -
32735.57/1656.28	c      1656        3759161      889086        20          11.0000           0.0000          -
32834.46/1661.29	c      1661       18502252          28        20          11.0000           0.0000          -
32935.28/1666.37	c      1666       18564027          32        20          11.0000           0.0000          -
33036.10/1671.42	c      1671       18625247          29        20          11.0000           0.0000          -
33135.04/1676.47	c      1676       18687238          31        20          11.0000           0.0000          -
33235.92/1681.53	c      1682        3814456      899404        20          11.0000           0.0000          -
33334.92/1686.58	c      1687        3818642      901264        20          11.0000           0.0000          -
33433.90/1691.59	c      1692       18874318          30        20          11.0000           0.0000          -
33534.95/1696.62	c      1697       18939043          29        20          11.0000           0.0000          -
33635.53/1701.74	c      1702       21013597          28        20          11.0000           0.0000          -
33734.31/1706.78	c      1707       21081179          28        20          11.0000           0.0000          -
33835.19/1711.83	c      1712        3852915      912457        20          11.0000           0.0000          -
33934.18/1716.88	c      1717        3863444      915275        20          11.0000           0.0000          -
34034.82/1721.92	c      1722       19270468          30        20          11.0000           0.0000          -
34133.88/1726.95	c      1727       19335120          32        20          11.0000           0.0000          -
34232.65/1731.97	c      1732        3888864      922188        20          11.0000           0.0000          -
34334.22/1737.05	c      1737       19468258          31        20          11.0000           0.0000          -
34433.11/1742.13	c      1742        3902085      926182        20          11.0000           0.0000          -
34533.96/1747.19	c      1747        2541962      521879        20          11.0000           0.0000          -
34632.61/1752.19	c      1752       19659256          30        20          11.0000           0.0000          -
34732.77/1757.25	c      1757        2554285      524777        20          11.0000           0.0000          -
34831.67/1762.29	c      1762       19782590          29        20          11.0000           0.0000          -
34932.42/1767.33	c      1767       19844763          32        20          11.0000           0.0000          -
35031.32/1772.35	c      1772       19910044          29        20          11.0000           0.0000          -
35132.12/1777.45	c      1777        2579810      529428        20          11.0000           0.0000          -
35232.93/1782.50	c      1783       20041071          32        20          11.0000           0.0000          -
35331.84/1787.51	c      1788        3982508      947009        20          11.0000           0.0000          -
35430.91/1792.55	c      1793        3987562      948998        20          11.0000           0.0000          -
35529.66/1797.58	c      1798       20237067          30        20          11.0000           0.0000          -
35630.43/1802.62	c      1803       20299298          32        20          11.0000           0.0000          -
35731.49/1807.76	c      1808       20360929          30        20          11.0000           0.0000          -
35832.35/1812.82	c      1813       20422402          33        20          11.0000           0.0000          -
35931.28/1817.88	c      1818        4028986      959475        20          11.0000           0.0000          -
36032.09/1822.93	c      1823        2651050      540827        20          11.0000           0.0000          -
36131.03/1827.98	c      1828       22679470          32        20          11.0000           0.0000          -
36229.91/1832.99	c      1833       20667663          32        20          11.0000           0.0000          -
36328.80/1838.03	c      1838        4068734      967987        20          11.0000           0.0000          -
36430.27/1843.05	c      1843       20794282          31        20          11.0000           0.0000          -
36531.08/1848.18	c      1848       20858611          31        20          11.0000           0.0000          -
36631.10/1853.24	c      1853        4101780      975238        20          11.0000           0.0000          -
36729.99/1858.29	c      1858        2705886      549049        20          11.0000           0.0000          -
36830.76/1863.34	c      1863        2715123      550259        20          11.0000           0.0000          -
36929.59/1868.39	c      1868        2721184      551570        20          11.0000           0.0000          -
37028.30/1873.40	c      1873       21175621          30        20          11.0000           0.0000          -
37129.46/1878.45	c      1878       21237603          29        20          11.0000           0.0000          -
37228.25/1883.50	c      1884       21299099          30        20          11.0000           0.0000          -
37329.01/1888.55	c      1889       21362125          32        20          11.0000           0.0000          -
37430.06/1893.62	c      1894        2767952      558089        20          11.0000           0.0000          -
37528.84/1898.69	c      1899        2780136      559722        20          11.0000           0.0000          -
37629.64/1903.74	c      1904        2783520      560822        20          11.0000           0.0000          -
37728.59/1908.75	c      1909       21615681          28        20          11.0000           0.0000          -
37829.37/1913.80	c      1914       21672067          31        20          11.0000           0.0000          -
37928.34/1918.85	c      1919        2793323      563542        20          11.0000           0.0000          -
38027.35/1923.88	c      1924       21787806          30        20          11.0000           0.0000          -
38128.33/1928.95	c      1929       21846309          31        20          11.0000           0.0000          -
38227.39/1934.01	c      1934        2805256      566735        20          11.0000           0.0000          -
38326.38/1939.01	c      1939       21964589          30        20          11.0000           0.0000          -
38428.32/1944.10	c      1944       22021351          31        20          11.0000           0.0000          -
38528.98/1949.16	c      1949       22079110          30        20          11.0000           0.0000          -
38629.17/1954.20	c      1954        2830431      571770        20          11.0000           0.0000          -
38728.14/1959.25	c      1959       22192663          31        20          11.0000           0.0000          -
38826.96/1964.29	c      1964       22250758          31        20          11.0000           0.0000          -
38927.82/1969.35	c      1969       22307054          30        20          11.0000           0.0000          -
39026.47/1974.39	c      1974       22363763          30        20          11.0000           0.0000          -
39127.40/1979.41	c      1979        4333101     1027651        20          11.0000           0.0000          -
39226.31/1984.45	c      1984       22474089          31        20          11.0000           0.0000          -
39327.21/1989.53	c      1990        2879462      580189        20          11.0000           0.0000          -
39426.07/1994.59	c      1995       22583341          32        20          11.0000           0.0000          -
39526.96/1999.62	c      2000       22639221          30        20          11.0000           0.0000          -
39625.90/2004.64	c      2005        2905417      584117        20          11.0000           0.0000          -
39726.81/2009.73	c      2010       22756786          30        20          11.0000           0.0000          -
39827.73/2014.84	c      2015        4397771     1042648        20          11.0000           0.0000          -
39926.59/2019.89	c      2020        4405240     1044201        20          11.0000           0.0000          -
40027.33/2024.91	c      2025       22945321          32        20          11.0000           0.0000          -
40126.20/2029.95	c      2030       23007932          31        20          11.0000           0.0000          -
40225.10/2034.98	c      2035        2961299      591476        20          11.0000           0.0000          -
40326.94/2040.07	c      2040       23128903          31        20          11.0000           0.0000          -
40427.46/2045.14	c      2045       23189918          31        20          11.0000           0.0000          -
40526.50/2050.19	c      2050        2984455      595019        20          11.0000           0.0000          -
40625.61/2055.20	c      2055       23313505          31        20          11.0000           0.0000          -
40725.49/2060.29	c      2060        4466373     1059209        20          11.0000           0.0000          -
40824.55/2065.30	c      2065       23436025          30        20          11.0000           0.0000          -
40925.29/2070.39	c      2070        4486499     1063504        20          11.0000           0.0000          -
41026.18/2075.44	c      2075       25915587          30        20          11.0000           0.0000          -
41125.12/2080.49	c      2080        3029498      602784        20          11.0000           0.0000          -
41226.11/2085.54	c      2086        3038440      604008        20          11.0000           0.0000          -
41325.08/2090.59	c      2091        4528554     1071662        20          11.0000           0.0000          -
41426.22/2095.64	c      2096        4535551     1073687        20          11.0000           0.0000          -
41525.06/2100.69	c      2101        4545975     1075617        20          11.0000           0.0000          -
41626.04/2105.74	c      2106        4556404     1077482        20          11.0000           0.0000          -
41724.86/2110.79	c      2111        4568564     1079265        20          11.0000           0.0000          -
41825.78/2115.84	c      2116        3089163      610916        20          11.0000           0.0000          -
41924.68/2120.89	c      2121        3094592      611965        20          11.0000           0.0000          -
42025.57/2125.94	c      2126        3103529      613319        20          11.0000           0.0000          -
42124.57/2130.99	c      2131        3109536      614316        20          11.0000           0.0000          -
42223.47/2136.04	c      2136        4620724     1088541        20          11.0000           0.0000          -
42325.32/2141.09	c      2141        3121278      616704        20          11.0000           0.0000          -
42424.23/2146.11	c      2146       24407081          31        20          11.0000           0.0000          -
42525.00/2151.16	c      2151       24468279          32        20          11.0000           0.0000          -
42625.04/2156.22	c      2156       24529681          30        20          11.0000           0.0000          -
42724.10/2161.29	c      2161        4676071     1099334        20          11.0000           0.0000          -
42824.99/2166.32	c      2166       24653094          32        20          11.0000           0.0000          -
42923.86/2171.39	c      2171        4690471     1102812        20          11.0000           0.0000          -
43024.64/2176.43	c      2176       24769473          32        20          11.0000           0.0000          -
43123.41/2181.49	c      2182        3194877      626200        20          11.0000           0.0000          -
43224.40/2186.54	c      2187        3197992      626953        20          11.0000           0.0000          -
43323.35/2191.58	c      2192        4729264     1110184        20          11.0000           0.0000          -
43424.32/2196.60	c      2197       25012375          31        20          11.0000           0.0000          -
43523.35/2201.69	c      2202        4745865     1113577        20          11.0000           0.0000          -
43624.08/2206.72	c      2207       25137143          28        20          11.0000           0.0000          -
43723.06/2211.77	c      2212        4767621     1117150        20          11.0000           0.0000          -
43824.06/2216.84	c      2217        4778451     1118870        20          11.0000           0.0000          -
43923.00/2221.89	c      2222        4790326     1120910        20          11.0000           0.0000          -
44023.78/2226.90	c      2227       25381748          30        20          11.0000           0.0000          -
44122.83/2231.99	c      2232        3255943      637787        20          11.0000           0.0000          -
44221.73/2237.02	c      2237       25507341          32        20          11.0000           0.0000          -
44323.56/2242.08	c      2242        3274661      640236        20          11.0000           0.0000          -
44422.60/2247.12	c      2247       25633149          31        20          11.0000           0.0000          -
44523.65/2252.19	c      2252        3287883      642392        20          11.0000           0.0000          -
44623.40/2257.24	c      2257        4840480     1134238        20          11.0000           0.0000          -
44722.27/2262.30	c      2262        4850310     1136474        20          11.0000           0.0000          -
44823.22/2267.34	c      2267       28426674          26        20          11.0000           0.0000          -
44922.14/2272.39	c      2272        3326555      646443        20          11.0000           0.0000          -
45023.14/2277.44	c      2277        4882724     1142455        20          11.0000           0.0000          -
45121.92/2282.49	c      2282        3333062      648202        20          11.0000           0.0000          -
45222.90/2287.54	c      2288        4905442     1146187        20          11.0000           0.0000          -
45321.92/2292.59	c      2293       28751499          29        20          11.0000           0.0000          -
45422.78/2297.65	c      2298       28817960          28        20          11.0000           0.0000          -
45521.77/2302.69	c      2303        3360311      652217        20          11.0000           0.0000          -
45622.73/2307.74	c      2308       28950523          32        20          11.0000           0.0000          -
45721.77/2312.79	c      2313       29012981          27        20          11.0000           0.0000          -
45822.65/2317.80	c      2318       26500708          31        20          11.0000           0.0000          -
45921.48/2322.81	c      2323        4990902     1159065        20          11.0000           0.0000          -
46022.27/2327.94	c      2328        5001906     1160693        20          11.0000           0.0000          -
46121.18/2332.99	c      2333        5011880     1162609        20          11.0000           0.0000          -
46219.95/2338.01	c      2338       26749896          33        20          11.0000           0.0000          -
46321.80/2343.09	c      2343        5025557     1165939        20          11.0000           0.0000          -
46422.61/2348.14	c      2348        3446479      661937        20          11.0000           0.0000          -
46521.66/2353.16	c      2353       26936581          32        20          11.0000           0.0000          -
46621.84/2358.21	c      2358       26999444          30        20          11.0000           0.0000          -
46720.83/2363.26	c      2363       27062043          31        20          11.0000           0.0000          -
46821.63/2368.31	c      2368       27123856          32        20          11.0000           0.0000          -
46920.70/2373.38	c      2373       27185325          31        20          11.0000           0.0000          -
47021.67/2378.43	c      2378        3495813      668013        20          11.0000           0.0000          -
47120.58/2383.47	c      2383       27314850          31        20          11.0000           0.0000          -
47221.48/2388.54	c      2389       29978467          29        20          11.0000           0.0000          -
47320.53/2393.57	c      2394       27442713          33        20          11.0000           0.0000          -
47421.51/2398.64	c      2399        5129107     1187040        20          11.0000           0.0000          -
47520.48/2403.69	c      2404        5136733     1188837        20          11.0000           0.0000          -
47621.51/2408.71	c      2409       27634315          31        20          11.0000           0.0000          -
47720.69/2413.74	c      2414       27696578          32        20          11.0000           0.0000          -
47819.40/2418.79	c      2419        5161502     1194246        20          11.0000           0.0000          -
47920.37/2423.89	c      2424        3572857      677933        20          11.0000           0.0000          -
48021.35/2428.94	c      2429        5181328     1198379        20          11.0000           0.0000          -
48120.22/2433.99	c      2434        5188431     1200046        20          11.0000           0.0000          -
48218.94/2439.04	c      2439        3602822      681401        20          11.0000           0.0000          -
48320.77/2444.09	c      2444        5202291     1203110        20          11.0000           0.0000          -
48419.92/2449.11	c      2449       28137636          29        20          11.0000           0.0000          -
48520.65/2454.19	c      2454       28199670          31        20          11.0000           0.0000          -
48620.87/2459.24	c      2459        5223447     1207372        20          11.0000           0.0000          -
48719.70/2464.26	c      2464       28325187          30        20          11.0000           0.0000          -
48818.67/2469.29	c      2469       28386159          31        20          11.0000           0.0000          -
48919.55/2474.30	c      2474        3660786      689320        20          11.0000           0.0000          -
49018.50/2479.32	c      2479       28509758          30        20          11.0000           0.0000          -
49119.44/2484.40	c      2484       28573154          29        20          11.0000           0.0000          -
49218.42/2489.41	c      2489       28637535          31        20          11.0000           0.0000          -
49317.39/2494.46	c      2494        3697700      694097        20          11.0000           0.0000          -
49420.42/2499.64	c      2500        3707134      695258        20          11.0000           0.0000          -
49519.39/2504.69	c      2505        5279209     1223721        20          11.0000           0.0000          -
49620.30/2509.70	c      2510       28886177          31        20          11.0000           0.0000          -
49719.32/2514.79	c      2515        3729333      698724        20          11.0000           0.0000          -
49820.18/2519.84	c      2520        5304447     1229389        20          11.0000           0.0000          -
49919.14/2524.88	c      2525       29073578          29        20          11.0000           0.0000          -
50020.24/2529.91	c      2530       29135601          32        20          11.0000           0.0000          -
50119.11/2534.94	c      2535       29196039          30        20          11.0000           0.0000          -
50218.05/2539.97	c      2540       29254365          32        20          11.0000           0.0000          -
50319.98/2545.06	c      2545       29314346          30        20          11.0000           0.0000          -
50418.97/2550.14	c      2550        3782452      706197        20          11.0000           0.0000          -
50519.52/2555.16	c      2555       29436997          31        20          11.0000           0.0000          -
50618.66/2560.18	c      2560       29498540          31        20          11.0000           0.0000          -
50718.70/2565.22	c      2565       29561838          30        20          11.0000           0.0000          -
50819.75/2570.34	c      2570        5379587     1246278        20          11.0000           0.0000          -
50918.79/2575.38	c      2575       29687363          31        20          11.0000           0.0000          -
51019.85/2580.44	c      2580       32506254          30        20          11.0000           0.0000          -
51118.90/2585.49	c      2586        5400024     1251204        20          11.0000           0.0000          -
51219.74/2590.52	c      2591       29875362          33        20          11.0000           0.0000          -
51318.82/2595.53	c      2596       29938926          32        20          11.0000           0.0000          -
51419.86/2600.64	c      2601        5430666     1256820        20          11.0000           0.0000          -
51518.97/2605.67	c      2606       30064936          30        20          11.0000           0.0000          -
51620.01/2610.71	c      2611       30127179          30        20          11.0000           0.0000          -
51719.03/2615.78	c      2616       30188917          31        20          11.0000           0.0000          -
51820.08/2620.84	c      2621       33041152          31        20          11.0000           0.0000          -
51919.07/2625.89	c      2626        5476036     1265638        20          11.0000           0.0000          -
52020.09/2630.94	c      2631        5483860     1267458        20          11.0000           0.0000          -
52119.13/2635.99	c      2636        3913334      724135        20          11.0000           0.0000          -
52220.63/2641.04	c      2641        5503821     1270997        20          11.0000           0.0000          -
52319.81/2646.09	c      2646        5514502     1272689        20          11.0000           0.0000          -
52418.68/2651.11	c      2651        3942984      727359        20          11.0000           0.0000          -
52519.65/2656.17	c      2656       30679902          31        20          11.0000           0.0000          -
52619.63/2661.21	c      2661       30739904          31        20          11.0000           0.0000          -
52718.50/2666.28	c      2666        3966975      730532        20          11.0000           0.0000          -
52819.40/2671.34	c      2671       33696822          30        20          11.0000           0.0000          -
52918.45/2676.39	c      2676        5562029     1282329        20          11.0000           0.0000          -
53019.39/2681.42	c      2681        3994322      733963        20          11.0000           0.0000          -
53118.39/2686.44	c      2686       31048738          32        20          11.0000           0.0000          -
53219.33/2691.54	c      2692       31110105          30        20          11.0000           0.0000          -
53318.16/2696.59	c      2697       31171283          32        20          11.0000           0.0000          -
53419.18/2701.64	c      2702        5581409     1289555        20          11.0000           0.0000          -
53518.18/2706.65	c      2707        5585544     1291052        20          11.0000           0.0000          -
53619.06/2711.74	c      2712        5592075     1293059        20          11.0000           0.0000          -
53718.02/2716.79	c      2717        4052720      740425        20          11.0000           0.0000          -
53818.88/2721.84	c      2722        5603099     1296158        20          11.0000           0.0000          -
53917.90/2726.90	c      2727        5608772     1297676        20          11.0000           0.0000          -
54019.03/2731.95	c      2732        5614822     1299321        20          11.0000           0.0000          -
54118.12/2737.00	c      2737        4091927      744639        20          11.0000           0.0000          -
54220.00/2742.05	c      2742        5626712     1302539        20          11.0000           0.0000          -
54318.86/2747.07	c      2747       31792898          29        20          11.0000           0.0000          -
54417.92/2752.14	c      2752        5636065     1305697        20          11.0000           0.0000          -
54520.07/2757.21	c      2757        5644260     1307591        20          11.0000           0.0000          -
54618.98/2762.25	c      2762       34870455          28        20          11.0000           0.0000          -
54719.92/2767.30	c      2767        5658224     1310896        20          11.0000           0.0000          -
54818.75/2772.35	c      2772        4151559      751979        20          11.0000           0.0000          -
54919.71/2777.40	c      2777        5675706     1314428        20          11.0000           0.0000          -
55018.69/2782.45	c      2782        5683929     1315683        20          11.0000           0.0000          -
55119.67/2787.50	c      2788        5694309     1317090        20          11.0000           0.0000          -
55218.68/2792.54	c      2793        4186474      756332        20          11.0000           0.0000          -
55317.67/2797.56	c      2798       32420876          32        20          11.0000           0.0000          -
55418.68/2802.61	c      2803       32480733          30        20          11.0000           0.0000          -
55519.62/2807.71	c      2808        4213278      759270        20          11.0000           0.0000          -
55618.55/2812.76	c      2813        5740083     1325386        20          11.0000           0.0000          -
55719.64/2817.81	c      2818        4229950      761520        20          11.0000           0.0000          -
55818.71/2822.86	c      2823        4243734      762841        20          11.0000           0.0000          -
55919.77/2827.91	c      2828        5765657     1330190        20          11.0000           0.0000          -
56018.44/2832.95	c      2833       32851682          31        20          11.0000           0.0000          -
56117.51/2838.01	c      2838       35892312          26        20          11.0000           0.0000          -
56219.22/2843.06	c      2843       35956276          31        20          11.0000           0.0000          -
56318.22/2848.08	c      2848       33035682          32        20          11.0000           0.0000          -
56417.21/2853.10	c      2853       33099650          32        20          11.0000           0.0000          -
56516.27/2858.13	c      2858       33163693          32        20          11.0000           0.0000          -
56617.17/2863.19	c      2863        4310546      770573        20          11.0000           0.0000          -
56717.36/2868.21	c      2868       33287784          29        20          11.0000           0.0000          -
56818.40/2873.33	c      2873       33349565          29        20          11.0000           0.0000          -
56919.38/2878.41	c      2878        4334872      773629        20          11.0000           0.0000          -
57018.29/2883.45	c      2883        4343552      774586        20          11.0000           0.0000          -
57117.27/2888.48	c      2888       33537647          31        20          11.0000           0.0000          -
57216.06/2893.49	c      2894        4360402      776523        20          11.0000           0.0000          -
57317.00/2898.55	c      2899       33665140          30        20          11.0000           0.0000          -
57415.97/2903.60	c      2904       33727252          31        20          11.0000           0.0000          -
57516.93/2908.68	c      2909        5910842     1356235        20          11.0000           0.0000          -
57617.94/2913.72	c      2914       33848803          32        20          11.0000           0.0000          -
57716.91/2918.77	c      2919       33911055          32        20          11.0000           0.0000          -
57817.87/2923.86	c      2924       36996510          29        20          11.0000           0.0000          -
57918.89/2928.91	c      2929        5949985     1362427        20          11.0000           0.0000          -
58017.95/2933.92	c      2934       34097853          31        20          11.0000           0.0000          -
58116.96/2938.99	c      2939       34160441          30        20          11.0000           0.0000          -
58218.62/2944.05	c      2944       34221373          29        20          11.0000           0.0000          -
58317.87/2949.13	c      2949       37319289          26        20          11.0000           0.0000          -
58418.64/2954.15	c      2954       34346995          31        20          11.0000           0.0000          -
58517.63/2959.17	c      2959       34410374          29        20          11.0000           0.0000          -
58617.59/2964.27	c      2964        4497204      790317        20          11.0000           0.0000          -
58718.54/2969.32	c      2969        6026566     1375622        20          11.0000           0.0000          -
58817.50/2974.37	c      2974        4517733      792359        20          11.0000           0.0000          -
58918.43/2979.42	c      2979        4524535      793090        20          11.0000           0.0000          -
59017.45/2984.47	c      2984        6054794     1380022        20          11.0000           0.0000          -
59118.47/2989.52	c      2990        6065921     1381763        20          11.0000           0.0000          -
59217.56/2994.57	c      2995        6077240     1383492        20          11.0000           0.0000          -
59316.51/2999.59	c      3000       34900308          31        20          11.0000           0.0000          -
59417.33/3004.67	c      3005        4566702      797656        20          11.0000           0.0000          -
59516.37/3009.69	c      3010       35024469          32        20          11.0000           0.0000          -
59617.39/3014.77	c      3015       35087602          29        20          11.0000           0.0000          -
59718.37/3019.82	c      3020        4589225      800592        20          11.0000           0.0000          -
59817.35/3024.87	c      3025        6127932     1392705        20          11.0000           0.0000          -
59916.26/3029.90	c      3030       35280414          31        20          11.0000           0.0000          -
60017.24/3034.93	c      3035       35346085          31        20          11.0000           0.0000          -
60116.32/3040.02	c      3040        4621822      804118        20          11.0000           0.0000          -
60217.82/3045.07	c      3045        6162184     1399065        20          11.0000           0.0000          -
60316.80/3050.11	c      3050       35536950          31        20          11.0000           0.0000          -
60415.80/3055.12	c      3055       35602500          32        20          11.0000           0.0000          -
60518.04/3060.21	c      3060        4653355      807984        20          11.0000           0.0000          -
60616.95/3065.23	c      3065        4660585      808762        20          11.0000           0.0000          -
60717.85/3070.32	c      3070       38925795          30        20          11.0000           0.0000          -
60816.84/3075.37	c      3075        4676700      810783        20          11.0000           0.0000          -
60917.97/3080.42	c      3080       35918879          31        20          11.0000           0.0000          -
61017.06/3085.47	c      3085        4691474      812285        20          11.0000           0.0000          -
61117.92/3090.52	c      3091       39199102          28        20          11.0000           0.0000          -
61216.96/3095.57	c      3096        4712129      814478        20          11.0000           0.0000          -
61317.95/3100.62	c      3101        4721070      815249        20          11.0000           0.0000          -
61416.87/3105.68	c      3106        6250140     1417912        20          11.0000           0.0000          -
61515.94/3110.68	c      3111       36308728          31        20          11.0000           0.0000          -
61617.06/3115.77	c      3116        4743517      818467        20          11.0000           0.0000          -
61715.95/3120.78	c      3121       36432676          29        20          11.0000           0.0000          -
61817.06/3125.87	c      3126        4762210      820606        20          11.0000           0.0000          -
61917.89/3130.91	c      3131       36560400          32        20          11.0000           0.0000          -
62016.81/3135.97	c      3136        4775389      822577        20          11.0000           0.0000          -
62115.85/3141.03	c      3141        6301890     1428752        20          11.0000           0.0000          -
62217.66/3146.07	c      3146        4788981      824290        20          11.0000           0.0000          -
62316.75/3151.08	c      3151       36819155          30        20          11.0000           0.0000          -
62415.57/3156.09	c      3156       36884757          30        20          11.0000           0.0000          -
62516.65/3161.17	c      3161       36951788          30        20          11.0000           0.0000          -
62616.63/3166.21	c      3166       37017231          31        20          11.0000           0.0000          -
62715.67/3171.27	c      3171       37081386          32        20          11.0000           0.0000          -
62816.61/3176.34	c      3176       37147018          29        20          11.0000           0.0000          -
62917.65/3181.42	c      3181        4844189      830978        20          11.0000           0.0000          -
63016.72/3186.47	c      3186       40482981          27        20          11.0000           0.0000          -
63117.66/3191.53	c      3192        4855092      833092        20          11.0000           0.0000          -
63216.64/3196.57	c      3197        6410737     1447476        20          11.0000           0.0000          -
63317.75/3201.62	c      3202        4872785      835040        20          11.0000           0.0000          -
63416.72/3206.68	c      3207        6428861     1450488        20          11.0000           0.0000          -
63517.74/3211.73	c      3212        4888989      837030        20          11.0000           0.0000          -
63616.85/3216.78	c      3217       40873047          26        20          11.0000           0.0000          -
63717.42/3221.83	c      3222        6459299     1455581        20          11.0000           0.0000          -
63816.33/3226.86	c      3227       37763179          29        20          11.0000           0.0000          -
63917.17/3231.93	c      3232        6480783     1459111        20          11.0000           0.0000          -
64016.18/3236.98	c      3237        6488693     1460411        20          11.0000           0.0000          -
64115.19/3242.03	c      3242        4903534      839767        20          11.0000           0.0000          -
64216.92/3247.05	c      3247       38008080          30        20          11.0000           0.0000          -
64316.06/3252.12	c      3252       38069350          25        20          11.0000           0.0000          -
64416.97/3257.17	c      3257       38127960          30        20          11.0000           0.0000          -
64515.88/3262.19	c      3262       38186221          31        20          11.0000           0.0000          -
64615.93/3267.25	c      3267       38245332          32        20          11.0000           0.0000          -
64715.00/3272.28	c      3272        6554473     1471195        20          11.0000           0.0000          -
64813.96/3277.29	c      3277        6554473     1471195        20          11.0000           0.0000          -
64914.97/3282.34	c      3282       38421976          29        20          11.0000           0.0000          -
65015.93/3287.40	c      3287       38483921          28        20          11.0000           0.0000          -
65114.87/3292.44	c      3292       38540700          29        20          11.0000           0.0000          -
65215.91/3297.58	c      3298        6579423     1476733        20          11.0000           0.0000          -
65316.85/3302.63	c      3303        4947391      848382        20          11.0000           0.0000          -
65415.89/3307.64	c      3308       38719585          31        20          11.0000           0.0000          -
65516.96/3312.73	c      3313        4953564      849811        20          11.0000           0.0000          -
65615.80/3317.78	c      3318       38836076          28        20          11.0000           0.0000          -
65716.87/3322.83	c      3323        4964739      851502        20          11.0000           0.0000          -
65815.91/3327.88	c      3328       42351895          25        20          11.0000           0.0000          -
65915.00/3332.89	c      3333       39021252          31        20          11.0000           0.0000          -
66016.01/3337.90	c      3338       39082563          30        20          11.0000           0.0000          -
66114.97/3342.93	c      3343       39146097          29        20          11.0000           0.0000          -
66214.02/3347.99	c      3348       39208534          29        20          11.0000           0.0000          -
66313.00/3353.02	c      3353       39273182          30        20          11.0000           0.0000          -
66414.79/3358.08	c      3358        6682616     1498569        20          11.0000           0.0000          -
66515.77/3363.19	c      3363       39402494          31        20          11.0000           0.0000          -
66615.87/3368.23	c      3368       39467584          31        20          11.0000           0.0000          -
66714.90/3373.28	c      3373        5015996      859219        20          11.0000           0.0000          -
66815.86/3378.31	c      3378       39598712          31        20          11.0000           0.0000          -
66914.87/3383.39	c      3383       39662188          32        20          11.0000           0.0000          -
67015.76/3388.47	c      3388       39723388          31        20          11.0000           0.0000          -
67116.67/3393.53	c      3394        6758701     1510393        20          11.0000           0.0000          -
67215.77/3398.56	c      3399       39849447          30        20          11.0000           0.0000          -
67314.89/3403.57	c      3404       39913502          31        20          11.0000           0.0000          -
67415.58/3408.62	c      3409       39974964          31        20          11.0000           0.0000          -
67514.84/3413.63	c      3414       40036028          33        20          11.0000           0.0000          -
67615.70/3418.75	c      3419       40097659          30        20          11.0000           0.0000          -
67716.59/3423.83	c      3424        5081285      869961        20          11.0000           0.0000          -
67815.60/3428.88	c      3429        6821942     1521512        20          11.0000           0.0000          -
67916.59/3433.90	c      3434       40289572          27        20          11.0000           0.0000          -
68015.61/3438.98	c      3439        6844310     1524675        20          11.0000           0.0000          -
68114.64/3444.04	c      3444        5098034      874126        20          11.0000           0.0000          -
68216.23/3449.08	c      3449       43989782          31        20          11.0000           0.0000          -
68315.52/3454.11	c      3454       40546774          31        20          11.0000           0.0000          -
68416.12/3459.19	c      3459        5113621      877237        20          11.0000           0.0000          -
68515.71/3464.19	c      3464       40673506          30        20          11.0000           0.0000          -
68615.71/3469.24	c      3469       40737713          30        20          11.0000           0.0000          -
68716.73/3474.33	c      3474        6908640     1535434        20          11.0000           0.0000          -
68815.68/3479.38	c      3479       40866786          30        20          11.0000           0.0000          -
68916.73/3484.43	c      3484        5139314      881913        20          11.0000           0.0000          -
69015.79/3489.45	c      3489        5142482      882585        20          11.0000           0.0000          -
69114.86/3494.47	c      3494       41061506          29        20          11.0000           0.0000          -
69215.59/3499.58	c      3500        6956942     1543403        20          11.0000           0.0000          -
69316.54/3504.63	c      3505        5159231      885715        20          11.0000           0.0000          -
69415.59/3509.68	c      3510        5167732      887046        20          11.0000           0.0000          -
69516.42/3514.73	c      3515        5174233      887907        20          11.0000           0.0000          -
69615.46/3519.78	c      3520       41385485          31        20          11.0000           0.0000          -
69716.62/3524.83	c      3525        7013498     1552206        20          11.0000           0.0000          -
69815.47/3529.88	c      3530        7023399     1553822        20          11.0000           0.0000          -
69916.51/3534.93	c      3535        5199496      891700        20          11.0000           0.0000          -
70015.48/3539.98	c      3540       45199345          30        20          11.0000           0.0000          -
70114.32/3545.00	c      3545        7049569     1558296        20          11.0000           0.0000          -
70216.16/3550.07	c      3550       41781256          31        20          11.0000           0.0000          -
70315.44/3555.10	c      3555       41849101          29        20          11.0000           0.0000          -
70414.09/3560.15	c      3560        7075541     1562643        20          11.0000           0.0000          -
70516.31/3565.23	c      3565        7082196     1564350        20          11.0000           0.0000          -
70615.36/3570.28	c      3570        5252308      898974        20          11.0000           0.0000          -
70716.33/3575.31	c      3575       42098206          31        20          11.0000           0.0000          -
70815.55/3580.39	c      3580        7101971     1568603        20          11.0000           0.0000          -
70916.42/3585.44	c      3585        5275120      901479        20          11.0000           0.0000          -
71015.35/3590.48	c      3590       42284359          31        20          11.0000           0.0000          -
71116.22/3595.54	c      3596        5290333      903362        20          11.0000           0.0000          -
71215.31/3600.58	c      3601       42410598          30        20          11.0000           0.0000          -
71316.22/3605.60	c      3606       42475496          31        20          11.0000           0.0000          -
71415.25/3610.69	c      3611       46166769          28        20          11.0000           0.0000          -
71516.29/3615.73	c      3616       42605861          30        20          11.0000           0.0000          -
71615.21/3620.78	c      3621       42670450          30        20          11.0000           0.0000          -
71716.07/3625.82	c      3626       42733695          30        20          11.0000           0.0000          -
71814.97/3630.89	c      3631        5335572      909101        20          11.0000           0.0000          -
71915.97/3635.94	c      3636        5336834      909793        20          11.0000           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (190435 MiB free)
  memory of node 1: 193531 MiB (191879 MiB free)
  memory of node 2: 193531 MiB (193106 MiB free)
  memory of node 3: 193531 MiB (193006 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-4465248-1722453440/watcher-4465248-1722453440 -o /tmp/evaluation-result-4465248-1722453440/solver-4465248-1722453440 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68157 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465248-1722453440.opb -qsol -t 72000 -sth 20 

running on 20 cores: 2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78

CPU governors:
  performance: 2 6 10 14 18 22 26 30 34 38 42 46 50 54 58 62 66 70 74 78

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


[startup+0.100589 s]*
/proc/loadavg: 20.47 29.27 41.35 86/1021 68378
/proc/meminfo: memFree=786346760/790760800 swapFree=131071996/131071996
[pid=68207] ppid=68200 vsize=1671576 memory=181016 CPUtime=1.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/stat : 68207 (fscip) S 68200 68207 68145 0 -1 1077936128 42026 0 0 0 94 22 0 0 20 0 41 0 11930817 1711693824 45188 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 17 74 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
/proc/68207/statm: 417894 45188 2950 3035 0 135226 0
[pid=68207/tid=68273] ppid=68200 vsize=1671576 memory=4026531959 CPUtime=0.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68273/stat : 68273 (fscip) R 68200 68207 68145 0 -1 4194368 2131 0 0 0 5 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68274] ppid=68200 vsize=1671576 memory=74233 CPUtime=0.03 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68274/stat : 68274 (fscip) R 68200 68207 68145 0 -1 4194368 1756 0 0 0 3 0 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68275] ppid=68200 vsize=1671576 memory=54117410275792 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68275/stat : 68275 (fscip) R 68200 68207 68145 0 -1 4194368 1877 0 0 0 4 0 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68276] ppid=68200 vsize=1671576 memory=60718791787076 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68276/stat : 68276 (fscip) R 68200 68207 68145 0 -1 4194368 1905 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68277] ppid=68200 vsize=1671576 memory=62879193891508 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68277/stat : 68277 (fscip) R 68200 68207 68145 0 -1 4194368 1789 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68280] ppid=68200 vsize=1671576 memory=58489770869644 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68280/stat : 68280 (fscip) R 68200 68207 68145 0 -1 4194368 1861 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68282] ppid=68200 vsize=1671576 memory=16103658576151980 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68282/stat : 68282 (fscip) R 68200 68207 68145 0 -1 4194368 2142 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68286] ppid=68200 vsize=1671576 memory=15542942005725407 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68286/stat : 68286 (fscip) R 68200 68207 68145 0 -1 4194368 2210 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68287] ppid=68200 vsize=1671576 memory=4048796753766689491 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68287/stat : 68287 (fscip) R 68200 68207 68145 0 -1 4194368 1912 0 0 0 5 0 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68288] ppid=68200 vsize=1671576 memory=4050197557383859077 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68288/stat : 68288 (fscip) R 68200 68207 68145 0 -1 4194368 2134 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68289] ppid=68200 vsize=1671576 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68289/stat : 68289 (fscip) R 68200 68207 68145 0 -1 4194368 1833 0 0 0 4 0 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68290] ppid=68200 vsize=1671576 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68290/stat : 68290 (fscip) R 68200 68207 68145 0 -1 4194368 1935 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68291] ppid=68200 vsize=1671576 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68291/stat : 68291 (fscip) R 68200 68207 68145 0 -1 4194368 2128 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68292] ppid=68200 vsize=1671576 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68292/stat : 68292 (fscip) R 68200 68207 68145 0 -1 4194368 2212 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68293] ppid=68200 vsize=1671576 memory=0 CPUtime=0.04 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68293/stat : 68293 (fscip) R 68200 68207 68145 0 -1 4194368 1901 0 0 0 4 0 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68294] ppid=68200 vsize=1671576 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68294/stat : 68294 (fscip) R 68200 68207 68145 0 -1 4194368 2140 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68295] ppid=68200 vsize=1671576 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68295/stat : 68295 (fscip) R 68200 68207 68145 0 -1 4194368 2215 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68296] ppid=68200 vsize=1671576 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68296/stat : 68296 (fscip) R 68200 68207 68145 0 -1 4194368 1996 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45386 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68297] ppid=68200 vsize=1671576 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68297/stat : 68297 (fscip) R 68200 68207 68145 0 -1 4194368 2143 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45452 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68298] ppid=68200 vsize=1671576 memory=0 CPUtime=0.05 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68298/stat : 68298 (fscip) R 68200 68207 68145 0 -1 4194368 2215 0 0 0 4 1 0 0 20 0 41 0 11930818 1711693824 45452 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68359] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68359/stat : 68359 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45452 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68360] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68360/stat : 68360 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45452 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68361] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68361/stat : 68361 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45452 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68362] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68362/stat : 68362 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45452 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68363] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68363/stat : 68363 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45452 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68364] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68364/stat : 68364 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45452 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68365] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68365/stat : 68365 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68366] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68366/stat : 68366 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68367] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68367/stat : 68367 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68368] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68368/stat : 68368 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68369] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68369/stat : 68369 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68370] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68370/stat : 68370 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68371] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68371/stat : 68371 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68372] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68372/stat : 68372 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68373] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68373/stat : 68373 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 70 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68374] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68374/stat : 68374 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68375] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68375/stat : 68375 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68376] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68376/stat : 68376 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68377] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68377/stat : 68377 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68378] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68378/stat : 68378 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 45518 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 1671576 KiB
Current children cumulated memory: 181016 KiB

[startup+0.232391 s]*
/proc/loadavg: 20.47 29.27 41.35 81/1021 68378
/proc/meminfo: memFree=785962940/790760800 swapFree=131071996/131071996
[pid=68207] ppid=68200 vsize=1671576 memory=270060 CPUtime=3.6 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/stat : 68207 (fscip) S 68200 68207 68145 0 -1 1077936128 64807 0 0 0 333 27 0 0 20 0 41 0 11930817 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 17 62 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
/proc/68207/statm: 417894 67515 2950 3035 0 159066 0
[pid=68207/tid=68273] ppid=68200 vsize=1671576 memory=4026531959 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68273/stat : 68273 (fscip) R 68200 68207 68145 0 -1 4194368 4370 0 0 0 16 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68274] ppid=68200 vsize=1671576 memory=74240 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68274/stat : 68274 (fscip) R 68200 68207 68145 0 -1 4194368 2748 0 0 0 15 0 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68275] ppid=68200 vsize=1671576 memory=56316433531346 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68275/stat : 68275 (fscip) R 68200 68207 68145 0 -1 4194368 2093 0 0 0 16 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68276] ppid=68200 vsize=1671576 memory=52983572464199 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68276/stat : 68276 (fscip) R 68200 68207 68145 0 -1 4194368 3838 0 0 0 14 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68277] ppid=68200 vsize=1671576 memory=54087395836598 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68277/stat : 68277 (fscip) R 68200 68207 68145 0 -1 4194368 3039 0 0 0 17 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68280] ppid=68200 vsize=1671576 memory=54104609260456 CPUtime=0.19 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68280/stat : 68280 (fscip) R 68200 68207 68145 0 -1 4194368 2082 0 0 0 18 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68282] ppid=68200 vsize=1671576 memory=13852958274094510 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68282/stat : 68282 (fscip) D 68200 68207 68145 0 -1 4194368 4327 0 0 0 16 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68286] ppid=68200 vsize=1671576 memory=13563782437800175 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68286/stat : 68286 (fscip) R 68200 68207 68145 0 -1 4194368 2879 0 0 0 16 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68287] ppid=68200 vsize=1671576 memory=32575 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68287/stat : 68287 (fscip) R 68200 68207 68145 0 -1 4194368 2056 0 0 0 17 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68288] ppid=68200 vsize=1671576 memory=189610 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68288/stat : 68288 (fscip) D 68200 68207 68145 0 -1 4194368 4384 0 0 0 16 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68289] ppid=68200 vsize=1671576 memory=0 CPUtime=0.16 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68289/stat : 68289 (fscip) R 68200 68207 68145 0 -1 4194368 2881 0 0 0 16 0 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68290] ppid=68200 vsize=1671576 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68290/stat : 68290 (fscip) R 68200 68207 68145 0 -1 4194368 2123 0 0 0 16 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68291] ppid=68200 vsize=1671576 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68291/stat : 68291 (fscip) D 68200 68207 68145 0 -1 4194368 4365 0 0 0 16 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68292] ppid=68200 vsize=1671576 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68292/stat : 68292 (fscip) R 68200 68207 68145 0 -1 4194368 2861 0 0 0 17 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68293] ppid=68200 vsize=1671576 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68293/stat : 68293 (fscip) R 68200 68207 68145 0 -1 4194368 2048 0 0 0 17 1 0 0 20 0 41 0 11930818 1711693824 67515 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68294] ppid=68200 vsize=1671576 memory=0 CPUtime=0.15 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68294/stat : 68294 (fscip) R 68200 68207 68145 0 -1 4194368 4298 0 0 0 14 1 0 0 20 0 41 0 11930818 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68295] ppid=68200 vsize=1671576 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68295/stat : 68295 (fscip) R 68200 68207 68145 0 -1 4194368 3411 0 0 0 17 1 0 0 20 0 41 0 11930818 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68296] ppid=68200 vsize=1671576 memory=0 CPUtime=0.18 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68296/stat : 68296 (fscip) R 68200 68207 68145 0 -1 4194368 2112 0 0 0 17 1 0 0 20 0 41 0 11930818 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68297] ppid=68200 vsize=1671576 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68297/stat : 68297 (fscip) R 68200 68207 68145 0 -1 4194368 4329 0 0 0 16 1 0 0 20 0 41 0 11930818 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68298] ppid=68200 vsize=1671576 memory=0 CPUtime=0.17 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68298/stat : 68298 (fscip) R 68200 68207 68145 0 -1 4194368 2838 0 0 0 16 1 0 0 20 0 41 0 11930818 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68359] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68359/stat : 68359 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 38 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68360] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68360/stat : 68360 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68361] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68361/stat : 68361 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68362] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68362/stat : 68362 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68363] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68363/stat : 68363 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68364] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68364/stat : 68364 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68365] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68365/stat : 68365 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68366] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68366/stat : 68366 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 46 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68367] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68367/stat : 68367 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68368] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68368/stat : 68368 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68369] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68369/stat : 68369 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68370] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68370/stat : 68370 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68371] ppid=68200 vsize=1671576 memory=0 CPUtime=0 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68371/stat : 68371 (fscip) S 68200 68207 68145 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11930822 1711693824 67581 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0

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

[pid=68207/tid=68362] ppid=68200 vsize=31161520 memory=-7522252195665897088 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68362/stat : 68362 (fscip) S 68200 68207 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68363] ppid=68200 vsize=31161520 memory=7620 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68363/stat : 68363 (fscip) S 68200 68207 68145 0 -1 1077936192 65 0 0 0 0 2 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68364] ppid=68200 vsize=31161520 memory=29641808 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68364/stat : 68364 (fscip) S 68200 68207 68145 0 -1 1077936192 124 0 0 0 0 2 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68365] ppid=68200 vsize=31161520 memory=11424 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68365/stat : 68365 (fscip) S 68200 68207 68145 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68366] ppid=68200 vsize=31161520 memory=30399726987509844 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68366/stat : 68366 (fscip) S 68200 68207 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68367] ppid=68200 vsize=31161520 memory=7306081393328089959 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68367/stat : 68367 (fscip) S 68200 68207 68145 0 -1 1077936192 130 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68368] ppid=68200 vsize=31161520 memory=281366800432928 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68368/stat : 68368 (fscip) S 68200 68207 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68369] ppid=68200 vsize=31161520 memory=29361440 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68369/stat : 68369 (fscip) S 68200 68207 68145 0 -1 1077936192 137 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 2 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68370] ppid=68200 vsize=31161520 memory=7112 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68370/stat : 68370 (fscip) S 68200 68207 68145 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68371] ppid=68200 vsize=31161520 memory=29071644 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68371/stat : 68371 (fscip) S 68200 68207 68145 0 -1 1077936192 125 0 0 0 0 2 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68372] ppid=68200 vsize=31161520 memory=25333125866717268 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68372/stat : 68372 (fscip) S 68200 68207 68145 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68373] ppid=68200 vsize=31161520 memory=6935650355304751168 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68373/stat : 68373 (fscip) S 68200 68207 68145 0 -1 1077936192 124 0 0 0 1 0 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68374] ppid=68200 vsize=31161520 memory=11424 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68374/stat : 68374 (fscip) S 68200 68207 68145 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 14 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68375] ppid=68200 vsize=31161520 memory=13664 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68375/stat : 68375 (fscip) S 68200 68207 68145 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 54 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68376] ppid=68200 vsize=31161520 memory=10392 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68376/stat : 68376 (fscip) S 68200 68207 68145 0 -1 1077936192 125 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 42 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68377] ppid=68200 vsize=31161520 memory=-7522252195665897088 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68377/stat : 68377 (fscip) S 68200 68207 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68378] ppid=68200 vsize=31161520 memory=-7522252195665896576 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68378/stat : 68378 (fscip) S 68200 68207 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 31909396480 7423425 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 18 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
Current children cumulated CPU time: 70855.1 s
Current children cumulated vsize: 31161520 KiB
Current children cumulated memory: 29693700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3640.14 s]
/proc/loadavg: 80.79 80.47 79.80 84/1021 70250
/proc/meminfo: memFree=684527144/790760800 swapFree=131071996/131071996
[pid=68207] ppid=68200 vsize=31506604 memory=30022556 CPUtime=72000 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/stat : 68207 (fscip) S 68200 68207 68145 0 -1 1077936128 89712948 0 0 0 7132892 67111 0 0 20 0 41 0 11930817 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 17 66 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
/proc/68207/statm: 7876651 7505639 3334 3035 0 7727990 0
[pid=68207/tid=68273] ppid=68200 vsize=31506604 memory=3308 CPUtime=3599.61 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68273/stat : 68273 (fscip) R 68200 68207 68145 0 -1 4194368 7635134 0 0 0 357841 2120 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 70 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68274] ppid=68200 vsize=31506604 memory=0 CPUtime=3602.14 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68274/stat : 68274 (fscip) R 68200 68207 68145 0 -1 4194368 5954364 0 0 0 357566 2648 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 26 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68275] ppid=68200 vsize=31506604 memory=132 CPUtime=3597.96 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68275/stat : 68275 (fscip) R 68200 68207 68145 0 -1 4194368 196207 0 0 0 354075 5721 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 30 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68276] ppid=68200 vsize=31506604 memory=281366799422848 CPUtime=3599.86 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68276/stat : 68276 (fscip) R 68200 68207 68145 0 -1 4194368 8501521 0 0 0 358306 1680 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 62 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68277] ppid=68200 vsize=31506604 memory=587216518780432 CPUtime=3602.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68277/stat : 68277 (fscip) R 68200 68207 68145 0 -1 4194368 4765844 0 0 0 357308 2944 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 46 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68280] ppid=68200 vsize=31506604 memory=29940404 CPUtime=3597.27 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68280/stat : 68280 (fscip) R 68200 68207 68145 0 -1 4194368 173418 0 0 0 354332 5395 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 58 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68282] ppid=68200 vsize=31506604 memory=281366799683408 CPUtime=3600.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68282/stat : 68282 (fscip) R 68200 68207 68145 0 -1 4194368 7640171 0 0 0 357736 2362 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 74 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68286] ppid=68200 vsize=31506604 memory=29777428 CPUtime=3600.97 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68286/stat : 68286 (fscip) R 68200 68207 68145 0 -1 4194368 5395849 0 0 0 357627 2470 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 2 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68287] ppid=68200 vsize=31506604 memory=20208 CPUtime=3599.24 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68287/stat : 68287 (fscip) R 68200 68207 68145 0 -1 4194368 169727 0 0 0 354279 5645 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 50 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68288] ppid=68200 vsize=31506604 memory=198340509722 CPUtime=3600.41 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68288/stat : 68288 (fscip) R 68200 68207 68145 0 -1 4194368 7846223 0 0 0 357947 2094 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 38 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68289] ppid=68200 vsize=31506604 memory=281366799037072 CPUtime=3600.38 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68289/stat : 68289 (fscip) R 68200 68207 68145 0 -1 4194368 4322656 0 0 0 357352 2686 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 34 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68290] ppid=68200 vsize=31506604 memory=0 CPUtime=3596.3 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68290/stat : 68290 (fscip) R 68200 68207 68145 0 -1 4194368 169400 0 0 0 353907 5723 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 22 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68291] ppid=68200 vsize=31506604 memory=281366799648528 CPUtime=3602.98 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68291/stat : 68291 (fscip) R 68200 68207 68145 0 -1 4194368 7094132 0 0 0 357956 2342 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 78 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68292] ppid=68200 vsize=31506604 memory=0 CPUtime=3600.77 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68292/stat : 68292 (fscip) R 68200 68207 68145 0 -1 4194368 5445556 0 0 0 357711 2366 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 54 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68293] ppid=68200 vsize=31506604 memory=281366801306400 CPUtime=3597.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68293/stat : 68293 (fscip) R 68200 68207 68145 0 -1 4194368 159315 0 0 0 353869 5880 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 66 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68294] ppid=68200 vsize=31506604 memory=104 CPUtime=3600.87 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68294/stat : 68294 (fscip) R 68200 68207 68145 0 -1 4194368 7416512 0 0 0 357836 2251 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 18 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68295] ppid=68200 vsize=31506604 memory=5432 CPUtime=3600.49 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68295/stat : 68295 (fscip) R 68200 68207 68145 0 -1 4194368 5061670 0 0 0 357505 2544 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 42 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68296] ppid=68200 vsize=31506604 memory=2268 CPUtime=3597.52 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68296/stat : 68296 (fscip) R 68200 68207 68145 0 -1 4194368 197330 0 0 0 354252 5500 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 14 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68297] ppid=68200 vsize=31506604 memory=1996 CPUtime=3598.2 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68297/stat : 68297 (fscip) R 68200 68207 68145 0 -1 4194368 6567070 0 0 0 357469 2351 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 10 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68298] ppid=68200 vsize=31506604 memory=5432 CPUtime=3602.06 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68298/stat : 68298 (fscip) R 68200 68207 68145 0 -1 4194368 4995224 0 0 0 357857 2349 0 0 20 0 41 0 11930818 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 0 0 0 -1 6 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68359] ppid=68200 vsize=31506604 memory=10392 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68359/stat : 68359 (fscip) S 68200 68207 68145 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68360] ppid=68200 vsize=31506604 memory=1836 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68360/stat : 68360 (fscip) S 68200 68207 68145 0 -1 1077936192 128 0 0 0 0 2 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68361] ppid=68200 vsize=31506604 memory=164 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68361/stat : 68361 (fscip) S 68200 68207 68145 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 74 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68362] ppid=68200 vsize=31506604 memory=11424 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68362/stat : 68362 (fscip) S 68200 68207 68145 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68363] ppid=68200 vsize=31506604 memory=11424 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68363/stat : 68363 (fscip) S 68200 68207 68145 0 -1 1077936192 65 0 0 0 0 2 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 34 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68364] ppid=68200 vsize=31506604 memory=13664 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68364/stat : 68364 (fscip) S 68200 68207 68145 0 -1 1077936192 126 0 0 0 0 2 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68365] ppid=68200 vsize=31506604 memory=29881796 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68365/stat : 68365 (fscip) S 68200 68207 68145 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68366] ppid=68200 vsize=31506604 memory=26957192 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68366/stat : 68366 (fscip) S 68200 68207 68145 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 6 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68367] ppid=68200 vsize=31506604 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68367/stat : 68367 (fscip) S 68200 68207 68145 0 -1 1077936192 130 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68368] ppid=68200 vsize=31506604 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68368/stat : 68368 (fscip) S 68200 68207 68145 0 -1 1077936192 124 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 78 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68369] ppid=68200 vsize=31506604 memory=281366797712688 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68369/stat : 68369 (fscip) S 68200 68207 68145 0 -1 1077936192 139 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68370] ppid=68200 vsize=31506604 memory=6944656575208382560 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68370/stat : 68370 (fscip) S 68200 68207 68145 0 -1 1077936192 130 0 0 0 0 2 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68371] ppid=68200 vsize=31506604 memory=0 CPUtime=0.02 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68371/stat : 68371 (fscip) S 68200 68207 68145 0 -1 1077936192 127 0 0 0 0 2 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68372] ppid=68200 vsize=31506604 memory=2372 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68372/stat : 68372 (fscip) S 68200 68207 68145 0 -1 1077936192 131 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 50 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68373] ppid=68200 vsize=31506604 memory=281366799262976 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68373/stat : 68373 (fscip) S 68200 68207 68145 0 -1 1077936192 126 0 0 0 1 0 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 26 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68374] ppid=68200 vsize=31506604 memory=11424 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68374/stat : 68374 (fscip) S 68200 68207 68145 0 -1 1077936192 128 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 66 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68375] ppid=68200 vsize=31506604 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68375/stat : 68375 (fscip) S 68200 68207 68145 0 -1 1077936192 129 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 58 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68376] ppid=68200 vsize=31506604 memory=0 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68376/stat : 68376 (fscip) S 68200 68207 68145 0 -1 1077936192 127 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 30 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68377] ppid=68200 vsize=31506604 memory=-7522252195665897088 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68377/stat : 68377 (fscip) S 68200 68207 68145 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 10 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
[pid=68207/tid=68378] ppid=68200 vsize=31506604 memory=19580 CPUtime=0.01 cores=2,6,10,14,18,22,26,30,34,38,42,46,50,54,58,62,66,70,74,78
/proc/68207/task/68378/stat : 68378 (fscip) S 68200 68207 68145 0 -1 1077936192 126 0 0 0 0 1 0 0 20 0 41 0 11930822 32262762496 7505639 809668444160 4194304 16623229 140731519047104 0 0 0 0 0 2 1 0 0 -1 62 0 0 0 0 0 18838560 18947056 32821248 140731519050762 140731519050880 140731519050880 140731519057904 0
Current children cumulated CPU time: 72000 s
Current children cumulated vsize: 31506604 KiB
Current children cumulated memory: 30022556 KiB

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

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

# cumulated CPU time of all completed processes:  user=71329.1 s, system=672.043 s

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

[startup+3640.8 s]
/proc/loadavg: 80.79 80.47 79.80 62/982 70250
/proc/meminfo: memFree=686349412/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3641 s]*
/proc/loadavg: 80.79 80.47 79.80 62/982 70252
/proc/meminfo: memFree=712010280/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3641.09
CPU time (s): 72001.2
CPU user time (s): 71329.1
CPU system time (s): 672.043
CPU usage (%): 1977.46
Max. virtual memory (cumulated for all children) (KiB): 31572140
Max. memory (cumulated for all children) (KiB): 30022556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71329.1
system time used= 672.043
maximum resident set size= 30022880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89712970
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= 5351490
involuntary context switches= 218196


# summary of solver processes directly reported to runsolver:
#   pid: 68207
#   total CPU time (s): 72001.2
#   total CPU user time (s): 71329.1
#   total CPU system time (s): 672.043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.0409 second user time and 108.486 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-07-31 21:17:20
IDJOB=4465248
IDBENCH=147586
IDSOLVER=3094
FILE ID=nodeD101/4465248-1722453440
RUNJOBID= nodeD101-1722453440-68157
SLURM_JOB_ID= 8254236
Free space on /tmp= 8622924 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_3.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-4465248-1722453440/watcher-4465248-1722453440 -o /tmp/evaluation-result-4465248-1722453440/solver-4465248-1722453440 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722453440-68157 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465248-1722453440.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= d6e4abba593cb3232b5d1a2a9d687dd6
RANDOM SEED=1039887911

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        786872800 kB
MemAvailable:   785000876 kB
Buffers:          151020 kB
Cached:           985044 kB
SwapCached:            0 kB
Active:           305164 kB
Inactive:        1246468 kB
Active(anon):       2000 kB
Inactive(anon):   436096 kB
Active(file):     303164 kB
Inactive(file):   810372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            112420 kB
Writeback:             0 kB
AnonPages:        414616 kB
Mapped:            89216 kB
Shmem:             22536 kB
KReclaimable:     129936 kB
Slab:             454916 kB
SReclaimable:     129936 kB
SUnreclaim:       324980 kB
KernelStack:       14400 kB
PageTables:         9992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     605664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           205824 kB
HardwareCorrupted:     0 kB
AnonHugePages:    272384 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:      468992 kB
DirectMap2M:    27291648 kB
DirectMap1G:    778043392 kB

Free space on /tmp at the end= 8622804 MiB
End job on nodeD101 at 2024-07-31 22:18:02