ericaltendorf / plotman

Chia plotting manager
Apache License 2.0
910 stars 280 forks source link

Update log filenames to be less confusing across platforms #144

Closed BasilHorowt closed 3 years ago

BasilHorowt commented 3 years ago

What I'm seeing on OSX is that the plot filenames in the file browser (Finder.app) look like

2021-04-21-09/08/55.log

this is quite odd given the filesystem uses forward slashes as directories. When I check the dir in terminal via ls etc it looks like this:

2021-04-20-23\:13\:57.log

So I think perhaps because of my filesystem (APFS in this case) or the OS I'm seeing two totally different things which makes understanding and debugging and support more challenging.

Checking the source, i see it is using colons, so i know that is what plotman is saving.

The backslashes in CLI make sense (it does the same thing for spaces), however the display in Finder is really weird to me.

Thoughts on avoiding colons to make things more compatible? I think YYYYMMDD-HHMMSS would still sort nicely and be readable if needed. BTW should log names be more precise than seconds to avoid collisions ever?

Screen Shot 2021-04-21 at 9 29 24 AM
ericaltendorf commented 3 years ago

yeah we should just drop the colons in filenames.

colons were used as path separators in classic macos. i believe macs still treat them specially. we should just avoid them.

not sure about finer granularity than seconds. even when i'm running plotman tests using k25's i don't start plots more than once a second, and in production the point of plotman is largely to stagger jobs...

On Wed, Apr 21, 2021 at 9:24 AM BasilHorowt @.***> wrote:

What I'm seeing on OSX is that the plot filenames in the file browser (Finder.app) look like

2021-04-21-09/08/55.log

this is quite odd given the filesystem uses forward slashes as directories. When I check the dir in terminal via ls etc it looks like this:

2021-04-20-23\:13\:57.log

So I think perhaps because of my filesystem (APFS in this case) or the OS I'm seeing two totally different things which makes understanding and debugging and support more challenging.

Checking the source https://github.com/ericaltendorf/plotman/blob/c0fe10cf09e6b1d9ae04101e7babc1229d0c740f/src/plotman/manager.py#L105, i see it is using colons, so i know that is what plotman is saving.

The backslashes in CLI make sense (it does the same thing for spaces), however the display in Finder is really weird to me.

Thoughts on avoiding colons to make things more compatible? I think YYYYMMDD-HHMMSS would still sort nicely and be readable if needed. BTW should log names be more precise than seconds to avoid collisions ever?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ericaltendorf/plotman/issues/144, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARPZIFUBE2DRCOOKFFJZSRDTJ332NANCNFSM43KWBV4A .

altendky commented 3 years ago

I think Windows bans colons outright. It would be nice to use a standardized format, but I'm not sure one exists that is file name compatible. https://github.com/ericaltendorf/plotman/issues/108#issuecomment-817763506 ISO8601 with : -> - might be as close as we get. I'd personally keep the seconds. I'd rather have 60x the resolution I need than 0.9x. Maybe even the time zone. And yes, I did actually have two plotters set with different time zones... Regardless, I suppose the code should have a fall back in case of collision.

BasilHorowt commented 3 years ago

Oh definitely not suggesting dropping seconds, if anything being more precise. Timezone is an interesting consideration, would it make sense at that point to normalize them to UTC so they sort as you expect they would? I feel like the average user won't want to have to think about UTC, but perhaps they don't need to understand the log name convention anyways ?

altendky commented 3 years ago

I was figuring an option... :]

altendky commented 3 years ago

Kind of off-topic but... but on the 'is 1 second resolution good enough to be unique' topic... Note the duplicate entry supposedly for plot id ccd95602 with PIDs 301755 and 301756. Both those processes have log file 2021-04-25-11:20:41.log open. 301756 does in fact have tmp files open for ccd95602 but 301755 is instead working on 857b4af7.

the nitty gritty ``` plot id k tmp dst wall phase tmp pid stat mem user sys io ccd95602 33 /home/user/Desktop/chiatmp/2 /media/user/CHIA1_EXT 6:21 1:6 372G 301755 SLP 8.1G 7:01 0:53 20s ccd95602 33 /home/user/Desktop/chiatmp/2 /media/user/CHIA1_EXT 6:21 1:6 372G 301756 SLP 8.1G 6:58 0:53 20s 2c81c15b 33 /home/user/Desktop/chiatmp/1 /media/user/CHIA1_EXT 8:20 2:0 346G 296979 RUN 2.5G 9:11 1:08 0:01 e76f6fa8 33 /media/user/Chia NVME 2/chiatmp/2 /media/user/CHIA1_EXT 21:24 4:0 224G 267108 SLP 261.3M 19:19 1:00 0:52 e50c4b0b 33 /media/user/Chia NVME 2/chiatmp/3 /media/user/CHIA1_EXT 23:42 4:0 224G 261570 SLP 261.4M 19:31 1:03 1:03 0cd476ed 33 /home/user/Desktop/chiatmp/3 /media/user/CHIA1_EXT 24:42 4:0 224G 258631 RUN 261.4M 19:28 2:43 1:20 ``` ``` (venv) user@user-X570-AORUS-PRO-WIFI:/media/user/Chia NVME 2/chiatmp$ ps aux | grep 'plots create' user 258631 90.1 0.0 255232 41804 ? SNLs Apr24 1332:02 /home/user/chia-blockchain/venv/bin/python3.8 /home/user/chia-blockchain/venv/bin/chia plots create -k 33 -r 2 -u 128 -b 7250 -t /home/user/Desktop/chiatmp/3 -d /media/user/CHIA1_EXT user 261570 87.0 0.0 255228 38880 ? SNLs Apr24 1234:30 /home/user/chia-blockchain/venv/bin/python3.8 /home/user/chia-blockchain/venv/bin/chia plots create -k 33 -r 2 -u 128 -b 7250 -t /media/user/Chia NVME 2/chiatmp/3 -d /media/user/CHIA1_EXT user 267108 95.3 0.0 255224 38800 ? SNLs Apr24 1219:58 /home/user/chia-blockchain/venv/bin/python3.8 /home/user/chia-blockchain/venv/bin/chia plots create -k 33 -r 2 -u 128 -b 7250 -t /media/user/Chia NVME 2/chiatmp/2 -d /media/user/CHIA1_EXT user 296979 124 3.2 2351928 2137064 ? RNLs 09:22 617:03 /home/user/chia-blockchain/venv/bin/python3.8 /home/user/chia-blockchain/venv/bin/chia plots create -k 33 -r 2 -u 128 -b 7250 -t /home/user/Desktop/chiatmp/1 -d /media/user/CHIA1_EXT user 301755 124 9.6 7876348 6350724 ? SNLsl 11:20 469:34 /home/user/chia-blockchain/venv/bin/python3.8 /home/user/chia-blockchain/venv/bin/chia plots create -k 33 -r 2 -u 128 -b 7250 -t /home/user/Desktop/chiatmp/2 -d /media/user/CHIA1_EXT user 301756 123 5.0 7876356 3335292 ? SNLsl 11:20 466:43 /home/user/chia-blockchain/venv/bin/python3.8 /home/user/chia-blockchain/venv/bin/chia plots create -k 33 -r 2 -u 128 -b 7250 -t /home/user/Desktop/chiatmp/2 -d /media/user/CHIA1_EXT user 316467 0.0 0.0 9032 2384 pts/3 S+ 17:37 0:00 grep --color=auto plots create ``` ``` COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME chia 258631 user 1w REG 0,54 206551 86116036 2021-04-24-17:00:00.log chia 258631 user 2w REG 0,54 206551 86116036 2021-04-24-17:00:00.log chia 261570 user 1w REG 0,54 206571 86116145 2021-04-24-18:00:02.log chia 261570 user 2w REG 0,54 206571 86116145 2021-04-24-18:00:02.log chia 267108 user 1w REG 0,54 206570 86116144 2021-04-24-20:18:10.log chia 267108 user 2w REG 0,54 206570 86116144 2021-04-24-20:18:10.log chia 296979 user 1w REG 0,54 64018 86116127 2021-04-25-09:22:17.log chia 296979 user 2w REG 0,54 64018 86116127 2021-04-25-09:22:17.log chia 301755 user 1w REG 0,54 50099 86116217 2021-04-25-11:20:41.log chia 301755 user 2w REG 0,54 50099 86116217 2021-04-25-11:20:41.log chia 301756 user 1w REG 0,54 50099 86116217 2021-04-25-11:20:41.log chia 301756 user 2w REG 0,54 50099 86116217 2021-04-25-11:20:41.log ``` ``` COMMAND    PID USER   FD   TYPE DEVICE    SIZE/OFF     NODE NAME --   | chia    301755 user    4u   REG   0,54           0 86116218 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.sort.tmp   | chia    301755 user    6u   REG   0,54   856682496 86116033 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_000.tmp   | chia    301755 user    8u   REG   0,54   856682496 86116037 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_001.tmp   | chia    301755 user    9u   REG   0,54 29944406016 86116223 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.table5.tmp   | chia    301755 user   10u   REG   0,54           0 86116224 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.table6.tmp   | chia    301755 user   11u   REG   0,54           0 86116225 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.table7.tmp   | chia    301755 user   12u   REG   0,54           0 86116226 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.2.tmp   | chia    301755 user   97u   REG   0,54  1543618159 86116720 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_086.tmp   | chia    301755 user   98u   REG   0,54  1543962624 86116721 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_087.tmp   | chia    301755 user   99u   REG   0,54  1543745536 86116722 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_088.tmp   | chia    301755 user  100u   REG   0,54  1544060928 86116723 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_089.tmp   | chia    301755 user  101u   REG   0,54  1543303168 86116724 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_090.tmp   | chia    301755 user  102u   REG   0,54  1544024064 86116725 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_091.tmp   | chia    301755 user  103u   REG   0,54  1543536640 86116726 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_092.tmp   | chia    301755 user  104u   REG   0,54  1543692288 86116727 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_093.tmp   | chia    301755 user  105u   REG   0,54  1543426048 86116728 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_094.tmp   | chia    301755 user  106u   REG   0,54  1543692288 86116729 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_095.tmp   | chia    301755 user  107u   REG   0,54  1543593984 86116730 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_096.tmp   | chia    301755 user  108u   REG   0,54  1543761920 86116731 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_097.tmp   | chia    301755 user  109u   REG   0,54  1543675904 86116732 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_098.tmp   | chia    301755 user  110u   REG   0,54  1543606272 86116733 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_099.tmp   | chia    301755 user  111u   REG   0,54  1543512064 86116734 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_100.tmp   | chia    301755 user  112u   REG   0,54  1543655424 86116735 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_101.tmp   | chia    301755 user  113u   REG   0,54  1543667712 86116736 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_102.tmp   | chia    301755 user  114u   REG   0,54  1543598080 86116737 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_103.tmp   | chia    301755 user  115u   REG   0,54  1543708672 86116738 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_104.tmp   | chia    301755 user  116u   REG   0,54  1543581696 86116739 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_105.tmp   | chia    301755 user  117u   REG   0,54  1543667712 86116740 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_106.tmp   | chia    301755 user  118u   REG   0,54  1543839744 86116741 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_107.tmp   | chia    301755 user  119u   REG   0,54  1543487488 86116742 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_108.tmp   | chia    301755 user  120u   REG   0,54  1543659520 86116743 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_109.tmp   | chia    301755 user  121u   REG   0,54  1543577600 86116744 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_110.tmp   | chia    301755 user  122u   REG   0,54  1543467008 86116745 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_111.tmp   | chia    301755 user  123u   REG   0,54  1543479296 86116746 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_112.tmp   | chia    301755 user  124u   REG   0,54  1543573504 86116747 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_113.tmp   | chia    301755 user  125u   REG   0,54  1543929856 86116748 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_114.tmp   | chia    301755 user  126u   REG   0,54  1543454720 86116749 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_115.tmp   | chia    301755 user  127u   REG   0,54  1543782400 86116750 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_116.tmp   | chia    301755 user  128u   REG   0,54  1543892992 86116751 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_117.tmp   | chia    301755 user  129u   REG   0,54  1543512064 86116752 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_118.tmp   | chia    301755 user  130u   REG   0,54  1543884800 86116753 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_119.tmp   | chia    301755 user  131u   REG   0,54  1543516160 86116754 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_120.tmp   | chia    301755 user  132u   REG   0,54  1543729152 86116755 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_121.tmp   | chia    301755 user  133u   REG   0,54  1543507968 86116756 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_122.tmp   | chia    301755 user  134u   REG   0,54  1543823360 86116889 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_123.tmp   | chia    301755 user  135u   REG   0,54  1543720960 86116890 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_124.tmp   | chia    301755 user  136u   REG   0,54  1543643136 86116891 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_125.tmp   | chia    301755 user  137u   REG   0,54  1543245824 86116892 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_126.tmp   | chia    301755 user  138u   REG   0,54  1543741440 86116893 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t5.sort_bucket_127.tmp   | chia    301755 user  139u   REG   0,54   856682496 86116040 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_002.tmp   | chia    301755 user  140u   REG   0,54   856682496 86116275 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_003.tmp   | chia    301755 user  141u   REG   0,54   856682496 86116276 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_004.tmp   | chia    301755 user  142u   REG   0,54   856682496 86116277 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_005.tmp   | chia    301755 user  143u   REG   0,54   856682496 86116518 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_006.tmp   | chia    301755 user  144u   REG   0,54   856682496 86116519 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_007.tmp   | chia    301755 user  145u   REG   0,54   856682496 86116520 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_008.tmp   | chia    301755 user  146u   REG   0,54   855633920 86116521 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_009.tmp   | chia    301755 user  147u   REG   0,54   856682496 86116532 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_010.tmp   | chia    301755 user  148u   REG   0,54   856682496 86116533 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_011.tmp   | chia    301755 user  149u   REG   0,54   856682496 86116534 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_012.tmp   | chia    301755 user  150u   REG   0,54   856682496 86116535 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_013.tmp   | chia    301755 user  151u   REG   0,54   856682496 86116536 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_014.tmp   | chia    301755 user  152u   REG   0,54   856682496 86116537 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_015.tmp   | chia    301755 user  153u   REG   0,54   856682496 86116538 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_016.tmp   | chia    301755 user  154u   REG   0,54   855633920 86116539 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_017.tmp   | chia    301755 user  155u   REG   0,54   855633920 86116540 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_018.tmp   | chia    301755 user  156u   REG   0,54   856682496 86116541 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_019.tmp   | chia    301755 user  157u   REG   0,54   856682496 86116542 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_020.tmp   | chia    301755 user  158u   REG   0,54   856682496 86116543 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_021.tmp   | chia    301755 user  159u   REG   0,54   856682496 86116544 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_022.tmp   | chia    301755 user  160u   REG   0,54   856682496 86116545 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_023.tmp   | chia    301755 user  161u   REG   0,54   856682496 86116546 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_024.tmp   | chia    301755 user  162u   REG   0,54   856682496 86116547 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_025.tmp   | chia    301755 user  163u   REG   0,54   856682496 86116548 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_026.tmp   | chia    301755 user  164u   REG   0,54   856682496 86116549 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_027.tmp   | chia    301755 user  165u   REG   0,54   856682496 86116550 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_028.tmp   | chia    301755 user  166u   REG   0,54   856682496 86116551 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_029.tmp   | chia    301755 user  167u   REG   0,54   856682496 86116552 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_030.tmp   | chia    301755 user  168u   REG   0,54   856682496 86116553 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_031.tmp   | chia    301755 user  169u   REG   0,54   856682496 86116555 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_032.tmp   | chia    301755 user  170u   REG   0,54   856682496 86116677 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_033.tmp   | chia    301755 user  171u   REG   0,54   855633920 86116678 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_034.tmp   | chia    301755 user  172u   REG   0,54   856682496 86116679 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_035.tmp   | chia    301755 user  173u   REG   0,54   856682496 86116680 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_036.tmp   | chia    301755 user  174u   REG   0,54   856682496 86116681 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_037.tmp   | chia    301755 user  175u   REG   0,54   856682496 86116682 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_038.tmp   | chia    301755 user  176u   REG   0,54   856682496 86116683 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_039.tmp   | chia    301755 user  177u   REG   0,54   856682496 86116684 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_040.tmp   | chia    301755 user  178u   REG   0,54   856682496 86116757 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_041.tmp   | chia    301755 user  179u   REG   0,54   856682496 86116758 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_042.tmp   | chia    301755 user  180u   REG   0,54   855633920 86116759 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_043.tmp   | chia    301755 user  181u   REG   0,54   856682496 86116760 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_044.tmp   | chia    301755 user  182u   REG   0,54   855633920 86116761 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_045.tmp   | chia    301755 user  183u   REG   0,54   856682496 86116762 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_046.tmp   | chia    301755 user  184u   REG   0,54   855633920 86116763 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_047.tmp   | chia    301755 user  185u   REG   0,54   855633920 86116764 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_048.tmp   | chia    301755 user  186u   REG   0,54   856682496 86116765 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_049.tmp   | chia    301755 user  187u   REG   0,54   856682496 86116766 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_050.tmp   | chia    301755 user  188u   REG   0,54   856682496 86116767 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_051.tmp   | chia    301755 user  189u   REG   0,54   856682496 86116768 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_052.tmp   | chia    301755 user  190u   REG   0,54   856682496 86116769 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_053.tmp   | chia    301755 user  191u   REG   0,54   855633920 86116770 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_054.tmp   | chia    301755 user  192u   REG   0,54   856682496 86116771 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_055.tmp   | chia    301755 user  193u   REG   0,54   856682496 86116772 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_056.tmp   | chia    301755 user  194u   REG   0,54   856682496 86116773 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_057.tmp   | chia    301755 user  195u   REG   0,54   856682496 86116774 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_058.tmp   | chia    301755 user  196u   REG   0,54   856682496 86116775 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_059.tmp   | chia    301755 user  197u   REG   0,54   856682496 86116776 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_060.tmp   | chia    301755 user  198u   REG   0,54   856682496 86116777 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_061.tmp   | chia    301755 user  199u   REG   0,54   856682496 86116778 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_062.tmp   | chia    301755 user  200u   REG   0,54   856682496 86116779 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_063.tmp   | chia    301755 user  201u   REG   0,54   856682496 86116780 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_064.tmp   | chia    301755 user  202u   REG   0,54   856682496 86116781 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_065.tmp   | chia    301755 user  203u   REG   0,54   856682496 86116782 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_066.tmp   | chia    301755 user  204u   REG   0,54   856682496 86116783 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_067.tmp   | chia    301755 user  205u   REG   0,54   856682496 86116784 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_068.tmp   | chia    301755 user  206u   REG   0,54   856682496 86116785 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_069.tmp   | chia    301755 user  207u   REG   0,54   856682496 86116786 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_070.tmp   | chia    301755 user  208u   REG   0,54   856682496 86116787 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_071.tmp   | chia    301755 user  209u   REG   0,54   856682496 86116788 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_072.tmp   | chia    301755 user  210u   REG   0,54   856682496 86116789 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_073.tmp   | chia    301755 user  211u   REG   0,54   856682496 86116790 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_074.tmp   | chia    301755 user  212u   REG   0,54   856682496 86116791 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_075.tmp   | chia    301755 user  213u   REG   0,54   855633920 86116792 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_076.tmp   | chia    301755 user  214u   REG   0,54   856682496 86116793 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_077.tmp   | chia    301755 user  215u   REG   0,54   856682496 86116794 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_078.tmp   | chia    301755 user  216u   REG   0,54   856682496 86116795 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_079.tmp   | chia    301755 user  217u   REG   0,54   856682496 86116796 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_080.tmp   | chia    301755 user  218u   REG   0,54   856682496 86116797 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_081.tmp   | chia    301755 user  219u   REG   0,54   856682496 86116798 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_082.tmp   | chia    301755 user  220u   REG   0,54   856682496 86116799 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_083.tmp   | chia    301755 user  221u   REG   0,54   856682496 86116800 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_084.tmp   | chia    301755 user  222u   REG   0,54   856682496 86116801 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_085.tmp   | chia    301755 user  223u   REG   0,54   855633920 86116802 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_086.tmp   | chia    301755 user  224u   REG   0,54   856682496 86116803 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_087.tmp   | chia    301755 user  225u   REG   0,54   855633920 86116804 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_088.tmp   | chia    301755 user  226u   REG   0,54   856682496 86116805 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_089.tmp   | chia    301755 user  227u   REG   0,54   856682496 86116806 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_090.tmp   | chia    301755 user  228u   REG   0,54   856682496 86116807 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_091.tmp   | chia    301755 user  229u   REG   0,54   856682496 86116808 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_092.tmp   | chia    301755 user  230u   REG   0,54   856682496 86116809 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_093.tmp   | chia    301755 user  231u   REG   0,54   855633920 86116810 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_094.tmp   | chia    301755 user  232u   REG   0,54   856682496 86116811 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_095.tmp   | chia    301755 user  233u   REG   0,54   856682496 86116812 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_096.tmp   | chia    301755 user  234u   REG   0,54   855633920 86116813 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_097.tmp   | chia    301755 user  235u   REG   0,54   855633920 86116814 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_098.tmp   | chia    301755 user  236u   REG   0,54   856682496 86116815 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_099.tmp   | chia    301755 user  237u   REG   0,54   855633920 86116816 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_100.tmp   | chia    301755 user  238u   REG   0,54   855633920 86116817 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_101.tmp   | chia    301755 user  239u   REG   0,54   856682496 86116818 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_102.tmp   | chia    301755 user  240u   REG   0,54   856682496 86116819 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_103.tmp   | chia    301755 user  241u   REG   0,54   855633920 86116820 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_104.tmp   | chia    301755 user  242u   REG   0,54   856682496 86116821 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_105.tmp   | chia    301755 user  243u   REG   0,54   855633920 86116822 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_106.tmp   | chia    301755 user  244u   REG   0,54   856682496 86116823 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_107.tmp   | chia    301755 user  245u   REG   0,54   856682496 86116824 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_108.tmp   | chia    301755 user  246u   REG   0,54   856682496 86116825 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_109.tmp   | chia    301755 user  247u   REG   0,54   855633920 86116826 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_110.tmp   | chia    301755 user  248u   REG   0,54   855633920 86116827 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_111.tmp   | chia    301755 user  249u   REG   0,54   856682496 86116828 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_112.tmp   | chia    301755 user  250u   REG   0,54   855633920 86116829 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_113.tmp   | chia    301755 user  251u   REG   0,54   856682496 86116830 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_114.tmp   | chia    301755 user  252u   REG   0,54   856682496 86116831 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_115.tmp   | chia    301755 user  253u   REG   0,54   855633920 86116832 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_116.tmp   | chia    301755 user  254u   REG   0,54   855633920 86116833 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_117.tmp   | chia    301755 user  255u   REG   0,54   856682496 86116834 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_118.tmp   | chia    301755 user  256u   REG   0,54   856682496 86116835 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_119.tmp   | chia    301755 user  257u   REG   0,54   856682496 86116836 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_120.tmp   | chia    301755 user  258u   REG   0,54   856682496 86116837 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_121.tmp   | chia    301755 user  259u   REG   0,54   856682496 86116838 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_122.tmp   | chia    301755 user  260u   REG   0,54   856682496 86116839 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_123.tmp   | chia    301755 user  261u   REG   0,54   856682496 86116840 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_124.tmp   | chia    301755 user  262u   REG   0,54   856682496 86116841 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_125.tmp   | chia    301755 user  263u   REG   0,54   856682496 86116842 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_126.tmp   | chia    301755 user  264u   REG   0,54   855633920 86116843 plot-k33-2021-04-25-11-20-857b4af776d09352a3e3179a2f18129f0ea8c3ea274cd8caefb78fb1eac27f73.plot.p1.t6.sort_bucket_127.tmp   | chia    301756 user    4u   REG   0,54           0 86116581 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.sort.tmp   | chia    301756 user    6u   REG   0,54   915402752 86116160 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_000.tmp   | chia    301756 user    8u   REG   0,54   915402752 86116161 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_001.tmp   | chia    301756 user    9u   REG   0,54 32019083264 86116586 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.table5.tmp   | chia    301756 user   10u   REG   0,54           0 86116587 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.table6.tmp   | chia    301756 user   11u   REG   0,54           0 86116588 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.table7.tmp   | chia    301756 user   12u   REG   0,54           0 86116589 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.2.tmp   | chia    301756 user  103u   REG   0,54  1543387584 86116593 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_092.tmp   | chia    301756 user  104u   REG   0,54  1543151616 86116594 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_093.tmp   | chia    301756 user  105u   REG   0,54  1543127040 86116595 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_094.tmp   | chia    301756 user  106u   REG   0,54  1542803456 86116596 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_095.tmp   | chia    301756 user  107u   REG   0,54  1543323648 86116597 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_096.tmp   | chia    301756 user  108u   REG   0,54  1543417856 86116598 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_097.tmp   | chia    301756 user  109u   REG   0,54  1543213056 86116599 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_098.tmp   | chia    301756 user  110u   REG   0,54  1543401472 86116600 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_099.tmp   | chia    301756 user  111u   REG   0,54  1543315456 86116601 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_100.tmp   | chia    301756 user  112u   REG   0,54  1543249920 86116602 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_101.tmp   | chia    301756 user  113u   REG   0,54  1543127040 86116603 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_102.tmp   | chia    301756 user  114u   REG   0,54  1543442432 86116604 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_103.tmp   | chia    301756 user  115u   REG   0,54  1542905856 86116605 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_104.tmp   | chia    301756 user  116u   REG   0,54  1542909952 86116606 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_105.tmp   | chia    301756 user  117u   REG   0,54  1543192576 86116607 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_106.tmp   | chia    301756 user  118u   REG   0,54  1543151616 86116608 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_107.tmp   | chia    301756 user  119u   REG   0,54  1543110656 86116609 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_108.tmp   | chia    301756 user  120u   REG   0,54  1543008256 86116610 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_109.tmp   | chia    301756 user  121u   REG   0,54  1543409664 86116611 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_110.tmp   | chia    301756 user  122u   REG   0,54  1543049216 86116612 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_111.tmp   | chia    301756 user  123u   REG   0,54  1543307264 86116613 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_112.tmp   | chia    301756 user  124u   REG   0,54  1543168000 86116614 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_113.tmp   | chia    301756 user  125u   REG   0,54  1542791168 86116615 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_114.tmp   | chia    301756 user  126u   REG   0,54  1543098368 86116616 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_115.tmp   | chia    301756 user  127u   REG   0,54  1543311360 86116617 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_116.tmp   | chia    301756 user  128u   REG   0,54  1542979584 86116618 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_117.tmp   | chia    301756 user  129u   REG   0,54  1543331840 86116619 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_118.tmp   | chia    301756 user  130u   REG   0,54  1543311360 86116620 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_119.tmp   | chia    301756 user  131u   REG   0,54  1543368704 86116621 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_120.tmp   | chia    301756 user  132u   REG   0,54  1543258112 86116622 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_121.tmp   | chia    301756 user  133u   REG   0,54  1543020544 86116623 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_122.tmp   | chia    301756 user  134u   REG   0,54  1543315456 86116624 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_123.tmp   | chia    301756 user  135u   REG   0,54  1543168000 86116625 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_124.tmp   | chia    301756 user  136u   REG   0,54  1543188480 86116626 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_125.tmp   | chia    301756 user  137u   REG   0,54  1543147520 86116627 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_126.tmp   | chia    301756 user  138u   REG   0,54  1543458816 86116628 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t5.sort_bucket_127.tmp   | chia    301756 user  139u   REG   0,54   915402752 86116162 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_002.tmp   | chia    301756 user  140u   REG   0,54   915402752 86116163 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_003.tmp   | chia    301756 user  141u   REG   0,54   915402752 86116164 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_004.tmp   | chia    301756 user  142u   REG   0,54   915402752 86116165 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_005.tmp   | chia    301756 user  143u   REG   0,54   915402752 86116166 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_006.tmp   | chia    301756 user  144u   REG   0,54   915402752 86116167 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_007.tmp   | chia    301756 user  145u   REG   0,54   915402752 86116168 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_008.tmp   | chia    301756 user  146u   REG   0,54   915402752 86116169 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_009.tmp   | chia    301756 user  147u   REG   0,54   915402752 86116170 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_010.tmp   | chia    301756 user  148u   REG   0,54   915402752 86116171 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_011.tmp   | chia    301756 user  149u   REG   0,54   915402752 86116172 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_012.tmp   | chia    301756 user  150u   REG   0,54   915402752 86116173 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_013.tmp   | chia    301756 user  151u   REG   0,54   915402752 86116174 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_014.tmp   | chia    301756 user  152u   REG   0,54   915402752 86116175 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_015.tmp   | chia    301756 user  153u   REG   0,54   915402752 86116176 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_016.tmp   | chia    301756 user  154u   REG   0,54   915402752 86116178 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_017.tmp   | chia    301756 user  155u   REG   0,54   915402752 86116179 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_018.tmp   | chia    301756 user  156u   REG   0,54   915402752 86116180 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_019.tmp   | chia    301756 user  157u   REG   0,54   915402752 86116181 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_020.tmp   | chia    301756 user  158u   REG   0,54   915402752 86116182 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_021.tmp   | chia    301756 user  159u   REG   0,54   915402752 86116183 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_022.tmp   | chia    301756 user  160u   REG   0,54   915402752 86116184 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_023.tmp   | chia    301756 user  161u   REG   0,54   915402752 86116185 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_024.tmp   | chia    301756 user  162u   REG   0,54   915402752 86116187 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_025.tmp   | chia    301756 user  163u   REG   0,54   915402752 86116188 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_026.tmp   | chia    301756 user  164u   REG   0,54   915402752 86116189 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_027.tmp   | chia    301756 user  165u   REG   0,54   915402752 86116190 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_028.tmp   | chia    301756 user  166u   REG   0,54   915402752 86116191 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_029.tmp   | chia    301756 user  167u   REG   0,54   915402752 86116192 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_030.tmp   | chia    301756 user  168u   REG   0,54   915402752 86116227 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_031.tmp   | chia    301756 user  169u   REG   0,54   915402752 86116228 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_032.tmp   | chia    301756 user  170u   REG   0,54   915402752 86116229 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_033.tmp   | chia    301756 user  171u   REG   0,54   915402752 86116230 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_034.tmp   | chia    301756 user  172u   REG   0,54   915402752 86116231 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_035.tmp   | chia    301756 user  173u   REG   0,54   915402752 86116232 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_036.tmp   | chia    301756 user  174u   REG   0,54   915402752 86116233 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_037.tmp   | chia    301756 user  175u   REG   0,54   915402752 86116234 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_038.tmp   | chia    301756 user  176u   REG   0,54   915402752 86116243 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_039.tmp   | chia    301756 user  177u   REG   0,54   915402752 86116244 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_040.tmp   | chia    301756 user  178u   REG   0,54   915402752 86116245 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_041.tmp   | chia    301756 user  179u   REG   0,54   915402752 86116246 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_042.tmp   | chia    301756 user  180u   REG   0,54   915402752 86116247 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_043.tmp   | chia    301756 user  181u   REG   0,54   915402752 86116248 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_044.tmp   | chia    301756 user  182u   REG   0,54   915402752 86116249 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_045.tmp   | chia    301756 user  183u   REG   0,54   915402752 86116250 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_046.tmp   | chia    301756 user  184u   REG   0,54   915402752 86116251 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_047.tmp   | chia    301756 user  185u   REG   0,54   915402752 86116252 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_048.tmp   | chia    301756 user  186u   REG   0,54   915402752 86116253 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_049.tmp   | chia    301756 user  187u   REG   0,54   915402752 86116254 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_050.tmp   | chia    301756 user  188u   REG   0,54   915402752 86116255 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_051.tmp   | chia    301756 user  189u   REG   0,54   915402752 86116256 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_052.tmp   | chia    301756 user  190u   REG   0,54   915402752 86116257 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_053.tmp   | chia    301756 user  191u   REG   0,54   915402752 86116258 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_054.tmp   | chia    301756 user  192u   REG   0,54   915402752 86116259 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_055.tmp   | chia    301756 user  193u   REG   0,54   915402752 86116260 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_056.tmp   | chia    301756 user  194u   REG   0,54   915402752 86116261 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_057.tmp   | chia    301756 user  195u   REG   0,54   915402752 86116262 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_058.tmp   | chia    301756 user  196u   REG   0,54   915402752 86116263 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_059.tmp   | chia    301756 user  197u   REG   0,54   915402752 86116264 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_060.tmp   | chia    301756 user  198u   REG   0,54   915402752 86116265 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_061.tmp   | chia    301756 user  199u   REG   0,54   915402752 86116266 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_062.tmp   | chia    301756 user  200u   REG   0,54   915402752 86116267 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_063.tmp   | chia    301756 user  201u   REG   0,54   915402752 86116268 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_064.tmp   | chia    301756 user  202u   REG   0,54   915402752 86116269 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_065.tmp   | chia    301756 user  203u   REG   0,54   915402752 86116270 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_066.tmp   | chia    301756 user  204u   REG   0,54   915402752 86116271 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_067.tmp   | chia    301756 user  205u   REG   0,54   915402752 86116272 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_068.tmp   | chia    301756 user  206u   REG   0,54   915402752 86116273 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_069.tmp   | chia    301756 user  207u   REG   0,54   915402752 86116274 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_070.tmp   | chia    301756 user  208u   REG   0,54   915402752 86116454 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_071.tmp   | chia    301756 user  209u   REG   0,54   915402752 86116455 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_072.tmp   | chia    301756 user  210u   REG   0,54   915402752 86116456 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_073.tmp   | chia    301756 user  211u   REG   0,54   915402752 86116457 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_074.tmp   | chia    301756 user  212u   REG   0,54   915402752 86116458 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_075.tmp   | chia    301756 user  213u   REG   0,54   915402752 86116463 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_076.tmp   | chia    301756 user  214u   REG   0,54   915402752 86116464 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_077.tmp   | chia    301756 user  215u   REG   0,54   915402752 86116465 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_078.tmp   | chia    301756 user  216u   REG   0,54   915402752 86116466 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_079.tmp   | chia    301756 user  217u   REG   0,54   915402752 86116467 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_080.tmp   | chia    301756 user  218u   REG   0,54   915402752 86116468 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_081.tmp   | chia    301756 user  219u   REG   0,54   915402752 86116469 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_082.tmp   | chia    301756 user  220u   REG   0,54   915402752 86116470 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_083.tmp   | chia    301756 user  221u   REG   0,54   915402752 86116471 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_084.tmp   | chia    301756 user  222u   REG   0,54   915402752 86116472 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_085.tmp   | chia    301756 user  223u   REG   0,54   915402752 86116473 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_086.tmp   | chia    301756 user  224u   REG   0,54   915402752 86116474 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_087.tmp   | chia    301756 user  225u   REG   0,54   915402752 86116475 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_088.tmp   | chia    301756 user  226u   REG   0,54   915402752 86116479 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_089.tmp   | chia    301756 user  227u   REG   0,54   915402752 86116480 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_090.tmp   | chia    301756 user  228u   REG   0,54   915402752 86116481 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_091.tmp   | chia    301756 user  229u   REG   0,54   915402752 86116482 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_092.tmp   | chia    301756 user  230u   REG   0,54   915402752 86116483 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_093.tmp   | chia    301756 user  231u   REG   0,54   915402752 86116484 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_094.tmp   | chia    301756 user  232u   REG   0,54   915402752 86116485 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_095.tmp   | chia    301756 user  233u   REG   0,54   915402752 86116486 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_096.tmp   | chia    301756 user  234u   REG   0,54   915402752 86116487 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_097.tmp   | chia    301756 user  235u   REG   0,54   915402752 86116488 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_098.tmp   | chia    301756 user  236u   REG   0,54   915402752 86116489 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_099.tmp   | chia    301756 user  237u   REG   0,54   915402752 86116490 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_100.tmp   | chia    301756 user  238u   REG   0,54   915402752 86116491 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_101.tmp   | chia    301756 user  239u   REG   0,54   915402752 86116492 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_102.tmp   | chia    301756 user  240u   REG   0,54   915402752 86116493 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_103.tmp   | chia    301756 user  241u   REG   0,54   915402752 86116494 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_104.tmp   | chia    301756 user  242u   REG   0,54   915402752 86116495 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_105.tmp   | chia    301756 user  243u   REG   0,54   915402752 86116496 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_106.tmp   | chia    301756 user  244u   REG   0,54   915402752 86116497 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_107.tmp   | chia    301756 user  245u   REG   0,54   915402752 86116498 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_108.tmp   | chia    301756 user  246u   REG   0,54   915402752 86116499 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_109.tmp   | chia    301756 user  247u   REG   0,54   915402752 86116500 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_110.tmp   | chia    301756 user  248u   REG   0,54   915402752 86116501 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_111.tmp   | chia    301756 user  249u   REG   0,54   915402752 86116502 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_112.tmp   | chia    301756 user  250u   REG   0,54   915402752 86116503 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_113.tmp   | chia    301756 user  251u   REG   0,54   915402752 86116504 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_114.tmp   | chia    301756 user  252u   REG   0,54   915402752 86116505 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_115.tmp   | chia    301756 user  253u   REG   0,54   915402752 86116506 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_116.tmp   | chia    301756 user  254u   REG   0,54   915402752 86116507 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_117.tmp   | chia    301756 user  255u   REG   0,54   915402752 86116508 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_118.tmp   | chia    301756 user  256u   REG   0,54   915402752 86116509 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_119.tmp   | chia    301756 user  257u   REG   0,54   915402752 86116510 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_120.tmp   | chia    301756 user  258u   REG   0,54   915402752 86116511 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_121.tmp   | chia    301756 user  259u   REG   0,54   915402752 86116512 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_122.tmp   | chia    301756 user  260u   REG   0,54   915402752 86116513 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_123.tmp   | chia    301756 user  261u   REG   0,54   915402752 86116514 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_124.tmp   | chia    301756 user  262u   REG   0,54   915402752 86116515 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_125.tmp   | chia    301756 user  263u   REG   0,54   915402752 86116516 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_126.tmp   | chia    301756 user  264u   REG   0,54   915402752 86116517 plot-k33-2021-04-25-11-20-ccd95602dc408df3a5f9d3810f2c0d66f13715bcad0b3d60abd76c50eb01ccd6.plot.p1.t6.sort_bucket_127.tmp ```
altendky commented 3 years ago

They also commented that there had been a rogue plotman process running at some point which could explain same timestamp on two plotters. None the less...

BasilHorowt commented 3 years ago

@altendky and I talked about this for a bit and ended up with the plan to:

1) Replace : with _ to ensure cross platform compatibility 2) Increase precision by adding microseconds to the end of the timestamp .123412. This will ensure that collisions do not occur even at scale (someone could be plotting on many machines and consolidating logs for analysis?) 3) Appending the timezone to the end of the timestamp with +hh:mm or -hh:mm so that the log names have comprehensive time information present. We looked into it and + shouldn't be a problem in the filename