Trace number 4465666

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.00	c Default LC presolving (default).
0.00/0.00	c ** Before presolving: virtualMemUsedAtLc = 25866240, getVmSize() = 25866240, SCIPgetMemUsed() = 2784235, SCIPgetMemTotal() = 4278059, SCIPgetMemExternEstim() = 1336279
0.00/0.00	c ** set memory limit for presolving in LC to 8.79601e+12 for SCIP **
0.00/0.02	c ** Estimated virtualMemUsedAtSolver = 17435826, getVmSize() = 31903744, SCIPgetMemUsed() = 5556337, SCIPgetMemTotal() = 9145913, SCIPgetMemExternEstim() = 1336279
0.00/0.02	c ** set memory limit for solvers to 4.18856e+11 for each SCIP **
0.00/0.02	c Original Problem   :
0.00/0.02	c   Problem name     : instance-4465666-1722513237
0.00/0.02	c   Variables        : 600 (600 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 830
0.00/0.02	c   Objective sense  : minimize
0.00/0.02	c Presolved Problem  :
0.00/0.02	c   Variables        : 375 (375 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.02	c   Constraints      : 785
0.00/0.02	c Constraints        : Number
0.00/0.02	c   setppc           : 95 
0.00/0.02	c   linear           : 15 
0.00/0.02	c   logicor          : 675 
0.00/0.02	c ** Instance transfer method used: 0
0.00/0.02	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.07	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.08	c                                Nodes    Active                                            
0.00/0.08	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
97.30/5.10	c         5          32589          38        20                -           0.0000          -
199.45/10.22	c        10          53633          39        20                -           0.0000          -
298.42/15.28	c        15          74502          40        20                -           0.0000          -
399.42/20.30	c        20          93024          45        20                -           0.0000          -
498.28/25.31	c        25           7750        1033        20                -           0.0000          -
597.05/30.32	c        30           9114        1234        20                -           0.0000          -
697.67/35.43	c        35          11165        1429        20                -           0.0000          -
796.27/40.50	c        40          13206        1654        20                -           0.0000          -
897.11/45.58	c        46          15450        1965        20                -           0.0000          -
998.14/50.63	c        51          17606        2250        20                -           0.0000          -
1097.09/55.64	c        56          19807        2534        20                -           0.0000          -
1196.14/60.69	c        61          22330        2757        20                -           0.0000          -
1296.81/65.78	c        66          24401        2975        20                -           0.0000          -
1397.73/70.84	c        71          26849        3178        20                -           0.0000          -
1498.71/75.90	c        76          29208        3415        20                -           0.0000          -
1597.48/80.94	c        81          31502        3598        20                -           0.0000          -
1696.24/85.99	c        86          33836        3823        20                -           0.0000          -
1797.77/91.05	c        91          36116        3975        20                -           0.0000          -
1896.65/96.10	c        96          38441        4156        20                -           0.0000          -
1997.43/101.15	c       101         568785          47        20                -           0.0000          -
2096.15/106.19	c       106         600209          35        20                -           0.0000          -
2196.21/111.23	c       111         632779          41        20                -           0.0000          -
2295.00/116.29	c       116         663439          38        20                -           0.0000          -
2395.95/121.35	c       121         693795          39        20                -           0.0000          -
2497.02/126.40	c       126         722893          37        20                -           0.0000          -
2596.07/131.44	c       131         752229          28        20                -           0.0000          -
2695.33/136.49	c       136         784727          35        20                -           0.0000          -
2796.32/141.54	c       142         815363          35        20                -           0.0000          -
2895.36/146.59	c       147         845754          42        20                -           0.0000          -
2996.32/151.64	c       152         874881          43        20                -           0.0000          -
3095.43/156.69	c       157         903777          35        20                -           0.0000          -
3196.25/161.74	c       162         933137          42        20                -           0.0000          -
3295.06/166.79	c       167         960724          39        20                -           0.0000          -
3396.16/171.84	c       172         987324          42        20                -           0.0000          -
3495.21/176.89	c       177        1013954          36        20                -           0.0000          -
3596.42/181.94	c       182        1040385          39        20                -           0.0000          -
3695.41/186.98	c       187        1067866          38        20                -           0.0000          -
3794.36/192.03	c       192        1095389          40        20                -           0.0000          -
3895.93/197.09	c       197        1122133          32        20                -           0.0000          -
3996.79/202.14	c       202        1149417          34        20                -           0.0000          -
4095.63/207.18	c       207        1177482          36        20                -           0.0000          -
4195.70/212.24	c       212        1202730          32        20                -           0.0000          -
4294.48/217.29	c       217        1233470          34        20                -           0.0000          -
4395.33/222.34	c       222        1260607          29        20                -           0.0000          -
4494.32/227.39	c       227        1287173          38        20                -           0.0000          -
4595.34/232.44	c       232        1314447          40        20                -           0.0000          -
4694.61/237.49	c       238        1341017          32        20                -           0.0000          -
4795.55/242.54	c       243        1367008          29        20                -           0.0000          -
4894.43/247.59	c       248        1397518          40        20                -           0.0000          -
4995.51/252.64	c       253        1426699          42        20                -           0.0000          -
5094.37/257.69	c       258        1454413          43        20                -           0.0000          -
5195.21/262.74	c       263        1482340          34        20                -           0.0000          -
5294.36/267.78	c       268        1509899          35        20                -           0.0000          -
5395.50/272.84	c       273         104724        3555        20                -           0.0000          -
5494.57/277.89	c       278         106110        3600        20                -           0.0000          -
5595.55/282.94	c       283         108042        3747        20                -           0.0000          -
5694.74/287.98	c       288         109867        3810        20                -           0.0000          -
5793.92/293.02	c       293         111612        3919        20                -           0.0000          -
5893.06/298.03	c       298         102875        5364        20                -           0.0000          -
5994.82/303.08	c       303         104502        5347        20                -           0.0000          -
6093.85/308.13	c       308         105877        5423        20                -           0.0000          -
6194.81/313.18	c       313         107767        5512        20                -           0.0000          -
6295.21/318.20	c       318         109705        5515        20                -           0.0000          -
6394.23/323.21	c       323         111453        5590        20                -           0.0000          -
6492.93/328.26	c       328         113117        5590        20                -           0.0000          -
6593.94/333.31	c       333         114722        5647        20                -           0.0000          -
6692.56/338.36	c       338         116148        5729        20                -           0.0000          -
6793.27/343.41	c       343         117781        5866        20                -           0.0000          -
6892.15/348.46	c       348         119203        5911        20                -           0.0000          -
6993.16/353.51	c       354         120763        5928        20                -           0.0000          -
7091.85/358.56	c       359         122283        6035        20                -           0.0000          -
7190.76/363.57	c       364        2041440          40        20                -           0.0000          -
7291.45/368.62	c       369        2069643          41        20                -           0.0000          -
7390.58/373.67	c       374        2097446          49        20                -           0.0000          -
7491.63/378.76	c       379         129685        6281        20                -           0.0000          -
7592.65/383.81	c       384         131055        6335        20                -           0.0000          -
7691.79/388.86	c       389         132298        6396        20                -           0.0000          -
7792.84/393.91	c       394         134155        6522        20                -           0.0000          -
7891.91/398.96	c       399         135835        6611        20                -           0.0000          -
7990.89/404.02	c       404         137386        6675        20                -           0.0000          -
8092.61/409.06	c       409         139153        6744        20                -           0.0000          -
8191.49/414.08	c       414        2333811          40        20                -           0.0000          -
8292.90/419.15	c       419        2362748          45        20                -           0.0000          -
8391.68/424.19	c       424        2391776          41        20                -           0.0000          -
8491.84/429.24	c       429        2423264          39        20                -           0.0000          -
8592.81/434.31	c       434         147692        6945        20                -           0.0000          -
8691.93/439.36	c       439         149479        7038        20                -           0.0000          -
8793.02/444.41	c       444         151182        7106        20                -           0.0000          -
8892.20/449.46	c       449         152480        7122        20                -           0.0000          -
8993.26/454.51	c       455         154165        7200        20                -           0.0000          -
9092.32/459.52	c       460        2596759          45        20                -           0.0000          -
9191.00/464.57	c       465        2624721          46        20                -           0.0000          -
9291.84/469.62	c       470        2653902          34        20                -           0.0000          -
9390.85/474.68	c       475        2683156          43        20                -           0.0000          -
9491.92/479.73	c       480        2710979          37        20                -           0.0000          -
9590.95/484.74	c       485        2739086          38        20                -           0.0000          -
9689.88/489.76	c       490        2766682          37        20                -           0.0000          -
9790.91/494.81	c       495        2794169          48        20                -           0.0000          -
9889.82/499.84	c       500        2572519          36        20                -           0.0000          -
9990.46/504.91	c       505         176276        7264        20                -           0.0000          -
10089.33/509.96	c       510         177363        7359        20                -           0.0000          -
10188.09/515.01	c       515         178374        7384        20                -           0.0000          -
10286.79/520.03	c       520        2676787          42        20                -           0.0000          -
10388.11/525.04	c       525        2702522          33        20                -           0.0000          -
10486.86/530.09	c       530        2726441          31        20                -           0.0000          -
10587.71/535.14	c       535        2753217          40        20                -           0.0000          -
10686.80/540.19	c       540        2777956          30        20                -           0.0000          -
10787.06/545.24	c       545        2803925          37        20                -           0.0000          -
10885.62/550.29	c       550        2832797          32        20                -           0.0000          -
10986.58/555.34	c       555        2859132          41        20                -           0.0000          -
11087.37/560.40	c       560        2885719          34        20                -           0.0000          -
11186.04/565.45	c       565        2911165          35        20                -           0.0000          -
11286.66/570.50	c       571        2935473          36        20                -           0.0000          -
11385.28/575.52	c       576        2960636          34        20                -           0.0000          -
11483.95/580.57	c       581        2984964          33        20                -           0.0000          -
11584.55/585.62	c       586        3007982          37        20                -           0.0000          -
11683.63/590.62	c       591        3032054          38        20                -           0.0000          -
11782.66/595.64	c       596        3055043          45        20                -           0.0000          -
11881.71/600.70	c       601        3080557          42        20                -           0.0000          -
11982.37/605.74	c       606         203590        8372        20                -           0.0000          -
12083.15/610.82	c       611        3131683          35        20                -           0.0000          -
12182.04/615.87	c       616        3157925          39        20                -           0.0000          -
12282.71/620.93	c       621        3183351          38        20                -           0.0000          -
12381.41/626.00	c       626        3210030          39        20                -           0.0000          -
12480.27/631.00	c       631         211713        8477        20                -           0.0000          -
12581.81/636.05	c       636         213414        8522        20                -           0.0000          -
12680.96/641.11	c       641         214786        8539        20                -           0.0000          -
12780.24/646.12	c       646         216504        8635        20                -           0.0000          -
12882.38/651.21	c       651         218183        8682        20                -           0.0000          -
12981.47/656.29	c       656         219834        8683        20                -           0.0000          -
13082.37/661.34	c       661        3391330          37        20                -           0.0000          -
13183.34/666.40	c       666        3416438          28        20                -           0.0000          -
13282.47/671.47	c       671        3441293          33        20                -           0.0000          -
13383.58/676.52	c       677        3466972          41        20                -           0.0000          -
13482.70/681.58	c       682        3491320          35        20                -           0.0000          -
13583.80/686.64	c       687        3514645          28        20                -           0.0000          -
13684.79/691.71	c       692        3541416          35        20                -           0.0000          -
13783.89/696.77	c       697        3566496          37        20                -           0.0000          -
13885.01/701.82	c       702        3590478          34        20                -           0.0000          -
13984.10/706.87	c       707        3613739          29        20                -           0.0000          -
14085.21/711.92	c       712        3639066          34        20                -           0.0000          -
14184.02/716.97	c       717        3664575          34        20                -           0.0000          -
14282.84/722.02	c       722        3688811          40        20                -           0.0000          -
14384.35/727.12	c       727        3714376          34        20                -           0.0000          -
14485.31/732.18	c       732        3740664          36        20                -           0.0000          -
14585.67/737.22	c       737         245573        9103        20                -           0.0000          -
14684.52/742.27	c       742         247214        9109        20                -           0.0000          -
14785.24/747.32	c       747         248545        9180        20                -           0.0000          -
14884.22/752.33	c       752        3839789          38        20                -           0.0000          -
14982.98/757.38	c       757        3866511          43        20                -           0.0000          -
15083.73/762.45	c       762        3890362          44        20                -           0.0000          -
15182.49/767.47	c       767         251901       11490        20                -           0.0000          -
15283.39/772.54	c       773         253746       11555        20                -           0.0000          -
15382.25/777.59	c       778         255522       11608        20                -           0.0000          -
15483.04/782.64	c       783         257446       11713        20                -           0.0000          -
15582.00/787.69	c       788        4015211          46        20                -           0.0000          -
15682.93/792.74	c       793        4040362          39        20                -           0.0000          -
15781.89/797.78	c       798        4064966          37        20                -           0.0000          -
15882.74/802.84	c       803        4094144          44        20                -           0.0000          -
15981.59/807.89	c       808        4121369          38        20                -           0.0000          -
16082.45/812.97	c       813         270005        9636        20                -           0.0000          -
16181.45/818.02	c       818         271773        9647        20                -           0.0000          -
16283.28/823.07	c       823         273494        9791        20                -           0.0000          -
16384.02/828.12	c       828         275372        9824        20                -           0.0000          -
16483.46/833.17	c       833        4543288          36        20                -           0.0000          -
16582.03/838.19	c       838        4276228          41        20                -           0.0000          -
16682.50/843.27	c       843        4597556          34        20                -           0.0000          -
16783.41/848.30	c       848        4329098          48        20                -           0.0000          -
16882.51/853.35	c       853        4353966          41        20                -           0.0000          -
16983.46/858.40	c       858        4378685          42        20                -           0.0000          -
17082.46/863.47	c       863        4701388          40        20                -           0.0000          -
17183.37/868.52	c       869        4726916          39        20                -           0.0000          -
17282.17/873.57	c       874        4752541          43        20                -           0.0000          -
17383.18/878.62	c       879        4778125          46        20                -           0.0000          -
17482.22/883.67	c       884        4803393          38        20                -           0.0000          -
17583.36/888.72	c       889        4828382          41        20                -           0.0000          -
17682.46/893.77	c       894        4854069          43        20                -           0.0000          -
17783.51/898.83	c       899        4880674          41        20                -           0.0000          -
17882.46/903.87	c       904        4905790          43        20                -           0.0000          -
17981.31/908.89	c       909        4629437          40        20                -           0.0000          -
18080.30/913.90	c       914        4653720          40        20                -           0.0000          -
18181.26/918.92	c       919        4678345          41        20                -           0.0000          -
18280.23/923.97	c       924        4701193          37        20                -           0.0000          -
18381.84/929.06	c       929        4726395          37        20                -           0.0000          -
18480.83/934.13	c       934        4750685          37        20                -           0.0000          -
18581.92/939.19	c       939        4775488          43        20                -           0.0000          -
18682.15/944.24	c       944        4800108          43        20                -           0.0000          -
18781.29/949.27	c       949        4824584          36        20                -           0.0000          -
18879.99/954.28	c       954        4850267          47        20                -           0.0000          -
18980.71/959.31	c       959        4873843          40        20                -           0.0000          -
19081.50/964.42	c       964        4898153          37        20                -           0.0000          -
19182.33/969.51	c       970        4921481          42        20                -           0.0000          -
19280.98/974.57	c       975        4944982          47        20                -           0.0000          -
19381.78/979.62	c       980        4967790          42        20                -           0.0000          -
19480.73/984.67	c       985        5323668          42        20                -           0.0000          -
19581.75/989.72	c       990        5013928          40        20                -           0.0000          -
19680.86/994.77	c       995        5375068          40        20                -           0.0000          -
19781.69/999.82	c      1000        5400601          37        20                -           0.0000          -
19880.47/1004.87	c      1005        5425808          37        20                -           0.0000          -
19981.57/1009.92	c      1010        5451436          39        20                -           0.0000          -
20080.65/1014.97	c      1015        5475695          37        20                -           0.0000          -
20179.36/1020.02	c      1020        5501540          38        20                -           0.0000          -
20280.79/1025.07	c      1025        5525409          35        20                -           0.0000          -
20379.67/1030.12	c      1030        5549941          30        20                -           0.0000          -
20480.27/1035.17	c      1035        5576564          51        20                -           0.0000          -
20580.43/1040.22	c      1040        5602357          43        20                -           0.0000          -
20679.55/1045.27	c      1045        5628891          44        20                -           0.0000          -
20778.66/1050.28	c      1050        5303944          38        20                -           0.0000          -
20879.58/1055.33	c      1055        5326981          43        20                -           0.0000          -
20980.31/1060.42	c      1060         336898       14817        20                -           0.0000          -
21079.29/1065.47	c      1065         338493       14875        20                -           0.0000          -
21180.15/1070.52	c      1071         339492       14879        20                -           0.0000          -
21278.88/1075.57	c      1076         340781       14893        20                -           0.0000          -
21380.03/1080.62	c      1081        5813958          43        20                -           0.0000          -
21478.90/1085.67	c      1086        5839098          43        20                -           0.0000          -
21580.01/1090.72	c      1091        5866996          34        20                -           0.0000          -
21679.25/1095.77	c      1096        5893814          43        20                -           0.0000          -
21778.24/1100.78	c      1101        5542470          37        20                -           0.0000          -
21879.02/1105.80	c      1106        5568015          39        20                -           0.0000          -
21977.99/1110.84	c      1111        5593230          45        20                -           0.0000          -
22077.07/1115.89	c      1116        5617393          36        20                -           0.0000          -
22177.99/1120.91	c      1121        5643804          35        20                -           0.0000          -
22277.09/1125.97	c      1126        5669162          39        20                -           0.0000          -
22376.16/1131.01	c      1131        5695209          36        20                -           0.0000          -
22477.33/1136.09	c      1136        5719830          31        20                -           0.0000          -
22578.54/1141.14	c      1141        5745727          37        20                -           0.0000          -
22678.84/1146.22	c      1146        5769959          37        20                -           0.0000          -
22777.71/1151.27	c      1151        5793701          35        20                -           0.0000          -
22878.43/1156.32	c      1156        5819376          36        20                -           0.0000          -
22977.46/1161.37	c      1161        5845386          36        20                -           0.0000          -
23078.46/1166.42	c      1166        5869607          35        20                -           0.0000          -
23177.26/1171.47	c      1171        5893822          33        20                -           0.0000          -
23278.18/1176.52	c      1177        5919141          38        20                -           0.0000          -
23377.14/1181.57	c      1182        5944810          42        20                -           0.0000          -
23478.07/1186.62	c      1187        5968960          35        20                -           0.0000          -
23579.08/1191.70	c      1192        5993440          43        20                -           0.0000          -
23678.04/1196.75	c      1197        6017920          35        20                -           0.0000          -
23779.00/1201.80	c      1202        6042627          35        20                -           0.0000          -
23877.49/1206.85	c      1207        6066014          33        20                -           0.0000          -
23978.22/1211.90	c      1212        6088992          38        20                -           0.0000          -
24077.09/1216.95	c      1217        6112252          34        20                -           0.0000          -
24176.00/1222.00	c      1222        6136476          33        20                -           0.0000          -
24277.57/1227.05	c      1227        6164859          47        20                -           0.0000          -
24376.40/1232.07	c      1232        6192418          41        20                -           0.0000          -
24475.57/1237.08	c      1237        6217709          37        20                -           0.0000          -
24574.53/1242.12	c      1242        6244590          34        20                -           0.0000          -
24676.77/1247.21	c      1247         387257       16542        20                -           0.0000          -
24775.92/1252.27	c      1252        6296176          40        20                -           0.0000          -
24876.99/1257.32	c      1257        6321886          38        20                -           0.0000          -
24976.11/1262.37	c      1262        6345730          42        20                -           0.0000          -
25077.11/1267.42	c      1267        6370166          38        20                -           0.0000          -
25176.11/1272.47	c      1272        6394969          37        20                -           0.0000          -
25276.91/1277.53	c      1278         395820       16848        20                -           0.0000          -
25377.72/1282.60	c      1283         397071       16986        20                -           0.0000          -
25476.73/1287.65	c      1288        6473514          46        20                -           0.0000          -
25577.66/1292.71	c      1293        6498710          36        20                -           0.0000          -
25676.60/1297.76	c      1298        6524019          40        20                -           0.0000          -
25777.60/1302.82	c      1303         403548       17336        20                -           0.0000          -
25876.66/1307.86	c      1308        6573761          35        20                -           0.0000          -
25977.71/1312.92	c      1313         406628       17489        20                -           0.0000          -
26076.83/1317.97	c      1318         408168       17524        20                -           0.0000          -
26175.96/1323.02	c      1323         409623       17543        20                -           0.0000          -
26277.53/1328.07	c      1328         411056       17566        20                -           0.0000          -
26376.44/1333.12	c      1333         412287       17606        20                -           0.0000          -
26476.84/1338.17	c      1338         413870       17663        20                -           0.0000          -
26577.21/1343.22	c      1343         415267       17694        20                -           0.0000          -
26676.18/1348.27	c      1348         416837       17722        20                -           0.0000          -
26777.32/1353.32	c      1353         418304       17778        20                -           0.0000          -
26876.42/1358.37	c      1358         419982       17802        20                -           0.0000          -
26977.32/1363.42	c      1363         421558       17871        20                -           0.0000          -
27076.33/1368.44	c      1368        6871865          34        20                -           0.0000          -
27177.17/1373.52	c      1374        7288339          40        20                -           0.0000          -
27275.98/1378.57	c      1379        7313827          42        20                -           0.0000          -
27376.70/1383.62	c      1384        7339792          41        20                -           0.0000          -
27475.36/1388.67	c      1389        7364646          39        20                -           0.0000          -
27574.24/1393.69	c      1394        6997243          41        20                -           0.0000          -
27673.09/1398.69	c      1399         440426       11812        20                -           0.0000          -
27774.04/1403.76	c      1404         441778       11835        20                -           0.0000          -
27874.87/1408.81	c      1409         443164       11834        20                -           0.0000          -
27973.70/1413.87	c      1414         444337       11960        20                -           0.0000          -
28074.51/1418.93	c      1419         445489       12009        20                -           0.0000          -
28173.56/1423.99	c      1424        7146743          31        20                -           0.0000          -
28272.66/1429.01	c      1429        7169429          28        20                -           0.0000          -
28371.55/1434.02	c      1434        7193021          41        20                -           0.0000          -
28473.10/1439.10	c      1439        7220125          46        20                -           0.0000          -
28573.88/1444.16	c      1444        7246971          44        20                -           0.0000          -
28674.31/1449.23	c      1449        7272129          42        20                -           0.0000          -
28775.46/1454.32	c      1454         455206       12167        20                -           0.0000          -
28874.61/1459.37	c      1459         456745       12173        20                -           0.0000          -
28975.68/1464.42	c      1464         458203       12186        20                -           0.0000          -
29074.89/1469.43	c      1469        7374535          36        20                -           0.0000          -
29173.96/1474.48	c      1474        7400427          37        20                -           0.0000          -
29274.90/1479.56	c      1480        7426655          31        20                -           0.0000          -
29375.83/1484.62	c      1485         463662       12192        20                -           0.0000          -
29474.61/1489.67	c      1490         465250       12191        20                -           0.0000          -
29575.66/1494.72	c      1495         466576       12216        20                -           0.0000          -
29674.61/1499.77	c      1500        7916038          40        20                -           0.0000          -
29773.44/1504.78	c      1505        7553663          31        20                -           0.0000          -
29874.19/1509.87	c      1510        7966513          42        20                -           0.0000          -
29975.03/1514.92	c      1515        7991787          40        20                -           0.0000          -
30073.77/1519.97	c      1520        8017008          40        20                -           0.0000          -
30172.72/1525.02	c      1525        8042485          39        20                -           0.0000          -
30274.57/1530.07	c      1530        8067838          38        20                -           0.0000          -
30373.52/1535.12	c      1535        8092700          40        20                -           0.0000          -
30474.86/1540.17	c      1540        8117184          43        20                -           0.0000          -
30575.12/1545.20	c      1545        7767922          41        20                -           0.0000          -
30674.11/1550.23	c      1550         469886       19190        20                -           0.0000          -
30773.00/1555.28	c      1555         471060       19203        20                -           0.0000          -
30874.03/1560.33	c      1560         472202       19273        20                -           0.0000          -
30972.96/1565.38	c      1565        7865865          45        20                -           0.0000          -
31074.11/1570.40	c      1570        7888664          43        20                -           0.0000          -
31173.22/1575.48	c      1575        7912124          38        20                -           0.0000          -
31274.18/1580.53	c      1581        7934476          42        20                -           0.0000          -
31373.11/1585.54	c      1586        7958316          37        20                -           0.0000          -
31471.86/1590.57	c      1591        7981674          35        20                -           0.0000          -
31572.87/1595.64	c      1596        8005366          37        20                -           0.0000          -
31671.99/1600.69	c      1601        8030159          34        20                -           0.0000          -
31772.91/1605.71	c      1606        8055376          40        20                -           0.0000          -
31872.06/1610.77	c      1611        8080348          35        20                -           0.0000          -
31973.08/1615.83	c      1616        8104845          40        20                -           0.0000          -
32073.99/1620.94	c      1621        8130610          37        20                -           0.0000          -
32173.11/1625.99	c      1626        8155194          42        20                -           0.0000          -
32274.88/1631.05	c      1631        8178505          34        20                -           0.0000          -
32373.67/1636.12	c      1636        8579982          38        20                -           0.0000          -
32474.87/1641.15	c      1641        8229480          41        20                -           0.0000          -
32574.07/1646.18	c      1646        8253655          38        20                -           0.0000          -
32673.04/1651.19	c      1651        8278537          38        20                -           0.0000          -
32772.85/1656.24	c      1656        8300010          32        20                -           0.0000          -
32873.78/1661.30	c      1661        8322282          35        20                -           0.0000          -
32972.86/1666.34	c      1666        8346845          30        20                -           0.0000          -
33072.03/1671.35	c      1671        8369516          38        20                -           0.0000          -
33173.06/1676.40	c      1676        8398090          39        20                -           0.0000          -
33272.22/1681.46	c      1681        8426454          40        20                -           0.0000          -
33373.33/1686.54	c      1687        8452919          36        20                -           0.0000          -
33474.43/1691.63	c      1692         499615       20408        20                -           0.0000          -
33573.57/1696.67	c      1697         500766       20427        20                -           0.0000          -
33674.67/1701.73	c      1702        8537097          36        20                -           0.0000          -
33773.80/1706.78	c      1707        8562675          36        20                -           0.0000          -
33875.14/1711.82	c      1712        8590376          43        20                -           0.0000          -
33974.07/1716.87	c      1717        8617241          32        20                -           0.0000          -
34075.18/1721.92	c      1722        8643866          33        20                -           0.0000          -
34174.15/1726.99	c      1727        8668240          33        20                -           0.0000          -
34275.99/1732.04	c      1732        8695064          41        20                -           0.0000          -
34374.90/1737.09	c      1737        8722373          45        20                -           0.0000          -
34475.63/1742.14	c      1742        8747637          35        20                -           0.0000          -
34575.95/1747.20	c      1747        8772382          41        20                -           0.0000          -
34674.82/1752.25	c      1752        8796217          35        20                -           0.0000          -
34775.81/1757.30	c      1757        8820200          36        20                -           0.0000          -
34874.97/1762.38	c      1762        8843247          36        20                -           0.0000          -
34976.03/1767.42	c      1767        8868412          37        20                -           0.0000          -
35075.19/1772.45	c      1772        8895469          29        20                -           0.0000          -
35176.30/1777.52	c      1778        8921150          41        20                -           0.0000          -
35275.46/1782.57	c      1783        8947691          38        20                -           0.0000          -
35376.40/1787.62	c      1788        8972524          38        20                -           0.0000          -
35475.43/1792.64	c      1793        8996715          38        20                -           0.0000          -
35574.56/1797.67	c      1798        9021545          34        20                -           0.0000          -
35675.74/1802.73	c      1803        9046605          33        20                -           0.0000          -
35774.83/1807.79	c      1808        9068995          36        20                -           0.0000          -
35874.04/1812.79	c      1813        9093484          36        20                -           0.0000          -
35975.15/1817.88	c      1818        9117769          38        20                -           0.0000          -
36076.33/1822.94	c      1823        9143088          33        20                -           0.0000          -
36175.51/1828.02	c      1828        9167272          39        20                -           0.0000          -
36277.18/1833.07	c      1833        9192002          44        20                -           0.0000          -
36378.08/1838.15	c      1838        9594823          43        20                -           0.0000          -
36477.44/1843.16	c      1843        9241305          35        20                -           0.0000          -
36577.89/1848.24	c      1848        9265455          33        20                -           0.0000          -
36679.07/1853.30	c      1853         539017       21294        20                -           0.0000          -
36778.18/1858.35	c      1858         540624       21336        20                -           0.0000          -
36879.24/1863.40	c      1863         541890       21353        20                -           0.0000          -
36978.05/1868.45	c      1868         543387       21388        20                -           0.0000          -
37079.15/1873.50	c      1874        9770853          36        20                -           0.0000          -
37178.10/1878.55	c      1879        9795996          45        20                -           0.0000          -
37277.29/1883.57	c      1884        9433014          41        20                -           0.0000          -
37378.40/1888.62	c      1889        9459481          38        20                -           0.0000          -
37477.45/1893.66	c      1894        9483823          38        20                -           0.0000          -
37578.35/1898.73	c      1899        9507444          44        20                -           0.0000          -
37677.29/1903.78	c      1904        9531354          32        20                -           0.0000          -
37778.40/1908.83	c      1909        9556551          32        20                -           0.0000          -
37877.48/1913.84	c      1914        9583021          36        20                -           0.0000          -
37978.40/1918.92	c      1919        9607953          33        20                -           0.0000          -
38077.14/1923.94	c      1924        9632882          36        20                -           0.0000          -
38178.44/1929.05	c      1929        9656922          33        20                -           0.0000          -
38277.68/1934.10	c      1934       10087605          48        20                -           0.0000          -
38378.12/1939.15	c      1939       10114219          42        20                -           0.0000          -
38478.64/1944.20	c      1944       10140322          34        20                -           0.0000          -
38577.76/1949.25	c      1949       10165729          35        20                -           0.0000          -
38678.78/1954.30	c      1954       10192726          43        20                -           0.0000          -
38777.69/1959.33	c      1959        9796804          29        20                -           0.0000          -
38878.60/1964.40	c      1964       10244967          39        20                -           0.0000          -
38977.74/1969.45	c      1969       10270482          39        20                -           0.0000          -
39078.81/1974.50	c      1975       10295662          35        20                -           0.0000          -
39178.01/1979.55	c      1980       10321896          40        20                -           0.0000          -
39279.06/1984.60	c      1985       10347078          43        20                -           0.0000          -
39377.82/1989.65	c      1990       10373597          40        20                -           0.0000          -
39476.89/1994.70	c      1995       10399603          39        20                -           0.0000          -
39577.77/1999.75	c      2000       10425986          49        20                -           0.0000          -
39678.65/2004.80	c      2005       10452286          35        20                -           0.0000          -
39777.58/2009.85	c      2010       10478077          48        20                -           0.0000          -
39878.67/2014.90	c      2015       10504773          47        20                -           0.0000          -
39977.71/2019.95	c      2020       10528869          40        20                -           0.0000          -
40076.70/2025.00	c      2025       10554944          34        20                -           0.0000          -
40178.21/2030.05	c      2030       10579966          41        20                -           0.0000          -
40277.31/2035.10	c      2035       10605871          38        20                -           0.0000          -
40378.43/2040.15	c      2040       10631381          40        20                -           0.0000          -
40478.41/2045.20	c      2045       10656005          41        20                -           0.0000          -
40577.49/2050.25	c      2050       10680037          41        20                -           0.0000          -
40676.58/2055.26	c      2055       10272870          35        20                -           0.0000          -
40777.73/2060.31	c      2060       10301196          37        20                -           0.0000          -
40878.83/2065.40	c      2065         590649       23111        20                -           0.0000          -
40978.00/2070.45	c      2070         591711       23123        20                -           0.0000          -
41079.12/2075.50	c      2076       10809337          35        20                -           0.0000          -
41178.27/2080.55	c      2081       10834862          39        20                -           0.0000          -
41277.35/2085.57	c      2086       10428303          36        20                -           0.0000          -
41378.49/2090.61	c      2091       10454317          34        20                -           0.0000          -
41477.62/2095.67	c      2096       10479723          37        20                -           0.0000          -
41578.62/2100.74	c      2101       10505590          37        20                -           0.0000          -
41679.60/2105.80	c      2106         633673       14165        20                -           0.0000          -
41778.71/2110.85	c      2111         634830       14160        20                -           0.0000          -
41877.83/2115.86	c      2116       10581338          35        20                -           0.0000          -
41978.97/2120.95	c      2121         636821       14194        20                -           0.0000          -
42078.11/2126.00	c      2126       11062893          35        20                -           0.0000          -
42179.70/2131.05	c      2131       11087171          37        20                -           0.0000          -
42278.85/2136.10	c      2136       11111830          35        20                -           0.0000          -
42380.08/2141.15	c      2141       11136651          40        20                -           0.0000          -
42479.16/2146.16	c      2146       10736630          39        20                -           0.0000          -
42579.23/2151.22	c      2151       10761319          38        20                -           0.0000          -
42678.25/2156.27	c      2156       10785681          37        20                -           0.0000          -
42779.29/2161.33	c      2161       10809062          42        20                -           0.0000          -
42878.37/2166.38	c      2166       10834122          36        20                -           0.0000          -
42979.50/2171.42	c      2171       10858937          37        20                -           0.0000          -
43078.52/2176.49	c      2176       10884050          36        20                -           0.0000          -
43179.67/2181.54	c      2182       10907017          33        20                -           0.0000          -
43278.77/2186.55	c      2187       10932999          36        20                -           0.0000          -
43377.84/2191.58	c      2192       10957862          46        20                -           0.0000          -
43478.56/2196.60	c      2197       10983317          34        20                -           0.0000          -
43577.48/2201.66	c      2202       11011278          39        20                -           0.0000          -
43678.36/2206.71	c      2207       11038967          44        20                -           0.0000          -
43777.44/2211.79	c      2212       11064475          33        20                -           0.0000          -
43878.45/2216.83	c      2217       11091093          35        20                -           0.0000          -
43977.33/2221.88	c      2222       11118905          45        20                -           0.0000          -
44078.20/2226.93	c      2227       11146164          39        20                -           0.0000          -
44177.20/2231.98	c      2232       11171647          34        20                -           0.0000          -
44278.71/2237.04	c      2237       11197155          32        20                -           0.0000          -
44377.76/2242.09	c      2242       11220412          34        20                -           0.0000          -
44478.48/2247.14	c      2247       11245715          33        20                -           0.0000          -
44577.72/2252.19	c      2252       11269418          38        20                -           0.0000          -
44678.07/2257.24	c      2257       11296253          42        20                -           0.0000          -
44777.22/2262.25	c      2262       11322194          35        20                -           0.0000          -
44876.36/2267.27	c      2267       11344880          45        20                -           0.0000          -
44975.51/2272.28	c      2272       11369624          36        20                -           0.0000          -
45076.83/2277.33	c      2277       11393550          36        20                -           0.0000          -
45177.77/2282.41	c      2282       11417976          41        20                -           0.0000          -
45276.92/2287.47	c      2287       11442304          41        20                -           0.0000          -
45376.06/2292.50	c      2292       11466804          31        20                -           0.0000          -
45476.96/2297.58	c      2298       11490987          30        20                -           0.0000          -
45577.78/2302.61	c      2303         650506       24910        20                -           0.0000          -
45676.54/2307.65	c      2308         651773       24948        20                -           0.0000          -
45775.53/2312.67	c      2313         652687       24949        20                -           0.0000          -
45878.66/2317.83	c      2318         653619       25050        20                -           0.0000          -
45977.73/2322.89	c      2323       11618654          38        20                -           0.0000          -
46078.83/2327.95	c      2328       11644450          33        20                -           0.0000          -
46178.01/2333.01	c      2333       11668990          33        20                -           0.0000          -
46279.89/2338.06	c      2338       11693631          35        20                -           0.0000          -
46378.96/2343.11	c      2343       11717624          33        20                -           0.0000          -
46480.18/2348.16	c      2348       11742004          30        20                -           0.0000          -
46580.64/2353.25	c      2353       12242206          45        20                -           0.0000          -
46681.80/2358.30	c      2358       12267241          43        20                -           0.0000          -
46780.98/2363.35	c      2363       12291223          43        20                -           0.0000          -
46882.09/2368.40	c      2368       12315323          40        20                -           0.0000          -
46981.15/2373.45	c      2373       12339529          35        20                -           0.0000          -
47082.09/2378.50	c      2379       12364098          37        20                -           0.0000          -
47181.02/2383.54	c      2384       11914625          37        20                -           0.0000          -
47282.16/2388.60	c      2389       12412391          42        20                -           0.0000          -
47381.39/2393.65	c      2394       12435939          40        20                -           0.0000          -
47480.30/2398.68	c      2399       11987074          42        20                -           0.0000          -
47581.44/2403.73	c      2404       12010036          33        20                -           0.0000          -
47680.61/2408.76	c      2409       12032634          36        20                -           0.0000          -
47781.74/2413.80	c      2414       12057503          34        20                -           0.0000          -
47880.72/2418.86	c      2419       12081048          39        20                -           0.0000          -
47981.57/2423.91	c      2424       12104499          36        20                -           0.0000          -
48080.74/2428.96	c      2429       12126411          31        20                -           0.0000          -
48179.74/2434.01	c      2434       12147778          32        20                -           0.0000          -
48278.91/2439.03	c      2439       12169971          36        20                -           0.0000          -
48380.69/2444.10	c      2444       12194518          41        20                -           0.0000          -
48481.73/2449.17	c      2449       12218074          33        20                -           0.0000          -
48581.85/2454.22	c      2454       12242387          37        20                -           0.0000          -
48680.89/2459.28	c      2459       12266547          28        20                -           0.0000          -
48781.88/2464.32	c      2464       12289787          30        20                -           0.0000          -
48881.07/2469.38	c      2469       12316220          39        20                -           0.0000          -
48982.19/2474.43	c      2474       12341411          29        20                -           0.0000          -
49081.39/2479.44	c      2479       12371944          39        20                -           0.0000          -
49180.51/2484.47	c      2484       12400993          47        20                -           0.0000          -
49279.64/2489.49	c      2489         691436       26037        20                -           0.0000          -
49380.77/2494.54	c      2495       12457582          39        20                -           0.0000          -
49481.94/2499.61	c      2500       12483281          39        20                -           0.0000          -
49580.98/2504.66	c      2505       12511566          39        20                -           0.0000          -
49682.16/2509.74	c      2510       12539384          39        20                -           0.0000          -
49782.98/2514.82	c      2515       12565802          39        20                -           0.0000          -
49882.05/2519.86	c      2520       12591476          41        20                -           0.0000          -
49983.01/2524.93	c      2525       12618464          39        20                -           0.0000          -
50082.18/2530.01	c      2530       13115327          41        20                -           0.0000          -
50183.69/2535.06	c      2535       13140782          36        20                -           0.0000          -
50282.54/2540.11	c      2540       13167342          44        20                -           0.0000          -
50383.89/2545.16	c      2545       13193921          38        20                -           0.0000          -
50484.22/2550.21	c      2550       13220686          44        20                -           0.0000          -
50583.26/2555.26	c      2555       13246706          38        20                -           0.0000          -
50684.42/2560.31	c      2560       12808600          33        20                -           0.0000          -
50783.28/2565.36	c      2565       13298740          44        20                -           0.0000          -
50884.28/2570.41	c      2570       13327138          41        20                -           0.0000          -
50983.35/2575.46	c      2575       13353915          37        20                -           0.0000          -
51082.56/2580.48	c      2580       12914359          44        20                -           0.0000          -
51183.75/2585.53	c      2586       12939702          47        20                -           0.0000          -
51282.94/2590.54	c      2591         710846       26596        20                -           0.0000          -
51382.13/2595.56	c      2596         712268       26648        20                -           0.0000          -
51483.01/2600.60	c      2601         762447       14841        20                -           0.0000          -
51581.95/2605.68	c      2606       13041378          43        20                -           0.0000          -
51682.91/2610.75	c      2611       13065988          39        20                -           0.0000          -
51784.09/2615.82	c      2616       13091577          49        20                -           0.0000          -
51883.28/2620.87	c      2621       13117719          49        20                -           0.0000          -
51984.10/2625.93	c      2626       13144845          41        20                -           0.0000          -
52083.10/2630.98	c      2631       13171496          44        20                -           0.0000          -
52181.89/2636.03	c      2636         771095       14930        20                -           0.0000          -
52283.47/2641.11	c      2641         772270       14969        20                -           0.0000          -
52384.23/2646.16	c      2646         773378       14955        20                -           0.0000          -
52484.66/2651.21	c      2651         774633       14986        20                -           0.0000          -
52583.70/2656.26	c      2656         775776       14982        20                -           0.0000          -
52684.64/2661.31	c      2661         776843       14986        20                -           0.0000          -
52783.59/2666.36	c      2666         777909       14975        20                -           0.0000          -
52884.44/2671.41	c      2671         779192       14973        20                -           0.0000          -
52983.52/2676.46	c      2676         780422       14965        20                -           0.0000          -
53084.31/2681.51	c      2682         781452       14971        20                -           0.0000          -
53183.48/2686.53	c      2687       13443743          40        20                -           0.0000          -
53282.40/2691.55	c      2692       13470211          41        20                -           0.0000          -
53381.48/2696.59	c      2697       13495739          36        20                -           0.0000          -
53482.36/2701.61	c      2702       13521291          40        20                -           0.0000          -
53581.22/2706.65	c      2707       13545308          42        20                -           0.0000          -
53682.34/2711.70	c      2712       13569888          48        20                -           0.0000          -
53781.47/2716.75	c      2717       13595688          35        20                -           0.0000          -
53880.64/2721.78	c      2722       13620400          40        20                -           0.0000          -
53981.81/2726.81	c      2727       13645129          49        20                -           0.0000          -
54080.94/2731.89	c      2732       13667922          38        20                -           0.0000          -
54181.86/2736.91	c      2737         741974       27376        20                -           0.0000          -
54280.76/2741.97	c      2742         742852       27387        20                -           0.0000          -
54379.81/2747.03	c      2747         744136       27411        20                -           0.0000          -
54481.54/2752.06	c      2752       13766563          42        20                -           0.0000          -
54582.43/2757.13	c      2757       13792787          46        20                -           0.0000          -
54682.82/2762.20	c      2762       13818019          38        20                -           0.0000          -
54781.91/2767.25	c      2767       13843282          40        20                -           0.0000          -
54882.66/2772.32	c      2772       13868170          34        20                -           0.0000          -
54981.62/2777.37	c      2777       13894219          41        20                -           0.0000          -
55082.60/2782.43	c      2782       13919558          37        20                -           0.0000          -
55183.34/2787.50	c      2788       13944731          40        20                -           0.0000          -
55284.28/2792.62	c      2793       14453099          38        20                -           0.0000          -
55383.12/2797.67	c      2798       14477156          37        20                -           0.0000          -
55482.23/2802.69	c      2803       14020139          33        20                -           0.0000          -
55583.38/2807.75	c      2808       14047017          40        20                -           0.0000          -
55684.57/2812.82	c      2813       14546843          41        20                -           0.0000          -
55783.76/2817.87	c      2818       14571414          38        20                -           0.0000          -
55884.96/2822.92	c      2823       14595390          38        20                -           0.0000          -
55984.16/2827.97	c      2828       14618918          44        20                -           0.0000          -
56083.35/2833.02	c      2833       14642787          34        20                -           0.0000          -
56185.13/2838.04	c      2838       14206820          37        20                -           0.0000          -
56284.31/2843.06	c      2843       14233167          47        20                -           0.0000          -
56383.53/2848.13	c      2848       14258767          37        20                -           0.0000          -
56486.06/2853.20	c      2853       14283590          35        20                -           0.0000          -
56585.20/2858.27	c      2858       14764488          34        20                -           0.0000          -
56686.35/2863.32	c      2863       14787751          33        20                -           0.0000          -
56785.53/2868.37	c      2868       14808349          28        20                -           0.0000          -
56886.73/2873.42	c      2873       14836287          39        20                -           0.0000          -
56985.88/2878.46	c      2878       14413866          45        20                -           0.0000          -
57085.10/2883.50	c      2884       14442927          43        20                -           0.0000          -
57186.30/2888.57	c      2889       14916629          39        20                -           0.0000          -
57287.51/2893.62	c      2894       14941624          43        20                -           0.0000          -
57386.76/2898.65	c      2899       14529572          41        20                -           0.0000          -
57488.01/2903.70	c      2904       14558959          34        20                -           0.0000          -
57587.26/2908.77	c      2909         779020       28403        20                -           0.0000          -
57686.53/2913.80	c      2914       14616715          43        20                -           0.0000          -
57787.79/2918.80	c      2919       14647465          37        20                -           0.0000          -
57887.05/2923.85	c      2924       14676267          45        20                -           0.0000          -
57988.29/2928.90	c      2929       14705596          45        20                -           0.0000          -
58087.54/2933.91	c      2934       14734248          43        20                -           0.0000          -
58186.79/2938.95	c      2939       14762852          44        20                -           0.0000          -
58285.99/2944.01	c      2944       14790867          45        20                -           0.0000          -
58387.75/2949.05	c      2949       14818904          43        20                -           0.0000          -
58486.99/2954.12	c      2954       14847312          41        20                -           0.0000          -
58588.35/2959.17	c      2959       14875978          40        20                -           0.0000          -
58688.74/2964.23	c      2964       14907522          47        20                -           0.0000          -
58787.90/2969.28	c      2969       14935631          40        20                -           0.0000          -
58889.05/2974.33	c      2974       14963115          41        20                -           0.0000          -
58987.91/2979.37	c      2979         850368       16172        20                -           0.0000          -
59088.53/2984.43	c      2984         851626       16225        20                -           0.0000          -
59187.37/2989.49	c      2989         852840       16314        20                -           0.0000          -
59288.29/2994.51	c      2995         854069       16339        20                -           0.0000          -
59387.41/2999.53	c      3000         855252       16362        20                -           0.0000          -
59488.42/3004.60	c      3005         856423       16388        20                -           0.0000          -
59589.41/3009.70	c      3010         857727       16411        20                -           0.0000          -
59688.57/3014.74	c      3015         859073       16443        20                -           0.0000          -
59787.41/3019.79	c      3020         860400       16444        20                -           0.0000          -
59888.20/3024.85	c      3025       15243652          36        20                -           0.0000          -
59989.28/3029.90	c      3030       15270226          34        20                -           0.0000          -
60088.19/3034.95	c      3035       15296666          32        20                -           0.0000          -
60187.11/3040.00	c      3040       15321905          45        20                -           0.0000          -
60288.66/3045.06	c      3045         866604       16567        20                -           0.0000          -
60387.72/3050.08	c      3050         867959       16582        20                -           0.0000          -
60486.76/3055.13	c      3055         808790       29084        20                -           0.0000          -
60587.39/3060.18	c      3060         809936       29121        20                -           0.0000          -
60687.90/3065.26	c      3065         810898       29122        20                -           0.0000          -
60788.93/3070.31	c      3070         811736       29147        20                -           0.0000          -
60887.96/3075.38	c      3075         873881       16728        20                -           0.0000          -
60988.94/3080.45	c      3080       15545375          41        20                -           0.0000          -
61089.90/3085.51	c      3086       15574805          36        20                -           0.0000          -
61188.84/3090.56	c      3091       15606101          43        20                -           0.0000          -
61289.69/3095.62	c      3096       15635490          35        20                -           0.0000          -
61388.85/3100.66	c      3101       15662680          37        20                -           0.0000          -
61489.97/3105.71	c      3106       15688301          35        20                -           0.0000          -
61589.01/3110.76	c      3111       15713734          37        20                -           0.0000          -
61690.15/3115.81	c      3116       15739528          39        20                -           0.0000          -
61789.33/3120.86	c      3121       15764462          44        20                -           0.0000          -
61890.38/3125.92	c      3126         885831       16895        20                -           0.0000          -
61989.49/3130.97	c      3131         886967       16983        20                -           0.0000          -
62091.00/3136.02	c      3136         888316       16969        20                -           0.0000          -
62190.38/3141.07	c      3141         889504       16977        20                -           0.0000          -
62289.56/3146.12	c      3146         890808       17003        20                -           0.0000          -
62390.69/3151.17	c      3151         892030       16993        20                -           0.0000          -
62491.10/3156.22	c      3156         893329       16992        20                -           0.0000          -
62589.79/3161.27	c      3161         894540       16995        20                -           0.0000          -
62690.70/3166.30	c      3166       15997870          37        20                -           0.0000          -
62789.77/3171.32	c      3171       16022495          36        20                -           0.0000          -
62890.95/3176.41	c      3176       16050650          39        20                -           0.0000          -
62990.07/3181.47	c      3181       16386937          28        20                -           0.0000          -
63091.17/3186.52	c      3187       16412419          37        20                -           0.0000          -
63190.35/3191.57	c      3192       16437955          38        20                -           0.0000          -
63291.51/3196.62	c      3197       16462098          44        20                -           0.0000          -
63390.67/3201.66	c      3202       16178892          39        20                -           0.0000          -
63491.80/3206.72	c      3207       16510663          36        20                -           0.0000          -
63590.91/3211.77	c      3212       16534223          39        20                -           0.0000          -
63692.04/3216.82	c      3217       16558141          34        20                -           0.0000          -
63791.20/3221.87	c      3222       16279772          38        20                -           0.0000          -
63892.33/3226.92	c      3227       16609888          36        20                -           0.0000          -
63991.50/3231.97	c      3232       16634231          39        20                -           0.0000          -
64090.61/3237.02	c      3237       16658828          34        20                -           0.0000          -
64192.27/3242.07	c      3242       16683291          36        20                -           0.0000          -
64291.57/3247.08	c      3247       16408679          29        20                -           0.0000          -
64390.99/3252.13	c      3252         850845       30102        20                -           0.0000          -
64492.15/3257.20	c      3257       16462810          36        20                -           0.0000          -
64592.43/3262.25	c      3262       16489114          44        20                -           0.0000          -
64693.49/3267.32	c      3267         854026       30145        20                -           0.0000          -
64792.62/3272.34	c      3272       16549306          43        20                -           0.0000          -
64893.54/3277.42	c      3277       16857649          31        20                -           0.0000          -
64992.66/3282.47	c      3282       16882926          39        20                -           0.0000          -
65093.75/3287.52	c      3288       16907206          32        20                -           0.0000          -
65192.89/3292.57	c      3293       16933351          50        20                -           0.0000          -
65293.97/3297.62	c      3298       16693684          34        20                -           0.0000          -
65393.11/3302.67	c      3303       16986242          46        20                -           0.0000          -
65492.26/3307.69	c      3308       16748748          38        20                -           0.0000          -
65593.34/3312.77	c      3313       17042431          46        20                -           0.0000          -
65694.28/3317.82	c      3318       17070388          42        20                -           0.0000          -
65793.45/3322.87	c      3323       17097984          44        20                -           0.0000          -
65894.60/3327.92	c      3328       17125440          44        20                -           0.0000          -
65993.80/3332.97	c      3333       17152546          43        20                -           0.0000          -
66092.97/3338.02	c      3338       17180499          42        20                -           0.0000          -
66194.86/3343.06	c      3343       16939426          36        20                -           0.0000          -
66293.95/3348.07	c      3348         865782       30634        20                -           0.0000          -
66392.91/3353.08	c      3353         866623       30681        20                -           0.0000          -
66493.97/3358.19	c      3358       17022731          39        20                -           0.0000          -
66594.07/3363.26	c      3363       17051277          35        20                -           0.0000          -
66695.17/3368.32	c      3368       17352819          41        20                -           0.0000          -
66794.33/3373.37	c      3373       17378868          37        20                -           0.0000          -
66895.46/3378.42	c      3378       17404868          41        20                -           0.0000          -
66994.42/3383.47	c      3383       17432184          43        20                -           0.0000          -
67095.51/3388.52	c      3389       17461728          41        20                -           0.0000          -
67194.52/3393.57	c      3394       17489926          41        20                -           0.0000          -
67295.45/3398.62	c      3399       17516426          40        20                -           0.0000          -
67394.55/3403.67	c      3404       17542748          37        20                -           0.0000          -
67495.62/3408.72	c      3409       17567774          31        20                -           0.0000          -
67594.63/3413.77	c      3414       17595979          42        20                -           0.0000          -
67693.14/3418.79	c      3419       17354365          32        20                -           0.0000          -
67794.16/3423.81	c      3424       17380860          34        20                -           0.0000          -
67893.17/3428.88	c      3429       17407847          34        20                -           0.0000          -
67994.29/3433.94	c      3434       17434470          34        20                -           0.0000          -
68093.45/3439.01	c      3439       17462316          35        20                -           0.0000          -
68195.02/3444.06	c      3444       17490859          37        20                -           0.0000          -
68294.55/3449.12	c      3449       17792528          43        20                -           0.0000          -
68395.64/3454.17	c      3454       17821893          44        20                -           0.0000          -
68496.09/3459.22	c      3459       17849226          41        20                -           0.0000          -
68595.16/3464.27	c      3464       17875147          39        20                -           0.0000          -
68696.47/3469.32	c      3469       17901763          39        20                -           0.0000          -
68795.52/3474.33	c      3474       17657169          30        20                -           0.0000          -
68894.71/3479.38	c      3479       17684250          32        20                -           0.0000          -
68995.95/3484.41	c      3484       17712541          37        20                -           0.0000          -
69094.72/3489.44	c      3489         889994       31305        20                -           0.0000          -
69193.84/3494.49	c      3494       17766785          32        20                -           0.0000          -
69295.00/3499.52	c      3500       17792254          33        20                -           0.0000          -
69396.10/3504.61	c      3505       17817916          42        20                -           0.0000          -
69495.21/3509.68	c      3510       17845305          43        20                -           0.0000          -
69596.15/3514.73	c      3515       17872254          45        20                -           0.0000          -
69695.24/3519.78	c      3520       17898003          43        20                -           0.0000          -
69795.98/3524.84	c      3525       17923872          44        20                -           0.0000          -
69894.97/3529.89	c      3530       17949362          44        20                -           0.0000          -
69996.11/3534.92	c      3535       17973721          32        20                -           0.0000          -
70095.38/3540.01	c      3540       17998322          34        20                -           0.0000          -
70197.17/3545.06	c      3545       18023544          36        20                -           0.0000          -
70296.39/3550.11	c      3550       18049083          43        20                -           0.0000          -
70397.42/3555.16	c      3555       18073982          36        20                -           0.0000          -
70497.96/3560.22	c      3560       18098394          41        20                -           0.0000          -
70597.09/3565.28	c      3565       18415781          47        20                -           0.0000          -
70698.20/3570.30	c      3570       18151992          35        20                -           0.0000          -
70797.34/3575.36	c      3575       18177449          33        20                -           0.0000          -
70896.45/3580.40	c      3580       18202041          30        20                -           0.0000          -
70997.56/3585.41	c      3585       18226682          38        20                -           0.0000          -
71098.61/3590.51	c      3591       18250666          33        20                -           0.0000          -
71197.73/3595.54	c      3596       18274513          32        20                -           0.0000          -
71298.85/3600.62	c      3601       18302376          36        20                -           0.0000          -
71397.92/3605.66	c      3606       18328794          43        20                -           0.0000          -
71499.04/3610.73	c      3611       18656746          45        20                -           0.0000          -
71598.16/3615.78	c      3616       18683742          37        20                -           0.0000          -
71699.28/3620.83	c      3621       18711223          43        20                -           0.0000          -
71798.41/3625.84	c      3626       18425306          33        20                -           0.0000          -
71899.53/3630.93	c      3631       18766161          39        20                -           0.0000          -
71998.66/3635.98	c      3636       18791897          47        20                -           0.0000          -

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191633 MiB (179123 MiB free)
  memory of node 1: 193531 MiB (191803 MiB free)
  memory of node 2: 193531 MiB (190185 MiB free)
  memory of node 3: 193531 MiB (188005 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-4465666-1722513237/watcher-4465666-1722513237 -o /tmp/evaluation-result-4465666-1722513237/solver-4465666-1722513237 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722508775-103617 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465666-1722513237.opb -qsol -t 72000 -sth 20 

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

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

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


[startup+0.100232 s]*
/proc/loadavg: 78.82 74.78 75.36 78/1027 109969
/proc/meminfo: memFree=766990920/790760800 swapFree=131071996/131071996
[pid=109928] ppid=109925 vsize=1671980 memory=147484 CPUtime=0.47 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/stat : 109928 (fscip) S 109925 109928 103606 0 -1 1077936128 33415 0 0 0 30 17 0 0 20 0 41 0 17910443 1712107520 36871 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
/proc/109928/statm: 417995 36871 2918 3035 0 122610 0
[pid=109928/tid=109930] ppid=109925 vsize=1671980 memory=8390339637985935414 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109930/stat : 109930 (fscip) R 109925 109928 103606 0 -1 4194368 2371 0 0 0 1 1 0 0 20 0 41 0 17910446 1712107520 36871 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109931] ppid=109925 vsize=1671980 memory=74236 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109931/stat : 109931 (fscip) D 109925 109928 103606 0 -1 4194368 1482 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 36871 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109932] ppid=109925 vsize=1671980 memory=55216921903569 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109932/stat : 109932 (fscip) D 109925 109928 103606 0 -1 4194368 1473 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 36871 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109933] ppid=109925 vsize=1671980 memory=52983572464199 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109933/stat : 109933 (fscip) R 109925 109928 103606 0 -1 4194368 1486 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 36871 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109934] ppid=109925 vsize=1671980 memory=57385930719929 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109934/stat : 109934 (fscip) R 109925 109928 103606 0 -1 1077936192 1490 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109935] ppid=109925 vsize=1671980 memory=57394570986490 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109935/stat : 109935 (fscip) R 109925 109928 103606 0 -1 4194368 1413 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109936] ppid=109925 vsize=1671980 memory=13846365499295193 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109936/stat : 109936 (fscip) D 109925 109928 103606 0 -1 4194368 1443 0 0 0 1 1 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109937] ppid=109925 vsize=1671980 memory=14696305184213892 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109937/stat : 109937 (fscip) R 109925 109928 103606 0 -1 4194368 1489 0 0 0 1 1 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109938] ppid=109925 vsize=1671980 memory=3904958634098244432 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109938/stat : 109938 (fscip) R 109925 109928 103606 0 -1 4194368 1483 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109939] ppid=109925 vsize=1671980 memory=4122544288536308243 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109939/stat : 109939 (fscip) R 109925 109928 103606 0 -1 4194368 1644 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109940] ppid=109925 vsize=1671980 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109940/stat : 109940 (fscip) D 109925 109928 103606 0 -1 4194368 1460 0 0 0 1 1 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109941] ppid=109925 vsize=1671980 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109941/stat : 109941 (fscip) D 109925 109928 103606 0 -1 4194368 1477 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109942] ppid=109925 vsize=1671980 memory=0 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109942/stat : 109942 (fscip) R 109925 109928 103606 0 -1 4194368 1431 0 0 0 1 1 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109943] ppid=109925 vsize=1671980 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109943/stat : 109943 (fscip) R 109925 109928 103606 0 -1 4194368 1489 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109944] ppid=109925 vsize=1671980 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109944/stat : 109944 (fscip) D 109925 109928 103606 0 -1 4194368 1475 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109945] ppid=109925 vsize=1671980 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109945/stat : 109945 (fscip) R 109925 109928 103606 0 -1 1077936192 1489 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109946] ppid=109925 vsize=1671980 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109946/stat : 109946 (fscip) R 109925 109928 103606 0 -1 4194368 1489 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109947] ppid=109925 vsize=1671980 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109947/stat : 109947 (fscip) D 109925 109928 103606 0 -1 4194368 1437 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109948] ppid=109925 vsize=1671980 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109948/stat : 109948 (fscip) R 109925 109928 103606 0 -1 4194368 1489 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109949] ppid=109925 vsize=1671980 memory=0 CPUtime=0.01 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109949/stat : 109949 (fscip) R 109925 109928 103606 0 -1 1077936192 1431 0 0 0 1 0 0 0 20 0 41 0 17910446 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109950] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109950/stat : 109950 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910451 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109951] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109951/stat : 109951 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910451 1712107520 37003 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109952] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109952/stat : 109952 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37069 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109953] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109953/stat : 109953 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37069 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109954] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109954/stat : 109954 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37069 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109955] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109955/stat : 109955 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37069 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109956] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109956/stat : 109956 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37069 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109957] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109957/stat : 109957 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37069 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109958] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109958/stat : 109958 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37069 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109959] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109959/stat : 109959 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37069 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109960] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109960/stat : 109960 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37135 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109961] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109961/stat : 109961 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37135 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109962] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109962/stat : 109962 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37135 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109963] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109963/stat : 109963 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37135 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109964] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109964/stat : 109964 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37135 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109965] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109965/stat : 109965 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37135 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109966] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109966/stat : 109966 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37135 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109967] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109967/stat : 109967 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37135 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109968] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109968/stat : 109968 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37135 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109969] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109969/stat : 109969 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 37135 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 1671980 KiB
Current children cumulated memory: 147484 KiB

[startup+0.224908 s]*
/proc/loadavg: 78.82 74.78 75.36 81/1027 109969
/proc/meminfo: memFree=766869560/790760800 swapFree=131071996/131071996
[pid=109928] ppid=109925 vsize=1671980 memory=274912 CPUtime=2.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/stat : 109928 (fscip) S 109925 109928 103606 0 -1 1077936128 65240 0 0 0 245 39 0 0 20 0 41 0 17910443 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 17 21 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
/proc/109928/statm: 417995 68728 2966 3035 0 160610 0
[pid=109928/tid=109930] ppid=109925 vsize=1671980 memory=8318255677412212789 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109930/stat : 109930 (fscip) R 109925 109928 103606 0 -1 4194368 3666 0 0 0 14 1 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109931] ppid=109925 vsize=1671980 memory=207064662359 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109931/stat : 109931 (fscip) R 109925 109928 103606 0 -1 4194368 3437 0 0 0 11 2 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109932] ppid=109925 vsize=1671980 memory=61809696776636 CPUtime=0.11 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109932/stat : 109932 (fscip) R 109925 109928 103606 0 -1 4194368 2501 0 0 0 10 1 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109933] ppid=109925 vsize=1671980 memory=59619280233126 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109933/stat : 109933 (fscip) R 109925 109928 103606 0 -1 4194368 2652 0 0 0 12 1 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109934] ppid=109925 vsize=1671980 memory=52987884282762 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109934/stat : 109934 (fscip) R 109925 109928 103606 0 -1 4194368 3448 0 0 0 12 1 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109935] ppid=109925 vsize=1671980 memory=57403144221984 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109935/stat : 109935 (fscip) R 109925 109928 103606 0 -1 4194368 2500 0 0 0 12 1 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109936] ppid=109925 vsize=1671980 memory=15534115847972024 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109936/stat : 109936 (fscip) R 109925 109928 103606 0 -1 4194368 3185 0 0 0 11 2 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109937] ppid=109925 vsize=1671980 memory=15538531091107931 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109937/stat : 109937 (fscip) R 109925 109928 103606 0 -1 4194368 3362 0 0 0 11 2 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109938] ppid=109925 vsize=1671980 memory=3832898879674988181 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109938/stat : 109938 (fscip) R 109925 109928 103606 0 -1 4194368 2505 0 0 0 12 1 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109939] ppid=109925 vsize=1671980 memory=4122544288536308154 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109939/stat : 109939 (fscip) R 109925 109928 103606 0 -1 4194368 3489 0 0 0 12 1 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109940] ppid=109925 vsize=1671980 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109940/stat : 109940 (fscip) R 109925 109928 103606 0 -1 4194368 3364 0 0 0 11 2 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109941] ppid=109925 vsize=1671980 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109941/stat : 109941 (fscip) R 109925 109928 103606 0 -1 4194368 2357 0 0 0 13 1 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109942] ppid=109925 vsize=1671980 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109942/stat : 109942 (fscip) R 109925 109928 103606 0 -1 4194368 3570 0 0 0 11 2 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109943] ppid=109925 vsize=1671980 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109943/stat : 109943 (fscip) R 109925 109928 103606 0 -1 4194368 3850 0 0 0 11 2 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109944] ppid=109925 vsize=1671980 memory=0 CPUtime=0.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109944/stat : 109944 (fscip) R 109925 109928 103606 0 -1 4194368 2504 0 0 0 14 1 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109945] ppid=109925 vsize=1671980 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109945/stat : 109945 (fscip) R 109925 109928 103606 0 -1 4194368 3705 0 0 0 12 2 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109946] ppid=109925 vsize=1671980 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109946/stat : 109946 (fscip) R 109925 109928 103606 0 -1 4194368 3116 0 0 0 12 2 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109947] ppid=109925 vsize=1671980 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109947/stat : 109947 (fscip) R 109925 109928 103606 0 -1 4194368 2356 0 0 0 12 1 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109948] ppid=109925 vsize=1671980 memory=0 CPUtime=0.13 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109948/stat : 109948 (fscip) R 109925 109928 103606 0 -1 4194368 3205 0 0 0 11 2 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109949] ppid=109925 vsize=1671980 memory=0 CPUtime=0.14 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109949/stat : 109949 (fscip) R 109925 109928 103606 0 -1 4194368 3419 0 0 0 12 2 0 0 20 0 41 0 17910446 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109950] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109950/stat : 109950 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910451 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109951] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109951/stat : 109951 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910451 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109952] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109952/stat : 109952 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109953] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109953/stat : 109953 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109954] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109954/stat : 109954 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109955] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109955/stat : 109955 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 33 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109956] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109956/stat : 109956 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109957] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109957/stat : 109957 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109958] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109958/stat : 109958 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109959] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109959/stat : 109959 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109960] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109960/stat : 109960 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109961] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109961/stat : 109961 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109962] ppid=109925 vsize=1671980 memory=0 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109962/stat : 109962 (fscip) S 109925 109928 103606 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 17910452 1712107520 68728 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0

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

/proc/109928/task/109949/stat : 109949 (fscip) R 109925 109928 103606 0 -1 4194368 2051706 0 0 0 354192 644 0 0 20 0 41 0 17910446 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109950] ppid=109925 vsize=5618720 memory=6720665437250075241 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109950/stat : 109950 (fscip) S 109925 109928 103606 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 17910451 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109951] ppid=109925 vsize=5618720 memory=10392 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109951/stat : 109951 (fscip) S 109925 109928 103606 0 -1 1077936192 72 0 0 0 3 0 0 0 20 0 41 0 17910451 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109952] ppid=109925 vsize=5618720 memory=5432 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109952/stat : 109952 (fscip) S 109925 109928 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109953] ppid=109925 vsize=5618720 memory=11822120823029796 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109953/stat : 109953 (fscip) S 109925 109928 103606 0 -1 1077936192 119 0 0 0 2 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109954] ppid=109925 vsize=5618720 memory=4425156535356189800 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109954/stat : 109954 (fscip) S 109925 109928 103606 0 -1 1077936192 129 0 0 0 2 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109955] ppid=109925 vsize=5618720 memory=4286900 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109955/stat : 109955 (fscip) S 109925 109928 103606 0 -1 1077936192 116 0 0 0 0 2 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109956] ppid=109925 vsize=5618720 memory=4322052 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109956/stat : 109956 (fscip) S 109925 109928 103606 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109957] ppid=109925 vsize=5618720 memory=1996 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109957/stat : 109957 (fscip) S 109925 109928 103606 0 -1 1077936192 128 0 0 0 3 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109958] ppid=109925 vsize=5618720 memory=4327768 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109958/stat : 109958 (fscip) S 109925 109928 103606 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109959] ppid=109925 vsize=5618720 memory=11424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109959/stat : 109959 (fscip) S 109925 109928 103606 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109960] ppid=109925 vsize=5618720 memory=4329980 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109960/stat : 109960 (fscip) S 109925 109928 103606 0 -1 1077936192 117 0 0 0 3 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109961] ppid=109925 vsize=5618720 memory=4321616 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109961/stat : 109961 (fscip) S 109925 109928 103606 0 -1 1077936192 117 0 0 0 1 1 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109962] ppid=109925 vsize=5618720 memory=4324528 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109962/stat : 109962 (fscip) S 109925 109928 103606 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109963] ppid=109925 vsize=5618720 memory=11424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109963/stat : 109963 (fscip) S 109925 109928 103606 0 -1 1077936192 117 0 0 0 0 3 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109964] ppid=109925 vsize=5618720 memory=4330080 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109964/stat : 109964 (fscip) S 109925 109928 103606 0 -1 1077936192 120 0 0 0 0 3 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109965] ppid=109925 vsize=5618720 memory=4321616 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109965/stat : 109965 (fscip) S 109925 109928 103606 0 -1 1077936192 116 0 0 0 3 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109966] ppid=109925 vsize=5618720 memory=11424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109966/stat : 109966 (fscip) S 109925 109928 103606 0 -1 1077936192 117 0 0 0 0 3 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109967] ppid=109925 vsize=5618720 memory=4684 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109967/stat : 109967 (fscip) S 109925 109928 103606 0 -1 1077936192 119 0 0 0 1 2 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109968] ppid=109925 vsize=5618720 memory=20568 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109968/stat : 109968 (fscip) S 109925 109928 103606 0 -1 1077936192 116 0 0 0 0 3 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 25 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109969] ppid=109925 vsize=5618720 memory=14396 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109969/stat : 109969 (fscip) S 109925 109928 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17910452 5753569280 1082718 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
Current children cumulated CPU time: 70936.1 s
Current children cumulated vsize: 5618720 KiB
Current children cumulated memory: 4330872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636 s]*
/proc/loadavg: 65.26 74.32 77.38 62/985 112387
/proc/meminfo: memFree=737758204/790760800 swapFree=131071996/131071996
[pid=109928] ppid=109925 vsize=5644160 memory=4356168 CPUtime=72001.3 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/stat : 109928 (fscip) S 109925 109928 103606 0 -1 1077936128 26222052 0 0 0 7171268 28861 0 0 20 0 41 0 17910443 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 17 37 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
/proc/109928/statm: 1411040 1089042 3014 3035 0 1213721 0
[pid=109928/tid=109930] ppid=109925 vsize=5644160 memory=-8815628502400017084 CPUtime=3601.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109930/stat : 109930 (fscip) R 109925 109928 103606 0 -1 4194368 1353801 0 0 0 359497 693 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109931] ppid=109925 vsize=5644160 memory=-4421386483296004454 CPUtime=3599.99 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109931/stat : 109931 (fscip) R 109925 109928 103606 0 -1 4194368 1889846 0 0 0 359345 654 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109932] ppid=109925 vsize=5644160 memory=-7533522213388100735 CPUtime=3598.04 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109932/stat : 109932 (fscip) R 109925 109928 103606 0 -1 4194368 266253 0 0 0 356577 3227 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109933] ppid=109925 vsize=5644160 memory=8099007531654195787 CPUtime=3604.56 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109933/stat : 109933 (fscip) R 109925 109928 103606 0 -1 4194368 2885576 0 0 0 359766 690 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109934] ppid=109925 vsize=5644160 memory=6656426216303648864 CPUtime=3602.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109934/stat : 109934 (fscip) R 109925 109928 103606 0 -1 4194368 1542882 0 0 0 359611 614 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109935] ppid=109925 vsize=5644160 memory=280372109639936 CPUtime=3592.52 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109935/stat : 109935 (fscip) R 109925 109928 103606 0 -1 4194368 274278 0 0 0 356035 3217 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109936] ppid=109925 vsize=5644160 memory=280372109639936 CPUtime=3604.17 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109936/stat : 109936 (fscip) R 109925 109928 103606 0 -1 4194368 1466956 0 0 0 359721 696 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109937] ppid=109925 vsize=5644160 memory=280372110389408 CPUtime=3601.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109937/stat : 109937 (fscip) R 109925 109928 103606 0 -1 4194368 1845076 0 0 0 359528 662 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109938] ppid=109925 vsize=5644160 memory=5792562977236346194 CPUtime=3591.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109938/stat : 109938 (fscip) R 109925 109928 103606 0 -1 4194368 263719 0 0 0 355799 3377 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109939] ppid=109925 vsize=5644160 memory=-8918188919680697203 CPUtime=3599.15 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109939/stat : 109939 (fscip) R 109925 109928 103606 0 -1 4194368 1736184 0 0 0 359229 686 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109940] ppid=109925 vsize=5644160 memory=6944656592455097440 CPUtime=3604.6 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109940/stat : 109940 (fscip) R 109925 109928 103606 0 -1 4194368 1365358 0 0 0 359796 664 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109941] ppid=109925 vsize=5644160 memory=6083914854017033580 CPUtime=3595.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109941/stat : 109941 (fscip) R 109925 109928 103606 0 -1 4194368 272788 0 0 0 356322 3247 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109942] ppid=109925 vsize=5644160 memory=8508281356422055332 CPUtime=3605.58 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109942/stat : 109942 (fscip) R 109925 109928 103606 0 -1 4194368 1179587 0 0 0 360137 421 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109943] ppid=109925 vsize=5644160 memory=29836794214613092 CPUtime=3603.94 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109943/stat : 109943 (fscip) R 109925 109928 103606 0 -1 4194368 1611093 0 0 0 359662 732 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109944] ppid=109925 vsize=5644160 memory=0 CPUtime=3589.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109944/stat : 109944 (fscip) R 109925 109928 103606 0 -1 4194368 273876 0 0 0 355729 3249 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109945] ppid=109925 vsize=5644160 memory=-3684884188318165867 CPUtime=3604.85 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109945/stat : 109945 (fscip) R 109925 109928 103606 0 -1 4194368 2342644 0 0 0 359733 752 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109946] ppid=109925 vsize=5644160 memory=3616963597129055584 CPUtime=3601.66 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109946/stat : 109946 (fscip) R 109925 109928 103606 0 -1 4194368 1923820 0 0 0 359488 678 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109947] ppid=109925 vsize=5644160 memory=6003388881198863666 CPUtime=3595.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109947/stat : 109947 (fscip) R 109925 109928 103606 0 -1 4194368 262196 0 0 0 356159 3357 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109948] ppid=109925 vsize=5644160 memory=8514726395714956700 CPUtime=3599.57 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109948/stat : 109948 (fscip) R 109925 109928 103606 0 -1 4194368 1372756 0 0 0 359433 524 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109949] ppid=109925 vsize=5644160 memory=7810758462274626905 CPUtime=3601.71 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109949/stat : 109949 (fscip) R 109925 109928 103606 0 -1 4194368 2086772 0 0 0 359519 652 0 0 20 0 41 0 17910446 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109950] ppid=109925 vsize=5644160 memory=7810758462274626905 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109950/stat : 109950 (fscip) S 109925 109928 103606 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 17910451 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109951] ppid=109925 vsize=5644160 memory=11424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109951/stat : 109951 (fscip) S 109925 109928 103606 0 -1 1077936192 73 0 0 0 3 0 0 0 20 0 41 0 17910451 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109952] ppid=109925 vsize=5644160 memory=4355692 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109952/stat : 109952 (fscip) S 109925 109928 103606 0 -1 1077936192 120 0 0 0 3 0 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109953] ppid=109925 vsize=5644160 memory=10392 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109953/stat : 109953 (fscip) S 109925 109928 103606 0 -1 1077936192 121 0 0 0 2 0 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109954] ppid=109925 vsize=5644160 memory=0 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109954/stat : 109954 (fscip) S 109925 109928 103606 0 -1 1077936192 131 0 0 0 2 1 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109955] ppid=109925 vsize=5644160 memory=6944652177228980320 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109955/stat : 109955 (fscip) S 109925 109928 103606 0 -1 1077936192 118 0 0 0 0 2 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109956] ppid=109925 vsize=5644160 memory=6944656592455359580 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109956/stat : 109956 (fscip) S 109925 109928 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109957] ppid=109925 vsize=5644160 memory=6944656575208382560 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109957/stat : 109957 (fscip) S 109925 109928 103606 0 -1 1077936192 130 0 0 0 3 0 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109958] ppid=109925 vsize=5644160 memory=6655300316396806240 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109958/stat : 109958 (fscip) S 109925 109928 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109959] ppid=109925 vsize=5644160 memory=280372110919728 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109959/stat : 109959 (fscip) S 109925 109928 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109960] ppid=109925 vsize=5644160 memory=6943526294502006880 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109960/stat : 109960 (fscip) S 109925 109928 103606 0 -1 1077936192 119 0 0 0 3 0 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109961] ppid=109925 vsize=5644160 memory=6944656592387989600 CPUtime=0.02 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109961/stat : 109961 (fscip) S 109925 109928 103606 0 -1 1077936192 119 0 0 0 1 1 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109962] ppid=109925 vsize=5644160 memory=6943526294498851424 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109962/stat : 109962 (fscip) S 109925 109928 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109963] ppid=109925 vsize=5644160 memory=7809641316168459364 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109963/stat : 109963 (fscip) S 109925 109928 103606 0 -1 1077936192 119 0 0 0 0 3 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109964] ppid=109925 vsize=5644160 memory=2891367264458190897 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109964/stat : 109964 (fscip) S 109925 109928 103606 0 -1 1077936192 122 0 0 0 0 3 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109965] ppid=109925 vsize=5644160 memory=280372110373776 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109965/stat : 109965 (fscip) S 109925 109928 103606 0 -1 1077936192 118 0 0 0 3 0 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109966] ppid=109925 vsize=5644160 memory=9122745479247552727 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109966/stat : 109966 (fscip) S 109925 109928 103606 0 -1 1077936192 120 0 0 0 0 3 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109967] ppid=109925 vsize=5644160 memory=25333125866717268 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109967/stat : 109967 (fscip) S 109925 109928 103606 0 -1 1077936192 121 0 0 0 1 2 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109968] ppid=109925 vsize=5644160 memory=2891369454891511857 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109968/stat : 109968 (fscip) S 109925 109928 103606 0 -1 1077936192 118 0 0 0 0 3 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
[pid=109928/tid=109969] ppid=109925 vsize=5644160 memory=2891370554403139633 CPUtime=0.03 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/109928/task/109969/stat : 109969 (fscip) S 109925 109928 103606 0 -1 1077936192 122 0 0 0 3 0 0 0 20 0 41 0 17910452 5779619840 1089042 809668444160 4194304 16623229 140722695715232 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 38391808 140722695721993 140722695722111 140722695722111 140722695729136 0
Current children cumulated CPU time: 72001.3 s
Current children cumulated vsize: 5644160 KiB
Current children cumulated memory: 4356168 KiB

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

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

# cumulated CPU time of all completed processes:  user=71712.9 s, system=288.749 s

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

[startup+3636.15 s]*
/proc/loadavg: 65.26 74.32 77.38 43/946 112387
/proc/meminfo: memFree=741137956/790760800 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3636.18
CPU time (s): 72001.7
CPU user time (s): 71712.9
CPU system time (s): 288.749
CPU usage (%): 1980.15
Max. virtual memory (cumulated for all children) (KiB): 5644160
Max. memory (cumulated for all children) (KiB): 4356168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71712.9
system time used= 288.749
maximum resident set size= 4356168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26222062
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= 506030
involuntary context switches= 486467


# summary of solver processes directly reported to runsolver:
#   pid: 109928
#   total CPU time (s): 72001.7
#   total CPU user time (s): 71712.9
#   total CPU system time (s): 288.749

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.3454 second user time and 81.6163 second system time

The end

Launcher Data

Begin job on nodeD101 at 2024-08-01 13:53:57
IDJOB=4465666
IDBENCH=155408
IDSOLVER=3094
FILE ID=nodeD101/4465666-1722513237
RUNJOBID= nodeD101-1722508775-103617
SLURM_JOB_ID= 8254261
Free space on /tmp= 8622832 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820146.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-4465666-1722513237/watcher-4465666-1722513237 -o /tmp/evaluation-result-4465666-1722513237/solver-4465666-1722513237 -C 72000 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD101-1722508775-103617 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465666-1722513237.opb -qsol -t 72000 -sth 20

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=535772592

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760800 kB
MemFree:        767098140 kB
MemAvailable:   766225248 kB
Buffers:          244588 kB
Cached:          2236276 kB
SwapCached:            0 kB
Active:           412892 kB
Inactive:       20767784 kB
Active(anon):       2136 kB
Inactive(anon): 18719704 kB
Active(file):     410756 kB
Inactive(file):  2048080 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28584 kB
Writeback:            64 kB
AnonPages:      18693996 kB
Mapped:           126292 kB
Shmem:             22536 kB
KReclaimable:     175596 kB
Slab:             518712 kB
SReclaimable:     175596 kB
SUnreclaim:       343116 kB
KernelStack:       17008 kB
PageTables:        50480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    2047780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           255744 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2103296 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:      491520 kB
DirectMap2M:    35657728 kB
DirectMap1G:    769654784 kB

Free space on /tmp at the end= 8622748 MiB
End job on nodeD101 at 2024-08-01 14:54:33