Trace number 4465785

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30? (TO) 72002.2 3634.24

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-almost3reg-l100-r099-n1.cnf-extracted.pb.metafix.opb
MD5SUM4aca60576f41ce0be442f97c9c36c82a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5421
Total number of constraints12679
Number of constraints which are clauses6001
Number of constraints which are cardinality constraints (but not clauses)6678
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
Number of bits of the biggest sum of numbers3
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.04	c Default LC presolving (default).
0.00/0.04	c ** Before presolving: virtualMemUsedAtLc = 52068352, getVmSize() = 52068352, SCIPgetMemUsed() = 25715312, SCIPgetMemTotal() = 29315416, SCIPgetMemExternEstim() = 16862795
0.00/0.04	c ** set memory limit for presolving in LC to 8.79593e+12 for SCIP **
0.11/0.20	c ** Estimated virtualMemUsedAtSolver = 65750484, getVmSize() = 106610688, SCIPgetMemUsed() = 58614827, SCIPgetMemTotal() = 81762931, SCIPgetMemExternEstim() = 16862795
0.11/0.20	c ** set memory limit for solvers to 4.18841e+11 for each SCIP **
0.11/0.20	c Original Problem   :
0.11/0.20	c   Problem name     : instance-4465785-1722562282
0.11/0.20	c   Variables        : 5421 (5421 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.20	c   Constraints      : 12679
0.11/0.20	c   Objective sense  : minimize
0.11/0.20	c Presolved Problem  :
0.11/0.20	c   Variables        : 5398 (5398 binary, 0 integer, 0 implicit integer, 0 continuous)
0.11/0.20	c   Constraints      : 7803
0.11/0.20	c Constraints        : Number
0.11/0.20	c   setppc           : 7802 
0.11/0.20	c   orbitope         : 1 
0.11/0.20	c ** Instance transfer method used: 0
0.11/0.21	c ** ParaScipInstance copy increased the number of variables. **
0.43/0.46	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.43/0.46	c                                Nodes    Active                                            
0.43/0.46	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
103.58/5.74	c         6           3176         118        20                -           0.0000          -
202.34/10.78	c        11           6741         288        20                -           0.0000          -
302.98/15.85	c        16             16          15        20                -           0.0000          -
403.44/20.92	c        21          15042          94        20                -           0.0000          -
502.13/25.98	c        26             44          43        20                -           0.0000          -
601.27/31.02	c        31          23031         128        20                -           0.0000          -
703.26/36.04	c        36          27241         185        20                -           0.0000          -
802.27/41.09	c        41          32044         195        20                -           0.0000          -
903.59/46.19	c        46             15          14        20                -           0.0000          -
1003.90/51.25	c        51             15          14        20                -           0.0000          -
1105.04/56.32	c        56             65          66        20                -           0.0000          -
1204.20/61.38	c        61             65          66        20                -           0.0000          -
1305.35/66.45	c        66             23          22        20                -           0.0000          -
1406.45/71.50	c        72             23          22        20                -           0.0000          -
1505.62/76.51	c        77             74          73        20                -           0.0000          -
1606.74/81.62	c        82             24          23        20                -           0.0000          -
1706.04/86.67	c        87             24          23        20                -           0.0000          -
1804.86/91.69	c        92             43          44        20                -           0.0000          -
1905.98/96.77	c        97             43          44        20                -           0.0000          -
2007.12/101.81	c       102             43          44        20                -           0.0000          -
2108.08/106.91	c       107            162         116        20                -           0.0000          -
2207.28/111.93	c       112            162         116        20                -           0.0000          -
2306.20/116.99	c       117          91798          57        20                -           0.0000          -
2405.22/122.01	c       122            271         173        20                -           0.0000          -
2508.84/127.15	c       127            271         173        20                -           0.0000          -
2609.36/132.20	c       132            271         173        20                -           0.0000          -
2708.49/137.24	c       137          98910          71        20                -           0.0000          -
2809.52/142.34	c       142         103441         185        20                -           0.0000          -
2910.68/147.47	c       147            471         151        20                -           0.0000          -
3011.79/152.57	c       153            673         262        20                -           0.0000          -
3112.92/157.62	c       158         111757          58        20                -           0.0000          -
3214.05/162.71	c       163            778         294        20                -           0.0000          -
3313.14/167.76	c       168           1114         151        20                -           0.0000          -
3414.22/172.81	c       173           1172         154        20                -           0.0000          -
3513.35/177.86	c       178           1103         386        20                -           0.0000          -
3614.38/182.93	c       183           1103         386        20                -           0.0000          -
3713.43/187.98	c       188           1103         386        20                -           0.0000          -
3815.14/193.04	c       193         121117          49        20                -           0.0000          -
3914.45/198.10	c       198         122909          56        20                -           0.0000          -
4015.38/203.19	c       203         124129          55        20                -           0.0000          -
4115.58/208.24	c       208           2327         176        20                -           0.0000          -
4214.73/213.29	c       213           2327         176        20                -           0.0000          -
4315.85/218.37	c       218           1887         514        20                -           0.0000          -
4415.00/223.37	c       223           1887         514        20                -           0.0000          -
4516.14/228.49	c       228         131215          52        20                -           0.0000          -
4617.29/233.53	c       234           2280         563        20                -           0.0000          -
4716.42/238.60	c       239           2539         176        20                -           0.0000          -
4817.55/243.67	c       244           2591         186        20                -           0.0000          -
4918.70/248.73	c       249           2591         186        20                -           0.0000          -
5017.76/253.79	c       254           3160         691        20                -           0.0000          -
5118.91/258.84	c       259           3160         691        20                -           0.0000          -
5218.02/263.89	c       264           3160         691        20                -           0.0000          -
5319.05/268.94	c       269           3160         691        20                -           0.0000          -
5418.21/273.98	c       274         148124          50        20                -           0.0000          -
5519.76/279.06	c       279         149603          46        20                -           0.0000          -
5621.07/284.14	c       284         169608         256        20                -           0.0000          -
5720.24/289.17	c       289         152921          51        20                -           0.0000          -
5820.69/294.24	c       294           4056         226        20                -           0.0000          -
5921.83/299.32	c       299           4056         226        20                -           0.0000          -
6020.96/304.36	c       304           5234         909        20                -           0.0000          -
6122.01/309.42	c       309           5234         909        20                -           0.0000          -
6221.10/314.48	c       314           4246         232        20                -           0.0000          -
6320.32/319.49	c       320         162634          46        20                -           0.0000          -
6421.49/324.51	c       325         164162          48        20                -           0.0000          -
6522.62/329.62	c       330           4730         236        20                -           0.0000          -
6623.72/334.70	c       335           4730         236        20                -           0.0000          -
6722.87/339.77	c       340           4763         239        20                -           0.0000          -
6822.05/344.78	c       345           4763         239        20                -           0.0000          -
6921.12/349.79	c       350           7255        1146        20                -           0.0000          -
7022.19/354.86	c       355         174735          48        20                -           0.0000          -
7123.33/359.94	c       360         176291          44        20                -           0.0000          -
7222.51/364.95	c       365           5536         320        20                -           0.0000          -
7321.59/369.96	c       370           7777        1376        20                -           0.0000          -
7420.59/374.99	c       375           7832        1392        20                -           0.0000          -
7519.71/379.99	c       380           7832        1392        20                -           0.0000          -
7621.48/385.04	c       385           6280         355        20                -           0.0000          -
7720.77/390.05	c       390           8003        1438        20                -           0.0000          -
7819.80/395.07	c       395           6308         354        20                -           0.0000          -
7919.17/400.09	c       400           6308         354        20                -           0.0000          -
8018.32/405.11	c       405           6554         352        20                -           0.0000          -
8119.33/410.17	c       410           8354        1515        20                -           0.0000          -
8218.40/415.18	c       415           8354        1515        20                -           0.0000          -
8318.72/420.21	c       420           7149         388        20                -           0.0000          -
8417.86/425.25	c       425           8564        1575        20                -           0.0000          -
8518.95/430.32	c       430           8200         376        20                -           0.0000          -
8618.06/435.35	c       435           8726        1641        20                -           0.0000          -
8721.16/440.53	c       441           8789        1679        20                -           0.0000          -
8820.35/445.58	c       446           8789        1679        20                -           0.0000          -
8919.48/450.59	c       451         208215          52        20                -           0.0000          -
9022.53/455.74	c       456           8875        1705        20                -           0.0000          -
9121.31/460.77	c       461           9034        1745        20                -           0.0000          -
9220.41/465.77	c       466          10130         563        20                -           0.0000          -
9321.43/470.88	c       471           9552        1852        20                -           0.0000          -
9422.37/475.90	c       476           9552        1852        20                -           0.0000          -
9521.49/480.93	c       481          10330         562        20                -           0.0000          -
9620.60/486.00	c       486          10330         562        20                -           0.0000          -
9722.10/491.08	c       491          10302        1950        20                -           0.0000          -
9820.81/496.12	c       496          11103         579        20                -           0.0000          -
9923.26/501.22	c       501          11420         591        20                -           0.0000          -
10022.32/506.29	c       506          10870        2089        20                -           0.0000          -
10127.41/511.60	c       512          10870        2089        20                -           0.0000          -
10228.47/516.63	c       517          11592         609        20                -           0.0000          -
10327.62/521.69	c       522          11592         609        20                -           0.0000          -
10432.65/527.01	c       527          11592         609        20                -           0.0000          -
10531.78/532.03	c       532         231635          44        20                -           0.0000          -
10633.62/537.14	c       537         233313          42        20                -           0.0000          -
10735.97/542.23	c       542         267215          47        20                -           0.0000          -
10835.08/547.29	c       547          12704         642        20                -           0.0000          -
10936.21/552.34	c       552          12633        2455        20                -           0.0000          -
11035.34/557.36	c       557          12633        2455        20                -           0.0000          -
11134.49/562.39	c       562          13239         655        20                -           0.0000          -
11235.60/567.42	c       567          13239         655        20                -           0.0000          -
11334.74/572.45	c       572          13239         655        20                -           0.0000          -
11435.73/577.50	c       578         246829          42        20                -           0.0000          -
11534.76/582.52	c       583          13496         697        20                -           0.0000          -
11633.74/587.55	c       588         250283          42        20                -           0.0000          -
11732.81/592.56	c       593          14150         714        20                -           0.0000          -
11831.67/597.58	c       598         253713          41        20                -           0.0000          -
11932.74/602.60	c       603          14750        2941        20                -           0.0000          -
12033.86/607.74	c       608          14652         772        20                -           0.0000          -
12132.99/612.78	c       613          14652         772        20                -           0.0000          -
12234.10/617.83	c       618          14662         776        20                -           0.0000          -
12333.24/622.86	c       623          14662         776        20                -           0.0000          -
12434.37/627.98	c       628          16020        3197        20                -           0.0000          -
12533.51/633.03	c       633          16208        3249        20                -           0.0000          -
12637.34/638.16	c       638          16208        3249        20                -           0.0000          -
12737.68/643.26	c       643          16208        3249        20                -           0.0000          -
12836.89/648.29	c       648          15480         812        20                -           0.0000          -
12939.96/653.41	c       653          15480         812        20                -           0.0000          -
13041.02/658.57	c       659          15480         812        20                -           0.0000          -
13142.13/663.63	c       664          15480         812        20                -           0.0000          -
13241.30/668.68	c       669          17108        3429        20                -           0.0000          -
13342.45/673.73	c       674          15631         811        20                -           0.0000          -
13443.59/678.80	c       679          15631         811        20                -           0.0000          -
13542.69/683.80	c       684          17431        3490        20                -           0.0000          -
13641.83/688.84	c       689          15732         826        20                -           0.0000          -
13742.95/693.97	c       694          15849         839        20                -           0.0000          -
13844.73/699.05	c       699          15849         839        20                -           0.0000          -
13943.86/704.08	c       704          15849         839        20                -           0.0000          -
14043.00/709.13	c       709          15849         839        20                -           0.0000          -
14145.29/714.26	c       714         316955          40        20                -           0.0000          -
14246.53/719.32	c       719          19081        3808        20                -           0.0000          -
14345.55/724.36	c       724          19081        3808        20                -           0.0000          -
14446.66/729.41	c       729          19081        3808        20                -           0.0000          -
14545.80/734.45	c       734          17216         919        20                -           0.0000          -
14644.95/739.48	c       739          17216         919        20                -           0.0000          -
14745.99/744.51	c       745          17461         923        20                -           0.0000          -
14845.12/749.52	c       750          17897         938        20                -           0.0000          -
14948.07/754.70	c       755          18030         959        20                -           0.0000          -
15047.21/759.75	c       760          18030         959        20                -           0.0000          -
15148.28/764.83	c       765          18030         959        20                -           0.0000          -
15247.47/769.88	c       770          20534        4092        20                -           0.0000          -
15348.64/774.96	c       775          20534        4092        20                -           0.0000          -
15447.85/780.01	c       780          20534        4092        20                -           0.0000          -
15547.03/785.02	c       785         312764          41        20                -           0.0000          -
15648.79/790.11	c       790         314171          41        20                -           0.0000          -
15750.05/795.17	c       795          21364        4245        20                -           0.0000          -
15850.41/800.23	c       800          21364        4245        20                -           0.0000          -
15951.45/805.31	c       805          21364        4245        20                -           0.0000          -
16050.39/810.36	c       810         327889          46        20                -           0.0000          -
16151.49/815.43	c       815         312001          54        20                -           0.0000          -
16250.62/820.48	c       820         313304          55        20                -           0.0000          -
16351.80/825.51	c       826         332169          50        20                -           0.0000          -
16451.00/830.54	c       831         333585          46        20                -           0.0000          -
16552.19/835.65	c       836          23055        4545        20                -           0.0000          -
16653.27/840.73	c       841          23055        4545        20                -           0.0000          -
16752.44/845.78	c       846          22985        1008        20                -           0.0000          -
16853.61/850.85	c       851         321783          55        20                -           0.0000          -
16954.80/855.91	c       856          23166        1056        20                -           0.0000          -
17053.92/860.96	c       861          23300        4586        20                -           0.0000          -
17153.08/866.03	c       866          23300        4586        20                -           0.0000          -
17255.09/871.10	c       871          23300        4586        20                -           0.0000          -
17356.22/876.18	c       876          23300        4586        20                -           0.0000          -
17456.53/881.21	c       881          23468        4626        20                -           0.0000          -
17555.67/886.29	c       886         351068          46        20                -           0.0000          -
17656.79/891.33	c       891          23571        4646        20                -           0.0000          -
17755.94/896.35	c       896          23571        4646        20                -           0.0000          -
17857.06/901.49	c       901          24627        1144        20                -           0.0000          -
17956.19/906.49	c       906          23899        4708        20                -           0.0000          -
18057.30/911.59	c       912          23899        4708        20                -           0.0000          -
18158.42/916.64	c       917         347156          44        20                -           0.0000          -
18259.57/921.72	c       922          26115        1180        20                -           0.0000          -
18358.72/926.77	c       927          26115        1180        20                -           0.0000          -
18457.84/931.78	c       932         364882          46        20                -           0.0000          -
18558.94/936.88	c       937          25151        4868        20                -           0.0000          -
18660.05/941.93	c       942          25151        4868        20                -           0.0000          -
18759.15/946.99	c       947         357597          58        20                -           0.0000          -
18858.25/952.02	c       952         370658          43        20                -           0.0000          -
18959.60/957.11	c       957         360198          53        20                -           0.0000          -
19060.46/962.16	c       962         361524          55        20                -           0.0000          -
19160.88/967.20	c       967          27425        1327        20                -           0.0000          -
19259.90/972.23	c       972          27425        1327        20                -           0.0000          -
19360.93/977.31	c       977          27425        1327        20                -           0.0000          -
19461.88/982.41	c       982          27425        1327        20                -           0.0000          -
19561.02/987.46	c       987         368832          56        20                -           0.0000          -
19660.17/992.48	c       992          27726        1361        20                -           0.0000          -
19761.25/997.59	c       998          27726        1361        20                -           0.0000          -
19862.35/1002.66	c      1003         385520          44        20                -           0.0000          -
19963.51/1007.78	c      1008         374550          54        20                -           0.0000          -
20064.49/1012.84	c      1013          28536        1434        20                -           0.0000          -
20163.37/1017.86	c      1018          28536        1434        20                -           0.0000          -
20262.45/1022.89	c      1023          28536        1434        20                -           0.0000          -
20363.55/1027.92	c      1028         380301          48        20                -           0.0000          -
20462.67/1032.97	c      1033          28667        1452        20                -           0.0000          -
20561.70/1038.01	c      1038         415631          38        20                -           0.0000          -
20660.79/1043.01	c      1043         417268          39        20                -           0.0000          -
20762.60/1048.05	c      1048          29282        1527        20                -           0.0000          -
20861.73/1053.11	c      1053          29282        1527        20                -           0.0000          -
20962.89/1058.14	c      1058          30197        5756        20                -           0.0000          -
21063.24/1063.25	c      1063          30197        5756        20                -           0.0000          -
21166.39/1068.45	c      1068         425004          41        20                -           0.0000          -
21267.52/1073.52	c      1074         405145          53        20                -           0.0000          -
21366.67/1078.57	c      1079          30171        1604        20                -           0.0000          -
21465.82/1083.58	c      1084          30280        1606        20                -           0.0000          -
21566.96/1088.64	c      1089          30280        1606        20                -           0.0000          -
21666.12/1093.66	c      1094         432507          44        20                -           0.0000          -
21767.16/1098.72	c      1099         434029          37        20                -           0.0000          -
21868.29/1103.83	c      1104          30563        1606        20                -           0.0000          -
21967.41/1108.86	c      1109         437057          33        20                -           0.0000          -
22068.16/1113.94	c      1114         438400          46        20                -           0.0000          -
22167.28/1119.01	c      1119          31288        1686        20                -           0.0000          -
22269.14/1124.08	c      1124          33077        6218        20                -           0.0000          -
22370.03/1129.14	c      1129          33077        6218        20                -           0.0000          -
22470.55/1134.22	c      1134          31478        1699        20                -           0.0000          -
22569.52/1139.29	c      1139          31478        1699        20                -           0.0000          -
22670.48/1144.38	c      1144          33441        6277        20                -           0.0000          -
22771.58/1149.47	c      1149         428127          39        20                -           0.0000          -
22872.53/1154.52	c      1155          31794        1713        20                -           0.0000          -
22971.41/1159.57	c      1160          31794        1713        20                -           0.0000          -
23072.40/1164.62	c      1165          34247        6425        20                -           0.0000          -
23173.54/1169.71	c      1170          34247        6425        20                -           0.0000          -
23272.71/1174.77	c      1175          34247        6425        20                -           0.0000          -
23373.87/1179.83	c      1180          34247        6425        20                -           0.0000          -
23474.91/1184.92	c      1185          32305        1727        20                -           0.0000          -
23573.95/1189.96	c      1190         439955          39        20                -           0.0000          -
23673.03/1195.01	c      1195         441435          41        20                -           0.0000          -
23774.78/1200.04	c      1200         463451          46        20                -           0.0000          -
23876.09/1205.14	c      1205          33034        1827        20                -           0.0000          -
23975.27/1210.18	c      1210          35506        6626        20                -           0.0000          -
24075.70/1215.25	c      1215          35506        6626        20                -           0.0000          -
24174.83/1220.28	c      1220          33308        1831        20                -           0.0000          -
24275.92/1225.31	c      1225          33308        1831        20                -           0.0000          -
24374.99/1230.38	c      1230         472415          40        20                -           0.0000          -
24476.00/1235.43	c      1235         473898          39        20                -           0.0000          -
24575.05/1240.47	c      1240         475328          45        20                -           0.0000          -
24678.05/1245.60	c      1246          34279        1859        20                -           0.0000          -
24777.07/1250.68	c      1251         457439          39        20                -           0.0000          -
24878.06/1255.70	c      1256         479221          44        20                -           0.0000          -
24977.15/1260.78	c      1261          34898        1896        20                -           0.0000          -
25078.23/1265.84	c      1266          34898        1896        20                -           0.0000          -
25177.32/1270.87	c      1271          34942        1900        20                -           0.0000          -
25276.39/1275.88	c      1276          34942        1900        20                -           0.0000          -
25377.49/1280.90	c      1281          34942        1900        20                -           0.0000          -
25476.54/1285.99	c      1286          35094        1913        20                -           0.0000          -
25578.32/1291.09	c      1291          35201        1931        20                -           0.0000          -
25679.36/1296.15	c      1296         490706          43        20                -           0.0000          -
25778.36/1301.19	c      1301         492210          47        20                -           0.0000          -
25878.72/1306.24	c      1306          35482        1962        20                -           0.0000          -
25979.82/1311.31	c      1311          35482        1962        20                -           0.0000          -
26078.90/1316.38	c      1316          35482        1962        20                -           0.0000          -
26181.93/1321.50	c      1322         478542          38        20                -           0.0000          -
26281.01/1326.58	c      1327          35828        2028        20                -           0.0000          -
26382.09/1331.62	c      1332          35828        2028        20                -           0.0000          -
26481.21/1336.67	c      1337          40205        7310        20                -           0.0000          -
26582.27/1341.73	c      1342          40205        7310        20                -           0.0000          -
26681.31/1346.79	c      1347         505888          38        20                -           0.0000          -
26782.38/1351.85	c      1352          36750        2077        20                -           0.0000          -
26881.48/1356.88	c      1357         509244          39        20                -           0.0000          -
26982.54/1361.91	c      1362          36767        2075        20                -           0.0000          -
27081.60/1366.99	c      1367          36767        2075        20                -           0.0000          -
27183.36/1372.07	c      1372          36793        2072        20                -           0.0000          -
27282.50/1377.10	c      1377          36793        2072        20                -           0.0000          -
27384.74/1382.24	c      1382          41797        7526        20                -           0.0000          -
27485.77/1387.35	c      1387          41797        7526        20                -           0.0000          -
27584.87/1392.36	c      1392          41797        7526        20                -           0.0000          -
27685.91/1397.41	c      1397         520649          46        20                -           0.0000          -
27786.93/1402.53	c      1403         521923          40        20                -           0.0000          -
27885.99/1407.56	c      1408          42374        7623        20                -           0.0000          -
27987.04/1412.62	c      1413          37965        2125        20                -           0.0000          -
28086.12/1417.69	c      1418          37965        2125        20                -           0.0000          -
28187.20/1422.73	c      1423         527605          46        20                -           0.0000          -
28286.28/1427.76	c      1428         528993          48        20                -           0.0000          -
28385.37/1432.78	c      1433          38480        2150        20                -           0.0000          -
28488.45/1437.96	c      1438          38480        2150        20                -           0.0000          -
28587.54/1443.00	c      1443          38480        2150        20                -           0.0000          -
28689.30/1448.06	c      1448          44426        7838        20                -           0.0000          -
28790.39/1453.15	c      1453          44686        7878        20                -           0.0000          -
28890.56/1458.21	c      1458          39284        2200        20                -           0.0000          -
28989.62/1463.27	c      1463          44962        7918        20                -           0.0000          -
29090.64/1468.34	c      1468          44962        7918        20                -           0.0000          -
29191.68/1473.42	c      1473          39703        2240        20                -           0.0000          -
29290.75/1478.43	c      1478          39703        2240        20                -           0.0000          -
29389.86/1483.48	c      1483          45610        7986        20                -           0.0000          -
29490.90/1488.56	c      1489          45610        7986        20                -           0.0000          -
29591.95/1493.62	c      1494         546635          40        20                -           0.0000          -
29693.01/1498.71	c      1499          40157        2281        20                -           0.0000          -
29792.10/1503.72	c      1504          45979        8080        20                -           0.0000          -
29891.17/1508.79	c      1509          45979        8080        20                -           0.0000          -
29992.27/1513.85	c      1514          45979        8080        20                -           0.0000          -
30091.35/1518.86	c      1519          40451        2316        20                -           0.0000          -
30192.44/1523.90	c      1524          40451        2316        20                -           0.0000          -
30291.56/1528.93	c      1529          40461        2320        20                -           0.0000          -
30390.64/1534.02	c      1534         557314          39        20                -           0.0000          -
30492.28/1539.12	c      1539         558601          42        20                -           0.0000          -
30594.75/1544.28	c      1544          40791        2342        20                -           0.0000          -
30695.79/1549.34	c      1549          40791        2342        20                -           0.0000          -
30796.81/1554.42	c      1554          40791        2342        20                -           0.0000          -
30895.81/1559.48	c      1559         548197          37        20                -           0.0000          -
30996.85/1564.53	c      1565          48233        8438        20                -           0.0000          -
31097.91/1569.61	c      1570          48233        8438        20                -           0.0000          -
31197.14/1574.66	c      1575          41887        2404        20                -           0.0000          -
31298.02/1579.71	c      1580         553781          52        20                -           0.0000          -
31397.10/1584.75	c      1585         571206          45        20                -           0.0000          -
31496.15/1589.79	c      1590         572666          48        20                -           0.0000          -
31597.18/1594.87	c      1595          49245        8555        20                -           0.0000          -
31698.23/1599.96	c      1600          49245        8555        20                -           0.0000          -
31799.82/1605.07	c      1605          49251        8561        20                -           0.0000          -
31899.19/1610.11	c      1610          49251        8561        20                -           0.0000          -
32000.26/1615.17	c      1615          49251        8561        20                -           0.0000          -
32100.45/1620.22	c      1620         565518          40        20                -           0.0000          -
32199.67/1625.24	c      1625          44797        2571        20                -           0.0000          -
32298.93/1630.25	c      1630          49981        8668        20                -           0.0000          -
32400.05/1635.33	c      1635         585098          44        20                -           0.0000          -
32501.23/1640.45	c      1640         571160          43        20                -           0.0000          -
32602.38/1645.50	c      1646          45474        2606        20                -           0.0000          -
32701.56/1650.52	c      1651         589235          40        20                -           0.0000          -
32800.74/1655.57	c      1656          51124        8748        20                -           0.0000          -
32899.94/1660.57	c      1661          51327        8784        20                -           0.0000          -
33001.16/1665.64	c      1666          51633        8831        20                -           0.0000          -
33102.28/1670.73	c      1671         594671          43        20                -           0.0000          -
33201.44/1675.78	c      1676         596018          42        20                -           0.0000          -
33302.60/1680.83	c      1681          52190        8945        20                -           0.0000          -
33403.78/1685.92	c      1686          52190        8945        20                -           0.0000          -
33502.99/1690.92	c      1691          52190        8945        20                -           0.0000          -
33604.73/1696.05	c      1696          52190        8945        20                -           0.0000          -
33705.85/1701.13	c      1701          52440        8978        20                -           0.0000          -
33805.16/1706.17	c      1706         604153          39        20                -           0.0000          -
33907.48/1711.31	c      1711         605481          41        20                -           0.0000          -
34006.69/1716.38	c      1716          49027        3489        20                -           0.0000          -
34107.88/1721.46	c      1721         608495          38        20                -           0.0000          -
34209.12/1726.53	c      1727         594566          39        20                -           0.0000          -
34308.35/1731.57	c      1732          49808        3689        20                -           0.0000          -
34409.50/1736.64	c      1737          50184        3792        20                -           0.0000          -
34510.62/1741.70	c      1742          50446        3848        20                -           0.0000          -
34609.64/1746.76	c      1747          50446        3848        20                -           0.0000          -
34710.67/1751.83	c      1752          50446        3848        20                -           0.0000          -
34809.68/1756.89	c      1757          50507        3883        20                -           0.0000          -
34910.73/1761.95	c      1762          55241        9299        20                -           0.0000          -
35009.80/1767.00	c      1767          55241        9299        20                -           0.0000          -
35111.47/1772.05	c      1772          55241        9299        20                -           0.0000          -
35210.50/1777.12	c      1777          55241        9299        20                -           0.0000          -
35311.73/1782.16	c      1782         625720          40        20                -           0.0000          -
35410.95/1787.19	c      1787         627149          56        20                -           0.0000          -
35509.79/1792.19	c      1792         628593          44        20                -           0.0000          -
35612.15/1797.36	c      1797         630091          42        20                -           0.0000          -
35711.20/1802.39	c      1802          56205        9451        20                -           0.0000          -
35812.20/1807.41	c      1807          56205        9451        20                -           0.0000          -
35911.26/1812.43	c      1812         634795          43        20                -           0.0000          -
36012.31/1817.51	c      1818          56287        9473        20                -           0.0000          -
36111.39/1822.57	c      1823         637854          41        20                -           0.0000          -
36212.41/1827.64	c      1828         639303          46        20                -           0.0000          -
36313.57/1832.72	c      1833          56119        5088        20                -           0.0000          -
36412.75/1837.79	c      1838         642189          40        20                -           0.0000          -
36513.62/1842.85	c      1843          56936        5251        20                -           0.0000          -
36614.66/1847.91	c      1848          57679        9631        20                -           0.0000          -
36713.70/1852.97	c      1853          57519        5344        20                -           0.0000          -
36815.39/1858.05	c      1858          57519        5344        20                -           0.0000          -
36914.55/1863.05	c      1863          58453        9721        20                -           0.0000          -
37013.65/1868.13	c      1868          58453        9721        20                -           0.0000          -
37115.83/1873.21	c      1873          58453        9721        20                -           0.0000          -
37214.85/1878.21	c      1878          57694        5368        20                -           0.0000          -
37315.92/1883.32	c      1883          58876        9773        20                -           0.0000          -
37414.97/1888.37	c      1888          59132        9827        20                -           0.0000          -
37514.02/1893.39	c      1893          58148        5438        20                -           0.0000          -
37615.07/1898.40	c      1898          59283        9847        20                -           0.0000          -
37714.07/1903.48	c      1903         661360          42        20                -           0.0000          -
37815.12/1908.58	c      1909          59067        5583        20                -           0.0000          -
37916.15/1913.64	c      1914          59067        5583        20                -           0.0000          -
38017.17/1918.72	c      1919          59155        5611        20                -           0.0000          -
38116.20/1923.79	c      1924          60131        9938        20                -           0.0000          -
38217.23/1928.85	c      1929         652713          55        20                -           0.0000          -
38316.29/1933.87	c      1934          60428        5786        20                -           0.0000          -
38415.40/1938.88	c      1939          60428        5786        20                -           0.0000          -
38516.43/1943.98	c      1944         672853          38        20                -           0.0000          -
38615.52/1948.99	c      1949          60768        5822        20                -           0.0000          -
38717.19/1954.12	c      1954          61137        5906        20                -           0.0000          -
38818.38/1959.15	c      1959         677017          41        20                -           0.0000          -
38917.29/1964.18	c      1964          62145       10267        20                -           0.0000          -
39019.65/1969.31	c      1969          62342       10306        20                -           0.0000          -
39118.70/1974.38	c      1974          62594       10342        20                -           0.0000          -
39219.78/1979.42	c      1979          62879       10360        20                -           0.0000          -
39318.84/1984.43	c      1984         683461          44        20                -           0.0000          -
39419.84/1989.50	c      1990         684814          46        20                -           0.0000          -
39518.88/1994.52	c      1995         686274          47        20                -           0.0000          -
39617.89/1999.58	c      2000         687828          36        20                -           0.0000          -
39716.93/2004.59	c      2005         689547          51        20                -           0.0000          -
39817.96/2009.66	c      2010         691116          48        20                -           0.0000          -
39919.03/2014.77	c      2015          64618       10571        20                -           0.0000          -
40020.06/2019.88	c      2020          64777       10586        20                -           0.0000          -
40121.06/2024.95	c      2025          65313        6780        20                -           0.0000          -
40220.09/2030.01	c      2030          65271       10626        20                -           0.0000          -
40321.83/2035.06	c      2035          65450       10635        20                -           0.0000          -
40422.91/2040.13	c      2040          65450       10635        20                -           0.0000          -
40521.87/2045.18	c      2045          65450       10635        20                -           0.0000          -
40622.35/2050.25	c      2050          66217        6891        20                -           0.0000          -
40723.40/2055.32	c      2055          66217        6891        20                -           0.0000          -
40822.42/2060.37	c      2060          65932       10724        20                -           0.0000          -
40923.42/2065.40	c      2065         706997          39        20                -           0.0000          -
41022.45/2070.49	c      2070          67056        7019        20                -           0.0000          -
41123.49/2075.55	c      2076          66692       10816        20                -           0.0000          -
41224.53/2080.60	c      2081          67004       10864        20                -           0.0000          -
41323.59/2085.63	c      2086          67432        7078        20                -           0.0000          -
41422.65/2090.64	c      2091          67195       10868        20                -           0.0000          -
41521.73/2095.65	c      2096          67209       10866        20                -           0.0000          -
41622.75/2100.74	c      2101          67513       10878        20                -           0.0000          -
41721.77/2105.78	c      2106         718481          44        20                -           0.0000          -
41820.79/2110.79	c      2111         719812          52        20                -           0.0000          -
41921.81/2115.87	c      2116          69442        7424        20                -           0.0000          -
42022.81/2120.92	c      2121         722301          53        20                -           0.0000          -
42121.89/2125.94	c      2126          70049        7571        20                -           0.0000          -
42221.01/2130.94	c      2131          70126        7576        20                -           0.0000          -
42322.56/2136.04	c      2136          68950       11009        20                -           0.0000          -
42421.57/2141.09	c      2141          68950       11009        20                -           0.0000          -
42520.60/2146.12	c      2146         720277          58        20                -           0.0000          -
42621.85/2151.17	c      2151          71347        7779        20                -           0.0000          -
42722.08/2156.28	c      2156          71347        7779        20                -           0.0000          -
42823.18/2161.33	c      2161          71347        7779        20                -           0.0000          -
42922.25/2166.35	c      2166          71432        7797        20                -           0.0000          -
43023.26/2171.45	c      2171         727061          39        20                -           0.0000          -
43124.26/2176.51	c      2177         717667          35        20                -           0.0000          -
43223.30/2181.58	c      2182         718874          35        20                -           0.0000          -
43324.35/2186.64	c      2187         720070          37        20                -           0.0000          -
43425.40/2191.70	c      2192         732278          46        20                -           0.0000          -
43524.46/2196.76	c      2197         733522          35        20                -           0.0000          -
43625.51/2201.81	c      2202          73052        8123        20                -           0.0000          -
43724.57/2206.86	c      2207          73052        8123        20                -           0.0000          -
43825.62/2211.94	c      2212         738603          52        20                -           0.0000          -
43924.69/2216.99	c      2217         740009          52        20                -           0.0000          -
44026.31/2222.08	c      2222         741486          43        20                -           0.0000          -
44125.39/2227.12	c      2227         733734          46        20                -           0.0000          -
44226.45/2232.16	c      2232          74082        8368        20                -           0.0000          -
44326.85/2237.23	c      2237          74105        8378        20                -           0.0000          -
44427.92/2242.31	c      2242          74105        8378        20                -           0.0000          -
44528.98/2247.40	c      2247         748861          47        20                -           0.0000          -
44628.08/2252.47	c      2252         750293          47        20                -           0.0000          -
44729.17/2257.51	c      2258          74501        8476        20                -           0.0000          -
44828.25/2262.57	c      2263         753089          45        20                -           0.0000          -
44927.29/2267.59	c      2268          75189       11776        20                -           0.0000          -
45028.33/2272.68	c      2273         756124          44        20                -           0.0000          -
45129.37/2277.70	c      2278          75428        8661        20                -           0.0000          -
45230.39/2282.80	c      2283         759135          49        20                -           0.0000          -
45329.44/2287.81	c      2288          75730        8709        20                -           0.0000          -
45428.50/2292.86	c      2293          75740        8717        20                -           0.0000          -
45527.60/2297.87	c      2298          75779        8732        20                -           0.0000          -
45628.65/2302.93	c      2303          75907       11941        20                -           0.0000          -
45727.73/2308.02	c      2308          75907       11941        20                -           0.0000          -
45829.44/2313.12	c      2313          76090        8795        20                -           0.0000          -
45930.62/2318.18	c      2318          76073       11965        20                -           0.0000          -
46030.90/2323.29	c      2323          76529        8883        20                -           0.0000          -
46131.98/2328.34	c      2328          76676        8891        20                -           0.0000          -
46233.03/2333.42	c      2333          76676        8891        20                -           0.0000          -
46332.08/2338.44	c      2338         765319          60        20                -           0.0000          -
46431.12/2343.46	c      2343         766690          44        20                -           0.0000          -
46534.13/2348.61	c      2349         768006          42        20                -           0.0000          -
46633.16/2353.68	c      2354          77774        9076        20                -           0.0000          -
46734.19/2358.74	c      2359          78004       12168        20                -           0.0000          -
46833.27/2363.77	c      2364          78159        9152        20                -           0.0000          -
46934.32/2368.87	c      2369          78159        9152        20                -           0.0000          -
47035.43/2373.93	c      2374          78210        9163        20                -           0.0000          -
47134.53/2378.98	c      2379          78234       12209        20                -           0.0000          -
47236.18/2384.07	c      2384          78234       12209        20                -           0.0000          -
47337.25/2389.19	c      2389          78234       12209        20                -           0.0000          -
47437.66/2394.26	c      2394          78234       12209        20                -           0.0000          -
47538.72/2399.31	c      2399         799473          40        20                -           0.0000          -
47637.81/2404.38	c      2404         800946          47        20                -           0.0000          -
47738.89/2409.44	c      2409          80038        9475        20                -           0.0000          -
47837.99/2414.48	c      2414         785912          42        20                -           0.0000          -
47939.00/2419.54	c      2420          80189        9502        20                -           0.0000          -
48038.02/2424.59	c      2425          80189        9502        20                -           0.0000          -
48141.01/2429.74	c      2430          80189        9502        20                -           0.0000          -
48242.02/2434.82	c      2435         809647          42        20                -           0.0000          -
48340.98/2439.85	c      2440          80687        9569        20                -           0.0000          -
48440.02/2444.87	c      2445         793323          35        20                -           0.0000          -
48541.06/2450.02	c      2450          80966        9634        20                -           0.0000          -
48642.71/2455.08	c      2455          80966        9634        20                -           0.0000          -
48743.83/2460.14	c      2460         816481          44        20                -           0.0000          -
48844.13/2465.23	c      2465         817881          43        20                -           0.0000          -
48943.18/2470.28	c      2470         799336          38        20                -           0.0000          -
49044.25/2475.32	c      2475          81770        9751        20                -           0.0000          -
49143.33/2480.38	c      2480          81770        9751        20                -           0.0000          -
49244.37/2485.44	c      2485         804840          35        20                -           0.0000          -
49345.38/2490.50	c      2491          82076        9797        20                -           0.0000          -
49444.41/2495.55	c      2496          82124        9809        20                -           0.0000          -
49545.43/2500.62	c      2501         827497          47        20                -           0.0000          -
49644.48/2505.66	c      2506          82378        9850        20                -           0.0000          -
49747.49/2510.80	c      2511         811391          42        20                -           0.0000          -
49846.50/2515.87	c      2516         831536          45        20                -           0.0000          -
49945.52/2520.88	c      2521          84438       12801        20                -           0.0000          -
50046.55/2525.99	c      2526          84438       12801        20                -           0.0000          -
50148.23/2531.06	c      2531          84457       12804        20                -           0.0000          -
50247.21/2536.11	c      2536          84457       12804        20                -           0.0000          -
50346.23/2541.13	c      2541         837763          38        20                -           0.0000          -
50448.63/2546.21	c      2546          84213       10130        20                -           0.0000          -
50547.68/2551.29	c      2551          84213       10130        20                -           0.0000          -
50648.73/2556.32	c      2556         841894          38        20                -           0.0000          -
50749.78/2561.40	c      2561         825381          37        20                -           0.0000          -
50848.82/2566.46	c      2566          84891       10251        20                -           0.0000          -
50947.87/2571.47	c      2571         846054          45        20                -           0.0000          -
51048.89/2576.57	c      2577         847364          43        20                -           0.0000          -
51149.90/2581.65	c      2582         832133          43        20                -           0.0000          -
51250.93/2586.73	c      2587         833421          36        20                -           0.0000          -
51349.99/2591.78	c      2592          86508       13063        20                -           0.0000          -
51451.03/2596.84	c      2597          86166       10529        20                -           0.0000          -
51550.12/2601.87	c      2602          86166       10529        20                -           0.0000          -
51651.21/2606.96	c      2607          86166       10529        20                -           0.0000          -
51752.93/2612.03	c      2612         839718          35        20                -           0.0000          -
51851.85/2617.06	c      2617          86891       13151        20                -           0.0000          -
51951.23/2622.10	c      2622          86891       13151        20                -           0.0000          -
52052.27/2627.14	c      2627         861310          43        20                -           0.0000          -
52151.09/2632.15	c      2632          87230       10700        20                -           0.0000          -
52250.13/2637.18	c      2637          87266       10705        20                -           0.0000          -
52349.38/2642.19	c      2642         848579          44        20                -           0.0000          -
52449.56/2647.22	c      2647         866811          40        20                -           0.0000          -
52552.57/2652.42	c      2652         868136          47        20                -           0.0000          -
52653.59/2657.53	c      2658          87940       10823        20                -           0.0000          -
52754.85/2662.67	c      2663          87940       10823        20                -           0.0000          -
52855.80/2667.72	c      2668          87940       10823        20                -           0.0000          -
52954.97/2672.77	c      2673         857147          39        20                -           0.0000          -
53055.88/2677.85	c      2678         875163          43        20                -           0.0000          -
53154.91/2682.88	c      2683         876496          52        20                -           0.0000          -
53253.98/2687.89	c      2688         877886          45        20                -           0.0000          -
53354.99/2692.94	c      2693         879350          42        20                -           0.0000          -
53456.68/2698.05	c      2698          89393       11128        20                -           0.0000          -
53557.58/2703.13	c      2703          89430       11145        20                -           0.0000          -
53656.66/2708.19	c      2708          89430       11145        20                -           0.0000          -
53757.12/2713.24	c      2713         867569          39        20                -           0.0000          -
53858.15/2718.31	c      2718          91445       13680        20                -           0.0000          -
53957.22/2723.35	c      2723         870035          41        20                -           0.0000          -
54056.28/2728.37	c      2728         889296          39        20                -           0.0000          -
54157.32/2733.43	c      2733          90100       11271        20                -           0.0000          -
54258.39/2738.55	c      2739          90100       11271        20                -           0.0000          -
54359.44/2743.61	c      2744         875129          41        20                -           0.0000          -
54458.48/2748.67	c      2749          90467       11366        20                -           0.0000          -
54557.63/2753.67	c      2754          90467       11366        20                -           0.0000          -
54658.60/2758.72	c      2759          90518       11388        20                -           0.0000          -
54757.77/2763.78	c      2764          90518       11388        20                -           0.0000          -
54860.65/2768.90	c      2769          90635       11417        20                -           0.0000          -
54959.69/2773.97	c      2774         902144          38        20                -           0.0000          -
55058.74/2779.02	c      2779         884601          33        20                -           0.0000          -
55160.32/2784.07	c      2784          91269       11512        20                -           0.0000          -
55259.64/2789.09	c      2789          91269       11512        20                -           0.0000          -
55361.88/2794.21	c      2794         888288          44        20                -           0.0000          -
55460.94/2799.26	c      2799         908783          39        20                -           0.0000          -
55559.99/2804.29	c      2804         910086          36        20                -           0.0000          -
55661.02/2809.38	c      2809          92490       11696        20                -           0.0000          -
55762.07/2814.43	c      2814          92600       11704        20                -           0.0000          -
55861.12/2819.48	c      2819          95894       14155        20                -           0.0000          -
55962.18/2824.53	c      2825         895940          38        20                -           0.0000          -
56063.20/2829.60	c      2830         897073          38        20                -           0.0000          -
56162.25/2834.60	c      2835          96457       14243        20                -           0.0000          -
56261.27/2839.63	c      2840         920046          39        20                -           0.0000          -
56360.27/2844.66	c      2845         921433          39        20                -           0.0000          -
56463.50/2849.83	c      2850          94084       11967        20                -           0.0000          -
56562.40/2854.88	c      2855          94084       11967        20                -           0.0000          -
56663.43/2859.94	c      2860         904519          34        20                -           0.0000          -
56762.46/2864.99	c      2865          94363       12019        20                -           0.0000          -
56864.12/2870.07	c      2870          97627       14492        20                -           0.0000          -
56963.40/2875.10	c      2875         929461          38        20                -           0.0000          -
57062.41/2880.14	c      2880          94760       12138        20                -           0.0000          -
57163.44/2885.18	c      2885          94760       12138        20                -           0.0000          -
57262.54/2890.19	c      2890          98258       14556        20                -           0.0000          -
57362.84/2895.25	c      2895         934948          45        20                -           0.0000          -
57463.86/2900.33	c      2900         936483          45        20                -           0.0000          -
57562.91/2905.35	c      2905         937975          40        20                -           0.0000          -
57661.93/2910.39	c      2910         939513          42        20                -           0.0000          -
57762.98/2915.44	c      2915          99508       14673        20                -           0.0000          -
57862.00/2920.45	c      2920         942430          41        20                -           0.0000          -
57961.02/2925.48	c      2925         943966          41        20                -           0.0000          -
58062.05/2930.54	c      2931          99886       14738        20                -           0.0000          -
58163.08/2935.63	c      2936         947028          45        20                -           0.0000          -
58262.11/2940.65	c      2941         948621          45        20                -           0.0000          -
58361.14/2945.68	c      2946         100536       14812        20                -           0.0000          -
58462.15/2950.76	c      2951          98000       12694        20                -           0.0000          -
58565.15/2955.99	c      2956         100642       14912        20                -           0.0000          -
58666.97/2961.08	c      2961         100642       14912        20                -           0.0000          -
58765.75/2966.11	c      2966         100642       14912        20                -           0.0000          -
58867.06/2971.19	c      2971         957467          42        20                -           0.0000          -
58967.23/2976.25	c      2976         958916          46        20                -           0.0000          -
59066.25/2981.25	c      2981          99662       12941        20                -           0.0000          -
59167.27/2986.38	c      2986          99694       12947        20                -           0.0000          -
59268.33/2991.41	c      2991          99694       12947        20                -           0.0000          -
59367.41/2996.46	c      2996          99694       12947        20                -           0.0000          -
59468.47/3001.51	c      3002         101297       15198        20                -           0.0000          -
59569.70/3006.61	c      3007         967695          34        20                -           0.0000          -
59668.61/3011.69	c      3012         969165          50        20                -           0.0000          -
59769.63/3016.70	c      3017         970552          40        20                -           0.0000          -
59870.62/3021.81	c      3022         100739       13174        20                -           0.0000          -
59969.68/3026.86	c      3027         973460          37        20                -           0.0000          -
60070.88/3031.91	c      3032         974901          42        20                -           0.0000          -
60169.74/3036.98	c      3037         976361          35        20                -           0.0000          -
60271.61/3042.06	c      3042         977803          42        20                -           0.0000          -
60370.36/3047.12	c      3047         102269       15418        20                -           0.0000          -
60471.39/3052.18	c      3052         102366       13454        20                -           0.0000          -
60571.81/3057.24	c      3057         102484       13463        20                -           0.0000          -
60670.86/3062.27	c      3062         983380          51        20                -           0.0000          -
60771.91/3067.35	c      3067         102854       13506        20                -           0.0000          -
60870.99/3072.38	c      3072         102862       15502        20                -           0.0000          -
60972.04/3077.48	c      3077         103219       13553        20                -           0.0000          -
61073.09/3082.53	c      3083         103503       13610        20                -           0.0000          -
61172.14/3087.59	c      3088         103620       13640        20                -           0.0000          -
61273.18/3092.61	c      3093         103620       13640        20                -           0.0000          -
61372.24/3097.66	c      3098         103620       13640        20                -           0.0000          -
61471.46/3102.69	c      3103         103892       15657        20                -           0.0000          -
61574.36/3107.80	c      3108         103922       13706        20                -           0.0000          -
61673.40/3112.88	c      3113         103922       13706        20                -           0.0000          -
61774.41/3117.93	c      3118         998585          37        20                -           0.0000          -
61873.44/3122.97	c      3123        1000137          44        20                -           0.0000          -
61975.14/3128.09	c      3128         104548       15775        20                -           0.0000          -
62076.33/3133.15	c      3133         104485       13876        20                -           0.0000          -
62176.54/3138.20	c      3138         104631       13921        20                -           0.0000          -
62275.59/3143.27	c      3143         104631       13921        20                -           0.0000          -
62376.61/3148.33	c      3148         973729         195        20                -           0.0000          -
62475.67/3153.38	c      3153         105427       15849        20                -           0.0000          -
62576.72/3158.44	c      3158         105138       14026        20                -           0.0000          -
62675.78/3163.46	c      3163         105819       15904        20                -           0.0000          -
62776.84/3168.54	c      3169         105819       15904        20                -           0.0000          -
62877.89/3173.60	c      3174         105819       15904        20                -           0.0000          -
62976.91/3178.65	c      3179         105819       15904        20                -           0.0000          -
63077.97/3183.73	c      3184         106440       14254        20                -           0.0000          -
63177.02/3188.78	c      3189        1018914          45        20                -           0.0000          -
63276.09/3193.79	c      3194         106809       14318        20                -           0.0000          -
63377.15/3198.89	c      3199         106809       14318        20                -           0.0000          -
63478.43/3203.92	c      3204        1023442          46        20                -           0.0000          -
63577.27/3208.95	c      3209        1025020          51        20                -           0.0000          -
63676.32/3213.96	c      3214         107137       16113        20                -           0.0000          -
63775.28/3218.99	c      3219         994010          44        20                -           0.0000          -
63876.85/3224.05	c      3224        1026000          39        20                -           0.0000          -
63975.99/3229.07	c      3229         107725       16149        20                -           0.0000          -
64077.07/3234.17	c      3234        1028489          36        20                -           0.0000          -
64177.37/3239.23	c      3239         998920          39        20                -           0.0000          -
64276.41/3244.25	c      3244        1000028          35        20                -           0.0000          -
64377.42/3249.30	c      3249        1001151          36        20                -           0.0000          -
64476.48/3254.35	c      3254         109126       14652        20                -           0.0000          -
64577.53/3259.46	c      3259        1004199          45        20                -           0.0000          -
64676.58/3264.48	c      3264        1005467          48        20                -           0.0000          -
64779.61/3269.62	c      3270         109624       14781        20                -           0.0000          -
64878.68/3274.69	c      3275         109924       16364        20                -           0.0000          -
64979.75/3279.76	c      3280         110139       14877        20                -           0.0000          -
65080.80/3284.83	c      3285         110139       14877        20                -           0.0000          -
65179.89/3289.86	c      3290        1011580          35        20                -           0.0000          -
65278.94/3294.87	c      3295         110369       14921        20                -           0.0000          -
65379.98/3299.92	c      3300        1014075          53        20                -           0.0000          -
65479.05/3305.01	c      3305        1015642          39        20                -           0.0000          -
65580.84/3310.08	c      3310         111122       15119        20                -           0.0000          -
65681.71/3315.16	c      3315         111122       15119        20                -           0.0000          -
65782.21/3320.22	c      3320         111122       15119        20                -           0.0000          -
65881.31/3325.26	c      3325         112295       16581        20                -           0.0000          -
65982.38/3330.33	c      3330         112295       16581        20                -           0.0000          -
66083.43/3335.40	c      3335        1059712          44        20                -           0.0000          -
66182.48/3340.47	c      3340        1061247          48        20                -           0.0000          -
66283.52/3345.57	c      3346         112318       15270        20                -           0.0000          -
66384.70/3350.62	c      3351        1064241          42        20                -           0.0000          -
66483.58/3355.64	c      3356         113257       16658        20                -           0.0000          -
66582.64/3360.65	c      3361         113257       16658        20                -           0.0000          -
66683.64/3365.79	c      3366        1068589          40        20                -           0.0000          -
66784.66/3370.84	c      3371         113697       16707        20                -           0.0000          -
66883.68/3375.89	c      3376        1071282          49        20                -           0.0000          -
66984.69/3380.95	c      3381        1072673          45        20                -           0.0000          -
67086.40/3386.05	c      3386        1074000          41        20                -           0.0000          -
67185.42/3391.07	c      3391         114448       16845        20                -           0.0000          -
67286.38/3396.17	c      3396         114448       16845        20                -           0.0000          -
67386.86/3401.23	c      3401         114448       16845        20                -           0.0000          -
67485.98/3406.29	c      3406         114540       15717        20                -           0.0000          -
67587.02/3411.34	c      3411         114540       15717        20                -           0.0000          -
67686.16/3416.40	c      3416         114540       15717        20                -           0.0000          -
67787.27/3421.45	c      3421        1084571          42        20                -           0.0000          -
67888.15/3426.52	c      3427         114859       15800        20                -           0.0000          -
67987.21/3431.53	c      3432        1048675          46        20                -           0.0000          -
68086.26/3436.54	c      3437        1050216          45        20                -           0.0000          -
68185.34/3441.57	c      3442        1051631          39        20                -           0.0000          -
68286.52/3446.61	c      3447         115680       16034        20                -           0.0000          -
68385.41/3451.63	c      3452         116081       17129        20                -           0.0000          -
68486.42/3456.72	c      3457        1055981          40        20                -           0.0000          -
68587.48/3461.83	c      3462        1057295          38        20                -           0.0000          -
68686.58/3466.84	c      3467        1058558          35        20                -           0.0000          -
68787.74/3471.93	c      3472        1060115          50        20                -           0.0000          -
68889.39/3477.03	c      3477         117102       17253        20                -           0.0000          -
68988.70/3482.11	c      3482         117102       17253        20                -           0.0000          -
69089.88/3487.17	c      3487         117102       17253        20                -           0.0000          -
69190.48/3492.22	c      3492         117160       17254        20                -           0.0000          -
69291.66/3497.30	c      3497        1067660          39        20                -           0.0000          -
69390.84/3502.37	c      3502        1107735          31        20                -           0.0000          -
69490.02/3507.38	c      3507        1070406          40        20                -           0.0000          -
69591.16/3512.42	c      3512        1071909          37        20                -           0.0000          -
69692.33/3517.53	c      3518        1073226          39        20                -           0.0000          -
69793.48/3522.60	c      3523        1113307          47        20                -           0.0000          -
69892.71/3527.66	c      3528         118658       17423        20                -           0.0000          -
69993.89/3532.72	c      3533         118658       17423        20                -           0.0000          -
70093.10/3537.78	c      3538        1079246          42        20                -           0.0000          -
70194.30/3542.85	c      3543        1080915          39        20                -           0.0000          -
70295.48/3547.90	c      3548        1082562          38        20                -           0.0000          -
70394.67/3552.98	c      3553         119181       17488        20                -           0.0000          -
70496.36/3558.03	c      3558        1085678          37        20                -           0.0000          -
70595.77/3563.13	c      3563         119474       17552        20                -           0.0000          -
70698.18/3568.21	c      3568        1126463          38        20                -           0.0000          -
70797.38/3573.27	c      3573        1127977          48        20                -           0.0000          -
70898.54/3578.33	c      3578        1129428          40        20                -           0.0000          -
70997.73/3583.39	c      3583        1130823          38        20                -           0.0000          -
71098.92/3588.41	c      3588        1093724          37        20                -           0.0000          -
71198.12/3593.48	c      3593         120675       17687        20                -           0.0000          -
71299.36/3598.55	c      3599         120675       17687        20                -           0.0000          -
71400.57/3603.61	c      3604        1097662          32        20                -           0.0000          -
71499.84/3608.66	c      3609        1099544          50        20                -           0.0000          -
71600.96/3613.75	c      3614        1101794          44        20                -           0.0000          -
71702.12/3618.81	c      3619        1103068          45        20                -           0.0000          -
71801.33/3623.85	c      3624         122973       17234        20                -           0.0000          -
71902.52/3628.90	c      3629         122973       17234        20                -           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: 191670 MiB (183594 MiB free)
  memory of node 1: 193531 MiB (191461 MiB free)
  memory of node 2: 193531 MiB (188783 MiB free)
  memory of node 3: 193493 MiB (188130 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-4465785-1722562282/watcher-4465785-1722562282 -o /tmp/evaluation-result-4465785-1722562282/solver-4465785-1722562282 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137359 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465785-1722562282.opb -qsol -t 72000 -sth 20 

running on 20 cores: 1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77

CPU governors:
  performance: 1 5 9 13 17 21 25 29 33 37 41 45 49 53 57 61 65 69 73 77

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


[startup+0.100109 s]*
/proc/loadavg: 78.92 80.34 80.53 63/984 143075
/proc/meminfo: memFree=769978012/790760800 swapFree=131071996/131071996
[pid=143074] ppid=143071 vsize=61220 memory=50004 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/stat : 143074 (fscip) R 143071 143074 137348 0 -1 4194304 11684 0 0 0 10 1 0 0 20 0 1 0 22807592 62689280 12501 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
/proc/143074/statm: 15305 12501 2694 3035 0 11701 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 61220 KiB
Current children cumulated memory: 50004 KiB

[startup+0.222464 s]*
/proc/loadavg: 78.92 80.34 80.53 62/1004 143095
/proc/meminfo: memFree=769924564/790760800 swapFree=131071996/131071996
[pid=143074] ppid=143071 vsize=1591472 memory=121900 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/stat : 143074 (fscip) S 143071 143074 137348 0 -1 1077936128 28650 0 0 0 20 3 0 0 20 0 21 0 22807592 1629667328 30475 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
/proc/143074/statm: 397868 30475 2758 3035 0 74944 0
[pid=143074/tid=143076] ppid=143071 vsize=1591472 memory=3472328300254199927 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143076/stat : 143076 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30541 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143077] ppid=143071 vsize=1591472 memory=32318 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143077/stat : 143077 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30541 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143078] ppid=143071 vsize=1591472 memory=57415945159124 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143078/stat : 143078 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30541 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143079] ppid=143071 vsize=1591472 memory=55182595719753 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143079/stat : 143079 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30541 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143080] ppid=143071 vsize=1591472 memory=61783977231037 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143080/stat : 143080 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30541 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143081] ppid=143071 vsize=1591472 memory=59619364045879 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143081/stat : 143081 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30541 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143082] ppid=143071 vsize=1591472 memory=16099264824608347 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143082/stat : 143082 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30541 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143083] ppid=143071 vsize=1591472 memory=114314 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143083/stat : 143083 (fscip) R 143071 143074 137348 0 -1 4194368 1256 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143084] ppid=143071 vsize=1591472 memory=3760566373269635153 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143084/stat : 143084 (fscip) S 143071 143074 137348 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143085] ppid=143071 vsize=1591472 memory=3544957649210835024 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143085/stat : 143085 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143086] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143086/stat : 143086 (fscip) S 143071 143074 137348 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143087] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143087/stat : 143087 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143088] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143088/stat : 143088 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143089] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143089/stat : 143089 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143090] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143090/stat : 143090 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143091] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143091/stat : 143091 (fscip) S 143071 143074 137348 0 -1 1077936192 3110 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143092] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143092/stat : 143092 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143093] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143093/stat : 143093 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143094] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143094/stat : 143094 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143095] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143095/stat : 143095 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 30607 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 1591472 KiB
Current children cumulated memory: 121900 KiB

[startup+0.320272 s]*
/proc/loadavg: 78.92 80.34 80.53 63/1004 143095
/proc/meminfo: memFree=769825460/790760800 swapFree=131071996/131071996
[pid=143074] ppid=143071 vsize=1591472 memory=220340 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/stat : 143074 (fscip) S 143071 143074 137348 0 -1 1077936128 53301 0 0 0 26 8 0 0 20 0 21 0 22807592 1629667328 55085 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
/proc/143074/statm: 397868 55085 2758 3035 0 100212 0
[pid=143074/tid=143076] ppid=143071 vsize=1591472 memory=-6226905340334750571 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143076/stat : 143076 (fscip) S 143071 143074 137348 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55085 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143077] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143077/stat : 143077 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55151 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143078] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143078/stat : 143078 (fscip) S 143071 143074 137348 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55151 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143079] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143079/stat : 143079 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55151 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143080] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143080/stat : 143080 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55151 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143081] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143081/stat : 143081 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55151 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143082] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143082/stat : 143082 (fscip) R 143071 143074 137348 0 -1 4194368 1034 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55151 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143083] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143083/stat : 143083 (fscip) S 143071 143074 137348 0 -1 1077936192 3108 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55151 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143084] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143084/stat : 143084 (fscip) S 143071 143074 137348 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55151 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143085] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143085/stat : 143085 (fscip) S 143071 143074 137348 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55151 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143086] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143086/stat : 143086 (fscip) S 143071 143074 137348 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55217 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143087] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143087/stat : 143087 (fscip) S 143071 143074 137348 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55217 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143088] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143088/stat : 143088 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55217 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143089] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143089/stat : 143089 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55217 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143090] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143090/stat : 143090 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55217 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143091] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143091/stat : 143091 (fscip) S 143071 143074 137348 0 -1 1077936192 3110 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55217 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143092] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143092/stat : 143092 (fscip) S 143071 143074 137348 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55217 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143093] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143093/stat : 143093 (fscip) S 143071 143074 137348 0 -1 1077936192 3109 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55217 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143094] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143094/stat : 143094 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55217 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143095] ppid=143071 vsize=1591472 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143095/stat : 143095 (fscip) S 143071 143074 137348 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 22807613 1629667328 55217 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 1591472 KiB
Current children cumulated memory: 220340 KiB

[startup+0.701263 s]
/proc/loadavg: 78.92 80.34 80.53 80/1024 143115
/proc/meminfo: memFree=769362276/790760800 swapFree=131071996/131071996
[pid=143074] ppid=143071 vsize=1755392 memory=807144 CPUtime=4.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/stat : 143074 (fscip) S 143071 143074 137348 0 -1 1077936128 200172 0 0 0 387 91 0 0 20 0 41 0 22807592 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 17 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
/proc/143074/statm: 438848 201786 2790 3035 0 295146 0
[pid=143074/tid=143076] ppid=143071 vsize=1755392 memory=8 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143076/stat : 143076 (fscip) R 143071 143074 137348 0 -1 4194368 9211 0 0 0 16 6 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143077] ppid=143071 vsize=1755392 memory=15524 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143077/stat : 143077 (fscip) R 143071 143074 137348 0 -1 4194368 9222 0 0 0 17 5 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143078] ppid=143071 vsize=1755392 memory=11572 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143078/stat : 143078 (fscip) R 143071 143074 137348 0 -1 4194368 8819 0 0 0 21 2 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143079] ppid=143071 vsize=1755392 memory=5556 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143079/stat : 143079 (fscip) R 143071 143074 137348 0 -1 1077936192 9211 0 0 0 16 6 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143080] ppid=143071 vsize=1755392 memory=0 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143080/stat : 143080 (fscip) R 143071 143074 137348 0 -1 4194368 9220 0 0 0 17 5 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143081] ppid=143071 vsize=1755392 memory=0 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143081/stat : 143081 (fscip) R 143071 143074 137348 0 -1 4194368 8858 0 0 0 21 2 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143082] ppid=143071 vsize=1755392 memory=0 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143082/stat : 143082 (fscip) R 143071 143074 137348 0 -1 4194368 9211 0 0 0 16 6 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143083] ppid=143071 vsize=1755392 memory=0 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143083/stat : 143083 (fscip) R 143071 143074 137348 0 -1 4194368 8861 0 0 0 19 3 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143084] ppid=143071 vsize=1755392 memory=0 CPUtime=0.2 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143084/stat : 143084 (fscip) R 143071 143074 137348 0 -1 4194368 8244 0 0 0 18 2 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143085] ppid=143071 vsize=1755392 memory=0 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143085/stat : 143085 (fscip) R 143071 143074 137348 0 -1 4194368 9212 0 0 0 15 7 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143086] ppid=143071 vsize=1755392 memory=0 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143086/stat : 143086 (fscip) R 143071 143074 137348 0 -1 4194368 7677 0 0 0 21 1 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143087] ppid=143071 vsize=1755392 memory=0 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143087/stat : 143087 (fscip) R 143071 143074 137348 0 -1 4194368 8891 0 0 0 20 2 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143088] ppid=143071 vsize=1755392 memory=279359168901376 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143088/stat : 143088 (fscip) R 143071 143074 137348 0 -1 4194368 9211 0 0 0 16 6 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143089] ppid=143071 vsize=1755392 memory=16088 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143089/stat : 143089 (fscip) R 143071 143074 137348 0 -1 4194368 8866 0 0 0 19 3 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143090] ppid=143071 vsize=1755392 memory=2212 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143090/stat : 143090 (fscip) R 143071 143074 137348 0 -1 4194368 8843 0 0 0 21 2 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143091] ppid=143071 vsize=1755392 memory=6096 CPUtime=0.23 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143091/stat : 143091 (fscip) R 143071 143074 137348 0 -1 4194368 8879 0 0 0 18 5 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143092] ppid=143071 vsize=1755392 memory=1968 CPUtime=0.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143092/stat : 143092 (fscip) R 143071 143074 137348 0 -1 4194368 9221 0 0 0 16 5 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143093] ppid=143071 vsize=1755392 memory=54204 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143093/stat : 143093 (fscip) R 143071 143074 137348 0 -1 4194368 8877 0 0 0 20 2 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143094] ppid=143071 vsize=1755392 memory=33196 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143094/stat : 143094 (fscip) R 143071 143074 137348 0 -1 1077936192 9210 0 0 0 15 7 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143095] ppid=143071 vsize=1755392 memory=21532 CPUtime=0.22 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143095/stat : 143095 (fscip) R 143071 143074 137348 0 -1 4194368 9215 0 0 0 18 4 0 0 20 0 41 0 22807613 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143096] ppid=143071 vsize=1755392 memory=279359168648496 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143096/stat : 143096 (fscip) S 143071 143074 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22807639 1797521408 201786 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143097] ppid=143071 vsize=1755392 memory=61814008447547 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143097/stat : 143097 (fscip) S 143071 143074 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22807639 1797521408 201850 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143098] ppid=143071 vsize=1755392 memory=60718808564392 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143098/stat : 143098 (fscip) S 143071 143074 137348 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 22807639 1797521408 201850 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0

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

[pid=143074/tid=143100] ppid=143071 vsize=12173496 memory=10547580 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143100/stat : 143100 (fscip) S 143071 143074 137348 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143101] ppid=143071 vsize=12173496 memory=10546632 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143101/stat : 143101 (fscip) S 143071 143074 137348 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143102] ppid=143071 vsize=12173496 memory=10548484 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143102/stat : 143102 (fscip) S 143071 143074 137348 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143099] ppid=143071 vsize=12173496 memory=6720661060527013477 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143099/stat : 143099 (fscip) S 143071 143074 137348 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143104] ppid=143071 vsize=12173496 memory=10561908 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143104/stat : 143104 (fscip) S 143071 143074 137348 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143103] ppid=143071 vsize=12173496 memory=10559692 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143103/stat : 143103 (fscip) S 143071 143074 137348 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143105] ppid=143071 vsize=12173496 memory=10316852 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143105/stat : 143105 (fscip) S 143071 143074 137348 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143106] ppid=143071 vsize=12173496 memory=10550292 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143106/stat : 143106 (fscip) S 143071 143074 137348 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143107] ppid=143071 vsize=12173496 memory=29836768444022866 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143107/stat : 143107 (fscip) S 143071 143074 137348 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143108] ppid=143071 vsize=12173496 memory=4054682533986907152 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143108/stat : 143108 (fscip) S 143071 143074 137348 0 -1 1077936192 114 0 0 0 0 2 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143109] ppid=143071 vsize=12173496 memory=10565552 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143109/stat : 143109 (fscip) S 143071 143074 137348 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143110] ppid=143071 vsize=12173496 memory=31232 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143110/stat : 143110 (fscip) S 143071 143074 137348 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143112] ppid=143071 vsize=12173496 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143112/stat : 143112 (fscip) S 143071 143074 137348 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143111] ppid=143071 vsize=12173496 memory=15524 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143111/stat : 143111 (fscip) S 143071 143074 137348 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143113] ppid=143071 vsize=12173496 memory=10824 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143113/stat : 143113 (fscip) S 143071 143074 137348 0 -1 1077936192 112 0 0 0 2 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143114] ppid=143071 vsize=12173496 memory=5556 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143114/stat : 143114 (fscip) S 143071 143074 137348 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143115] ppid=143071 vsize=12173496 memory=5616 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143115/stat : 143115 (fscip) S 143071 143074 137348 0 -1 1077936192 112 0 0 0 0 2 0 0 20 0 41 0 22807639 12465659904 2642887 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
Current children cumulated CPU time: 70977.9 s
Current children cumulated vsize: 12173496 KiB
Current children cumulated memory: 10571548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.9 s]
/proc/loadavg: 23.53 43.78 55.87 22/895 145441
/proc/meminfo: memFree=771645972/790760800 swapFree=131071996/131071996
[pid=143074] ppid=143071 vsize=12326672 memory=10688436 CPUtime=72001.7 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/stat : 143074 (fscip) S 143071 143074 137348 0 -1 1077936128 46875425 0 0 0 7188359 11811 0 0 20 0 41 0 22807592 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 17 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
/proc/143074/statm: 3081668 2672109 3014 3035 0 2934479 0
[pid=143074/tid=143076] ppid=143071 vsize=12326672 memory=139679586086112 CPUtime=3604.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143076/stat : 143076 (fscip) R 143071 143074 137348 0 -1 4194368 3500747 0 0 0 359895 604 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143077] ppid=143071 vsize=12326672 memory=6096 CPUtime=3607.73 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143077/stat : 143077 (fscip) R 143071 143074 137348 0 -1 4194368 3019618 0 0 0 360285 488 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143078] ppid=143071 vsize=12326672 memory=10515704 CPUtime=3599.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143078/stat : 143078 (fscip) R 143071 143074 137348 0 -1 4194368 1090349 0 0 0 359170 782 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143079] ppid=143071 vsize=12326672 memory=1229206755499506 CPUtime=3601.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143079/stat : 143079 (fscip) R 143071 143074 137348 0 -1 4194368 2618963 0 0 0 359721 462 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143080] ppid=143071 vsize=12326672 memory=1968 CPUtime=3603.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143080/stat : 143080 (fscip) R 143071 143074 137348 0 -1 4194368 2426879 0 0 0 359956 410 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143081] ppid=143071 vsize=12326672 memory=279359169994400 CPUtime=3600.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143081/stat : 143081 (fscip) R 143071 143074 137348 0 -1 4194368 1157147 0 0 0 359328 743 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143082] ppid=143071 vsize=12326672 memory=279359170373040 CPUtime=3605.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143082/stat : 143082 (fscip) R 143071 143074 137348 0 -1 4194368 3775085 0 0 0 359871 721 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143083] ppid=143071 vsize=12326672 memory=0 CPUtime=3607.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143083/stat : 143083 (fscip) R 143071 143074 137348 0 -1 4194368 2864012 0 0 0 360241 474 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143084] ppid=143071 vsize=12326672 memory=28716 CPUtime=3600.39 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143084/stat : 143084 (fscip) R 143071 143074 137348 0 -1 4194368 1405442 0 0 0 359258 781 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143085] ppid=143071 vsize=12326672 memory=10687316 CPUtime=3603.32 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143085/stat : 143085 (fscip) R 143071 143074 137348 0 -1 4194368 2494051 0 0 0 359714 618 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143086] ppid=143071 vsize=12326672 memory=528760 CPUtime=3606.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143086/stat : 143086 (fscip) R 143071 143074 137348 0 -1 4194368 2810428 0 0 0 360253 413 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143087] ppid=143071 vsize=12326672 memory=279359169421280 CPUtime=3572.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143087/stat : 143087 (fscip) R 143071 143074 137348 0 -1 4194368 1373842 0 0 0 356474 806 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143088] ppid=143071 vsize=12326672 memory=5556 CPUtime=3604.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143088/stat : 143088 (fscip) R 143071 143074 137348 0 -1 4194368 2036691 0 0 0 360053 427 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143089] ppid=143071 vsize=12326672 memory=15524 CPUtime=3596.77 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143089/stat : 143089 (fscip) R 143071 143074 137348 0 -1 4194368 2763844 0 0 0 359177 500 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143090] ppid=143071 vsize=12326672 memory=10687588 CPUtime=3567.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143090/stat : 143090 (fscip) R 143071 143074 137348 0 -1 4194368 1270200 0 0 0 356016 781 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143091] ppid=143071 vsize=12326672 memory=3 CPUtime=3603.21 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143091/stat : 143091 (fscip) R 143071 143074 137348 0 -1 4194368 1669890 0 0 0 359935 386 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143092] ppid=143071 vsize=12326672 memory=2 CPUtime=3607.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143092/stat : 143092 (fscip) R 143071 143074 137348 0 -1 4194368 3177506 0 0 0 360329 462 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143093] ppid=143071 vsize=12326672 memory=7738147763290330989 CPUtime=3601.86 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143093/stat : 143093 (fscip) R 143071 143074 137348 0 -1 4194368 1106448 0 0 0 359403 783 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143094] ppid=143071 vsize=12326672 memory=7738147763290330989 CPUtime=3604.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143094/stat : 143094 (fscip) R 143071 143074 137348 0 -1 4194368 3390058 0 0 0 359845 639 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143095] ppid=143071 vsize=12326672 memory=16088 CPUtime=3597.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143095/stat : 143095 (fscip) R 143071 143074 137348 0 -1 4194368 2899437 0 0 0 359268 446 0 0 20 0 41 0 22807613 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143096] ppid=143071 vsize=12326672 memory=2212 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143096/stat : 143096 (fscip) S 143071 143074 137348 0 -1 1077936192 115 0 0 0 0 2 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143097] ppid=143071 vsize=12326672 memory=10686676 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143097/stat : 143097 (fscip) S 143071 143074 137348 0 -1 1077936192 74 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143098] ppid=143071 vsize=12326672 memory=10824 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143098/stat : 143098 (fscip) S 143071 143074 137348 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143100] ppid=143071 vsize=12326672 memory=13624 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143100/stat : 143100 (fscip) S 143071 143074 137348 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143101] ppid=143071 vsize=12326672 memory=12020 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143101/stat : 143101 (fscip) S 143071 143074 137348 0 -1 1077936192 135 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143102] ppid=143071 vsize=12326672 memory=28716 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143102/stat : 143102 (fscip) S 143071 143074 137348 0 -1 1077936192 115 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143099] ppid=143071 vsize=12326672 memory=279359168963792 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143099/stat : 143099 (fscip) S 143071 143074 137348 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143104] ppid=143071 vsize=12326672 memory=16325789170925620 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143104/stat : 143104 (fscip) S 143071 143074 137348 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143103] ppid=143071 vsize=12326672 memory=279359168853200 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143103/stat : 143103 (fscip) S 143071 143074 137348 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143105] ppid=143071 vsize=12326672 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143105/stat : 143105 (fscip) S 143071 143074 137348 0 -1 1077936192 137 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143106] ppid=143071 vsize=12326672 memory=279359168745536 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143106/stat : 143106 (fscip) S 143071 143074 137348 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143107] ppid=143071 vsize=12326672 memory=11572 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143107/stat : 143107 (fscip) S 143071 143074 137348 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143108] ppid=143071 vsize=12326672 memory=15524 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143108/stat : 143108 (fscip) S 143071 143074 137348 0 -1 1077936192 114 0 0 0 0 2 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143109] ppid=143071 vsize=12326672 memory=10686460 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143109/stat : 143109 (fscip) S 143071 143074 137348 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143110] ppid=143071 vsize=12326672 memory=10559588 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143110/stat : 143110 (fscip) S 143071 143074 137348 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143112] ppid=143071 vsize=12326672 memory=10651124 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143112/stat : 143112 (fscip) S 143071 143074 137348 0 -1 1077936192 114 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143111] ppid=143071 vsize=12326672 memory=10682244 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143111/stat : 143111 (fscip) S 143071 143074 137348 0 -1 1077936192 113 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143113] ppid=143071 vsize=12326672 memory=2308 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143113/stat : 143113 (fscip) S 143071 143074 137348 0 -1 1077936192 112 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143114] ppid=143071 vsize=12326672 memory=10650780 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143114/stat : 143114 (fscip) S 143071 143074 137348 0 -1 1077936192 131 0 0 0 3 0 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
[pid=143074/tid=143115] ppid=143071 vsize=12326672 memory=15524 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/143074/task/143115/stat : 143115 (fscip) S 143071 143074 137348 0 -1 1077936192 112 0 0 0 0 2 0 0 20 0 41 0 22807639 12622512128 2672109 809668444160 4194304 16623229 140729776637840 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 35946496 140729776645129 140729776645247 140729776645247 140729776652272 0
Current children cumulated CPU time: 72001.7 s
Current children cumulated vsize: 12326672 KiB
Current children cumulated memory: 10688436 KiB

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

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

# cumulated CPU time of all completed processes:  user=71883.8 s, system=118.427 s

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

[startup+3634.01 s]*
/proc/loadavg: 23.53 43.78 55.87 3/856 145441
/proc/meminfo: memFree=775633404/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3634.2 s]
/proc/loadavg: 23.53 43.78 55.87 3/856 145441
/proc/meminfo: memFree=775633404/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): 3634.24
CPU time (s): 72002.2
CPU user time (s): 71883.8
CPU system time (s): 118.427
CPU usage (%): 1981.22
Max. virtual memory (cumulated for all children) (KiB): 12326672
Max. memory (cumulated for all children) (KiB): 10688436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71883.8
system time used= 118.427
maximum resident set size= 10688628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46875444
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= 339777
involuntary context switches= 219880


# summary of solver processes directly reported to runsolver:
#   pid: 143074
#   total CPU time (s): 72002.2
#   total CPU user time (s): 71883.8
#   total CPU system time (s): 118.427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.8666 second user time and 82.3341 second system time

The end

Launcher Data

Begin job on nodeD104 at 2024-08-02 03:31:22
IDJOB=4465785
IDBENCH=160415
IDSOLVER=3094
FILE ID=nodeD104/4465785-1722562282
RUNJOBID= nodeD104-1722554819-137359
SLURM_JOB_ID= 8254283
Free space on /tmp= 8622836 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-almost3reg-l100-r099-n1.cnf-extracted.pb.metafix.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-4465785-1722562282/watcher-4465785-1722562282 -o /tmp/evaluation-result-4465785-1722562282/solver-4465785-1722562282 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD104-1722554819-137359 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465785-1722562282.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 4aca60576f41ce0be442f97c9c36c82a
RANDOM SEED=1001862672

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 19
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3200.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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

processor	: 26
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3200.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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

processor	: 35
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 2965.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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5010.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 66
vendor_id	: GenuineIntel
cpu family	: 6
model		: 85
model name	: Intel(R) Xeon(R) Gold 6248 CPU @ 2.50GHz
stepping	: 7
microcode	: 0x5003006
cpu MHz		: 3200.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 hwp hwp_act_window hwp_epp hwp_pkg_req pku ospke avx512_vnni md_clear flush_l1d arch_capabilities
bugs		: spectre_v1 spectre_v2 spec_store_bypass swapgs taa itlb_multihit
bogomips	: 5013.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        770018472 kB
MemAvailable:   771416960 kB
Buffers:          328308 kB
Cached:          4391532 kB
SwapCached:            0 kB
Active:           502652 kB
Inactive:       17664848 kB
Active(anon):       2216 kB
Inactive(anon): 13467960 kB
Active(file):     500436 kB
Inactive(file):  4196888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28844 kB
Writeback:            64 kB
AnonPages:      13448060 kB
Mapped:           126944 kB
Shmem:             22536 kB
KReclaimable:     241760 kB
Slab:             601072 kB
SReclaimable:     241760 kB
SUnreclaim:       359312 kB
KernelStack:       16800 kB
PageTables:        42064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2348576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           275328 kB
HardwareCorrupted:     0 kB
AnonHugePages:    401408 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:      628736 kB
DirectMap2M:    53346304 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622864 MiB
End job on nodeD104 at 2024-08-02 04:31:56