Trace number 4465283

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
FiberSCIP 20 cores, 2024-07-30OPT12 1019.47 54.3107

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.95:98.opb
MD5SUM3dc780a187102f53f7868f024506933f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark6.57364
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10989
Total number of constraints12472
Number of constraints which are clauses10469
Number of constraints which are cardinality constraints (but not clauses)2003
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 10989
Biggest coefficient in the objective function 5985
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 32028
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5985
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 32028
Number of bits of the biggest sum of numbers15
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.05	c Default LC presolving (default).
0.00/0.05	c ** Before presolving: virtualMemUsedAtLc = 66150400, getVmSize() = 66150400, SCIPgetMemUsed() = 38276789, SCIPgetMemTotal() = 43201989, SCIPgetMemExternEstim() = 21575940
0.00/0.05	c ** set memory limit for presolving in LC to 8.79588e+12 for SCIP **
1.58/1.69	c ** Estimated virtualMemUsedAtSolver = 126641008, getVmSize() = 193966080, SCIPgetMemUsed() = 125449341, SCIPgetMemTotal() = 168385573, SCIPgetMemExternEstim() = 21575940
1.58/1.69	c ** set memory limit for solvers to 4.18822e+11 for each SCIP **
1.58/1.69	c Original Problem   :
1.58/1.69	c   Problem name     : instance-4465283-1722441596
1.58/1.69	c   Variables        : 10989 (10989 binary, 0 integer, 0 implicit integer, 0 continuous)
1.58/1.69	c   Constraints      : 12472
1.58/1.69	c   Objective sense  : minimize
1.58/1.69	c Presolved Problem  :
1.58/1.69	c   Variables        : 10908 (10908 binary, 0 integer, 0 implicit integer, 0 continuous)
1.58/1.69	c   Constraints      : 12394
1.58/1.69	c Constraints        : Number
1.58/1.69	c   knapsack         : 1987 
1.58/1.69	c   setppc           : 10387 
1.58/1.69	c   linear           : 1 
1.58/1.69	c   logicor          : 19 
1.58/1.69	c ** Instance transfer method used: 0
1.69/1.72	c ** ParaScipInstance copy does not increase the number of variables. **
2.19/2.22	c LC is working with racing ramp-up and with rebuilding tree after racing.
2.19/2.22	c                                Nodes    Active                                            
2.19/2.22	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
2.19/2.29	c *       2              0           1        20       20039.0000                -          -
3.45/2.38	c *       2              0           1        20       19969.0000                -          -
123.98/8.59	c *       9              0           1        20        1024.0000                -          -
123.98/8.59	c         9              0           1        20        1024.0000                -          -
137.77/9.27	c *       9              0           1        20         668.0000                -          -
149.68/9.83	c *      10              0           1        20         248.0000                -          -
227.00/13.72	c        14             60          59        20         248.0000       -5961.0000          -
326.12/18.75	c        19            482         481        20         248.0000       -5961.0000          -
429.30/23.98	c        24           1050           0        20         248.0000       -5961.0000          -
536.47/29.33	c        29           2371        1158        20         248.0000       -5961.0000          -
615.84/33.36	c *      33           2510        1157        20         246.0000       -5961.0000          -
617.82/33.49	c *      33           2510        1157        20         245.0000       -5961.0000          -
635.68/34.36	c        34           2563           0        20         245.0000       -5961.0000          -
667.43/35.98	c *      36           2644          81        20         244.0000       -5961.0000          -
679.29/36.55	c *      37           2764         201        20         243.0000       -5961.0000          -
679.29/36.56	c *      37           2764         201        20         242.0000       -5961.0000          -
738.74/39.54	c        40           3905        1312        20         242.0000       -5961.0000          -
845.90/44.93	c        45           4250        1313        20         242.0000       -5961.0000          -
950.03/50.17	c        50           4860         581        20         242.0000       -5961.0000          -
1009.37/53.19	c *      53           5641        1174        20          12.0000       -5961.0000          -
1010.62/53.21	c        53              1           0         0          12.0000          12.0000      0.00%
1019.27/54.18	c        54              1           0         0          12.0000          12.0000      0.00%
1019.27/54.18	c SCIP Status        : c problem is solved
1019.27/54.18	c Total Time         : 54.19
1019.27/54.18	c   solving          : 54.19
1019.27/54.18	c   presolving       : 1.64 (included in solving)
1019.27/54.18	c B&B Tree           :
1019.27/54.18	c   nodes (total)    : 1
1019.27/54.18	c Solution           :
1019.27/54.18	c   Solutions found  : 12
1019.27/54.18	c   Primal Bound     : +1.20000000000000e+01
1019.27/54.18	c   Dual Bound       : +1.20000000000000e+01
1019.27/54.18	c Gap                : 0.00000 %
1019.27/54.19	o 12
1019.27/54.19	s OPTIMUM FOUND
1019.27/54.19	v x1 x10059 x10058 x10989 x10988 x4331 -x5267 x10049 -x4325 x5255 -x5779 x9175 -x10316 -x4326 x5259 x9174 x10303 -x4822 x5252 -x5778 
1019.27/54.19	v -x6699 x10302 -x10459 -x4821 -x5253 x7260 x10301 x4823 x6698 x7248 -x10458 x4807 -x5782 x6701 x7252 -x2505 -x5783 -x6702 
1019.27/54.19	v -x7245 -x7246 -x10462 x2504 -x9513 -x10463 -x2507 x9512 -x2508 x4590 x9514 x4577 x9498 x3652 x4576 x3639 x4575 x3638 -x9792 -x2995 
1019.27/54.19	v x3637 x9791 x10987 x2987 x3893 x7672 x5975 x7671 x7674 x7675 -x10950 x6191 -x3189 x6179 x10949 x5978 x6183 -x5979 -x6176 
1019.27/54.19	v -x6177 x7544 -x10953 x616 x3596 x7532 -x10954 -x3192 x3583 x7536 -x3193 x3582 -x5111 x7529 x3581 x4780 x7530 x4768 -x5110 -x619 
1019.27/54.19	v x4772 -x620 x4765 x4766 x5114 -x4709 x5115 x8822 x8809 x4708 -x5828 x8808 x8807 -x594 x8219 x4712 x8206 -x593 x4713 x8205 
1019.27/54.19	v -x596 -x5831 x8204 -x597 -x5832 -x9105 -x10385 x3612 x9104 x1806 x3600 x9106 -x10384 x1805 x3604 x9090 x1807 x3597 x1791 x3598 
1019.27/54.19	v x10388 -x4288 -x6245 -x8022 -x9167 x10389 -x6244 -x4287 x6246 x6357 -x9166 x1674 x4290 -x6229 x6356 x1670 x4291 -x6358 -x8026 
1019.27/54.19	v x9171 -x3498 -x5264 x4335 -x5266 x9183 x10053 -x10314 x4330 -x5263 x9179 x10048 -x10315 -x7257 -x10046 x10311 -x4327 -x5258 
1019.27/54.19	v -x5780 -x6721 -x7259 x9172 x10307 x4820 x5781 -x9173 x4808 -x5254 x5784 x6700 -x7256 -x10299 -x10460 x4812 -x5764 x6685 -x10300 
1019.27/54.19	v -x10461 -x1289 -x4806 x6684 x7251 x10464 -x4804 x6683 -x6724 -x10444 x2506 -x6725 -x7247 x2491 -x3168 x4588 -x9511 -x2490 
1019.27/54.19	v x4589 x9499 -x1292 -x2489 x3650 x4585 x9503 -x569 -x1293 x3651 x4581 x9497 -x2992 x3647 -x6775 x9495 -x2994 -x3643 x4573 
1019.27/54.19	v x4574 x9790 -x2991 x3635 -x572 -x3043 x3636 -x9782 -x573 x2986 -x5533 -x358 -x354 -x3336 -x10986 -x3897 x3892 -x7146 -x3890 x10101 
1019.27/54.19	v x5974 x7673 x10102 -x3339 x6188 x7658 -x3340 x5976 x6190 -x7657 x5981 -x7149 -x7656 -x3188 x5980 x6187 -x7150 x10951 -x7541 
1019.27/54.19	v x10952 -x3190 x6182 -x7543 x10955 x3195 x3594 -x10935 x615 -x3194 x3595 -x6178 x7540 -x3591 -x4777 x617 x3587 -x4779 x7535 
1019.27/54.19	v -x622 -x8802 -x621 x3579 -x4776 x5112 x7531 x3580 x5113 x4771 x5116 x5096 x8820 x4767 x8821 x8817 x4710 -x5827 -x6119 x8813 
1019.27/54.19	v x4711 x8217 x4714 -x5829 x8218 x8805 x4694 -x5834 x8214 x8806 -x595 -x5833 x8210 x580 x3609 -x6122 -x579 x3611 -x6123 x8202 
1019.27/54.19	v -x578 -x8203 x9103 -x9976 x3608 x9091 -x10386 x1804 x9095 -x10387 x1792 x3603 -x9089 x10390 x1796 -x9087 x10370 x1790 x3599 
1019.27/54.19	v -x8021 -x1671 -x1788 x6243 x1673 -x4289 x6231 x8023 -x9168 x4273 x6235 -x6355 -x8027 -x9169 x1669 -x4274 -x6230 x6351 -x8025 
1019.27/54.19	v x9170 -x9776 -x3497 -x5155 -x5265 -x10313 x4334 -x5754 x10057 -x10312 -x3501 -x9182 -x4328 -x5262 -x7258 x9178 x10052 -x4817 
1019.27/54.19	v -x5159 x10310 -x3164 x4819 -x5256 -x6720 -x10047 x10306 -x5757 x5777 -x6696 -x3163 x4816 -x5758 x5765 -x6697 -x6722 -x7255 -x5769 
1019.27/54.19	v -x6693 x6727 -x10457 -x1288 x4811 -x5763 x6689 -x6726 -x6771 -x7249 -x9724 x10445 x2502 -x3169 x4587 -x5761 -x9508 -x10449 
1019.27/54.19	v -x544 -x1290 x2503 -x3167 x4586 -x4805 x6681 -x6770 -x9510 -x10443 -x248 -x1295 -x2499 -x3649 x6682 -x10441 -x1294 -x2495 
1019.27/54.19	v -x3039 x3648 -x9507 -x4584 x6776 -x9727 -x568 -x2487 -x2993 -x3038 x4580 -x5529 -x6774 x9502 -x9728 -x547 -x2488 x3646 -x9787 
1019.27/54.19	v -x548 x570 -x3642 -x4220 -x5528 x9496 -x9789 -x575 x3044 -x574 -x2990 x3042 -x4219 x9786 -x5534 x2984 -x5532 -x9781 -x10985 
1019.27/54.19	v x6975 -x2527 x8561 -x2075 x8560 -x357 -x353 -x2530 -x2531 -x3335 x3901 x10104 x3337 -x3896 -x7145 x10103 x3342 x7669 x3341 -x3891 
1019.27/54.19	v x6189 -x7147 x7670 x7152 x7666 x5977 -x7151 -x7662 x5961 -x8467 x5960 x6186 -x7542 -x7654 -x8798 -x1563 -x3593 x5959 -x7655 
1019.27/54.19	v x10948 -x495 x3191 -x3592 -x6180 -x8797 x10936 x3175 x10940 x3174 -x4778 x7539 -x9558 -x10934 -x3173 -x3590 x8803 -x10932 
1019.27/54.19	v x618 -x3586 -x7533 -x8801 x498 x602 -x499 x601 -x4775 -x600 x5109 -x8819 -x9561 x4769 x5097 x8818 -x9562 x5101 -x5733 x5095 
1019.27/54.19	v x5093 -x5583 -x8216 x8816 -x6118 x8215 x8812 -x9972 x4707 x4695 -x5830 -x6120 -x9971 -x10170 -x591 x4699 x5814 -x6125 x8213 x592 
1019.27/54.19	v x3610 x4693 -x5813 -x6124 -x8209 x588 x4691 -x5812 -x9100 -x9977 -x584 -x9102 -x9975 x1801 -x10173 -x576 x1803 x3607 x9099 
1019.27/54.19	v -x10174 -x577 x10383 x1800 x3601 -x9094 -x9772 x10371 -x6240 x10375 -x1672 x1795 x6242 -x9088 -x9771 -x10369 -x4285 -x6352 
1019.27/54.19	v -x10367 -x1789 x4286 -x6239 -x6354 x8024 -x4282 x8007 x9165 -x9777 x1668 -x2684 -x4278 -x5413 x6234 -x6350 -x8008 x9161 -x9775 
1019.27/54.19	v x3499 x5154 x1768 x3502 -x1769 x3500 -x4332 -x5286 -x5753 x10056 x5160 -x9180 -x4329 -x4818 x5158 -x5260 -x5755 -x9176 x10050 
1019.27/54.19	v -x5760 x5774 -x6695 x10308 -x244 -x5257 -x5759 x5776 -x6694 x10304 -x5289 -x10454 -x243 -x3165 x4815 -x5290 x5773 -x6723 -x7253 
1019.27/54.19	v -x10456 -x2501 x3166 -x6692 x6707 -x2500 -x3170 x4809 -x5768 -x6688 -x6706 -x7250 -x9509 -x9723 x10453 -x249 x3149 -x6705 
1019.27/54.19	v -x247 x543 -x1291 -x5762 -x6772 -x9725 -x10448 x1275 -x2498 -x6773 -x9730 x545 -x761 -x1274 -x2494 x6777 -x9506 -x9729 -x10442 
1019.27/54.19	v -x550 -x1273 -x4582 x6756 -x549 -x3040 -x4578 -x6971 -x7844 x9500 -x9788 -x3041 x3644 -x7200 x571 -x2071 x3045 -x3640 x5530 
1019.27/54.19	v -x6970 x555 -x764 x3024 x5531 -x554 -x765 -x2070 -x2988 -x4221 -x5535 -x8363 x9785 -x553 -x4222 x5514 x6976 -x7847 -x2985 
1019.27/54.19	v x6974 -x7848 -x9779 -x2076 x4206 -x4871 -x2074 -x2526 x7450 x8366 -x2528 -x8367 x8562 -x10850 -x355 x2533 x8563 -x351 x2532 
1019.27/54.19	v -x9030 -x7453 x8547 x3900 -x7454 -x8463 x7668 -x10853 -x1559 x3338 -x3894 x7667 -x8462 x10088 -x10854 x3322 -x9033 x10087 -x1558 
1019.27/54.19	v x3321 x7148 -x9034 x3320 -x5972 x7132 x7665 -x8468 x5973 -x7131 -x7402 -x7661 -x8466 x1564 x5969 -x7130 x10945 -x1562 x5965 
1019.27/54.19	v x6184 x10947 x3186 -x494 x3187 x5957 -x6181 x8799 -x10944 x3183 -x5958 -x6073 -x7405 x8800 -x496 -x3179 -x5729 -x7406 -x7537 
1019.27/54.19	v x8804 x9557 x10939 x501 -x613 -x3588 x8783 x500 -x614 -x3171 -x3584 -x5579 -x5728 -x7534 x9559 -x10933 x610 -x3172 -x5106 
1019.27/54.19	v x9564 x606 -x4773 x5108 -x5578 -x9563 x5734 -x598 x4770 -x5105 x5732 -x599 x5584 x5100 -x5582 -x2259 -x4704 x8814 -x4566 -x4706 
1019.27/54.19	v -x5094 x8810 -x590 x5825 -x589 x4703 x5826 x6121 -x9973 -x10169 -x5822 x6105 -x8211 -x9974 x4698 -x5818 x6104 -x8207 -x9101 
1019.27/54.19	v -x9978 x10171 -x587 -x4569 -x6103 x9957 x10176 -x583 x1802 -x4570 -x4692 -x5810 x10175 -x5811 -x7823 -x10380 -x1064 x3605 -x9098 
1019.27/54.19	v -x10382 x7893 x1799 -x3602 x5409 -x6241 -x9092 x10379 -x4284 x1793 -x4283 x5408 -x6353 -x9773 x10374 -x1067 x8019 -x8959 
1019.27/54.19	v -x9162 -x9774 -x1068 -x6238 x8020 x9164 x9778 -x10368 -x4281 -x5414 x8016 -x9756 -x1666 x2683 -x4277 -x5412 -x6232 -x6349 x8012 
1019.27/54.19	v x9160 x1770 x3503 x5156 x3488 x5157 -x4333 x5161 -x5285 -x10054 x5145 -x9181 -x5261 x5287 x5756 -x5775 -x9177 -x10051 x5292 
1019.27/54.19	v x5740 -x10309 -x5291 -x5739 x10305 -x10455 -x5738 -x6718 -x245 -x4813 x5772 -x6719 -x7254 x246 x3162 -x6690 -x6715 -x250 
1019.27/54.19	v x3150 x4810 -x5766 -x6686 -x6711 -x7196 -x10452 x229 x1286 x3154 x1287 x3148 -x6703 -x7195 -x9726 -x10446 x1283 -x2496 x3146 
1019.27/54.19	v -x6704 -x6769 x9710 x546 -x760 -x1279 -x2492 x6757 -x9504 -x9709 x530 -x3018 -x4583 x6761 x7201 -x9708 x529 -x762 -x1271 -x4579 
1019.27/54.19	v -x4867 x6755 x7199 -x7843 -x9501 -x10220 x528 -x566 x767 -x1272 -x3037 -x3645 -x6753 -x567 x766 x3025 -x3641 -x4866 -x6972 
1019.27/54.19	v -x7845 x563 x3029 x5527 -x6973 -x7850 -x559 -x2072 -x2989 x3023 x5515 x6977 -x7849 -x8362 -x9783 -x2073 -x2831 x3021 x4218 -x4872 
1019.27/54.19	v x5519 -x6956 -x10223 -x120 -x551 -x2077 -x4870 x5513 -x8364 -x9780 -x10224 -x552 -x2056 x4210 -x5511 x8369 x4205 x7449 
1019.27/54.19	v x8368 x4203 -x6825 -x2529 x7451 x10849 -x123 -x356 x2513 -x7456 x8559 -x124 -x352 x2512 -x7455 -x9029 -x9080 x10851 -x715 -x2511 
1019.27/54.19	v x8551 x10099 x10856 -x3898 x8546 -x9031 x10100 x10855 -x3333 -x8544 x9036 x10096 -x3334 -x3895 -x8464 x9035 x10092 x3330 
1019.27/54.19	v -x5971 x7143 x8465 -x9083 -x1560 x3326 -x5970 -x6069 x7144 x8469 -x9084 -x10085 -x10875 -x1561 x7140 -x7663 -x8448 -x10086 x1565 
1019.27/54.19	v -x3318 -x6068 -x7136 -x7401 -x7659 x10946 x1544 -x3185 -x3319 x5968 -x3184 x5964 -x6185 -x7128 x7403 x6074 -x7129 x7408 -x7773 
1019.27/54.19	v -x10878 -x6072 x7407 -x10879 -x10943 -x612 -x3182 x8796 x497 -x611 -x3178 -x7538 x8784 -x10937 x481 -x3589 -x8788 -x480 
1019.27/54.19	v -x2255 -x3585 -x5107 -x5730 x8782 x9560 -x479 x609 -x5731 x8780 x9544 x605 -x2254 -x3547 -x4774 -x5580 x5735 x9543 x5581 x5714 
1019.27/54.19	v -x9542 -x5104 x5585 -x2260 x5564 -x2258 -x4705 x5098 -x3550 x5824 -x8815 -x3551 -x4565 -x5180 x5823 -x7819 -x8811 x6116 -x4567 
1019.27/54.19	v x4702 x6117 -x7818 -x7889 -x4572 -x5821 x6113 -x8212 x9970 -x4571 x4696 -x5817 -x6109 -x7888 -x8208 x9958 x10172 -x585 -x5183 
1019.27/54.19	v -x7824 x9962 x10156 -x581 x4758 -x5184 -x6101 -x7822 -x8955 -x9956 x10155 -x10381 -x6102 x7894 -x9954 x10154 -x1063 -x3606 
1019.27/54.19	v x7892 -x8954 -x9096 -x9202 -x9059 x1065 -x1797 -x9093 x10378 x1070 x4761 -x5508 -x8018 -x8960 -x1069 -x1794 -x2680 -x4762 
1019.27/54.19	v x5410 -x8017 -x8958 -x9163 x10372 x5411 -x9205 x9770 x2679 x5415 -x6236 -x9206 x9758 -x4279 x5393 -x8015 x9762 -x1667 -x2092 
1019.27/54.19	v x2685 -x4275 -x6233 -x6347 -x7476 x8011 x9159 -x9757 x1759 -x3492 x3487 -x10055 x3485 x5149 -x5751 x5144 x5288 x5752 x5142 x5272 
1019.27/54.19	v x5748 -x6717 x5271 x5744 -x6716 x3159 x5270 -x3014 x3161 -x4814 -x5736 x5770 -x242 -x1285 -x5737 -x6691 -x6714 x230 x1284 
1019.27/54.19	v -x3013 x3158 -x5767 -x6687 -x6710 -x10450 -x234 -x6766 -x9721 x228 -x3153 -x6768 -x7197 -x9722 -x10447 -x226 -x541 x1282 -x2497 
1019.27/54.19	v x3019 -x7198 x9718 x542 -x1278 -x2493 -x2827 -x3017 -x3147 -x6765 x7202 -x9505 x9714 x538 -x565 -x3034 x7181 x534 -x564 
1019.27/54.19	v x763 -x2826 -x3036 -x6760 -x9706 -x10219 x747 -x5524 -x9707 -x526 x746 -x3033 -x4868 x5526 -x6754 -x6821 -x7846 -x10221 -x527 
1019.27/54.19	v -x562 -x745 -x2832 -x4215 -x4869 x6969 x7830 -x10226 -x558 -x2830 x3028 -x4217 -x4873 -x5523 -x6820 x6957 x7829 -x9784 -x10225 
1019.27/54.19	v -x2069 -x4852 x6961 -x7828 -x119 -x711 -x2057 -x3022 x4214 x5518 -x6955 -x8365 -x2061 x6826 -x6953 x8349 -x121 -x710 -x2055 
1019.27/54.19	v x4209 -x5512 x6824 x8348 x126 -x2053 -x2524 -x6875 x8347 -x8556 -x125 -x2525 -x4204 x7452 x8558 -x716 x2521 x7436 -x10098 -x714 
1019.27/54.19	v x2517 -x7435 x8555 -x9079 -x10097 x10852 -x3332 -x7434 x10836 -x2509 -x3331 -x3899 -x8550 x9032 -x9081 x10835 -x2510 -x7142 
1019.27/54.19	v x9016 -x9086 -x10095 x10834 -x7141 -x7769 -x8545 x9015 -x9085 -x10091 x3329 x8461 -x9014 -x3325 -x6402 x7768 x8449 -x10874 
1019.27/54.19	v x1557 -x7139 -x7664 -x8453 x1545 -x2952 -x6070 -x7135 -x7660 -x8447 x10876 x1549 x5966 -x6071 -x7774 -x8445 -x10881 -x1543 
1019.27/54.19	v x5962 x6075 x7404 -x7772 -x10880 -x1541 x6054 -x6405 x7388 -x8793 -x4366 -x6406 -x7387 x8795 -x10941 -x492 -x2955 -x3180 -x7386 
1019.27/54.19	v -x493 -x2956 -x3176 x8792 -x10938 x489 x9555 -x485 -x8787 x9556 x607 -x4369 x5727 x9552 -x477 x603 -x2256 -x2280 -x3546 -x4370 
1019.27/54.19	v x5715 -x8781 -x9548 -x478 -x2257 x5577 x5719 -x2261 -x3548 -x5102 x5565 x5713 -x9540 x2240 -x3553 x5569 x5711 -x9541 -x3552 
1019.27/54.19	v -x5099 x5563 -x2283 -x5561 -x6115 -x2284 x5179 x6114 -x8673 -x9967 -x4568 x4700 x5181 -x7820 -x9055 -x9969 -x4552 -x5186 
1019.27/54.19	v -x5819 -x6112 -x7821 -x10167 -x4551 -x4697 -x5185 -x5504 -x5815 -x6108 x7825 -x7890 -x9054 x9966 x10168 -x586 -x4550 x7804 -x7891 
1019.27/54.19	v -x8676 -x10164 -x582 x4757 -x5503 x7895 -x8677 -x9961 -x10160 x7874 -x8934 x9060 x4759 -x8956 -x9058 -x9097 -x9201 -x9955 
1019.27/54.19	v -x10152 x4764 x5509 x8957 -x10153 x1066 -x1798 x4763 -x5507 -x8961 -x9203 x10376 x1050 x8940 x9208 -x9767 x1049 -x7472 -x9207 
1019.27/54.19	v x9769 -x10373 -x1048 x5407 x2681 x5395 -x6237 x9766 x2682 -x4280 x5399 -x8013 x2091 x2686 -x4276 -x5394 -x6348 -x7475 -x8009 
1019.27/54.19	v -x9157 x9761 x1767 -x3628 x1763 x3496 -x9297 -x5750 x1757 -x3491 x5153 -x5749 -x1758 x5283 -x3486 x5148 x5284 x5280 x5747 
1019.27/54.19	v x3160 -x5143 x5276 x5743 -x239 -x4245 -x241 x5268 -x5771 -x5269 -x6712 -x9720 -x10082 x238 -x3015 -x3157 -x6708 -x6767 -x9719 
1019.27/54.19	v -x10451 -x540 x3016 -x233 -x539 x3020 -x3151 x1280 -x2999 -x7194 -x7604 x9717 -x227 -x1276 -x3035 -x6764 x7182 x9713 x537 -x758 
1019.27/54.19	v x7186 x533 -x759 -x2828 -x5525 -x6758 x7180 x755 x2829 -x6966 x7178 -x7841 x751 x2833 -x3032 -x4216 -x6871 x6968 -x7842 -x10222 
1019.27/54.19	v -x560 -x2066 -x2812 -x4865 -x4996 -x7838 -x10206 -x556 -x743 -x2068 -x3026 -x4853 -x5522 -x6822 -x6870 -x6965 -x7834 -x10205 
1019.27/54.19	v -x744 -x2784 -x4857 x6823 -x8360 -x10204 -x2065 x4213 -x4851 -x5516 x6827 x6960 -x7826 -x8361 -x2523 -x4849 -x6806 -x6876 
1019.27/54.19	v -x7827 x8357 x122 x712 -x2060 -x2522 -x4207 -x6874 -x6954 x8353 -x8557 x106 x713 -x7447 x105 x717 -x2054 -x7448 -x8345 -x104 
1019.27/54.19	v x696 -x2520 x7444 -x8346 x10847 -x2516 x7440 -x8554 x10848 x9027 -x10844 -x7432 -x8548 x9028 x9082 -x10840 -x7433 -x8458 
1019.27/54.19	v x9024 x9066 -x10093 -x5853 -x8460 x9020 -x9065 -x10089 x10832 -x1554 -x3327 -x9064 x9914 -x10833 x1556 -x3323 -x6401 x7770 x8457 
1019.27/54.19	v -x9012 -x10925 -x7137 x7771 -x9013 x1553 -x2951 -x6403 -x7133 -x7775 -x8452 x10877 -x5856 -x5967 -x6067 x6408 -x7399 -x7501 
1019.27/54.19	v -x7754 x10861 -x1548 -x2953 -x5857 -x5963 x6055 -x6407 -x7400 -x8446 -x8794 x10860 -x449 -x491 -x2958 x6059 -x7396 x10859 
1019.27/54.19	v x10928 -x490 -x1542 -x2957 -x4365 x6053 x7392 -x10929 -x10942 -x3181 x6051 -x9554 -x3177 -x4367 -x7384 x8791 -x9553 x488 x4372 
1019.27/54.19	v -x5724 -x7385 -x484 -x4371 x5726 -x8785 x608 -x5574 x9551 -x604 x2279 x5576 x5723 -x9547 -x2253 x2241 x2281 -x3549 -x5103 -x5573 
1019.27/54.19	v x5718 -x8773 x2245 x2286 x3533 x2239 -x2285 x3532 -x5568 x5712 x2237 -x3531 -x5562 x8672 -x8930 -x9968 -x4563 x8776 -x10166 
1019.27/54.19	v -x4564 x4701 x5182 x8674 -x8777 -x8929 -x10165 -x4560 x5166 -x5820 -x6110 x7817 -x8679 -x4556 x5165 -x5816 -x6106 x7805 
1019.27/54.19	v -x8678 x9056 -x9965 -x5164 -x7809 -x7887 -x8935 x9057 -x10163 -x4266 -x4548 -x5505 -x7803 x7875 -x8933 x9061 -x9959 -x10159 -x4549 
1019.27/54.19	v x5506 -x7801 x7879 -x9040 x4760 x5510 x7873 -x1061 x4744 -x5489 -x7871 x8953 x1062 -x4743 x8941 x9204 -x9768 -x9885 -x10377 
1019.27/54.19	v x1058 -x4269 -x4742 -x5404 x8945 x9188 x1054 -x2088 -x4270 -x5406 -x7471 x8939 -x9187 -x8937 -x9186 -x1046 -x2087 x5403 
1019.27/54.19	v -x7473 x9765 -x1047 x2678 x7478 -x8014 -x9888 x2093 x2674 x5398 -x7477 -x8010 -x9158 -x9759 -x9889 -x10043 x1766 -x3627 -x5925 
1019.27/54.19	v x1762 x3495 -x4171 -x4241 -x9296 -x5282 -x3489 -x4240 x5152 -x5281 -x10078 -x10701 -x3632 x9300 x5146 x9301 -x10077 x4246 -x5279 
1019.27/54.19	v -x5745 -x240 -x4244 x5275 x5741 -x7600 -x10083 -x10704 x7599 -x10081 -x10705 -x6713 -x7000 -x237 -x3155 -x6709 -x10601 
1019.27/54.19	v x1318 x3012 -x7191 x7605 -x231 x3000 -x3152 -x4992 -x7193 x7603 -x757 x1281 -x3004 -x9715 -x756 -x1277 -x2780 -x2998 -x4991 -x6762 
1019.27/54.19	v x7190 x9711 x535 -x2996 -x7840 -x10604 -x531 -x2779 -x2927 -x6759 -x6967 x7185 -x7839 -x10605 x754 x2825 -x4862 -x4997 
1019.27/54.19	v -x10217 -x750 -x2067 x2813 -x3030 -x4864 -x4995 -x7179 -x10218 -x561 x2785 x2817 -x7837 -x8359 -x10214 -x557 -x1996 -x2783 -x2811 
1019.27/54.19	v -x3027 -x4861 -x5520 x6872 -x6964 -x7833 -x8358 -x10210 -x2809 -x2930 -x6819 x6873 -x2064 -x2931 -x4211 -x4856 -x5517 x6807 
1019.27/54.19	v -x6877 x6958 -x10202 -x117 -x6811 x6856 -x7446 x8356 -x10203 x118 -x2058 -x4208 -x4850 -x6805 -x7445 -x8352 x114 x709 -x1999 
1019.27/54.19	v -x6803 -x10846 x110 x697 -x2000 -x8905 -x9910 x10845 x701 -x2518 -x7443 -x9026 -x102 x695 -x2514 x7439 -x8552 -x9025 -x9909 
1019.27/54.19	v -x103 x693 -x9077 -x10843 -x7497 -x8459 -x8549 -x9078 -x10839 -x8908 x9023 x9074 x9915 -x10094 -x445 -x1555 -x5852 -x7496 
1019.27/54.19	v -x8909 x9019 x9070 x9913 -x10090 -x3328 -x444 -x3324 x5854 -x8456 -x9062 x10924 -x223 -x5859 -x6064 -x7138 -x7398 -x7502 x7767 
1019.27/54.19	v -x9063 x10872 -x1552 -x5858 -x6066 -x6404 -x7134 -x7397 -x7500 x7755 -x8450 x10873 x10926 -x450 x6388 x7759 -x10869 x10931 
1019.27/54.19	v -x448 -x1546 x2954 -x6063 -x6387 -x7753 x10865 x10930 x2938 -x6386 -x7395 -x7751 x2937 x6058 -x7391 -x8000 x10857 x2936 x10858 
1019.27/54.19	v x4368 -x5725 x6052 -x8789 -x486 x4352 -x482 x4351 -x5575 -x8786 -x2250 x4350 -x8003 x9549 -x2252 -x5722 -x8004 -x9545 x3544 
1019.27/54.19	v -x8125 x2249 x2282 x3545 -x5572 -x5716 -x8772 x2266 x3541 x2244 x2265 x3537 -x5566 -x8774 -x2264 -x4562 x8779 -x2238 -x3529 
1019.27/54.19	v -x4561 x8778 -x3530 x5177 -x7814 -x994 x5178 -x7816 x8675 -x8931 -x4559 x5174 -x6111 -x7884 x8659 -x8932 -x4555 x5170 -x6107 
1019.27/54.19	v x7813 -x7886 x8658 -x8936 -x9963 x8657 -x8915 x9053 -x10161 -x4265 -x5162 -x7808 x7883 x9041 -x9960 -x10157 -x997 -x1060 x4755 
1019.27/54.19	v -x5163 -x5502 -x8950 x9045 -x998 -x1059 -x4267 x4756 x5490 -x7802 x7878 -x8952 -x9039 x4272 x4752 x5494 -x9037 -x9199 x4271 
1019.27/54.19	v x4748 -x5405 -x5488 -x7872 x8949 -x9200 -x9884 -x1057 -x5486 -x9196 -x9401 -x1053 -x4740 x8944 x9192 -x9886 x2675 -x4741 -x9891 
1019.27/54.19	v -x2089 x2677 x5402 -x7474 -x8938 -x9184 x9763 -x9890 x2090 x7457 -x9185 x2094 x2673 -x5396 x7458 -x9760 -x10042 x1764 x3629 
1019.27/54.19	v -x5924 -x194 x1760 x3493 -x4170 -x9298 -x3633 x9303 -x3490 -x3631 x4242 x5150 -x6996 x9302 -x10700 -x4174 x4243 -x5929 x1314 
1019.27/54.19	v -x4175 x4247 -x5147 -x6315 -x6995 x10079 -x10702 -x197 x4226 -x5277 -x5746 x10080 -x10707 -x198 x1313 x5273 -x5742 -x10084 
1019.27/54.19	v -x10706 x7001 -x7175 x10063 -x6999 x7601 -x973 x1319 x3009 -x6318 x7602 -x235 x1317 x3011 -x3156 -x6319 -x7192 x7606 -x10600 
1019.27/54.19	v -x7585 -x232 x3008 x10602 -x9716 x10607 -x3003 -x4993 -x6763 x7189 -x9712 x10606 -x424 -x536 -x2822 x4994 -x10216 -x532 -x2781 
1019.27/54.19	v x2824 x2926 -x2997 -x4863 -x4998 -x7183 -x10215 -x10801 x752 -x2782 x4977 -x748 x2786 -x2821 x2928 -x3031 x2765 -x2933 -x6816 
1019.27/54.19	v -x7835 -x10213 -x1995 x2816 -x2932 -x4860 -x5521 -x6818 -x6962 -x7831 -x10209 -x116 x6869 -x10804 -x115 -x1997 -x2062 -x2810 
1019.27/54.19	v -x4212 -x4854 -x6815 x6857 -x6959 -x10805 x706 x1975 -x2002 -x6861 -x8354 x708 -x2001 -x2059 -x6810 x6855 -x8350 x113 -x2759 
1019.27/54.19	v x6853 x109 x705 -x5386 -x6804 x8904 -x2519 -x7441 -x9076 -x219 x700 -x2515 -x3264 x7437 -x8553 x8906 -x9075 -x9911 x8911 
1019.27/54.19	v x9912 -x10841 -x218 -x694 x8910 x9916 -x10837 -x5389 -x8442 -x9021 -x9073 x9895 -x5390 x7498 -x9017 -x9069 x224 -x3267 x7499 
1019.27/54.19	v x7764 -x10871 -x222 -x446 -x3268 x5855 -x6065 -x7503 x7766 -x8454 -x10870 x447 -x2409 x5839 -x6399 -x7482 x451 -x1550 -x3139 
1019.27/54.19	v -x5838 x6400 -x7763 -x8451 x10927 -x430 -x2949 -x4688 -x5837 x6396 -x10868 x10911 -x1547 x2950 -x6062 -x6392 x7758 -x10409 -x10864 
1019.27/54.19	v x10910 x2946 -x6750 -x7393 x10909 -x2942 -x6056 -x6384 -x7389 -x7752 -x7999 -x8121 -x3142 x4363 -x6385 -x2934 -x3143 x4364 
1019.27/54.19	v x8001 x8120 -x8790 -x487 -x2935 x4360 x8006 -x10412 -x483 -x2251 x4356 -x8005 -x10413 -x3543 x8126 x9550 -x3542 -x4348 -x5720 
1019.27/54.19	v x8124 -x9546 -x2277 -x4349 -x8492 x2248 x2278 -x5570 -x5717 x2274 x3540 -x70 -x2242 x2270 x3536 -x5567 x8775 x5176 x8759 
1019.27/54.19	v -x2262 x5175 -x7815 x8758 -x2263 x8670 x8757 -x993 -x7885 x8671 -x73 -x4557 x5173 x8667 -x8928 -x9050 -x74 -x995 -x4553 -x5169 
1019.27/54.19	v -x7812 -x8663 -x8916 -x9052 -x9397 -x9964 x1000 x4754 -x5499 -x8920 -x10162 -x999 x4753 -x5501 -x7806 -x7882 -x8655 -x8914 
1019.27/54.19	v -x8951 x9049 -x9396 -x10158 -x8656 -x8912 -x9198 -x4268 x5498 -x7071 -x7876 x9044 -x9197 x4252 x4751 -x9402 x4251 x4747 x5493 
1019.27/54.19	v -x8948 -x9038 -x9400 -x1055 x4250 -x9195 -x1051 -x2676 -x5487 -x8942 x9191 -x9887 -x10039 -x7074 x7469 x9871 -x5400 -x7075 
1019.27/54.19	v x7470 -x9764 -x9870 -x10038 x2086 x7466 -x9868 x2082 x2672 -x5397 -x7462 x10044 x1765 x3630 -x4123 -x5926 -x193 -x1761 x3494 
1019.27/54.19	v x3634 -x4172 -x7171 -x8839 x9299 x3616 x4177 -x5930 x9285 -x195 -x969 x4176 x5151 -x5928 -x7170 -x9284 x200 x4239 -x9283 x199 
1019.27/54.19	v -x968 x4227 -x6314 -x6997 -x10703 x4231 -x5278 -x6998 -x7176 x10076 x10687 x1315 -x4225 -x5274 -x6316 x7002 -x7174 x10064 -x10686 
1019.27/54.19	v -x974 x1316 -x4223 x6321 -x6981 x10068 -x10685 -x420 -x972 x1320 -x3010 -x6320 x10062 x1299 x7598 -x10060 -x236 x419 x7586 
1019.27/54.19	v -x7590 x3007 -x7584 x10603 -x425 -x7582 x10587 -x423 -x2823 -x3001 x7187 x10586 -x1243 x4990 x10585 -x1971 x4978 -x7184 -x9150 
1019.27/54.19	v -x10800 x753 x2778 x4982 -x749 -x1921 -x1970 -x2755 x2766 -x2820 x2929 x4976 -x6817 -x10802 x2770 x2913 x4974 -x6866 -x7836 
1019.27/54.19	v -x10211 -x10807 -x2754 -x2764 -x2814 x2912 -x4858 -x6868 -x6963 -x7832 -x10207 -x10806 x1976 -x2762 x2911 -x9153 -x707 x1974 
1019.27/54.19	v -x1998 -x2063 -x4855 -x6814 x6865 -x9154 -x1924 x1982 x2760 -x8355 -x1925 -x1981 x2758 -x6808 -x6860 -x8351 -x8438 -x111 
1019.27/54.19	v -x1980 -x107 x704 -x5385 -x6854 x8437 -x7442 -x698 -x2405 x3263 x5387 -x7438 x8907 -x2734 x5392 -x8443 x8891 -x9908 -x10842 
1019.27/54.19	v -x220 -x2404 x3265 -x4684 -x5391 -x8441 x8890 x9896 -x10838 -x221 x3270 x8889 -x9022 -x9071 -x9900 x225 x3269 -x4683 -x5950 -x6746 
1019.27/54.19	v -x7765 -x9018 -x9067 x9894 x204 -x2410 -x5850 -x6398 x7495 -x9892 -x2408 -x5851 -x6397 -x6745 x7483 -x8455 -x443 -x2948 
1019.27/54.19	v -x4689 -x5847 x7487 x10922 x431 -x1551 -x2947 -x3138 -x4687 -x5843 -x7481 -x7762 x10923 x435 -x5953 -x6395 x6751 -x7479 -x10866 
1019.27/54.19	v x10919 -x429 -x3140 -x5835 -x5954 -x6060 -x6391 -x6749 -x7756 -x10408 -x10862 -x10915 -x427 -x2945 x3145 -x4362 -x5836 -x7394 
1019.27/54.19	v -x2941 x3144 -x4361 -x6057 -x7390 -x8488 x10410 -x10907 -x10415 -x10908 x8002 x8122 -x8487 -x10414 x4359 x7986 x8123 -x4355 
1019.27/54.19	v x7985 x8127 -x2276 -x5658 x7984 x8106 x8493 -x2275 -x5721 -x8491 x2246 -x5571 x2273 x3538 -x8770 -x69 -x2243 x2269 -x3534 
1019.27/54.19	v x8771 -x1043 -x8669 x8767 -x71 x8668 x8763 x76 -x8925 x75 -x1384 x8755 -x8927 -x9051 -x4558 -x5171 x8666 x8756 x996 -x4554 -x5167 
1019.27/54.19	v -x5500 -x7810 -x8662 -x8924 x980 -x2556 -x979 -x7807 -x7880 -x8919 x9048 -x9398 -x978 -x1387 x4263 -x8752 x9399 -x1388 
1019.27/54.19	v x4264 -x5497 -x7070 -x7877 -x8913 -x9042 x9403 x4260 x4749 x9382 x4256 x4745 -x5491 -x7072 -x8946 -x1056 -x7077 -x7468 -x9193 
1019.27/54.19	v x9882 -x1052 -x4248 -x7076 x7467 -x8943 -x9189 x9883 -x2083 -x4249 x9879 x2085 -x5401 x9875 -x10040 x7465 -x10041 x2081 x2670 
1019.27/54.19	v -x7217 -x7461 -x9869 x10045 x3626 -x4122 -x5927 -x7622 x9295 x3617 -x4173 x5931 -x8838 x9294 x3621 -x4079 x4159 -x4236 x5913 
1019.27/54.19	v -x9293 -x196 x3615 -x4080 -x4158 -x4238 -x7172 x9289 x180 -x3613 -x4127 -x4157 x7173 -x8842 x10073 -x10698 x179 -x970 x4235 
1019.27/54.19	v -x7177 -x8843 -x9281 x10075 -x10699 -x178 -x971 x6994 -x7156 -x9282 x10695 x975 -x4230 -x6317 x6982 x10072 -x10691 x954 -x1312 
1019.27/54.19	v x6301 x6986 -x7595 -x1239 x1300 -x4224 -x6300 -x6980 x7597 -x10067 -x10683 x1304 -x6299 -x6978 -x10684 x421 x1238 -x1298 -x7594 
1019.27/54.19	v -x10061 x422 -x1296 -x10598 x426 x3005 -x7589 -x10599 x405 x1244 x4987 -x5041 -x10595 x1242 -x3002 x4989 -x7188 -x7583 
1019.27/54.19	v -x10591 -x2775 x2777 x4986 -x9149 -x10583 -x2924 -x3093 -x10584 -x1920 -x1972 x2774 -x2818 x2925 x4981 -x6867 -x9151 -x10803 
1019.27/54.19	v -x1973 x2921 -x9156 -x10212 x10787 -x1922 x1977 -x2756 x2769 -x2815 -x2917 -x4859 x4975 -x9155 -x10208 -x10786 -x1927 x1956 -x1993 
1019.27/54.19	v -x2757 -x10785 -x1926 -x1994 -x2730 x2761 -x2763 -x2909 -x6812 x6864 x1990 x2740 -x2910 x1986 -x2729 -x6809 -x6858 -x112 
1019.27/54.19	v -x3700 -x108 x702 -x1978 -x8096 x8439 -x1979 x2735 x8440 -x8902 -x9905 -x699 x2733 x5388 x8444 -x8903 -x9907 x5372 -x8423 x8899 
1019.27/54.19	v x2406 x3266 -x5371 -x8338 -x8895 x9904 x217 x2407 x3250 -x5370 -x5849 -x6553 -x7492 -x8099 -x9072 x205 -x2411 x3249 x4685 
1019.27/54.19	v -x5848 -x5949 -x7494 -x8100 -x8887 -x9068 -x9899 x209 -x440 -x1754 -x2390 -x3248 x4686 -x8888 -x10921 x203 -x442 -x4690 -x5951 
1019.27/54.19	v x6747 -x7491 -x9893 x10920 -x201 x4669 -x5846 -x5956 x6748 -x8341 -x439 -x5842 -x5955 x6752 -x7486 -x7760 -x8342 -x6393 x6731 
1019.27/54.19	v -x10867 x10918 x434 x3141 -x5654 -x6061 -x6389 -x7480 -x7757 -x10863 -x10914 -x2943 x3125 -x428 -x2939 x3124 -x5653 x10411 
1019.27/54.19	v -x3123 -x7997 x10395 -x7998 -x8489 x10394 -x4357 x5659 x7994 x8119 -x8490 -x10393 -x10904 -x1039 -x4353 -x5657 x7990 x8107 
1019.27/54.19	v x8494 x8111 x8473 x1038 -x3671 x7982 x8105 x7983 -x8103 -x8769 -x2247 -x8768 x1044 -x2271 x3539 -x1042 x2267 -x2552 -x3535 x3674 
1019.27/54.19	v -x8766 -x72 -x2551 x3675 -x8748 x8762 -x8926 x56 x55 x1383 -x7279 -x8747 -x54 -x991 -x2557 -x5172 x8664 -x992 x1385 -x2555 
1019.27/54.19	v -x5135 -x5168 -x7811 -x8660 -x8923 x988 x1390 -x2142 -x4262 x8753 -x984 x1389 x4261 -x7881 -x8751 -x8917 x9046 -x99 -x7282 
1019.27/54.19	v x9395 -x976 -x5495 -x7283 -x9043 x9383 -x977 x4259 x4750 -x5138 x9387 -x9881 x4255 x4746 -x5139 -x5492 -x7073 -x8512 -x8947 
1019.27/54.19	v x9381 -x9880 x7057 -x8636 -x9194 -x9379 -x2084 x7056 -x9190 x7055 x9878 x9874 x7463 -x8515 x10037 x2080 -x2671 x7216 -x7381 -x7459 
1019.27/54.19	v -x8516 x10033 x4082 -x4124 -x4169 x5923 x7621 x3625 x4081 -x4168 -x4237 x5914 -x8840 -x191 -x4128 x4167 x5918 -x8845 -x9292 
1019.27/54.19	v -x10697 -x192 x3620 -x4126 x4163 x5912 -x8844 -x9288 -x10074 -x10696 x188 -x5910 -x6991 -x7169 -x7626 x184 -x3614 -x4155 
1019.27/54.19	v -x4234 -x6993 x7157 -x967 -x1309 -x4156 x6312 -x7161 x10694 -x176 x955 -x1311 -x4228 -x5037 x6313 x6990 -x7155 -x7596 -x10071 
1019.27/54.19	v -x10690 -x177 x959 x6309 -x7153 -x953 x1308 -x5036 x6305 -x6985 -x10065 -x951 -x10597 x1240 -x1303 -x3089 -x6297 -x6979 -x7593 
1019.27/54.19	v -x10596 x418 x1241 x5042 -x6298 x406 x1245 -x1297 -x3006 -x3088 -x4148 -x4988 x5040 -x7587 x410 -x1224 -x10594 x404 -x2776 
1019.27/54.19	v -x9861 -x10590 -x402 -x2923 -x3094 -x2922 -x3092 x4985 x4151 x10798 x2773 -x2819 -x3696 -x4152 -x4979 x9152 x10799 -x1969 -x1992 
1019.27/54.19	v -x2920 x9136 -x9864 -x10795 -x1923 x1957 -x1991 x2767 -x2916 -x3695 x9135 -x9865 -x10791 -x1907 x1961 -x2753 -x8868 x9134 
1019.27/54.19	v -x1906 x1955 x2741 -x6813 -x6862 -x10783 -x1905 x1953 -x1989 -x2745 x3701 -x10530 -x10784 x1985 -x2731 x2739 -x3699 -x6549 
1019.27/54.19	v -x6859 -x1218 -x2732 x2737 -x8901 -x703 -x1750 x2736 x6548 -x8095 -x8900 -x9906 -x2715 -x5383 x8436 -x1749 x5384 x8097 x8424 
1019.27/54.19	v -x214 x3261 -x5380 -x6554 x8102 -x8428 -x8898 -x216 x3262 x5376 -x6377 -x6552 -x7493 -x8101 -x8337 -x8422 -x8894 -x9903 x1755 
1019.27/54.19	v -x2403 -x3258 -x5907 -x8420 x213 -x441 -x1753 x2391 -x3254 -x3411 -x5368 -x8339 -x9897 -x2395 x4682 -x5369 x8344 x208 -x2389 
1019.27/54.19	v -x3246 x4670 -x5952 -x7490 x8343 -x2387 -x3247 x4674 -x5844 x5936 -x6380 -x6744 -x202 -x438 x4668 -x5840 -x5935 -x6381 x6732 
1019.27/54.19	v -x7484 -x7761 -x10900 -x3136 -x3414 -x4666 -x5934 -x6394 x6736 -x9587 x10916 x432 x3137 -x3415 -x6390 x6730 -x10899 -x10912 
1019.27/54.19	v -x2944 -x3133 -x3576 x6728 -x7996 -x10406 -x2940 -x3129 x5655 -x7995 -x10407 x5656 -x8116 x10403 -x10905 -x3121 x5660 x8118 
1019.27/54.19	v x10399 -x10903 -x3122 -x4358 x5639 -x7993 x8486 -x4354 -x7989 -x8115 x8474 -x10391 -x4846 x8478 -x10392 x1040 x3670 x8110 -x8472 
1019.27/54.19	v x1041 -x8470 -x9612 x1045 x3672 -x8104 x1024 -x2272 x3677 -x2138 -x2268 x3676 x67 -x7954 -x8764 x68 -x95 x2137 -x2553 -x8760 
1019.27/54.19	v x64 -x990 -x2554 -x60 -x94 -x989 -x2558 x7278 -x8749 x2143 -x2537 -x8665 -x8750 -x52 x1386 -x2141 -x5134 x7280 -x8632 -x8661 
1019.27/54.19	v x8754 -x8921 -x53 -x100 -x987 x1370 x7285 -x8733 -x9392 -x98 -x983 x1369 -x5136 -x7284 x8631 -x8918 -x9047 -x9394 -x1368 
1019.27/54.19	v x5141 -x5140 -x5496 x9391 x4257 -x7068 x8637 -x2230 x4253 x7069 -x7377 -x8511 -x8635 -x9386 x7065 x7061 -x7213 x7376 -x8513 -x9380 
1019.27/54.19	v x8518 x9876 -x10034 -x7053 -x7212 -x8517 -x9872 -x10036 -x2233 -x7054 -x7382 -x7464 x2078 -x2234 x7218 -x7380 -x7429 -x7460 
1019.27/54.19	v x10032 -x190 x4070 -x4125 x7623 -x189 -x3624 -x4069 -x4129 -x5922 -x8841 -x4068 x4111 -x4166 -x7166 -x7627 x8827 -x9290 
1019.27/54.19	v -x3618 x4162 x5917 -x6992 -x7168 -x7625 x8826 -x9286 -x187 -x964 -x6311 -x8825 x183 -x966 -x1310 -x4232 -x5911 -x6310 x7165 x10692 
1019.27/54.19	v x963 -x4229 -x6989 -x7160 -x10069 -x10688 x6308 -x958 x1307 x5038 -x6304 -x6983 -x7154 -x9274 -x10066 x415 x5039 x417 -x952 
1019.27/54.19	v -x1301 x5043 -x7591 -x10974 x1237 x5022 -x10199 -x414 x1225 -x3090 x4147 -x7588 x1229 -x3091 -x3526 -x9277 -x10592 x409 
1019.27/54.19	v -x1223 -x3095 -x3436 x4149 -x8864 -x9278 -x9860 -x10588 -x1221 -x3074 x4154 x10797 -x10977 -x403 x4153 x4983 -x8863 -x9862 -x10526 
1019.27/54.19	v x10796 -x10978 -x1966 x9147 -x9867 -x1214 -x1968 -x2771 -x4980 -x8582 x9148 -x9866 -x10525 -x1918 -x2750 -x2918 -x3439 
1019.27/54.19	v -x8869 -x9144 -x10794 -x1213 -x1919 -x1965 -x2752 -x2768 -x2914 -x3440 -x3697 -x7021 -x8867 x9140 -x10790 -x1915 -x3698 -x9703 
1019.27/54.19	v x10531 -x1911 x1960 -x2749 x3702 -x6863 -x9132 -x10529 -x1219 -x1987 x3681 x8585 -x9133 -x1217 -x1903 x1954 -x1983 -x2744 -x5903 
1019.27/54.19	v -x8586 -x1904 x2728 -x5382 -x5807 x7024 x8433 x2716 -x2738 -x5381 -x5902 x6550 -x7025 x8435 -x2720 -x3260 x6551 -x215 x1751 
1019.27/54.19	v -x2714 -x3259 x6555 x8098 -x8432 x1752 -x2400 -x2712 -x5379 -x5908 x6534 x8082 -x8896 x1756 -x2402 x5375 -x5906 -x6376 -x8081 
1019.27/54.19	v -x8427 -x8892 -x9583 -x9901 x1735 -x3257 -x4679 -x8080 x212 -x2399 -x3253 -x3410 -x3572 x4681 -x5311 -x6378 -x8340 -x8421 
1019.27/54.19	v -x9582 -x9898 -x2384 -x5947 -x6383 -x6741 x8324 x206 -x2394 -x3412 -x3571 -x4678 x5948 -x6382 -x6743 -x7488 x8323 -x3135 x3417 
1019.27/54.19	v -x5845 x5944 -x8322 -x9588 -x436 -x2388 -x3134 -x3416 -x4673 -x5841 x5940 x6740 -x7485 -x9586 -x3577 -x5314 -x7723 -x10405 
1019.27/54.19	v -x10917 -x433 -x3575 -x4667 x4842 -x5315 -x5932 x6735 -x10404 -x10901 -x10913 -x3132 -x5933 x10902 -x3128 x4841 x6729 -x8117 
1019.27/54.19	v -x9608 -x10906 x5652 -x8483 -x10402 x10885 x5640 -x8485 -x9607 x10398 x4847 x5644 -x7991 -x4845 x5638 -x7950 -x7987 -x8114 
1019.27/54.19	v x8482 -x2981 -x5636 x9613 -x7949 x8108 x8477 x9611 x1037 -x1880 x1025 x3673 -x8471 -x66 x1029 x3657 x7955 x65 x1023 -x3656 x7953 
1019.27/54.19	v x1021 -x3655 -x8765 x2139 -x8761 x63 x2140 -x2550 -x59 -x96 x2144 x2538 -x97 x1381 -x2123 x2542 x8746 -x101 x1382 -x2536 
1019.27/54.19	v x7281 x8734 -x8922 -x9393 x80 -x985 x1378 -x2534 x7265 -x8738 -x981 x1374 -x5137 -x7264 x8633 -x8732 -x740 x5121 -x7067 -x7263 
1019.27/54.19	v x8634 -x8730 -x1366 x5120 -x7066 -x8313 x8638 -x9390 -x1367 x4258 -x5119 x8617 -x2229 -x4254 -x7425 -x9384 -x7064 x2231 -x7060 
1019.27/54.19	v x7378 -x7424 -x8514 -x10035 -x2236 x7379 -x8316 x8498 x9877 -x2235 x7214 x7383 -x8317 x8497 -x9873 x7215 -x7361 -x7430 x8495 
1019.27/54.19	v -x2079 x7219 -x7428 x10031 x4078 -x4121 x7624 x8837 -x3622 x4074 x4112 -x5921 -x7167 -x7628 x8836 -x3481 -x4116 -x4164 x7610 
1019.27/54.19	v x8835 -x9291 -x965 -x3482 -x3619 -x4066 -x4110 -x4160 x5915 x8831 -x9287 -x185 -x4067 -x4108 x181 -x4233 x7164 -x8823 -x10195 
1019.27/54.19	v -x8824 -x10693 x962 -x3522 -x6987 -x7158 -x8388 -x10070 x10194 -x10689 -x6306 x416 -x956 -x1305 -x3521 -x6302 -x6984 -x9273 
1019.27/54.19	v x1234 -x2210 x5035 -x10200 x1236 -x1302 x5023 -x7592 -x9275 -x10198 -x10973 x3527 x5027 -x8391 x9280 -x413 x1233 -x3525 
1019.27/54.19	v x5021 -x8392 x9279 -x10975 -x3087 -x5019 -x10593 x10980 -x407 x1228 x3075 -x3435 x4150 -x9699 -x10589 -x10979 -x3079 x4134 -x9146 
1019.27/54.19	v -x1222 -x1967 -x3073 -x3437 x4133 x4984 -x8865 -x9145 -x9698 -x9863 -x1917 -x3071 -x3442 x4132 -x8866 x9847 -x1916 -x2751 
1019.27/54.19	v -x2772 -x3441 -x5803 x8581 -x8870 -x9846 -x10527 -x2919 -x8849 -x9143 -x9704 -x9845 -x10528 -x10792 -x1215 -x1964 -x2915 -x5802 
1019.27/54.19	v -x7020 x8583 -x9139 -x9702 x10532 -x10788 -x1216 -x1914 -x3694 x6478 x8588 -x10511 -x1220 -x1910 -x1958 -x2748 x3682 -x7022 
1019.27/54.19	v x8587 -x10776 x1199 -x1988 -x2725 -x3390 -x3686 x5808 x7027 -x1984 x2727 -x2742 -x3680 -x5336 -x5806 x7026 -x8434 -x3678 
1019.27/54.19	v -x9951 -x2380 -x2724 x5904 x5905 x6547 x8093 -x10779 -x2379 -x2401 -x2719 -x5909 x6535 x8094 -x8431 -x10780 x1748 -x5339 -x5377 
1019.27/54.19	v x5888 x6539 -x8090 -x8897 x1736 -x2713 -x4680 -x4967 -x5340 x5373 -x6533 -x7719 -x8086 -x8425 -x8893 -x9902 -x1740 x2385 -x3255 
1019.27/54.19	v -x5946 -x6531 -x8335 -x210 -x1734 x2383 -x2398 -x3251 -x5310 -x5945 -x6379 -x6742 -x7718 -x8078 -x8336 -x9584 -x1732 -x3243 
1019.27/54.19	v x6363 -x8079 x8332 -x9585 -x207 -x2392 x3413 -x3573 -x4677 -x5312 x6362 -x7489 -x8328 -x9589 x3397 -x3574 -x4520 -x4970 
1019.27/54.19	v -x5317 x5943 x6361 -x7724 -x9568 -x437 x3396 x3578 -x4671 -x4971 -x5316 -x5939 -x6739 -x7722 -x8320 x3395 x3557 -x8321 -x2977 
1019.27/54.19	v -x5361 -x6733 -x3130 x5649 x10898 -x1876 -x2976 -x3126 x4843 x5651 -x8484 x10886 x4844 -x10400 x10890 -x1634 -x1875 x4848 x5648 
1019.27/54.19	v x9609 -x10396 -x10884 -x2982 x4827 -x5364 -x7992 x9610 -x10882 -x2980 -x5365 -x5643 -x7988 -x8112 -x8481 x9614 -x1034 x1881 
1019.27/54.19	v x9593 -x1036 -x1879 -x5637 x7951 -x8109 x8475 -x1637 -x3668 x7952 -x9492 x1033 -x1638 x3669 x7956 -x9633 x3665 x7935 x1028 
1019.27/54.19	v x3661 -x2547 -x736 x1022 -x2549 -x3653 x61 x1380 x2136 -x3654 -x8743 -x9636 -x57 -x735 x1379 x2124 x2546 -x8745 -x9637 x93 x2128 
1019.27/54.19	v -x7276 x81 -x2122 x2541 -x7277 -x8742 x85 -x741 -x986 x1377 -x2120 -x5132 x7273 x79 -x739 -x982 x1373 -x2535 -x5133 x7269 
1019.27/54.19	v -x8737 -x9322 -x77 -x3743 -x5129 x8630 x5125 -x7261 -x8312 x8618 -x8731 -x9388 -x7262 -x8622 -x5117 x8314 -x8616 -x9385 -x5118 
1019.27/54.19	v -x7062 -x8319 x8509 -x8614 x9325 x2232 -x7058 -x7426 -x8318 x8510 x9326 x2216 -x7375 -x7427 x8506 x2215 x7363 -x7431 -x8502 
1019.27/54.19	v x2213 x7211 x7367 -x7409 x4322 x7207 -x7362 -x8496 -x10029 -x3484 x4077 x7620 -x3483 -x3623 -x4073 x4120 -x5919 x7611 -x4165 
1019.27/54.19	v x7615 x8834 -x2206 -x3289 -x4115 -x4161 -x5916 x7609 x8830 -x186 x7607 -x182 x2205 -x4109 -x7162 x960 -x6222 -x6988 -x7159 
1019.27/54.19	v -x8387 x10196 x2211 -x3292 x5032 -x6307 x10197 -x957 -x1235 -x1306 x2209 -x3293 -x3523 x5034 -x6303 -x8389 -x10201 x3524 x8394 
1019.27/54.19	v -x10180 x3528 x5031 -x8393 -x9276 -x3084 x3507 -x6225 x7979 x9260 -x411 -x1232 -x3086 -x5026 -x6226 -x9259 -x10976 -x4145 
1019.27/54.19	v -x9258 x10960 -x408 x1226 -x3083 -x4146 -x5020 -x6474 x10959 x4142 -x9858 x10958 -x3078 -x3386 x3438 -x4138 -x6473 -x9700 x9859 
1019.27/54.19	v x3422 -x8862 x9701 -x9855 -x1509 -x3072 -x3385 -x3421 x4130 x8850 -x9705 -x9851 -x9947 -x3420 -x3691 x4131 x6479 -x8854 -x9141 
1019.27/54.19	v -x9684 -x10524 -x10793 -x1962 -x3693 -x5804 x6477 x8584 -x8848 -x9137 -x9843 -x9946 x10512 -x10789 -x1212 -x1912 -x3391 
1019.27/54.19	v x5805 x8568 -x8846 -x9844 -x10516 x1200 -x1908 -x1959 -x2726 -x2746 -x3389 -x3690 x5809 -x7023 -x8567 -x10510 -x10775 -x1204 
1019.27/54.19	v x1512 x5788 x7007 -x8566 -x9952 -x10508 x1198 -x1513 -x2743 -x3685 x5335 x7006 -x9950 -x10777 -x1196 -x6544 x7005 -x8092 x10782 
1019.27/54.19	v -x2723 -x3239 -x3679 x5337 -x6546 -x7575 -x8091 x10781 -x1745 -x5342 -x5901 x1747 -x2381 -x2717 -x3238 -x4516 -x5341 x5889 
1019.27/54.19	v x6543 -x8429 x2382 -x5378 x5893 -x8089 -x8334 -x1744 x2386 -x4515 -x4966 x5374 -x5887 -x6538 -x8085 -x8333 -x8426 x2365 -x2709 
1019.27/54.19	v -x3244 -x3256 -x5885 -x6374 -x7578 -x211 -x1739 -x2396 -x3242 -x3252 -x4968 -x6375 -x6532 -x7579 -x7720 -x3408 -x4200 -x4521 
1019.27/54.19	v -x4973 -x6371 -x7721 x8331 x9581 -x1733 -x2393 x3409 -x4519 -x4675 -x4972 -x5313 -x6367 -x7725 -x8327 x9569 x3405 x3570 x5297 
1019.27/54.19	v -x5941 -x7704 -x9573 x3401 x3558 -x4672 -x5296 -x5937 x6359 -x6737 -x9567 x3562 -x5295 -x6360 -x9565 x10895 x3393 -x3556 
1019.27/54.19	v -x5360 -x5650 -x6734 -x7121 x10897 -x3131 -x3394 -x3554 -x2978 -x3127 x5362 -x9488 x10894 -x2979 x4840 x5367 -x10401 x1633 -x1877 
1019.27/54.19	v -x2983 x4828 -x5366 x5647 -x9487 -x10397 -x10889 -x1878 -x2962 x4832 -x7124 x9606 -x1035 x1635 x1882 -x4826 -x5641 -x7125 
1019.27/54.19	v -x8113 -x8479 x9594 -x10883 x1640 x1861 -x3667 -x4824 -x9493 x9598 -x1639 -x3666 -x8476 -x9491 x9592 x7948 -x9590 x1032 x7936 
1019.27/54.19	v -x9632 x3664 -x7940 -x1026 -x2548 x3660 -x7934 x9634 x2133 -x7932 x9639 x2135 -x3739 -x8744 -x9638 x62 -x90 -x7275 -x58 -x92 
1019.27/54.19	v -x737 -x2132 -x2545 -x3738 -x7274 x738 -x5131 x89 -x742 x2127 -x2539 -x5130 -x8741 -x721 -x1375 -x3744 x7272 -x8627 x84 x1371 
1019.27/54.19	v -x2121 -x3742 x7268 -x8629 -x8735 -x9321 -x5128 -x78 -x5124 x8626 -x9323 -x9389 -x8508 x9328 x8315 -x8507 -x8621 x9327 -x2227 
1019.27/54.19	v -x7063 -x7372 x8299 -x2228 -x7059 -x7374 -x8298 -x8615 -x2224 -x2309 -x7208 x7423 -x8297 x8505 x2220 x7210 -x7371 x7411 
1019.27/54.19	v -x8501 x7415 x2214 x4321 x7206 -x7366 -x7410 -x10030 x3472 x4075 -x10120 x3471 -x4071 -x4119 -x4797 -x5920 x7619 x3470 x8832 
1019.27/54.19	v -x3288 -x4113 x7614 -x7694 x8828 x2207 x3290 -x6674 -x7163 -x7608 -x7975 x2208 x3295 x961 x2212 x3294 -x5033 -x6221 -x7974 -x2191 
1019.27/54.19	v -x4896 -x7697 -x10193 -x869 -x6223 -x7698 x8390 x10181 -x3520 -x6228 -x6677 x7980 x8374 -x9271 x10185 -x3085 x3508 -x5030 
1019.27/54.19	v -x6227 -x6678 x7978 x8373 -x9272 -x10179 x3512 -x4144 -x8372 -x9268 -x10177 -x10971 -x412 -x1230 -x3506 -x4143 -x5024 -x9264 
1019.27/54.19	v x10972 -x872 -x3504 -x9857 x10968 -x873 -x1227 -x1484 -x3082 -x9256 -x9856 x10964 x3433 -x3768 x4141 -x8859 -x9257 -x3076 x3434 
1019.27/54.19	v -x4137 -x6475 -x8861 x10956 -x3430 -x6476 x9697 -x9854 -x10521 x10957 -x1508 -x3387 -x3426 -x3692 x6480 x8858 x9685 -x9850 
1019.27/54.19	v -x10523 -x1209 -x1487 x3388 -x6459 -x8579 -x9142 -x9689 -x1211 -x1488 x1510 -x1963 x3392 -x3418 -x8146 -x8580 -x8853 -x9138 
1019.27/54.19	v -x9683 -x9948 -x10520 x1515 -x1913 x3371 -x3419 x5801 -x7018 -x7100 -x8576 -x9681 -x9949 -x1208 x1514 -x1909 -x2747 -x3689 
1019.27/54.19	v x5789 -x7019 x8572 -x8847 -x9953 -x10515 x5793 -x7015 x9932 -x1203 -x2705 -x3683 -x5787 -x6545 -x7011 -x8564 -x10509 -x10778 
1019.27/54.19	v -x5785 -x5898 -x8149 -x8565 x10762 -x1197 -x1746 -x2704 -x2721 -x4196 x5338 -x5900 x7003 -x7574 -x8150 -x8980 x10761 -x4495 x5322 
1019.27/54.19	v -x7004 -x10760 -x2718 -x3240 -x4195 x5321 x5897 -x6542 -x6921 x7576 -x8430 -x2378 -x2710 -x3241 x5320 -x6373 x7581 -x8087 
1019.27/54.19	v -x1743 x2366 -x2708 -x3245 -x4517 x5892 -x6372 -x6536 -x7580 -x8083 -x2370 x3224 -x3407 -x3887 -x4201 -x4518 -x8983 -x9578 
1019.27/54.19	v -x1737 x2364 -x2397 -x3406 -x4199 -x4522 -x4969 -x5886 -x8984 -x9580 -x2362 x3567 -x4501 x4953 -x5308 -x6370 -x6924 -x7717 x8329 
1019.27/54.19	v x3569 -x4676 x4952 -x5309 -x6366 -x6925 -x7705 -x8325 -x9577 -x3404 -x4951 -x5305 -x5942 -x7709 x3400 x3566 x5301 -x5938 
1019.27/54.19	v -x6738 -x7703 -x9572 -x10896 -x7701 x3561 -x5293 -x7120 -x9566 x4837 -x5294 -x3555 x4839 x5363 -x7122 x10893 x2975 x5347 x7127 
1019.27/54.19	v -x9603 x2963 -x4836 x5346 -x5645 x7126 -x9489 -x9605 -x10576 -x10887 -x1874 -x2967 -x5345 x9490 x1636 x1862 -x2961 x4831 -x5642 
1019.27/54.19	v -x8480 -x9494 -x9602 -x10726 x1620 x1866 -x2959 -x7945 -x9473 x1619 x1860 -x4825 x7947 -x9597 -x1618 x1858 -x3465 -x10579 
1019.27/54.19	v -x1030 x4466 x7944 -x9591 -x10580 -x3662 x10729 -x1027 -x2134 x3658 -x7939 x9635 -x10730 x9619 -x91 -x7933 x9618 -x4469 x9617 
1019.27/54.19	v -x2131 -x2543 -x3740 -x4470 x734 x3741 -x5090 -x88 x722 x2125 -x2540 -x3745 -x8628 -x8739 x726 -x1376 x3724 x7270 -x82 -x720 
1019.27/54.19	v -x1372 x2305 x7266 -x8736 -x718 -x5126 x2304 -x5122 x8625 -x9324 -x2226 -x8310 x9308 -x2225 -x7373 -x8311 -x8619 x9307 -x2310 
1019.27/54.19	v x7420 -x8307 x9306 -x2308 -x4318 -x7209 x7422 x8303 -x2223 -x8503 x2219 -x4317 -x7370 x7419 -x8295 -x8499 -x8296 x4323 x7205 
1019.27/54.19	v -x7364 -x7414 -x3480 -x4076 -x10119 -x169 x3476 -x4072 -x4117 -x4796 -x4892 x7618 -x8833 x3468 -x4114 x4891 -x7238 -x7612 
1019.27/54.19	v -x7693 -x8829 -x3469 -x4800 -x10124 x3291 -x4801 -x6673 -x7695 -x10145 -x172 x2204 x3275 x4897 -x7700 -x10190 -x173 x2192 x3274 
1019.27/54.19	v x4895 -x6675 -x7699 -x7976 -x10192 -x815 x2196 -x3273 -x3517 -x6680 -x7241 x7977 -x8385 -x9270 -x868 -x2190 -x3519 -x3764 
1019.27/54.19	v -x6224 -x6679 -x7242 x7981 -x8386 -x9269 x10189 -x2188 -x6208 x7960 -x8382 -x10148 -x10970 -x870 x3516 x3763 -x5028 -x6207 -x8378 
1019.27/54.19	v -x10149 -x10184 -x10969 -x875 -x6206 -x9267 -x874 -x1231 x3511 -x5025 -x8370 -x9263 -x10178 x3432 x3769 -x8371 -x10967 
1019.27/54.19	v -x1483 -x3080 x3431 -x3505 x3767 -x7096 -x8860 x10963 -x4139 -x9694 -x1485 -x3077 -x4135 -x7095 x9696 -x10522 -x1490 -x3429 x6472 
1019.27/54.19	v -x8578 -x9852 -x836 -x1210 -x1489 -x3425 x6460 -x8577 x8857 x9693 -x9848 -x3068 x3384 x5798 x6464 -x7017 -x7101 x1511 x3372 
1019.27/54.19	v -x4491 x5800 -x6458 -x7016 -x7099 -x8145 -x8851 -x9688 -x10519 x1495 x3376 -x6456 -x8575 -x9945 -x1207 -x1459 -x1494 -x3370 
1019.27/54.19	v -x3687 -x4490 x5797 -x8147 x8571 -x9682 x9933 -x10513 -x839 -x1493 -x3368 -x7014 -x8152 x9937 -x10773 -x840 -x1201 -x3684 
1019.27/54.19	v -x3883 x5792 -x5899 -x7010 -x8151 -x9931 x10774 -x4496 x5333 -x9929 -x10770 -x2706 -x2722 -x3882 -x4494 x5334 -x5786 -x8979 -x10022 
1019.27/54.19	v -x10766 x1462 -x2375 -x2707 x5330 -x1463 -x2377 -x2711 -x4197 x5326 -x5896 -x6540 -x6920 x7577 -x8981 -x10758 -x2690 -x3237 
1019.27/54.19	v -x3888 -x4198 x7561 -x8088 x8986 -x10759 -x1741 -x2374 x3225 -x3886 -x4202 x5318 -x5890 -x6537 -x6922 x7560 -x8084 -x8985 
1019.27/54.19	v -x9579 -x49 x3229 -x4181 -x4514 -x4964 -x5307 x5319 -x6927 x7559 -x7714 -x10025 -x1738 -x2369 -x3223 x3568 x4502 -x4965 -x5306 
1019.27/54.19	v -x6926 -x7716 -x10026 -x3221 -x4506 -x4961 -x6368 -x8330 -x2363 -x4500 -x4957 -x6364 -x7713 -x8326 -x9576 -x3402 -x4498 
1019.27/54.19	v -x5304 -x6098 -x3398 x3565 -x4949 x5300 -x7708 -x9570 x3840 -x4950 x3559 x4838 -x7702 -x2972 -x4105 -x5358 -x1826 -x2974 -x3461 
1019.27/54.19	v -x5359 -x7123 -x9604 x10891 -x1871 -x2334 -x5355 x7107 -x1873 -x2971 -x3460 -x4835 -x5351 -x5646 x7106 -x10575 -x10888 -x348 
1019.27/54.19	v -x1631 x7105 x9486 x1632 x1870 -x2966 -x4829 -x5343 -x7946 x9474 -x9601 -x10577 -x10725 x1628 -x1829 -x3466 -x5344 -x8611 
1019.27/54.19	v -x9478 x10582 -x1434 x1624 -x1830 x1865 -x2960 -x3464 -x9472 -x9595 x10581 -x10727 -x9470 x10732 -x1031 -x1616 -x1859 x4465 -x5086 
1019.27/54.19	v -x7943 x10731 -x1617 -x3663 x9630 x3659 x4467 -x5085 -x7937 x9631 -x1437 x4472 x9627 -x1438 x4471 x9623 -x731 x5091 -x6800 
1019.27/54.19	v -x733 -x2129 -x2544 x5089 -x9615 x3737 -x9616 -x86 x730 -x2126 x3725 -x8740 -x1663 x3729 -x7271 -x83 x725 x3723 x7267 -x3721 
1019.27/54.19	v -x5127 -x8309 x9319 -x719 x1725 x2306 -x5123 -x8308 -x8623 x9320 x2307 x9316 -x2311 -x5061 x7421 -x8620 x9312 x2290 -x8306 
1019.27/54.19	v -x8302 x9304 x1728 -x2221 -x8504 x9305 -x1729 x2217 -x4319 -x7368 x7418 -x8500 x4320 -x5064 -x5209 x3862 x4324 -x5065 x7203 
1019.27/54.19	v -x7365 -x7412 x2802 -x3479 x10121 -x168 x811 -x3475 -x4118 x4798 -x7616 -x9997 x4803 x10125 -x170 x810 -x4802 x4893 -x7237 -x7613 
1019.27/54.19	v x10123 -x175 -x2201 x3286 x4894 -x174 x2203 x3287 x4898 -x7239 -x7696 -x10144 -x10191 -x816 x3283 -x4877 -x7244 x7680 -x8384 
1019.27/54.19	v -x10000 -x814 -x2200 -x3279 -x3518 x6676 -x7243 x7679 -x8383 -x10001 x10146 -x6219 x6660 x7678 -x7973 x10151 -x2195 -x3271 
1019.27/54.19	v -x6220 -x6659 x7961 -x10150 -x10188 -x3272 -x6216 -x6658 x7965 -x8381 -x871 -x2189 x3515 x3765 -x5029 -x6212 x7959 -x8377 
1019.27/54.19	v -x10182 x855 x3766 x7957 -x9265 x854 -x3064 -x3509 x3770 -x6204 -x9261 -x853 x3749 -x6205 -x10965 -x3063 -x3081 -x9695 -x10961 
1019.27/54.19	v -x4140 -x6469 x1486 -x4136 x6471 -x7097 -x298 x1470 -x3069 -x3381 -x3427 -x7098 -x9853 -x835 -x1469 -x3067 -x3383 -x3423 -x5799 
1019.27/54.19	v x6468 -x7102 x8855 x9692 -x9849 -x1468 -x1506 x7081 -x9942 -x837 -x1507 x3380 x6463 -x8852 -x9686 -x9944 -x10517 -x842 
1019.27/54.19	v x1503 -x8573 -x10772 -x841 -x1205 -x1458 x1499 -x3375 -x3688 -x4492 x5796 -x6457 -x8148 x8569 -x9941 -x10514 -x10771 -x923 -x4493 
1019.27/54.19	v -x5332 -x7012 x8132 -x45 -x1202 -x1460 -x1491 -x2647 -x3369 -x4497 -x5331 -x5790 -x7008 x8131 x9936 x1465 -x1492 x4476 x8130 
1019.27/54.19	v -x10769 -x44 -x1409 x1464 -x2376 -x3884 -x9930 -x10021 -x10765 -x2703 -x3234 -x3885 x5329 -x7572 x2691 -x3236 -x3889 -x5325 
1019.27/54.19	v -x5894 -x6094 -x6541 -x7573 -x8982 -x10023 x50 -x2650 -x2695 -x3868 -x4194 -x4511 -x4963 -x7569 x8966 -x10028 x48 -x1742 
1019.27/54.19	v -x2373 -x2651 -x2689 x3233 -x3836 x4182 -x4513 -x4962 -x5891 -x6093 -x6923 -x7565 -x7715 -x8965 -x10027 -x1412 -x2687 -x4186 
1019.27/54.19	v x6907 -x8964 -x1413 -x2367 -x3228 x3835 x4101 -x4180 -x4510 -x6906 -x7557 -x4178 -x4960 x6099 -x6369 -x6578 -x6905 -x7558 -x2330 
1019.27/54.19	v -x3222 x4100 -x4505 -x4956 x6097 -x6365 -x7712 -x9574 -x3403 x3841 -x5302 -x344 x2329 -x3399 x3563 x3839 -x4499 -x5298 -x6290 
1019.27/54.19	v -x7706 -x9571 -x4106 -x5357 x343 -x944 -x2973 x3560 -x4104 -x5356 -x8607 x2335 -x7118 -x1825 -x1872 -x2333 -x7119 x8606 
1019.27/54.19	v x10892 x349 -x474 -x1630 -x5354 -x6293 -x7115 -x9483 x347 -x1629 -x1827 -x2970 -x3462 -x4833 -x5350 -x6294 -x7111 x9485 -x947 
1019.27/54.19	v x1832 -x3118 -x3463 x8612 -x948 -x1831 -x1869 -x2964 -x3467 -x4830 -x7103 x8610 x9482 -x9599 x10578 -x1627 -x3446 -x7104 x10562 
1019.27/54.19	v -x1433 -x1623 x1863 -x6796 -x9477 -x9596 x10561 x10728 -x9629 x10560 x10712 x1435 -x5479 -x6795 -x7941 -x9471 -x9628 x10711 
1019.27/54.19	v x1440 x10710 -x1439 -x1659 x4468 x5087 -x7938 -x4420 x4452 x5088 -x6801 x9626 -x732 -x1658 x4451 x5092 -x6799 x9622 x3734 
1019.27/54.19	v -x4450 -x5071 -x5482 x319 -x2130 x3736 -x5483 x1664 -x87 -x729 x1662 x3733 -x6846 -x9318 x723 -x3728 -x9317 x322 -x323 x1724 
1019.27/54.19	v -x3722 -x5205 -x8624 x2303 -x6849 x9315 x1726 x2291 x5060 -x5204 -x6850 -x9311 -x645 x1731 -x2295 -x8304 x1730 -x2289 -x3858 
1019.27/54.19	v x5062 -x8300 -x2222 -x2287 x5067 -x5210 -x2218 -x5066 -x5208 -x7369 -x7416 x4316 x3861 x4312 x7204 -x7413 x2801 -x3477 -x3786 
1019.27/54.19	v x10122 -x3473 x4799 -x7617 -x9996 x10126 -x10551 -x3285 x4785 x10108 x171 x812 -x2202 -x3284 -x4784 -x9998 x155 x813 -x2806 
1019.27/54.19	v -x4783 x4890 -x7691 -x10003 -x154 x817 x4878 -x7240 x7692 -x10002 -x153 -x796 -x3282 x4882 -x6218 -x6671 x7224 x7688 -x7970 -x10554 
1019.27/54.19	v -x2199 -x3278 -x4876 -x6217 x6672 x7223 -x7684 -x7972 x10147 -x10555 -x4874 x6668 -x7222 x10131 -x2193 x6664 x7676 x7969 
1019.27/54.19	v -x10130 -x10186 -x866 -x6215 -x7677 -x8379 -x10129 -x294 -x867 x3513 -x6211 -x6656 x7964 -x8375 -x10183 x863 -x3762 -x6657 
1019.27/54.19	v -x9266 -x10630 -x293 -x859 -x3510 x3750 -x4942 x7958 -x9262 x3754 -x10966 -x851 -x3065 -x3748 -x6470 -x10962 x299 -x852 x1481 
1019.27/54.19	v -x3066 -x3746 -x5234 x297 -x919 x1482 -x3070 -x3382 x1478 -x1505 -x3049 -x3428 -x4945 x7094 x10339 -x918 -x1474 -x1504 -x3424 
1019.27/54.19	v -x4946 x6467 x7082 -x8856 x9690 -x9943 -x2185 x7086 x838 -x1466 x3379 -x6461 -x7080 -x9687 -x10518 x822 -x924 -x1467 x1502 
1019.27/54.19	v -x7078 -x8143 -x8574 x821 -x922 -x1206 -x1498 -x3373 x5794 -x8144 -x8570 -x9940 x820 x4489 -x7013 -x8140 -x8417 -x1461 -x2113 
1019.27/54.19	v -x2646 x4477 -x5791 -x7009 x8136 -x9934 x1445 -x2700 x4481 -x7571 -x10767 -x46 -x1408 x1444 x2648 -x2702 -x3235 -x4475 -x6574 
1019.27/54.19	v -x7570 x8128 -x10763 x47 x1443 -x2653 -x3881 -x4191 -x4473 -x5327 x8129 -x8977 x51 -x1410 -x2652 -x2699 x3869 -x4193 -x4512 
1019.27/54.19	v -x5323 -x5895 -x6573 -x8978 -x10024 x30 x1415 -x2116 -x3873 -x6918 -x7568 -x8974 x10008 -x1414 -x2117 -x2371 -x2694 x3232 -x3867 
1019.27/54.19	v x4190 x6095 -x6919 -x7564 -x8046 -x8970 -x10007 -x3865 x6096 -x6579 -x6915 -x10006 -x2368 -x2688 -x3226 x3837 -x4185 -x4509 
1019.27/54.19	v x6100 -x6577 -x6911 -x8962 x3838 -x4958 x6079 -x8963 -x470 x3842 x4102 -x4179 -x4503 -x4954 -x6903 -x7710 -x9575 x3821 x4103 
1019.27/54.19	v -x5303 -x6904 -x8049 -x469 x2331 -x3114 -x3564 x4107 -x5299 -x6289 -x7707 -x8050 -x8723 x2332 x4086 -x7117 x345 -x943 x2336 
1019.27/54.19	v -x3113 x6291 -x7116 x346 -x475 x2315 x6296 x350 -x473 -x945 -x6295 x8608 -x9484 -x329 x950 x3119 -x5352 -x7114 x8609 -x8726 
1019.27/54.19	v x949 x1828 -x2968 -x3117 -x4834 -x5348 -x7110 x8613 -x8727 x1812 -x3459 x8592 -x10573 -x1534 -x1811 -x1867 -x2965 x3447 -x4416 
1019.27/54.19	v x9481 -x9600 -x10574 -x1625 -x1810 x3451 x10570 -x10680 -x10723 -x894 -x1621 -x1864 -x3445 -x4415 -x9475 x10566 x10724 -x3443 
1019.27/54.19	v -x8242 x10720 x1436 -x5478 x6797 -x7942 x10558 -x10716 -x1363 x1420 -x1537 -x4421 -x4463 x6798 -x10559 -x1419 -x1538 -x4419 
1019.27/54.19	v -x4464 -x5480 -x6802 -x10708 -x897 -x1418 x4460 -x5084 x5485 -x6781 -x9624 -x10709 -x898 x1660 -x3735 x4456 x5072 -x5484 
1019.27/54.19	v -x9620 x1661 x5076 -x7651 x318 x1665 -x4448 -x5070 x1644 -x4449 -x5068 x320 -x641 -x727 -x1584 -x3732 x6845 x325 x324 -x640 
1019.27/54.19	v x724 -x3726 x6847 -x2300 x6852 -x2302 -x4441 -x6851 -x646 -x1587 x9313 -x644 -x1588 x1727 x2299 -x5206 x8170 -x9309 x1711 x5207 
1019.27/54.19	v -x8305 -x1710 -x2294 x3857 x5063 -x5211 -x8301 -x1709 -x4313 -x4444 x5047 -x5190 -x2288 x3859 x4315 -x4445 -x5046 -x7417 x3864 
1019.27/54.19	v -x5044 x8173 x3863 x4311 x8174 x2803 -x3478 -x3785 -x4795 x10118 -x519 -x3474 -x4794 x10109 -x10550 x166 -x2807 -x4793 -x4887 
1019.27/54.19	v -x7690 x10113 x167 -x2805 x4789 x4889 -x7689 -x9999 -x10107 -x10552 x163 x809 -x3790 -x6670 -x7235 -x9983 -x10105 -x10557 
1019.27/54.19	v -x159 x797 -x4781 x4886 -x6669 -x7236 -x7971 -x9982 -x10556 -x10626 -x523 x801 -x3280 -x4782 x7232 x7687 -x9981 -x10142 -x151 
1019.27/54.19	v -x795 -x2197 -x2902 -x3276 -x4881 x7228 -x7683 x10143 -x10625 -x152 -x793 -x865 x6667 -x9840 x10139 -x864 -x2194 -x4875 -x5230 
1019.27/54.19	v x6663 -x7220 x7968 -x10135 -x10187 -x3759 -x6213 -x7221 -x8380 x10631 -x3514 -x3761 -x5229 -x6209 -x7962 -x8376 -x9658 
1019.27/54.19	v -x10127 x10335 -x10629 -x862 x2905 -x10128 -x295 -x858 -x2181 x2906 x3758 -x4941 x10334 x296 x1480 -x5235 x300 x1479 -x2180 -x3753 
1019.27/54.19	v -x4943 -x5233 -x279 -x3062 x4948 -x7091 -x9661 x10340 x3050 -x3747 -x4947 -x7093 -x8413 -x9662 x10338 x1477 -x2186 -x3054 
1019.27/54.19	v -x377 -x920 -x1473 -x2184 -x3048 -x6465 x7090 x8412 -x9691 -x833 -x921 -x3046 -x8142 x834 -x925 -x3377 -x6462 x7085 -x8141 
1019.27/54.19	v -x830 -x904 x1500 -x4486 -x8418 x826 -x1496 -x3374 -x4488 -x5795 -x7079 -x8416 -x9938 x380 -x1456 -x8139 x381 x818 -x1457 -x2112 
1019.27/54.19	v -x2701 x4485 -x8135 -x9935 -x819 x1453 -x3878 -x8976 -x10768 -x1449 -x2114 x2649 -x3880 -x4192 x4480 -x8975 -x10764 -x43 
1019.27/54.19	v -x2119 x2633 -x5328 -x6917 -x10019 x31 -x1411 x1441 -x2118 -x2632 -x2698 x3877 -x4474 -x5324 -x6575 -x6916 -x10020 x35 x1395 
1019.27/54.19	v -x1442 -x2631 -x6576 -x7358 -x7566 -x8973 -x10016 -x29 x1394 -x2372 -x2692 -x3230 -x3872 -x4189 -x6580 -x7562 x8045 -x8969 x10012 
1019.27/54.19	v -x27 -x1393 x6092 -x6559 -x6914 -x3227 -x3866 -x4183 -x4507 x6080 -x6910 x8047 -x10004 x3834 -x4959 -x6084 x8052 -x10005 
1019.27/54.19	v x3822 -x4504 -x4955 x6078 -x7711 -x8051 -x3826 x4099 -x6076 -x471 x3820 x4087 -x8722 -x472 x2328 -x3818 x4091 -x476 x2316 -x3115 
1019.27/54.19	v -x4085 x6292 x8724 -x10676 x342 -x455 -x2320 -x3116 -x4083 x6276 -x8729 x330 -x946 -x2314 x3120 x6275 -x8238 -x8728 -x10675 
1019.27/54.19	v x334 x930 -x1823 -x2312 x3099 -x3456 -x5353 -x6274 -x7112 -x8605 -x10572 -x328 x929 -x1359 x1824 -x2969 -x3458 -x5349 -x7108 
1019.27/54.19	v -x8237 x8593 -x10571 -x326 x928 x1820 x8597 -x10681 -x10722 -x1358 -x1533 x1816 -x1868 -x3455 x8591 -x9479 -x10360 -x10679 
1019.27/54.19	v -x10721 -x1626 -x8243 x8589 x10569 -x893 -x1535 -x1622 -x1808 x3450 -x4417 -x7647 -x8241 -x9476 x10565 -x1364 x1431 -x1540 
1019.27/54.19	v -x1809 -x4418 -x4462 -x10719 -x895 -x1362 x1432 -x1539 -x3444 -x4422 -x4461 -x7522 x7646 -x10715 -x900 -x1428 x4401 -x5081 x6794 
1019.27/54.19	v -x9351 -x10363 -x899 x1424 -x5083 -x5481 x6782 -x10364 -x4459 x5465 -x6528 x6786 -x7652 -x9625 -x1416 -x4455 x5080 x5464 
1019.27/54.19	v -x6780 -x7650 -x9621 -x1417 x1657 x5463 -x6653 -x6778 -x7525 x1645 x5075 -x7526 x1649 -x9376 x321 -x728 -x1583 x1643 -x3730 
1019.27/54.19	v -x5069 x305 -x1641 x304 -x642 x1585 -x2301 -x3727 x6848 x303 -x643 x1590 -x4545 x6832 x647 x1589 -x4440 x6831 -x626 -x1722 -x6830 
1019.27/54.19	v -x9314 -x1723 x2298 -x3960 -x4442 x8169 -x9310 x1719 -x4447 -x5058 x5203 -x1715 -x2292 -x4314 -x4446 x5059 x5191 x8171 -x5055 
1019.27/54.19	v x5195 x8176 -x1707 x3860 x5051 -x5189 x8175 -x1708 x3843 -x3963 -x5187 x3844 -x3964 x4310 -x5045 -x10296 -x165 x2804 -x3787 
1019.27/54.19	v x164 -x518 -x2808 -x4888 -x8071 -x9836 x10117 -x806 x1784 -x2790 -x3791 -x4792 -x7234 -x9994 -x808 x1785 -x3789 -x4788 -x7233 
1019.27/54.19	v -x9835 -x9995 x10112 -x10553 x162 -x524 -x9991 -x10141 -x10537 -x158 -x522 -x805 x4885 -x9987 -x10106 -x10140 -x10536 -x3281 
1019.27/54.19	v x7231 -x7685 -x8074 -x9841 -x10535 x800 -x2198 -x2901 -x3277 -x4879 x7227 -x7681 -x8075 -x9839 -x9979 -x10627 -x6665 -x9980 
1019.27/54.19	v x10138 x10628 -x794 x2903 -x3760 x6661 -x7966 -x10134 x10632 x2908 -x6214 x10611 x2907 -x5231 -x6210 -x6624 -x7963 -x9657 
1019.27/54.19	v -x860 x5232 -x856 x3757 -x5236 -x9659 x10336 x292 -x3059 x5215 -x9664 x10337 x280 -x2182 -x3061 -x3751 x4944 -x7092 -x9663 
1019.27/54.19	v x10341 -x284 x2183 x4928 -x6627 -x10320 -x278 -x2187 x3058 -x4917 x4927 -x6628 -x276 -x832 x1475 x2166 -x2856 x4926 -x376 -x831 
1019.27/54.19	v -x1471 -x3053 -x6466 -x7089 x8414 -x917 x8415 -x378 x905 -x3047 -x3378 -x4487 x7083 -x8419 x383 -x829 x909 -x1455 -x1501 -x2025 
1019.27/54.19	v x4920 -x8398 x382 -x825 -x903 -x1454 -x1497 -x4921 -x7354 -x9939 -x901 -x8137 -x3879 x4484 -x4733 -x7353 -x8133 -x40 -x1452 
1019.27/54.19	v x2644 x8292 -x10018 -x42 -x1448 -x2115 x2645 x4478 -x10017 x1406 x2099 -x2641 -x7359 x39 x1407 x2098 -x2637 -x2696 -x3876 
1019.27/54.19	v -x7357 x1403 x2097 -x4736 -x6089 -x6572 -x7567 -x8971 -x10015 -x34 -x1399 -x2622 -x2629 -x2693 -x3231 -x3870 -x4187 -x4737 
1019.27/54.19	v -x6091 -x6560 -x7563 -x8967 -x10011 -x2630 x3831 -x6564 -x6912 -x28 -x1391 x3833 -x4184 -x4508 -x6088 -x6558 -x6908 x8048 -x1392 
1019.27/54.19	v -x4096 -x6556 x8032 x3830 -x4098 -x6083 -x6599 x8031 -x1168 x2325 x2625 -x8030 x2327 x2626 -x3825 x4095 -x6077 -x7794 -x339 
1019.27/54.19	v -x468 -x6287 -x341 x456 x2324 -x3819 -x4090 -x6288 x8725 -x460 x941 -x1822 x3112 -x6284 -x6602 -x8602 x8709 -x338 -x454 x942 
1019.27/54.19	v -x1821 -x2319 x3100 -x3457 -x4084 -x6280 -x6603 -x8604 x8708 -x10677 -x452 -x938 -x3104 -x5558 -x7113 -x7797 -x8707 -x10678 
1019.27/54.19	v -x333 -x934 -x2313 -x3098 -x6272 -x7109 -x7798 -x8239 x8601 -x9347 x10682 x1819 -x3096 -x6273 -x8240 x10661 -x327 -x926 -x1360 
1019.27/54.19	v -x1815 -x3454 -x6524 -x8244 -x8596 -x9346 -x9480 -x10359 -x927 -x1361 -x1430 -x8199 x8223 -x10567 -x1365 x1429 -x1536 x3448 
1019.27/54.19	v -x6523 -x6649 -x8590 -x10361 -x10563 -x1344 x1520 x4414 -x6791 -x9352 -x10366 -x10717 -x10755 -x896 -x1519 x4402 -x5082 -x6648 
1019.27/54.19	v x6793 -x7521 x7648 -x9350 -x9372 -x10365 -x10713 x880 -x1427 -x1518 -x3218 -x4406 -x5476 -x6529 x7649 x879 -x1423 x4400 
1019.27/54.19	v -x5477 -x6527 -x6790 x7523 -x7653 -x9371 -x878 -x1654 x4398 -x4457 x5473 -x6654 -x7528 x7632 x1656 -x4453 -x4541 -x5079 x5469 
1019.27/54.19	v -x6652 -x6785 -x7527 x9377 x1653 -x4540 x5073 x5461 -x6779 -x9375 -x316 x5462 x317 x1648 -x3731 x313 -x4546 x6843 -x9467 x309 
1019.27/54.19	v x1586 -x1642 -x4544 x6844 -x639 x1570 -x1721 x6840 -x301 x627 -x1569 -x1720 x6836 -x302 x631 -x1568 -x5057 -x5200 -x6148 -x144 
1019.27/54.19	v -x625 -x2296 -x3959 x4443 -x5056 x5202 -x6828 -x623 x1718 x4427 -x6829 -x1714 -x2293 -x3961 x4426 x5199 x8172 -x10292 -x3855 
1019.27/54.19	v x3966 -x4425 -x5054 x8156 -x3856 x3965 x5050 -x5194 x8155 -x147 x3852 x8153 -x148 x3848 -x4308 -x5188 -x10295 x1787 -x2800 
1019.27/54.19	v x3788 -x9993 -x520 -x807 x1786 x2791 -x3792 -x4034 -x8070 -x9992 x10116 x521 x2795 -x3774 -x4790 -x10548 -x525 -x2789 x3811 
1019.27/54.19	v -x4786 -x8072 -x9837 -x10110 -x10549 x160 -x505 -x2787 -x8077 -x9838 -x9990 -x10545 -x156 -x804 -x4883 -x8076 -x9842 -x9986 
1019.27/54.19	v -x10541 -x4038 x7229 -x7686 x9821 -x798 -x4880 -x7225 -x7682 -x10533 -x3814 -x6666 x10136 -x10534 x10624 x2904 -x3815 -x6662 
1019.27/54.19	v -x7967 -x10132 x10612 x2888 x10616 -x2852 x2887 -x6623 x10610 -x289 -x861 -x2050 x2886 x5228 -x10608 -x291 -x857 -x2851 -x3060 
1019.27/54.19	v x3755 x5216 -x6625 -x9660 -x4939 -x5220 -x6630 -x9644 -x10333 x288 -x2021 -x3752 -x4940 -x5214 -x6629 -x9643 x10321 -x2179 
1019.27/54.19	v x2857 x4936 -x5212 -x5458 -x9642 x10325 -x283 -x2020 x2167 -x2855 x3057 -x4916 x4932 -x10319 -x914 -x1476 x2171 -x10317 -x277 
1019.27/54.19	v -x916 -x1472 x2165 -x3051 x4918 x4924 -x7087 -x8288 -x2026 -x2163 x4923 -x4925 -x8411 -x379 x913 -x1114 -x2024 x4922 -x7084 
1019.27/54.19	v -x8287 x8399 x363 -x827 -x8403 x362 -x823 -x908 -x8397 x9125 -x361 -x2643 -x8138 x8293 -x8395 -x41 -x902 -x1089 -x2642 x4482 
1019.27/54.19	v -x4732 -x7355 -x8134 x8291 -x1117 -x1405 -x1450 -x2110 -x7356 -x1118 x1404 -x1446 -x2111 -x4479 -x4734 x7360 -x2107 -x2640 -x4739 
1019.27/54.19	v -x6569 x7339 -x9128 x38 -x1164 -x2103 -x2636 -x2697 -x3874 -x4738 -x6090 -x6571 -x9129 -x9438 -x1092 x1402 -x8972 -x10013 
1019.27/54.19	v -x32 -x1093 -x1163 -x1398 -x2095 x2621 -x3832 -x3871 -x4188 -x6568 -x8968 -x10009 -x2096 -x6913 -x8043 x2623 -x4097 -x6087 
1019.27/54.19	v -x6563 -x6909 x8044 -x1169 x2628 x8040 -x9441 -x1167 -x2326 x2627 x3829 -x5554 -x6081 -x6557 -x6598 x8036 -x9442 -x465 -x790 
1019.27/54.19	v -x6286 -x340 -x467 -x3823 x4094 x5553 -x6285 -x6600 -x7793 -x8028 -x8537 -x940 -x3109 x6605 -x8029 -x8720 -x464 -x939 x2323 -x3111 
1019.27/54.19	v -x4088 x6604 -x7795 -x8195 -x8603 x8721 -x5559 -x6283 -x7800 x8717 -x337 -x459 -x2317 -x3108 -x5557 -x6279 -x7799 x8194 
1019.27/54.19	v -x8713 -x10751 -x937 -x8540 x10674 -x331 -x453 -x933 -x3103 -x3214 -x8541 x8600 -x8705 x10662 -x10750 x1817 -x8200 -x8236 -x8706 
1019.27/54.19	v x10666 -x1813 -x3097 -x3213 -x3452 -x8198 x8224 -x8594 x9348 -x10660 x1357 -x1531 -x2459 -x4411 x8228 x9349 -x10568 -x10658 
1019.27/54.19	v -x10756 x1345 x1532 -x3449 -x4413 -x6525 -x6792 x8222 -x9353 -x10362 -x10564 -x10754 x891 -x1349 -x1528 -x3219 -x5475 -x6526 
1019.27/54.19	v -x8220 -x9332 x10346 -x10718 x892 -x1343 x1524 -x3217 x4410 -x5474 -x6530 -x6650 -x10345 -x10714 -x888 -x1341 -x1425 -x5608 
1019.27/54.19	v x6509 x6651 -x7645 -x10344 -x884 -x1421 -x1516 -x1655 -x4405 -x6655 -x6789 x7524 x7633 -x9373 -x9463 -x1517 -x4458 x5472 -x6634 
1019.27/54.19	v -x6900 x7508 x7637 -x9374 -x876 -x4399 -x4454 -x5077 -x5468 -x6783 x7507 -x7631 x9378 -x9462 -x315 -x877 -x7506 -x7629 
1019.27/54.19	v x9357 -x314 x1652 x4542 -x5074 -x6144 x4543 -x6842 x9468 x1646 x4547 -x6143 x6841 -x9466 -x312 -x636 -x1581 x4526 -x308 -x638 
1019.27/54.19	v x1582 x1578 -x6149 x6839 x635 -x1139 x1574 -x5201 -x6147 -x6835 x4438 -x10505 -x143 -x630 -x1566 -x2297 x4439 -x1567 x1716 -x3854 
1019.27/54.19	v -x4435 -x8167 -x145 -x624 -x1712 -x3853 -x3962 x4431 x5198 x8168 -x10291 x150 -x1142 x3946 -x5052 -x8164 x149 -x1143 x3945 
1019.27/54.19	v -x4423 -x5048 -x5192 -x8160 -x10293 x3851 x3943 -x4424 x10298 x3847 -x4309 x8154 -x10297 x1775 x3784 -x10547 -x20 -x1774 
1019.27/54.19	v x2799 x3775 -x4033 -x10114 -x10546 x517 -x1773 x3779 -x4791 x506 -x2794 -x3773 x3810 -x4787 -x8073 -x10111 -x161 -x510 -x3771 
1019.27/54.19	v x4039 x8057 -x9834 -x9988 -x10544 -x157 -x504 -x802 -x2046 -x2788 x3812 x4037 -x4884 -x8056 x9822 -x9984 -x10540 -x23 -x502 
1019.27/54.19	v -x3817 -x7230 -x8055 -x9826 -x10621 -x24 -x799 -x2045 -x3816 -x7226 x9820 -x10623 x2899 -x9818 x10137 x2900 -x4059 -x5454 -x10133 
1019.27/54.19	v x10620 x2051 x2896 -x5225 -x290 x2049 x2892 -x5227 -x5453 x10615 -x4938 -x9655 -x10330 -x2853 x2884 x3756 -x4937 x5224 -x6626 
1019.27/54.19	v -x7046 -x9656 -x10332 -x10609 -x2176 -x2854 -x2885 -x4062 -x5459 -x6610 -x9652 -x287 -x2178 x2858 -x4063 -x5219 -x5457 
1019.27/54.19	v -x6609 -x9648 x10329 x2837 -x4935 -x6269 -x6608 -x281 -x915 -x2022 -x2175 -x2355 -x3055 -x4931 -x5213 -x9640 x10324 -x2023 -x7049 
1019.27/54.19	v -x8408 -x9641 -x2027 x2170 -x3052 x4919 -x7050 -x7088 -x8410 -x10318 x374 -x2006 x4903 -x10655 x375 x912 -x1113 -x2164 -x4902 
1019.27/54.19	v x8289 -x8407 x371 -x828 -x2358 -x4901 x8290 -x9815 -x367 -x824 -x906 -x1115 -x2359 x8294 -x8402 x9124 x1120 -x2109 -x2881 
1019.27/54.19	v -x8273 -x359 -x1088 x1119 -x2108 -x4483 -x8396 x9126 -x360 -x1451 x7352 -x9131 x1090 -x1447 -x4735 x6499 -x6570 x7340 -x9130 
1019.27/54.19	v -x1095 -x2106 -x2638 x4719 x7344 x36 x786 -x1094 -x2102 -x2634 -x3875 -x4718 -x7338 -x9437 -x1400 -x4717 -x7336 -x8042 -x10014 
1019.27/54.19	v -x33 x785 -x1165 -x1396 -x6567 -x8041 x9439 -x10010 -x1166 x6502 -x9444 -x1170 x2624 -x6085 x6503 -x6561 -x9443 -x791 x1149 
1019.27/54.19	v x2608 -x8039 -x466 -x789 x2607 -x3827 -x6082 x8035 -x2606 x6431 -x8719 -x3110 -x3824 -x4092 x5555 -x6601 -x8536 -x8718 x5556 
1019.27/54.19	v x6585 -x463 x2321 -x2455 -x4089 x5560 x6584 -x7796 -x8538 -x5539 -x6281 x6583 x7780 x8543 -x8716 -x10671 -x335 -x457 -x2318 
1019.27/54.19	v -x2454 -x3107 -x4391 -x6277 x7779 x8196 -x8542 -x8712 x10673 -x935 -x7778 x8197 -x8233 -x332 -x931 -x3101 -x5604 -x8201 -x8235 
1019.27/54.19	v x8598 x10670 -x10752 x1354 -x1530 -x1818 x2460 -x8180 -x10753 x1356 -x1529 -x1814 -x2458 -x3215 -x3453 -x4412 -x5603 -x6896 
1019.27/54.19	v -x8232 -x8595 x10665 -x10757 -x890 -x3216 -x4394 -x9345 -x10357 -x10736 -x889 x1353 -x3220 -x4395 -x6895 x8227 x9333 -x10358 
1019.27/54.19	v -x10659 -x1527 x3199 -x5609 -x6522 -x7642 -x7748 x9337 -x10354 -x1348 x1523 -x4409 -x5607 x6510 -x7644 -x8221 -x9331 -x10350 
1019.27/54.19	v -x887 -x1426 x6514 x6647 -x6901 -x7519 -x9329 -x883 -x1342 -x1422 -x2577 -x4403 -x6508 x6635 -x6787 -x6899 -x7520 x7641 -x10342 
1019.27/54.19	v -x1613 -x5470 -x6506 -x6639 x7516 -x9370 -x10343 -x5078 -x5466 -x6633 -x6784 x7512 -x7636 x9358 x9464 -x9749 -x6631 x9362 
1019.27/54.19	v x9465 -x686 x1650 -x7504 -x7630 -x9356 x9469 -x10501 -x1580 -x2580 x4539 -x7505 -x9354 x9448 -x637 -x1579 -x1647 -x2581 x4527 
1019.27/54.19	v x6145 x10500 -x310 x4531 -x4638 x6146 -x9752 -x306 x4525 x6150 -x9753 -x689 x1577 -x4437 x4523 x6129 -x6837 -x10506 -x634 
1019.27/54.19	v -x690 x1138 x1573 -x1851 x4436 -x6833 -x10504 -x8166 -x628 x1140 -x8165 x1145 -x1717 x3957 -x4434 -x4663 -x146 x1144 -x1713 
1019.27/54.19	v x3958 -x4430 -x5196 x130 -x1854 -x3954 -x5053 -x8163 x129 -x1855 x3950 -x5049 -x5193 -x8159 -x10294 -x127 -x2484 x3849 x10277 
1019.27/54.19	v -x3845 x3944 x6201 x10278 -x516 x1783 -x19 -x515 x1779 -x2663 -x2798 x3783 -x4035 -x10115 -x4036 x8068 -x9831 -x21 -x514 -x1771 
1019.27/54.19	v -x2792 x3778 x4040 x8069 -x9833 x26 -x1772 -x4020 -x8065 -x9989 -x10542 -x25 -x509 -x803 -x3772 x3813 -x8061 x9830 -x9985 
1019.27/54.19	v -x10538 -x10622 -x2667 -x2898 x3797 -x503 -x2047 x2897 x3796 -x3920 -x8053 -x9825 x2048 -x3795 -x8054 x2052 -x4058 -x5226 -x6265 
1019.27/54.19	v -x9819 x10619 x2031 -x2895 -x9654 -x2891 -x4060 -x5455 x6264 -x9653 -x10331 x10613 -x3923 -x4065 x5456 -x6621 -x2177 -x3924 
1019.27/54.19	v -x4064 -x5223 -x5460 -x6622 -x7045 -x10651 x2850 -x5439 -x6270 -x6618 -x9651 -x285 x2838 -x5217 -x6268 -x6614 x7047 -x9647 
1019.27/54.19	v -x9811 -x10328 -x10650 x2842 -x4933 -x7052 -x282 -x2174 -x2354 x2836 -x2877 -x3056 -x4929 -x6606 -x7051 -x8409 -x9810 -x10322 
1019.27/54.19	v -x373 x2019 x2834 -x4914 -x6607 x10656 -x372 x2007 -x2168 -x2356 -x2876 x4915 x10654 -x2011 x2361 x4911 -x9816 x910 -x2005 
1019.27/54.19	v -x2360 -x4907 -x6169 -x8406 -x9814 x370 -x2003 -x2882 -x3365 x8286 -x366 -x907 -x1116 -x2880 -x4899 -x7304 x8274 -x8400 x1100 
1019.27/54.19	v -x4900 -x7349 -x8278 -x1099 x7351 -x8272 x9127 -x1098 x2434 -x4730 -x6172 -x8270 x9111 x1091 x4731 -x6173 x6498 -x7348 -x9110 
1019.27/54.19	v x1075 -x2104 -x2639 x4727 -x6004 -x7307 -x9109 -x37 -x1074 -x2100 -x2635 x4723 -x6427 x6500 -x7308 -x7329 -x7343 -x1073 -x1401 
1019.27/54.19	v x6505 x787 -x1397 -x4715 -x6426 x6504 -x6565 -x7337 x9440 x788 -x1162 -x2619 -x4716 -x5683 x9424 -x792 x1150 -x2620 -x5878 
1019.27/54.19	v -x6086 -x6562 -x9423 -x771 x1154 -x2616 x6432 x7332 -x8037 -x9422 -x10274 -x1148 x2612 -x3828 x6430 -x7333 x8033 -x1146 -x6596 
1019.27/54.19	v -x2604 -x4093 -x6597 -x2605 x5552 -x5881 x6593 -x7791 -x461 x2322 x5540 -x5882 -x6589 x7792 -x8539 -x10672 -x3989 x5544 
1019.27/54.19	v -x6282 x7788 x8523 -x8714 -x336 -x458 -x2456 -x3105 -x4390 -x5538 -x6278 -x6581 -x7744 -x7784 -x8234 x8522 -x8710 -x936 -x2457 
1019.27/54.19	v -x5536 -x6582 x8193 x8521 -x932 -x1355 x2461 -x3102 -x4392 -x7743 -x7776 x8181 -x8599 x10669 x2440 x4397 -x7777 -x8185 -x9342 
1019.27/54.19	v -x10356 -x10749 -x1609 -x4396 -x5605 -x8179 -x8231 -x9344 -x10355 x10663 -x10737 x3212 -x5606 -x6519 x7749 -x8177 -x10741 
1019.27/54.19	v -x1352 -x1608 x3200 -x5610 -x6521 -x6897 -x7643 x7747 -x8225 -x9341 -x10735 -x1525 x3204 -x5589 x6644 -x6898 -x7518 -x10353 
1019.27/54.19	v -x10733 -x1346 x1521 -x3198 -x4407 -x6518 x6646 -x6902 -x7517 -x9249 x9336 -x10349 -x885 -x1614 -x3196 x6881 -x9367 -x881 -x1612 
1019.27/54.19	v -x2576 -x4404 -x4634 -x6513 x6643 -x6788 -x7640 -x9330 -x9369 -x5471 x7515 -x2578 -x4633 -x5467 -x6507 -x6638 x7511 -x7634 
1019.27/54.19	v -x9366 -x9748 -x2583 -x4536 -x9252 x9461 -x685 -x1651 -x2582 x4538 -x6632 -x9253 -x9361 x9449 x9750 -x273 -x4639 x9453 -x9755 
1019.27/54.19	v x687 x4535 -x4637 -x4659 -x9355 -x9447 -x9754 x10502 -x311 -x692 -x4613 -x6142 -x9445 x10503 -x307 -x691 x4530 -x4658 x6130 
1019.27/54.19	v x10507 -x1575 x6134 -x6838 x10486 -x632 x1571 -x1850 -x2480 -x4010 -x4524 -x6128 -x6834 -x3956 x4664 -x6126 -x9009 -x629 x1141 
1019.27/54.19	v x1852 -x2479 -x3955 -x4662 -x10825 x141 x1125 -x1857 -x4432 x142 x1124 -x1856 -x4428 -x5197 x138 x1123 -x2485 -x3953 -x4013 
1019.27/54.19	v -x5633 -x8161 -x10289 x134 -x2483 x3949 -x4014 -x8157 -x10290 x3850 -x10286 -x10828 -x128 -x3846 x6200 x10282 -x10829 x1782 
1019.27/54.19	v x8067 -x1778 -x2662 -x2796 x3782 x4301 x8066 -x9832 -x4032 x22 -x513 -x1946 -x2793 x3776 x4021 x6 -x2668 -x3808 -x4025 -x8064 
1019.27/54.19	v -x10543 -x5 -x507 -x2666 -x3809 -x4019 -x8060 x9829 -x10539 -x4 x3805 -x4017 -x4305 x3801 x3919 -x9823 -x1949 x2044 -x1950 
1019.27/54.19	v x2032 -x3793 x3921 x10617 -x1268 -x2036 -x2893 -x3794 -x3926 -x6620 x2030 -x2889 -x3925 x4061 x6266 -x6619 -x10614 x2028 -x2847 
1019.27/54.19	v x4045 -x5452 x6267 -x2849 x4044 -x5221 x5440 x6271 x4043 -x5444 -x6250 -x6617 -x9649 -x286 -x2846 -x3361 -x5218 -x5438 -x6613 
1019.27/54.19	v x7048 -x9645 -x10326 x10652 x2016 -x4913 -x4934 -x5436 x7032 x10653 x2018 -x2172 -x2841 -x3360 -x4912 -x4930 -x6340 x7031 
1019.27/54.19	v -x9812 -x10323 x10657 -x7030 x9813 x10636 x2015 -x2169 -x2357 -x2430 -x2835 -x2878 x9817 x2341 -x2879 -x3366 -x4910 -x8283 
1019.27/54.19	v x9796 -x911 -x2010 x2340 -x2429 -x2883 -x3364 -x4906 -x6000 -x6168 x8285 -x8404 -x8698 x368 -x1111 -x2339 -x2862 -x6343 -x364 
1019.27/54.19	v -x1112 -x2004 -x5999 -x6170 -x6344 -x7303 -x7350 x8282 -x8401 -x1108 x2435 -x4729 x6175 x9122 -x1104 x2433 -x4728 -x5679 -x6174 
1019.27/54.19	v -x7305 -x8277 x9123 x1086 x6005 -x7310 -x8701 -x9119 x1087 -x1096 -x5678 -x6003 -x7309 -x7347 -x8271 -x8702 -x9115 -x10270 
1019.27/54.19	v x1083 -x1097 -x2105 x4726 -x1079 -x2101 x4722 x6501 -x7328 -x7341 -x9107 -x10269 -x1159 -x2618 x5684 x6485 -x9108 -x9435 -x1071 
1019.27/54.19	v -x1161 -x2617 x5682 -x6428 -x6484 -x6566 -x7330 x9436 x784 -x1072 -x6429 -x6483 x7335 x9432 -x10275 x772 -x1158 -x3985 -x5877 
1019.27/54.19	v x6433 x7334 -x9428 -x10273 x776 -x2615 x6412 -x6595 -x8038 -x770 x1153 x2611 -x3984 -x5879 -x6594 -x8034 -x9420 -x768 x5549 
1019.27/54.19	v -x5884 -x7790 -x9421 -x1147 x5551 -x5883 -x7789 x3990 -x6592 -x8534 -x462 -x1189 x3988 x5548 -x6588 x8535 -x7787 -x8190 
1019.27/54.19	v x8531 -x8715 -x3106 x5543 -x7783 x8192 -x8527 -x8711 -x2453 -x10746 x2441 -x4393 -x5537 -x6946 -x7745 x8189 -x8519 -x9343 x10667 
1019.27/54.19	v -x10748 -x1192 x2445 -x3209 x4377 x7746 -x8520 -x1193 x2439 -x3211 x4376 -x6520 x7750 -x8184 -x8229 -x10664 -x10745 -x2437 
1019.27/54.19	v x4375 x5602 x7729 -x9537 -x1350 -x1610 -x3208 x5590 -x6645 -x8178 -x8226 -x9340 -x10740 -x1526 -x1611 x5594 -x6894 -x6949 -x10351 
1019.27/54.19	v -x269 -x1347 -x1522 -x1615 x3203 -x4408 -x5588 -x6517 x6882 -x6950 -x9248 x9334 -x9368 -x10347 -x10734 -x886 x1594 -x5586 
1019.27/54.19	v x6886 -x268 -x882 -x3197 -x4609 -x6511 -x6642 x6880 -x7638 -x9250 -x5708 x6878 x7513 -x9255 x9458 x2579 -x4537 -x4608 -x4635 
1019.27/54.19	v -x6636 -x7509 -x7635 -x9254 -x9365 x9460 x274 x2563 -x4636 -x10249 x272 x2562 -x4640 -x9005 -x9359 -x9457 x9751 -x2561 -x4614 
1019.27/54.19	v x4619 -x6139 x9735 x688 -x4534 -x4612 -x6141 -x9004 -x9452 x9734 -x10434 x672 x9733 x10499 x671 -x4528 x4660 -x5629 -x6138 
1019.27/54.19	v -x9446 x10487 -x670 -x1576 x4661 -x9010 x10491 -x633 -x1572 -x4009 x4665 -x5628 x6133 -x8263 -x9008 x10485 -x140 -x1136 -x4644 
1019.27/54.19	v -x10437 x10483 x139 -x1137 x1853 -x2481 -x4011 -x6127 -x10438 x10824 -x1133 x1837 x2482 -x4016 -x4433 -x5634 -x10288 x1129 
1019.27/54.19	v x1836 -x2486 -x4015 -x4429 -x5632 -x6197 -x10287 x10826 -x137 x1835 -x2465 -x3951 -x8162 -x8266 x10831 x133 -x1121 x3947 -x6196 
1019.27/54.19	v -x8158 -x8267 -x10830 -x1018 -x1122 -x10285 x6202 x10281 x1780 -x4031 -x1776 -x2664 -x2797 -x3780 -x4030 x4300 x17 -x2665 
1019.27/54.19	v -x3807 x18 -x511 x1264 -x1945 -x2669 -x3777 -x3806 -x4029 -x14 -x2657 -x4306 -x8062 -x10 -x508 x1263 -x1947 -x4024 -x4304 
1019.27/54.19	v -x8058 -x9827 -x1952 x2041 x3804 -x2 -x1951 x2043 x3800 -x4018 -x9824 -x3 x1269 -x3315 -x1267 -x2040 x3922 -x10618 -x2894 x3906 
1019.27/54.19	v -x4056 -x5449 -x2035 -x2848 -x2890 x3905 -x4057 -x5451 -x3904 -x4053 x6263 -x2029 x4049 -x5222 x5448 x6251 -x6255 -x6615 x7043 
1019.27/54.19	v -x9650 x2017 -x2845 -x4041 -x5443 -x6249 -x6611 x7044 -x9646 -x10327 -x4042 -x6247 x7040 -x7911 x10649 -x2173 -x2839 -x3362 
1019.27/54.19	v -x5437 -x6339 x7036 x10637 -x2352 -x3363 -x9809 x10641 x2014 -x2353 -x3367 -x6341 -x7028 -x8284 x9797 x10635 -x1110 -x2349 
1019.27/54.19	v -x2875 -x3346 -x4908 -x6346 -x7029 x9801 -x10633 -x1109 -x2008 -x2345 -x2431 x2863 -x4904 -x6345 -x8405 -x8697 -x9795 -x369 
1019.27/54.19	v -x2432 -x2867 -x6453 x9121 -x9793 -x365 -x2337 x2436 -x2861 -x6001 -x6171 x8281 -x8699 x9120 -x1085 -x1107 -x2338 -x2415 -x2859 
1019.27/54.19	v -x6002 x6155 x8704 -x1084 -x1103 x6006 x6154 -x7306 -x8275 -x8703 x5985 x6153 -x7290 -x9118 -x5680 -x7289 -x7345 -x9114 x1082 
1019.27/54.19	v -x4724 -x5681 -x6496 -x7288 -x9434 -x1078 -x1160 x4720 x5685 -x6497 -x7342 -x9433 -x10271 -x781 x5664 x6493 -x10272 -x783 
1019.27/54.19	v x6489 -x7331 -x10276 -x6425 x7315 x9431 x10255 -x780 -x1157 x6413 -x6481 x7314 -x9427 -x2613 x6417 -x6482 -x7313 x775 -x1151 
1019.27/54.19	v -x2609 x3986 -x5550 -x5880 x6411 x3987 x5864 x6409 -x8533 -x769 x3991 x5863 -x8532 x3970 x5862 -x6590 -x1188 x5547 -x6586 -x8191 
1019.27/54.19	v -x9533 -x2450 -x7785 -x8530 x1190 -x2452 -x5541 -x7781 -x8526 -x9532 -x10747 x1195 -x4388 -x1194 -x2449 -x3210 -x4389 -x6945 
1019.27/54.19	v x8188 -x10668 -x4385 -x5599 x7742 x9538 x2444 x4381 -x5601 -x5704 -x6947 x7730 -x8182 -x8230 -x9536 -x10744 -x6891 -x6952 
1019.27/54.19	v x7734 -x9228 -x1351 -x2438 -x3207 x4373 x5598 -x5703 -x6893 -x6951 x7728 -x9338 -x10245 -x10738 -x1607 -x4374 -x7726 -x10352 
1019.27/54.19	v x1595 x3201 x5593 -x6515 -x6890 -x9335 -x10244 -x10348 -x1599 -x5709 -x270 x1593 -x5587 -x5707 -x6512 -x6640 x6885 -x7639 
1019.27/54.19	v -x9251 -x9459 -x271 -x1591 -x2574 -x7514 -x9235 -x10250 x275 x2575 x4610 -x6637 -x6879 -x7510 -x9234 -x9363 -x10248 -x254 x2571 
1019.27/54.19	v x4611 x4632 -x9233 -x9746 x2567 x4615 x4620 -x6140 -x9360 -x9456 -x9747 -x683 x4594 -x4624 x9743 x10496 -x684 -x2559 -x4532 
1019.27/54.19	v -x4618 -x6024 -x9006 -x9450 x9739 -x10433 x10498 x680 -x2560 -x4616 x9007 x676 -x4529 -x6137 -x9011 -x9731 x10435 x10495 -x1135 
1019.27/54.19	v x4657 -x8990 -x9732 -x10440 -x668 -x1014 -x1134 x4645 x5630 -x6131 -x8262 -x10439 x10490 -x669 x1848 -x4649 x5631 -x6027 
1019.27/54.19	v -x1013 x1849 -x4012 -x4643 -x5635 -x6028 -x8264 -x10484 -x1132 -x1845 -x2478 x3996 -x4641 x5614 -x8269 -x1128 -x1841 x2466 -x3995 
1019.27/54.19	v -x8268 x10827 -x135 -x1019 x2470 -x3952 -x3994 x10811 x131 -x1017 -x1833 -x2464 -x3948 -x6198 x10810 -x1834 -x2462 -x6199 
1019.27/54.19	v -x10283 x10808 x4345 x6203 -x10279 -x16 -x1781 -x15 -x10984 -x1777 x3311 -x3781 x4302 x4303 -x512 x3310 -x4028 -x4307 -x13 
1019.27/54.19	v -x2661 -x4295 -x8063 -x9 -x661 x1265 -x1948 x2042 -x2656 -x4022 -x8059 -x9828 x1266 x1932 -x2654 -x3316 x3802 x1270 x1931 -x3314 
1019.27/54.19	v x3798 x1249 x1930 -x3917 -x4055 -x2039 -x3918 -x4054 -x5450 -x7907 -x664 x3914 -x6260 -x7929 -x665 -x2033 -x3910 x6262 -x7906 
1019.27/54.19	v -x4052 -x7042 -x10480 -x3902 x4048 x5447 -x6259 -x7041 -x3903 -x6616 -x7912 x9926 x10646 -x2843 -x5441 -x6254 -x6449 -x6612 
1019.27/54.19	v -x7910 x10648 -x2351 x7039 -x8652 -x9806 -x2350 -x2840 -x6248 -x6448 x7035 -x9808 -x10645 -x2872 x3359 x2012 -x2874 x3347 
1019.27/54.19	v x6342 -x9805 -x10640 -x2348 -x3351 -x4909 x6326 -x6454 -x2009 -x2344 -x2871 -x3345 -x4905 -x6325 -x6452 x9800 -x10634 x2428 
1019.27/54.19	v -x3343 x6166 -x6324 x2416 -x2866 x6167 x8279 -x8700 -x9794 -x1105 -x2420 -x5998 x6163 -x7301 x8684 -x1101 -x2414 -x2860 x5986 
1019.27/54.19	v -x6044 -x6159 -x7302 -x8276 -x8683 -x2412 x5990 -x6495 -x7298 -x8682 -x9116 x5984 x6151 -x6494 -x7294 -x7346 -x9112 -x1080 
1019.27/54.19	v -x2160 -x4725 x5677 x5982 -x6152 -x782 -x1076 -x4721 x5665 -x7286 x5669 x6047 -x6422 -x6492 -x7287 x7326 -x10268 x5663 -x6048 
1019.27/54.19	v -x6424 -x6488 x7327 x10256 -x5661 x7323 -x9429 x10260 -x779 -x1155 x6421 x7319 -x9425 x10254 -x2614 -x5875 -x10252 -x773 -x1152 
1019.27/54.19	v -x2610 x5876 x6416 -x7311 x3983 x5872 -x7312 x1334 x3971 -x5868 x6410 x3975 -x6591 -x2451 x3969 -x5545 -x5860 -x6587 x9224 
1019.27/54.19	v x3967 -x4387 -x5861 -x7786 -x8528 x1191 -x4386 -x5542 -x7782 -x8524 x9223 -x9534 x1175 -x1337 x7739 -x9535 x1174 -x1338 -x2448 
1019.27/54.19	v -x5600 x7741 -x8186 x9539 -x1173 -x4384 -x9229 x9518 x2442 x4380 -x6892 -x6948 x7738 -x7864 -x8183 -x9227 -x10742 -x1604 
1019.27/54.19	v x6932 -x1606 -x3205 -x5597 x5705 x6931 -x7733 -x9339 -x10739 x5706 -x6930 -x1603 -x1896 x3202 -x5591 x5710 -x6516 -x6889 -x7727 
1019.27/54.19	v x10246 -x2573 x5689 -x7867 -x9246 x10247 -x1598 -x2572 -x6641 -x6883 -x7868 -x9247 x10251 x267 -x4629 -x9243 -x9745 x10230 
1019.27/54.19	v x255 -x1592 -x4631 -x5429 -x9239 -x9364 -x9744 x259 -x682 -x1899 x2570 -x4607 -x253 -x681 -x1900 -x2566 x4595 x4628 -x5012 -x9231 
1019.27/54.19	v -x9454 -x10497 -x251 -x399 x4599 -x9232 x9742 -x4533 x4593 -x4623 -x6023 -x9451 -x9738 x679 -x4591 -x4654 -x5432 x9003 
1019.27/54.19	v x675 -x2597 -x4617 -x4656 -x5433 -x6025 -x6135 x8991 x10436 -x10494 -x1847 -x3718 -x5015 x6030 -x8995 x10420 -x1846 x4653 -x5016 
1019.27/54.19	v -x6029 -x6132 -x8989 x10419 -x10488 -x2475 -x4007 x5627 -x8987 x10418 -x1015 -x2477 -x4008 -x4648 x5615 -x8265 -x1016 -x1130 
1019.27/54.19	v -x1844 -x2600 -x4004 x5619 x8249 x10822 -x1020 -x1126 -x1840 x2474 -x2601 -x4000 -x4341 -x4642 x5613 -x8248 x10823 -x136 
1019.27/54.19	v x1004 x5611 -x8247 x10819 -x132 -x2469 -x3992 x10815 -x3993 x6195 -x10284 -x2463 x4344 -x10280 -x10809 x3312 -x4026 -x7925 -x8880 
1019.27/54.19	v -x11 -x847 x1943 x3313 x4299 -x7 -x660 -x848 x1944 -x2660 x3317 -x4023 -x4294 -x7924 -x9674 -x10476 -x1262 -x1940 -x3299 
1019.27/54.19	v x3803 -x3916 -x4292 -x662 x1250 -x1936 -x2655 x3799 -x3915 -x9922 -x10475 -x667 x1254 -x7930 -x8883 -x666 x1248 x1928 -x2037 
1019.27/54.19	v -x6261 -x7928 -x8648 -x8884 x9921 x1246 -x1929 -x3913 -x9677 -x10481 -x2034 -x3909 x7908 -x8647 -x9678 -x10479 -x4050 x7909 
1019.27/54.19	v x9927 x4046 x5445 -x6258 -x7913 x9925 -x10647 x7899 -x8653 -x2844 -x5442 -x6252 -x8651 -x9807 x3356 -x7037 -x2873 x3358 x6450 
1019.27/54.19	v -x7033 -x9413 -x10644 x6337 x6451 -x2013 x3355 x6338 x6455 -x9804 -x10638 -x2346 -x2425 x6165 x6334 x6437 -x2156 -x2342 -x2427 
1019.27/54.19	v -x2870 -x3350 -x3936 x6164 x6330 -x9798 -x5995 -x7300 -x8695 -x9416 -x2155 x2424 -x2864 -x3344 -x5997 -x6322 -x7299 x8280 
1019.27/54.19	v -x8696 -x9417 -x1106 x6162 -x6323 -x8692 -x1102 -x1684 -x2419 x5994 -x6043 -x6158 -x8688 -x2161 x3939 x5674 -x7297 -x9117 -x2159 
1019.27/54.19	v -x2413 x3940 x5676 x5989 -x6045 -x7293 -x8680 -x9113 -x1081 x6050 -x7325 -x8681 -x10265 -x1077 x5673 -x5983 x6049 -x6423 
1019.27/54.19	v x7324 -x10267 -x1687 -x6490 -x1688 -x5245 x5668 -x6486 x10264 -x5874 -x7322 -x9430 -x777 -x1156 -x5662 -x5873 x6420 x7318 -x9426 
1019.27/54.19	v x10259 x3980 -x774 x3982 -x6414 -x7550 -x10253 -x5248 x5871 x1333 x3979 -x5249 -x5867 x1335 x3974 -x5546 -x1186 x1340 x7553 
1019.27/54.19	v -x8529 -x1187 x1339 x3968 -x7554 -x7740 -x8525 x9225 x1183 x9226 -x9531 x1179 -x2446 -x8187 -x9230 x9519 -x4382 -x6943 -x9212 
1019.27/54.19	v x9523 -x1171 -x1605 -x2443 -x4378 x6944 x7737 x7863 -x9517 -x10743 -x1172 x6940 -x9515 -x3206 -x5595 x6936 -x7731 x7865 x5702 
1019.27/54.19	v x7870 -x9245 -x395 -x1602 x1895 -x5592 x5690 -x6887 -x6928 x7869 -x9244 -x264 x5694 -x6929 x10243 x266 -x394 -x1596 x1897 
1019.27/54.19	v -x4630 -x5688 -x6884 x10231 x1902 -x4604 -x5686 -x9242 x10235 -x263 x1901 -x3714 -x4606 -x5428 -x9238 x10229 -x400 -x2568 -x10227 
1019.27/54.19	v x258 -x398 -x2564 -x3713 -x4603 x4627 -x5011 x5430 -x9455 x5435 -x9000 -x9740 -x252 -x4598 -x4621 -x4655 x5013 x5434 x9002 
1019.27/54.19	v -x9736 -x677 -x3719 -x5018 x10431 x673 -x1700 -x2596 -x3717 -x4592 -x5017 -x6026 -x6136 x8999 x10432 -x10492 -x4006 -x5624 
1019.27/54.19	v x6011 x10428 -x2476 -x2598 -x4005 -x4652 -x5626 x6010 -x8994 x10424 -x10489 -x2603 x6009 -x8260 -x10821 -x2602 -x4646 x5623 
1019.27/54.19	v -x8261 -x8988 x10416 x10820 -x1012 -x1131 -x1703 -x1842 -x4003 -x8257 -x10417 -x1127 -x1704 -x1838 -x2473 -x3999 -x4340 x5618 
1019.27/54.19	v -x8253 -x6192 x10818 x1003 -x2467 x4342 x5612 -x6194 -x8245 -x10814 x1001 x4347 -x8246 x4346 x850 -x1942 x849 -x1941 -x4027 
1019.27/54.19	v -x8879 -x12 -x1259 x3309 -x8 -x1261 -x2658 x3300 x4298 -x7926 -x8881 x9673 -x1939 -x3303 -x7927 x8886 -x663 -x1258 -x1935 -x3298 
1019.27/54.19	v -x4293 -x7931 x8885 x9675 x10477 x652 -x3296 -x7917 -x9680 x10478 x651 x1253 -x2038 -x9679 x9923 -x10482 x650 -x3911 x9924 
1019.27/54.19	v -x10468 -x1247 -x3907 x8649 x9928 -x4051 x7905 x8650 x4047 -x5446 -x6256 -x8654 x8642 -x3357 -x6253 x7898 -x6336 -x7038 -x7896 
1019.27/54.19	v x6335 -x7034 -x9412 -x10642 x6447 -x2426 x3354 x6438 -x9414 -x9802 -x10639 -x2347 x6333 x6441 -x8694 x9419 -x2343 -x2868 
1019.27/54.19	v -x3348 -x3935 -x5996 x6329 x6436 -x8693 -x9418 -x9799 -x6434 -x2157 x2423 -x2865 -x3937 -x2158 x3942 x6160 -x8691 -x1683 -x2162 
1019.27/54.19	v -x2417 x3941 x5675 x5993 -x6156 -x8687 x2148 -x7295 -x1685 -x5987 -x6046 -x7291 -x10266 -x1690 x6035 -x1689 x5672 x6034 
1019.27/54.19	v -x6033 -x6491 -x5244 -x5666 -x6487 x10263 -x7320 -x778 -x3981 -x5246 x6418 x7316 x10257 -x5251 -x5250 -x6415 x7549 -x5869 x3978 
1019.27/54.19	v -x5865 x7551 -x1185 x7556 -x1184 x1336 x3972 x7555 x1325 -x9528 x1324 -x9530 -x1182 x1323 -x6942 x9222 x1178 -x2447 -x6941 
1019.27/54.19	v x9213 x9527 -x4383 x9216 -x4379 x7735 -x9211 x9522 x5699 x6939 -x9209 -x5596 x5701 x6935 -x7732 x7866 -x9516 x7855 -x10240 -x265 
1019.27/54.19	v -x1600 x5698 -x6888 x7854 -x10242 -x7853 -x396 -x1597 x1898 -x4605 x5693 x10239 x397 x1887 -x9240 -x262 -x401 x1886 -x5687 
1019.27/54.19	v -x9236 x10234 -x387 -x1885 -x2569 x256 -x2565 -x3715 -x4602 x4625 x5431 -x9001 -x10228 x3716 x5420 -x9741 -x10430 -x3720 -x4596 
1019.27/54.19	v -x4622 x5014 x5419 -x9737 -x10429 -x678 -x3706 x5003 -x5418 x6021 -x674 x1699 -x5002 -x5625 x6022 x8998 -x10493 -x5001 
1019.27/54.19	v x6018 -x8259 -x10427 x1701 -x2599 -x4650 x6015 -x8258 -x8992 x10423 -x1009 x1706 x2588 -x1011 x1705 x2587 -x4647 -x5622 -x6007 
1019.27/54.19	v -x1843 x2586 -x4001 -x6008 -x8256 -x1008 -x1839 -x2471 -x3997 -x5616 -x6193 -x8252 x10816 -x2468 x4343 -x10812 x1002 x10983 
1019.27/54.19	v -x3307 -x3306 -x8878 -x846 -x1260 -x3308 -x7921 -x8877 -x657 -x845 -x1256 -x1938 -x3305 -x7920 x8876 x9672 -x656 -x843 -x2659 
1019.27/54.19	v -x3304 x4296 -x7922 x8882 x9671 -x10472 -x658 -x844 -x1255 -x1937 -x7923 x8875 x9670 -x10471 -x659 -x1257 -x1933 -x3301 x4297 
1019.27/54.19	v -x7918 -x8874 x9676 -x9918 x10473 -x655 -x3302 -x7919 -x8873 x9669 -x9917 x10474 -x653 x1251 -x1934 -x3297 -x7903 -x7916 -x8644 
1019.27/54.19	v -x8871 -x9668 x9919 x10469 -x654 -x3912 -x7902 -x7914 -x8643 -x8872 -x9667 x9920 x10470 x648 x1252 -x3908 -x7904 -x7915 
1019.27/54.19	v -x8645 -x9665 -x10467 -x649 -x7901 -x8646 -x9666 -x10465 -x6257 x7900 -x10466 -x6445 x8641 x10982 x6444 -x10981 x8639 x9411 
1019.27/54.19	v x6446 -x7897 -x8640 x9410 -x10643 -x3353 x6332 x6443 x9409 x3352 x6442 -x9415 -x9803 -x3934 x6331 x9408 -x2152 -x2869 -x3349 
1019.27/54.19	v x3933 -x6327 x6439 x9407 -x2151 -x2422 x3932 x6440 -x8690 x9406 -x2153 -x2421 x3938 -x6328 -x6435 -x9404 -x1682 -x2154 x3931 
1019.27/54.19	v x5992 -x6040 x6161 -x8689 -x9405 -x1681 x2149 -x2418 x3930 x5991 -x6039 -x6157 -x8685 x1680 -x2150 x3929 x6041 -x7296 -x1686 
1019.27/54.19	v x2147 x3927 -x5988 x6042 -x7292 -x8686 x1679 -x2145 x3928 -x5671 x6038 x1678 -x2146 x5670 x6036 x1677 x5243 x6037 -x10262 x1675 
1019.27/54.19	v x5242 -x5667 -x6031 x10261 x1676 x5241 -x6032 -x7321 x5247 x6419 -x7317 x10258 x5240 -x1330 x3977 x5239 -x5870 x1329 x3976 
1019.35/54.25	v -x5237 -x5866 x7552 x1331 -x5238 x1332 x3973 x7548 -x9220 -x9529 -x1181 x1328 x7547 -x9219 x9525 x1326 -x7545 x9221 -x1180 x1327 
1019.35/54.25	v -x7546 x9218 x9524 -x1176 -x1321 x9217 x9526 -x1322 x6938 -x7860 -x1177 -x5700 -x7736 -x7859 x9214 x9520 -x5696 x6937 -x7861 
1019.35/54.25	v x9215 x6933 -x7862 -x9210 x9521 -x10241 -x1892 x5695 x7858 x10237 -x391 -x1601 -x1891 x5697 -x6934 x7856 x390 -x1893 x7857 
1019.35/54.25	v x10236 x392 x1894 -x5691 -x7851 x10238 -x261 x393 x1890 -x5425 -x7852 -x9241 -x260 x388 x1888 -x3710 -x5424 -x5692 -x9237 
1019.35/54.25	v x10232 x389 x1889 -x3709 -x4601 -x5008 -x5426 -x257 -x386 -x1883 -x3711 -x4600 x4626 -x5007 x5427 x10233 -x384 -x1884 -x3712 
1019.35/54.25	v -x5009 -x5423 -x6020 -x385 x3707 -x4597 -x5010 x5421 -x6019 -x1698 -x2593 x3708 -x5006 x5422 -x6017 x8997 -x10426 -x1697 -x2592 
1019.35/54.25	v -x3705 x5004 -x5416 x8996 x1696 x2594 -x3703 -x5005 -x5417 x6016 -x10425 -x1010 x1702 x2595 -x3704 -x4651 -x4999 x6014 -x8993 
1019.35/54.25	v -x10421 -x1006 x1695 x2591 -x5000 -x5621 -x8255 x1694 x2589 -x5620 x6012 -x10422 -x1005 x1693 x2590 -x4002 -x4337 x6013 -x8254 
1019.35/54.25	v -x1007 x1691 -x2472 -x2584 -x3998 x4336 -x5617 -x8250 -x1692 -x2585 x4338 x10817 x4339 -x8251 -x10813 

Verifier Data

OK	12

Watcher Data

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

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

NUMA information:
  number of nodes: 4
  memory of node 0: 191670 MiB (191013 MiB free)
  memory of node 1: 193494 MiB (191960 MiB free)
  memory of node 2: 193531 MiB (193089 MiB free)
  memory of node 3: 193531 MiB (192894 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-4465283-1722441596/watcher-4465283-1722441596 -o /tmp/evaluation-result-4465283-1722441596/solver-4465283-1722441596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59012 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4465283-1722441596.opb -qsol -t 3600 -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): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 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=59074, runsolver pid=59058
Current StackSize limit: 8192 KiB


[startup+0.100117 s]*
/proc/loadavg: 0.00 0.00 0.00 16/906 59115
/proc/meminfo: memFree=787137456/790760804 swapFree=131071996/131071996
[pid=59074] ppid=59058 vsize=77008 memory=65628 CPUtime=0.12 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/stat : 59074 (fscip) R 59058 59074 59001 0 -1 4194304 17216 0 0 0 10 2 0 0 20 0 1 0 10742777 78856192 16407 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
/proc/59074/statm: 19252 16407 2710 3035 0 15648 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 77008 KiB
Current children cumulated memory: 65628 KiB

[startup+0.233095 s]*
/proc/loadavg: 0.00 0.00 0.00 6/864 59115
/proc/meminfo: memFree=787083024/790760804 swapFree=131071996/131071996
[pid=59074] ppid=59058 vsize=97092 memory=84024 CPUtime=0.25 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/stat : 59074 (fscip) R 59058 59074 59001 0 -1 4194304 21776 0 0 0 22 3 0 0 20 0 1 0 10742777 99422208 21006 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
/proc/59074/statm: 24273 21006 2758 3035 0 20669 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 97092 KiB
Current children cumulated memory: 84024 KiB

[startup+0.331835 s]*
/proc/loadavg: 0.00 0.00 0.00 6/864 59123
/proc/meminfo: memFree=786945664/790760804 swapFree=131071996/131071996
[pid=59074] ppid=59058 vsize=97284 memory=84612 CPUtime=0.34 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/stat : 59074 (fscip) R 59058 59074 59001 0 -1 4194304 21853 0 0 0 31 3 0 0 20 0 1 0 10742777 99618816 21153 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
/proc/59074/statm: 24321 21153 2774 3035 0 20717 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 97284 KiB
Current children cumulated memory: 84612 KiB

[startup+0.700182 s]
/proc/loadavg: 0.00 0.00 0.00 4/861 59123
/proc/meminfo: memFree=786693832/790760804 swapFree=131071996/131071996
[pid=59074] ppid=59058 vsize=97668 memory=84876 CPUtime=0.69 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/stat : 59074 (fscip) R 59058 59074 59001 0 -1 4194304 21918 0 0 0 66 3 0 0 20 0 1 0 10742777 100012032 21219 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
/proc/59074/statm: 24417 21219 2774 3035 0 20813 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 97668 KiB
Current children cumulated memory: 84876 KiB

[startup+1.50018 s]
/proc/loadavg: 0.00 0.00 0.00 6/860 59146
/proc/meminfo: memFree=786480036/790760804 swapFree=131071996/131071996
[pid=59074] ppid=59058 vsize=99524 memory=86724 CPUtime=1.48 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/stat : 59074 (fscip) R 59058 59074 59001 0 -1 4194304 22384 0 0 0 145 3 0 0 20 0 1 0 10742777 101912576 21681 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
/proc/59074/statm: 24881 21681 2774 3035 0 21277 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 99524 KiB
Current children cumulated memory: 86724 KiB

[startup+3.14163 s]
/proc/loadavg: 0.00 0.00 0.00 45/946 59241
/proc/meminfo: memFree=783095536/790760804 swapFree=131071996/131071996
[pid=59074] ppid=59058 vsize=3148300 memory=1615288 CPUtime=18 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/stat : 59074 (fscip) S 59058 59074 59001 0 -1 1077936128 448382 0 0 0 1706 94 0 0 20 0 41 0 10742777 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
/proc/59074/statm: 787075 403822 2806 3035 0 511737 0
[pid=59074/tid=59202] ppid=59058 vsize=3148300 memory=1541896 CPUtime=0.74 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59202/stat : 59202 (fscip) R 59058 59074 59001 0 -1 4194368 20348 0 0 0 70 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59203] ppid=59058 vsize=3148300 memory=221552 CPUtime=0.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59203/stat : 59203 (fscip) R 59058 59074 59001 0 -1 4194368 20332 0 0 0 78 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59204] ppid=59058 vsize=3148300 memory=554392 CPUtime=0.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59204/stat : 59204 (fscip) R 59058 59074 59001 0 -1 4194368 20378 0 0 0 79 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59205] ppid=59058 vsize=3148300 memory=11440 CPUtime=0.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59205/stat : 59205 (fscip) R 59058 59074 59001 0 -1 4194368 20377 0 0 0 79 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59206] ppid=59058 vsize=3148300 memory=16325789170925620 CPUtime=0.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59206/stat : 59206 (fscip) R 59058 59074 59001 0 -1 4194368 20347 0 0 0 73 5 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59207] ppid=59058 vsize=3148300 memory=25333125866717268 CPUtime=0.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59207/stat : 59207 (fscip) R 59058 59074 59001 0 -1 4194368 20388 0 0 0 76 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59208] ppid=59058 vsize=3148300 memory=30399726987509844 CPUtime=0.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59208/stat : 59208 (fscip) R 59058 59074 59001 0 -1 4194368 20381 0 0 0 81 3 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59209] ppid=59058 vsize=3148300 memory=0 CPUtime=0.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59209/stat : 59209 (fscip) R 59058 59074 59001 0 -1 4194368 20357 0 0 0 72 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59210] ppid=59058 vsize=3148300 memory=0 CPUtime=0.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59210/stat : 59210 (fscip) R 59058 59074 59001 0 -1 4194368 20338 0 0 0 77 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 65 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59211] ppid=59058 vsize=3148300 memory=9665 CPUtime=0.79 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59211/stat : 59211 (fscip) R 59058 59074 59001 0 -1 4194368 20188 0 0 0 75 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59212] ppid=59058 vsize=3148300 memory=3184237756023889024 CPUtime=0.82 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59212/stat : 59212 (fscip) R 59058 59074 59001 0 -1 4194368 19310 0 0 0 78 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59213] ppid=59058 vsize=3148300 memory=3472468132175350304 CPUtime=0.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59213/stat : 59213 (fscip) R 59058 59074 59001 0 -1 4194368 20371 0 0 0 77 3 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 9 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59214] ppid=59058 vsize=3148300 memory=3472468132108450880 CPUtime=0.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59214/stat : 59214 (fscip) R 59058 59074 59001 0 -1 4194368 20374 0 0 0 79 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59215] ppid=59058 vsize=3148300 memory=51200 CPUtime=0.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59215/stat : 59215 (fscip) R 59058 59074 59001 0 -1 4194368 20355 0 0 0 76 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59216] ppid=59058 vsize=3148300 memory=104 CPUtime=0.83 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59216/stat : 59216 (fscip) R 59058 59074 59001 0 -1 4194368 20400 0 0 0 79 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 17 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59217] ppid=59058 vsize=3148300 memory=25932 CPUtime=0.84 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59217/stat : 59217 (fscip) R 59058 59074 59001 0 -1 4194368 20389 0 0 0 80 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59218] ppid=59058 vsize=3148300 memory=21372 CPUtime=0.8 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59218/stat : 59218 (fscip) R 59058 59074 59001 0 -1 4194368 20333 0 0 0 76 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 37 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59219] ppid=59058 vsize=3148300 memory=279671896074224 CPUtime=0.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59219/stat : 59219 (fscip) R 59058 59074 59001 0 -1 4194368 20351 0 0 0 74 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 41 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59220] ppid=59058 vsize=3148300 memory=8311164372737 CPUtime=0.81 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59220/stat : 59220 (fscip) R 59058 59074 59001 0 -1 4194368 20376 0 0 0 78 3 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 53 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59221] ppid=59058 vsize=3148300 memory=8491552999169 CPUtime=0.78 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59221/stat : 59221 (fscip) R 59058 59074 59001 0 -1 4194368 20322 0 0 0 74 4 0 0 20 0 41 0 10742946 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 33 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59222] ppid=59058 vsize=3148300 memory=8530207704833 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59222/stat : 59222 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59223] ppid=59058 vsize=3148300 memory=8568862410497 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59223/stat : 59223 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 49 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59224] ppid=59058 vsize=3148300 memory=8680531559937 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59224/stat : 59224 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 57 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59225] ppid=59058 vsize=3148300 memory=8689121494529 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59225/stat : 59225 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 45 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59226] ppid=59058 vsize=3148300 memory=279671895904144 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59226/stat : 59226 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59227] ppid=59058 vsize=3148300 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/59074/task/59227/stat : 59227 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59228] ppid=59058 vsize=3148300 memory=49068 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59228/stat : 59228 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59229] ppid=59058 vsize=3148300 memory=4420 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59229/stat : 59229 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59230] ppid=59058 vsize=3148300 memory=6628 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59230/stat : 59230 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59231] ppid=59058 vsize=3148300 memory=8836 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59231/stat : 59231 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59232] ppid=59058 vsize=3148300 memory=11044 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59232/stat : 59232 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59233] ppid=59058 vsize=3148300 memory=13252 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59233/stat : 59233 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 65 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59234] ppid=59058 vsize=3148300 memory=15460 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59234/stat : 59234 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59235] ppid=59058 vsize=3148300 memory=17668 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59235/stat : 59235 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59236] ppid=59058 vsize=3148300 memory=19876 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59236/stat : 59236 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59237] ppid=59058 vsize=3148300 memory=22084 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59237/stat : 59237 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59238] ppid=59058 vsize=3148300 memory=24292 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59238/stat : 59238 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 77 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59239] ppid=59058 vsize=3148300 memory=40456 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59239/stat : 59239 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 17 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59240] ppid=59058 vsize=3148300 memory=8196 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59240/stat : 59240 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 37 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59241] ppid=59058 vsize=3148300 memory=3300 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59241/stat : 59241 (fscip) S 59058 59074 59001 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 41 0 10742999 3223859200 403822 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
Current children cumulated CPU time: 18 s
Current children cumulated vsize: 3148300 KiB
Current children cumulated memory: 1615288 KiB

[startup+6.30163 s]
/proc/loadavg: 3.36 0.70 0.23 45/947 59243
/proc/meminfo: memFree=782540180/790760804 swapFree=131071996/131071996
[pid=59074] ppid=59058 vsize=3148300 memory=1634584 CPUtime=80.5 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/stat : 59074 (fscip) S 59058 59074 59001 0 -1 1077936128 498440 0 0 0 7949 101 0 0 20 0 41 0 10742777 3223859200 408646 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 17 13 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
/proc/59074/statm: 787075 408646 2806 3035 0 516229 0
[pid=59074/tid=59202] ppid=59058 vsize=3148300 memory=25333125866717268 CPUtime=3.76 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59202/stat : 59202 (fscip) R 59058 59074 59001 0 -1 4194368 21422 0 0 0 372 4 0 0 20 0 41 0 10742946 3223859200 408646 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 77 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59203] ppid=59058 vsize=3148300 memory=279671895929856 CPUtime=3.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59203/stat : 59203 (fscip) R 59058 59074 59001 0 -1 4194368 21453 0 0 0 391 4 0 0 20 0 41 0 10742946 3223859200 408646 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 73 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59204] ppid=59058 vsize=3148300 memory=1623968 CPUtime=3.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59204/stat : 59204 (fscip) R 59058 59074 59001 0 -1 4194368 21433 0 0 0 392 4 0 0 20 0 41 0 10742946 3223859200 408646 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59205] ppid=59058 vsize=3148300 memory=2316 CPUtime=3.97 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59205/stat : 59205 (fscip) R 59058 59074 59001 0 -1 4194368 21478 0 0 0 392 5 0 0 20 0 41 0 10742946 3223859200 408646 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59206] ppid=59058 vsize=3148300 memory=1627120 CPUtime=3.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59206/stat : 59206 (fscip) R 59058 59074 59001 0 -1 4194368 21389 0 0 0 386 5 0 0 20 0 41 0 10742946 3223859200 408646 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59207] ppid=59058 vsize=3148300 memory=554392 CPUtime=3.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59207/stat : 59207 (fscip) R 59058 59074 59001 0 -1 4194368 21397 0 0 0 388 4 0 0 20 0 41 0 10742946 3223859200 408646 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 57 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59208] ppid=59058 vsize=3148300 memory=11440 CPUtime=3.96 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59208/stat : 59208 (fscip) R 59058 59074 59001 0 -1 4194368 21470 0 0 0 393 3 0 0 20 0 41 0 10742946 3223859200 408646 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 29 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59209] ppid=59058 vsize=3148300 memory=0 CPUtime=3.9 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59209/stat : 59209 (fscip) R 59058 59074 59001 0 -1 4194368 21390 0 0 0 385 5 0 0 20 0 41 0 10742946 3223859200 408646 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0

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

/proc/59074/task/59209/stat : 59209 (fscip) R 59058 59074 59001 0 -1 4194368 104309 0 0 0 5071 17 0 0 20 0 31 0 10742946 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59211] ppid=59058 vsize=5936832 memory=279671897408736 CPUtime=50.91 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59211/stat : 59211 (fscip) R 59058 59074 59001 0 -1 4194368 108810 0 0 0 5076 15 0 0 20 0 31 0 10742946 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59212] ppid=59058 vsize=5936832 memory=-1088251628401078322 CPUtime=50.93 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59212/stat : 59212 (fscip) R 59058 59074 59001 0 -1 4194368 99918 0 0 0 5079 14 0 0 20 0 31 0 10742946 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 45 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59214] ppid=59058 vsize=5936832 memory=-7666087008276668027 CPUtime=50.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59214/stat : 59214 (fscip) R 59058 59074 59001 0 -1 4194368 114092 0 0 0 5077 18 0 0 20 0 31 0 10742946 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 61 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59215] ppid=59058 vsize=5936832 memory=6296384536181953104 CPUtime=50.92 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59215/stat : 59215 (fscip) R 59058 59074 59001 0 -1 4194368 115658 0 0 0 5072 20 0 0 20 0 31 0 10742946 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 13 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59217] ppid=59058 vsize=5936832 memory=279671897932144 CPUtime=50.95 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59217/stat : 59217 (fscip) R 59058 59074 59001 0 -1 4194368 112208 0 0 0 5080 15 0 0 20 0 31 0 10742946 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 25 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59221] ppid=59058 vsize=5936832 memory=0 CPUtime=50.89 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59221/stat : 59221 (fscip) R 59058 59074 59001 0 -1 4194368 108937 0 0 0 5070 19 0 0 20 0 31 0 10742946 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 49 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59222] ppid=59058 vsize=5936832 memory=15364 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59222/stat : 59222 (fscip) S 59058 59074 59001 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59223] ppid=59058 vsize=5936832 memory=10544 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59223/stat : 59223 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59224] ppid=59058 vsize=5936832 memory=5512 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59224/stat : 59224 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59225] ppid=59058 vsize=5936832 memory=2492 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59225/stat : 59225 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59226] ppid=59058 vsize=5936832 memory=2316 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59226/stat : 59226 (fscip) S 59058 59074 59001 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59227] ppid=59058 vsize=5936832 memory=33000 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59227/stat : 59227 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59228] ppid=59058 vsize=5936832 memory=1804 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59228/stat : 59228 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59229] ppid=59058 vsize=5936832 memory=6048 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59229/stat : 59229 (fscip) S 59058 59074 59001 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59230] ppid=59058 vsize=5936832 memory=51200 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59230/stat : 59230 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59231] ppid=59058 vsize=5936832 memory=104 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59231/stat : 59231 (fscip) S 59058 59074 59001 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59232] ppid=59058 vsize=5936832 memory=25932 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59232/stat : 59232 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59233] ppid=59058 vsize=5936832 memory=21372 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59233/stat : 59233 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59234] ppid=59058 vsize=5936832 memory=2208 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59234/stat : 59234 (fscip) S 59058 59074 59001 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59235] ppid=59058 vsize=5936832 memory=2036 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59235/stat : 59235 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59236] ppid=59058 vsize=5936832 memory=31316 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59236/stat : 59236 (fscip) S 59058 59074 59001 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59237] ppid=59058 vsize=5936832 memory=1668 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59237/stat : 59237 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59238] ppid=59058 vsize=5936832 memory=7504 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59238/stat : 59238 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59239] ppid=59058 vsize=5936832 memory=28648 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59239/stat : 59239 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59240] ppid=59058 vsize=5936832 memory=32752 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59240/stat : 59240 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59241] ppid=59058 vsize=5936832 memory=7068 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59241/stat : 59241 (fscip) S 59058 59074 59001 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 31 0 10742999 6079315968 919276 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
Current children cumulated CPU time: 1016.87 s
Current children cumulated vsize: 5936832 KiB
Current children cumulated memory: 3677104 KiB

[startup+54.0006 s]*
/proc/loadavg: 36.31 9.71 3.29 64/1008 59334
/proc/meminfo: memFree=761596992/790760804 swapFree=131071996/131071996
[pid=59074] ppid=59058 vsize=4123616 memory=1892836 CPUtime=1019.16 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/stat : 59074 (fscip) S 59058 59074 59001 0 -1 1077936128 2860522 0 0 0 101461 455 0 0 20 0 22 0 10742777 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
/proc/59074/statm: 1030904 473209 3030 3035 0 767066 0
[pid=59074/tid=59211] ppid=59058 vsize=4123616 memory=-7594029414238740347 CPUtime=51.33 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59211/stat : 59211 (fscip) R 59058 59074 59001 0 -1 4194368 108845 0 0 0 5118 15 0 0 20 0 22 0 10742946 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 -1 1 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59222] ppid=59058 vsize=4123616 memory=7826585834851574406 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59222/stat : 59222 (fscip) S 59058 59074 59001 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59223] ppid=59058 vsize=4123616 memory=11440 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59223/stat : 59223 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59224] ppid=59058 vsize=4123616 memory=5268420 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59224/stat : 59224 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59225] ppid=59058 vsize=4123616 memory=26020 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59225/stat : 59225 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59226] ppid=59058 vsize=4123616 memory=64229 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59226/stat : 59226 (fscip) S 59058 59074 59001 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59227] ppid=59058 vsize=4123616 memory=65062 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59227/stat : 59227 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59228] ppid=59058 vsize=4123616 memory=83642 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59228/stat : 59228 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59229] ppid=59058 vsize=4123616 memory=78879 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59229/stat : 59229 (fscip) S 59058 59074 59001 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59230] ppid=59058 vsize=4123616 memory=3473737904541701960 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59230/stat : 59230 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59231] ppid=59058 vsize=4123616 memory=4050196462150412245 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59231/stat : 59231 (fscip) S 59058 59074 59001 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59232] ppid=59058 vsize=4123616 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/59074/task/59232/stat : 59232 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59233] ppid=59058 vsize=4123616 memory=7826585834851574406 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59233/stat : 59233 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59234] ppid=59058 vsize=4123616 memory=2492 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59234/stat : 59234 (fscip) S 59058 59074 59001 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59235] ppid=59058 vsize=4123616 memory=2316 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59235/stat : 59235 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59236] ppid=59058 vsize=4123616 memory=33000 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59236/stat : 59236 (fscip) S 59058 59074 59001 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59237] ppid=59058 vsize=4123616 memory=1804 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59237/stat : 59237 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59238] ppid=59058 vsize=4123616 memory=6048 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59238/stat : 59238 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59239] ppid=59058 vsize=4123616 memory=25333125866717268 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59239/stat : 59239 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59240] ppid=59058 vsize=4123616 memory=-7751062316387021378 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59240/stat : 59240 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59241] ppid=59058 vsize=4123616 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/59074/task/59241/stat : 59241 (fscip) S 59058 59074 59001 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 22 0 10742999 4222582784 473209 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
Current children cumulated CPU time: 1019.16 s
Current children cumulated vsize: 4123616 KiB
Current children cumulated memory: 1892836 KiB

[startup+54.2005 s]
/proc/loadavg: 36.31 9.71 3.29 64/1008 59334
/proc/meminfo: memFree=761596992/790760804 swapFree=131071996/131071996
[pid=59074] ppid=59058 vsize=3751236 memory=1626220 CPUtime=1019.35 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/stat : 59074 (fscip) R 59058 59074 59001 0 -1 4194304 2874684 0 0 0 101478 457 0 0 20 0 21 0 10742777 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 0 0 0 17 33 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
/proc/59074/statm: 937809 406555 3030 3035 0 687843 0
[pid=59074/tid=59222] ppid=59058 vsize=3751236 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/59074/task/59222/stat : 59222 (fscip) S 59058 59074 59001 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59223] ppid=59058 vsize=3751236 memory=279671897100096 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59223/stat : 59223 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59224] ppid=59058 vsize=3751236 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/59074/task/59224/stat : 59224 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59225] ppid=59058 vsize=3751236 memory=-7666087008276668027 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59225/stat : 59225 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 9 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59226] ppid=59058 vsize=3751236 memory=5221008 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59226/stat : 59226 (fscip) S 59058 59074 59001 0 -1 1077936192 5 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59227] ppid=59058 vsize=3751236 memory=-2893623298589923098 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59227/stat : 59227 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 29 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59228] ppid=59058 vsize=3751236 memory=-3252517613097939805 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59228/stat : 59228 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59229] ppid=59058 vsize=3751236 memory=6935649255811141719 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59229/stat : 59229 (fscip) S 59058 59074 59001 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 73 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59230] ppid=59058 vsize=3751236 memory=279671896419712 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59230/stat : 59230 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59231] ppid=59058 vsize=3751236 memory=279671896769104 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59231/stat : 59231 (fscip) S 59058 59074 59001 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 1 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59232] ppid=59058 vsize=3751236 memory=33640 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59232/stat : 59232 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59233] ppid=59058 vsize=3751236 memory=54628 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59233/stat : 59233 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59234] ppid=59058 vsize=3751236 memory=19092 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59234/stat : 59234 (fscip) S 59058 59074 59001 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 41 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59235] ppid=59058 vsize=3751236 memory=20176 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59235/stat : 59235 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 53 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59236] ppid=59058 vsize=3751236 memory=5460 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59236/stat : 59236 (fscip) S 59058 59074 59001 0 -1 1077936192 7 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59237] ppid=59058 vsize=3751236 memory=13 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59237/stat : 59237 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59238] ppid=59058 vsize=3751236 memory=7534 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59238/stat : 59238 (fscip) S 59058 59074 59001 0 -1 1077936192 6 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 21 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59239] ppid=59058 vsize=3751236 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/59074/task/59239/stat : 59239 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 13 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59240] ppid=59058 vsize=3751236 memory=29836768444022866 CPUtime=0 cores=1,5,9,13,17,21,25,29,33,37,41,45,49,53,57,61,65,69,73,77
/proc/59074/task/59240/stat : 59240 (fscip) S 59058 59074 59001 0 -1 1077936192 9 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 69 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
[pid=59074/tid=59241] ppid=59058 vsize=3751236 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/59074/task/59241/stat : 59241 (fscip) S 59058 59074 59001 0 -1 1077936192 10 0 0 0 0 0 0 0 20 0 21 0 10742999 3841265664 406555 809668444160 4194304 16623229 140725351072224 0 0 0 0 0 2 1 0 0 -1 61 0 0 0 0 0 18838560 18947056 39510016 140725351076879 140725351076996 140725351076996 140725351084016 0
Current children cumulated CPU time: 1019.35 s
Current children cumulated vsize: 3751236 KiB
Current children cumulated memory: 1626220 KiB

Child status: 0

Real time (s): 54.3107
CPU time (s): 1019.47
CPU user time (s): 1014.82
CPU system time (s): 4.64606
CPU usage (%): 1877.1
Max. virtual memory (cumulated for all children) (KiB): 7362232
Max. memory (cumulated for all children) (KiB): 5285460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1014.82
system time used= 4.64606
maximum resident set size= 5285464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2893675
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= 48405
involuntary context switches= 3031


# summary of solver processes directly reported to runsolver:
#   pid: 59074
#   total CPU time (s): 1019.47
#   total CPU user time (s): 1014.82
#   total CPU system time (s): 4.64606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.411791 second user time and 1.60061 second system time

The end

Launcher Data

Begin job on nodeD105 at 2024-07-31 17:59:56
IDJOB=4465283
IDBENCH=146662
IDSOLVER=3094
FILE ID=nodeD105/4465283-1722441596
RUNJOBID= nodeD105-1722441596-59012
SLURM_JOB_ID= 8254235
Free space on /tmp= 8622892 MiB

SOLVER NAME= FiberSCIP 20 cores, 2024-07-30
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.95:98.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-4465283-1722441596/watcher-4465283-1722441596 -o /tmp/evaluation-result-4465283-1722441596/solver-4465283-1722441596 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeD105-1722441596-59012 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4465283-1722441596.opb -qsol -t 3600 -sth 20

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

MD5SUM BENCH= 3dc780a187102f53f7868f024506933f
RANDOM SEED=1797644578

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       790760804 kB
MemFree:        787416348 kB
MemAvailable:   785295200 kB
Buffers:          124376 kB
Cached:           534416 kB
SwapCached:            0 kB
Active:           268280 kB
Inactive:         776636 kB
Active(anon):       2060 kB
Inactive(anon):   407604 kB
Active(file):     266220 kB
Inactive(file):   369032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            122856 kB
Writeback:            16 kB
AnonPages:        387032 kB
Mapped:            87792 kB
Shmem:             22536 kB
KReclaimable:     110120 kB
Slab:             428716 kB
SReclaimable:     110120 kB
SUnreclaim:       318596 kB
KernelStack:       14576 kB
PageTables:         9884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    526452396 kB
Committed_AS:    1275568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:           188160 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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:      464896 kB
DirectMap2M:    53510144 kB
DirectMap1G:    751828992 kB

Free space on /tmp at the end= 8622800 MiB
End job on nodeD105 at 2024-07-31 18:00:51