Trace number 4465228

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUM175cf8fd081870b89b1494469c4bb17a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark293
Best CPU time to get the best result obtained on this benchmark3600.07
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2691
Number of bits of the biggest sum of numbers12
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.12/0.22	c Default LC presolving (default).
0.12/0.22	c ** Before presolving: virtualMemUsedAtLc = 195143782, getVmSize() = 175669248, SCIPgetMemUsed() = 87587420, SCIPgetMemTotal() = 150627212, SCIPgetMemExternEstim() = 44516570
0.12/0.22	c ** set memory limit for presolving in LC to 8.79548e+12 for SCIP **
1.38/1.43	c ** Estimated virtualMemUsedAtSolver = 267450444, getVmSize() = 381652992, SCIPgetMemUsed() = 219194592, SCIPgetMemTotal() = 356659096, SCIPgetMemExternEstim() = 44516570
1.38/1.43	c ** set memory limit for solvers to 4.18777e+11 for each SCIP **
1.38/1.43	c Original Problem   :
1.38/1.43	c   Problem name     : instance-4465228-1722453464
1.38/1.43	c   Variables        : 8883 (8883 binary, 0 integer, 0 implicit integer, 0 continuous)
1.38/1.43	c   Constraints      : 17459
1.38/1.43	c   Objective sense  : minimize
1.38/1.43	c Presolved Problem  :
1.38/1.43	c   Variables        : 8883 (8883 binary, 0 integer, 0 implicit integer, 0 continuous)
1.38/1.43	c   Constraints      : 10391
1.38/1.43	c Constraints        : Number
1.38/1.43	c   knapsack         : 323 
1.38/1.43	c   setppc           : 1500 
1.38/1.43	c   linear           : 8568 
1.38/1.43	c ** Instance transfer method used: 0
1.38/1.47	c ** ParaScipInstance copy does not increase the number of variables. **
2.12/2.14	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.12/2.15	c                                Nodes    Active                                            
2.12/2.15	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
99.02/7.27	c         7              2           1        20                -           0.0000          -
199.68/12.36	c        12           1140          90        20                -           0.0000          -
300.42/17.41	c        17              2           1        20                -          18.0000          -
401.08/22.59	c        23             17          16        20                -          18.0000          -
503.90/27.73	c        28             17          16        20                -          18.0000          -
604.95/32.81	c        33             17          16        20                -          18.0000          -
706.05/37.93	c        38             17          16        20                -          18.0000          -
805.17/42.95	c        43             29          28        20                -          18.0000          -
904.20/47.96	c        48            105          60        20                -          19.0000          -
1008.25/53.15	c        53            128          68        20                -          19.0000          -
1112.34/58.44	c        58            139          77        20                -          19.0000          -
1213.35/63.51	c        64            150          88        20                -          19.0000          -
1312.28/68.55	c        69            156          94        20                -          19.0000          -
1413.32/73.60	c        74            154         153        20                -          19.0000          -
1512.37/78.67	c        79            165         164        20                -          19.0000          -
1613.53/83.73	c        84            196         109        20                -          19.0000          -
1712.57/88.78	c        89            196         109        20                -          19.0000          -
1813.71/93.87	c        94            196         109        20                -          19.0000          -
1914.85/98.92	c        99            196         109        20                -          19.0000          -
2014.04/103.97	c       104            198         109        20                -          19.0000          -
2113.20/109.03	c       109            204         115        20                -          19.0000          -
2215.28/114.07	c       114            313         308        20                -          20.0000          -
2314.47/119.09	c       119            325         320        20                -          20.0000          -
2415.63/124.15	c       124            343         338        20                -          20.0000          -
2514.68/129.17	c       129            359         354        20                -          20.0000          -
2614.96/134.24	c       134            380         375        20                -          20.0000          -
2714.07/139.28	c       139            406         401        20                -          20.0000          -
2815.16/144.37	c       144            440         432        20                -          20.0000          -
2916.26/149.45	c       149            455         447        20                -          20.0000          -
3017.28/154.50	c       155            471         461        20                -          20.0000          -
3116.35/159.56	c       160            507         497        20                -          20.0000          -
3217.43/164.62	c       165            522         512        20                -          20.0000          -
3318.45/169.74	c       170            557         545        20                -          20.0000          -
3417.57/174.79	c       175            591         577        20                -          20.0000          -
3518.67/179.86	c       180            610         596        20                -          20.0000          -
3619.73/184.91	c       185            642         628        20                -          20.0000          -
3718.86/189.94	c       190            660         646        20                -          20.0000          -
3818.00/195.02	c       195            677         663        20                -          20.0000          -
3920.12/200.06	c       200            704         690        20                -          20.0000          -
4019.22/205.12	c       205            731         715        20                -          20.0000          -
4120.12/210.17	c       210            774         752        20                -          20.0000          -
4220.43/215.27	c       215            814         787        20                -          20.0000          -
4321.52/220.33	c       220            837         808        20                -          20.0000          -
4420.65/225.38	c       225            864         835        20                -          20.0000          -
4519.78/230.39	c       230            889         860        20                -          20.0000          -
4622.90/235.51	c       236            917         886        20                -          20.0000          -
4721.94/240.56	c       241            950         918        20                -          20.0000          -
4821.09/245.59	c       246            981         948        20                -          20.0000          -
4922.21/250.65	c       251           1009         976        20                -          20.0000          -
5023.33/255.73	c       256           1036        1002        20                -          20.0000          -
5122.44/260.79	c       261           1060        1026        20                -          20.0000          -
5223.53/265.84	c       266           1097        1059        20                -          20.0000          -
5322.61/270.86	c       271           1121        1082        20                -          20.0000          -
5423.77/275.93	c       276           1146        1107        20                -          20.0000          -
5522.87/280.99	c       281           1170        1131        20                -          20.0000          -
5624.82/286.05	c       286           1195        1154        20                -          20.0000          -
5724.11/291.10	c       291           1232        1191        20                -          20.0000          -
5823.18/296.12	c       296           1259        1218        20                -          20.0000          -
5925.17/301.25	c       301           1276        1233        20                -          20.0000          -
6026.27/306.30	c       306            939         479        20                -          20.0000          -
6125.38/311.36	c       311            964         487        20                -          20.0000          -
6226.50/316.40	c       316            996           0        20                -          20.0000          -
6325.61/321.45	c       321            996           0        20                -          20.0000          -
6426.73/326.51	c       327           1365        1308        20                -          20.0000          -
6525.83/331.57	c       332           1015          19        20                -          20.0000          -
6624.90/336.59	c       337           1029          33        20                -          20.0000          -
6725.98/341.69	c       342           1925         122        20                -          23.0000          -
6827.07/346.74	c       347           2016         147        20                -          25.0000          -
6926.19/351.78	c       352           2136         147        20                -          26.0000          -
7025.31/356.79	c       357           2264         136        20                -          26.0000          -
7126.38/361.86	c       362           2364         134        20                -          27.0000          -
7227.44/366.91	c       367           2446         131        20                -          27.0000          -
7326.60/371.97	c       372           2542         144        20                -          27.0000          -
7425.73/377.02	c       377           2619         154        20                -          27.0000          -
7527.59/382.07	c       382           2693         154        20                -          27.0000          -
7626.72/387.11	c       387           2797         161        20                -          27.0000          -
7728.07/392.16	c       392           2888         157        20                -          27.0000          -
7828.15/397.22	c       397           2982         140        20                -          27.0000          -
7927.21/402.24	c       402           3069         149        20                -          27.0000          -
8026.30/407.24	c       407           3159         144        20                -          27.0000          -
8125.44/412.26	c       412           3282         128        20                -          27.0000          -
8226.48/417.30	c       417           3344         130        20                -          28.0000          -
8325.54/422.38	c       422           3443         111        20                -          28.0000          -
8426.63/427.42	c       427           3523         112        20                -          28.0000          -
8525.74/432.43	c       432           3565         110        20                -          29.0000          -
8626.78/437.54	c       438           3622         110        20                -          29.0000          -
8725.91/442.58	c       443           3683         116        20                -          29.0000          -
8824.88/447.60	c       448           3766         104        20                -          29.0000          -
8925.93/452.67	c       453           3803         107        20                -          29.0000          -
9025.04/457.68	c       458           3865          90        20                -          29.0000          -
9126.16/462.77	c       463           3934          99        20                -          30.0000          -
9227.10/467.80	c       468           3980         122        20                -          31.0000          -
9328.18/472.97	c       473           4073         114        20                -          31.0000          -
9427.23/478.03	c       478           4178         103        20                -          32.0000          -
9526.27/483.05	c       483           4265         105        20                -          32.0000          -
9630.28/488.16	c       488           4348          96        20                -          33.0000          -
9730.42/493.22	c       493           4417          93        20                -          33.0000          -
9829.50/498.28	c       498           4467         100        20                -          34.0000          -
9928.63/503.29	c       503           4532         105        20                -          34.0000          -
10031.69/508.42	c       508           4631          87        20                -          34.0000          -
10130.81/513.47	c       513           4668          84        20                -          34.0000          -
10231.91/518.52	c       519           4746          78        20                -          34.0000          -
10331.02/523.56	c       524           4813          89        20                -          34.0000          -
10432.09/528.62	c       529           4876          93        20                -          34.0000          -
10531.23/533.67	c       534           4939         110        20                -          34.0000          -
10630.35/538.69	c       539           5041          91        20                -          34.0000          -
10731.47/543.74	c       544           5139          99        20                -          34.0000          -
10832.57/548.82	c       549           5241          99        20                -          34.0000          -
10931.71/553.84	c       554           5336          92        20                -          34.0000          -
11032.82/558.97	c       559           5407          95        20                -          34.0000          -
11131.97/564.00	c       564           5492          87        20                -          34.0000          -
11233.88/569.05	c       569           5589          85        20                -          34.0000          -
11333.19/574.13	c       574           5694          85        20                -          34.0000          -
11434.18/579.17	c       579           5814          83        20                -          34.0000          -
11534.36/584.23	c       584           5856          81        20                -          34.0000          -
11633.48/589.28	c       589           5856          81        20                -          34.0000          -
11734.58/594.35	c       594           5856          81        20                -          34.0000          -
11835.69/599.44	c       599           5895          65        20                -          34.0000          -
11934.80/604.47	c       604           5918          78        20                -          34.0000          -
12035.85/609.51	c       610           5939          93        20                -          34.0000          -
12134.99/614.57	c       615           6002         110        20                -          34.0000          -
12234.11/619.58	c       620           6067         123        20                -          34.0000          -
12335.16/624.62	c       625           6140         127        20                -          34.0000          -
12436.10/629.70	c       630           6206         139        20                -          34.0000          -
12537.20/634.80	c       635           6289         143        20                -          34.0000          -
12636.31/639.82	c       640           6347         159        20                -          34.0000          -
12735.43/644.84	c       645           6393         173        20                -          34.0000          -
12836.54/649.90	c       650           6479         176        20                -          34.0000          -
12935.67/654.96	c       655           6558         178        20                -          34.0000          -
13034.65/660.04	c       660           6617         198        20                -          34.0000          -
13136.58/665.07	c       665           6706         205        20                -          34.0000          -
13235.58/670.08	c       670           6774         205        20                -          34.0000          -
13334.95/675.10	c       675           6886         212        20                -          34.0000          -
13433.97/680.12	c       680           7005         203        20                -          34.0000          -
13535.20/685.15	c       685           7103         200        20                -          34.0000          -
13635.20/690.23	c       690           7188         215        20                -          34.0000          -
13734.33/695.26	c       695           7281         201        20                -          34.0000          -
13833.43/700.30	c       700           7388         205        20                -          34.0000          -
13934.50/705.38	c       705           7488         188        20                -          34.0000          -
14035.49/710.43	c       710           7561         195        20                -          34.0000          -
14134.56/715.48	c       715           7619         198        20                -          34.0000          -
14235.54/720.53	c       721           7724         206        20                -          34.0000          -
14334.62/725.58	c       726           7788         216        20                -          34.0000          -
14435.59/730.63	c       731           7871         216        20                -          34.0000          -
14534.74/735.68	c       736           7950         219        20                -          34.0000          -
14635.85/740.72	c       741           8030         220        20                -          34.0000          -
14734.98/745.78	c       746           8108         212        20                -          34.0000          -
14835.96/750.83	c       751           8234         194        20                -          34.0000          -
14935.09/755.89	c       756           8323         198        20                -          34.0000          -
15036.19/760.92	c       761           8413         212        20                -          34.0000          -
15135.25/765.94	c       766           8491         205        20                -          34.0000          -
15234.37/771.03	c       771           8568         219        20                -          34.0000          -
15336.04/776.08	c       776           8598         219        20                -          34.0000          -
15435.24/781.14	c       781           8704         210        20                -          34.0000          -
15536.44/786.17	c       786           8801         216        20                -          34.0000          -
15636.42/791.24	c       791           8858         218        20                -          34.0000          -
15735.51/796.28	c       796           8961         205        20                -          34.0000          -
15836.57/801.31	c       801           9112         202        20                -          34.0000          -
15935.67/806.35	c       806           9198         200        20                -          34.0000          -
16036.65/811.41	c       811           9317         193        20                -          34.0000          -
16135.75/816.46	c       816           9405         181        20                -          34.0000          -
16236.85/821.50	c       822           9517         170        20                -          34.0000          -
16335.98/826.57	c       827           9632         150        20                -          34.0000          -
16437.10/831.62	c       832           9695         145        20                -          34.0000          -
16536.19/836.68	c       837           9808         148        20                -          34.0000          -
16637.25/841.70	c       842           9905         130        20                -          34.0000          -
16736.30/846.76	c       847           9961         160        20                -          34.0000          -
16837.47/851.83	c       852          10012         175        20                -          34.0000          -
16936.63/856.84	c       857          10108         178        20                -          34.0000          -
17035.80/861.86	c       862          10163         182        20                -          34.0000          -
17134.96/866.89	c       867          10229         207        20                -          34.0000          -
17236.04/871.91	c       872          10319         205        20                -          34.0000          -
17335.08/876.94	c       877          10406         188        20                -          34.0000          -
17434.17/881.98	c       882          10479         188        20                -          34.0000          -
17533.34/887.00	c       887          10546         193        20                -          34.0000          -
17632.50/892.02	c       892          10612         187        20                -          34.0000          -
17734.73/897.10	c       897          10675         202        20                -          34.0000          -
17833.91/902.10	c       902          10746         202        20                -          34.0000          -
17934.76/907.17	c       907          10821         203        20                -          34.0000          -
18034.01/912.18	c       912          10926         198        20                -          34.0000          -
18136.11/917.33	c       917          10926         198        20                -          34.0000          -
18235.26/922.36	c       922          10926         198        20                -          34.0000          -
18336.37/927.44	c       927          10985         193        20                -          34.0000          -
18435.51/932.45	c       932          11086         191        20                -          34.0000          -
18536.63/937.53	c       938          11185         180        20                -          34.5000          -
18637.77/942.60	c       943          11325         153        20                -          35.0000          -
18736.89/947.66	c       948          11430         132        20                -          35.0000          -
18837.94/952.77	c       953          11545         112        20                -          36.0000          -
18938.98/957.81	c       958          11664         126        20                -          37.0000          -
19039.97/962.95	c       963          11771         120        20                -          37.0000          -
19139.09/967.97	c       968          11902         119        20                -          37.0000          -
19238.25/973.00	c       973          12013         131        20                -          37.0000          -
19337.36/978.03	c       978          12133         133        20                -          37.0000          -
19439.50/983.13	c       983          12187         134        20                -          37.0000          -
19540.59/988.16	c       988          12229         138        20                -          37.0000          -
19640.48/993.26	c       993          12302         158        20                -          37.0000          -
19741.55/998.32	c       998          12380         170        20                -          37.0000          -
19840.66/1003.34	c      1003          12480         167        20                -          37.0000          -
19941.72/1008.41	c      1008          12596         174        20                -          37.0000          -
20040.83/1013.46	c      1013          12726         184        20                -          37.0000          -
20141.90/1018.52	c      1019          12838         172        20                -          37.0000          -
20240.99/1023.53	c      1024          12933         174        20                -          37.0000          -
20339.99/1028.57	c      1029          13044         152        20                -          37.0000          -
20439.09/1033.58	c      1034          13153         144        20                -          37.0000          -
20538.21/1038.59	c      1039          13274         110        20                -          37.0000          -
20639.34/1043.62	c      1044          13357         125        20                -          37.0000          -
20738.44/1048.69	c      1049          13475         129        20                -          37.0000          -
20841.55/1053.84	c      1054          13563         131        20                -          37.0000          -
20940.67/1058.89	c      1059          13642         147        20                -          37.0000          -
21041.78/1063.94	c      1064          13699         170        20                -          37.0000          -
21140.86/1068.97	c      1069          13782         199        20                -          37.0000          -
21243.01/1074.06	c      1074          13891         201        20                -          37.0000          -
21343.91/1079.14	c      1079          13972         211        20                -          37.0000          -
21443.11/1084.19	c      1084          14054         226        20                -          37.0000          -
21543.15/1089.24	c      1089          14123         252        20                -          37.0000          -
21642.15/1094.29	c      1094          14207         266        20                -          37.0000          -
21743.24/1099.34	c      1099          14337         258        20                -          37.0000          -
21842.38/1104.40	c      1104          14449         254        20                -          37.0000          -
21943.38/1109.41	c      1109          14572         262        20                -          37.0000          -
22042.53/1114.47	c      1114          14714         259        20                -          37.0000          -
22143.62/1119.60	c      1120          14714         259        20                -          37.0000          -
22244.57/1124.64	c      1125          14759         258        20                -          37.0000          -
22343.52/1129.69	c      1130          14885         265        20                -          37.0000          -
22444.58/1134.70	c      1135          14941         287        20                -          37.0000          -
22545.66/1139.80	c      1140          15024         300        20                -          37.0000          -
22644.79/1144.83	c      1145          15115         304        20                -          37.0000          -
22745.90/1149.93	c      1150          15206         321        20                -          37.0000          -
22845.03/1154.95	c      1155          15314         321        20                -          37.0000          -
22944.15/1160.04	c      1160          15408         319        20                -          37.0000          -
23046.22/1165.08	c      1165          15505         329        20                -          37.0000          -
23145.41/1170.10	c      1170          15597         338        20                -          37.0000          -
23244.58/1175.14	c      1175          15715         334        20                -          37.0000          -
23343.85/1180.14	c      1180          15783         340        20                -          37.0000          -
23444.79/1185.17	c      1185          15899         346        20                -          37.0000          -
23544.93/1190.20	c      1190          16008         359        20                -          37.0000          -
23644.05/1195.21	c      1195          16113         365        20                -          37.0000          -
23743.06/1200.22	c      1200          16224         359        20                -          37.0000          -
23844.13/1205.38	c      1205          16330         372        20                -          37.0000          -
23945.10/1210.42	c      1210          16420         381        20                -          37.0000          -
24044.22/1215.48	c      1215          16532         381        20                -          37.0000          -
24145.16/1220.54	c      1221          16583         402        20                -          37.0000          -
24246.10/1225.61	c      1226          16664         420        20                -          37.0000          -
24345.16/1230.69	c      1231          16761         427        20                -          37.0000          -
24446.19/1235.74	c      1236          16867         407        20                -          37.0000          -
24545.16/1240.77	c      1241          16989         407        20                -          37.0000          -
24646.21/1245.84	c      1246          17105         401        20                -          37.0000          -
24747.25/1250.90	c      1251          17226         401        20                -          37.0000          -
24846.37/1255.91	c      1256          17327         381        20                -          37.0000          -
24945.41/1261.00	c      1261          17462         377        20                -          37.0000          -
25047.45/1266.10	c      1266          17572         367        20                -          37.0000          -
25146.85/1271.13	c      1271          17699         361        20                -          37.0000          -
25247.66/1276.19	c      1276          17780         369        20                -          37.0000          -
25347.43/1281.26	c      1281          17872         372        20                -          37.0000          -
25448.48/1286.32	c      1286          17976         379        20                -          37.0000          -
25547.45/1291.35	c      1291          18093         371        20                -          37.0000          -
25646.55/1296.37	c      1296          18186         378        20                -          37.0000          -
25745.65/1301.39	c      1301          18305         369        20                -          37.0000          -
25846.75/1306.47	c      1306          18422         351        20                -          37.0000          -
25947.83/1311.54	c      1312          18511         343        20                -          37.0000          -
26046.96/1316.55	c      1317          18645         351        20                -          37.0000          -
26146.08/1321.58	c      1322          18781         325        20                -          37.0000          -
26245.19/1326.59	c      1327          18921         313        20                -          37.0000          -
26346.28/1331.67	c      1332          19065         290        20                -          37.0000          -
26445.39/1336.69	c      1337          19180         277        20                -          37.0000          -
26546.40/1341.78	c      1342          19271         274        20                -          37.0000          -
26645.45/1346.79	c      1347          19401         261        20                -          37.0000          -
26746.44/1351.89	c      1352          19518         242        20                -          37.0000          -
26847.43/1356.93	c      1357          19518         242        20                -          37.0000          -
26946.55/1361.97	c      1362          19569         247        20                -          37.0000          -
27045.52/1367.04	c      1367          19678         241        20                -          37.0000          -
27147.65/1372.09	c      1372          19787         233        20                -          37.0000          -
27246.68/1377.11	c      1377          19898         229        20                -          37.0000          -
27347.86/1382.17	c      1382          20015         240        20                -          37.0000          -
27446.61/1387.17	c      1387          20082         241        20                -          37.0000          -
27546.93/1392.26	c      1392          20179         228        20                -          37.0000          -
27648.04/1397.30	c      1397          20247         233        20                -          37.0000          -
27747.12/1402.32	c      1402          20304         244        20                -          37.0000          -
27848.04/1407.42	c      1407          20371         250        20                -          37.0000          -
27949.09/1412.56	c      1413          20451         252        20                -          37.0000          -
28048.17/1417.56	c      1418          20537         240        20                -          37.0000          -
28147.26/1422.60	c      1423          20643         240        20                -          37.0000          -
28248.34/1427.62	c      1428          20718         238        20                -          37.0000          -
28349.45/1432.70	c      1433          20812         246        20                -          37.0000          -
28448.58/1437.76	c      1438          20911         257        20                -          37.0000          -
28551.70/1442.93	c      1443          21035         258        20                -          37.0000          -
28650.81/1447.98	c      1448          21150         251        20                -          37.0000          -
28749.95/1453.03	c      1453          21253         241        20                -          37.0000          -
28852.06/1458.08	c      1458          21388         244        20                -          37.0000          -
28951.03/1463.13	c      1463          21442         235        20                -          37.0000          -
29052.46/1468.19	c      1468          21478         234        20                -          37.0000          -
29152.42/1473.21	c      1473          21595         238        20                -          37.0000          -
29251.49/1478.23	c      1478          21710         227        20                -          37.0000          -
29352.62/1483.34	c      1483          21779         226        20                -          37.0000          -
29451.75/1488.39	c      1488          21917         227        20                -          37.0000          -
29552.84/1493.45	c      1493          21970         238        20                -          37.0000          -
29653.95/1498.51	c      1499          22058         244        20                -          37.0000          -
29753.15/1503.56	c      1504          22172         254        20                -          37.0000          -
29854.25/1508.61	c      1509          22290         265        20                -          37.0000          -
29953.47/1513.66	c      1514          22437         268        20                -          37.0000          -
30054.64/1518.71	c      1519          22537         280        20                -          37.0000          -
30153.84/1523.76	c      1524          22666         287        20                -          37.0000          -
30255.01/1528.81	c      1529          22778         273        20                -          37.0000          -
30354.10/1533.88	c      1534          22898         288        20                -          37.0000          -
30455.27/1538.91	c      1539          22995         292        20                -          37.0000          -
30554.46/1543.96	c      1544          23064         307        20                -          37.0000          -
30653.62/1549.00	c      1549          23175         328        20                -          37.0000          -
30755.58/1554.12	c      1554          23278         318        20                -          37.0000          -
30856.81/1559.18	c      1559          23353         336        20                -          37.0000          -
30956.18/1564.19	c      1564          23417         345        20                -          37.0000          -
31056.26/1569.28	c      1569          23522         357        20                -          37.0000          -
31157.46/1574.33	c      1574          23589         350        20                -          37.0000          -
31256.65/1579.36	c      1579          23707         353        20                -          37.0000          -
31357.85/1584.44	c      1584          23792         350        20                -          37.0000          -
31457.04/1589.48	c      1589          23906         344        20                -          37.0000          -
31558.22/1594.57	c      1595          24027         335        20                -          37.0000          -
31659.38/1599.61	c      1600          24102         345        20                -          37.0000          -
31758.58/1604.67	c      1605          24179         367        20                -          37.0000          -
31857.76/1609.69	c      1610          24336         339        20                -          37.0000          -
31958.89/1614.74	c      1615          24461         341        20                -          37.0000          -
32057.98/1619.76	c      1620          24555         328        20                -          37.0000          -
32159.11/1624.83	c      1625          24680         318        20                -          37.0000          -
32260.28/1629.94	c      1630          24794         278        20                -          37.0000          -
32359.47/1634.97	c      1635          24958         262        20                -          37.0000          -
32461.49/1640.08	c      1640          25098         257        20                -          37.0000          -
32562.66/1645.15	c      1645          25211         251        20                -          37.0000          -
32661.90/1650.18	c      1650          25286         253        20                -          37.0000          -
32761.95/1655.25	c      1655          25289         256        20                -          37.0000          -
32863.07/1660.30	c      1660          25367         259        20                -          37.0000          -
32962.24/1665.37	c      1665          25482         245        20                -          37.0000          -
33063.36/1670.43	c      1670          14197        1300        20                -          37.0000          -
33162.38/1675.48	c      1675          14313        1282        20                -          37.0000          -
33263.47/1680.53	c      1681          25766         233        20                -          37.0000          -
33362.61/1685.58	c      1686          14436        1282        20                -          37.0000          -
33463.73/1690.60	c      1691          25978         210        20                -          37.0000          -
33562.86/1695.64	c      1696          26049         213        20                -          37.0000          -
33661.88/1700.65	c      1701          26148         219        20                -          37.0000          -
33763.03/1705.73	c      1706          26238         210        20                -          37.0000          -
33862.18/1710.73	c      1711          26238         210        20                -          37.0000          -
33961.34/1715.75	c      1716          26238         210        20                -          37.0000          -
34062.47/1720.85	c      1721          26238         210        20                -          37.0000          -
34161.62/1725.85	c      1726          26238         210        20                -          37.0000          -
34260.76/1730.87	c      1731          26238         210        20                -          37.0000          -
34361.82/1735.99	c      1736          26311         216        20                -          37.0000          -
34463.97/1741.07	c      1741          15260        1338        20                -          37.0000          -
34563.10/1746.09	c      1746          15340        1339        20                -          37.0000          -
34664.28/1751.17	c      1751          26618         231        20                -          37.0000          -
34764.32/1756.29	c      1756          26761         225        20                -          37.0000          -
34865.40/1761.31	c      1761          15559        1347        20                -          37.0000          -
34964.58/1766.32	c      1766          15659        1354        20                -          37.0000          -
35063.69/1771.35	c      1771          15768        1353        20                -          37.0000          -
35166.75/1776.54	c      1777          15888        1349        20                -          37.0000          -
35267.72/1781.60	c      1782          27283         169        20                -          37.0000          -
35366.80/1786.65	c      1787          16074        1341        20                -          37.0000          -
35467.88/1791.71	c      1792          16186        1334        20                -          37.0000          -
35566.86/1796.77	c      1797          16233        1318        20                -          37.0000          -
35667.91/1801.82	c      1802          16233        1318        20                -          37.0000          -
35769.00/1806.91	c      1807          16233        1318        20                -          37.0000          -
35868.03/1811.93	c      1812          27870         189        20                -          37.0000          -
35967.04/1816.97	c      1817          16358        1320        20                -          37.0000          -
36066.09/1822.01	c      1822          28058         175        20                -          37.0000          -
36168.01/1827.08	c      1827          16586        1260        20                -          37.0000          -
36269.03/1832.15	c      1832          16643        1257        20                -          37.0000          -
36369.19/1837.26	c      1837          28360         159        20                -          37.0000          -
36470.33/1842.32	c      1842          16733        1264        20                -          37.0000          -
36569.38/1847.39	c      1847          28511         169        20                -          37.0000          -
36670.52/1852.44	c      1852          16889        1284        20                -          37.0000          -
36769.64/1857.48	c      1857          17016        1221        20                -          37.0000          -
36870.79/1862.54	c      1863          17062        1238        20                -          37.0000          -
36969.88/1867.56	c      1868          28837         206        20                -          37.0000          -
37071.01/1872.61	c      1873          17181        1290        20                -          37.0000          -
37170.04/1877.63	c      1878          29029         199        20                -          37.0000          -
37269.17/1882.69	c      1883          29142         196        20                -          37.0000          -
37370.10/1887.79	c      1888          17374        1313        20                -          37.0000          -
37471.22/1892.84	c      1893          29371         199        20                -          37.0000          -
37570.35/1897.87	c      1898          17493        1342        20                -          37.0000          -
37671.42/1902.94	c      1903          29595         183        20                -          37.0000          -
37770.41/1907.98	c      1908          29716         177        20                -          37.0000          -
37869.48/1913.04	c      1913          29843         172        20                -          37.0000          -
37971.49/1918.09	c      1918          17748        1339        20                -          37.0000          -
38070.72/1923.13	c      1923          30057         169        20                -          37.0000          -
38171.68/1928.19	c      1928          30212         170        20                -          37.0000          -
38271.84/1933.24	c      1933          17984        1346        20                -          37.0000          -
38370.98/1938.29	c      1938          18034        1373        20                -          37.0000          -
38472.10/1943.31	c      1943          18034        1373        20                -          37.0000          -
38571.30/1948.38	c      1948          30617         150        20                -          37.0000          -
38672.56/1953.42	c      1953          18134        1387        20                -          37.0000          -
38771.68/1958.43	c      1958          18193        1404        20                -          37.0000          -
38872.81/1963.50	c      1964          30928         158        20                -          37.0000          -
38971.95/1968.53	c      1969          18323        1431        20                -          37.0000          -
39071.12/1973.56	c      1974          18427        1426        20                -          37.0000          -
39172.29/1978.60	c      1979          18496        1418        20                -          37.0000          -
39271.43/1983.61	c      1984          31389         160        20                -          37.0000          -
39372.56/1988.78	c      1989          31475         168        20                -          37.0000          -
39475.67/1993.91	c      1994          31542         169        20                -          37.0000          -
39574.79/1998.96	c      1999          31655         160        20                -          37.0000          -
39673.94/2003.97	c      2004          31765         159        20                -          37.0000          -
39773.06/2008.99	c      2009          31887         163        20                -          37.0000          -
39872.21/2014.01	c      2014          32021         155        20                -          37.0000          -
39974.25/2019.11	c      2019          32104         167        20                -          37.0000          -
40073.06/2024.12	c      2024          32170         172        20                -          37.0000          -
40174.77/2029.16	c      2029          32303         178        20                -          37.0000          -
40274.74/2034.22	c      2034          32421         170        20                -          37.0000          -
40377.82/2039.40	c      2039          32546         154        20                -          37.0000          -
40477.02/2044.44	c      2044          32659         157        20                -          37.0000          -
40576.18/2049.46	c      2049          32788         138        20                -          37.0000          -
40677.39/2054.52	c      2055          32835         138        20                -          37.0000          -
40776.60/2059.53	c      2060          32930         144        20                -          37.0000          -
40875.83/2064.56	c      2065          33075         149        20                -          37.0000          -
40975.02/2069.57	c      2070          33225         132        20                -          37.3333          -
41076.17/2074.67	c      2075          33344         114        20                -          38.0000          -
41177.22/2079.74	c      2080          33475          94        20                -          39.0000          -
41280.41/2084.90	c      2085          33558         107        20                -          39.0000          -
41379.60/2089.93	c      2090          33695          98        20                -          39.0000          -
41478.81/2095.00	c      2095          33776         121        20                -          39.0000          -
41577.87/2100.01	c      2100          33879         135        20                -          39.0000          -
41676.99/2105.02	c      2105          34028         119        20                -          39.0000          -
41780.91/2110.17	c      2110          34154         125        20                -          39.0000          -
41881.13/2115.24	c      2115          34293         119        20                -          40.0000          -
41982.22/2120.30	c      2120          34360         142        20                -          40.0000          -
42081.36/2125.33	c      2125          34480         136        20                -          40.0000          -
42180.37/2130.37	c      2130          34577         148        20                -          40.0000          -
42281.50/2135.47	c      2135          34637         165        20                -          40.0000          -
42382.53/2140.54	c      2141          34747         170        20                -          40.0000          -
42481.68/2145.60	c      2146          34848         177        20                -          40.0000          -
42582.78/2150.65	c      2151          34966         185        20                -          40.0000          -
42683.82/2155.71	c      2156          35033         203        20                -          40.0000          -
42782.92/2160.73	c      2161          35167         181        20                -          40.0000          -
42884.05/2165.82	c      2166          35287         168        20                -          40.0000          -
42983.11/2170.88	c      2171          35466         101        20                -          40.0000          -
43084.24/2175.94	c      2176          35538          95        20                -          40.0000          -
43183.40/2180.98	c      2181          35559         104        20                -          40.0000          -
43282.56/2186.04	c      2186          35669         117        20                -          40.0000          -
43384.73/2191.06	c      2191          35749         124        20                -          40.0000          -
43485.67/2196.17	c      2196          35873         134        20                -          40.0000          -
43585.71/2201.20	c      2201          35991         145        20                -          40.0000          -
43684.79/2206.27	c      2206          36069         166        20                -          40.0000          -
43785.83/2211.33	c      2211          36207         164        20                -          40.0000          -
43884.96/2216.39	c      2216          36356         166        20                -          40.0000          -
43985.96/2221.41	c      2221          36466         165        20                -          40.0000          -
44085.11/2226.43	c      2226          36604         168        20                -          40.0000          -
44184.24/2231.45	c      2231          36757         161        20                -          40.0000          -
44285.38/2236.55	c      2237          36836         166        20                -          40.0000          -
44386.49/2241.64	c      2242          36970         160        20                -          40.0000          -
44485.40/2246.67	c      2247          37108         166        20                -          40.0000          -
44584.28/2251.68	c      2252          37273         165        20                -          40.0000          -
44687.33/2256.82	c      2257          37427         145        20                -          40.0000          -
44786.41/2261.86	c      2262          37530         152        20                -          40.0000          -
44887.53/2266.91	c      2267          37638         147        20                -          40.0000          -
44986.62/2271.97	c      2272          37757         141        20                -          40.0000          -
45085.66/2276.98	c      2277          37883         156        20                -          40.0000          -
45187.77/2282.06	c      2282          38002         140        20                -          40.0000          -
45286.95/2287.11	c      2287          38093         142        20                -          40.0000          -
45386.16/2292.14	c      2292          38211         147        20                -          40.0000          -
45487.19/2297.16	c      2297          38359         139        20                -          40.0000          -
45587.23/2302.27	c      2302          38494         132        20                -          40.0000          -
45688.38/2307.30	c      2307          38648         116        20                -          40.0000          -
45787.53/2312.36	c      2312          38706         135        20                -          40.0000          -
45888.63/2317.41	c      2317          38764         145        20                -          40.0000          -
45987.75/2322.47	c      2322          38892         140        20                -          40.0000          -
46088.87/2327.51	c      2328          39062         116        20                -          40.0000          -
46187.99/2332.57	c      2333          39193         126        20                -          40.0000          -
46289.07/2337.61	c      2338          39299         129        20                -          40.0000          -
46388.21/2342.62	c      2343          39429         123        20                -          40.0000          -
46489.36/2347.70	c      2348          39510         123        20                -          40.0000          -
46590.56/2352.84	c      2353          39556         126        20                -          40.0000          -
46689.77/2357.85	c      2358          39675         131        20                -          40.0000          -
46790.67/2362.92	c      2363          39794         133        20                -          40.0000          -
46889.77/2367.98	c      2368          39905         120        20                -          40.0000          -
46988.90/2373.02	c      2373          40042         119        20                -          40.0000          -
47090.79/2378.06	c      2378          40170         124        20                -          40.0000          -
47189.99/2383.12	c      2383          40261         128        20                -          40.0000          -
47291.34/2388.20	c      2388          40375         138        20                -          40.0000          -
47391.42/2393.24	c      2393          40485         138        20                -          40.0000          -
47492.54/2398.31	c      2398          40582         133        20                -          40.0000          -
47591.69/2403.37	c      2403          40689         134        20                -          40.0000          -
47692.81/2408.43	c      2408          40761         145        20                -          40.0000          -
47791.87/2413.46	c      2413          40867         134        20                -          40.0000          -
47890.99/2418.48	c      2418          40963         135        20                -          40.0000          -
47992.02/2423.55	c      2424          41049         125        20                -          40.0000          -
48091.05/2428.57	c      2429          41174         126        20                -          40.0000          -
48192.08/2433.63	c      2434          41290         130        20                -          40.0000          -
48291.21/2438.68	c      2439          41405         132        20                -          40.0000          -
48394.34/2443.81	c      2444          41459         143        20                -          40.0000          -
48493.49/2448.85	c      2449          41577         141        20                -          40.0000          -
48594.61/2453.93	c      2454          41709         150        20                -          40.0000          -
48693.67/2458.99	c      2459          41801         150        20                -          40.0000          -
48792.82/2464.01	c      2464          41930         147        20                -          40.0000          -
48891.95/2469.04	c      2469          42041         159        20                -          40.0000          -
48994.15/2474.09	c      2474          42144         161        20                -          40.0000          -
49093.22/2479.11	c      2479          42215         170        20                -          40.0000          -
49192.08/2484.12	c      2484          42305         178        20                -          40.0000          -
49293.58/2489.15	c      2489          42430         185        20                -          40.0000          -
49392.55/2494.19	c      2494          42560         158        20                -          40.0000          -
49494.71/2499.39	c      2499          42688         142        20                -          40.0000          -
49597.79/2504.53	c      2505          42802         144        20                -          40.0000          -
49696.87/2509.56	c      2510          42907         121        20                -          40.0000          -
49797.99/2514.65	c      2515          43016         116        20                -          41.0000          -
49897.08/2519.69	c      2520          43188          88        20                -          41.0000          -
49998.22/2524.72	c      2525          43285          62        20                -          41.0000          -
50099.34/2529.80	c      2530          43285          62        20                -          41.0000          -
50198.46/2534.87	c      2535          43285          62        20                -          41.0000          -
50299.57/2539.93	c      2540          43295          72        20                -          41.0000          -
50398.74/2544.96	c      2545          43372         111        20                -          41.0000          -
50497.88/2549.98	c      2550          43405         126        20                -          41.0000          -
50597.09/2555.03	c      2555          43511         151        20                -          41.0000          -
50698.97/2560.08	c      2560          43595         186        20                -          41.0000          -
50799.98/2565.17	c      2565          43671         207        20                -          41.0000          -
50899.10/2570.19	c      2570          43729         239        20                -          41.0000          -
51001.42/2575.32	c      2575          43786         274        20                -          41.0000          -
51100.55/2580.34	c      2580          43849         301        20                -          41.0000          -
51199.72/2585.36	c      2585          43922         321        20                -          41.0000          -
51300.77/2590.42	c      2590          44004         328        20                -          41.0000          -
51399.91/2595.49	c      2596          44114         345        20                -          41.0000          -
51500.93/2600.52	c      2601          44209         354        20                -          41.0000          -
51602.06/2605.60	c      2606          44307         365        20                -          41.0000          -
51705.14/2610.88	c      2611          44379         392        20                -          41.0000          -
51804.29/2615.90	c      2616          44451         392        20                -          41.0000          -
51908.29/2621.06	c      2621          44521         410        20                -          41.0000          -
52007.58/2626.09	c      2626          44583         431        20                -          41.0000          -
52108.39/2631.17	c      2631          44659         433        20                -          41.0000          -
52208.59/2636.23	c      2636          44702         468        20                -          41.0000          -
52307.71/2641.24	c      2641          44773         490        20                -          41.0000          -
52406.86/2646.29	c      2646          44842         528        20                -          41.0000          -
52508.01/2651.39	c      2651          44901         565        20                -          41.0000          -
52607.22/2656.40	c      2656          44964         598        20                -          41.0000          -
52710.11/2661.51	c      2662          45009         617        20                -          41.0000          -
52809.29/2666.57	c      2667          45069         655        20                -          41.0000          -
52910.48/2671.61	c      2672          45122         683        20                -          41.0000          -
53009.66/2676.67	c      2677          45183         721        20                -          41.0000          -
53110.69/2681.72	c      2682          45235         748        20                -          41.0000          -
53209.79/2686.74	c      2687          45303         783        20                -          41.0000          -
53310.90/2691.82	c      2692          45369         804        20                -          41.0000          -
53410.04/2696.86	c      2697          45430         819        20                -          41.0000          -
53511.18/2701.94	c      2702          45496         836        20                -          41.0000          -
53610.34/2706.98	c      2707          45546         853        20                -          41.0000          -
53709.49/2712.04	c      2712          45572         877        20                -          41.0000          -
53811.80/2717.08	c      2717          45644         906        20                -          41.0000          -
53910.74/2722.08	c      2722          45731         904        20                -          41.0000          -
54011.70/2727.19	c      2727          45826         919        20                -          41.0000          -
54111.86/2732.24	c      2732          45899         933        20                -          41.0000          -
54210.88/2737.29	c      2737          45968         956        20                -          41.0000          -
54312.02/2742.34	c      2742          46039         969        20                -          41.0000          -
54411.08/2747.39	c      2747          46092         994        20                -          41.0000          -
54512.21/2752.46	c      2752          46139        1023        20                -          41.0000          -
54613.27/2757.52	c      2758          46218        1058        20                -          41.0000          -
54712.42/2762.60	c      2763          46271        1077        20                -          41.0000          -
54813.54/2767.67	c      2768          46355        1106        20                -          41.0000          -
54914.66/2772.73	c      2773          46429        1141        20                -          41.0000          -
55013.79/2777.76	c      2778          46489        1168        20                -          41.0000          -
55112.91/2782.79	c      2783          46551        1196        20                -          41.0000          -
55214.02/2787.88	c      2788          46551        1196        20                -          41.0000          -
55315.16/2792.93	c      2793          46569        1212        20                -          41.0000          -
55414.25/2797.98	c      2798          46622        1241        20                -          41.0000          -
55513.36/2803.04	c      2803          46696        1262        20                -          41.0000          -
55615.33/2808.09	c      2808          46795        1297        20                -          41.0000          -
55714.52/2813.12	c      2813          46855        1313        20                -          41.0000          -
55815.63/2818.17	c      2818          46931        1334        20                -          41.0000          -
55915.73/2823.20	c      2823          47021        1324        20                -          41.0000          -
56014.87/2828.22	c      2828          47111        1332        20                -          41.0000          -
56115.99/2833.36	c      2833          47175        1338        20                -          41.0000          -
56217.09/2838.40	c      2838          47242        1357        20                -          41.0000          -
56316.19/2843.46	c      2843          47242        1357        20                -          41.0000          -
56417.38/2848.51	c      2849          47299        1371        20                -          41.0000          -
56516.53/2853.54	c      2854          47359        1375        20                -          41.0000          -
56615.69/2858.56	c      2859          47419        1409        20                -          41.0000          -
56714.85/2863.58	c      2864          47510        1419        20                -          41.0000          -
56816.10/2868.65	c      2869          47626        1418        20                -          41.0000          -
56917.14/2873.72	c      2874          47700        1423        20                -          41.0000          -
57016.31/2878.74	c      2879          47801        1440        20                -          41.0000          -
57117.44/2883.81	c      2884          47857        1466        20                -          41.0000          -
57216.61/2888.89	c      2889          47902        1480        20                -          41.0000          -
57317.73/2893.95	c      2894          47979        1506        20                -          41.0000          -
57416.75/2899.02	c      2899          48047        1533        20                -          41.0000          -
57518.62/2904.06	c      2904          48101        1557        20                -          41.0000          -
57617.66/2909.11	c      2909          48158        1582        20                -          41.0000          -
57719.11/2914.17	c      2914          48260        1601        20                -          41.0000          -
57819.14/2919.22	c      2919          48323        1629        20                -          41.0000          -
57918.23/2924.25	c      2924          48380        1644        20                -          41.0000          -
58017.38/2929.27	c      2929          48434        1670        20                -          41.0000          -
58118.51/2934.31	c      2934          48520        1706        20                -          41.0000          -
58217.66/2939.37	c      2939          48596        1711        20                -          41.0000          -
58320.79/2944.52	c      2945          48674        1730        20                -          41.0000          -
58419.93/2949.53	c      2950          48760        1745        20                -          41.0000          -
58519.09/2954.59	c      2955          48820        1779        20                -          41.0000          -
58620.22/2959.68	c      2960          48904        1810        20                -          41.0000          -
58721.53/2964.75	c      2965          48953        1822        20                -          41.0000          -
58822.45/2969.80	c      2970          49040        1830        20                -          41.0000          -
58921.49/2974.86	c      2975          49102        1843        20                -          41.0000          -
59022.63/2979.90	c      2980          49158        1849        20                -          41.0000          -
59121.70/2984.91	c      2985          49230        1851        20                -          41.0000          -
59220.83/2990.00	c      2990          49292        1851        20                -          41.0000          -
59323.09/2995.05	c      2995          49370        1881        20                -          41.0000          -
59422.02/3000.13	c      3000          49445        1904        20                -          41.0000          -
59523.25/3005.16	c      3005          49534        1921        20                -          41.0000          -
59622.34/3010.20	c      3010          49637        1925        20                -          41.0000          -
59722.67/3015.28	c      3015          49696        1922        20                -          41.0000          -
59823.80/3020.36	c      3020          49762        1950        20                -          41.0000          -
59922.92/3025.39	c      3025          49817        1974        20                -          41.0000          -
60024.02/3030.47	c      3030          49871        1986        20                -          41.0000          -
60125.16/3035.51	c      3036          49932        1999        20                -          41.0000          -
60224.25/3040.57	c      3041          49987        2012        20                -          41.0000          -
60325.40/3045.66	c      3046          50084        2031        20                -          41.0000          -
60426.53/3050.70	c      3051          50187        2042        20                -          41.0000          -
60525.67/3055.76	c      3056          50273        2050        20                -          41.0000          -
60626.83/3060.80	c      3061          50377        2087        20                -          41.0000          -
60725.92/3065.86	c      3066          50457        2113        20                -          41.0000          -
60826.95/3070.96	c      3071          50515        2141        20                -          41.0000          -
60926.10/3076.01	c      3076          50588        2160        20                -          41.0000          -
61027.79/3081.04	c      3081          50684        2190        20                -          41.0000          -
61127.38/3086.12	c      3086          50750        2209        20                -          41.0000          -
61226.39/3091.13	c      3091          50818        2241        20                -          41.0000          -
61325.67/3096.14	c      3096          50894        2256        20                -          41.0000          -
61427.75/3101.27	c      3101          50955        2268        20                -          41.0000          -
61528.82/3106.34	c      3106          51026        2286        20                -          41.0000          -
61627.97/3111.37	c      3111          51094        2296        20                -          41.0000          -
61729.10/3116.44	c      3116          51161        2316        20                -          41.0000          -
61828.25/3121.48	c      3121          51235        2332        20                -          41.0000          -
61929.36/3126.55	c      3127          51299        2352        20                -          41.0000          -
62030.43/3131.60	c      3132          51392        2361        20                -          41.0000          -
62129.65/3136.65	c      3137          51431        2375        20                -          41.0000          -
62230.62/3141.73	c      3142          51510        2390        20                -          41.0000          -
62329.70/3146.75	c      3147          51582        2410        20                -          41.0000          -
62430.78/3151.81	c      3152          51677        2405        20                -          41.0000          -
62529.83/3156.84	c      3157          51754        2415        20                -          41.0000          -
62630.96/3161.91	c      3162          51840        2437        20                -          41.0000          -
62730.02/3167.02	c      3167          51897        2450        20                -          41.0000          -
62832.13/3172.07	c      3172          51994        2459        20                -          41.0000          -
62931.04/3177.09	c      3177          52067        2486        20                -          41.0000          -
63030.33/3182.12	c      3182          52156        2513        20                -          41.0000          -
63131.56/3187.19	c      3187          52219        2526        20                -          41.0000          -
63231.43/3192.22	c      3192          52324        2517        20                -          41.0000          -
63330.56/3197.24	c      3197          52414        2516        20                -          41.0000          -
63431.54/3202.32	c      3202          52483        2533        20                -          41.0000          -
63530.54/3207.34	c      3207          52589        2539        20                -          41.0000          -
63631.67/3212.47	c      3212          52680        2540        20                -          41.0000          -
63732.79/3217.50	c      3218          52745        2564        20                -          41.0000          -
63831.93/3222.55	c      3223          52815        2552        20                -          41.0000          -
63935.09/3227.76	c      3228          52905        2558        20                -          41.0000          -
64036.14/3232.81	c      3233          52935        2564        20                -          41.0000          -
64135.24/3237.88	c      3238          53040        2570        20                -          41.0000          -
64234.36/3242.90	c      3243          53153        2563        20                -          41.0000          -
64335.51/3247.91	c      3248          53225        2578        20                -          41.0000          -
64434.65/3252.91	c      3253          53298        2591        20                -          41.0000          -
64533.73/3257.99	c      3258          53393        2574        20                -          41.0000          -
64637.83/3263.17	c      3263          53468        2601        20                -          41.0000          -
64736.88/3268.20	c      3268          53521        2601        20                -          41.0000          -
64837.08/3273.28	c      3273          53572        2627        20                -          41.0000          -
64938.25/3278.36	c      3278          53636        2634        20                -          41.0000          -
65039.39/3283.42	c      3283          53718        2638        20                -          41.0000          -
65138.54/3288.45	c      3288          53804        2660        20                -          41.0000          -
65239.57/3293.51	c      3294          53862        2688        20                -          41.0000          -
65338.72/3298.52	c      3299          53943        2710        20                -          41.0000          -
65437.66/3303.58	c      3304          53998        2739        20                -          41.0000          -
65536.85/3308.58	c      3309          54078        2765        20                -          41.0000          -
65637.91/3313.61	c      3314          54146        2784        20                -          41.0000          -
65737.04/3318.66	c      3319          54215        2800        20                -          41.0000          -
65838.18/3323.74	c      3324          54279        2810        20                -          41.0000          -
65939.32/3328.83	c      3329          54386        2802        20                -          41.0000          -
66040.45/3333.98	c      3334          54487        2786        20                -          41.0000          -
66139.53/3339.03	c      3339          54592        2773        20                -          41.0000          -
66241.69/3344.06	c      3344          54734        2765        20                -          41.0000          -
66340.79/3349.13	c      3349          54780        2769        20                -          41.0000          -
66441.45/3354.14	c      3354          54874        2800        20                -          41.0000          -
66542.01/3359.20	c      3359          54945        2823        20                -          41.0000          -
66641.14/3364.28	c      3364          55014        2836        20                -          41.0000          -
66742.27/3369.34	c      3369          55109        2853        20                -          41.0000          -
66841.38/3374.39	c      3374          55216        2854        20                -          41.0000          -
66942.51/3379.43	c      3379          55315        2880        20                -          41.0000          -
67041.66/3384.49	c      3384          55399        2880        20                -          41.0000          -
67142.78/3389.56	c      3390          55492        2893        20                -          41.0000          -
67243.92/3394.61	c      3395          55571        2913        20                -          41.0000          -
67343.07/3399.67	c      3400          55640        2925        20                -          41.0000          -
67442.22/3404.70	c      3405          55730        2936        20                -          41.0000          -
67543.34/3409.72	c      3410          55797        2934        20                -          41.0000          -
67642.43/3414.76	c      3415          55893        2969        20                -          41.0000          -
67743.30/3419.84	c      3420          55961        2985        20                -          41.0000          -
67842.45/3424.86	c      3425          56005        3017        20                -          41.0000          -
67941.62/3429.86	c      3430          56048        3054        20                -          41.0000          -
68042.75/3434.99	c      3435          56086        3060        20                -          41.0000          -
68141.86/3440.01	c      3440          56165        3091        20                -          41.0000          -
68243.93/3445.12	c      3445          56222        3093        20                -          41.0000          -
68345.98/3450.21	c      3450          56302        3115        20                -          41.0000          -
68445.19/3455.26	c      3455          56396        3119        20                -          41.0000          -
68546.36/3460.31	c      3460          56465        3132        20                -          41.0000          -
68645.43/3465.33	c      3465          56555        3141        20                -          41.0000          -
68746.52/3470.40	c      3470          56654        3164        20                -          41.0000          -
68845.51/3475.49	c      3475          56730        3169        20                -          41.0000          -
68946.56/3480.53	c      3481          56805        3189        20                -          41.0000          -
69045.55/3485.58	c      3486          56915        3181        20                -          41.0000          -
69144.66/3490.60	c      3491          57000        3174        20                -          41.0000          -
69245.71/3495.66	c      3496          57068        3196        20                -          41.0000          -
69344.78/3500.69	c      3501          57133        3216        20                -          41.0000          -
69445.89/3505.71	c      3506          57237        3235        20                -          41.0000          -
69544.84/3510.72	c      3511          57308        3258        20                -          41.0000          -
69643.88/3515.73	c      3516          57368        3256        20                -          41.0000          -
69742.89/3520.74	c      3521          57420        3287        20                -          41.0000          -
69842.03/3525.76	c      3526          57480        3301        20                -          41.0000          -
69943.12/3530.81	c      3531          57554        3327        20                -          41.0000          -
70042.24/3535.88	c      3536          57636        3335        20                -          41.0000          -
70143.26/3540.90	c      3541          57695        3360        20                -          41.0000          -
70242.42/3546.00	c      3546          57778        3369        20                -          41.0000          -
70341.57/3551.03	c      3551          57905        3379        20                -          41.0000          -
70443.64/3556.07	c      3556          57971        3405        20                -          41.0000          -
70542.82/3561.11	c      3561          58062        3436        20                -          41.0000          -
70644.92/3566.23	c      3566          58155        3443        20                -          41.0000          -
70744.09/3571.28	c      3571          58263        3462        20                -          41.0000          -
70845.15/3576.34	c      3576          58328        3494        20                -          41.0000          -
70946.25/3581.41	c      3581          58410        3505        20                -          41.0000          -
71045.39/3586.47	c      3586          58518        3502        20                -          41.0000          -
71146.50/3591.52	c      3592          58595        3511        20                -          41.0000          -
71245.62/3596.54	c      3597          58694        3530        20                -          41.0000          -
71344.52/3601.56	c      3602          58734        3550        20                -          41.0000          -
71447.61/3606.71	c      3607          58813        3562        20                -          41.0000          -
71546.75/3611.75	c      3612          58901        3556        20                -          41.0000          -
71647.89/3616.81	c      3617          58929        3580        20                -          41.0000          -
71747.03/3621.82	c      3622          59032        3574        20                -          41.0000          -
71848.14/3626.91	c      3627          59131        3567        20                -          41.0000          -
71947.23/3631.98	c      3632          59216        3574        20                -          41.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 (190730 MiB free)
  memory of node 1: 193531 MiB (191947 MiB free)
  memory of node 2: 193531 MiB (193051 MiB free)
  memory of node 3: 193493 MiB (193047 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-4465228-1722453464/watcher-4465228-1722453464 -o /tmp/evaluation-result-4465228-1722453464/solver-4465228-1722453464 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68259 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465228-1722453464.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.1001 s]*
/proc/loadavg: 21.74 32.95 46.98 26/901 68362
/proc/meminfo: memFree=787029292/790760804 swapFree=131071996/131071996
[pid=68337] ppid=68333 vsize=52992 memory=42056 CPUtime=0.12 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/stat : 68337 (fscip) R 68333 68337 68249 0 -1 4194304 8456 0 0 0 11 1 0 0 20 0 1 0 11929143 54263808 10514 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
/proc/68337/statm: 13248 10514 2347 3035 0 9644 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 52992 KiB
Current children cumulated memory: 42056 KiB

[startup+0.22679 s]*
/proc/loadavg: 21.74 32.95 46.98 25/901 68362
/proc/meminfo: memFree=786744764/790760804 swapFree=131071996/131071996
[pid=68337] ppid=68333 vsize=172760 memory=157372 CPUtime=0.24 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/stat : 68337 (fscip) R 68333 68337 68249 0 -1 4194304 40574 0 0 0 18 6 0 0 20 0 1 0 11929143 176906240 39343 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
/proc/68337/statm: 43190 39343 2598 3035 0 39586 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 172760 KiB
Current children cumulated memory: 157372 KiB

[startup+0.326858 s]*
/proc/loadavg: 21.74 32.95 46.98 27/921 68382
/proc/meminfo: memFree=786616732/790760804 swapFree=131071996/131071996
[pid=68337] ppid=68333 vsize=189448 memory=165732 CPUtime=0.35 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/stat : 68337 (fscip) R 68333 68337 68249 0 -1 4194304 41619 0 0 0 28 7 0 0 20 0 1 0 11929143 193994752 41433 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
/proc/68337/statm: 47362 41433 2630 3035 0 43758 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 189448 KiB
Current children cumulated memory: 165732 KiB

[startup+0.700198 s]
/proc/loadavg: 21.74 32.95 46.98 34/941 68402
/proc/meminfo: memFree=785732680/790760804 swapFree=131071996/131071996
[pid=68337] ppid=68333 vsize=255984 memory=240076 CPUtime=0.68 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/stat : 68337 (fscip) R 68333 68337 68249 0 -1 4194304 51148 0 0 0 59 9 0 0 20 0 1 0 11929143 262127616 60019 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
/proc/68337/statm: 63996 60019 2694 3035 0 60392 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 255984 KiB
Current children cumulated memory: 240076 KiB

[startup+1.50025 s]
/proc/loadavg: 21.74 32.95 46.98 44/941 68402
/proc/meminfo: memFree=785135124/790760804 swapFree=131071996/131071996
[pid=68337] ppid=68333 vsize=1872088 memory=378512 CPUtime=1.48 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/stat : 68337 (fscip) S 68333 68337 68249 0 -1 1077936128 92466 0 0 0 132 16 0 0 20 0 21 0 11929143 1917018112 94628 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
/proc/68337/statm: 468022 94628 2790 3035 0 142449 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1872088 KiB
Current children cumulated memory: 378512 KiB

[startup+3.15152 s]
/proc/loadavg: 26.41 33.73 47.16 83/1021 68482
/proc/meminfo: memFree=776375688/790760804 swapFree=131071996/131071996
[pid=68337] ppid=68333 vsize=6361384 memory=4679508 CPUtime=19.57 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/stat : 68337 (fscip) S 68333 68337 68249 0 -1 1077936128 1030989 0 0 0 1672 285 0 0 20 0 41 0 11929143 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
/proc/68337/statm: 1590346 1169877 2806 3035 0 1315057 0
[pid=68337/tid=68423] ppid=68333 vsize=6361384 memory=11624 CPUtime=0.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68423/stat : 68423 (fscip) R 68333 68337 68249 0 -1 4194368 30856 0 0 0 84 10 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68424] ppid=68333 vsize=6361384 memory=209196 CPUtime=0.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68424/stat : 68424 (fscip) R 68333 68337 68249 0 -1 4194368 54987 0 0 0 75 14 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68425] ppid=68333 vsize=6361384 memory=1952 CPUtime=0.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68425/stat : 68425 (fscip) R 68333 68337 68249 0 -1 4194368 56684 0 0 0 72 16 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68426] ppid=68333 vsize=6361384 memory=1852 CPUtime=0.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68426/stat : 68426 (fscip) R 68333 68337 68249 0 -1 4194368 30855 0 0 0 83 9 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68427] ppid=68333 vsize=6361384 memory=33108 CPUtime=0.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68427/stat : 68427 (fscip) R 68333 68337 68249 0 -1 4194368 54967 0 0 0 74 14 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68428] ppid=68333 vsize=6361384 memory=2208 CPUtime=0.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68428/stat : 68428 (fscip) R 68333 68337 68249 0 -1 4194368 57990 0 0 0 72 16 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68429] ppid=68333 vsize=6361384 memory=280343924287520 CPUtime=0.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68429/stat : 68429 (fscip) R 68333 68337 68249 0 -1 4194368 30856 0 0 0 84 9 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68430] ppid=68333 vsize=6361384 memory=0 CPUtime=0.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68430/stat : 68430 (fscip) R 68333 68337 68249 0 -1 4194368 56154 0 0 0 71 16 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68431] ppid=68333 vsize=6361384 memory=0 CPUtime=0.85 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68431/stat : 68431 (fscip) R 68333 68337 68249 0 -1 4194368 56342 0 0 0 69 16 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68432] ppid=68333 vsize=6361384 memory=0 CPUtime=0.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68432/stat : 68432 (fscip) R 68333 68337 68249 0 -1 4194368 30856 0 0 0 83 9 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68433] ppid=68333 vsize=6361384 memory=0 CPUtime=0.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68433/stat : 68433 (fscip) R 68333 68337 68249 0 -1 4194368 54722 0 0 0 73 15 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68434] ppid=68333 vsize=6361384 memory=-3040564339105353098 CPUtime=0.89 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68434/stat : 68434 (fscip) R 68333 68337 68249 0 -1 4194368 55359 0 0 0 75 14 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68435] ppid=68333 vsize=6361384 memory=0 CPUtime=0.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68435/stat : 68435 (fscip) R 68333 68337 68249 0 -1 4194368 30856 0 0 0 85 9 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68436] ppid=68333 vsize=6361384 memory=0 CPUtime=0.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68436/stat : 68436 (fscip) R 68333 68337 68249 0 -1 4194368 56592 0 0 0 73 15 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68437] ppid=68333 vsize=6361384 memory=0 CPUtime=0.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68437/stat : 68437 (fscip) R 68333 68337 68249 0 -1 4194368 57045 0 0 0 72 16 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68438] ppid=68333 vsize=6361384 memory=0 CPUtime=0.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68438/stat : 68438 (fscip) R 68333 68337 68249 0 -1 4194368 30856 0 0 0 86 7 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68439] ppid=68333 vsize=6361384 memory=0 CPUtime=0.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68439/stat : 68439 (fscip) R 68333 68337 68249 0 -1 4194368 55170 0 0 0 73 15 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68440] ppid=68333 vsize=6361384 memory=0 CPUtime=0.88 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68440/stat : 68440 (fscip) R 68333 68337 68249 0 -1 4194368 55170 0 0 0 72 16 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68441] ppid=68333 vsize=6361384 memory=0 CPUtime=0.94 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68441/stat : 68441 (fscip) R 68333 68337 68249 0 -1 4194368 30854 0 0 0 84 10 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68442] ppid=68333 vsize=6361384 memory=0 CPUtime=0.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68442/stat : 68442 (fscip) R 68333 68337 68249 0 -1 4194368 56342 0 0 0 72 15 0 0 20 0 41 0 11929287 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68463] ppid=68333 vsize=6361384 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68463/stat : 68463 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 40 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68464] ppid=68333 vsize=6361384 memory=29273809900535888 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68464/stat : 68464 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68465] ppid=68333 vsize=6361384 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68465/stat : 68465 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68466] ppid=68333 vsize=6361384 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68466/stat : 68466 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 44 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68467] ppid=68333 vsize=6361384 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68467/stat : 68467 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 56 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68468] ppid=68333 vsize=6361384 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68468/stat : 68468 (fscip) R 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68469] ppid=68333 vsize=6361384 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68469/stat : 68469 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68470] ppid=68333 vsize=6361384 memory=0 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68470/stat : 68470 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 12 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68471] ppid=68333 vsize=6361384 memory=198340509722 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68471/stat : 68471 (fscip) R 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68472] ppid=68333 vsize=6361384 memory=57792 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68472/stat : 68472 (fscip) R 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68473] ppid=68333 vsize=6361384 memory=58131 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68473/stat : 68473 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68474] ppid=68333 vsize=6361384 memory=58458 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68474/stat : 68474 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 32 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68475] ppid=68333 vsize=6361384 memory=58779 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68475/stat : 68475 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 20 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68476] ppid=68333 vsize=6361384 memory=77541 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68476/stat : 68476 (fscip) R 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68477] ppid=68333 vsize=6361384 memory=78458 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68477/stat : 68477 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 28 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68478] ppid=68333 vsize=6361384 memory=4004020 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68478/stat : 68478 (fscip) R 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68479] ppid=68333 vsize=6361384 memory=33645 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68479/stat : 68479 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 60 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68480] ppid=68333 vsize=6361384 memory=-7667469978789541344 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68480/stat : 68480 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 8 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68481] ppid=68333 vsize=6361384 memory=7089905441642656800 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68481/stat : 68481 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 16 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68482] ppid=68333 vsize=6361384 memory=8325818985930986390 CPUtime=0 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68482/stat : 68482 (fscip) S 68333 68337 68249 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 11929358 6514057216 1169877 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 1 0 0 -1 64 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
Current children cumulated CPU time: 19.57 s
Current children cumulated vsize: 6361384 KiB
Current children cumulated memory: 4679508 KiB

[startup+6.30152 s]
/proc/loadavg: 26.41 33.73 47.16 86/1021 68482
/proc/meminfo: memFree=774169576/790760804 swapFree=131071996/131071996
[pid=68337] ppid=68333 vsize=7278888 memory=5605888 CPUtime=81.77 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/stat : 68337 (fscip) S 68333 68337 68249 0 -1 1077936128 1379556 0 0 0 7810 367 0 0 20 0 41 0 11929143 7453581312 1401472 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 17 24 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
/proc/68337/statm: 1819722 1401472 2950 3035 0 1732191 0
[pid=68337/tid=68423] ppid=68333 vsize=7278888 memory=232817746172 CPUtime=4.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68423/stat : 68423 (fscip) R 68333 68337 68249 0 -1 4194368 50198 0 0 0 390 15 0 0 20 0 41 0 11929287 7453581312 1401472 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68424] ppid=68333 vsize=7278888 memory=0 CPUtime=4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68424/stat : 68424 (fscip) R 68333 68337 68249 0 -1 4194368 68006 0 0 0 384 16 0 0 20 0 41 0 11929287 7453581312 1401472 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68425] ppid=68333 vsize=7278888 memory=5359484 CPUtime=4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68425/stat : 68425 (fscip) R 68333 68337 68249 0 -1 4194368 60024 0 0 0 384 16 0 0 20 0 41 0 11929287 7453581312 1401472 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68426] ppid=68333 vsize=7278888 memory=11624 CPUtime=4.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68426/stat : 68426 (fscip) R 68333 68337 68249 0 -1 4194368 49757 0 0 0 390 13 0 0 20 0 41 0 11929287 7453581312 1401472 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68427] ppid=68333 vsize=7278888 memory=2212 CPUtime=4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68427/stat : 68427 (fscip) R 68333 68337 68249 0 -1 4194368 70030 0 0 0 384 16 0 0 20 0 41 0 11929287 7453581312 1401472 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68428] ppid=68333 vsize=7278888 memory=4947844 CPUtime=3.99 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68428/stat : 68428 (fscip) R 68333 68337 68249 0 -1 4194368 59624 0 0 0 383 16 0 0 20 0 41 0 11929287 7453581312 1401472 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68429] ppid=68333 vsize=7278888 memory=280343924774400 CPUtime=4.05 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68429/stat : 68429 (fscip) R 68333 68337 68249 0 -1 4194368 49822 0 0 0 391 14 0 0 20 0 41 0 11929287 7453581312 1401472 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68430] ppid=68333 vsize=7278888 memory=280343924067776 CPUtime=4 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68430/stat : 68430 (fscip) R 68333 68337 68249 0 -1 4194368 70802 0 0 0 381 19 0 0 20 0 41 0 11929287 7453581312 1401472 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0

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

/proc/68337/task/68430/stat : 68430 (fscip) D 68333 68337 68249 0 -1 1077937220 3873475 0 0 0 359029 418 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68431] ppid=68333 vsize=17650756 memory=2636 CPUtime=3602.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68431/stat : 68431 (fscip) D 68333 68337 68249 0 -1 1077937220 1306560 0 0 0 359463 792 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68432] ppid=68333 vsize=17650756 memory=2676 CPUtime=3601.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68432/stat : 68432 (fscip) D 68333 68337 68249 0 -1 1077937220 2347157 0 0 0 359886 309 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68433] ppid=68333 vsize=17650756 memory=6832 CPUtime=3601.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68433/stat : 68433 (fscip) D 68333 68337 68249 0 -1 1077937220 4037258 0 0 0 359767 424 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68434] ppid=68333 vsize=17650756 memory=6684 CPUtime=3585.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68434/stat : 68434 (fscip) D 68333 68337 68249 0 -1 1077937220 1334333 0 0 0 357942 650 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68435] ppid=68333 vsize=17650756 memory=18930564 CPUtime=3605.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68435/stat : 68435 (fscip) D 68333 68337 68249 0 -1 1077937220 2172463 0 0 0 360295 295 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68436] ppid=68333 vsize=17650756 memory=4498133544254205597 CPUtime=3598.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68436/stat : 68436 (fscip) D 68333 68337 68249 0 -1 1077937220 3818998 0 0 0 359455 388 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68437] ppid=68333 vsize=17650756 memory=-6933350163988321477 CPUtime=3589.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68437/stat : 68437 (fscip) D 68333 68337 68249 0 -1 1077937220 1323836 0 0 0 358254 665 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68438] ppid=68333 vsize=17650756 memory=28024 CPUtime=3596.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68438/stat : 68438 (fscip) D 68333 68337 68249 0 -1 1077937220 2130618 0 0 0 359325 307 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68439] ppid=68333 vsize=17650756 memory=33584 CPUtime=3599.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68439/stat : 68439 (fscip) D 68333 68337 68249 0 -1 1077937220 4446710 0 0 0 359432 500 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68440] ppid=68333 vsize=17650756 memory=61020 CPUtime=3601.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68440/stat : 68440 (fscip) D 68333 68337 68249 0 -1 1077937220 1446218 0 0 0 359520 676 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68441] ppid=68333 vsize=17650756 memory=7744 CPUtime=3602.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68441/stat : 68441 (fscip) D 68333 68337 68249 0 -1 1077937220 2035833 0 0 0 359876 366 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68442] ppid=68333 vsize=17650756 memory=11216 CPUtime=3606.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68442/stat : 68442 (fscip) D 68333 68337 68249 0 -1 1077937220 3981309 0 0 0 360231 423 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68463] ppid=68333 vsize=17650756 memory=11624 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68463/stat : 68463 (fscip) D 68333 68337 68249 0 -1 1077937220 79 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68464] ppid=68333 vsize=17650756 memory=-7450194601627968381 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68464/stat : 68464 (fscip) D 68333 68337 68249 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68465] ppid=68333 vsize=17650756 memory=2636 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68465/stat : 68465 (fscip) D 68333 68337 68249 0 -1 1077937220 70 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68466] ppid=68333 vsize=17650756 memory=2676 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68466/stat : 68466 (fscip) D 68333 68337 68249 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68467] ppid=68333 vsize=17650756 memory=6832 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68467/stat : 68467 (fscip) D 68333 68337 68249 0 -1 1077937220 132 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68468] ppid=68333 vsize=17650756 memory=1852 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68468/stat : 68468 (fscip) D 68333 68337 68249 0 -1 1077937220 121 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68469] ppid=68333 vsize=17650756 memory=33108 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68469/stat : 68469 (fscip) D 68333 68337 68249 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68470] ppid=68333 vsize=17650756 memory=2208 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68470/stat : 68470 (fscip) D 68333 68337 68249 0 -1 1077937220 133 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68471] ppid=68333 vsize=17650756 memory=11624 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68471/stat : 68471 (fscip) D 68333 68337 68249 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68472] ppid=68333 vsize=17650756 memory=15966684 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68472/stat : 68472 (fscip) D 68333 68337 68249 0 -1 1077937220 126 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68473] ppid=68333 vsize=17650756 memory=11624 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68473/stat : 68473 (fscip) D 68333 68337 68249 0 -1 1077937220 125 0 0 0 1 2 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68474] ppid=68333 vsize=17650756 memory=52808 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68474/stat : 68474 (fscip) D 68333 68337 68249 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68475] ppid=68333 vsize=17650756 memory=1952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68475/stat : 68475 (fscip) D 68333 68337 68249 0 -1 1077937220 117 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68476] ppid=68333 vsize=17650756 memory=1852 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68476/stat : 68476 (fscip) D 68333 68337 68249 0 -1 1077937220 124 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68477] ppid=68333 vsize=17650756 memory=25333125866717268 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68477/stat : 68477 (fscip) D 68333 68337 68249 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68478] ppid=68333 vsize=17650756 memory=280343923917056 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68478/stat : 68478 (fscip) D 68333 68337 68249 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68479] ppid=68333 vsize=17650756 memory=61788272255972 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68479/stat : 68479 (fscip) D 68333 68337 68249 0 -1 1077937220 123 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68480] ppid=68333 vsize=17650756 memory=-7531269346123611326 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68480/stat : 68480 (fscip) D 68333 68337 68249 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68481] ppid=68333 vsize=17650756 memory=2789 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68481/stat : 68481 (fscip) D 68333 68337 68249 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68482] ppid=68333 vsize=17650756 memory=33645 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68482/stat : 68482 (fscip) D 68333 68337 68249 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
Current children cumulated CPU time: 72002.6 s
Current children cumulated vsize: 17650756 KiB
Current children cumulated memory: 15966832 KiB

[startup+3636.6 s]
/proc/loadavg: 78.82 80.48 80.14 44/976 70464
/proc/meminfo: memFree=749339644/790760804 swapFree=131071996/131071996
[pid=68337] ppid=68333 vsize=17650756 memory=15966832 CPUtime=72002.8 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/stat : 68337 (fscip) D 68333 68337 68249 0 -1 1077937156 50474682 0 0 0 7190713 9568 0 0 20 0 41 0 11929143 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 17 28 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
/proc/68337/statm: 4412689 3991708 3312 3035 0 4284306 0
[pid=68337/tid=68423] ppid=68333 vsize=17650756 memory=29273809900535888 CPUtime=3596.69 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68423/stat : 68423 (fscip) D 68333 68337 68249 0 -1 1077937220 2079523 0 0 0 359383 286 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68424] ppid=68333 vsize=17650756 memory=280343925737648 CPUtime=3605.26 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68424/stat : 68424 (fscip) D 68333 68337 68249 0 -1 1077937220 4024142 0 0 0 360082 444 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68425] ppid=68333 vsize=17650756 memory=6232 CPUtime=3596.3 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68425/stat : 68425 (fscip) D 68333 68337 68249 0 -1 1077937220 1280526 0 0 0 358915 715 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 24 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68426] ppid=68333 vsize=17650756 memory=19844 CPUtime=3601.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68426/stat : 68426 (fscip) D 68333 68337 68249 0 -1 1077937220 1958076 0 0 0 359914 240 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 8 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68427] ppid=68333 vsize=17650756 memory=280343926146176 CPUtime=3605.53 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68427/stat : 68427 (fscip) R 68333 68337 68249 0 -1 4195904 3532616 0 0 0 359999 554 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 140450396264912 9920880 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 0
[pid=68337/tid=68428] ppid=68333 vsize=17650756 memory=31988 CPUtime=3601.93 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68428/stat : 68428 (fscip) D 68333 68337 68249 0 -1 1077937220 1185898 0 0 0 359448 745 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68429] ppid=68333 vsize=17650756 memory=28720 CPUtime=3604.87 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68429/stat : 68429 (fscip) D 68333 68337 68249 0 -1 1077937220 2067318 0 0 0 360213 274 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68430] ppid=68333 vsize=17650756 memory=7384 CPUtime=3594.47 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68430/stat : 68430 (fscip) D 68333 68337 68249 0 -1 1077937220 3873475 0 0 0 359029 418 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68431] ppid=68333 vsize=17650756 memory=27608 CPUtime=3602.55 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68431/stat : 68431 (fscip) D 68333 68337 68249 0 -1 1077937220 1306560 0 0 0 359463 792 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68432] ppid=68333 vsize=17650756 memory=6724 CPUtime=3601.95 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68432/stat : 68432 (fscip) D 68333 68337 68249 0 -1 1077937220 2347157 0 0 0 359886 309 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 72 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68433] ppid=68333 vsize=17650756 memory=15965756 CPUtime=3601.91 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68433/stat : 68433 (fscip) D 68333 68337 68249 0 -1 1077937220 4037258 0 0 0 359767 424 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68434] ppid=68333 vsize=17650756 memory=13083028 CPUtime=3585.92 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68434/stat : 68434 (fscip) D 68333 68337 68249 0 -1 1077937220 1334333 0 0 0 357942 650 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68435] ppid=68333 vsize=17650756 memory=7384 CPUtime=3605.9 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68435/stat : 68435 (fscip) D 68333 68337 68249 0 -1 1077937220 2172463 0 0 0 360295 295 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 60 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68436] ppid=68333 vsize=17650756 memory=27608 CPUtime=3598.43 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68436/stat : 68436 (fscip) D 68333 68337 68249 0 -1 1077937220 3818998 0 0 0 359455 388 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 76 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68437] ppid=68333 vsize=17650756 memory=3736 CPUtime=3589.19 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68437/stat : 68437 (fscip) D 68333 68337 68249 0 -1 1077937220 1323836 0 0 0 358254 665 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68438] ppid=68333 vsize=17650756 memory=13552 CPUtime=3596.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68438/stat : 68438 (fscip) D 68333 68337 68249 0 -1 1077937220 2130618 0 0 0 359325 307 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68439] ppid=68333 vsize=17650756 memory=10528 CPUtime=3599.32 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68439/stat : 68439 (fscip) D 68333 68337 68249 0 -1 1077937220 4446710 0 0 0 359432 500 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68440] ppid=68333 vsize=17650756 memory=5440 CPUtime=3601.96 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68440/stat : 68440 (fscip) D 68333 68337 68249 0 -1 1077937220 1446218 0 0 0 359520 676 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68441] ppid=68333 vsize=17650756 memory=2420 CPUtime=3602.42 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68441/stat : 68441 (fscip) D 68333 68337 68249 0 -1 1077937220 2035833 0 0 0 359876 366 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68442] ppid=68333 vsize=17650756 memory=2212 CPUtime=3606.54 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68442/stat : 68442 (fscip) D 68333 68337 68249 0 -1 1077937220 3981309 0 0 0 360231 423 0 0 20 0 41 0 11929287 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 16 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68463] ppid=68333 vsize=17650756 memory=52808 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68463/stat : 68463 (fscip) D 68333 68337 68249 0 -1 1077937220 79 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68464] ppid=68333 vsize=17650756 memory=1952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68464/stat : 68464 (fscip) D 68333 68337 68249 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68465] ppid=68333 vsize=17650756 memory=1852 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68465/stat : 68465 (fscip) D 68333 68337 68249 0 -1 1077937220 70 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 4 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68466] ppid=68333 vsize=17650756 memory=33108 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68466/stat : 68466 (fscip) D 68333 68337 68249 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 44 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68467] ppid=68333 vsize=17650756 memory=2208 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68467/stat : 68467 (fscip) D 68333 68337 68249 0 -1 1077937220 132 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 52 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68468] ppid=68333 vsize=17650756 memory=11612 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68468/stat : 68468 (fscip) D 68333 68337 68249 0 -1 1077937220 121 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 64 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68469] ppid=68333 vsize=17650756 memory=13736 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68469/stat : 68469 (fscip) D 68333 68337 68249 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68470] ppid=68333 vsize=17650756 memory=11216 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68470/stat : 68470 (fscip) D 68333 68337 68249 0 -1 1077937220 133 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68471] ppid=68333 vsize=17650756 memory=7751997165046505088 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68471/stat : 68471 (fscip) D 68333 68337 68249 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68472] ppid=68333 vsize=17650756 memory=3516 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68472/stat : 68472 (fscip) D 68333 68337 68249 0 -1 1077937220 126 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 68 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68473] ppid=68333 vsize=17650756 memory=2300 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68473/stat : 68473 (fscip) D 68333 68337 68249 0 -1 1077937220 125 0 0 0 1 2 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 56 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68474] ppid=68333 vsize=17650756 memory=1692 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68474/stat : 68474 (fscip) D 68333 68337 68249 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 0 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68475] ppid=68333 vsize=17650756 memory=7544 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68475/stat : 68475 (fscip) D 68333 68337 68249 0 -1 1077937220 117 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 36 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68476] ppid=68333 vsize=17650756 memory=28008 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68476/stat : 68476 (fscip) D 68333 68337 68249 0 -1 1077937220 124 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68477] ppid=68333 vsize=17650756 memory=15933744 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68477/stat : 68477 (fscip) D 68333 68337 68249 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 48 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68478] ppid=68333 vsize=17650756 memory=18707664 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68478/stat : 68478 (fscip) D 68333 68337 68249 0 -1 1077937220 128 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 20 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68479] ppid=68333 vsize=17650756 memory=16310132 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68479/stat : 68479 (fscip) D 68333 68337 68249 0 -1 1077937220 123 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 32 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68480] ppid=68333 vsize=17650756 memory=1952 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68480/stat : 68480 (fscip) D 68333 68337 68249 0 -1 1077937220 114 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 12 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68481] ppid=68333 vsize=17650756 memory=1852 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68481/stat : 68481 (fscip) D 68333 68337 68249 0 -1 1077937220 115 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 28 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
[pid=68337/tid=68482] ppid=68333 vsize=17650756 memory=33108 CPUtime=0.03 cores=0,4,8,12,16,20,24,28,32,36,40,44,48,52,56,60,64,68,72,76
/proc/68337/task/68482/stat : 68482 (fscip) D 68333 68337 68249 0 -1 1077937220 127 0 0 0 3 0 0 0 20 0 41 0 11929358 18074374144 3991708 809668444160 4194304 16623229 140730362937824 0 0 0 0 0 2 0 0 0 -1 40 0 0 0 0 0 18838560 18947056 52236288 140730362942474 140730362942592 140730362942592 140730362949616 24
Current children cumulated CPU time: 72002.8 s
Current children cumulated vsize: 17650756 KiB
Current children cumulated memory: 15966832 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3637.1
CPU time (s): 72003.3
CPU user time (s): 71907.1
CPU system time (s): 96.1858
CPU usage (%): 1979.69
Max. virtual memory (cumulated for all children) (KiB): 17781828
Max. memory (cumulated for all children) (KiB): 15988792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71907.1
system time used= 96.1858
maximum resident set size= 15996028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50474682
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= 306497
involuntary context switches= 232111


# summary of solver processes directly reported to runsolver:
#   pid: 68337
#   total CPU time (s): 72003.3
#   total CPU user time (s): 71907.1
#   total CPU system time (s): 96.1858

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.9367 second user time and 109.852 second system time

The end

Launcher Data

Begin job on nodeD103 at 2024-07-31 21:17:44
IDJOB=4465228
IDBENCH=147625
IDSOLVER=3094
FILE ID=nodeD103/4465228-1722453464
RUNJOBID= nodeD103-1722453464-68259
SLURM_JOB_ID= 8254237
Free space on /tmp= 8622876 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_18.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-4465228-1722453464/watcher-4465228-1722453464 -o /tmp/evaluation-result-4465228-1722453464/solver-4465228-1722453464 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD103-1722453464-68259 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465228-1722453464.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 175cf8fd081870b89b1494469c4bb17a
RANDOM SEED=1254538972

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        787246300 kB
MemAvailable:   785200252 kB
Buffers:          151788 kB
Cached:           645716 kB
SwapCached:            0 kB
Active:           306132 kB
Inactive:         885604 kB
Active(anon):       2036 kB
Inactive(anon):   415244 kB
Active(file):     304096 kB
Inactive(file):   470360 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            120576 kB
Writeback:             0 kB
AnonPages:        392968 kB
Mapped:            89648 kB
Shmem:             22536 kB
KReclaimable:     121136 kB
Slab:             450156 kB
SReclaimable:     121136 kB
SUnreclaim:       329020 kB
KernelStack:       14640 kB
PageTables:        11236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:     582024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           189696 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 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:      458752 kB
DirectMap2M:    49321984 kB
DirectMap1G:    756023296 kB

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