Skip to Content.
Sympa Menu

perfsonar-user - RE: [perfsonar-user] perfSONAR nodes are down due to Memory utilization issue

Subject: perfSONAR User Q&A and Other Discussion

List archive

RE: [perfsonar-user] perfSONAR nodes are down due to Memory utilization issue


Chronological Thread 
  • From: Muhammad Tayyab <>
  • To: Valentin Vidic <>, "" <>
  • Subject: RE: [perfsonar-user] perfSONAR nodes are down due to Memory utilization issue
  • Date: Sun, 12 May 2019 14:24:31 +0000

Hi Valentin,

This is a Supermicro server and it has physical HD. Please find the attached
outputs; FYI

How we can normalize the HD utilization?

Regards,
Tayyab


-----Original Message-----
From:
[] On Behalf Of Valentin Vidic
Sent: Sunday, May 12, 2019 4:48 PM
To:
Subject: Re: [perfsonar-user] perfSONAR nodes are down due to Memory
utilization issue

On Sun, May 12, 2019 at 11:55:23AM +0000, Muhammad Tayyab wrote:
> I'm not able to connect with Postgres database, would you please
> assist me how I can grab the output from the PS node.

Try if this works:

# sudo -u postgres psql -c 'SELECT * FROM pg_stat_activity'

You can also check table sizes with:

# sudo -u postgres psql pscheduler -c "SELECT *, pg_size_pretty(total_bytes)
AS total
, pg_size_pretty(index_bytes) AS INDEX
, pg_size_pretty(toast_bytes) AS toast
, pg_size_pretty(table_bytes) AS TABLE
FROM (
SELECT *, total_bytes-index_bytes-COALESCE(toast_bytes,0) AS table_bytes
FROM (
SELECT c.oid,nspname AS table_schema, relname AS TABLE_NAME
, c.reltuples AS row_estimate
, pg_total_relation_size(c.oid) AS total_bytes
, pg_indexes_size(c.oid) AS index_bytes
, pg_total_relation_size(reltoastrelid) AS toast_bytes
FROM pg_class c
LEFT JOIN pg_namespace n ON n.oid = c.relnamespace
WHERE relkind = 'r'
) a
) a;"

> I have attached disk utilization logs.

Yes, the disks seem to be 100% utilized mostly with reads.
Can you say what kind of a disk is /dev/sda?

--
Valentin Vidic
Computer Systems Engineer - Expert
Department of Computer Infrastructure and Services Croatian Academic and
Research Network - CARNET Josipa Marohnica 5, HR-10000 Zagreb, Croatia
tel: +385 1 6661 714, fax. +385 1 6661 635
gsm: +385 91 2480 919
www.CARNet.hr
 14:51:20(985):Display all 119 possibilities? (y or n)
14:51:23(345):[root@ps-clc2-g3057c ~]#
14:51:23(845):[root@ps-clc2-g3057c ~]#
14:51:23(878):[root@ps-clc2-g3057c ~]#
14:51:23(912):[root@ps-clc2-g3057c ~]#
14:51:23(944):[root@ps-clc2-g3057c ~]#
14:51:23(978):[root@ps-clc2-g3057c ~]#
14:51:24(010):[root@ps-clc2-g3057c ~]#
14:51:24(043):[root@ps-clc2-g3057c ~]#
14:51:24(077):[root@ps-clc2-g3057c ~]#
14:51:24(108):[root@ps-clc2-g3057c ~]#
14:51:24(142):[root@ps-clc2-g3057c ~]#
14:51:24(175):[root@ps-clc2-g3057c ~]#
14:51:24(209):[root@ps-clc2-g3057c ~]#
14:51:25(353):[root@ps-clc2-g3057c ~]# iostat -xz 1 10
14:51:25(618):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
14:51:25(625):
14:51:25(631):avg-cpu: %user %nice %system %iowait %steal %idle
14:51:25(636): 14.65 0.00 4.36 54.14 0.00 26.84
14:51:25(636):
14:51:25(647):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
14:51:25(659):sda 16.69 24.01 327.92 88.30 26321.83
1045.38 131.50 1.18 2.82 3.33 0.95 2.40 99.82
14:51:25(668):dm-0 0.00 0.00 333.67 94.55 26275.96
997.28 127.38 1.59 3.71 4.66 0.34 2.33 99.82
14:51:25(678):dm-1 0.00 0.00 11.46 12.02 45.83
48.07 8.00 0.63 26.98 126.57 137.03 6.23 14.63
14:51:25(687):dm-2 0.00 0.00 0.00 0.00 0.00
0.00 67.58 0.00 18.48 19.13 2.50 18.39 0.00
14:51:25(687):
14:51:26(583):avg-cpu: %user %nice %system %iowait %steal %idle
14:51:26(594): 26.01 0.00 3.79 40.91 0.00 29.29
14:51:26(594):
14:51:26(617):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
14:51:26(631):sda 6.00 0.00 747.00 13.00 94356.00
140.50 248.68 3.31 4.46 4.31 12.62 1.28 97.60
14:51:26(643):dm-0 0.00 0.00 751.00 9.00 94344.00
162.00 248.70 3.41 4.59 4.42 18.22 1.28 97.60
14:51:26(644):
14:51:27(583):avg-cpu: %user %nice %system %iowait %steal %idle
14:51:27(590): 26.01 0.00 2.53 43.69 0.00 27.78
14:51:27(590):
14:51:27(620):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
14:51:27(633):sda 2.00 0.00 792.00 6.00 100912.00
54.50 253.05 4.24 2.65 2.63 5.67 1.25 100.00
14:51:27(644):dm-0 0.00 0.00 800.00 3.00 100948.00
33.00 251.51 4.28 2.71 2.68 11.33 1.25 100.00
14:51:27(645):
14:51:28(585):avg-cpu: %user %nice %system %iowait %steal %idle
14:51:28(598): 25.94 0.00 5.04 46.10 0.00 22.92
14:51:28(599):
14:51:28(616):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
14:51:28(633):sda 4.00 0.00 719.00 7.00 88984.00
57.50 245.29 4.41 7.69 7.55 21.71 1.38 100.00
14:51:28(642):dm-0 0.00 0.00 721.00 5.00 88972.00
57.50 245.26 4.54 7.87 7.71 30.40 1.38 100.00
14:51:28(642):
14:51:29(584):avg-cpu: %user %nice %system %iowait %steal %idle
14:51:29(597): 26.08 0.00 2.78 44.05 0.00 27.09
14:51:29(597):
14:51:29(626):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
14:51:29(646):sda 0.00 0.00 823.00 0.00 104104.00
0.00 252.99 4.07 4.42 4.42 0.00 1.22 100.00
14:51:29(660):dm-0 0.00 0.00 821.00 0.00 103992.00
0.00 253.33 4.07 4.43 4.43 0.00 1.22 100.00
14:51:29(660):
14:51:30(575):avg-cpu: %user %nice %system %iowait %steal %idle
14:51:30(583): 26.01 0.00 3.28 33.59 0.00 37.12
14:51:30(583):
14:51:30(614):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
14:51:30(634):sda 17.00 3.00 467.00 43.00 55196.00
393.00 218.00 3.72 9.81 9.55 12.60 1.96 100.00
14:51:30(648):dm-0 0.00 0.00 486.00 33.00 55260.00
393.00 214.46 4.18 10.44 10.03 16.42 1.93 100.00
14:51:30(649):
14:51:31(584):avg-cpu: %user %nice %system %iowait %steal %idle
14:51:31(598): 26.13 0.00 3.27 38.19 0.00 32.41
14:51:31(598):
14:51:31(631):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
14:51:31(651):sda 5.00 4.00 611.00 14.00 73632.00
78.50 235.87 3.40 5.22 5.10 10.64 1.60 100.00
14:51:31(667):dm-0 0.00 0.00 614.00 15.00 73672.00
78.50 234.50 3.51 5.45 5.34 9.93 1.59 100.00
14:51:31(671):
14:51:32(571):avg-cpu: %user %nice %system %iowait %steal %idle
14:51:32(574): 26.01 0.00 2.53 48.23 0.00 23.23
14:51:32(574):
14:51:32(583):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
14:51:32(592):sda 0.00 0.00 657.00 2.00 81140.00
8.00 246.28 5.04 7.32 7.35 0.00 1.52 100.00
14:51:32(602):dm-0 0.00 0.00 658.00 2.00 81148.00
8.00 245.93 5.04 7.31 7.33 0.00 1.52 100.00
14:51:32(602):
14:51:33(579):avg-cpu: %user %nice %system %iowait %steal %idle
14:51:33(589): 25.75 0.00 2.75 41.25 0.00 30.25
14:51:33(589):
14:51:33(614):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
14:51:33(631):sda 7.00 0.00 543.00 16.00 65696.00
214.00 235.81 5.10 9.43 8.73 32.88 1.79 100.00
14:51:33(646):dm-0 0.00 0.00 552.00 9.00 65816.00
214.00 235.40 5.38 9.90 9.11 58.44 1.78 100.00
14:51:33(646):
14:51:34(579):avg-cpu: %user %nice %system %iowait %steal %idle
14:51:34(592): 25.88 0.00 2.26 38.94 0.00 32.91
14:51:34(592):
14:51:34(613):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
14:51:34(631):sda 12.00 25.00 402.00 51.00 44612.00
348.00 198.50 12.52 11.86 12.28 8.53 2.21 100.00
14:51:34(648):dm-0 0.00 0.00 409.00 204.00 44468.00
1740.00 150.76 14.03 9.40 12.97 2.25 1.63 100.00
14:51:34(650):
15:30:28(057):[root@ps-clc2-g3057c ~]# iostat -xz
15:30:28(358):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:30:28(363):
15:30:28(436):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:28(448): 14.64 0.00 4.37 54.14 0.00 26.85
15:30:28(448):
15:30:28(475):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:28(495):sda 16.68 23.99 327.98 88.30 26331.75
1045.34 131.53 1.21 2.90 3.34 1.25 2.40 99.82
15:30:28(514):dm-0 0.00 0.00 333.73 94.55 26285.90
997.30 127.41 1.62 3.79 4.68 0.66 2.33 99.82
15:30:28(531):dm-1 0.00 0.00 11.46 12.01 45.82
48.02 8.00 0.64 27.04 126.57 137.02 6.23 14.62
15:30:28(543):dm-2 0.00 0.00 0.00 0.00 0.00
0.00 67.58 0.00 18.48 19.13 2.50 18.39 0.00
15:30:28(544):
15:30:33(226):[root@ps-clc2-g3057c ~]# iostat -xz 1
15:30:33(260):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:30:33(263):
15:30:33(306):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:33(309): 14.64 0.00 4.37 54.14 0.00 26.85
15:30:33(309):
15:30:33(317):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:33(326):sda 16.68 23.99 327.98 88.30 26331.83
1045.34 131.53 1.21 2.90 3.34 1.25 2.40 99.82
15:30:33(335):dm-0 0.00 0.00 333.73 94.55 26285.97
997.29 127.41 1.62 3.79 4.68 0.66 2.33 99.82
15:30:33(344):dm-1 0.00 0.00 11.46 12.01 45.82
48.02 8.00 0.64 27.04 126.57 137.02 6.23 14.62
15:30:33(353):dm-2 0.00 0.00 0.00 0.00 0.00
0.00 67.58 0.00 18.48 19.13 2.50 18.39 0.00
15:30:33(354):
15:30:34(279):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:34(289): 25.88 0.00 2.51 58.54 0.00 13.07
15:30:34(289):
15:30:34(305):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:34(320):sda 7.00 1.00 434.00 68.00 47168.00
588.50 190.26 5.77 11.44 11.91 8.41 1.99 100.00
15:30:34(329):dm-0 0.00 0.00 441.00 66.00 47168.00
588.50 188.39 6.17 12.11 12.60 8.85 1.97 100.00
15:30:34(330):
15:30:35(277):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:35(283): 25.76 0.00 2.02 62.37 0.00 9.85
15:30:35(283):
15:30:35(301):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:35(316):sda 9.00 0.00 393.00 19.00 46604.00
222.50 227.31 6.05 14.51 10.92 88.84 2.43 100.00
15:30:35(328):dm-0 0.00 0.00 401.00 12.00 46476.00
222.50 226.14 6.71 16.05 12.32 140.67 2.42 100.00
15:30:35(329):
15:30:36(274):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:36(282): 25.63 0.00 3.02 59.80 0.00 11.56
15:30:36(282):
15:30:36(298):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:36(307):sda 0.00 0.00 658.00 0.00 78272.00
0.00 237.91 6.16 7.24 7.24 0.00 1.52 100.00
15:30:36(316):dm-0 0.00 0.00 663.00 0.00 78560.00
0.00 236.98 6.16 7.18 7.18 0.00 1.51 100.00
15:30:36(316):
15:30:37(277):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:37(288): 25.76 0.00 1.77 56.57 0.00 15.91
15:30:37(288):
15:30:37(306):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:37(322):sda 18.00 8.00 323.00 37.00 35856.00
343.50 201.11 5.95 20.65 20.30 23.73 2.78 100.00
15:30:37(333):dm-0 0.00 0.00 341.00 39.00 35804.00
343.50 190.25 6.53 21.09 20.87 23.08 2.63 100.00
15:30:37(334):
15:30:38(277):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:38(283): 26.13 0.00 3.02 54.77 0.00 16.08
15:30:38(284):
15:30:38(301):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:38(313):sda 7.00 58.00 471.00 67.00 56232.00
589.50 211.23 5.45 10.03 9.55 13.39 1.86 100.00
15:30:38(323):dm-0 0.00 0.00 475.00 121.00 56140.00
589.50 190.37 6.68 11.12 11.12 11.15 1.68 100.00
15:30:38(323):
15:30:39(277):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:39(289): 25.94 0.00 2.49 62.59 0.00 8.98
15:30:39(290):
15:30:39(311):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:39(330):sda 14.00 1.00 404.00 25.00 37696.00
246.00 176.89 8.16 16.43 15.42 32.76 2.33 100.00
15:30:39(350):dm-0 0.00 0.00 422.00 18.00 37724.00
246.00 172.59 8.65 17.13 15.88 46.39 2.27 100.00
15:30:39(351):
15:30:40(267):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:40(273): 25.81 0.00 3.76 60.65 0.00 9.77
15:30:40(273):
15:30:40(289):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:40(301):sda 9.00 6.00 320.00 88.00 32852.00
773.00 164.83 9.67 26.75 24.71 34.17 2.45 100.00
15:30:40(313):dm-0 0.00 0.00 323.00 85.00 32808.00
773.00 164.61 10.37 28.36 26.38 35.91 2.45 100.00
15:30:40(314):
15:30:41(275):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:41(282): 26.45 0.00 2.27 47.61 0.00 23.68
15:30:41(282):
15:30:41(300):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:41(314):sda 5.00 0.00 412.00 9.00 43776.00
84.00 208.36 5.22 12.37 12.37 12.11 2.38 100.00
15:30:41(325):dm-0 0.00 0.00 416.00 8.00 43776.00
114.00 207.03 5.36 12.63 12.62 13.62 2.36 100.00
15:30:41(326):
15:30:42(276):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:42(282): 25.82 0.00 2.03 53.67 0.00 18.48
15:30:42(283):
15:30:42(298):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:42(308):sda 11.00 0.00 330.00 9.00 30740.00
64.50 181.74 5.41 15.77 15.44 27.78 2.95 100.00
15:30:42(317):dm-0 0.00 0.00 346.00 5.00 30860.00
34.50 176.04 5.74 16.29 15.81 50.00 2.85 100.00
15:30:42(318):
15:30:43(275):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:43(288): 26.08 0.00 2.28 50.13 0.00 21.52
15:30:43(288):
15:30:43(322):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:43(354):sda 15.00 0.00 475.00 10.00 53996.00
111.50 223.12 5.15 9.98 9.49 33.60 2.06 100.00
15:30:43(373):dm-0 0.00 0.00 478.00 6.00 53716.00
111.50 222.43 5.42 10.56 9.99 56.00 2.07 100.00
15:30:43(384):dm-1 0.00 0.00 8.00 0.00 32.00
0.00 8.00 0.36 45.00 45.00 0.00 5.62 4.50
15:30:43(385):
15:30:44(277):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:44(283): 26.52 0.00 4.80 51.52 0.00 17.17
15:30:44(283):
15:30:44(299):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:44(316):sda 17.00 0.00 609.00 23.00 76536.00
220.50 242.90 4.58 7.88 7.63 14.43 1.58 100.00
15:30:44(333):dm-0 0.00 0.00 627.00 17.00 76648.00
220.50 238.72 5.42 9.02 8.74 19.53 1.55 100.00
15:30:44(334):
15:30:45(262):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:45(266): 26.32 0.00 2.76 55.64 0.00 15.29
15:30:45(266):
15:30:45(274):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:45(284):sda 7.00 3.00 340.00 90.00 37668.00
713.50 178.52 6.30 13.87 13.72 14.43 2.33 100.00
15:30:45(293):dm-0 0.00 0.00 347.00 91.00 37684.00
713.50 175.33 6.79 14.74 14.64 15.11 2.28 100.00
15:30:45(293):
15:30:46(267):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:46(273): 26.40 0.00 2.79 39.34 0.00 31.47
15:30:46(273):
15:30:46(287):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:46(296):sda 9.00 0.00 590.00 25.00 72192.00
316.00 235.80 5.11 7.40 6.54 27.92 1.63 100.00
15:30:46(306):dm-0 0.00 0.00 598.00 17.00 72064.00
380.00 235.59 5.38 7.85 6.90 41.06 1.63 100.00
15:30:46(307):
15:30:47(276):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:47(283): 26.70 0.00 2.77 55.16 0.00 15.37
15:30:47(283):
15:30:47(301):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:47(314):sda 20.00 15.00 514.00 29.00 62284.00
354.00 230.71 5.51 11.79 11.08 24.45 1.84 100.00
15:30:47(325):dm-0 0.00 0.00 534.00 35.00 62412.00
290.00 220.39 6.52 13.03 11.67 33.80 1.76 100.00
15:30:47(326):
15:30:48(274):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:48(281): 25.88 0.00 2.01 47.49 0.00 24.62
15:30:48(281):
15:30:48(298):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:48(309):sda 19.00 59.00 330.00 72.00 42892.00
674.00 216.75 6.33 15.64 12.53 29.90 2.49 100.00
15:30:48(319):dm-0 0.00 0.00 350.00 123.00 42892.00
674.00 184.21 8.30 17.47 14.27 26.59 2.11 100.00
15:30:48(320):
15:30:49(282):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:49(289): 26.20 0.00 5.04 53.15 0.00 15.62
15:30:49(289):
15:30:49(302):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:49(316):sda 19.00 0.00 638.00 19.00 79656.00
141.00 242.91 5.21 7.18 6.59 26.79 1.52 100.00
15:30:49(326):dm-0 0.00 0.00 657.00 13.00 79656.00
141.00 238.20 5.76 7.86 7.25 39.15 1.49 100.00
15:30:49(326):
15:30:50(277):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:50(285): 26.40 0.00 3.55 59.14 0.00 10.91
15:30:50(285):
15:30:50(307):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:50(321):sda 3.00 1.00 773.00 81.00 98560.00
624.00 232.28 6.85 7.44 6.62 15.26 1.17 100.00
15:30:50(335):dm-0 0.00 0.00 776.00 88.00 98644.00
816.00 230.23 7.02 7.37 6.61 14.05 1.16 100.00
15:30:50(336):
15:30:51(278):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:51(290): 25.94 0.00 3.27 54.91 0.00 15.87
15:30:51(290):
15:30:51(311):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:51(329):sda 29.00 77.00 295.00 364.00 38532.00
3670.50 128.08 38.20 47.20 14.72 73.53 1.52 100.00
15:30:51(338):dm-0 0.00 0.00 323.00 557.00 38448.00
5086.50 98.94 47.44 44.67 17.90 60.19 1.14 100.00
15:30:51(338):
15:30:52(269):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:52(277): 25.44 0.00 1.26 68.26 0.00 5.04
15:30:52(277):
15:30:52(295):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:52(310):sda 0.00 81.00 0.00 576.00 0.00
7088.00 24.61 150.77 225.45 0.00 225.45 1.74 100.00
15:30:52(326):dm-0 0.00 0.00 2.00 659.00 8.00
7784.00 23.58 173.26 225.14 0.00 225.82 1.51 100.00
15:30:52(327):
15:30:53(279):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:53(285): 25.38 0.00 1.01 73.62 0.00 0.00
15:30:53(285):
15:30:53(301):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:53(314):sda 2.00 30.00 6.00 282.00 528.00
3708.00 29.42 133.47 357.50 1741.50 328.05 3.47 100.00
15:30:53(325):dm-0 0.00 0.00 5.00 278.00 516.00
2898.50 24.13 153.01 412.03 2453.40 375.31 3.53 100.00
15:30:53(326):
15:30:54(278):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:54(290): 25.56 0.00 2.01 61.90 0.00 10.53
15:30:54(290):
15:30:54(324):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:54(345):sda 12.00 1.00 294.00 136.00 38468.00
1725.00 186.94 40.32 229.93 12.23 700.54 2.33 100.00
15:30:54(361):dm-0 0.00 0.00 308.00 27.00 38448.00
230.50 230.92 46.93 346.53 17.36 4101.56 2.99 100.00
15:30:54(361):
15:30:55(276):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:55(288): 25.69 0.00 2.02 46.60 0.00 25.69
15:30:55(288):
15:30:55(310):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:55(328):sda 0.00 3.00 491.00 53.00 56408.00
420.00 208.93 5.82 12.46 12.55 11.64 1.84 100.00
15:30:55(343):dm-0 0.00 0.00 491.00 56.00 56432.00
420.00 207.87 5.86 12.48 12.54 11.93 1.83 100.00
15:30:55(344):
15:30:56(277):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:56(284): 25.76 0.00 2.27 53.03 0.00 18.94
15:30:56(285):
15:30:56(302):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:56(316):sda 8.00 0.00 414.00 14.00 44340.00
180.50 208.04 7.21 16.87 14.29 93.14 2.34 100.00
15:30:56(328):dm-0 0.00 0.00 421.00 8.00 44340.00
180.50 207.55 7.79 18.11 15.36 163.00 2.33 100.00
15:30:56(329):
15:30:57(284):avg-cpu: %user %nice %system %iowait %steal %idle
15:30:57(296): 26.33 0.00 1.77 53.92 0.00 17.97
15:30:57(297):
15:30:57(312):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:30:57(328):sda 12.00 5.00 416.00 15.00 47796.00
121.00 222.35 5.07 11.82 11.68 15.73 2.32 100.00
15:30:57(339):dm-0 0.00 0.00 429.00 17.00 47796.00
121.00 214.87 5.75 13.00 12.96 14.06 2.24 100.00
15:30:57(340):
15:30:57(825):^C
15:32:41(139):[root@ps-clc2-g3057c ~]# iostat
15:32:41(166):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:32:41(166):
15:32:41(170):avg-cpu: %user %nice %system %iowait %steal %idle
15:32:41(173): 14.64 0.00 4.37 54.14 0.00 26.85
15:32:41(173):
15:32:41(177):Device: tps kB_read/s kB_wrtn/s kB_read
kB_wrtn
15:32:41(182):sda 416.29 26333.39 1045.32 45974000139
1824972951
15:32:41(187):dm-0 428.29 26287.54 997.28 45893945143
1741094114
15:32:41(191):dm-1 23.46 45.82 48.02 79992896
83829920
15:32:41(195):dm-2 0.00 0.00 0.00 1365
2048
15:32:41(195):
15:32:47(755):[root@ps-clc2-g3057c ~]#
15:32:49(050):[root@ps-clc2-g3057c ~]#
15:32:55(058):[root@ps-clc2-g3057c ~]# iostat -V
15:32:55(381):sysstat version 10.1.5
15:32:55(387):(C) Sebastien Godard (sysstat <at> orange.fr)
15:32:56(275):[root@ps-clc2-g3057c ~]#
15:33:19(355):[root@ps-clc2-g3057c ~]# iostat 2 3
15:33:19(385):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:33:19(385):
15:33:19(388):avg-cpu: %user %nice %system %iowait %steal %idle
15:33:19(391): 14.64 0.00 4.37 54.14 0.00 26.85
15:33:19(391):
15:33:19(396):Device: tps kB_read/s kB_wrtn/s kB_read
kB_wrtn
15:33:19(400):sda 416.30 26334.00 1045.32 45976067199
1824997737
15:33:19(404):dm-0 428.29 26288.14 997.27 45896011723
1741119049
15:33:19(408):dm-1 23.46 45.82 48.02 79992896
83829920
15:33:19(412):dm-2 0.00 0.00 0.00 1365
2048
15:33:19(413):
15:33:21(368):avg-cpu: %user %nice %system %iowait %steal %idle
15:33:21(375): 25.69 0.00 1.26 24.69 0.00 48.36
15:33:21(375):
15:33:21(384):Device: tps kB_read/s kB_wrtn/s kB_read
kB_wrtn
15:33:21(390):sda 276.00 4198.00 252.50 8396
505
15:33:21(396):dm-0 259.00 4190.00 177.75 8380
355
15:33:21(401):dm-1 0.00 0.00 0.00 0
0
15:33:21(406):dm-2 0.00 0.00 0.00 0
0
15:33:21(407):
15:33:23(366):avg-cpu: %user %nice %system %iowait %steal %idle
15:33:23(373): 25.57 0.00 1.13 42.07 0.00 31.23
15:33:23(373):
15:33:23(382):Device: tps kB_read/s kB_wrtn/s kB_read
kB_wrtn
15:33:23(391):sda 449.00 690.00 4434.00 1380
8868
15:33:23(400):dm-0 573.00 684.00 5304.75 1368
10609
15:33:23(406):dm-1 0.00 0.00 0.00 0
0
15:33:23(411):dm-2 0.00 0.00 0.00 0
0
15:33:23(412):
15:33:36(484):[root@ps-clc2-g3057c ~]# iostat -c
15:33:36(514):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:33:36(514):
15:33:36(518):avg-cpu: %user %nice %system %iowait %steal %idle
15:33:36(521): 14.65 0.00 4.37 54.14 0.00 26.85
15:33:36(521):
15:33:51(100):[root@ps-clc2-g3057c ~]# iostat -d
15:33:51(129):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:33:51(130):
15:33:51(134):Device: tps kB_read/s kB_wrtn/s kB_read
kB_wrtn
15:33:51(139):sda 416.30 26333.62 1045.31 45976246531
1825018266
15:33:51(143):dm-0 428.29 26287.77 997.26 45896191019
1741139094
15:33:51(148):dm-1 23.46 45.82 48.02 79992896
83830228
15:33:51(152):dm-2 0.00 0.00 0.00 1365
2048
15:33:51(153):
15:34:07(907):[root@ps-clc2-g3057c ~]# iostat p
15:34:07(937):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:34:07(937):
15:34:07(941):avg-cpu: %user %nice %system %iowait %steal %idle
15:34:07(944): 14.65 0.00 4.37 54.14 0.00 26.85
15:34:07(944):
15:34:07(949):Device: tps kB_read/s kB_wrtn/s kB_read
kB_wrtn
15:34:07(949):
15:34:10(995):[root@ps-clc2-g3057c ~]# iostat -p
15:34:11(025):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:34:11(025):
15:34:11(028):avg-cpu: %user %nice %system %iowait %steal %idle
15:34:11(032): 14.65 0.00 4.37 54.14 0.00 26.85
15:34:11(032):
15:34:11(037):Device: tps kB_read/s kB_wrtn/s kB_read
kB_wrtn
15:34:11(041):sda 416.30 26333.36 1045.32 45976320719
1825059806
15:34:11(045):sda1 0.00 0.03 0.03 54655
46896
15:34:11(049):sda2 408.42 26333.33 1045.29 45976260756
1825012910
15:34:11(053):dm-0 428.29 26287.51 997.28 45896265151
1741177422
15:34:11(057):dm-1 23.46 45.82 48.02 79993260
83833536
15:34:11(061):dm-2 0.00 0.00 0.00 1365
2048
15:34:11(062):
15:34:32(884):[root@ps-clc2-g3057c ~]# iostat -p sda
15:34:32(914):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:34:32(915):
15:34:32(925):avg-cpu: %user %nice %system %iowait %steal %idle
15:34:32(929): 14.65 0.00 4.37 54.14 0.00 26.85
15:34:32(929):
15:34:32(933):Device: tps kB_read/s kB_wrtn/s kB_read
kB_wrtn
15:34:32(937):sda 416.29 26333.13 1045.33 45976488055
1825097466
15:34:32(941):sda1 0.00 0.03 0.03 54655
46896
15:34:32(945):sda2 408.42 26333.10 1045.30 45976428092
1825050570
15:34:32(946):
15:34:39(643):[root@ps-clc2-g3057c ~]# iostat -n
15:34:39(770):Usage: iostat [ options ] [ <interval> [ <count> ] ]
15:34:39(771):Options are:
15:34:39(776):[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [
-y ] [ -z ]
15:34:39(778):[ -j { ID | LABEL | PATH | UUID | ... } ]
15:34:39(781):[ [ -T ] -g <group_name> ] [ -p [ <device> [,...] | ALL ] ]
15:34:39(784):[ <device> [...] | ALL ]
15:34:51(220):[root@ps-clc2-g3057c ~]# iostat
15:34:51(251):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:34:51(251):
15:34:51(254):avg-cpu: %user %nice %system %iowait %steal %idle
15:34:51(258): 14.65 0.00 4.37 54.14 0.00 26.85
15:34:51(258):
15:34:51(262):Device: tps kB_read/s kB_wrtn/s kB_read
kB_wrtn
15:34:51(267):sda 416.29 26332.96 1045.32 45976676087
1825110580
15:34:51(271):dm-0 428.28 26287.11 997.28 45896620387
1741228100
15:34:51(275):dm-1 23.46 45.82 48.02 79993600
83833536
15:34:51(279):dm-2 0.00 0.00 0.00 1365
2048
15:34:51(280):
15:35:04(476):[root@ps-clc2-g3057c ~]# iostat -m
15:35:04(506):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:35:04(507):
15:35:04(510):avg-cpu: %user %nice %system %iowait %steal %idle
15:35:04(513): 14.65 0.00 4.37 54.14 0.00 26.85
15:35:04(513):
15:35:04(518):Device: tps MB_read/s MB_wrtn/s MB_read
MB_wrtn
15:35:04(522):sda 416.29 25.72 1.02 44899434
1782363
15:35:04(527):dm-0 428.28 25.67 0.97 44821255
1700447
15:35:04(532):dm-1 23.46 0.04 0.05 78118
81868
15:35:04(535):dm-2 0.00 0.00 0.00 1
2
15:35:04(536):
15:35:11(542):[root@ps-clc2-g3057c ~]# iostat -g
15:35:11(968):Usage: iostat [ options ] [ <interval> [ <count> ] ]
15:35:11(969):Options are:
15:35:11(974):[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [
-y ] [ -z ]
15:35:11(976):[ -j { ID | LABEL | PATH | UUID | ... } ]
15:35:11(980):[ [ -T ] -g <group_name> ] [ -p [ <device> [,...] | ALL ] ]
15:35:11(983):[ <device> [...] | ALL ]
15:35:19(213):[root@ps-clc2-g3057c ~]# iostat -xyz
15:35:19(243):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:35:19(243):
15:35:19(246):avg-cpu: %user %nice %system %iowait %steal %idle
15:35:19(250): 14.65 0.00 4.37 54.14 0.00 26.85
15:35:19(250):
15:35:19(259):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:35:19(270):sda 16.68 23.99 327.99 88.30 26332.98
1045.34 131.53 1.21 2.91 3.35 1.29 2.40 99.82
15:35:19(280):dm-0 0.00 0.00 333.74 94.55 26287.13
997.30 127.41 1.63 3.80 4.68 0.70 2.33 99.82
15:35:19(291):dm-1 0.00 0.00 11.45 12.00 45.82
48.01 8.00 0.64 27.04 126.57 137.01 6.23 14.62
15:35:19(300):dm-2 0.00 0.00 0.00 0.00 0.00
0.00 67.58 0.00 18.48 19.13 2.50 18.39 0.00
15:35:19(301):
15:35:31(509):[root@ps-clc2-g3057c ~]# iostat -sda
15:35:31(543):Usage: iostat [ options ] [ <interval> [ <count> ] ]
15:35:31(544):Options are:
15:35:31(549):[ -c ] [ -d ] [ -h ] [ -k | -m ] [ -N ] [ -t ] [ -V ] [ -x ] [
-y ] [ -z ]
15:35:31(551):[ -j { ID | LABEL | PATH | UUID | ... } ]
15:35:31(555):[ [ -T ] -g <group_name> ] [ -p [ <device> [,...] | ALL ] ]
15:35:31(558):[ <device> [...] | ALL ]
15:35:34(571):[root@ps-clc2-g3057c ~]# iostat -x sda
15:35:34(601):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:35:34(601):
15:35:34(604):avg-cpu: %user %nice %system %iowait %steal %idle
15:35:34(607): 14.65 0.00 4.37 54.14 0.00 26.85
15:35:34(607):
15:35:34(617):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:35:34(627):sda 16.68 23.99 327.99 88.30 26332.89
1045.35 131.53 1.21 2.91 3.35 1.29 2.40 99.82
15:35:34(628):
15:37:37(844):[root@ps-clc2-g3057c ~]# iostat -c
15:37:38(302):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:37:38(307):
15:37:38(344):avg-cpu: %user %nice %system %iowait %steal %idle
15:37:38(347): 14.65 0.00 4.37 54.14 0.00 26.84
15:37:38(348):
15:37:59(501):[root@ps-clc2-g3057c ~]# iostat -x
15:37:59(551):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:37:59(555):
15:37:59(791):avg-cpu: %user %nice %system %iowait %steal %idle
15:37:59(804): 14.65 0.00 4.37 54.14 0.00 26.84
15:37:59(804):
15:37:59(830):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:37:59(850):sda 16.68 23.99 327.99 88.31 26333.12
1045.35 131.53 1.22 2.92 3.35 1.31 2.40 99.82
15:37:59(862):dm-0 0.00 0.00 333.74 94.55 26287.27
997.31 127.41 1.63 3.81 4.68 0.72 2.33 99.82
15:37:59(874):dm-1 0.00 0.00 11.45 12.00 45.81
48.01 8.00 0.64 27.05 126.57 137.00 6.23 14.62
15:37:59(885):dm-2 0.00 0.00 0.00 0.00 0.00
0.00 67.58 0.00 18.48 19.13 2.50 18.39 0.00
15:37:59(886):
15:39:01(989):[root@ps-clc2-g3057c ~]# fdisk -l
15:39:03(638):
15:39:03(649):Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168
sectors
15:39:03(655):Units = sectors of 1 * 512 = 512 bytes
15:39:03(662):Sector size (logical/physical): 512 bytes / 512 bytes
15:39:03(666):I/O size (minimum/optimal): 512 bytes / 512 bytes
15:39:03(667):Disk label type: dos
15:39:03(670):Disk identifier: 0x000d2c97
15:39:03(675):
15:39:03(680): Device Boot Start End Blocks Id System
15:39:03(685):/dev/sda1 * 2048 2099199 1048576 83 Linux
15:39:03(692):/dev/sda2 2099200 1953523711 975712256 8e Linux
LVM
15:39:03(843):
15:39:03(862):Disk /dev/mapper/centos-root: 53.7 GB, 53687091200 bytes,
104857600 sectors
15:39:03(870):Units = sectors of 1 * 512 = 512 bytes
15:39:03(877):Sector size (logical/physical): 512 bytes / 512 bytes
15:39:03(882):I/O size (minimum/optimal): 512 bytes / 512 bytes
15:39:03(883):
15:39:03(917):
15:39:03(926):Disk /dev/mapper/centos-swap: 8187 MB, 8187281408 bytes,
15990784 sectors
15:39:03(931):Units = sectors of 1 * 512 = 512 bytes
15:39:03(934):Sector size (logical/physical): 512 bytes / 512 bytes
15:39:03(938):I/O size (minimum/optimal): 512 bytes / 512 bytes
15:39:03(939):
15:39:03(977):
15:39:03(992):Disk /dev/mapper/centos-home: 937.2 GB, 937246588928 bytes,
1830559744 sectors
15:39:03(996):Units = sectors of 1 * 512 = 512 bytes
15:39:04(001):Sector size (logical/physical): 512 bytes / 512 bytes
15:39:04(005):I/O size (minimum/optimal): 512 bytes / 512 bytes
15:39:04(006):
15:39:52(165):[root@ps-clc2-g3057c ~]# sfdisk -l
15:39:52(292):
15:39:52(299):Disk /dev/sda: 121601 cylinders, 255 heads, 63 sectors/track
15:39:52(442):Units: cylinders of 8225280 bytes, blocks of 1024 bytes,
counting from 0
15:39:52(443):
15:39:52(449): Device Boot Start End #cyls #blocks Id System
15:39:52(456):/dev/sda1 * 0+ 130- 131- 1048576 83 Linux
15:39:52(464):/dev/sda2 130+ 121601- 121471- 975712256 8e Linux LVM
15:39:52(470):/dev/sda3 0 - 0 0 0 Empty
15:39:52(474):/dev/sda4 0 - 0 0 0 Empty
15:39:52(474):
15:39:52(479):Disk /dev/mapper/centos-root: 6527 cylinders, 255 heads, 63
sectors/track
15:39:52(479):
15:39:52(484):Disk /dev/mapper/centos-swap: 995 cylinders, 255 heads, 63
sectors/track
15:39:52(484):
15:39:52(490):Disk /dev/mapper/centos-home: 113947 cylinders, 255 heads, 63
sectors/track
15:39:53(437):[root@ps-clc2-g3057c ~]#
15:40:09(446):[root@ps-clc2-g3057c ~]# cfdisk
15:41:51(519):
15:41:52(414):[root@ps-clc2-g3057c ~]#
15:41:52(663):[root@ps-clc2-g3057c ~]#
15:42:02(110):[root@ps-clc2-g3057c ~]# cfdisk
15:42:40(890):
Toggle bootable flag of the current partition
15:42:42(478):[root@ps-clc2-g3057c ~]#
15:42:42(659):[root@ps-clc2-g3057c ~]#
15:42:43(080):[root@ps-clc2-g3057c ~]#
15:42:54(654):[root@ps-clc2-g3057c ~]# parted -l
15:42:59(776):Model: ATA HGST HUS722T1TAL (scsi)
15:42:59(779):Disk /dev/sda: 1000GB
15:42:59(783):Sector size (logical/physical): 512B/512B
15:42:59(785):Partition Table: msdos
15:42:59(788):Disk Flags:
15:42:59(788):
15:42:59(794):Number Start End Size Type File system Flags
15:42:59(797): 1 1049kB 1075MB 1074MB primary xfs boot
15:42:59(801): 2 1075MB 1000GB 999GB primary lvm
15:42:59(801):
15:42:59(801):
15:42:59(880):Model: Linux device-mapper (linear) (dm)
15:42:59(888):Disk /dev/mapper/centos-home: 937GB
15:42:59(897):Sector size (logical/physical): 512B/512B
15:42:59(902):Partition Table: loop
15:42:59(907):Disk Flags:
15:42:59(907):
15:42:59(913):Number Start End Size File system Flags
15:42:59(917): 1 0.00B 937GB 937GB xfs
15:42:59(917):
15:42:59(918):
15:43:00(159):Model: Linux device-mapper (linear) (dm)
15:43:00(161):Disk /dev/mapper/centos-swap: 8187MB
15:43:00(164):Sector size (logical/physical): 512B/512B
15:43:00(165):Partition Table: loop
15:43:00(166):Disk Flags:
15:43:00(166):
15:43:00(169):Number Start End Size File system Flags
15:43:00(171): 1 0.00B 8187MB 8187MB linux-swap(v1)
15:43:00(171):
15:43:00(172):
15:43:00(945):Model: Linux device-mapper (linear) (dm)
15:43:00(953):Disk /dev/mapper/centos-root: 53.7GB
15:43:00(962):Sector size (logical/physical): 512B/512B
15:43:00(965):Partition Table: loop
15:43:00(966):Disk Flags:
15:43:00(966):
15:43:00(972):Number Start End Size File system Flags
15:43:00(976): 1 0.00B 53.7GB 53.7GB xfs
15:43:00(976):
15:43:00(977):
15:43:47(040):[root@ps-clc2-g3057c ~]# df -ht
15:43:48(497):df: option requires an argument -- 't'
15:43:48(507):Try 'df --help' for more information.
15:43:54(352):[root@ps-clc2-g3057c ~]# df -hT
15:43:54(479):Filesystem Type Size Used Avail Use%
Mounted on
15:43:54(484):/dev/mapper/centos-root xfs 50G 26G 25G 51% /
15:43:54(494):devtmpfs devtmpfs 3.8G 0 3.8G 0% /dev
15:43:54(506):tmpfs tmpfs 3.8G 4.0K 3.8G 1%
/dev/shm
15:43:54(514):tmpfs tmpfs 3.8G 378M 3.4G 10% /run
15:43:54(522):tmpfs tmpfs 3.8G 0 3.8G 0%
/sys/fs/cgroup
15:43:54(528):/dev/mapper/centos-home xfs 873G 33M 873G 1% /home
15:43:54(535):/dev/sda1 xfs 1014M 226M 789M 23% /boot
15:43:54(541):tmpfs tmpfs 765M 0 765M 0%
/run/user/997
15:43:54(546):tmpfs tmpfs 765M 0 765M 0%
/run/user/0
15:43:55(255):[root@ps-clc2-g3057c ~]#
15:44:26(152):[root@ps-clc2-g3057c ~]# dydf
15:44:26(524):-bash: dydf: command not found
15:44:29(567):[root@ps-clc2-g3057c ~]# pydf
15:44:29(574):-bash: pydf: command not found
15:46:13(200):[root@ps-clc2-g3057c ~]# iostate -x 1
15:46:13(205):-bash: iostate: command not found
15:46:23(425):[root@ps-clc2-g3057c ~]# iostat -x 1
15:46:23(491):Linux 3.10.0-957.10.1.el7.x86_64 (ps-clc2-g3057c.kaust.edu.sa)
05/12/2019 _x86_64_ (4 CPU)
15:46:23(495):
15:46:23(514):avg-cpu: %user %nice %system %iowait %steal %idle
15:46:23(518): 14.65 0.00 4.37 54.14 0.00 26.84
15:46:23(518):
15:46:23(526):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:46:23(535):sda 16.68 23.99 328.01 88.30 26335.15
1045.27 131.54 1.22 2.93 3.35 1.36 2.40 99.82
15:46:23(550):dm-0 0.00 0.00 333.76 94.54 26289.31
997.23 127.42 1.64 3.82 4.68 0.77 2.33 99.82
15:46:23(560):dm-1 0.00 0.00 11.45 12.00 45.80
48.00 8.00 0.64 27.05 126.58 136.99 6.23 14.62
15:46:23(570):dm-2 0.00 0.00 0.00 0.00 0.00
0.00 63.47 0.00 23.82 24.55 6.67 23.00 0.00
15:46:23(570):
15:46:24(376):
15:46:24(501):avg-cpu: %user %nice %system %iowait %steal %idle
15:46:24(509): 25.44 0.00 1.26 40.55 0.00 32.75
15:46:24(509):
15:46:24(521):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:46:24(531):sda 0.00 57.00 200.00 478.00 3668.00
4882.00 25.22 68.44 72.77 7.07 100.26 1.47 99.60
15:46:24(542):dm-0 0.00 0.00 198.00 678.00 3596.00
6610.00 23.30 75.60 62.37 7.14 78.49 1.14 99.60
15:46:24(552):dm-1 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
15:46:24(562):dm-2 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
15:46:24(563):
15:46:25(508):avg-cpu: %user %nice %system %iowait %steal %idle
15:46:25(520): 25.44 0.00 1.26 58.69 0.00 14.61
15:46:25(520):
15:46:25(544):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:46:25(564):sda 0.00 34.00 1.00 357.00 4.00
3900.00 21.81 132.31 292.17 323.00 292.09 2.79 100.00
15:46:25(583):dm-0 0.00 0.00 1.00 338.00 4.00
3724.00 21.99 146.69 333.95 323.00 333.99 2.95 100.00
15:46:25(598):dm-1 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
15:46:25(609):dm-2 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
15:46:25(610):
15:46:26(507):avg-cpu: %user %nice %system %iowait %steal %idle
15:46:26(520): 25.44 0.00 1.26 40.55 0.00 32.75
15:46:26(520):
15:46:26(539):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:46:26(556):sda 7.00 0.00 40.00 112.00 812.00
1671.50 32.68 57.57 686.54 80.60 902.95 6.58 100.00
15:46:26(567):dm-0 0.00 0.00 44.00 8.00 912.00
119.50 39.67 67.31 2340.96 69.73 14832.75 19.23 100.00
15:46:26(577):dm-1 0.00 0.00 8.00 0.00 32.00
0.00 8.00 1.25 156.00 156.00 0.00 19.50 15.60
15:46:26(587):dm-2 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
15:46:26(588):
15:46:27(508):avg-cpu: %user %nice %system %iowait %steal %idle
15:46:27(517): 25.69 0.00 1.51 38.79 0.00 34.01
15:46:27(518):
15:46:27(540):Device: rrqm/s wrqm/s r/s w/s rkB/s
wkB/s avgrq-sz avgqu-sz await r_await w_await svctm %util
15:46:27(556):sda 0.00 0.00 175.00 69.00 2848.00
564.50 27.97 3.18 13.23 15.68 7.00 4.10 100.00
15:46:27(572):dm-0 0.00 0.00 170.00 66.00 2796.00
564.50 28.48 3.18 13.66 16.12 7.32 4.24 100.00
15:46:27(581):dm-1 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
15:46:27(590):dm-2 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
15:46:27(591):
15:46:28(183):^C
17:04:20(765):[root@ps-clc2-g3057c ~]# !!!!!!!!!!!!!!!^C
17:04:22(618):[root@ps-clc2-g3057c ~]# sudo -u postgres psql -c 'SELECT *
FROM pg_stat_activity'
17:04:27(280):could not change directory to "/root": Permission denied
17:04:30(413): datid | datname | pid | usesysid | usename |
application_name | client_addr | client_hostname | client_port |
backend_start | xact_start | query
17:04:30(424):_start | state_change | waiting |
state | backend_xid | backend_xmin |

17:04:30(426):


17:04:30(429): query


17:04:30(431):



17:04:30(456):-------+------------+-------+----------+------------+------------------+-------------+-----------------+-------------+-------------------------------+-------------------------------+---------------

17:04:30(477):----------------+-------------------------------+---------+--------+-------------+--------------+----------------------------------------------------------------------------------------------------

17:04:30(499):-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

17:04:30(520):-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

17:04:30(538):------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
17:04:30(556): 16928 | pscheduler | 26638 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
03:16:22.663602+00 | 2019-05-12 14:03:21.807521+00 | 2019-05-12 14:
17:04:30(563):03:21.807551+00 | 2019-05-12 14:03:21.807552+00 | t |
active | | 21405549 |

17:04:30(566):


17:04:30(568):


17:04:30(582):

+
17:04:30(600): | | | | |
| | | |
| |
17:04:30(611): | | |
| | | WITH inserted_row AS (

17:04:30(614):


17:04:30(616):


17:04:30(632):

+
17:04:30(648): | | | | |
| | | |
| |
17:04:30(663): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:30(665):


17:04:30(668):


17:04:30(683):

+
17:04:30(698): | | | | |
| | | |
| |
17:04:30(708): | | |
| | | VALUES (33012,

17:04:30(710):


17:04:30(713):


17:04:30(727):

+
17:04:30(743): | | | | |
| | | |
| |
17:04:30(754): | | |
| | | NULL,

17:04:30(761):


17:04:30(764):


17:04:30(778):

+
17:04:30(795): | | | | |
| | | |
| |
17:04:30(810): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:30(812):


17:04:30(815):


17:04:30(829):

+
17:04:30(845): | | | | |
| | | |
| |
17:04:30(857): | | |
| | |
run_state_finished(),
17:04:30(859):


17:04:30(861):


17:04:30(875):

+
17:04:30(891): | | | | |
| | | |
| |
17:04:30(901): | | |
| | | 0,

17:04:30(904):


17:04:30(906):


17:04:30(920):

+
17:04:30(937): | | | | |
| | | |
| |
17:04:30(953): | | |
| | |
'{"max-clock-error": 0.67, "packets-duplicated": 0, "succeeded": true,
17:04:30(976):"histogram-latency": {"-0.06": 8, "-0.07": 2, "-0.04": 9,
"0.01": 27, "-0.02": 13, "-0.03": 6, "-0.01": 31, "0.06": 10, "-0.08": 4,
"0.21": 10, "-0.05": 6, "0.22": 14, "0.67": 1, "0.23": 17, "0.40"
17:04:30(996):: 1, "0.08": 29, "0.09": 12, "0.28": 9, "0.29": 18, "0.02":
32, "0.03": 42, "0.00": 25, "0.27": 11, "0.20": 8, "0.07": 17, "0.04": 36,
"0.05": 18, "-0.11": 1, "-0.10": 1, "0.59": 1, "0.14": 5, "0.1
17:04:31(014):7": 7, "0.16": 4, "0.11": 9, "0.10": 18, "0.13": 5, "0.12": 7,
"0.19": 8, "0.18": 7, "0.15": 3, "0.39": 1, "0.38": 4, "0.37": 4, "0.35": 6,
"0.34": 5, "0.33": 10, "0.32": 14
17:04:31(032): 16928 | pscheduler | 6792 | 16927 | pscheduler | ticker
| | | -1 | 2019-04-22
07:35:51.211812+00 | | 2019-05-12 14:
17:04:31(042):04:21.83222+00 | 2019-05-12 14:04:21.832364+00 | f |
idle | | | SELECT http_queue_process_all()
17:04:31(060): 16928 | pscheduler | 6793 | 16927 | pscheduler | ticker
| | | -1 | 2019-04-22
07:35:51.218332+00 | 2019-05-12 14:01:31.065845+00 | 2019-05-12 14:
17:04:31(068):01:31.065845+00 | 2019-05-12 14:01:31.065846+00 | f |
active | 21405549 | 21405296 | SELECT ticker()
17:04:31(087): 16928 | pscheduler | 6794 | 16927 | pscheduler | runner
| | | -1 | 2019-04-22
07:35:51.254767+00 | 2019-05-12 14:01:58.922691+00 | 2019-05-12 14:
17:04:31(093):01:58.922691+00 | 2019-05-12 14:01:58.922693+00 | f |
active | | 21405306 |

17:04:31(095):


17:04:31(097):


17:04:31(112):

+
17:04:31(128): | | | | |
| | | |
| |
17:04:31(138): | | |
| | | SELECT * FROM (

17:04:31(141):


17:04:31(143):


17:04:31(158):

+
17:04:33(548): | | | | |
| | | |
| |
17:04:33(554): | | |
| | |

17:04:33(556):


17:04:33(558):


17:04:33(573):

+
17:04:33(589): | | | | |
| | | |
| |
17:04:33(600): | | |
| | | -- Tasks that
haven't started
17:04:33(603):


17:04:33(605):


17:04:33(619):

+
17:04:33(636): | | | | |
| | | |
| |
17:04:33(645): | | |
| | | SELECT

17:04:33(647):


17:04:33(649):


17:04:33(664):

+
17:04:33(680): | | | | |
| | | |
| |
17:04:33(689): | | |
| | | id AS run,

17:04:33(692):


17:04:33(694):


17:04:33(708):

+
17:04:33(725): | | | | |
| | | |
| |
17:04:33(744): | | |
| | | lower(times) -
normalized_wall_clock() AS start_in,
17:04:33(747):


17:04:33(749):


17:04:33(763):

+
17:04:33(779): | | | | |
| | | |
| |
17:04:33(791): | | |
| | | lower(times) AS
start_at,
17:04:33(794):


17:04:33(796):


17:04:33(810):

+
17:04:33(826): | | | | |
| | | |
| |
17:04:33(837): | | |
| | | FALSE as
background_multi
17:04:33(840):


17:04:33(842):


17:04:33(856):

+
17:04:33(872): | | | | |
| | | |
| |
17:04:33(881): | | |
| | | FROM

17:04:33(883):


17:04:33(885):


17:04:33(900):

+
17:04:33(916): | | | | |
| | | |
| |
17:04:33(925): | | |
| | | run

17:04:33(927):


17:04:33(929):


17:04:33(944):

+
17:04:33(961): | | | | |
| | | |
| |
17:04:33(970): | | |
| | | WHERE

17:04:33(972):


17:04:33(974):


17:04:33(989):

+
17:04:34(004): | | | | |
| | | |
| |
17:04:34(021): | | |
| | |
lower(run.times) < (normalized_wall_clock() + '0 days 60.000000 seconds'
17:04:34(022):::interval)


17:04:34(024):


17:04:34(039):

+
17:04:34(055): | | | | |
| | | |
| |
17:04:34(067): | | |
| | | AND state =
run_state_pending()
17:04:34(070):


17:04:34(072):


17:04:34(087):

+
17:04:34(103): | | | | |
| | | |
| |
17:04:34(114): | | |
| | | AND
part_data_full IS NOT NULL
17:04:34(117):


17:04:34(119):


17:04:34(134):

+
17:04:34(149): | | | | |
| | | |
| |
17:04:34(156): | | |
| | |

17:04:34(158):


17:04:34(161):


17:04:34(686):

+
17:04:34(705): | | | | |
| | | |
| |
17:04:34(715): | | |
| | | UNION

17:04:34(717):


17:04:34(721):


17:04:34(737):

+
17:04:34(754): | | | | |
| | | |
| |
17:04:34(760): | | |
| | |

17:04:34(762):


17:04:34(764):


17:04:34(779):

+
17:04:34(796): | | | | |
| | | |
| |
17:04:34(809): | | |
| | | -- Background tasks
that should be running.
17:04:34(811):


17:04:34(813):


17:04:34(828):

+
17:04:34(844): | | | | |
| | | |
| |
17:04:34(853): | | |
| | | SELECT

17:04:34(855):


17:04:34(857):


17:04:34(872):

+
17:04:34(894): | | | | |
| | | |
| |
17:04:34(904): | | |
| | | run.id AS run,

17:04:34(907):


17:04:34(909):


17:04:34(924):

+
17:04:34(940): | | | | |
| | | |
| |
17:04:34(952): | | |
| | |
'PT1S'::INTERVAL AS start_in,
17:04:34(954):


17:04:34(956):


17:04:34(971):

+
17:04:34(987): | | | | |
| | | |
| |
17:04:35(002): | | |
| | |
normalized_wall_clock() + 'PT1S'::INTERVAL AS start_at,
17:04:35(004):


17:04:35(006):


17:04:35(022):

+
17:04:35(038): | | | | |
| | | |
| |
17:04:35(049): | | |
| | | TRUE as
background_mult
17:04:35(068): 16928 | pscheduler | 26654 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
07:04:47.08177+00 | 2019-05-12 14:03:49.706505+00 | 2019-05-12 14:
17:04:35(074):03:49.706549+00 | 2019-05-12 14:03:49.70655+00 | t |
active | | 21405549 |

17:04:35(077):


17:04:35(079):


17:04:35(093):

+
17:04:35(109): | | | | |
| | | |
| |
17:04:35(119): | | |
| | | WITH inserted_row AS (

17:04:35(121):


17:04:35(123):


17:04:35(138):

+
17:04:35(153): | | | | |
| | | |
| |
17:04:35(169): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:35(171):


17:04:35(173):


17:04:35(188):

+
17:04:35(204): | | | | |
| | | |
| |
17:04:35(213): | | |
| | | VALUES (32765,

17:04:35(215):


17:04:35(217):


17:04:35(231):

+
17:04:35(247): | | | | |
| | | |
| |
17:04:35(258): | | |
| | | NULL,

17:04:35(260):


17:04:35(262):


17:04:35(277):

+
17:04:35(293): | | | | |
| | | |
| |
17:04:35(307): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:35(309):


17:04:35(311):


17:04:35(325):

+
17:04:35(342): | | | | |
| | | |
| |
17:04:35(841): | | |
| | |
run_state_finished(),
17:04:35(846):


17:04:35(850):


17:04:35(870):

+
17:04:35(890): | | | | |
| | | |
| |
17:04:35(900): | | |
| | | 0,

17:04:35(904):


17:04:35(906):


17:04:35(922):

+
17:04:35(939): | | | | |
| | | |
| |
17:04:35(956): | | |
| | |
'{"max-clock-error": 0.48, "packets-duplicated": 0, "succeeded": true,
17:04:35(976):"histogram-latency": {"-0.06": 40, "-0.07": 54, "-0.04": 65,
"-0.05": 46, "-0.02": 45, "-0.03": 56, "-0.01": 23, "0.20": 1, "-0.08": 35,
"-0.09": 59, "0.23": 1, "0.43": 1, "0.08": 6, "0.09": 4, "0.
17:04:35(998):28": 1, "0.02": 15, "0.03": 6, "0.00": 16, "0.01": 16, "0.06":
7, "0.07": 3, "0.04": 4, "0.05": 6, "-0.15": 1, "-0.14": 4, "-0.11": 18,
"-0.10": 27, "-0.13": 8, "-0.12": 9, "0.15": 3, "0.14": 1, "0
17:04:36(014):.17": 3, "0.16": 2, "0.11": 3, "0.10": 2, "0.13": 4, "0.12":
2, "0.19": 2, "0.18": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-l
17:04:36(034): 16928 | pscheduler | 24808 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
01:49:32.031012+00 | 2019-05-12 14:03:51.728539+00 | 2019-05-12 14:
17:04:36(041):03:51.822874+00 | 2019-05-12 14:03:51.822876+00 | t |
active | | 21405549 |

17:04:36(043):


17:04:36(045):


17:04:36(060):

+
17:04:36(075): | | | | |
| | | |
| |
17:04:36(085): | | |
| | | WITH inserted_row AS (

17:04:36(087):


17:04:36(090):


17:04:36(104):

+
17:04:36(120): | | | | |
| | | |
| |
17:04:36(136): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:36(138):


17:04:36(140):


17:04:36(155):

+
17:04:36(171): | | | | |
| | | |
| |
17:04:36(180): | | |
| | | VALUES (33121,

17:04:36(182):


17:04:36(184):


17:04:36(199):

+
17:04:36(215): | | | | |
| | | |
| |
17:04:36(224): | | |
| | | NULL,

17:04:36(227):


17:04:36(229):


17:04:36(243):

+
17:04:36(259): | | | | |
| | | |
| |
17:04:36(273): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:36(276):


17:04:36(278):


17:04:36(293):

+
17:04:36(309): | | | | |
| | | |
| |
17:04:36(320): | | |
| | |
run_state_finished(),
17:04:36(322):


17:04:36(324):


17:04:36(339):

+
17:04:36(355): | | | | |
| | | |
| |
17:04:36(364): | | |
| | | 0,

17:04:36(366):


17:04:36(368):


17:04:36(383):

+
17:04:36(400): | | | | |
| | | |
| |
17:04:36(416): | | |
| | |
'{"max-clock-error": 0.51, "packets-duplicated": 0, "succeeded": true,
17:04:36(437):"histogram-latency": {"25.37": 2, "38.39": 1, "46.95": 1,
"32.06": 1, "0.69": 10, "40.18": 1, "45.23": 1, "29.14": 1, "44.42": 1,
"40.13": 1, "44.49": 1, "40.17": 1, "30.96": 1, "48.72": 1, "30.91"
17:04:36(458):: 1, "34.11": 1, "41.23": 1, "27.13": 1, "25.87": 1, "28.45":
1, "36.04": 1, "33.44": 1, "33.47": 1, "41.89": 1, "47.00": 1, "27.76": 1,
"32.38": 1, "31.27": 1, "30.09": 2, "44.55": 1, "26.02": 1,
17:04:36(474):"30.24": 1, "1.01": 6, "1.00": 15, "1.03": 3, "1.02": 8,
"1.05": 2, "39.64": 1, "35.79": 1, "51.26": 1, "29.28": 1, "42.37": 1,
"43.56": 1, "42.31": 1, "33.52": 1, "37.44":
17:04:36(493): 16928 | pscheduler | 6803 | 16927 | pscheduler |
scheduler | | | -1 | 2019-04-22
07:35:51.313857+00 | | 2019-05-12 14:
17:04:36(506):03:19.104245+00 | 2019-05-12 14:03:19.364185+00 | f |
idle | | | SELECT task, uuid, key, runs, trynext,
FALSE, json, participants
17:04:36(508):


17:04:36(511):


17:04:36(525):

+
17:04:36(541): | | | | |
| | | |
| |
17:04:36(558): | | |
| | | FROM schedule_runs_to_schedule
WHERE task NOT IN (33025, 33026, 33064, 33065, 33066, 33
17:04:36(577):067, 33068, 33069, 33070, 33071, 33122, 33116, 33117, 33118,
33120, 33121, 33123, 33124, 33125, 33126, 33127, 33128, 33129, 33130, 33131,
33132, 33133, 33134, 33135, 33169, 33170, 33171, 33172, 331
17:04:36(585):73, 33174, 33175, 33176, 33177, 32934, 33012, 32975, 33011,
33017, 33018, 33020, 33021, 33022) LIMIT 3
17:04:36(603): 16928 | pscheduler | 6804 | 16927 | pscheduler |
scheduler | | | -1 | 2019-04-22
07:35:51.317111+00 | 2019-05-12 14:03:28.17308+00 | 2019-05-12 14:
17:04:36(631):03:28.17308+00 | 2019-05-12 14:03:28.173081+00 | t |
active | | 21405549 | SELECT
api_run_post('206d7bd6-b4da-49dc-bd9f-32a40f3c4f14',
'2019-05-12T12:22:39+00:00'::timestampt
17:04:36(634):z, NULL, 'Failed to post lead run: Request timed out')
17:04:36(652): 16928 | pscheduler | 6805 | 16927 | pscheduler | archiver
| | | -1 | 2019-04-22
07:35:51.32667+00 | 2019-05-12 14:04:21.666885+00 | 2019-05-12 14:
17:04:36(662):04:21.666885+00 | 2019-05-12 14:04:21.666887+00 | t |
active | | 21405549 | SELECT id, task_uuid, run_uuid,
archiver,
17:04:36(665):


17:04:36(667):


17:04:36(682):

+
17:04:36(698): | | | | |
| | | |
| |
17:04:36(709): | | |
| | |
archiver_data, start,
17:04:36(711):


17:04:36(713):


17:04:36(728):

+
17:04:36(744): | | | | |
| | | |
| |
17:04:36(758): | | |
| | | duration,
test, tool, participants, result,
17:04:36(760):


17:04:36(762):


17:04:36(777):

+
17:04:36(793): | | | | |
| | | |
| |
17:04:36(807): | | |
| | | attempts,
last_attempt, transform, task_detail
17:04:36(809):


17:04:36(812):


17:04:36(834):

+
17:04:36(850): | | | | |
| | | |
| |
17:04:36(862): | | |
| | | FROM
archiving_next(50)
17:04:36(880): 16928 | pscheduler | 6806 | 16927 | pscheduler |
archiver-default | | | -1 | 2019-04-22
07:35:51.329425+00 | | 2019-04-22 07:
17:04:36(887):36:51.705031+00 | 2019-04-22 07:36:51.705081+00 | f |
idle | | | COMMIT
17:04:36(906): 16928 | pscheduler | 5235 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
00:21:06.016635+00 | 2019-05-12 14:03:51.156225+00 | 2019-05-12 14:
17:04:36(912):03:51.156286+00 | 2019-05-12 14:03:51.156287+00 | t |
active | | 21405549 |

17:04:36(914):


17:04:36(916):


17:04:36(931):

+
17:04:36(947): | | | | |
| | | |
| |
17:04:36(957): | | |
| | | WITH inserted_row AS (

17:04:36(959):


17:04:36(961):


17:04:36(976):

+
17:04:36(992): | | | | |
| | | |
| |
17:04:37(007): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:37(010):


17:04:37(012):


17:04:37(027):

+
17:04:37(043): | | | | |
| | | |
| |
17:04:37(053): | | |
| | | VALUES (32061,

17:04:37(055):


17:04:37(057):


17:04:37(072):

+
17:04:37(088): | | | | |
| | | |
| |
17:04:37(097): | | |
| | | NULL,

17:04:37(100):


17:04:37(102):


17:04:37(116):

+
17:04:37(132): | | | | |
| | | |
| |
17:04:37(147): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:37(149):


17:04:37(151):


17:04:37(165):

+
17:04:37(182): | | | | |
| | | |
| |
17:04:37(192): | | |
| | |
run_state_finished(),
17:04:37(195):


17:04:37(197):


17:04:37(211):

+
17:04:37(227): | | | | |
| | | |
| |
17:04:37(236): | | |
| | | 0,

17:04:37(239):


17:04:37(241):


17:04:37(256):

+
17:04:37(272): | | | | |
| | | |
| |
17:04:37(289): | | |
| | |
'{"max-clock-error": 0.15, "packets-duplicated": 0, "succeeded": true,
17:04:37(309):"histogram-latency": {"-0.48": 46, "-0.49": 69, "-0.28": 2,
"-0.29": 5, "-0.24": 3, "-0.43": 55, "-0.26": 3, "-0.41": 17, "-0.46": 35,
"-0.21": 1, "-0.44": 37, "-0.45": 42, "-0.16": 1, "-0.27": 4,
17:04:37(331):"191.93": 1, "525.31": 1, "0.00": 1, "-0.38": 19, "-0.42": 20,
"469.03": 1, "-0.25": 5, "-0.40": 22, "-0.20": 2, "2.09": 1, "-0.33": 3,
"-0.32": 3, "-0.31": 4, "-0.30": 6, "-0.37": 5, "-0.36": 8, "
17:04:37(348):-0.35": 3, "-0.34": 1, "-0.51": 11, "-0.50": 19, "-0.53": 7,
"-0.52": 25, "-0.55": 1, "-0.54": 2, "-0.47": 85, "-0.22": 1, "-0.23": 1,
"1.04": 1, "-0.39": 19, "0.98": 1, "21
17:04:37(367): 16928 | pscheduler | 20581 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:58:35.277613+00 | 2019-05-12 14:03:52.143436+00 | 2019-05-12 14:
17:04:37(374):03:52.143481+00 | 2019-05-12 14:03:52.143482+00 | t |
active | | 21405549 |

17:04:37(376):


17:04:37(379):


17:04:37(395):

+
17:04:37(412): | | | | |
| | | |
| |
17:04:37(422): | | |
| | | WITH inserted_row AS (

17:04:37(424):


17:04:37(426):


17:04:37(440):

+
17:04:37(456): | | | | |
| | | |
| |
17:04:37(472): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:37(474):


17:04:37(476):


17:04:37(491):

+
17:04:37(506): | | | | |
| | | |
| |
17:04:37(515): | | |
| | | VALUES (32865,

17:04:37(517):


17:04:37(520):


17:04:37(535):

+
17:04:37(551): | | | | |
| | | |
| |
17:04:37(560): | | |
| | | NULL,

17:04:37(563):


17:04:37(565):


17:04:37(580):

+
17:04:37(596): | | | | |
| | | |
| |
17:04:37(610): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:37(613):


17:04:37(615):


17:04:37(629):

+
17:04:37(645): | | | | |
| | | |
| |
17:04:37(656): | | |
| | |
run_state_finished(),
17:04:37(658):


17:04:37(660):


17:04:37(674):

+
17:04:37(690): | | | | |
| | | |
| |
17:04:37(700): | | |
| | | 0,

17:04:37(702):


17:04:37(704):


17:04:37(719):

+
17:04:37(735): | | | | |
| | | |
| |
17:04:37(752): | | |
| | |
'{"max-clock-error": 0.8, "packets-duplicated": 0, "succeeded": true, "
17:04:37(773):histogram-latency": {"0.01": 15, "-0.02": 2, "-0.01": 3,
"0.20": 7, "0.21": 3, "0.45": 2, "0.04": 18, "0.44": 3, "0.05": 14, "0.42":
4, "0.43": 5, "0.40": 13, "0.41": 3, "0.08": 16, "0.09": 22, "0.
17:04:37(794):28": 7, "0.29": 11, "0.24": 8, "0.03": 13, "0.26": 6, "0.27":
4, "0.06": 7, "0.07": 12, "0.22": 6, "0.23": 8, "0.15": 19, "0.14": 34,
"0.17": 18, "0.16": 16, "0.11": 22, "0.10": 32, "0.13": 22, "0.
17:04:37(811):12": 30, "0.19": 9, "0.18": 15, "0.39": 16, "0.38": 12,
"0.37": 12, "0.36": 6, "0.35": 29, "0.34": 18, "0.33": 21, "0.32": 13,
"0.31": 13, "0.30": 10, "0.02": 14, "0.25": 2,
17:04:37(829): 16928 | pscheduler | 23988 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
00:50:38.081907+00 | 2019-05-12 14:03:50.898187+00 | 2019-05-12 14:
17:04:37(835):03:50.89823+00 | 2019-05-12 14:03:50.898231+00 | t |
active | | 21405549 |

17:04:37(837):


17:04:37(840):


17:04:37(854):

+
17:04:37(870): | | | | |
| | | |
| |
17:04:37(880): | | |
| | | WITH inserted_row AS (

17:04:37(882):


17:04:37(884):


17:04:37(899):

+
17:04:37(915): | | | | |
| | | |
| |
17:04:37(930): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:37(932):


17:04:37(934):


17:04:37(949):

+
17:04:37(965): | | | | |
| | | |
| |
17:04:37(974): | | |
| | | VALUES (32547,

17:04:37(976):


17:04:37(979):


17:04:37(993):

+
17:04:38(009): | | | | |
| | | |
| |
17:04:38(019): | | |
| | | NULL,

17:04:38(022):


17:04:38(024):


17:04:38(040):

+
17:04:38(056): | | | | |
| | | |
| |
17:04:38(070): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:38(072):


17:04:38(074):


17:04:38(089):

+
17:04:38(105): | | | | |
| | | |
| |
17:04:38(116): | | |
| | |
run_state_finished(),
17:04:38(118):


17:04:38(120):


17:04:38(135):

+
17:04:38(151): | | | | |
| | | |
| |
17:04:38(160): | | |
| | | 0,

17:04:38(162):


17:04:38(164):


17:04:38(179):

+
17:04:38(195): | | | | |
| | | |
| |
17:04:38(212): | | |
| | |
'{"max-clock-error": 0.19, "packets-duplicated": 0, "succeeded": true,
17:04:38(232):"histogram-latency": {"0.01": 3, "0.06": 3, "0.21": 24,
"0.04": 12, "0.48": 12, "0.49": 9, "0.46": 8, "0.47": 8, "0.44": 8, "0.45":
18, "0.42": 14, "0.43": 16, "0.40": 12, "0.41": 12, "0.05": 8, "0
17:04:38(254):.08": 10, "0.09": 15, "0.28": 2, "0.29": 4, "0.24": 5, "0.25":
9, "0.26": 6, "0.27": 4, "0.20": 21, "0.07": 10, "0.22": 6, "0.23": 10,
"0.15": 25, "0.14": 33, "0.17": 28, "0.16": 30, "0.11": 17, "0
17:04:38(272):.10": 26, "0.13": 31, "0.12": 20, "0.51": 3, "0.50": 11,
"0.52": 4, "0.19": 16, "0.18": 20, "0.56": 1, "0.39": 10, "0.38": 8, "0.37":
8, "0.36": 4, "0.35": 8, "0.34": 2, "0.
17:04:38(290): 16928 | pscheduler | 21657 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
05:49:43.123661+00 | 2019-05-12 14:03:43.37233+00 | 2019-05-12 14:
17:04:38(297):03:43.372376+00 | 2019-05-12 14:03:43.372377+00 | t |
active | | 21405549 |

17:04:38(299):


17:04:38(301):


17:04:38(315):

+
17:04:38(331): | | | | |
| | | |
| |
17:04:38(341): | | |
| | | WITH inserted_row AS (

17:04:38(343):


17:04:38(346):


17:04:38(360):

+
17:04:38(377): | | | | |
| | | |
| |
17:04:38(392): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:38(394):


17:04:38(396):


17:04:38(411):

+
17:04:38(427): | | | | |
| | | |
| |
17:04:38(436): | | |
| | | VALUES (32819,

17:04:38(438):


17:04:38(441):


17:04:38(455):

+
17:04:38(471): | | | | |
| | | |
| |
17:04:38(480): | | |
| | | NULL,

17:04:38(482):


17:04:38(484):


17:04:38(499):

+
17:04:38(515): | | | | |
| | | |
| |
17:04:38(529): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:38(531):


17:04:38(533):


17:04:38(550):

+
17:04:38(566): | | | | |
| | | |
| |
17:04:38(577): | | |
| | |
run_state_finished(),
17:04:38(579):


17:04:38(582):


17:04:38(596):

+
17:04:38(613): | | | | |
| | | |
| |
17:04:38(621): | | |
| | | 0,

17:04:38(624):


17:04:38(626):


17:04:38(641):

+
17:04:38(657): | | | | |
| | | |
| |
17:04:38(674): | | |
| | |
'{"max-clock-error": 0.31, "packets-duplicated": 0, "succeeded": true,
17:04:38(695):"histogram-latency": {"1.48": 22, "1.16": 1, "1.52": 12,
"1.39": 7, "1.59": 10, "1.29": 36, "1.18": 1, "1.19": 5, "1.38": 11, "1.53":
19, "1.50": 19, "1.51": 25, "1.56": 8, "1.57": 3, "1.54": 13, "
17:04:38(716):1.55": 14, "1.30": 34, "1.31": 30, "1.32": 32, "1.33": 20,
"1.34": 13, "1.35": 11, "1.36": 3, "1.37": 16, "1.21": 11, "1.17": 1, "1.76":
1, "1.23": 8, "1.24": 10, "1.75": 1, "1.58": 11, "1.44": 2,
17:04:38(733):"1.46": 8, "1.41": 3, "1.40": 13, "1.62": 1, "1.69": 1,
"1.65": 2, "1.28": 26, "1.49": 24, "1.25": 6, "1.61": 6, "1.60": 6, "1.45":
9, "1.22": 11, "1.47": 15, "1.20": 7, "1.
17:04:38(752): 16928 | pscheduler | 13397 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:37:48.859935+00 | 2019-05-12 14:03:26.494168+00 | 2019-05-12 14:
17:04:38(759):03:26.494217+00 | 2019-05-12 14:03:26.494218+00 | t |
active | | 21405549 |

17:04:38(761):


17:04:38(764):


17:04:38(778):

+
17:04:38(795): | | | | |
| | | |
| |
17:04:38(805): | | |
| | | WITH inserted_row AS (

17:04:38(807):


17:04:38(810):


17:04:38(825):

+
17:04:38(841): | | | | |
| | | |
| |
17:04:38(856): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:38(858):


17:04:38(860):


17:04:38(875):

+
17:04:38(891): | | | | |
| | | |
| |
17:04:38(900): | | |
| | | VALUES (32766,

17:04:38(902):


17:04:38(905):


17:04:38(919):

+
17:04:38(935): | | | | |
| | | |
| |
17:04:38(945): | | |
| | | NULL,

17:04:38(948):


17:04:38(950):


17:04:38(965):

+
17:04:38(981): | | | | |
| | | |
| |
17:04:38(995): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:38(997):


17:04:39(000):


17:04:39(014):

+
17:04:39(031): | | | | |
| | | |
| |
17:04:39(043): | | |
| | |
run_state_finished(),
17:04:39(045):


17:04:39(047):


17:04:39(062):

+
17:04:39(079): | | | | |
| | | |
| |
17:04:39(088): | | |
| | | 0,

17:04:39(091):


17:04:39(093):


17:04:39(107):

+
17:04:39(124): | | | | |
| | | |
| |
17:04:39(141): | | |
| | |
'{"max-clock-error": 0.42, "packets-duplicated": 0, "succeeded": true,
17:04:39(162):"histogram-latency": {"-0.33": 4, "-0.48": 7, "-0.05": 1,
"-0.28": 2, "-0.29": 2, "-0.32": 3, "-0.42": 4, "-0.43": 5, "-0.40": 5,
"-0.41": 7, "-0.46": 13, "-0.47": 14, "-0.44": 6, "-0.45": 12, "-0.
17:04:39(183):49": 12, "-0.30": 2, "-0.10": 1, "0.21": 1, "-0.39": 3,
"-0.59": 7, "-0.58": 11, "-0.38": 3, "-0.37": 5, "-0.36": 4, "-0.35": 2,
"-0.34": 3, "-0.51": 68, "-0.50": 44, "-0.53": 60, "-0.52": 69, "-0.
17:04:39(199):55": 43, "-0.54": 52, "-0.57": 43, "-0.56": 78, "0.57": 1,
"-0.60": 3}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packe
17:04:39(218): 16928 | pscheduler | 3684 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:29:20.122196+00 | 2019-05-12 14:03:21.537185+00 | 2019-05-12 14:
17:04:39(225):03:21.537229+00 | 2019-05-12 14:03:21.53723+00 | t |
active | | 21405549 |

17:04:39(227):


17:04:39(229):


17:04:39(244):

+
17:04:39(260): | | | | |
| | | |
| |
17:04:39(270): | | |
| | | WITH inserted_row AS (

17:04:39(273):


17:04:39(275):


17:04:39(290):

+
17:04:39(306): | | | | |
| | | |
| |
17:04:39(321): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:39(324):


17:04:39(326):


17:04:39(341):

+
17:04:39(357): | | | | |
| | | |
| |
17:04:39(366): | | |
| | | VALUES (32671,

17:04:39(368):


17:04:39(370):


17:04:39(385):

+
17:04:39(401): | | | | |
| | | |
| |
17:04:39(411): | | |
| | | NULL,

17:04:39(413):


17:04:39(416):


17:04:39(430):

+
17:04:39(447): | | | | |
| | | |
| |
17:04:39(461): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:39(463):


17:04:39(466):


17:04:39(480):

+
17:04:39(496): | | | | |
| | | |
| |
17:04:39(507): | | |
| | |
run_state_finished(),
17:04:39(510):


17:04:39(512):


17:04:39(527):

+
17:04:39(543): | | | | |
| | | |
| |
17:04:39(552): | | |
| | | 0,

17:04:39(554):


17:04:39(556):


17:04:39(571):

+
17:04:39(587): | | | | |
| | | |
| |
17:04:39(604): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:04:39(625):"histogram-latency": {"0.53": 12, "0.66": 11, "0.67": 14,
"0.60": 5, "0.61": 3, "0.68": 14, "0.63": 2, "0.64": 10, "0.65": 7, "0.48":
22, "0.49": 26, "0.46": 19, "0.47": 23, "0.44": 30, "0.45": 23,
17:04:39(646): "0.42": 14, "0.43": 27, "0.40": 11, "0.41": 10, "0.82": 1,
"0.78": 14, "0.69": 20, "0.80": 7, "0.81": 4, "0.73": 11, "0.72": 19, "0.71":
22, "0.70": 10, "0.77": 17, "0.76": 8, "0.75": 13, "0.74":
17:04:39(663):11, "0.51": 14, "0.50": 29, "0.79": 10, "0.52": 13, "0.55": 9,
"0.54": 11, "0.57": 2, "0.56": 7, "0.59": 3, "0.39": 16, "0.38": 17, "0.37":
12, "0.36": 4, "0.35": 4, "0.34":
17:04:39(681): 16928 | pscheduler | 8842 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-09
20:28:29.155517+00 | 2019-05-12 14:03:33.989667+00 | 2019-05-12 14:
17:04:39(689):03:33.989711+00 | 2019-05-12 14:03:33.989712+00 | t |
active | | 21405549 |

17:04:39(691):


17:04:39(694):


17:04:39(708):

+
17:04:39(725): | | | | |
| | | |
| |
17:04:39(734): | | |
| | | WITH inserted_row AS (

17:04:39(737):


17:04:39(739):


17:04:39(753):

+
17:04:39(771): | | | | |
| | | |
| |
17:04:39(786): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:39(788):


17:04:39(791):


17:04:39(805):

+
17:04:39(821): | | | | |
| | | |
| |
17:04:39(831): | | |
| | | VALUES (32101,

17:04:39(833):


17:04:39(835):


17:04:39(850):

+
17:04:39(866): | | | | |
| | | |
| |
17:04:39(876): | | |
| | | NULL,

17:04:39(879):


17:04:39(881):


17:04:39(896):

+
17:04:39(912): | | | | |
| | | |
| |
17:04:39(927): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:39(929):


17:04:39(931):


17:04:39(946):

+
17:04:39(962): | | | | |
| | | |
| |
17:04:39(973): | | |
| | |
run_state_finished(),
17:04:39(976):


17:04:39(978):


17:04:39(993):

+
17:04:40(008): | | | | |
| | | |
| |
17:04:40(017): | | |
| | | 0,

17:04:40(019):


17:04:40(021):


17:04:40(037):

+
17:04:40(054): | | | | |
| | | |
| |
17:04:40(071): | | |
| | |
'{"max-clock-error": 0.34, "packets-duplicated": 0, "succeeded": true,
17:04:40(092):"histogram-latency": {"0.72": 21, "0.74": 32, "0.81": 5,
"0.96": 16, "0.98": 2, "0.61": 1, "0.62": 2, "0.63": 2, "0.64": 6, "0.65": 6,
"0.66": 6, "0.67": 2, "0.68": 3, "0.69": 6, "1.16": 3, "1.17":
17:04:40(113): 7, "1.14": 2, "1.15": 6, "1.12": 7, "1.13": 5, "1.10": 2,
"1.11": 4, "0.91": 10, "1.18": 6, "1.19": 5, "1.38": 2, "0.83": 6, "0.80": 9,
"1.51": 1, "0.86": 5, "0.87": 1, "0.84": 8, "0.85": 5, "1.30
17:04:40(131):": 9, "1.31": 9, "1.32": 2, "1.33": 2, "1.34": 3, "1.35": 1,
"1.36": 2, "1.37": 1, "0.90": 7, "0.82": 1, "0.94": 22, "0.73": 15, "0.95":
14, "0.89": 7, "0.70": 15, "0.77": 4
17:04:40(149): 16928 | pscheduler | 17094 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
18:43:27.752821+00 | 2019-05-12 14:03:51.530946+00 | 2019-05-12 14:
17:04:40(155):03:51.530989+00 | 2019-05-12 14:03:51.53099+00 | t |
active | | 21405549 |

17:04:40(158):


17:04:40(160):


17:04:40(176):

+
17:04:40(193): | | | | |
| | | |
| |
17:04:40(203): | | |
| | | WITH inserted_row AS (

17:04:40(205):


17:04:40(207):


17:04:40(222):

+
17:04:40(238): | | | | |
| | | |
| |
17:04:40(254): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:40(256):


17:04:40(259):


17:04:40(274):

+
17:04:40(290): | | | | |
| | | |
| |
17:04:40(299): | | |
| | | VALUES (32546,

17:04:40(302):


17:04:40(311):


17:04:40(326):

+
17:04:40(342): | | | | |
| | | |
| |
17:04:40(351): | | |
| | | NULL,

17:04:40(354):


17:04:40(356):


17:04:40(371):

+
17:04:40(386): | | | | |
| | | |
| |
17:04:40(402): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:40(404):


17:04:40(406):


17:04:40(421):

+
17:04:40(437): | | | | |
| | | |
| |
17:04:40(448): | | |
| | |
run_state_finished(),
17:04:40(450):


17:04:40(452):


17:04:40(467):

+
17:04:40(483): | | | | |
| | | |
| |
17:04:40(492): | | |
| | | 0,

17:04:40(494):


17:04:40(496):


17:04:40(511):

+
17:04:40(527): | | | | |
| | | |
| |
17:04:40(543): | | |
| | |
'{"max-clock-error": 0.5, "packets-duplicated": 0, "succeeded": true, "
17:04:40(564):histogram-latency": {"-0.06": 5, "-0.07": 5, "-0.04": 6,
"-0.05": 4, "-0.28": 8, "-0.03": 7, "-0.01": 16, "-0.24": 16, "-0.25": 15,
"-0.26": 10, "-0.27": 14, "-0.20": 40, "-0.21": 34, "-0.22": 41,
17:04:40(585):"-0.09": 5, "-0.30": 5, "-0.02": 13, "-0.29": 6, "0.08": 16,
"0.09": 10, "-0.35": 1, "0.02": 20, "0.03": 16, "0.00": 21, "0.01": 15,
"0.06": 17, "0.07": 16, "0.04": 8, "0.05": 9, "-0.15": 10, "-0.1
17:04:40(602):4": 10, "-0.17": 13, "-0.16": 9, "-0.11": 9, "-0.10": 7,
"-0.13": 13, "-0.12": 14, "-0.08": 6, "-0.19": 33, "-0.18": 24, "0.14": 2,
"0.17": 1, "0.11": 4, "0.10": 8, "0.13":
17:04:40(620): 16928 | pscheduler | 2366 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:27:53.729651+00 | 2019-05-12 14:03:50.322372+00 | 2019-05-12 14:
17:04:40(627):03:50.322433+00 | 2019-05-12 14:03:50.322434+00 | t |
active | | 21405549 |

17:04:40(629):


17:04:40(631):


17:04:40(646):

+
17:04:40(662): | | | | |
| | | |
| |
17:04:40(671): | | |
| | | WITH inserted_row AS (

17:04:40(674):


17:04:40(676):


17:04:40(690):

+
17:04:40(706): | | | | |
| | | |
| |
17:04:40(722): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:40(725):


17:04:40(728):


17:04:40(743):

+
17:04:40(759): | | | | |
| | | |
| |
17:04:40(768): | | |
| | | VALUES (32669,

17:04:40(770):


17:04:40(772):


17:04:40(787):

+
17:04:40(803): | | | | |
| | | |
| |
17:04:40(813): | | |
| | | NULL,

17:04:40(815):


17:04:40(817):


17:04:40(832):

+
17:04:40(848): | | | | |
| | | |
| |
17:04:40(863): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:40(865):


17:04:40(868):


17:04:40(883):

+
17:04:40(899): | | | | |
| | | |
| |
17:04:40(909): | | |
| | |
run_state_finished(),
17:04:40(912):


17:04:40(914):


17:04:40(929):

+
17:04:40(945): | | | | |
| | | |
| |
17:04:40(954): | | |
| | | 0,

17:04:40(956):


17:04:40(958):


17:04:40(973):

+
17:04:40(988): | | | | |
| | | |
| |
17:04:41(006): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:04:41(028):histogram-latency": {"1.51": 12, "1.43": 18, "1.16": 8,
"1.38": 10, "1.14": 18, "1.15": 6, "1.12": 12, "1.13": 4, "1.10": 6, "1.53":
12, "1.18": 14, "1.19": 16, "1.52": 11, "1.39": 9, "1.50": 18, "
17:04:41(050):1.42": 13, "1.56": 4, "1.57": 2, "1.54": 12, "1.55": 5,
"1.30": 11, "1.31": 7, "1.58": 2, "1.59": 1, "1.34": 8, "1.35": 4, "1.36": 2,
"1.62": 1, "1.37": 8, "1.17": 14, "1.33": 1, "1.23": 32, "1.22"
17:04:41(067):: 22, "1.47": 12, "1.20": 28, "1.27": 10, "1.11": 2, "1.32":
8, "1.26": 16, "1.29": 19, "1.28": 9, "1.49": 8, "1.48": 16, "1.60": 1,
"1.45": 12, "1.44": 15, "1.21": 22, "1.4
17:04:41(085): 16928 | pscheduler | 31998 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
09:14:22.804162+00 | 2019-05-12 14:03:50.445899+00 | 2019-05-12 14:
17:04:41(091):03:50.445976+00 | 2019-05-12 14:03:50.445977+00 | t |
active | | 21405549 |

17:04:41(093):


17:04:41(096):


17:04:41(110):

+
17:04:41(126): | | | | |
| | | |
| |
17:04:41(136): | | |
| | | WITH inserted_row AS (

17:04:41(138):


17:04:41(140):


17:04:41(155):

+
17:04:41(171): | | | | |
| | | |
| |
17:04:41(187): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:41(189):


17:04:41(191):


17:04:41(206):

+
17:04:41(221): | | | | |
| | | |
| |
17:04:41(231): | | |
| | | VALUES (33015,

17:04:41(233):


17:04:41(236):


17:04:41(250):

+
17:04:41(266): | | | | |
| | | |
| |
17:04:41(276): | | |
| | | NULL,

17:04:41(278):


17:04:41(280):


17:04:41(295):

+
17:04:41(311): | | | | |
| | | |
| |
17:04:41(326): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:41(329):


17:04:41(331):


17:04:41(345):

+
17:04:41(362): | | | | |
| | | |
| |
17:04:41(372): | | |
| | |
run_state_finished(),
17:04:41(375):


17:04:41(377):


17:04:41(392):

+
17:04:41(409): | | | | |
| | | |
| |
17:04:41(418): | | |
| | | 0,

17:04:41(420):


17:04:41(422):


17:04:41(437):

+
17:04:41(453): | | | | |
| | | |
| |
17:04:41(469): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:04:41(490):"histogram-latency": {"3.12": 1, "0.48": 2, "0.49": 1, "0.46":
1, "0.47": 3, "0.44": 8, "0.45": 4, "0.42": 7, "0.43": 9, "0.40": 10, "0.41":
10, "0.28": 21, "0.29": 22, "0.24": 103, "0.25": 52, "0.
17:04:41(511):26": 29, "0.27": 19, "0.20": 26, "0.21": 25, "0.22": 39,
"0.23": 84, "2.91": 1, "0.17": 2, "0.16": 1, "0.51": 2, "0.50": 1, "0.19": 8,
"0.18": 3, "0.39": 12, "0.38": 14, "0.37": 6, "0.36": 6, "0.35
17:04:41(526):": 13, "0.34": 6, "0.33": 8, "0.32": 14, "0.31": 8, "0.30":
16, "91.79": 1, "84.72": 1, "2.01": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered":
17:04:41(544): 16928 | pscheduler | 6328 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
03:22:10.702295+00 | 2019-05-12 14:03:25.725003+00 | 2019-05-12 14:
17:04:41(551):03:25.725055+00 | 2019-05-12 14:03:25.725057+00 | t |
active | | 21405549 |

17:04:41(553):


17:04:41(555):


17:04:41(570):

+
17:04:41(587): | | | | |
| | | |
| |
17:04:41(597): | | |
| | | WITH inserted_row AS (

17:04:41(600):


17:04:41(602):


17:04:41(616):

+
17:04:41(632): | | | | |
| | | |
| |
17:04:41(647): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:41(649):


17:04:41(652):


17:04:41(666):

+
17:04:41(682): | | | | |
| | | |
| |
17:04:41(692): | | |
| | | VALUES (32374,

17:04:41(694):


17:04:41(696):


17:04:41(711):

+
17:04:41(726): | | | | |
| | | |
| |
17:04:41(738): | | |
| | | NULL,

17:04:41(740):


17:04:41(742):


17:04:41(757):

+
17:04:41(773): | | | | |
| | | |
| |
17:04:41(788): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:41(790):


17:04:41(793):


17:04:41(807):

+
17:04:41(823): | | | | |
| | | |
| |
17:04:41(834): | | |
| | |
run_state_finished(),
17:04:41(836):


17:04:41(838):


17:04:41(853):

+
17:04:41(869): | | | | |
| | | |
| |
17:04:41(878): | | |
| | | 0,

17:04:41(880):


17:04:41(883):


17:04:41(897):

+
17:04:41(913): | | | | |
| | | |
| |
17:04:41(930): | | |
| | |
'{"max-clock-error": 0.61, "packets-duplicated": 0, "succeeded": true,
17:04:41(951):"histogram-latency": {"-0.47": 1, "80.42": 1, "-0.77": 49,
"-0.76": 8, "-0.75": 15, "-0.74": 10, "-0.73": 9, "-0.72": 5, "-0.71": 6,
"-0.70": 2, "-0.79": 69, "-0.78": 56, "-0.59": 2, "-0.58": 1, "-
17:04:41(972):0.19": 1, "-0.57": 1, "-0.68": 4, "-0.87": 3, "-0.60": 1,
"-0.61": 3, "-0.62": 1, "-0.63": 3, "-0.64": 1, "-0.65": 4, "-0.66": 4,
"-0.67": 4, "-0.86": 11, "-0.69": 3, "-0.84": 24, "-0.85": 12, "-0.
17:04:41(987):82": 80, "-0.83": 80, "-0.80": 51, "-0.81": 75},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "sch
17:04:42(005): 16928 | pscheduler | 19730 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
10:56:39.138773+00 | 2019-05-12 14:03:29.148107+00 | 2019-05-12 14:
17:04:42(012):03:29.14821+00 | 2019-05-12 14:03:29.148211+00 | t |
active | | 21405549 |

17:04:42(014):


17:04:42(016):


17:04:42(031):

+
17:04:42(047): | | | | |
| | | |
| |
17:04:42(057): | | |
| | | WITH inserted_row AS (

17:04:42(059):


17:04:42(062):


17:04:42(077):

+
17:04:42(093): | | | | |
| | | |
| |
17:04:42(108): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:42(111):


17:04:42(113):


17:04:42(128):

+
17:04:42(144): | | | | |
| | | |
| |
17:04:42(153): | | |
| | | VALUES (32709,

17:04:42(155):


17:04:42(157):


17:04:42(172):

+
17:04:42(188): | | | | |
| | | |
| |
17:04:42(198): | | |
| | | NULL,

17:04:42(200):


17:04:42(202):


17:04:42(216):

+
17:04:42(232): | | | | |
| | | |
| |
17:04:42(246): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:42(249):


17:04:42(251):


17:04:42(266):

+
17:04:42(282): | | | | |
| | | |
| |
17:04:42(294): | | |
| | |
run_state_finished(),
17:04:42(296):


17:04:42(298):


17:04:42(313):

+
17:04:42(329): | | | | |
| | | |
| |
17:04:42(338): | | |
| | | 0,

17:04:42(340):


17:04:42(342):


17:04:42(357):

+
17:04:42(372): | | | | |
| | | |
| |
17:04:42(389): | | |
| | |
'{"max-clock-error": 0.43, "packets-duplicated": 0, "succeeded": true,
17:04:42(410):"histogram-latency": {"1.38": 2, "1.48": 12, "1.16": 23,
"1.17": 8, "1.14": 3, "1.15": 16, "1.12": 3, "1.13": 7, "1.11": 2, "1.18":
13, "1.19": 9, "1.52": 14, "1.53": 12, "1.50": 4, "1.51": 9, "1.5
17:04:42(431):7": 2, "1.54": 7, "1.55": 4, "1.30": 7, "1.31": 5, "1.32": 4,
"1.74": 1, "1.34": 7, "1.35": 9, "1.36": 6, "1.37": 5, "1.33": 7, "1.45": 19,
"1.44": 16, "1.39": 3, "1.21": 20, "1.20": 28, "1.42": 13
17:04:42(448):, "1.41": 12, "1.26": 47, "1.29": 17, "1.28": 12, "1.49": 7,
"1.25": 45, "1.23": 31, "1.22": 34, "1.47": 11, "1.46": 19, "1.27": 19,
"1.40": 9, "1.43": 10, "1.24": 27}, "his
17:04:42(468): 16928 | pscheduler | 25631 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:50:17.203574+00 | 2019-05-12 14:03:27.800756+00 | 2019-05-12 14:
17:04:42(474):03:27.800789+00 | 2019-05-12 14:03:27.80079+00 | t |
active | | 21405549 |

17:04:42(477):


17:04:42(479):


17:04:42(494):

+
17:04:42(510): | | | | |
| | | |
| |
17:04:42(519): | | |
| | | WITH inserted_row AS (

17:04:42(521):


17:04:42(523):


17:04:42(538):

+
17:04:42(554): | | | | |
| | | |
| |
17:04:42(569): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:42(571):


17:04:42(573):


17:04:42(588):

+
17:04:42(604): | | | | |
| | | |
| |
17:04:42(614): | | |
| | | VALUES (32972,

17:04:42(616):


17:04:42(618):


17:04:42(633):

+
17:04:42(649): | | | | |
| | | |
| |
17:04:42(658): | | |
| | | NULL,

17:04:42(660):


17:04:42(663):


17:04:42(678):

+
17:04:42(693): | | | | |
| | | |
| |
17:04:42(707): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:42(709):


17:04:42(712):


17:04:42(727):

+
17:04:42(742): | | | | |
| | | |
| |
17:04:42(754): | | |
| | |
run_state_finished(),
17:04:42(757):


17:04:42(759):


17:04:42(773):

+
17:04:42(789): | | | | |
| | | |
| |
17:04:42(798): | | |
| | | 0,

17:04:42(801):


17:04:42(803):


17:04:42(817):

+
17:04:42(834): | | | | |
| | | |
| |
17:04:42(850): | | |
| | |
'{"max-clock-error": 0.31, "packets-duplicated": 0, "succeeded": true,
17:04:42(871):"histogram-latency": {"1.25": 3, "1.16": 34, "1.17": 17,
"1.14": 51, "1.15": 31, "1.12": 33, "1.13": 24, "1.10": 16, "1.11": 33,
"1.18": 12, "1.19": 10, "1.38": 18, "1.39": 5, "1.42": 11, "1.30": 1
17:04:42(891):3, "1.31": 12, "1.32": 15, "1.33": 16, "1.34": 26, "1.35": 26,
"1.36": 22, "1.37": 14, "1.27": 4, "1.45": 2, "1.22": 9, "1.47": 2, "1.01":
3, "1.03": 2, "1.46": 1, "1.05": 9, "1.04": 5, "1.07": 14,
17:04:42(908): "1.06": 6, "1.09": 8, "1.08": 3, "1.26": 8, "1.29": 7,
"1.28": 5, "1.49": 2, "1.48": 2, "1.23": 7, "1.44": 6, "1.21": 10, "1.20":
12, "1.41": 9, "1.40": 6, "1.43": 11, "1.2
17:04:42(928): 16928 | pscheduler | 28498 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
02:16:46.2184+00 | 2019-05-12 14:03:25.889273+00 | 2019-05-12 14:
17:04:42(935):03:25.889318+00 | 2019-05-12 14:03:25.889319+00 | t |
active | | 21405549 |

17:04:42(937):


17:04:42(939):


17:04:42(953):

+
17:04:42(969): | | | | |
| | | |
| |
17:04:42(979): | | |
| | | WITH inserted_row AS (

17:04:42(981):


17:04:42(983):


17:04:42(998):

+
17:04:43(015): | | | | |
| | | |
| |
17:04:43(031): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:43(034):


17:04:43(036):


17:04:43(051):

+
17:04:43(067): | | | | |
| | | |
| |
17:04:43(076): | | |
| | | VALUES (31894,

17:04:43(078):


17:04:43(081):


17:04:43(096):

+
17:04:43(112): | | | | |
| | | |
| |
17:04:43(121): | | |
| | | NULL,

17:04:43(123):


17:04:43(125):


17:04:43(141):

+
17:04:43(157): | | | | |
| | | |
| |
17:04:43(171): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:43(173):


17:04:43(175):


17:04:43(190):

+
17:04:43(206): | | | | |
| | | |
| |
17:04:43(217): | | |
| | |
run_state_finished(),
17:04:43(219):


17:04:43(221):


17:04:43(237):

+
17:04:43(254): | | | | |
| | | |
| |
17:04:43(263): | | |
| | | 0,

17:04:43(266):


17:04:43(268):


17:04:43(283):

+
17:04:43(299): | | | | |
| | | |
| |
17:04:43(316): | | |
| | |
'{"max-clock-error": 0.18, "packets-duplicated": 0, "succeeded": true,
17:04:43(337):"histogram-latency": {"7.14": 1, "25.33": 1, "46.92": 1,
"32.09": 1, "31.51": 1, "45.26": 1, "0.48": 3, "0.49": 5, "0.46": 10, "0.47":
5, "0.44": 8, "0.45": 13, "0.42": 18, "0.43": 10, "0.40": 21,
17:04:43(358):"0.41": 16, "26.60": 1, "42.26": 1, "35.63": 1, "24.51": 1,
"47.18": 1, "25.88": 1, "0.56": 16, "47.04": 1, "0.59": 18, "0.58": 19,
"0.51": 6, "0.50": 2, "0.53": 3, "0.52": 5, "0.55": 7, "0.54": 5,
17:04:43(375): "0.57": 18, "30.07": 1, "29.25": 1, "31.27": 1, "31.20": 1,
"47.83": 1, "27.85": 1, "38.13": 1, "46.43": 1, "38.19": 1, "27.64": 1,
"43.94": 1, "29.29": 1, "45.09": 1, "41.
17:04:43(393): 16928 | pscheduler | 16562 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:37:31.506476+00 | 2019-05-12 14:03:22.503144+00 | 2019-05-12 14:
17:04:43(400):03:22.503176+00 | 2019-05-12 14:03:22.503177+00 | t |
active | | 21405549 |

17:04:43(402):


17:04:43(404):


17:04:43(419):

+
17:04:43(436): | | | | |
| | | |
| |
17:04:43(445): | | |
| | | WITH inserted_row AS (

17:04:43(448):


17:04:43(450):


17:04:43(465):

+
17:04:43(480): | | | | |
| | | |
| |
17:04:43(496): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:43(498):


17:04:43(500):


17:04:43(515):

+
17:04:43(531): | | | | |
| | | |
| |
17:04:43(540): | | |
| | | VALUES (32811,

17:04:43(542):


17:04:43(544):


17:04:43(559):

+
17:04:43(575): | | | | |
| | | |
| |
17:04:43(585): | | |
| | | NULL,

17:04:43(587):


17:04:43(589):


17:04:43(605):

+
17:04:43(620): | | | | |
| | | |
| |
17:04:43(634): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:43(637):


17:04:43(639):


17:04:43(653):

+
17:04:43(669): | | | | |
| | | |
| |
17:04:43(680): | | |
| | |
run_state_finished(),
17:04:43(682):


17:04:43(684):


17:04:43(700):

+
17:04:43(716): | | | | |
| | | |
| |
17:04:43(725): | | |
| | | 0,

17:04:43(727):


17:04:43(730):


17:04:43(754):

+
17:04:43(770): | | | | |
| | | |
| |
17:04:43(787): | | |
| | |
'{"max-clock-error": 0.68, "packets-duplicated": 0, "succeeded": true,
17:04:43(808):"histogram-latency": {"1.48": 6, "1.77": 27, "1.91": 1,
"1.74": 16, "1.75": 16, "1.50": 3, "1.52": 14, "1.53": 19, "1.76": 28,
"1.51": 8, "1.70": 4, "1.71": 3, "1.54": 26, "1.55": 43, "1.56": 33, "
17:04:43(829):1.58": 33, "1.59": 19, "1.78": 16, "1.79": 18, "1.57": 49,
"1.63": 16, "1.73": 13, "1.43": 2, "1.88": 2, "1.81": 13, "1.80": 19, "1.83":
6, "1.82": 5, "1.85": 9, "1.84": 7, "1.87": 4, "1.86": 6, "1
17:04:43(846):.89": 2, "1.72": 5, "1.67": 9, "1.66": 6, "1.65": 4, "1.64":
11, "1.49": 7, "1.62": 9, "1.61": 15, "1.60": 20, "1.45": 4, "1.44": 3,
"1.47": 11, "1.46": 2, "1.69": 4, "1.68"
17:04:43(864): 16928 | pscheduler | 9532 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
00:13:53.835796+00 | 2019-05-12 14:03:22.962526+00 | 2019-05-12 14:
17:04:43(870):03:22.962557+00 | 2019-05-12 14:03:22.962558+00 | t |
active | | 21405549 |

17:04:43(872):


17:04:43(874):


17:04:43(889):

+
17:04:43(905): | | | | |
| | | |
| |
17:04:43(915): | | |
| | | WITH inserted_row AS (

17:04:43(917):


17:04:43(919):


17:04:43(934):

+
17:04:43(949): | | | | |
| | | |
| |
17:04:43(964): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:43(967):


17:04:43(969):


17:04:43(983):

+
17:04:43(999): | | | | |
| | | |
| |
17:04:44(009): | | |
| | | VALUES (32810,

17:04:44(011):


17:04:44(013):


17:04:44(028):

+
17:04:44(045): | | | | |
| | | |
| |
17:04:44(054): | | |
| | | NULL,

17:04:44(056):


17:04:44(058):


17:04:44(072):

+
17:04:44(088): | | | | |
| | | |
| |
17:04:44(104): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:44(106):


17:04:44(108):


17:04:44(122):

+
17:04:44(138): | | | | |
| | | |
| |
17:04:44(149): | | |
| | |
run_state_finished(),
17:04:44(151):


17:04:44(153):


17:04:44(168):

+
17:04:44(184): | | | | |
| | | |
| |
17:04:44(193): | | |
| | | 0,

17:04:44(195):


17:04:44(198):


17:04:44(212):

+
17:04:44(228): | | | | |
| | | |
| |
17:04:44(246): | | |
| | |
'{"max-clock-error": 0.45, "packets-duplicated": 0, "succeeded": true,
17:04:44(266):"histogram-latency": {"1.51": 15, "1.46": 10, "1.52": 12,
"1.22": 3, "1.25": 6, "1.53": 16, "1.65": 4, "1.38": 19, "1.39": 20, "1.50":
10, "1.64": 4, "1.56": 12, "1.57": 12, "1.54": 20, "1.55": 21,
17:04:44(288): "1.30": 23, "1.31": 22, "1.32": 32, "1.33": 31, "1.34": 41,
"1.35": 34, "1.36": 29, "1.48": 6, "1.21": 1, "1.24": 4, "1.58": 9, "1.59":
8, "1.42": 7, "1.49": 4, "1.41": 9, "1.26": 15, "1.66": 2, "
17:04:44(304):1.29": 12, "1.28": 5, "1.63": 10, "1.62": 6, "1.61": 9,
"1.60": 8, "1.45": 10, "1.44": 9, "1.47": 9, "1.37": 21, "1.27": 9, "1.40":
23, "1.43": 6, "1.68": 2}, "histogram-ttl
17:04:44(323): 16928 | pscheduler | 19780 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
11:53:34.284364+00 | 2019-05-12 14:03:29.224182+00 | 2019-05-12 14:
17:04:44(329):03:29.224211+00 | 2019-05-12 14:03:29.224212+00 | t |
active | | 21405549 |

17:04:44(332):


17:04:44(335):


17:04:44(349):

+
17:04:44(365): | | | | |
| | | |
| |
17:04:44(375): | | |
| | | WITH inserted_row AS (

17:04:44(377):


17:04:44(379):


17:04:44(394):

+
17:04:44(410): | | | | |
| | | |
| |
17:04:44(425): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:44(427):


17:04:44(430):


17:04:44(445):

+
17:04:44(462): | | | | |
| | | |
| |
17:04:44(471): | | |
| | | VALUES (32093,

17:04:44(473):


17:04:44(477):


17:04:44(492):

+
17:04:44(508): | | | | |
| | | |
| |
17:04:44(517): | | |
| | | NULL,

17:04:44(519):


17:04:44(521):


17:04:44(536):

+
17:04:44(552): | | | | |
| | | |
| |
17:04:44(566): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:44(568):


17:04:44(571):


17:04:44(585):

+
17:04:44(601): | | | | |
| | | |
| |
17:04:44(612): | | |
| | |
run_state_finished(),
17:04:44(614):


17:04:44(616):


17:04:44(630):

+
17:04:44(646): | | | | |
| | | |
| |
17:04:44(655): | | |
| | | 0,

17:04:44(657):


17:04:44(659):


17:04:44(674):

+
17:04:44(690): | | | | |
| | | |
| |
17:04:44(707): | | |
| | |
'{"max-clock-error": 0.73, "packets-duplicated": 0, "succeeded": true,
17:04:44(727):"histogram-latency": {"0.66": 15, "0.67": 31, "0.60": 8,
"0.68": 23, "0.62": 10, "0.63": 7, "0.64": 15, "0.65": 14, "0.48": 43,
"0.49": 26, "0.46": 26, "0.47": 33, "0.44": 23, "0.45": 35, "0.42": 1
17:04:44(748):3, "0.43": 16, "0.40": 8, "0.41": 8, "0.82": 1, "0.78": 6,
"0.69": 19, "0.88": 1, "0.61": 3, "0.73": 10, "0.58": 6, "0.71": 13, "0.70":
13, "0.77": 3, "0.76": 8, "0.75": 8, "0.74": 18, "0.51": 18,
17:04:44(765):"0.50": 20, "0.53": 16, "0.52": 8, "0.55": 4, "0.54": 12,
"0.57": 8, "0.56": 6, "0.79": 3, "0.59": 6, "0.39": 6, "0.72": 6, "0.37": 7,
"0.36": 3, "0.35": 1, "0.38": 10, "0.3
17:04:44(784): 16928 | pscheduler | 30398 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
23:13:08.892413+00 | 2019-05-12 14:03:19.892346+00 | 2019-05-12 14:
17:04:44(791):03:19.89239+00 | 2019-05-12 14:03:19.892391+00 | t |
active | | 21405549 |

17:04:44(794):


17:04:44(796):


17:04:44(811):

+
17:04:44(827): | | | | |
| | | |
| |
17:04:44(837): | | |
| | | WITH inserted_row AS (

17:04:44(839):


17:04:44(841):


17:04:44(856):

+
17:04:44(872): | | | | |
| | | |
| |
17:04:44(887): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:44(889):


17:04:44(891):


17:04:44(905):

+
17:04:44(921): | | | | |
| | | |
| |
17:04:44(931): | | |
| | | VALUES (32673,

17:04:44(933):


17:04:44(936):


17:04:44(951):

+
17:04:44(967): | | | | |
| | | |
| |
17:04:44(976): | | |
| | | NULL,

17:04:44(978):


17:04:44(981):


17:04:44(995):

+
17:04:45(011): | | | | |
| | | |
| |
17:04:45(026): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:45(029):


17:04:45(031):


17:04:45(046):

+
17:04:45(062): | | | | |
| | | |
| |
17:04:45(073): | | |
| | |
run_state_finished(),
17:04:45(075):


17:04:45(077):


17:04:45(092):

+
17:04:45(108): | | | | |
| | | |
| |
17:04:45(117): | | |
| | | 0,

17:04:45(120):


17:04:45(122):


17:04:45(137):

+
17:04:45(153): | | | | |
| | | |
| |
17:04:45(169): | | |
| | |
'{"max-clock-error": 0.43, "packets-duplicated": 0, "succeeded": true,
17:04:45(191):"histogram-latency": {"-0.06": 6, "-0.07": 15, "-0.04": 9,
"-0.05": 5, "-0.02": 2, "-0.03": 2, "-0.01": 4, "-0.08": 19, "-0.09": 59,
"0.08": 5, "0.09": 1, "0.02": 3, "0.03": 4, "0.00": 5, "0.01": 1
17:04:45(212):, "0.06": 3, "0.07": 3, "0.04": 3, "0.05": 5, "-0.15": 57,
"-0.14": 78, "-0.17": 7, "-0.16": 18, "-0.11": 75, "-0.10": 57, "-0.13": 58,
"-0.12": 71, "-0.19": 2, "-0.18": 10, "0.15": 1, "0.14": 1, "
17:04:45(228):0.11": 4, "0.10": 6, "0.12": 1}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:04:45(244): | | | | |
| | | |
| |
17:04:45(250): | | |
| | |
17:04:45(268): 16928 | pscheduler | 1613 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:12:28.898296+00 | 2019-05-12 14:03:26.56123+00 | 2019-05-12 14:
17:04:45(275):03:26.56126+00 | 2019-05-12 14:03:26.561261+00 | t |
active | | 21405549 |

17:04:45(277):


17:04:45(279):


17:04:45(294):

+
17:04:45(310): | | | | |
| | | |
| |
17:04:45(320): | | |
| | | WITH inserted_row AS (

17:04:45(322):


17:04:45(324):


17:04:45(339):

+
17:04:45(355): | | | | |
| | | |
| |
17:04:45(370): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:45(372):


17:04:45(374):


17:04:45(389):

+
17:04:45(405): | | | | |
| | | |
| |
17:04:45(414): | | |
| | | VALUES (33129,

17:04:45(417):


17:04:45(419):


17:04:45(434):

+
17:04:45(450): | | | | |
| | | |
| |
17:04:45(459): | | |
| | | NULL,

17:04:45(461):


17:04:45(464):


17:04:45(478):

+
17:04:45(494): | | | | |
| | | |
| |
17:04:45(509): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:45(511):


17:04:45(514):


17:04:45(528):

+
17:04:45(544): | | | | |
| | | |
| |
17:04:45(557): | | |
| | |
run_state_finished(),
17:04:45(559):


17:04:45(561):


17:04:45(576):

+
17:04:45(592): | | | | |
| | | |
| |
17:04:45(601): | | |
| | | 0,

17:04:45(603):


17:04:45(605):


17:04:45(620):

+
17:04:45(637): | | | | |
| | | |
| |
17:04:45(654): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:04:45(675):"histogram-latency": {"0.48": 8, "0.49": 9, "0.60": 23,
"0.61": 19, "0.62": 19, "0.63": 19, "0.64": 14, "0.65": 11, "0.66": 12,
"0.67": 7, "0.68": 7, "0.69": 5, "0.44": 2, "0.45": 1, "0.79": 15, "0
17:04:45(696):.52": 9, "0.82": 19, "0.83": 18, "0.80": 17, "0.81": 13,
"0.86": 6, "0.87": 16, "0.84": 13, "0.85": 12, "0.88": 17, "0.89": 8, "0.46":
2, "0.59": 30, "0.58": 36, "0.71": 2, "0.70": 6, "0.77": 4, "0
17:04:45(713):.76": 11, "0.75": 5, "0.74": 8, "0.51": 6, "0.50": 4, "0.53":
13, "0.78": 8, "0.55": 26, "0.54": 28, "0.57": 23, "0.56": 17, "0.73": 4,
"0.72": 4, "0.95": 2, "0.94": 2, "0.9
17:04:45(731): 16928 | pscheduler | 22574 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
18:56:26.36269+00 | 2019-05-12 14:03:52.337328+00 | 2019-05-12 14:
17:04:45(738):03:52.337371+00 | 2019-05-12 14:03:52.337372+00 | t |
active | | 21405549 |

17:04:45(740):


17:04:45(742):


17:04:45(756):

+
17:04:45(772): | | | | |
| | | |
| |
17:04:45(782): | | |
| | | WITH inserted_row AS (

17:04:45(786):


17:04:45(788):


17:04:45(802):

+
17:04:45(818): | | | | |
| | | |
| |
17:04:45(833): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:45(836):


17:04:45(838):


17:04:45(853):

+
17:04:45(869): | | | | |
| | | |
| |
17:04:45(878): | | |
| | | VALUES (31844,

17:04:45(880):


17:04:45(882):


17:04:45(899):

+
17:04:45(915): | | | | |
| | | |
| |
17:04:45(924): | | |
| | | NULL,

17:04:45(926):


17:04:45(928):


17:04:45(943):

+
17:04:45(959): | | | | |
| | | |
| |
17:04:45(973): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:45(975):


17:04:45(977):


17:04:45(993):

+
17:04:46(009): | | | | |
| | | |
| |
17:04:46(020): | | |
| | |
run_state_finished(),
17:04:46(022):


17:04:46(025):


17:04:46(040):

+
17:04:46(056): | | | | |
| | | |
| |
17:04:46(065): | | |
| | | 0,

17:04:46(067):


17:04:46(069):


17:04:46(083):

+
17:04:46(099): | | | | |
| | | |
| |
17:04:46(116): | | |
| | |
'{"max-clock-error": 0.18, "packets-duplicated": 0, "succeeded": true,
17:04:46(137):"histogram-latency": {"0.48": 9, "0.67": 14, "0.60": 11,
"0.46": 15, "0.62": 9, "0.63": 20, "0.64": 16, "0.65": 23, "0.66": 24,
"0.49": 8, "0.68": 18, "0.47": 12, "0.44": 24, "0.45": 15, "0.42": 31
17:04:46(158):, "0.43": 20, "0.40": 19, "0.41": 22, "0.69": 17, "0.61": 13,
"0.73": 24, "0.72": 18, "0.71": 22, "0.70": 11, "0.77": 6, "0.76": 10,
"0.75": 10, "0.74": 10, "0.51": 6, "0.50": 5, "0.53": 3, "0.52":
17:04:46(175): 9, "0.55": 3, "0.54": 6, "0.57": 2, "0.56": 5, "0.79": 1,
"0.59": 6, "0.39": 29, "0.38": 21, "0.37": 11, "0.36": 7, "0.35": 10, "0.34":
10, "0.33": 6, "0.32": 5, "0.58": 4}
17:04:46(194): 16928 | pscheduler | 31442 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
00:47:28.409276+00 | 2019-05-12 14:03:36.734179+00 | 2019-05-12 14:
17:04:46(200):03:36.735954+00 | 2019-05-12 14:03:36.735956+00 | t |
active | | 21405549 |

17:04:46(203):


17:04:46(205):


17:04:46(219):

+
17:04:46(235): | | | | |
| | | |
| |
17:04:46(245): | | |
| | | WITH inserted_row AS (

17:04:46(247):


17:04:46(250):


17:04:46(264):

+
17:04:46(280): | | | | |
| | | |
| |
17:04:46(295): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:46(298):


17:04:46(300):


17:04:46(315):

+
17:04:46(331): | | | | |
| | | |
| |
17:04:46(340): | | |
| | | VALUES (32325,

17:04:46(342):


17:04:46(344):


17:04:46(359):

+
17:04:46(375): | | | | |
| | | |
| |
17:04:46(384): | | |
| | | NULL,

17:04:46(387):


17:04:46(389):


17:04:46(403):

+
17:04:46(419): | | | | |
| | | |
| |
17:04:46(433): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:46(435):


17:04:46(437):


17:04:46(452):

+
17:04:46(469): | | | | |
| | | |
| |
17:04:46(480): | | |
| | |
run_state_finished(),
17:04:46(482):


17:04:46(484):


17:04:46(499):

+
17:04:46(515): | | | | |
| | | |
| |
17:04:46(524): | | |
| | | 0,

17:04:46(526):


17:04:46(529):


17:04:46(544):

+
17:04:46(560): | | | | |
| | | |
| |
17:04:46(577): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:04:46(598):histogram-latency": {"4.44": 1, "0.06": 2, "0.07": 2, "0.66":
1, "0.40": 2, "0.41": 1, "1.17": 1, "0.08": 1, "0.09": 15, "0.28": 5, "0.29":
4, "6.94": 1, "0.24": 11, "0.19": 38, "0.26": 5, "0.27":
17:04:46(620):4, "0.20": 33, "0.21": 14, "0.22": 22, "0.23": 10, "0.87": 1,
"22.82": 1, "0.15": 51, "0.14": 62, "0.17": 29, "0.16": 28, "0.11": 29,
"0.10": 21, "0.13": 79, "0.12": 39, "1.80": 1, "0.53": 1, "74.3
17:04:46(638):5": 1, "0.18": 37, "28.17": 1, "131.64": 1, "0.37": 1, "0.36":
2, "0.35": 3, "0.34": 6, "0.33": 8, "0.32": 6, "0.31": 3, "0.30": 3, "0.70":
1, "0.25": 8, "175.76": 1, "0.92"
17:04:46(656): 16928 | pscheduler | 31444 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
00:47:28.413724+00 | 2019-05-12 14:03:50.020411+00 | 2019-05-12 14:
17:04:46(662):03:50.020498+00 | 2019-05-12 14:03:50.0205+00 | t |
active | | 21405549 |

17:04:46(665):


17:04:46(667):


17:04:46(682):

+
17:04:46(698): | | | | |
| | | |
| |
17:04:46(707): | | |
| | | WITH inserted_row AS (

17:04:46(710):


17:04:46(712):


17:04:46(726):

+
17:04:46(742): | | | | |
| | | |
| |
17:04:46(757): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:46(760):


17:04:46(762):


17:04:46(776):

+
17:04:46(794): | | | | |
| | | |
| |
17:04:46(803): | | |
| | | VALUES (32756,

17:04:46(805):


17:04:46(807):


17:04:46(822):

+
17:04:46(838): | | | | |
| | | |
| |
17:04:46(847): | | |
| | | NULL,

17:04:46(849):


17:04:46(851):


17:04:46(866):

+
17:04:46(882): | | | | |
| | | |
| |
17:04:46(896): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:46(898):


17:04:46(901):


17:04:46(915):

+
17:04:46(932): | | | | |
| | | |
| |
17:04:46(942): | | |
| | |
run_state_finished(),
17:04:46(945):


17:04:46(947):


17:04:46(961):

+
17:04:46(978): | | | | |
| | | |
| |
17:04:46(987): | | |
| | | 0,

17:04:46(990):


17:04:46(992):


17:04:47(007):

+
17:04:47(024): | | | | |
| | | |
| |
17:04:47(041): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:04:47(062):"histogram-latency": {"0.48": 2, "0.49": 3, "0.60": 13,
"0.61": 11, "0.62": 9, "0.63": 5, "0.64": 6, "0.65": 18, "0.66": 9, "0.67":
13, "0.68": 15, "0.47": 3, "0.44": 6, "0.45": 6, "0.42": 6, "0.43
17:04:47(083):": 6, "0.40": 15, "0.41": 2, "0.28": 20, "0.29": 28, "0.24":
4, "0.25": 3, "0.26": 15, "0.27": 7, "0.20": 2, "0.23": 12, "0.69": 7,
"0.46": 8, "0.59": 12, "0.58": 22, "0.71": 3, "0.70": 5, "0.74":
17:04:47(100):1, "0.51": 5, "0.50": 3, "0.53": 3, "0.52": 12, "0.55": 12,
"0.54": 11, "0.57": 10, "0.56": 9, "0.39": 12, "0.38": 20, "0.37": 27,
"0.36": 18, "0.35": 25, "0.34": 44, "0.33"
17:04:47(118): 16928 | pscheduler | 27149 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:52:22.670748+00 | 2019-05-12 14:03:26.002492+00 | 2019-05-12 14:
17:04:47(124):03:26.002534+00 | 2019-05-12 14:03:26.002535+00 | t |
active | | 21405549 |

17:04:47(126):


17:04:47(129):


17:04:47(143):

+
17:04:47(160): | | | | |
| | | |
| |
17:04:47(169): | | |
| | | WITH inserted_row AS (

17:04:47(171):


17:04:47(173):


17:04:47(188):

+
17:04:47(204): | | | | |
| | | |
| |
17:04:47(219): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:47(221):


17:04:47(224):


17:04:47(239):

+
17:04:47(264): | | | | |
| | | |
| |
17:04:47(273): | | |
| | | VALUES (31941,

17:04:47(276):


17:04:47(278):


17:04:47(293):

+
17:04:47(309): | | | | |
| | | |
| |
17:04:47(318): | | |
| | | NULL,

17:04:47(320):


17:04:47(322):


17:04:47(337):

+
17:04:47(353): | | | | |
| | | |
| |
17:04:47(367): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:47(370):


17:04:47(372):


17:04:47(386):

+
17:04:47(402): | | | | |
| | | |
| |
17:04:47(413): | | |
| | |
run_state_finished(),
17:04:47(415):


17:04:47(418):


17:04:47(433):

+
17:04:47(449): | | | | |
| | | |
| |
17:04:47(458): | | |
| | | 0,

17:04:47(460):


17:04:47(462):


17:04:47(478):

+
17:04:47(494): | | | | |
| | | |
| |
17:04:47(511): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:04:47(532):histogram-latency": {"0.66": 2, "0.67": 4, "0.68": 20, "0.69":
46, "162.03": 1, "183.54": 1, "0.83": 8, "0.82": 6, "90.98": 1, "0.80": 13,
"0.81": 10, "0.86": 9, "0.87": 10, "0.84": 8, "0.85": 9, "
17:04:47(554):0.88": 7, "0.89": 4, "0.73": 38, "0.72": 35, "0.71": 64,
"0.70": 74, "0.77": 24, "0.76": 43, "0.75": 63, "0.74": 46, "0.79": 12,
"0.78": 16, "222.09": 1, "0.99": 1, "0.95": 3, "0.94": 2, "0.97": 2,
17:04:47(569): "0.96": 2, "0.91": 6, "0.90": 6, "0.93": 2, "0.92": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 6
17:04:47(587): 16928 | pscheduler | 2195 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
08:16:56.901623+00 | 2019-05-12 14:03:27.285256+00 | 2019-05-12 14:
17:04:47(594):03:27.285289+00 | 2019-05-12 14:03:27.28529+00 | t |
active | | 21405549 |

17:04:47(596):


17:04:47(598):


17:04:47(613):

+
17:04:47(629): | | | | |
| | | |
| |
17:04:47(639): | | |
| | | WITH inserted_row AS (

17:04:47(641):


17:04:47(643):


17:04:47(658):

+
17:04:47(674): | | | | |
| | | |
| |
17:04:47(689): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:47(691):


17:04:47(693):


17:04:47(707):

+
17:04:47(723): | | | | |
| | | |
| |
17:04:47(733): | | |
| | | VALUES (32050,

17:04:47(735):


17:04:47(737):


17:04:47(752):

+
17:04:47(768): | | | | |
| | | |
| |
17:04:47(777): | | |
| | | NULL,

17:04:47(779):


17:04:47(782):


17:04:47(797):

+
17:04:47(813): | | | | |
| | | |
| |
17:04:47(828): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:47(830):


17:04:47(833):


17:04:47(847):

+
17:04:47(863): | | | | |
| | | |
| |
17:04:47(874): | | |
| | |
run_state_finished(),
17:04:47(876):


17:04:47(878):


17:04:47(893):

+
17:04:47(910): | | | | |
| | | |
| |
17:04:47(919): | | |
| | | 0,

17:04:47(921):


17:04:47(923):


17:04:47(939):

+
17:04:47(955): | | | | |
| | | |
| |
17:04:47(972): | | |
| | |
'{"max-clock-error": 0.31, "packets-duplicated": 0, "succeeded": true,
17:04:47(993):"histogram-latency": {"0.92": 6, "1.31": 1, "1.16": 26,
"1.17": 23, "1.14": 16, "1.15": 17, "1.12": 11, "1.13": 11, "1.10": 4,
"1.11": 7, "1.18": 29, "1.19": 23, "0.86": 3, "0.87": 7, "0.84": 2, "1
17:04:48(015):.30": 2, "1.25": 12, "0.88": 11, "0.89": 9, "0.95": 38,
"0.94": 25, "1.21": 12, "1.20": 28, "1.01": 14, "1.00": 17, "1.03": 9,
"1.02": 8, "1.05": 8, "1.04": 6, "1.07": 1, "1.06": 7, "1.09": 4, "0.9
17:04:48(032):1": 7, "1.32": 1, "0.90": 6, "1.29": 1, "1.28": 7, "0.99": 22,
"0.98": 32, "1.08": 5, "1.23": 9, "1.22": 4, "0.97": 36, "0.96": 31, "1.27":
5, "1.26": 7, "0.93": 18, "1.24":
17:04:48(051): 16928 | pscheduler | 9163 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
11:41:05.449748+00 | 2019-05-12 14:03:26.614358+00 | 2019-05-12 14:
17:04:48(057):03:26.614401+00 | 2019-05-12 14:03:26.614402+00 | t |
active | | 21405549 |

17:04:48(059):


17:04:48(061):


17:04:48(076):

+
17:04:48(092): | | | | |
| | | |
| |
17:04:48(102): | | |
| | | WITH inserted_row AS (

17:04:48(104):


17:04:48(106):


17:04:48(121):

+
17:04:48(137): | | | | |
| | | |
| |
17:04:48(152): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:48(154):


17:04:48(157):


17:04:48(171):

+
17:04:48(187): | | | | |
| | | |
| |
17:04:48(196): | | |
| | | VALUES (33011,

17:04:48(199):


17:04:48(201):


17:04:48(216):

+
17:04:48(232): | | | | |
| | | |
| |
17:04:48(242): | | |
| | | NULL,

17:04:48(244):


17:04:48(246):


17:04:48(261):

+
17:04:48(277): | | | | |
| | | |
| |
17:04:48(291): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:48(294):


17:04:48(296):


17:04:48(311):

+
17:04:48(327): | | | | |
| | | |
| |
17:04:48(338): | | |
| | |
run_state_finished(),
17:04:48(340):


17:04:48(342):


17:04:48(357):

+
17:04:48(374): | | | | |
| | | |
| |
17:04:48(383): | | |
| | | 0,

17:04:48(385):


17:04:48(388):


17:04:48(403):

+
17:04:48(419): | | | | |
| | | |
| |
17:04:48(436): | | |
| | |
'{"max-clock-error": 0.51, "packets-duplicated": 0, "succeeded": true,
17:04:48(457):"histogram-latency": {"1.98": 2, "1.99": 4, "1.96": 8, "1.97":
4, "1.94": 9, "1.95": 7, "1.92": 11, "1.93": 2, "1.90": 13, "1.91": 9,
"1.74": 11, "1.75": 9, "1.76": 6, "1.77": 5, "1.70": 27, "1.71"
17:04:48(478):: 34, "1.72": 21, "1.73": 13, "1.56": 2, "1.58": 9, "1.59": 8,
"1.78": 8, "1.79": 4, "1.57": 4, "2.92": 1, "1.89": 13, "1.88": 13, "1.81":
5, "1.80": 8, "1.83": 8, "1.82": 5, "1.85": 9, "1.84": 7,
17:04:48(496):"1.87": 13, "1.86": 17, "1.67": 31, "1.66": 38, "1.65": 37,
"1.64": 22, "1.63": 15, "1.62": 14, "1.61": 11, "1.60": 11, "2.04": 1,
"2.00": 3, "1.69": 51, "1.68": 37}, "histo
17:04:48(514): 16928 | pscheduler | 24147 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.322079+00 | 2019-05-12 14:03:49.186402+00 | 2019-05-12 14:
17:04:48(521):03:49.186462+00 | 2019-05-12 14:03:49.186463+00 | t |
active | | 21405549 |

17:04:48(523):


17:04:48(525):


17:04:48(540):

+
17:04:48(556): | | | | |
| | | |
| |
17:04:48(565): | | |
| | | WITH inserted_row AS (

17:04:48(568):


17:04:48(570):


17:04:48(585):

+
17:04:48(601): | | | | |
| | | |
| |
17:04:48(616): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:48(619):


17:04:48(621):


17:04:48(635):

+
17:04:48(651): | | | | |
| | | |
| |
17:04:48(660): | | |
| | | VALUES (32437,

17:04:48(662):


17:04:48(666):


17:04:48(681):

+
17:04:48(697): | | | | |
| | | |
| |
17:04:48(707): | | |
| | | NULL,

17:04:48(709):


17:04:48(711):


17:04:48(726):

+
17:04:48(742): | | | | |
| | | |
| |
17:04:48(757): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:48(759):


17:04:48(761):


17:04:48(776):

+
17:04:48(792): | | | | |
| | | |
| |
17:04:48(803): | | |
| | |
run_state_finished(),
17:04:48(805):


17:04:48(808):


17:04:48(822):

+
17:04:48(839): | | | | |
| | | |
| |
17:04:48(848): | | |
| | | 0,

17:04:48(850):


17:04:48(853):


17:04:48(868):

+
17:04:48(884): | | | | |
| | | |
| |
17:04:48(901): | | |
| | |
'{"max-clock-error": 0.26, "packets-duplicated": 0, "succeeded": true,
17:04:48(922):"histogram-latency": {"0.48": 4, "0.49": 3, "0.46": 3, "0.47":
3, "0.44": 4, "0.45": 4, "0.42": 3, "0.43": 2, "0.40": 6, "0.41": 5, "0.28":
53, "0.29": 58, "0.24": 56, "0.25": 49, "0.26": 39, "0.27
17:04:48(943):": 40, "0.20": 9, "0.21": 7, "0.22": 31, "0.23": 35, "0.51":
2, "0.50": 2, "0.53": 2, "0.19": 7, "0.18": 3, "0.39": 2, "0.38": 6, "0.37":
5, "0.36": 8, "0.35": 8, "0.34": 15, "0.33": 18, "0.32": 27
17:04:48(958):, "0.31": 35, "0.30": 46}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:04:48(974): | | | | |
| | | |
| |
17:04:48(980): | | |
| | |
17:04:48(998): 16928 | pscheduler | 24107 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:18.458537+00 | 2019-05-12 14:03:27.879593+00 | 2019-05-12 14:
17:04:49(005):03:27.879635+00 | 2019-05-12 14:03:27.879637+00 | t |
active | | 21405549 |

17:04:49(007):


17:04:49(009):


17:04:49(024):

+
17:04:49(041): | | | | |
| | | |
| |
17:04:49(050): | | |
| | | WITH inserted_row AS (

17:04:49(052):


17:04:49(055):


17:04:49(069):

+
17:04:49(085): | | | | |
| | | |
| |
17:04:49(100): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:49(102):


17:04:49(105):


17:04:49(119):

+
17:04:49(135): | | | | |
| | | |
| |
17:04:49(144): | | |
| | | VALUES (32817,

17:04:49(147):


17:04:49(149):


17:04:49(164):

+
17:04:49(180): | | | | |
| | | |
| |
17:04:49(190): | | |
| | | NULL,

17:04:49(192):


17:04:49(194):


17:04:49(209):

+
17:04:49(225): | | | | |
| | | |
| |
17:04:49(239): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:49(241):


17:04:49(243):


17:04:49(259):

+
17:04:49(274): | | | | |
| | | |
| |
17:04:49(285): | | |
| | |
run_state_finished(),
17:04:49(288):


17:04:49(290):


17:04:49(304):

+
17:04:49(320): | | | | |
| | | |
| |
17:04:49(329): | | |
| | | 0,

17:04:49(331):


17:04:49(334):


17:04:49(348):

+
17:04:49(366): | | | | |
| | | |
| |
17:04:49(382): | | |
| | |
'{"max-clock-error": 0.29, "packets-duplicated": 0, "succeeded": true,
17:04:49(404):"histogram-latency": {"0.66": 15, "0.67": 18, "0.60": 13,
"0.61": 17, "0.62": 10, "0.63": 14, "0.64": 17, "0.65": 16, "0.48": 18,
"0.49": 11, "0.68": 10, "0.47": 17, "0.44": 44, "0.45": 32, "0.42":
17:04:49(425): 33, "0.43": 38, "0.40": 24, "0.41": 29, "0.29": 1, "0.27": 1,
"0.69": 10, "0.80": 1, "0.46": 20, "0.38": 12, "0.84": 1, "0.73": 7, "0.58":
9, "0.71": 14, "0.70": 13, "0.76": 2, "0.75": 4, "0.74":
17:04:49(442):6, "0.51": 11, "0.50": 14, "0.53": 5, "0.52": 7, "0.55": 9,
"0.54": 5, "0.57": 3, "0.56": 4, "0.59": 5, "0.39": 14, "0.72": 3, "0.37": 6,
"0.36": 8, "0.35": 10, "0.34": 5, "
17:04:49(460): 16928 | pscheduler | 6848 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-09
02:40:54.622828+00 | 2019-05-12 14:03:26.42377+00 | 2019-05-12 14:
17:04:49(467):03:26.4238+00 | 2019-05-12 14:03:26.423801+00 | t |
active | | 21405549 |

17:04:49(469):


17:04:49(471):


17:04:49(485):

+
17:04:49(502): | | | | |
| | | |
| |
17:04:49(512): | | |
| | | WITH inserted_row AS (

17:04:49(514):


17:04:49(516):


17:04:49(531):

+
17:04:49(547): | | | | |
| | | |
| |
17:04:49(562): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:49(564):


17:04:49(566):


17:04:49(580):

+
17:04:49(596): | | | | |
| | | |
| |
17:04:49(606): | | |
| | | VALUES (31939,

17:04:49(608):


17:04:49(610):


17:04:49(625):

+
17:04:49(641): | | | | |
| | | |
| |
17:04:49(651): | | |
| | | NULL,

17:04:49(653):


17:04:49(656):


17:04:49(670):

+
17:04:49(686): | | | | |
| | | |
| |
17:04:49(701): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:49(703):


17:04:49(705):


17:04:49(720):

+
17:04:49(736): | | | | |
| | | |
| |
17:04:49(747): | | |
| | |
run_state_finished(),
17:04:49(749):


17:04:49(751):


17:04:49(766):

+
17:04:49(781): | | | | |
| | | |
| |
17:04:49(792): | | |
| | | 0,

17:04:49(794):


17:04:49(796):


17:04:49(811):

+
17:04:49(828): | | | | |
| | | |
| |
17:04:49(845): | | |
| | |
'{"max-clock-error": 0.62, "packets-duplicated": 0, "succeeded": true,
17:04:49(866):"histogram-latency": {"0.60": 13, "0.61": 11, "0.62": 20,
"0.63": 29, "0.64": 30, "0.65": 21, "0.66": 41, "0.67": 34, "0.68": 29,
"0.69": 21, "0.82": 14, "0.83": 10, "0.80": 3, "0.81": 9, "0.86": 1
17:04:49(887):8, "0.87": 20, "0.84": 10, "0.85": 17, "0.88": 18, "0.89": 9,
"0.73": 22, "0.72": 20, "0.71": 14, "0.70": 18, "0.77": 3, "0.76": 6, "0.75":
5, "0.74": 9, "0.59": 3, "0.79": 6, "0.78": 6, "0.55": 3,
17:04:49(904): "0.54": 3, "0.57": 5, "0.56": 9, "1.01": 1, "1.00": 3,
"1.02": 2, "0.58": 6, "0.99": 3, "0.95": 6, "0.94": 10, "0.97": 3, "0.96": 6,
"0.91": 11, "0.90": 6, "0.93": 17, "0.9
17:04:49(922): 16928 | pscheduler | 24134 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.009121+00 | 2019-05-12 14:03:20.112393+00 | 2019-05-12 14:
17:04:49(929):03:20.112463+00 | 2019-05-12 14:03:20.112464+00 | t |
active | | 21405549 |

17:04:49(931):


17:04:49(933):


17:04:49(948):

+
17:04:49(964): | | | | |
| | | |
| |
17:04:49(973): | | |
| | | WITH inserted_row AS (

17:04:49(976):


17:04:49(978):


17:04:49(992):

+
17:04:50(009): | | | | |
| | | |
| |
17:04:50(024): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:50(027):


17:04:50(030):


17:04:50(045):

+
17:04:50(061): | | | | |
| | | |
| |
17:04:50(070): | | |
| | | VALUES (32006,

17:04:50(072):


17:04:50(074):


17:04:50(091):

+
17:04:50(107): | | | | |
| | | |
| |
17:04:50(117): | | |
| | | NULL,

17:04:50(119):


17:04:50(122):


17:04:50(136):

+
17:04:50(152): | | | | |
| | | |
| |
17:04:50(166): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:50(169):


17:04:50(171):


17:04:50(186):

+
17:04:50(201): | | | | |
| | | |
| |
17:04:50(213): | | |
| | |
run_state_finished(),
17:04:50(215):


17:04:50(217):


17:04:50(232):

+
17:04:50(248): | | | | |
| | | |
| |
17:04:50(257): | | |
| | | 0,

17:04:50(259):


17:04:50(261):


17:04:50(276):

+
17:04:50(292): | | | | |
| | | |
| |
17:04:50(309): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:04:50(330):histogram-latency": {"0.60": 5, "0.61": 2, "0.62": 1, "0.31":
1, "0.48": 8, "0.49": 2, "0.46": 14, "0.47": 9, "0.44": 30, "0.45": 17,
"0.42": 47, "0.43": 33, "0.40": 37, "0.41": 45, "0.87": 1, "0.5
17:04:50(351):9": 8, "0.58": 8, "0.71": 1, "0.51": 7, "0.50": 8, "0.53": 6,
"0.52": 4, "0.55": 3, "0.54": 8, "0.57": 6, "0.56": 3, "1.01": 1, "0.39": 55,
"0.38": 61, "0.37": 72, "0.36": 49, "0.35": 23, "0.34": 1
17:04:50(367):5, "0.33": 7, "0.32": 2, "2.60": 1}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:04:50(383): | | | | |
| | | |
| |
17:04:50(389): | | |
| | |
17:04:50(408): 16928 | pscheduler | 30327 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:15:37.319006+00 | 2019-05-12 14:03:26.338348+00 | 2019-05-12 14:
17:04:50(414):03:26.338378+00 | 2019-05-12 14:03:26.338379+00 | t |
active | | 21405549 |

17:04:50(416):


17:04:50(419):


17:04:50(433):

+
17:04:50(449): | | | | |
| | | |
| |
17:04:50(459): | | |
| | | WITH inserted_row AS (

17:04:50(461):


17:04:50(463):


17:04:50(478):

+
17:04:50(495): | | | | |
| | | |
| |
17:04:50(512): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:50(514):


17:04:50(516):


17:04:50(530):

+
17:04:50(546): | | | | |
| | | |
| |
17:04:50(555): | | |
| | | VALUES (33026,

17:04:50(558):


17:04:50(560):


17:04:50(574):

+
17:04:50(591): | | | | |
| | | |
| |
17:04:50(600): | | |
| | | NULL,

17:04:50(602):


17:04:50(604):


17:04:50(619):

+
17:04:50(635): | | | | |
| | | |
| |
17:04:50(649): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:50(651):


17:04:50(654):


17:04:50(669):

+
17:04:50(685): | | | | |
| | | |
| |
17:04:50(696): | | |
| | |
run_state_finished(),
17:04:50(699):


17:04:50(710):


17:04:50(725):

+
17:04:50(741): | | | | |
| | | |
| |
17:04:50(750): | | |
| | | 0,

17:04:50(753):


17:04:50(755):


17:04:50(769):

+
17:04:50(786): | | | | |
| | | |
| |
17:04:50(803): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:04:50(824):"histogram-latency": {"-0.06": 6, "-0.07": 10, "-0.04": 3,
"-0.05": 5, "-0.02": 4, "-0.03": 5, "-0.01": 6, "0.06": 5, "-0.20": 9,
"-0.21": 3, "-0.08": 9, "-0.09": 19, "0.08": 3, "0.09": 1, "0.02":
17:04:50(845):8, "0.03": 3, "0.00": 3, "0.01": 7, "0.20": 1, "0.07": 3,
"0.04": 2, "0.05": 3, "-0.15": 40, "-0.14": 59, "-0.17": 49, "-0.16": 50,
"-0.11": 43, "-0.10": 15, "-0.13": 61, "-0.12": 58, "-0.19": 36,
17:04:50(861):"-0.18": 59, "0.11": 1, "-0.22": 6, "0.12": 1, "0.53": 1,
"-0.23": 1, "0.25": 1, "0.10": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "pac
17:04:50(879): 16928 | pscheduler | 27152 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:52:22.882393+00 | 2019-05-12 14:03:27.593335+00 | 2019-05-12 14:
17:04:50(886):03:27.593379+00 | 2019-05-12 14:03:27.59338+00 | t |
active | | 21405549 |

17:04:50(888):


17:04:50(890):


17:04:50(904):

+
17:04:50(921): | | | | |
| | | |
| |
17:04:50(931): | | |
| | | WITH inserted_row AS (

17:04:50(933):


17:04:50(935):


17:04:50(950):

+
17:04:50(966): | | | | |
| | | |
| |
17:04:50(981): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:50(983):


17:04:50(986):


17:04:51(000):

+
17:04:51(017): | | | | |
| | | |
| |
17:04:51(027): | | |
| | | VALUES (32716,

17:04:51(029):


17:04:51(031):


17:04:51(046):

+
17:04:51(062): | | | | |
| | | |
| |
17:04:51(072): | | |
| | | NULL,

17:04:51(074):


17:04:51(076):


17:04:51(091):

+
17:04:51(107): | | | | |
| | | |
| |
17:04:51(121): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:51(123):


17:04:51(125):


17:04:51(140):

+
17:04:51(156): | | | | |
| | | |
| |
17:04:51(167): | | |
| | |
run_state_finished(),
17:04:51(171):


17:04:51(172):


17:04:51(188):

+
17:04:51(204): | | | | |
| | | |
| |
17:04:51(213): | | |
| | | 0,

17:04:51(215):


17:04:51(217):


17:04:51(232):

+
17:04:51(248): | | | | |
| | | |
| |
17:04:51(264): | | |
| | |
'{"max-clock-error": 0.3, "packets-duplicated": 0, "succeeded": true, "
17:04:51(285):histogram-latency": {"0.01": 2, "0.06": 11, "0.07": 19,
"0.04": 40, "0.48": 8, "0.49": 4, "0.46": 5, "0.47": 3, "0.44": 1, "0.23": 7,
"0.42": 2, "0.43": 3, "0.40": 8, "0.41": 8, "0.05": 10, "0.08":
17:04:51(306): 16, "0.45": 7, "0.28": 9, "0.29": 13, "0.24": 2, "0.55": 2,
"0.26": 9, "0.27": 16, "0.20": 10, "0.21": 8, "0.22": 11, "0.54": 2, "0.14":
14, "0.03": 37, "0.09": 22, "0.15": 14, "0.58": 4, "0.17":
17:04:51(323):17, "0.16": 7, "0.11": 23, "0.10": 20, "0.13": 15, "0.12": 20,
"0.51": 5, "0.50": 7, "0.53": 4, "0.52": 7, "0.19": 8, "0.18": 7, "0.57": 6,
"0.56": 3, "0.39": 9, "0.38": 10,
17:04:51(342): 16928 | pscheduler | 25056 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
13:03:43.449947+00 | 2019-05-12 14:03:22.713227+00 | 2019-05-12 14:
17:04:51(348):03:22.713294+00 | 2019-05-12 14:03:22.713295+00 | t |
active | | 21405549 |

17:04:51(350):


17:04:51(353):


17:04:51(367):

+
17:04:51(384): | | | | |
| | | |
| |
17:04:51(394): | | |
| | | WITH inserted_row AS (

17:04:51(396):


17:04:51(398):


17:04:51(413):

+
17:04:51(429): | | | | |
| | | |
| |
17:04:51(444): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:51(449):


17:04:51(451):


17:04:51(467):

+
17:04:51(483): | | | | |
| | | |
| |
17:04:51(494): | | |
| | | VALUES (32712,

17:04:51(496):


17:04:51(498):


17:04:51(513):

+
17:04:51(529): | | | | |
| | | |
| |
17:04:51(538): | | |
| | | NULL,

17:04:51(541):


17:04:51(543):


17:04:51(558):

+
17:04:51(574): | | | | |
| | | |
| |
17:04:51(589): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:51(591):


17:04:51(594):


17:04:51(608):

+
17:04:51(624): | | | | |
| | | |
| |
17:04:51(635): | | |
| | |
run_state_finished(),
17:04:51(637):


17:04:51(640):


17:04:51(654):

+
17:04:51(671): | | | | |
| | | |
| |
17:04:51(680): | | |
| | | 0,

17:04:51(682):


17:04:51(684):


17:04:51(699):

+
17:04:51(715): | | | | |
| | | |
| |
17:04:51(731): | | |
| | |
'{"max-clock-error": 0.16, "packets-duplicated": 0, "succeeded": true,
17:04:51(752):"histogram-latency": {"0.53": 22, "0.66": 4, "0.49": 23,
"0.60": 4, "0.61": 2, "0.62": 4, "0.63": 4, "0.64": 5, "0.65": 2, "0.48": 34,
"0.69": 7, "0.68": 6, "0.47": 27, "0.44": 15, "0.45": 9, "0.42
17:04:51(773):": 15, "0.43": 21, "0.40": 7, "0.41": 18, "0.78": 15, "0.82":
9, "0.83": 25, "0.80": 8, "0.81": 11, "0.86": 1, "0.84": 17, "0.85": 9,
"0.46": 13, "0.73": 10, "0.58": 7, "0.71": 11, "0.70": 6, "0.77
17:04:51(791):": 11, "0.76": 8, "0.75": 22, "0.74": 11, "0.51": 25, "0.50":
22, "0.79": 8, "0.52": 36, "0.55": 16, "0.54": 21, "0.57": 10, "0.56": 11,
"0.59": 5, "0.39": 5, "0.72": 9, "0.
17:04:51(809): 16928 | pscheduler | 21932 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:58:56.445078+00 | 2019-05-12 14:03:42.875991+00 | 2019-05-12 14:
17:04:51(816):03:42.876071+00 | 2019-05-12 14:03:42.876072+00 | t |
active | | 21405549 |

17:04:51(818):


17:04:51(820):


17:04:51(835):

+
17:04:51(852): | | | | |
| | | |
| |
17:04:51(862): | | |
| | | WITH inserted_row AS (

17:04:51(864):


17:04:51(866):


17:04:51(880):

+
17:04:51(896): | | | | |
| | | |
| |
17:04:51(912): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:51(914):


17:04:51(916):


17:04:51(930):

+
17:04:51(946): | | | | |
| | | |
| |
17:04:51(956): | | |
| | | VALUES (31838,

17:04:51(958):


17:04:51(960):


17:04:51(975):

+
17:04:51(991): | | | | |
| | | |
| |
17:04:52(000): | | |
| | | NULL,

17:04:52(002):


17:04:52(004):


17:04:52(019):

+
17:04:52(036): | | | | |
| | | |
| |
17:04:52(052): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:52(055):


17:04:52(057):


17:04:52(072):

+
17:04:52(088): | | | | |
| | | |
| |
17:04:52(098): | | |
| | |
run_state_finished(),
17:04:52(101):


17:04:52(103):


17:04:52(117):

+
17:04:52(133): | | | | |
| | | |
| |
17:04:52(144): | | |
| | | 0,

17:04:52(146):


17:04:52(148):


17:04:52(162):

+
17:04:52(178): | | | | |
| | | |
| |
17:04:52(196): | | |
| | |
'{"max-clock-error": 0.29, "packets-duplicated": 0, "succeeded": true,
17:04:52(216):"histogram-latency": {"149.48": 1, "1.18": 1, "0.40": 1,
"105.31": 1, "48.39": 1, "0.28": 7, "0.29": 5, "0.24": 17, "0.25": 9, "0.26":
11, "0.27": 7, "0.20": 47, "0.21": 39, "0.22": 25, "0.23": 19,
17:04:52(237): "0.09": 1, "0.15": 67, "0.14": 35, "0.17": 33, "0.16": 88,
"0.11": 9, "0.10": 5, "0.13": 14, "0.12": 19, "0.19": 44, "0.18": 33, "0.39":
1, "0.38": 4, "0.37": 5, "0.36": 4, "0.35": 5, "0.34": 14,
17:04:52(252):"0.33": 8, "0.32": 8, "0.31": 5, "0.30": 5, "0.58": 1,
"33.57": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-r
17:04:52(270): 16928 | pscheduler | 21686 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:52:34.622433+00 | 2019-05-12 14:03:51.824202+00 | 2019-05-12 14:
17:04:52(277):03:51.824311+00 | 2019-05-12 14:03:51.824312+00 | t |
active | | 21405549 |

17:04:52(279):


17:04:52(282):


17:04:52(296):

+
17:04:52(312): | | | | |
| | | |
| |
17:04:52(322): | | |
| | | WITH inserted_row AS (

17:04:52(324):


17:04:52(326):


17:04:52(341):

+
17:04:52(357): | | | | |
| | | |
| |
17:04:52(372): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:52(375):


17:04:52(377):


17:04:52(391):

+
17:04:52(407): | | | | |
| | | |
| |
17:04:52(416): | | |
| | | VALUES (31690,

17:04:52(419):


17:04:52(421):


17:04:52(436):

+
17:04:52(452): | | | | |
| | | |
| |
17:04:52(462): | | |
| | | NULL,

17:04:52(464):


17:04:52(466):


17:04:52(480):

+
17:04:52(496): | | | | |
| | | |
| |
17:04:52(510): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:52(513):


17:04:52(515):


17:04:52(530):

+
17:04:52(547): | | | | |
| | | |
| |
17:04:52(557): | | |
| | |
run_state_finished(),
17:04:52(559):


17:04:52(561):


17:04:52(577):

+
17:04:52(593): | | | | |
| | | |
| |
17:04:52(602): | | |
| | | 0,

17:04:52(605):


17:04:52(607):


17:04:52(622):

+
17:04:52(638): | | | | |
| | | |
| |
17:04:52(654): | | |
| | |
'{"max-clock-error": 0.18, "packets-duplicated": 0, "succeeded": true,
17:04:52(675):"histogram-latency": {"0.65": 1, "0.48": 4, "0.49": 2, "0.46":
1, "0.47": 5, "0.44": 4, "0.45": 4, "0.42": 6, "0.43": 9, "0.40": 5, "0.41":
6, "180.17": 1, "0.28": 82, "0.29": 83, "0.24": 17, "0.25
17:04:52(696):": 8, "0.26": 26, "0.27": 91, "0.22": 1, "0.23": 1, "8.43": 1,
"0.51": 4, "0.50": 6, "0.53": 1, "0.52": 1, "0.54": 1, "0.39": 4, "0.38": 8,
"53.98": 1, "0.36": 11, "0.35": 9, "0.34": 19, "0.33": 37
17:04:52(711):, "0.32": 36, "0.31": 54, "0.30": 47, "0.37": 3},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "sc
17:04:52(730): 16928 | pscheduler | 21859 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
01:41:30.867335+00 | 2019-05-12 14:03:26.858029+00 | 2019-05-12 14:
17:04:52(736):03:26.858073+00 | 2019-05-12 14:03:26.858075+00 | t |
active | | 21405549 |

17:04:52(738):


17:04:52(740):


17:04:52(755):

+
17:04:52(771): | | | | |
| | | |
| |
17:04:52(781): | | |
| | | WITH inserted_row AS (

17:04:52(783):


17:04:52(785):


17:04:52(801):

+
17:04:52(817): | | | | |
| | | |
| |
17:04:52(832): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:52(834):


17:04:52(836):


17:04:52(851):

+
17:04:52(868): | | | | |
| | | |
| |
17:04:52(878): | | |
| | | VALUES (31843,

17:04:52(880):


17:04:52(882):


17:04:52(897):

+
17:04:52(913): | | | | |
| | | |
| |
17:04:52(922): | | |
| | | NULL,

17:04:52(925):


17:04:52(927):


17:04:52(941):

+
17:04:52(958): | | | | |
| | | |
| |
17:04:52(972): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:52(974):


17:04:52(976):


17:04:52(991):

+
17:04:53(007): | | | | |
| | | |
| |
17:04:53(018): | | |
| | |
run_state_finished(),
17:04:53(020):


17:04:53(023):


17:04:53(039):

+
17:04:53(054): | | | | |
| | | |
| |
17:04:53(063): | | |
| | | 0,

17:04:53(066):


17:04:53(068):


17:04:53(082):

+
17:04:53(098): | | | | |
| | | |
| |
17:04:53(115): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:04:53(136):"histogram-latency": {"0.92": 1, "0.96": 13, "0.93": 2,
"1.16": 7, "1.17": 10, "1.14": 6, "1.15": 6, "1.12": 11, "1.13": 10, "1.10":
12, "1.11": 12, "1.18": 9, "1.19": 7, "1.38": 2, "1.30": 5, "1.3
17:04:53(157):1": 11, "1.32": 11, "1.33": 13, "1.34": 10, "1.35": 4, "1.36":
5, "1.37": 4, "0.94": 2, "0.95": 6, "1.24": 23, "1.41": 1, "0.97": 6, "1.01":
14, "1.00": 9, "1.03": 33, "1.02": 20, "1.05": 31, "1.04
17:04:53(173):": 41, "1.07": 23, "1.06": 44, "1.09": 8, "1.08": 15, "1.40":
1, "1.29": 11, "1.28": 15, "0.99": 3, "0.98": 9, "1.23": 16, "1.22": 9,
"1.21": 12, "1.20": 5, "1.27": 25, "1.2
17:04:53(192): 16928 | pscheduler | 26241 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
02:34:32.279878+00 | 2019-05-12 14:03:48.806064+00 | 2019-05-12 14:
17:04:53(199):03:48.806122+00 | 2019-05-12 14:03:48.806123+00 | t |
active | | 21405549 |

17:04:53(202):


17:04:53(204):


17:04:53(219):

+
17:04:53(235): | | | | |
| | | |
| |
17:04:53(245): | | |
| | | WITH inserted_row AS (

17:04:53(247):


17:04:53(249):


17:04:53(264):

+
17:04:53(280): | | | | |
| | | |
| |
17:04:53(295): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:53(297):


17:04:53(299):


17:04:53(314):

+
17:04:53(330): | | | | |
| | | |
| |
17:04:53(339): | | |
| | | VALUES (33020,

17:04:53(342):


17:04:53(344):


17:04:53(358):

+
17:04:53(375): | | | | |
| | | |
| |
17:04:53(384): | | |
| | | NULL,

17:04:53(386):


17:04:53(388):


17:04:53(403):

+
17:04:53(418): | | | | |
| | | |
| |
17:04:53(433): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:53(435):


17:04:53(437):


17:04:53(452):

+
17:04:53(468): | | | | |
| | | |
| |
17:04:53(479): | | |
| | |
run_state_finished(),
17:04:53(481):


17:04:53(483):


17:04:53(498):

+
17:04:53(514): | | | | |
| | | |
| |
17:04:53(523): | | |
| | | 0,

17:04:53(525):


17:04:53(527):


17:04:53(544):

+
17:04:53(560): | | | | |
| | | |
| |
17:04:53(576): | | |
| | |
'{"max-clock-error": 0.31, "packets-duplicated": 0, "succeeded": true,
17:04:53(597):"histogram-latency": {"1.38": 11, "1.53": 5, "1.58": 1,
"1.16": 8, "1.17": 17, "1.14": 11, "1.22": 36, "1.12": 24, "1.13": 8, "1.10":
2, "1.11": 8, "1.18": 19, "1.19": 34, "1.52": 3, "1.39": 10, "1
17:04:53(618):.50": 8, "1.51": 4, "1.54": 2, "1.55": 1, "1.30": 6, "1.31":
11, "1.32": 4, "1.33": 3, "1.34": 6, "1.35": 5, "1.36": 5, "1.48": 15,
"1.37": 5, "1.45": 16, "1.15": 11, "1.24": 13, "1.21": 24, "1.46"
17:04:53(635):: 10, "1.09": 2, "1.41": 24, "1.40": 22, "1.66": 1, "1.29": 6,
"1.28": 22, "1.49": 15, "1.25": 18, "1.60": 1, "1.23": 29, "1.44": 18,
"1.47": 14, "1.20": 26, "1.27": 11, "1.
17:04:53(654): 16928 | pscheduler | 25221 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:57:52.035657+00 | 2019-05-12 14:03:24.276715+00 | 2019-05-12 14:
17:04:53(661):03:24.276788+00 | 2019-05-12 14:03:24.276789+00 | t |
active | | 21405549 |

17:04:53(663):


17:04:53(665):


17:04:53(681):

+
17:04:53(697): | | | | |
| | | |
| |
17:04:53(707): | | |
| | | WITH inserted_row AS (

17:04:53(709):


17:04:53(711):


17:04:53(725):

+
17:04:53(741): | | | | |
| | | |
| |
17:04:53(756): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:53(759):


17:04:53(761):


17:04:53(776):

+
17:04:53(794): | | | | |
| | | |
| |
17:04:53(803): | | |
| | | VALUES (32970,

17:04:53(805):


17:04:53(807):


17:04:53(822):

+
17:04:53(838): | | | | |
| | | |
| |
17:04:53(848): | | |
| | | NULL,

17:04:53(850):


17:04:53(852):


17:04:53(867):

+
17:04:53(884): | | | | |
| | | |
| |
17:04:53(899): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:53(901):


17:04:53(903):


17:04:53(918):

+
17:04:53(934): | | | | |
| | | |
| |
17:04:53(945): | | |
| | |
run_state_finished(),
17:04:53(948):


17:04:53(950):


17:04:53(965):

+
17:04:53(981): | | | | |
| | | |
| |
17:04:53(990): | | |
| | | 0,

17:04:53(993):


17:04:53(995):


17:04:54(009):

+
17:04:54(025): | | | | |
| | | |
| |
17:04:54(042): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:04:54(063):"histogram-latency": {"0.67": 17, "0.60": 33, "0.61": 31,
"0.62": 36, "0.63": 32, "0.64": 12, "0.65": 20, "0.66": 18, "0.49": 4,
"0.68": 19, "0.69": 2, "0.79": 9, "0.78": 10, "0.82": 13, "0.83": 20
17:04:54(084):, "0.80": 16, "0.81": 18, "0.86": 10, "0.87": 11, "0.84": 17,
"0.85": 12, "0.88": 18, "0.89": 13, "0.59": 24, "0.58": 22, "0.71": 8,
"0.70": 10, "0.77": 6, "0.76": 9, "0.75": 4, "0.74": 6, "0.51":
17:04:54(101):4, "0.50": 5, "0.53": 10, "0.52": 7, "0.55": 4, "0.54": 5,
"0.57": 11, "0.56": 9, "1.01": 1, "0.73": 5, "0.72": 8, "1.08": 1, "0.94": 2,
"0.91": 11, "0.90": 17, "0.93": 9, "
17:04:54(120): 16928 | pscheduler | 32375 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
07:18:25.752088+00 | 2019-05-12 14:03:20.613881+00 | 2019-05-12 14:
17:04:54(127):03:20.613913+00 | 2019-05-12 14:03:20.613914+00 | t |
active | | 21405549 |

17:04:54(129):


17:04:54(131):


17:04:54(145):

+
17:04:54(161): | | | | |
| | | |
| |
17:04:54(171): | | |
| | | WITH inserted_row AS (

17:04:54(173):


17:04:54(176):


17:04:54(191):

+
17:04:54(219): | | | | |
| | | |
| |
17:04:54(234): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:54(236):


17:04:54(238):


17:04:54(253):

+
17:04:54(269): | | | | |
| | | |
| |
17:04:54(279): | | |
| | | VALUES (32757,

17:04:54(281):


17:04:54(283):


17:04:54(298):

+
17:04:54(314): | | | | |
| | | |
| |
17:04:54(324): | | |
| | | NULL,

17:04:54(326):


17:04:54(328):


17:04:54(343):

+
17:04:54(359): | | | | |
| | | |
| |
17:04:54(373): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:54(376):


17:04:54(378):


17:04:54(393):

+
17:04:54(409): | | | | |
| | | |
| |
17:04:54(420): | | |
| | |
run_state_finished(),
17:04:54(422):


17:04:54(424):


17:04:54(439):

+
17:04:54(454): | | | | |
| | | |
| |
17:04:54(464): | | |
| | | 0,

17:04:54(466):


17:04:54(468):


17:04:54(482):

+
17:04:54(498): | | | | |
| | | |
| |
17:04:54(515): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:04:54(536):"histogram-latency": {"0.01": 7, "10.26": 1, "0.20": 8,
"0.21": 4, "0.22": 9, "0.46": 1, "0.47": 1, "0.23": 3, "0.08": 51, "0.09":
29, "0.28": 2, "0.29": 3, "0.24": 5, "0.25": 12, "0.26": 4, "0.27"
17:04:54(558):: 6, "0.06": 78, "0.07": 98, "0.04": 26, "0.05": 36, "1.34":
1, "0.15": 11, "0.14": 9, "0.17": 6, "0.16": 9, "0.11": 36, "0.10": 33,
"0.13": 14, "0.12": 27, "0.19": 6, "0.18": 10, "0.32": 1, "0.31"
17:04:54(573):: 1, "0.30": 2, "0.02": 11, "0.03": 38, "0.76": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "
17:04:54(591): 16928 | pscheduler | 24136 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.013782+00 | 2019-05-12 14:03:28.085195+00 | 2019-05-12 14:
17:04:54(598):03:28.085238+00 | 2019-05-12 14:03:28.08524+00 | t |
active | | 21405549 |

17:04:54(600):


17:04:54(602):


17:04:54(617):

+
17:04:54(634): | | | | |
| | | |
| |
17:04:54(644): | | |
| | | WITH inserted_row AS (

17:04:54(646):


17:04:54(648):


17:04:54(662):

+
17:04:54(679): | | | | |
| | | |
| |
17:04:54(694): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:54(696):


17:04:54(698):


17:04:54(713):

+
17:04:54(729): | | | | |
| | | |
| |
17:04:54(738): | | |
| | | VALUES (32044,

17:04:54(740):


17:04:54(743):


17:04:54(757):

+
17:04:54(773): | | | | |
| | | |
| |
17:04:54(782): | | |
| | | NULL,

17:04:54(785):


17:04:54(787):


17:04:54(802):

+
17:04:54(818): | | | | |
| | | |
| |
17:04:54(832): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:54(834):


17:04:54(836):


17:04:54(851):

+
17:04:54(868): | | | | |
| | | |
| |
17:04:54(879): | | |
| | |
run_state_finished(),
17:04:54(881):


17:04:54(884):


17:04:54(900):

+
17:04:54(916): | | | | |
| | | |
| |
17:04:54(925): | | |
| | | 0,

17:04:54(927):


17:04:54(929):


17:04:54(944):

+
17:04:54(960): | | | | |
| | | |
| |
17:04:54(977): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:04:54(998):histogram-latency": {"0.27": 6, "0.20": 10, "0.07": 4, "0.04":
7, "0.48": 13, "0.49": 11, "0.46": 12, "0.47": 8, "0.44": 8, "0.45": 10,
"0.42": 14, "0.43": 15, "0.40": 14, "0.41": 22, "0.05": 6, "0
17:04:55(018):.08": 7, "0.09": 16, "0.28": 3, "0.29": 3, "0.24": 5, "0.25":
6, "0.26": 3, "0.01": 3, "0.06": 4, "0.21": 18, "0.22": 13, "0.23": 10,
"0.15": 23, "0.14": 32, "0.17": 23, "0.16": 20, "0.11": 31, "0.
17:04:55(036):10": 20, "0.13": 26, "0.12": 19, "0.51": 1, "0.50": 12,
"0.53": 3, "0.52": 4, "0.19": 23, "0.18": 16, "0.39": 19, "0.38": 10, "0.37":
11, "0.36": 6, "0.35": 11, "0.34": 6, "
17:04:55(055): 16928 | pscheduler | 22063 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:48:53.355931+00 | 2019-05-12 14:03:34.85993+00 | 2019-05-12 14:
17:04:55(061):03:34.859978+00 | 2019-05-12 14:03:34.85998+00 | t |
active | | 21405549 |

17:04:55(063):


17:04:55(065):


17:04:55(080):

+
17:04:55(097): | | | | |
| | | |
| |
17:04:55(130): | | |
| | | WITH inserted_row AS (

17:04:55(133):


17:04:55(135):


17:04:55(150):

+
17:04:55(165): | | | | |
| | | |
| |
17:04:55(181): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:55(183):


17:04:55(185):


17:04:55(200):

+
17:04:55(216): | | | | |
| | | |
| |
17:04:55(227): | | |
| | | VALUES (32615,

17:04:55(229):


17:04:55(231):


17:04:55(246):

+
17:04:55(262): | | | | |
| | | |
| |
17:04:55(271): | | |
| | | NULL,

17:04:55(273):


17:04:55(276):


17:04:55(290):

+
17:04:55(306): | | | | |
| | | |
| |
17:04:55(320): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:55(323):


17:04:55(325):


17:04:55(340):

+
17:04:55(357): | | | | |
| | | |
| |
17:04:55(368): | | |
| | |
run_state_finished(),
17:04:55(370):


17:04:55(373):


17:04:55(388):

+
17:04:55(404): | | | | |
| | | |
| |
17:04:55(413): | | |
| | | 0,

17:04:55(415):


17:04:55(417):


17:04:55(432):

+
17:04:55(447): | | | | |
| | | |
| |
17:04:55(464): | | |
| | |
'{"max-clock-error": 0.41, "packets-duplicated": 0, "succeeded": true,
17:04:55(485):"histogram-latency": {"1.51": 11, "2.09": 1, "1.96": 2,
"1.94": 3, "1.95": 2, "1.92": 5, "1.93": 1, "1.90": 9, "1.91": 8, "1.52": 4,
"1.75": 8, "1.50": 5, "1.74": 5, "1.53": 14, "1.76": 7, "1.77":
17:04:55(505):6, "1.70": 8, "1.57": 15, "1.54": 9, "1.73": 3, "1.49": 3,
"1.58": 10, "1.59": 26, "1.78": 7, "1.79": 17, "1.71": 13, "1.55": 6, "1.89":
4, "1.88": 4, "1.56": 8, "1.81": 18, "1.80": 15, "1.83": 15,
17:04:55(522): "1.82": 16, "1.85": 17, "1.84": 19, "1.87": 8, "1.86": 16,
"2.41": 1, "2.02": 1, "1.67": 10, "1.66": 17, "1.65": 16, "1.64": 35, "1.63":
50, "1.62": 41, "1.61": 37, "1.60":
17:04:55(540): 16928 | pscheduler | 30425 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
03:46:41.942215+00 | 2019-05-12 14:03:33.877759+00 | 2019-05-12 14:
17:04:55(547):03:33.87779+00 | 2019-05-12 14:03:33.877791+00 | t |
active | | 21405549 |

17:04:55(549):


17:04:55(551):


17:04:55(567):

+
17:04:55(583): | | | | |
| | | |
| |
17:04:55(593): | | |
| | | WITH inserted_row AS (

17:04:55(595):


17:04:55(597):


17:04:55(612):

+
17:04:55(628): | | | | |
| | | |
| |
17:04:55(643): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:55(645):


17:04:55(649):


17:04:55(663):

+
17:04:55(679): | | | | |
| | | |
| |
17:04:55(689): | | |
| | | VALUES (32371,

17:04:55(691):


17:04:55(693):


17:04:55(708):

+
17:04:55(723): | | | | |
| | | |
| |
17:04:55(733): | | |
| | | NULL,

17:04:55(735):


17:04:55(737):


17:04:55(752):

+
17:04:55(768): | | | | |
| | | |
| |
17:04:55(782): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:55(784):


17:04:55(786):


17:04:55(801):

+
17:04:55(817): | | | | |
| | | |
| |
17:04:55(829): | | |
| | |
run_state_finished(),
17:04:55(831):


17:04:55(833):


17:04:55(849):

+
17:04:55(864): | | | | |
| | | |
| |
17:04:55(873): | | |
| | | 0,

17:04:55(876):


17:04:55(878):


17:04:55(892):

+
17:04:55(909): | | | | |
| | | |
| |
17:04:55(926): | | |
| | |
'{"max-clock-error": 0.41, "packets-duplicated": 0, "succeeded": true,
17:04:55(947):"histogram-latency": {"1.24": 5, "1.16": 17, "1.17": 14,
"1.14": 11, "1.15": 24, "1.12": 20, "1.13": 22, "1.10": 12, "1.11": 12,
"1.18": 12, "1.19": 8, "0.82": 2, "0.83": 3, "0.80": 1, "0.86": 12,
17:04:55(967):"0.87": 13, "0.84": 4, "0.85": 6, "1.25": 5, "0.88": 15,
"0.89": 14, "1.27": 1, "1.02": 4, "0.94": 40, "0.79": 2, "0.78": 2, "1.21":
7, "1.01": 11, "1.00": 9, "1.03": 6, "0.96": 20, "1.05": 7, "1.0
17:04:55(984):4": 4, "1.07": 14, "1.06": 13, "1.09": 11, "1.08": 13, "0.99":
5, "0.98": 15, "0.95": 41, "1.22": 6, "0.97": 10, "1.20": 7, "0.91": 32,
"0.90": 26, "0.93": 24, "0.92": 38},
17:04:56(002): 16928 | pscheduler | 30399 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
23:13:08.90009+00 | 2019-05-12 14:03:52.310724+00 | 2019-05-12 14:
17:04:56(009):03:52.310778+00 | 2019-05-12 14:03:52.310779+00 | t |
active | | 21405549 |

17:04:56(011):


17:04:56(013):


17:04:56(029):

+
17:04:56(045): | | | | |
| | | |
| |
17:04:56(054): | | |
| | | WITH inserted_row AS (

17:04:56(057):


17:04:56(059):


17:04:56(073):

+
17:04:56(089): | | | | |
| | | |
| |
17:04:56(104): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:56(107):


17:04:56(109):


17:04:56(124):

+
17:04:56(141): | | | | |
| | | |
| |
17:04:56(150): | | |
| | | VALUES (32260,

17:04:56(152):


17:04:56(154):


17:04:56(169):

+
17:04:56(185): | | | | |
| | | |
| |
17:04:56(195): | | |
| | | NULL,

17:04:56(197):


17:04:56(199):


17:04:56(213):

+
17:04:56(229): | | | | |
| | | |
| |
17:04:56(244): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:56(246):


17:04:56(248):


17:04:56(263):

+
17:04:56(279): | | | | |
| | | |
| |
17:04:56(291): | | |
| | |
run_state_finished(),
17:04:56(293):


17:04:56(295):


17:04:56(311):

+
17:04:56(328): | | | | |
| | | |
| |
17:04:56(337): | | |
| | | 0,

17:04:56(341):


17:04:56(343):


17:04:56(358):

+
17:04:56(374): | | | | |
| | | |
| |
17:04:56(391): | | |
| | |
'{"max-clock-error": 0.68, "packets-duplicated": 0, "succeeded": true,
17:04:56(412):"histogram-latency": {"1.77": 9, "1.97": 1, "1.94": 1, "1.95":
3, "1.92": 3, "1.93": 2, "1.90": 8, "1.91": 1, "1.52": 12, "1.75": 1, "1.50":
3, "1.74": 4, "1.53": 15, "1.76": 5, "1.51": 9, "1.70":
17:04:56(433):10, "1.71": 6, "1.54": 15, "1.55": 15, "1.49": 4, "1.58": 17,
"1.59": 18, "1.78": 15, "1.79": 12, "1.48": 3, "1.72": 4, "1.73": 1, "1.89":
15, "1.88": 9, "1.56": 10, "1.81": 13, "1.80": 11, "1.83":
17:04:56(450): 21, "1.82": 23, "1.85": 14, "1.84": 20, "1.87": 4, "1.86":
10, "1.57": 10, "1.67": 17, "1.66": 20, "1.65": 15, "1.64": 32, "1.63": 35,
"1.62": 35, "1.61": 34, "1.60": 34, "
17:04:56(468): 16928 | pscheduler | 20567 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
05:48:20.549364+00 | 2019-05-12 14:03:49.289767+00 | 2019-05-12 14:
17:04:56(474):03:49.289807+00 | 2019-05-12 14:03:49.289808+00 | t |
active | | 21405549 |

17:04:56(477):


17:04:56(479):


17:04:56(494):

+
17:04:56(510): | | | | |
| | | |
| |
17:04:56(520): | | |
| | | WITH inserted_row AS (

17:04:56(522):


17:04:56(524):


17:04:56(539):

+
17:04:56(555): | | | | |
| | | |
| |
17:04:56(570): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:56(573):


17:04:56(575):


17:04:56(590):

+
17:04:56(606): | | | | |
| | | |
| |
17:04:56(616): | | |
| | | VALUES (32042,

17:04:56(618):


17:04:56(620):


17:04:56(634):

+
17:04:56(650): | | | | |
| | | |
| |
17:04:56(659): | | |
| | | NULL,

17:04:56(662):


17:04:56(664):


17:04:56(678):

+
17:04:56(694): | | | | |
| | | |
| |
17:04:56(708): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:56(711):


17:04:56(713):


17:04:56(727):

+
17:04:56(743): | | | | |
| | | |
| |
17:04:56(754): | | |
| | |
run_state_finished(),
17:04:56(756):


17:04:56(758):


17:04:56(772):

+
17:04:56(788): | | | | |
| | | |
| |
17:04:56(797): | | |
| | | 0,

17:04:56(800):


17:04:56(802):


17:04:56(816):

+
17:04:56(833): | | | | |
| | | |
| |
17:04:56(849): | | |
| | |
'{"max-clock-error": 0.69, "packets-duplicated": 0, "succeeded": true,
17:04:56(870):"histogram-latency": {"1.48": 5, "1.70": 3, "1.68": 1, "1.43":
3, "1.63": 6, "1.52": 40, "1.75": 28, "1.50": 20, "1.74": 31, "1.53": 32,
"1.76": 26, "1.77": 16, "1.56": 26, "1.57": 14, "1.54": 24,
17:04:56(891):"1.55": 37, "1.51": 31, "1.58": 9, "1.59": 10, "1.78": 11,
"1.79": 6, "1.71": 14, "1.72": 11, "1.73": 20, "1.88": 2, "1.81": 26, "1.80":
9, "1.83": 1, "1.82": 14, "1.85": 5, "1.84": 5, "1.86": 1, "
17:04:56(908):1.67": 1, "1.66": 1, "1.65": 12, "1.64": 2, "1.49": 13,
"1.62": 6, "1.61": 8, "1.60": 15, "1.45": 10, "1.44": 14, "1.47": 6, "1.46":
8, "1.41": 3, "1.40": 1, "1.69": 11, "1.
17:04:56(927): 16928 | pscheduler | 9060 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
11:41:00.150764+00 | 2019-05-12 14:03:28.841431+00 | 2019-05-12 14:
17:04:56(933):03:28.841457+00 | 2019-05-12 14:03:28.841459+00 | t |
active | | 21405549 |

17:04:56(935):


17:04:56(937):


17:04:56(952):

+
17:04:56(968): | | | | |
| | | |
| |
17:04:56(978): | | |
| | | WITH inserted_row AS (

17:04:56(980):


17:04:56(982):


17:04:56(996):

+
17:04:57(012): | | | | |
| | | |
| |
17:04:57(027): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:57(030):


17:04:57(032):


17:04:57(047):

+
17:04:57(064): | | | | |
| | | |
| |
17:04:57(074): | | |
| | | VALUES (32768,

17:04:57(077):


17:04:57(079):


17:04:57(093):

+
17:04:57(110): | | | | |
| | | |
| |
17:04:57(119): | | |
| | | NULL,

17:04:57(121):


17:04:57(123):


17:04:57(138):

+
17:04:57(154): | | | | |
| | | |
| |
17:04:57(168): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:57(170):


17:04:57(172):


17:04:57(187):

+
17:04:57(203): | | | | |
| | | |
| |
17:04:57(214): | | |
| | |
run_state_finished(),
17:04:57(216):


17:04:57(218):


17:04:57(234):

+
17:04:57(251): | | | | |
| | | |
| |
17:04:57(260): | | |
| | | 0,

17:04:57(262):


17:04:57(265):


17:04:57(279):

+
17:04:57(296): | | | | |
| | | |
| |
17:04:57(313): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:04:57(333):"histogram-latency": {"-0.06": 7, "-0.07": 5, "-0.04": 2,
"-0.05": 4, "-0.02": 1, "-0.03": 2, "-0.01": 5, "-0.21": 3, "-0.08": 11,
"-0.09": 7, "0.08": 1, "0.02": 4, "0.03": 1, "0.00": 4, "0.01": 6,
17:04:57(354): "0.06": 2, "0.07": 4, "0.04": 2, "0.05": 1, "0.82": 6,
"0.83": 8, "0.80": 3, "0.81": 4, "0.86": 3, "0.87": 3, "0.84": 5, "0.85": 2,
"0.88": 2, "0.89": 3, "-0.15": 51, "-0.14": 27, "-0.17": 59, "-0
17:04:57(372):.16": 58, "-0.11": 43, "-0.10": 23, "-0.13": 49, "-0.12": 60,
"-0.19": 13, "-0.18": 34, "0.73": 4, "0.72": 1, "0.71": 1, "0.70": 1, "0.77":
10, "0.10": 2, "0.75": 9, "0.74":
17:04:57(390): 16928 | pscheduler | 32089 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
09:14:24.473784+00 | 2019-05-12 14:03:29.334128+00 | 2019-05-12 14:
17:04:57(397):03:29.334176+00 | 2019-05-12 14:03:29.334178+00 | t |
active | | 21405549 |

17:04:57(399):


17:04:57(401):


17:04:57(416):

+
17:04:57(432): | | | | |
| | | |
| |
17:04:57(441): | | |
| | | WITH inserted_row AS (

17:04:57(444):


17:04:57(446):


17:04:57(461):

+
17:04:57(477): | | | | |
| | | |
| |
17:04:57(492): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:57(495):


17:04:57(497):


17:04:57(511):

+
17:04:57(527): | | | | |
| | | |
| |
17:04:57(537): | | |
| | | VALUES (31671,

17:04:57(539):


17:04:57(541):


17:04:57(556):

+
17:04:57(572): | | | | |
| | | |
| |
17:04:57(582): | | |
| | | NULL,

17:04:57(584):


17:04:57(586):


17:04:57(601):

+
17:04:57(617): | | | | |
| | | |
| |
17:04:57(632): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:57(634):


17:04:57(636):


17:04:57(651):

+
17:04:57(667): | | | | |
| | | |
| |
17:04:57(678): | | |
| | |
run_state_finished(),
17:04:57(689):


17:04:57(692):


17:04:57(706):

+
17:04:57(722): | | | | |
| | | |
| |
17:04:57(732): | | |
| | | 0,

17:04:57(734):


17:04:57(736):


17:04:57(751):

+
17:04:57(767): | | | | |
| | | |
| |
17:04:57(783): | | |
| | |
'{"max-clock-error": 0.76, "packets-duplicated": 0, "succeeded": true,
17:04:57(804):"histogram-latency": {"1.70": 1, "1.43": 12, "1.16": 24,
"1.17": 34, "1.14": 7, "1.15": 10, "1.12": 11, "1.13": 8, "1.10": 6, "1.11":
12, "1.18": 26, "1.19": 30, "1.38": 14, "1.39": 19, "1.50": 6,
17:04:57(826):"1.51": 6, "1.56": 1, "1.54": 1, "1.55": 1, "1.30": 7, "1.31":
5, "1.32": 4, "1.33": 3, "1.35": 5, "1.36": 11, "1.37": 10, "1.23": 19,
"1.22": 25, "1.47": 12, "1.52": 2, "1.46": 8, "1.07": 1, "1.42
17:04:57(843):": 25, "1.09": 6, "1.27": 7, "1.40": 21, "1.29": 3, "1.28": 7,
"1.49": 3, "1.48": 5, "1.08": 4, "1.45": 11, "1.44": 13, "1.21": 60, "1.20":
28, "1.41": 21, "1.26": 9, "1.25"
17:04:57(862): 16928 | pscheduler | 25152 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:03:19.444283+00 | 2019-05-12 14:03:26.136022+00 | 2019-05-12 14:
17:04:57(868):03:26.136054+00 | 2019-05-12 14:03:26.136055+00 | t |
active | | 21405549 |

17:04:57(870):


17:04:57(872):


17:04:57(887):

+
17:04:57(903): | | | | |
| | | |
| |
17:04:57(913): | | |
| | | WITH inserted_row AS (

17:04:57(916):


17:04:57(918):


17:04:57(933):

+
17:04:57(949): | | | | |
| | | |
| |
17:04:57(964): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:57(966):


17:04:57(969):


17:04:57(984):

+
17:04:58(000): | | | | |
| | | |
| |
17:04:58(009): | | |
| | | VALUES (32723,

17:04:58(011):


17:04:58(014):


17:04:58(030):

+
17:04:58(047): | | | | |
| | | |
| |
17:04:58(056): | | |
| | | NULL,

17:04:58(058):


17:04:58(060):


17:04:58(074):

+
17:04:58(090): | | | | |
| | | |
| |
17:04:58(105): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:58(107):


17:04:58(109):


17:04:58(124):

+
17:04:58(140): | | | | |
| | | |
| |
17:04:58(151): | | |
| | |
run_state_finished(),
17:04:58(153):


17:04:58(156):


17:04:58(170):

+
17:04:58(186): | | | | |
| | | |
| |
17:04:58(195): | | |
| | | 0,

17:04:58(198):


17:04:58(200):


17:04:58(214):

+
17:04:58(230): | | | | |
| | | |
| |
17:04:58(247): | | |
| | |
'{"max-clock-error": 0.95, "packets-duplicated": 0, "succeeded": true,
17:04:58(268):"histogram-latency": {"-0.77": 9, "-0.76": 11, "-0.75": 12,
"-0.74": 5, "-0.73": 4, "-0.72": 5, "-0.71": 4, "-0.70": 5, "-0.90": 1,
"-0.79": 22, "-0.78": 19, "-0.58": 1, "-0.66": 6, "-0.89": 3, "-0
17:04:58(289):.56": 1, "-0.86": 44, "-0.69": 5, "-0.60": 2, "-0.61": 4,
"-0.62": 5, "-0.63": 8, "-0.64": 11, "-0.65": 5, "-0.88": 3, "-0.67": 5,
"-0.68": 7, "-0.87": 12, "-0.84": 52, "-0.85": 78, "-0.82": 60, "-
17:04:58(305):0.83": 69, "-0.80": 58, "-0.81": 64}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:04:58(321): | | | | |
| | | |
| |
17:04:58(327): | | |
| | |
17:04:58(345): 16928 | pscheduler | 27074 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
00:36:27.512925+00 | 2019-05-12 14:03:50.786355+00 | 2019-05-12 14:
17:04:58(352):03:50.786412+00 | 2019-05-12 14:03:50.786413+00 | t |
active | | 21405549 |

17:04:58(354):


17:04:58(356):


17:04:58(370):

+
17:04:58(386): | | | | |
| | | |
| |
17:04:58(396): | | |
| | | WITH inserted_row AS (

17:04:58(398):


17:04:58(400):


17:04:58(416):

+
17:04:58(432): | | | | |
| | | |
| |
17:04:58(447): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:58(450):


17:04:58(452):


17:04:58(466):

+
17:04:58(482): | | | | |
| | | |
| |
17:04:58(491): | | |
| | | VALUES (32310,

17:04:58(494):


17:04:58(496):


17:04:58(511):

+
17:04:58(526): | | | | |
| | | |
| |
17:04:58(536): | | |
| | | NULL,

17:04:58(538):


17:04:58(540):


17:04:58(554):

+
17:04:58(571): | | | | |
| | | |
| |
17:04:58(586): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:58(589):


17:04:58(592):


17:04:58(609):

+
17:04:58(625): | | | | |
| | | |
| |
17:04:58(637): | | |
| | |
run_state_finished(),
17:04:58(639):


17:04:58(641):


17:04:58(655):

+
17:04:58(672): | | | | |
| | | |
| |
17:04:58(681): | | |
| | | 0,

17:04:58(683):


17:04:58(686):


17:04:58(701):

+
17:04:58(716): | | | | |
| | | |
| |
17:04:58(733): | | |
| | |
'{"max-clock-error": 0.7, "packets-duplicated": 0, "succeeded": true, "
17:04:58(754):histogram-latency": {"2.03": 5, "2.09": 14, "2.20": 5, "1.98":
13, "1.99": 7, "1.96": 20, "1.97": 12, "1.94": 15, "1.95": 15, "1.92": 25,
"1.93": 26, "1.90": 31, "1.91": 36, "2.52": 1, "2.73": 1, "
17:04:58(775):1.77": 1, "2.04": 4, "2.19": 13, "2.18": 7, "2.17": 7, "2.16":
11, "2.15": 10, "2.14": 12, "2.13": 12, "2.12": 24, "2.11": 19, "2.10": 22,
"1.89": 22, "1.88": 20, "2.05": 3, "1.81": 25, "1.80": 9,
17:04:58(794):"1.83": 15, "1.82": 21, "1.85": 9, "1.84": 5, "1.87": 24,
"1.86": 13, "2.21": 5, "1.78": 4, "1.79": 2, "2.29": 1, "2.08": 12, "2.02":
5, "2.22": 6, "2.23": 4, "2.06": 6, "2.
17:04:58(813): 16928 | pscheduler | 2487 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
06:09:38.270496+00 | 2019-05-12 14:03:21.492761+00 | 2019-05-12 14:
17:04:58(819):03:21.492803+00 | 2019-05-12 14:03:21.492804+00 | t |
active | | 21405549 |

17:04:58(821):


17:04:58(824):


17:04:58(838):

+
17:04:58(854): | | | | |
| | | |
| |
17:04:58(864): | | |
| | | WITH inserted_row AS (

17:04:58(867):


17:04:58(869):


17:04:58(883):

+
17:04:58(899): | | | | |
| | | |
| |
17:04:58(915): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:58(917):


17:04:58(919):


17:04:58(934):

+
17:04:58(950): | | | | |
| | | |
| |
17:04:58(959): | | |
| | | VALUES (33025,

17:04:58(961):


17:04:58(964):


17:04:58(978):

+
17:04:58(994): | | | | |
| | | |
| |
17:04:59(004): | | |
| | | NULL,

17:04:59(006):


17:04:59(008):


17:04:59(023):

+
17:04:59(039): | | | | |
| | | |
| |
17:04:59(053): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:59(056):


17:04:59(058):


17:04:59(074):

+
17:04:59(090): | | | | |
| | | |
| |
17:04:59(101): | | |
| | |
run_state_finished(),
17:04:59(103):


17:04:59(106):


17:04:59(121):

+
17:04:59(137): | | | | |
| | | |
| |
17:04:59(146): | | |
| | | 0,

17:04:59(148):


17:04:59(151):


17:04:59(166):

+
17:04:59(181): | | | | |
| | | |
| |
17:04:59(198): | | |
| | |
'{"max-clock-error": 0.67, "packets-duplicated": 0, "succeeded": true,
17:04:59(219):"histogram-latency": {"1.16": 25, "1.17": 11, "1.14": 35,
"1.15": 36, "1.12": 38, "1.13": 41, "1.10": 79, "1.11": 69, "1.18": 6,
"1.19": 10, "1.30": 9, "1.31": 5, "1.32": 6, "1.33": 3, "1.34": 1, "
17:04:59(240):1.35": 3, "89.86": 1, "161.40": 1, "1.05": 8, "1.04": 1,
"1.07": 30, "1.06": 11, "1.09": 61, "1.08": 47, "1.29": 4, "1.28": 6, "1.36":
1, "1.23": 3, "1.22": 10, "1.21": 9, "1.20": 4, "1.27": 3, "1.
17:04:59(255):26": 8, "1.25": 8, "1.24": 7}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:04:59(272): | | | | |
| | | |
| |
17:04:59(278): | | |
| | |
17:04:59(296): 16928 | pscheduler | 15683 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:33:39.482335+00 | 2019-05-12 14:03:52.170537+00 | 2019-05-12 14:
17:04:59(303):03:52.170623+00 | 2019-05-12 14:03:52.170624+00 | t |
active | | 21405549 |

17:04:59(305):


17:04:59(307):


17:04:59(321):

+
17:04:59(337): | | | | |
| | | |
| |
17:04:59(347): | | |
| | | WITH inserted_row AS (

17:04:59(350):


17:04:59(352):


17:04:59(367):

+
17:04:59(383): | | | | |
| | | |
| |
17:04:59(398): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:59(401):


17:04:59(403):


17:04:59(417):

+
17:04:59(433): | | | | |
| | | |
| |
17:04:59(442): | | |
| | | VALUES (31989,

17:04:59(445):


17:04:59(448):


17:04:59(462):

+
17:04:59(478): | | | | |
| | | |
| |
17:04:59(487): | | |
| | | NULL,

17:04:59(490):


17:04:59(492):


17:04:59(506):

+
17:04:59(522): | | | | |
| | | |
| |
17:04:59(536): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:04:59(539):


17:04:59(541):


17:04:59(555):

+
17:04:59(571): | | | | |
| | | |
| |
17:04:59(583): | | |
| | |
run_state_finished(),
17:04:59(585):


17:04:59(587):


17:04:59(601):

+
17:04:59(617): | | | | |
| | | |
| |
17:04:59(626): | | |
| | | 0,

17:04:59(628):


17:04:59(631):


17:04:59(645):

+
17:04:59(661): | | | | |
| | | |
| |
17:04:59(678): | | |
| | |
'{"max-clock-error": 0.86, "packets-duplicated": 0, "succeeded": true,
17:04:59(698):"histogram-latency": {"1.98": 3, "1.99": 7, "1.96": 1, "1.97":
6, "1.94": 3, "1.95": 1, "1.92": 3, "1.93": 2, "1.90": 2, "1.91": 1, "2.15":
1, "2.11": 2, "2.10": 3, "1.89": 2, "1.88": 3, "1.81": 10
17:04:59(719):, "1.80": 9, "1.83": 6, "1.82": 5, "1.85": 4, "1.84": 6,
"1.87": 2, "1.86": 2, "1.74": 1, "1.75": 5, "1.76": 7, "1.77": 3, "1.70": 4,
"1.71": 2, "1.72": 1, "1.73": 1, "1.78": 6, "1.79": 9, "1.67":
17:04:59(736):1, "1.66": 2, "1.65": 9, "1.64": 5, "1.63": 10, "1.62": 14,
"1.61": 7, "1.60": 9, "1.69": 3, "1.68": 1, "1.52": 14, "1.53": 13, "1.50":
3, "1.51": 12, "1.56": 17, "1.57": 14
17:04:59(755): 16928 | pscheduler | 20294 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
00:41:51.422009+00 | 2019-05-12 14:03:21.888919+00 | 2019-05-12 14:
17:04:59(761):03:21.88895+00 | 2019-05-12 14:03:21.888951+00 | t |
active | | 21405549 |

17:04:59(764):


17:04:59(766):


17:04:59(781):

+
17:04:59(797): | | | | |
| | | |
| |
17:04:59(807): | | |
| | | WITH inserted_row AS (

17:04:59(809):


17:04:59(811):


17:04:59(825):

+
17:04:59(843): | | | | |
| | | |
| |
17:04:59(858): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:04:59(861):


17:04:59(863):


17:04:59(878):

+
17:04:59(894): | | | | |
| | | |
| |
17:04:59(904): | | |
| | | VALUES (32621,

17:04:59(906):


17:04:59(908):


17:04:59(923):

+
17:04:59(940): | | | | |
| | | |
| |
17:04:59(949): | | |
| | | NULL,

17:04:59(951):


17:04:59(953):


17:04:59(968):

+
17:04:59(984): | | | | |
| | | |
| |
17:04:59(998): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:00(000):


17:05:00(003):


17:05:00(017):

+
17:05:00(034): | | | | |
| | | |
| |
17:05:00(045): | | |
| | |
run_state_finished(),
17:05:00(047):


17:05:00(050):


17:05:00(064):

+
17:05:00(080): | | | | |
| | | |
| |
17:05:00(090): | | |
| | | 0,

17:05:00(092):


17:05:00(094):


17:05:00(109):

+
17:05:00(125): | | | | |
| | | |
| |
17:05:00(142): | | |
| | |
'{"max-clock-error": 0.44, "packets-duplicated": 0, "succeeded": true,
17:05:00(163):"histogram-latency": {"0.69": 1, "0.82": 34, "0.83": 27,
"0.80": 48, "0.81": 47, "0.86": 4, "0.87": 7, "0.84": 8, "0.85": 5, "0.88":
5, "0.89": 4, "0.73": 16, "0.72": 4, "0.71": 1, "0.70": 3, "0.77
17:05:00(183):": 55, "0.76": 50, "0.75": 41, "0.74": 29, "0.79": 68, "0.78":
79, "1.01": 3, "1.00": 3, "1.03": 2, "1.05": 2, "1.04": 2, "0.99": 2, "0.98":
6, "0.95": 4, "0.94": 10, "0.97": 5, "0.96": 4, "0.91":
17:05:00(199):5, "0.90": 6, "0.93": 6, "0.92": 4}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:00(216): | | | | |
| | | |
| |
17:05:00(221): | | |
| | |
17:05:00(240): 16928 | pscheduler | 25460 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
13:03:53.490382+00 | 2019-05-12 14:03:32.778546+00 | 2019-05-12 14:
17:05:00(246):03:32.778591+00 | 2019-05-12 14:03:32.778592+00 | t |
active | | 21405549 |

17:05:00(248):


17:05:00(251):


17:05:00(265):

+
17:05:00(281): | | | | |
| | | |
| |
17:05:00(291): | | |
| | | WITH inserted_row AS (

17:05:00(293):


17:05:00(296):


17:05:00(310):

+
17:05:00(326): | | | | |
| | | |
| |
17:05:00(342): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:00(344):


17:05:00(347):


17:05:00(361):

+
17:05:00(377): | | | | |
| | | |
| |
17:05:00(387): | | |
| | | VALUES (31734,

17:05:00(389):


17:05:00(391):


17:05:00(405):

+
17:05:00(421): | | | | |
| | | |
| |
17:05:00(431): | | |
| | | NULL,

17:05:00(433):


17:05:00(436):


17:05:00(450):

+
17:05:00(466): | | | | |
| | | |
| |
17:05:00(482): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:00(484):


17:05:00(486):


17:05:00(501):

+
17:05:00(517): | | | | |
| | | |
| |
17:05:00(527): | | |
| | |
run_state_finished(),
17:05:00(531):


17:05:00(534):


17:05:00(548):

+
17:05:00(565): | | | | |
| | | |
| |
17:05:00(574): | | |
| | | 0,

17:05:00(576):


17:05:00(578):


17:05:00(593):

+
17:05:00(609): | | | | |
| | | |
| |
17:05:00(627): | | |
| | |
'{"max-clock-error": 0.18, "packets-duplicated": 0, "succeeded": true,
17:05:00(648):"histogram-latency": {"0.48": 4, "0.67": 3, "0.60": 9, "0.61":
13, "0.62": 5, "0.63": 7, "0.64": 7, "0.65": 8, "0.66": 10, "0.47": 9,
"0.49": 9, "0.69": 4, "0.44": 2, "0.45": 6, "0.42": 2, "0.53":
17:05:00(669):12, "0.40": 2, "0.52": 15, "0.43": 3, "0.82": 10, "0.83": 11,
"0.80": 17, "0.81": 16, "0.86": 17, "0.87": 18, "0.84": 5, "0.85": 15,
"0.88": 20, "0.89": 13, "0.46": 10, "0.59": 23, "0.58": 20, "0.7
17:05:00(686):1": 4, "0.70": 8, "0.77": 24, "0.76": 11, "0.75": 14, "0.74":
9, "0.51": 17, "0.50": 12, "0.79": 27, "0.78": 20, "0.55": 31, "0.54": 26,
"0.57": 25, "0.56": 29, "0.73": 6, "
17:05:00(704): 16928 | pscheduler | 25215 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:57:51.469102+00 | 2019-05-12 14:03:51.874764+00 | 2019-05-12 14:
17:05:00(710):03:51.87482+00 | 2019-05-12 14:03:51.874821+00 | t |
active | | 21405549 |

17:05:00(712):


17:05:00(715):


17:05:00(729):

+
17:05:00(745): | | | | |
| | | |
| |
17:05:00(755): | | |
| | | WITH inserted_row AS (

17:05:00(758):


17:05:00(760):


17:05:00(774):

+
17:05:00(791): | | | | |
| | | |
| |
17:05:00(806): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:00(809):


17:05:00(811):


17:05:00(826):

+
17:05:00(842): | | | | |
| | | |
| |
17:05:00(852): | | |
| | | VALUES (31833,

17:05:00(854):


17:05:00(856):


17:05:00(871):

+
17:05:00(887): | | | | |
| | | |
| |
17:05:00(897): | | |
| | | NULL,

17:05:00(899):


17:05:00(901):


17:05:00(916):

+
17:05:00(932): | | | | |
| | | |
| |
17:05:00(947): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:00(949):


17:05:00(952):


17:05:00(967):

+
17:05:00(983): | | | | |
| | | |
| |
17:05:00(993): | | |
| | |
run_state_finished(),
17:05:00(996):


17:05:00(998):


17:05:01(013):

+
17:05:01(030): | | | | |
| | | |
| |
17:05:01(039): | | |
| | | 0,

17:05:01(041):


17:05:01(043):


17:05:01(058):

+
17:05:01(074): | | | | |
| | | |
| |
17:05:01(091): | | |
| | |
'{"max-clock-error": 0.68, "packets-duplicated": 0, "succeeded": true,
17:05:01(112):"histogram-latency": {"1.70": 8, "1.68": 9, "1.54": 5, "1.38":
13, "1.39": 18, "1.76": 1, "1.74": 2, "1.53": 8, "1.50": 7, "1.51": 6,
"1.56": 7, "1.71": 13, "1.72": 2, "1.73": 6, "1.49": 11, "1.58"
17:05:01(133):: 8, "1.33": 5, "1.34": 12, "1.35": 7, "1.36": 7, "1.48": 10,
"1.37": 9, "1.55": 6, "1.69": 4, "1.31": 2, "1.75": 1, "1.32": 2, "1.52": 10,
"1.57": 2, "1.59": 13, "1.67": 10, "1.66": 16, "1.65": 32
17:05:01(150):, "1.64": 27, "1.63": 25, "1.62": 21, "1.61": 18, "1.60": 15,
"1.45": 27, "1.44": 35, "1.47": 12, "1.46": 23, "1.41": 36, "1.40": 33,
"1.43": 24, "1.42": 32}, "histogram-ttl
17:05:01(168): 16928 | pscheduler | 13967 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
01:59:00.104217+00 | 2019-05-12 14:03:40.970467+00 | 2019-05-12 14:
17:05:01(175):03:41.038628+00 | 2019-05-12 14:03:41.03863+00 | t |
active | | 21405549 |

17:05:01(177):


17:05:01(180):


17:05:01(201):

+
17:05:01(217): | | | | |
| | | |
| |
17:05:01(226): | | |
| | | WITH inserted_row AS (

17:05:01(228):


17:05:01(230):


17:05:01(245):

+
17:05:01(261): | | | | |
| | | |
| |
17:05:01(276): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:01(278):


17:05:01(281):


17:05:01(295):

+
17:05:01(312): | | | | |
| | | |
| |
17:05:01(321): | | |
| | | VALUES (31845,

17:05:01(323):


17:05:01(325):


17:05:01(340):

+
17:05:01(356): | | | | |
| | | |
| |
17:05:01(366): | | |
| | | NULL,

17:05:01(368):


17:05:01(370):


17:05:01(385):

+
17:05:01(401): | | | | |
| | | |
| |
17:05:01(416): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:01(418):


17:05:01(420):


17:05:01(435):

+
17:05:01(451): | | | | |
| | | |
| |
17:05:01(462): | | |
| | |
run_state_finished(),
17:05:01(465):


17:05:01(467):


17:05:01(481):

+
17:05:01(497): | | | | |
| | | |
| |
17:05:01(506): | | |
| | | 0,

17:05:01(509):


17:05:01(512):


17:05:01(527):

+
17:05:01(542): | | | | |
| | | |
| |
17:05:01(559): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:05:01(580):"histogram-latency": {"12.77": 1, "32.05": 1, "2.39": 1,
"0.12": 4, "18.26": 1, "4.38": 1, "26.38": 2, "16.51": 1, "31.74": 1, "4.33":
1, "4.32": 1, "4.30": 1, "4.37": 2, "5.66": 1, "5.65": 1, "10.
17:05:01(602):90": 1, "17.21": 1, "23.60": 1, "17.27": 1, "10.14": 1,
"25.81": 1, "6.35": 1, "27.11": 1, "12.08": 1, "5.56": 1, "25.22": 1,
"27.76": 1, "12.63": 1, "5.50": 1, "5.51": 1, "22.95": 1, "16.40": 2, "
17:05:01(618):0.58": 1, "14.92": 1, "15.70": 1, "18.53": 1, "23.58": 1,
"31.27": 1, "33.59": 1, "27.81": 1, "17.31": 1, "31.28": 1, "24.78": 1,
"27.02": 1, "5.68": 1, "28.50": 1, "5.41":
17:05:01(637): 16928 | pscheduler | 21941 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:58:56.636928+00 | 2019-05-12 14:03:50.851078+00 | 2019-05-12 14:
17:05:01(643):03:50.851136+00 | 2019-05-12 14:03:50.851137+00 | t |
active | | 21405549 |

17:05:01(645):


17:05:01(648):


17:05:01(662):

+
17:05:01(678): | | | | |
| | | |
| |
17:05:01(688): | | |
| | | WITH inserted_row AS (

17:05:01(690):


17:05:01(692):


17:05:01(707):

+
17:05:01(723): | | | | |
| | | |
| |
17:05:01(738): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:01(740):


17:05:01(742):


17:05:01(757):

+
17:05:01(774): | | | | |
| | | |
| |
17:05:01(783): | | |
| | | VALUES (31899,

17:05:01(786):


17:05:01(788):


17:05:01(802):

+
17:05:01(818): | | | | |
| | | |
| |
17:05:01(827): | | |
| | | NULL,

17:05:01(829):


17:05:01(832):


17:05:01(846):

+
17:05:01(863): | | | | |
| | | |
| |
17:05:01(876): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:01(878):


17:05:01(883):


17:05:01(897):

+
17:05:01(913): | | | | |
| | | |
| |
17:05:01(924): | | |
| | |
run_state_finished(),
17:05:01(927):


17:05:01(929):


17:05:01(944):

+
17:05:01(960): | | | | |
| | | |
| |
17:05:01(970): | | |
| | | 0,

17:05:01(972):


17:05:01(974):


17:05:01(989):

+
17:05:02(005): | | | | |
| | | |
| |
17:05:02(021): | | |
| | |
'{"max-clock-error": 0.31, "packets-duplicated": 0, "succeeded": true,
17:05:02(043):"histogram-latency": {"-0.15": 1, "-0.28": 3, "-0.29": 2,
"-0.14": 2, "-0.42": 8, "-0.25": 3, "-0.40": 71, "-0.41": 26, "-0.20": 7,
"-0.21": 7, "-0.22": 5, "-0.45": 1, "-0.27": 2, "0.01": 1, "-0.24
17:05:02(063):": 1, "-0.43": 12, "-0.26": 4, "-0.33": 11, "-0.32": 11,
"-0.31": 4, "-0.30": 4, "-0.37": 69, "-0.36": 83, "-0.35": 49, "-0.34": 58,
"-0.39": 64, "-0.38": 77, "-0.19": 1, "-0.18": 3, "-0.44": 4, "-
17:05:02(079):0.23": 1, "-0.17": 5}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:02(095): | | | | |
| | | |
| |
17:05:02(101): | | |
| | |
17:05:02(119): 16928 | pscheduler | 25632 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:50:17.298183+00 | 2019-05-12 14:03:27.545684+00 | 2019-05-12 14:
17:05:02(125):03:27.545716+00 | 2019-05-12 14:03:27.545718+00 | t |
active | | 21405549 |

17:05:02(128):


17:05:02(130):


17:05:02(144):

+
17:05:02(160): | | | | |
| | | |
| |
17:05:02(170): | | |
| | | WITH inserted_row AS (

17:05:02(172):


17:05:02(174):


17:05:02(190):

+
17:05:02(206): | | | | |
| | | |
| |
17:05:02(221): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:02(223):


17:05:02(225):


17:05:02(241):

+
17:05:02(257): | | | | |
| | | |
| |
17:05:02(266): | | |
| | | VALUES (32938,

17:05:02(269):


17:05:02(271):


17:05:02(285):

+
17:05:02(301): | | | | |
| | | |
| |
17:05:02(310): | | |
| | | NULL,

17:05:02(313):


17:05:02(315):


17:05:02(330):

+
17:05:02(346): | | | | |
| | | |
| |
17:05:02(360): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:02(362):


17:05:02(364):


17:05:02(379):

+
17:05:02(395): | | | | |
| | | |
| |
17:05:02(406): | | |
| | |
run_state_finished(),
17:05:02(408):


17:05:02(410):


17:05:02(425):

+
17:05:02(441): | | | | |
| | | |
| |
17:05:02(450): | | |
| | | 0,

17:05:02(452):


17:05:02(454):


17:05:02(469):

+
17:05:02(485): | | | | |
| | | |
| |
17:05:02(501): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:05:02(522):"histogram-latency": {"0.48": 8, "0.60": 20, "0.61": 10,
"0.62": 7, "0.63": 14, "0.64": 7, "0.65": 3, "0.66": 1, "0.49": 3, "0.46":
14, "0.47": 12, "0.44": 37, "0.45": 19, "0.42": 63, "0.43": 53, "
17:05:02(543):0.40": 82, "0.41": 54, "0.78": 1, "0.72": 3, "0.82": 1,
"0.83": 1, "0.81": 1, "0.59": 32, "0.58": 44, "0.71": 2, "0.70": 1, "0.77":
2, "0.76": 2, "0.75": 3, "0.74": 1, "0.51": 2, "0.50": 8, "0.53":
17:05:02(559): 4, "0.52": 3, "0.55": 8, "0.54": 6, "0.57": 20, "0.56": 6,
"0.79": 2, "0.39": 20, "0.38": 9, "0.37": 9, "0.36": 1, "3.32": 1},
"histogram-ttl": {"253": 600}, "packets-sent"
17:05:02(577): 16928 | pscheduler | 14186 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
01:20:44.75566+00 | 2019-05-12 14:03:25.50991+00 | 2019-05-12 14:
17:05:02(584):03:25.509942+00 | 2019-05-12 14:03:25.509943+00 | t |
active | | 21405549 |

17:05:02(586):


17:05:02(588):


17:05:02(603):

+
17:05:02(620): | | | | |
| | | |
| |
17:05:02(629): | | |
| | | WITH inserted_row AS (

17:05:02(632):


17:05:02(634):


17:05:02(650):

+
17:05:02(666): | | | | |
| | | |
| |
17:05:02(681): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:02(684):


17:05:02(686):


17:05:02(700):

+
17:05:02(716): | | | | |
| | | |
| |
17:05:02(726): | | |
| | | VALUES (32605,

17:05:02(728):


17:05:02(730):


17:05:02(744):

+
17:05:02(761): | | | | |
| | | |
| |
17:05:02(770): | | |
| | | NULL,

17:05:02(773):


17:05:02(775):


17:05:02(790):

+
17:05:02(806): | | | | |
| | | |
| |
17:05:02(821): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:02(823):


17:05:02(825):


17:05:02(840):

+
17:05:02(856): | | | | |
| | | |
| |
17:05:02(867): | | |
| | |
run_state_finished(),
17:05:02(869):


17:05:02(871):


17:05:02(886):

+
17:05:02(902): | | | | |
| | | |
| |
17:05:02(911): | | |
| | | 0,

17:05:02(913):


17:05:02(916):


17:05:02(930):

+
17:05:02(947): | | | | |
| | | |
| |
17:05:02(964): | | |
| | |
'{"max-clock-error": 0.48, "packets-duplicated": 0, "succeeded": true,
17:05:02(986):"histogram-latency": {"0.92": 3, "1.16": 4, "1.17": 5, "1.14":
3, "1.15": 5, "1.12": 2, "1.13": 3, "1.10": 14, "1.11": 4, "0.91": 1, "1.18":
5, "1.19": 7, "1.74": 1, "1.30": 12, "1.31": 25, "1.32":
17:05:03(007): 12, "1.33": 5, "1.34": 4, "1.35": 2, "0.93": 6, "1.37": 1,
"1.45": 1, "1.23": 21, "0.94": 14, "0.97": 11, "1.20": 6, "1.01": 34, "1.00":
25, "1.03": 38, "1.02": 37, "1.05": 30, "1.04": 30, "1.07":
17:05:03(024): 16, "1.06": 26, "1.09": 6, "1.08": 13, "0.90": 1, "1.29": 8,
"1.28": 10, "0.99": 18, "0.98": 9, "0.95": 10, "1.22": 14, "1.21": 18,
"0.96": 13, "1.27": 18, "1.26": 16, "1.2
17:05:03(043): 16928 | pscheduler | 14853 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-08
17:23:30.758168+00 | 2019-05-12 14:03:51.650542+00 | 2019-05-12 14:
17:05:03(050):03:51.650602+00 | 2019-05-12 14:03:51.650604+00 | t |
active | | 21405549 |

17:05:03(052):


17:05:03(054):


17:05:03(068):

+
17:05:03(084): | | | | |
| | | |
| |
17:05:03(094): | | |
| | | WITH inserted_row AS (

17:05:03(096):


17:05:03(098):


17:05:03(112):

+
17:05:03(128): | | | | |
| | | |
| |
17:05:03(143): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:03(145):


17:05:03(148):


17:05:03(162):

+
17:05:03(178): | | | | |
| | | |
| |
17:05:03(188): | | |
| | | VALUES (32718,

17:05:03(190):


17:05:03(192):


17:05:03(207):

+
17:05:03(223): | | | | |
| | | |
| |
17:05:03(234): | | |
| | | NULL,

17:05:03(235):


17:05:03(237):


17:05:03(252):

+
17:05:03(268): | | | | |
| | | |
| |
17:05:03(283): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:03(286):


17:05:03(288):


17:05:03(304):

+
17:05:03(321): | | | | |
| | | |
| |
17:05:03(332): | | |
| | |
run_state_finished(),
17:05:03(334):


17:05:03(336):


17:05:03(351):

+
17:05:03(367): | | | | |
| | | |
| |
17:05:03(376): | | |
| | | 0,

17:05:03(378):


17:05:03(380):


17:05:03(395):

+
17:05:03(411): | | | | |
| | | |
| |
17:05:03(427): | | |
| | |
'{"max-clock-error": 0.42, "packets-duplicated": 0, "succeeded": true,
17:05:03(448):"histogram-latency": {"0.92": 6, "1.16": 13, "1.17": 18,
"1.14": 16, "1.15": 11, "1.12": 11, "1.13": 9, "1.10": 4, "1.11": 5, "0.91":
4, "1.18": 25, "1.19": 19, "0.83": 2, "0.86": 5, "0.87": 6, "0.
17:05:03(469):84": 2, "0.85": 3, "1.25": 6, "1.32": 1, "0.89": 10, "0.90":
6, "1.33": 1, "0.95": 15, "1.22": 17, "0.88": 8, "1.21": 10, "1.20": 9,
"1.01": 21, "1.00": 27, "1.03": 24, "1.02": 24, "1.05": 8, "1.04
17:05:03(486):": 12, "1.07": 5, "1.06": 10, "1.09": 5, "2.02": 1, "1.26": 3,
"1.29": 4, "1.28": 5, "0.99": 18, "0.98": 49, "1.08": 5, "1.23": 5, "0.94":
15, "0.97": 34, "0.96": 41, "1.27"
17:05:03(505): 16928 | pscheduler | 25456 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
13:03:53.480069+00 | 2019-05-12 14:03:49.359423+00 | 2019-05-12 14:
17:05:03(511):03:49.359464+00 | 2019-05-12 14:03:49.359465+00 | t |
active | | 21405549 |

17:05:03(513):


17:05:03(516):


17:05:03(530):

+
17:05:03(546): | | | | |
| | | |
| |
17:05:03(556): | | |
| | | WITH inserted_row AS (

17:05:03(558):


17:05:03(560):


17:05:03(575):

+
17:05:03(591): | | | | |
| | | |
| |
17:05:03(606): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:03(608):


17:05:03(610):


17:05:03(625):

+
17:05:03(641): | | | | |
| | | |
| |
17:05:03(651): | | |
| | | VALUES (33017,

17:05:03(654):


17:05:03(656):


17:05:03(671):

+
17:05:03(687): | | | | |
| | | |
| |
17:05:03(696): | | |
| | | NULL,

17:05:03(699):


17:05:03(701):


17:05:03(716):

+
17:05:03(732): | | | | |
| | | |
| |
17:05:03(746): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:03(748):


17:05:03(751):


17:05:03(765):

+
17:05:03(781): | | | | |
| | | |
| |
17:05:03(792): | | |
| | |
run_state_finished(),
17:05:03(795):


17:05:03(797):


17:05:03(812):

+
17:05:03(827): | | | | |
| | | |
| |
17:05:03(836): | | |
| | | 0,

17:05:03(839):


17:05:03(841):


17:05:03(855):

+
17:05:03(871): | | | | |
| | | |
| |
17:05:03(888): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:03(909):histogram-latency": {"0.48": 3, "0.67": 4, "0.60": 18, "0.61":
12, "0.62": 12, "0.63": 11, "0.64": 11, "0.65": 8, "0.66": 14, "0.49": 4,
"0.46": 8, "0.69": 8, "0.44": 5, "0.45": 10, "0.42": 13, "0.
17:05:03(930):43": 3, "0.40": 13, "0.41": 20, "0.28": 3, "0.29": 14, "0.24":
2, "0.25": 7, "0.26": 6, "0.27": 7, "0.22": 1, "0.23": 4, "0.59": 16, "0.72":
2, "0.70": 2, "0.51": 8, "0.50": 2, "0.53": 10, "0.52":
17:05:03(946):9, "0.55": 16, "0.54": 13, "0.57": 16, "0.56": 13, "0.39": 12,
"0.38": 22, "0.37": 35, "0.36": 40, "0.35": 32, "0.34": 21, "0.33": 15,
"0.32": 25, "0.31": 26, "0.30": 17, "0
17:05:03(964): 16928 | pscheduler | 24276 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
23:55:56.020113+00 | 2019-05-12 14:03:21.235024+00 | 2019-05-12 14:
17:05:03(971):03:21.235052+00 | 2019-05-12 14:03:21.235053+00 | t |
active | | 21405549 |

17:05:03(974):


17:05:03(976):


17:05:03(992):

+
17:05:04(007): | | | | |
| | | |
| |
17:05:04(017): | | |
| | | WITH inserted_row AS (

17:05:04(019):


17:05:04(023):


17:05:04(038):

+
17:05:04(054): | | | | |
| | | |
| |
17:05:04(069): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:04(072):


17:05:04(074):


17:05:04(089):

+
17:05:04(105): | | | | |
| | | |
| |
17:05:04(114): | | |
| | | VALUES (32207,

17:05:04(116):


17:05:04(118):


17:05:04(133):

+
17:05:04(149): | | | | |
| | | |
| |
17:05:04(158): | | |
| | | NULL,

17:05:04(160):


17:05:04(162):


17:05:04(177):

+
17:05:04(194): | | | | |
| | | |
| |
17:05:04(208): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:04(210):


17:05:04(213):


17:05:04(227):

+
17:05:04(243): | | | | |
| | | |
| |
17:05:04(255): | | |
| | |
run_state_finished(),
17:05:04(257):


17:05:04(259):


17:05:04(274):

+
17:05:04(291): | | | | |
| | | |
| |
17:05:04(300): | | |
| | | 0,

17:05:04(302):


17:05:04(304):


17:05:04(319):

+
17:05:04(335): | | | | |
| | | |
| |
17:05:04(352): | | |
| | |
'{"max-clock-error": 0.77, "packets-duplicated": 0, "succeeded": true,
17:05:04(373):"histogram-latency": {"0.63": 1, "0.64": 1, "0.65": 3, "0.66":
7, "0.67": 4, "0.68": 3, "0.69": 3, "1.15": 2, "1.11": 1, "0.82": 12, "0.83":
9, "0.80": 28, "0.81": 8, "0.86": 5, "0.87": 11, "0.84":
17:05:04(394): 6, "0.85": 14, "0.88": 5, "0.89": 9, "0.73": 29, "0.72": 26,
"0.71": 18, "0.70": 11, "0.77": 35, "0.76": 24, "0.75": 29, "0.74": 31,
"0.79": 24, "0.78": 24, "1.01": 8, "1.00": 11, "1.03": 5, "1.02
17:05:04(410):": 9, "1.05": 11, "1.04": 6, "1.07": 3, "1.06": 3, "1.09": 1,
"1.08": 3, "0.99": 14, "0.98": 11, "0.95": 23, "0.94": 19, "0.97": 22,
"0.96": 29, "0.91": 9, "0.90": 6, "0.93"
17:05:04(428): 16928 | pscheduler | 25219 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:57:51.874956+00 | 2019-05-12 14:03:21.004008+00 | 2019-05-12 14:
17:05:04(435):03:21.004052+00 | 2019-05-12 14:03:21.004053+00 | t |
active | | 21405549 |

17:05:04(437):


17:05:04(439):


17:05:04(455):

+
17:05:04(471): | | | | |
| | | |
| |
17:05:04(481): | | |
| | | WITH inserted_row AS (

17:05:04(483):


17:05:04(486):


17:05:04(500):

+
17:05:04(516): | | | | |
| | | |
| |
17:05:04(532): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:04(534):


17:05:04(536):


17:05:04(551):

+
17:05:04(567): | | | | |
| | | |
| |
17:05:04(577): | | |
| | | VALUES (32619,

17:05:04(579):


17:05:04(581):


17:05:04(595):

+
17:05:04(611): | | | | |
| | | |
| |
17:05:04(621): | | |
| | | NULL,

17:05:04(624):


17:05:04(626):


17:05:04(650):

+
17:05:04(668): | | | | |
| | | |
| |
17:05:04(682): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:04(684):


17:05:04(686):


17:05:04(701):

+
17:05:04(717): | | | | |
| | | |
| |
17:05:04(728): | | |
| | |
run_state_finished(),
17:05:04(730):


17:05:04(732):


17:05:04(747):

+
17:05:04(763): | | | | |
| | | |
| |
17:05:04(772): | | |
| | | 0,

17:05:04(774):


17:05:04(777):


17:05:04(792):

+
17:05:04(807): | | | | |
| | | |
| |
17:05:04(824): | | |
| | |
'{"max-clock-error": 0.45, "packets-duplicated": 0, "succeeded": true,
17:05:04(844):"histogram-latency": {"0.48": 4, "0.49": 4, "0.46": 3, "0.47":
5, "0.44": 5, "0.45": 6, "0.42": 6, "0.43": 4, "0.40": 8, "0.41": 4, "0.28":
19, "0.29": 49, "0.24": 2, "0.25": 1, "0.26": 2, "0.27":
17:05:04(865):7, "0.58": 4, "0.71": 1, "0.51": 4, "0.50": 2, "0.53": 6,
"0.52": 3, "0.54": 4, "0.57": 3, "0.56": 4, "0.39": 9, "0.38": 5, "0.37": 15,
"0.36": 35, "0.35": 45, "0.34": 66, "0.33": 75, "0.32": 67, "
17:05:04(880):0.31": 72, "0.30": 51}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:04(896): | | | | |
| | | |
| |
17:05:04(902): | | |
| | |
17:05:04(920): 16928 | pscheduler | 30427 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
23:13:09.669214+00 | 2019-05-12 14:03:50.519084+00 | 2019-05-12 14:
17:05:04(927):03:50.519175+00 | 2019-05-12 14:03:50.519176+00 | t |
active | | 21405549 |

17:05:04(929):


17:05:04(931):


17:05:04(946):

+
17:05:04(962): | | | | |
| | | |
| |
17:05:04(972): | | |
| | | WITH inserted_row AS (

17:05:04(974):


17:05:04(976):


17:05:04(991):

+
17:05:05(008): | | | | |
| | | |
| |
17:05:05(023): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:05(026):


17:05:05(028):


17:05:05(044):

+
17:05:05(060): | | | | |
| | | |
| |
17:05:05(069): | | |
| | | VALUES (32385,

17:05:05(071):


17:05:05(074):


17:05:05(088):

+
17:05:05(104): | | | | |
| | | |
| |
17:05:05(113): | | |
| | | NULL,

17:05:05(115):


17:05:05(117):


17:05:05(131):

+
17:05:05(148): | | | | |
| | | |
| |
17:05:05(162): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:05(164):


17:05:05(166):


17:05:05(181):

+
17:05:05(196): | | | | |
| | | |
| |
17:05:05(208): | | |
| | |
run_state_finished(),
17:05:05(210):


17:05:05(212):


17:05:05(227):

+
17:05:05(242): | | | | |
| | | |
| |
17:05:05(251): | | |
| | | 0,

17:05:05(254):


17:05:05(256):


17:05:05(270):

+
17:05:05(286): | | | | |
| | | |
| |
17:05:05(303): | | |
| | |
'{"max-clock-error": 0.32, "packets-duplicated": 0, "succeeded": true,
17:05:05(324):"histogram-latency": {"0.62": 1, "0.48": 3, "0.49": 1, "0.46":
7, "0.47": 2, "0.44": 3, "0.45": 4, "0.42": 4, "0.43": 3, "0.40": 4, "0.41":
5, "0.28": 70, "0.29": 98, "0.24": 16, "0.25": 14, "0.26"
17:05:05(346):: 33, "0.27": 97, "0.23": 7, "0.51": 2, "0.50": 2, "0.79": 1,
"0.55": 2, "0.39": 2, "0.38": 4, "0.36": 9, "0.35": 8, "0.34": 6, "0.33": 28,
"0.32": 41, "0.31": 52, "0.30": 71}, "histogram-ttl": {"2
17:05:05(360):53": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "schema": 1}')
+
17:05:05(376): | | | | |
| | | |
| |
17:05:05(387): | | |
| | | RETURNING *

17:05:05(389):


17:05:05(391):


17:05:05(406):

+
17:05:05(422): | | | | |
| | | |
| |
17:05:05(430): | | |
| | | ) SELECT u
17:05:05(448): 16928 | pscheduler | 32439 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:15:47.746573+00 | 2019-05-12 14:03:28.121141+00 | 2019-05-12 14:
17:05:05(455):03:28.121227+00 | 2019-05-12 14:03:28.121228+00 | t |
active | | 21405549 |

17:05:05(457):


17:05:05(459):


17:05:05(474):

+
17:05:05(490): | | | | |
| | | |
| |
17:05:05(499): | | |
| | | WITH inserted_row AS (

17:05:05(502):


17:05:05(504):


17:05:05(519):

+
17:05:05(535): | | | | |
| | | |
| |
17:05:05(550): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:05(553):


17:05:05(555):


17:05:05(569):

+
17:05:05(585): | | | | |
| | | |
| |
17:05:05(595): | | |
| | | VALUES (31848,

17:05:05(597):


17:05:05(599):


17:05:05(613):

+
17:05:05(629): | | | | |
| | | |
| |
17:05:05(639): | | |
| | | NULL,

17:05:05(641):


17:05:05(643):


17:05:05(658):

+
17:05:05(674): | | | | |
| | | |
| |
17:05:05(688): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:05(691):


17:05:05(693):


17:05:05(707):

+
17:05:05(723): | | | | |
| | | |
| |
17:05:05(734): | | |
| | |
run_state_finished(),
17:05:05(737):


17:05:05(739):


17:05:05(753):

+
17:05:05(770): | | | | |
| | | |
| |
17:05:05(779): | | |
| | | 0,

17:05:05(781):


17:05:05(783):


17:05:05(800):

+
17:05:05(816): | | | | |
| | | |
| |
17:05:05(832): | | |
| | |
'{"max-clock-error": 0.67, "packets-duplicated": 0, "succeeded": true,
17:05:05(853):"histogram-latency": {"-1.18": 51, "-1.19": 32, "-1.12": 33,
"-1.13": 20, "-1.10": 20, "-1.11": 30, "-1.16": 46, "-1.17": 59, "-1.14": 22,
"-1.15": 47, "5.24": 1, "0.30": 1, "-0.18": 1, "-1.26": 1,
17:05:05(874): "-1.25": 4, "-1.24": 6, "-0.99": 5, "-0.98": 2, "-1.21": 18,
"-1.20": 27, "-0.95": 3, "-1.23": 10, "-0.97": 3, "-0.96": 1, "-0.91": 2,
"117.09": 1, "-0.93": 1, "-1.22": 34, "-1.09": 18, "-1.08": 1
17:05:05(891):1, "-0.30": 1, "-1.01": 6, "-1.00": 8, "-1.03": 8, "-1.02": 4,
"-1.05": 18, "-1.04": 8, "-1.07": 16, "-1.06": 17, "-0.94": 1, "-0.90": 1,
"-0.92": 1, "1.26": 1}, "histogram-
17:05:05(909): 16928 | pscheduler | 25748 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
01:35:12.340447+00 | 2019-05-12 14:03:52.477626+00 | 2019-05-12 14:
17:05:05(916):03:52.477682+00 | 2019-05-12 14:03:52.477683+00 | t |
active | | 21405549 |

17:05:05(918):


17:05:05(920):


17:05:05(935):

+
17:05:05(951): | | | | |
| | | |
| |
17:05:05(962): | | |
| | | WITH inserted_row AS (

17:05:05(964):


17:05:05(966):


17:05:05(981):

+
17:05:05(997): | | | | |
| | | |
| |
17:05:06(015): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:06(017):


17:05:06(019):


17:05:06(034):

+
17:05:06(051): | | | | |
| | | |
| |
17:05:06(060): | | |
| | | VALUES (32715,

17:05:06(062):


17:05:06(066):


17:05:06(080):

+
17:05:06(097): | | | | |
| | | |
| |
17:05:06(106): | | |
| | | NULL,

17:05:06(108):


17:05:06(110):


17:05:06(125):

+
17:05:06(141): | | | | |
| | | |
| |
17:05:06(155): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:06(158):


17:05:06(160):


17:05:06(174):

+
17:05:06(190): | | | | |
| | | |
| |
17:05:06(201): | | |
| | |
run_state_finished(),
17:05:06(203):


17:05:06(206):


17:05:06(221):

+
17:05:06(237): | | | | |
| | | |
| |
17:05:06(246): | | |
| | | 0,

17:05:06(248):


17:05:06(250):


17:05:06(265):

+
17:05:06(281): | | | | |
| | | |
| |
17:05:06(298): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:05:06(319):"histogram-latency": {"0.60": 8, "0.61": 7, "0.62": 5, "0.63":
2, "0.65": 1, "0.48": 16, "0.49": 15, "0.46": 10, "0.47": 14, "0.44": 4,
"0.45": 10, "0.42": 4, "0.43": 6, "0.40": 2, "0.41": 2, "0.28
17:05:06(340):": 27, "0.29": 22, "0.24": 23, "0.25": 29, "0.26": 32, "0.27":
27, "0.20": 8, "0.21": 16, "0.22": 27, "0.18": 10, "0.14": 3, "0.15": 6,
"0.58": 7, "0.17": 5, "0.16": 8, "0.12": 1, "0.51": 15, "0.50
17:05:06(358):": 16, "0.53": 9, "0.52": 14, "0.55": 14, "0.54": 11, "0.57":
6, "0.56": 17, "0.59": 4, "0.39": 3, "0.38": 11, "0.37": 13, "0.36": 3,
"0.35": 7, "0.34": 7, "0.33": 12, "0.32
17:05:06(376): 16928 | pscheduler | 25231 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:57:52.669352+00 | 2019-05-12 14:03:26.911775+00 | 2019-05-12 14:
17:05:06(382):03:26.911818+00 | 2019-05-12 14:03:26.911819+00 | t |
active | | 21405549 |

17:05:06(384):


17:05:06(387):


17:05:06(401):

+
17:05:06(417): | | | | |
| | | |
| |
17:05:06(427): | | |
| | | WITH inserted_row AS (

17:05:06(429):


17:05:06(431):


17:05:06(446):

+
17:05:06(462): | | | | |
| | | |
| |
17:05:06(477): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:06(479):


17:05:06(481):


17:05:06(497):

+
17:05:06(513): | | | | |
| | | |
| |
17:05:06(522): | | |
| | | VALUES (32932,

17:05:06(525):


17:05:06(527):


17:05:06(541):

+
17:05:06(557): | | | | |
| | | |
| |
17:05:06(566): | | |
| | | NULL,

17:05:06(568):


17:05:06(571):


17:05:06(585):

+
17:05:06(601): | | | | |
| | | |
| |
17:05:06(615): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:06(617):


17:05:06(619):


17:05:06(634):

+
17:05:06(650): | | | | |
| | | |
| |
17:05:06(661): | | |
| | |
run_state_finished(),
17:05:06(663):


17:05:06(665):


17:05:06(682):

+
17:05:06(698): | | | | |
| | | |
| |
17:05:06(707): | | |
| | | 0,

17:05:06(710):


17:05:06(712):


17:05:06(727):

+
17:05:06(744): | | | | |
| | | |
| |
17:05:06(761): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:05:06(782):"histogram-latency": {"0.20": 4, "0.21": 4, "0.04": 21,
"58.50": 1, "0.23": 6, "0.41": 1, "0.08": 112, "0.09": 74, "162.65": 1,
"0.29": 2, "0.24": 7, "0.25": 3, "0.26": 4, "0.27": 6, "0.06": 15, "0
17:05:06(804):.07": 60, "0.22": 1, "0.05": 42, "0.81": 1, "0.15": 9, "0.14":
15, "0.17": 3, "0.16": 4, "0.11": 50, "0.10": 64, "0.13": 34, "0.12": 30,
"0.51": 1, "0.28": 4, "0.19": 6, "0.18": 2, "0.33": 2, "0.32
17:05:06(819):": 1, "0.31": 3, "0.30": 2, "0.03": 5}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}'
17:05:06(838): 16928 | pscheduler | 31297 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
23:50:26.823547+00 | 2019-05-12 14:03:52.017432+00 | 2019-05-12 14:
17:05:06(844):03:52.017472+00 | 2019-05-12 14:03:52.017473+00 | t |
active | | 21405549 |

17:05:06(846):


17:05:06(848):


17:05:06(863):

+
17:05:06(879): | | | | |
| | | |
| |
17:05:06(888): | | |
| | | WITH inserted_row AS (

17:05:06(891):


17:05:06(893):


17:05:06(907):

+
17:05:06(923): | | | | |
| | | |
| |
17:05:06(938): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:06(940):


17:05:06(942):


17:05:06(957):

+
17:05:06(973): | | | | |
| | | |
| |
17:05:06(982): | | |
| | | VALUES (32610,

17:05:06(984):


17:05:06(986):


17:05:07(001):

+
17:05:07(018): | | | | |
| | | |
| |
17:05:07(028): | | |
| | | NULL,

17:05:07(030):


17:05:07(033):


17:05:07(047):

+
17:05:07(063): | | | | |
| | | |
| |
17:05:07(077): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:07(079):


17:05:07(081):


17:05:07(097):

+
17:05:07(112): | | | | |
| | | |
| |
17:05:07(123): | | |
| | |
run_state_finished(),
17:05:07(126):


17:05:07(128):


17:05:07(143):

+
17:05:07(159): | | | | |
| | | |
| |
17:05:07(168): | | |
| | | 0,

17:05:07(170):


17:05:07(173):


17:05:07(188):

+
17:05:07(204): | | | | |
| | | |
| |
17:05:07(221): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:05:07(242):"histogram-latency": {"0.62": 1, "0.48": 10, "0.49": 2,
"0.46": 9, "0.47": 4, "0.44": 8, "0.45": 8, "0.42": 11, "0.43": 6, "0.40": 7,
"0.41": 5, "0.28": 31, "0.29": 48, "0.24": 23, "0.25": 42, "0.2
17:05:07(264):6": 38, "0.27": 23, "0.22": 2, "0.23": 7, "0.89": 1, "0.58":
1, "0.75": 1, "0.51": 3, "0.50": 2, "0.53": 1, "0.52": 2, "0.55": 2, "0.54":
1, "0.57": 1, "0.39": 13, "0.38": 15, "0.37": 18, "0.36": 1
17:05:07(279):7, "0.35": 21, "0.34": 24, "0.33": 28, "0.32": 37, "0.31": 57,
"0.30": 70}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "p
17:05:07(297): 16928 | pscheduler | 23920 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:05:19.752579+00 | 2019-05-12 14:03:25.838763+00 | 2019-05-12 14:
17:05:07(303):03:25.83882+00 | 2019-05-12 14:03:25.838821+00 | t |
active | | 21405549 |

17:05:07(306):


17:05:07(308):


17:05:07(322):

+
17:05:07(338): | | | | |
| | | |
| |
17:05:07(348): | | |
| | | WITH inserted_row AS (

17:05:07(351):


17:05:07(354):


17:05:07(369):

+
17:05:07(385): | | | | |
| | | |
| |
17:05:07(400): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:07(402):


17:05:07(404):


17:05:07(419):

+
17:05:07(436): | | | | |
| | | |
| |
17:05:07(445): | | |
| | | VALUES (32872,

17:05:07(447):


17:05:07(449):


17:05:07(464):

+
17:05:07(480): | | | | |
| | | |
| |
17:05:07(491): | | |
| | | NULL,

17:05:07(493):


17:05:07(495):


17:05:07(510):

+
17:05:07(526): | | | | |
| | | |
| |
17:05:07(541): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:07(543):


17:05:07(545):


17:05:07(559):

+
17:05:07(575): | | | | |
| | | |
| |
17:05:07(586): | | |
| | |
run_state_finished(),
17:05:07(589):


17:05:07(591):


17:05:07(606):

+
17:05:07(622): | | | | |
| | | |
| |
17:05:07(631): | | |
| | | 0,

17:05:07(633):


17:05:07(635):


17:05:07(649):

+
17:05:07(666): | | | | |
| | | |
| |
17:05:07(682): | | |
| | |
'{"max-clock-error": 0.19, "packets-duplicated": 0, "succeeded": true,
17:05:07(703):"histogram-latency": {"0.93": 1, "1.16": 12, "1.17": 7,
"1.14": 6, "1.15": 10, "1.12": 9, "1.13": 7, "1.10": 14, "1.11": 17, "1.18":
9, "1.19": 2, "1.38": 3, "1.30": 12, "1.31": 12, "1.32": 10, "1.
17:05:07(724):33": 17, "1.34": 24, "1.35": 12, "1.36": 8, "1.37": 10,
"1.23": 14, "1.22": 4, "0.97": 8, "1.20": 1, "1.01": 10, "1.00": 7, "1.03":
26, "1.02": 19, "1.05": 22, "1.04": 29, "1.07": 33, "1.06": 25, "
17:05:07(741):1.09": 19, "1.08": 35, "1.40": 2, "1.29": 17, "1.28": 21,
"0.99": 10, "0.98": 14, "0.95": 3, "0.94": 2, "1.21": 8, "0.96": 3, "1.27":
14, "1.26": 18, "1.25": 21, "1.24": 13}
17:05:07(760): 16928 | pscheduler | 24123 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:18.726333+00 | 2019-05-12 14:03:30.501862+00 | 2019-05-12 14:
17:05:07(766):03:30.501894+00 | 2019-05-12 14:03:30.501895+00 | t |
active | | 21405549 |

17:05:07(768):


17:05:07(771):


17:05:07(786):

+
17:05:07(802): | | | | |
| | | |
| |
17:05:07(812): | | |
| | | WITH inserted_row AS (

17:05:07(814):


17:05:07(816):


17:05:07(831):

+
17:05:07(846): | | | | |
| | | |
| |
17:05:07(862): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:07(864):


17:05:07(866):


17:05:07(880):

+
17:05:07(896): | | | | |
| | | |
| |
17:05:07(906): | | |
| | | VALUES (32550,

17:05:07(908):


17:05:07(910):


17:05:07(925):

+
17:05:07(941): | | | | |
| | | |
| |
17:05:07(950): | | |
| | | NULL,

17:05:07(953):


17:05:07(955):


17:05:07(969):

+
17:05:07(986): | | | | |
| | | |
| |
17:05:08(000): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:08(002):


17:05:08(005):


17:05:08(020):

+
17:05:08(038): | | | | |
| | | |
| |
17:05:08(049): | | |
| | |
run_state_finished(),
17:05:08(051):


17:05:08(053):


17:05:08(067):

+
17:05:08(083): | | | | |
| | | |
| |
17:05:08(093): | | |
| | | 0,

17:05:08(104):


17:05:08(106):


17:05:08(121):

+
17:05:08(137): | | | | |
| | | |
| |
17:05:08(153): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:05:08(174):"histogram-latency": {"0.48": 12, "0.49": 7, "0.46": 19,
"0.47": 24, "0.44": 16, "0.45": 18, "0.42": 20, "0.43": 15, "0.40": 7,
"0.41": 9, "0.09": 2, "0.28": 5, "0.29": 16, "0.24": 29, "0.25": 24,
17:05:08(195):"0.26": 31, "0.27": 9, "0.20": 20, "0.21": 28, "0.22": 34,
"0.23": 33, "0.18": 21, "0.15": 15, "0.14": 1, "0.17": 17, "0.16": 10,
"0.11": 2, "0.10": 3, "0.13": 11, "0.12": 10, "0.51": 7, "0.50": 13
17:05:08(212):, "0.53": 4, "0.52": 10, "0.55": 11, "0.54": 4, "0.57": 1,
"0.56": 4, "0.39": 4, "0.38": 7, "0.37": 4, "0.36": 3, "0.35": 5, "0.34": 7,
"0.33": 9, "0.32": 8, "0.31": 5, "0.3
17:05:08(231): 16928 | pscheduler | 25225 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:57:52.340925+00 | 2019-05-12 14:03:37.699018+00 | 2019-05-12 14:
17:05:08(237):03:37.699074+00 | 2019-05-12 14:03:37.699075+00 | t |
active | | 21405549 |

17:05:08(240):


17:05:08(242):


17:05:08(257):

+
17:05:08(272): | | | | |
| | | |
| |
17:05:08(282): | | |
| | | WITH inserted_row AS (

17:05:08(284):


17:05:08(286):


17:05:08(301):

+
17:05:08(317): | | | | |
| | | |
| |
17:05:08(332): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:08(335):


17:05:08(337):


17:05:08(352):

+
17:05:08(369): | | | | |
| | | |
| |
17:05:08(378): | | |
| | | VALUES (32609,

17:05:08(380):


17:05:08(382):


17:05:08(397):

+
17:05:08(414): | | | | |
| | | |
| |
17:05:08(423): | | |
| | | NULL,

17:05:08(426):


17:05:08(428):


17:05:08(443):

+
17:05:08(459): | | | | |
| | | |
| |
17:05:08(473): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:08(475):


17:05:08(478):


17:05:08(492):

+
17:05:08(508): | | | | |
| | | |
| |
17:05:08(519): | | |
| | |
run_state_finished(),
17:05:08(522):


17:05:08(524):


17:05:08(539):

+
17:05:08(554): | | | | |
| | | |
| |
17:05:08(563): | | |
| | | 0,

17:05:08(566):


17:05:08(568):


17:05:08(583):

+
17:05:08(599): | | | | |
| | | |
| |
17:05:08(616): | | |
| | |
'{"max-clock-error": 0.19, "packets-duplicated": 0, "succeeded": true,
17:05:08(637):"histogram-latency": {"0.60": 5, "0.61": 3, "0.62": 5, "0.48":
9, "0.49": 12, "0.46": 8, "0.47": 8, "0.44": 5, "0.45": 7, "0.42": 2, "0.43":
4, "0.40": 3, "0.41": 7, "0.08": 1, "0.09": 1, "0.28": 2
17:05:08(658):2, "0.29": 12, "0.24": 20, "0.25": 33, "0.26": 37, "0.27": 30,
"0.20": 23, "0.21": 32, "0.22": 28, "0.18": 13, "0.38": 3, "0.15": 20,
"0.58": 17, "0.17": 9, "0.16": 12, "0.11": 2, "0.13": 4, "0.12"
17:05:08(675):: 8, "0.51": 13, "0.50": 18, "0.53": 10, "0.52": 8, "0.55": 8,
"0.54": 6, "0.57": 16, "0.56": 15, "0.59": 4, "0.39": 5, "0.14": 16, "0.37":
4, "0.36": 4, "0.35": 2, "0.34":
17:05:08(693): 16928 | pscheduler | 13398 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:37:48.86348+00 | 2019-05-12 14:03:29.295078+00 | 2019-05-12 14:
17:05:08(700):03:29.295108+00 | 2019-05-12 14:03:29.295109+00 | t |
active | | 21405549 |

17:05:08(703):


17:05:08(705):


17:05:08(720):

+
17:05:08(736): | | | | |
| | | |
| |
17:05:08(747): | | |
| | | WITH inserted_row AS (

17:05:08(748):


17:05:08(751):


17:05:08(765):

+
17:05:08(782): | | | | |
| | | |
| |
17:05:08(798): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:08(800):


17:05:08(802):


17:05:08(817):

+
17:05:08(833): | | | | |
| | | |
| |
17:05:08(844): | | |
| | | VALUES (32670,

17:05:08(846):


17:05:08(848):


17:05:08(863):

+
17:05:08(878): | | | | |
| | | |
| |
17:05:08(888): | | |
| | | NULL,

17:05:08(890):


17:05:08(892):


17:05:08(907):

+
17:05:08(923): | | | | |
| | | |
| |
17:05:08(937): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:08(939):


17:05:08(942):


17:05:08(956):

+
17:05:08(973): | | | | |
| | | |
| |
17:05:08(984): | | |
| | |
run_state_finished(),
17:05:08(986):


17:05:08(988):


17:05:09(003):

+
17:05:09(019): | | | | |
| | | |
| |
17:05:09(028): | | |
| | | 0,

17:05:09(031):


17:05:09(033):


17:05:09(048):

+
17:05:09(064): | | | | |
| | | |
| |
17:05:09(080): | | |
| | |
'{"max-clock-error": 0.37, "packets-duplicated": 0, "succeeded": true,
17:05:09(101):"histogram-latency": {"0.69": 2, "1.15": 4, "1.12": 8, "1.13":
1, "1.10": 10, "1.11": 3, "0.82": 36, "0.83": 48, "0.80": 40, "0.81": 32,
"0.86": 20, "0.87": 12, "0.84": 39, "0.85": 22, "0.88": 17,
17:05:09(122):"0.89": 18, "0.73": 10, "0.72": 8, "0.71": 4, "0.70": 5,
"0.77": 14, "0.76": 4, "0.75": 4, "0.74": 5, "0.79": 27, "0.78": 16, "1.01":
17, "1.00": 13, "1.03": 19, "1.02": 11, "1.05": 10, "1.04": 19,
17:05:09(138): "1.07": 12, "1.06": 9, "1.09": 3, "1.08": 5, "0.99": 8,
"0.98": 8, "0.95": 3, "0.94": 7, "0.97": 2, "0.96": 7, "0.91": 8, "0.90": 13,
"0.93": 9, "0.92": 8}, "histogram-ttl"
17:05:09(157): 16928 | pscheduler | 27166 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
21:05:21.594447+00 | 2019-05-12 14:03:34.042778+00 | 2019-05-12 14:
17:05:09(163):03:34.042812+00 | 2019-05-12 14:03:34.042814+00 | t |
active | | 21405549 |

17:05:09(165):


17:05:09(167):


17:05:09(183):

+
17:05:09(199): | | | | |
| | | |
| |
17:05:09(209): | | |
| | | WITH inserted_row AS (

17:05:09(211):


17:05:09(213):


17:05:09(229):

+
17:05:09(247): | | | | |
| | | |
| |
17:05:09(264): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:09(266):


17:05:09(269):


17:05:09(285):

+
17:05:09(303): | | | | |
| | | |
| |
17:05:09(312): | | |
| | | VALUES (32496,

17:05:09(314):


17:05:09(316):


17:05:09(331):

+
17:05:09(347): | | | | |
| | | |
| |
17:05:09(357): | | |
| | | NULL,

17:05:09(359):


17:05:09(361):


17:05:09(377):

+
17:05:09(393): | | | | |
| | | |
| |
17:05:09(408): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:09(410):


17:05:09(412):


17:05:09(427):

+
17:05:09(443): | | | | |
| | | |
| |
17:05:09(453): | | |
| | |
run_state_finished(),
17:05:09(455):


17:05:09(458):


17:05:09(472):

+
17:05:09(488): | | | | |
| | | |
| |
17:05:09(497): | | |
| | | 0,

17:05:09(499):


17:05:09(501):


17:05:09(516):

+
17:05:09(533): | | | | |
| | | |
| |
17:05:09(550): | | |
| | |
'{"max-clock-error": 0.57, "packets-duplicated": 0, "succeeded": true,
17:05:09(571):"histogram-latency": {"-0.15": 3, "-0.28": 8, "-0.29": 19,
"-0.14": 2, "-0.42": 7, "-0.43": 6, "-0.40": 24, "-0.27": 3, "-0.20": 5,
"-0.21": 6, "-0.22": 3, "-0.23": 1, "-0.16": 4, "-0.11": 2, "0.69
17:05:09(592):": 1, "-0.13": 2, "0.04": 1, "-0.41": 32, "-0.24": 1, "-0.25":
3, "-0.26": 4, "-0.33": 30, "-0.32": 16, "-0.31": 24, "-0.30": 24, "-0.37":
89, "-0.36": 81, "-0.35": 81, "-0.34": 53, "-0.39": 26, "-
17:05:09(608):0.38": 23, "-0.19": 2, "-0.18": 5, "0.13": 1, "0.12": 1,
"0.79": 1, "-0.17": 2, "1.13": 1, "0.39": 1, "1.09": 1, "1.08": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 6
17:05:09(626): 16928 | pscheduler | 30476 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
23:13:11.134886+00 | 2019-05-12 14:03:26.810859+00 | 2019-05-12 14:
17:05:09(633):03:26.810888+00 | 2019-05-12 14:03:26.810889+00 | t |
active | | 21405549 |

17:05:09(635):


17:05:09(637):


17:05:09(652):

+
17:05:09(668): | | | | |
| | | |
| |
17:05:09(678): | | |
| | | WITH inserted_row AS (

17:05:09(680):


17:05:09(682):


17:05:09(697):

+
17:05:09(713): | | | | |
| | | |
| |
17:05:09(728): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:09(730):


17:05:09(732):


17:05:09(747):

+
17:05:09(763): | | | | |
| | | |
| |
17:05:09(772): | | |
| | | VALUES (31895,

17:05:09(774):


17:05:09(777):


17:05:09(791):

+
17:05:09(807): | | | | |
| | | |
| |
17:05:09(816): | | |
| | | NULL,

17:05:09(818):


17:05:09(820):


17:05:09(835):

+
17:05:09(851): | | | | |
| | | |
| |
17:05:09(866): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:09(868):


17:05:09(870):


17:05:09(885):

+
17:05:09(901): | | | | |
| | | |
| |
17:05:09(912): | | |
| | |
run_state_finished(),
17:05:09(914):


17:05:09(916):


17:05:09(931):

+
17:05:09(947): | | | | |
| | | |
| |
17:05:09(956): | | |
| | | 0,

17:05:09(959):


17:05:09(961):


17:05:09(975):

+
17:05:09(991): | | | | |
| | | |
| |
17:05:10(007): | | |
| | |
'{"max-clock-error": 0.16, "packets-duplicated": 0, "succeeded": true,
17:05:10(028):"histogram-latency": {"1.48": 2, "1.24": 5, "1.16": 42,
"1.17": 28, "1.14": 23, "1.15": 23, "1.12": 28, "1.13": 24, "1.10": 9,
"1.11": 18, "1.18": 20, "1.19": 20, "1.38": 12, "1.39": 16, "1.50": 1,
17:05:10(051): "1.51": 1, "1.30": 8, "1.31": 14, "1.32": 8, "1.33": 15,
"1.34": 15, "1.35": 15, "1.36": 21, "1.37": 29, "1.45": 10, "1.02": 1,
"1.22": 10, "1.21": 10, "1.52": 1, "1.01": 1, "1.03": 3, "1.20": 9,
17:05:10(068):"1.05": 7, "1.07": 7, "1.06": 3, "1.09": 5, "1.27": 9, "1.26":
6, "1.29": 4, "1.28": 6, "1.49": 4, "1.25": 7, "1.08": 4, "1.23": 11, "1.44":
12, "1.47": 4, "1.46": 7, "1.41"
17:05:10(086): 16928 | pscheduler | 24127 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:18.858616+00 | 2019-05-12 14:03:50.660837+00 | 2019-05-12 14:
17:05:10(093):03:50.660898+00 | 2019-05-12 14:03:50.660899+00 | t |
active | | 21405549 |

17:05:10(095):


17:05:10(097):


17:05:10(112):

+
17:05:10(129): | | | | |
| | | |
| |
17:05:10(138): | | |
| | | WITH inserted_row AS (

17:05:10(141):


17:05:10(143):


17:05:10(160):

+
17:05:10(176): | | | | |
| | | |
| |
17:05:10(192): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:10(194):


17:05:10(196):


17:05:10(211):

+
17:05:10(227): | | | | |
| | | |
| |
17:05:10(236): | | |
| | | VALUES (32263,

17:05:10(238):


17:05:10(240):


17:05:10(258):

+
17:05:10(273): | | | | |
| | | |
| |
17:05:10(283): | | |
| | | NULL,

17:05:10(285):


17:05:10(287):


17:05:10(302):

+
17:05:10(318): | | | | |
| | | |
| |
17:05:10(332): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:10(334):


17:05:10(336):


17:05:10(351):

+
17:05:10(367): | | | | |
| | | |
| |
17:05:10(378): | | |
| | |
run_state_finished(),
17:05:10(380):


17:05:10(383):


17:05:10(398):

+
17:05:10(414): | | | | |
| | | |
| |
17:05:10(423): | | |
| | | 0,

17:05:10(426):


17:05:10(428):


17:05:10(443):

+
17:05:10(459): | | | | |
| | | |
| |
17:05:10(476): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:05:10(496):"histogram-latency": {"0.60": 26, "0.61": 58, "0.62": 45,
"0.63": 32, "0.64": 37, "0.65": 48, "0.66": 51, "0.67": 54, "0.68": 33,
"0.69": 28, "0.82": 6, "0.83": 6, "0.80": 7, "0.81": 9, "0.86": 1,
17:05:10(517):"0.87": 3, "0.84": 7, "0.85": 1, "0.88": 2, "2.10": 1, "0.73":
23, "0.72": 16, "0.71": 12, "0.70": 21, "0.77": 7, "0.76": 6, "0.75": 9,
"0.74": 13, "0.79": 7, "0.78": 8, "0.59": 19, "0.58": 2, "0.9
17:05:10(532):4": 1, "0.92": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:10(548): | | | | |
| | | |
| |
17:05:10(554): | | |
| | |
17:05:10(572): 16928 | pscheduler | 14187 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
01:20:44.757902+00 | 2019-05-12 14:03:49.641769+00 | 2019-05-12 14:
17:05:10(579):03:49.641813+00 | 2019-05-12 14:03:49.641814+00 | t |
active | | 21405549 |

17:05:10(581):


17:05:10(583):


17:05:10(597):

+
17:05:10(614): | | | | |
| | | |
| |
17:05:10(624): | | |
| | | WITH inserted_row AS (

17:05:10(626):


17:05:10(628):


17:05:10(643):

+
17:05:10(659): | | | | |
| | | |
| |
17:05:10(674): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:10(676):


17:05:10(679):


17:05:10(693):

+
17:05:10(709): | | | | |
| | | |
| |
17:05:10(718): | | |
| | | VALUES (32055,

17:05:10(721):


17:05:10(724):


17:05:10(739):

+
17:05:10(754): | | | | |
| | | |
| |
17:05:10(764): | | |
| | | NULL,

17:05:10(767):


17:05:10(769):


17:05:10(784):

+
17:05:10(800): | | | | |
| | | |
| |
17:05:10(814): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:10(817):


17:05:10(819):


17:05:10(834):

+
17:05:10(850): | | | | |
| | | |
| |
17:05:10(861): | | |
| | |
run_state_finished(),
17:05:10(863):


17:05:10(865):


17:05:10(880):

+
17:05:10(896): | | | | |
| | | |
| |
17:05:10(905): | | |
| | | 0,

17:05:10(907):


17:05:10(909):


17:05:10(924):

+
17:05:10(940): | | | | |
| | | |
| |
17:05:10(958): | | |
| | |
'{"max-clock-error": 0.69, "packets-duplicated": 0, "succeeded": true,
17:05:10(979):"histogram-latency": {"-0.20": 1, "0.63": 1, "-0.92": 6,
"-0.93": 3, "-0.77": 6, "-0.76": 5, "-0.75": 9, "-0.74": 4, "-0.73": 8,
"-0.72": 8, "0.84": 1, "-0.70": 6, "-0.94": 3, "-0.91": 18, "-0.90":
17:05:11(000): 29, "-0.79": 25, "-0.78": 12, "-0.59": 1, "-0.58": 3,
"-0.66": 4, "-0.53": 1, "-0.67": 4, "-0.56": 1, "0.15": 1, "-0.68": 8,
"-0.69": 5, "-0.71": 1, "-0.60": 1, "-0.62": 1, "-0.63": 2, "-0.64": 5,
17:05:11(016): "-0.65": 5, "-0.88": 27, "-0.89": 33, "-0.86": 60, "-0.87":
39, "-0.84": 62, "-0.85": 77, "-0.82": 27, "-0.83": 45, "-0.80": 21, "-0.81":
21}, "histogram-ttl": {"253": 600}
17:05:11(035): 16928 | pscheduler | 2993 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-08
19:02:38.835214+00 | 2019-05-12 14:03:31.810744+00 | 2019-05-12 14:
17:05:11(042):03:31.810776+00 | 2019-05-12 14:03:31.810777+00 | t |
active | | 21405549 |

17:05:11(044):


17:05:11(046):


17:05:11(061):

+
17:05:11(077): | | | | |
| | | |
| |
17:05:11(087): | | |
| | | WITH inserted_row AS (

17:05:11(089):


17:05:11(091):


17:05:11(106):

+
17:05:11(122): | | | | |
| | | |
| |
17:05:11(137): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:11(139):


17:05:11(141):


17:05:11(156):

+
17:05:11(172): | | | | |
| | | |
| |
17:05:11(182): | | |
| | | VALUES (32611,

17:05:11(184):


17:05:11(186):


17:05:11(201):

+
17:05:11(216): | | | | |
| | | |
| |
17:05:11(226): | | |
| | | NULL,

17:05:11(228):


17:05:11(230):


17:05:11(245):

+
17:05:11(261): | | | | |
| | | |
| |
17:05:11(275): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:11(277):


17:05:11(279):


17:05:11(294):

+
17:05:11(310): | | | | |
| | | |
| |
17:05:11(321): | | |
| | |
run_state_finished(),
17:05:11(323):


17:05:11(326):


17:05:11(340):

+
17:05:11(357): | | | | |
| | | |
| |
17:05:11(366): | | |
| | | 0,

17:05:11(368):


17:05:11(370):


17:05:11(385):

+
17:05:11(401): | | | | |
| | | |
| |
17:05:11(418): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:05:11(438):"histogram-latency": {"-0.06": 1, "0.01": 8, "-0.02": 2,
"-0.03": 2, "-0.01": 10, "0.06": 13, "0.21": 6, "0.22": 5, "0.47": 1, "0.23":
5, "0.42": 4, "0.40": 8, "0.41": 7, "0.08": 17, "0.09": 31, "0
17:05:11(459):.28": 20, "0.29": 19, "0.24": 7, "0.25": 11, "0.00": 12,
"0.27": 10, "0.20": 8, "0.07": 20, "0.04": 6, "0.05": 4, "0.15": 19, "0.14":
24, "0.17": 9, "0.16": 17, "0.11": 31, "0.10": 21, "0.13": 21,
17:05:11(476):"0.12": 22, "0.50": 1, "0.52": 1, "0.19": 3, "0.18": 6,
"0.39": 10, "0.38": 13, "0.37": 20, "0.36": 10, "0.35": 11, "0.34": 19,
"0.33": 20, "0.32": 21, "0.31": 29, "0.30": 1
17:05:11(495): 16928 | pscheduler | 28499 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
02:16:46.226191+00 | 2019-05-12 14:03:26.938999+00 | 2019-05-12 14:
17:05:11(501):03:26.939029+00 | 2019-05-12 14:03:26.93903+00 | t |
active | | 21405549 |

17:05:11(503):


17:05:11(505):


17:05:11(520):

+
17:05:11(535): | | | | |
| | | |
| |
17:05:11(546): | | |
| | | WITH inserted_row AS (

17:05:11(548):


17:05:11(550):


17:05:11(565):

+
17:05:11(581): | | | | |
| | | |
| |
17:05:11(598): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:11(610):


17:05:11(612):


17:05:11(627):

+
17:05:11(643): | | | | |
| | | |
| |
17:05:11(652): | | |
| | | VALUES (31954,

17:05:11(654):


17:05:11(656):


17:05:11(671):

+
17:05:11(687): | | | | |
| | | |
| |
17:05:11(697): | | |
| | | NULL,

17:05:11(699):


17:05:11(701):


17:05:11(716):

+
17:05:11(732): | | | | |
| | | |
| |
17:05:11(746): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:11(748):


17:05:11(751):


17:05:11(765):

+
17:05:11(781): | | | | |
| | | |
| |
17:05:11(792): | | |
| | |
run_state_finished(),
17:05:11(795):


17:05:11(797):


17:05:11(811):

+
17:05:11(827): | | | | |
| | | |
| |
17:05:11(837): | | |
| | | 0,

17:05:11(839):


17:05:11(841):


17:05:11(856):

+
17:05:11(873): | | | | |
| | | |
| |
17:05:11(889): | | |
| | |
'{"max-clock-error": 0.17, "packets-duplicated": 0, "succeeded": true,
17:05:11(909):"histogram-latency": {"0.04": 5, "0.20": 6, "0.21": 2,
"130.85": 1, "127.91": 1, "0.05": 11, "0.08": 69, "0.09": 71, "0.28": 5,
"0.29": 4, "153.56": 1, "0.24": 3, "0.25": 10, "0.26": 5, "0.27": 8,
17:05:11(930):"0.06": 24, "0.07": 51, "0.22": 6, "0.23": 3, "149.93": 1,
"0.01": 1, "12.26": 1, "0.02": 1, "0.15": 19, "0.14": 37, "0.17": 13, "0.16":
16, "0.11": 35, "0.10": 81, "0.13": 47, "0.12": 27, "0.19":
17:05:11(945):8, "0.18": 9, "98.64": 1, "0.33": 2, "0.32": 3, "0.31": 2,
"0.30": 7, "0.37": 1, "0.03": 2}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "pac
17:05:11(964): 16928 | pscheduler | 26986 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:01:56.311351+00 | 2019-05-12 14:03:50.628927+00 | 2019-05-12 14:
17:05:11(970):03:50.628983+00 | 2019-05-12 14:03:50.628985+00 | t |
active | | 21405549 |

17:05:11(972):


17:05:11(975):


17:05:11(989):

+
17:05:12(006): | | | | |
| | | |
| |
17:05:12(016): | | |
| | | WITH inserted_row AS (

17:05:12(018):


17:05:12(021):


17:05:12(036):

+
17:05:12(052): | | | | |
| | | |
| |
17:05:12(067): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:12(070):


17:05:12(072):


17:05:12(087):

+
17:05:12(102): | | | | |
| | | |
| |
17:05:12(112): | | |
| | | VALUES (33013,

17:05:12(114):


17:05:12(116):


17:05:12(131):

+
17:05:12(147): | | | | |
| | | |
| |
17:05:12(156): | | |
| | | NULL,

17:05:12(158):


17:05:12(160):


17:05:12(175):

+
17:05:12(191): | | | | |
| | | |
| |
17:05:12(206): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:12(208):


17:05:12(211):


17:05:12(225):

+
17:05:12(241): | | | | |
| | | |
| |
17:05:12(252): | | |
| | |
run_state_finished(),
17:05:12(254):


17:05:12(256):


17:05:12(271):

+
17:05:12(287): | | | | |
| | | |
| |
17:05:12(297): | | |
| | | 0,

17:05:12(300):


17:05:12(302):


17:05:12(316):

+
17:05:12(332): | | | | |
| | | |
| |
17:05:12(349): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:05:12(370):histogram-latency": {"0.48": 2, "0.49": 6, "0.60": 27, "0.61":
22, "0.62": 24, "0.63": 16, "0.64": 14, "0.65": 14, "0.66": 15, "0.67": 17,
"0.68": 8, "0.69": 5, "0.53": 6, "0.78": 20, "0.82": 13, "
17:05:12(391):0.83": 13, "0.80": 18, "0.81": 23, "0.86": 14, "0.87": 12,
"0.84": 8, "0.85": 10, "0.88": 7, "0.89": 3, "0.46": 1, "0.59": 27, "0.58":
29, "0.71": 12, "0.70": 3, "0.77": 11, "0.76": 6, "0.75": 14,
17:05:12(409):"0.74": 16, "0.51": 10, "0.50": 7, "0.79": 25, "0.52": 9,
"0.55": 23, "0.54": 14, "0.57": 29, "0.56": 19, "0.73": 8, "0.72": 7, "0.95":
1, "0.91": 4, "0.90": 4, "0.93": 3, "
17:05:12(427): 16928 | pscheduler | 22576 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
18:56:26.455533+00 | 2019-05-12 14:03:48.856904+00 | 2019-05-12 14:
17:05:12(433):03:48.85695+00 | 2019-05-12 14:03:48.856952+00 | t |
active | | 21405549 |

17:05:12(436):


17:05:12(438):


17:05:12(452):

+
17:05:12(468): | | | | |
| | | |
| |
17:05:12(478): | | |
| | | WITH inserted_row AS (

17:05:12(480):


17:05:12(482):


17:05:12(497):

+
17:05:12(512): | | | | |
| | | |
| |
17:05:12(528): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:12(530):


17:05:12(532):


17:05:12(547):

+
17:05:12(563): | | | | |
| | | |
| |
17:05:12(572): | | |
| | | VALUES (32361,

17:05:12(574):


17:05:12(577):


17:05:12(591):

+
17:05:12(607): | | | | |
| | | |
| |
17:05:12(617): | | |
| | | NULL,

17:05:12(619):


17:05:12(621):


17:05:12(635):

+
17:05:12(651): | | | | |
| | | |
| |
17:05:12(666): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:12(668):


17:05:12(670):


17:05:12(685):

+
17:05:12(701): | | | | |
| | | |
| |
17:05:12(712): | | |
| | |
run_state_finished(),
17:05:12(714):


17:05:12(716):


17:05:12(731):

+
17:05:12(748): | | | | |
| | | |
| |
17:05:12(757): | | |
| | | 0,

17:05:12(760):


17:05:12(762):


17:05:12(777):

+
17:05:12(793): | | | | |
| | | |
| |
17:05:12(810): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:05:12(831):histogram-latency": {"1.24": 3, "1.31": 4, "1.16": 12, "1.17":
12, "1.14": 7, "1.15": 2, "1.12": 3, "1.13": 2, "1.10": 3, "1.11": 1, "1.18":
8, "1.19": 13, "0.86": 4, "1.30": 11, "1.25": 10, "1.32"
17:05:12(852):: 1, "1.33": 2, "1.34": 1, "1.35": 1, "1.36": 1, "1.23": 18,
"0.89": 11, "1.22": 15, "1.21": 18, "1.20": 15, "1.01": 29, "1.00": 48,
"1.03": 21, "1.02": 26, "1.05": 11, "1.04": 22, "1.07": 4, "1.06
17:05:12(869):": 6, "1.09": 2, "0.91": 9, "1.26": 17, "1.29": 7, "1.28": 14,
"0.99": 27, "0.98": 31, "1.08": 4, "0.95": 26, "0.94": 7, "0.97": 26, "0.96":
32, "1.27": 16, "0.90": 7, "0.93
17:05:12(887): 16928 | pscheduler | 14095 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
15:42:34.857204+00 | 2019-05-12 14:03:25.777465+00 | 2019-05-12 14:
17:05:12(894):03:25.777566+00 | 2019-05-12 14:03:25.777567+00 | t |
active | | 21405549 |

17:05:12(896):


17:05:12(899):


17:05:12(913):

+
17:05:12(929): | | | | |
| | | |
| |
17:05:12(940): | | |
| | | WITH inserted_row AS (

17:05:12(941):


17:05:12(945):


17:05:12(959):

+
17:05:12(975): | | | | |
| | | |
| |
17:05:12(990): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:12(992):


17:05:12(995):


17:05:13(009):

+
17:05:13(027): | | | | |
| | | |
| |
17:05:13(036): | | |
| | | VALUES (32420,

17:05:13(038):


17:05:13(041):


17:05:13(055):

+
17:05:13(071): | | | | |
| | | |
| |
17:05:13(081): | | |
| | | NULL,

17:05:13(083):


17:05:13(085):


17:05:13(100):

+
17:05:13(116): | | | | |
| | | |
| |
17:05:13(131): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:13(133):


17:05:13(135):


17:05:13(150):

+
17:05:13(166): | | | | |
| | | |
| |
17:05:13(177): | | |
| | |
run_state_finished(),
17:05:13(179):


17:05:13(182):


17:05:13(197):

+
17:05:13(213): | | | | |
| | | |
| |
17:05:13(221): | | |
| | | 0,

17:05:13(223):


17:05:13(226):


17:05:13(241):

+
17:05:13(257): | | | | |
| | | |
| |
17:05:13(273): | | |
| | |
'{"max-clock-error": 0.49, "packets-duplicated": 0, "succeeded": true,
17:05:13(294):"histogram-latency": {"0.49": 2, "0.60": 24, "0.61": 27,
"0.62": 37, "0.63": 37, "0.64": 15, "0.65": 26, "0.66": 18, "0.67": 15,
"0.68": 15, "0.69": 14, "0.53": 7, "0.78": 12, "0.82": 21, "0.83": 1
17:05:13(315):7, "0.80": 18, "0.81": 27, "0.86": 11, "0.87": 12, "0.84": 20,
"0.85": 17, "0.88": 13, "0.89": 13, "0.59": 19, "0.72": 3, "0.71": 7, "0.70":
12, "0.77": 16, "0.76": 6, "0.75": 1, "0.74": 2, "0.51":
17:05:13(332): 4, "0.50": 1, "0.79": 19, "0.52": 3, "0.55": 4, "0.54": 4,
"0.57": 15, "0.56": 5, "0.73": 11, "0.58": 16, "0.95": 3, "0.94": 2, "0.96":
3, "0.91": 5, "0.90": 14, "0.93": 2,
17:05:13(351): 16928 | pscheduler | 29747 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
04:50:29.252423+00 | 2019-05-12 14:03:49.565469+00 | 2019-05-12 14:
17:05:13(357):03:49.565532+00 | 2019-05-12 14:03:49.565533+00 | t |
active | | 21405549 |

17:05:13(359):


17:05:13(361):


17:05:13(376):

+
17:05:13(392): | | | | |
| | | |
| |
17:05:13(402): | | |
| | | WITH inserted_row AS (

17:05:13(404):


17:05:13(407):


17:05:13(423):

+
17:05:13(439): | | | | |
| | | |
| |
17:05:13(454): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:13(456):


17:05:13(458):


17:05:13(473):

+
17:05:13(489): | | | | |
| | | |
| |
17:05:13(499): | | |
| | | VALUES (32937,

17:05:13(501):


17:05:13(503):


17:05:13(518):

+
17:05:13(534): | | | | |
| | | |
| |
17:05:13(544): | | |
| | | NULL,

17:05:13(546):


17:05:13(548):


17:05:13(563):

+
17:05:13(579): | | | | |
| | | |
| |
17:05:13(593): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:13(597):


17:05:13(599):


17:05:13(614):

+
17:05:13(630): | | | | |
| | | |
| |
17:05:13(640): | | |
| | |
run_state_finished(),
17:05:13(643):


17:05:13(645):


17:05:13(660):

+
17:05:13(676): | | | | |
| | | |
| |
17:05:13(685): | | |
| | | 0,

17:05:13(687):


17:05:13(689):


17:05:13(705):

+
17:05:13(721): | | | | |
| | | |
| |
17:05:13(738): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:05:13(758):"histogram-latency": {"-0.06": 18, "-0.07": 3, "-0.04": 44,
"-0.05": 8, "-0.02": 95, "-0.03": 141, "-0.01": 140, "0.20": 1, "-0.08": 2,
"0.08": 2, "0.09": 4, "0.02": 17, "0.03": 9, "0.00": 34, "0.0
17:05:13(779):1": 25, "0.06": 5, "0.07": 8, "0.04": 6, "0.05": 2, "0.15": 2,
"0.14": 5, "0.17": 6, "0.16": 2, "0.11": 4, "0.10": 6, "0.12": 2, "0.19": 6,
"0.18": 3}, "histogram-ttl": {"253": 600}, "packets-sent"
17:05:13(794):: 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}')
+
17:05:13(810): | | | | |
| | | |
| |
17:05:13(819): | | |
| | | RETURNING *

17:05:13(822):


17:05:13(824):


17:05:13(838):

+
17:05:13(855): | | | | |
| | | |
| |
17:05:13(866): | | |
| | | ) SELECT uuid FROM
inserted_row
17:05:13(868):


17:05:13(870):


17:05:13(885):

+
17:05:13(901): | | | | |
| | | |
| |
17:05:13(907): | | |
| | |
17:05:13(925): 16928 | pscheduler | 2212 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
08:16:59.141466+00 | 2019-05-12 14:03:40.309925+00 | 2019-05-12 14:
17:05:13(932):03:40.309973+00 | 2019-05-12 14:03:40.309974+00 | t |
active | | 21405549 |

17:05:13(934):


17:05:13(936):


17:05:13(951):

+
17:05:13(967): | | | | |
| | | |
| |
17:05:13(976): | | |
| | | WITH inserted_row AS (

17:05:13(979):


17:05:13(981):


17:05:13(996):

+
17:05:14(011): | | | | |
| | | |
| |
17:05:14(027): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:14(030):


17:05:14(032):


17:05:14(046):

+
17:05:14(062): | | | | |
| | | |
| |
17:05:14(071): | | |
| | | VALUES (31746,

17:05:14(073):


17:05:14(076):


17:05:14(090):

+
17:05:14(107): | | | | |
| | | |
| |
17:05:14(116): | | |
| | | NULL,

17:05:14(118):


17:05:14(120):


17:05:14(135):

+
17:05:14(151): | | | | |
| | | |
| |
17:05:14(165): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:14(167):


17:05:14(169):


17:05:14(184):

+
17:05:14(200): | | | | |
| | | |
| |
17:05:14(211): | | |
| | |
run_state_finished(),
17:05:14(213):


17:05:14(215):


17:05:14(230):

+
17:05:14(246): | | | | |
| | | |
| |
17:05:14(255): | | |
| | | 0,

17:05:14(257):


17:05:14(259):


17:05:14(274):

+
17:05:14(290): | | | | |
| | | |
| |
17:05:14(307): | | |
| | |
'{"max-clock-error": 0.29, "packets-duplicated": 0, "succeeded": true,
17:05:14(328):"histogram-latency": {"-0.06": 81, "-0.07": 60, "-0.04": 69,
"-0.05": 74, "-0.02": 20, "-0.03": 52, "-0.01": 21, "0.20": 1, "-0.08": 52,
"-0.09": 43, "0.62": 1, "0.08": 3, "0.09": 5, "0.02": 4, "0.
17:05:14(350):03": 8, "0.00": 15, "0.01": 6, "0.06": 4, "0.07": 3, "0.04":
10, "0.05": 7, "-0.11": 7, "-0.10": 12, "-0.12": 5, "0.15": 5, "0.14": 4,
"0.17": 4, "0.16": 1, "0.11": 7, "0.10": 4, "0.13": 8, "0.12":
17:05:14(365): 3, "0.19": 1}, "histogram-ttl": {"253": 600}, "packets-sent":
600, "packets-reordered": 0, "packets-lost": 0, "packets-received": 600,
"schema": 1}') +
17:05:14(381): | | | | |
| | | |
| |
17:05:14(389): | | |
| | | RE
17:05:14(407): 16928 | pscheduler | 9663 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:34:41.735248+00 | 2019-05-12 14:03:49.087406+00 | 2019-05-12 14:
17:05:14(414):03:49.087462+00 | 2019-05-12 14:03:49.087463+00 | t |
active | | 21405549 |

17:05:14(416):


17:05:14(418):


17:05:14(435):

+
17:05:14(451): | | | | |
| | | |
| |
17:05:14(460): | | |
| | | WITH inserted_row AS (

17:05:14(463):


17:05:14(465):


17:05:14(480):

+
17:05:14(496): | | | | |
| | | |
| |
17:05:14(511): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:14(513):


17:05:14(515):


17:05:14(530):

+
17:05:14(546): | | | | |
| | | |
| |
17:05:14(555): | | |
| | | VALUES (32004,

17:05:14(557):


17:05:14(559):


17:05:14(574):

+
17:05:14(590): | | | | |
| | | |
| |
17:05:14(599): | | |
| | | NULL,

17:05:14(601):


17:05:14(604):


17:05:14(618):

+
17:05:14(634): | | | | |
| | | |
| |
17:05:14(649): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:14(651):


17:05:14(654):


17:05:14(668):

+
17:05:14(684): | | | | |
| | | |
| |
17:05:14(695): | | |
| | |
run_state_finished(),
17:05:14(697):


17:05:14(699):


17:05:14(714):

+
17:05:14(729): | | | | |
| | | |
| |
17:05:14(738): | | |
| | | 0,

17:05:14(740):


17:05:14(742):


17:05:14(757):

+
17:05:14(774): | | | | |
| | | |
| |
17:05:14(790): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:05:14(812):"histogram-latency": {"3.15": 1, "23.42": 1, "0.44": 2,
"0.42": 5, "0.43": 9, "0.40": 4, "0.41": 7, "0.28": 11, "0.29": 10, "0.24":
44, "0.25": 26, "0.26": 12, "0.27": 10, "0.20": 103, "0.21": 64,
17:05:14(833):"0.22": 40, "0.23": 55, "1.38": 1, "18.30": 1, "0.58": 1,
"0.17": 15, "0.16": 3, "0.19": 96, "0.18": 22, "0.39": 6, "0.38": 7, "0.37":
4, "0.36": 4, "0.35": 6, "0.34": 4, "0.33": 8, "0.32": 4, "0.3
17:05:14(848):1": 5, "0.30": 9}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:14(864): | | | | |
| | | |
| |
17:05:14(870): | | |
| | |
17:05:14(888): 16928 | pscheduler | 26446 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:59:28.396559+00 | 2019-05-12 14:03:25.274447+00 | 2019-05-12 14:
17:05:14(894):03:25.27449+00 | 2019-05-12 14:03:25.274492+00 | t |
active | | 21405549 |

17:05:14(897):


17:05:14(899):


17:05:14(913):

+
17:05:14(930): | | | | |
| | | |
| |
17:05:14(939): | | |
| | | WITH inserted_row AS (

17:05:14(942):


17:05:14(944):


17:05:14(959):

+
17:05:14(974): | | | | |
| | | |
| |
17:05:14(989): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:14(991):


17:05:14(994):


17:05:15(009):

+
17:05:15(025): | | | | |
| | | |
| |
17:05:15(037): | | |
| | | VALUES (32319,

17:05:15(039):


17:05:15(042):


17:05:15(065):

+
17:05:15(081): | | | | |
| | | |
| |
17:05:15(091): | | |
| | | NULL,

17:05:15(093):


17:05:15(095):


17:05:15(110):

+
17:05:15(126): | | | | |
| | | |
| |
17:05:15(141): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:15(143):


17:05:15(145):


17:05:15(159):

+
17:05:15(175): | | | | |
| | | |
| |
17:05:15(187): | | |
| | |
run_state_finished(),
17:05:15(189):


17:05:15(191):


17:05:15(205):

+
17:05:15(221): | | | | |
| | | |
| |
17:05:15(230): | | |
| | | 0,

17:05:15(233):


17:05:15(235):


17:05:15(249):

+
17:05:15(265): | | | | |
| | | |
| |
17:05:15(282): | | |
| | |
'{"max-clock-error": 0.41, "packets-duplicated": 0, "succeeded": true,
17:05:15(303):"histogram-latency": {"0.20": 22, "0.07": 6, "0.04": 3,
"0.48": 8, "0.49": 11, "0.46": 14, "0.47": 19, "0.44": 14, "0.45": 11,
"0.42": 15, "0.43": 16, "0.40": 16, "0.41": 20, "0.05": 1, "0.08": 8,
17:05:15(324):"0.09": 13, "0.28": 5, "0.29": 6, "0.24": 16, "0.25": 7,
"0.26": 11, "0.27": 4, "0.06": 6, "0.21": 21, "0.22": 16, "0.23": 13, "0.15":
23, "0.14": 17, "0.17": 29, "0.16": 18, "0.11": 9, "0.10": 11,
17:05:15(341): "0.13": 23, "0.12": 15, "0.51": 9, "0.50": 19, "0.53": 7,
"0.52": 11, "0.19": 11, "0.18": 16, "0.54": 3, "1.04": 1, "0.39": 20, "0.38":
11, "0.37": 8, "0.36": 8, "0.35": 6,
17:05:15(360): 16928 | pscheduler | 30969 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
23:13:31.202482+00 | 2019-05-12 14:03:27.739563+00 | 2019-05-12 14:
17:05:15(366):03:27.739609+00 | 2019-05-12 14:03:27.73961+00 | t |
active | | 21405549 |

17:05:15(369):


17:05:15(371):


17:05:15(385):

+
17:05:15(402): | | | | |
| | | |
| |
17:05:15(411): | | |
| | | WITH inserted_row AS (

17:05:15(414):


17:05:15(417):


17:05:15(432):

+
17:05:15(449): | | | | |
| | | |
| |
17:05:15(464): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:15(466):


17:05:15(468):


17:05:15(483):

+
17:05:15(499): | | | | |
| | | |
| |
17:05:15(508): | | |
| | | VALUES (32667,

17:05:15(510):


17:05:15(513):


17:05:15(528):

+
17:05:15(545): | | | | |
| | | |
| |
17:05:15(554): | | |
| | | NULL,

17:05:15(556):


17:05:15(559):


17:05:15(573):

+
17:05:15(589): | | | | |
| | | |
| |
17:05:15(603): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:15(605):


17:05:15(608):


17:05:15(622):

+
17:05:15(638): | | | | |
| | | |
| |
17:05:15(650): | | |
| | |
run_state_finished(),
17:05:15(652):


17:05:15(654):


17:05:15(669):

+
17:05:15(685): | | | | |
| | | |
| |
17:05:15(694): | | |
| | | 0,

17:05:15(696):


17:05:15(699):


17:05:15(714):

+
17:05:15(730): | | | | |
| | | |
| |
17:05:15(748): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:05:15(768):"histogram-latency": {"0.48": 15, "0.67": 8, "0.60": 5,
"0.68": 14, "0.62": 8, "0.63": 12, "0.64": 21, "0.65": 8, "0.66": 15, "0.49":
9, "0.46": 11, "0.69": 18, "0.44": 25, "0.45": 19, "0.42": 28,
17:05:15(791):"0.43": 23, "0.40": 20, "0.41": 31, "0.52": 5, "0.28": 1,
"0.29": 1, "0.27": 1, "0.80": 3, "0.61": 7, "0.79": 1, "0.73": 6, "0.72": 8,
"0.71": 12, "0.70": 18, "0.77": 5, "0.76": 5, "0.75": 3, "0.74
17:05:15(809):": 4, "0.51": 14, "0.50": 16, "0.53": 7, "0.78": 4, "0.55": 3,
"0.54": 6, "0.57": 2, "0.56": 4, "0.47": 17, "0.59": 10, "0.39": 21, "0.38":
28, "0.37": 16, "0.36": 25, "0.35
17:05:15(827): 16928 | pscheduler | 6484 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:21:32.384405+00 | 2019-05-12 14:03:51.94282+00 | 2019-05-12 14:
17:05:15(834):03:51.942869+00 | 2019-05-12 14:03:51.94287+00 | t |
active | | 21405549 |

17:05:15(836):


17:05:15(838):


17:05:15(852):

+
17:05:15(868): | | | | |
| | | |
| |
17:05:15(878): | | |
| | | WITH inserted_row AS (

17:05:15(880):


17:05:15(883):


17:05:15(897):

+
17:05:15(913): | | | | |
| | | |
| |
17:05:15(928): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:15(931):


17:05:15(933):


17:05:15(948):

+
17:05:15(963): | | | | |
| | | |
| |
17:05:15(972): | | |
| | | VALUES (33134,

17:05:15(975):


17:05:15(977):


17:05:15(992):

+
17:05:16(007): | | | | |
| | | |
| |
17:05:16(017): | | |
| | | NULL,

17:05:16(019):


17:05:16(021):


17:05:16(037):

+
17:05:16(054): | | | | |
| | | |
| |
17:05:16(068): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:16(070):


17:05:16(072):


17:05:16(087):

+
17:05:16(104): | | | | |
| | | |
| |
17:05:16(118): | | |
| | |
run_state_finished(),
17:05:16(121):


17:05:16(123):


17:05:16(138):

+
17:05:16(154): | | | | |
| | | |
| |
17:05:16(162): | | |
| | | 0,

17:05:16(165):


17:05:16(167):


17:05:16(182):

+
17:05:16(198): | | | | |
| | | |
| |
17:05:16(215): | | |
| | |
'{"max-clock-error": 0.44, "packets-duplicated": 0, "succeeded": true,
17:05:16(236):"histogram-latency": {"-0.06": 7, "-0.07": 13, "-0.04": 10,
"-0.05": 10, "-0.02": 5, "-0.03": 4, "-0.01": 4, "-0.20": 9, "-0.21": 2,
"-0.22": 2, "-0.09": 15, "0.66": 1, "0.08": 3, "0.09": 1, "0.02"
17:05:16(257):: 6, "0.03": 7, "0.00": 5, "0.01": 6, "0.06": 7, "0.07": 2,
"0.04": 1, "0.05": 3, "1.71": 1, "-0.15": 62, "-0.14": 82, "-0.17": 37,
"-0.16": 69, "-0.11": 18, "-0.10": 19, "-0.13": 69, "-0.12": 30,
17:05:16(271):"-0.19": 21, "-0.18": 51, "0.14": 1, "-0.08": 15, "0.12": 1,
"0.32": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "pack
17:05:16(290): 16928 | pscheduler | 31858 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:15:12.681168+00 | 2019-05-12 14:03:52.24059+00 | 2019-05-12 14:
17:05:16(297):03:52.240629+00 | 2019-05-12 14:03:52.24063+00 | t |
active | | 21405549 |

17:05:16(299):


17:05:16(301):


17:05:16(316):

+
17:05:16(332): | | | | |
| | | |
| |
17:05:16(342): | | |
| | | WITH inserted_row AS (

17:05:16(344):


17:05:16(347):


17:05:16(362):

+
17:05:16(378): | | | | |
| | | |
| |
17:05:16(393): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:16(396):


17:05:16(399):


17:05:16(413):

+
17:05:16(429): | | | | |
| | | |
| |
17:05:16(439): | | |
| | | VALUES (32001,

17:05:16(442):


17:05:16(444):


17:05:16(459):

+
17:05:16(475): | | | | |
| | | |
| |
17:05:16(485): | | |
| | | NULL,

17:05:16(489):


17:05:16(491):


17:05:16(506):

+
17:05:16(522): | | | | |
| | | |
| |
17:05:16(536): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:16(539):


17:05:16(541):


17:05:16(556):

+
17:05:16(572): | | | | |
| | | |
| |
17:05:16(583): | | |
| | |
run_state_finished(),
17:05:16(585):


17:05:16(587):


17:05:16(602):

+
17:05:16(618): | | | | |
| | | |
| |
17:05:16(627): | | |
| | | 0,

17:05:16(629):


17:05:16(632):


17:05:16(647):

+
17:05:16(663): | | | | |
| | | |
| |
17:05:16(679): | | |
| | |
'{"max-clock-error": 0.79, "packets-duplicated": 0, "succeeded": true,
17:05:16(700):"histogram-latency": {"1.52": 11, "143.36": 1, "1.53": 2,
"1.59": 1, "1.38": 45, "1.39": 57, "1.50": 3, "1.51": 4, "1.56": 4, "1.57":
3, "1.54": 9, "105.45": 1, "1.30": 2, "1.31": 9, "1.32": 14, "1
17:05:16(721):.33": 38, "1.34": 68, "1.35": 52, "1.36": 52, "1.37": 41,
"1.55": 4, "1.58": 2, "2.43": 1, "80.64": 1, "1.62": 3, "1.29": 1, "1.28": 1,
"1.49": 4, "1.48": 6, "1.61": 2, "1.60": 2, "1.45": 10, "1.44
17:05:16(736):": 5, "1.47": 9, "1.46": 3, "1.41": 39, "1.40": 41, "1.43":
18, "1.42": 31}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "
17:05:16(754): 16928 | pscheduler | 30403 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
23:13:09.095365+00 | 2019-05-12 14:03:27.164494+00 | 2019-05-12 14:
17:05:16(760):03:27.164522+00 | 2019-05-12 14:03:27.164536+00 | t |
active | | 21405549 |

17:05:16(763):


17:05:16(765):


17:05:16(780):

+
17:05:16(796): | | | | |
| | | |
| |
17:05:16(806): | | |
| | | WITH inserted_row AS (

17:05:16(808):


17:05:16(810):


17:05:16(825):

+
17:05:16(841): | | | | |
| | | |
| |
17:05:16(856): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:16(858):


17:05:16(860):


17:05:16(874):

+
17:05:16(891): | | | | |
| | | |
| |
17:05:16(901): | | |
| | | VALUES (32713,

17:05:16(903):


17:05:16(905):


17:05:16(920):

+
17:05:16(936): | | | | |
| | | |
| |
17:05:16(945): | | |
| | | NULL,

17:05:16(948):


17:05:16(950):


17:05:16(964):

+
17:05:16(980): | | | | |
| | | |
| |
17:05:16(994): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:16(997):


17:05:16(999):


17:05:17(013):

+
17:05:17(029): | | | | |
| | | |
| |
17:05:17(040): | | |
| | |
run_state_finished(),
17:05:17(043):


17:05:17(045):


17:05:17(060):

+
17:05:17(076): | | | | |
| | | |
| |
17:05:17(085): | | |
| | | 0,

17:05:17(087):


17:05:17(089):


17:05:17(104):

+
17:05:17(121): | | | | |
| | | |
| |
17:05:17(138): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:17(159):histogram-latency": {"0.61": 1, "0.63": 1, "0.48": 6, "0.49":
6, "0.46": 13, "0.47": 8, "0.44": 13, "0.45": 15, "0.42": 29, "0.43": 11,
"0.40": 61, "0.41": 51, "2.55": 1, "0.59": 2, "0.58": 4, "0.5
17:05:17(180):1": 13, "0.50": 7, "0.53": 7, "0.52": 3, "0.55": 6, "0.54": 9,
"0.57": 6, "0.56": 7, "0.39": 44, "0.38": 29, "0.37": 42, "0.36": 85, "0.35":
61, "0.34": 33, "0.33": 16, "0.32": 6, "0.31": 3, "0.93"
17:05:17(195):: 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:05:17(211): | | | | |
| | | |
| |
17:05:17(222): | | |
| | | RETURNING *

17:05:17(224):


17:05:17(226):


17:05:17(241):

+
17:05:17(257): | | | | |
| | | |
| |
17:05:17(263): | | |
| | |
17:05:17(282): 16928 | pscheduler | 11061 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
04:17:59.365298+00 | 2019-05-12 14:03:28.462331+00 | 2019-05-12 14:
17:05:17(288):03:28.462363+00 | 2019-05-12 14:03:28.462364+00 | t |
active | | 21405549 |

17:05:17(291):


17:05:17(293):


17:05:17(307):

+
17:05:17(323): | | | | |
| | | |
| |
17:05:17(333): | | |
| | | WITH inserted_row AS (

17:05:17(335):


17:05:17(337):


17:05:17(353):

+
17:05:17(369): | | | | |
| | | |
| |
17:05:17(385): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:17(387):


17:05:17(389):


17:05:17(404):

+
17:05:17(420): | | | | |
| | | |
| |
17:05:17(430): | | |
| | | VALUES (32053,

17:05:17(433):


17:05:17(435):


17:05:17(449):

+
17:05:17(466): | | | | |
| | | |
| |
17:05:17(476): | | |
| | | NULL,

17:05:17(478):


17:05:17(480):


17:05:17(495):

+
17:05:17(510): | | | | |
| | | |
| |
17:05:17(525): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:17(527):


17:05:17(529):


17:05:17(544):

+
17:05:17(560): | | | | |
| | | |
| |
17:05:17(571): | | |
| | |
run_state_finished(),
17:05:17(573):


17:05:17(575):


17:05:17(589):

+
17:05:17(605): | | | | |
| | | |
| |
17:05:17(614): | | |
| | | 0,

17:05:17(616):


17:05:17(618):


17:05:17(633):

+
17:05:17(649): | | | | |
| | | |
| |
17:05:17(666): | | |
| | |
'{"max-clock-error": 0.48, "packets-duplicated": 0, "succeeded": true,
17:05:17(687):"histogram-latency": {"-0.06": 47, "-0.07": 70, "-0.04": 23,
"-0.05": 51, "-0.02": 3, "-0.03": 17, "-0.01": 4, "-0.08": 74, "-0.09": 73,
"0.08": 4, "0.09": 9, "0.02": 8, "0.03": 4, "0.00": 4, "0.01
17:05:17(708):": 1, "0.06": 3, "0.07": 6, "0.04": 3, "0.05": 5, "-0.15": 2,
"-0.14": 11, "-0.11": 53, "-0.10": 74, "-0.13": 11, "-0.12": 15, "0.15": 3,
"0.14": 1, "0.17": 1, "0.16": 3, "0.11": 5, "0.10": 4, "0.1
17:05:17(724):3": 3, "0.12": 5}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:17(740): | | | | |
| | | |
| |
17:05:17(746): | | |
| | |
17:05:17(764): 16928 | pscheduler | 5010 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
11:37:36.278542+00 | 2019-05-12 14:03:50.11727+00 | 2019-05-12 14:
17:05:17(771):03:50.117327+00 | 2019-05-12 14:03:50.117329+00 | t |
active | | 21405549 |

17:05:17(773):


17:05:17(775):


17:05:17(790):

+
17:05:17(807): | | | | |
| | | |
| |
17:05:17(818): | | |
| | | WITH inserted_row AS (

17:05:17(820):


17:05:17(822):


17:05:17(837):

+
17:05:17(853): | | | | |
| | | |
| |
17:05:17(869): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:17(871):


17:05:17(873):


17:05:17(888):

+
17:05:17(903): | | | | |
| | | |
| |
17:05:17(914): | | |
| | | VALUES (33124,

17:05:17(917):


17:05:17(919):


17:05:17(934):

+
17:05:17(950): | | | | |
| | | |
| |
17:05:17(958): | | |
| | | NULL,

17:05:17(961):


17:05:17(963):


17:05:17(977):

+
17:05:17(993): | | | | |
| | | |
| |
17:05:18(007): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:18(009):


17:05:18(011):


17:05:18(026):

+
17:05:18(043): | | | | |
| | | |
| |
17:05:18(054): | | |
| | |
run_state_finished(),
17:05:18(056):


17:05:18(058):


17:05:18(073):

+
17:05:18(089): | | | | |
| | | |
| |
17:05:18(098): | | |
| | | 0,

17:05:18(101):


17:05:18(103):


17:05:18(118):

+
17:05:18(134): | | | | |
| | | |
| |
17:05:18(151): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:05:18(171):"histogram-latency": {"0.66": 2, "0.67": 6, "0.60": 9, "0.68":
9, "0.62": 4, "0.63": 1, "0.64": 4, "0.65": 6, "0.48": 16, "0.49": 36,
"0.46": 14, "0.47": 14, "0.44": 15, "0.45": 6, "0.42": 7, "0.43
17:05:18(192):": 16, "0.40": 3, "0.41": 7, "0.82": 3, "0.52": 32, "1.12": 1,
"0.69": 13, "0.83": 4, "0.80": 12, "0.81": 14, "0.86": 2, "0.84": 4, "0.88":
1, "0.89": 1, "0.61": 4, "0.73": 25, "0.58": 14, "0.71":
17:05:18(208):22, "0.70": 13, "0.77": 9, "0.76": 5, "0.75": 21, "0.74": 17,
"0.51": 18, "0.50": 28, "0.53": 31, "0.78": 9, "0.55": 19, "0.54": 26,
"0.57": 9, "0.56": 12, "0.79": 20, "0.59
17:05:18(227): 16928 | pscheduler | 25630 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
14:03:18.304375+00 | 2019-05-12 14:03:52.623319+00 | 2019-05-12 14:
17:05:18(233):03:52.623394+00 | 2019-05-12 14:03:52.623395+00 | t |
active | | 21405549 |

17:05:18(235):


17:05:18(237):


17:05:18(252):

+
17:05:18(269): | | | | |
| | | |
| |
17:05:18(278): | | |
| | | WITH inserted_row AS (

17:05:18(280):


17:05:18(283):


17:05:18(297):

+
17:05:18(314): | | | | |
| | | |
| |
17:05:18(329): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:18(331):


17:05:18(334):


17:05:18(348):

+
17:05:18(364): | | | | |
| | | |
| |
17:05:18(374): | | |
| | | VALUES (31953,

17:05:18(376):


17:05:18(379):


17:05:18(393):

+
17:05:18(409): | | | | |
| | | |
| |
17:05:18(418): | | |
| | | NULL,

17:05:18(421):


17:05:18(423):


17:05:18(437):

+
17:05:18(454): | | | | |
| | | |
| |
17:05:18(468): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:18(471):


17:05:18(473):


17:05:18(488):

+
17:05:18(505): | | | | |
| | | |
| |
17:05:18(516): | | |
| | |
run_state_finished(),
17:05:18(519):


17:05:18(530):


17:05:18(545):

+
17:05:18(562): | | | | |
| | | |
| |
17:05:18(571): | | |
| | | 0,

17:05:18(573):


17:05:18(575):


17:05:18(591):

+
17:05:18(607): | | | | |
| | | |
| |
17:05:18(624): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:18(644):histogram-latency": {"0.62": 1, "0.48": 4, "0.49": 2, "0.46":
6, "0.47": 4, "0.44": 9, "0.45": 5, "0.42": 7, "0.40": 8, "0.41": 4, "0.28":
48, "0.29": 35, "0.24": 20, "0.25": 39, "0.26": 56, "0.27"
17:05:18(665):: 49, "61.06": 1, "0.21": 3, "0.22": 7, "0.23": 6, "0.59": 1,
"65.75": 1, "0.51": 1, "0.50": 3, "0.52": 2, "0.56": 1, "0.39": 5, "0.38": 7,
"0.37": 14, "0.36": 16, "0.35": 18, "0.34": 27, "0.33": 3
17:05:18(681):4, "0.32": 48, "0.31": 53, "0.30": 55}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}'
17:05:18(699): 16928 | pscheduler | 30147 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
05:09:51.094442+00 | 2019-05-12 14:03:21.071312+00 | 2019-05-12 14:
17:05:18(706):03:21.07135+00 | 2019-05-12 14:03:21.071351+00 | t |
active | | 21405549 |

17:05:18(708):


17:05:18(710):


17:05:18(725):

+
17:05:18(741): | | | | |
| | | |
| |
17:05:18(751): | | |
| | | WITH inserted_row AS (

17:05:18(753):


17:05:18(755):


17:05:18(769):

+
17:05:18(786): | | | | |
| | | |
| |
17:05:18(801): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:18(804):


17:05:18(806):


17:05:18(821):

+
17:05:18(837): | | | | |
| | | |
| |
17:05:18(846): | | |
| | | VALUES (31887,

17:05:18(848):


17:05:18(850):


17:05:18(865):

+
17:05:18(881): | | | | |
| | | |
| |
17:05:18(890): | | |
| | | NULL,

17:05:18(892):


17:05:18(895):


17:05:18(909):

+
17:05:18(925): | | | | |
| | | |
| |
17:05:18(939): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:18(941):


17:05:18(943):


17:05:18(958):

+
17:05:18(974): | | | | |
| | | |
| |
17:05:18(985): | | |
| | |
run_state_finished(),
17:05:18(987):


17:05:18(989):


17:05:19(004):

+
17:05:19(020): | | | | |
| | | |
| |
17:05:19(029): | | |
| | | 0,

17:05:19(031):


17:05:19(033):


17:05:19(048):

+
17:05:19(064): | | | | |
| | | |
| |
17:05:19(081): | | |
| | |
'{"max-clock-error": 0.47, "packets-duplicated": 0, "succeeded": true,
17:05:19(101):"histogram-latency": {"0.96": 5, "0.67": 1, "0.68": 1, "0.69":
4, "1.14": 1, "1.12": 1, "1.13": 1, "1.10": 9, "1.11": 4, "0.82": 27, "0.83":
30, "0.80": 41, "0.81": 37, "0.86": 15, "0.87": 15, "0.8
17:05:19(122):4": 17, "0.85": 18, "0.88": 8, "0.89": 8, "0.73": 4, "0.72":
11, "0.71": 7, "0.70": 10, "0.77": 28, "0.76": 20, "0.75": 9, "0.74": 10,
"0.79": 41, "0.78": 24, "1.01": 14, "1.00": 24, "1.03": 13, "1
17:05:19(139):.02": 17, "1.05": 10, "1.04": 9, "1.07": 9, "1.06": 8, "1.09":
2, "1.08": 8, "0.90": 8, "0.99": 15, "0.98": 25, "0.95": 4, "0.94": 3,
"0.97": 8, "1.24": 1, "0.91": 5, "1.26"
17:05:19(157): 16928 | pscheduler | 30826 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
03:00:37.088022+00 | 2019-05-12 14:03:29.075419+00 | 2019-05-12 14:
17:05:19(164):03:29.075475+00 | 2019-05-12 14:03:29.075476+00 | t |
active | | 21405549 |

17:05:19(166):


17:05:19(168):


17:05:19(183):

+
17:05:19(198): | | | | |
| | | |
| |
17:05:19(208): | | |
| | | WITH inserted_row AS (

17:05:19(211):


17:05:19(213):


17:05:19(227):

+
17:05:19(243): | | | | |
| | | |
| |
17:05:19(258): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:19(262):


17:05:19(265):


17:05:19(280):

+
17:05:19(296): | | | | |
| | | |
| |
17:05:19(305): | | |
| | | VALUES (31745,

17:05:19(307):


17:05:19(309):


17:05:19(324):

+
17:05:19(340): | | | | |
| | | |
| |
17:05:19(349): | | |
| | | NULL,

17:05:19(351):


17:05:19(353):


17:05:19(368):

+
17:05:19(384): | | | | |
| | | |
| |
17:05:19(398): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:19(401):


17:05:19(403):


17:05:19(417):

+
17:05:19(433): | | | | |
| | | |
| |
17:05:19(444): | | |
| | |
run_state_finished(),
17:05:19(446):


17:05:19(449):


17:05:19(464):

+
17:05:19(481): | | | | |
| | | |
| |
17:05:19(490): | | |
| | | 0,

17:05:19(492):


17:05:19(494):


17:05:19(509):

+
17:05:19(525): | | | | |
| | | |
| |
17:05:19(542): | | |
| | |
'{"max-clock-error": 0.15, "packets-duplicated": 0, "succeeded": true,
17:05:19(563):"histogram-latency": {"-0.15": 1, "-0.48": 4, "-0.49": 5,
"-0.42": 3, "-0.43": 3, "-0.40": 5, "-0.41": 3, "-0.46": 5, "-0.47": 3,
"-0.22": 1, "0.68": 1, "29.70": 1, "-0.72": 1, "-0.71": 2, "-0.53":
17:05:19(584): 2, "-0.59": 56, "-0.58": 47, "-0.38": 1, "-0.37": 1, "-0.36":
1, "-0.51": 5, "-0.50": 10, "-0.39": 1, "-0.52": 8, "-0.55": 11, "-0.54": 2,
"-0.57": 31, "-0.56": 13, "-0.44": 3, "-0.60": 55, "-0.61
17:05:19(600):": 47, "-0.62": 56, "-0.63": 52, "-0.64": 45, "-0.65": 42,
"-0.66": 23, "-0.67": 16, "-0.68": 19, "-0.69": 15}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-
17:05:19(618): 16928 | pscheduler | 31611 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
23:50:55.278415+00 | 2019-05-12 14:03:39.392995+00 | 2019-05-12 14:
17:05:19(625):03:39.393052+00 | 2019-05-12 14:03:39.393054+00 | t |
active | | 21405549 |

17:05:19(627):


17:05:19(629):


17:05:19(644):

+
17:05:19(660): | | | | |
| | | |
| |
17:05:19(670): | | |
| | | WITH inserted_row AS (

17:05:19(672):


17:05:19(674):


17:05:19(689):

+
17:05:19(705): | | | | |
| | | |
| |
17:05:19(720): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:19(722):


17:05:19(724):


17:05:19(739):

+
17:05:19(755): | | | | |
| | | |
| |
17:05:19(764): | | |
| | | VALUES (32111,

17:05:19(767):


17:05:19(769):


17:05:19(784):

+
17:05:19(801): | | | | |
| | | |
| |
17:05:19(811): | | |
| | | NULL,

17:05:19(813):


17:05:19(815):


17:05:19(830):

+
17:05:19(846): | | | | |
| | | |
| |
17:05:19(860): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:19(862):


17:05:19(865):


17:05:19(879):

+
17:05:19(895): | | | | |
| | | |
| |
17:05:19(906): | | |
| | |
run_state_finished(),
17:05:19(908):


17:05:19(911):


17:05:19(927):

+
17:05:19(943): | | | | |
| | | |
| |
17:05:19(954): | | |
| | | 0,

17:05:19(956):


17:05:19(958):


17:05:19(974):

+
17:05:19(990): | | | | |
| | | |
| |
17:05:20(007): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:05:20(029):"histogram-latency": {"0.82": 14, "0.83": 8, "0.80": 63,
"0.81": 28, "0.86": 4, "0.87": 6, "0.84": 4, "0.85": 3, "0.88": 4, "0.89": 3,
"0.73": 11, "0.72": 11, "0.71": 4, "0.70": 1, "0.77": 68, "0.7
17:05:20(050):6": 48, "0.75": 87, "0.74": 32, "0.79": 74, "0.78": 92,
"1.01": 1, "1.00": 2, "1.03": 1, "1.09": 1, "0.99": 2, "0.98": 2, "0.95": 5,
"0.94": 4, "0.97": 1, "0.96": 3, "0.91": 2, "0.90": 3, "0.93": 3
17:05:20(066):, "0.92": 5}, "histogram-ttl": {"253": 600}, "packets-sent":
600, "packets-reordered": 0, "packets-lost": 0, "packets-received": 600,
"schema": 1}') +
17:05:20(082): | | | | |
| | | |
| |
17:05:20(091): | | |
| | | RETU
17:05:20(109): 16928 | pscheduler | 16096 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
08:43:06.307853+00 | 2019-05-12 14:03:52.275235+00 | 2019-05-12 14:
17:05:20(116):03:52.275289+00 | 2019-05-12 14:03:52.27529+00 | t |
active | | 21405549 |

17:05:20(118):


17:05:20(120):


17:05:20(135):

+
17:05:20(150): | | | | |
| | | |
| |
17:05:20(161): | | |
| | | WITH inserted_row AS (

17:05:20(163):


17:05:20(165):


17:05:20(180):

+
17:05:20(195): | | | | |
| | | |
| |
17:05:20(211): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:20(213):


17:05:20(215):


17:05:20(230):

+
17:05:20(246): | | | | |
| | | |
| |
17:05:20(256): | | |
| | | VALUES (32320,

17:05:20(258):


17:05:20(260):


17:05:20(274):

+
17:05:20(290): | | | | |
| | | |
| |
17:05:20(300): | | |
| | | NULL,

17:05:20(302):


17:05:20(304):


17:05:20(319):

+
17:05:20(335): | | | | |
| | | |
| |
17:05:20(349): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:20(352):


17:05:20(354):


17:05:20(370):

+
17:05:20(386): | | | | |
| | | |
| |
17:05:20(396): | | |
| | |
run_state_finished(),
17:05:20(399):


17:05:20(401):


17:05:20(415):

+
17:05:20(431): | | | | |
| | | |
| |
17:05:20(440): | | |
| | | 0,

17:05:20(442):


17:05:20(445):


17:05:20(459):

+
17:05:20(475): | | | | |
| | | |
| |
17:05:20(492): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:05:20(513):"histogram-latency": {"0.48": 27, "0.69": 14, "0.67": 15,
"0.60": 11, "0.61": 21, "0.62": 13, "0.63": 11, "0.64": 13, "0.65": 7,
"0.66": 9, "0.49": 30, "0.46": 17, "0.47": 27, "0.44": 3, "0.45": 15
17:05:20(534):, "0.42": 11, "0.43": 13, "0.40": 7, "0.41": 10, "0.78": 2,
"0.82": 1, "0.80": 2, "0.81": 2, "0.86": 1, "0.84": 1, "0.73": 12, "0.58":
16, "0.71": 20, "0.70": 11, "0.77": 4, "0.76": 5, "0.75": 6, "
17:05:20(551):0.74": 8, "0.51": 26, "0.50": 18, "0.53": 23, "0.52": 38,
"0.55": 22, "0.54": 30, "0.57": 15, "0.56": 18, "0.79": 2, "0.59": 13,
"0.39": 2, "0.72": 17, "0.37": 2, "0.68": 8,
17:05:20(569): 16928 | pscheduler | 6545 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-09
22:36:45.873878+00 | 2019-05-12 14:03:20.892534+00 | 2019-05-12 14:
17:05:20(575):03:20.89263+00 | 2019-05-12 14:03:20.892631+00 | t |
active | | 21405549 |

17:05:20(577):


17:05:20(579):


17:05:20(594):

+
17:05:20(610): | | | | |
| | | |
| |
17:05:20(620): | | |
| | | WITH inserted_row AS (

17:05:20(622):


17:05:20(624):


17:05:20(639):

+
17:05:20(655): | | | | |
| | | |
| |
17:05:20(671): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:20(673):


17:05:20(677):


17:05:20(691):

+
17:05:20(708): | | | | |
| | | |
| |
17:05:20(717): | | |
| | | VALUES (32370,

17:05:20(720):


17:05:20(722):


17:05:20(736):

+
17:05:20(752): | | | | |
| | | |
| |
17:05:20(761): | | |
| | | NULL,

17:05:20(764):


17:05:20(766):


17:05:20(780):

+
17:05:20(797): | | | | |
| | | |
| |
17:05:20(811): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:20(813):


17:05:20(816):


17:05:20(830):

+
17:05:20(846): | | | | |
| | | |
| |
17:05:20(857): | | |
| | |
run_state_finished(),
17:05:20(859):


17:05:20(862):


17:05:20(876):

+
17:05:20(892): | | | | |
| | | |
| |
17:05:20(901): | | |
| | | 0,

17:05:20(904):


17:05:20(906):


17:05:20(920):

+
17:05:20(936): | | | | |
| | | |
| |
17:05:20(952): | | |
| | |
'{"max-clock-error": 0.17, "packets-duplicated": 0, "succeeded": true,
17:05:20(973):"histogram-latency": {"1.51": 5, "1.48": 7, "5.02": 1, "1.16":
31, "1.17": 24, "1.14": 8, "1.15": 18, "1.12": 4, "1.13": 2, "1.10": 13,
"1.11": 4, "1.59": 1, "1.18": 25, "1.19": 34, "1.38": 20, "1.
17:05:20(994):39": 22, "1.50": 8, "1.42": 14, "1.30": 7, "1.31": 5, "1.32":
5, "1.33": 4, "1.34": 3, "1.35": 6, "1.36": 10, "1.37": 9, "1.45": 9, "1.44":
4, "1.47": 29, "1.52": 2, "1.46": 13, "1.07": 3, "1.06":
17:05:21(011):1, "1.09": 9, "1.27": 6, "1.26": 11, "1.29": 7, "1.28": 5,
"1.49": 8, "1.43": 12, "1.08": 3, "1.23": 18, "1.22": 31, "1.21": 36, "1.20":
39, "1.41": 20, "1.40": 17, "1.25":
17:05:21(029): 16928 | pscheduler | 25634 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
14:03:18.311933+00 | 2019-05-12 14:03:52.78624+00 | 2019-05-12 14:
17:05:21(036):03:52.786285+00 | 2019-05-12 14:03:52.786286+00 | t |
active | | 21405549 |

17:05:21(039):


17:05:21(041):


17:05:21(056):

+
17:05:21(072): | | | | |
| | | |
| |
17:05:21(082): | | |
| | | WITH inserted_row AS (

17:05:21(084):


17:05:21(087):


17:05:21(102):

+
17:05:21(118): | | | | |
| | | |
| |
17:05:21(133): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:21(135):


17:05:21(137):


17:05:21(152):

+
17:05:21(168): | | | | |
| | | |
| |
17:05:21(178): | | |
| | | VALUES (32927,

17:05:21(180):


17:05:21(182):


17:05:21(196):

+
17:05:21(212): | | | | |
| | | |
| |
17:05:21(221): | | |
| | | NULL,

17:05:21(223):


17:05:21(226):


17:05:21(240):

+
17:05:21(256): | | | | |
| | | |
| |
17:05:21(270): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:21(272):


17:05:21(274):


17:05:21(290):

+
17:05:21(306): | | | | |
| | | |
| |
17:05:21(317): | | |
| | |
run_state_finished(),
17:05:21(320):


17:05:21(322):


17:05:21(336):

+
17:05:21(352): | | | | |
| | | |
| |
17:05:21(361): | | |
| | | 0,

17:05:21(365):


17:05:21(367):


17:05:21(382):

+
17:05:21(399): | | | | |
| | | |
| |
17:05:21(415): | | |
| | |
'{"max-clock-error": 0.58, "packets-duplicated": 0, "succeeded": true,
17:05:21(436):"histogram-latency": {"-0.06": 35, "-0.07": 53, "-0.04": 13,
"-0.05": 31, "-0.02": 7, "31.91": 1, "-0.01": 5, "-0.20": 1, "-0.08": 42,
"-0.09": 46, "0.43": 1, "-0.03": 8, "0.08": 4, "0.09": 6, "0.0
17:05:21(456):2": 6, "0.03": 5, "0.00": 4, "0.01": 5, "0.06": 7, "0.07": 2,
"0.04": 8, "0.23": 1, "-0.15": 12, "-0.14": 20, "-0.17": 10, "-0.16": 23,
"-0.11": 66, "-0.10": 79, "-0.13": 30, "-0.12": 53, "-0.19":
17:05:21(472):2, "0.14": 1, "0.70": 1, "0.11": 2, "0.10": 5, "0.13": 1,
"0.12": 2, "0.16": 1, "0.98": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "pack
17:05:21(490): 16928 | pscheduler | 31429 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
05:11:45.722446+00 | 2019-05-12 14:03:52.196433+00 | 2019-05-12 14:
17:05:21(496):03:52.196491+00 | 2019-05-12 14:03:52.196492+00 | t |
active | | 21405549 |

17:05:21(498):


17:05:21(501):


17:05:21(516):

+
17:05:21(532): | | | | |
| | | |
| |
17:05:21(543): | | |
| | | WITH inserted_row AS (

17:05:21(545):


17:05:21(547):


17:05:21(562):

+
17:05:21(578): | | | | |
| | | |
| |
17:05:21(593): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:21(596):


17:05:21(598):


17:05:21(612):

+
17:05:21(628): | | | | |
| | | |
| |
17:05:21(638): | | |
| | | VALUES (32717,

17:05:21(640):


17:05:21(642):


17:05:21(657):

+
17:05:21(673): | | | | |
| | | |
| |
17:05:21(682): | | |
| | | NULL,

17:05:21(684):


17:05:21(687):


17:05:21(701):

+
17:05:21(717): | | | | |
| | | |
| |
17:05:21(731): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:21(734):


17:05:21(736):


17:05:21(751):

+
17:05:21(767): | | | | |
| | | |
| |
17:05:21(778): | | |
| | |
run_state_finished(),
17:05:21(780):


17:05:21(782):


17:05:21(796):

+
17:05:21(812): | | | | |
| | | |
| |
17:05:21(821): | | |
| | | 0,

17:05:21(824):


17:05:21(826):


17:05:21(841):

+
17:05:21(857): | | | | |
| | | |
| |
17:05:21(874): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:21(895):histogram-latency": {"1.38": 7, "1.64": 1, "1.43": 7, "1.47":
12, "1.16": 1, "1.17": 1, "1.39": 5, "1.18": 5, "1.19": 7, "1.52": 16,
"1.53": 12, "1.50": 16, "1.51": 23, "1.56": 18, "1.57": 21, "1.5
17:05:21(916):4": 13, "1.55": 7, "1.30": 28, "1.31": 47, "1.32": 18, "1.59":
5, "1.34": 5, "1.35": 15, "1.36": 6, "1.37": 15, "1.33": 11, "1.45": 3,
"1.22": 6, "1.58": 14, "1.20": 16, "1.42": 4, "1.41": 6, "1.40
17:05:21(933):": 3, "1.29": 28, "1.28": 26, "1.49": 32, "1.48": 14, "1.61":
5, "1.60": 3, "1.23": 6, "1.44": 7, "1.21": 15, "1.46": 11, "1.27": 33,
"1.26": 23, "1.25": 16, "1.24": 7}, "hi
17:05:21(951): 16928 | pscheduler | 29989 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:15:24.008583+00 | 2019-05-12 14:03:52.080071+00 | 2019-05-12 14:
17:05:21(957):03:52.080123+00 | 2019-05-12 14:03:52.080142+00 | t |
active | | 21405549 |

17:05:21(960):


17:05:21(962):


17:05:21(976):

+
17:05:21(992): | | | | |
| | | |
| |
17:05:22(002): | | |
| | | WITH inserted_row AS (

17:05:22(005):


17:05:22(015):


17:05:22(031):

+
17:05:22(047): | | | | |
| | | |
| |
17:05:22(062): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:22(065):


17:05:22(067):


17:05:22(081):

+
17:05:22(098): | | | | |
| | | |
| |
17:05:22(107): | | |
| | | VALUES (31793,

17:05:22(109):


17:05:22(112):


17:05:22(126):

+
17:05:22(142): | | | | |
| | | |
| |
17:05:22(151): | | |
| | | NULL,

17:05:22(154):


17:05:22(156):


17:05:22(171):

+
17:05:22(187): | | | | |
| | | |
| |
17:05:22(202): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:22(204):


17:05:22(206):


17:05:22(221):

+
17:05:22(238): | | | | |
| | | |
| |
17:05:22(248): | | |
| | |
run_state_finished(),
17:05:22(251):


17:05:22(253):


17:05:22(267):

+
17:05:22(283): | | | | |
| | | |
| |
17:05:22(293): | | |
| | | 0,

17:05:22(295):


17:05:22(297):


17:05:22(311):

+
17:05:22(327): | | | | |
| | | |
| |
17:05:22(344): | | |
| | |
'{"max-clock-error": 0.49, "packets-duplicated": 0, "succeeded": true,
17:05:22(365):"histogram-latency": {"-0.06": 5, "-0.07": 3, "-0.05": 6,
"-0.02": 3, "-0.03": 4, "-0.01": 3, "-0.20": 9, "-0.21": 4, "-0.08": 10,
"-0.09": 9, "0.08": 2, "13.71": 1, "0.02": 3, "0.03": 6, "0.00": 3
17:05:22(386):, "0.01": 7, "0.06": 4, "0.07": 3, "0.04": 4, "0.05": 1,
"-0.15": 81, "-0.14": 56, "-0.17": 46, "-0.16": 71, "-0.11": 25, "-0.10": 24,
"-0.13": 67, "-0.12": 35, "-0.19": 30, "-0.18": 65, "0.09": 3,
17:05:22(400): "0.11": 1, "-0.22": 2, "0.12": 1, "-0.23": 2, "0.10": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received":
17:05:22(419): 16928 | pscheduler | 6372 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
03:22:15.585396+00 | 2019-05-12 14:03:29.516455+00 | 2019-05-12 14:
17:05:22(425):03:29.516482+00 | 2019-05-12 14:03:29.516483+00 | t |
active | | 21405549 |

17:05:22(427):


17:05:22(429):


17:05:22(444):

+
17:05:22(460): | | | | |
| | | |
| |
17:05:22(469): | | |
| | | WITH inserted_row AS (

17:05:22(472):


17:05:22(474):


17:05:22(489):

+
17:05:22(504): | | | | |
| | | |
| |
17:05:22(521): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:22(523):


17:05:22(525):


17:05:22(540):

+
17:05:22(556): | | | | |
| | | |
| |
17:05:22(565): | | |
| | | VALUES (32377,

17:05:22(567):


17:05:22(569):


17:05:22(584):

+
17:05:22(600): | | | | |
| | | |
| |
17:05:22(610): | | |
| | | NULL,

17:05:22(612):


17:05:22(614):


17:05:22(630):

+
17:05:22(645): | | | | |
| | | |
| |
17:05:22(660): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:22(662):


17:05:22(664):


17:05:22(678):

+
17:05:22(695): | | | | |
| | | |
| |
17:05:22(706): | | |
| | |
run_state_finished(),
17:05:22(709):


17:05:22(712):


17:05:22(726):

+
17:05:22(742): | | | | |
| | | |
| |
17:05:22(752): | | |
| | | 0,

17:05:22(754):


17:05:22(756):


17:05:22(771):

+
17:05:22(788): | | | | |
| | | |
| |
17:05:22(805): | | |
| | |
'{"max-clock-error": 0.48, "packets-duplicated": 0, "succeeded": true,
17:05:22(826):"histogram-latency": {"0.06": 7, "281.52": 1, "0.21": 4,
"0.23": 5, "0.08": 54, "0.09": 66, "0.28": 2, "0.29": 1, "0.24": 4, "0.25":
6, "0.26": 2, "0.27": 2, "0.20": 4, "0.07": 16, "0.22": 2, "0.05
17:05:22(847):": 3, "0.15": 21, "0.14": 62, "0.17": 11, "0.16": 10, "0.11":
63, "0.10": 69, "0.13": 63, "0.12": 86, "0.19": 10, "0.18": 6, "0.36": 1,
"0.35": 2, "0.33": 6, "0.32": 4, "0.31": 2, "0.30": 4, "178.7
17:05:22(863):9": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:05:22(878): | | | | |
| | | |
| |
17:05:22(887): | | |
| | | RETURNING
17:05:22(906): 16928 | pscheduler | 570 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:10:23.240454+00 | 2019-05-12 14:03:21.154866+00 | 2019-05-12 14:
17:05:22(913):03:21.154895+00 | 2019-05-12 14:03:21.154896+00 | t |
active | | 21405549 |

17:05:22(915):


17:05:22(917):


17:05:22(932):

+
17:05:22(948): | | | | |
| | | |
| |
17:05:22(958): | | |
| | | WITH inserted_row AS (

17:05:22(961):


17:05:22(963):


17:05:22(978):

+
17:05:22(995): | | | | |
| | | |
| |
17:05:23(010): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:23(012):


17:05:23(014):


17:05:23(029):

+
17:05:23(045): | | | | |
| | | |
| |
17:05:23(054): | | |
| | | VALUES (32752,

17:05:23(057):


17:05:23(059):


17:05:23(074):

+
17:05:23(090): | | | | |
| | | |
| |
17:05:23(099): | | |
| | | NULL,

17:05:23(102):


17:05:23(104):


17:05:23(119):

+
17:05:23(135): | | | | |
| | | |
| |
17:05:23(149): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:23(151):


17:05:23(154):


17:05:23(168):

+
17:05:23(185): | | | | |
| | | |
| |
17:05:23(197): | | |
| | |
run_state_finished(),
17:05:23(199):


17:05:23(201):


17:05:23(216):

+
17:05:23(231): | | | | |
| | | |
| |
17:05:23(241): | | |
| | | 0,

17:05:23(243):


17:05:23(245):


17:05:23(259):

+
17:05:23(275): | | | | |
| | | |
| |
17:05:23(292): | | |
| | |
'{"max-clock-error": 0.43, "packets-duplicated": 0, "succeeded": true,
17:05:23(313):"histogram-latency": {"2.09": 3, "1.98": 16, "1.99": 17,
"1.96": 8, "1.97": 16, "1.94": 9, "1.95": 11, "1.92": 1, "1.93": 4, "1.90":
3, "1.91": 1, "1.74": 27, "1.75": 27, "1.76": 36, "1.77": 28, "1
17:05:23(334):.70": 21, "1.71": 12, "1.72": 17, "1.73": 15, "2.08": 7,
"1.78": 38, "1.79": 32, "2.11": 3, "2.10": 2, "1.89": 4, "1.88": 1, "1.81":
31, "1.80": 22, "1.83": 11, "1.82": 17, "1.85": 5, "1.84": 9, "1
17:05:23(352):.87": 4, "1.86": 6, "2.07": 13, "2.02": 10, "2.12": 1, "1.67":
7, "1.66": 3, "1.65": 4, "1.64": 2, "1.63": 1, "1.62": 1, "2.04": 5, "2.05":
6, "2.06": 17, "2.03": 6, "2.00":
17:05:23(370): 16928 | pscheduler | 32113 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
09:14:25.049434+00 | 2019-05-12 14:03:27.644944+00 | 2019-05-12 14:
17:05:23(377):03:27.644976+00 | 2019-05-12 14:03:27.644977+00 | t |
active | | 21405549 |

17:05:23(379):


17:05:23(381):


17:05:23(396):

+
17:05:23(412): | | | | |
| | | |
| |
17:05:23(422): | | |
| | | WITH inserted_row AS (

17:05:23(425):


17:05:23(427):


17:05:23(443):

+
17:05:23(459): | | | | |
| | | |
| |
17:05:23(474): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:23(476):


17:05:23(478):


17:05:23(493):

+
17:05:23(509): | | | | |
| | | |
| |
17:05:23(518): | | |
| | | VALUES (32363,

17:05:23(520):


17:05:23(523):


17:05:23(539):

+
17:05:23(555): | | | | |
| | | |
| |
17:05:23(564): | | |
| | | NULL,

17:05:23(566):


17:05:23(568):


17:05:23(583):

+
17:05:23(599): | | | | |
| | | |
| |
17:05:23(613): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:23(615):


17:05:23(617):


17:05:23(632):

+
17:05:23(648): | | | | |
| | | |
| |
17:05:23(659): | | |
| | |
run_state_finished(),
17:05:23(661):


17:05:23(663):


17:05:23(678):

+
17:05:23(694): | | | | |
| | | |
| |
17:05:23(703): | | |
| | | 0,

17:05:23(705):


17:05:23(708):


17:05:23(722):

+
17:05:23(738): | | | | |
| | | |
| |
17:05:23(755): | | |
| | |
'{"max-clock-error": 0.65, "packets-duplicated": 0, "succeeded": true,
17:05:23(775):"histogram-latency": {"1.68": 6, "1.98": 17, "1.99": 23,
"1.96": 16, "1.97": 23, "1.94": 15, "1.95": 28, "1.92": 12, "1.93": 5,
"1.90": 6, "1.91": 5, "1.74": 23, "1.75": 21, "1.76": 35, "1.77": 45,
17:05:23(797): "1.70": 7, "1.71": 19, "1.72": 18, "1.73": 35, "1.78": 25,
"1.79": 20, "1.69": 4, "1.89": 5, "1.88": 5, "1.81": 17, "1.80": 20, "1.83":
12, "1.82": 6, "1.85": 4, "1.84": 3, "1.87": 11, "1.86": 11,
17:05:23(814): "1.67": 11, "1.66": 8, "1.65": 2, "1.64": 1, "2.08": 2,
"2.09": 1, "2.04": 14, "2.05": 8, "2.06": 7, "2.07": 1, "2.00": 16, "2.01":
11, "2.02": 6, "2.03": 10}, "histogram-t
17:05:23(832): 16928 | pscheduler | 6391 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
09:25:47.115045+00 | 2019-05-12 14:03:48.984709+00 | 2019-05-12 14:
17:05:23(838):03:48.984753+00 | 2019-05-12 14:03:48.984754+00 | t |
active | | 21405549 |

17:05:23(841):


17:05:23(843):


17:05:23(858):

+
17:05:23(875): | | | | |
| | | |
| |
17:05:23(884): | | |
| | | WITH inserted_row AS (

17:05:23(886):


17:05:23(889):


17:05:23(903):

+
17:05:23(919): | | | | |
| | | |
| |
17:05:23(934): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:23(936):


17:05:23(939):


17:05:23(953):

+
17:05:23(969): | | | | |
| | | |
| |
17:05:23(979): | | |
| | | VALUES (32934,

17:05:23(981):


17:05:23(983):


17:05:23(997):

+
17:05:24(014): | | | | |
| | | |
| |
17:05:24(023): | | |
| | | NULL,

17:05:24(025):


17:05:24(028):


17:05:24(043):

+
17:05:24(060): | | | | |
| | | |
| |
17:05:24(074): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:24(076):


17:05:24(078):


17:05:24(093):

+
17:05:24(109): | | | | |
| | | |
| |
17:05:24(120): | | |
| | |
run_state_finished(),
17:05:24(122):


17:05:24(126):


17:05:24(141):

+
17:05:24(157): | | | | |
| | | |
| |
17:05:24(166): | | |
| | | 0,

17:05:24(168):


17:05:24(170):


17:05:24(185):

+
17:05:24(201): | | | | |
| | | |
| |
17:05:24(218): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:05:24(238):"histogram-latency": {"0.27": 2, "-0.01": 1, "0.06": 68,
"0.21": 3, "329.78": 1, "0.22": 8, "0.20": 4, "0.23": 1, "0.42": 1, "0.08":
73, "0.09": 52, "0.28": 7, "0.29": 4, "0.24": 6, "0.03": 15, "0.
17:05:24(260):26": 3, "0.01": 8, "300.30": 1, "0.07": 66, "0.04": 54,
"0.05": 72, "0.02": 6, "0.15": 8, "0.14": 15, "0.17": 6, "0.16": 5, "0.11":
19, "0.10": 47, "0.13": 7, "0.12": 11, "0.19": 6, "0.18": 3, "0.3
17:05:24(275):6": 1, "29.49": 1, "0.31": 1, "0.30": 2, "88.60": 1, "0.25":
8, "0.00": 3}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "p
17:05:24(293): 16928 | pscheduler | 29649 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:17:18.682301+00 | 2019-05-12 14:03:49.917065+00 | 2019-05-12 14:
17:05:24(300):03:49.917104+00 | 2019-05-12 14:03:49.917105+00 | t |
active | | 21405549 |

17:05:24(302):


17:05:24(304):


17:05:24(318):

+
17:05:24(334): | | | | |
| | | |
| |
17:05:24(344): | | |
| | | WITH inserted_row AS (

17:05:24(346):


17:05:24(348):


17:05:24(362):

+
17:05:24(378): | | | | |
| | | |
| |
17:05:24(394): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:24(397):


17:05:24(399):


17:05:24(413):

+
17:05:24(429): | | | | |
| | | |
| |
17:05:24(439): | | |
| | | VALUES (32039,

17:05:24(441):


17:05:24(443):


17:05:24(458):

+
17:05:24(474): | | | | |
| | | |
| |
17:05:24(484): | | |
| | | NULL,

17:05:24(486):


17:05:24(488):


17:05:24(503):

+
17:05:24(520): | | | | |
| | | |
| |
17:05:24(534): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:24(536):


17:05:24(539):


17:05:24(554):

+
17:05:24(570): | | | | |
| | | |
| |
17:05:24(582): | | |
| | |
run_state_finished(),
17:05:24(584):


17:05:24(586):


17:05:24(601):

+
17:05:24(616): | | | | |
| | | |
| |
17:05:24(626): | | |
| | | 0,

17:05:24(628):


17:05:24(630):


17:05:24(645):

+
17:05:24(661): | | | | |
| | | |
| |
17:05:24(678): | | |
| | |
'{"max-clock-error": 0.32, "packets-duplicated": 0, "succeeded": true,
17:05:24(699):"histogram-latency": {"1.38": 3, "1.43": 3, "1.47": 3, "1.16":
3, "1.39": 5, "1.14": 3, "1.15": 2, "1.13": 2, "1.11": 1, "1.59": 7, "1.18":
3, "1.19": 2, "1.52": 20, "1.53": 14, "1.50": 18, "1.51":
17:05:24(722): 18, "1.56": 10, "1.57": 21, "1.54": 8, "1.55": 11, "1.30":
28, "1.31": 41, "1.32": 33, "1.33": 21, "1.34": 9, "1.35": 10, "1.36": 13,
"1.37": 7, "1.63": 4, "1.17": 6, "1.45": 3, "1.44": 3, "1.83":
17:05:24(739): 1, "1.58": 17, "1.20": 9, "1.62": 4, "1.42": 3, "1.41": 3,
"1.26": 14, "1.29": 22, "1.28": 47, "1.49": 15, "1.48": 7, "1.61": 7, "1.60":
7, "1.23": 7, "1.22": 14, "1.21": 7
17:05:24(757): 16928 | pscheduler | 29331 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
12:15:06.359342+00 | 2019-05-12 14:03:33.812917+00 | 2019-05-12 14:
17:05:24(764):03:33.812959+00 | 2019-05-12 14:03:33.812961+00 | t |
active | | 21405549 |

17:05:24(766):


17:05:24(768):


17:05:24(783):

+
17:05:24(799): | | | | |
| | | |
| |
17:05:24(809): | | |
| | | WITH inserted_row AS (

17:05:24(811):


17:05:24(813):


17:05:24(827):

+
17:05:24(843): | | | | |
| | | |
| |
17:05:24(859): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:24(862):


17:05:24(864):


17:05:24(879):

+
17:05:24(895): | | | | |
| | | |
| |
17:05:24(904): | | |
| | | VALUES (32378,

17:05:24(907):


17:05:24(909):


17:05:24(924):

+
17:05:24(940): | | | | |
| | | |
| |
17:05:24(950): | | |
| | | NULL,

17:05:24(953):


17:05:24(955):


17:05:24(970):

+
17:05:24(986): | | | | |
| | | |
| |
17:05:25(001): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:25(003):


17:05:25(005):


17:05:25(020):

+
17:05:25(038): | | | | |
| | | |
| |
17:05:25(049): | | |
| | |
run_state_finished(),
17:05:25(051):


17:05:25(053):


17:05:25(068):

+
17:05:25(084): | | | | |
| | | |
| |
17:05:25(093): | | |
| | | 0,

17:05:25(095):


17:05:25(097):


17:05:25(112):

+
17:05:25(128): | | | | |
| | | |
| |
17:05:25(145): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:25(165):histogram-latency": {"0.66": 9, "0.49": 28, "0.60": 16,
"0.61": 7, "0.68": 6, "0.63": 7, "4.73": 1, "0.65": 6, "0.48": 10, "0.67": 6,
"0.46": 4, "0.47": 11, "0.45": 1, "0.79": 1, "0.78": 2, "0.69":
17:05:25(186): 1, "0.81": 1, "0.59": 12, "0.58": 19, "0.71": 8, "0.70": 9,
"0.77": 1, "0.76": 2, "0.75": 1, "0.74": 1, "0.51": 52, "0.50": 79, "0.53":
60, "0.52": 58, "0.55": 56, "0.54": 59, "0.57": 20, "0.56":
17:05:25(201):32, "0.73": 2, "0.72": 5, "0.62": 2, "0.64": 5},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "sch
17:05:25(220): 16928 | pscheduler | 14302 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
01:32:43.588783+00 | 2019-05-12 14:03:23.303346+00 | 2019-05-12 14:
17:05:25(227):03:23.30338+00 | 2019-05-12 14:03:23.303394+00 | t |
active | | 21405549 |

17:05:25(229):


17:05:25(231):


17:05:25(246):

+
17:05:25(263): | | | | |
| | | |
| |
17:05:25(273): | | |
| | | WITH inserted_row AS (

17:05:25(275):


17:05:25(277):


17:05:25(292):

+
17:05:25(308): | | | | |
| | | |
| |
17:05:25(323): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:25(325):


17:05:25(327):


17:05:25(342):

+
17:05:25(358): | | | | |
| | | |
| |
17:05:25(367): | | |
| | | VALUES (32608,

17:05:25(369):


17:05:25(372):


17:05:25(386):

+
17:05:25(402): | | | | |
| | | |
| |
17:05:25(412): | | |
| | | NULL,

17:05:25(415):


17:05:25(418):


17:05:25(433):

+
17:05:25(449): | | | | |
| | | |
| |
17:05:25(463): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:25(466):


17:05:25(477):


17:05:25(492):

+
17:05:25(508): | | | | |
| | | |
| |
17:05:25(519): | | |
| | |
run_state_finished(),
17:05:25(521):


17:05:25(523):


17:05:25(538):

+
17:05:25(555): | | | | |
| | | |
| |
17:05:25(564): | | |
| | | 0,

17:05:25(566):


17:05:25(568):


17:05:25(583):

+
17:05:25(600): | | | | |
| | | |
| |
17:05:25(617): | | |
| | |
'{"max-clock-error": 0.5, "packets-duplicated": 0, "succeeded": true, "
17:05:25(638):histogram-latency": {"-0.06": 12, "-0.07": 9, "-0.04": 21,
"-0.05": 16, "-0.02": 16, "-0.03": 14, "-0.01": 15, "-0.24": 37, "-0.25": 29,
"-0.26": 38, "-0.27": 19, "-0.20": 14, "-0.21": 20, "-0.22":
17:05:25(659): 32, "-0.23": 32, "-0.30": 10, "-0.34": 7, "-0.28": 18,
"-0.29": 5, "0.08": 4, "0.09": 4, "-0.35": 2, "0.02": 11, "0.03": 12, "0.00":
9, "0.01": 10, "0.06": 4, "0.07": 3, "0.04": 16, "0.05": 10, "-
17:05:25(676):0.33": 5, "-0.14": 6, "-0.15": 13, "-0.32": 7, "-0.17": 15,
"-0.16": 16, "-0.11": 4, "-0.10": 5, "-0.13": 7, "-0.12": 14, "-0.19": 17,
"-0.18": 17, "0.16": 1, "0.11": 2, "-0
17:05:25(694): 16928 | pscheduler | 24128 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:18.860929+00 | 2019-05-12 14:03:28.030885+00 | 2019-05-12 14:
17:05:25(702):03:28.030929+00 | 2019-05-12 14:03:28.03093+00 | t |
active | | 21405549 |

17:05:25(704):


17:05:25(706):


17:05:25(721):

+
17:05:25(738): | | | | |
| | | |
| |
17:05:25(748): | | |
| | | WITH inserted_row AS (

17:05:25(750):


17:05:25(752):


17:05:25(767):

+
17:05:25(783): | | | | |
| | | |
| |
17:05:25(799): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:25(801):


17:05:25(803):


17:05:25(818):

+
17:05:25(834): | | | | |
| | | |
| |
17:05:25(844): | | |
| | | VALUES (32721,

17:05:25(846):


17:05:25(848):


17:05:25(863):

+
17:05:25(879): | | | | |
| | | |
| |
17:05:25(888): | | |
| | | NULL,

17:05:25(891):


17:05:25(893):


17:05:25(908):

+
17:05:25(924): | | | | |
| | | |
| |
17:05:25(939): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:25(941):


17:05:25(943):


17:05:25(958):

+
17:05:25(974): | | | | |
| | | |
| |
17:05:25(985): | | |
| | |
run_state_finished(),
17:05:25(987):


17:05:25(989):


17:05:26(004):

+
17:05:26(020): | | | | |
| | | |
| |
17:05:26(031): | | |
| | | 0,

17:05:26(033):


17:05:26(036):


17:05:26(050):

+
17:05:26(066): | | | | |
| | | |
| |
17:05:26(083): | | |
| | |
'{"max-clock-error": 0.44, "packets-duplicated": 0, "succeeded": true,
17:05:26(103):"histogram-latency": {"-0.06": 4, "-0.07": 5, "-0.04": 1,
"-0.05": 3, "-0.28": 114, "-0.29": 58, "-0.14": 3, "-0.24": 29, "-0.25": 48,
"-0.26": 74, "-0.27": 89, "-0.20": 10, "-0.17": 4, "-0.22": 19
17:05:26(124):, "-0.23": 38, "-0.16": 4, "-0.11": 1, "-0.34": 1, "0.07": 1,
"-0.15": 5, "-0.32": 6, "-0.31": 21, "-0.30": 18, "-0.33": 1, "-0.10": 6,
"-0.13": 2, "-0.12": 3, "-0.19": 8, "-0.18": 7, "-0.21": 10,
17:05:26(140):"-0.08": 4, "-0.09": 3}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:26(156): | | | | |
| | | |
| |
17:05:26(162): | | |
| | |
17:05:26(180): 16928 | pscheduler | 1725 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
05:19:07.679855+00 | 2019-05-12 14:03:28.645488+00 | 2019-05-12 14:
17:05:26(187):03:28.645521+00 | 2019-05-12 14:03:28.645522+00 | t |
active | | 21405549 |

17:05:26(189):


17:05:26(191):


17:05:26(206):

+
17:05:26(224): | | | | |
| | | |
| |
17:05:26(235): | | |
| | | WITH inserted_row AS (

17:05:26(237):


17:05:26(239):


17:05:26(254):

+
17:05:26(270): | | | | |
| | | |
| |
17:05:26(285): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:26(288):


17:05:26(290):


17:05:26(305):

+
17:05:26(321): | | | | |
| | | |
| |
17:05:26(330): | | |
| | | VALUES (32672,

17:05:26(332):


17:05:26(335):


17:05:26(350):

+
17:05:26(366): | | | | |
| | | |
| |
17:05:26(375): | | |
| | | NULL,

17:05:26(378):


17:05:26(380):


17:05:26(395):

+
17:05:26(411): | | | | |
| | | |
| |
17:05:26(426): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:26(428):


17:05:26(430):


17:05:26(445):

+
17:05:26(461): | | | | |
| | | |
| |
17:05:26(472): | | |
| | |
run_state_finished(),
17:05:26(475):


17:05:26(477):


17:05:26(491):

+
17:05:26(508): | | | | |
| | | |
| |
17:05:26(517): | | |
| | | 0,

17:05:26(519):


17:05:26(521):


17:05:26(536):

+
17:05:26(552): | | | | |
| | | |
| |
17:05:26(569): | | |
| | |
'{"max-clock-error": 0.58, "packets-duplicated": 0, "succeeded": true,
17:05:26(590):"histogram-latency": {"0.66": 10, "0.49": 8, "0.60": 33,
"0.61": 23, "0.62": 22, "0.63": 13, "0.64": 8, "0.65": 6, "0.48": 10, "0.67":
6, "0.68": 9, "0.69": 4, "0.45": 1, "0.79": 23, "0.78": 25, "0
17:05:26(611):.82": 13, "0.83": 8, "0.80": 20, "0.81": 18, "0.86": 6,
"0.87": 7, "0.84": 4, "0.85": 3, "0.88": 3, "0.89": 1, "0.59": 39, "0.72": 8,
"0.71": 3, "0.70": 8, "0.77": 23, "0.76": 21, "0.75": 23, "0.74
17:05:26(627):": 9, "0.51": 11, "0.50": 14, "0.53": 8, "0.52": 5, "0.55":
20, "0.54": 17, "0.57": 34, "0.56": 37, "0.73": 5, "0.58": 27, "1.09": 1,
"0.90": 3}, "histogram-ttl": {"253": 60
17:05:26(646): 16928 | pscheduler | 28591 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:13:17.852587+00 | 2019-05-12 14:03:19.692435+00 | 2019-05-12 14:
17:05:26(652):03:19.692483+00 | 2019-05-12 14:03:19.692485+00 | t |
active | | 21405549 |

17:05:26(655):


17:05:26(657):


17:05:26(671):

+
17:05:26(688): | | | | |
| | | |
| |
17:05:26(698): | | |
| | | WITH inserted_row AS (

17:05:26(700):


17:05:26(702):


17:05:26(717):

+
17:05:26(733): | | | | |
| | | |
| |
17:05:26(748): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:26(750):


17:05:26(752):


17:05:26(766):

+
17:05:26(782): | | | | |
| | | |
| |
17:05:26(793): | | |
| | | VALUES (32058,

17:05:26(795):


17:05:26(797):


17:05:26(813):

+
17:05:26(829): | | | | |
| | | |
| |
17:05:26(838): | | |
| | | NULL,

17:05:26(840):


17:05:26(842):


17:05:26(857):

+
17:05:26(873): | | | | |
| | | |
| |
17:05:26(887): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:26(889):


17:05:26(891):


17:05:26(908):

+
17:05:26(924): | | | | |
| | | |
| |
17:05:26(935): | | |
| | |
run_state_finished(),
17:05:26(937):


17:05:26(939):


17:05:26(954):

+
17:05:26(970): | | | | |
| | | |
| |
17:05:26(979): | | |
| | | 0,

17:05:26(982):


17:05:26(984):


17:05:26(998):

+
17:05:27(014): | | | | |
| | | |
| |
17:05:27(031): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:05:27(052):"histogram-latency": {"0.66": 2, "0.67": 1, "0.60": 6, "0.61":
4, "0.68": 3, "0.63": 1, "0.64": 2, "0.65": 4, "0.48": 46, "0.49": 20,
"0.46": 59, "0.47": 61, "0.44": 80, "0.45": 45, "0.42": 69, "0.
17:05:27(073):43": 53, "0.40": 9, "0.41": 22, "0.69": 1, "2.18": 1, "0.59":
4, "0.58": 3, "0.71": 1, "0.51": 22, "0.50": 23, "0.53": 6, "0.52": 14,
"0.55": 7, "0.54": 5, "0.57": 7, "0.56": 7, "0.39": 5, "0.38":
17:05:27(088):4, "0.37": 1, "0.62": 2}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:27(105): | | | | |
| | | |
| |
17:05:27(111): | | |
| | |
17:05:27(130): 16928 | pscheduler | 22007 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
22:55:47.358894+00 | 2019-05-12 14:03:51.35943+00 | 2019-05-12 14:
17:05:27(137):03:51.35952+00 | 2019-05-12 14:03:51.359521+00 | t |
active | | 21405549 |

17:05:27(139):


17:05:27(141):


17:05:27(156):

+
17:05:27(172): | | | | |
| | | |
| |
17:05:27(181): | | |
| | | WITH inserted_row AS (

17:05:27(184):


17:05:27(186):


17:05:27(200):

+
17:05:27(217): | | | | |
| | | |
| |
17:05:27(232): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:27(234):


17:05:27(237):


17:05:27(252):

+
17:05:27(269): | | | | |
| | | |
| |
17:05:27(278): | | |
| | | VALUES (32049,

17:05:27(281):


17:05:27(283):


17:05:27(298):

+
17:05:27(314): | | | | |
| | | |
| |
17:05:27(323): | | |
| | | NULL,

17:05:27(325):


17:05:27(328):


17:05:27(343):

+
17:05:27(359): | | | | |
| | | |
| |
17:05:27(374): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:27(376):


17:05:27(379):


17:05:27(393):

+
17:05:27(409): | | | | |
| | | |
| |
17:05:27(420): | | |
| | |
run_state_finished(),
17:05:27(422):


17:05:27(424):


17:05:27(439):

+
17:05:27(455): | | | | |
| | | |
| |
17:05:27(464): | | |
| | | 0,

17:05:27(466):


17:05:27(469):


17:05:27(483):

+
17:05:27(500): | | | | |
| | | |
| |
17:05:27(516): | | |
| | |
'{"max-clock-error": 0.18, "packets-duplicated": 0, "succeeded": true,
17:05:27(537):"histogram-latency": {"1.43": 15, "1.16": 35, "1.17": 40,
"1.14": 21, "1.15": 26, "1.12": 13, "1.13": 18, "1.10": 7, "1.11": 9, "1.18":
19, "1.19": 21, "1.38": 17, "1.39": 15, "1.50": 3, "1.51": 1,
17:05:27(558): "1.73": 1, "1.30": 8, "1.31": 7, "1.32": 10, "1.33": 6,
"1.34": 17, "1.35": 13, "1.36": 26, "1.37": 17, "1.27": 8, "1.45": 4, "1.24":
12, "1.47": 16, "1.44": 13, "1.20": 15, "1.05": 1, "1.04": 2,
17:05:27(576):"1.07": 14, "1.06": 2, "1.09": 7, "1.08": 8, "1.40": 12,
"1.29": 8, "1.28": 7, "1.49": 2, "1.48": 9, "1.23": 11, "1.22": 16, "1.21":
19, "1.46": 12, "1.41": 9, "1.26": 9, "1
17:05:27(594): 16928 | pscheduler | 856 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-09
23:25:59.230461+00 | 2019-05-12 14:03:33.841459+00 | 2019-05-12 14:
17:05:27(600):03:33.84149+00 | 2019-05-12 14:03:33.841491+00 | t |
active | | 21405549 |

17:05:27(602):


17:05:27(604):


17:05:27(619):

+
17:05:27(635): | | | | |
| | | |
| |
17:05:27(647): | | |
| | | WITH inserted_row AS (

17:05:27(650):


17:05:27(652):


17:05:27(667):

+
17:05:27(683): | | | | |
| | | |
| |
17:05:27(698): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:27(700):


17:05:27(702):


17:05:27(717):

+
17:05:27(732): | | | | |
| | | |
| |
17:05:27(742): | | |
| | | VALUES (32922,

17:05:27(744):


17:05:27(747):


17:05:27(761):

+
17:05:27(777): | | | | |
| | | |
| |
17:05:27(786): | | |
| | | NULL,

17:05:27(788):


17:05:27(791):


17:05:27(806):

+
17:05:27(823): | | | | |
| | | |
| |
17:05:27(837): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:27(839):


17:05:27(841):


17:05:27(856):

+
17:05:27(872): | | | | |
| | | |
| |
17:05:27(884): | | |
| | |
run_state_finished(),
17:05:27(886):


17:05:27(889):


17:05:27(903):

+
17:05:27(920): | | | | |
| | | |
| |
17:05:27(929): | | |
| | | 0,

17:05:27(931):


17:05:27(933):


17:05:27(948):

+
17:05:27(964): | | | | |
| | | |
| |
17:05:27(981): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:05:28(001):"histogram-latency": {"-0.06": 9, "-0.07": 13, "-0.04": 10,
"-0.05": 10, "-0.02": 4, "-0.03": 4, "-0.01": 5, "-0.24": 14, "0.06": 14,
"-0.26": 12, "-0.27": 3, "-0.20": 12, "-0.21": 7, "-0.22": 4, "
17:05:28(022):-0.09": 15, "-0.30": 1, "0.22": 1, "-0.28": 1, "-0.29": 1,
"0.08": 12, "0.09": 8, "0.02": 11, "0.03": 10, "0.26": 1, "0.01": 6, "0.20":
2, "0.07": 20, "0.04": 15, "0.05": 13, "-0.25": 10, "-0.15":
17:05:28(040):25, "-0.14": 34, "-0.17": 28, "-0.16": 20, "-0.11": 14,
"-0.10": 17, "-0.13": 21, "-0.12": 27, "-0.19": 22, "-0.18": 27, "0.15": 3,
"0.14": 6, "0.17": 9, "0.16": 8, "0.11":
17:05:28(058): 16928 | pscheduler | 30395 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
23:13:08.580482+00 | 2019-05-12 14:03:49.779302+00 | 2019-05-12 14:
17:05:28(065):03:49.779348+00 | 2019-05-12 14:03:49.779349+00 | t |
active | | 21405549 |

17:05:28(067):


17:05:28(069):


17:05:28(084):

+
17:05:28(100): | | | | |
| | | |
| |
17:05:28(110): | | |
| | | WITH inserted_row AS (

17:05:28(112):


17:05:28(114):


17:05:28(129):

+
17:05:28(145): | | | | |
| | | |
| |
17:05:28(159): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:28(162):


17:05:28(164):


17:05:28(179):

+
17:05:28(194): | | | | |
| | | |
| |
17:05:28(204): | | |
| | | VALUES (32719,

17:05:28(207):


17:05:28(209):


17:05:28(223):

+
17:05:28(239): | | | | |
| | | |
| |
17:05:28(249): | | |
| | | NULL,

17:05:28(252):


17:05:28(255):


17:05:28(269):

+
17:05:28(285): | | | | |
| | | |
| |
17:05:28(299): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:28(302):


17:05:28(304):


17:05:28(318):

+
17:05:28(336): | | | | |
| | | |
| |
17:05:28(347): | | |
| | |
run_state_finished(),
17:05:28(349):


17:05:28(351):


17:05:28(366):

+
17:05:28(382): | | | | |
| | | |
| |
17:05:28(391): | | |
| | | 0,

17:05:28(393):


17:05:28(395):


17:05:28(410):

+
17:05:28(426): | | | | |
| | | |
| |
17:05:28(442): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:05:28(463):"histogram-latency": {"-0.04": 1, "0.27": 3, "-0.02": 2,
"-0.01": 3, "0.06": 17, "0.21": 7, "0.04": 12, "0.46": 3, "0.47": 3, "0.44":
8, "0.45": 2, "0.42": 9, "0.43": 8, "0.40": 17, "0.41": 17, "0.
17:05:28(484):08": 19, "0.09": 25, "0.28": 10, "0.29": 15, "0.02": 15,
"0.03": 9, "0.26": 7, "0.01": 17, "0.20": 10, "0.07": 21, "0.22": 5, "0.05":
13, "0.23": 5, "0.15": 16, "0.14": 18, "0.17": 4, "0.16": 7, "0
17:05:28(501):.11": 21, "0.10": 19, "0.13": 17, "0.12": 28, "0.19": 5,
"0.18": 11, "0.39": 8, "0.38": 15, "0.37": 11, "0.36": 19, "0.35": 22,
"0.34": 22, "0.33": 12, "0.32": 16, "0.31": 9
17:05:28(519): 16928 | pscheduler | 24865 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:06:30.578247+00 | 2019-05-12 14:03:20.765806+00 | 2019-05-12 14:
17:05:28(526):03:20.765838+00 | 2019-05-12 14:03:20.765839+00 | t |
active | | 21405549 |

17:05:28(528):


17:05:28(531):


17:05:28(546):

+
17:05:28(562): | | | | |
| | | |
| |
17:05:28(572): | | |
| | | WITH inserted_row AS (

17:05:28(574):


17:05:28(576):


17:05:28(591):

+
17:05:28(607): | | | | |
| | | |
| |
17:05:28(623): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:28(625):


17:05:28(627):


17:05:28(642):

+
17:05:28(659): | | | | |
| | | |
| |
17:05:28(668): | | |
| | | VALUES (33133,

17:05:28(670):


17:05:28(672):


17:05:28(687):

+
17:05:28(703): | | | | |
| | | |
| |
17:05:28(712): | | |
| | | NULL,

17:05:28(715):


17:05:28(717):


17:05:28(731):

+
17:05:28(748): | | | | |
| | | |
| |
17:05:28(762): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:28(764):


17:05:28(766):


17:05:28(781):

+
17:05:28(798): | | | | |
| | | |
| |
17:05:28(809): | | |
| | |
run_state_finished(),
17:05:28(811):


17:05:28(814):


17:05:28(828):

+
17:05:28(844): | | | | |
| | | |
| |
17:05:28(854): | | |
| | | 0,

17:05:28(856):


17:05:28(858):


17:05:28(873):

+
17:05:28(889): | | | | |
| | | |
| |
17:05:28(905): | | |
| | |
'{"max-clock-error": 0.68, "packets-duplicated": 0, "succeeded": true,
17:05:28(926):"histogram-latency": {"-0.27": 1, "-0.77": 4, "-0.76": 2,
"-0.75": 5, "-0.74": 9, "-0.73": 5, "-0.72": 3, "-0.71": 7, "-0.70": 1,
"-0.95": 55, "-0.94": 40, "-0.97": 62, "-0.96": 53, "-0.91": 50, "-
17:05:28(947):0.90": 19, "-0.93": 68, "-0.92": 41, "-1.02": 1, "-1.00": 9,
"-0.99": 9, "-0.68": 2, "-0.98": 22, "-0.78": 5, "-0.63": 1, "-0.79": 13,
"-0.88": 21, "-0.89": 29, "-0.86": 11, "-0.87": 10, "-0.84": 5
17:05:28(962):, "-0.85": 13, "-0.82": 9, "-0.83": 8, "-0.80": 4, "-0.81":
3}, "histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered":
0, "packets-lost": 0, "packets-recei
17:05:28(981): 16928 | pscheduler | 16184 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
08:36:51.231249+00 | 2019-05-12 14:03:28.137745+00 | 2019-05-12 14:
17:05:28(988):03:28.137774+00 | 2019-05-12 14:03:28.137775+00 | t |
active | | 21405549 |

17:05:28(999):


17:05:29(001):


17:05:29(016):

+
17:05:29(032): | | | | |
| | | |
| |
17:05:29(042): | | |
| | | WITH inserted_row AS (

17:05:29(044):


17:05:29(046):


17:05:29(061):

+
17:05:29(077): | | | | |
| | | |
| |
17:05:29(092): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:29(094):


17:05:29(096):


17:05:29(111):

+
17:05:29(126): | | | | |
| | | |
| |
17:05:29(136): | | |
| | | VALUES (32868,

17:05:29(138):


17:05:29(140):


17:05:29(154):

+
17:05:29(171): | | | | |
| | | |
| |
17:05:29(180): | | |
| | | NULL,

17:05:29(185):


17:05:29(187):


17:05:29(201):

+
17:05:29(217): | | | | |
| | | |
| |
17:05:29(232): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:29(234):


17:05:29(236):


17:05:29(251):

+
17:05:29(267): | | | | |
| | | |
| |
17:05:29(279): | | |
| | |
run_state_finished(),
17:05:29(281):


17:05:29(283):


17:05:29(298):

+
17:05:29(314): | | | | |
| | | |
| |
17:05:29(323): | | |
| | | 0,

17:05:29(325):


17:05:29(327):


17:05:29(341):

+
17:05:29(357): | | | | |
| | | |
| |
17:05:29(374): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:05:29(395):"histogram-latency": {"0.01": 1, "4.68": 1, "336.08": 1,
"0.20": 7, "0.07": 66, "0.04": 33, "0.23": 13, "0.08": 42, "0.09": 32,
"0.28": 4, "0.29": 2, "0.24": 12, "0.03": 18, "0.26": 12, "0.27": 6,
17:05:29(416):"0.06": 91, "0.21": 3, "0.22": 8, "0.05": 102, "0.83": 1,
"3.27": 1, "33.40": 1, "0.89": 1, "614.45": 1, "4.24": 1, "3.60": 1, "2.99":
1, "0.15": 8, "0.14": 7, "0.17": 9, "0.16": 5, "0.11": 22, "0.
17:05:29(434):10": 29, "0.13": 8, "0.12": 18, "0.53": 1, "132.24": 1,
"0.18": 2, "1.03": 1, "0.35": 1, "0.34": 1, "0.32": 2, "0.30": 2, "685.67":
1, "0.02": 1, "0.25": 7, "0.19": 11, "1.4
17:05:29(452): 16928 | pscheduler | 2511 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
06:09:39.473745+00 | 2019-05-12 14:03:27.493463+00 | 2019-05-12 14:
17:05:29(458):03:27.493493+00 | 2019-05-12 14:03:27.493494+00 | t |
active | | 21405549 |

17:05:29(460):


17:05:29(463):


17:05:29(477):

+
17:05:29(493): | | | | |
| | | |
| |
17:05:29(503): | | |
| | | WITH inserted_row AS (

17:05:29(505):


17:05:29(508):


17:05:29(522):

+
17:05:29(539): | | | | |
| | | |
| |
17:05:29(554): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:29(557):


17:05:29(559):


17:05:29(575):

+
17:05:29(591): | | | | |
| | | |
| |
17:05:29(601): | | |
| | | VALUES (32931,

17:05:29(603):


17:05:29(605):


17:05:29(619):

+
17:05:29(635): | | | | |
| | | |
| |
17:05:29(645): | | |
| | | NULL,

17:05:29(647):


17:05:29(649):


17:05:29(663):

+
17:05:29(680): | | | | |
| | | |
| |
17:05:29(695): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:29(698):


17:05:29(700):


17:05:29(715):

+
17:05:29(730): | | | | |
| | | |
| |
17:05:29(741): | | |
| | |
run_state_finished(),
17:05:29(744):


17:05:29(746):


17:05:29(760):

+
17:05:29(776): | | | | |
| | | |
| |
17:05:29(785): | | |
| | | 0,

17:05:29(787):


17:05:29(790):


17:05:29(804):

+
17:05:29(820): | | | | |
| | | |
| |
17:05:29(837): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:05:29(858):"histogram-latency": {"0.06": 13, "0.07": 52, "0.04": 2,
"0.68": 1, "0.05": 4, "0.41": 1, "0.08": 72, "0.09": 79, "0.28": 6, "0.29":
4, "0.24": 8, "0.25": 5, "0.26": 4, "0.27": 4, "0.20": 5, "0.21"
17:05:29(879):: 6, "0.22": 10, "0.23": 8, "0.15": 17, "0.14": 21, "0.17":
13, "0.16": 15, "0.11": 59, "0.10": 39, "0.13": 46, "0.12": 63, "0.19": 10,
"0.18": 13, "0.38": 1, "0.37": 1, "0.36": 1, "0.34": 5, "0.33
17:05:29(894):": 1, "0.32": 3, "0.31": 2, "0.30": 6}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}'
17:05:29(913): 16928 | pscheduler | 3445 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
01:15:29.029102+00 | 2019-05-12 14:03:21.036833+00 | 2019-05-12 14:
17:05:29(919):03:21.036878+00 | 2019-05-12 14:03:21.036879+00 | t |
active | | 21405549 |

17:05:29(921):


17:05:29(923):


17:05:29(939):

+
17:05:29(955): | | | | |
| | | |
| |
17:05:29(965): | | |
| | | WITH inserted_row AS (

17:05:29(968):


17:05:29(970):


17:05:29(984):

+
17:05:30(001): | | | | |
| | | |
| |
17:05:30(016): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:30(018):


17:05:30(020):


17:05:30(035):

+
17:05:30(051): | | | | |
| | | |
| |
17:05:30(061): | | |
| | | VALUES (32926,

17:05:30(063):


17:05:30(065):


17:05:30(080):

+
17:05:30(096): | | | | |
| | | |
| |
17:05:30(105): | | |
| | | NULL,

17:05:30(107):


17:05:30(109):


17:05:30(124):

+
17:05:30(140): | | | | |
| | | |
| |
17:05:30(154): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:30(157):


17:05:30(159):


17:05:30(173):

+
17:05:30(190): | | | | |
| | | |
| |
17:05:30(200): | | |
| | |
run_state_finished(),
17:05:30(203):


17:05:30(205):


17:05:30(219):

+
17:05:30(235): | | | | |
| | | |
| |
17:05:30(244): | | |
| | | 0,

17:05:30(247):


17:05:30(249):


17:05:30(263):

+
17:05:30(279): | | | | |
| | | |
| |
17:05:30(296): | | |
| | |
'{"max-clock-error": 0.43, "packets-duplicated": 0, "succeeded": true,
17:05:30(316):"histogram-latency": {"0.66": 24, "0.67": 19, "0.60": 7,
"0.68": 19, "0.62": 5, "0.63": 19, "0.64": 15, "0.65": 11, "0.48": 29,
"0.49": 22, "0.46": 45, "0.69": 10, "0.44": 30, "0.45": 42, "0.42": 2
17:05:30(337):9, "0.43": 35, "0.40": 9, "0.41": 18, "0.72": 9, "0.38": 6,
"0.73": 26, "0.58": 2, "0.71": 5, "0.70": 7, "0.47": 34, "0.76": 6, "0.75":
5, "0.74": 16, "0.51": 11, "0.50": 8, "0.53": 2, "0.52": 10,
17:05:30(354):"0.55": 3, "0.57": 1, "0.56": 5, "0.59": 2, "0.39": 7, "0.61":
5, "0.37": 10, "0.36": 13, "0.35": 4, "0.34": 5, "0.33": 5, "0.32": 1,
"0.31": 3, "0.77": 1}, "histogram-ttl":
17:05:30(372): 16928 | pscheduler | 24980 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:03:12.204594+00 | 2019-05-12 14:03:23.784932+00 | 2019-05-12 14:
17:05:30(379):03:23.784964+00 | 2019-05-12 14:03:23.784965+00 | t |
active | | 21405549 |

17:05:30(381):


17:05:30(383):


17:05:30(398):

+
17:05:30(416): | | | | |
| | | |
| |
17:05:30(426): | | |
| | | WITH inserted_row AS (

17:05:30(428):


17:05:30(430):


17:05:30(445):

+
17:05:30(461): | | | | |
| | | |
| |
17:05:30(476): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:30(478):


17:05:30(480):


17:05:30(495):

+
17:05:30(511): | | | | |
| | | |
| |
17:05:30(520): | | |
| | | VALUES (32499,

17:05:30(523):


17:05:30(525):


17:05:30(540):

+
17:05:30(556): | | | | |
| | | |
| |
17:05:30(565): | | |
| | | NULL,

17:05:30(567):


17:05:30(569):


17:05:30(584):

+
17:05:30(600): | | | | |
| | | |
| |
17:05:30(615): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:30(617):


17:05:30(620):


17:05:30(634):

+
17:05:30(651): | | | | |
| | | |
| |
17:05:30(661): | | |
| | |
run_state_finished(),
17:05:30(664):


17:05:30(666):


17:05:30(681):

+
17:05:30(697): | | | | |
| | | |
| |
17:05:30(706): | | |
| | | 0,

17:05:30(708):


17:05:30(710):


17:05:30(725):

+
17:05:30(741): | | | | |
| | | |
| |
17:05:30(758): | | |
| | |
'{"max-clock-error": 1.06, "packets-duplicated": 0, "succeeded": true,
17:05:30(778):"histogram-latency": {"1.48": 1, "1.16": 18, "1.17": 20,
"1.14": 28, "1.15": 23, "1.12": 23, "1.13": 31, "1.10": 22, "1.11": 18,
"1.18": 28, "1.19": 38, "1.38": 3, "1.39": 1, "1.30": 9, "1.31": 4,
17:05:30(800):"1.32": 6, "1.33": 4, "1.34": 4, "1.35": 4, "1.36": 3, "1.37":
7, "1.02": 1, "1.01": 1, "1.03": 2, "1.46": 1, "1.05": 5, "1.04": 3, "1.07":
17, "1.06": 10, "1.09": 25, "1.41": 3, "1.40": 2, "1.29":
17:05:30(817): 11, "1.28": 12, "1.49": 1, "1.43": 1, "1.08": 31, "1.23": 21,
"1.22": 18, "1.21": 23, "1.20": 26, "1.27": 12, "1.26": 24, "1.25": 21,
"1.24": 34}, "histogram-ttl": {"253":
17:05:30(835): 16928 | pscheduler | 21263 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
07:44:12.192519+00 | 2019-05-12 14:03:22.608023+00 | 2019-05-12 14:
17:05:30(842):03:22.608055+00 | 2019-05-12 14:03:22.608056+00 | t |
active | | 21405549 |

17:05:30(844):


17:05:30(846):


17:05:30(861):

+
17:05:30(877): | | | | |
| | | |
| |
17:05:30(887): | | |
| | | WITH inserted_row AS (

17:05:30(889):


17:05:30(891):


17:05:30(906):

+
17:05:30(922): | | | | |
| | | |
| |
17:05:30(937): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:30(939):


17:05:30(943):


17:05:30(957):

+
17:05:30(973): | | | | |
| | | |
| |
17:05:30(983): | | |
| | | VALUES (31886,

17:05:30(985):


17:05:30(987):


17:05:31(002):

+
17:05:31(018): | | | | |
| | | |
| |
17:05:31(027): | | |
| | | NULL,

17:05:31(030):


17:05:31(032):


17:05:31(047):

+
17:05:31(062): | | | | |
| | | |
| |
17:05:31(077): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:31(079):


17:05:31(081):


17:05:31(097):

+
17:05:31(113): | | | | |
| | | |
| |
17:05:31(124): | | |
| | |
run_state_finished(),
17:05:31(126):


17:05:31(128):


17:05:31(143):

+
17:05:31(158): | | | | |
| | | |
| |
17:05:31(168): | | |
| | | 0,

17:05:31(170):


17:05:31(172):


17:05:31(187):

+
17:05:31(203): | | | | |
| | | |
| |
17:05:31(220): | | |
| | |
'{"max-clock-error": 0.3, "packets-duplicated": 0, "succeeded": true, "
17:05:31(241):histogram-latency": {"1.70": 1, "1.43": 4, "1.26": 22, "1.47":
4, "1.52": 1, "1.53": 1, "1.59": 3, "1.65": 2, "1.38": 11, "1.39": 9, "1.50":
2, "1.51": 4, "1.56": 20, "1.57": 9, "1.54": 11, "1.55":
17:05:31(262): 11, "1.30": 26, "1.49": 5, "1.32": 46, "1.33": 31, "1.34":
35, "1.35": 26, "1.36": 38, "1.37": 38, "1.23": 3, "1.31": 39, "1.58": 7,
"1.44": 1, "1.46": 4, "1.42": 6, "1.27": 19, "1.28": 34, "1.67"
17:05:31(278):: 3, "1.29": 21, "1.64": 5, "1.63": 10, "1.62": 8, "1.61": 5,
"1.60": 5, "1.45": 5, "1.22": 4, "1.21": 3, "1.24": 7, "1.41": 10, "1.40":
11, "1.25": 29, "1.68": 1}, "histogr
17:05:31(298): 16928 | pscheduler | 28875 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
05:56:50.157606+00 | 2019-05-12 14:03:29.702068+00 | 2019-05-12 14:
17:05:31(304):03:29.702099+00 | 2019-05-12 14:03:29.7021+00 | t |
active | | 21405549 |

17:05:31(306):


17:05:31(308):


17:05:31(323):

+
17:05:31(339): | | | | |
| | | |
| |
17:05:31(349): | | |
| | | WITH inserted_row AS (

17:05:31(351):


17:05:31(353):


17:05:31(369):

+
17:05:31(386): | | | | |
| | | |
| |
17:05:31(401): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:31(403):


17:05:31(405):


17:05:31(420):

+
17:05:31(436): | | | | |
| | | |
| |
17:05:31(445): | | |
| | | VALUES (32323,

17:05:31(447):


17:05:31(449):


17:05:31(464):

+
17:05:31(480): | | | | |
| | | |
| |
17:05:31(490): | | |
| | | NULL,

17:05:31(492):


17:05:31(494):


17:05:31(509):

+
17:05:31(525): | | | | |
| | | |
| |
17:05:31(538): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:31(541):


17:05:31(543):


17:05:31(557):

+
17:05:31(573): | | | | |
| | | |
| |
17:05:31(585): | | |
| | |
run_state_finished(),
17:05:31(587):


17:05:31(589):


17:05:31(603):

+
17:05:31(621): | | | | |
| | | |
| |
17:05:31(630): | | |
| | | 0,

17:05:31(633):


17:05:31(635):


17:05:31(650):

+
17:05:31(666): | | | | |
| | | |
| |
17:05:31(683): | | |
| | |
'{"max-clock-error": 0.65, "packets-duplicated": 0, "succeeded": true,
17:05:31(703):"histogram-latency": {"-1.18": 30, "-1.19": 48, "-1.00": 4,
"-1.12": 26, "-1.13": 21, "-1.10": 11, "-1.11": 21, "-1.16": 26, "-1.17": 42,
"-1.14": 24, "-1.15": 30, "-0.49": 1, "-1.27": 23, "-1.26":
17:05:31(725): 23, "-1.25": 22, "-1.24": 9, "-0.99": 1, "-1.22": 25,
"-1.21": 52, "-1.20": 56, "-0.95": 1, "-1.23": 18, "-0.97": 3, "-0.96": 5,
"-0.91": 1, "-0.90": 1, "-0.93": 2, "-0.92": 1, "-1.09": 8, "-1.08"
17:05:31(741):: 8, "-1.01": 5, "47.24": 1, "-1.03": 2, "-1.02": 7, "-1.05":
4, "-1.04": 5, "-1.07": 11, "-1.06": 12, "-0.98": 3, "-1.29": 1, "-1.28": 6},
"histogram-ttl": {"253": 600}, "p
17:05:31(760): 16928 | pscheduler | 16274 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:44:32.432147+00 | 2019-05-12 14:03:52.0526+00 | 2019-05-12 14:
17:05:31(767):03:52.052643+00 | 2019-05-12 14:03:52.052644+00 | t |
active | | 21405549 |

17:05:31(769):


17:05:31(771):


17:05:31(786):

+
17:05:31(802): | | | | |
| | | |
| |
17:05:31(811): | | |
| | | WITH inserted_row AS (

17:05:31(813):


17:05:31(817):


17:05:31(833):

+
17:05:31(849): | | | | |
| | | |
| |
17:05:31(864): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:31(866):


17:05:31(868):


17:05:31(883):

+
17:05:31(899): | | | | |
| | | |
| |
17:05:31(909): | | |
| | | VALUES (31988,

17:05:31(911):


17:05:31(913):


17:05:31(928):

+
17:05:31(944): | | | | |
| | | |
| |
17:05:31(954): | | |
| | | NULL,

17:05:31(957):


17:05:31(959):


17:05:31(974):

+
17:05:31(990): | | | | |
| | | |
| |
17:05:32(004): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:32(006):


17:05:32(009):


17:05:32(023):

+
17:05:32(040): | | | | |
| | | |
| |
17:05:32(052): | | |
| | |
run_state_finished(),
17:05:32(054):


17:05:32(057):


17:05:32(071):

+
17:05:32(087): | | | | |
| | | |
| |
17:05:32(096): | | |
| | | 0,

17:05:32(099):


17:05:32(101):


17:05:32(116):

+
17:05:32(132): | | | | |
| | | |
| |
17:05:32(149): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:05:32(170):"histogram-latency": {"-1.12": 2, "-1.13": 1, "-1.10": 8,
"-1.11": 2, "-0.67": 9, "-0.77": 13, "-0.76": 14, "-0.75": 9, "-0.74": 14,
"-0.73": 17, "-0.72": 17, "-0.71": 1, "-0.70": 5, "-0.95": 19, "
17:05:32(191):-0.94": 17, "-0.97": 23, "-0.96": 24, "-0.91": 12, "-0.90":
11, "-0.93": 18, "-0.92": 11, "-1.09": 8, "-1.08": 9, "-0.99": 20, "-1.01":
31, "-1.00": 32, "-1.03": 22, "-1.02": 27, "-1.05": 14, "-1.0
17:05:32(208):4": 12, "-1.07": 4, "-1.06": 7, "-0.86": 8, "-0.79": 14,
"-0.65": 1, "-0.85": 10, "-0.98": 28, "-0.87": 2, "-0.64": 2, "-0.66": 3,
"-0.88": 10, "-0.89": 8, "-0.68": 5, "-0.6
17:05:32(227): 16928 | pscheduler | 23756 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
06:46:14.667579+00 | 2019-05-12 14:03:21.634352+00 | 2019-05-12 14:
17:05:32(234):03:21.634403+00 | 2019-05-12 14:03:21.634404+00 | t |
active | | 21405549 |

17:05:32(236):


17:05:32(238):


17:05:32(252):

+
17:05:32(269): | | | | |
| | | |
| |
17:05:32(279): | | |
| | | WITH inserted_row AS (

17:05:32(281):


17:05:32(284):


17:05:32(299):

+
17:05:32(315): | | | | |
| | | |
| |
17:05:32(330): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:32(332):


17:05:32(336):


17:05:32(350):

+
17:05:32(366): | | | | |
| | | |
| |
17:05:32(376): | | |
| | | VALUES (32935,

17:05:32(378):


17:05:32(380):


17:05:32(395):

+
17:05:32(411): | | | | |
| | | |
| |
17:05:32(421): | | |
| | | NULL,

17:05:32(424):


17:05:32(435):


17:05:32(450):

+
17:05:32(466): | | | | |
| | | |
| |
17:05:32(480): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:32(483):


17:05:32(485):


17:05:32(499):

+
17:05:32(516): | | | | |
| | | |
| |
17:05:32(527): | | |
| | |
run_state_finished(),
17:05:32(529):


17:05:32(531):


17:05:32(545):

+
17:05:32(561): | | | | |
| | | |
| |
17:05:32(570): | | |
| | | 0,

17:05:32(573):


17:05:32(575):


17:05:32(589):

+
17:05:32(606): | | | | |
| | | |
| |
17:05:32(623): | | |
| | |
'{"max-clock-error": 0.18, "packets-duplicated": 0, "succeeded": true,
17:05:32(644):"histogram-latency": {"-0.47": 3, "-0.59": 7, "-0.04": 1,
"-0.49": 8, "-0.28": 1, "-0.29": 1, "-0.58": 24, "-0.14": 1, "-0.24": 1,
"-0.43": 3, "-0.26": 1, "0.49": 2, "-0.21": 1, "-0.44": 2, "0.60":
17:05:32(666): 13, "0.61": 15, "0.62": 12, "0.63": 9, "0.64": 5, "0.65": 7,
"0.66": 5, "0.67": 3, "0.68": 4, "0.69": 2, "0.53": 5, "-0.30": 1, "-0.10":
1, "-0.27": 1, "-0.40": 3, "0.83": 1, "-0.52": 31, "0.81":
17:05:32(683):1, "-0.48": 8, "0.88": 1, "-0.37": 4, "-0.39": 1, "-0.33": 9,
"-0.32": 7, "-0.31": 6, "-0.16": 3, "-0.41": 3, "-0.36": 3, "-0.35": 4,
"-0.34": 4, "-0.51": 25, "-0.50": 5, "-
17:05:32(702): 16928 | pscheduler | 24597 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:01:46.651596+00 | 2019-05-12 14:03:27.704486+00 | 2019-05-12 14:
17:05:32(708):03:27.704528+00 | 2019-05-12 14:03:27.70453+00 | t |
active | | 21405549 |

17:05:32(711):


17:05:32(713):


17:05:32(728):

+
17:05:32(744): | | | | |
| | | |
| |
17:05:32(753): | | |
| | | WITH inserted_row AS (

17:05:32(756):


17:05:32(758):


17:05:32(772):

+
17:05:32(788): | | | | |
| | | |
| |
17:05:32(803): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:32(806):


17:05:32(809):


17:05:32(823):

+
17:05:32(840): | | | | |
| | | |
| |
17:05:32(849): | | |
| | | VALUES (32762,

17:05:32(851):


17:05:32(854):


17:05:32(868):

+
17:05:32(884): | | | | |
| | | |
| |
17:05:32(893): | | |
| | | NULL,

17:05:32(896):


17:05:32(898):


17:05:32(913):

+
17:05:32(929): | | | | |
| | | |
| |
17:05:32(944): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:32(946):


17:05:32(948):


17:05:32(963):

+
17:05:32(979): | | | | |
| | | |
| |
17:05:32(990): | | |
| | |
run_state_finished(),
17:05:32(992):


17:05:32(994):


17:05:33(009):

+
17:05:33(025): | | | | |
| | | |
| |
17:05:33(034): | | |
| | | 0,

17:05:33(036):


17:05:33(039):


17:05:33(053):

+
17:05:33(069): | | | | |
| | | |
| |
17:05:33(086): | | |
| | |
'{"max-clock-error": 0.3, "packets-duplicated": 0, "succeeded": true, "
17:05:33(107):histogram-latency": {"1.02": 3, "1.48": 5, "1.24": 2, "1.70":
3, "1.68": 5, "1.25": 4, "1.16": 4, "1.52": 1, "1.14": 13, "1.78": 1, "1.12":
22, "1.13": 16, "1.10": 20, "1.64": 4, "1.53": 3, "1.06":
17:05:33(128): 4, "1.65": 1, "1.18": 4, "1.19": 5, "1.38": 34, "1.39": 22,
"1.50": 3, "1.51": 3, "1.56": 11, "1.57": 8, "1.54": 3, "1.55": 12, "1.30":
11, "1.31": 16, "1.58": 6, "1.33": 24, "1.34": 25, "1.35": 2
17:05:33(145):4, "1.36": 15, "1.37": 17, "1.21": 3, "1.17": 7, "1.09": 16,
"1.23": 3, "1.15": 6, "1.22": 5, "1.32": 24, "1.20": 6, "1.01": 2, "1.03": 4,
"1.59": 13, "1.05": 1, "1.04": 2,
17:05:33(163): 16928 | pscheduler | 3899 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
02:34:50.536435+00 | 2019-05-12 14:03:28.974039+00 | 2019-05-12 14:
17:05:33(170):03:28.974068+00 | 2019-05-12 14:03:28.974069+00 | t |
active | | 21405549 |

17:05:33(174):


17:05:33(176):


17:05:33(191):

+
17:05:33(207): | | | | |
| | | |
| |
17:05:33(217): | | |
| | | WITH inserted_row AS (

17:05:33(219):


17:05:33(221):


17:05:33(236):

+
17:05:33(252): | | | | |
| | | |
| |
17:05:33(267): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:33(269):


17:05:33(271):


17:05:33(286):

+
17:05:33(302): | | | | |
| | | |
| |
17:05:33(312): | | |
| | | VALUES (32376,

17:05:33(314):


17:05:33(316):


17:05:33(331):

+
17:05:33(347): | | | | |
| | | |
| |
17:05:33(356): | | |
| | | NULL,

17:05:33(358):


17:05:33(361):


17:05:33(376):

+
17:05:33(392): | | | | |
| | | |
| |
17:05:33(406): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:33(408):


17:05:33(410):


17:05:33(425):

+
17:05:33(441): | | | | |
| | | |
| |
17:05:33(452): | | |
| | |
run_state_finished(),
17:05:33(454):


17:05:33(456):


17:05:33(471):

+
17:05:33(487): | | | | |
| | | |
| |
17:05:33(497): | | |
| | | 0,

17:05:33(499):


17:05:33(501):


17:05:33(516):

+
17:05:33(533): | | | | |
| | | |
| |
17:05:33(550): | | |
| | |
'{"max-clock-error": 1.04, "packets-duplicated": 0, "succeeded": true,
17:05:33(572):"histogram-latency": {"0.68": 1, "0.64": 1, "0.65": 1, "0.67":
4, "1.96": 1, "0.69": 7, "1.14": 1, "0.82": 35, "0.83": 34, "0.80": 32,
"0.81": 52, "0.86": 10, "0.87": 9, "0.84": 27, "0.85": 9, "1.2
17:05:33(594):5": 1, "0.88": 13, "0.89": 3, "0.73": 31, "0.72": 32, "0.71":
50, "0.70": 24, "0.77": 31, "0.76": 41, "0.75": 31, "0.74": 18, "0.79": 31,
"0.78": 21, "1.86": 1, "1.00": 2, "1.03": 1, "1.02": 3, "1.
17:05:33(611):05": 1, "0.99": 3, "0.98": 5, "0.95": 4, "0.94": 1, "0.97": 4,
"0.96": 3, "0.91": 9, "0.90": 5, "0.93": 5, "0.92": 2}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "p
17:05:33(630): 16928 | pscheduler | 6564 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
07:21:23.591622+00 | 2019-05-12 14:03:27.345494+00 | 2019-05-12 14:
17:05:33(637):03:27.345523+00 | 2019-05-12 14:03:27.345524+00 | t |
active | | 21405549 |

17:05:33(639):


17:05:33(642):


17:05:33(657):

+
17:05:33(674): | | | | |
| | | |
| |
17:05:33(684): | | |
| | | WITH inserted_row AS (

17:05:33(687):


17:05:33(689):


17:05:33(704):

+
17:05:33(721): | | | | |
| | | |
| |
17:05:33(738): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:33(740):


17:05:33(742):


17:05:33(757):

+
17:05:33(774): | | | | |
| | | |
| |
17:05:33(784): | | |
| | | VALUES (32380,

17:05:33(786):


17:05:33(789):


17:05:33(803):

+
17:05:33(820): | | | | |
| | | |
| |
17:05:33(830): | | |
| | | NULL,

17:05:33(832):


17:05:33(835):


17:05:33(850):

+
17:05:33(867): | | | | |
| | | |
| |
17:05:33(884): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:33(887):


17:05:33(890):


17:05:33(905):

+
17:05:33(921): | | | | |
| | | |
| |
17:05:33(933): | | |
| | |
run_state_finished(),
17:05:33(935):


17:05:33(937):


17:05:33(952):

+
17:05:33(968): | | | | |
| | | |
| |
17:05:33(978): | | |
| | | 0,

17:05:33(980):


17:05:33(982):


17:05:33(997):

+
17:05:34(013): | | | | |
| | | |
| |
17:05:34(031): | | |
| | |
'{"max-clock-error": 0.29, "packets-duplicated": 0, "succeeded": true,
17:05:34(052):"histogram-latency": {"0.48": 4, "0.49": 2, "0.46": 2, "0.44":
2, "0.45": 2, "0.42": 1, "0.43": 2, "0.40": 4, "0.41": 5, "0.28": 50, "0.29":
10, "0.24": 90, "0.25": 62, "0.26": 66, "0.27": 48, "0.2
17:05:34(073):0": 12, "0.21": 19, "0.22": 72, "0.23": 97, "0.19": 5, "0.18":
1, "0.39": 4, "0.38": 4, "0.37": 3, "0.36": 5, "0.35": 3, "0.34": 4, "0.33":
4, "0.32": 3, "0.31": 7, "0.30": 7}, "histogram-ttl": {"2
17:05:34(088):53": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "schema": 1}')
+
17:05:34(104): | | | | |
| | | |
| |
17:05:34(114): | | |
| | | RETURNING *

17:05:34(116):


17:05:34(119):


17:05:34(133):

+
17:05:34(150): | | | | |
| | | |
| |
17:05:34(158): | | |
| | | ) SELECT u
17:05:34(176): 16928 | pscheduler | 18113 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-09
22:00:28.631272+00 | 2019-05-12 14:03:27.443388+00 | 2019-05-12 14:
17:05:34(183):03:27.443418+00 | 2019-05-12 14:03:27.443419+00 | t |
active | | 21405549 |

17:05:34(185):


17:05:34(187):


17:05:34(203):

+
17:05:34(219): | | | | |
| | | |
| |
17:05:34(229): | | |
| | | WITH inserted_row AS (

17:05:34(231):


17:05:34(234):


17:05:34(249):

+
17:05:34(265): | | | | |
| | | |
| |
17:05:34(280): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:34(283):


17:05:34(285):


17:05:34(300):

+
17:05:34(317): | | | | |
| | | |
| |
17:05:34(327): | | |
| | | VALUES (33116,

17:05:34(329):


17:05:34(331):


17:05:34(346):

+
17:05:34(362): | | | | |
| | | |
| |
17:05:34(371): | | |
| | | NULL,

17:05:34(374):


17:05:34(376):


17:05:34(391):

+
17:05:34(407): | | | | |
| | | |
| |
17:05:34(422): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:34(424):


17:05:34(426):


17:05:34(441):

+
17:05:34(457): | | | | |
| | | |
| |
17:05:34(468): | | |
| | |
run_state_finished(),
17:05:34(471):


17:05:34(473):


17:05:34(488):

+
17:05:34(504): | | | | |
| | | |
| |
17:05:34(513): | | |
| | | 0,

17:05:34(515):


17:05:34(517):


17:05:34(532):

+
17:05:34(548): | | | | |
| | | |
| |
17:05:34(565): | | |
| | |
'{"max-clock-error": 0.45, "packets-duplicated": 0, "succeeded": true,
17:05:34(586):"histogram-latency": {"1.24": 1, "1.16": 6, "1.17": 9, "1.14":
19, "1.15": 10, "1.12": 15, "1.13": 19, "1.10": 12, "1.11": 17, "1.18": 8,
"1.19": 7, "0.82": 6, "0.83": 14, "0.80": 1, "0.81": 10, "0
17:05:34(608):.86": 20, "0.87": 27, "0.84": 7, "0.85": 15, "0.88": 27,
"0.89": 28, "1.23": 2, "1.02": 2, "0.77": 2, "1.22": 6, "0.79": 3, "0.78": 1,
"0.97": 14, "1.01": 3, "1.00": 1, "1.03": 4, "0.96": 12, "1.05
17:05:34(626):": 2, "1.04": 3, "1.07": 9, "1.06": 6, "1.09": 11, "1.08": 17,
"0.99": 7, "0.98": 4, "0.95": 14, "0.94": 20, "1.21": 6, "1.20": 10, "0.91":
53, "0.90": 41, "0.93": 32, "0.92
17:05:34(644): 16928 | pscheduler | 15331 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:43:37.248019+00 | 2019-05-12 14:03:30.974475+00 | 2019-05-12 14:
17:05:34(651):03:30.974557+00 | 2019-05-12 14:03:30.974558+00 | t |
active | | 21405549 |

17:05:34(654):


17:05:34(656):


17:05:34(671):

+
17:05:34(687): | | | | |
| | | |
| |
17:05:34(697): | | |
| | | WITH inserted_row AS (

17:05:34(699):


17:05:34(702):


17:05:34(716):

+
17:05:34(733): | | | | |
| | | |
| |
17:05:34(748): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:34(750):


17:05:34(752):


17:05:34(767):

+
17:05:34(784): | | | | |
| | | |
| |
17:05:34(794): | | |
| | | VALUES (32813,

17:05:34(796):


17:05:34(798):


17:05:34(813):

+
17:05:34(829): | | | | |
| | | |
| |
17:05:34(839): | | |
| | | NULL,

17:05:34(841):


17:05:34(843):


17:05:34(858):

+
17:05:34(875): | | | | |
| | | |
| |
17:05:34(890): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:34(892):


17:05:34(894):


17:05:34(909):

+
17:05:34(925): | | | | |
| | | |
| |
17:05:34(937): | | |
| | |
run_state_finished(),
17:05:34(940):


17:05:34(942):


17:05:34(956):

+
17:05:34(973): | | | | |
| | | |
| |
17:05:34(982): | | |
| | | 0,

17:05:34(984):


17:05:34(987):


17:05:35(002):

+
17:05:35(018): | | | | |
| | | |
| |
17:05:35(036): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:05:35(057):"histogram-latency": {"0.48": 5, "0.49": 1, "0.60": 12,
"0.61": 6, "0.62": 4, "0.63": 7, "0.64": 12, "0.65": 24, "0.66": 17, "0.67":
10, "0.68": 2, "0.69": 1, "0.44": 4, "0.45": 2, "0.42": 6, "0.43
17:05:35(078):": 4, "0.40": 11, "0.41": 7, "0.28": 21, "0.29": 29, "0.24":
9, "0.25": 9, "0.26": 10, "0.27": 6, "0.20": 2, "0.21": 4, "0.22": 6, "0.23":
8, "1.71": 1, "0.46": 4, "4.22": 1, "0.72": 1, "0.59": 18,
17:05:35(095): "0.58": 15, "0.71": 1, "0.70": 2, "0.47": 5, "0.51": 5,
"0.50": 3, "0.53": 6, "0.52": 8, "0.55": 14, "0.54": 10, "0.57": 16, "0.56":
20, "0.39": 11, "0.38": 10, "0.37": 13,
17:05:35(113): 16928 | pscheduler | 24130 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:18.934593+00 | 2019-05-12 14:03:27.390819+00 | 2019-05-12 14:
17:05:35(120):03:27.390856+00 | 2019-05-12 14:03:27.390857+00 | t |
active | | 21405549 |

17:05:35(123):


17:05:35(125):


17:05:35(140):

+
17:05:35(156): | | | | |
| | | |
| |
17:05:35(166): | | |
| | | WITH inserted_row AS (

17:05:35(168):


17:05:35(170):


17:05:35(186):

+
17:05:35(202): | | | | |
| | | |
| |
17:05:35(217): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:35(220):


17:05:35(222):


17:05:35(237):

+
17:05:35(253): | | | | |
| | | |
| |
17:05:35(262): | | |
| | | VALUES (31893,

17:05:35(264):


17:05:35(266):


17:05:35(281):

+
17:05:35(297): | | | | |
| | | |
| |
17:05:35(306): | | |
| | | NULL,

17:05:35(310):


17:05:35(313):


17:05:35(328):

+
17:05:35(344): | | | | |
| | | |
| |
17:05:35(359): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:35(361):


17:05:35(364):


17:05:35(378):

+
17:05:35(395): | | | | |
| | | |
| |
17:05:35(406): | | |
| | |
run_state_finished(),
17:05:35(408):


17:05:35(411):


17:05:35(426):

+
17:05:35(442): | | | | |
| | | |
| |
17:05:35(451): | | |
| | | 0,

17:05:35(454):


17:05:35(456):


17:05:35(471):

+
17:05:35(487): | | | | |
| | | |
| |
17:05:35(504): | | |
| | |
'{"max-clock-error": 0.19, "packets-duplicated": 0, "succeeded": true,
17:05:35(524):"histogram-latency": {"0.34": 5, "0.48": 19, "0.49": 18,
"0.60": 11, "0.46": 20, "0.62": 5, "0.63": 4, "0.64": 10, "0.65": 10, "0.66":
14, "0.67": 13, "0.68": 10, "0.47": 28, "0.44": 30, "0.45": 19
17:05:35(546):, "0.42": 19, "0.43": 22, "0.40": 14, "0.41": 18, "0.82": 2,
"0.52": 11, "0.28": 3, "0.29": 1, "0.69": 9, "0.83": 1, "0.80": 6, "0.81": 6,
"0.84": 1, "0.85": 2, "0.73": 23, "0.72": 13, "0.71": 6, "
17:05:35(563):0.70": 17, "0.77": 7, "0.76": 6, "0.75": 7, "0.74": 14,
"0.51": 16, "0.50": 18, "0.53": 13, "0.78": 5, "0.55": 8, "0.54": 11, "0.57":
14, "0.56": 5, "0.79": 6, "0.59": 10, "
17:05:35(581): 16928 | pscheduler | 26994 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:01:56.45644+00 | 2019-05-12 14:03:20.670924+00 | 2019-05-12 14:
17:05:35(588):03:20.670983+00 | 2019-05-12 14:03:20.670984+00 | t |
active | | 21405549 |

17:05:35(590):


17:05:35(593):


17:05:35(607):

+
17:05:35(623): | | | | |
| | | |
| |
17:05:35(633): | | |
| | | WITH inserted_row AS (

17:05:35(636):


17:05:35(638):


17:05:35(653):

+
17:05:35(671): | | | | |
| | | |
| |
17:05:35(687): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:35(689):


17:05:35(691):


17:05:35(709):

+
17:05:35(729): | | | | |
| | | |
| |
17:05:35(741): | | |
| | | VALUES (32326,

17:05:35(745):


17:05:35(748):


17:05:35(763):

+
17:05:35(780): | | | | |
| | | |
| |
17:05:35(789): | | |
| | | NULL,

17:05:35(791):


17:05:35(794):


17:05:35(809):

+
17:05:35(825): | | | | |
| | | |
| |
17:05:35(839): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:35(841):


17:05:35(844):


17:05:35(858):

+
17:05:35(875): | | | | |
| | | |
| |
17:05:35(886): | | |
| | |
run_state_finished(),
17:05:35(889):


17:05:35(891):


17:05:35(905):

+
17:05:35(922): | | | | |
| | | |
| |
17:05:35(931): | | |
| | | 0,

17:05:35(934):


17:05:35(952):


17:05:35(967):

+
17:05:35(984): | | | | |
| | | |
| |
17:05:36(001): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:05:36(022):"histogram-latency": {"0.48": 67, "0.67": 4, "0.60": 13,
"0.61": 5, "0.62": 10, "0.63": 6, "0.64": 8, "0.65": 7, "0.66": 5, "0.49":
32, "0.46": 15, "0.47": 21, "0.44": 1, "0.45": 6, "0.69": 6, "0.8
17:05:36(045):3": 1, "0.84": 1, "0.59": 6, "0.58": 28, "0.71": 8, "0.70": 6,
"0.76": 1, "0.75": 1, "0.74": 1, "0.51": 68, "0.50": 34, "0.53": 49, "0.52":
61, "0.55": 20, "0.54": 25, "0.57": 43, "0.56": 29, "0.73
17:05:36(060):": 3, "0.72": 6, "0.68": 3}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:36(076): | | | | |
| | | |
| |
17:05:36(082): | | |
| | |
17:05:36(100): 16928 | pscheduler | 24159 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.895592+00 | 2019-05-12 14:03:21.419475+00 | 2019-05-12 14:
17:05:36(107):03:21.419503+00 | 2019-05-12 14:03:21.419504+00 | t |
active | | 21405549 |

17:05:36(110):


17:05:36(112):


17:05:36(127):

+
17:05:36(143): | | | | |
| | | |
| |
17:05:36(153): | | |
| | | WITH inserted_row AS (

17:05:36(155):


17:05:36(157):


17:05:36(172):

+
17:05:36(190): | | | | |
| | | |
| |
17:05:36(205): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:36(207):


17:05:36(210):


17:05:36(225):

+
17:05:36(242): | | | | |
| | | |
| |
17:05:36(251): | | |
| | | VALUES (31786,

17:05:36(254):


17:05:36(256):


17:05:36(270):

+
17:05:36(287): | | | | |
| | | |
| |
17:05:36(296): | | |
| | | NULL,

17:05:36(299):


17:05:36(301):


17:05:36(315):

+
17:05:36(331): | | | | |
| | | |
| |
17:05:36(347): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:36(349):


17:05:36(351):


17:05:36(366):

+
17:05:36(382): | | | | |
| | | |
| |
17:05:36(393): | | |
| | |
run_state_finished(),
17:05:36(396):


17:05:36(398):


17:05:36(413):

+
17:05:36(429): | | | | |
| | | |
| |
17:05:36(438): | | |
| | | 0,

17:05:36(441):


17:05:36(443):


17:05:36(458):

+
17:05:36(474): | | | | |
| | | |
| |
17:05:36(491): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:36(512):histogram-latency": {"0.06": 1, "0.07": 4, "0.48": 15, "0.49":
5, "0.46": 8, "0.47": 7, "0.44": 21, "0.45": 20, "0.42": 12, "0.43": 17,
"0.40": 10, "0.41": 14, "0.08": 3, "0.09": 12, "0.28": 6, "0.
17:05:36(534):29": 5, "0.24": 20, "0.25": 22, "0.26": 15, "0.27": 8, "0.20":
24, "0.21": 30, "0.22": 19, "0.54": 8, "0.55": 2, "0.15": 18, "0.14": 10,
"0.17": 19, "0.16": 32, "0.11": 10, "0.10": 6, "0.13": 9, "0
17:05:36(551):.12": 10, "0.51": 18, "0.50": 6, "0.53": 7, "0.52": 4, "0.19":
31, "0.18": 28, "0.56": 2, "0.39": 8, "0.38": 11, "0.37": 10, "0.36": 6,
"0.35": 5, "0.34": 2, "0.33": 6, "0.3
17:05:36(569): 16928 | pscheduler | 30407 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
23:13:09.111263+00 | 2019-05-12 14:03:50.725638+00 | 2019-05-12 14:
17:05:36(576):03:50.72569+00 | 2019-05-12 14:03:50.725691+00 | t |
active | | 21405549 |

17:05:36(578):


17:05:36(581):


17:05:36(596):

+
17:05:36(615): | | | | |
| | | |
| |
17:05:36(626): | | |
| | | WITH inserted_row AS (

17:05:36(629):


17:05:36(631):


17:05:36(646):

+
17:05:36(663): | | | | |
| | | |
| |
17:05:36(681): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:36(683):


17:05:36(686):


17:05:36(701):

+
17:05:36(718): | | | | |
| | | |
| |
17:05:36(728): | | |
| | | VALUES (32383,

17:05:36(730):


17:05:36(733):


17:05:36(747):

+
17:05:36(763): | | | | |
| | | |
| |
17:05:36(773): | | |
| | | NULL,

17:05:36(775):


17:05:36(791):


17:05:36(807):

+
17:05:36(823): | | | | |
| | | |
| |
17:05:36(838): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:36(841):


17:05:36(843):


17:05:36(858):

+
17:05:36(875): | | | | |
| | | |
| |
17:05:36(887): | | |
| | |
run_state_finished(),
17:05:36(890):


17:05:36(892):


17:05:36(907):

+
17:05:36(923): | | | | |
| | | |
| |
17:05:36(933): | | |
| | | 0,

17:05:36(935):


17:05:36(937):


17:05:36(952):

+
17:05:36(968): | | | | |
| | | |
| |
17:05:36(985): | | |
| | |
'{"max-clock-error": 0.17, "packets-duplicated": 0, "succeeded": true,
17:05:37(007):"histogram-latency": {"-0.06": 10, "-0.07": 7, "-0.04": 1,
"-0.05": 8, "-0.02": 6, "-0.03": 3, "-0.01": 4, "-0.24": 2, "-0.25": 1,
"-0.20": 55, "-0.21": 18, "-0.08": 10, "-0.09": 15, "0.08": 1, "0.
17:05:37(029):28": 1, "0.02": 4, "0.03": 5, "0.00": 5, "0.04": 2, "0.05": 3,
"-0.15": 37, "-0.14": 42, "-0.17": 63, "-0.16": 29, "-0.11": 30, "-0.10": 26,
"-0.13": 43, "-0.12": 39, "-0.19": 65, "-0.18": 46, "0.1
17:05:37(045):0": 2, "-0.23": 4, "0.32": 1, "0.24": 1, "-0.22": 11},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600
17:05:37(063): 16928 | pscheduler | 23676 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
04:36:54.540635+00 | 2019-05-12 14:03:33.470193+00 | 2019-05-12 14:
17:05:37(069):03:33.470226+00 | 2019-05-12 14:03:33.470227+00 | t |
active | | 21405549 |

17:05:37(072):


17:05:37(074):


17:05:37(089):

+
17:05:37(106): | | | | |
| | | |
| |
17:05:37(115): | | |
| | | WITH inserted_row AS (

17:05:37(117):


17:05:37(120):


17:05:37(134):

+
17:05:37(151): | | | | |
| | | |
| |
17:05:37(166): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:37(169):


17:05:37(171):


17:05:37(186):

+
17:05:37(202): | | | | |
| | | |
| |
17:05:37(212): | | |
| | | VALUES (31733,

17:05:37(214):


17:05:37(216):


17:05:37(231):

+
17:05:37(247): | | | | |
| | | |
| |
17:05:37(257): | | |
| | | NULL,

17:05:37(259):


17:05:37(261):


17:05:37(277):

+
17:05:37(294): | | | | |
| | | |
| |
17:05:37(309): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:37(311):


17:05:37(314):


17:05:37(329):

+
17:05:37(346): | | | | |
| | | |
| |
17:05:37(358): | | |
| | |
run_state_finished(),
17:05:37(360):


17:05:37(362):


17:05:37(378):

+
17:05:37(394): | | | | |
| | | |
| |
17:05:37(403): | | |
| | | 0,

17:05:37(405):


17:05:37(408):


17:05:37(424):

+
17:05:37(441): | | | | |
| | | |
| |
17:05:37(458): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:05:37(479):"histogram-latency": {"1.48": 2, "1.46": 2, "1.16": 50,
"1.17": 34, "1.14": 33, "1.15": 41, "1.12": 11, "1.13": 28, "1.10": 5,
"1.11": 8, "1.18": 22, "1.19": 16, "1.38": 25, "1.53": 1, "1.50": 1, "
17:05:37(501):1.30": 12, "1.31": 11, "1.32": 8, "1.33": 26, "1.34": 17,
"1.35": 25, "1.36": 22, "1.37": 24, "1.23": 13, "1.44": 16, "1.41": 2,
"1.39": 12, "1.47": 1, "1.20": 8, "1.05": 5, "1.04": 2, "1.07": 9, "
17:05:37(518):1.06": 8, "1.09": 2, "1.08": 7, "1.40": 3, "1.29": 5, "1.28":
3, "1.49": 1, "1.25": 3, "1.45": 9, "1.22": 11, "1.21": 14, "1.24": 9,
"1.27": 5, "1.26": 10, "1.43": 14, "1.42
17:05:37(536): 16928 | pscheduler | 1845 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
00:15:52.572535+00 | 2019-05-12 14:03:23.002094+00 | 2019-05-12 14:
17:05:37(543):03:23.002126+00 | 2019-05-12 14:03:23.002127+00 | t |
active | | 21405549 |

17:05:37(545):


17:05:37(547):


17:05:37(562):

+
17:05:37(578): | | | | |
| | | |
| |
17:05:37(588): | | |
| | | WITH inserted_row AS (

17:05:37(590):


17:05:37(592):


17:05:37(607):

+
17:05:37(624): | | | | |
| | | |
| |
17:05:37(639): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:37(641):


17:05:37(643):


17:05:37(658):

+
17:05:37(674): | | | | |
| | | |
| |
17:05:37(684): | | |
| | | VALUES (32971,

17:05:37(687):


17:05:37(689):


17:05:37(704):

+
17:05:37(720): | | | | |
| | | |
| |
17:05:37(730): | | |
| | | NULL,

17:05:37(732):


17:05:37(734):


17:05:37(749):

+
17:05:37(766): | | | | |
| | | |
| |
17:05:37(781): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:37(784):


17:05:37(786):


17:05:37(801):

+
17:05:37(818): | | | | |
| | | |
| |
17:05:37(829): | | |
| | |
run_state_finished(),
17:05:37(832):


17:05:37(834):


17:05:37(849):

+
17:05:37(866): | | | | |
| | | |
| |
17:05:37(876): | | |
| | | 0,

17:05:37(878):


17:05:37(881):


17:05:37(897):

+
17:05:37(913): | | | | |
| | | |
| |
17:05:37(930): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:37(951):histogram-latency": {"1.16": 20, "1.17": 21, "1.14": 11,
"1.15": 7, "1.12": 7, "1.13": 7, "1.10": 5, "1.11": 7, "0.91": 4, "1.18": 22,
"1.19": 23, "0.87": 7, "0.84": 1, "0.85": 3, "1.30": 2, "1.31"
17:05:37(973):: 2, "0.88": 10, "0.89": 9, "0.94": 35, "0.95": 27, "1.02":
10, "1.24": 17, "0.97": 30, "1.04": 11, "1.01": 15, "1.00": 11, "1.03": 13,
"0.96": 24, "1.05": 8, "0.93": 19, "1.07": 9, "1.06": 3, "1.0
17:05:37(991):9": 7, "1.08": 10, "1.32": 1, "1.59": 1, "1.26": 8, "1.29": 3,
"1.28": 11, "0.99": 28, "0.98": 40, "1.23": 8, "1.22": 8, "1.21": 9, "1.20":
16, "1.27": 7, "0.90": 6, "1.25":
17:05:38(009): 16928 | pscheduler | 9669 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:34:41.750658+00 | 2019-05-12 14:03:34.393159+00 | 2019-05-12 14:
17:05:38(016):03:34.393206+00 | 2019-05-12 14:03:34.393207+00 | t |
active | | 21405549 |

17:05:38(019):


17:05:38(022):


17:05:38(037):

+
17:05:38(053): | | | | |
| | | |
| |
17:05:38(063): | | |
| | | WITH inserted_row AS (

17:05:38(066):


17:05:38(068):


17:05:38(082):

+
17:05:38(099): | | | | |
| | | |
| |
17:05:38(115): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:38(117):


17:05:38(119):


17:05:38(134):

+
17:05:38(149): | | | | |
| | | |
| |
17:05:38(159): | | |
| | | VALUES (32262,

17:05:38(161):


17:05:38(166):


17:05:38(181):

+
17:05:38(197): | | | | |
| | | |
| |
17:05:38(206): | | |
| | | NULL,

17:05:38(209):


17:05:38(211):


17:05:38(226):

+
17:05:38(242): | | | | |
| | | |
| |
17:05:38(257): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:38(259):


17:05:38(261):


17:05:38(276):

+
17:05:38(293): | | | | |
| | | |
| |
17:05:38(304): | | |
| | |
run_state_finished(),
17:05:38(306):


17:05:38(309):


17:05:38(324):

+
17:05:38(340): | | | | |
| | | |
| |
17:05:38(349): | | |
| | | 0,

17:05:38(352):


17:05:38(354):


17:05:38(370):

+
17:05:38(386): | | | | |
| | | |
| |
17:05:38(403): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:05:38(424):"histogram-latency": {"0.48": 4, "0.49": 10, "0.60": 36,
"0.61": 38, "0.62": 25, "0.63": 8, "0.64": 22, "0.65": 22, "0.66": 12,
"0.69": 5, "0.68": 8, "0.47": 6, "0.45": 1, "0.53": 10, "0.78": 4, "0
17:05:38(445):.82": 14, "0.83": 6, "0.80": 6, "0.81": 11, "0.86": 11,
"0.87": 8, "0.84": 20, "0.85": 12, "0.99": 1, "0.88": 7, "0.89": 9, "0.46":
2, "0.59": 28, "0.72": 7, "0.71": 6, "0.70": 7, "0.77": 1, "0.76"
17:05:38(462):: 1, "0.75": 3, "0.74": 3, "0.51": 6, "0.50": 13, "0.79": 7,
"0.52": 18, "0.55": 25, "0.54": 15, "0.57": 25, "0.56": 32, "0.73": 5,
"0.58": 28, "0.67": 5, "0.95": 5, "0.94":
17:05:38(481): 16928 | pscheduler | 6488 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:26:00.33449+00 | 2019-05-12 14:03:33.74147+00 | 2019-05-12 14:
17:05:38(487):03:33.74152+00 | 2019-05-12 14:03:33.741521+00 | t |
active | | 21405549 |

17:05:38(490):


17:05:38(492):


17:05:38(507):

+
17:05:38(523): | | | | |
| | | |
| |
17:05:38(533): | | |
| | | WITH inserted_row AS (

17:05:38(535):


17:05:38(537):


17:05:38(552):

+
17:05:38(568): | | | | |
| | | |
| |
17:05:38(583): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:38(585):


17:05:38(587):


17:05:38(602):

+
17:05:38(619): | | | | |
| | | |
| |
17:05:38(629): | | |
| | | VALUES (32925,

17:05:38(631):


17:05:38(633):


17:05:38(648):

+
17:05:38(664): | | | | |
| | | |
| |
17:05:38(673): | | |
| | | NULL,

17:05:38(675):


17:05:38(678):


17:05:38(693):

+
17:05:38(710): | | | | |
| | | |
| |
17:05:38(725): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:38(727):


17:05:38(729):


17:05:38(744):

+
17:05:38(760): | | | | |
| | | |
| |
17:05:38(771): | | |
| | |
run_state_finished(),
17:05:38(773):


17:05:38(775):


17:05:38(790):

+
17:05:38(806): | | | | |
| | | |
| |
17:05:38(815): | | |
| | | 0,

17:05:38(818):


17:05:38(820):


17:05:38(835):

+
17:05:38(851): | | | | |
| | | |
| |
17:05:38(868): | | |
| | |
'{"max-clock-error": 0.43, "packets-duplicated": 0, "succeeded": true,
17:05:38(891):"histogram-latency": {"0.60": 1, "0.48": 1, "0.47": 1, "0.44":
1, "0.45": 5, "0.42": 3, "0.43": 4, "0.40": 8, "0.41": 3, "0.28": 9, "0.29":
5, "0.24": 60, "0.25": 46, "0.26": 20, "0.27": 16, "0.20"
17:05:38(912):: 51, "0.21": 77, "0.22": 69, "0.23": 79, "0.15": 11, "0.14":
4, "0.17": 17, "14.49": 1, "0.19": 29, "0.18": 17, "0.39": 4, "0.38": 1,
"0.37": 4, "0.36": 4, "0.35": 2, "0.34": 6, "0.33": 8, "0.32":
17:05:38(928): 8, "0.31": 4, "0.30": 7, "0.16": 14}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}')
17:05:38(946): 16928 | pscheduler | 3034 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
05:21:01.535592+00 | 2019-05-12 14:03:19.405878+00 | 2019-05-12 14:
17:05:38(953):03:19.40592+00 | 2019-05-12 14:03:19.405921+00 | t |
active | | 21405549 |

17:05:38(955):


17:05:38(957):


17:05:38(972):

+
17:05:38(988): | | | | |
| | | |
| |
17:05:38(998): | | |
| | | WITH inserted_row AS (

17:05:39(000):


17:05:39(002):


17:05:39(017):

+
17:05:39(036): | | | | |
| | | |
| |
17:05:39(051): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:39(053):


17:05:39(056):


17:05:39(070):

+
17:05:39(086): | | | | |
| | | |
| |
17:05:39(096): | | |
| | | VALUES (32549,

17:05:39(098):


17:05:39(100):


17:05:39(115):

+
17:05:39(131): | | | | |
| | | |
| |
17:05:39(141): | | |
| | | NULL,

17:05:39(143):


17:05:39(145):


17:05:39(160):

+
17:05:39(176): | | | | |
| | | |
| |
17:05:39(191): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:39(193):


17:05:39(195):


17:05:39(210):

+
17:05:39(226): | | | | |
| | | |
| |
17:05:39(237): | | |
| | |
run_state_finished(),
17:05:39(240):


17:05:39(242):


17:05:39(257):

+
17:05:39(273): | | | | |
| | | |
| |
17:05:39(282): | | |
| | | 0,

17:05:39(285):


17:05:39(288):


17:05:39(302):

+
17:05:39(319): | | | | |
| | | |
| |
17:05:39(336): | | |
| | |
'{"max-clock-error": 0.26, "packets-duplicated": 0, "succeeded": true,
17:05:39(357):"histogram-latency": {"0.60": 6, "0.61": 3, "0.62": 1, "0.63":
2, "0.48": 18, "0.49": 21, "0.46": 12, "0.47": 11, "0.44": 6, "0.45": 3,
"0.42": 6, "0.43": 5, "0.40": 4, "0.41": 5, "0.08": 2, "1.15"
17:05:39(378):: 1, "0.28": 32, "0.29": 36, "0.24": 19, "0.25": 28, "0.26":
14, "0.27": 26, "0.20": 12, "0.21": 8, "0.22": 12, "0.23": 7, "0.57": 7,
"0.09": 1, "0.59": 9, "0.58": 4, "0.17": 2, "0.16": 6, "0.10":
17:05:39(395):1, "0.13": 1, "0.12": 1, "0.51": 15, "0.50": 22, "0.53": 12,
"0.52": 11, "0.55": 12, "0.18": 15, "0.54": 11, "0.56": 18, "0.15": 1,
"0.39": 8, "0.38": 7, "0.37": 5, "0.36":
17:05:39(414): 16928 | pscheduler | 28133 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
07:06:55.177572+00 | 2019-05-12 14:03:28.236525+00 | 2019-05-12 14:
17:05:39(420):03:28.236556+00 | 2019-05-12 14:03:28.236557+00 | t |
active | | 21405549 |

17:05:39(422):


17:05:39(425):


17:05:39(439):

+
17:05:39(456): | | | | |
| | | |
| |
17:05:39(466): | | |
| | | WITH inserted_row AS (

17:05:39(468):


17:05:39(470):


17:05:39(485):

+
17:05:39(501): | | | | |
| | | |
| |
17:05:39(516): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:39(518):


17:05:39(521):


17:05:39(545):

+
17:05:39(561): | | | | |
| | | |
| |
17:05:39(571): | | |
| | | VALUES (32809,

17:05:39(573):


17:05:39(575):


17:05:39(590):

+
17:05:39(606): | | | | |
| | | |
| |
17:05:39(616): | | |
| | | NULL,

17:05:39(618):


17:05:39(620):


17:05:39(634):

+
17:05:39(651): | | | | |
| | | |
| |
17:05:39(665): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:39(667):


17:05:39(669):


17:05:39(684):

+
17:05:39(700): | | | | |
| | | |
| |
17:05:39(712): | | |
| | |
run_state_finished(),
17:05:39(714):


17:05:39(717):


17:05:39(731):

+
17:05:39(747): | | | | |
| | | |
| |
17:05:39(756): | | |
| | | 0,

17:05:39(759):


17:05:39(761):


17:05:39(776):

+
17:05:39(793): | | | | |
| | | |
| |
17:05:39(810): | | |
| | |
'{"max-clock-error": 0.45, "packets-duplicated": 0, "succeeded": true,
17:05:39(831):"histogram-latency": {"1.51": 2, "1.53": 4, "1.74": 1, "1.52":
2, "1.75": 2, "1.65": 5, "1.38": 31, "1.39": 37, "1.50": 9, "1.42": 45,
"1.56": 7, "1.57": 6, "1.54": 2, "1.55": 7, "1.30": 4, "1.70":
17:05:39(852): 7, "1.58": 20, "1.33": 11, "1.62": 12, "1.35": 7, "1.36": 16,
"1.37": 35, "1.72": 4, "1.73": 3, "1.69": 18, "1.71": 8, "1.31": 9, "1.32":
12, "1.59": 12, "1.49": 5, "1.34": 6, "1.28": 2, "1.67": 8
17:05:39(870):, "1.66": 7, "1.29": 3, "1.64": 21, "1.63": 20, "1.48": 5,
"1.61": 22, "1.60": 20, "1.45": 14, "1.44": 7, "1.47": 14, "1.46": 10,
"1.41": 34, "1.40": 26, "1.43": 27, "1.68":
17:05:39(888): 16928 | pscheduler | 18276 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
12:48:45.288757+00 | 2019-05-12 14:03:28.761284+00 | 2019-05-12 14:
17:05:39(895):03:28.761318+00 | 2019-05-12 14:03:28.761319+00 | t |
active | | 21405549 |

17:05:39(897):


17:05:39(900):


17:05:39(914):

+
17:05:39(931): | | | | |
| | | |
| |
17:05:39(941): | | |
| | | WITH inserted_row AS (

17:05:39(943):


17:05:39(945):


17:05:39(960):

+
17:05:39(977): | | | | |
| | | |
| |
17:05:39(992): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:39(994):


17:05:39(996):


17:05:40(011):

+
17:05:40(028): | | | | |
| | | |
| |
17:05:40(038): | | |
| | | VALUES (32869,

17:05:40(041):


17:05:40(044):


17:05:40(058):

+
17:05:40(074): | | | | |
| | | |
| |
17:05:40(084): | | |
| | | NULL,

17:05:40(086):


17:05:40(088):


17:05:40(102):

+
17:05:40(119): | | | | |
| | | |
| |
17:05:40(134): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:40(136):


17:05:40(138):


17:05:40(153):

+
17:05:40(169): | | | | |
| | | |
| |
17:05:40(180): | | |
| | |
run_state_finished(),
17:05:40(182):


17:05:40(184):


17:05:40(199):

+
17:05:40(215): | | | | |
| | | |
| |
17:05:40(224): | | |
| | | 0,

17:05:40(227):


17:05:40(230):


17:05:40(245):

+
17:05:40(261): | | | | |
| | | |
| |
17:05:40(278): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:05:40(300):"histogram-latency": {"0.01": 2, "-0.01": 1, "0.06": 9,
"0.07": 4, "0.04": 7, "0.48": 1, "0.46": 1, "0.47": 3, "0.44": 2, "0.45": 3,
"0.42": 7, "0.43": 10, "0.40": 10, "0.41": 8, "0.05": 5, "0.08":
17:05:40(320): 16, "0.09": 35, "0.28": 6, "0.29": 15, "0.24": 7, "0.25": 4,
"0.26": 8, "0.27": 5, "0.20": 6, "0.21": 10, "0.22": 8, "0.23": 7, "0.15":
20, "0.14": 22, "0.17": 8, "0.16": 20, "0.11": 31, "0.10": 2
17:05:40(337):1, "0.13": 34, "0.12": 37, "0.53": 1, "0.52": 1, "0.19": 15,
"0.18": 11, "0.39": 16, "0.38": 8, "0.37": 9, "0.36": 15, "0.35": 16, "0.34":
14, "0.33": 17, "0.32": 30, "0.31"
17:05:40(356): 16928 | pscheduler | 27099 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
00:36:27.934562+00 | 2019-05-12 14:03:51.989308+00 | 2019-05-12 14:
17:05:40(362):03:51.989349+00 | 2019-05-12 14:03:51.98935+00 | t |
active | | 21405549 |

17:05:40(365):


17:05:40(367):


17:05:40(382):

+
17:05:40(399): | | | | |
| | | |
| |
17:05:40(409): | | |
| | | WITH inserted_row AS (

17:05:40(411):


17:05:40(413):


17:05:40(428):

+
17:05:40(444): | | | | |
| | | |
| |
17:05:40(459): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:40(461):


17:05:40(463):


17:05:40(479):

+
17:05:40(495): | | | | |
| | | |
| |
17:05:40(505): | | |
| | | VALUES (32760,

17:05:40(507):


17:05:40(510):


17:05:40(524):

+
17:05:40(540): | | | | |
| | | |
| |
17:05:40(550): | | |
| | | NULL,

17:05:40(552):


17:05:40(554):


17:05:40(569):

+
17:05:40(586): | | | | |
| | | |
| |
17:05:40(600): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:40(603):


17:05:40(605):


17:05:40(619):

+
17:05:40(635): | | | | |
| | | |
| |
17:05:40(646): | | |
| | |
run_state_finished(),
17:05:40(649):


17:05:40(652):


17:05:40(667):

+
17:05:40(683): | | | | |
| | | |
| |
17:05:40(692): | | |
| | | 0,

17:05:40(694):


17:05:40(696):


17:05:40(711):

+
17:05:40(728): | | | | |
| | | |
| |
17:05:40(745): | | |
| | |
'{"max-clock-error": 0.31, "packets-duplicated": 0, "succeeded": true,
17:05:40(767):"histogram-latency": {"5.05": 1, "0.62": 1, "0.63": 1, "0.48":
11, "0.49": 6, "0.46": 12, "0.47": 15, "0.44": 12, "0.45": 19, "0.42": 15,
"0.43": 11, "0.40": 11, "0.41": 6, "0.28": 14, "0.29": 22,
17:05:40(788):"0.24": 25, "0.25": 29, "0.26": 30, "0.27": 20, "0.20": 8,
"0.21": 17, "0.22": 29, "0.23": 22, "0.57": 2, "0.55": 10, "0.59": 2, "0.14":
10, "0.17": 7, "0.16": 24, "0.13": 3, "0.12": 4, "0.51": 25,
17:05:40(806): "0.50": 12, "0.53": 14, "0.52": 10, "0.19": 9, "0.18": 15,
"0.54": 5, "0.56": 3, "2.40": 1, "0.15": 22, "0.39": 8, "0.38": 5, "0.37": 5,
"0.36": 9, "0.35": 6, "0.34": 15, "
17:05:40(824): 16928 | pscheduler | 30949 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
20:11:52.252786+00 | 2019-05-12 14:03:29.594549+00 | 2019-05-12 14:
17:05:40(831):03:29.594578+00 | 2019-05-12 14:03:29.594579+00 | t |
active | | 21405549 |

17:05:40(833):


17:05:40(835):


17:05:40(850):

+
17:05:40(866): | | | | |
| | | |
| |
17:05:40(876): | | |
| | | WITH inserted_row AS (

17:05:40(878):


17:05:40(880):


17:05:40(895):

+
17:05:40(912): | | | | |
| | | |
| |
17:05:40(927): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:40(929):


17:05:40(931):


17:05:40(946):

+
17:05:40(962): | | | | |
| | | |
| |
17:05:40(971): | | |
| | | VALUES (32382,

17:05:40(975):


17:05:40(977):


17:05:40(992):

+
17:05:41(009): | | | | |
| | | |
| |
17:05:41(018): | | |
| | | NULL,

17:05:41(020):


17:05:41(022):


17:05:41(038):

+
17:05:41(055): | | | | |
| | | |
| |
17:05:41(069): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:41(072):


17:05:41(074):


17:05:41(089):

+
17:05:41(105): | | | | |
| | | |
| |
17:05:41(116): | | |
| | |
run_state_finished(),
17:05:41(119):


17:05:41(121):


17:05:41(135):

+
17:05:41(151): | | | | |
| | | |
| |
17:05:41(160): | | |
| | | 0,

17:05:41(163):


17:05:41(165):


17:05:41(180):

+
17:05:41(196): | | | | |
| | | |
| |
17:05:41(213): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:05:41(234):"histogram-latency": {"0.66": 5, "0.67": 3, "0.60": 3, "0.61":
6, "0.62": 5, "0.63": 3, "0.64": 3, "0.65": 5, "0.48": 46, "0.49": 34,
"0.46": 59, "0.47": 62, "0.44": 62, "0.45": 85, "0.42": 35, "0.
17:05:41(255):43": 80, "0.40": 6, "0.41": 11, "175.69": 1, "0.59": 6,
"0.58": 2, "0.70": 2, "0.51": 12, "0.50": 16, "0.53": 6, "0.52": 12, "0.55":
4, "0.54": 6, "0.57": 8, "0.56": 7, "0.39": 1, "0.38": 1, "144.3
17:05:41(271):4": 1, "0.68": 2}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:41(287): | | | | |
| | | |
| |
17:05:41(293): | | |
| | |
17:05:41(311): 16928 | pscheduler | 27459 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
10:12:40.791471+00 | 2019-05-12 14:03:20.349751+00 | 2019-05-12 14:
17:05:41(318):03:20.349816+00 | 2019-05-12 14:03:20.349817+00 | t |
active | | 21405549 |

17:05:41(320):


17:05:41(323):


17:05:41(337):

+
17:05:41(353): | | | | |
| | | |
| |
17:05:41(363): | | |
| | | WITH inserted_row AS (

17:05:41(366):


17:05:41(368):


17:05:41(383):

+
17:05:41(400): | | | | |
| | | |
| |
17:05:41(415): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:41(418):


17:05:41(420):


17:05:41(435):

+
17:05:41(451): | | | | |
| | | |
| |
17:05:41(461): | | |
| | | VALUES (31835,

17:05:41(463):


17:05:41(465):


17:05:41(481):

+
17:05:41(497): | | | | |
| | | |
| |
17:05:41(506): | | |
| | | NULL,

17:05:41(509):


17:05:41(511):


17:05:41(526):

+
17:05:41(542): | | | | |
| | | |
| |
17:05:41(556): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:41(559):


17:05:41(561):


17:05:41(576):

+
17:05:41(593): | | | | |
| | | |
| |
17:05:41(603): | | |
| | |
run_state_finished(),
17:05:41(606):


17:05:41(608):


17:05:41(622):

+
17:05:41(638): | | | | |
| | | |
| |
17:05:41(647): | | |
| | | 0,

17:05:41(650):


17:05:41(652):


17:05:41(669):

+
17:05:41(685): | | | | |
| | | |
| |
17:05:41(702): | | |
| | |
'{"max-clock-error": 0.76, "packets-duplicated": 0, "succeeded": true,
17:05:41(722):"histogram-latency": {"0.48": 6, "0.49": 3, "0.46": 12,
"0.47": 17, "0.44": 17, "0.45": 16, "0.42": 24, "0.43": 15, "0.40": 28,
"0.41": 22, "0.09": 2, "0.28": 11, "0.29": 11, "0.24": 22, "0.25": 20
17:05:41(744):, "0.26": 12, "0.27": 12, "0.20": 19, "0.21": 45, "0.22": 31,
"0.23": 20, "0.55": 1, "0.15": 10, "0.14": 4, "0.17": 22, "0.16": 12, "0.11":
5, "0.10": 1, "0.13": 5, "0.12": 5, "0.51": 11, "0.50": 7
17:05:41(761):, "0.53": 2, "0.52": 6, "0.19": 28, "0.18": 24, "0.54": 2,
"0.56": 3, "0.59": 1, "1.07": 1, "0.39": 18, "0.38": 15, "0.37": 8, "0.36":
4, "0.35": 5, "0.34": 8, "0.33": 2, "0
17:05:41(780): 16928 | pscheduler | 30707 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:18:26.008805+00 | 2019-05-12 14:03:51.944736+00 | 2019-05-12 14:
17:05:41(787):03:51.94478+00 | 2019-05-12 14:03:51.944781+00 | t |
active | | 21405549 |

17:05:41(789):


17:05:41(791):


17:05:41(806):

+
17:05:41(822): | | | | |
| | | |
| |
17:05:41(833): | | |
| | | WITH inserted_row AS (

17:05:41(835):


17:05:41(837):


17:05:41(852):

+
17:05:41(868): | | | | |
| | | |
| |
17:05:41(883): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:41(885):


17:05:41(888):


17:05:41(902):

+
17:05:41(918): | | | | |
| | | |
| |
17:05:41(928): | | |
| | | VALUES (32052,

17:05:41(931):


17:05:41(933):


17:05:41(948):

+
17:05:41(964): | | | | |
| | | |
| |
17:05:41(973): | | |
| | | NULL,

17:05:41(976):


17:05:41(979):


17:05:41(993):

+
17:05:42(010): | | | | |
| | | |
| |
17:05:42(026): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:42(028):


17:05:42(031):


17:05:42(047):

+
17:05:42(063): | | | | |
| | | |
| |
17:05:42(075): | | |
| | |
run_state_finished(),
17:05:42(077):


17:05:42(079):


17:05:42(094):

+
17:05:42(111): | | | | |
| | | |
| |
17:05:42(120): | | |
| | | 0,

17:05:42(122):


17:05:42(124):


17:05:42(139):

+
17:05:42(155): | | | | |
| | | |
| |
17:05:42(172): | | |
| | |
'{"max-clock-error": 0.26, "packets-duplicated": 0, "succeeded": true,
17:05:42(192):"histogram-latency": {"0.66": 19, "0.49": 39, "0.60": 2,
"0.61": 5, "0.62": 5, "0.63": 4, "0.64": 8, "0.65": 15, "0.48": 50, "0.67":
20, "0.68": 21, "0.69": 21, "0.44": 16, "0.45": 23, "0.42": 5, "
17:05:42(214):0.43": 9, "0.40": 6, "0.41": 8, "0.52": 20, "0.83": 2, "0.80":
2, "0.81": 2, "0.46": 20, "3.06": 1, "0.59": 7, "0.58": 8, "0.71": 16,
"0.70": 17, "0.47": 39, "0.76": 1, "0.75": 4, "0.74": 8, "0.51"
17:05:42(231):: 39, "0.50": 36, "0.53": 20, "0.78": 3, "0.55": 4, "0.54":
18, "0.57": 5, "0.56": 10, "0.73": 9, "0.39": 5, "0.72": 14, "0.37": 1,
"0.36": 1, "0.35": 2, "0.38": 5, "0.77":
17:05:42(250): 16928 | pscheduler | 29651 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:17:18.801548+00 | 2019-05-12 14:03:21.858915+00 | 2019-05-12 14:
17:05:42(257):03:21.858955+00 | 2019-05-12 14:03:21.858956+00 | t |
active | | 21405549 |

17:05:42(259):


17:05:42(261):


17:05:42(277):

+
17:05:42(293): | | | | |
| | | |
| |
17:05:42(303): | | |
| | | WITH inserted_row AS (

17:05:42(305):


17:05:42(307):


17:05:42(322):

+
17:05:42(339): | | | | |
| | | |
| |
17:05:42(354): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:42(356):


17:05:42(358):


17:05:42(373):

+
17:05:42(390): | | | | |
| | | |
| |
17:05:42(400): | | |
| | | VALUES (32159,

17:05:42(403):


17:05:42(407):


17:05:42(421):

+
17:05:42(438): | | | | |
| | | |
| |
17:05:42(447): | | |
| | | NULL,

17:05:42(449):


17:05:42(452):


17:05:42(467):

+
17:05:42(483): | | | | |
| | | |
| |
17:05:42(497): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:42(500):


17:05:42(502):


17:05:42(517):

+
17:05:42(533): | | | | |
| | | |
| |
17:05:42(544): | | |
| | |
run_state_finished(),
17:05:42(546):


17:05:42(548):


17:05:42(563):

+
17:05:42(579): | | | | |
| | | |
| |
17:05:42(588): | | |
| | | 0,

17:05:42(591):


17:05:42(593):


17:05:42(607):

+
17:05:42(623): | | | | |
| | | |
| |
17:05:42(640): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:05:42(662):"histogram-latency": {"0.65": 1, "0.66": 1, "0.67": 1, "0.68":
2, "0.69": 6, "1.16": 1, "1.15": 1, "1.12": 1, "0.82": 17, "0.83": 14,
"0.80": 21, "0.81": 22, "0.86": 5, "0.87": 7, "0.84": 17, "0.85
17:05:42(683):": 8, "0.88": 13, "0.89": 5, "0.73": 13, "0.72": 5, "0.71": 4,
"0.70": 8, "0.77": 27, "0.76": 24, "0.75": 36, "0.74": 17, "0.79": 41,
"0.78": 37, "1.21": 1, "1.01": 14, "1.00": 31, "1.03": 16, "1.0
17:05:42(700):2": 10, "1.05": 8, "1.04": 9, "1.07": 8, "1.06": 13, "1.09":
3, "1.08": 4, "0.99": 25, "0.98": 25, "0.95": 11, "0.94": 15, "0.97": 15,
"0.96": 13, "0.91": 4, "0.90": 4, "0.9
17:05:42(718): 16928 | pscheduler | 15438 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
01:33:26.100735+00 | 2019-05-12 14:03:19.316462+00 | 2019-05-12 14:
17:05:42(724):03:19.316514+00 | 2019-05-12 14:03:19.316516+00 | t |
active | | 21405549 |

17:05:42(726):


17:05:42(729):


17:05:42(745):

+
17:05:42(761): | | | | |
| | | |
| |
17:05:42(771): | | |
| | | WITH inserted_row AS (

17:05:42(773):


17:05:42(775):


17:05:42(789):

+
17:05:42(806): | | | | |
| | | |
| |
17:05:42(821): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:42(824):


17:05:42(826):


17:05:42(840):

+
17:05:42(856): | | | | |
| | | |
| |
17:05:42(866): | | |
| | | VALUES (32500,

17:05:42(869):


17:05:42(872):


17:05:42(886):

+
17:05:42(903): | | | | |
| | | |
| |
17:05:42(912): | | |
| | | NULL,

17:05:42(915):


17:05:42(917):


17:05:42(932):

+
17:05:42(948): | | | | |
| | | |
| |
17:05:42(962): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:42(965):


17:05:42(967):


17:05:42(982):

+
17:05:42(998): | | | | |
| | | |
| |
17:05:43(009): | | |
| | |
run_state_finished(),
17:05:43(011):


17:05:43(014):


17:05:43(037):

+
17:05:43(054): | | | | |
| | | |
| |
17:05:43(063): | | |
| | | 0,

17:05:43(065):


17:05:43(068):


17:05:43(083):

+
17:05:43(100): | | | | |
| | | |
| |
17:05:43(116): | | |
| | |
'{"max-clock-error": 0.45, "packets-duplicated": 0, "succeeded": true,
17:05:43(138):"histogram-latency": {"61.67": 1, "0.66": 2, "0.67": 1,
"501.15": 1, "0.60": 4, "0.61": 1, "0.68": 1, "0.56": 35, "0.65": 1, "0.48":
5, "0.49": 10, "0.46": 5, "0.47": 3, "0.44": 3, "0.23": 2, "0.42
17:05:43(158):": 2, "0.43": 5, "0.40": 5, "271.12": 1, "97.32": 1, "0.45":
1, "0.28": 32, "0.29": 39, "425.18": 1, "0.24": 4, "0.25": 3, "0.26": 21,
"0.27": 47, "396.16": 1, "0.41": 2, "0.73": 2, "0.58": 10, "0.
17:05:43(176):72": 1, "0.70": 3, "0.77": 1, "0.76": 3, "0.74": 1, "0.51":
34, "0.50": 17, "0.53": 33, "0.52": 25, "0.55": 44, "0.54": 46, "0.57": 25,
"480.52": 1, "0.59": 5, "0.39": 2, "0
17:05:43(194): 16928 | pscheduler | 19782 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
11:53:34.292869+00 | 2019-05-12 14:03:52.536887+00 | 2019-05-12 14:
17:05:43(201):03:52.536941+00 | 2019-05-12 14:03:52.536942+00 | t |
active | | 21405549 |

17:05:43(203):


17:05:43(205):


17:05:43(220):

+
17:05:43(236): | | | | |
| | | |
| |
17:05:43(246): | | |
| | | WITH inserted_row AS (

17:05:43(248):


17:05:43(250):


17:05:43(265):

+
17:05:43(281): | | | | |
| | | |
| |
17:05:43(297): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:43(299):


17:05:43(301):


17:05:43(316):

+
17:05:43(332): | | | | |
| | | |
| |
17:05:43(341): | | |
| | | VALUES (32038,

17:05:43(344):


17:05:43(346):


17:05:43(361):

+
17:05:43(377): | | | | |
| | | |
| |
17:05:43(387): | | |
| | | NULL,

17:05:43(390):


17:05:43(392):


17:05:43(406):

+
17:05:43(424): | | | | |
| | | |
| |
17:05:43(438): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:43(441):


17:05:43(443):


17:05:43(457):

+
17:05:43(474): | | | | |
| | | |
| |
17:05:43(485): | | |
| | |
run_state_finished(),
17:05:43(487):


17:05:43(489):


17:05:43(503):

+
17:05:43(519): | | | | |
| | | |
| |
17:05:43(528): | | |
| | | 0,

17:05:43(531):


17:05:43(533):


17:05:43(548):

+
17:05:43(564): | | | | |
| | | |
| |
17:05:43(582): | | |
| | |
'{"max-clock-error": 0.57, "packets-duplicated": 0, "succeeded": true,
17:05:43(602):"histogram-latency": {"0.92": 3, "0.96": 6, "0.93": 2, "1.16":
5, "1.17": 5, "1.14": 10, "1.15": 13, "1.12": 11, "1.13": 8, "1.10": 19,
"1.11": 11, "1.18": 3, "1.19": 6, "1.38": 2, "1.42": 1, "1.30
17:05:43(623):": 15, "1.31": 14, "1.32": 9, "1.33": 3, "1.34": 9, "1.35":
12, "1.36": 4, "1.37": 4, "0.95": 7, "0.94": 2, "1.21": 10, "1.01": 30,
"1.00": 12, "1.03": 24, "1.02": 30, "1.05": 38, "1.04": 33, "1.07
17:05:43(641):": 25, "1.06": 27, "1.09": 23, "1.08": 12, "1.29": 9, "1.28":
9, "0.99": 10, "0.98": 3, "1.23": 15, "1.22": 6, "0.97": 6, "1.20": 12,
"1.27": 19, "1.26": 25, "1.25": 18, "1.
17:05:43(659): 16928 | pscheduler | 23985 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
00:50:37.580495+00 | 2019-05-12 14:03:22.898755+00 | 2019-05-12 14:
17:05:43(666):03:22.898785+00 | 2019-05-12 14:03:22.898786+00 | t |
active | | 21405549 |

17:05:43(668):


17:05:43(671):


17:05:43(685):

+
17:05:43(701): | | | | |
| | | |
| |
17:05:43(711): | | |
| | | WITH inserted_row AS (

17:05:43(714):


17:05:43(716):


17:05:43(731):

+
17:05:43(749): | | | | |
| | | |
| |
17:05:43(765): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:43(767):


17:05:43(771):


17:05:43(786):

+
17:05:43(802): | | | | |
| | | |
| |
17:05:43(811): | | |
| | | VALUES (32313,

17:05:43(813):


17:05:43(816):


17:05:43(831):

+
17:05:43(847): | | | | |
| | | |
| |
17:05:43(857): | | |
| | | NULL,

17:05:43(859):


17:05:43(861):


17:05:43(875):

+
17:05:43(892): | | | | |
| | | |
| |
17:05:43(906): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:43(908):


17:05:43(910):


17:05:43(925):

+
17:05:43(941): | | | | |
| | | |
| |
17:05:43(952): | | |
| | |
run_state_finished(),
17:05:43(954):


17:05:43(956):


17:05:43(971):

+
17:05:43(988): | | | | |
| | | |
| |
17:05:43(997): | | |
| | | 0,

17:05:43(999):


17:05:44(001):


17:05:44(016):

+
17:05:44(033): | | | | |
| | | |
| |
17:05:44(050): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:05:44(070):"histogram-latency": {"0.06": 1, "0.07": 1, "0.47": 1, "0.42":
1, "0.40": 1, "0.41": 1, "1.17": 1, "0.08": 7, "0.09": 10, "0.28": 5, "0.29":
9, "0.24": 7, "0.25": 4, "0.26": 6, "0.27": 13, "0.20":
17:05:44(092):13, "0.21": 9, "0.22": 6, "0.23": 5, "4.07": 1, "0.15": 24,
"0.14": 30, "0.17": 32, "0.16": 24, "0.11": 83, "0.10": 42, "0.13": 79,
"0.12": 112, "0.79": 1, "0.19": 17, "0.18": 18, "56.07": 1, "0.59
17:05:44(109):": 1, "0.38": 1, "0.37": 2, "0.36": 3, "0.35": 1, "0.34": 6,
"0.33": 3, "0.32": 5, "0.31": 7, "0.30": 3, "0.96": 1, "1.27": 1, "96.32":
1}, "histogram-ttl": {"253": 600}, "p
17:05:44(127): 16928 | pscheduler | 4886 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
10:25:13.160083+00 | 2019-05-12 14:03:33.401965+00 | 2019-05-12 14:
17:05:44(134):03:33.402018+00 | 2019-05-12 14:03:33.402019+00 | t |
active | | 21405549 |

17:05:44(136):


17:05:44(138):


17:05:44(153):

+
17:05:44(169): | | | | |
| | | |
| |
17:05:44(180): | | |
| | | WITH inserted_row AS (

17:05:44(182):


17:05:44(184):


17:05:44(199):

+
17:05:44(215): | | | | |
| | | |
| |
17:05:44(230): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:44(232):


17:05:44(234):


17:05:44(249):

+
17:05:44(266): | | | | |
| | | |
| |
17:05:44(275): | | |
| | | VALUES (32764,

17:05:44(277):


17:05:44(279):


17:05:44(294):

+
17:05:44(310): | | | | |
| | | |
| |
17:05:44(320): | | |
| | | NULL,

17:05:44(322):


17:05:44(324):


17:05:44(338):

+
17:05:44(355): | | | | |
| | | |
| |
17:05:44(369): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:44(371):


17:05:44(373):


17:05:44(388):

+
17:05:44(404): | | | | |
| | | |
| |
17:05:44(416): | | |
| | |
run_state_finished(),
17:05:44(418):


17:05:44(420):


17:05:44(435):

+
17:05:44(451): | | | | |
| | | |
| |
17:05:44(460): | | |
| | | 0,

17:05:44(464):


17:05:44(466):


17:05:44(481):

+
17:05:44(497): | | | | |
| | | |
| |
17:05:44(514): | | |
| | |
'{"max-clock-error": 0.26, "packets-duplicated": 0, "succeeded": true,
17:05:44(535):"histogram-latency": {"10.20": 1, "4.44": 1, "10.26": 1,
"2.39": 2, "9.86": 1, "18.26": 1, "15.63": 1, "9.58": 2, "8.19": 1, "8.18":
1, "5.63": 1, "9.53": 2, "0.44": 2, "5.64": 1, "1.17": 1, "13.70
17:05:44(556):": 2, "13.75": 1, "10.15": 1, "12.82": 1, "13.79": 1, "12.86":
1, "10.14": 1, "6.56": 1, "5.54": 1, "14.96": 1, "12.62": 1, "9.43": 1,
"4.01": 1, "11.68": 1, "8.68": 2, "0.58": 1, "15.44": 1, "10.5
17:05:44(573):2": 1, "8.61": 1, "8.63": 1, "8.65": 1, "13.44": 1, "18.09":
1, "8.94": 1, "7.98": 1, "7.90": 1, "8.98": 1, "9.32": 1, "4.15": 2, "4.14":
1, "12.55": 1, "12.54": 1, "9.38":
17:05:44(591): 16928 | pscheduler | 29984 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:15:23.763066+00 | 2019-05-12 14:03:19.513852+00 | 2019-05-12 14:
17:05:44(598):03:19.513958+00 | 2019-05-12 14:03:19.513963+00 | t |
active | | 21405549 |

17:05:44(600):


17:05:44(603):


17:05:44(617):

+
17:05:44(634): | | | | |
| | | |
| |
17:05:44(643): | | |
| | | WITH inserted_row AS (

17:05:44(646):


17:05:44(648):


17:05:44(663):

+
17:05:44(679): | | | | |
| | | |
| |
17:05:44(694): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:44(697):


17:05:44(699):


17:05:44(714):

+
17:05:44(730): | | | | |
| | | |
| |
17:05:44(739): | | |
| | | VALUES (32818,

17:05:44(742):


17:05:44(744):


17:05:44(759):

+
17:05:44(776): | | | | |
| | | |
| |
17:05:44(786): | | |
| | | NULL,

17:05:44(788):


17:05:44(791):


17:05:44(806):

+
17:05:44(822): | | | | |
| | | |
| |
17:05:44(836): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:44(838):


17:05:44(840):


17:05:44(855):

+
17:05:44(871): | | | | |
| | | |
| |
17:05:44(882): | | |
| | |
run_state_finished(),
17:05:44(884):


17:05:44(886):


17:05:44(901):

+
17:05:44(917): | | | | |
| | | |
| |
17:05:44(926): | | |
| | | 0,

17:05:44(928):


17:05:44(931):


17:05:44(946):

+
17:05:44(962): | | | | |
| | | |
| |
17:05:44(979): | | |
| | |
'{"max-clock-error": 0.19, "packets-duplicated": 0, "succeeded": true,
17:05:45(000):"histogram-latency": {"1.62": 15, "1.70": 8, "2.24": 1,
"1.68": 10, "1.37": 9, "1.77": 1, "1.63": 14, "1.38": 10, "1.75": 5, "2.59":
1, "1.76": 4, "1.74": 9, "1.53": 9, "1.50": 12, "1.51": 9, "1.56
17:05:45(021):": 7, "1.57": 8, "1.54": 5, "1.73": 10, "1.31": 3, "1.58": 6,
"1.59": 6, "1.34": 12, "1.35": 10, "1.36": 7, "1.71": 14, "1.72": 12, "1.55":
5, "1.69": 6, "2.23": 1, "1.81": 2, "1.80": 1, "1.39": 15
17:05:45(039):, "1.32": 2, "1.52": 5, "1.33": 9, "1.67": 16, "1.66": 12,
"1.65": 18, "1.64": 15, "1.49": 13, "1.48": 29, "1.61": 15, "1.60": 14,
"1.45": 32, "1.44": 25, "1.47": 21, "1.46"
17:05:45(058): 16928 | pscheduler | 24137 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.018386+00 | 2019-05-12 14:03:20.404568+00 | 2019-05-12 14:
17:05:45(064):03:20.404598+00 | 2019-05-12 14:03:20.404599+00 | t |
active | | 21405549 |

17:05:45(066):


17:05:45(068):


17:05:45(084):

+
17:05:45(101): | | | | |
| | | |
| |
17:05:45(111): | | |
| | | WITH inserted_row AS (

17:05:45(113):


17:05:45(115):


17:05:45(130):

+
17:05:45(146): | | | | |
| | | |
| |
17:05:45(161): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:45(164):


17:05:45(166):


17:05:45(181):

+
17:05:45(197): | | | | |
| | | |
| |
17:05:45(208): | | |
| | | VALUES (32711,

17:05:45(210):


17:05:45(212):


17:05:45(227):

+
17:05:45(243): | | | | |
| | | |
| |
17:05:45(253): | | |
| | | NULL,

17:05:45(255):


17:05:45(258):


17:05:45(273):

+
17:05:45(290): | | | | |
| | | |
| |
17:05:45(304): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:45(306):


17:05:45(308):


17:05:45(323):

+
17:05:45(339): | | | | |
| | | |
| |
17:05:45(350): | | |
| | |
run_state_finished(),
17:05:45(352):


17:05:45(354):


17:05:45(369):

+
17:05:45(386): | | | | |
| | | |
| |
17:05:45(395): | | |
| | | 0,

17:05:45(398):


17:05:45(400):


17:05:45(415):

+
17:05:45(431): | | | | |
| | | |
| |
17:05:45(449): | | |
| | |
'{"max-clock-error": 0.39, "packets-duplicated": 0, "succeeded": true,
17:05:45(470):"histogram-latency": {"1.94": 3, "1.92": 6, "1.93": 10,
"1.90": 10, "1.91": 7, "1.17": 3, "1.14": 5, "1.15": 11, "1.12": 3, "1.13":
6, "1.10": 1, "1.11": 1, "1.18": 5, "1.19": 8, "1.89": 4, "1.88":
17:05:45(492): 8, "1.81": 18, "1.80": 12, "1.83": 10, "1.82": 11, "1.85": 8,
"1.84": 12, "1.87": 9, "1.86": 8, "1.00": 6, "1.03": 1, "1.02": 4, "1.05": 2,
"1.04": 3, "1.06": 4, "1.09": 2, "1.08": 2, "2.28": 1, "
17:05:45(509):1.74": 3, "1.75": 3, "1.76": 7, "1.77": 3, "1.70": 4, "1.71":
2, "1.72": 5, "1.73": 4, "1.49": 1, "1.78": 9, "1.79": 10, "1.67": 9, "1.66":
15, "1.65": 19, "1.64": 12, "1.63
17:05:45(528): 16928 | pscheduler | 30429 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
23:13:09.677111+00 | 2019-05-12 14:03:35.615511+00 | 2019-05-12 14:
17:05:45(535):03:35.615545+00 | 2019-05-12 14:03:35.615546+00 | t |
active | | 21405549 |

17:05:45(539):


17:05:45(541):


17:05:45(556):

+
17:05:45(573): | | | | |
| | | |
| |
17:05:45(583): | | |
| | | WITH inserted_row AS (

17:05:45(586):


17:05:45(588):


17:05:45(604):

+
17:05:45(632): | | | | |
| | | |
| |
17:05:45(648): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:45(650):


17:05:45(652):


17:05:45(667):

+
17:05:45(683): | | | | |
| | | |
| |
17:05:45(693): | | |
| | | VALUES (32607,

17:05:45(695):


17:05:45(698):


17:05:45(713):

+
17:05:45(729): | | | | |
| | | |
| |
17:05:45(739): | | |
| | | NULL,

17:05:45(741):


17:05:45(743):


17:05:45(758):

+
17:05:45(776): | | | | |
| | | |
| |
17:05:45(791): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:45(793):


17:05:45(796):


17:05:45(811):

+
17:05:45(827): | | | | |
| | | |
| |
17:05:45(839): | | |
| | |
run_state_finished(),
17:05:45(841):


17:05:45(843):


17:05:45(857):

+
17:05:45(873): | | | | |
| | | |
| |
17:05:45(882): | | |
| | | 0,

17:05:45(885):


17:05:45(887):


17:05:45(901):

+
17:05:45(920): | | | | |
| | | |
| |
17:05:45(938): | | |
| | |
'{"max-clock-error": 1.14, "packets-duplicated": 0, "succeeded": true,
17:05:45(959):"histogram-latency": {"0.66": 7, "0.67": 12, "0.60": 19,
"0.61": 21, "0.62": 16, "0.63": 18, "0.64": 11, "0.65": 16, "0.48": 13,
"0.49": 8, "0.46": 20, "0.47": 14, "0.44": 16, "0.45": 15, "0.42": 3
17:05:45(981):1, "0.43": 17, "0.40": 36, "0.41": 31, "0.28": 2, "0.29": 5,
"0.27": 2, "0.69": 4, "3.25": 1, "0.73": 6, "0.72": 3, "0.71": 4, "0.70": 5,
"0.74": 2, "0.51": 8, "0.50": 6, "0.53": 3, "0.52": 6, "0.5
17:05:45(999):5": 10, "0.54": 4, "0.57": 13, "0.56": 9, "0.59": 21, "0.39":
29, "0.38": 24, "0.37": 21, "0.36": 17, "0.35": 19, "0.34": 8, "0.33": 7,
"0.32": 7, "0.31": 8, "0.30": 5, "0.6
17:05:46(018): 16928 | pscheduler | 32195 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
09:14:26.864725+00 | 2019-05-12 14:03:20.853841+00 | 2019-05-12 14:
17:05:46(025):03:20.853874+00 | 2019-05-12 14:03:20.853875+00 | t |
active | | 21405549 |

17:05:46(029):


17:05:46(031):


17:05:46(047):

+
17:05:46(063): | | | | |
| | | |
| |
17:05:46(073): | | |
| | | WITH inserted_row AS (

17:05:46(076):


17:05:46(078):


17:05:46(092):

+
17:05:46(109): | | | | |
| | | |
| |
17:05:46(125): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:46(127):


17:05:46(129):


17:05:46(145):

+
17:05:46(161): | | | | |
| | | |
| |
17:05:46(171): | | |
| | | VALUES (32005,

17:05:46(173):


17:05:46(175):


17:05:46(191):

+
17:05:46(207): | | | | |
| | | |
| |
17:05:46(217): | | |
| | | NULL,

17:05:46(219):


17:05:46(221):


17:05:46(236):

+
17:05:46(253): | | | | |
| | | |
| |
17:05:46(268): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:46(270):


17:05:46(272):


17:05:46(288):

+
17:05:46(304): | | | | |
| | | |
| |
17:05:46(316): | | |
| | |
run_state_finished(),
17:05:46(318):


17:05:46(321):


17:05:46(335):

+
17:05:46(352): | | | | |
| | | |
| |
17:05:46(361): | | |
| | | 0,

17:05:46(363):


17:05:46(366):


17:05:46(381):

+
17:05:46(397): | | | | |
| | | |
| |
17:05:46(414): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:46(435):histogram-latency": {"0.75": 1, "0.06": 1, "0.07": 10, "0.42":
1, "0.43": 1, "0.40": 2, "1.16": 1, "0.08": 17, "0.09": 14, "0.28": 5,
"0.29": 3, "0.24": 8, "0.25": 7, "0.26": 10, "0.27": 6, "0.20":
17:05:46(458): 22, "0.21": 27, "0.22": 12, "0.23": 10, "0.55": 1, "0.15":
68, "0.14": 66, "0.17": 42, "0.16": 27, "0.11": 12, "0.10": 31, "0.13": 65,
"0.12": 28, "0.19": 26, "0.18": 29, "0.39": 1, "0.38": 4, "0.
17:05:46(474):37": 4, "0.36": 2, "0.35": 7, "0.34": 5, "0.33": 3, "0.32": 6,
"0.31": 8, "0.30": 7}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lo
17:05:46(493): 16928 | pscheduler | 1527 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
23:54:34.142987+00 | 2019-05-12 14:03:20.012819+00 | 2019-05-12 14:
17:05:46(500):03:20.012852+00 | 2019-05-12 14:03:20.012853+00 | t |
active | | 21405549 |

17:05:46(502):


17:05:46(505):


17:05:46(520):

+
17:05:46(536): | | | | |
| | | |
| |
17:05:46(546): | | |
| | | WITH inserted_row AS (

17:05:46(549):


17:05:46(551):


17:05:46(567):

+
17:05:46(609): | | | | |
| | | |
| |
17:05:46(624): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:46(626):


17:05:46(628):


17:05:46(643):

+
17:05:46(660): | | | | |
| | | |
| |
17:05:46(670): | | |
| | | VALUES (32930,

17:05:46(672):


17:05:46(674):


17:05:46(690):

+
17:05:46(707): | | | | |
| | | |
| |
17:05:46(716): | | |
| | | NULL,

17:05:46(719):


17:05:46(721):


17:05:46(736):

+
17:05:46(752): | | | | |
| | | |
| |
17:05:46(767): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:46(770):


17:05:46(772):


17:05:46(788):

+
17:05:46(805): | | | | |
| | | |
| |
17:05:46(816): | | |
| | |
run_state_finished(),
17:05:46(818):


17:05:46(820):


17:05:46(835):

+
17:05:46(852): | | | | |
| | | |
| |
17:05:46(861): | | |
| | | 0,

17:05:46(863):


17:05:46(866):


17:05:46(880):

+
17:05:46(896): | | | | |
| | | |
| |
17:05:46(913): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:46(934):histogram-latency": {"0.48": 9, "0.49": 2, "0.46": 6, "0.47":
3, "0.44": 3, "0.45": 4, "0.42": 3, "0.43": 6, "0.40": 10, "0.41": 5, "0.28":
36, "0.29": 51, "0.24": 38, "0.25": 43, "0.26": 45, "0.27
17:05:46(955):": 46, "0.20": 1, "0.21": 4, "0.22": 8, "0.23": 17, "0.18": 1,
"0.50": 2, "0.52": 1, "0.54": 1, "0.39": 8, "0.38": 6, "0.37": 8, "0.36": 12,
"0.35": 12, "0.34": 20, "0.33": 28, "0.32": 46, "0.31":
17:05:46(970):58, "0.30": 57}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:46(986): | | | | |
| | | |
| |
17:05:46(994): | | |
| | | R
17:05:47(012): 16928 | pscheduler | 20584 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:58:35.527986+00 | 2019-05-12 14:03:21.290401+00 | 2019-05-12 14:
17:05:47(019):03:21.290434+00 | 2019-05-12 14:03:21.290448+00 | t |
active | | 21405549 |

17:05:47(021):


17:05:47(024):


17:05:47(038):

+
17:05:47(054): | | | | |
| | | |
| |
17:05:47(065): | | |
| | | WITH inserted_row AS (

17:05:47(067):


17:05:47(069):


17:05:47(084):

+
17:05:47(100): | | | | |
| | | |
| |
17:05:47(114): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:47(117):


17:05:47(119):


17:05:47(134):

+
17:05:47(150): | | | | |
| | | |
| |
17:05:47(160): | | |
| | | VALUES (32156,

17:05:47(162):


17:05:47(165):


17:05:47(180):

+
17:05:47(196): | | | | |
| | | |
| |
17:05:47(206): | | |
| | | NULL,

17:05:47(208):


17:05:47(210):


17:05:47(224):

+
17:05:47(240): | | | | |
| | | |
| |
17:05:47(255): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:47(258):


17:05:47(260):


17:05:47(276):

+
17:05:47(292): | | | | |
| | | |
| |
17:05:47(303): | | |
| | |
run_state_finished(),
17:05:47(306):


17:05:47(308):


17:05:47(323):

+
17:05:47(339): | | | | |
| | | |
| |
17:05:47(348): | | |
| | | 0,

17:05:47(350):


17:05:47(352):


17:05:47(367):

+
17:05:47(383): | | | | |
| | | |
| |
17:05:47(400): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:05:47(420):"histogram-latency": {"-0.06": 33, "-0.07": 29, "-0.04": 25,
"-0.05": 24, "-0.02": 32, "-0.03": 24, "-0.01": 48, "0.06": 8, "-0.08": 13,
"-0.09": 4, "0.04": 12, "0.05": 14, "0.08": 7, "0.20": 16, "
17:05:47(442):0.28": 14, "0.29": 5, "0.24": 9, "0.03": 10, "0.00": 21,
"0.01": 14, "0.27": 9, "0.07": 6, "0.22": 13, "0.23": 19, "0.09": 3, "-0.14":
3, "-0.15": 4, "0.21": 15, "-0.16": 1, "-0.11": 10, "-0.10": 7
17:05:47(460):, "-0.13": 6, "-0.12": 11, "0.15": 15, "0.14": 3, "0.17": 9,
"0.16": 6, "0.11": 6, "0.10": 4, "0.13": 4, "0.12": 7, "0.19": 16, "0.18": 8,
"0.35": 1, "0.32": 6, "0.31": 7, "
17:05:47(478): 16928 | pscheduler | 18056 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
02:23:26.168664+00 | 2019-05-12 14:03:25.655591+00 | 2019-05-12 14:
17:05:47(485):03:25.65562+00 | 2019-05-12 14:03:25.655621+00 | t |
active | | 21405549 |

17:05:47(487):


17:05:47(489):


17:05:47(504):

+
17:05:47(519): | | | | |
| | | |
| |
17:05:47(531): | | |
| | | WITH inserted_row AS (

17:05:47(533):


17:05:47(535):


17:05:47(550):

+
17:05:47(566): | | | | |
| | | |
| |
17:05:47(580): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:47(583):


17:05:47(585):


17:05:47(600):

+
17:05:47(616): | | | | |
| | | |
| |
17:05:47(626): | | |
| | | VALUES (33063,

17:05:47(628):


17:05:47(630):


17:05:47(644):

+
17:05:47(660): | | | | |
| | | |
| |
17:05:47(670): | | |
| | | NULL,

17:05:47(673):


17:05:47(675):


17:05:47(689):

+
17:05:47(705): | | | | |
| | | |
| |
17:05:47(720): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:47(722):


17:05:47(724):


17:05:47(739):

+
17:05:47(755): | | | | |
| | | |
| |
17:05:47(766): | | |
| | |
run_state_finished(),
17:05:47(768):


17:05:47(770):


17:05:47(785):

+
17:05:47(801): | | | | |
| | | |
| |
17:05:47(810): | | |
| | | 0,

17:05:47(812):


17:05:47(814):


17:05:47(829):

+
17:05:47(845): | | | | |
| | | |
| |
17:05:47(862): | | |
| | |
'{"max-clock-error": 0.48, "packets-duplicated": 0, "succeeded": true,
17:05:47(883):"histogram-latency": {"0.65": 2, "0.66": 5, "0.67": 4, "0.68":
7, "0.69": 13, "1.12": 1, "1.13": 1, "1.10": 4, "0.82": 16, "0.83": 7,
"0.80": 33, "0.81": 28, "0.86": 2, "0.87": 6, "0.84": 7, "0.85"
17:05:47(904):: 7, "0.88": 2, "0.89": 1, "0.73": 10, "0.72": 6, "0.71": 15,
"0.70": 20, "0.77": 44, "0.76": 27, "0.75": 38, "0.74": 21, "0.79": 50,
"0.78": 33, "1.01": 18, "1.00": 10, "1.03": 7, "1.02": 6, "1.05
17:05:47(921):": 16, "1.04": 6, "1.07": 6, "1.06": 11, "1.09": 2, "1.08": 8,
"0.99": 15, "0.98": 16, "0.95": 12, "0.94": 10, "0.97": 20, "0.96": 14,
"0.91": 4, "0.90": 3, "0.93": 5, "0.92
17:05:47(939): 16928 | pscheduler | 1847 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
00:15:52.710352+00 | 2019-05-12 14:03:29.386807+00 | 2019-05-12 14:
17:05:47(945):03:29.386837+00 | 2019-05-12 14:03:29.386838+00 | t |
active | | 21405549 |

17:05:47(948):


17:05:47(950):


17:05:47(964):

+
17:05:47(981): | | | | |
| | | |
| |
17:05:47(990): | | |
| | | WITH inserted_row AS (

17:05:47(993):


17:05:47(995):


17:05:48(010):

+
17:05:48(026): | | | | |
| | | |
| |
17:05:48(043): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:48(046):


17:05:48(048):


17:05:48(062):

+
17:05:48(079): | | | | |
| | | |
| |
17:05:48(088): | | |
| | | VALUES (31943,

17:05:48(090):


17:05:48(092):


17:05:48(107):

+
17:05:48(123): | | | | |
| | | |
| |
17:05:48(132): | | |
| | | NULL,

17:05:48(135):


17:05:48(138):


17:05:48(152):

+
17:05:48(168): | | | | |
| | | |
| |
17:05:48(182): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:48(185):


17:05:48(187):


17:05:48(201):

+
17:05:48(217): | | | | |
| | | |
| |
17:05:48(229): | | |
| | |
run_state_finished(),
17:05:48(231):


17:05:48(233):


17:05:48(248):

+
17:05:48(263): | | | | |
| | | |
| |
17:05:48(273): | | |
| | | 0,

17:05:48(275):


17:05:48(277):


17:05:48(292):

+
17:05:48(308): | | | | |
| | | |
| |
17:05:48(325): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:48(346):histogram-latency": {"0.48": 5, "0.69": 3, "0.49": 15, "0.60":
30, "0.61": 18, "0.62": 14, "0.63": 10, "0.64": 15, "0.65": 10, "0.66": 4,
"0.67": 7, "0.68": 6, "0.47": 1, "0.44": 1, "0.45": 5, "0.5
17:05:48(367):3": 18, "0.78": 11, "0.82": 15, "0.83": 15, "0.80": 10,
"0.81": 23, "0.86": 6, "0.87": 9, "0.84": 10, "0.85": 7, "0.88": 11, "0.89":
5, "0.46": 5, "0.59": 47, "0.72": 3, "0.71": 1, "0.70": 3, "0.77
17:05:48(384):": 10, "0.76": 7, "0.75": 6, "0.74": 9, "0.51": 7, "0.50": 5,
"0.79": 16, "0.52": 9, "0.55": 35, "0.54": 35, "0.57": 27, "0.56": 27,
"0.73": 6, "0.58": 37, "1.49": 1, "0.94"
17:05:48(403): 16928 | pscheduler | 24753 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
22:36:01.941673+00 | 2019-05-12 14:03:25.60323+00 | 2019-05-12 14:
17:05:48(409):03:25.603295+00 | 2019-05-12 14:03:25.603296+00 | t |
active | | 21405549 |

17:05:48(411):


17:05:48(413):


17:05:48(428):

+
17:05:48(444): | | | | |
| | | |
| |
17:05:48(454): | | |
| | | WITH inserted_row AS (

17:05:48(456):


17:05:48(458):


17:05:48(474):

+
17:05:48(490): | | | | |
| | | |
| |
17:05:48(505): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:48(507):


17:05:48(510):


17:05:48(524):

+
17:05:48(540): | | | | |
| | | |
| |
17:05:48(549): | | |
| | | VALUES (33064,

17:05:48(552):


17:05:48(554):


17:05:48(568):

+
17:05:48(584): | | | | |
| | | |
| |
17:05:48(593): | | |
| | | NULL,

17:05:48(595):


17:05:48(598):


17:05:48(612):

+
17:05:48(628): | | | | |
| | | |
| |
17:05:48(642): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:48(644):


17:05:48(646):


17:05:48(661):

+
17:05:48(677): | | | | |
| | | |
| |
17:05:48(688): | | |
| | |
run_state_finished(),
17:05:48(691):


17:05:48(693):


17:05:48(708):

+
17:05:48(725): | | | | |
| | | |
| |
17:05:48(734): | | |
| | | 0,

17:05:48(737):


17:05:48(739):


17:05:48(753):

+
17:05:48(769): | | | | |
| | | |
| |
17:05:48(787): | | |
| | |
'{"max-clock-error": 0.48, "packets-duplicated": 0, "succeeded": true,
17:05:48(808):"histogram-latency": {"0.66": 4, "0.67": 4, "0.60": 14,
"0.61": 4, "0.62": 3, "0.63": 8, "0.64": 10, "0.65": 6, "0.48": 6, "0.49": 4,
"0.68": 3, "0.47": 6, "0.44": 5, "0.45": 14, "0.42": 12, "0.43"
17:05:48(829):: 5, "0.40": 21, "0.41": 18, "0.28": 10, "0.29": 9, "0.25": 3,
"0.26": 1, "0.27": 7, "0.69": 3, "0.46": 5, "0.59": 18, "0.58": 14, "0.51":
5, "0.50": 3, "0.53": 9, "0.52": 10, "0.55": 9, "0.54": 15
17:05:48(846):, "0.57": 18, "0.56": 18, "0.39": 38, "0.38": 51, "0.37": 43,
"0.36": 39, "0.35": 37, "0.34": 44, "0.33": 26, "0.32": 12, "0.31": 2,
"0.30": 4}, "histogram-ttl": {"253": 600
17:05:48(864): 16928 | pscheduler | 24138 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.020428+00 | 2019-05-12 14:03:43.6352+00 | 2019-05-12 14:
17:05:48(870):03:43.635244+00 | 2019-05-12 14:03:43.635245+00 | t |
active | | 21405549 |

17:05:48(873):


17:05:48(875):


17:05:48(889):

+
17:05:48(905): | | | | |
| | | |
| |
17:05:48(914): | | |
| | | WITH inserted_row AS (

17:05:48(917):


17:05:48(920):


17:05:48(935):

+
17:05:48(950): | | | | |
| | | |
| |
17:05:48(966): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:48(968):


17:05:48(971):


17:05:48(986):

+
17:05:49(002): | | | | |
| | | |
| |
17:05:49(011): | | |
| | | VALUES (33071,

17:05:49(013):


17:05:49(016):


17:05:49(031):

+
17:05:49(047): | | | | |
| | | |
| |
17:05:49(056): | | |
| | | NULL,

17:05:49(058):


17:05:49(060):


17:05:49(075):

+
17:05:49(091): | | | | |
| | | |
| |
17:05:49(105): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:49(107):


17:05:49(109):


17:05:49(124):

+
17:05:49(140): | | | | |
| | | |
| |
17:05:49(152): | | |
| | |
run_state_finished(),
17:05:49(154):


17:05:49(156):


17:05:49(171):

+
17:05:49(187): | | | | |
| | | |
| |
17:05:49(196): | | |
| | | 0,

17:05:49(198):


17:05:49(200):


17:05:49(215):

+
17:05:49(231): | | | | |
| | | |
| |
17:05:49(248): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:05:49(269):"histogram-latency": {"0.48": 1, "0.49": 3, "0.60": 30,
"0.61": 36, "0.62": 31, "0.63": 21, "0.64": 19, "0.65": 12, "0.66": 9,
"0.67": 18, "0.68": 7, "0.69": 8, "0.79": 14, "0.52": 11, "0.82": 21,
17:05:49(290):"0.83": 15, "0.80": 17, "0.81": 21, "0.86": 7, "0.87": 7,
"0.84": 21, "0.85": 9, "0.88": 18, "0.89": 17, "0.73": 9, "0.72": 10, "0.71":
8, "0.70": 3, "0.77": 15, "0.76": 2, "0.75": 8, "0.74": 3, "0
17:05:49(307):.51": 7, "0.50": 4, "0.53": 7, "0.78": 15, "0.55": 7, "0.54":
7, "0.57": 21, "0.56": 13, "0.59": 30, "0.58": 25, "0.95": 2, "0.94": 1,
"0.91": 8, "0.90": 5, "0.93": 3, "0.92
17:05:49(325): 16928 | pscheduler | 32177 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
09:14:26.308283+00 | 2019-05-12 14:03:49.052652+00 | 2019-05-12 14:
17:05:49(331):03:49.052723+00 | 2019-05-12 14:03:49.052724+00 | t |
active | | 21405549 |

17:05:49(333):


17:05:49(336):


17:05:49(350):

+
17:05:49(366): | | | | |
| | | |
| |
17:05:49(376): | | |
| | | WITH inserted_row AS (

17:05:49(378):


17:05:49(380):


17:05:49(395):

+
17:05:49(411): | | | | |
| | | |
| |
17:05:49(427): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:49(429):


17:05:49(432):


17:05:49(448):

+
17:05:49(464): | | | | |
| | | |
| |
17:05:49(473): | | |
| | | VALUES (32967,

17:05:49(475):


17:05:49(477):


17:05:49(492):

+
17:05:49(508): | | | | |
| | | |
| |
17:05:49(518): | | |
| | | NULL,

17:05:49(520):


17:05:49(522):


17:05:49(537):

+
17:05:49(553): | | | | |
| | | |
| |
17:05:49(567): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:49(570):


17:05:49(572):


17:05:49(587):

+
17:05:49(603): | | | | |
| | | |
| |
17:05:49(614): | | |
| | |
run_state_finished(),
17:05:49(616):


17:05:49(618):


17:05:49(633):

+
17:05:49(650): | | | | |
| | | |
| |
17:05:49(659): | | |
| | | 0,

17:05:49(661):


17:05:49(664):


17:05:49(678):

+
17:05:49(694): | | | | |
| | | |
| |
17:05:49(711): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:05:49(732):"histogram-latency": {"0.48": 9, "0.67": 1, "0.60": 5, "0.62":
1, "0.63": 4, "0.65": 1, "0.66": 1, "0.49": 12, "0.46": 12, "0.47": 14,
"0.44": 17, "0.45": 5, "0.42": 48, "0.43": 39, "0.40": 34, "0.
17:05:49(753):41": 37, "0.29": 1, "1.10": 1, "0.59": 4, "0.58": 6, "0.77":
1, "0.51": 9, "0.50": 5, "0.53": 5, "0.52": 9, "0.55": 8, "0.54": 9, "0.57":
5, "0.56": 9, "0.39": 27, "0.38": 44, "0.37": 77, "0.36": 4
17:05:49(767):8, "0.35": 26, "0.34": 26, "0.33": 24, "0.32": 8, "0.31": 7,
"0.30": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "pack
17:05:49(786): 16928 | pscheduler | 29654 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:17:18.822161+00 | 2019-05-12 14:03:52.399778+00 | 2019-05-12 14:
17:05:49(793):03:52.399846+00 | 2019-05-12 14:03:52.399847+00 | t |
active | | 21405549 |

17:05:49(795):


17:05:49(797):


17:05:49(812):

+
17:05:49(828): | | | | |
| | | |
| |
17:05:49(838): | | |
| | | WITH inserted_row AS (

17:05:49(840):


17:05:49(842):


17:05:49(857):

+
17:05:49(873): | | | | |
| | | |
| |
17:05:49(888): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:49(890):


17:05:49(892):


17:05:49(907):

+
17:05:49(923): | | | | |
| | | |
| |
17:05:49(932): | | |
| | | VALUES (33120,

17:05:49(935):


17:05:49(937):


17:05:49(951):

+
17:05:49(967): | | | | |
| | | |
| |
17:05:49(977): | | |
| | | NULL,

17:05:49(979):


17:05:49(981):


17:05:49(996):

+
17:05:50(012): | | | | |
| | | |
| |
17:05:50(026): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:50(029):


17:05:50(031):


17:05:50(046):

+
17:05:50(062): | | | | |
| | | |
| |
17:05:50(159): | | |
| | |
run_state_finished(),
17:05:50(161):


17:05:50(163):


17:05:50(177):

+
17:05:50(194): | | | | |
| | | |
| |
17:05:50(203): | | |
| | | 0,

17:05:50(205):


17:05:50(207):


17:05:50(222):

+
17:05:50(237): | | | | |
| | | |
| |
17:05:50(254): | | |
| | |
'{"max-clock-error": 0.73, "packets-duplicated": 0, "succeeded": true,
17:05:50(274):"histogram-latency": {"0.60": 9, "0.61": 10, "0.62": 21,
"0.63": 28, "0.64": 30, "0.65": 37, "0.66": 43, "0.67": 48, "0.68": 29,
"0.69": 11, "0.53": 2, "0.52": 1, "0.82": 11, "0.83": 18, "0.80": 6,
17:05:50(295): "0.81": 5, "0.86": 23, "0.87": 16, "0.84": 10, "0.85": 15,
"0.88": 20, "0.89": 17, "0.73": 16, "0.58": 9, "0.71": 7, "0.70": 15, "0.77":
6, "0.76": 5, "0.75": 6, "0.74": 6, "0.79": 7, "0.78": 4, "
17:05:50(312):0.55": 1, "0.54": 5, "0.57": 13, "0.56": 4, "1.01": 1, "0.59":
8, "0.72": 18, "0.99": 1, "0.98": 3, "0.95": 3, "0.94": 12, "0.97": 1,
"0.96": 5, "0.91": 5, "0.90": 7, "0.93"
17:05:50(331): 16928 | pscheduler | 16276 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:44:32.435744+00 | 2019-05-12 14:03:49.409642+00 | 2019-05-12 14:
17:05:50(337):03:49.409684+00 | 2019-05-12 14:03:49.409685+00 | t |
active | | 21405549 |

17:05:50(339):


17:05:50(341):


17:05:50(356):

+
17:05:50(371): | | | | |
| | | |
| |
17:05:50(381): | | |
| | | WITH inserted_row AS (

17:05:50(383):


17:05:50(386):


17:05:50(400):

+
17:05:50(415): | | | | |
| | | |
| |
17:05:50(431): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:50(433):


17:05:50(435):


17:05:50(450):

+
17:05:50(465): | | | | |
| | | |
| |
17:05:50(475): | | |
| | | VALUES (32769,

17:05:50(477):


17:05:50(479):


17:05:50(493):

+
17:05:50(509): | | | | |
| | | |
| |
17:05:50(518): | | |
| | | NULL,

17:05:50(520):


17:05:50(522):


17:05:50(536):

+
17:05:50(552): | | | | |
| | | |
| |
17:05:50(566): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:50(569):


17:05:50(571):


17:05:50(585):

+
17:05:50(601): | | | | |
| | | |
| |
17:05:50(612): | | |
| | |
run_state_finished(),
17:05:50(614):


17:05:50(616):


17:05:50(631):

+
17:05:50(646): | | | | |
| | | |
| |
17:05:50(655): | | |
| | | 0,

17:05:50(657):


17:05:50(659):


17:05:50(674):

+
17:05:50(690): | | | | |
| | | |
| |
17:05:50(707): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:05:50(727):"histogram-latency": {"0.06": 19, "0.07": 25, "0.22": 4,
"0.23": 3, "0.08": 70, "0.09": 59, "0.28": 6, "0.29": 3, "0.24": 11, "0.25":
4, "0.26": 3, "0.27": 3, "0.20": 5, "0.21": 4, "0.04": 4, "0.05
17:05:50(749):": 7, "0.15": 10, "0.14": 38, "0.17": 4, "0.16": 4, "0.11":
73, "0.10": 78, "0.13": 70, "0.12": 63, "0.19": 4, "0.18": 3, "0.39": 1,
"0.36": 2, "0.35": 3, "0.34": 1, "0.33": 1, "0.32": 6, "0.31": 4
17:05:50(764):, "0.30": 2, "0.02": 1, "0.03": 2}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:50(780): | | | | |
| | | |
| |
17:05:50(786): | | |
| | |
17:05:50(804): 16928 | pscheduler | 24007 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
00:50:38.652637+00 | 2019-05-12 14:03:36.16151+00 | 2019-05-12 14:
17:05:50(810):03:36.161563+00 | 2019-05-12 14:03:36.161564+00 | t |
active | | 21405549 |

17:05:50(812):


17:05:50(814):


17:05:50(829):

+
17:05:50(846): | | | | |
| | | |
| |
17:05:50(857): | | |
| | | WITH inserted_row AS (

17:05:50(859):


17:05:50(861):


17:05:50(876):

+
17:05:50(892): | | | | |
| | | |
| |
17:05:50(907): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:50(910):


17:05:50(912):


17:05:50(926):

+
17:05:50(943): | | | | |
| | | |
| |
17:05:50(952): | | |
| | | VALUES (32051,

17:05:50(954):


17:05:50(956):


17:05:50(971):

+
17:05:50(987): | | | | |
| | | |
| |
17:05:50(996): | | |
| | | NULL,

17:05:50(998):


17:05:51(000):


17:05:51(015):

+
17:05:51(031): | | | | |
| | | |
| |
17:05:51(046): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:51(049):


17:05:51(051):


17:05:51(065):

+
17:05:51(081): | | | | |
| | | |
| |
17:05:51(092): | | |
| | |
run_state_finished(),
17:05:51(094):


17:05:51(096):


17:05:51(111):

+
17:05:51(127): | | | | |
| | | |
| |
17:05:51(135): | | |
| | | 0,

17:05:51(138):


17:05:51(140):


17:05:51(154):

+
17:05:51(170): | | | | |
| | | |
| |
17:05:51(188): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:05:51(208):"histogram-latency": {"0.48": 9, "0.69": 3, "0.49": 25,
"0.60": 13, "0.61": 10, "0.62": 7, "0.63": 4, "0.65": 2, "0.66": 6, "0.67":
5, "0.68": 4, "0.47": 11, "0.44": 10, "0.45": 6, "0.42": 9, "0.79
17:05:51(229):": 14, "0.40": 2, "0.41": 1, "0.52": 27, "0.43": 8, "0.82": 8,
"0.83": 13, "0.80": 15, "0.81": 10, "0.86": 10, "0.87": 6, "0.84": 11,
"0.85": 16, "0.88": 6, "0.89": 3, "0.46": 9, "0.73": 20, "0.58"
17:05:51(246):: 14, "0.71": 6, "0.70": 6, "0.77": 17, "0.76": 20, "0.75":
13, "0.74": 15, "0.51": 21, "0.50": 17, "0.53": 29, "0.78": 27, "0.55": 24,
"0.54": 23, "0.57": 9, "0.56": 26, "0
17:05:51(264): 16928 | pscheduler | 25623 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:50:16.843681+00 | 2019-05-12 14:03:20.948268+00 | 2019-05-12 14:
17:05:51(270):03:20.948301+00 | 2019-05-12 14:03:20.948302+00 | t |
active | | 21405549 |

17:05:51(273):


17:05:51(275):


17:05:51(289):

+
17:05:51(305): | | | | |
| | | |
| |
17:05:51(315): | | |
| | | WITH inserted_row AS (

17:05:51(317):


17:05:51(320):


17:05:51(334):

+
17:05:51(350): | | | | |
| | | |
| |
17:05:51(365): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:51(367):


17:05:51(369):


17:05:51(385):

+
17:05:51(401): | | | | |
| | | |
| |
17:05:51(410): | | |
| | | VALUES (31840,

17:05:51(412):


17:05:51(414):


17:05:51(429):

+
17:05:51(445): | | | | |
| | | |
| |
17:05:51(454): | | |
| | | NULL,

17:05:51(456):


17:05:51(458):


17:05:51(473):

+
17:05:51(489): | | | | |
| | | |
| |
17:05:51(503): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:51(506):


17:05:51(509):


17:05:51(523):

+
17:05:51(539): | | | | |
| | | |
| |
17:05:51(550): | | |
| | |
run_state_finished(),
17:05:51(553):


17:05:51(555):


17:05:51(570):

+
17:05:51(586): | | | | |
| | | |
| |
17:05:51(595): | | |
| | | 0,

17:05:51(598):


17:05:51(600):


17:05:51(615):

+
17:05:51(630): | | | | |
| | | |
| |
17:05:51(647): | | |
| | |
'{"max-clock-error": 0.19, "packets-duplicated": 0, "succeeded": true,
17:05:51(668):"histogram-latency": {"0.48": 9, "0.67": 3, "0.60": 14,
"0.61": 12, "0.62": 14, "0.63": 20, "0.64": 22, "0.65": 17, "0.66": 11,
"0.49": 7, "0.68": 11, "0.47": 13, "0.44": 24, "0.45": 16, "0.42": 36
17:05:51(689):, "0.43": 20, "0.40": 35, "0.41": 36, "0.52": 5, "0.28": 2,
"0.72": 4, "0.69": 8, "0.46": 15, "0.59": 14, "0.58": 10, "0.71": 12, "0.70":
9, "0.77": 1, "0.76": 3, "0.75": 3, "0.74": 6, "0.51": 3, "
17:05:51(707):0.50": 5, "0.53": 4, "0.78": 1, "0.55": 7, "0.54": 3, "0.57":
2, "0.56": 5, "0.73": 9, "0.39": 24, "0.38": 30, "0.37": 28, "0.36": 25,
"0.35": 5, "0.34": 8, "0.33": 10, "0.3
17:05:51(725): 16928 | pscheduler | 10682 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
04:17:40.135337+00 | 2019-05-12 14:03:21.459124+00 | 2019-05-12 14:
17:05:51(732):03:21.459158+00 | 2019-05-12 14:03:21.459159+00 | t |
active | | 21405549 |

17:05:51(734):


17:05:51(736):


17:05:51(750):

+
17:05:51(766): | | | | |
| | | |
| |
17:05:51(777): | | |
| | | WITH inserted_row AS (

17:05:51(779):


17:05:51(781):


17:05:51(796):

+
17:05:51(812): | | | | |
| | | |
| |
17:05:51(827): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:51(829):


17:05:51(831):


17:05:51(846):

+
17:05:51(862): | | | | |
| | | |
| |
17:05:51(872): | | |
| | | VALUES (32094,

17:05:51(874):


17:05:51(876):


17:05:51(891):

+
17:05:51(906): | | | | |
| | | |
| |
17:05:51(915): | | |
| | | NULL,

17:05:51(918):


17:05:51(919):


17:05:51(934):

+
17:05:51(950): | | | | |
| | | |
| |
17:05:51(964): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:51(966):


17:05:51(968):


17:05:51(983):

+
17:05:51(999): | | | | |
| | | |
| |
17:05:52(010): | | |
| | |
run_state_finished(),
17:05:52(012):


17:05:52(014):


17:05:52(029):

+
17:05:52(045): | | | | |
| | | |
| |
17:05:52(054): | | |
| | | 0,

17:05:52(057):


17:05:52(059):


17:05:52(074):

+
17:05:52(090): | | | | |
| | | |
| |
17:05:52(107): | | |
| | |
'{"max-clock-error": 0.77, "packets-duplicated": 0, "succeeded": true,
17:05:52(127):"histogram-latency": {"0.61": 3, "0.62": 5, "0.63": 3, "0.64":
6, "0.65": 4, "0.66": 3, "0.67": 6, "0.68": 7, "0.69": 20, "1.12": 1, "1.10":
1, "1.39": 1, "0.82": 6, "0.83": 4, "0.80": 13, "0.81":
17:05:52(148):17, "0.86": 3, "0.87": 11, "0.84": 7, "0.85": 2, "0.88": 11,
"0.89": 10, "0.73": 33, "0.72": 36, "0.71": 23, "0.70": 20, "0.77": 13,
"0.76": 21, "0.75": 28, "0.74": 52, "0.79": 15, "0.78": 16, "1.3
17:05:52(165):2": 1, "1.01": 13, "1.00": 10, "1.03": 13, "1.02": 9, "1.05":
4, "1.04": 1, "1.07": 1, "1.06": 3, "1.09": 1, "0.99": 5, "0.98": 15, "0.95":
12, "0.94": 15, "0.97": 15, "0.96
17:05:52(184): 16928 | pscheduler | 30562 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
02:46:27.269689+00 | 2019-05-12 14:03:44.686702+00 | 2019-05-12 14:
17:05:52(190):03:44.686747+00 | 2019-05-12 14:03:44.686748+00 | t |
active | | 21405549 |

17:05:52(193):


17:05:52(195):


17:05:52(209):

+
17:05:52(225): | | | | |
| | | |
| |
17:05:52(235): | | |
| | | WITH inserted_row AS (

17:05:52(237):


17:05:52(239):


17:05:52(254):

+
17:05:52(270): | | | | |
| | | |
| |
17:05:52(285): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:52(288):


17:05:52(290):


17:05:52(304):

+
17:05:52(321): | | | | |
| | | |
| |
17:05:52(330): | | |
| | | VALUES (32867,

17:05:52(332):


17:05:52(334):


17:05:52(349):

+
17:05:52(365): | | | | |
| | | |
| |
17:05:52(375): | | |
| | | NULL,

17:05:52(377):


17:05:52(379):


17:05:52(395):

+
17:05:52(412): | | | | |
| | | |
| |
17:05:52(426): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:52(428):


17:05:52(430):


17:05:52(445):

+
17:05:52(461): | | | | |
| | | |
| |
17:05:52(472): | | |
| | |
run_state_finished(),
17:05:52(474):


17:05:52(477):


17:05:52(491):

+
17:05:52(514): | | | | |
| | | |
| |
17:05:52(526): | | |
| | | 0,

17:05:52(529):


17:05:52(532):


17:05:52(547):

+
17:05:52(562): | | | | |
| | | |
| |
17:05:52(579): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:05:52(599):"histogram-latency": {"0.48": 8, "0.49": 13, "0.46": 7,
"0.47": 7, "0.44": 5, "0.45": 5, "0.42": 7, "0.43": 2, "0.40": 1, "0.38": 2,
"0.09": 1, "0.28": 10, "0.29": 10, "0.24": 28, "0.25": 30, "0.26
17:05:52(621):": 17, "0.27": 17, "0.20": 46, "0.21": 34, "0.22": 33, "0.23":
40, "0.41": 2, "0.55": 20, "0.15": 10, "0.58": 7, "0.17": 23, "0.16": 10,
"0.11": 4, "0.10": 3, "0.13": 12, "0.12": 2, "0.51": 4, "0.5
17:05:52(638):0": 7, "0.53": 7, "0.52": 6, "0.19": 63, "0.18": 32, "0.57":
7, "0.56": 6, "0.59": 2, "0.54": 7, "0.39": 2, "0.14": 13, "0.37": 1, "0.36":
3, "0.35": 1, "0.34": 3, "0.33": 4
17:05:52(657): 16928 | pscheduler | 2197 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
08:16:57.259328+00 | 2019-05-12 14:03:21.118699+00 | 2019-05-12 14:
17:05:52(664):03:21.118757+00 | 2019-05-12 14:03:21.118758+00 | t |
active | | 21405549 |

17:05:52(666):


17:05:52(668):


17:05:52(683):

+
17:05:52(700): | | | | |
| | | |
| |
17:05:52(710): | | |
| | | WITH inserted_row AS (

17:05:52(713):


17:05:52(715):


17:05:52(729):

+
17:05:52(746): | | | | |
| | | |
| |
17:05:52(761): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:52(763):


17:05:52(765):


17:05:52(780):

+
17:05:52(797): | | | | |
| | | |
| |
17:05:52(807): | | |
| | | VALUES (31638,

17:05:52(809):


17:05:52(812):


17:05:52(827):

+
17:05:52(842): | | | | |
| | | |
| |
17:05:52(852): | | |
| | | NULL,

17:05:52(854):


17:05:52(857):


17:05:52(872):

+
17:05:52(888): | | | | |
| | | |
| |
17:05:52(902): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:52(905):


17:05:52(907):


17:05:52(922):

+
17:05:52(938): | | | | |
| | | |
| |
17:05:52(949): | | |
| | |
run_state_finished(),
17:05:52(951):


17:05:52(954):


17:05:52(968):

+
17:05:52(985): | | | | |
| | | |
| |
17:05:52(994): | | |
| | | 0,

17:05:52(996):


17:05:52(998):


17:05:53(014):

+
17:05:53(034): | | | | |
| | | |
| |
17:05:53(053): | | |
| | |
'{"max-clock-error": 0.31, "packets-duplicated": 0, "succeeded": true,
17:05:53(074):"histogram-latency": {"67.96": 1, "117.77": 1, "0.48": 4,
"0.49": 3, "0.46": 6, "0.47": 5, "0.44": 8, "0.45": 8, "0.42": 8, "0.43": 7,
"0.40": 6, "0.41": 6, "0.28": 45, "0.29": 37, "0.24": 59, "0.2
17:05:53(095):5": 75, "0.26": 82, "0.27": 63, "0.20": 6, "0.21": 13, "0.22":
16, "0.23": 23, "157.34": 1, "227.06": 1, "0.51": 1, "0.50": 2, "0.53": 1,
"0.52": 2, "0.39": 3, "0.38": 3, "0.37": 7, "0.36": 4, "0.3
17:05:53(111):5": 6, "0.34": 2, "0.33": 12, "0.32": 13, "0.31": 25, "0.30":
34, "41.91": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0,
17:05:53(130): 16928 | pscheduler | 2879 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:28:26.240922+00 | 2019-05-12 14:03:28.953669+00 | 2019-05-12 14:
17:05:53(136):03:28.953714+00 | 2019-05-12 14:03:28.953715+00 | t |
active | | 21405549 |

17:05:53(138):


17:05:53(141):


17:05:53(156):

+
17:05:53(172): | | | | |
| | | |
| |
17:05:53(182): | | |
| | | WITH inserted_row AS (

17:05:53(184):


17:05:53(186):


17:05:53(201):

+
17:05:53(217): | | | | |
| | | |
| |
17:05:53(232): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:53(234):


17:05:53(236):


17:05:53(251):

+
17:05:53(267): | | | | |
| | | |
| |
17:05:53(276): | | |
| | | VALUES (32160,

17:05:53(278):


17:05:53(280):


17:05:53(296):

+
17:05:53(312): | | | | |
| | | |
| |
17:05:53(322): | | |
| | | NULL,

17:05:53(324):


17:05:53(326):


17:05:53(340):

+
17:05:53(356): | | | | |
| | | |
| |
17:05:53(371): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:53(373):


17:05:53(375):


17:05:53(390):

+
17:05:53(406): | | | | |
| | | |
| |
17:05:53(417): | | |
| | |
run_state_finished(),
17:05:53(419):


17:05:53(421):


17:05:53(436):

+
17:05:53(452): | | | | |
| | | |
| |
17:05:53(461): | | |
| | | 0,

17:05:53(463):


17:05:53(465):


17:05:53(480):

+
17:05:53(496): | | | | |
| | | |
| |
17:05:53(512): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:05:53(533):"histogram-latency": {"0.34": 15, "0.48": 6, "0.49": 8,
"0.60": 15, "0.61": 19, "0.62": 20, "0.63": 20, "0.64": 21, "0.65": 12,
"0.66": 14, "0.67": 9, "0.46": 12, "0.69": 22, "0.44": 11, "0.45": 12
17:05:53(555):, "0.42": 16, "0.43": 18, "0.40": 27, "0.41": 22, "0.28": 6,
"0.29": 8, "0.24": 2, "0.26": 2, "0.27": 3, "0.73": 5, "0.58": 10, "0.71":
17, "0.70": 9, "0.47": 6, "0.74": 3, "0.51": 5, "0.50": 1, "0
17:05:53(573):.53": 10, "0.52": 6, "0.55": 6, "0.54": 4, "0.57": 9, "0.56":
9, "0.79": 1, "0.59": 14, "0.39": 26, "0.72": 13, "0.37": 22, "0.36": 22,
"0.35": 26, "0.38": 16, "0.33": 11, "
17:05:53(592): 16928 | pscheduler | 2209 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
08:16:59.121835+00 | 2019-05-12 14:03:50.418755+00 | 2019-05-12 14:
17:05:53(598):03:50.418797+00 | 2019-05-12 14:03:50.418799+00 | t |
active | | 21405549 |

17:05:53(600):


17:05:53(602):


17:05:53(617):

+
17:05:53(633): | | | | |
| | | |
| |
17:05:53(665): | | |
| | | WITH inserted_row AS (

17:05:53(667):


17:05:53(669):


17:05:53(684):

+
17:05:53(700): | | | | |
| | | |
| |
17:05:53(716): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:53(718):


17:05:53(720):


17:05:53(735):

+
17:05:53(751): | | | | |
| | | |
| |
17:05:53(760): | | |
| | | VALUES (32047,

17:05:53(762):


17:05:53(765):


17:05:53(779):

+
17:05:53(796): | | | | |
| | | |
| |
17:05:53(805): | | |
| | | NULL,

17:05:53(808):


17:05:53(810):


17:05:53(825):

+
17:05:53(841): | | | | |
| | | |
| |
17:05:53(856): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:53(858):


17:05:53(860):


17:05:53(874):

+
17:05:53(891): | | | | |
| | | |
| |
17:05:53(902): | | |
| | |
run_state_finished(),
17:05:53(904):


17:05:53(906):


17:05:53(920):

+
17:05:53(936): | | | | |
| | | |
| |
17:05:53(946): | | |
| | | 0,

17:05:53(948):


17:05:53(950):


17:05:53(964):

+
17:05:53(981): | | | | |
| | | |
| |
17:05:53(998): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:54(020):histogram-latency": {"0.66": 1, "0.60": 5, "0.61": 4, "0.62":
4, "0.63": 3, "0.64": 2, "0.65": 1, "0.48": 9, "0.49": 13, "0.46": 8, "0.47":
16, "0.44": 6, "0.45": 10, "0.42": 6, "0.43": 4, "0.40":
17:05:54(044):3, "0.41": 11, "0.28": 23, "0.29": 38, "0.24": 33, "0.25": 44,
"0.26": 23, "0.27": 30, "0.20": 14, "0.21": 9, "0.22": 11, "0.23": 17,
"0.14": 2, "0.57": 5, "0.55": 3, "0.15": 1, "0.58": 13, "0.17":
17:05:54(062): 7, "0.16": 3, "0.51": 16, "0.50": 13, "0.53": 16, "0.52": 16,
"0.19": 9, "0.18": 7, "0.54": 12, "0.56": 3, "0.59": 9, "0.39": 3, "0.38": 5,
"0.37": 6, "0.36": 9, "0.35": 9,
17:05:54(080): 16928 | pscheduler | 32005 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
09:14:22.878244+00 | 2019-05-12 14:03:49.948478+00 | 2019-05-12 14:
17:05:54(086):03:49.948519+00 | 2019-05-12 14:03:49.94852+00 | t |
active | | 21405549 |

17:05:54(089):


17:05:54(092):


17:05:54(107):

+
17:05:54(123): | | | | |
| | | |
| |
17:05:54(133): | | |
| | | WITH inserted_row AS (

17:05:54(135):


17:05:54(137):


17:05:54(152):

+
17:05:54(169): | | | | |
| | | |
| |
17:05:54(185): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:54(187):


17:05:54(189):


17:05:54(204):

+
17:05:54(221): | | | | |
| | | |
| |
17:05:54(231): | | |
| | | VALUES (31888,

17:05:54(233):


17:05:54(235):


17:05:54(250):

+
17:05:54(266): | | | | |
| | | |
| |
17:05:54(276): | | |
| | | NULL,

17:05:54(278):


17:05:54(280):


17:05:54(295):

+
17:05:54(312): | | | | |
| | | |
| |
17:05:54(327): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:54(330):


17:05:54(332):


17:05:54(347):

+
17:05:54(364): | | | | |
| | | |
| |
17:05:54(377): | | |
| | |
run_state_finished(),
17:05:54(379):


17:05:54(381):


17:05:54(396):

+
17:05:54(413): | | | | |
| | | |
| |
17:05:54(423): | | |
| | | 0,

17:05:54(425):


17:05:54(427):


17:05:54(442):

+
17:05:54(458): | | | | |
| | | |
| |
17:05:54(475): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:05:54(497):histogram-latency": {"0.34": 6, "0.48": 20, "0.49": 26,
"0.60": 9, "0.68": 13, "0.62": 10, "0.63": 14, "0.64": 15, "0.65": 16,
"0.66": 28, "0.47": 14, "0.46": 31, "0.69": 9, "0.44": 33, "0.45": 32,
17:05:54(518): "0.42": 30, "0.43": 31, "0.40": 11, "0.41": 25, "0.61": 8,
"0.73": 7, "0.72": 7, "0.71": 9, "0.70": 17, "0.77": 4, "0.76": 2, "0.75": 1,
"0.74": 3, "0.51": 20, "0.50": 22, "0.53": 7, "0.52": 13, "
17:05:54(535):0.55": 6, "0.54": 12, "0.57": 7, "0.56": 5, "0.59": 9, "0.39":
7, "0.58": 6, "0.37": 6, "0.36": 12, "0.35": 8, "0.38": 10, "0.33": 3,
"0.32": 3, "0.31": 4, "0.67": 9}, "hist
17:05:54(555): 16928 | pscheduler | 24688 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:51.259594+00 | 2019-05-12 14:03:22.77579+00 | 2019-05-12 14:
17:05:54(562):03:22.775827+00 | 2019-05-12 14:03:22.775828+00 | t |
active | | 21405549 |

17:05:54(564):


17:05:54(566):


17:05:54(581):

+
17:05:54(596): | | | | |
| | | |
| |
17:05:54(606): | | |
| | | WITH inserted_row AS (

17:05:54(608):


17:05:54(610):


17:05:54(625):

+
17:05:54(641): | | | | |
| | | |
| |
17:05:54(656): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:54(658):


17:05:54(660):


17:05:54(675):

+
17:05:54(691): | | | | |
| | | |
| |
17:05:54(700): | | |
| | | VALUES (31956,

17:05:54(702):


17:05:54(704):


17:05:54(719):

+
17:05:54(736): | | | | |
| | | |
| |
17:05:54(745): | | |
| | | NULL,

17:05:54(747):


17:05:54(749):


17:05:54(764):

+
17:05:54(780): | | | | |
| | | |
| |
17:05:54(797): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:54(799):


17:05:54(801):


17:05:54(816):

+
17:05:54(832): | | | | |
| | | |
| |
17:05:54(843): | | |
| | |
run_state_finished(),
17:05:54(845):


17:05:54(847):


17:05:54(862):

+
17:05:54(877): | | | | |
| | | |
| |
17:05:54(887): | | |
| | | 0,

17:05:54(889):


17:05:54(892):


17:05:54(907):

+
17:05:54(923): | | | | |
| | | |
| |
17:05:54(940): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:05:54(961):"histogram-latency": {"0.66": 1, "0.49": 50, "0.60": 2,
"0.68": 4, "0.62": 6, "0.63": 2, "0.64": 5, "0.65": 4, "0.48": 45, "0.67": 5,
"0.46": 81, "0.47": 51, "0.44": 13, "0.45": 55, "0.42": 6, "0.4
17:05:54(982):3": 16, "0.40": 1, "0.41": 3, "0.69": 2, "0.59": 7, "0.58": 4,
"0.71": 2, "0.70": 3, "0.75": 1, "0.74": 1, "0.51": 51, "0.50": 60, "0.53":
26, "0.52": 46, "0.55": 9, "0.54": 17, "0.57": 8, "0.56":
17:05:54(997):7, "0.61": 5, "0.90": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:55(014): | | | | |
| | | |
| |
17:05:55(019): | | |
| | |
17:05:55(038): 16928 | pscheduler | 788 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
10:25:52.843959+00 | 2019-05-12 14:03:29.928711+00 | 2019-05-12 14:
17:05:55(045):03:29.928741+00 | 2019-05-12 14:03:29.928742+00 | t |
active | | 21405549 |

17:05:55(047):


17:05:55(049):


17:05:55(063):

+
17:05:55(080): | | | | |
| | | |
| |
17:05:55(089): | | |
| | | WITH inserted_row AS (

17:05:55(093):


17:05:55(095):


17:05:55(110):

+
17:05:55(127): | | | | |
| | | |
| |
17:05:55(142): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:55(144):


17:05:55(146):


17:05:55(161):

+
17:05:55(177): | | | | |
| | | |
| |
17:05:55(186): | | |
| | | VALUES (32208,

17:05:55(188):


17:05:55(190):


17:05:55(206):

+
17:05:55(221): | | | | |
| | | |
| |
17:05:55(231): | | |
| | | NULL,

17:05:55(233):


17:05:55(235):


17:05:55(250):

+
17:05:55(266): | | | | |
| | | |
| |
17:05:55(281): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:55(283):


17:05:55(285):


17:05:55(299):

+
17:05:55(315): | | | | |
| | | |
| |
17:05:55(326): | | |
| | |
run_state_finished(),
17:05:55(328):


17:05:55(330):


17:05:55(345):

+
17:05:55(361): | | | | |
| | | |
| |
17:05:55(370): | | |
| | | 0,

17:05:55(372):


17:05:55(374):


17:05:55(389):

+
17:05:55(405): | | | | |
| | | |
| |
17:05:55(422): | | |
| | |
'{"max-clock-error": 0.19, "packets-duplicated": 0, "succeeded": true,
17:05:55(443):"histogram-latency": {"0.66": 1, "0.62": 1, "0.48": 12,
"0.49": 5, "0.46": 6, "0.47": 6, "0.44": 2, "0.45": 6, "0.42": 5, "0.43": 2,
"0.40": 4, "0.41": 1, "0.28": 14, "0.29": 17, "0.24": 34, "0.25"
17:05:55(465):: 37, "0.26": 18, "0.27": 19, "0.20": 41, "0.21": 22, "0.22":
21, "0.23": 33, "0.14": 17, "0.18": 15, "0.55": 12, "0.15": 18, "0.58": 13,
"0.17": 9, "0.16": 16, "0.11": 3, "0.13": 6, "0.12": 2, "0.
17:05:55(482):51": 14, "0.50": 13, "0.53": 13, "0.52": 14, "0.19": 30,
"0.54": 6, "0.57": 3, "0.56": 16, "0.59": 9, "0.39": 3, "0.38": 3, "0.37": 3,
"0.36": 2, "0.35": 6, "0.34": 4, "0.33
17:05:55(500): 16928 | pscheduler | 3082 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:28:38.14106+00 | 2019-05-12 14:03:49.887506+00 | 2019-05-12 14:
17:05:55(507):03:49.887557+00 | 2019-05-12 14:03:49.887558+00 | t |
active | | 21405549 |

17:05:55(509):


17:05:55(511):


17:05:55(527):

+
17:05:55(544): | | | | |
| | | |
| |
17:05:55(554): | | |
| | | WITH inserted_row AS (

17:05:55(556):


17:05:55(558):


17:05:55(575):

+
17:05:55(591): | | | | |
| | | |
| |
17:05:55(606): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:55(609):


17:05:55(612):


17:05:55(627):

+
17:05:55(644): | | | | |
| | | |
| |
17:05:55(654): | | |
| | | VALUES (32204,

17:05:55(656):


17:05:55(658):


17:05:55(674):

+
17:05:55(691): | | | | |
| | | |
| |
17:05:55(700): | | |
| | | NULL,

17:05:55(702):


17:05:55(705):


17:05:55(720):

+
17:05:55(737): | | | | |
| | | |
| |
17:05:55(752): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:55(754):


17:05:55(756):


17:05:55(771):

+
17:05:55(787): | | | | |
| | | |
| |
17:05:55(800): | | |
| | |
run_state_finished(),
17:05:55(802):


17:05:55(804):


17:05:55(819):

+
17:05:55(836): | | | | |
| | | |
| |
17:05:55(846): | | |
| | | 0,

17:05:55(848):


17:05:55(850):


17:05:55(865):

+
17:05:55(881): | | | | |
| | | |
| |
17:05:55(899): | | |
| | |
'{"max-clock-error": 0.3, "packets-duplicated": 0, "succeeded": true, "
17:05:55(922):histogram-latency": {"1.24": 2, "1.16": 12, "1.17": 8, "1.14":
12, "1.15": 23, "1.12": 12, "1.13": 17, "1.10": 10, "1.11": 11, "1.18": 6,
"1.19": 5, "0.83": 8, "0.80": 2, "0.81": 3, "0.86": 8, "0.8
17:05:55(944):7": 13, "0.84": 19, "0.85": 9, "1.25": 5, "0.88": 10, "0.89":
14, "1.34": 1, "0.95": 38, "1.02": 3, "0.94": 47, "1.21": 19, "1.01": 13,
"1.00": 13, "1.03": 2, "0.96": 24, "1.05": 5, "1.04": 5, "1.0
17:05:55(962):7": 4, "1.06": 2, "1.09": 7, "0.91": 48, "0.90": 25, "1.28":
2, "0.99": 12, "0.98": 7, "1.08": 6, "1.23": 5, "1.22": 12, "0.97": 15,
"1.20": 10, "1.27": 2, "1.26": 5, "0.93"
17:05:55(981): 16928 | pscheduler | 6876 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:21:49.485402+00 | 2019-05-12 14:03:20.550322+00 | 2019-05-12 14:
17:05:55(987):03:20.550364+00 | 2019-05-12 14:03:20.550366+00 | t |
active | | 21405549 |

17:05:55(989):


17:05:55(993):


17:05:56(007):

+
17:05:56(024): | | | | |
| | | |
| |
17:05:56(035): | | |
| | | WITH inserted_row AS (

17:05:56(037):


17:05:56(039):


17:05:56(054):

+
17:05:56(071): | | | | |
| | | |
| |
17:05:56(088): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:56(090):


17:05:56(093):


17:05:56(108):

+
17:05:56(124): | | | | |
| | | |
| |
17:05:56(134): | | |
| | | VALUES (32606,

17:05:56(137):


17:05:56(139):


17:05:56(154):

+
17:05:56(171): | | | | |
| | | |
| |
17:05:56(181): | | |
| | | NULL,

17:05:56(183):


17:05:56(186):


17:05:56(201):

+
17:05:56(218): | | | | |
| | | |
| |
17:05:56(233): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:56(235):


17:05:56(237):


17:05:56(253):

+
17:05:56(269): | | | | |
| | | |
| |
17:05:56(280): | | |
| | |
run_state_finished(),
17:05:56(282):


17:05:56(284):


17:05:56(299):

+
17:05:56(314): | | | | |
| | | |
| |
17:05:56(323): | | |
| | | 0,

17:05:56(325):


17:05:56(327):


17:05:56(342):

+
17:05:56(359): | | | | |
| | | |
| |
17:05:56(375): | | |
| | |
'{"max-clock-error": 0.38, "packets-duplicated": 0, "succeeded": true,
17:05:56(396):"histogram-latency": {"0.48": 6, "0.49": 7, "0.60": 29,
"0.46": 11, "0.62": 15, "0.63": 12, "0.64": 4, "0.65": 6, "0.66": 6, "0.67":
7, "0.68": 10, "0.47": 6, "0.44": 14, "0.45": 8, "0.42": 15, "0.
17:05:56(417):43": 10, "0.40": 29, "0.41": 17, "0.28": 5, "0.29": 15,
"0.24": 1, "0.25": 2, "0.27": 4, "0.23": 1, "0.69": 5, "0.61": 22, "0.59":
32, "0.58": 18, "0.72": 1, "0.70": 1, "0.51": 8, "0.50": 3, "0.53"
17:05:56(434):: 8, "0.52": 9, "0.55": 14, "0.54": 10, "0.57": 21, "0.56":
16, "0.73": 1, "0.39": 29, "0.38": 27, "0.37": 31, "0.36": 23, "0.35": 24,
"0.34": 6, "0.33": 16, "0.32": 4, "0.3
17:05:56(452): 16928 | pscheduler | 32054 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
02:48:28.481795+00 | 2019-05-12 14:03:20.19302+00 | 2019-05-12 14:
17:05:56(459):03:20.193052+00 | 2019-05-12 14:03:20.193053+00 | t |
active | | 21405549 |

17:05:56(461):


17:05:56(463):


17:05:56(477):

+
17:05:56(493): | | | | |
| | | |
| |
17:05:56(503): | | |
| | | WITH inserted_row AS (

17:05:56(505):


17:05:56(507):


17:05:56(522):

+
17:05:56(539): | | | | |
| | | |
| |
17:05:56(554): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:56(556):


17:05:56(558):


17:05:56(573):

+
17:05:56(590): | | | | |
| | | |
| |
17:05:56(600): | | |
| | | VALUES (32936,

17:05:56(602):


17:05:56(604):


17:05:56(619):

+
17:05:56(635): | | | | |
| | | |
| |
17:05:56(644): | | |
| | | NULL,

17:05:56(647):


17:05:56(649):


17:05:56(664):

+
17:05:56(680): | | | | |
| | | |
| |
17:05:56(694): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:56(696):


17:05:56(698):


17:05:56(713):

+
17:05:56(728): | | | | |
| | | |
| |
17:05:56(739): | | |
| | |
run_state_finished(),
17:05:56(741):


17:05:56(744):


17:05:56(759):

+
17:05:56(774): | | | | |
| | | |
| |
17:05:56(783): | | |
| | | 0,

17:05:56(785):


17:05:56(787):


17:05:56(802):

+
17:05:56(819): | | | | |
| | | |
| |
17:05:56(835): | | |
| | |
'{"max-clock-error": 0.32, "packets-duplicated": 0, "succeeded": true,
17:05:56(856):"histogram-latency": {"-0.06": 3, "-0.07": 1, "-0.04": 1,
"-0.05": 1, "-0.28": 47, "-0.29": 45, "-0.14": 1, "-0.24": 10, "-0.25": 12,
"-0.26": 30, "-0.27": 33, "-0.20": 2, "-0.17": 3, "-0.08": 1, "
17:05:56(877):-0.23": 6, "-0.16": 2, "-0.44": 3, "-0.36": 3, "-0.40": 2,
"-0.56": 1, "-0.34": 3, "-0.41": 2, "-0.42": 3, "-0.48": 31, "-0.43": 2,
"-0.45": 5, "-0.53": 27, "-0.33": 12, "-0.32": 27, "-0.31": 39, "
17:05:56(895):-0.30": 36, "-0.11": 3, "-0.10": 4, "-0.35": 3, "-0.12": 3,
"-0.51": 25, "-0.50": 47, "-0.39": 6, "-0.52": 27, "-0.19": 3, "-0.18": 3,
"-0.57": 1, "-0.21": 5, "-0.55": 5, "-
17:05:56(914): 16928 | pscheduler | 17598 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
18:44:01.114669+00 | 2019-05-12 14:03:51.196617+00 | 2019-05-12 14:
17:05:56(920):03:51.196689+00 | 2019-05-12 14:03:51.19669+00 | t |
active | | 21405549 |

17:05:56(922):


17:05:56(924):


17:05:56(938):

+
17:05:56(954): | | | | |
| | | |
| |
17:05:56(964): | | |
| | | WITH inserted_row AS (

17:05:56(966):


17:05:56(968):


17:05:56(983):

+
17:05:56(999): | | | | |
| | | |
| |
17:05:57(014): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:57(016):


17:05:57(018):


17:05:57(034):

+
17:05:57(050): | | | | |
| | | |
| |
17:05:57(060): | | |
| | | VALUES (32968,

17:05:57(062):


17:05:57(064):


17:05:57(079):

+
17:05:57(095): | | | | |
| | | |
| |
17:05:57(104): | | |
| | | NULL,

17:05:57(106):


17:05:57(108):


17:05:57(123):

+
17:05:57(139): | | | | |
| | | |
| |
17:05:57(161): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:57(163):


17:05:57(166):


17:05:57(180):

+
17:05:57(196): | | | | |
| | | |
| |
17:05:57(207): | | |
| | |
run_state_finished(),
17:05:57(209):


17:05:57(211):


17:05:57(226):

+
17:05:57(242): | | | | |
| | | |
| |
17:05:57(263): | | |
| | | 0,

17:05:57(267):


17:05:57(270):


17:05:57(286):

+
17:05:57(302): | | | | |
| | | |
| |
17:05:57(320): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:05:57(342):"histogram-latency": {"0.48": 7, "0.49": 8, "0.60": 10,
"0.61": 10, "0.62": 9, "0.63": 10, "0.64": 6, "0.65": 4, "0.66": 7, "0.67":
5, "0.68": 2, "0.47": 9, "0.44": 6, "0.45": 6, "0.42": 10, "0.43"
17:05:57(363):: 7, "0.40": 17, "0.41": 11, "0.28": 12, "0.29": 13, "0.24":
7, "0.25": 3, "0.26": 6, "0.27": 4, "0.20": 2, "0.21": 3, "0.23": 4, "0.46":
6, "0.59": 13, "0.58": 17, "0.51": 17, "0.50": 10, "0.53":
17:05:57(380):23, "0.52": 7, "0.55": 16, "0.54": 20, "0.57": 16, "0.56": 11,
"0.39": 20, "0.38": 19, "0.37": 22, "0.36": 27, "0.35": 18, "0.34": 25,
"0.33": 34, "0.32": 31, "0.31": 27, "0
17:05:57(400): 16928 | pscheduler | 17717 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
01:34:19.548548+00 | 2019-05-12 14:03:51.2783+00 | 2019-05-12 14:
17:05:57(407):03:51.278344+00 | 2019-05-12 14:03:51.278359+00 | t |
active | | 21405549 |

17:05:57(409):


17:05:57(411):


17:05:57(427):

+
17:05:57(443): | | | | |
| | | |
| |
17:05:57(453): | | |
| | | WITH inserted_row AS (

17:05:57(455):


17:05:57(458):


17:05:57(473):

+
17:05:57(490): | | | | |
| | | |
| |
17:05:57(505): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:57(508):


17:05:57(510):


17:05:57(525):

+
17:05:57(541): | | | | |
| | | |
| |
17:05:57(551): | | |
| | | VALUES (31889,

17:05:57(553):


17:05:57(555):


17:05:57(570):

+
17:05:57(587): | | | | |
| | | |
| |
17:05:57(596): | | |
| | | NULL,

17:05:57(598):


17:05:57(600):


17:05:57(616):

+
17:05:57(632): | | | | |
| | | |
| |
17:05:57(647): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:57(649):


17:05:57(651):


17:05:57(666):

+
17:05:57(681): | | | | |
| | | |
| |
17:05:57(692): | | |
| | |
run_state_finished(),
17:05:57(694):


17:05:57(696):


17:05:57(711):

+
17:05:57(727): | | | | |
| | | |
| |
17:05:57(736): | | |
| | | 0,

17:05:57(738):


17:05:57(740):


17:05:57(758):

+
17:05:57(775): | | | | |
| | | |
| |
17:05:57(792): | | |
| | |
'{"max-clock-error": 0.91, "packets-duplicated": 0, "succeeded": true,
17:05:57(814):"histogram-latency": {"0.60": 1, "0.48": 9, "0.49": 14,
"0.46": 14, "0.47": 13, "0.44": 18, "0.45": 12, "0.42": 15, "0.43": 24,
"0.40": 17, "0.41": 21, "0.09": 2, "0.28": 9, "0.29": 14, "0.24": 27,
17:05:57(835): "0.25": 22, "0.26": 22, "0.27": 11, "0.20": 23, "0.21": 30,
"0.22": 39, "0.23": 32, "0.15": 6, "0.14": 11, "0.17": 10, "0.16": 8, "0.11":
3, "0.10": 3, "0.13": 6, "0.12": 3, "0.51": 14, "0.50": 9,
17:05:57(852): "0.53": 6, "0.52": 14, "0.19": 20, "0.18": 16, "0.57": 1,
"0.56": 1, "0.59": 1, "0.54": 3, "0.39": 13, "0.38": 9, "0.37": 9, "0.36":
10, "0.35": 2, "0.34": 5, "0.33": 4, "0
17:05:57(870): 16928 | pscheduler | 27486 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:03:07.282006+00 | 2019-05-12 14:03:21.334292+00 | 2019-05-12 14:
17:05:57(877):03:21.33433+00 | 2019-05-12 14:03:21.334331+00 | t |
active | | 21405549 |

17:05:57(879):


17:05:57(882):


17:05:57(896):

+
17:05:57(913): | | | | |
| | | |
| |
17:05:57(922): | | |
| | | WITH inserted_row AS (

17:05:57(924):


17:05:57(927):


17:05:57(942):

+
17:05:57(958): | | | | |
| | | |
| |
17:05:57(974): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:57(977):


17:05:57(979):


17:05:57(994):

+
17:05:58(011): | | | | |
| | | |
| |
17:05:58(020): | | |
| | | VALUES (32929,

17:05:58(022):


17:05:58(026):


17:05:58(042):

+
17:05:58(059): | | | | |
| | | |
| |
17:05:58(068): | | |
| | | NULL,

17:05:58(071):


17:05:58(073):


17:05:58(088):

+
17:05:58(105): | | | | |
| | | |
| |
17:05:58(120): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:58(122):


17:05:58(124):


17:05:58(138):

+
17:05:58(154): | | | | |
| | | |
| |
17:05:58(165): | | |
| | |
run_state_finished(),
17:05:58(167):


17:05:58(169):


17:05:58(184):

+
17:05:58(200): | | | | |
| | | |
| |
17:05:58(209): | | |
| | | 0,

17:05:58(211):


17:05:58(213):


17:05:58(228):

+
17:05:58(244): | | | | |
| | | |
| |
17:05:58(261): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:05:58(282):"histogram-latency": {"-0.06": 4, "-0.07": 7, "-0.04": 2,
"-0.05": 5, "-0.02": 1, "-0.03": 3, "-0.01": 10, "-0.20": 6, "-0.21": 6,
"-0.08": 6, "-0.09": 7, "0.60": 1, "0.02": 8, "0.03": 4, "0.00": 4
17:05:58(303):, "0.01": 11, "0.06": 3, "0.07": 4, "0.04": 5, "0.05": 2,
"-0.15": 81, "-0.14": 77, "-0.17": 76, "-0.16": 57, "-0.11": 17, "-0.10": 10,
"-0.13": 48, "-0.12": 56, "-0.19": 15, "6.70": 1, "-0.18": 55
17:05:58(319):, "-0.22": 6, "-0.23": 1, "0.36": 1}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:05:58(335): | | | | |
| | | |
| |
17:05:58(341): | | |
| | |
17:05:58(359): 16928 | pscheduler | 25633 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:50:17.300378+00 | 2019-05-12 14:03:47.086211+00 | 2019-05-12 14:
17:05:58(366):03:47.086257+00 | 2019-05-12 14:03:47.086258+00 | t |
active | | 21405549 |

17:05:58(368):


17:05:58(370):


17:05:58(386):

+
17:05:58(404): | | | | |
| | | |
| |
17:05:58(416): | | |
| | | WITH inserted_row AS (

17:05:58(419):


17:05:58(421):


17:05:58(437):

+
17:05:58(454): | | | | |
| | | |
| |
17:05:58(469): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:58(471):


17:05:58(474):


17:05:58(489):

+
17:05:58(505): | | | | |
| | | |
| |
17:05:58(514): | | |
| | | VALUES (32261,

17:05:58(517):


17:05:58(519):


17:05:58(534):

+
17:05:58(550): | | | | |
| | | |
| |
17:05:58(560): | | |
| | | NULL,

17:05:58(563):


17:05:58(565):


17:05:58(580):

+
17:05:58(597): | | | | |
| | | |
| |
17:05:58(612): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:58(617):


17:05:58(619):


17:05:58(634):

+
17:05:58(650): | | | | |
| | | |
| |
17:05:58(662): | | |
| | |
run_state_finished(),
17:05:58(665):


17:05:58(667):


17:05:58(682):

+
17:05:58(698): | | | | |
| | | |
| |
17:05:58(707): | | |
| | | 0,

17:05:58(709):


17:05:58(711):


17:05:58(726):

+
17:05:58(742): | | | | |
| | | |
| |
17:05:58(760): | | |
| | |
'{"max-clock-error": 0.69, "packets-duplicated": 0, "succeeded": true,
17:05:58(781):"histogram-latency": {"0.53": 23, "0.66": 3, "0.74": 7,
"0.47": 2, "0.60": 5, "0.61": 5, "0.62": 5, "0.63": 2, "0.64": 3, "0.65": 6,
"0.48": 3, "0.67": 3, "0.49": 3, "0.69": 3, "0.56": 8, "0.45": 1
17:05:58(803):, "0.43": 1, "1.16": 6, "1.17": 3, "1.14": 8, "1.15": 4,
"1.12": 8, "1.13": 12, "1.10": 14, "1.11": 13, "0.77": 6, "1.18": 9, "1.19":
6, "0.82": 8, "0.83": 12, "0.80": 3, "0.81": 9, "0.86": 14, "0.
17:05:58(820):87": 13, "0.84": 5, "0.85": 10, "0.88": 15, "0.89": 18,
"0.52": 12, "0.59": 12, "0.72": 6, "0.71": 3, "1.02": 7, "1.22": 1, "0.76":
9, "0.75": 14, "1.24": 1, "0.51": 11, "0.
17:05:58(839): 16928 | pscheduler | 15968 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:44:22.263742+00 | 2019-05-12 14:03:52.111628+00 | 2019-05-12 14:
17:05:58(846):03:52.111678+00 | 2019-05-12 14:03:52.111679+00 | t |
active | | 21405549 |

17:05:58(849):


17:05:58(852):


17:05:58(867):

+
17:05:58(883): | | | | |
| | | |
| |
17:05:58(892): | | |
| | | WITH inserted_row AS (

17:05:58(894):


17:05:58(897):


17:05:58(911):

+
17:05:58(927): | | | | |
| | | |
| |
17:05:58(942): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:58(944):


17:05:58(947):


17:05:58(962):

+
17:05:58(978): | | | | |
| | | |
| |
17:05:58(988): | | |
| | | VALUES (32158,

17:05:58(990):


17:05:58(992):


17:05:59(007):

+
17:05:59(023): | | | | |
| | | |
| |
17:05:59(033): | | |
| | | NULL,

17:05:59(035):


17:05:59(037):


17:05:59(053):

+
17:05:59(069): | | | | |
| | | |
| |
17:05:59(084): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:59(086):


17:05:59(088):


17:05:59(104):

+
17:05:59(120): | | | | |
| | | |
| |
17:05:59(131): | | |
| | |
run_state_finished(),
17:05:59(134):


17:05:59(136):


17:05:59(150):

+
17:05:59(167): | | | | |
| | | |
| |
17:05:59(176): | | |
| | | 0,

17:05:59(179):


17:05:59(181):


17:05:59(195):

+
17:05:59(212): | | | | |
| | | |
| |
17:05:59(230): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:05:59(252):histogram-latency": {"1.43": 1, "1.16": 6, "1.17": 11, "1.14":
17, "1.15": 8, "1.12": 22, "1.13": 5, "1.10": 19, "1.11": 16, "1.18": 11,
"1.19": 3, "1.38": 10, "1.39": 7, "1.30": 9, "1.31": 9, "1.3
17:05:59(273):2": 11, "1.33": 11, "1.34": 10, "1.35": 12, "1.36": 14,
"1.37": 9, "0.95": 4, "1.41": 2, "0.97": 2, "1.20": 9, "1.01": 5, "1.00": 7,
"1.03": 16, "1.02": 7, "1.05": 27, "1.04": 29, "1.07": 33, "1.06
17:05:59(292):": 27, "1.09": 46, "1.08": 38, "1.40": 2, "1.29": 14, "1.28":
22, "0.99": 13, "0.98": 7, "1.23": 6, "1.22": 4, "1.21": 6, "0.96": 3,
"1.27": 20, "1.26": 16, "1.25": 8, "1.24
17:05:59(310): 16928 | pscheduler | 31103 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:18:50.12878+00 | 2019-05-12 14:03:28.809764+00 | 2019-05-12 14:
17:05:59(317):03:28.809805+00 | 2019-05-12 14:03:28.809806+00 | t |
active | | 21405549 |

17:05:59(319):


17:05:59(321):


17:05:59(336):

+
17:05:59(352): | | | | |
| | | |
| |
17:05:59(363): | | |
| | | WITH inserted_row AS (

17:05:59(365):


17:05:59(368):


17:05:59(382):

+
17:05:59(398): | | | | |
| | | |
| |
17:05:59(414): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:59(416):


17:05:59(418):


17:05:59(433):

+
17:05:59(449): | | | | |
| | | |
| |
17:05:59(458): | | |
| | | VALUES (33066,

17:05:59(460):


17:05:59(463):


17:05:59(478):

+
17:05:59(495): | | | | |
| | | |
| |
17:05:59(504): | | |
| | | NULL,

17:05:59(506):


17:05:59(508):


17:05:59(523):

+
17:05:59(539): | | | | |
| | | |
| |
17:05:59(554): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:05:59(556):


17:05:59(559):


17:05:59(573):

+
17:05:59(589): | | | | |
| | | |
| |
17:05:59(601): | | |
| | |
run_state_finished(),
17:05:59(603):


17:05:59(605):


17:05:59(620):

+
17:05:59(637): | | | | |
| | | |
| |
17:05:59(646): | | |
| | | 0,

17:05:59(648):


17:05:59(650):


17:05:59(664):

+
17:05:59(681): | | | | |
| | | |
| |
17:05:59(697): | | |
| | |
'{"max-clock-error": 0.49, "packets-duplicated": 0, "succeeded": true,
17:05:59(718):"histogram-latency": {"0.34": 12, "0.66": 16, "0.49": 7,
"0.32": 5, "0.60": 19, "0.61": 25, "0.68": 8, "0.63": 7, "0.64": 12, "0.65":
10, "0.48": 11, "0.67": 18, "0.46": 14, "0.69": 11, "0.44": 18,
17:05:59(739): "0.45": 16, "0.42": 22, "0.43": 10, "0.40": 21, "0.41": 30,
"0.28": 1, "0.29": 1, "0.24": 1, "0.25": 1, "0.26": 1, "0.27": 1, "2.65": 1,
"0.59": 15, "0.58": 20, "0.72": 1, "0.70": 6, "0.47": 8, "0
17:05:59(755):.75": 1, "0.51": 6, "0.50": 12, "0.53": 6, "0.52": 4, "0.55":
11, "0.54": 8, "0.57": 15, "0.56": 10, "0.73": 1, "0.39": 24, "0.38": 46,
"0.37": 24, "0.36": 24, "0.35": 21, "
17:05:59(773): 16928 | pscheduler | 23445 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
13:59:15.303759+00 | 2019-05-12 14:03:50.163451+00 | 2019-05-12 14:
17:05:59(780):03:50.163493+00 | 2019-05-12 14:03:50.163494+00 | t |
active | | 21405549 |

17:05:59(783):


17:05:59(785):


17:05:59(800):

+
17:05:59(816): | | | | |
| | | |
| |
17:05:59(826): | | |
| | | WITH inserted_row AS (

17:05:59(829):


17:05:59(831):


17:05:59(845):

+
17:05:59(861): | | | | |
| | | |
| |
17:05:59(876): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:05:59(878):


17:05:59(881):


17:05:59(895):

+
17:05:59(911): | | | | |
| | | |
| |
17:05:59(921): | | |
| | | VALUES (32722,

17:05:59(923):


17:05:59(925):


17:05:59(940):

+
17:05:59(955): | | | | |
| | | |
| |
17:05:59(966): | | |
| | | NULL,

17:05:59(968):


17:05:59(970):


17:05:59(985):

+
17:06:00(003): | | | | |
| | | |
| |
17:06:00(020): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:00(027):


17:06:00(032):


17:06:00(048):

+
17:06:00(064): | | | | |
| | | |
| |
17:06:00(076): | | |
| | |
run_state_finished(),
17:06:00(078):


17:06:00(080):


17:06:00(095):

+
17:06:00(111): | | | | |
| | | |
| |
17:06:00(120): | | |
| | | 0,

17:06:00(122):


17:06:00(124):


17:06:00(139):

+
17:06:00(155): | | | | |
| | | |
| |
17:06:00(171): | | |
| | |
'{"max-clock-error": 0.45, "packets-duplicated": 0, "succeeded": true,
17:06:00(192):"histogram-latency": {"-0.15": 1, "-0.28": 7, "-0.29": 5,
"-0.14": 1, "-0.24": 19, "-0.43": 1, "-0.26": 10, "-0.27": 7, "-0.20": 9,
"-0.21": 18, "-0.22": 17, "-0.23": 31, "-0.16": 8, "-0.11": 1, "-
17:06:00(213):0.30": 6, "-0.03": 2, "-0.13": 4, "-0.02": 1, "-0.12": 1,
"-0.01": 1, "-0.42": 9, "-0.10": 4, "-0.25": 21, "-0.40": 10, "-0.33": 19,
"-0.32": 13, "-0.31": 8, "-0.41": 10, "-0.37": 63, "-0.36": 68,
17:06:00(229):"-0.35": 43, "-0.34": 34, "-0.39": 48, "-0.38": 82, "-0.19":
6, "-0.18": 5, "-0.07": 1, "-0.09": 3, "-0.17": 2, "0.15": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 60
17:06:00(248): 16928 | pscheduler | 20585 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:58:35.530081+00 | 2019-05-12 14:03:21.775406+00 | 2019-05-12 14:
17:06:00(254):03:21.775447+00 | 2019-05-12 14:03:21.775448+00 | t |
active | | 21405549 |

17:06:00(257):


17:06:00(259):


17:06:00(273):

+
17:06:00(291): | | | | |
| | | |
| |
17:06:00(301): | | |
| | | WITH inserted_row AS (

17:06:00(303):


17:06:00(305):


17:06:00(320):

+
17:06:00(336): | | | | |
| | | |
| |
17:06:00(352): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:00(354):


17:06:00(356):


17:06:00(371):

+
17:06:00(388): | | | | |
| | | |
| |
17:06:00(397): | | |
| | | VALUES (31992,

17:06:00(400):


17:06:00(402):


17:06:00(416):

+
17:06:00(433): | | | | |
| | | |
| |
17:06:00(442): | | |
| | | NULL,

17:06:00(444):


17:06:00(446):


17:06:00(461):

+
17:06:00(477): | | | | |
| | | |
| |
17:06:00(492): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:00(494):


17:06:00(496):


17:06:00(511):

+
17:06:00(527): | | | | |
| | | |
| |
17:06:00(539): | | |
| | |
run_state_finished(),
17:06:00(541):


17:06:00(543):


17:06:00(557):

+
17:06:00(573): | | | | |
| | | |
| |
17:06:00(582): | | |
| | | 0,

17:06:00(584):


17:06:00(586):


17:06:00(602):

+
17:06:00(618): | | | | |
| | | |
| |
17:06:00(635): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:06:00(656):histogram-latency": {"0.66": 20, "0.49": 12, "0.60": 13,
"0.46": 27, "0.62": 11, "0.63": 11, "0.64": 20, "0.65": 19, "0.48": 13,
"0.67": 16, "0.68": 5, "0.69": 8, "0.44": 46, "0.45": 38, "0.42": 26
17:06:00(677):, "0.43": 39, "0.40": 26, "0.41": 39, "0.78": 3, "0.61": 11,
"0.73": 5, "0.72": 13, "0.71": 6, "0.70": 11, "0.47": 26, "0.76": 5, "0.75":
8, "0.74": 4, "0.51": 13, "0.50": 10, "0.53": 8, "0.52": 8,
17:06:00(694): "0.55": 4, "0.54": 7, "0.57": 4, "0.56": 6, "0.79": 1,
"0.59": 6, "0.39": 8, "0.38": 8, "0.37": 11, "0.36": 4, "0.35": 4, "0.34": 8,
"0.33": 2, "0.32": 2, "0.31": 1, "0.58"
17:06:00(712): 16928 | pscheduler | 22442 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-09
21:04:07.972801+00 | 2019-05-12 14:03:28.408263+00 | 2019-05-12 14:
17:06:00(823):03:28.408294+00 | 2019-05-12 14:03:28.408295+00 | t |
active | | 21405549 |

17:06:00(825):


17:06:00(827):


17:06:00(842):

+
17:06:00(858): | | | | |
| | | |
| |
17:06:00(868): | | |
| | | WITH inserted_row AS (

17:06:00(870):


17:06:00(872):


17:06:00(887):

+
17:06:00(902): | | | | |
| | | |
| |
17:06:00(917): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:00(919):


17:06:00(921):


17:06:00(936):

+
17:06:00(952): | | | | |
| | | |
| |
17:06:00(961): | | |
| | | VALUES (32545,

17:06:00(963):


17:06:00(965):


17:06:00(980):

+
17:06:00(996): | | | | |
| | | |
| |
17:06:01(005): | | |
| | | NULL,

17:06:01(007):


17:06:01(009):


17:06:01(024):

+
17:06:01(041): | | | | |
| | | |
| |
17:06:01(055): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:01(057):


17:06:01(059):


17:06:01(074):

+
17:06:01(090): | | | | |
| | | |
| |
17:06:01(101): | | |
| | |
run_state_finished(),
17:06:01(103):


17:06:01(105):


17:06:01(120):

+
17:06:01(137): | | | | |
| | | |
| |
17:06:01(145): | | |
| | | 0,

17:06:01(147):


17:06:01(150):


17:06:01(164):

+
17:06:01(180): | | | | |
| | | |
| |
17:06:01(196): | | |
| | |
'{"max-clock-error": 0.39, "packets-duplicated": 0, "succeeded": true,
17:06:01(217):"histogram-latency": {"1.16": 17, "1.17": 18, "1.14": 14,
"1.15": 21, "1.12": 13, "1.13": 10, "1.10": 10, "1.11": 11, "1.18": 13,
"1.19": 9, "0.86": 4, "0.87": 4, "0.84": 1, "0.85": 7, "0.88": 9, "
17:06:01(238):1.24": 5, "1.27": 1, "0.95": 29, "0.89": 5, "1.04": 5, "1.22":
13, "0.97": 29, "1.20": 16, "1.01": 18, "1.00": 23, "1.03": 7, "1.02": 10,
"1.05": 6, "0.93": 24, "1.07": 6, "1.06": 4, "1.09": 6, "1.
17:06:01(255):08": 3, "0.90": 11, "1.28": 2, "0.99": 23, "0.98": 27, "1.23":
6, "0.94": 34, "1.21": 22, "0.96": 43, "0.91": 21, "1.26": 4, "1.25": 6,
"0.92": 30}, "histogram-ttl": {"253":
17:06:01(273): 16928 | pscheduler | 15734 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:44:07.303454+00 | 2019-05-12 14:03:22.670964+00 | 2019-05-12 14:
17:06:01(280):03:22.671008+00 | 2019-05-12 14:03:22.671009+00 | t |
active | | 21405549 |

17:06:01(283):


17:06:01(285):


17:06:01(299):

+
17:06:01(316): | | | | |
| | | |
| |
17:06:01(326): | | |
| | | WITH inserted_row AS (

17:06:01(328):


17:06:01(330):


17:06:01(344):

+
17:06:01(360): | | | | |
| | | |
| |
17:06:01(375): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:01(378):


17:06:01(380):


17:06:01(394):

+
17:06:01(410): | | | | |
| | | |
| |
17:06:01(419): | | |
| | | VALUES (32820,

17:06:01(422):


17:06:01(424):


17:06:01(438):

+
17:06:01(454): | | | | |
| | | |
| |
17:06:01(464): | | |
| | | NULL,

17:06:01(466):


17:06:01(468):


17:06:01(483):

+
17:06:01(499): | | | | |
| | | |
| |
17:06:01(513): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:01(515):


17:06:01(517):


17:06:01(531):

+
17:06:01(547): | | | | |
| | | |
| |
17:06:01(558): | | |
| | |
run_state_finished(),
17:06:01(560):


17:06:01(562):


17:06:01(577):

+
17:06:01(593): | | | | |
| | | |
| |
17:06:01(602): | | |
| | | 0,

17:06:01(604):


17:06:01(606):


17:06:01(620):

+
17:06:01(636): | | | | |
| | | |
| |
17:06:01(654): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:06:01(674):histogram-latency": {"0.66": 11, "0.49": 10, "0.60": 7,
"0.68": 24, "0.62": 10, "0.63": 7, "0.64": 11, "0.65": 12, "0.48": 19,
"0.67": 16, "0.46": 20, "0.47": 21, "0.44": 19, "0.45": 27, "0.42": 22
17:06:01(695):, "0.43": 23, "0.40": 26, "0.41": 26, "0.52": 10, "0.69": 13,
"0.80": 3, "0.81": 1, "0.61": 7, "0.59": 6, "0.72": 8, "0.71": 14, "0.70":
16, "0.77": 19, "0.76": 13, "0.75": 13, "0.74": 17, "0.51":
17:06:01(712):7, "0.50": 12, "0.53": 7, "0.78": 6, "0.55": 6, "0.54": 13,
"0.57": 6, "0.56": 6, "0.79": 4, "0.73": 14, "0.39": 19, "0.38": 11, "0.37":
10, "0.36": 10, "0.35": 2, "0.34": 7
17:06:01(730): 16928 | pscheduler | 26164 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:01:10.458823+00 | 2019-05-12 14:03:26.752158+00 | 2019-05-12 14:
17:06:01(737):03:26.75222+00 | 2019-05-12 14:03:26.752221+00 | t |
active | | 21405549 |

17:06:01(739):


17:06:01(741):


17:06:01(755):

+
17:06:01(771): | | | | |
| | | |
| |
17:06:01(781): | | |
| | | WITH inserted_row AS (

17:06:01(784):


17:06:01(786):


17:06:01(803):

+
17:06:01(819): | | | | |
| | | |
| |
17:06:01(834): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:01(836):


17:06:01(838):


17:06:01(853):

+
17:06:01(868): | | | | |
| | | |
| |
17:06:01(877): | | |
| | | VALUES (32266,

17:06:01(879):


17:06:01(882):


17:06:01(897):

+
17:06:01(913): | | | | |
| | | |
| |
17:06:01(922): | | |
| | | NULL,

17:06:01(924):


17:06:01(926):


17:06:01(940):

+
17:06:01(956): | | | | |
| | | |
| |
17:06:01(970): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:01(972):


17:06:01(974):


17:06:01(990):

+
17:06:02(005): | | | | |
| | | |
| |
17:06:02(016): | | |
| | |
run_state_finished(),
17:06:02(018):


17:06:02(020):


17:06:02(035):

+
17:06:02(051): | | | | |
| | | |
| |
17:06:02(060): | | |
| | | 0,

17:06:02(062):


17:06:02(064):


17:06:02(080):

+
17:06:02(096): | | | | |
| | | |
| |
17:06:02(112): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:06:02(133):"histogram-latency": {"0.60": 26, "0.61": 37, "0.62": 25,
"0.63": 32, "0.64": 30, "0.65": 27, "0.66": 15, "0.67": 10, "0.68": 9,
"0.69": 17, "0.45": 1, "0.53": 2, "0.52": 5, "0.77": 13, "0.82": 18,
17:06:02(154): "0.83": 21, "0.80": 15, "0.81": 22, "0.86": 8, "0.87": 10,
"0.84": 21, "0.85": 18, "0.88": 2, "0.89": 7, "0.59": 21, "0.58": 14, "0.71":
3, "0.70": 14, "0.47": 1, "0.76": 10, "0.75": 5, "0.74": 5,
17:06:02(170): "0.51": 3, "0.50": 4, "0.79": 18, "0.78": 11, "0.55": 11,
"0.54": 9, "0.57": 12, "0.56": 12, "0.73": 7, "1.02": 1, "0.72": 4, "0.95":
2, "0.94": 5, "0.91": 14, "0.90": 13,
17:06:02(189): 16928 | pscheduler | 6754 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
00:06:51.699044+00 | 2019-05-12 14:03:33.943051+00 | 2019-05-12 14:
17:06:02(195):03:33.943084+00 | 2019-05-12 14:03:33.943085+00 | t |
active | | 21405549 |

17:06:02(197):


17:06:02(199):


17:06:02(214):

+
17:06:02(230): | | | | |
| | | |
| |
17:06:02(240): | | |
| | | WITH inserted_row AS (

17:06:02(242):


17:06:02(244):


17:06:02(259):

+
17:06:02(275): | | | | |
| | | |
| |
17:06:02(290): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:02(293):


17:06:02(295):


17:06:02(309):

+
17:06:02(326): | | | | |
| | | |
| |
17:06:02(335): | | |
| | | VALUES (32623,

17:06:02(337):


17:06:02(339):


17:06:02(354):

+
17:06:02(370): | | | | |
| | | |
| |
17:06:02(379): | | |
| | | NULL,

17:06:02(381):


17:06:02(383):


17:06:02(397):

+
17:06:02(413): | | | | |
| | | |
| |
17:06:02(427): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:02(430):


17:06:02(432):


17:06:02(446):

+
17:06:02(462): | | | | |
| | | |
| |
17:06:02(473): | | |
| | |
run_state_finished(),
17:06:02(476):


17:06:02(478):


17:06:02(492):

+
17:06:02(508): | | | | |
| | | |
| |
17:06:02(517): | | |
| | | 0,

17:06:02(520):


17:06:02(522):


17:06:02(536):

+
17:06:02(552): | | | | |
| | | |
| |
17:06:02(569): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:06:02(590):histogram-latency": {"0.48": 41, "0.60": 7, "0.61": 8, "0.62":
5, "0.63": 7, "0.64": 1, "0.65": 2, "0.66": 2, "0.49": 17, "0.46": 71,
"0.47": 69, "0.44": 26, "0.45": 41, "0.42": 76, "0.43": 41, "0.
17:06:02(610):40": 28, "0.41": 57, "76.16": 1, "0.59": 2, "0.58": 9, "0.74":
1, "0.51": 10, "0.50": 16, "0.53": 6, "0.52": 13, "0.55": 4, "0.54": 9,
"0.57": 6, "0.56": 4, "0.73": 1, "0.39": 11, "0.38": 5, "0.37"
17:06:02(626):: 1, "0.36": 1, "0.93": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:06:02(641): | | | | |
| | | |
| |
17:06:02(647): | | |
| | |
17:06:02(666): 16928 | pscheduler | 22598 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
18:56:26.600393+00 | 2019-05-12 14:03:19.635098+00 | 2019-05-12 14:
17:06:02(672):03:19.635295+00 | 2019-05-12 14:03:19.635301+00 | t |
active | | 21405549 |

17:06:02(674):


17:06:02(676):


17:06:02(691):

+
17:06:02(707): | | | | |
| | | |
| |
17:06:02(716): | | |
| | | WITH inserted_row AS (

17:06:02(718):


17:06:02(720):


17:06:02(735):

+
17:06:02(751): | | | | |
| | | |
| |
17:06:02(766): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:02(768):


17:06:02(770):


17:06:02(785):

+
17:06:02(802): | | | | |
| | | |
| |
17:06:02(811): | | |
| | | VALUES (32151,

17:06:02(813):


17:06:02(815):


17:06:02(829):

+
17:06:02(846): | | | | |
| | | |
| |
17:06:02(855): | | |
| | | NULL,

17:06:02(857):


17:06:02(859):


17:06:02(874):

+
17:06:02(890): | | | | |
| | | |
| |
17:06:02(905): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:02(907):


17:06:02(909):


17:06:02(923):

+
17:06:02(939): | | | | |
| | | |
| |
17:06:02(950): | | |
| | |
run_state_finished(),
17:06:02(953):


17:06:02(955):


17:06:02(969):

+
17:06:02(986): | | | | |
| | | |
| |
17:06:02(996): | | |
| | | 0,

17:06:02(998):


17:06:03(001):


17:06:03(015):

+
17:06:03(032): | | | | |
| | | |
| |
17:06:03(048): | | |
| | |
'{"max-clock-error": 0.5, "packets-duplicated": 0, "succeeded": true, "
17:06:03(069):histogram-latency": {"0.92": 1, "0.96": 8, "1.16": 2, "1.17":
3, "1.14": 5, "1.15": 13, "1.12": 3, "1.13": 8, "1.10": 15, "1.11": 11,
"0.91": 2, "1.18": 1, "1.19": 9, "1.50": 1, "1.30": 10, "1.31":
17:06:03(090): 15, "1.32": 7, "1.33": 3, "1.34": 5, "0.93": 6, "1.37": 3,
"1.45": 1, "0.95": 13, "1.22": 13, "1.41": 1, "1.21": 9, "1.01": 33, "1.00":
15, "1.03": 36, "1.02": 21, "1.05": 34, "1.04": 39, "1.07":
17:06:03(106):26, "1.06": 29, "1.09": 11, "1.08": 14, "1.29": 4, "1.28": 12,
"0.99": 9, "0.98": 8, "1.23": 15, "0.94": 13, "0.97": 10, "1.20": 9, "1.27":
21, "1.26": 28, "1.25": 19, "1.24
17:06:03(124): 16928 | pscheduler | 1718 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
18:23:13.90369+00 | 2019-05-12 14:03:29.641066+00 | 2019-05-12 14:
17:06:03(131):03:29.641095+00 | 2019-05-12 14:03:29.641096+00 | t |
active | | 21405549 |

17:06:03(133):


17:06:03(135):


17:06:03(150):

+
17:06:03(166): | | | | |
| | | |
| |
17:06:03(175): | | |
| | | WITH inserted_row AS (

17:06:03(177):


17:06:03(179):


17:06:03(195):

+
17:06:03(210): | | | | |
| | | |
| |
17:06:03(225): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:03(227):


17:06:03(229):


17:06:03(244):

+
17:06:03(260): | | | | |
| | | |
| |
17:06:03(269): | | |
| | | VALUES (33023,

17:06:03(271):


17:06:03(273):


17:06:03(288):

+
17:06:03(304): | | | | |
| | | |
| |
17:06:03(313): | | |
| | | NULL,

17:06:03(315):


17:06:03(317):


17:06:03(332):

+
17:06:03(348): | | | | |
| | | |
| |
17:06:03(362): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:03(364):


17:06:03(367):


17:06:03(381):

+
17:06:03(397): | | | | |
| | | |
| |
17:06:03(408): | | |
| | |
run_state_finished(),
17:06:03(410):


17:06:03(412):


17:06:03(427):

+
17:06:03(444): | | | | |
| | | |
| |
17:06:03(453): | | |
| | | 0,

17:06:03(455):


17:06:03(457):


17:06:03(471):

+
17:06:03(487): | | | | |
| | | |
| |
17:06:03(503): | | |
| | |
'{"max-clock-error": 0.48, "packets-duplicated": 0, "succeeded": true,
17:06:03(524):"histogram-latency": {"0.01": 9, "0.06": 55, "0.07": 69,
"0.22": 8, "0.23": 2, "0.08": 72, "0.09": 77, "0.28": 4, "0.29": 4, "0.02":
11, "0.25": 3, "0.00": 1, "0.27": 2, "0.20": 5, "0.21": 6, "0.04
17:06:03(545):": 33, "0.05": 59, "0.15": 3, "0.14": 8, "0.17": 2, "0.16": 3,
"0.11": 47, "0.10": 61, "0.13": 7, "0.12": 13, "0.19": 4, "0.18": 6, "0.58":
1, "0.37": 1, "0.35": 1, "0.33": 1, "0.32": 2, "0.31": 1,
17:06:03(560): "0.24": 2, "0.03": 14, "0.26": 3}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:06:03(576): | | | | |
| | | |
| |
17:06:03(582): | | |
| | |
17:06:03(600): 16928 | pscheduler | 29208 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
11:07:38.205179+00 | 2019-05-12 14:03:29.012158+00 | 2019-05-12 14:
17:06:03(606):03:29.012187+00 | 2019-05-12 14:03:29.012188+00 | t |
active | | 21405549 |

17:06:03(608):


17:06:03(611):


17:06:03(625):

+
17:06:03(641): | | | | |
| | | |
| |
17:06:03(651): | | |
| | | WITH inserted_row AS (

17:06:03(654):


17:06:03(656):


17:06:03(670):

+
17:06:03(687): | | | | |
| | | |
| |
17:06:03(702): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:03(704):


17:06:03(706):


17:06:03(721):

+
17:06:03(737): | | | | |
| | | |
| |
17:06:03(746): | | |
| | | VALUES (32969,

17:06:03(748):


17:06:03(750):


17:06:03(765):

+
17:06:03(781): | | | | |
| | | |
| |
17:06:03(790): | | |
| | | NULL,

17:06:03(792):


17:06:03(794):


17:06:03(809):

+
17:06:03(825): | | | | |
| | | |
| |
17:06:03(839): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:03(841):


17:06:03(843):


17:06:03(857):

+
17:06:03(873): | | | | |
| | | |
| |
17:06:03(885): | | |
| | |
run_state_finished(),
17:06:03(887):


17:06:03(889):


17:06:03(903):

+
17:06:03(919): | | | | |
| | | |
| |
17:06:03(928): | | |
| | | 0,

17:06:03(930):


17:06:03(932):


17:06:03(947):

+
17:06:03(963): | | | | |
| | | |
| |
17:06:03(979): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:06:04(000):histogram-latency": {"0.01": 2, "-0.01": 1, "0.06": 4, "0.07":
13, "0.04": 3, "0.48": 1, "0.46": 4, "0.47": 3, "0.44": 1, "0.45": 9, "0.42":
11, "0.43": 6, "0.40": 10, "0.41": 6, "0.05": 2, "0.08":
17:06:04(022): 18, "0.09": 31, "0.28": 6, "0.29": 2, "0.24": 7, "0.25": 6,
"0.26": 7, "0.27": 7, "0.20": 10, "0.21": 6, "0.22": 8, "0.23": 4, "0.87": 1,
"0.15": 28, "0.14": 27, "0.17": 17, "0.16": 30, "0.11": 34
17:06:04(039):, "0.10": 29, "0.13": 37, "0.12": 30, "0.52": 1, "0.19": 8,
"0.18": 18, "0.56": 1, "0.39": 14, "0.38": 12, "0.37": 21, "0.36": 19,
"0.35": 9, "0.34": 7, "0.33": 17, "0.32":
17:06:04(057): 16928 | pscheduler | 26463 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:59:31.332491+00 | 2019-05-12 14:03:50.274215+00 | 2019-05-12 14:
17:06:04(063):03:50.274258+00 | 2019-05-12 14:03:50.274259+00 | t |
active | | 21405549 |

17:06:04(065):


17:06:04(067):


17:06:04(082):

+
17:06:04(098): | | | | |
| | | |
| |
17:06:04(108): | | |
| | | WITH inserted_row AS (

17:06:04(110):


17:06:04(112):


17:06:04(127):

+
17:06:04(143): | | | | |
| | | |
| |
17:06:04(158): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:04(160):


17:06:04(162):


17:06:04(176):

+
17:06:04(192): | | | | |
| | | |
| |
17:06:04(202): | | |
| | | VALUES (32155,

17:06:04(204):


17:06:04(206):


17:06:04(221):

+
17:06:04(245): | | | | |
| | | |
| |
17:06:04(255): | | |
| | | NULL,

17:06:04(257):


17:06:04(259):


17:06:04(273):

+
17:06:04(289): | | | | |
| | | |
| |
17:06:04(304): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:04(306):


17:06:04(308):


17:06:04(323):

+
17:06:04(338): | | | | |
| | | |
| |
17:06:04(350): | | |
| | |
run_state_finished(),
17:06:04(352):


17:06:04(354):


17:06:04(368):

+
17:06:04(384): | | | | |
| | | |
| |
17:06:04(393): | | |
| | | 0,

17:06:04(395):


17:06:04(397):


17:06:04(412):

+
17:06:04(429): | | | | |
| | | |
| |
17:06:04(445): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:06:04(465):"histogram-latency": {"-0.06": 12, "-0.07": 7, "-0.04": 6,
"-0.05": 14, "-0.02": 3, "-0.03": 7, "-0.01": 7, "-0.24": 3, "-0.25": 3,
"-0.20": 6, "-0.21": 16, "-0.08": 10, "-0.09": 12, "0.20": 1, "0.
17:06:04(487):21": 1, "0.08": 26, "0.09": 23, "0.29": 1, "0.02": 2, "0.03":
3, "0.00": 6, "0.01": 2, "0.06": 15, "0.07": 12, "0.04": 8, "0.05": 14,
"0.81": 1, "-0.15": 29, "-0.14": 26, "-0.17": 14, "-0.16": 24,
17:06:04(503):"-0.11": 39, "-0.10": 29, "-0.13": 29, "-0.12": 38, "-0.19":
5, "-0.18": 13, "0.15": 15, "0.14": 12, "0.17": 5, "0.16": 13, "0.11": 13,
"0.10": 18, "0.13": 13, "0.12": 10, "
17:06:04(522): 16928 | pscheduler | 22096 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
03:29:39.209589+00 | 2019-05-12 14:03:23.146507+00 | 2019-05-12 14:
17:06:04(528):03:23.146537+00 | 2019-05-12 14:03:23.146538+00 | t |
active | | 21405549 |

17:06:04(530):


17:06:04(532):


17:06:04(547):

+
17:06:04(562): | | | | |
| | | |
| |
17:06:04(572): | | |
| | | WITH inserted_row AS (

17:06:04(574):


17:06:04(576):


17:06:04(591):

+
17:06:04(607): | | | | |
| | | |
| |
17:06:04(622): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:04(624):


17:06:04(626):


17:06:04(641):

+
17:06:04(656): | | | | |
| | | |
| |
17:06:04(665): | | |
| | | VALUES (32919,

17:06:04(668):


17:06:04(670):


17:06:04(686):

+
17:06:04(701): | | | | |
| | | |
| |
17:06:04(710): | | |
| | | NULL,

17:06:04(712):


17:06:04(715):


17:06:04(729):

+
17:06:04(745): | | | | |
| | | |
| |
17:06:04(759): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:04(761):


17:06:04(763):


17:06:04(778):

+
17:06:04(794): | | | | |
| | | |
| |
17:06:04(805): | | |
| | |
run_state_finished(),
17:06:04(807):


17:06:04(809):


17:06:04(823):

+
17:06:04(839): | | | | |
| | | |
| |
17:06:04(847): | | |
| | | 0,

17:06:04(850):


17:06:04(852):


17:06:04(867):

+
17:06:04(883): | | | | |
| | | |
| |
17:06:04(900): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:06:04(921):histogram-latency": {"0.20": 28, "0.07": 11, "0.04": 1,
"0.48": 9, "0.49": 9, "0.46": 10, "0.47": 6, "0.44": 8, "0.45": 16, "0.42":
13, "0.43": 18, "0.40": 12, "0.41": 20, "0.08": 7, "0.09": 7, "0.
17:06:04(942):28": 4, "0.29": 6, "0.24": 10, "0.25": 6, "0.26": 6, "0.27":
3, "0.06": 5, "0.21": 28, "0.22": 15, "0.23": 11, "0.57": 1, "0.15": 32,
"0.14": 13, "0.17": 21, "0.16": 38, "0.11": 12, "0.10": 11, "0.
17:06:04(959):13": 21, "0.12": 10, "0.51": 22, "0.50": 7, "0.53": 5, "0.52":
17, "0.19": 15, "0.18": 42, "0.54": 1, "0.39": 15, "0.38": 12, "0.37": 7,
"0.36": 2, "0.35": 2, "0.34": 7, "0.
17:06:04(978): 16928 | pscheduler | 24139 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.022587+00 | 2019-05-12 14:03:21.696865+00 | 2019-05-12 14:
17:06:04(985):03:21.696901+00 | 2019-05-12 14:03:21.696902+00 | t |
active | | 21405549 |

17:06:04(987):


17:06:04(990):


17:06:05(004):

+
17:06:05(020): | | | | |
| | | |
| |
17:06:05(031): | | |
| | | WITH inserted_row AS (

17:06:05(033):


17:06:05(035):


17:06:05(050):

+
17:06:05(065): | | | | |
| | | |
| |
17:06:05(080): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:05(082):


17:06:05(085):


17:06:05(100):

+
17:06:05(115): | | | | |
| | | |
| |
17:06:05(125): | | |
| | | VALUES (32975,

17:06:05(127):


17:06:05(129):


17:06:05(143):

+
17:06:05(159): | | | | |
| | | |
| |
17:06:05(168): | | |
| | | NULL,

17:06:05(170):


17:06:05(172):


17:06:05(187):

+
17:06:05(203): | | | | |
| | | |
| |
17:06:05(217): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:05(219):


17:06:05(221):


17:06:05(236):

+
17:06:05(252): | | | | |
| | | |
| |
17:06:05(262): | | |
| | |
run_state_finished(),
17:06:05(264):


17:06:05(266):


17:06:05(281):

+
17:06:05(298): | | | | |
| | | |
| |
17:06:05(307): | | |
| | | 0,

17:06:05(309):


17:06:05(311):


17:06:05(325):

+
17:06:05(341): | | | | |
| | | |
| |
17:06:05(358): | | |
| | |
'{"max-clock-error": 0.5, "packets-duplicated": 0, "succeeded": true, "
17:06:05(379):histogram-latency": {"-0.15": 1, "-0.48": 46, "-0.49": 38,
"-0.02": 1, "-0.29": 4, "-0.42": 25, "-0.25": 4, "-0.26": 5, "-0.41": 23,
"-0.46": 69, "-0.47": 24, "-0.44": 61, "-0.45": 60, "-0.05": 1,
17:06:05(400):"-0.28": 2, "-0.27": 4, "-0.24": 2, "-0.52": 15, "-0.43": 53,
"-0.40": 10, "-0.33": 4, "-0.32": 8, "-0.31": 5, "-0.30": 8, "-0.37": 8,
"-0.36": 4, "-0.35": 8, "-0.34": 2, "-0.51": 27, "-0.50": 41,
17:06:05(416):"-0.53": 9, "-0.38": 11, "-0.55": 1, "-0.54": 2, "-0.21": 1,
"-0.08": 1, "-0.39": 12}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-l
17:06:05(434): 16928 | pscheduler | 21037 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
16:59:03.453779+00 | 2019-05-12 14:03:51.491154+00 | 2019-05-12 14:
17:06:05(440):03:51.49121+00 | 2019-05-12 14:03:51.491211+00 | t |
active | | 21405549 |

17:06:05(442):


17:06:05(444):


17:06:05(459):

+
17:06:05(475): | | | | |
| | | |
| |
17:06:05(485): | | |
| | | WITH inserted_row AS (

17:06:05(487):


17:06:05(489):


17:06:05(504):

+
17:06:05(520): | | | | |
| | | |
| |
17:06:05(535): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:05(537):


17:06:05(539):


17:06:05(554):

+
17:06:05(569): | | | | |
| | | |
| |
17:06:05(578): | | |
| | | VALUES (32501,

17:06:05(580):


17:06:05(582):


17:06:05(597):

+
17:06:05(613): | | | | |
| | | |
| |
17:06:05(622): | | |
| | | NULL,

17:06:05(624):


17:06:05(627):


17:06:05(642):

+
17:06:05(658): | | | | |
| | | |
| |
17:06:05(672): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:05(674):


17:06:05(676):


17:06:05(691):

+
17:06:05(707): | | | | |
| | | |
| |
17:06:05(718): | | |
| | |
run_state_finished(),
17:06:05(721):


17:06:05(723):


17:06:05(738):

+
17:06:05(754): | | | | |
| | | |
| |
17:06:05(762): | | |
| | | 0,

17:06:05(764):


17:06:05(767):


17:06:05(781):

+
17:06:05(797): | | | | |
| | | |
| |
17:06:05(814): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:06:05(834):"histogram-latency": {"64.68": 1, "0.48": 5, "0.49": 6,
"0.46": 3, "0.47": 1, "0.44": 5, "0.45": 3, "0.42": 9, "0.43": 6, "0.40": 13,
"0.41": 6, "0.28": 35, "0.29": 53, "0.24": 17, "0.25": 24, "0.2
17:06:05(855):6": 37, "0.27": 19, "0.20": 1, "0.21": 5, "0.22": 6, "0.23":
11, "118.73": 1, "121.72": 1, "0.59": 1, "16.44": 1, "184.30": 1, "0.51": 5,
"0.50": 1, "0.53": 3, "0.52": 6, "0.54": 4, "0.57": 2, "0.3
17:06:05(871):9": 17, "0.38": 15, "0.37": 37, "0.36": 14, "0.35": 19,
"0.34": 34, "0.33": 36, "0.32": 40, "0.31": 49, "0.30": 47}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "pac
17:06:05(889): 16928 | pscheduler | 21985 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
05:50:17.560835+00 | 2019-05-12 14:03:50.355372+00 | 2019-05-12 14:
17:06:05(895):03:50.355411+00 | 2019-05-12 14:03:50.355412+00 | t |
active | | 21405549 |

17:06:05(897):


17:06:05(899):


17:06:05(914):

+
17:06:05(929): | | | | |
| | | |
| |
17:06:05(939): | | |
| | | WITH inserted_row AS (

17:06:05(941):


17:06:05(943):


17:06:05(958):

+
17:06:05(973): | | | | |
| | | |
| |
17:06:05(989): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:05(991):


17:06:05(993):


17:06:06(008):

+
17:06:06(024): | | | | |
| | | |
| |
17:06:06(035): | | |
| | | VALUES (31736,

17:06:06(037):


17:06:06(040):


17:06:06(054):

+
17:06:06(070): | | | | |
| | | |
| |
17:06:06(079): | | |
| | | NULL,

17:06:06(081):


17:06:06(083):


17:06:06(098):

+
17:06:06(114): | | | | |
| | | |
| |
17:06:06(128): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:06(130):


17:06:06(132):


17:06:06(147):

+
17:06:06(162): | | | | |
| | | |
| |
17:06:06(173): | | |
| | |
run_state_finished(),
17:06:06(175):


17:06:06(177):


17:06:06(192):

+
17:06:06(207): | | | | |
| | | |
| |
17:06:06(216): | | |
| | | 0,

17:06:06(219):


17:06:06(221):


17:06:06(236):

+
17:06:06(252): | | | | |
| | | |
| |
17:06:06(269): | | |
| | |
'{"max-clock-error": 0.35, "packets-duplicated": 0, "succeeded": true,
17:06:06(290):"histogram-latency": {"-0.33": 3, "-0.48": 47, "-0.49": 38,
"-0.28": 1, "-0.58": 3, "-0.42": 17, "-0.43": 16, "-0.40": 5, "-0.41": 5,
"-0.46": 32, "-0.47": 30, "-0.44": 19, "-0.45": 33, "-0.30": 4,
17:06:06(311): "-0.24": 1, "-0.53": 53, "-0.59": 5, "-0.32": 6, "-0.31": 2,
"-0.38": 4, "-0.36": 6, "-0.35": 4, "-0.34": 1, "-0.51": 40, "-0.50": 39,
"-0.39": 6, "-0.52": 46, "-0.55": 65, "-0.54": 45, "-0.57": 4
17:06:06(326):, "-0.56": 18, "-0.26": 1, "-0.16": 1}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}'
17:06:06(344): 16928 | pscheduler | 6485 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:21:32.528397+00 | 2019-05-12 14:03:51.586031+00 | 2019-05-12 14:
17:06:06(351):03:51.586084+00 | 2019-05-12 14:03:51.586085+00 | t |
active | | 21405549 |

17:06:06(354):


17:06:06(356):


17:06:06(372):

+
17:06:06(388): | | | | |
| | | |
| |
17:06:06(397): | | |
| | | WITH inserted_row AS (

17:06:06(399):


17:06:06(401):


17:06:06(416):

+
17:06:06(432): | | | | |
| | | |
| |
17:06:06(447): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:06(449):


17:06:06(451):


17:06:06(465):

+
17:06:06(481): | | | | |
| | | |
| |
17:06:06(490): | | |
| | | VALUES (33127,

17:06:06(493):


17:06:06(495):


17:06:06(509):

+
17:06:06(525): | | | | |
| | | |
| |
17:06:06(534): | | |
| | | NULL,

17:06:06(536):


17:06:06(539):


17:06:06(553):

+
17:06:06(569): | | | | |
| | | |
| |
17:06:06(583): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:06(585):


17:06:06(587):


17:06:06(602):

+
17:06:06(617): | | | | |
| | | |
| |
17:06:06(628): | | |
| | |
run_state_finished(),
17:06:06(630):


17:06:06(632):


17:06:06(647):

+
17:06:06(663): | | | | |
| | | |
| |
17:06:06(671): | | |
| | | 0,

17:06:06(674):


17:06:06(676):


17:06:06(691):

+
17:06:06(707): | | | | |
| | | |
| |
17:06:06(724): | | |
| | |
'{"max-clock-error": 0.18, "packets-duplicated": 0, "succeeded": true,
17:06:06(744):"histogram-latency": {"1.46": 6, "1.16": 26, "1.17": 25,
"1.14": 28, "1.15": 29, "1.12": 30, "1.13": 28, "1.10": 21, "1.11": 22,
"1.18": 15, "1.19": 11, "1.38": 14, "1.39": 13, "1.22": 7, "1.30": 1
17:06:06(765):0, "1.31": 15, "1.32": 19, "1.33": 18, "1.34": 17, "1.35": 23,
"1.36": 14, "1.37": 12, "1.45": 3, "1.24": 6, "1.41": 19, "1.47": 3, "1.01":
2, "1.03": 3, "1.02": 2, "1.05": 5, "1.04": 7, "1.07": 6,
17:06:06(782): "1.06": 9, "1.09": 13, "1.08": 7, "1.40": 9, "1.29": 4,
"1.28": 4, "1.25": 3, "1.23": 11, "1.44": 16, "1.21": 9, "1.20": 12, "1.27":
9, "1.26": 5, "1.43": 19, "1.42": 11},
17:06:06(800): 16928 | pscheduler | 30755 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:16:23.977349+00 | 2019-05-12 14:03:50.243568+00 | 2019-05-12 14:
17:06:06(806):03:50.243659+00 | 2019-05-12 14:03:50.24366+00 | t |
active | | 21405549 |

17:06:06(808):


17:06:06(810):


17:06:06(825):

+
17:06:06(841): | | | | |
| | | |
| |
17:06:06(850): | | |
| | | WITH inserted_row AS (

17:06:06(852):


17:06:06(854):


17:06:06(868):

+
17:06:06(884): | | | | |
| | | |
| |
17:06:06(899): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:06(901):


17:06:06(903):


17:06:06(918):

+
17:06:06(934): | | | | |
| | | |
| |
17:06:06(944): | | |
| | | VALUES (32265,

17:06:06(946):


17:06:06(948):


17:06:06(962):

+
17:06:06(978): | | | | |
| | | |
| |
17:06:06(988): | | |
| | | NULL,

17:06:06(990):


17:06:06(992):


17:06:07(006):

+
17:06:07(022): | | | | |
| | | |
| |
17:06:07(037): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:07(040):


17:06:07(042):


17:06:07(057):

+
17:06:07(073): | | | | |
| | | |
| |
17:06:07(083): | | |
| | |
run_state_finished(),
17:06:07(085):


17:06:07(087):


17:06:07(102):

+
17:06:07(118): | | | | |
| | | |
| |
17:06:07(127): | | |
| | | 0,

17:06:07(129):


17:06:07(131):


17:06:07(145):

+
17:06:07(161): | | | | |
| | | |
| |
17:06:07(178): | | |
| | |
'{"max-clock-error": 0.29, "packets-duplicated": 0, "succeeded": true,
17:06:07(199):"histogram-latency": {"0.34": 2, "0.53": 12, "0.66": 12,
"0.67": 8, "0.60": 3, "0.46": 33, "0.62": 1, "0.63": 4, "0.64": 5, "0.65": 6,
"0.48": 20, "0.49": 40, "0.68": 15, "0.47": 23, "0.44": 24, "0
17:06:07(219):.45": 27, "0.42": 11, "0.43": 30, "0.40": 6, "0.41": 10,
"0.82": 3, "0.78": 14, "0.69": 20, "0.83": 4, "0.80": 2, "0.81": 5, "0.87":
1, "0.61": 4, "0.73": 11, "0.72": 12, "0.71": 27, "0.70": 15, "0
17:06:07(236):.77": 11, "0.76": 8, "0.75": 7, "0.74": 5, "0.51": 29, "0.50":
23, "0.79": 6, "0.52": 18, "0.55": 4, "0.54": 12, "0.57": 8, "0.56": 10,
"0.59": 5, "0.39": 8, "0.58": 7, "0.3
17:06:07(254): 16928 | pscheduler | 18023 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
01:34:24.473507+00 | 2019-05-12 14:03:52.445429+00 | 2019-05-12 14:
17:06:07(260):03:52.445475+00 | 2019-05-12 14:03:52.445476+00 | t |
active | | 21405549 |

17:06:07(263):


17:06:07(265):


17:06:07(279):

+
17:06:07(295): | | | | |
| | | |
| |
17:06:07(305): | | |
| | | WITH inserted_row AS (

17:06:07(307):


17:06:07(309):


17:06:07(323):

+
17:06:07(339): | | | | |
| | | |
| |
17:06:07(353): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:07(355):


17:06:07(358):


17:06:07(373):

+
17:06:07(389): | | | | |
| | | |
| |
17:06:07(399): | | |
| | | VALUES (32264,

17:06:07(401):


17:06:07(403):


17:06:07(417):

+
17:06:07(433): | | | | |
| | | |
| |
17:06:07(442): | | |
| | | NULL,

17:06:07(444):


17:06:07(446):


17:06:07(461):

+
17:06:07(477): | | | | |
| | | |
| |
17:06:07(491): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:07(493):


17:06:07(495):


17:06:07(510):

+
17:06:07(526): | | | | |
| | | |
| |
17:06:07(536): | | |
| | |
run_state_finished(),
17:06:07(538):


17:06:07(541):


17:06:07(556):

+
17:06:07(572): | | | | |
| | | |
| |
17:06:07(581): | | |
| | | 0,

17:06:07(583):


17:06:07(585):


17:06:07(599):

+
17:06:07(616): | | | | |
| | | |
| |
17:06:07(639): | | |
| | |
'{"max-clock-error": 0.32, "packets-duplicated": 0, "succeeded": true,
17:06:07(661):"histogram-latency": {"0.48": 1, "0.49": 2, "0.60": 30,
"0.61": 27, "0.62": 33, "0.63": 22, "0.64": 25, "0.65": 20, "0.66": 17,
"0.67": 12, "0.68": 11, "0.69": 2, "0.53": 6, "0.78": 14, "0.82": 17,
17:06:07(682): "0.83": 18, "0.80": 14, "0.81": 18, "0.86": 10, "0.87": 11,
"0.84": 17, "0.85": 16, "0.88": 11, "0.89": 16, "0.59": 32, "0.58": 26,
"0.71": 4, "0.70": 10, "0.77": 13, "0.76": 4, "0.75": 3, "0.74":
17:06:07(699): 4, "0.51": 6, "0.50": 1, "0.79": 16, "0.52": 18, "0.55": 4,
"0.54": 8, "0.57": 25, "0.56": 8, "1.01": 1, "0.73": 3, "0.72": 8, "0.95": 3,
"0.94": 2, "0.91": 11, "0.90": 7,
17:06:07(717): 16928 | pscheduler | 30864 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:16:42.708745+00 | 2019-05-12 14:03:46.818047+00 | 2019-05-12 14:
17:06:07(724):03:46.818104+00 | 2019-05-12 14:03:46.818106+00 | t |
active | | 21405549 |

17:06:07(726):


17:06:07(728):


17:06:07(743):

+
17:06:07(759): | | | | |
| | | |
| |
17:06:07(768): | | |
| | | WITH inserted_row AS (

17:06:07(770):


17:06:07(772):


17:06:07(787):

+
17:06:07(803): | | | | |
| | | |
| |
17:06:07(818): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:07(820):


17:06:07(822):


17:06:07(836):

+
17:06:07(852): | | | | |
| | | |
| |
17:06:07(861): | | |
| | | VALUES (31738,

17:06:07(864):


17:06:07(866):


17:06:07(880):

+
17:06:07(896): | | | | |
| | | |
| |
17:06:07(905): | | |
| | | NULL,

17:06:07(907):


17:06:07(909):


17:06:07(924):

+
17:06:07(940): | | | | |
| | | |
| |
17:06:07(954): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:07(957):


17:06:07(959):


17:06:07(973):

+
17:06:07(989): | | | | |
| | | |
| |
17:06:08(000): | | |
| | |
run_state_finished(),
17:06:08(002):


17:06:08(004):


17:06:08(019):

+
17:06:08(035): | | | | |
| | | |
| |
17:06:08(044): | | |
| | | 0,

17:06:08(046):


17:06:08(048):


17:06:08(063):

+
17:06:08(079): | | | | |
| | | |
| |
17:06:08(096): | | |
| | |
'{"max-clock-error": 0.79, "packets-duplicated": 0, "succeeded": true,
17:06:08(116):"histogram-latency": {"1.46": 1, "1.26": 3, "1.31": 1, "1.19":
56, "1.29": 5, "1.16": 34, "2.34": 5, "2.37": 1, "2.36": 6, "2.31": 3,
"1.25": 17, "2.33": 4, "1.36": 4, "1.47": 1, "2.39": 2, "2.38":
17:06:08(137): 4, "1.18": 19, "1.32": 8, "1.38": 1, "1.39": 4, "1.28": 7,
"2.19": 29, "2.18": 20, "2.17": 6, "2.16": 1, "2.15": 5, "1.24": 29, "1.34":
5, "1.35": 2, "1.27": 5, "1.37": 1, "1.17": 19, "1.45": 1, "
17:06:08(154):1.33": 5, "1.23": 30, "1.15": 6, "1.22": 40, "1.21": 33,
"1.20": 61, "2.40": 1, "2.41": 4, "2.43": 2, "2.45": 1, "1.42": 2, "1.41": 4,
"49.38": 1, "1.40": 4, "2.28": 2, "2.2
17:06:08(172): 16928 | pscheduler | 24131 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:18.936796+00 | 2019-05-12 14:03:30.118625+00 | 2019-05-12 14:
17:06:08(178):03:30.118665+00 | 2019-05-12 14:03:30.118666+00 | t |
active | | 21405549 |

17:06:08(180):


17:06:08(182):


17:06:08(197):

+
17:06:08(213): | | | | |
| | | |
| |
17:06:08(222): | | |
| | | WITH inserted_row AS (

17:06:08(224):


17:06:08(226):


17:06:08(241):

+
17:06:08(257): | | | | |
| | | |
| |
17:06:08(272): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:08(274):


17:06:08(276):


17:06:08(291):

+
17:06:08(306): | | | | |
| | | |
| |
17:06:08(315): | | |
| | | VALUES (32551,

17:06:08(317):


17:06:08(319):


17:06:08(334):

+
17:06:08(350): | | | | |
| | | |
| |
17:06:08(360): | | |
| | | NULL,

17:06:08(362):


17:06:08(364):


17:06:08(379):

+
17:06:08(395): | | | | |
| | | |
| |
17:06:08(409): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:08(412):


17:06:08(413):


17:06:08(428):

+
17:06:08(444): | | | | |
| | | |
| |
17:06:08(455): | | |
| | |
run_state_finished(),
17:06:08(457):


17:06:08(459):


17:06:08(474):

+
17:06:08(490): | | | | |
| | | |
| |
17:06:08(499): | | |
| | | 0,

17:06:08(501):


17:06:08(502):


17:06:08(517):

+
17:06:08(533): | | | | |
| | | |
| |
17:06:08(549): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:06:08(569):"histogram-latency": {"0.66": 1, "0.60": 11, "0.61": 14,
"0.62": 18, "0.63": 10, "0.64": 5, "0.65": 12, "0.48": 8, "0.49": 5, "0.46":
7, "0.47": 4, "0.44": 5, "0.45": 9, "0.42": 11, "0.43": 2, "0.4
17:06:08(590):0": 9, "0.41": 14, "0.28": 13, "0.29": 21, "0.24": 4, "0.25":
6, "0.26": 5, "0.27": 4, "0.21": 1, "0.22": 1, "0.59": 10, "0.58": 12,
"0.51": 18, "0.50": 9, "0.53": 17, "0.52": 23, "0.55": 17, "0.54
17:06:08(607):": 27, "0.57": 11, "0.56": 20, "0.39": 13, "0.38": 9, "0.37":
11, "0.36": 24, "0.35": 43, "0.34": 26, "0.33": 31, "0.32": 30, "0.31": 24,
"0.30": 24, "0.19": 1}, "histogram-
17:06:08(625): 16928 | pscheduler | 22737 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-09
23:09:14.894035+00 | 2019-05-12 14:03:28.698825+00 | 2019-05-12 14:
17:06:08(631):03:28.698857+00 | 2019-05-12 14:03:28.698858+00 | t |
active | | 21405549 |

17:06:08(633):


17:06:08(635):


17:06:08(650):

+
17:06:08(666): | | | | |
| | | |
| |
17:06:08(675): | | |
| | | WITH inserted_row AS (

17:06:08(678):


17:06:08(680):


17:06:08(695):

+
17:06:08(711): | | | | |
| | | |
| |
17:06:08(727): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:08(730):


17:06:08(732):


17:06:08(746):

+
17:06:08(762): | | | | |
| | | |
| |
17:06:08(771): | | |
| | | VALUES (32043,

17:06:08(773):


17:06:08(775):


17:06:08(791):

+
17:06:08(807): | | | | |
| | | |
| |
17:06:08(816): | | |
| | | NULL,

17:06:08(818):


17:06:08(820):


17:06:08(835):

+
17:06:08(851): | | | | |
| | | |
| |
17:06:08(865): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:08(867):


17:06:08(869):


17:06:08(883):

+
17:06:08(900): | | | | |
| | | |
| |
17:06:08(911): | | |
| | |
run_state_finished(),
17:06:08(913):


17:06:08(915):


17:06:08(929):

+
17:06:08(945): | | | | |
| | | |
| |
17:06:08(953): | | |
| | | 0,

17:06:08(955):


17:06:08(958):


17:06:08(972):

+
17:06:08(988): | | | | |
| | | |
| |
17:06:09(004): | | |
| | |
'{"max-clock-error": 0.49, "packets-duplicated": 0, "succeeded": true,
17:06:09(025):"histogram-latency": {"-0.06": 1, "-0.07": 4, "-0.04": 4,
"0.27": 12, "-0.02": 7, "-0.03": 2, "-0.01": 8, "0.06": 23, "-0.08": 1,
"0.21": 5, "-0.05": 5, "0.04": 24, "0.23": 11, "0.40": 1, "0.08": 2
17:06:09(047):2, "0.09": 17, "0.28": 20, "0.29": 25, "0.02": 25, "0.25": 26,
"0.00": 20, "0.01": 22, "0.20": 7, "0.07": 14, "0.22": 10, "0.05": 36,
"0.15": 14, "0.14": 11, "0.17": 4, "0.16": 11, "0.11": 13, "0.1
17:06:09(066):0": 19, "0.13": 9, "0.12": 5, "0.19": 11, "0.18": 3, "0.38":
5, "0.37": 3, "0.36": 5, "0.35": 12, "0.34": 9, "0.33": 10, "0.32": 11,
"0.31": 18, "0.30": 21, "0.24": 11, "0.0
17:06:09(084): 16928 | pscheduler | 29336 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
12:15:06.481705+00 | 2019-05-12 14:03:52.65917+00 | 2019-05-12 14:
17:06:09(091):03:52.659213+00 | 2019-05-12 14:03:52.659214+00 | t |
active | | 21405549 |

17:06:09(093):


17:06:09(095):


17:06:09(110):

+
17:06:09(126): | | | | |
| | | |
| |
17:06:09(135): | | |
| | | WITH inserted_row AS (

17:06:09(137):


17:06:09(139):


17:06:09(154):

+
17:06:09(170): | | | | |
| | | |
| |
17:06:09(185): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:09(187):


17:06:09(189):


17:06:09(204):

+
17:06:09(220): | | | | |
| | | |
| |
17:06:09(230): | | |
| | | VALUES (32157,

17:06:09(232):


17:06:09(234):


17:06:09(248):

+
17:06:09(264): | | | | |
| | | |
| |
17:06:09(273): | | |
| | | NULL,

17:06:09(276):


17:06:09(278):


17:06:09(292):

+
17:06:09(308): | | | | |
| | | |
| |
17:06:09(322): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:09(324):


17:06:09(326):


17:06:09(341):

+
17:06:09(357): | | | | |
| | | |
| |
17:06:09(368): | | |
| | |
run_state_finished(),
17:06:09(370):


17:06:09(372):


17:06:09(387):

+
17:06:09(403): | | | | |
| | | |
| |
17:06:09(412): | | |
| | | 0,

17:06:09(414):


17:06:09(416):


17:06:09(431):

+
17:06:09(447): | | | | |
| | | |
| |
17:06:09(464): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:06:09(485):"histogram-latency": {"0.01": 1, "0.06": 6, "0.07": 10,
"0.04": 2, "0.48": 5, "0.49": 1, "0.46": 6, "0.47": 4, "0.44": 8, "0.45": 14,
"0.42": 25, "0.43": 24, "0.40": 6, "0.41": 14, "0.05": 3, "0.08
17:06:09(506):": 3, "0.09": 4, "0.28": 6, "0.29": 7, "0.24": 5, "0.25": 9,
"0.26": 6, "0.27": 10, "0.20": 13, "0.21": 15, "0.22": 17, "0.23": 11,
"0.15": 23, "0.14": 20, "0.17": 21, "0.16": 38, "0.11": 15, "0.10
17:06:09(522):": 8, "0.13": 32, "0.12": 24, "0.19": 17, "0.18": 10, "1.03":
1, "0.39": 10, "0.38": 12, "0.37": 19, "0.36": 28, "0.35": 16, "0.34": 23,
"0.33": 20, "0.32": 14, "0.31": 6, "
17:06:09(541): 16928 | pscheduler | 24121 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:18.711149+00 | 2019-05-12 14:03:50.061789+00 | 2019-05-12 14:
17:06:09(547):03:50.061846+00 | 2019-05-12 14:03:50.061847+00 | t |
active | | 21405549 |

17:06:09(549):


17:06:09(551):


17:06:09(566):

+
17:06:09(582): | | | | |
| | | |
| |
17:06:09(592): | | |
| | | WITH inserted_row AS (

17:06:09(594):


17:06:09(596):


17:06:09(610):

+
17:06:09(626): | | | | |
| | | |
| |
17:06:09(641): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:09(643):


17:06:09(645):


17:06:09(660):

+
17:06:09(676): | | | | |
| | | |
| |
17:06:09(685): | | |
| | | VALUES (32497,

17:06:09(687):


17:06:09(689):


17:06:09(704):

+
17:06:09(719): | | | | |
| | | |
| |
17:06:09(729): | | |
| | | NULL,

17:06:09(731):


17:06:09(733):


17:06:09(749):

+
17:06:09(765): | | | | |
| | | |
| |
17:06:09(779): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:09(781):


17:06:09(783):


17:06:09(798):

+
17:06:09(813): | | | | |
| | | |
| |
17:06:09(824): | | |
| | |
run_state_finished(),
17:06:09(826):


17:06:09(828):


17:06:09(843):

+
17:06:09(858): | | | | |
| | | |
| |
17:06:09(867): | | |
| | | 0,

17:06:09(869):


17:06:09(871):


17:06:09(886):

+
17:06:09(902): | | | | |
| | | |
| |
17:06:09(918): | | |
| | |
'{"max-clock-error": 0.43, "packets-duplicated": 0, "succeeded": true,
17:06:09(939):"histogram-latency": {"-0.15": 4, "-0.28": 6, "-0.29": 9,
"-0.32": 31, "-0.24": 9, "-0.25": 5, "-0.40": 52, "-0.27": 7, "-0.20": 2,
"-0.17": 3, "-0.22": 3, "-0.23": 4, "-0.16": 1, "-0.13": 2, "-0.1
17:06:09(960):2": 1, "-0.41": 30, "-0.42": 16, "-0.43": 8, "-0.26": 6,
"-0.33": 49, "-0.14": 1, "-0.31": 22, "-0.30": 11, "-0.37": 42, "-0.36": 46,
"-0.35": 61, "-0.34": 53, "-0.46": 1, "-0.39": 64, "-0.38": 39,
17:06:09(975): "-0.19": 2, "-0.18": 4, "-0.21": 1, "-0.44": 3, "0.13": 1,
"-0.45": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "pack
17:06:09(993): 16928 | pscheduler | 21073 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:40:13.725489+00 | 2019-05-12 14:03:20.147949+00 | 2019-05-12 14:
17:06:09(999):03:20.147976+00 | 2019-05-12 14:03:20.147977+00 | t |
active | | 21405549 |

17:06:10(001):


17:06:10(003):


17:06:10(018):

+
17:06:10(034): | | | | |
| | | |
| |
17:06:10(044): | | |
| | | WITH inserted_row AS (

17:06:10(046):


17:06:10(048):


17:06:10(062):

+
17:06:10(079): | | | | |
| | | |
| |
17:06:10(094): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:10(096):


17:06:10(098):


17:06:10(112):

+
17:06:10(128): | | | | |
| | | |
| |
17:06:10(137): | | |
| | | VALUES (33065,

17:06:10(139):


17:06:10(142):


17:06:10(156):

+
17:06:10(171): | | | | |
| | | |
| |
17:06:10(181): | | |
| | | NULL,

17:06:10(183):


17:06:10(185):


17:06:10(201):

+
17:06:10(217): | | | | |
| | | |
| |
17:06:10(231): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:10(233):


17:06:10(235):


17:06:10(250):

+
17:06:10(266): | | | | |
| | | |
| |
17:06:10(276): | | |
| | |
run_state_finished(),
17:06:10(278):


17:06:10(280):


17:06:10(295):

+
17:06:10(311): | | | | |
| | | |
| |
17:06:10(320): | | |
| | | 0,

17:06:10(322):


17:06:10(324):


17:06:10(339):

+
17:06:10(355): | | | | |
| | | |
| |
17:06:10(371): | | |
| | |
'{"max-clock-error": 0.76, "packets-duplicated": 0, "succeeded": true,
17:06:10(392):"histogram-latency": {"-0.06": 5, "-0.07": 8, "-0.05": 9,
"-0.02": 3, "-0.03": 4, "-0.01": 9, "-0.24": 8, "-0.25": 9, "-0.26": 6,
"-0.27": 5, "-0.20": 29, "-0.21": 13, "-0.08": 8, "-0.09": 12, "-0.
17:06:10(414):28": 2, "0.08": 6, "0.09": 2, "0.02": 16, "0.03": 18, "0.00":
9, "0.01": 20, "0.06": 22, "0.07": 17, "0.04": 21, "0.05": 19, "-0.15": 35,
"-0.14": 23, "-0.17": 30, "-0.16": 45, "-0.11": 10, "-0.10"
17:06:10(431):: 14, "-0.13": 15, "-0.12": 16, "-0.19": 28, "-0.18": 45,
"0.15": 2, "0.14": 5, "0.17": 3, "0.11": 6, "0.10": 11, "0.13": 7, "0.12":
13, "-0.23": 8, "0.18": 1, "-0.22": 3},
17:06:10(450): 16928 | pscheduler | 15091 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
13:38:30.284658+00 | 2019-05-12 14:03:20.05567+00 | 2019-05-12 14:
17:06:10(456):03:20.055712+00 | 2019-05-12 14:03:20.055713+00 | t |
active | | 21405549 |

17:06:10(459):


17:06:10(461):


17:06:10(475):

+
17:06:10(491): | | | | |
| | | |
| |
17:06:10(501): | | |
| | | WITH inserted_row AS (

17:06:10(503):


17:06:10(504):


17:06:10(519):

+
17:06:10(535): | | | | |
| | | |
| |
17:06:10(550): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:10(553):


17:06:10(555):


17:06:10(569):

+
17:06:10(585): | | | | |
| | | |
| |
17:06:10(594): | | |
| | | VALUES (32753,

17:06:10(596):


17:06:10(599):


17:06:10(613):

+
17:06:10(629): | | | | |
| | | |
| |
17:06:10(638): | | |
| | | NULL,

17:06:10(640):


17:06:10(642):


17:06:10(658):

+
17:06:10(673): | | | | |
| | | |
| |
17:06:10(687): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:10(689):


17:06:10(691):


17:06:10(706):

+
17:06:10(721): | | | | |
| | | |
| |
17:06:10(733): | | |
| | |
run_state_finished(),
17:06:10(735):


17:06:10(737):


17:06:10(752):

+
17:06:10(768): | | | | |
| | | |
| |
17:06:10(777): | | |
| | | 0,

17:06:10(779):


17:06:10(781):


17:06:10(796):

+
17:06:10(811): | | | | |
| | | |
| |
17:06:10(828): | | |
| | |
'{"max-clock-error": 0.46, "packets-duplicated": 0, "succeeded": true,
17:06:10(849):"histogram-latency": {"1.44": 1, "1.49": 1, "1.16": 12,
"1.17": 18, "1.14": 27, "1.15": 16, "1.12": 39, "1.13": 31, "1.10": 35,
"1.11": 37, "1.18": 15, "1.19": 6, "1.38": 15, "1.39": 12, "0.98": 2,
17:06:10(870): "1.30": 18, "1.31": 24, "1.32": 19, "1.33": 20, "1.34": 10,
"1.35": 6, "1.36": 8, "1.37": 10, "1.27": 15, "1.45": 3, "1.02": 8, "1.24":
3, "1.47": 1, "1.01": 3, "1.00": 3, "1.03": 6, "1.46": 3, "1
17:06:10(887):.05": 3, "1.04": 6, "1.07": 17, "1.06": 11, "1.09": 28,
"1.08": 21, "1.26": 8, "1.29": 19, "1.28": 11, "0.99": 2, "1.43": 3, "1.23":
6, "1.22": 3, "1.21": 4, "1.20": 6, "1.4
17:06:10(904): 16928 | pscheduler | 7050 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-09
23:42:42.732215+00 | 2019-05-12 14:03:27.990194+00 | 2019-05-12 14:
17:06:10(911):03:27.990244+00 | 2019-05-12 14:03:27.990245+00 | t |
active | | 21405549 |

17:06:10(914):


17:06:10(916):


17:06:10(930):

+
17:06:10(946): | | | | |
| | | |
| |
17:06:10(955): | | |
| | | WITH inserted_row AS (

17:06:10(957):


17:06:10(960):


17:06:10(974):

+
17:06:10(990): | | | | |
| | | |
| |
17:06:11(004): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:11(007):


17:06:11(009):


17:06:11(023):

+
17:06:11(040): | | | | |
| | | |
| |
17:06:11(049): | | |
| | | VALUES (32812,

17:06:11(051):


17:06:11(058):


17:06:11(073):

+
17:06:11(089): | | | | |
| | | |
| |
17:06:11(099): | | |
| | | NULL,

17:06:11(101):


17:06:11(103):


17:06:11(117):

+
17:06:11(133): | | | | |
| | | |
| |
17:06:11(148): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:11(150):


17:06:11(152):


17:06:11(166):

+
17:06:11(183): | | | | |
| | | |
| |
17:06:11(194): | | |
| | |
run_state_finished(),
17:06:11(196):


17:06:11(198):


17:06:11(213):

+
17:06:11(229): | | | | |
| | | |
| |
17:06:11(237): | | |
| | | 0,

17:06:11(239):


17:06:11(242):


17:06:11(256):

+
17:06:11(272): | | | | |
| | | |
| |
17:06:11(288): | | |
| | |
'{"max-clock-error": 0.49, "packets-duplicated": 0, "succeeded": true,
17:06:11(309):"histogram-latency": {"0.66": 19, "0.67": 12, "0.60": 13,
"0.61": 18, "0.62": 23, "0.63": 15, "0.64": 17, "0.65": 16, "0.48": 11,
"0.49": 11, "0.46": 10, "0.69": 18, "0.44": 32, "0.45": 17, "0.42":
17:06:11(330): 29, "0.43": 35, "0.40": 45, "0.41": 37, "0.29": 1, "0.82": 1,
"0.59": 11, "0.72": 6, "0.71": 17, "0.70": 26, "0.47": 11, "0.76": 1, "0.75":
1, "0.74": 2, "0.51": 4, "0.50": 7, "0.53": 7, "0.52": 3
17:06:11(347):, "0.55": 5, "0.54": 4, "0.57": 6, "0.56": 6, "0.73": 6,
"0.39": 18, "0.38": 14, "0.37": 7, "0.36": 8, "0.35": 11, "0.34": 9, "0.33":
7, "0.32": 3, "0.31": 2, "0.30": 2, "0.
17:06:11(365): 16928 | pscheduler | 21084 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
22:54:44.775789+00 | 2019-05-12 14:03:20.271105+00 | 2019-05-12 14:
17:06:11(372):03:20.271137+00 | 2019-05-12 14:03:20.271138+00 | t |
active | | 21405549 |

17:06:11(374):


17:06:11(376):


17:06:11(391):

+
17:06:11(407): | | | | |
| | | |
| |
17:06:11(417): | | |
| | | WITH inserted_row AS (

17:06:11(419):


17:06:11(421):


17:06:11(436):

+
17:06:11(451): | | | | |
| | | |
| |
17:06:11(466): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:11(468):


17:06:11(470):


17:06:11(485):

+
17:06:11(501): | | | | |
| | | |
| |
17:06:11(510): | | |
| | | VALUES (31631,

17:06:11(512):


17:06:11(514):


17:06:11(528):

+
17:06:11(544): | | | | |
| | | |
| |
17:06:11(553): | | |
| | | NULL,

17:06:11(555):


17:06:11(557):


17:06:11(572):

+
17:06:11(588): | | | | |
| | | |
| |
17:06:11(602): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:11(604):


17:06:11(606):


17:06:11(621):

+
17:06:11(637): | | | | |
| | | |
| |
17:06:11(648): | | |
| | |
run_state_finished(),
17:06:11(650):


17:06:11(652):


17:06:11(666):

+
17:06:11(682): | | | | |
| | | |
| |
17:06:11(691): | | |
| | | 0,

17:06:11(693):


17:06:11(696):


17:06:11(710):

+
17:06:11(726): | | | | |
| | | |
| |
17:06:11(742): | | |
| | |
'{"max-clock-error": 0.45, "packets-duplicated": 0, "succeeded": true,
17:06:11(764):"histogram-latency": {"-0.06": 39, "-0.07": 49, "-0.04": 52,
"-0.05": 53, "-0.02": 37, "-0.03": 45, "-0.01": 20, "-0.08": 53, "-0.09": 76,
"0.47": 1, "0.08": 5, "0.09": 2, "0.02": 3, "0.03": 11, "0
17:06:11(784):.00": 5, "0.01": 14, "0.06": 5, "0.07": 2, "0.04": 6, "0.05":
5, "-0.11": 17, "-0.10": 57, "-0.13": 7, "-0.12": 16, "0.15": 1, "0.14": 1,
"0.11": 9, "0.10": 3, "0.13": 2, "0.12": 4}, "histogram-ttl
17:06:11(800):": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "schema": 1}')
+
17:06:11(817): | | | | |
| | | |
| |
17:06:11(825): | | |
| | | RETURNING *

17:06:11(828):


17:06:11(830):


17:06:11(844):

+
17:06:11(860): | | | | |
| | | |
| |
17:06:11(867): | | |
| | | ) SE
17:06:11(886): 16928 | pscheduler | 21074 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:40:13.734255+00 | 2019-05-12 14:03:52.708794+00 | 2019-05-12 14:
17:06:11(893):03:52.708839+00 | 2019-05-12 14:03:52.708853+00 | t |
active | | 21405549 |

17:06:11(895):


17:06:11(897):


17:06:11(911):

+
17:06:11(927): | | | | |
| | | |
| |
17:06:11(936): | | |
| | | WITH inserted_row AS (

17:06:11(938):


17:06:11(940):


17:06:11(955):

+
17:06:11(971): | | | | |
| | | |
| |
17:06:11(986): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:11(988):


17:06:11(990):


17:06:12(005):

+
17:06:12(020): | | | | |
| | | |
| |
17:06:12(030): | | |
| | | VALUES (32381,

17:06:12(033):


17:06:12(035):


17:06:12(049):

+
17:06:12(065): | | | | |
| | | |
| |
17:06:12(074): | | |
| | | NULL,

17:06:12(076):


17:06:12(079):


17:06:12(093):

+
17:06:12(110): | | | | |
| | | |
| |
17:06:12(124): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:12(126):


17:06:12(129):


17:06:12(143):

+
17:06:12(159): | | | | |
| | | |
| |
17:06:12(170): | | |
| | |
run_state_finished(),
17:06:12(172):


17:06:12(174):


17:06:12(189):

+
17:06:12(205): | | | | |
| | | |
| |
17:06:12(214): | | |
| | | 0,

17:06:12(216):


17:06:12(218):


17:06:12(233):

+
17:06:12(249): | | | | |
| | | |
| |
17:06:12(265): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:06:12(286):"histogram-latency": {"0.61": 2, "0.63": 1, "0.48": 6, "0.49":
3, "0.46": 12, "0.47": 3, "0.44": 8, "0.45": 7, "0.42": 22, "0.43": 12,
"0.40": 55, "0.41": 36, "0.59": 3, "0.58": 2, "0.51": 8, "0.50
17:06:12(307):": 9, "0.53": 3, "0.52": 10, "0.55": 5, "0.54": 1, "0.57": 4,
"0.56": 11, "0.39": 67, "0.38": 64, "0.37": 57, "0.36": 67, "0.35": 73,
"0.34": 16, "0.33": 14, "0.32": 11, "0.31": 8}, "histogram-ttl"
17:06:12(322):: {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "schema": 1}')
+
17:06:12(338): | | | | |
| | | |
| |
17:06:12(347): | | |
| | | RETURNING *

17:06:12(349):


17:06:12(351):


17:06:12(365):

+
17:06:12(381): | | | | |
| | | |
| |
17:06:12(389): | | |
| | | ) SEL
17:06:12(408): 16928 | pscheduler | 21075 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:40:13.741912+00 | 2019-05-12 14:03:21.215372+00 | 2019-05-12 14:
17:06:12(414):03:21.215403+00 | 2019-05-12 14:03:21.215404+00 | t |
active | | 21405549 |

17:06:12(416):


17:06:12(419):


17:06:12(434):

+
17:06:12(450): | | | | |
| | | |
| |
17:06:12(460): | | |
| | | WITH inserted_row AS (

17:06:12(463):


17:06:12(465):


17:06:12(480):

+
17:06:12(496): | | | | |
| | | |
| |
17:06:12(511): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:12(514):


17:06:12(516):


17:06:12(530):

+
17:06:12(547): | | | | |
| | | |
| |
17:06:12(556): | | |
| | | VALUES (33069,

17:06:12(558):


17:06:12(560):


17:06:12(574):

+
17:06:12(590): | | | | |
| | | |
| |
17:06:12(599): | | |
| | | NULL,

17:06:12(602):


17:06:12(604):


17:06:12(618):

+
17:06:12(634): | | | | |
| | | |
| |
17:06:12(649): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:12(651):


17:06:12(653):


17:06:12(667):

+
17:06:12(683): | | | | |
| | | |
| |
17:06:12(694): | | |
| | |
run_state_finished(),
17:06:12(696):


17:06:12(698):


17:06:12(712):

+
17:06:12(728): | | | | |
| | | |
| |
17:06:12(737): | | |
| | | 0,

17:06:12(739):


17:06:12(741):


17:06:12(756):

+
17:06:12(772): | | | | |
| | | |
| |
17:06:12(789): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:06:12(810):"histogram-latency": {"0.48": 11, "0.49": 4, "0.60": 20,
"0.46": 11, "0.62": 14, "0.63": 21, "0.64": 14, "0.65": 12, "0.66": 9,
"0.47": 11, "0.68": 14, "0.69": 12, "0.44": 24, "0.45": 16, "0.42": 4
17:06:12(830):0, "0.43": 29, "0.40": 25, "0.41": 28, "0.28": 1, "0.29": 6,
"0.26": 1, "0.81": 1, "0.61": 26, "0.38": 19, "0.59": 13, "0.58": 16, "0.71":
9, "0.70": 7, "0.77": 1, "0.76": 1, "0.75": 3, "0.74": 2,
17:06:12(847):"0.51": 2, "0.50": 2, "0.53": 8, "0.52": 9, "0.55": 9, "0.54":
6, "0.57": 12, "0.56": 16, "0.73": 3, "0.39": 25, "0.72": 4, "0.37": 20,
"0.36": 15, "0.35": 11, "0.34": 8, "0
17:06:12(865): 16928 | pscheduler | 19783 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
11:53:34.301581+00 | 2019-05-12 14:03:23.083649+00 | 2019-05-12 14:
17:06:12(871):03:23.083684+00 | 2019-05-12 14:03:23.083685+00 | t |
active | | 21405549 |

17:06:12(874):


17:06:12(876):


17:06:12(890):

+
17:06:12(906): | | | | |
| | | |
| |
17:06:12(916): | | |
| | | WITH inserted_row AS (

17:06:12(918):


17:06:12(920):


17:06:12(934):

+
17:06:12(950): | | | | |
| | | |
| |
17:06:12(965): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:12(967):


17:06:12(969):


17:06:12(984):

+
17:06:13(000): | | | | |
| | | |
| |
17:06:13(009): | | |
| | | VALUES (32928,

17:06:13(012):


17:06:13(014):


17:06:13(029):

+
17:06:13(045): | | | | |
| | | |
| |
17:06:13(055): | | |
| | | NULL,

17:06:13(057):


17:06:13(059):


17:06:13(073):

+
17:06:13(089): | | | | |
| | | |
| |
17:06:13(103): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:13(106):


17:06:13(108):


17:06:13(123):

+
17:06:13(139): | | | | |
| | | |
| |
17:06:13(150): | | |
| | |
run_state_finished(),
17:06:13(152):


17:06:13(154):


17:06:13(169):

+
17:06:13(185): | | | | |
| | | |
| |
17:06:13(195): | | |
| | | 0,

17:06:13(196):


17:06:13(198):


17:06:13(213):

+
17:06:13(229): | | | | |
| | | |
| |
17:06:13(246): | | |
| | |
'{"max-clock-error": 0.68, "packets-duplicated": 0, "succeeded": true,
17:06:13(266):"histogram-latency": {"-0.46": 1, "-0.92": 78, "-0.77": 3,
"-0.76": 3, "-0.75": 6, "-0.74": 5, "-0.73": 6, "-0.98": 9, "-0.71": 6,
"-0.70": 3, "-0.95": 49, "-0.94": 93, "-0.97": 6, "-0.96": 14, "-0
17:06:13(287):.91": 59, "-0.90": 53, "-0.79": 6, "-0.72": 5, "-0.66": 1,
"-0.99": 5, "-0.86": 10, "-0.69": 1, "-0.78": 8, "-0.93": 49, "-0.88": 32,
"-0.89": 40, "-0.68": 3, "-0.87": 11, "-0.84": 4, "-0.85": 11,
17:06:13(302):"-0.82": 3, "-0.83": 5, "-0.80": 8, "-0.81": 4},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "sch
17:06:13(320): 16928 | pscheduler | 944 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
12:51:30.038766+00 | 2019-05-12 14:03:49.145258+00 | 2019-05-12 14:
17:06:13(326):03:49.145303+00 | 2019-05-12 14:03:49.145304+00 | t |
active | | 21405549 |

17:06:13(329):


17:06:13(331):


17:06:13(345):

+
17:06:13(361): | | | | |
| | | |
| |
17:06:13(371): | | |
| | | WITH inserted_row AS (

17:06:13(373):


17:06:13(375):


17:06:13(390):

+
17:06:13(406): | | | | |
| | | |
| |
17:06:13(421): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:13(423):


17:06:13(426):


17:06:13(440):

+
17:06:13(457): | | | | |
| | | |
| |
17:06:13(466): | | |
| | | VALUES (33019,

17:06:13(468):


17:06:13(470):


17:06:13(485):

+
17:06:13(501): | | | | |
| | | |
| |
17:06:13(510): | | |
| | | NULL,

17:06:13(512):


17:06:13(514):


17:06:13(529):

+
17:06:13(545): | | | | |
| | | |
| |
17:06:13(559): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:13(561):


17:06:13(563):


17:06:13(577):

+
17:06:13(593): | | | | |
| | | |
| |
17:06:13(605): | | |
| | |
run_state_finished(),
17:06:13(607):


17:06:13(609):


17:06:13(623):

+
17:06:13(639): | | | | |
| | | |
| |
17:06:13(648): | | |
| | | 0,

17:06:13(651):


17:06:13(653):


17:06:13(668):

+
17:06:13(684): | | | | |
| | | |
| |
17:06:13(701): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:06:13(721):histogram-latency": {"7.10": 1, "3.75": 1, "5.15": 1, "8.14":
1, "4.37": 1, "14.54": 1, "14.56": 2, "1.16": 3, "1.17": 6, "1.14": 6,
"1.15": 3, "1.12": 9, "1.13": 7, "1.10": 18, "1.11": 9, "12.80":
17:06:13(742): 1, "1.18": 10, "1.19": 6, "12.32": 1, "5.53": 1, "4.01": 1,
"15.79": 1, "15.75": 1, "15.76": 1, "14.47": 1, "15.72": 1, "1.01": 21,
"1.00": 17, "1.03": 24, "1.02": 12, "1.05": 13, "1.04": 31, "1.0
17:06:13(758):7": 7, "1.06": 15, "1.09": 9, "1.08": 14, "13.48": 1, "11.56":
1, "2.27": 1, "11.93": 1, "9.30": 1, "3.19": 2, "14.73": 1, "7.35": 1,
"5.49": 1, "3.16": 1, "13.09": 1, "11.6
17:06:13(776): 16928 | pscheduler | 24122 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:18.713457+00 | 2019-05-12 14:03:21.564565+00 | 2019-05-12 14:
17:06:13(783):03:21.564594+00 | 2019-05-12 14:03:21.564596+00 | t |
active | | 21405549 |

17:06:13(786):


17:06:13(789):


17:06:13(803):

+
17:06:13(819): | | | | |
| | | |
| |
17:06:13(829): | | |
| | | WITH inserted_row AS (

17:06:13(831):


17:06:13(833):


17:06:13(848):

+
17:06:13(864): | | | | |
| | | |
| |
17:06:13(879): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:13(882):


17:06:13(884):


17:06:13(898):

+
17:06:13(914): | | | | |
| | | |
| |
17:06:13(923): | | |
| | | VALUES (31995,

17:06:13(925):


17:06:13(927):


17:06:13(941):

+
17:06:13(957): | | | | |
| | | |
| |
17:06:13(966): | | |
| | | NULL,

17:06:13(968):


17:06:13(970):


17:06:13(986):

+
17:06:14(002): | | | | |
| | | |
| |
17:06:14(016): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:14(018):


17:06:14(020):


17:06:14(035):

+
17:06:14(051): | | | | |
| | | |
| |
17:06:14(062): | | |
| | |
run_state_finished(),
17:06:14(064):


17:06:14(066):


17:06:14(081):

+
17:06:14(096): | | | | |
| | | |
| |
17:06:14(105): | | |
| | | 0,

17:06:14(107):


17:06:14(109):


17:06:14(124):

+
17:06:14(140): | | | | |
| | | |
| |
17:06:14(156): | | |
| | |
'{"max-clock-error": 0.16, "packets-duplicated": 0, "succeeded": true,
17:06:14(177):"histogram-latency": {"1.62": 5, "1.68": 1, "1.52": 9, "1.25":
4, "1.39": 28, "1.29": 5, "1.38": 33, "1.53": 16, "1.50": 4, "1.51": 4,
"1.56": 13, "1.57": 26, "1.54": 12, "1.55": 16, "1.30": 9, "1.
17:06:14(198):31": 18, "1.58": 19, "1.59": 12, "1.34": 30, "1.35": 28,
"1.36": 28, "1.37": 34, "1.72": 1, "1.23": 1, "1.24": 1, "1.32": 27, "1.28":
6, "1.33": 36, "1.49": 3, "1.27": 5, "1.26": 5, "1.67": 6, "1.6
17:06:14(215):6": 5, "1.65": 17, "1.64": 17, "1.63": 17, "1.48": 5, "1.61":
6, "1.60": 12, "1.45": 4, "1.44": 7, "1.47": 6, "1.46": 6, "1.41": 5, "1.40":
14, "1.43": 15, "1.42": 19}, "his
17:06:14(233): 16928 | pscheduler | 3036 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
05:21:01.584347+00 | 2019-05-12 14:03:29.556373+00 | 2019-05-12 14:
17:06:14(239):03:29.55647+00 | 2019-05-12 14:03:29.556471+00 | t |
active | | 21405549 |

17:06:14(241):


17:06:14(244):


17:06:14(258):

+
17:06:14(274): | | | | |
| | | |
| |
17:06:14(283): | | |
| | | WITH inserted_row AS (

17:06:14(286):


17:06:14(288):


17:06:14(302):

+
17:06:14(318): | | | | |
| | | |
| |
17:06:14(333): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:14(335):


17:06:14(337):


17:06:14(352):

+
17:06:14(368): | | | | |
| | | |
| |
17:06:14(377): | | |
| | | VALUES (32544,

17:06:14(380):


17:06:14(382):


17:06:14(397):

+
17:06:14(413): | | | | |
| | | |
| |
17:06:14(422): | | |
| | | NULL,

17:06:14(424):


17:06:14(426):


17:06:14(440):

+
17:06:14(457): | | | | |
| | | |
| |
17:06:14(472): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:14(607):


17:06:14(613):


17:06:14(628):

+
17:06:14(644): | | | | |
| | | |
| |
17:06:14(655): | | |
| | |
run_state_finished(),
17:06:14(657):


17:06:14(659):


17:06:14(674):

+
17:06:14(689): | | | | |
| | | |
| |
17:06:14(699): | | |
| | | 0,

17:06:14(701):


17:06:14(703):


17:06:14(717):

+
17:06:14(733): | | | | |
| | | |
| |
17:06:14(750): | | |
| | |
'{"max-clock-error": 1.13, "packets-duplicated": 0, "succeeded": true,
17:06:14(770):"histogram-latency": {"0.34": 1, "0.66": 13, "0.67": 15,
"0.60": 9, "0.68": 17, "0.62": 9, "0.63": 8, "0.64": 15, "0.65": 19, "0.48":
26, "0.49": 27, "0.46": 42, "0.47": 21, "0.44": 27, "0.45": 27,
17:06:14(792): "0.42": 27, "0.43": 22, "0.40": 16, "0.41": 22, "0.78": 1,
"0.69": 18, "0.80": 2, "0.59": 8, "0.72": 14, "0.71": 15, "0.70": 13, "0.77":
8, "0.76": 6, "0.75": 8, "0.51": 15, "0.50": 17, "0.53": 5,
17:06:14(809): "0.52": 18, "0.55": 10, "0.54": 3, "0.57": 4, "0.56": 8,
"0.73": 9, "0.39": 4, "0.61": 10, "0.37": 12, "0.36": 13, "0.35": 6, "0.38":
5, "0.33": 1, "0.58": 4}, "histogram-t
17:06:14(827): 16928 | pscheduler | 26332 | 10 | postgres |
| | | | 2019-05-12
14:04:19.620868+00 | 2019-05-12 14:04:19.651826+00 | 2019-05-12 14:
17:06:14(838):04:19.651826+00 | 2019-05-12 14:04:19.651826+00 | f |
active | | 21405549 | autovacuum: VACUUM
pg_toast.pg_toast_17230
17:06:14(856): 16928 | pscheduler | 32158 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
09:14:25.885022+00 | 2019-05-12 14:03:22.4002+00 | 2019-05-12 14:
17:06:14(862):03:22.400231+00 | 2019-05-12 14:03:22.400233+00 | t |
active | | 21405549 |

17:06:14(864):


17:06:14(866):


17:06:14(881):

+
17:06:14(897): | | | | |
| | | |
| |
17:06:14(906): | | |
| | | WITH inserted_row AS (

17:06:14(908):


17:06:14(910):


17:06:14(925):

+
17:06:14(941): | | | | |
| | | |
| |
17:06:14(956): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:14(958):


17:06:14(959):


17:06:14(974):

+
17:06:14(990): | | | | |
| | | |
| |
17:06:14(999): | | |
| | | VALUES (32754,

17:06:15(001):


17:06:15(003):


17:06:15(018):

+
17:06:15(035): | | | | |
| | | |
| |
17:06:15(044): | | |
| | | NULL,

17:06:15(046):


17:06:15(048):


17:06:15(063):

+
17:06:15(078): | | | | |
| | | |
| |
17:06:15(093): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:15(095):


17:06:15(097):


17:06:15(112):

+
17:06:15(128): | | | | |
| | | |
| |
17:06:15(141): | | |
| | |
run_state_finished(),
17:06:15(143):


17:06:15(145):


17:06:15(159):

+
17:06:15(175): | | | | |
| | | |
| |
17:06:15(184): | | |
| | | 0,

17:06:15(186):


17:06:15(188):


17:06:15(203):

+
17:06:15(219): | | | | |
| | | |
| |
17:06:15(235): | | |
| | |
'{"max-clock-error": 0.69, "packets-duplicated": 0, "succeeded": true,
17:06:15(256):"histogram-latency": {"1.38": 1, "1.70": 9, "1.39": 1, "1.77":
7, "1.52": 22, "1.53": 50, "2.22": 1, "1.50": 25, "1.74": 24, "1.75": 21,
"1.76": 10, "1.51": 40, "1.56": 13, "1.57": 17, "1.54": 38,
17:06:15(277):"1.55": 24, "1.49": 28, "1.58": 11, "1.59": 7, "1.78": 6,
"1.79": 8, "1.48": 10, "1.72": 13, "1.73": 22, "1.69": 6, "1.71": 19, "1.81":
16, "1.80": 10, "1.83": 3, "1.82": 2, "1.85": 2, "1.84": 1, "
17:06:15(294):1.87": 1, "1.42": 3, "1.67": 6, "1.66": 4, "1.65": 8, "1.64":
9, "1.63": 6, "1.62": 11, "1.61": 2, "1.60": 12, "1.45": 10, "1.44": 11,
"1.47": 10, "1.46": 9, "1.41": 3, "1.4
17:06:15(312): 16928 | pscheduler | 10387 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-08
21:29:19.374616+00 | 2019-05-12 14:03:23.061036+00 | 2019-05-12 14:
17:06:15(318):03:23.06108+00 | 2019-05-12 14:03:23.061081+00 | t |
active | | 21405549 |

17:06:15(321):


17:06:15(323):


17:06:15(338):

+
17:06:15(354): | | | | |
| | | |
| |
17:06:15(363): | | |
| | | WITH inserted_row AS (

17:06:15(366):


17:06:15(368):


17:06:15(382):

+
17:06:15(398): | | | | |
| | | |
| |
17:06:15(413): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:15(416):


17:06:15(417):


17:06:15(432):

+
17:06:15(448): | | | | |
| | | |
| |
17:06:15(457): | | |
| | | VALUES (32668,

17:06:15(459):


17:06:15(461):


17:06:15(476):

+
17:06:15(492): | | | | |
| | | |
| |
17:06:15(501): | | |
| | | NULL,

17:06:15(504):


17:06:15(506):


17:06:15(520):

+
17:06:15(536): | | | | |
| | | |
| |
17:06:15(550): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:15(552):


17:06:15(555):


17:06:15(569):

+
17:06:15(585): | | | | |
| | | |
| |
17:06:15(596): | | |
| | |
run_state_finished(),
17:06:15(598):


17:06:15(601):


17:06:15(615):

+
17:06:15(631): | | | | |
| | | |
| |
17:06:15(640): | | |
| | | 0,

17:06:15(642):


17:06:15(644):


17:06:15(658):

+
17:06:15(674): | | | | |
| | | |
| |
17:06:15(690): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:06:15(711):"histogram-latency": {"0.66": 6, "0.69": 7, "0.49": 3, "0.60":
6, "0.61": 8, "0.62": 10, "0.63": 6, "0.64": 9, "0.65": 7, "0.48": 6, "0.67":
5, "0.46": 5, "0.47": 4, "0.44": 9, "0.45": 12, "0.42":
17:06:15(732):15, "0.43": 16, "0.40": 16, "0.41": 16, "0.82": 1, "0.28": 3,
"0.29": 24, "2.32": 1, "0.27": 3, "1.38": 1, "1.12": 1, "0.38": 19, "3.65":
1, "0.59": 4, "0.72": 4, "0.71": 4, "0.70": 4, "0.75": 1, "
17:06:15(749):0.74": 1, "0.51": 6, "0.50": 7, "0.53": 3, "0.52": 5, "0.55":
1, "0.54": 2, "0.57": 5, "0.56": 5, "0.73": 2, "1.07": 1, "0.39": 22, "0.58":
6, "0.37": 17, "0.36": 17, "0.35"
17:06:15(767): 16928 | pscheduler | 6496 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
04:26:01.095888+00 | 2019-05-12 14:03:33.670663+00 | 2019-05-12 14:
17:06:15(773):03:33.670695+00 | 2019-05-12 14:03:33.670696+00 | t |
active | | 21405549 |

17:06:15(775):


17:06:15(777):


17:06:15(793):

+
17:06:15(810): | | | | |
| | | |
| |
17:06:15(820): | | |
| | | WITH inserted_row AS (

17:06:15(822):


17:06:15(824):


17:06:15(838):

+
17:06:15(854): | | | | |
| | | |
| |
17:06:15(869): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:15(871):


17:06:15(873):


17:06:15(888):

+
17:06:15(904): | | | | |
| | | |
| |
17:06:15(913): | | |
| | | VALUES (32620,

17:06:15(915):


17:06:15(918):


17:06:15(932):

+
17:06:15(948): | | | | |
| | | |
| |
17:06:15(958): | | |
| | | NULL,

17:06:15(960):


17:06:15(962):


17:06:15(977):

+
17:06:15(993): | | | | |
| | | |
| |
17:06:16(007): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:16(010):


17:06:16(013):


17:06:16(027):

+
17:06:16(043): | | | | |
| | | |
| |
17:06:16(054): | | |
| | |
run_state_finished(),
17:06:16(056):


17:06:16(058):


17:06:16(073):

+
17:06:16(089): | | | | |
| | | |
| |
17:06:16(098): | | |
| | | 0,

17:06:16(100):


17:06:16(103):


17:06:16(117):

+
17:06:16(133): | | | | |
| | | |
| |
17:06:16(151): | | |
| | |
'{"max-clock-error": 1.11, "packets-duplicated": 0, "succeeded": true,
17:06:16(171):"histogram-latency": {"-0.49": 1, "185.58": 1, "-0.77": 73,
"-0.76": 42, "-0.75": 49, "-0.74": 35, "-0.73": 26, "-0.72": 14, "-0.71": 12,
"-0.70": 15, "1.33": 1, "-0.79": 100, "-0.78": 65, "-0.59":
17:06:16(193): 8, "-0.58": 6, "-0.53": 2, "-0.52": 1, "-0.55": 2, "-0.54":
2, "-0.57": 3, "-0.56": 4, "-0.60": 7, "-0.61": 9, "-0.62": 7, "-0.63": 5,
"-0.64": 5, "-0.65": 9, "-0.66": 2, "-0.67": 11, "-0.68": 9,
17:06:16(208):"-0.69": 13, "-0.84": 2, "-0.85": 1, "-0.82": 20, "-0.83": 2,
"-0.80": 29, "-0.81": 7}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-
17:06:16(226): 16928 | pscheduler | 24133 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.000611+00 | 2019-05-12 14:03:49.247922+00 | 2019-05-12 14:
17:06:16(232):03:49.247964+00 | 2019-05-12 14:03:49.247965+00 | t |
active | | 21405549 |

17:06:16(235):


17:06:16(236):


17:06:16(252):

+
17:06:16(267): | | | | |
| | | |
| |
17:06:16(277): | | |
| | | WITH inserted_row AS (

17:06:16(279):


17:06:16(281):


17:06:16(295):

+
17:06:16(311): | | | | |
| | | |
| |
17:06:16(326): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:16(328):


17:06:16(330):


17:06:16(345):

+
17:06:16(361): | | | | |
| | | |
| |
17:06:16(372): | | |
| | | VALUES (32432,

17:06:16(374):


17:06:16(376):


17:06:16(391):

+
17:06:16(406): | | | | |
| | | |
| |
17:06:16(415): | | |
| | | NULL,

17:06:16(417):


17:06:16(419):


17:06:16(434):

+
17:06:16(450): | | | | |
| | | |
| |
17:06:16(464): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:16(466):


17:06:16(468):


17:06:16(483):

+
17:06:16(499): | | | | |
| | | |
| |
17:06:16(510): | | |
| | |
run_state_finished(),
17:06:16(512):


17:06:16(514):


17:06:16(528):

+
17:06:16(544): | | | | |
| | | |
| |
17:06:16(553): | | |
| | | 0,

17:06:16(556):


17:06:16(558):


17:06:16(573):

+
17:06:16(588): | | | | |
| | | |
| |
17:06:16(605): | | |
| | |
'{"max-clock-error": 0.98, "packets-duplicated": 0, "succeeded": true,
17:06:16(626):"histogram-latency": {"3.56": 1, "1.77": 1, "1.16": 14,
"1.38": 7, "1.15": 1, "1.12": 2, "1.18": 22, "1.19": 56, "1.52": 1, "1.39":
7, "1.42": 3, "1.70": 1, "1.30": 16, "1.31": 14, "1.32": 7, "1.33
17:06:16(647):": 7, "1.34": 7, "1.35": 7, "1.36": 5, "1.48": 1, "1.37": 2,
"4.01": 1, "1.45": 3, "1.44": 1, "1.47": 2, "1.17": 5, "1.27": 31, "1.26":
32, "1.69": 1, "1.29": 13, "1.28": 11, "1.25": 59, "1.23": 32
17:06:16(662):, "1.22": 52, "1.21": 51, "1.20": 65, "1.41": 5, "1.40": 8,
"1.43": 3, "1.24": 43}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost
17:06:16(680): 16928 | pscheduler | 11657 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:36:53.619831+00 | 2019-05-12 14:03:25.457291+00 | 2019-05-12 14:
17:06:16(686):03:25.457332+00 | 2019-05-12 14:03:25.457333+00 | t |
active | | 21405549 |

17:06:16(688):


17:06:16(690):


17:06:16(705):

+
17:06:16(721): | | | | |
| | | |
| |
17:06:16(731): | | |
| | | WITH inserted_row AS (

17:06:16(733):


17:06:16(735):


17:06:16(750):

+
17:06:16(766): | | | | |
| | | |
| |
17:06:16(781): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:16(784):


17:06:16(786):


17:06:16(801):

+
17:06:16(816): | | | | |
| | | |
| |
17:06:16(826): | | |
| | | VALUES (32761,

17:06:16(828):


17:06:16(830):


17:06:16(845):

+
17:06:16(861): | | | | |
| | | |
| |
17:06:16(870): | | |
| | | NULL,

17:06:16(872):


17:06:16(874):


17:06:16(889):

+
17:06:16(904): | | | | |
| | | |
| |
17:06:16(919): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:16(921):


17:06:16(923):


17:06:16(937):

+
17:06:16(953): | | | | |
| | | |
| |
17:06:16(964): | | |
| | |
run_state_finished(),
17:06:16(966):


17:06:16(968):


17:06:16(982):

+
17:06:16(999): | | | | |
| | | |
| |
17:06:17(007): | | |
| | | 0,

17:06:17(010):


17:06:17(012):


17:06:17(027):

+
17:06:17(044): | | | | |
| | | |
| |
17:06:17(060): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:06:17(081):"histogram-latency": {"0.96": 2, "1.46": 1, "1.43": 2, "1.26":
13, "1.16": 7, "1.17": 7, "1.14": 10, "1.15": 10, "1.12": 23, "1.13": 18,
"1.10": 29, "1.11": 18, "1.18": 8, "1.19": 4, "1.38": 12, "1
17:06:17(102):.39": 2, "1.42": 3, "1.30": 13, "1.31": 24, "1.32": 7, "1.33":
9, "1.34": 3, "1.35": 25, "1.36": 13, "1.37": 3, "1.45": 1, "0.94": 1,
"1.21": 8, "1.01": 8, "1.00": 4, "1.03": 11, "1.02": 12, "1.05"
17:06:17(119):: 35, "1.04": 25, "1.07": 29, "1.06": 14, "1.09": 43, "1.08":
26, "1.40": 7, "1.29": 17, "1.28": 13, "0.99": 15, "0.98": 8, "1.23": 5,
"1.22": 6, "0.97": 4, "1.20": 5, "1.41
17:06:17(137): 16928 | pscheduler | 12040 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:37:02.566826+00 | 2019-05-12 14:03:25.435527+00 | 2019-05-12 14:
17:06:17(143):03:25.435594+00 | 2019-05-12 14:03:25.435595+00 | t |
active | | 21405549 |

17:06:17(145):


17:06:17(147):


17:06:17(162):

+
17:06:17(177): | | | | |
| | | |
| |
17:06:17(187): | | |
| | | WITH inserted_row AS (

17:06:17(189):


17:06:17(191):


17:06:17(206):

+
17:06:17(222): | | | | |
| | | |
| |
17:06:17(237): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:17(239):


17:06:17(241):


17:06:17(256):

+
17:06:17(271): | | | | |
| | | |
| |
17:06:17(280): | | |
| | | VALUES (32816,

17:06:17(283):


17:06:17(285):


17:06:17(299):

+
17:06:17(315): | | | | |
| | | |
| |
17:06:17(325): | | |
| | | NULL,

17:06:17(327):


17:06:17(329):


17:06:17(343):

+
17:06:17(360): | | | | |
| | | |
| |
17:06:17(374): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:17(376):


17:06:17(379):


17:06:17(393):

+
17:06:17(409): | | | | |
| | | |
| |
17:06:17(420): | | |
| | |
run_state_finished(),
17:06:17(422):


17:06:17(424):


17:06:17(439):

+
17:06:17(455): | | | | |
| | | |
| |
17:06:17(463): | | |
| | | 0,

17:06:17(465):


17:06:17(468):


17:06:17(482):

+
17:06:17(499): | | | | |
| | | |
| |
17:06:17(516): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:06:17(536):"histogram-latency": {"0.60": 11, "0.61": 26, "0.62": 37,
"0.63": 29, "0.64": 37, "0.65": 25, "0.66": 38, "0.67": 34, "0.68": 14,
"0.69": 16, "0.53": 1, "0.78": 4, "0.82": 8, "0.83": 17, "0.80": 4,
17:06:17(557): "0.81": 6, "0.86": 15, "0.87": 16, "0.84": 17, "0.85": 7,
"0.88": 18, "0.89": 28, "0.59": 9, "0.58": 11, "0.71": 8, "0.70": 15, "0.77":
3, "0.76": 3, "0.75": 3, "0.74": 4, "0.79": 5, "0.52": 1, "0
17:06:17(574):.55": 4, "0.54": 5, "0.57": 6, "0.56": 9, "0.73": 11, "0.72":
13, "0.99": 4, "0.98": 6, "0.95": 6, "0.94": 4, "0.97": 5, "0.96": 15,
"0.91": 7, "0.90": 19, "0.93": 7, "0.92"
17:06:17(592): 16928 | pscheduler | 9082 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
07:57:36.272409+00 | 2019-05-12 14:03:51.612924+00 | 2019-05-12 14:
17:06:17(598):03:51.612977+00 | 2019-05-12 14:03:51.612978+00 | t |
active | | 21405549 |

17:06:17(600):


17:06:17(603):


17:06:17(617):

+
17:06:17(632): | | | | |
| | | |
| |
17:06:17(642): | | |
| | | WITH inserted_row AS (

17:06:17(644):


17:06:17(646):


17:06:17(660):

+
17:06:17(676): | | | | |
| | | |
| |
17:06:17(691): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:17(693):


17:06:17(695):


17:06:17(709):

+
17:06:17(725): | | | | |
| | | |
| |
17:06:17(734): | | |
| | | VALUES (31852,

17:06:17(737):


17:06:17(738):


17:06:17(753):

+
17:06:17(769): | | | | |
| | | |
| |
17:06:17(778): | | |
| | | NULL,

17:06:17(781):


17:06:17(783):


17:06:17(798):

+
17:06:17(814): | | | | |
| | | |
| |
17:06:17(828): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:17(831):


17:06:17(833):


17:06:17(848):

+
17:06:17(863): | | | | |
| | | |
| |
17:06:17(874): | | |
| | |
run_state_finished(),
17:06:17(876):


17:06:17(879):


17:06:17(893):

+
17:06:17(909): | | | | |
| | | |
| |
17:06:17(918): | | |
| | | 0,

17:06:17(920):


17:06:17(922):


17:06:17(937):

+
17:06:17(952): | | | | |
| | | |
| |
17:06:17(969): | | |
| | |
'{"max-clock-error": 0.17, "packets-duplicated": 0, "succeeded": true,
17:06:17(990):"histogram-latency": {"0.67": 1, "0.60": 1, "0.46": 14,
"0.62": 5, "0.63": 1, "0.65": 2, "0.48": 5, "0.49": 7, "0.68": 1, "0.47": 6,
"0.44": 53, "0.45": 20, "0.42": 78, "0.43": 66, "0.40": 68, "0.4
17:06:18(010):1": 68, "0.78": 1, "0.61": 2, "0.59": 6, "0.58": 3, "0.51": 3,
"0.50": 2, "0.53": 4, "0.52": 9, "0.55": 5, "0.54": 5, "0.57": 3, "0.39": 60,
"0.38": 62, "0.37": 28, "0.36": 4, "0.35": 4, "0.34": 3}
17:06:18(025):, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:06:18(042): | | | | |
| | | |
| |
17:06:18(052): | | |
| | | RETURNING *

17:06:18(066):


17:06:18(068):


17:06:18(083):

+
17:06:18(099): | | | | |
| | | |
| |
17:06:18(105): | | |
| | |
17:06:18(122): 16928 | pscheduler | 23682 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
04:36:54.757973+00 | 2019-05-12 14:03:33.563655+00 | 2019-05-12 14:
17:06:18(129):03:33.563762+00 | 2019-05-12 14:03:33.563764+00 | t |
active | | 21405549 |

17:06:18(131):


17:06:18(133):


17:06:18(147):

+
17:06:18(163): | | | | |
| | | |
| |
17:06:18(173): | | |
| | | WITH inserted_row AS (

17:06:18(175):


17:06:18(177):


17:06:18(191):

+
17:06:18(207): | | | | |
| | | |
| |
17:06:18(222): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:18(224):


17:06:18(226):


17:06:18(240):

+
17:06:18(256): | | | | |
| | | |
| |
17:06:18(266): | | |
| | | VALUES (32763,

17:06:18(268):


17:06:18(270):


17:06:18(284):

+
17:06:18(301): | | | | |
| | | |
| |
17:06:18(310): | | |
| | | NULL,

17:06:18(312):


17:06:18(314):


17:06:18(329):

+
17:06:18(344): | | | | |
| | | |
| |
17:06:18(358): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:18(360):


17:06:18(362):


17:06:18(377):

+
17:06:18(393): | | | | |
| | | |
| |
17:06:18(404): | | |
| | |
run_state_finished(),
17:06:18(406):


17:06:18(408):


17:06:18(422):

+
17:06:18(438): | | | | |
| | | |
| |
17:06:18(447): | | |
| | | 0,

17:06:18(449):


17:06:18(451):


17:06:18(465):

+
17:06:18(481): | | | | |
| | | |
| |
17:06:18(498): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:06:18(519):"histogram-latency": {"0.27": 2, "-0.01": 2, "0.06": 10,
"0.07": 20, "0.04": 14, "0.48": 5, "0.49": 1, "0.46": 8, "0.47": 9, "0.44":
11, "0.45": 5, "0.42": 9, "0.43": 7, "0.40": 13, "0.41": 9, "0.0
17:06:18(540):8": 21, "0.09": 16, "0.28": 3, "0.29": 3, "0.02": 23, "0.03":
9, "0.00": 3, "0.01": 6, "0.20": 8, "0.21": 9, "0.22": 5, "0.05": 18, "0.15":
20, "0.14": 24, "0.17": 12, "0.16": 28, "0.11": 27, "0.10
17:06:18(557):": 28, "0.13": 23, "0.12": 23, "0.50": 1, "0.26": 1, "0.19":
23, "0.18": 16, "0.39": 6, "0.38": 11, "0.37": 14, "0.36": 16, "0.35": 16,
"0.34": 15, "0.33": 14, "0.32": 3, "0
17:06:18(575): 16928 | pscheduler | 32164 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
09:14:25.964146+00 | 2019-05-12 14:03:27.946074+00 | 2019-05-12 14:
17:06:18(582):03:27.946117+00 | 2019-05-12 14:03:27.946118+00 | t |
active | | 21405549 |

17:06:18(584):


17:06:18(586):


17:06:18(601):

+
17:06:18(616): | | | | |
| | | |
| |
17:06:18(626): | | |
| | | WITH inserted_row AS (

17:06:18(628):


17:06:18(630):


17:06:18(644):

+
17:06:18(660): | | | | |
| | | |
| |
17:06:18(675): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:18(677):


17:06:18(679):


17:06:18(694):

+
17:06:18(709): | | | | |
| | | |
| |
17:06:18(719): | | |
| | | VALUES (32767,

17:06:18(722):


17:06:18(724):


17:06:18(738):

+
17:06:18(754): | | | | |
| | | |
| |
17:06:18(765): | | |
| | | NULL,

17:06:18(767):


17:06:18(769):


17:06:18(783):

+
17:06:18(799): | | | | |
| | | |
| |
17:06:18(813): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:18(815):


17:06:18(818):


17:06:18(832):

+
17:06:18(849): | | | | |
| | | |
| |
17:06:18(859): | | |
| | |
run_state_finished(),
17:06:18(862):


17:06:18(864):


17:06:18(878):

+
17:06:18(894): | | | | |
| | | |
| |
17:06:18(903): | | |
| | | 0,

17:06:18(905):


17:06:18(907):


17:06:18(922):

+
17:06:18(938): | | | | |
| | | |
| |
17:06:18(954): | | |
| | |
'{"max-clock-error": 0.95, "packets-duplicated": 0, "succeeded": true,
17:06:18(975):"histogram-latency": {"-0.65": 6, "-0.61": 1, "-0.77": 7,
"-0.76": 5, "-0.75": 7, "-0.74": 4, "-0.73": 4, "-0.72": 6, "-0.71": 8,
"-0.70": 7, "-0.91": 1, "-0.90": 22, "-0.93": 1, "-0.92": 7, "-0.88
17:06:18(996):": 60, "-0.67": 4, "-0.86": 71, "-0.87": 43, "-0.60": 1,
"-0.78": 5, "-0.62": 3, "-0.63": 1, "-0.64": 4, "-0.79": 10, "-0.66": 6,
"-0.89": 60, "-0.68": 6, "-0.69": 4, "-0.84": 56, "-0.85": 94, "-0.
17:06:19(011):82": 18, "-0.83": 47, "-0.80": 7, "-0.81": 14},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "sche
17:06:19(029): 16928 | pscheduler | 24140 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.024463+00 | 2019-05-12 14:03:28.355632+00 | 2019-05-12 14:
17:06:19(036):03:28.355677+00 | 2019-05-12 14:03:28.355678+00 | t |
active | | 21405549 |

17:06:19(038):


17:06:19(040):


17:06:19(055):

+
17:06:19(070): | | | | |
| | | |
| |
17:06:19(080): | | |
| | | WITH inserted_row AS (

17:06:19(082):


17:06:19(084):


17:06:19(099):

+
17:06:19(114): | | | | |
| | | |
| |
17:06:19(130): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:19(132):


17:06:19(134):


17:06:19(148):

+
17:06:19(164): | | | | |
| | | |
| |
17:06:19(174): | | |
| | | VALUES (32923,

17:06:19(176):


17:06:19(178):


17:06:19(193):

+
17:06:19(209): | | | | |
| | | |
| |
17:06:19(219): | | |
| | | NULL,

17:06:19(221):


17:06:19(223):


17:06:19(237):

+
17:06:19(253): | | | | |
| | | |
| |
17:06:19(267): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:19(269):


17:06:19(271):


17:06:19(286):

+
17:06:19(302): | | | | |
| | | |
| |
17:06:19(312): | | |
| | |
run_state_finished(),
17:06:19(314):


17:06:19(316):


17:06:19(331):

+
17:06:19(346): | | | | |
| | | |
| |
17:06:19(355): | | |
| | | 0,

17:06:19(357):


17:06:19(359):


17:06:19(374):

+
17:06:19(389): | | | | |
| | | |
| |
17:06:19(407): | | |
| | |
'{"max-clock-error": 0.19, "packets-duplicated": 0, "succeeded": true,
17:06:19(427):"histogram-latency": {"0.92": 5, "0.96": 6, "1.16": 3, "1.17":
10, "1.14": 8, "1.15": 4, "1.12": 6, "1.13": 6, "1.10": 9, "1.11": 9, "1.18":
5, "1.19": 5, "1.38": 1, "1.39": 1, "0.98": 24, "1.30":
17:06:19(448):20, "1.31": 12, "1.32": 7, "1.33": 8, "1.34": 3, "1.35": 3,
"1.37": 1, "0.95": 7, "0.89": 1, "0.94": 7, "0.97": 7, "1.01": 29, "1.00":
31, "1.03": 25, "1.02": 18, "1.05": 31, "1.04": 26, "1.07": 16
17:06:19(465):, "1.06": 24, "1.09": 15, "1.27": 6, "0.90": 4, "1.29": 16,
"1.28": 5, "0.99": 35, "1.25": 11, "1.08": 16, "1.23": 19, "1.22": 18,
"1.21": 17, "1.20": 8, "0.91": 4, "1.26":
17:06:19(483): 16928 | pscheduler | 24151 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.673928+00 | 2019-05-12 14:03:21.360799+00 | 2019-05-12 14:
17:06:19(489):03:21.360854+00 | 2019-05-12 14:03:21.360855+00 | t |
active | | 21405549 |

17:06:19(491):


17:06:19(493):


17:06:19(508):

+
17:06:19(524): | | | | |
| | | |
| |
17:06:19(533): | | |
| | | WITH inserted_row AS (

17:06:19(536):


17:06:19(538):


17:06:19(552):

+
17:06:19(568): | | | | |
| | | |
| |
17:06:19(583): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:19(585):


17:06:19(587):


17:06:19(602):

+
17:06:19(618): | | | | |
| | | |
| |
17:06:19(627): | | |
| | | VALUES (31635,

17:06:19(629):


17:06:19(631):


17:06:19(646):

+
17:06:19(662): | | | | |
| | | |
| |
17:06:19(671): | | |
| | | NULL,

17:06:19(673):


17:06:19(675):


17:06:19(689):

+
17:06:19(705): | | | | |
| | | |
| |
17:06:19(719): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:19(721):


17:06:19(723):


17:06:19(738):

+
17:06:19(754): | | | | |
| | | |
| |
17:06:19(764): | | |
| | |
run_state_finished(),
17:06:19(766):


17:06:19(769):


17:06:19(783):

+
17:06:19(799): | | | | |
| | | |
| |
17:06:19(808): | | |
| | | 0,

17:06:19(810):


17:06:19(812):


17:06:19(827):

+
17:06:19(843): | | | | |
| | | |
| |
17:06:19(860): | | |
| | |
'{"max-clock-error": 0.49, "packets-duplicated": 0, "succeeded": true,
17:06:19(881):"histogram-latency": {"0.66": 6, "0.67": 1, "0.60": 7, "0.61":
7, "0.62": 7, "0.63": 3, "0.64": 2, "0.48": 15, "0.49": 8, "0.46": 9, "0.47":
9, "0.44": 51, "0.45": 18, "0.42": 45, "0.43": 78, "0.40
17:06:19(902):": 114, "0.41": 60, "0.59": 6, "0.58": 6, "0.51": 6, "0.50":
3, "0.53": 8, "0.52": 9, "0.55": 5, "0.54": 3, "0.57": 4, "0.56": 7, "0.39":
67, "0.38": 23, "0.37": 7, "1.08": 1, "0.35": 2, "0.36": 3}
17:06:19(916):, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:06:19(932): | | | | |
| | | |
| |
17:06:19(941): | | |
| | | RETURNING *

17:06:19(943):


17:06:19(945):


17:06:19(959):

+
17:06:19(975): | | | | |
| | | |
| |
17:06:19(980): | | |
| | |
17:06:19(998): 16928 | pscheduler | 23669 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
04:36:54.367754+00 | 2019-05-12 14:03:21.926654+00 | 2019-05-12 14:
17:06:20(005):03:21.926697+00 | 2019-05-12 14:03:21.926698+00 | t |
active | | 21405549 |

17:06:20(007):


17:06:20(009):


17:06:20(024):

+
17:06:20(041): | | | | |
| | | |
| |
17:06:20(051): | | |
| | | WITH inserted_row AS (

17:06:20(053):


17:06:20(055):


17:06:20(070):

+
17:06:20(086): | | | | |
| | | |
| |
17:06:20(101): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:20(103):


17:06:20(106):


17:06:20(120):

+
17:06:20(137): | | | | |
| | | |
| |
17:06:20(146): | | |
| | | VALUES (31898,

17:06:20(148):


17:06:20(150):


17:06:20(166):

+
17:06:20(182): | | | | |
| | | |
| |
17:06:20(191): | | |
| | | NULL,

17:06:20(194):


17:06:20(196):


17:06:20(211):

+
17:06:20(226): | | | | |
| | | |
| |
17:06:20(240): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:20(242):


17:06:20(245):


17:06:20(259):

+
17:06:20(275): | | | | |
| | | |
| |
17:06:20(286): | | |
| | |
run_state_finished(),
17:06:20(288):


17:06:20(290):


17:06:20(305):

+
17:06:20(321): | | | | |
| | | |
| |
17:06:20(329): | | |
| | | 0,

17:06:20(331):


17:06:20(334):


17:06:20(348):

+
17:06:20(363): | | | | |
| | | |
| |
17:06:20(380): | | |
| | |
'{"max-clock-error": 0.34, "packets-duplicated": 0, "succeeded": true,
17:06:20(401):"histogram-latency": {"0.66": 5, "0.49": 3, "0.60": 17,
"0.61": 18, "0.62": 12, "0.63": 2, "0.64": 2, "0.65": 5, "0.48": 4, "0.67":
4, "0.46": 3, "0.47": 6, "0.44": 9, "0.45": 6, "0.42": 24, "0.43"
17:06:20(421):: 13, "0.40": 36, "0.41": 23, "0.28": 10, "0.29": 4, "0.26":
4, "0.27": 5, "0.69": 2, "0.59": 19, "0.58": 21, "0.72": 2, "0.51": 11,
"0.50": 10, "0.53": 8, "0.52": 12, "0.55": 11, "0.54": 12, "0.57
17:06:20(438):": 21, "0.56": 24, "0.39": 44, "0.38": 39, "0.37": 33, "0.36":
28, "0.35": 31, "0.34": 24, "0.33": 9, "0.32": 11, "0.31": 4, "0.30": 9},
"histogram-ttl": {"253": 600}, "pack
17:06:20(455): 16928 | pscheduler | 4232 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-10
13:57:50.695854+00 | 2019-05-12 14:03:20.509392+00 | 2019-05-12 14:
17:06:20(462):03:20.509421+00 | 2019-05-12 14:03:20.509423+00 | t |
active | | 21405549 |

17:06:20(464):


17:06:20(466):


17:06:20(480):

+
17:06:20(496): | | | | |
| | | |
| |
17:06:20(506): | | |
| | | WITH inserted_row AS (

17:06:20(508):


17:06:20(510):


17:06:20(525):

+
17:06:20(541): | | | | |
| | | |
| |
17:06:20(555): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:20(557):


17:06:20(559):


17:06:20(574):

+
17:06:20(590): | | | | |
| | | |
| |
17:06:20(599): | | |
| | | VALUES (32759,

17:06:20(602):


17:06:20(604):


17:06:20(618):

+
17:06:20(634): | | | | |
| | | |
| |
17:06:20(643): | | |
| | | NULL,

17:06:20(645):


17:06:20(647):


17:06:20(662):

+
17:06:20(678): | | | | |
| | | |
| |
17:06:20(692): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:20(694):


17:06:20(696):


17:06:20(710):

+
17:06:20(726): | | | | |
| | | |
| |
17:06:20(737): | | |
| | |
run_state_finished(),
17:06:20(739):


17:06:20(741):


17:06:20(756):

+
17:06:20(772): | | | | |
| | | |
| |
17:06:20(781): | | |
| | | 0,

17:06:20(784):


17:06:20(786):


17:06:20(802):

+
17:06:20(817): | | | | |
| | | |
| |
17:06:20(835): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:06:20(855):histogram-latency": {"7.16": 1, "3.76": 1, "6.41": 1, "6.42":
1, "4.38": 2, "0.48": 13, "0.49": 3, "0.46": 7, "0.47": 6, "0.44": 1, "9.51":
1, "9.56": 1, "8.62": 2, "1.90": 1, "7.11": 1, "0.52": 15
17:06:20(877):, "8.64": 1, "1.19": 1, "9.16": 1, "6.38": 1, "6.57": 1,
"3.64": 1, "7.09": 1, "0.59": 21, "0.58": 34, "0.51": 7, "0.50": 7, "0.53":
27, "1.82": 1, "0.55": 25, "0.54": 32, "0.57": 27, "0.56": 22, "
17:06:20(894):1.00": 2, "1.02": 1, "1.07": 1, "2.28": 1, "9.59": 1, "7.91":
1, "9.33": 1, "3.16": 1, "4.32": 1, "8.71": 1, "1.94": 1, "2.92": 1, "10.02":
1, "8.97": 2, "1.71": 1, "10.03":
17:06:20(912): 16928 | pscheduler | 9979 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
05:34:29.024056+00 | 2019-05-12 14:03:22.815535+00 | 2019-05-12 14:
17:06:20(918):03:22.815562+00 | 2019-05-12 14:03:22.815564+00 | t |
active | | 21405549 |

17:06:20(921):


17:06:20(923):


17:06:20(937):

+
17:06:20(952): | | | | |
| | | |
| |
17:06:20(962): | | |
| | | WITH inserted_row AS (

17:06:20(964):


17:06:20(966):


17:06:20(981):

+
17:06:20(997): | | | | |
| | | |
| |
17:06:21(012): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:21(014):


17:06:21(016):


17:06:21(031):

+
17:06:21(047): | | | | |
| | | |
| |
17:06:21(056): | | |
| | | VALUES (31741,

17:06:21(058):


17:06:21(061):


17:06:21(075):

+
17:06:21(091): | | | | |
| | | |
| |
17:06:21(101): | | |
| | | NULL,

17:06:21(103):


17:06:21(105):


17:06:21(119):

+
17:06:21(135): | | | | |
| | | |
| |
17:06:21(149): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:21(151):


17:06:21(153):


17:06:21(168):

+
17:06:21(183): | | | | |
| | | |
| |
17:06:21(194): | | |
| | |
run_state_finished(),
17:06:21(197):


17:06:21(199):


17:06:21(214):

+
17:06:21(229): | | | | |
| | | |
| |
17:06:21(238): | | |
| | | 0,

17:06:21(240):


17:06:21(242):


17:06:21(257):

+
17:06:21(273): | | | | |
| | | |
| |
17:06:21(290): | | |
| | |
'{"max-clock-error": 0.31, "packets-duplicated": 0, "succeeded": true,
17:06:21(310):"histogram-latency": {"0.64": 1, "0.48": 8, "0.69": 1, "0.46":
7, "0.47": 5, "0.44": 7, "0.45": 2, "0.42": 7, "0.43": 5, "0.40": 4, "0.41":
3, "0.28": 36, "0.29": 55, "0.24": 34, "0.25": 54, "0.26"
17:06:21(331):: 81, "0.27": 72, "0.20": 7, "0.21": 8, "0.22": 21, "0.23":
25, "0.81": 1, "0.50": 3, "0.53": 1, "0.52": 1, "0.19": 5, "0.39": 7, "0.38":
6, "0.37": 7, "0.36": 3, "0.35": 11, "0.34": 5, "0.33": 15,
17:06:21(347): "0.32": 17, "0.31": 16, "0.30": 59}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:06:21(363): | | | | |
| | | |
| |
17:06:21(369): | | |
| | |
17:06:21(387): 16928 | pscheduler | 26169 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:01:10.541678+00 | 2019-05-12 14:03:29.191614+00 | 2019-05-12 14:
17:06:21(393):03:29.191645+00 | 2019-05-12 14:03:29.191646+00 | t |
active | | 21405549 |

17:06:21(395):


17:06:21(397):


17:06:21(412):

+
17:06:21(427): | | | | |
| | | |
| |
17:06:21(437): | | |
| | | WITH inserted_row AS (

17:06:21(439):


17:06:21(442):


17:06:21(461):

+
17:06:21(477): | | | | |
| | | |
| |
17:06:21(492): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:21(494):


17:06:21(496):


17:06:21(511):

+
17:06:21(527): | | | | |
| | | |
| |
17:06:21(537): | | |
| | | VALUES (32720,

17:06:21(539):


17:06:21(543):


17:06:21(557):

+
17:06:21(573): | | | | |
| | | |
| |
17:06:21(582): | | |
| | | NULL,

17:06:21(584):


17:06:21(586):


17:06:21(601):

+
17:06:21(616): | | | | |
| | | |
| |
17:06:21(630): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:21(632):


17:06:21(635):


17:06:21(649):

+
17:06:21(665): | | | | |
| | | |
| |
17:06:21(676): | | |
| | |
run_state_finished(),
17:06:21(678):


17:06:21(680):


17:06:21(694):

+
17:06:21(710): | | | | |
| | | |
| |
17:06:21(719): | | |
| | | 0,

17:06:21(721):


17:06:21(723):


17:06:21(738):

+
17:06:21(753): | | | | |
| | | |
| |
17:06:21(770): | | |
| | |
'{"max-clock-error": 0.5, "packets-duplicated": 0, "succeeded": true, "
17:06:21(790):histogram-latency": {"0.34": 10, "0.66": 10, "0.67": 3,
"0.60": 4, "0.46": 15, "0.62": 8, "0.64": 8, "0.65": 5, "0.48": 25, "0.49":
19, "0.68": 14, "0.47": 19, "0.44": 11, "0.45": 13, "0.42": 13, "
17:06:21(812):0.43": 10, "0.40": 10, "0.41": 8, "0.82": 6, "0.78": 4,
"0.28": 4, "0.29": 6, "0.24": 2, "0.25": 4, "0.26": 3, "0.27": 9, "1.50": 1,
"0.22": 1, "0.23": 2, "0.69": 6, "0.83": 4, "0.80": 3, "0.81": 2
17:06:21(829):, "0.84": 1, "0.61": 2, "0.59": 7, "0.58": 14, "0.71": 9,
"0.70": 11, "0.77": 6, "0.76": 4, "0.75": 5, "0.74": 9, "0.51": 23, "0.50":
20, "0.53": 24, "0.52": 36, "0.55": 8,
17:06:21(847): 16928 | pscheduler | 30262 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:15:32.307435+00 | 2019-05-12 14:03:49.521661+00 | 2019-05-12 14:
17:06:21(853):03:49.521712+00 | 2019-05-12 14:03:49.521713+00 | t |
active | | 21405549 |

17:06:21(855):


17:06:21(857):


17:06:21(872):

+
17:06:21(888): | | | | |
| | | |
| |
17:06:21(898): | | |
| | | WITH inserted_row AS (

17:06:21(900):


17:06:21(902):


17:06:21(917):

+
17:06:21(933): | | | | |
| | | |
| |
17:06:21(947): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:21(950):


17:06:21(952):


17:06:21(966):

+
17:06:21(982): | | | | |
| | | |
| |
17:06:21(991): | | |
| | | VALUES (33021,

17:06:21(993):


17:06:21(995):


17:06:22(011):

+
17:06:22(028): | | | | |
| | | |
| |
17:06:22(038): | | |
| | | NULL,

17:06:22(040):


17:06:22(042):


17:06:22(056):

+
17:06:22(072): | | | | |
| | | |
| |
17:06:22(086): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:22(088):


17:06:22(090):


17:06:22(104):

+
17:06:22(121): | | | | |
| | | |
| |
17:06:22(131): | | |
| | |
run_state_finished(),
17:06:22(133):


17:06:22(136):


17:06:22(150):

+
17:06:22(166): | | | | |
| | | |
| |
17:06:22(175): | | |
| | | 0,

17:06:22(177):


17:06:22(180):


17:06:22(194):

+
17:06:22(210): | | | | |
| | | |
| |
17:06:22(227): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:06:22(248):histogram-latency": {"0.66": 1, "0.67": 1, "0.60": 17, "0.61":
11, "0.62": 10, "0.63": 14, "0.64": 7, "0.48": 8, "0.49": 8, "0.46": 4,
"0.47": 8, "0.44": 3, "0.45": 2, "0.42": 7, "0.43": 2, "0.40":
17:06:22(269): 7, "0.41": 7, "0.28": 24, "0.29": 21, "0.24": 11, "0.25": 13,
"0.26": 42, "0.27": 26, "0.20": 8, "0.21": 7, "0.22": 10, "0.23": 8, "0.18":
3, "0.59": 11, "0.58": 8, "0.17": 2, "0.51": 14, "0.50":
17:06:22(286):9, "0.53": 13, "0.52": 21, "0.55": 21, "0.54": 21, "0.57": 14,
"0.56": 10, "0.39": 8, "0.38": 3, "0.37": 9, "0.36": 20, "0.35": 12, "0.34":
16, "0.33": 12, "0.32": 24, "0.31
17:06:22(304): 16928 | pscheduler | 11703 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
05:36:09.637138+00 | 2019-05-12 14:03:50.975588+00 | 2019-05-12 14:
17:06:22(311):03:50.975639+00 | 2019-05-12 14:03:50.975641+00 | t |
active | | 21405549 |

17:06:22(313):


17:06:22(315):


17:06:22(329):

+
17:06:22(345): | | | | |
| | | |
| |
17:06:22(355): | | |
| | | WITH inserted_row AS (

17:06:22(357):


17:06:22(359):


17:06:22(373):

+
17:06:22(389): | | | | |
| | | |
| |
17:06:22(404): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:22(406):


17:06:22(408):


17:06:22(422):

+
17:06:22(438): | | | | |
| | | |
| |
17:06:22(447): | | |
| | | VALUES (31998,

17:06:22(450):


17:06:22(452):


17:06:22(466):

+
17:06:22(482): | | | | |
| | | |
| |
17:06:22(491): | | |
| | | NULL,

17:06:22(494):


17:06:22(496):


17:06:22(510):

+
17:06:22(526): | | | | |
| | | |
| |
17:06:22(540): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:22(542):


17:06:22(544):


17:06:22(560):

+
17:06:22(576): | | | | |
| | | |
| |
17:06:22(587): | | |
| | |
run_state_finished(),
17:06:22(589):


17:06:22(591):


17:06:22(605):

+
17:06:22(621): | | | | |
| | | |
| |
17:06:22(630): | | |
| | | 0,

17:06:22(632):


17:06:22(634):


17:06:22(649):

+
17:06:22(664): | | | | |
| | | |
| |
17:06:22(680): | | |
| | |
'{"max-clock-error": 0.32, "packets-duplicated": 0, "succeeded": true,
17:06:22(701):"histogram-latency": {"47.13": 1, "47.15": 1, "25.32": 1,
"35.93": 1, "32.05": 1, "30.71": 1, "0.00": 8, "0.21": 5, "38.50": 1,
"30.73": 1, "31.58": 2, "0.47": 1, "34.32": 1, "0.42": 3, "0.43": 2,
17:06:22(722):"0.40": 4, "0.38": 2, "30.97": 1, "26.68": 1, "37.32": 1,
"32.81": 1, "37.34": 1, "34.16": 1, "0.18": 7, "34.92": 1, "29.39": 1,
"28.68": 1, "27.13": 1, "28.48": 1, "25.84": 2, "33.41": 1, "33.40":
17:06:22(738): 1, "34.99": 1, "29.35": 1, "25.25": 1, "47.04": 1, "25.27":
1, "32.37": 1, "32.35": 1, "32.34": 1, "30.08": 1, "30.09": 1, "44.53": 1,
"16.45": 1, "34.02": 1, "44.66": 1, "
17:06:22(756): 16928 | pscheduler | 24152 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:02:19.676294+00 | 2019-05-12 14:03:25.964741+00 | 2019-05-12 14:
17:06:22(762):03:25.96477+00 | 2019-05-12 14:03:25.964771+00 | t |
active | | 21405549 |

17:06:22(764):


17:06:22(766):


17:06:22(781):

+
17:06:22(797): | | | | |
| | | |
| |
17:06:22(807): | | |
| | | WITH inserted_row AS (

17:06:22(809):


17:06:22(811):


17:06:22(826):

+
17:06:22(841): | | | | |
| | | |
| |
17:06:22(856): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:22(859):


17:06:22(861):


17:06:22(875):

+
17:06:22(892): | | | | |
| | | |
| |
17:06:22(901): | | |
| | | VALUES (32362,

17:06:22(904):


17:06:22(906):


17:06:22(921):

+
17:06:22(936): | | | | |
| | | |
| |
17:06:22(946): | | |
| | | NULL,

17:06:22(949):


17:06:22(951):


17:06:22(965):

+
17:06:22(981): | | | | |
| | | |
| |
17:06:22(995): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:22(997):


17:06:22(999):


17:06:23(014):

+
17:06:23(030): | | | | |
| | | |
| |
17:06:23(041): | | |
| | |
run_state_finished(),
17:06:23(043):


17:06:23(045):


17:06:23(060):

+
17:06:23(076): | | | | |
| | | |
| |
17:06:23(085): | | |
| | | 0,

17:06:23(087):


17:06:23(089):


17:06:23(103):

+
17:06:23(119): | | | | |
| | | |
| |
17:06:23(135): | | |
| | |
'{"max-clock-error": 0.45, "packets-duplicated": 0, "succeeded": true,
17:06:23(156):"histogram-latency": {"0.92": 2, "0.96": 11, "1.16": 6,
"1.17": 13, "1.14": 1, "1.15": 9, "1.12": 9, "1.13": 8, "1.10": 14, "1.11":
15, "0.91": 3, "1.18": 4, "1.19": 7, "1.30": 11, "1.31": 6, "1.32
17:06:23(177):": 12, "1.33": 3, "1.34": 5, "1.35": 2, "1.36": 3, "0.98": 7,
"1.37": 1, "1.45": 1, "0.95": 7, "0.94": 1, "1.21": 10, "1.01": 21, "1.00":
13, "1.03": 28, "1.02": 31, "1.05": 49, "1.04": 36, "1.07":
17:06:23(193): 20, "1.06": 35, "1.09": 16, "1.08": 23, "1.29": 5, "1.28":
14, "0.99": 5, "0.93": 6, "1.23": 11, "1.22": 20, "0.97": 12, "1.20": 10,
"1.27": 14, "1.26": 22, "1.25": 20, "1.
17:06:23(211): 16928 | pscheduler | 22002 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
14:57:40.631775+00 | 2019-05-12 14:03:21.265075+00 | 2019-05-12 14:
17:06:23(218):03:21.265104+00 | 2019-05-12 14:03:21.265105+00 | t |
active | | 21405549 |

17:06:23(220):


17:06:23(222):


17:06:23(237):

+
17:06:23(253): | | | | |
| | | |
| |
17:06:23(263): | | |
| | | WITH inserted_row AS (

17:06:23(265):


17:06:23(267):


17:06:23(281):

+
17:06:23(297): | | | | |
| | | |
| |
17:06:23(312): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:23(314):


17:06:23(316):


17:06:23(330):

+
17:06:23(346): | | | | |
| | | |
| |
17:06:23(355): | | |
| | | VALUES (32921,

17:06:23(358):


17:06:23(360):


17:06:23(374):

+
17:06:23(390): | | | | |
| | | |
| |
17:06:23(400): | | |
| | | NULL,

17:06:23(402):


17:06:23(404):


17:06:23(418):

+
17:06:23(434): | | | | |
| | | |
| |
17:06:23(448): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:23(451):


17:06:23(453):


17:06:23(467):

+
17:06:23(482): | | | | |
| | | |
| |
17:06:23(493): | | |
| | |
run_state_finished(),
17:06:23(495):


17:06:23(497):


17:06:23(512):

+
17:06:23(528): | | | | |
| | | |
| |
17:06:23(538): | | |
| | | 0,

17:06:23(540):


17:06:23(542):


17:06:23(557):

+
17:06:23(573): | | | | |
| | | |
| |
17:06:23(590): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:06:23(610):"histogram-latency": {"-0.06": 7, "-0.07": 9, "-0.04": 5,
"0.27": 9, "-0.02": 22, "-0.03": 7, "-0.01": 33, "0.20": 8, "-0.08": 5,
"0.21": 4, "-0.05": 3, "0.22": 11, "0.05": 18, "0.40": 1, "0.08": 1
17:06:23(631):8, "0.09": 21, "0.28": 12, "0.29": 10, "0.02": 23, "0.03": 42,
"0.26": 25, "0.01": 24, "0.06": 20, "0.07": 14, "0.04": 25, "0.23": 21,
"-0.10": 2, "0.15": 7, "0.14": 4, "0.17": 1, "0.16": 5, "0.11"
17:06:23(648):: 3, "0.10": 9, "0.13": 2, "0.12": 7, "-0.09": 5, "0.19": 7,
"0.18": 10, "0.39": 1, "0.38": 1, "0.37": 4, "0.36": 9, "0.35": 8, "0.34": 5,
"0.33": 18, "0.32": 12, "0.31": 11
17:06:23(666): 16928 | pscheduler | 27522 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:03:11.864067+00 | 2019-05-12 14:03:49.470605+00 | 2019-05-12 14:
17:06:23(672):03:49.470658+00 | 2019-05-12 14:03:49.470659+00 | t |
active | | 21405549 |

17:06:23(674):


17:06:23(676):


17:06:23(690):

+
17:06:23(706): | | | | |
| | | |
| |
17:06:23(716): | | |
| | | WITH inserted_row AS (

17:06:23(718):


17:06:23(720):


17:06:23(734):

+
17:06:23(751): | | | | |
| | | |
| |
17:06:23(766): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:23(768):


17:06:23(770):


17:06:23(785):

+
17:06:23(801): | | | | |
| | | |
| |
17:06:23(810): | | |
| | | VALUES (32924,

17:06:23(812):


17:06:23(814):


17:06:23(829):

+
17:06:23(845): | | | | |
| | | |
| |
17:06:23(854): | | |
| | | NULL,

17:06:23(857):


17:06:23(859):


17:06:23(873):

+
17:06:23(889): | | | | |
| | | |
| |
17:06:23(903): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:23(905):


17:06:23(907):


17:06:23(923):

+
17:06:23(938): | | | | |
| | | |
| |
17:06:23(949): | | |
| | |
run_state_finished(),
17:06:23(951):


17:06:23(953):


17:06:23(967):

+
17:06:23(983): | | | | |
| | | |
| |
17:06:23(992): | | |
| | | 0,

17:06:23(994):


17:06:23(996):


17:06:24(011):

+
17:06:24(027): | | | | |
| | | |
| |
17:06:24(044): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:06:24(064):"histogram-latency": {"0.06": 8, "0.07": 6, "0.45": 8, "0.61":
1, "0.62": 1, "0.64": 1, "0.04": 2, "0.48": 10, "0.49": 12, "0.46": 15,
"0.47": 13, "0.44": 12, "0.05": 2, "0.42": 14, "0.43": 10, "0.
17:06:24(085):40": 6, "0.41": 5, "0.08": 2, "0.09": 3, "0.28": 16, "0.29":
12, "0.24": 10, "0.25": 19, "0.26": 13, "0.27": 20, "0.20": 16, "0.21": 17,
"0.22": 23, "0.23": 22, "0.55": 9, "0.60": 1, "0.15": 22, "0
17:06:24(102):.14": 14, "0.17": 26, "0.16": 18, "0.11": 6, "0.10": 4,
"0.13": 13, "0.12": 13, "0.51": 15, "0.50": 10, "0.53": 7, "0.52": 13,
"0.19": 11, "0.18": 13, "0.57": 6, "0.56": 12,
17:06:24(121): 16928 | pscheduler | 24903 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
14:02:22.163211+00 | 2019-05-12 14:03:26.660655+00 | 2019-05-12 14:
17:06:24(127):03:26.660696+00 | 2019-05-12 14:03:26.660697+00 | t |
active | | 21405549 |

17:06:24(129):


17:06:24(131):


17:06:24(145):

+
17:06:24(161): | | | | |
| | | |
| |
17:06:24(171): | | |
| | | WITH inserted_row AS (

17:06:24(173):


17:06:24(175):


17:06:24(189):

+
17:06:24(205): | | | | |
| | | |
| |
17:06:24(221): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:24(223):


17:06:24(225):


17:06:24(239):

+
17:06:24(256): | | | | |
| | | |
| |
17:06:24(265): | | |
| | | VALUES (32724,

17:06:24(267):


17:06:24(269):


17:06:24(283):

+
17:06:24(300): | | | | |
| | | |
| |
17:06:24(309): | | |
| | | NULL,

17:06:24(311):


17:06:24(313):


17:06:24(329):

+
17:06:24(345): | | | | |
| | | |
| |
17:06:24(359): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:24(361):


17:06:24(363):


17:06:24(377):

+
17:06:24(393): | | | | |
| | | |
| |
17:06:24(404): | | |
| | |
run_state_finished(),
17:06:24(406):


17:06:24(408):


17:06:24(423):

+
17:06:24(438): | | | | |
| | | |
| |
17:06:24(447): | | |
| | | 0,

17:06:24(449):


17:06:24(451):


17:06:24(466):

+
17:06:24(482): | | | | |
| | | |
| |
17:06:24(498): | | |
| | |
'{"max-clock-error": 0.48, "packets-duplicated": 0, "succeeded": true,
17:06:24(519):"histogram-latency": {"0.60": 49, "0.61": 21, "0.62": 25,
"0.63": 14, "0.64": 12, "0.65": 12, "0.66": 9, "0.67": 3, "0.68": 6, "0.69":
5, "0.79": 3, "0.78": 2, "0.82": 2, "0.83": 1, "0.80": 1, "0.8
17:06:24(540):1": 2, "0.84": 1, "0.59": 55, "0.58": 67, "0.71": 4, "0.70":
6, "0.77": 7, "0.76": 2, "0.74": 4, "0.51": 2, "0.50": 2, "0.53": 10, "0.52":
10, "0.55": 66, "0.54": 29, "0.57": 87, "0.56": 77, "0.73"
17:06:24(555):: 2, "0.72": 1, "0.98": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:06:24(572): | | | | |
| | | |
| |
17:06:24(578): | | |
| | |
17:06:24(597): 13297 | postgres | 26551 | 10 | postgres | psql
| | | -1 | 2019-05-12
14:04:27.03881+00 | 2019-05-12 14:04:27.172885+00 | 2019-05-12 14:
17:06:24(606):04:27.172885+00 | 2019-05-12 14:04:27.172886+00 | f |
active | | 21405549 | SELECT * FROM pg_stat_activity
17:06:24(624): 16928 | pscheduler | 27523 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:03:11.866226+00 | 2019-05-12 14:03:20.49908+00 | 2019-05-12 14:
17:06:24(630):03:20.499148+00 | 2019-05-12 14:03:20.49915+00 | t |
active | | 21405549 |

17:06:24(632):


17:06:24(634):


17:06:24(649):

+
17:06:24(665): | | | | |
| | | |
| |
17:06:24(674): | | |
| | | WITH inserted_row AS (

17:06:24(676):


17:06:24(679):


17:06:24(693):

+
17:06:24(709): | | | | |
| | | |
| |
17:06:24(724): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:24(726):


17:06:24(728):


17:06:24(742):

+
17:06:24(758): | | | | |
| | | |
| |
17:06:24(768): | | |
| | | VALUES (32755,

17:06:24(770):


17:06:24(772):


17:06:24(787):

+
17:06:24(803): | | | | |
| | | |
| |
17:06:24(812): | | |
| | | NULL,

17:06:24(814):


17:06:24(816):


17:06:24(831):

+
17:06:24(847): | | | | |
| | | |
| |
17:06:24(861): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:24(869):


17:06:24(871):


17:06:24(885):

+
17:06:24(901): | | | | |
| | | |
| |
17:06:24(912): | | |
| | |
run_state_finished(),
17:06:24(914):


17:06:24(916):


17:06:24(931):

+
17:06:24(947): | | | | |
| | | |
| |
17:06:24(955): | | |
| | | 0,

17:06:24(957):


17:06:24(960):


17:06:24(974):

+
17:06:24(991): | | | | |
| | | |
| |
17:06:25(007): | | |
| | |
'{"max-clock-error": 0.46, "packets-duplicated": 0, "succeeded": true,
17:06:25(028):"histogram-latency": {"12.75": 1, "10.27": 1, "10.29": 1,
"3.78": 1, "7.18": 1, "1.99": 1, "1.97": 2, "11.28": 1, "13.57": 1, "9.56":
1, "14.54": 1, "5.64": 1, "1.16": 2, "1.14": 1, "1.15": 1, "11.
17:06:25(050):30": 1, "7.62": 1, "12.04": 1, "11.44": 1, "11.47": 1,
"11.49": 1, "0.56": 1, "2.12": 1, "11.29": 1, "4.06": 1, "7.06": 1, "9.46":
1, "10.19": 3, "1.89": 1, "0.58": 4, "10.57": 1, "9.79": 1, "1.83"
17:06:25(067):: 2, "0.55": 1, "0.57": 2, "1.86": 1, "1.01": 1, "1.00": 1,
"1.02": 1, "1.05": 1, "1.07": 1, "13.48": 1, "1.09": 2, "13.42": 1, "13.41":
1, "2.29": 1, "11.64": 1, "11.54": 1
17:06:25(097): 16928 | pscheduler | 10542 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-08
21:29:31.804731+00 | 2019-05-12 14:03:19.8174+00 | 2019-05-12 14:
17:06:25(104):03:19.817429+00 | 2019-05-12 14:03:19.81743+00 | t |
active | | 21405549 |

17:06:25(106):


17:06:25(108):


17:06:25(122):

+
17:06:25(138): | | | | |
| | | |
| |
17:06:25(148): | | |
| | | WITH inserted_row AS (

17:06:25(150):


17:06:25(152):


17:06:25(167):

+
17:06:25(183): | | | | |
| | | |
| |
17:06:25(198): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:25(200):


17:06:25(202):


17:06:25(216):

+
17:06:25(232): | | | | |
| | | |
| |
17:06:25(242): | | |
| | | VALUES (31636,

17:06:25(244):


17:06:25(246):


17:06:25(261):

+
17:06:25(277): | | | | |
| | | |
| |
17:06:25(286): | | |
| | | NULL,

17:06:25(288):


17:06:25(290):


17:06:25(304):

+
17:06:25(321): | | | | |
| | | |
| |
17:06:25(335): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:25(337):


17:06:25(339):


17:06:25(353):

+
17:06:25(369): | | | | |
| | | |
| |
17:06:25(380): | | |
| | |
run_state_finished(),
17:06:25(382):


17:06:25(384):


17:06:25(398):

+
17:06:25(415): | | | | |
| | | |
| |
17:06:25(424): | | |
| | | 0,

17:06:25(426):


17:06:25(428):


17:06:25(442):

+
17:06:25(458): | | | | |
| | | |
| |
17:06:25(475): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:06:25(495):"histogram-latency": {"0.62": 1, "0.48": 6, "0.49": 5, "0.46":
5, "0.47": 4, "0.44": 7, "0.45": 3, "0.42": 2, "0.43": 4, "0.40": 1, "0.41":
2, "0.28": 11, "0.29": 24, "0.25": 1, "0.27": 13, "1.38":
17:06:25(516): 1, "1.31": 1, "25.26": 1, "0.58": 1, "0.51": 6, "0.50": 4,
"0.53": 3, "0.52": 7, "0.55": 4, "0.54": 5, "0.56": 2, "0.39": 9, "0.38": 5,
"0.37": 20, "0.36": 33, "0.35": 38, "0.34": 46, "0.33": 78,
17:06:25(532):"0.32": 77, "0.31": 109, "0.30": 61}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:06:25(548): | | | | |
| | | |
| |
17:06:25(553): | | |
| | |
17:06:25(572): 16928 | pscheduler | 25695 | 16927 | pscheduler | api
| | | -1 | 2019-05-12
14:03:19.71433+00 | 2019-05-12 14:03:19.71611+00 | 2019-05-12 14:
17:06:25(590):03:19.71611+00 | 2019-05-12 14:03:19.71611+00 | t |
active | | 21405549 | SELECT * FROM
api_run_post('4c3918eb-676a-4d67-9433-7cd52515e295',
'2019-05-12T14:03:29+00:00'::tim
17:06:25(591):estamptz, NULL, NULL)
17:06:25(609): 16928 | pscheduler | 29210 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
11:07:38.207662+00 | 2019-05-12 14:03:45.12726+00 | 2019-05-12 14:
17:06:25(616):03:45.127314+00 | 2019-05-12 14:03:45.127315+00 | t |
active | | 21405549 |

17:06:25(618):


17:06:25(620):


17:06:25(634):

+
17:06:25(650): | | | | |
| | | |
| |
17:06:25(660): | | |
| | | WITH inserted_row AS (

17:06:25(662):


17:06:25(664):


17:06:25(678):

+
17:06:25(694): | | | | |
| | | |
| |
17:06:25(710): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:25(712):


17:06:25(714):


17:06:25(729):

+
17:06:25(745): | | | | |
| | | |
| |
17:06:25(754): | | |
| | | VALUES (31896,

17:06:25(756):


17:06:25(758):


17:06:25(772):

+
17:06:25(788): | | | | |
| | | |
| |
17:06:25(798): | | |
| | | NULL,

17:06:25(800):


17:06:25(802):


17:06:25(816):

+
17:06:25(833): | | | | |
| | | |
| |
17:06:25(847): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:25(849):


17:06:25(852):


17:06:25(866):

+
17:06:25(882): | | | | |
| | | |
| |
17:06:25(893): | | |
| | |
run_state_finished(),
17:06:25(895):


17:06:25(897):


17:06:25(912):

+
17:06:25(928): | | | | |
| | | |
| |
17:06:25(937): | | |
| | | 0,

17:06:25(939):


17:06:25(941):


17:06:25(956):

+
17:06:25(972): | | | | |
| | | |
| |
17:06:25(988): | | |
| | |
'{"max-clock-error": 0.34, "packets-duplicated": 0, "succeeded": true,
17:06:26(009):"histogram-latency": {"1.44": 1, "1.16": 6, "1.17": 4, "1.14":
4, "1.15": 2, "1.12": 13, "1.13": 8, "1.10": 7, "1.11": 4, "1.18": 1, "0.82":
28, "0.83": 42, "0.80": 15, "0.81": 22, "0.86": 32, "0.8
17:06:26(031):7": 18, "0.84": 32, "0.85": 51, "0.88": 21, "0.89": 13,
"0.73": 3, "0.72": 1, "0.77": 5, "0.76": 11, "0.75": 13, "0.74": 4, "0.79":
7, "0.78": 5, "1.01": 13, "1.00": 11, "1.03": 21, "1.02": 12, "1.
17:06:26(048):05": 18, "1.04": 13, "1.07": 20, "1.06": 16, "1.09": 11,
"1.08": 9, "0.99": 4, "0.98": 4, "0.95": 7, "0.94": 8, "0.97": 6, "0.96": 6,
"0.91": 16, "0.90": 15, "0.93": 8, "0.9
17:06:26(066): 16928 | pscheduler | 31017 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
09:16:48.045853+00 | 2019-05-12 14:03:22.548385+00 | 2019-05-12 14:
17:06:26(073):03:22.548414+00 | 2019-05-12 14:03:22.548415+00 | t |
active | | 21405549 |

17:06:26(075):


17:06:26(077):


17:06:26(091):

+
17:06:26(107): | | | | |
| | | |
| |
17:06:26(117): | | |
| | | WITH inserted_row AS (

17:06:26(119):


17:06:26(121):


17:06:26(136):

+
17:06:26(151): | | | | |
| | | |
| |
17:06:26(166): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:26(168):


17:06:26(170):


17:06:26(185):

+
17:06:26(201): | | | | |
| | | |
| |
17:06:26(210): | | |
| | | VALUES (32714,

17:06:26(212):


17:06:26(214):


17:06:26(228):

+
17:06:26(244): | | | | |
| | | |
| |
17:06:26(254): | | |
| | | NULL,

17:06:26(256):


17:06:26(259):


17:06:26(273):

+
17:06:26(290): | | | | |
| | | |
| |
17:06:26(304): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:26(306):


17:06:26(308):


17:06:26(322):

+
17:06:26(338): | | | | |
| | | |
| |
17:06:26(349): | | |
| | |
run_state_finished(),
17:06:26(351):


17:06:26(354):


17:06:26(368):

+
17:06:26(383): | | | | |
| | | |
| |
17:06:26(392): | | |
| | | 0,

17:06:26(394):


17:06:26(397):


17:06:26(412):

+
17:06:26(428): | | | | |
| | | |
| |
17:06:26(444): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:06:26(465):"histogram-latency": {"0.60": 3, "0.61": 3, "0.64": 1, "0.48":
22, "0.49": 13, "0.46": 14, "0.47": 13, "0.44": 9, "0.23": 19, "0.42": 9,
"0.43": 16, "0.40": 4, "0.41": 4, "0.45": 17, "0.28": 21, "0
17:06:26(486):.29": 16, "0.24": 24, "0.19": 4, "0.26": 32, "0.27": 42,
"0.20": 6, "0.21": 10, "0.22": 15, "0.54": 11, "0.14": 3, "0.59": 2, "0.58":
13, "0.17": 7, "0.16": 2, "0.13": 1, "0.51": 17, "0.50": 16, "0
17:06:26(502):.53": 26, "0.52": 17, "0.55": 6, "0.18": 8, "0.57": 13,
"0.56": 9, "0.15": 4, "0.39": 5, "0.38": 3, "0.37": 7, "0.36": 10, "0.35": 5,
"0.34": 7, "0.33": 19, "0.32": 17, "0.3
17:06:26(520): 16928 | pscheduler | 23995 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
00:50:38.453872+00 | 2019-05-12 14:03:27.12915+00 | 2019-05-12 14:
17:06:26(527):03:27.12919+00 | 2019-05-12 14:03:27.129191+00 | t |
active | | 21405549 |

17:06:26(529):


17:06:26(531):


17:06:26(545):

+
17:06:26(561): | | | | |
| | | |
| |
17:06:26(570): | | |
| | | WITH inserted_row AS (

17:06:26(573):


17:06:26(575):


17:06:26(589):

+
17:06:26(606): | | | | |
| | | |
| |
17:06:26(622): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:26(624):


17:06:26(626):


17:06:26(640):

+
17:06:26(656): | | | | |
| | | |
| |
17:06:26(666): | | |
| | | VALUES (32933,

17:06:26(668):


17:06:26(670):


17:06:26(684):

+
17:06:26(700): | | | | |
| | | |
| |
17:06:26(709): | | |
| | | NULL,

17:06:26(712):


17:06:26(714):


17:06:26(728):

+
17:06:26(744): | | | | |
| | | |
| |
17:06:26(758): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:26(760):


17:06:26(762):


17:06:26(777):

+
17:06:26(793): | | | | |
| | | |
| |
17:06:26(804): | | |
| | |
run_state_finished(),
17:06:26(806):


17:06:26(808):


17:06:26(823):

+
17:06:26(839): | | | | |
| | | |
| |
17:06:26(848): | | |
| | | 0,

17:06:26(850):


17:06:26(852):


17:06:26(866):

+
17:06:26(882): | | | | |
| | | |
| |
17:06:26(899): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:06:26(919):histogram-latency": {"0.66": 9, "0.49": 68, "0.60": 5, "0.61":
5, "0.62": 6, "0.63": 2, "0.64": 8, "0.65": 9, "0.48": 81, "0.47": 26,
"0.46": 5, "0.69": 6, "0.44": 7, "0.45": 6, "0.80": 1, "0.68":
17:06:26(940):2, "1.63": 1, "0.59": 10, "0.72": 7, "0.71": 3, "0.70": 3,
"0.75": 2, "0.51": 75, "0.50": 67, "0.53": 39, "0.52": 49, "0.55": 19,
"0.54": 46, "0.57": 13, "0.56": 9, "1.03": 1, "0.58": 6, "0.67": 4}
17:06:26(955):, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:06:26(971): | | | | |
| | | |
| |
17:06:26(981): | | |
| | | RETURNING *

17:06:26(983):


17:06:26(985):


17:06:27(000):

+
17:06:27(016): | | | | |
| | | |
| |
17:06:27(022): | | |
| | |
17:06:27(040): 16928 | pscheduler | 25693 | 16927 | pscheduler | api
| | | -1 | 2019-05-12
14:03:19.698349+00 | 2019-05-12 14:03:19.709635+00 | 2019-05-12 14:
17:06:27(058):03:19.709635+00 | 2019-05-12 14:03:19.709635+00 | t |
active | | 21405549 | SELECT * FROM
api_run_post('d630b73d-94f5-4b27-9c56-84266f862bca',
'2019-05-12T14:03:29+00:00'::tim
17:06:27(059):estamptz, NULL, NULL)
17:06:27(077): 16928 | pscheduler | 27526 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:03:11.883506+00 | 2019-05-12 14:03:51.031393+00 | 2019-05-12 14:
17:06:27(084):03:51.031452+00 | 2019-05-12 14:03:51.031453+00 | t |
active | | 21405549 |

17:06:27(086):


17:06:27(088):


17:06:27(102):

+
17:06:27(119): | | | | |
| | | |
| |
17:06:27(129): | | |
| | | WITH inserted_row AS (

17:06:27(131):


17:06:27(133):


17:06:27(148):

+
17:06:27(163): | | | | |
| | | |
| |
17:06:27(179): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:27(181):


17:06:27(183):


17:06:27(197):

+
17:06:27(213): | | | | |
| | | |
| |
17:06:27(222): | | |
| | | VALUES (32206,

17:06:27(224):


17:06:27(226):


17:06:27(240):

+
17:06:27(256): | | | | |
| | | |
| |
17:06:27(265): | | |
| | | NULL,

17:06:27(268):


17:06:27(271):


17:06:27(286):

+
17:06:27(302): | | | | |
| | | |
| |
17:06:27(316): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:27(318):


17:06:27(320):


17:06:27(334):

+
17:06:27(350): | | | | |
| | | |
| |
17:06:27(361): | | |
| | |
run_state_finished(),
17:06:27(363):


17:06:27(365):


17:06:27(380):

+
17:06:27(396): | | | | |
| | | |
| |
17:06:27(405): | | |
| | | 0,

17:06:27(407):


17:06:27(409):


17:06:27(424):

+
17:06:27(439): | | | | |
| | | |
| |
17:06:27(456): | | |
| | |
'{"max-clock-error": 0.79, "packets-duplicated": 0, "succeeded": true,
17:06:27(476):"histogram-latency": {"0.61": 1, "0.48": 13, "0.49": 9,
"0.46": 12, "0.47": 14, "0.44": 14, "0.45": 4, "0.42": 9, "0.43": 10, "0.40":
3, "0.41": 6, "0.28": 11, "0.29": 7, "0.24": 23, "0.25": 25, "0
17:06:27(498):.26": 31, "0.27": 30, "0.20": 25, "0.21": 22, "0.22": 20,
"0.23": 33, "0.55": 2, "0.15": 32, "0.14": 23, "0.17": 42, "0.16": 44,
"0.11": 2, "0.13": 11, "0.12": 6, "0.51": 4, "0.50": 4, "0.53": 5, "
17:06:27(514):0.52": 2, "0.19": 22, "0.18": 20, "0.54": 5, "0.56": 3,
"0.59": 1, "0.39": 4, "0.38": 4, "0.37": 5, "0.36": 3, "0.35": 3, "0.34": 3,
"0.33": 5, "0.32": 4, "0.31": 7, "0.30":
17:06:27(532): 16928 | pscheduler | 27528 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:03:11.931663+00 | 2019-05-12 14:03:21.655646+00 | 2019-05-12 14:
17:06:27(539):03:21.655687+00 | 2019-05-12 14:03:21.655689+00 | t |
active | | 21405549 |

17:06:27(541):


17:06:27(543):


17:06:27(557):

+
17:06:27(573): | | | | |
| | | |
| |
17:06:27(583): | | |
| | | WITH inserted_row AS (

17:06:27(585):


17:06:27(587):


17:06:27(602):

+
17:06:27(618): | | | | |
| | | |
| |
17:06:27(633): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:27(636):


17:06:27(638):


17:06:27(652):

+
17:06:27(668): | | | | |
| | | |
| |
17:06:27(677): | | |
| | | VALUES (32710,

17:06:27(679):


17:06:27(682):


17:06:27(696):

+
17:06:27(712): | | | | |
| | | |
| |
17:06:27(721): | | |
| | | NULL,

17:06:27(723):


17:06:27(725):


17:06:27(740):

+
17:06:27(756): | | | | |
| | | |
| |
17:06:27(770): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:27(772):


17:06:27(774):


17:06:27(788):

+
17:06:27(805): | | | | |
| | | |
| |
17:06:27(817): | | |
| | |
run_state_finished(),
17:06:27(819):


17:06:27(821):


17:06:27(835):

+
17:06:27(851): | | | | |
| | | |
| |
17:06:27(860): | | |
| | | 0,

17:06:27(862):


17:06:27(864):


17:06:27(879):

+
17:06:27(895): | | | | |
| | | |
| |
17:06:27(912): | | |
| | |
'{"max-clock-error": 1.02, "packets-duplicated": 0, "succeeded": true,
17:06:27(932):"histogram-latency": {"0.66": 2, "0.69": 2, "0.67": 9, "0.60":
13, "0.61": 9, "0.62": 11, "0.63": 10, "0.64": 11, "0.65": 3, "0.48": 33,
"0.49": 26, "0.46": 27, "0.47": 33, "0.44": 11, "0.45": 17,
17:06:27(954):"0.42": 4, "0.53": 26, "0.52": 23, "1.10": 1, "0.43": 4,
"0.82": 8, "0.83": 4, "0.80": 4, "0.81": 8, "0.86": 4, "0.87": 4, "0.84": 6,
"0.85": 6, "0.88": 2, "0.89": 2, "0.59": 11, "0.58": 25, "0.71"
17:06:27(971):: 7, "0.70": 3, "0.77": 12, "0.76": 13, "0.75": 11, "0.74": 8,
"0.51": 22, "0.50": 12, "0.79": 13, "0.78": 14, "0.55": 28, "0.54": 27,
"0.57": 27, "0.56": 31, "0.73": 5, "0.
17:06:27(989): 16928 | pscheduler | 27560 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:03:16.928207+00 | 2019-05-12 14:03:45.477006+00 | 2019-05-12 14:
17:06:27(995):03:45.477067+00 | 2019-05-12 14:03:45.477068+00 | t |
active | | 21405549 |

17:06:27(997):


17:06:27(999):


17:06:28(014):

+
17:06:28(030): | | | | |
| | | |
| |
17:06:28(040): | | |
| | | WITH inserted_row AS (

17:06:28(042):


17:06:28(044):


17:06:28(059):

+
17:06:28(075): | | | | |
| | | |
| |
17:06:28(090): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:28(092):


17:06:28(094):


17:06:28(108):

+
17:06:28(124): | | | | |
| | | |
| |
17:06:28(133): | | |
| | | VALUES (32622,

17:06:28(135):


17:06:28(138):


17:06:28(152):

+
17:06:28(168): | | | | |
| | | |
| |
17:06:28(177): | | |
| | | NULL,

17:06:28(179):


17:06:28(181):


17:06:28(195):

+
17:06:28(211): | | | | |
| | | |
| |
17:06:28(225): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:28(227):


17:06:28(230):


17:06:28(245):

+
17:06:28(260): | | | | |
| | | |
| |
17:06:28(271): | | |
| | |
run_state_finished(),
17:06:28(273):


17:06:28(275):


17:06:28(290):

+
17:06:28(306): | | | | |
| | | |
| |
17:06:28(315): | | |
| | | 0,

17:06:28(327):


17:06:28(329):


17:06:28(344):

+
17:06:28(359): | | | | |
| | | |
| |
17:06:28(376): | | |
| | |
'{"max-clock-error": 0.18, "packets-duplicated": 0, "succeeded": true,
17:06:28(397):"histogram-latency": {"0.61": 1, "0.63": 1, "0.48": 8, "0.49":
5, "0.46": 5, "0.47": 4, "0.44": 4, "0.45": 4, "0.42": 4, "0.43": 8, "0.40":
5, "0.41": 6, "0.78": 1, "0.28": 6, "0.29": 12, "0.25": 1
17:06:28(418):, "0.26": 1, "0.27": 11, "0.59": 1, "0.58": 1, "0.51": 8,
"0.50": 5, "0.53": 6, "0.52": 6, "0.55": 3, "0.54": 4, "0.57": 2, "0.56": 2,
"0.39": 11, "0.38": 20, "0.37": 22, "0.36": 56, "0.35": 61, "0
17:06:28(433):.34": 78, "0.33": 58, "0.32": 56, "0.31": 71, "0.30": 41,
"0.96": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets
17:06:28(451): 16928 | pscheduler | 25694 | 16927 | pscheduler | api
| | | -1 | 2019-05-12
14:03:19.699981+00 | 2019-05-12 14:03:19.709658+00 | 2019-05-12 14:
17:06:28(468):03:19.709658+00 | 2019-05-12 14:03:19.709659+00 | t |
active | | 21405549 | SELECT * FROM
api_run_post('5894627f-e87b-45ea-80ec-b03a5cd3ec73',
'2019-05-12T14:03:29+00:00'::tim
17:06:28(469):estamptz, NULL, NULL)
17:06:28(488): 16928 | pscheduler | 5834 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
15:28:39.55792+00 | 2019-05-12 14:03:50.566142+00 | 2019-05-12 14:
17:06:28(494):03:50.566203+00 | 2019-05-12 14:03:50.566204+00 | t |
active | | 21405549 |

17:06:28(497):


17:06:28(499):


17:06:28(514):

+
17:06:28(530): | | | | |
| | | |
| |
17:06:28(540): | | |
| | | WITH inserted_row AS (

17:06:28(543):


17:06:28(545):


17:06:28(559):

+
17:06:28(575): | | | | |
| | | |
| |
17:06:28(590): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:28(592):


17:06:28(594):


17:06:28(609):

+
17:06:28(626): | | | | |
| | | |
| |
17:06:28(635): | | |
| | | VALUES (32107,

17:06:28(637):


17:06:28(639):


17:06:28(654):

+
17:06:28(669): | | | | |
| | | |
| |
17:06:28(679): | | |
| | | NULL,

17:06:28(681):


17:06:28(683):


17:06:28(698):

+
17:06:28(714): | | | | |
| | | |
| |
17:06:28(728): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:28(730):


17:06:28(732):


17:06:28(747):

+
17:06:28(763): | | | | |
| | | |
| |
17:06:28(773): | | |
| | |
run_state_finished(),
17:06:28(776):


17:06:28(778):


17:06:28(792):

+
17:06:28(808): | | | | |
| | | |
| |
17:06:28(817): | | |
| | | 0,

17:06:28(819):


17:06:28(821):


17:06:28(836):

+
17:06:28(852): | | | | |
| | | |
| |
17:06:28(868): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:06:28(889):histogram-latency": {"1.68": 2, "1.38": 1, "1.53": 4, "1.52":
8, "1.39": 7, "1.50": 16, "1.51": 8, "1.56": 8, "1.57": 4, "1.54": 6, "1.55":
3, "1.49": 17, "1.58": 5, "169.93": 1, "5.35": 1, "312.02
17:06:28(910):": 1, "1.67": 2, "1.66": 4, "1.65": 4, "1.64": 3, "1.63": 6,
"1.48": 42, "1.61": 5, "1.60": 3, "1.45": 75, "1.44": 47, "1.47": 77, "1.46":
107, "1.41": 30, "1.40": 6, "1.43": 49, "1.42": 48}, "hist
17:06:28(925):ogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:06:28(941): | | | | |
| | | |
| |
17:06:28(950): | | |
| | | RETURNING *

17:06:28(952):


17:06:28(954):


17:06:28(969):

+
17:06:28(985): | | | | |
| | | |
| |
17:06:28(991): | | |
| | |
17:06:29(009): 16928 | pscheduler | 27561 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:03:16.965167+00 | 2019-05-12 14:03:51.243164+00 | 2019-05-12 14:
17:06:29(015):03:51.243203+00 | 2019-05-12 14:03:51.243204+00 | t |
active | | 21405549 |

17:06:29(017):


17:06:29(019):


17:06:29(035):

+
17:06:29(051): | | | | |
| | | |
| |
17:06:29(061): | | |
| | | WITH inserted_row AS (

17:06:29(063):


17:06:29(065):


17:06:29(079):

+
17:06:29(095): | | | | |
| | | |
| |
17:06:29(110): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:29(113):


17:06:29(115):


17:06:29(129):

+
17:06:29(145): | | | | |
| | | |
| |
17:06:29(154): | | |
| | | VALUES (31846,

17:06:29(156):


17:06:29(159):


17:06:29(173):

+
17:06:29(189): | | | | |
| | | |
| |
17:06:29(198): | | |
| | | NULL,

17:06:29(200):


17:06:29(202):


17:06:29(218):

+
17:06:29(233): | | | | |
| | | |
| |
17:06:29(248): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:29(250):


17:06:29(252):


17:06:29(267):

+
17:06:29(283): | | | | |
| | | |
| |
17:06:29(294): | | |
| | |
run_state_finished(),
17:06:29(296):


17:06:29(298):


17:06:29(313):

+
17:06:29(329): | | | | |
| | | |
| |
17:06:29(338): | | |
| | | 0,

17:06:29(340):


17:06:29(342):


17:06:29(357):

+
17:06:29(372): | | | | |
| | | |
| |
17:06:29(389): | | |
| | |
'{"max-clock-error": 0.34, "packets-duplicated": 0, "succeeded": true,
17:06:29(410):"histogram-latency": {"-0.48": 74, "-0.49": 46, "-0.28": 3,
"-0.29": 5, "-0.42": 11, "-0.43": 23, "-0.40": 13, "-0.27": 4, "-0.46": 45,
"-0.47": 47, "-0.44": 21, "-0.45": 34, "-0.30": 4, "-0.38": 5
17:06:29(431):, "-0.24": 1, "-0.53": 32, "-0.33": 5, "-0.32": 1, "-0.31": 5,
"-0.41": 12, "-0.37": 5, "-0.36": 5, "-0.35": 2, "-0.34": 7, "-0.51": 47,
"-0.50": 41, "-0.39": 8, "-0.52": 38, "-0.55": 14, "-0.54":
17:06:29(446):28, "-0.57": 2, "-0.56": 9, "0.11": 1, "-0.22": 1, "-0.26":
1}, "histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered":
0, "packets-lost": 0, "packets-recei
17:06:29(464): 16928 | pscheduler | 22837 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-08
21:56:07.424214+00 | 2019-05-12 14:03:35.019643+00 | 2019-05-12 14:
17:06:29(470):03:35.01969+00 | 2019-05-12 14:03:35.019692+00 | t |
active | | 21405549 |

17:06:29(472):


17:06:29(474):


17:06:29(489):

+
17:06:29(505): | | | | |
| | | |
| |
17:06:29(515): | | |
| | | WITH inserted_row AS (

17:06:29(517):


17:06:29(519):


17:06:29(533):

+
17:06:29(549): | | | | |
| | | |
| |
17:06:29(564): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:29(566):


17:06:29(568):


17:06:29(584):

+
17:06:29(599): | | | | |
| | | |
| |
17:06:29(609): | | |
| | | VALUES (32708,

17:06:29(611):


17:06:29(613):


17:06:29(628):

+
17:06:29(644): | | | | |
| | | |
| |
17:06:29(653): | | |
| | | NULL,

17:06:29(655):


17:06:29(657):


17:06:29(671):

+
17:06:29(687): | | | | |
| | | |
| |
17:06:29(701): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:29(704):


17:06:29(706):


17:06:29(720):

+
17:06:29(736): | | | | |
| | | |
| |
17:06:29(747): | | |
| | |
run_state_finished(),
17:06:29(749):


17:06:29(751):


17:06:29(766):

+
17:06:29(782): | | | | |
| | | |
| |
17:06:29(790): | | |
| | | 0,

17:06:29(793):


17:06:29(796):


17:06:29(810):

+
17:06:29(826): | | | | |
| | | |
| |
17:06:29(843): | | |
| | |
'{"max-clock-error": 0.47, "packets-duplicated": 0, "succeeded": true,
17:06:29(864):"histogram-latency": {"0.49": 1, "0.60": 26, "0.61": 29,
"0.62": 29, "0.63": 20, "0.64": 20, "0.65": 19, "0.66": 19, "0.67": 17,
"0.68": 9, "0.69": 7, "0.53": 1, "0.52": 6, "0.82": 18, "0.83": 19,
17:06:29(884):"0.80": 19, "0.81": 25, "0.86": 16, "0.87": 12, "0.84": 12,
"0.85": 16, "0.88": 11, "0.89": 3, "0.59": 29, "0.72": 10, "0.71": 11,
"0.70": 3, "0.77": 13, "0.76": 6, "0.75": 15, "0.74": 11, "0.51":
17:06:29(902):3, "0.50": 4, "0.79": 21, "0.78": 9, "0.55": 11, "0.54": 8,
"0.57": 23, "0.56": 14, "0.73": 4, "0.58": 24, "0.98": 1, "0.96": 1, "0.91":
10, "0.90": 3, "0.93": 3, "0.92": 9}
17:06:29(920): 16928 | pscheduler | 22071 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:41:52.911451+00 | 2019-05-12 14:03:51.10429+00 | 2019-05-12 14:
17:06:29(927):03:51.104347+00 | 2019-05-12 14:03:51.104348+00 | t |
active | | 21405549 |

17:06:29(929):


17:06:29(931):


17:06:29(946):

+
17:06:29(962): | | | | |
| | | |
| |
17:06:29(972): | | |
| | | WITH inserted_row AS (

17:06:29(974):


17:06:29(977):


17:06:29(991):

+
17:06:30(007): | | | | |
| | | |
| |
17:06:30(022): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:30(024):


17:06:30(027):


17:06:30(042):

+
17:06:30(058): | | | | |
| | | |
| |
17:06:30(067): | | |
| | | VALUES (32495,

17:06:30(069):


17:06:30(071):


17:06:30(086):

+
17:06:30(102): | | | | |
| | | |
| |
17:06:30(111): | | |
| | | NULL,

17:06:30(114):


17:06:30(116):


17:06:30(131):

+
17:06:30(146): | | | | |
| | | |
| |
17:06:30(161): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:30(163):


17:06:30(165):


17:06:30(180):

+
17:06:30(196): | | | | |
| | | |
| |
17:06:30(206): | | |
| | |
run_state_finished(),
17:06:30(209):


17:06:30(211):


17:06:30(225):

+
17:06:30(241): | | | | |
| | | |
| |
17:06:30(250): | | |
| | | 0,

17:06:30(252):


17:06:30(254):


17:06:30(269):

+
17:06:30(285): | | | | |
| | | |
| |
17:06:30(302): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:06:30(323):"histogram-latency": {"0.66": 4, "0.49": 6, "0.60": 20,
"0.61": 13, "0.62": 17, "0.63": 8, "0.64": 13, "0.65": 7, "0.48": 16, "0.67":
11, "0.46": 10, "0.69": 4, "0.44": 1, "0.45": 4, "0.53": 25, "0
17:06:30(344):.78": 27, "0.43": 2, "0.82": 4, "0.83": 4, "0.80": 7, "0.81":
7, "0.86": 4, "0.87": 3, "0.84": 9, "0.85": 5, "0.88": 3, "0.89": 1, "0.73":
12, "0.58": 33, "0.71": 7, "0.70": 4, "0.77": 20, "0.76":
17:06:30(361):22, "0.75": 17, "0.74": 27, "0.51": 13, "0.50": 11, "0.79":
12, "0.52": 13, "0.55": 26, "0.54": 24, "0.57": 42, "0.56": 32, "0.47": 13,
"0.59": 20, "0.72": 9, "0.68": 7, "0.
17:06:30(380): 16928 | pscheduler | 3882 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
01:16:13.243823+00 | 2019-05-12 14:03:49.828323+00 | 2019-05-12 14:
17:06:30(386):03:49.828379+00 | 2019-05-12 14:03:49.82838+00 | t |
active | | 21405549 |

17:06:30(388):


17:06:30(390):


17:06:30(405):

+
17:06:30(421): | | | | |
| | | |
| |
17:06:30(430): | | |
| | | WITH inserted_row AS (

17:06:30(432):


17:06:30(434):


17:06:30(450):

+
17:06:30(466): | | | | |
| | | |
| |
17:06:30(481): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:30(483):


17:06:30(485):


17:06:30(500):

+
17:06:30(515): | | | | |
| | | |
| |
17:06:30(525): | | |
| | | VALUES (32665,

17:06:30(527):


17:06:30(529):


17:06:30(543):

+
17:06:30(560): | | | | |
| | | |
| |
17:06:30(569): | | |
| | | NULL,

17:06:30(571):


17:06:30(573):


17:06:30(588):

+
17:06:30(604): | | | | |
| | | |
| |
17:06:30(618): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:30(621):


17:06:30(623):


17:06:30(638):

+
17:06:30(654): | | | | |
| | | |
| |
17:06:30(665): | | |
| | |
run_state_finished(),
17:06:30(667):


17:06:30(670):


17:06:30(684):

+
17:06:30(700): | | | | |
| | | |
| |
17:06:30(709): | | |
| | | 0,

17:06:30(711):


17:06:30(713):


17:06:30(727):

+
17:06:30(743): | | | | |
| | | |
| |
17:06:30(760): | | |
| | |
'{"max-clock-error": 0.2, "packets-duplicated": 0, "succeeded": true, "
17:06:30(780):histogram-latency": {"0.48": 1, "0.46": 1, "0.44": 1,
"115.59": 1, "0.43": 1, "0.40": 7, "0.41": 1, "0.28": 15, "0.29": 17, "0.24":
26, "0.25": 20, "0.26": 11, "0.27": 2, "0.20": 66, "0.21": 53, "0
17:06:30(802):.22": 35, "0.23": 34, "2.91": 1, "0.15": 44, "0.14": 25,
"0.17": 39, "0.16": 51, "0.13": 8, "0.12": 1, "0.19": 46, "0.18": 33, "0.54":
1, "0.38": 2, "0.37": 2, "0.36": 9, "0.35": 11, "0.34": 6, "0.
17:06:30(816):33": 6, "0.32": 9, "0.31": 4, "0.30": 9, "2.49": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600,
17:06:30(834): 16928 | pscheduler | 22094 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:41:53.859641+00 | 2019-05-12 14:03:26.387176+00 | 2019-05-12 14:
17:06:30(841):03:26.387207+00 | 2019-05-12 14:03:26.387208+00 | t |
active | | 21405549 |

17:06:30(843):


17:06:30(845):


17:06:30(859):

+
17:06:30(875): | | | | |
| | | |
| |
17:06:30(885): | | |
| | | WITH inserted_row AS (

17:06:30(887):


17:06:30(889):


17:06:30(903):

+
17:06:30(919): | | | | |
| | | |
| |
17:06:30(934): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:30(936):


17:06:30(939):


17:06:30(953):

+
17:06:30(969): | | | | |
| | | |
| |
17:06:30(979): | | |
| | | VALUES (32864,

17:06:30(981):


17:06:30(983):


17:06:30(998):

+
17:06:31(014): | | | | |
| | | |
| |
17:06:31(023): | | |
| | | NULL,

17:06:31(025):


17:06:31(028):


17:06:31(044):

+
17:06:31(059): | | | | |
| | | |
| |
17:06:31(073): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:31(075):


17:06:31(078):


17:06:31(092):

+
17:06:31(108): | | | | |
| | | |
| |
17:06:31(119): | | |
| | |
run_state_finished(),
17:06:31(121):


17:06:31(124):


17:06:31(138):

+
17:06:31(154): | | | | |
| | | |
| |
17:06:31(163): | | |
| | | 0,

17:06:31(165):


17:06:31(167):


17:06:31(181):

+
17:06:31(197): | | | | |
| | | |
| |
17:06:31(214): | | |
| | |
'{"max-clock-error": 0.46, "packets-duplicated": 0, "succeeded": true,
17:06:31(235):"histogram-latency": {"1.48": 7, "1.16": 18, "1.17": 26,
"1.14": 17, "1.15": 15, "1.12": 7, "1.13": 11, "1.10": 4, "1.11": 7, "1.53":
1, "1.18": 22, "1.19": 23, "1.38": 29, "1.39": 17, "1.50": 8, "
17:06:31(256):1.51": 6, "1.54": 1, "1.55": 2, "1.30": 3, "1.31": 9, "1.32":
11, "1.33": 10, "1.34": 3, "1.35": 7, "1.36": 17, "1.37": 12, "1.03": 1,
"1.45": 8, "1.02": 1, "1.24": 19, "1.21": 18, "1.52": 1, "1.44
17:06:31(273):": 13, "1.20": 31, "1.05": 4, "1.04": 3, "1.07": 5, "1.06": 1,
"1.09": 7, "1.27": 10, "1.40": 21, "1.29": 8, "1.28": 9, "1.49": 6, "1.43":
10, "1.08": 2, "1.23": 19, "1.22":
17:06:31(291): 16928 | pscheduler | 25655 | 16927 | pscheduler | api
| | | -1 | 2019-05-12
14:03:19.167313+00 | 2019-05-12 14:03:19.169425+00 | 2019-05-12 14:
17:06:31(308):03:19.169425+00 | 2019-05-12 14:03:19.169426+00 | t |
active | | 21405549 | SELECT * FROM
api_run_post('f62002d8-8c27-4395-a2a9-f36160aed5a5',
'2019-05-12T14:03:28+00:00'::tim
17:06:31(310):estamptz, NULL, NULL)
17:06:31(329): 16928 | pscheduler | 25698 | 16927 | pscheduler | api
| | | -1 | 2019-05-12
14:03:19.746328+00 | 2019-05-12 14:03:19.748057+00 | 2019-05-12 14:
17:06:31(345):03:19.748057+00 | 2019-05-12 14:03:19.748057+00 | t |
active | | 21405549 | SELECT EXISTS (SELECT * FROM run WHERE
uuid = 'd810cbba-ac13-46ae-9431-ccb09e1dd58b')
17:06:31(364): 16928 | pscheduler | 22135 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
02:41:58.942109+00 | 2019-05-12 14:03:29.077456+00 | 2019-05-12 14:
17:06:31(371):03:29.077483+00 | 2019-05-12 14:03:29.077484+00 | t |
active | | 21405549 |

17:06:31(373):


17:06:31(375):


17:06:31(389):

+
17:06:31(405): | | | | |
| | | |
| |
17:06:31(415): | | |
| | | WITH inserted_row AS (

17:06:31(418):


17:06:31(420):


17:06:31(435):

+
17:06:31(451): | | | | |
| | | |
| |
17:06:31(466): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:31(468):


17:06:31(470):


17:06:31(484):

+
17:06:31(501): | | | | |
| | | |
| |
17:06:31(510): | | |
| | | VALUES (32870,

17:06:31(512):


17:06:31(515):


17:06:31(529):

+
17:06:31(545): | | | | |
| | | |
| |
17:06:31(554): | | |
| | | NULL,

17:06:31(556):


17:06:31(558):


17:06:31(572):

+
17:06:31(588): | | | | |
| | | |
| |
17:06:31(603): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:31(605):


17:06:31(607):


17:06:31(621):

+
17:06:31(637): | | | | |
| | | |
| |
17:06:31(648): | | |
| | |
run_state_finished(),
17:06:31(651):


17:06:31(653):


17:06:31(668):

+
17:06:31(684): | | | | |
| | | |
| |
17:06:31(692): | | |
| | | 0,

17:06:31(695):


17:06:31(697):


17:06:31(712):

+
17:06:31(727): | | | | |
| | | |
| |
17:06:31(744): | | |
| | |
'{"max-clock-error": 0.21, "packets-duplicated": 0, "succeeded": true,
17:06:31(764):"histogram-latency": {"0.01": 2, "-0.01": 1, "0.06": 10,
"0.07": 10, "0.22": 5, "0.49": 2, "0.46": 12, "0.47": 7, "0.44": 7, "0.45":
6, "0.42": 12, "0.43": 7, "0.40": 11, "0.41": 13, "0.05": 2, "0.
17:06:31(785):08": 19, "0.09": 28, "0.28": 7, "0.29": 5, "0.24": 7, "0.03":
11, "0.26": 6, "0.27": 5, "0.20": 9, "0.21": 3, "0.04": 5, "0.23": 5, "0.15":
19, "0.14": 43, "0.17": 19, "0.16": 22, "0.11": 31, "0.10
17:06:31(803):": 27, "0.13": 26, "0.12": 35, "0.51": 1, "0.19": 16, "0.18":
15, "0.39": 13, "0.38": 9, "0.37": 13, "0.36": 14, "0.35": 21, "0.34": 14,
"0.33": 10, "0.32": 11, "0.31": 10,
17:06:31(915): 16928 | pscheduler | 25701 | 16927 | pscheduler | api
| | | -1 | 2019-05-12
14:03:19.887106+00 | 2019-05-12 14:03:19.888853+00 | 2019-05-12 14:
17:06:31(931):03:19.888853+00 | 2019-05-12 14:03:19.888854+00 | t |
active | | 21405549 | SELECT EXISTS (SELECT * FROM run WHERE
uuid = '655bf554-48f0-4b3a-ba4d-789ea8e65b09')
17:06:31(951): 16928 | pscheduler | 25703 | 16927 | pscheduler | api
| | | -1 | 2019-05-12
14:03:19.896431+00 | 2019-05-12 14:03:19.898185+00 | 2019-05-12 14:
17:06:31(966):03:19.898185+00 | 2019-05-12 14:03:19.898185+00 | t |
active | | 21405549 | SELECT EXISTS (SELECT * FROM run WHERE
uuid = '053dcdb1-64a3-4e01-bc77-50fb5efe03af')
17:06:31(985): 16928 | pscheduler | 25708 | 16927 | pscheduler | api
| | | -1 | 2019-05-12
14:03:20.016372+00 | 2019-05-12 14:03:20.018101+00 | 2019-05-12 14:
17:06:32(000):03:20.018101+00 | 2019-05-12 14:03:20.018101+00 | t |
active | | 21405549 | SELECT EXISTS (SELECT * FROM run WHERE
uuid = '0a3907da-ec3f-441d-9144-3fdbaf8cd611')
17:06:32(019): 16928 | pscheduler | 11522 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:36:48.623758+00 | 2019-05-12 14:03:50.188825+00 | 2019-05-12 14:
17:06:32(025):03:50.188867+00 | 2019-05-12 14:03:50.188868+00 | t |
active | | 21405549 |

17:06:32(028):


17:06:32(030):


17:06:32(045):

+
17:06:32(061): | | | | |
| | | |
| |
17:06:32(070): | | |
| | | WITH inserted_row AS (

17:06:32(072):


17:06:32(074):


17:06:32(089):

+
17:06:32(105): | | | | |
| | | |
| |
17:06:32(120): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:32(122):


17:06:32(125):


17:06:32(139):

+
17:06:32(155): | | | | |
| | | |
| |
17:06:32(164): | | |
| | | VALUES (31999,

17:06:32(167):


17:06:32(169):


17:06:32(184):

+
17:06:32(201): | | | | |
| | | |
| |
17:06:32(210): | | |
| | | NULL,

17:06:32(212):


17:06:32(214):


17:06:32(228):

+
17:06:32(245): | | | | |
| | | |
| |
17:06:32(259): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:32(261):


17:06:32(263):


17:06:32(278):

+
17:06:32(294): | | | | |
| | | |
| |
17:06:32(305): | | |
| | |
run_state_finished(),
17:06:32(307):


17:06:32(310):


17:06:32(324):

+
17:06:32(340): | | | | |
| | | |
| |
17:06:32(349): | | |
| | | 0,

17:06:32(352):


17:06:32(354):


17:06:32(369):

+
17:06:32(385): | | | | |
| | | |
| |
17:06:32(402): | | |
| | |
'{"max-clock-error": 0.3, "packets-duplicated": 0, "succeeded": true, "
17:06:32(423):histogram-latency": {"-0.06": 2, "-0.33": 17, "-0.05": 3,
"-0.28": 63, "-0.29": 60, "-0.32": 15, "-0.24": 27, "-0.25": 47, "-0.26": 71,
"-0.27": 92, "-0.20": 3, "-0.31": 41, "-0.22": 9, "-0.23": 7,
17:06:32(444): "-0.16": 2, "-0.02": 1, "-0.35": 2, "-0.34": 14, "-0.15": 3,
"-0.14": 4, "-0.17": 5, "-0.30": 73, "-0.11": 4, "-0.10": 6, "-0.13": 2,
"-0.12": 6, "-0.19": 6, "-0.18": 5, "-0.21": 4, "-0.07": 2, "-
17:06:32(459):0.08": 2, "-0.09": 2}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:06:32(475): | | | | |
| | | |
| |
17:06:32(481): | | |
| | |
17:06:32(500): 16928 | pscheduler | 12014 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
06:37:01.97259+00 | 2019-05-12 14:03:51.761584+00 | 2019-05-12 14:
17:06:32(506):03:51.761627+00 | 2019-05-12 14:03:51.761628+00 | t |
active | | 21405549 |

17:06:32(508):


17:06:32(511):


17:06:32(526):

+
17:06:32(542): | | | | |
| | | |
| |
17:06:32(552): | | |
| | | WITH inserted_row AS (

17:06:32(554):


17:06:32(556):


17:06:32(571):

+
17:06:32(587): | | | | |
| | | |
| |
17:06:32(602): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:32(604):


17:06:32(606):


17:06:32(621):

+
17:06:32(638): | | | | |
| | | |
| |
17:06:32(648): | | |
| | | VALUES (32548,

17:06:32(651):


17:06:32(653):


17:06:32(668):

+
17:06:32(684): | | | | |
| | | |
| |
17:06:32(694): | | |
| | | NULL,

17:06:32(695):


17:06:32(697):


17:06:32(713):

+
17:06:32(729): | | | | |
| | | |
| |
17:06:32(743): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:32(745):


17:06:32(747):


17:06:32(762):

+
17:06:32(778): | | | | |
| | | |
| |
17:06:32(789): | | |
| | |
run_state_finished(),
17:06:32(791):


17:06:32(793):


17:06:32(808):

+
17:06:32(824): | | | | |
| | | |
| |
17:06:32(833): | | |
| | | 0,

17:06:32(835):


17:06:32(837):


17:06:32(852):

+
17:06:32(868): | | | | |
| | | |
| |
17:06:32(886): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:06:32(906):"histogram-latency": {"0.47": 1, "0.44": 1, "0.45": 1, "0.42":
1, "0.40": 5, "0.41": 4, "0.28": 11, "0.29": 5, "0.24": 27, "0.25": 17,
"0.26": 5, "0.27": 6, "0.20": 33, "0.21": 27, "0.22": 54, "0.2
17:06:32(927):3": 34, "20.82": 1, "0.15": 20, "0.14": 12, "0.17": 81,
"0.16": 29, "0.11": 1, "0.13": 6, "0.12": 4, "0.19": 59, "0.18": 89, "0.39":
6, "0.38": 9, "0.37": 10, "0.36": 8, "0.35": 2, "0.34": 6, "0.33
17:06:32(942):": 4, "0.32": 9, "0.31": 4, "0.30": 7, "0.90": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "s
17:06:32(960): 16928 | pscheduler | 27238 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-11
00:36:33.534993+00 | 2019-05-12 14:03:29.469018+00 | 2019-05-12 14:
17:06:32(967):03:29.469055+00 | 2019-05-12 14:03:29.469056+00 | t |
active | | 21405549 |

17:06:32(969):


17:06:32(971):


17:06:32(985):

+
17:06:33(002): | | | | |
| | | |
| |
17:06:33(012): | | |
| | | WITH inserted_row AS (

17:06:33(014):


17:06:33(016):


17:06:33(031):

+
17:06:33(047): | | | | |
| | | |
| |
17:06:33(062): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:06:33(064):


17:06:33(066):


17:06:33(081):

+
17:06:33(098): | | | | |
| | | |
| |
17:06:33(107): | | |
| | | VALUES (31789,

17:06:33(109):


17:06:33(112):


17:06:33(126):

+
17:06:33(142): | | | | |
| | | |
| |
17:06:33(151): | | |
| | | NULL,

17:06:33(153):


17:06:33(155):


17:06:33(170):

+
17:06:33(186): | | | | |
| | | |
| |
17:06:33(200): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:06:33(202):


17:06:33(205):


17:06:33(219):

+
17:06:33(235): | | | | |
| | | |
| |
17:06:33(246): | | |
| | |
run_state_finished(),
17:06:33(248):


17:06:33(251):


17:06:33(265):

+
17:06:33(281): | | | | |
| | | |
| |
17:06:33(290): | | |
| | | 0,

17:06:33(293):


17:06:33(295):


17:06:33(309):

+
17:06:33(328): | | | | |
| | | |
| |
17:06:33(345): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:06:33(367):"histogram-latency": {"1.48": 15, "1.68": 6, "1.74": 1,
"1.53": 3, "1.29": 3, "1.52": 1, "1.38": 27, "1.39": 31, "1.50": 9, "1.51":
9, "1.70": 1, "1.71": 7, "1.72": 2, "1.55": 7, "1.30": 11, "1.63"
17:06:33(387):: 7, "1.32": 9, "1.59": 18, "1.34": 9, "1.35": 14, "1.36": 20,
"1.37": 33, "1.54": 9, "1.56": 19, "1.69": 3, "1.31": 11, "1.58": 18, "1.57":
14, "1.33": 3, "1.27": 2, "1.67": 19, "1.66": 10, "1.65"
17:06:33(404):: 6, "1.64": 9, "1.49": 5, "1.62": 21, "1.61": 12, "1.60": 25,
"1.45": 14, "1.44": 12, "1.47": 8, "1.46": 22, "1.41": 26, "1.40": 45,
"1.43": 19, "1.42": 25}, "histogram-ttl
17:06:33(405):(267 rows)
17:06:33(406):
17:06:33(410):[root@ps-clc2-g3057c ~]#












 17:07:40(794):
17:07:47(576):^CCancel request sent
17:07:47(599):ERROR: canceling statement due to user request
17:07:49(833):[root@ps-clc2-g3057c ~]# cd
17:07:50(010):[root@ps-clc2-g3057c ~]#
17:07:50(155):[root@ps-clc2-g3057c ~]#
17:08:00(718):[root@ps-clc2-g3057c ~]# sudo -u postgres psql pscheduler -c
"SELECT *, pg_size_pretty(total_bytes) AS total
17:08:00(776):> , pg_size_pretty(index_bytes) AS INDEX
17:08:00(797):> , pg_size_pretty(toast_bytes) AS toast
17:08:00(807):> , pg_size_pretty(table_bytes) AS TABLE
17:08:00(821):> FROM (
17:08:00(843):> SELECT *, total_bytes-index_bytes-COALESCE(toast_bytes,0)
AS table_bytes FROM (
17:08:00(859):> SELECT c.oid,nspname AS table_schema, relname AS
TABLE_NAME
17:08:00(876):> , c.reltuples AS row_estimate
17:08:00(887):> , pg_total_relation_size(c.oid) AS total_bytes
17:08:00(908):> , pg_indexes_size(c.oid) AS index_bytes
17:08:00(924):> , pg_total_relation_size(reltoastrelid) AS
toast_bytes
17:08:00(932):> FROM pg_class c
17:08:00(950):> LEFT JOIN pg_namespace n ON n.oid = c.relnamespace
17:08:00(969):> WHERE relkind = 'r'
17:08:00(981):> ) a
17:08:01(000):> ) a;"
17:08:01(603):could not change directory to "/root": Permission denied
17:08:12(714):
17:08:30(499):
17:08:30(998):
17:08:31(031):
17:08:31(064):
17:08:31(096):
17:08:31(131):
17:08:31(163):
17:08:31(196):
17:08:31(228):
17:08:31(262):
17:08:31(295):
17:08:32(058):
17:08:32(266):
17:08:32(426):
17:08:43(083):^CCancel request sent
17:08:43(322):
17:08:43(403):ERROR: canceling statement due to user request
17:08:44(036):
17:08:44(683):
17:08:44(906):
17:08:45(252):[root@ps-clc2-g3057c ~]#
17:08:45(255):[root@ps-clc2-g3057c ~]#
17:08:45(259):[root@ps-clc2-g3057c ~]#
17:08:45(264):[root@ps-clc2-g3057c ~]#
17:08:46(787):[root@ps-clc2-g3057c ~]# pwd
17:08:46(801):/root
17:08:48(522):[root@ps-clc2-g3057c ~]# sudo -u postgres psql pscheduler -c
"SELECT *, pg_size_pretty(total_bytes) AS total
17:08:48(526): , pg_size_pretty(index_bytes) AS INDEX
17:08:48(529): , pg_size_pretty(toast_bytes) AS toast
17:08:48(532): , pg_size_pretty(table_bytes) AS TABLE
17:08:48(533): FROM (
17:08:48(541): SELECT *, total_bytes-index_bytes-COALESCE(toast_bytes,0) AS
table_bytes FROM (
17:08:48(546): SELECT c.oid,nspname AS table_schema, relname AS
TABLE_NAME
17:08:48(548): , c.reltuples AS row_estimate
17:08:48(552): , pg_total_relation_size(c.oid) AS total_bytes
17:08:48(555): , pg_indexes_size(c.oid) AS index_bytes
17:08:48(558): , pg_total_relation_size(reltoastrelid) AS
toast_bytes
17:08:48(560): FROM pg_class c
17:08:48(563): LEFT JOIN pg_namespace n ON n.oid = c.relnamespace
17:08:48(564): WHERE relkind = 'r'
17:08:48(566): ) a
17:08:49(923):) a;"
17:08:52(163):could not change directory to "/root": Permission denied
17:10:30(539):
17:10:31(476):
17:10:31(723):
17:10:33(291):
17:10:33(792):
17:10:33(823):
17:10:33(857):
17:10:33(891):
17:10:33(922):
17:10:33(956):
17:10:33(990):
17:10:34(022):
17:10:34(055):
17:15:43(552): oid | table_schema | table_name |
row_estimate | total_bytes | index_bytes | toast_bytes | table_bytes |
total | index | toast | table

17:15:43(576):-------+--------------------+-------------------------+--------------+-------------+-------------+-------------+-------------+------------+------------+------------+------------
17:15:43(591): 17312 | public | run_state |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:15:43(607): 17230 | public | task |
33656 | 5143633920 | 1864777728 | 68354048 | 3210502144 | 4905 MB |
1778 MB | 65 MB | 3062 MB
17:15:43(622): 17018 | public | configurables |
0 | 8192 | 0 | | 8192 | 8192 bytes |
0 bytes | | 8192 bytes
17:15:43(637): 2619 | pg_catalog | pg_statistic |
522 | 507904 | 40960 | 163840 | 303104 | 496 kB |
40 kB | 160 kB | 296 kB
17:15:43(651): 1247 | pg_catalog | pg_type |
432 | 196608 | 73728 | | 122880 | 192 kB |
72 kB | | 120 kB
17:15:43(665): 1260 | pg_catalog | pg_authid |
1 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:15:43(680): 17003 | public | table_version |
17 | 65536 | 16384 | 8192 | 40960 | 64 kB |
16 kB | 8192 bytes | 40 kB
17:15:43(695): 17034 | public | control |
0 | 8192 | 0 | | 8192 | 8192 bytes |
0 bytes | | 8192 bytes
17:15:43(709): 17047 | public | http_queue |
0 | 65536 | 16384 | 8192 | 40960 | 64 kB |
16 kB | 8192 bytes | 40 kB
17:15:43(724): 17076 | public | scheduling_class |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:15:43(738): 1418 | pg_catalog | pg_user_mapping |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:15:43(753): 2613 | pg_catalog | pg_largeobject |
0 | 8192 | 8192 | | 0 | 8192 bytes |
8192 bytes | | 0 bytes
17:15:43(767): 1249 | pg_catalog | pg_attribute |
3017 | 811008 | 245760 | | 565248 | 792 kB |
240 kB | | 552 kB
17:15:43(782): 1255 | pg_catalog | pg_proc |
2969 | 1540096 | 393216 | 98304 | 1048576 | 1504 kB |
384 kB | 96 kB | 1024 kB
17:15:43(797): 1259 | pg_catalog | pg_class |
411 | 262144 | 106496 | | 155648 | 256 kB |
104 kB | | 152 kB
17:15:43(812): 2604 | pg_catalog | pg_attrdef |
0 | 81920 | 32768 | 8192 | 40960 | 80 kB |
32 kB | 8192 bytes | 40 kB
17:15:43(826): 2606 | pg_catalog | pg_constraint |
2 | 122880 | 65536 | 8192 | 49152 | 120 kB |
64 kB | 8192 bytes | 48 kB
17:15:43(842): 2611 | pg_catalog | pg_inherits |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:15:43(856): 2610 | pg_catalog | pg_index |
171 | 106496 | 32768 | | 73728 | 104 kB |
32 kB | | 72 kB
17:15:43(870): 2617 | pg_catalog | pg_operator |
772 | 237568 | 81920 | | 155648 | 232 kB |
80 kB | | 152 kB
17:15:43(885): 2753 | pg_catalog | pg_opfamily |
111 | 81920 | 32768 | | 49152 | 80 kB |
32 kB | | 48 kB
17:15:43(923): 2616 | pg_catalog | pg_opclass |
158 | 90112 | 32768 | | 57344 | 88 kB |
32 kB | | 56 kB
17:15:43(938): 2601 | pg_catalog | pg_am |
6 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:15:43(954): 2602 | pg_catalog | pg_amop |
676 | 196608 | 114688 | | 81920 | 192 kB |
112 kB | | 80 kB
17:15:43(968): 2603 | pg_catalog | pg_amproc |
536 | 139264 | 73728 | | 65536 | 136 kB |
72 kB | | 64 kB
17:15:43(983): 2612 | pg_catalog | pg_language |
4 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:15:43(997): 2995 | pg_catalog | pg_largeobject_metadata |
0 | 8192 | 8192 | | 0 | 8192 bytes |
8192 bytes | | 0 bytes
17:15:44(011): 2600 | pg_catalog | pg_aggregate |
138 | 65536 | 16384 | | 49152 | 64 kB |
16 kB | | 48 kB
17:15:44(026): 2618 | pg_catalog | pg_rewrite |
114 | 802816 | 32768 | 606208 | 163840 | 784 kB |
32 kB | 592 kB | 160 kB
17:15:44(042): 2620 | pg_catalog | pg_trigger |
78 | 122880 | 49152 | 8192 | 65536 | 120 kB |
48 kB | 8192 bytes | 64 kB
17:15:44(057): 3466 | pg_catalog | pg_event_trigger |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:15:44(071): 2609 | pg_catalog | pg_description |
3833 | 491520 | 172032 | 8192 | 311296 | 480 kB |
168 kB | 8192 bytes | 304 kB
17:15:44(086): 2605 | pg_catalog | pg_cast |
213 | 81920 | 32768 | | 49152 | 80 kB |
32 kB | | 48 kB
17:15:44(101): 3501 | pg_catalog | pg_enum |
0 | 24576 | 24576 | | 0 | 24 kB |
24 kB | | 0 bytes
17:15:44(115): 2615 | pg_catalog | pg_namespace |
6 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:15:44(129): 2607 | pg_catalog | pg_conversion |
132 | 106496 | 49152 | | 57344 | 104 kB |
48 kB | | 56 kB
17:15:44(143): 2608 | pg_catalog | pg_depend |
6763 | 1572864 | 925696 | | 647168 | 1536 kB |
904 kB | | 632 kB
17:15:44(158): 2964 | pg_catalog | pg_db_role_setting |
0 | 16384 | 8192 | 8192 | 0 | 16 kB |
8192 bytes | 8192 bytes | 0 bytes
17:15:44(173): 1213 | pg_catalog | pg_tablespace |
2 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:15:44(187): 1136 | pg_catalog | pg_pltemplate |
8 | 57344 | 16384 | | 40960 | 56 kB |
16 kB | | 40 kB
17:15:44(201): 1261 | pg_catalog | pg_auth_members |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:15:44(216): 1214 | pg_catalog | pg_shdepend |
202 | 98304 | 49152 | | 49152 | 96 kB |
48 kB | | 48 kB
17:15:44(230): 2396 | pg_catalog | pg_shdescription |
1 | 65536 | 16384 | 8192 | 40960 | 64 kB |
16 kB | 8192 bytes | 40 kB
17:15:44(244): 3602 | pg_catalog | pg_ts_config |
16 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:15:44(259): 3603 | pg_catalog | pg_ts_config_map |
304 | 81920 | 32768 | | 49152 | 80 kB |
32 kB | | 48 kB
17:15:44(274): 3600 | pg_catalog | pg_ts_dict |
16 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:15:44(289): 3601 | pg_catalog | pg_ts_parser |
1 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:15:44(304): 3764 | pg_catalog | pg_ts_template |
5 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:15:44(319): 3079 | pg_catalog | pg_extension |
1 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:15:44(333): 2328 | pg_catalog | pg_foreign_data_wrapper |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:15:44(347): 1417 | pg_catalog | pg_foreign_server |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:15:44(362): 3118 | pg_catalog | pg_foreign_table |
0 | 8192 | 8192 | | 0 | 8192 bytes |
8192 bytes | | 0 bytes
17:15:44(376): 3256 | pg_catalog | pg_policy |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:15:44(391): 6000 | pg_catalog | pg_replication_origin |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:15:44(406): 826 | pg_catalog | pg_default_acl |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:15:44(420): 3596 | pg_catalog | pg_seclabel |
0 | 16384 | 8192 | 8192 | 0 | 16 kB |
8192 bytes | 8192 bytes | 0 bytes
17:15:44(435): 3592 | pg_catalog | pg_shseclabel |
0 | 16384 | 8192 | 8192 | 0 | 16 kB |
8192 bytes | 8192 bytes | 0 bytes
17:15:44(450): 3456 | pg_catalog | pg_collation |
925 | 368640 | 98304 | | 270336 | 360 kB |
96 kB | | 264 kB
17:15:44(464): 3541 | pg_catalog | pg_range |
6 | 57344 | 16384 | | 40960 | 56 kB |
16 kB | | 40 kB
17:15:44(478): 3576 | pg_catalog | pg_transform |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:15:44(493): 1262 | pg_catalog | pg_database |
2 | 40960 | 32768 | | 8192 | 40 kB |
32 kB | | 8192 bytes
17:15:44(508): 17157 | public | archive_default |
0 | 8192 | 0 | 8192 | 0 | 8192 bytes |
0 bytes | 8192 bytes | 0 bytes
17:15:44(523): 17134 | public | tool_test |
20 | 40960 | 0 | | 40960 | 40 kB |
0 bytes | | 40 kB
17:15:44(537): 17183 | public | archiver_test |
0 | 0 | 0 | | 0 | 0 bytes |
0 bytes | | 0 bytes
17:15:44(552): 13128 | information_schema | sql_features |
671 | 98304 | 0 | 8192 | 90112 | 96 kB |
0 bytes | 8192 bytes | 88 kB
17:15:44(566): 13133 | information_schema | sql_implementation_info |
12 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:15:44(582): 17211 | public | context |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:15:44(597): 13138 | information_schema | sql_languages |
4 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:15:44(612): 13143 | information_schema | sql_packages |
10 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:15:44(627): 13148 | information_schema | sql_parts |
9 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:15:44(643): 13153 | information_schema | sql_sizing |
23 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:15:44(658): 13158 | information_schema | sql_sizing_profiles |
0 | 8192 | 0 | 8192 | 0 | 8192 bytes |
0 bytes | 8192 bytes | 0 bytes
17:15:44(673): 17097 | public | test |
12 | 81920 | 32768 | 8192 | 40960 | 80 kB |
32 kB | 8192 bytes | 40 kB
17:15:44(689): 17120 | public | tool |
17 | 131072 | 49152 | 8192 | 73728 | 128 kB |
48 kB | 8192 bytes | 72 kB
17:15:44(704): 17407 | public | run_latest |
91 | 10231808 | 10158080 | | 73728 | 9992 kB |
9920 kB | | 72 kB
17:15:44(720): 17170 | public | archiver |
6 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:15:44(736): 17350 | public | run |
25 | 8108261376 | 1618051072 | 4972544 | 6485237760 | 7733 MB |
1543 MB | 4856 kB | 6185 MB
17:15:44(751): 17422 | public | archiving |
330797 | 1388478464 | 380289024 | 8192 | 1008181248 | 1324 MB |
363 MB | 8192 bytes | 961 MB
17:15:44(753):(78 rows)
17:15:44(755):
 15:29:31(103):Last login: Sun May 12 13:31:24 2019 from
pc-kw-16055.kaust.edu.sa
15:29:31(266):Welcome to the perfSONAR Toolkit v4.1.6-1.el7
15:29:31(266):
15:29:31(287):You may create accounts to manage this host through the web
interface by running the following as root:
15:29:31(287):
15:29:31(291): /usr/lib/perfsonar/scripts/nptoolkit-configure.py
15:29:31(291):
15:29:31(294):The web interface should be available at:
15:29:31(294):
15:29:31(296):https://[host address]/toolkit
15:29:45(096):'abrt-cli status' timed out
15:29:58(169):
15:29:58(760):
15:29:59(017):
15:29:59(193):
15:29:59(696):
15:29:59(725):
15:29:59(758):
15:29:59(791):
15:29:59(824):
15:29:59(857):
15:29:59(890):
15:29:59(923):
15:29:59(957):
15:29:59(990):
15:30:00(023):
15:30:00(055):
15:30:13(050):There isn't a perfSONAR sudo user defined. It is recommended
that you create a sudo user and disable SSH root login.
15:30:13(082):WARNING: Be sure you remember the username and password you
create with this script as root will no longer be able to login via SSH once
this command completes. If you are using SSH as root now, your session should
continue until you logout.
15:30:13(113):Would you like to create a sudo user and disable root SSH?
[yes]
15:30:13(118):Enter the user whose account you'd like to add. Just hit enter
to exit:
15:30:25(584):[root@ps-pul-h4309b ~]#
15:30:25(590):[root@ps-pul-h4309b ~]#
15:30:25(595):[root@ps-pul-h4309b ~]#
15:30:25(601):[root@ps-pul-h4309b ~]#
15:30:25(607):[root@ps-pul-h4309b ~]#
15:30:25(612):[root@ps-pul-h4309b ~]#
15:30:25(618):[root@ps-pul-h4309b ~]#
15:30:25(621):[root@ps-pul-h4309b ~]#
15:30:25(623):[root@ps-pul-h4309b ~]#
15:30:25(626):[root@ps-pul-h4309b ~]#
15:30:25(629):[root@ps-pul-h4309b ~]#
15:30:25(632):[root@ps-pul-h4309b ~]#
15:30:25(635):[root@ps-pul-h4309b ~]#
15:30:25(637):[root@ps-pul-h4309b ~]#
17:06:07(636):[root@ps-pul-h4309b ~]# !!!!!!!!!!!!!!!!!!^C
17:06:14(595):[root@ps-pul-h4309b ~]# sudo -u postgres psql pscheduler -c
"SELECT *, pg_size_pretty(total_bytes) AS total
17:06:18(057):> , pg_size_pretty(index_bytes) AS INDEX
17:06:18(060):> , pg_size_pretty(toast_bytes) AS toast
17:06:18(062):> , pg_size_pretty(table_bytes) AS TABLE
17:06:24(865):> FROM (
17:06:28(322):> SELECT *, total_bytes-index_bytes-COALESCE(toast_bytes,0)
AS table_bytes FROM (
17:06:31(882):> SELECT c.oid,nspname AS table_schema, relname AS
TABLE_NAME
17:06:31(884):> , c.reltuples AS row_estimate
17:06:33(451):> , pg_total_relation_size(c.oid) AS total_bytes
17:06:33(454):> , pg_indexes_size(c.oid) AS index_bytes
17:06:33(459):> , pg_total_relation_size(reltoastrelid) AS
toast_bytes
17:06:33(516):> FROM pg_class c
17:06:33(521):> LEFT JOIN pg_namespace n ON n.oid = c.relnamespace
17:06:33(523):> WHERE relkind = 'r'
17:06:33(523):> ) a
17:06:33(530):> ) a;"
17:06:39(950):could not change directory to "/root": Permission denied
17:06:41(570): oid | table_schema | table_name |
row_estimate | total_bytes | index_bytes | toast_bytes | table_bytes |
total | index | toast | table

17:06:41(597):-------+--------------------+-------------------------+--------------+-------------+-------------+-------------+-------------+------------+------------+------------+------------
17:06:41(614): 17312 | public | run_state |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:06:41(629): 17230 | public | task |
174091 | 4581531648 | 1735835648 | 124518400 | 2721177600 | 4369 MB |
1655 MB | 119 MB | 2595 MB
17:06:41(643): 17018 | public | configurables |
0 | 8192 | 0 | | 8192 | 8192 bytes |
0 bytes | | 8192 bytes
17:06:41(659): 2619 | pg_catalog | pg_statistic |
522 | 589824 | 40960 | 196608 | 352256 | 576 kB |
40 kB | 192 kB | 344 kB
17:06:41(673): 1247 | pg_catalog | pg_type |
432 | 196608 | 73728 | | 122880 | 192 kB |
72 kB | | 120 kB
17:06:41(687): 1260 | pg_catalog | pg_authid |
1 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:06:41(701): 17003 | public | table_version |
17 | 65536 | 16384 | 8192 | 40960 | 64 kB |
16 kB | 8192 bytes | 40 kB
17:06:41(716): 17034 | public | control |
0 | 8192 | 0 | | 8192 | 8192 bytes |
0 bytes | | 8192 bytes
17:06:41(731): 17047 | public | http_queue |
0 | 32768 | 16384 | 8192 | 8192 | 32 kB |
16 kB | 8192 bytes | 8192 bytes
17:06:41(746): 1418 | pg_catalog | pg_user_mapping |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:06:41(760): 17076 | public | scheduling_class |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:06:41(775): 2613 | pg_catalog | pg_largeobject |
0 | 8192 | 8192 | | 0 | 8192 bytes |
8192 bytes | | 0 bytes
17:06:41(789): 1249 | pg_catalog | pg_attribute |
3017 | 819200 | 245760 | | 573440 | 800 kB |
240 kB | | 560 kB
17:06:41(804): 1255 | pg_catalog | pg_proc |
2969 | 1441792 | 393216 | 90112 | 958464 | 1408 kB |
384 kB | 88 kB | 936 kB
17:06:41(818): 1259 | pg_catalog | pg_class |
411 | 262144 | 106496 | | 155648 | 256 kB |
104 kB | | 152 kB
17:06:41(832): 2604 | pg_catalog | pg_attrdef |
0 | 81920 | 32768 | 8192 | 40960 | 80 kB |
32 kB | 8192 bytes | 40 kB
17:06:41(847): 2606 | pg_catalog | pg_constraint |
2 | 122880 | 65536 | 8192 | 49152 | 120 kB |
64 kB | 8192 bytes | 48 kB
17:06:41(861): 2611 | pg_catalog | pg_inherits |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:06:41(875): 2610 | pg_catalog | pg_index |
171 | 106496 | 32768 | | 73728 | 104 kB |
32 kB | | 72 kB
17:06:41(890): 2617 | pg_catalog | pg_operator |
772 | 237568 | 81920 | | 155648 | 232 kB |
80 kB | | 152 kB
17:06:41(905): 2753 | pg_catalog | pg_opfamily |
111 | 81920 | 32768 | | 49152 | 80 kB |
32 kB | | 48 kB
17:06:41(924): 2616 | pg_catalog | pg_opclass |
158 | 90112 | 32768 | | 57344 | 88 kB |
32 kB | | 56 kB
17:06:41(938): 2601 | pg_catalog | pg_am |
6 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:06:41(953): 2602 | pg_catalog | pg_amop |
676 | 196608 | 114688 | | 81920 | 192 kB |
112 kB | | 80 kB
17:06:41(967): 2603 | pg_catalog | pg_amproc |
536 | 139264 | 73728 | | 65536 | 136 kB |
72 kB | | 64 kB
17:06:41(981): 2612 | pg_catalog | pg_language |
4 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:06:41(995): 2995 | pg_catalog | pg_largeobject_metadata |
0 | 8192 | 8192 | | 0 | 8192 bytes |
8192 bytes | | 0 bytes
17:06:42(009): 2600 | pg_catalog | pg_aggregate |
138 | 65536 | 16384 | | 49152 | 64 kB |
16 kB | | 48 kB
17:06:42(024): 2618 | pg_catalog | pg_rewrite |
114 | 835584 | 32768 | 655360 | 147456 | 816 kB |
32 kB | 640 kB | 144 kB
17:06:42(039): 2620 | pg_catalog | pg_trigger |
78 | 122880 | 49152 | 8192 | 65536 | 120 kB |
48 kB | 8192 bytes | 64 kB
17:06:42(054): 3466 | pg_catalog | pg_event_trigger |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:06:42(069): 2609 | pg_catalog | pg_description |
3833 | 491520 | 172032 | 8192 | 311296 | 480 kB |
168 kB | 8192 bytes | 304 kB
17:06:42(083): 2605 | pg_catalog | pg_cast |
213 | 81920 | 32768 | | 49152 | 80 kB |
32 kB | | 48 kB
17:06:42(098): 3501 | pg_catalog | pg_enum |
0 | 24576 | 24576 | | 0 | 24 kB |
24 kB | | 0 bytes
17:06:42(112): 2615 | pg_catalog | pg_namespace |
6 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:06:42(126): 2607 | pg_catalog | pg_conversion |
132 | 106496 | 49152 | | 57344 | 104 kB |
48 kB | | 56 kB
17:06:42(140): 2608 | pg_catalog | pg_depend |
8185 | 1589248 | 933888 | | 655360 | 1552 kB |
912 kB | | 640 kB
17:06:42(155): 2964 | pg_catalog | pg_db_role_setting |
0 | 16384 | 8192 | 8192 | 0 | 16 kB |
8192 bytes | 8192 bytes | 0 bytes
17:06:42(169): 1213 | pg_catalog | pg_tablespace |
2 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:06:42(184): 1136 | pg_catalog | pg_pltemplate |
8 | 57344 | 16384 | | 40960 | 56 kB |
16 kB | | 40 kB
17:06:42(198): 1261 | pg_catalog | pg_auth_members |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:06:42(212): 1214 | pg_catalog | pg_shdepend |
202 | 106496 | 57344 | | 49152 | 104 kB |
56 kB | | 48 kB
17:06:42(226): 2396 | pg_catalog | pg_shdescription |
1 | 65536 | 16384 | 8192 | 40960 | 64 kB |
16 kB | 8192 bytes | 40 kB
17:06:42(240): 3602 | pg_catalog | pg_ts_config |
16 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:06:42(255): 3603 | pg_catalog | pg_ts_config_map |
304 | 81920 | 32768 | | 49152 | 80 kB |
32 kB | | 48 kB
17:06:42(269): 3600 | pg_catalog | pg_ts_dict |
16 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:06:42(284): 3601 | pg_catalog | pg_ts_parser |
1 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:06:42(298): 3764 | pg_catalog | pg_ts_template |
5 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:06:42(313): 3079 | pg_catalog | pg_extension |
1 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:06:42(327): 2328 | pg_catalog | pg_foreign_data_wrapper |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:06:42(341): 1417 | pg_catalog | pg_foreign_server |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:06:42(355): 3118 | pg_catalog | pg_foreign_table |
0 | 8192 | 8192 | | 0 | 8192 bytes |
8192 bytes | | 0 bytes
17:06:42(370): 3256 | pg_catalog | pg_policy |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:06:42(385): 6000 | pg_catalog | pg_replication_origin |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:06:42(399): 826 | pg_catalog | pg_default_acl |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:06:42(414): 3596 | pg_catalog | pg_seclabel |
0 | 16384 | 8192 | 8192 | 0 | 16 kB |
8192 bytes | 8192 bytes | 0 bytes
17:06:42(429): 3592 | pg_catalog | pg_shseclabel |
0 | 16384 | 8192 | 8192 | 0 | 16 kB |
8192 bytes | 8192 bytes | 0 bytes
17:06:42(443): 3456 | pg_catalog | pg_collation |
925 | 368640 | 98304 | | 270336 | 360 kB |
96 kB | | 264 kB
17:06:42(457): 3541 | pg_catalog | pg_range |
6 | 57344 | 16384 | | 40960 | 56 kB |
16 kB | | 40 kB
17:06:42(471): 3576 | pg_catalog | pg_transform |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:06:42(486): 1262 | pg_catalog | pg_database |
2 | 40960 | 32768 | | 8192 | 40 kB |
32 kB | | 8192 bytes
17:06:42(501): 17134 | public | tool_test |
20 | 49152 | 0 | | 49152 | 48 kB |
0 bytes | | 48 kB
17:06:42(516): 17157 | public | archive_default |
0 | 8192 | 0 | 8192 | 0 | 8192 bytes |
0 bytes | 8192 bytes | 0 bytes
17:06:42(530): 17183 | public | archiver_test |
0 | 0 | 0 | | 0 | 0 bytes |
0 bytes | | 0 bytes
17:06:42(544): 13128 | information_schema | sql_features |
671 | 98304 | 0 | 8192 | 90112 | 96 kB |
0 bytes | 8192 bytes | 88 kB
17:06:42(558): 13133 | information_schema | sql_implementation_info |
12 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:06:42(574): 17211 | public | context |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:06:51(114): 13138 | information_schema | sql_languages |
4 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:06:51(136): 13143 | information_schema | sql_packages |
10 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:06:51(157): 13148 | information_schema | sql_parts |
9 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:06:51(172): 13153 | information_schema | sql_sizing |
23 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:06:51(186): 13158 | information_schema | sql_sizing_profiles |
0 | 8192 | 0 | 8192 | 0 | 8192 bytes |
0 bytes | 8192 bytes | 0 bytes
17:06:51(201): 17097 | public | test |
12 | 81920 | 32768 | 8192 | 40960 | 80 kB |
32 kB | 8192 bytes | 40 kB
17:06:51(216): 17120 | public | tool |
34 | 131072 | 49152 | 8192 | 73728 | 128 kB |
48 kB | 8192 bytes | 72 kB
17:06:51(231): 17407 | public | run_latest |
532 | 10805248 | 10575872 | | 229376 | 10 MB |
10 MB | | 224 kB
17:06:51(246): 17422 | public | archiving |
778852 | 1247453184 | 379027456 | 8192 | 868417536 | 1190 MB |
361 MB | 8192 bytes | 828 MB
17:06:51(261): 17170 | public | archiver |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:06:51(276): 17350 | public | run |
48 | 8299487232 | 1659551744 | 5177344 | 6634758144 | 7915 MB |
1583 MB | 5056 kB | 6327 MB
17:06:51(277):(78 rows)
17:06:51(277):
17:07:11(981):[root@ps-pul-h4309b ~]# sudo -u postgres psql pscheduler -c
"SELECT *, pg_size_pretty(total_bytes) AS total
17:07:12(143): , pg_size_pretty(index_bytes) AS INDEX
17:07:12(153): , pg_size_pretty(toast_bytes) AS toast
17:07:12(158): , pg_size_pretty(table_bytes) AS TABLE
17:07:12(160): FROM (
17:07:12(169): SELECT *, total_bytes-index_bytes-COALESCE(toast_bytes,0) AS
table_bytes FROM (
17:07:12(175): SELECT c.oid,nspname AS table_schema, relname AS
TABLE_NAME
17:07:12(179): , c.reltuples AS row_estimate
17:07:12(184): , pg_total_relation_size(c.oid) AS total_bytes
17:07:12(187): , pg_indexes_size(c.oid) AS index_bytes
17:07:12(191): , pg_total_relation_size(reltoastrelid) AS
toast_bytes
17:07:12(192): FROM pg_class c
17:07:12(196): LEFT JOIN pg_namespace n ON n.oid = c.relnamespace
17:07:12(197): WHERE relkind = 'r'
17:07:12(198): ) a
17:07:13(116):) a;"
17:07:17(057):could not change directory to "/root": Permission denied
17:07:17(377): oid | table_schema | table_name |
row_estimate | total_bytes | index_bytes | toast_bytes | table_bytes |
total | index | toast | table

17:07:17(401):-------+--------------------+-------------------------+--------------+-------------+-------------+-------------+-------------+------------+------------+------------+------------
17:07:17(417): 17312 | public | run_state |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:07:17(432): 17230 | public | task |
174091 | 4581531648 | 1735835648 | 124518400 | 2721177600 | 4369 MB |
1655 MB | 119 MB | 2595 MB
17:07:17(447): 17018 | public | configurables |
0 | 8192 | 0 | | 8192 | 8192 bytes |
0 bytes | | 8192 bytes
17:07:17(461): 2619 | pg_catalog | pg_statistic |
522 | 589824 | 40960 | 196608 | 352256 | 576 kB |
40 kB | 192 kB | 344 kB
17:07:17(476): 1247 | pg_catalog | pg_type |
432 | 196608 | 73728 | | 122880 | 192 kB |
72 kB | | 120 kB
17:07:17(491): 1260 | pg_catalog | pg_authid |
1 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:07:17(505): 17003 | public | table_version |
17 | 65536 | 16384 | 8192 | 40960 | 64 kB |
16 kB | 8192 bytes | 40 kB
17:07:17(520): 17034 | public | control |
0 | 8192 | 0 | | 8192 | 8192 bytes |
0 bytes | | 8192 bytes
17:07:17(536): 17047 | public | http_queue |
0 | 32768 | 16384 | 8192 | 8192 | 32 kB |
16 kB | 8192 bytes | 8192 bytes
17:07:17(554): 1418 | pg_catalog | pg_user_mapping |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:07:17(569): 17076 | public | scheduling_class |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:07:17(584): 2613 | pg_catalog | pg_largeobject |
0 | 8192 | 8192 | | 0 | 8192 bytes |
8192 bytes | | 0 bytes
17:07:17(599): 1249 | pg_catalog | pg_attribute |
3017 | 819200 | 245760 | | 573440 | 800 kB |
240 kB | | 560 kB
17:07:17(613): 1255 | pg_catalog | pg_proc |
2969 | 1441792 | 393216 | 90112 | 958464 | 1408 kB |
384 kB | 88 kB | 936 kB
17:07:17(628): 1259 | pg_catalog | pg_class |
411 | 262144 | 106496 | | 155648 | 256 kB |
104 kB | | 152 kB
17:07:17(643): 2604 | pg_catalog | pg_attrdef |
0 | 81920 | 32768 | 8192 | 40960 | 80 kB |
32 kB | 8192 bytes | 40 kB
17:07:17(658): 2606 | pg_catalog | pg_constraint |
2 | 122880 | 65536 | 8192 | 49152 | 120 kB |
64 kB | 8192 bytes | 48 kB
17:07:17(672): 2611 | pg_catalog | pg_inherits |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:07:17(686): 2610 | pg_catalog | pg_index |
171 | 106496 | 32768 | | 73728 | 104 kB |
32 kB | | 72 kB
17:07:17(701): 2617 | pg_catalog | pg_operator |
772 | 237568 | 81920 | | 155648 | 232 kB |
80 kB | | 152 kB
17:07:17(716): 2753 | pg_catalog | pg_opfamily |
111 | 81920 | 32768 | | 49152 | 80 kB |
32 kB | | 48 kB
17:07:17(731): 2616 | pg_catalog | pg_opclass |
158 | 90112 | 32768 | | 57344 | 88 kB |
32 kB | | 56 kB
17:07:17(745): 2601 | pg_catalog | pg_am |
6 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:07:17(760): 2602 | pg_catalog | pg_amop |
676 | 196608 | 114688 | | 81920 | 192 kB |
112 kB | | 80 kB
17:07:17(774): 2603 | pg_catalog | pg_amproc |
536 | 139264 | 73728 | | 65536 | 136 kB |
72 kB | | 64 kB
17:07:17(789): 2612 | pg_catalog | pg_language |
4 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:07:17(804): 2995 | pg_catalog | pg_largeobject_metadata |
0 | 8192 | 8192 | | 0 | 8192 bytes |
8192 bytes | | 0 bytes
17:07:17(818): 2600 | pg_catalog | pg_aggregate |
138 | 65536 | 16384 | | 49152 | 64 kB |
16 kB | | 48 kB
17:07:17(833): 2618 | pg_catalog | pg_rewrite |
114 | 835584 | 32768 | 655360 | 147456 | 816 kB |
32 kB | 640 kB | 144 kB
17:07:17(847): 2620 | pg_catalog | pg_trigger |
78 | 122880 | 49152 | 8192 | 65536 | 120 kB |
48 kB | 8192 bytes | 64 kB
17:07:17(862): 3466 | pg_catalog | pg_event_trigger |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:07:17(877): 2609 | pg_catalog | pg_description |
3833 | 491520 | 172032 | 8192 | 311296 | 480 kB |
168 kB | 8192 bytes | 304 kB
17:07:17(891): 2605 | pg_catalog | pg_cast |
213 | 81920 | 32768 | | 49152 | 80 kB |
32 kB | | 48 kB
17:07:17(906): 3501 | pg_catalog | pg_enum |
0 | 24576 | 24576 | | 0 | 24 kB |
24 kB | | 0 bytes
17:07:17(920): 2615 | pg_catalog | pg_namespace |
6 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:07:17(934): 2607 | pg_catalog | pg_conversion |
132 | 106496 | 49152 | | 57344 | 104 kB |
48 kB | | 56 kB
17:07:17(949): 2608 | pg_catalog | pg_depend |
8185 | 1589248 | 933888 | | 655360 | 1552 kB |
912 kB | | 640 kB
17:07:17(963): 2964 | pg_catalog | pg_db_role_setting |
0 | 16384 | 8192 | 8192 | 0 | 16 kB |
8192 bytes | 8192 bytes | 0 bytes
17:07:17(978): 1213 | pg_catalog | pg_tablespace |
2 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:07:17(993): 1136 | pg_catalog | pg_pltemplate |
8 | 57344 | 16384 | | 40960 | 56 kB |
16 kB | | 40 kB
17:07:18(008): 1261 | pg_catalog | pg_auth_members |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:07:18(022): 1214 | pg_catalog | pg_shdepend |
202 | 106496 | 57344 | | 49152 | 104 kB |
56 kB | | 48 kB
17:07:18(036): 2396 | pg_catalog | pg_shdescription |
1 | 65536 | 16384 | 8192 | 40960 | 64 kB |
16 kB | 8192 bytes | 40 kB
17:07:18(051): 3602 | pg_catalog | pg_ts_config |
16 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:07:18(066): 3603 | pg_catalog | pg_ts_config_map |
304 | 81920 | 32768 | | 49152 | 80 kB |
32 kB | | 48 kB
17:07:18(080): 3600 | pg_catalog | pg_ts_dict |
16 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:07:18(094): 3601 | pg_catalog | pg_ts_parser |
1 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:07:18(108): 3764 | pg_catalog | pg_ts_template |
5 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:07:18(123): 3079 | pg_catalog | pg_extension |
1 | 73728 | 32768 | | 40960 | 72 kB |
32 kB | | 40 kB
17:07:18(137): 2328 | pg_catalog | pg_foreign_data_wrapper |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:07:18(151): 1417 | pg_catalog | pg_foreign_server |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:07:18(166): 3118 | pg_catalog | pg_foreign_table |
0 | 8192 | 8192 | | 0 | 8192 bytes |
8192 bytes | | 0 bytes
17:07:18(180): 3256 | pg_catalog | pg_policy |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:07:18(195): 6000 | pg_catalog | pg_replication_origin |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:07:18(209): 826 | pg_catalog | pg_default_acl |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:07:18(224): 3596 | pg_catalog | pg_seclabel |
0 | 16384 | 8192 | 8192 | 0 | 16 kB |
8192 bytes | 8192 bytes | 0 bytes
17:07:18(239): 3592 | pg_catalog | pg_shseclabel |
0 | 16384 | 8192 | 8192 | 0 | 16 kB |
8192 bytes | 8192 bytes | 0 bytes
17:07:18(253): 3456 | pg_catalog | pg_collation |
925 | 368640 | 98304 | | 270336 | 360 kB |
96 kB | | 264 kB
17:07:18(267): 3541 | pg_catalog | pg_range |
6 | 57344 | 16384 | | 40960 | 56 kB |
16 kB | | 40 kB
17:07:18(282): 3576 | pg_catalog | pg_transform |
0 | 16384 | 16384 | | 0 | 16 kB |
16 kB | | 0 bytes
17:07:18(297): 1262 | pg_catalog | pg_database |
2 | 40960 | 32768 | | 8192 | 40 kB |
32 kB | | 8192 bytes
17:07:18(313): 17134 | public | tool_test |
20 | 49152 | 0 | | 49152 | 48 kB |
0 bytes | | 48 kB
17:07:18(328): 17157 | public | archive_default |
0 | 8192 | 0 | 8192 | 0 | 8192 bytes |
0 bytes | 8192 bytes | 0 bytes
17:07:18(343): 17183 | public | archiver_test |
0 | 0 | 0 | | 0 | 0 bytes |
0 bytes | | 0 bytes
17:07:18(357): 13128 | information_schema | sql_features |
671 | 98304 | 0 | 8192 | 90112 | 96 kB |
0 bytes | 8192 bytes | 88 kB
17:07:18(372): 13133 | information_schema | sql_implementation_info |
12 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:07:18(387): 17211 | public | context |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:07:19(497): 13138 | information_schema | sql_languages |
4 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:07:19(536): 13143 | information_schema | sql_packages |
10 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:07:19(558): 13148 | information_schema | sql_parts |
9 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:07:19(576): 13153 | information_schema | sql_sizing |
23 | 49152 | 0 | 8192 | 40960 | 48 kB |
0 bytes | 8192 bytes | 40 kB
17:07:19(591): 13158 | information_schema | sql_sizing_profiles |
0 | 8192 | 0 | 8192 | 0 | 8192 bytes |
0 bytes | 8192 bytes | 0 bytes
17:07:19(606): 17097 | public | test |
12 | 81920 | 32768 | 8192 | 40960 | 80 kB |
32 kB | 8192 bytes | 40 kB
17:07:19(621): 17120 | public | tool |
34 | 131072 | 49152 | 8192 | 73728 | 128 kB |
48 kB | 8192 bytes | 72 kB
17:07:19(636): 17407 | public | run_latest |
532 | 10805248 | 10575872 | | 229376 | 10 MB |
10 MB | | 224 kB
17:07:19(651): 17422 | public | archiving |
778852 | 1247453184 | 379027456 | 8192 | 868417536 | 1190 MB |
361 MB | 8192 bytes | 828 MB
17:07:19(667): 17170 | public | archiver |
0 | 65536 | 49152 | 8192 | 8192 | 64 kB |
48 kB | 8192 bytes | 8192 bytes
17:07:19(682): 17350 | public | run |
48 | 8299593728 | 1659592704 | 5177344 | 6634823680 | 7915 MB |
1583 MB | 5056 kB | 6327 MB
17:07:19(683):(78 rows)
17:07:19(684):
17:08:38(693):[root@ps-pul-h4309b ~]# pwd
17:08:38(694):/root
17:10:47(078):[root@ps-pul-h4309b ~]# sudo -u postgres psql -c 'SELECT *
FROM pg_stat_activity'
17:10:54(319):could not change directory to "/root": Permission denied
17:10:56(570): datid | datname | pid | usesysid | usename |
application_name | client_addr | client_hostname | client_port |
backend_start | xact_start | query
17:10:56(581):_start | state_change | waiting |
state | backend_xid | backend_xmin |

17:10:56(586):


17:10:56(589): query


17:10:56(594):



17:10:56(627):-------+------------+-------+----------+------------+------------------+-------------+-----------------+-------------+-------------------------------+-------------------------------+---------------

17:10:56(652):----------------+-------------------------------+---------+--------+-------------+--------------+----------------------------------------------------------------------------------------------------

17:10:56(674):-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

17:10:56(696):-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

17:10:56(714):------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
17:10:56(733): 16928 | pscheduler | 4214 | 16927 | pscheduler | ticker
| | | -1 | 2019-04-29
05:38:47.603289+00 | 2019-05-12 14:06:01.229525+00 | 2019-05-12 14:
17:10:56(741):06:01.229525+00 | 2019-05-12 14:06:01.229527+00 | f |
active | 22285764 | 22285279 | SELECT ticker()
17:10:56(759): 16928 | pscheduler | 9139 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:06.31034+00 | 2019-05-12 14:08:45.549707+00 | 2019-05-12 14:
17:10:56(765):08:45.549831+00 | 2019-05-12 14:08:45.549836+00 | f |
active | 22285775 | 22285280 |

17:10:56(767):


17:10:56(770):


17:10:56(784):

+
17:10:56(800): | | | | |
| | | |
| |
17:10:56(810): | | |
| | | WITH inserted_row AS (

17:10:56(812):


17:10:56(814):


17:10:56(828):

+
17:10:56(844): | | | | |
| | | |
| |
17:10:56(860): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:10:56(862):


17:10:56(864):


17:10:56(879):

+
17:10:56(895): | | | | |
| | | |
| |
17:10:56(905): | | |
| | | VALUES (23670,

17:10:56(907):


17:10:56(910):


17:10:56(924):

+
17:10:56(940): | | | | |
| | | |
| |
17:10:56(950): | | |
| | | NULL,

17:10:56(952):


17:10:56(954):


17:10:56(969):

+
17:10:56(985): | | | | |
| | | |
| |
17:10:57(000): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:10:57(002):


17:10:57(004):


17:10:57(019):

+
17:10:57(036): | | | | |
| | | |
| |
17:10:57(047): | | |
| | |
run_state_finished(),
17:10:57(049):


17:10:57(051):


17:10:57(066):

+
17:10:57(082): | | | | |
| | | |
| |
17:10:57(091): | | |
| | | 0,

17:10:57(093):


17:10:57(095):


17:10:57(109):

+
17:10:57(125): | | | | |
| | | |
| |
17:10:57(142): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:10:57(163):"histogram-latency": {"10.20": 1, "3.73": 1, "10.23": 2,
"7.15": 1, "10.29": 1, "10.52": 1, "8.60": 1, "8.19": 1, "8.18": 1, "5.63":
1, "9.53": 1, "1.95": 1, "8.11": 1, "4.36": 1, "9.54": 2, "1.15"
17:10:57(184):: 1, "1.13": 1, "1.10": 1, "1.11": 1, "8.64": 1, "0.77": 5,
"8.65": 1, "0.54": 7, "9.47": 1, "9.46": 1, "4.00": 1, "9.49": 2, "9.48": 3,
"4.09": 2, "0.59": 15, "0.58": 3, "4.87": 1, "0.51": 2, "1.8
17:10:57(201):0": 2, "0.53": 2, "8.63": 2, "0.55": 6, "1.84": 1, "0.57": 4,
"0.56": 8, "9.66": 1, "1.07": 1, "1.06": 1, "1.09": 1, "8.96": 1, "8.91": 1,
"7.99": 1, "8.93": 1, "7.97": 3, "
17:10:57(219): 16928 | pscheduler | 8563 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:42.298842+00 | 2019-05-12 14:09:01.353541+00 | 2019-05-12 14:
17:10:57(226):09:01.353663+00 | 2019-05-12 14:09:01.353667+00 | f |
active | 22285942 | 22285295 |

17:10:57(228):


17:10:57(231):


17:10:57(246):

+
17:10:57(262): | | | | |
| | | |
| |
17:10:57(272): | | |
| | | WITH inserted_row AS (

17:10:57(275):


17:10:57(277):


17:10:57(291):

+
17:10:57(308): | | | | |
| | | |
| |
17:10:57(324): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:10:58(205):


17:10:58(207):


17:10:58(225):

+
17:10:58(244): | | | | |
| | | |
| |
17:10:58(253): | | |
| | | VALUES (23890,

17:10:58(255):


17:10:58(258):


17:10:58(273):

+
17:10:58(289): | | | | |
| | | |
| |
17:10:58(298): | | |
| | | NULL,

17:10:58(301):


17:10:58(303):


17:10:58(317):

+
17:10:58(333): | | | | |
| | | |
| |
17:10:58(348): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:10:58(350):


17:10:58(352):


17:10:58(367):

+
17:10:58(383): | | | | |
| | | |
| |
17:10:58(394): | | |
| | |
run_state_finished(),
17:10:58(397):


17:10:58(404):


17:10:58(419):

+
17:10:58(435): | | | | |
| | | |
| |
17:10:58(444): | | |
| | | 0,

17:10:58(446):


17:10:58(449):


17:10:58(463):

+
17:10:58(480): | | | | |
| | | |
| |
17:10:58(497): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:10:58(518):"histogram-latency": {"0.92": 5, "0.96": 37, "1.25": 6,
"1.16": 15, "1.17": 15, "1.14": 8, "1.15": 5, "1.12": 8, "1.13": 9, "1.10":
4, "1.11": 9, "1.18": 10, "1.19": 17, "0.86": 1, "0.87": 1, "1.30
17:10:58(538):": 5, "1.31": 6, "0.88": 4, "0.89": 3, "1.36": 1, "0.95": 7,
"1.22": 17, "1.21": 15, "1.01": 29, "1.00": 35, "1.03": 17, "1.02": 24,
"1.05": 13, "1.04": 12, "1.07": 9, "1.06": 10, "1.09": 10, "0.91
17:10:58(555):": 15, "0.90": 15, "1.29": 11, "1.28": 18, "0.99": 22, "0.98":
20, "1.08": 7, "1.23": 9, "0.94": 12, "0.97": 37, "1.20": 21, "1.27": 10,
"1.26": 9, "0.93": 17, "1.24": 10},
17:10:58(573): 16928 | pscheduler | 7834 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:15.629757+00 | | 2019-05-12 14:
17:10:58(581):08:34.864973+00 | 2019-05-12 14:09:02.516976+00 | f |
idle | | | COMMIT
17:10:58(599): 16928 | pscheduler | 6548 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
14:08:45.074065+00 | 2019-05-12 14:08:45.079996+00 | 2019-05-12 14:
17:10:58(605):08:45.080383+00 | 2019-05-12 14:08:45.080387+00 | f |
active | 22285771 | 22285280 |

17:10:58(607):


17:10:58(610):


17:10:58(624):

+
17:10:58(640): | | | | |
| | | |
| |
17:10:58(650): | | |
| | | WITH inserted_row AS (

17:10:58(652):


17:10:58(654):


17:10:58(670):

+
17:10:58(686): | | | | |
| | | |
| |
17:10:58(702): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:10:58(704):


17:10:58(706):


17:10:58(720):

+
17:10:58(736): | | | | |
| | | |
| |
17:10:58(745): | | |
| | | VALUES (23724,

17:10:58(747):


17:10:58(749):


17:10:58(764):

+
17:10:58(780): | | | | |
| | | |
| |
17:10:58(789): | | |
| | | NULL,

17:10:58(792):


17:10:58(794):


17:10:58(809):

+
17:10:58(825): | | | | |
| | | |
| |
17:10:58(839): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:10:58(842):


17:10:58(844):


17:10:58(858):

+
17:10:58(874): | | | | |
| | | |
| |
17:10:58(886): | | |
| | |
run_state_finished(),
17:10:58(888):


17:10:58(892):


17:10:58(919):

+
17:10:58(935): | | | | |
| | | |
| |
17:10:58(944): | | |
| | | 0,

17:10:58(946):


17:10:58(948):


17:10:58(963):

+
17:10:58(980): | | | | |
| | | |
| |
17:10:58(997): | | |
| | |
'{"max-clock-error": 0.67, "packets-duplicated": 0, "succeeded": true,
17:10:59(018):"histogram-latency": {"0.66": 19, "0.67": 12, "0.32": 2,
"0.60": 4, "0.61": 10, "0.68": 13, "0.63": 19, "0.64": 18, "0.65": 21,
"0.48": 29, "0.49": 22, "0.46": 46, "0.47": 29, "0.44": 25, "0.45": 3
17:10:59(039):7, "0.42": 26, "0.43": 22, "0.40": 10, "0.41": 19, "0.78": 2,
"0.69": 12, "0.80": 2, "0.73": 10, "0.72": 13, "0.71": 9, "0.70": 10, "0.77":
8, "0.76": 6, "0.75": 2, "0.74": 3, "0.51": 31, "0.50": 1
17:10:59(056):3, "0.53": 3, "0.52": 13, "0.55": 7, "0.54": 5, "0.57": 5,
"0.56": 4, "0.79": 1, "0.59": 7, "0.39": 6, "0.38": 4, "0.37": 5, "0.36": 5,
"0.35": 5, "0.34": 2, "0.33": 1, "0.6
17:10:59(075): 16928 | pscheduler | 7938 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:24.787297+00 | | 2019-05-12 14:
17:10:59(082):10:33.793689+00 | 2019-05-12 14:10:33.830143+00 | f |
idle | | | COMMIT
17:10:59(100): 16928 | pscheduler | 8206 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:32.364508+00 | 2019-05-12 14:08:53.198933+00 | 2019-05-12 14:
17:10:59(107):08:53.199092+00 | 2019-05-12 14:08:53.199098+00 | f |
active | 22285833 | 22285280 |

17:10:59(109):


17:10:59(111):


17:10:59(126):

+
17:10:59(144): | | | | |
| | | |
| |
17:10:59(154): | | |
| | | WITH inserted_row AS (

17:10:59(157):


17:10:59(166):


17:10:59(180):

+
17:10:59(196): | | | | |
| | | |
| |
17:10:59(211): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:10:59(213):


17:10:59(216):


17:10:59(231):

+
17:10:59(248): | | | | |
| | | |
| |
17:10:59(257): | | |
| | | VALUES (24385,

17:10:59(260):


17:10:59(262):


17:10:59(276):

+
17:10:59(293): | | | | |
| | | |
| |
17:10:59(302): | | |
| | | NULL,

17:10:59(304):


17:10:59(306):


17:10:59(321):

+
17:10:59(338): | | | | |
| | | |
| |
17:10:59(352): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:10:59(354):


17:10:59(357):


17:10:59(372):

+
17:10:59(388): | | | | |
| | | |
| |
17:10:59(399): | | |
| | |
run_state_finished(),
17:10:59(401):


17:10:59(404):


17:10:59(419):

+
17:10:59(435): | | | | |
| | | |
| |
17:10:59(445): | | |
| | | 0,

17:10:59(447):


17:10:59(449):


17:10:59(464):

+
17:10:59(480): | | | | |
| | | |
| |
17:10:59(497): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:10:59(518):"histogram-latency": {"0.66": 6, "0.67": 3, "0.60": 6, "0.68":
9, "0.62": 5, "0.63": 2, "0.64": 4, "0.65": 9, "0.48": 31, "0.49": 33,
"0.46": 8, "0.69": 16, "0.44": 6, "0.45": 11, "0.42": 7, "0.79"
17:10:59(539):: 4, "0.40": 19, "0.41": 15, "0.78": 8, "0.43": 8, "0.82": 2,
"0.83": 2, "0.80": 4, "0.81": 5, "0.61": 5, "0.59": 7, "0.72": 15, "0.71":
17, "0.70": 24, "0.77": 14, "0.76": 12, "0.75": 15, "0.74":
17:10:59(556):13, "0.51": 21, "0.50": 39, "0.53": 19, "0.52": 20, "0.55":
19, "0.54": 12, "0.57": 7, "0.56": 6, "0.47": 29, "0.73": 14, "0.39": 9,
"0.38": 11, "0.37": 27, "0.36": 12, "0.3
17:10:59(575): 16928 | pscheduler | 8213 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:32.704233+00 | 2019-05-12 14:08:48.752319+00 | 2019-05-12 14:
17:10:59(582):08:48.752514+00 | 2019-05-12 14:08:48.75252+00 | f |
active | 22285797 | 22285280 |

17:10:59(584):


17:10:59(586):


17:10:59(601):

+
17:10:59(618): | | | | |
| | | |
| |
17:10:59(628): | | |
| | | WITH inserted_row AS (

17:10:59(630):


17:10:59(632):


17:10:59(647):

+
17:10:59(664): | | | | |
| | | |
| |
17:10:59(680): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:10:59(682):


17:10:59(684):


17:10:59(699):

+
17:10:59(715): | | | | |
| | | |
| |
17:10:59(724): | | |
| | | VALUES (23799,

17:10:59(726):


17:10:59(729):


17:10:59(744):

+
17:10:59(760): | | | | |
| | | |
| |
17:10:59(769): | | |
| | | NULL,

17:10:59(771):


17:10:59(773):


17:10:59(788):

+
17:10:59(804): | | | | |
| | | |
| |
17:10:59(818): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:10:59(820):


17:10:59(823):


17:10:59(837):

+
17:10:59(853): | | | | |
| | | |
| |
17:10:59(864): | | |
| | |
run_state_finished(),
17:10:59(867):


17:10:59(870):


17:10:59(884):

+
17:10:59(900): | | | | |
| | | |
| |
17:10:59(909): | | |
| | | 0,

17:10:59(911):


17:10:59(914):


17:10:59(928):

+
17:10:59(944): | | | | |
| | | |
| |
17:10:59(961): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:10:59(981):"histogram-latency": {"0.67": 3, "0.60": 8, "0.68": 3, "0.62":
6, "0.63": 3, "0.64": 3, "0.65": 2, "0.48": 17, "0.49": 15, "0.46": 51,
"0.47": 33, "0.44": 49, "0.45": 60, "0.42": 33, "0.43": 40, "0
17:11:00(003):.40": 68, "0.41": 67, "1.94": 1, "0.69": 1, "0.85": 1, "0.61":
5, "0.59": 8, "0.58": 8, "0.51": 8, "0.50": 14, "0.53": 5, "0.52": 4, "0.55":
5, "0.54": 3, "0.57": 4, "0.56": 10, "0.39": 39, "0.38":
17:11:00(019): 16, "0.37": 4, "0.36": 2, "0.35": 1}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}')
17:11:00(038): 16928 | pscheduler | 8214 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:32.708736+00 | 2019-05-12 14:08:57.062014+00 | 2019-05-12 14:
17:11:00(045):08:57.062101+00 | 2019-05-12 14:08:57.062104+00 | f |
active | 22285877 | 22285281 |

17:11:00(047):


17:11:00(050):


17:11:00(064):

+
17:11:00(080): | | | | |
| | | |
| |
17:11:00(090): | | |
| | | WITH inserted_row AS (

17:11:00(093):


17:11:00(095):


17:11:00(109):

+
17:11:00(125): | | | | |
| | | |
| |
17:11:00(141): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:00(143):


17:11:00(146):


17:11:00(160):

+
17:11:00(176): | | | | |
| | | |
| |
17:11:00(186): | | |
| | | VALUES (24335,

17:11:00(188):


17:11:00(190):


17:11:00(205):

+
17:11:00(221): | | | | |
| | | |
| |
17:11:00(231): | | |
| | | NULL,

17:11:00(233):


17:11:00(235):


17:11:00(249):

+
17:11:00(265): | | | | |
| | | |
| |
17:11:00(279): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:00(281):


17:11:00(283):


17:11:00(298):

+
17:11:00(314): | | | | |
| | | |
| |
17:11:00(325): | | |
| | |
run_state_finished(),
17:11:00(328):


17:11:00(330):


17:11:00(344):

+
17:11:00(361): | | | | |
| | | |
| |
17:11:00(371): | | |
| | | 0,

17:11:00(373):


17:11:00(375):


17:11:00(390):

+
17:11:00(406): | | | | |
| | | |
| |
17:11:00(423): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:11:00(443):"histogram-latency": {"0.60": 8, "0.61": 12, "0.62": 10,
"0.63": 9, "0.64": 1, "0.65": 1, "0.48": 17, "0.49": 10, "0.46": 5, "0.47":
6, "0.44": 6, "0.45": 6, "0.42": 6, "0.43": 9, "0.40": 4, "0.41"
17:11:00(464):: 7, "0.28": 18, "0.29": 20, "0.24": 5, "0.25": 6, "0.26": 7,
"0.27": 13, "0.20": 1, "0.22": 8, "0.23": 5, "0.59": 12, "0.58": 22, "0.51":
14, "0.50": 12, "0.53": 17, "0.52": 18, "0.55": 20, "0.54"
17:11:00(481):: 21, "0.57": 13, "0.56": 17, "0.39": 14, "0.38": 11, "0.37":
25, "0.36": 17, "0.35": 18, "0.34": 32, "0.33": 34, "0.32": 37, "0.31": 29,
"0.30": 17}, "histogram-ttl": {"253
17:11:00(499): 16928 | pscheduler | 8465 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:38.762113+00 | 2019-05-12 14:08:37.274319+00 | 2019-05-12 14:
17:11:00(506):08:37.274429+00 | 2019-05-12 14:08:37.274434+00 | f |
active | 22285738 | 22285280 |

17:11:00(508):


17:11:00(510):


17:11:00(525):

+
17:11:00(541): | | | | |
| | | |
| |
17:11:00(551): | | |
| | | WITH inserted_row AS (

17:11:00(553):


17:11:00(555):


17:11:00(570):

+
17:11:00(586): | | | | |
| | | |
| |
17:11:00(602): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:00(605):


17:11:00(607):


17:11:00(621):

+
17:11:00(637): | | | | |
| | | |
| |
17:11:00(647): | | |
| | | VALUES (23795,

17:11:00(649):


17:11:00(651):


17:11:00(665):

+
17:11:00(681): | | | | |
| | | |
| |
17:11:00(691): | | |
| | | NULL,

17:11:00(693):


17:11:00(695):


17:11:00(710):

+
17:11:00(726): | | | | |
| | | |
| |
17:11:00(740): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:00(742):


17:11:00(744):


17:11:00(760):

+
17:11:00(776): | | | | |
| | | |
| |
17:11:00(787): | | |
| | |
run_state_finished(),
17:11:00(789):


17:11:00(792):


17:11:00(806):

+
17:11:00(822): | | | | |
| | | |
| |
17:11:00(832): | | |
| | | 0,

17:11:00(834):


17:11:00(836):


17:11:00(850):

+
17:11:00(869): | | | | |
| | | |
| |
17:11:00(886): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:11:00(906):"histogram-latency": {"0.07": 1, "0.42": 2, "4.53": 1, "0.41":
2, "0.08": 5, "0.09": 3, "0.28": 3, "0.29": 3, "0.24": 6, "0.25": 6, "0.27":
3, "0.20": 31, "0.21": 17, "0.22": 12, "0.23": 7, "0.40":
17:11:00(927): 2, "0.15": 50, "0.14": 74, "0.17": 66, "0.16": 43, "0.11":
27, "0.10": 2, "0.13": 54, "0.12": 47, "0.19": 42, "0.18": 56, "0.39": 1,
"0.38": 3, "0.37": 2, "0.36": 2, "0.35": 6, "0.34": 5, "0.33":
17:11:00(941):3, "0.32": 6, "0.31": 4, "0.30": 2, "36.31": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "sch
17:11:00(960): 16928 | pscheduler | 8240 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:33.129695+00 | 2019-05-12 14:08:31.688369+00 | 2019-05-12 14:
17:11:00(967):08:31.688479+00 | 2019-05-12 14:08:31.688484+00 | f |
active | 22285716 | 22285280 |

17:11:00(969):


17:11:00(971):


17:11:00(986):

+
17:11:01(002): | | | | |
| | | |
| |
17:11:01(012): | | |
| | | WITH inserted_row AS (

17:11:01(015):


17:11:01(017):


17:11:01(032):

+
17:11:01(048): | | | | |
| | | |
| |
17:11:01(063): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:01(065):


17:11:01(067):


17:11:01(082):

+
17:11:01(098): | | | | |
| | | |
| |
17:11:01(108): | | |
| | | VALUES (23835,

17:11:01(110):


17:11:01(112):


17:11:01(127):

+
17:11:01(142): | | | | |
| | | |
| |
17:11:01(152): | | |
| | | NULL,

17:11:01(154):


17:11:01(156):


17:11:01(171):

+
17:11:01(188): | | | | |
| | | |
| |
17:11:01(203): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:01(205):


17:11:01(208):


17:11:01(222):

+
17:11:01(238): | | | | |
| | | |
| |
17:11:01(250): | | |
| | |
run_state_finished(),
17:11:01(252):


17:11:01(254):


17:11:01(268):

+
17:11:01(286): | | | | |
| | | |
| |
17:11:01(295): | | |
| | | 0,

17:11:01(298):


17:11:01(300):


17:11:01(315):

+
17:11:01(331): | | | | |
| | | |
| |
17:11:01(348): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:01(369):"histogram-latency": {"0.48": 4, "0.60": 9, "0.61": 16,
"0.62": 17, "0.63": 14, "0.64": 16, "0.65": 15, "0.66": 9, "0.67": 4, "0.46":
11, "0.69": 14, "0.44": 14, "0.45": 11, "0.42": 15, "0.43": 13,
17:11:01(390): "0.40": 41, "0.41": 21, "0.28": 6, "0.29": 13, "0.24": 1,
"0.26": 3, "0.27": 5, "0.59": 13, "0.72": 8, "0.71": 14, "0.70": 17, "0.47":
3, "0.75": 1, "0.74": 3, "0.51": 4, "0.50": 5, "0.53": 1, "0.
17:11:01(407):52": 2, "0.55": 3, "0.54": 2, "0.57": 5, "0.56": 5, "0.73": 2,
"0.39": 31, "0.38": 17, "0.37": 23, "0.36": 40, "0.35": 28, "0.34": 36,
"0.33": 26, "0.32": 4, "0.31": 13, "0.
17:11:01(425): 16928 | pscheduler | 8469 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:38.769616+00 | 2019-05-12 14:08:55.635465+00 | 2019-05-12 14:
17:11:01(432):08:55.63561+00 | 2019-05-12 14:08:55.635616+00 | f |
active | 22285859 | 22285280 |

17:11:01(435):


17:11:01(437):


17:11:01(451):

+
17:11:01(468): | | | | |
| | | |
| |
17:11:01(478): | | |
| | | WITH inserted_row AS (

17:11:01(480):


17:11:01(482):


17:11:01(498):

+
17:11:01(514): | | | | |
| | | |
| |
17:11:01(529): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:01(531):


17:11:01(533):


17:11:01(548):

+
17:11:01(564): | | | | |
| | | |
| |
17:11:01(573): | | |
| | | VALUES (23483,

17:11:01(575):


17:11:01(578):


17:11:01(592):

+
17:11:01(608): | | | | |
| | | |
| |
17:11:01(618): | | |
| | | NULL,

17:11:01(620):


17:11:01(622):


17:11:01(636):

+
17:11:01(653): | | | | |
| | | |
| |
17:11:01(667): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:01(670):


17:11:01(672):


17:11:01(687):

+
17:11:01(703): | | | | |
| | | |
| |
17:11:01(715): | | |
| | |
run_state_finished(),
17:11:01(717):


17:11:01(719):


17:11:01(733):

+
17:11:01(750): | | | | |
| | | |
| |
17:11:01(758): | | |
| | | 0,

17:11:01(761):


17:11:01(764):


17:11:01(778):

+
17:11:01(794): | | | | |
| | | |
| |
17:11:01(811): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:01(832):"histogram-latency": {"0.66": 1, "0.69": 8, "0.67": 2, "0.60":
6, "0.68": 1, "0.62": 2, "0.63": 5, "0.64": 8, "0.65": 4, "0.48": 11, "0.49":
7, "0.46": 17, "0.47": 8, "0.44": 10, "0.45": 8, "0.42":
17:11:01(853): 18, "0.43": 13, "0.40": 9, "0.41": 17, "0.28": 16, "0.29":
21, "0.24": 23, "0.25": 13, "0.26": 20, "0.27": 27, "0.20": 14, "0.21": 15,
"0.22": 10, "0.23": 14, "0.14": 1, "0.61": 7, "0.18": 11, "0.
17:11:01(871):55": 8, "0.15": 3, "0.58": 9, "0.17": 6, "0.16": 5, "0.74": 2,
"0.51": 8, "0.50": 11, "0.53": 6, "0.52": 9, "0.19": 4, "0.54": 5, "0.57":
10, "0.56": 7, "0.59": 5, "0.39": 1
17:11:01(890): 16928 | pscheduler | 29715 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:54:18.848176+00 | 2019-05-12 14:09:02.07512+00 | 2019-05-12 14:
17:11:01(896):09:02.075305+00 | 2019-05-12 14:09:02.07531+00 | f |
active | 22285950 | 22285295 |

17:11:01(899):


17:11:01(901):


17:11:01(916):

+
17:11:01(932): | | | | |
| | | |
| |
17:11:01(942): | | |
| | | WITH inserted_row AS (

17:11:01(944):


17:11:01(947):


17:11:01(961):

+
17:11:01(978): | | | | |
| | | |
| |
17:11:01(993): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:01(995):


17:11:01(998):


17:11:02(014):

+
17:11:02(030): | | | | |
| | | |
| |
17:11:02(040): | | |
| | | VALUES (24346,

17:11:02(043):


17:11:02(045):


17:11:02(060):

+
17:11:02(076): | | | | |
| | | |
| |
17:11:02(086): | | |
| | | NULL,

17:11:02(088):


17:11:02(090):


17:11:02(105):

+
17:11:02(121): | | | | |
| | | |
| |
17:11:02(135): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:02(138):


17:11:02(140):


17:11:02(156):

+
17:11:02(172): | | | | |
| | | |
| |
17:11:02(183): | | |
| | |
run_state_finished(),
17:11:02(185):


17:11:02(187):


17:11:02(203):

+
17:11:02(220): | | | | |
| | | |
| |
17:11:02(228): | | |
| | | 0,

17:11:02(231):


17:11:02(233):


17:11:02(248):

+
17:11:02(265): | | | | |
| | | |
| |
17:11:02(282): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:02(303):"histogram-latency": {"-0.31": 9, "-0.48": 5, "-0.49": 3,
"-0.28": 5, "-0.29": 4, "-0.24": 13, "-0.43": 45, "-0.40": 50, "-0.41": 27,
"-0.20": 6, "-0.47": 10, "-0.44": 45, "-0.45": 47, "-0.30": 10,
17:11:02(324): "-0.13": 1, "-0.42": 62, "-0.25": 5, "-0.26": 7, "-0.33": 11,
"-0.32": 5, "-0.17": 2, "-0.27": 4, "-0.37": 38, "-0.36": 14, "-0.35": 20,
"-0.34": 18, "-0.51": 1, "-0.50": 1, "-0.39": 53, "-0.38":
17:11:02(339):39, "-0.19": 5, "-0.18": 3, "-0.21": 1, "-0.22": 8, "-0.23":
9, "-0.46": 14}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0,
17:11:02(358): 16928 | pscheduler | 8470 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:38.772583+00 | 2019-05-12 14:08:52.828231+00 | 2019-05-12 14:
17:11:02(364):08:52.828351+00 | 2019-05-12 14:08:52.828356+00 | f |
active | 22285829 | 22285280 |

17:11:02(367):


17:11:02(369):


17:11:02(384):

+
17:11:02(400): | | | | |
| | | |
| |
17:11:02(409): | | |
| | | WITH inserted_row AS (

17:11:02(412):


17:11:02(414):


17:11:02(428):

+
17:11:02(444): | | | | |
| | | |
| |
17:11:02(460): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:02(462):


17:11:02(464):


17:11:02(478):

+
17:11:02(494): | | | | |
| | | |
| |
17:11:02(504): | | |
| | | VALUES (24340,

17:11:02(507):


17:11:02(509):


17:11:02(523):

+
17:11:02(539): | | | | |
| | | |
| |
17:11:02(549): | | |
| | | NULL,

17:11:02(551):


17:11:02(553):


17:11:02(567):

+
17:11:02(583): | | | | |
| | | |
| |
17:11:02(597): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:02(600):


17:11:02(602):


17:11:02(617):

+
17:11:02(649): | | | | |
| | | |
| |
17:11:02(660): | | |
| | |
run_state_finished(),
17:11:02(662):


17:11:02(664):


17:11:02(679):

+
17:11:02(695): | | | | |
| | | |
| |
17:11:02(704): | | |
| | | 0,

17:11:02(706):


17:11:02(708):


17:11:02(724):

+
17:11:02(741): | | | | |
| | | |
| |
17:11:02(757): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:11:02(778):"histogram-latency": {"0.41": 1, "0.08": 1, "0.09": 2, "0.28":
2, "0.29": 1, "0.24": 7, "0.25": 7, "0.26": 4, "0.27": 5, "0.20": 28, "0.21":
13, "0.22": 13, "0.23": 6, "0.15": 56, "0.14": 63, "0.17
17:11:02(798):": 55, "0.16": 46, "0.11": 11, "0.10": 8, "0.13": 70, "0.12":
51, "0.19": 56, "0.18": 70, "0.38": 2, "0.37": 1, "0.36": 2, "0.35": 3,
"0.34": 3, "0.33": 1, "0.32": 3, "0.31": 3, "0.30": 6}, "histog
17:11:02(814):ram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:11:02(830): | | | | |
| | | |
| |
17:11:02(839): | | |
| | | RETURNING *

17:11:02(842):


17:11:02(844):


17:11:02(858):

+
17:11:02(874): | | | | |
| | | |
| |
17:11:02(880): | | |
| | |
17:11:02(898): 16928 | pscheduler | 27833 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:51:30.514431+00 | 2019-05-12 14:09:01.063819+00 | 2019-05-12 14:
17:11:02(904):09:01.063949+00 | 2019-05-12 14:09:01.063953+00 | f |
active | 22285934 | 22285295 |

17:11:02(907):


17:11:02(909):


17:11:02(924):

+
17:11:02(940): | | | | |
| | | |
| |
17:11:02(950): | | |
| | | WITH inserted_row AS (

17:11:02(952):


17:11:02(954):


17:11:02(969):

+
17:11:02(985): | | | | |
| | | |
| |
17:11:03(000): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:03(002):


17:11:03(004):


17:11:03(019):

+
17:11:03(035): | | | | |
| | | |
| |
17:11:03(045): | | |
| | | VALUES (24390,

17:11:03(047):


17:11:03(049):


17:11:03(064):

+
17:11:03(080): | | | | |
| | | |
| |
17:11:03(090): | | |
| | | NULL,

17:11:03(092):


17:11:03(094):


17:11:03(109):

+
17:11:03(125): | | | | |
| | | |
| |
17:11:03(139): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:03(142):


17:11:03(144):


17:11:03(158):

+
17:11:03(174): | | | | |
| | | |
| |
17:11:03(185): | | |
| | |
run_state_finished(),
17:11:03(187):


17:11:03(189):


17:11:03(205):

+
17:11:03(221): | | | | |
| | | |
| |
17:11:03(229): | | |
| | | 0,

17:11:03(231):


17:11:03(234):


17:11:03(248):

+
17:11:03(264): | | | | |
| | | |
| |
17:11:03(280): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:03(301):"histogram-latency": {"0.92": 12, "1.16": 16, "1.17": 9,
"1.14": 1, "1.15": 4, "1.12": 7, "1.13": 3, "1.10": 4, "1.11": 3, "0.91": 13,
"1.18": 10, "1.19": 22, "0.87": 3, "1.30": 4, "1.31": 2, "1.32
17:11:03(322):": 3, "0.89": 5, "1.34": 1, "1.35": 1, "0.93": 6, "0.95": 17,
"0.94": 9, "0.88": 3, "0.97": 29, "1.20": 30, "1.01": 48, "1.00": 31, "1.03":
17, "1.02": 26, "1.05": 7, "1.04": 6, "1.07": 9, "1.06":
17:11:03(339):12, "1.09": 3, "1.08": 11, "0.90": 5, "1.29": 5, "1.28": 14,
"0.99": 23, "0.98": 35, "1.40": 1, "1.23": 10, "1.22": 12, "1.21": 22,
"0.96": 41, "1.27": 20, "1.26": 14, "1.25
17:11:03(357): 16928 | pscheduler | 8471 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:38.775174+00 | 2019-05-12 14:09:00.801879+00 | 2019-05-12 14:
17:11:03(364):09:00.802259+00 | 2019-05-12 14:09:00.802264+00 | f |
active | 22285930 | 22285295 |

17:11:03(369):


17:11:03(371):


17:11:03(385):

+
17:11:03(403): | | | | |
| | | |
| |
17:11:03(412): | | |
| | | WITH inserted_row AS (

17:11:03(414):


17:11:03(417):


17:11:03(431):

+
17:11:03(447): | | | | |
| | | |
| |
17:11:03(462): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:03(464):


17:11:03(466):


17:11:03(481):

+
17:11:03(497): | | | | |
| | | |
| |
17:11:03(507): | | |
| | | VALUES (24042,

17:11:03(509):


17:11:03(511):


17:11:03(526):

+
17:11:03(542): | | | | |
| | | |
| |
17:11:03(553): | | |
| | | NULL,

17:11:03(555):


17:11:03(557):


17:11:03(572):

+
17:11:03(588): | | | | |
| | | |
| |
17:11:03(603): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:03(605):


17:11:03(607):


17:11:03(622):

+
17:11:03(639): | | | | |
| | | |
| |
17:11:03(650): | | |
| | |
run_state_finished(),
17:11:03(652):


17:11:03(654):


17:11:03(669):

+
17:11:03(687): | | | | |
| | | |
| |
17:11:03(696): | | |
| | | 0,

17:11:03(698):


17:11:03(701):


17:11:03(715):

+
17:11:03(731): | | | | |
| | | |
| |
17:11:03(749): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:11:03(769):"histogram-latency": {"0.60": 18, "0.61": 5, "0.62": 1,
"0.63": 4, "0.64": 1, "0.65": 1, "0.48": 21, "0.49": 18, "0.46": 9, "0.47":
8, "0.44": 5, "0.45": 5, "0.42": 3, "0.43": 5, "0.40": 6, "0.41":
17:11:03(790): 8, "0.28": 29, "0.29": 35, "0.24": 7, "0.25": 9, "0.26": 5,
"0.27": 11, "0.20": 1, "0.22": 6, "0.23": 9, "0.18": 1, "0.59": 12, "0.58":
17, "0.51": 22, "0.50": 19, "0.53": 22, "0.52": 19, "0.55":
17:11:03(807):11, "0.54": 23, "0.57": 4, "0.56": 2, "0.39": 12, "0.38": 10,
"0.37": 14, "0.36": 7, "0.35": 15, "0.34": 33, "0.33": 22, "0.32": 37,
"0.31": 28, "0.30": 39, "0.68": 1}, "his
17:11:03(825): 16928 | pscheduler | 27834 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:51:30.525985+00 | 2019-05-12 14:08:43.735912+00 | 2019-05-12 14:
17:11:03(832):08:43.73602+00 | 2019-05-12 14:08:43.736024+00 | f |
active | 22285765 | 22285280 |

17:11:03(834):


17:11:03(836):


17:11:03(851):

+
17:11:03(867): | | | | |
| | | |
| |
17:11:03(877): | | |
| | | WITH inserted_row AS (

17:11:03(879):


17:11:03(881):


17:11:03(896):

+
17:11:03(912): | | | | |
| | | |
| |
17:11:03(927): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:03(929):


17:11:03(932):


17:11:03(947):

+
17:11:03(963): | | | | |
| | | |
| |
17:11:03(972): | | |
| | | VALUES (24490,

17:11:03(974):


17:11:03(976):


17:11:03(990):

+
17:11:04(006): | | | | |
| | | |
| |
17:11:04(016): | | |
| | | NULL,

17:11:04(018):


17:11:04(020):


17:11:04(035):

+
17:11:04(051): | | | | |
| | | |
| |
17:11:04(067): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:04(069):


17:11:04(071):


17:11:04(087):

+
17:11:04(103): | | | | |
| | | |
| |
17:11:04(114): | | |
| | |
run_state_finished(),
17:11:04(116):


17:11:04(118):


17:11:04(133):

+
17:11:04(149): | | | | |
| | | |
| |
17:11:04(158): | | |
| | | 0,

17:11:04(160):


17:11:04(162):


17:11:04(177):

+
17:11:04(193): | | | | |
| | | |
| |
17:11:04(211): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:04(232):"histogram-latency": {"0.47": 1, "0.44": 1, "0.45": 1, "0.42":
4, "0.40": 5, "0.41": 6, "22.76": 1, "0.28": 12, "0.29": 9, "0.24": 38,
"0.25": 28, "0.26": 20, "0.27": 19, "0.20": 30, "0.21": 57, "0
17:11:04(254):.22": 65, "0.23": 44, "0.38": 2, "0.15": 17, "0.14": 6,
"0.17": 39, "0.16": 28, "0.11": 1, "0.50": 1, "0.19": 38, "0.18": 69, "0.39":
8, "78.58": 1, "0.37": 8, "0.36": 6, "0.35": 9, "0.34": 2, "0.3
17:11:04(268):3": 6, "0.32": 7, "0.31": 5, "0.30": 6}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}
17:11:04(287): 16928 | pscheduler | 27835 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:51:30.535622+00 | 2019-05-12 14:09:00.859897+00 | 2019-05-12 14:
17:11:04(293):09:00.860025+00 | 2019-05-12 14:09:00.860029+00 | f |
active | 22285931 | 22285295 |

17:11:04(296):


17:11:04(298):


17:11:04(312):

+
17:11:04(328): | | | | |
| | | |
| |
17:11:04(338): | | |
| | | WITH inserted_row AS (

17:11:04(341):


17:11:04(343):


17:11:04(358):

+
17:11:04(374): | | | | |
| | | |
| |
17:11:04(389): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:04(392):


17:11:04(395):


17:11:04(410):

+
17:11:04(426): | | | | |
| | | |
| |
17:11:04(436): | | |
| | | VALUES (23858,

17:11:04(439):


17:11:04(441):


17:11:04(456):

+
17:11:04(472): | | | | |
| | | |
| |
17:11:04(481): | | |
| | | NULL,

17:11:04(483):


17:11:04(486):


17:11:04(500):

+
17:11:04(517): | | | | |
| | | |
| |
17:11:04(532): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:04(534):


17:11:04(537):


17:11:04(551):

+
17:11:04(567): | | | | |
| | | |
| |
17:11:04(578): | | |
| | |
run_state_finished(),
17:11:04(581):


17:11:04(583):


17:11:04(597):

+
17:11:04(613): | | | | |
| | | |
| |
17:11:04(622): | | |
| | | 0,

17:11:04(625):


17:11:04(627):


17:11:04(642):

+
17:11:04(657): | | | | |
| | | |
| |
17:11:04(674): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:11:04(695):"histogram-latency": {"0.66": 6, "0.67": 14, "0.60": 9,
"0.46": 37, "0.62": 6, "0.63": 7, "0.64": 6, "0.65": 7, "0.48": 46, "0.49":
48, "0.68": 9, "0.47": 56, "0.44": 4, "0.45": 17, "0.42": 4, "0.4
17:11:04(715):3": 5, "0.78": 1, "0.69": 8, "79.95": 1, "0.59": 12, "0.58":
17, "0.72": 3, "0.70": 6, "0.76": 1, "0.51": 44, "0.50": 34, "0.53": 37,
"0.52": 60, "0.55": 23, "0.54": 31, "0.57": 14, "0.56": 16, "0.
17:11:04(731):73": 2, "0.61": 9}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:04(747): | | | | |
| | | |
| |
17:11:04(753): | | |
| | |
17:11:04(771): 16928 | pscheduler | 27836 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:51:30.537816+00 | 2019-05-12 14:08:58.958275+00 | 2019-05-12 14:
17:11:04(777):08:58.958435+00 | 2019-05-12 14:08:58.958441+00 | f |
active | 22285905 | 22285281 |

17:11:04(779):


17:11:04(783):


17:11:04(798):

+
17:11:04(814): | | | | |
| | | |
| |
17:11:04(826): | | |
| | | WITH inserted_row AS (

17:11:04(828):


17:11:04(830):


17:11:04(845):

+
17:11:04(861): | | | | |
| | | |
| |
17:11:04(876): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:04(879):


17:11:04(881):


17:11:04(895):

+
17:11:04(911): | | | | |
| | | |
| |
17:11:04(921): | | |
| | | VALUES (24440,

17:11:04(923):


17:11:04(925):


17:11:04(940):

+
17:11:04(956): | | | | |
| | | |
| |
17:11:04(965): | | |
| | | NULL,

17:11:04(967):


17:11:04(969):


17:11:04(984):

+
17:11:05(000): | | | | |
| | | |
| |
17:11:05(015): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:05(017):


17:11:05(019):


17:11:05(035):

+
17:11:05(052): | | | | |
| | | |
| |
17:11:05(063): | | |
| | |
run_state_finished(),
17:11:05(065):


17:11:05(067):


17:11:05(082):

+
17:11:05(098): | | | | |
| | | |
| |
17:11:05(107): | | |
| | | 0,

17:11:05(109):


17:11:05(111):


17:11:05(126):

+
17:11:05(142): | | | | |
| | | |
| |
17:11:05(158): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:05(179):"histogram-latency": {"1.53": 1, "1.44": 12, "1.43": 6,
"1.16": 34, "1.17": 29, "1.14": 22, "1.15": 34, "1.12": 18, "1.13": 23,
"1.10": 9, "1.11": 13, "1.18": 22, "1.19": 24, "1.38": 25, "1.39": 23
17:11:05(200):, "1.51": 1, "1.30": 8, "1.31": 10, "1.32": 12, "1.33": 22,
"1.34": 16, "1.35": 20, "1.36": 26, "1.37": 19, "1.23": 9, "1.02": 1, "1.22":
13, "1.47": 2, "1.03": 2, "1.20": 17, "1.05": 8, "1.04": 4,
17:11:05(217): "1.07": 11, "1.06": 4, "1.09": 4, "1.08": 9, "1.26": 8,
"1.42": 2, "1.29": 1, "1.28": 8, "1.49": 1, "1.48": 1, "1.45": 5, "1.27": 10,
"1.21": 10, "1.46": 7, "1.41": 6, "1.4
17:11:05(235): 16928 | pscheduler | 27839 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:51:30.647056+00 | 2019-05-12 14:08:52.135471+00 | 2019-05-12 14:
17:11:05(241):08:52.135597+00 | 2019-05-12 14:08:52.135601+00 | f |
active | 22285822 | 22285280 |

17:11:05(244):


17:11:05(246):


17:11:05(260):

+
17:11:05(276): | | | | |
| | | |
| |
17:11:05(286): | | |
| | | WITH inserted_row AS (

17:11:05(288):


17:11:05(290):


17:11:05(305):

+
17:11:05(321): | | | | |
| | | |
| |
17:11:05(336): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:05(339):


17:11:05(341):


17:11:05(357):

+
17:11:05(373): | | | | |
| | | |
| |
17:11:05(382): | | |
| | | VALUES (24329,

17:11:05(385):


17:11:05(387):


17:11:05(401):

+
17:11:05(417): | | | | |
| | | |
| |
17:11:05(427): | | |
| | | NULL,

17:11:05(429):


17:11:05(432):


17:11:05(446):

+
17:11:05(462): | | | | |
| | | |
| |
17:11:05(476): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:05(480):


17:11:05(482):


17:11:05(497):

+
17:11:05(513): | | | | |
| | | |
| |
17:11:05(524): | | |
| | |
run_state_finished(),
17:11:05(526):


17:11:05(529):


17:11:05(543):

+
17:11:05(559): | | | | |
| | | |
| |
17:11:05(568): | | |
| | | 0,

17:11:05(571):


17:11:05(573):


17:11:05(587):

+
17:11:05(604): | | | | |
| | | |
| |
17:11:05(621): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:11:05(642):"histogram-latency": {"10.23": 1, "0.53": 1, "8.27": 1,
"0.69": 11, "9.58": 1, "8.19": 2, "0.48": 1, "9.53": 2, "8.17": 2, "8.16": 1,
"9.56": 1, "9.57": 1, "4.35": 1, "1.14": 1, "1.13": 1, "10.90":
17:11:05(663): 1, "9.02": 1, "0.77": 4, "8.29": 1, "9.16": 1, "10.92": 1,
"0.57": 5, "9.17": 1, "2.16": 1, "2.13": 1, "5.57": 1, "9.47": 1, "5.55": 1,
"9.42": 1, "3.61": 1, "5.59": 2, "8.68": 1, "1.88": 1, "10.5
17:11:05(680):1": 1, "10.50": 1, "10.52": 1, "0.51": 1, "0.50": 1, "1.83":
1, "0.52": 3, "0.55": 5, "8.65": 1, "0.54": 7, "0.56": 2, "1.07": 1, "8.97":
2, "8.91": 1, "7.99": 2, "8.93": 1,
17:11:05(698): 16928 | pscheduler | 4921 | 10 | postgres |
| | | | 2019-05-12
14:06:38.066984+00 | 2019-05-12 14:06:38.321956+00 | 2019-05-12 14:
17:11:05(708):06:38.321956+00 | 2019-05-12 14:06:38.321958+00 | f |
active | | 22285280 | autovacuum: VACUUM ANALYZE public.run
17:11:05(727): 16928 | pscheduler | 8472 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:38.777389+00 | 2019-05-12 14:08:59.568271+00 | 2019-05-12 14:
17:11:05(733):08:59.570499+00 | 2019-05-12 14:08:59.570505+00 | f |
active | 22285908 | 22285281 |

17:11:05(736):


17:11:05(738):


17:11:05(752):

+
17:11:05(769): | | | | |
| | | |
| |
17:11:05(779): | | |
| | | WITH inserted_row AS (

17:11:05(782):


17:11:05(784):


17:11:05(799):

+
17:11:05(815): | | | | |
| | | |
| |
17:11:05(831): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:05(833):


17:11:05(835):


17:11:05(850):

+
17:11:05(867): | | | | |
| | | |
| |
17:11:05(876): | | |
| | | VALUES (24388,

17:11:05(878):


17:11:05(880):


17:11:05(895):

+
17:11:05(911): | | | | |
| | | |
| |
17:11:05(920): | | |
| | | NULL,

17:11:05(922):


17:11:05(924):


17:11:05(939):

+
17:11:05(955): | | | | |
| | | |
| |
17:11:05(969): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:05(971):


17:11:05(973):


17:11:05(988):

+
17:11:06(004): | | | | |
| | | |
| |
17:11:06(016): | | |
| | |
run_state_finished(),
17:11:06(018):


17:11:06(020):


17:11:06(036):

+
17:11:06(051): | | | | |
| | | |
| |
17:11:06(061): | | |
| | | 0,

17:11:06(064):


17:11:06(066):


17:11:06(081):

+
17:11:06(097): | | | | |
| | | |
| |
17:11:06(115): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:06(161):"histogram-latency": {"1.24": 4, "1.43": 7, "1.16": 25,
"1.17": 22, "1.14": 29, "1.15": 38, "1.12": 28, "1.13": 30, "1.10": 13,
"1.11": 19, "1.18": 25, "1.19": 9, "1.38": 22, "1.39": 10, "1.30": 5,
17:11:06(182): "1.31": 6, "1.32": 13, "1.33": 16, "1.34": 15, "1.35": 21,
"1.36": 28, "1.37": 19, "1.27": 5, "1.45": 2, "1.44": 10, "1.47": 5, "1.03":
2, "1.02": 4, "1.05": 10, "1.04": 6, "1.07": 27, "1.06": 19,
17:11:06(199): "1.09": 11, "1.08": 18, "1.26": 5, "1.29": 3, "1.28": 4,
"2.09": 1, "1.23": 8, "1.22": 11, "1.21": 8, "1.20": 16, "1.41": 4, "1.40":
9, "1.25": 4, "1.42": 4}, "histogram-tt
17:11:06(219): 16928 | pscheduler | 8476 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:39.018612+00 | 2019-05-12 14:08:46.307697+00 | 2019-05-12 14:
17:11:06(226):08:46.307874+00 | 2019-05-12 14:08:46.30788+00 | f |
active | 22285779 | 22285280 |

17:11:06(228):


17:11:06(230):


17:11:06(244):

+
17:11:06(261): | | | | |
| | | |
| |
17:11:06(270): | | |
| | | WITH inserted_row AS (

17:11:06(273):


17:11:06(275):


17:11:06(289):

+
17:11:06(305): | | | | |
| | | |
| |
17:11:06(321): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:06(324):


17:11:06(326):


17:11:06(340):

+
17:11:06(356): | | | | |
| | | |
| |
17:11:06(365): | | |
| | | VALUES (23683,

17:11:06(368):


17:11:06(370):


17:11:06(385):

+
17:11:06(400): | | | | |
| | | |
| |
17:11:06(410): | | |
| | | NULL,

17:11:06(412):


17:11:06(415):


17:11:06(429):

+
17:11:06(446): | | | | |
| | | |
| |
17:11:06(461): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:06(463):


17:11:06(465):


17:11:06(480):

+
17:11:06(495): | | | | |
| | | |
| |
17:11:06(506): | | |
| | |
run_state_finished(),
17:11:06(509):


17:11:06(511):


17:11:06(525):

+
17:11:06(542): | | | | |
| | | |
| |
17:11:06(551): | | |
| | | 0,

17:11:06(554):


17:11:06(556):


17:11:06(570):

+
17:11:06(586): | | | | |
| | | |
| |
17:11:06(603): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:06(624):"histogram-latency": {"1.19": 7, "1.18": 4, "0.48": 2, "0.49":
1, "0.46": 5, "0.47": 7, "0.44": 3, "0.45": 2, "0.42": 1, "0.43": 4, "0.40":
4, "0.41": 4, "1.16": 2, "1.17": 8, "1.14": 3, "1.15": 2,
17:11:06(646): "0.28": 41, "0.29": 37, "0.24": 26, "0.25": 44, "0.26": 44,
"0.27": 57, "0.20": 1, "0.21": 2, "0.22": 10, "0.23": 10, "1.52": 1, "1.39":
1, "1.30": 6, "1.31": 3, "1.32": 1, "1.59": 1, "1.79": 1, "
17:11:06(663):1.36": 2, "1.12": 2, "1.37": 2, "0.51": 1, "0.50": 1, "0.52":
2, "1.13": 1, "0.39": 1, "0.38": 6, "0.37": 4, "0.36": 7, "0.35": 6, "0.34":
15, "0.33": 20, "0.32": 43, "0.31"
17:11:06(681): 16928 | pscheduler | 6395 | 16927 | pscheduler | api
| | | -1 | 2019-05-12
14:08:29.3768+00 | 2019-05-12 14:08:29.881071+00 | 2019-05-12 14:
17:11:06(699):08:29.881071+00 | 2019-05-12 14:08:29.881073+00 | f |
active | | 22285280 | SELECT json_detail, uuid FROM task
WHERE TRUE AND task.json_detail @> '{"detail":{"enabled":true},"

17:11:06(709):reference":{"psconfig":{"created-by":{"user-agent":"psconfig-pscheduler-agent","uuid":"4DFFC3CE-DBFA-11E8-84F7-E156C8BE3E1D"}}}}'
ORDER BY added
17:11:06(727): 16928 | pscheduler | 29727 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:54:18.850443+00 | 2019-05-12 14:09:02.306347+00 | 2019-05-12 14:
17:11:06(733):09:02.306488+00 | 2019-05-12 14:09:02.306493+00 | f |
active | 22285954 | 22285295 |

17:11:06(736):


17:11:06(738):


17:11:06(752):

+
17:11:06(768): | | | | |
| | | |
| |
17:11:06(778): | | |
| | | WITH inserted_row AS (

17:11:06(780):


17:11:06(783):


17:11:06(797):

+
17:11:06(813): | | | | |
| | | |
| |
17:11:06(828): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:06(831):


17:11:06(833):


17:11:06(848):

+
17:11:06(864): | | | | |
| | | |
| |
17:11:06(873): | | |
| | | VALUES (24342,

17:11:06(876):


17:11:06(879):


17:11:06(894):

+
17:11:06(910): | | | | |
| | | |
| |
17:11:06(919): | | |
| | | NULL,

17:11:06(921):


17:11:06(923):


17:11:06(938):

+
17:11:06(953): | | | | |
| | | |
| |
17:11:06(968): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:06(970):


17:11:06(972):


17:11:06(987):

+
17:11:07(003): | | | | |
| | | |
| |
17:11:07(015): | | |
| | |
run_state_finished(),
17:11:07(017):


17:11:07(019):


17:11:07(034):

+
17:11:07(051): | | | | |
| | | |
| |
17:11:07(060): | | |
| | | 0,

17:11:07(063):


17:11:07(065):


17:11:07(080):

+
17:11:07(097): | | | | |
| | | |
| |
17:11:07(114): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:07(134):"histogram-latency": {"0.89": 3, "1.70": 5, "1.73": 3, "0.61":
3, "0.62": 14, "0.63": 13, "0.64": 17, "0.65": 25, "0.66": 51, "0.67": 39,
"0.68": 35, "0.69": 32, "1.93": 1, "1.77": 1, "1.16": 1, "1
17:11:07(156):.52": 1, "1.82": 1, "1.75": 4, "0.82": 9, "1.74": 2, "0.83":
3, "0.80": 7, "0.81": 6, "0.86": 4, "0.87": 5, "1.54": 1, "0.85": 7, "1.63":
5, "0.88": 5, "1.59": 4, "1.78": 2, "1.79": 1, "1.71": 5, "
17:11:07(172):1.72": 2, "1.56": 2, "1.55": 4, "0.73": 32, "0.72": 26,
"0.71": 42, "0.70": 25, "0.77": 7, "0.76": 9, "0.75": 19, "0.74": 12, "1.81":
1, "1.80": 2, "0.79": 13, "0.78": 5, "1
17:11:07(191): 16928 | pscheduler | 29737 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:54:18.852482+00 | 2019-05-12 14:08:41.382153+00 | 2019-05-12 14:
17:11:07(197):08:41.382266+00 | 2019-05-12 14:08:41.382271+00 | f |
active | 22285751 | 22285280 |

17:11:07(199):


17:11:07(201):


17:11:07(216):

+
17:11:07(232): | | | | |
| | | |
| |
17:11:07(242): | | |
| | | WITH inserted_row AS (

17:11:07(244):


17:11:07(246):


17:11:07(261):

+
17:11:07(277): | | | | |
| | | |
| |
17:11:07(292): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:07(295):


17:11:07(297):


17:11:07(311):

+
17:11:07(327): | | | | |
| | | |
| |
17:11:07(336): | | |
| | | VALUES (24445,

17:11:07(339):


17:11:07(341):


17:11:07(356):

+
17:11:07(372): | | | | |
| | | |
| |
17:11:07(381): | | |
| | | NULL,

17:11:07(383):


17:11:07(386):


17:11:07(401):

+
17:11:07(417): | | | | |
| | | |
| |
17:11:07(432): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:07(434):


17:11:07(436):


17:11:07(452):

+
17:11:07(468): | | | | |
| | | |
| |
17:11:07(478): | | |
| | |
run_state_finished(),
17:11:07(481):


17:11:07(483):


17:11:07(497):

+
17:11:07(514): | | | | |
| | | |
| |
17:11:07(523): | | |
| | | 0,

17:11:07(526):


17:11:07(528):


17:11:07(543):

+
17:11:07(559): | | | | |
| | | |
| |
17:11:07(575): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:07(598):"histogram-latency": {"0.66": 4, "0.49": 51, "0.60": 5,
"0.61": 6, "0.68": 6, "0.63": 3, "0.64": 4, "0.65": 4, "0.48": 65, "0.67": 7,
"0.46": 19, "0.47": 44, "0.44": 7, "0.45": 11, "0.42": 1, "0.43
17:11:07(619):": 3, "1.19": 1, "0.69": 3, "0.59": 12, "0.58": 5, "0.76": 2,
"0.75": 1, "0.74": 2, "0.51": 42, "0.50": 67, "0.53": 49, "0.52": 32, "0.55":
50, "0.54": 45, "0.57": 10, "0.56": 24, "0.73": 1, "0.72"
17:11:07(634):: 7, "1.09": 1, "0.62": 3, "0.90": 1, "1.26": 1, "1.68": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received
17:11:07(653): 16928 | pscheduler | 29743 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:54:18.855292+00 | 2019-05-12 14:08:39.846484+00 | 2019-05-12 14:
17:11:07(660):08:39.846643+00 | 2019-05-12 14:08:39.846649+00 | f |
active | 22285741 | 22285280 |

17:11:07(662):


17:11:07(664):


17:11:07(679):

+
17:11:07(694): | | | | |
| | | |
| |
17:11:07(704): | | |
| | | WITH inserted_row AS (

17:11:07(707):


17:11:07(709):


17:11:07(724):

+
17:11:07(740): | | | | |
| | | |
| |
17:11:07(755): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:07(758):


17:11:07(760):


17:11:07(774):

+
17:11:07(791): | | | | |
| | | |
| |
17:11:07(801): | | |
| | | VALUES (24398,

17:11:07(803):


17:11:07(805):


17:11:07(821):

+
17:11:07(837): | | | | |
| | | |
| |
17:11:07(847): | | |
| | | NULL,

17:11:07(849):


17:11:07(851):


17:11:07(867):

+
17:11:07(883): | | | | |
| | | |
| |
17:11:07(898): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:07(900):


17:11:07(902):


17:11:07(917):

+
17:11:07(933): | | | | |
| | | |
| |
17:11:07(944): | | |
| | |
run_state_finished(),
17:11:07(946):


17:11:07(948):


17:11:07(962):

+
17:11:07(978): | | | | |
| | | |
| |
17:11:07(987): | | |
| | | 0,

17:11:07(990):


17:11:07(992):


17:11:08(007):

+
17:11:08(024): | | | | |
| | | |
| |
17:11:08(041): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:08(062):"histogram-latency": {"0.67": 2, "0.60": 6, "0.68": 2, "0.62":
6, "0.63": 4, "0.64": 5, "0.65": 3, "0.48": 21, "0.49": 20, "0.46": 63,
"0.47": 40, "0.44": 43, "0.45": 60, "0.42": 35, "0.43": 50, "0
17:11:08(083):.40": 51, "0.41": 60, "0.61": 2, "0.59": 6, "0.58": 7, "0.71":
1, "0.76": 1, "0.51": 9, "0.50": 15, "0.53": 10, "0.52": 12, "0.55": 7,
"0.54": 8, "0.57": 13, "0.56": 7, "0.39": 22, "0.38": 4, "0.37
17:11:08(099):": 2, "0.36": 2, "44.76": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:08(115): | | | | |
| | | |
| |
17:11:08(124): | | |
| | |
17:11:08(142): 16928 | pscheduler | 29744 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:54:18.857667+00 | 2019-05-12 14:09:02.026878+00 | 2019-05-12 14:
17:11:08(149):09:02.026962+00 | 2019-05-12 14:09:02.026965+00 | f |
active | 22285949 | 22285295 |

17:11:08(151):


17:11:08(153):


17:11:08(168):

+
17:11:08(184): | | | | |
| | | |
| |
17:11:08(194): | | |
| | | WITH inserted_row AS (

17:11:08(196):


17:11:08(198):


17:11:08(212):

+
17:11:08(228): | | | | |
| | | |
| |
17:11:08(244): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:08(246):


17:11:08(249):


17:11:08(264):

+
17:11:08(280): | | | | |
| | | |
| |
17:11:08(290): | | |
| | | VALUES (24344,

17:11:08(292):


17:11:08(295):


17:11:08(311):

+
17:11:08(327): | | | | |
| | | |
| |
17:11:08(337): | | |
| | | NULL,

17:11:08(339):


17:11:08(342):


17:11:08(356):

+
17:11:08(372): | | | | |
| | | |
| |
17:11:08(386): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:08(389):


17:11:08(391):


17:11:08(406):

+
17:11:08(421): | | | | |
| | | |
| |
17:11:08(433): | | |
| | |
run_state_finished(),
17:11:08(435):


17:11:08(437):


17:11:08(451):

+
17:11:08(468): | | | | |
| | | |
| |
17:11:08(477): | | |
| | | 0,

17:11:08(479):


17:11:08(481):


17:11:08(496):

+
17:11:08(512): | | | | |
| | | |
| |
17:11:08(529): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:08(550):"histogram-latency": {"0.49": 16, "0.60": 3, "0.68": 2,
"0.62": 11, "0.63": 6, "0.64": 2, "0.65": 1, "0.48": 35, "0.67": 3, "0.46":
55, "0.47": 31, "0.44": 39, "0.45": 59, "0.42": 57, "0.43": 32, "
17:11:08(571):0.40": 45, "0.41": 59, "37.11": 1, "0.69": 3, "27.38": 1,
"0.59": 9, "0.58": 7, "0.71": 2, "0.51": 14, "0.50": 10, "0.53": 11, "0.52":
9, "0.55": 7, "0.54": 13, "0.57": 13, "0.56": 10, "0.39": 19,
17:11:08(586):"0.61": 3, "0.37": 3, "0.38": 8, "20.96": 1}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema
17:11:08(604): 16928 | pscheduler | 29745 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:54:18.859924+00 | 2019-05-12 14:09:02.209512+00 | 2019-05-12 14:
17:11:08(611):09:02.209687+00 | 2019-05-12 14:09:02.209693+00 | f |
active | 22285953 | 22285295 |

17:11:08(613):


17:11:08(615):


17:11:08(630):

+
17:11:08(646): | | | | |
| | | |
| |
17:11:08(656): | | |
| | | WITH inserted_row AS (

17:11:08(658):


17:11:08(660):


17:11:08(675):

+
17:11:08(690): | | | | |
| | | |
| |
17:11:08(705): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:08(708):


17:11:08(710):


17:11:08(724):

+
17:11:08(741): | | | | |
| | | |
| |
17:11:08(750): | | |
| | | VALUES (23674,

17:11:08(752):


17:11:08(754):


17:11:08(769):

+
17:11:08(784): | | | | |
| | | |
| |
17:11:08(794): | | |
| | | NULL,

17:11:08(796):


17:11:08(799):


17:11:08(813):

+
17:11:08(829): | | | | |
| | | |
| |
17:11:08(844): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:08(846):


17:11:08(848):


17:11:08(863):

+
17:11:08(879): | | | | |
| | | |
| |
17:11:08(890): | | |
| | |
run_state_finished(),
17:11:08(892):


17:11:08(894):


17:11:08(909):

+
17:11:08(925): | | | | |
| | | |
| |
17:11:08(935): | | |
| | | 0,

17:11:08(938):


17:11:08(941):


17:11:08(956):

+
17:11:08(971): | | | | |
| | | |
| |
17:11:08(988): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:09(010):"histogram-latency": {"0.48": 1, "0.47": 1, "0.42": 4, "0.40":
4, "0.41": 1, "0.28": 15, "0.29": 8, "0.24": 39, "0.25": 26, "0.26": 12,
"0.27": 8, "0.20": 37, "0.21": 35, "0.22": 68, "0.23": 38, "0
17:11:09(034):.87": 1, "0.15": 24, "0.14": 8, "0.17": 57, "0.16": 48,
"0.13": 2, "0.12": 3, "0.51": 1, "0.19": 36, "0.18": 58, "1.02": 1, "0.39":
5, "0.38": 3, "0.37": 7, "0.36": 4, "0.35": 10, "0.34": 10, "0.33
17:11:09(049):": 6, "0.32": 6, "0.31": 7, "0.30": 6}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}'
17:11:09(068): 13297 | postgres | 7833 | 10 | postgres | psql
| | | -1 | 2019-05-12
14:10:54.058912+00 | 2019-05-12 14:10:54.145971+00 | 2019-05-12 14:
17:11:09(078):10:54.145971+00 | 2019-05-12 14:10:54.145974+00 | f |
active | | 22285708 | SELECT * FROM pg_stat_activity
17:11:09(096): 16928 | pscheduler | 6484 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
14:08:38.495961+00 | 2019-05-12 14:08:38.502073+00 | 2019-05-12 14:
17:11:09(103):08:38.502325+00 | 2019-05-12 14:08:38.502328+00 | f |
active | 22285746 | 22285280 |

17:11:09(105):


17:11:09(108):


17:11:09(122):

+
17:11:09(139): | | | | |
| | | |
| |
17:11:09(149): | | |
| | | WITH inserted_row AS (

17:11:09(151):


17:11:09(153):


17:11:09(168):

+
17:11:09(185): | | | | |
| | | |
| |
17:11:09(200): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:09(202):


17:11:09(204):


17:11:09(219):

+
17:11:09(235): | | | | |
| | | |
| |
17:11:09(244): | | |
| | | VALUES (24221,

17:11:09(246):


17:11:09(249):


17:11:09(263):

+
17:11:09(280): | | | | |
| | | |
| |
17:11:09(289): | | |
| | | NULL,

17:11:09(292):


17:11:09(294):


17:11:09(309):

+
17:11:09(325): | | | | |
| | | |
| |
17:11:09(339): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:09(341):


17:11:09(343):


17:11:09(358):

+
17:11:09(374): | | | | |
| | | |
| |
17:11:09(385): | | |
| | |
run_state_finished(),
17:11:09(387):


17:11:09(390):


17:11:09(405):

+
17:11:09(421): | | | | |
| | | |
| |
17:11:09(430): | | |
| | | 0,

17:11:09(432):


17:11:09(434):


17:11:09(448):

+
17:11:09(465): | | | | |
| | | |
| |
17:11:09(482): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:09(503):"histogram-latency": {"0.66": 3, "0.67": 1, "0.60": 7, "0.61":
21, "0.62": 18, "0.63": 4, "0.64": 6, "0.65": 7, "0.48": 6, "0.49": 10,
"0.46": 7, "0.47": 7, "0.44": 10, "0.45": 8, "0.42": 10, "0.43
17:11:09(525):": 10, "0.40": 14, "0.41": 11, "0.28": 11, "0.29": 10, "0.24":
10, "0.25": 13, "0.26": 6, "0.27": 5, "0.21": 1, "0.22": 3, "0.23": 4,
"0.69": 2, "0.59": 11, "0.58": 8, "0.75": 1, "0.51": 10, "0.50"
17:11:09(542):: 8, "0.53": 16, "0.52": 13, "0.55": 19, "0.54": 17, "0.57":
12, "0.56": 23, "0.39": 11, "0.38": 12, "0.37": 17, "0.36": 19, "0.35": 31,
"0.34": 27, "0.33": 31, "0.32": 40,
17:11:09(560): 16928 | pscheduler | 8431 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:35.139238+00 | 2019-05-12 14:08:52.872728+00 | 2019-05-12 14:
17:11:09(566):08:52.872925+00 | 2019-05-12 14:08:52.87293+00 | f |
active | 22285830 | 22285280 |

17:11:09(569):


17:11:09(571):


17:11:09(585):

+
17:11:09(602): | | | | |
| | | |
| |
17:11:09(612): | | |
| | | WITH inserted_row AS (

17:11:09(614):


17:11:09(616):


17:11:09(631):

+
17:11:09(647): | | | | |
| | | |
| |
17:11:09(663): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:09(687):


17:11:09(690):


17:11:09(705):

+
17:11:09(722): | | | | |
| | | |
| |
17:11:09(732): | | |
| | | VALUES (23682,

17:11:09(734):


17:11:09(736):


17:11:09(751):

+
17:11:09(767): | | | | |
| | | |
| |
17:11:09(776): | | |
| | | NULL,

17:11:09(778):


17:11:09(781):


17:11:09(795):

+
17:11:09(812): | | | | |
| | | |
| |
17:11:09(826): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:09(829):


17:11:09(831):


17:11:09(846):

+
17:11:09(862): | | | | |
| | | |
| |
17:11:09(872): | | |
| | |
run_state_finished(),
17:11:09(875):


17:11:09(877):


17:11:09(891):

+
17:11:09(908): | | | | |
| | | |
| |
17:11:09(917): | | |
| | | 0,

17:11:09(919):


17:11:09(921):


17:11:09(936):

+
17:11:09(952): | | | | |
| | | |
| |
17:11:09(969): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:11:09(990):"histogram-latency": {"2.72": 1, "0.06": 4, "0.07": 8, "0.04":
1, "0.05": 1, "0.41": 1, "0.08": 18, "0.09": 13, "0.28": 5, "0.29": 5,
"1.10": 1, "0.24": 8, "0.25": 1, "0.26": 5, "0.27": 3, "0.20":
17:11:10(011):25, "0.21": 23, "0.22": 10, "0.23": 7, "0.15": 42, "0.14": 47,
"0.17": 51, "0.16": 66, "0.11": 30, "0.10": 16, "0.13": 49, "0.12": 49,
"0.50": 1, "0.53": 1, "0.19": 45, "0.18": 34, "0.38": 3, "0.37
17:11:10(027):": 2, "0.36": 3, "0.35": 7, "0.34": 2, "0.33": 3, "0.32": 5,
"0.31": 1, "0.30": 3}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost
17:11:10(045): 16928 | pscheduler | 6672 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
14:08:56.854309+00 | 2019-05-12 14:08:56.861667+00 | 2019-05-12 14:
17:11:10(052):08:56.861897+00 | 2019-05-12 14:08:56.8619+00 | f |
active | 22285875 | 22285281 |

17:11:10(054):


17:11:10(056):


17:11:10(071):

+
17:11:10(086): | | | | |
| | | |
| |
17:11:10(096): | | |
| | | WITH inserted_row AS (

17:11:10(099):


17:11:10(101):


17:11:10(116):

+
17:11:10(132): | | | | |
| | | |
| |
17:11:10(147): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:10(150):


17:11:10(152):


17:11:10(166):

+
17:11:10(182): | | | | |
| | | |
| |
17:11:10(192): | | |
| | | VALUES (23785,

17:11:10(194):


17:11:10(196):


17:11:10(210):

+
17:11:10(226): | | | | |
| | | |
| |
17:11:10(235): | | |
| | | NULL,

17:11:10(237):


17:11:10(240):


17:11:10(254):

+
17:11:10(270): | | | | |
| | | |
| |
17:11:10(284): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:10(286):


17:11:10(288):


17:11:10(303):

+
17:11:10(319): | | | | |
| | | |
| |
17:11:10(332): | | |
| | |
run_state_finished(),
17:11:10(334):


17:11:10(336):


17:11:10(351):

+
17:11:10(367): | | | | |
| | | |
| |
17:11:10(377): | | |
| | | 0,

17:11:10(380):


17:11:10(382):


17:11:10(397):

+
17:11:10(413): | | | | |
| | | |
| |
17:11:10(429): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:10(450):"histogram-latency": {"7.58": 1, "6.46": 1, "7.17": 1, "8.23":
2, "0.47": 1, "0.44": 2, "8.10": 1, "0.40": 1, "1.15": 1, "7.61": 1, "7.69":
1, "7.68": 1, "6.57": 1, "6.58": 1, "10.57": 1, "0.53": 1
17:11:10(471):, "0.55": 1, "0.56": 1, "1.00": 1, "1.06": 1, "7.98": 1,
"7.95": 1, "7.90": 2, "7.93": 1, "9.23": 1, "7.39": 1, "10.41": 1, "8.72": 1,
"8.70": 1, "0.28": 6, "0.29": 4, "0.24": 5, "0.25": 4, "0.26":
17:11:10(490): 9, "0.27": 15, "0.20": 13, "0.21": 17, "0.22": 9, "0.23": 5,
"1.90": 1, "7.86": 1, "7.82": 1, "7.81": 1, "8.46": 1, "8.44": 1, "8.45": 1,
"7.28": 1, "11.04": 1, "11.07": 1,
17:11:10(508): 16928 | pscheduler | 8409 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:34.593297+00 | 2019-05-12 14:09:00.72592+00 | 2019-05-12 14:
17:11:10(515):09:00.726089+00 | 2019-05-12 14:09:00.726095+00 | f |
active | 22285928 | 22285295 |

17:11:10(517):


17:11:10(519):


17:11:10(534):

+
17:11:10(550): | | | | |
| | | |
| |
17:11:10(560): | | |
| | | WITH inserted_row AS (

17:11:10(562):


17:11:10(564):


17:11:10(580):

+
17:11:10(596): | | | | |
| | | |
| |
17:11:10(612): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:10(614):


17:11:10(616):


17:11:10(631):

+
17:11:10(647): | | | | |
| | | |
| |
17:11:10(656): | | |
| | | VALUES (23624,

17:11:10(659):


17:11:10(661):


17:11:10(675):

+
17:11:10(692): | | | | |
| | | |
| |
17:11:10(701): | | |
| | | NULL,

17:11:10(703):


17:11:10(705):


17:11:10(720):

+
17:11:10(736): | | | | |
| | | |
| |
17:11:10(750): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:10(752):


17:11:10(754):


17:11:10(769):

+
17:11:10(785): | | | | |
| | | |
| |
17:11:10(796): | | |
| | |
run_state_finished(),
17:11:10(798):


17:11:10(800):


17:11:10(815):

+
17:11:10(832): | | | | |
| | | |
| |
17:11:10(841): | | |
| | | 0,

17:11:10(843):


17:11:10(845):


17:11:10(860):

+
17:11:10(876): | | | | |
| | | |
| |
17:11:10(892): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:10(914):"histogram-latency": {"0.68": 1, "0.47": 1, "0.44": 2, "0.45":
1, "0.42": 1, "0.43": 3, "0.40": 6, "0.41": 1, "0.28": 6, "0.29": 6, "0.24":
35, "0.25": 34, "0.26": 18, "0.27": 22, "0.20": 44, "0.21
17:11:10(934):": 33, "0.22": 65, "0.23": 57, "0.15": 11, "0.14": 5, "0.17":
71, "0.16": 31, "0.11": 1, "0.13": 2, "0.19": 31, "0.18": 49, "0.39": 8,
"0.38": 4, "0.37": 6, "0.36": 10, "0.35": 7, "0.34": 3, "0.33"
17:11:10(949):: 7, "0.32": 7, "0.31": 6, "0.30": 3, "1.66": 1, "0.70": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received
17:11:10(967): 16928 | pscheduler | 9228 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:14.406118+00 | 2019-05-12 14:09:02.483641+00 | 2019-05-12 14:
17:11:10(974):09:02.483785+00 | 2019-05-12 14:09:02.483789+00 | f |
active | 22285956 | 22285295 |

17:11:10(976):


17:11:10(978):


17:11:10(993):

+
17:11:11(009): | | | | |
| | | |
| |
17:11:11(019): | | |
| | | WITH inserted_row AS (

17:11:11(021):


17:11:11(023):


17:11:11(038):

+
17:11:11(055): | | | | |
| | | |
| |
17:11:11(070): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:11(073):


17:11:11(075):


17:11:11(089):

+
17:11:11(107): | | | | |
| | | |
| |
17:11:11(116): | | |
| | | VALUES (24339,

17:11:11(119):


17:11:11(121):


17:11:11(136):

+
17:11:11(152): | | | | |
| | | |
| |
17:11:11(163): | | |
| | | NULL,

17:11:11(165):


17:11:11(167):


17:11:11(182):

+
17:11:11(198): | | | | |
| | | |
| |
17:11:11(212): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:11(215):


17:11:11(217):


17:11:11(231):

+
17:11:11(248): | | | | |
| | | |
| |
17:11:11(259): | | |
| | |
run_state_finished(),
17:11:11(261):


17:11:11(263):


17:11:11(277):

+
17:11:11(293): | | | | |
| | | |
| |
17:11:11(302): | | |
| | | 0,

17:11:11(304):


17:11:11(306):


17:11:11(321):

+
17:11:11(337): | | | | |
| | | |
| |
17:11:11(356): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:11(380):"histogram-latency": {"0.66": 1, "0.69": 1, "0.67": 1, "0.60":
1, "0.61": 4, "0.62": 6, "0.63": 1, "0.64": 5, "0.65": 1, "0.48": 11, "0.49":
11, "0.46": 31, "0.47": 17, "0.44": 46, "0.45": 45, "0.4
17:11:11(401):2": 39, "0.43": 45, "0.40": 45, "0.41": 40, "0.82": 1, "0.59":
5, "0.58": 3, "0.51": 7, "0.50": 11, "0.53": 5, "0.52": 11, "0.55": 7,
"0.54": 4, "0.57": 1, "0.56": 10, "1.02": 1, "0.39": 57, "0.38"
17:11:11(417):: 36, "0.37": 23, "0.36": 27, "0.35": 16, "0.34": 12, "0.33":
8, "0.32": 3, "0.31": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-
17:11:11(435): 16928 | pscheduler | 8446 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:36.27518+00 | 2019-05-12 14:08:57.591889+00 | 2019-05-12 14:
17:11:11(442):08:57.592045+00 | 2019-05-12 14:08:57.592051+00 | f |
active | 22285884 | 22285281 |

17:11:11(444):


17:11:11(447):


17:11:11(462):

+
17:11:11(478): | | | | |
| | | |
| |
17:11:11(487): | | |
| | | WITH inserted_row AS (

17:11:11(490):


17:11:11(492):


17:11:11(507):

+
17:11:11(523): | | | | |
| | | |
| |
17:11:11(539): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:11(541):


17:11:11(544):


17:11:11(558):

+
17:11:11(574): | | | | |
| | | |
| |
17:11:11(584): | | |
| | | VALUES (23522,

17:11:11(586):


17:11:11(588):


17:11:11(603):

+
17:11:11(619): | | | | |
| | | |
| |
17:11:11(629): | | |
| | | NULL,

17:11:11(631):


17:11:11(633):


17:11:11(648):

+
17:11:11(664): | | | | |
| | | |
| |
17:11:11(679): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:11(682):


17:11:11(684):


17:11:11(699):

+
17:11:11(715): | | | | |
| | | |
| |
17:11:11(727): | | |
| | |
run_state_finished(),
17:11:11(729):


17:11:11(731):


17:11:11(746):

+
17:11:11(763): | | | | |
| | | |
| |
17:11:11(772): | | |
| | | 0,

17:11:11(774):


17:11:11(777):


17:11:11(793):

+
17:11:11(809): | | | | |
| | | |
| |
17:11:11(826): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:11(849):"histogram-latency": {"0.53": 5, "0.66": 7, "0.49": 5, "0.60":
6, "0.46": 8, "0.62": 13, "0.63": 12, "0.64": 16, "0.65": 16, "0.48": 7,
"0.67": 8, "0.68": 7, "0.47": 5, "0.44": 7, "0.45": 12, "0.42
17:11:11(876):": 26, "0.43": 9, "0.40": 35, "0.41": 25, "0.28": 8, "0.29":
16, "0.25": 1, "0.26": 2, "0.27": 6, "0.69": 10, "0.61": 16, "0.59": 6,
"0.72": 10, "0.71": 7, "0.70": 18, "0.76": 1, "0.75": 2, "0.74":
17:11:11(894): 1, "0.51": 4, "0.50": 3, "0.79": 1, "0.52": 6, "0.55": 3,
"0.54": 6, "0.57": 7, "0.56": 8, "0.73": 5, "0.39": 33, "0.38": 30, "0.37":
30, "0.36": 24, "0.35": 28, "0.34": 26
17:11:11(912): 16928 | pscheduler | 8450 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:36.600758+00 | 2019-05-12 14:08:45.882052+00 | 2019-05-12 14:
17:11:11(919):08:45.882268+00 | 2019-05-12 14:08:45.882273+00 | f |
active | 22285776 | 22285280 |

17:11:11(921):


17:11:11(923):


17:11:11(939):

+
17:11:11(955): | | | | |
| | | |
| |
17:11:11(965): | | |
| | | WITH inserted_row AS (

17:11:11(967):


17:11:11(969):


17:11:11(983):

+
17:11:12(000): | | | | |
| | | |
| |
17:11:12(016): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:12(018):


17:11:12(020):


17:11:12(037):

+
17:11:12(053): | | | | |
| | | |
| |
17:11:12(062): | | |
| | | VALUES (23856,

17:11:12(065):


17:11:12(067):


17:11:12(082):

+
17:11:12(098): | | | | |
| | | |
| |
17:11:12(107): | | |
| | | NULL,

17:11:12(110):


17:11:12(112):


17:11:12(127):

+
17:11:12(143): | | | | |
| | | |
| |
17:11:12(158): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:12(160):


17:11:12(163):


17:11:12(178):

+
17:11:12(194): | | | | |
| | | |
| |
17:11:12(206): | | |
| | |
run_state_finished(),
17:11:12(208):


17:11:12(211):


17:11:12(226):

+
17:11:12(243): | | | | |
| | | |
| |
17:11:12(252): | | |
| | | 0,

17:11:12(254):


17:11:12(256):


17:11:12(271):

+
17:11:12(287): | | | | |
| | | |
| |
17:11:12(304): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:12(325):"histogram-latency": {"-0.06": 1, "-0.15": 8, "-0.28": 35,
"-0.29": 36, "-0.14": 5, "-0.24": 12, "-0.25": 18, "-0.26": 14, "-0.27": 17,
"-0.20": 8, "-0.21": 6, "-0.22": 7, "-0.23": 4, "-0.16": 4, "
17:11:12(347):-0.11": 4, "-0.13": 5, "-0.12": 2, "0.06": 1, "-0.40": 2,
"-0.33": 51, "-0.32": 33, "-0.31": 43, "-0.30": 52, "-0.37": 21, "-0.36": 35,
"-0.35": 58, "-0.34": 66, "-0.39": 5, "-0.38": 15, "-0.19": 1
17:11:12(362):0, "-0.18": 12, "-0.08": 2, "-0.09": 2, "-0.17": 6},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600,
17:11:12(380): 16928 | pscheduler | 8451 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:36.6158+00 | 2019-05-12 14:08:56.873147+00 | 2019-05-12 14:
17:11:12(387):08:56.873293+00 | 2019-05-12 14:08:56.873295+00 | f |
active | 22285874 | 22285281 |

17:11:12(389):


17:11:12(391):


17:11:12(406):

+
17:11:12(423): | | | | |
| | | |
| |
17:11:12(433): | | |
| | | WITH inserted_row AS (

17:11:12(435):


17:11:12(437):


17:11:12(452):

+
17:11:12(468): | | | | |
| | | |
| |
17:11:12(484): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:12(486):


17:11:12(488):


17:11:12(503):

+
17:11:12(520): | | | | |
| | | |
| |
17:11:12(529): | | |
| | | VALUES (24192,

17:11:12(531):


17:11:12(535):


17:11:12(550):

+
17:11:12(567): | | | | |
| | | |
| |
17:11:12(576): | | |
| | | NULL,

17:11:12(578):


17:11:12(581):


17:11:12(595):

+
17:11:12(612): | | | | |
| | | |
| |
17:11:12(626): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:12(628):


17:11:12(630):


17:11:12(645):

+
17:11:12(661): | | | | |
| | | |
| |
17:11:12(672): | | |
| | |
run_state_finished(),
17:11:12(674):


17:11:12(677):


17:11:12(692):

+
17:11:12(708): | | | | |
| | | |
| |
17:11:12(717): | | |
| | | 0,

17:11:12(719):


17:11:12(722):


17:11:12(738):

+
17:11:12(755): | | | | |
| | | |
| |
17:11:12(772): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:12(794):"histogram-latency": {"0.60": 56, "0.61": 56, "0.62": 58,
"0.63": 34, "0.64": 39, "0.65": 67, "0.66": 58, "0.67": 55, "0.68": 23,
"0.69": 20, "0.82": 1, "0.83": 3, "0.80": 6, "0.81": 7, "0.86": 4,
17:11:12(816):"0.87": 1, "0.84": 3, "0.85": 2, "0.88": 1, "0.59": 14,
"0.72": 12, "0.71": 14, "0.70": 8, "0.77": 3, "0.76": 5, "0.75": 3, "0.74":
7, "0.79": 2, "0.78": 4, "0.55": 3, "0.57": 6, "0.56": 4, "0.73":
17:11:12(832): 9, "0.58": 12}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:12(850): | | | | |
| | | |
| |
17:11:12(858): | | |
| | | R
17:11:12(878): 16928 | pscheduler | 8479 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:39.037939+00 | 2019-05-12 14:09:00.391203+00 | 2019-05-12 14:
17:11:12(885):09:00.391289+00 | 2019-05-12 14:09:00.391292+00 | f |
active | 22285923 | 22285295 |

17:11:12(887):


17:11:12(889):


17:11:12(904):

+
17:11:12(921): | | | | |
| | | |
| |
17:11:12(931): | | |
| | | WITH inserted_row AS (

17:11:12(933):


17:11:12(935):


17:11:12(951):

+
17:11:12(967): | | | | |
| | | |
| |
17:11:12(982): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:12(984):


17:11:12(986):


17:11:13(002):

+
17:11:13(018): | | | | |
| | | |
| |
17:11:13(028): | | |
| | | VALUES (24184,

17:11:13(030):


17:11:13(033):


17:11:13(047):

+
17:11:13(064): | | | | |
| | | |
| |
17:11:13(073): | | |
| | | NULL,

17:11:13(075):


17:11:13(077):


17:11:13(092):

+
17:11:13(108): | | | | |
| | | |
| |
17:11:13(124): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:13(126):


17:11:13(129):


17:11:13(143):

+
17:11:13(159): | | | | |
| | | |
| |
17:11:13(171): | | |
| | |
run_state_finished(),
17:11:13(192):


17:11:13(194):


17:11:13(209):

+
17:11:13(225): | | | | |
| | | |
| |
17:11:13(234): | | |
| | | 0,

17:11:13(236):


17:11:13(238):


17:11:13(253):

+
17:11:13(269): | | | | |
| | | |
| |
17:11:13(286): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:13(309):"histogram-latency": {"0.30": 39, "1.18": 7, "0.48": 4,
"0.46": 1, "0.47": 1, "0.44": 6, "1.26": 9, "0.42": 2, "0.43": 2, "0.40": 2,
"0.41": 1, "1.16": 4, "1.17": 10, "1.14": 2, "0.45": 2, "0.28":
17:11:13(330):37, "1.25": 7, "1.53": 1, "0.24": 24, "0.25": 34, "0.26": 31,
"0.27": 31, "0.20": 3, "0.21": 3, "0.22": 7, "1.19": 12, "1.38": 3, "1.39":
1, "1.51": 2, "1.57": 1, "1.30": 4, "1.31": 4, "1.32": 4, "
17:11:13(348):1.33": 6, "1.34": 3, "1.35": 5, "1.36": 1, "1.37": 3, "0.23":
6, "1.23": 6, "1.15": 6, "1.08": 1, "1.24": 9, "0.53": 1, "0.52": 1, "0.55":
1, "1.13": 3, "0.29": 33, "1.44":
17:11:13(366): 16928 | pscheduler | 8480 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:39.041578+00 | 2019-05-12 14:08:57.924048+00 | 2019-05-12 14:
17:11:13(373):08:57.924188+00 | 2019-05-12 14:08:57.924194+00 | f |
active | 22285889 | 22285281 |

17:11:13(375):


17:11:13(378):


17:11:13(392):

+
17:11:13(408): | | | | |
| | | |
| |
17:11:13(418): | | |
| | | WITH inserted_row AS (

17:11:13(421):


17:11:13(423):


17:11:13(438):

+
17:11:13(454): | | | | |
| | | |
| |
17:11:13(470): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:13(472):


17:11:13(474):


17:11:13(490):

+
17:11:13(507): | | | | |
| | | |
| |
17:11:13(517): | | |
| | | VALUES (23851,

17:11:13(519):


17:11:13(522):


17:11:13(537):

+
17:11:13(554): | | | | |
| | | |
| |
17:11:13(563): | | |
| | | NULL,

17:11:13(566):


17:11:13(568):


17:11:13(583):

+
17:11:13(599): | | | | |
| | | |
| |
17:11:13(614): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:13(616):


17:11:13(618):


17:11:13(633):

+
17:11:13(649): | | | | |
| | | |
| |
17:11:13(661): | | |
| | |
run_state_finished(),
17:11:13(663):


17:11:13(665):


17:11:13(681):

+
17:11:13(698): | | | | |
| | | |
| |
17:11:13(707): | | |
| | | 0,

17:11:13(709):


17:11:13(711):


17:11:13(727):

+
17:11:13(744): | | | | |
| | | |
| |
17:11:13(762): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:11:13(782):"histogram-latency": {"0.48": 1, "0.44": 3, "0.45": 4, "0.42":
6, "0.43": 3, "0.40": 8, "0.41": 6, "0.28": 14, "0.29": 16, "0.24": 39,
"0.25": 50, "0.26": 30, "0.27": 21, "0.20": 61, "0.21": 52, "0
17:11:13(804):.22": 43, "0.23": 30, "0.15": 5, "0.14": 2, "0.17": 9, "0.16":
12, "0.53": 1, "0.19": 68, "0.18": 31, "0.39": 5, "0.38": 8, "0.37": 10,
"0.36": 13, "0.35": 13, "0.34": 7, "0.33": 8, "0.32": 6, "0.3
17:11:13(820):1": 12, "0.30": 3}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:13(836): | | | | |
| | | |
| |
17:11:13(842): | | |
| | |
17:11:13(862): 16928 | pscheduler | 7683 | 10 | postgres |
| | | | 2019-05-12
14:10:38.534806+00 | 2019-05-12 14:10:38.672477+00 | 2019-05-12 14:
17:11:13(873):10:38.672477+00 | 2019-05-12 14:10:38.672478+00 | f |
active | | 22285708 | autovacuum: VACUUM
pg_toast.pg_toast_17230
17:11:13(892): 16928 | pscheduler | 8492 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:39.44225+00 | 2019-05-12 14:08:51.248356+00 | 2019-05-12 14:
17:11:13(899):08:51.248464+00 | 2019-05-12 14:08:51.248469+00 | f |
active | 22285813 | 22285280 |

17:11:13(902):


17:11:13(904):


17:11:13(919):

+
17:11:13(935): | | | | |
| | | |
| |
17:11:13(945): | | |
| | | WITH inserted_row AS (

17:11:13(949):


17:11:13(952):


17:11:13(977):

+
17:11:13(993): | | | | |
| | | |
| |
17:11:14(009): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:14(011):


17:11:14(014):


17:11:14(030):

+
17:11:14(047): | | | | |
| | | |
| |
17:11:14(057): | | |
| | | VALUES (24052,

17:11:14(060):


17:11:14(062):


17:11:14(077):

+
17:11:14(094): | | | | |
| | | |
| |
17:11:14(103): | | |
| | | NULL,

17:11:14(106):


17:11:14(108):


17:11:14(123):

+
17:11:14(139): | | | | |
| | | |
| |
17:11:14(155): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:14(157):


17:11:14(159):


17:11:14(173):

+
17:11:14(190): | | | | |
| | | |
| |
17:11:14(201): | | |
| | |
run_state_finished(),
17:11:14(204):


17:11:14(206):


17:11:14(221):

+
17:11:14(237): | | | | |
| | | |
| |
17:11:14(246): | | |
| | | 0,

17:11:14(249):


17:11:14(251):


17:11:14(266):

+
17:11:14(283): | | | | |
| | | |
| |
17:11:14(313): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:14(336):"histogram-latency": {"-0.31": 6, "-0.48": 6, "-0.49": 7,
"-0.28": 9, "-0.29": 9, "-0.14": 1, "-0.42": 37, "-0.43": 60, "-0.40": 39,
"-0.41": 40, "-0.20": 5, "-0.21": 3, "-0.44": 54, "-0.45": 48, "
17:11:14(358):-0.16": 2, "-0.03": 1, "-0.27": 4, "-0.13": 2, "-0.24": 3,
"-0.25": 7, "-0.26": 12, "-0.33": 8, "-0.32": 13, "-0.17": 2, "-0.30": 7,
"-0.37": 32, "-0.36": 20, "-0.35": 17, "-0.34": 9, "-0.51": 1, "
17:11:14(374):-0.46": 28, "-0.39": 48, "-0.38": 31, "-0.19": 1, "-0.18": 3,
"-0.47": 17, "-0.22": 5, "-0.23": 3}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered":
17:11:14(394): 16928 | pscheduler | 8493 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:39.448131+00 | 2019-05-12 14:09:01.559627+00 | 2019-05-12 14:
17:11:14(401):09:01.55969+00 | 2019-05-12 14:09:01.559691+00 | f |
active | 22285944 | 22285295 |

17:11:14(403):


17:11:14(406):


17:11:14(422):

+
17:11:14(439): | | | | |
| | | |
| |
17:11:14(449): | | |
| | | WITH inserted_row AS (

17:11:14(451):


17:11:14(454):


17:11:14(469):

+
17:11:14(487): | | | | |
| | | |
| |
17:11:14(502): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:14(505):


17:11:14(507):


17:11:14(522):

+
17:11:14(539): | | | | |
| | | |
| |
17:11:14(549): | | |
| | | VALUES (24051,

17:11:14(551):


17:11:14(554):


17:11:14(569):

+
17:11:14(585): | | | | |
| | | |
| |
17:11:14(595): | | |
| | | NULL,

17:11:14(598):


17:11:14(600):


17:11:14(616):

+
17:11:14(632): | | | | |
| | | |
| |
17:11:14(647): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:14(649):


17:11:14(651):


17:11:14(666):

+
17:11:14(683): | | | | |
| | | |
| |
17:11:14(695): | | |
| | |
run_state_finished(),
17:11:14(698):


17:11:14(700):


17:11:14(715):

+
17:11:14(731): | | | | |
| | | |
| |
17:11:14(740): | | |
| | | 0,

17:11:14(742):


17:11:14(744):


17:11:14(759):

+
17:11:14(775): | | | | |
| | | |
| |
17:11:14(793): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:14(815):histogram-latency": {"-0.04": 6, "0.27": 2, "-0.02": 15,
"-0.03": 4, "-0.01": 38, "0.06": 55, "0.07": 25, "-0.05": 1, "0.22": 4,
"0.49": 1, "0.23": 3, "0.08": 17, "0.09": 15, "0.28": 1, "0.29": 1,
17:11:14(836):"0.02": 32, "0.25": 8, "0.26": 2, "0.01": 50, "0.20": 4,
"0.21": 7, "0.04": 53, "0.05": 44, "0.15": 10, "0.14": 10, "0.17": 10,
"0.16": 8, "0.11": 15, "0.10": 19, "0.13": 13, "0.12": 16, "0.52": 1,
17:11:14(851): "0.19": 5, "0.18": 8, "0.56": 1, "0.24": 2, "0.03": 44,
"0.00": 50}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets
17:11:14(871): 16928 | pscheduler | 8494 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:39.451727+00 | 2019-05-12 14:09:00.691323+00 | 2019-05-12 14:
17:11:14(878):09:00.691608+00 | 2019-05-12 14:09:00.691614+00 | f |
active | 22285926 | 22285295 |

17:11:14(880):


17:11:14(883):


17:11:14(904):

+
17:11:14(925): | | | | |
| | | |
| |
17:11:14(935): | | |
| | | WITH inserted_row AS (

17:11:14(937):


17:11:14(940):


17:11:14(956):

+
17:11:14(974): | | | | |
| | | |
| |
17:11:14(991): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:14(994):


17:11:14(996):


17:11:15(010):

+
17:11:15(027): | | | | |
| | | |
| |
17:11:15(038): | | |
| | | VALUES (23631,

17:11:15(041):


17:11:15(043):


17:11:15(057):

+
17:11:15(074): | | | | |
| | | |
| |
17:11:15(083): | | |
| | | NULL,

17:11:15(085):


17:11:15(089):


17:11:15(106):

+
17:11:15(122): | | | | |
| | | |
| |
17:11:15(137): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:15(140):


17:11:15(142):


17:11:15(156):

+
17:11:15(173): | | | | |
| | | |
| |
17:11:15(184): | | |
| | |
run_state_finished(),
17:11:15(186):


17:11:15(188):


17:11:15(204):

+
17:11:15(221): | | | | |
| | | |
| |
17:11:15(230): | | |
| | | 0,

17:11:15(232):


17:11:15(235):


17:11:15(250):

+
17:11:15(266): | | | | |
| | | |
| |
17:11:15(285): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:15(307):"histogram-latency": {"0.66": 1, "9.18": 1, "0.67": 1, "0.60":
2, "0.61": 4, "0.62": 5, "0.63": 2, "0.65": 1, "0.48": 17, "0.49": 8, "0.46":
29, "0.47": 17, "0.44": 56, "0.45": 38, "0.42": 46, "0.4
17:11:15(328):3": 38, "0.40": 52, "0.41": 43, "0.29": 1, "0.59": 4, "0.58":
5, "0.51": 7, "0.50": 6, "0.53": 5, "0.52": 6, "0.55": 11, "0.54": 1, "0.57":
5, "0.56": 2, "0.39": 62, "0.38": 33, "0.37": 29, "0.36":
17:11:15(343): 24, "0.35": 16, "0.34": 8, "0.33": 9, "0.32": 5},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "s
17:11:15(363): 16928 | pscheduler | 8503 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:39.628164+00 | 2019-05-12 14:08:35.106874+00 | 2019-05-12 14:
17:11:15(370):08:35.106983+00 | 2019-05-12 14:08:35.106987+00 | f |
active | 22285733 | 22285280 |

17:11:15(373):


17:11:15(375):


17:11:15(391):

+
17:11:15(442): | | | | |
| | | |
| |
17:11:15(461): | | |
| | | WITH inserted_row AS (

17:11:15(465):


17:11:15(467):


17:11:15(485):

+
17:11:15(508): | | | | |
| | | |
| |
17:11:15(524): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:15(526):


17:11:15(528):


17:11:15(560):

+
17:11:15(577): | | | | |
| | | |
| |
17:11:15(586): | | |
| | | VALUES (23837,

17:11:15(589):


17:11:15(591):


17:11:15(612):

+
17:11:15(631): | | | | |
| | | |
| |
17:11:15(640): | | |
| | | NULL,

17:11:15(642):


17:11:15(644):


17:11:15(659):

+
17:11:15(675): | | | | |
| | | |
| |
17:11:15(690): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:15(692):


17:11:15(694):


17:11:15(710):

+
17:11:15(726): | | | | |
| | | |
| |
17:11:15(738): | | |
| | |
run_state_finished(),
17:11:15(740):


17:11:15(742):


17:11:15(757):

+
17:11:15(774): | | | | |
| | | |
| |
17:11:15(783): | | |
| | | 0,

17:11:15(785):


17:11:15(787):


17:11:15(802):

+
17:11:15(818): | | | | |
| | | |
| |
17:11:15(836): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:15(858):"histogram-latency": {"0.72": 11, "0.69": 7, "0.67": 14,
"0.60": 7, "0.61": 13, "0.62": 11, "0.63": 10, "0.64": 8, "0.65": 10, "0.48":
17, "0.49": 15, "0.46": 13, "0.47": 15, "0.44": 21, "0.45": 10
17:11:15(881):, "0.42": 16, "0.43": 18, "0.40": 16, "0.41": 13, "0.78": 1,
"0.28": 17, "0.29": 13, "0.24": 11, "0.25": 9, "0.26": 7, "0.27": 13, "0.20":
4, "0.21": 7, "0.22": 12, "0.18": 3, "0.14": 2, "0.55": 6,
17:11:15(898): "0.66": 17, "0.59": 3, "0.58": 3, "0.17": 3, "0.16": 3,
"0.76": 1, "0.13": 1, "0.74": 5, "0.51": 8, "0.50": 3, "0.53": 1, "0.52": 10,
"0.19": 5, "0.54": 6, "0.57": 7, "0.56
17:11:15(917): 16928 | pscheduler | 8512 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.240027+00 | 2019-05-12 14:08:54.692497+00 | 2019-05-12 14:
17:11:15(924):08:54.69261+00 | 2019-05-12 14:08:54.692615+00 | f |
active | 22285846 | 22285280 |

17:11:15(926):


17:11:15(928):


17:11:15(943):

+
17:11:15(959): | | | | |
| | | |
| |
17:11:15(970): | | |
| | | WITH inserted_row AS (

17:11:15(972):


17:11:15(974):


17:11:15(989):

+
17:11:16(005): | | | | |
| | | |
| |
17:11:16(021): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:16(023):


17:11:16(026):


17:11:16(042):

+
17:11:16(059): | | | | |
| | | |
| |
17:11:16(069): | | |
| | | VALUES (23723,

17:11:16(071):


17:11:16(073):


17:11:16(088):

+
17:11:16(104): | | | | |
| | | |
| |
17:11:16(113): | | |
| | | NULL,

17:11:16(116):


17:11:16(118):


17:11:16(133):

+
17:11:16(149): | | | | |
| | | |
| |
17:11:16(163): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:16(166):


17:11:16(168):


17:11:16(183):

+
17:11:16(199): | | | | |
| | | |
| |
17:11:16(210): | | |
| | |
run_state_finished(),
17:11:16(213):


17:11:16(217):


17:11:16(233):

+
17:11:16(249): | | | | |
| | | |
| |
17:11:16(258): | | |
| | | 0,

17:11:16(260):


17:11:16(262):


17:11:16(277):

+
17:11:16(293): | | | | |
| | | |
| |
17:11:16(311): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:16(332):"histogram-latency": {"0.44": 4, "0.45": 1, "0.42": 1, "0.43":
1, "0.40": 6, "0.41": 6, "0.28": 11, "0.29": 8, "0.24": 47, "0.25": 30,
"0.26": 23, "0.27": 11, "0.20": 32, "0.21": 49, "0.22": 68, "0
17:11:16(354):.23": 47, "0.15": 8, "0.14": 3, "0.17": 69, "0.16": 36,
"0.13": 1, "0.12": 2, "0.19": 32, "0.18": 38, "0.57": 1, "0.39": 4, "0.38":
6, "0.37": 7, "0.36": 6, "0.35": 6, "0.34": 9, "0.33": 8, "0.32":
17:11:16(370): 6, "0.31": 5, "0.30": 7, "0.58": 1}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:16(386): | | | | |
| | | |
| |
17:11:16(392): | | |
| | |
17:11:16(411): 16928 | pscheduler | 8513 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.243203+00 | 2019-05-12 14:08:35.700812+00 | 2019-05-12 14:
17:11:16(418):08:35.700993+00 | 2019-05-12 14:08:35.700999+00 | f |
active | 22285736 | 22285280 |

17:11:16(420):


17:11:16(423):


17:11:16(438):

+
17:11:16(454): | | | | |
| | | |
| |
17:11:16(464): | | |
| | | WITH inserted_row AS (

17:11:16(466):


17:11:16(468):


17:11:16(483):

+
17:11:16(499): | | | | |
| | | |
| |
17:11:16(515): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:16(517):


17:11:16(519):


17:11:16(534):

+
17:11:16(550): | | | | |
| | | |
| |
17:11:16(560): | | |
| | | VALUES (24222,

17:11:16(563):


17:11:16(565):


17:11:16(580):

+
17:11:16(597): | | | | |
| | | |
| |
17:11:16(606): | | |
| | | NULL,

17:11:16(608):


17:11:16(611):


17:11:16(628):

+
17:11:16(660): | | | | |
| | | |
| |
17:11:16(675): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:16(677):


17:11:16(679):


17:11:16(694):

+
17:11:16(711): | | | | |
| | | |
| |
17:11:16(723): | | |
| | |
run_state_finished(),
17:11:16(725):


17:11:16(728):


17:11:16(744):

+
17:11:16(760): | | | | |
| | | |
| |
17:11:16(770): | | |
| | | 0,

17:11:16(772):


17:11:16(774):


17:11:16(791):

+
17:11:16(808): | | | | |
| | | |
| |
17:11:16(825): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:11:16(846):"histogram-latency": {"10.26": 1, "10.28": 1, "9.59": 1,
"8.19": 2, "9.52": 1, "9.50": 1, "8.16": 1, "8.12": 1, "0.52": 2, "7.65": 1,
"0.57": 6, "0.56": 6, "9.44": 1, "9.47": 1, "9.46": 2, "9.41":
17:11:16(875):1, "9.40": 1, "9.42": 1, "8.68": 1, "0.58": 9, "7.56": 1,
"0.51": 3, "0.53": 12, "8.63": 1, "0.55": 5, "0.54": 6, "8.66": 2, "8.67": 1,
"8.95": 1, "8.94": 1, "8.91": 1, "8.90": 1, "8.93": 1, "7.94"
17:11:16(894):: 1, "7.95": 1, "7.90": 1, "9.35": 1, "9.36": 1, "10.35": 1,
"8.15": 1, "8.79": 1, "10.41": 1, "8.77": 1, "8.76": 1, "8.75": 1, "7.87": 1,
"8.46": 1, "8.47": 2, "8.44": 2, "
17:11:16(913): 16928 | pscheduler | 8516 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.43945+00 | 2019-05-12 14:08:33.788858+00 | 2019-05-12 14:
17:11:16(920):08:33.789012+00 | 2019-05-12 14:08:33.789017+00 | f |
active | 22285726 | 22285280 |

17:11:16(923):


17:11:16(926):


17:11:16(951):

+
17:11:16(968): | | | | |
| | | |
| |
17:11:16(978): | | |
| | | WITH inserted_row AS (

17:11:16(980):


17:11:16(982):


17:11:16(998):

+
17:11:17(014): | | | | |
| | | |
| |
17:11:17(030): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:17(033):


17:11:17(036):


17:11:17(052):

+
17:11:17(068): | | | | |
| | | |
| |
17:11:17(077): | | |
| | | VALUES (23843,

17:11:17(080):


17:11:17(088):


17:11:17(104):

+
17:11:17(121): | | | | |
| | | |
| |
17:11:17(131): | | |
| | | NULL,

17:11:17(133):


17:11:17(135):


17:11:17(150):

+
17:11:17(166): | | | | |
| | | |
| |
17:11:17(181): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:17(183):


17:11:17(185):


17:11:17(201):

+
17:11:17(226): | | | | |
| | | |
| |
17:11:17(237): | | |
| | |
run_state_finished(),
17:11:17(239):


17:11:17(241):


17:11:17(256):

+
17:11:17(273): | | | | |
| | | |
| |
17:11:17(283): | | |
| | | 0,

17:11:17(285):


17:11:17(287):


17:11:17(302):

+
17:11:17(319): | | | | |
| | | |
| |
17:11:17(336): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:17(359):"histogram-latency": {"1.48": 1, "1.16": 32, "1.17": 33,
"1.14": 37, "1.15": 40, "1.12": 30, "1.13": 25, "1.10": 7, "1.11": 11,
"1.59": 1, "1.18": 23, "1.19": 9, "1.38": 21, "1.39": 15, "1.42": 8,
17:11:17(381):"1.30": 6, "1.31": 12, "1.32": 11, "1.33": 20, "1.34": 27,
"1.35": 18, "1.36": 27, "1.37": 22, "1.27": 2, "1.23": 8, "1.44": 9, "1.00":
1, "1.46": 4, "1.05": 6, "1.04": 3, "1.07": 6, "1.06": 10, "1
17:11:17(398):.09": 5, "1.08": 6, "1.26": 6, "1.29": 2, "1.28": 10, "1.25":
2, "1.45": 11, "1.22": 10, "1.21": 8, "1.20": 11, "1.41": 4, "1.40": 11,
"1.43": 16, "1.24": 13}, "histogram-tt
17:11:17(417): 16928 | pscheduler | 8523 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.543478+00 | 2019-05-12 14:08:40.04961+00 | 2019-05-12 14:
17:11:17(423):08:40.049717+00 | 2019-05-12 14:08:40.049722+00 | f |
active | 22285743 | 22285280 |

17:11:17(426):


17:11:17(428):


17:11:17(443):

+
17:11:17(459): | | | | |
| | | |
| |
17:11:17(469): | | |
| | | WITH inserted_row AS (

17:11:17(471):


17:11:17(473):


17:11:17(488):

+
17:11:17(504): | | | | |
| | | |
| |
17:11:17(520): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:17(522):


17:11:17(524):


17:11:17(539):

+
17:11:17(555): | | | | |
| | | |
| |
17:11:17(566): | | |
| | | VALUES (24439,

17:11:17(568):


17:11:17(570):


17:11:17(585):

+
17:11:17(601): | | | | |
| | | |
| |
17:11:17(610): | | |
| | | NULL,

17:11:17(613):


17:11:17(615):


17:11:17(630):

+
17:11:17(646): | | | | |
| | | |
| |
17:11:17(661): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:17(663):


17:11:17(667):


17:11:17(682):

+
17:11:17(698): | | | | |
| | | |
| |
17:11:17(709): | | |
| | |
run_state_finished(),
17:11:17(712):


17:11:17(714):


17:11:17(729):

+
17:11:17(745): | | | | |
| | | |
| |
17:11:17(754): | | |
| | | 0,

17:11:17(756):


17:11:17(759):


17:11:17(774):

+
17:11:17(790): | | | | |
| | | |
| |
17:11:17(807): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:17(830):histogram-latency": {"0.60": 8, "0.61": 12, "0.62": 32,
"0.63": 19, "0.64": 22, "0.65": 25, "0.66": 39, "0.67": 34, "0.68": 18,
"0.69": 24, "0.53": 3, "0.82": 15, "0.83": 9, "0.80": 5, "0.81": 8, "
17:11:17(853):0.86": 25, "0.87": 26, "0.84": 9, "0.85": 14, "0.88": 21,
"0.89": 13, "0.59": 6, "0.58": 7, "0.71": 18, "0.70": 28, "0.77": 8, "0.76":
8, "0.75": 11, "0.74": 8, "0.79": 6, "0.78": 6, "0.55": 3, "0.
17:11:17(870):54": 1, "0.57": 10, "0.56": 13, "0.73": 7, "1.02": 1, "0.72":
14, "0.98": 2, "0.95": 3, "0.94": 6, "0.97": 4, "0.96": 6, "0.91": 8, "0.90":
13, "0.93": 11, "0.92": 11}, "his
17:11:17(889): 16928 | pscheduler | 8528 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.662982+00 | 2019-05-12 14:09:00.606661+00 | 2019-05-12 14:
17:11:17(896):09:00.606853+00 | 2019-05-12 14:09:00.606858+00 | f |
active | 22285927 | 22285295 |

17:11:17(900):


17:11:17(902):


17:11:17(917):

+
17:11:17(933): | | | | |
| | | |
| |
17:11:17(943): | | |
| | | WITH inserted_row AS (

17:11:17(945):


17:11:17(948):


17:11:17(964):

+
17:11:17(986): | | | | |
| | | |
| |
17:11:18(004): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:18(006):


17:11:18(009):


17:11:18(023):

+
17:11:18(043): | | | | |
| | | |
| |
17:11:18(052): | | |
| | | VALUES (23891,

17:11:18(054):


17:11:18(056):


17:11:18(073):

+
17:11:18(089): | | | | |
| | | |
| |
17:11:18(098): | | |
| | | NULL,

17:11:18(101):


17:11:18(103):


17:11:18(119):

+
17:11:18(135): | | | | |
| | | |
| |
17:11:18(152): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:18(156):


17:11:18(161):


17:11:18(179):

+
17:11:18(197): | | | | |
| | | |
| |
17:11:18(212): | | |
| | |
run_state_finished(),
17:11:18(216):


17:11:18(220):


17:11:18(238):

+
17:11:18(255): | | | | |
| | | |
| |
17:11:18(264): | | |
| | | 0,

17:11:18(266):


17:11:18(269):


17:11:18(284):

+
17:11:18(300): | | | | |
| | | |
| |
17:11:18(317): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:18(338):"histogram-latency": {"0.60": 3, "0.61": 4, "0.62": 3, "0.63":
3, "0.65": 1, "0.48": 8, "0.49": 7, "0.46": 22, "0.47": 11, "0.44": 52,
"0.45": 55, "0.42": 42, "0.43": 68, "0.40": 58, "0.41": 33, "0
17:11:18(359):.59": 4, "0.58": 4, "0.51": 6, "0.50": 7, "0.53": 6, "0.52":
9, "0.55": 5, "0.54": 9, "0.57": 7, "0.56": 2, "0.39": 62, "0.38": 54,
"0.37": 24, "0.36": 17, "0.35": 9, "0.34": 3, "0.33": 1, "0.31":
17:11:18(375):1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:11:18(391): | | | | |
| | | |
| |
17:11:18(400): | | |
| | | RETURNING *

17:11:18(402):


17:11:18(404):


17:11:18(419):

+
17:11:18(435): | | | | |
| | | |
| |
17:11:18(441): | | |
| | |
17:11:18(461): 16928 | pscheduler | 8530 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.69926+00 | 2019-05-12 14:08:54.807182+00 | 2019-05-12 14:
17:11:18(469):08:54.807332+00 | 2019-05-12 14:08:54.807337+00 | f |
active | 22285847 | 22285280 |

17:11:18(471):


17:11:18(473):


17:11:18(488):

+
17:11:18(504): | | | | |
| | | |
| |
17:11:18(514): | | |
| | | WITH inserted_row AS (

17:11:18(516):


17:11:18(518):


17:11:18(534):

+
17:11:18(552): | | | | |
| | | |
| |
17:11:18(567): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:18(571):


17:11:18(574):


17:11:18(589):

+
17:11:18(605): | | | | |
| | | |
| |
17:11:18(615): | | |
| | | VALUES (24190,

17:11:18(618):


17:11:18(620):


17:11:18(635):

+
17:11:18(654): | | | | |
| | | |
| |
17:11:18(666): | | |
| | | NULL,

17:11:18(668):


17:11:18(670):


17:11:18(685):

+
17:11:18(704): | | | | |
| | | |
| |
17:11:18(719): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:18(721):


17:11:18(723):


17:11:18(737):

+
17:11:18(753): | | | | |
| | | |
| |
17:11:18(764): | | |
| | |
run_state_finished(),
17:11:18(766):


17:11:18(769):


17:11:18(783):

+
17:11:18(801): | | | | |
| | | |
| |
17:11:18(810): | | |
| | | 0,

17:11:18(812):


17:11:18(814):


17:11:18(829):

+
17:11:18(845): | | | | |
| | | |
| |
17:11:18(862): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:11:18(884):"histogram-latency": {"0.60": 5, "0.61": 3, "0.62": 1, "0.64":
1, "0.48": 5, "0.49": 4, "0.46": 18, "0.47": 8, "0.44": 34, "0.45": 26,
"0.42": 39, "0.43": 46, "0.40": 56, "0.41": 44, "3.03": 1, "0.
17:11:18(907):59": 7, "0.58": 3, "0.70": 1, "0.51": 6, "0.50": 9, "0.53": 3,
"0.52": 6, "0.55": 7, "0.54": 5, "0.57": 8, "0.56": 4, "0.39": 49, "0.38":
66, "0.37": 58, "0.36": 35, "0.35": 22, "0.34": 9, "0.33":
17:11:18(923):6, "0.32": 3, "0.31": 1, "0.30": 1}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:18(940): | | | | |
| | | |
| |
17:11:18(945): | | |
| | |
17:11:18(964): 16928 | pscheduler | 8531 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.801155+00 | 2019-05-12 14:08:55.885795+00 | 2019-05-12 14:
17:11:18(971):08:55.885924+00 | 2019-05-12 14:08:55.885929+00 | f |
active | 22285862 | 22285280 |

17:11:18(973):


17:11:18(976):


17:11:18(991):

+
17:11:19(009): | | | | |
| | | |
| |
17:11:19(019): | | |
| | | WITH inserted_row AS (

17:11:19(021):


17:11:19(024):


17:11:19(041):

+
17:11:19(059): | | | | |
| | | |
| |
17:11:19(074): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:19(077):


17:11:19(079):


17:11:19(094):

+
17:11:19(110): | | | | |
| | | |
| |
17:11:19(120): | | |
| | | VALUES (23569,

17:11:19(123):


17:11:19(125):


17:11:19(140):

+
17:11:19(156): | | | | |
| | | |
| |
17:11:19(165): | | |
| | | NULL,

17:11:19(169):


17:11:19(172):


17:11:19(186):

+
17:11:19(203): | | | | |
| | | |
| |
17:11:19(217): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:19(219):


17:11:19(221):


17:11:19(236):

+
17:11:19(253): | | | | |
| | | |
| |
17:11:19(264): | | |
| | |
run_state_finished(),
17:11:19(266):


17:11:19(268):


17:11:19(283):

+
17:11:19(300): | | | | |
| | | |
| |
17:11:19(310): | | |
| | | 0,

17:11:19(312):


17:11:19(314):


17:11:19(329):

+
17:11:19(347): | | | | |
| | | |
| |
17:11:19(364): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:11:19(385):"histogram-latency": {"3.73": 1, "7.16": 1, "10.26": 1,
"3.79": 1, "0.51": 5, "9.58": 1, "5.68": 3, "1.98": 1, "1.99": 1, "8.14": 1,
"8.16": 1, "8.11": 1, "8.12": 1, "0.52": 3, "1.13": 1, "1.10": 2
17:11:19(407):, "1.11": 1, "8.64": 2, "1.18": 1, "1.19": 3, "8.58": 1,
"9.44": 1, "4.05": 1, "5.53": 1, "5.51": 1, "11.12": 1, "3.67": 1, "3.66": 1,
"3.60": 1, "4.08": 1, "0.59": 14, "0.58": 9, "8.60": 3, "1.80"
17:11:19(425):: 1, "0.53": 4, "8.63": 2, "0.55": 7, "1.84": 3, "0.62": 22,
"1.01": 1, "4.77": 1, "1.07": 1, "1.08": 1, "8.95": 2, "8.94": 1, "7.04": 1,
"8.96": 3, "7.98": 1, "7.99": 1, "7
17:11:19(444): 16928 | pscheduler | 8533 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.832809+00 | 2019-05-12 14:08:55.206336+00 | 2019-05-12 14:
17:11:19(451):08:55.206445+00 | 2019-05-12 14:08:55.20645+00 | f |
active | 22285854 | 22285280 |

17:11:19(454):


17:11:19(456):


17:11:19(472):

+
17:11:19(489): | | | | |
| | | |
| |
17:11:19(499): | | |
| | | WITH inserted_row AS (

17:11:19(502):


17:11:19(504):


17:11:19(519):

+
17:11:19(535): | | | | |
| | | |
| |
17:11:19(550): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:19(553):


17:11:19(555):


17:11:19(570):

+
17:11:19(594): | | | | |
| | | |
| |
17:11:19(604): | | |
| | | VALUES (24045,

17:11:19(606):


17:11:19(609):


17:11:19(624):

+
17:11:19(640): | | | | |
| | | |
| |
17:11:19(649): | | |
| | | NULL,

17:11:19(652):


17:11:19(654):


17:11:19(670):

+
17:11:19(686): | | | | |
| | | |
| |
17:11:19(701): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:19(703):


17:11:19(705):


17:11:19(720):

+
17:11:19(736): | | | | |
| | | |
| |
17:11:19(748): | | |
| | |
run_state_finished(),
17:11:19(750):


17:11:19(752):


17:11:19(768):

+
17:11:19(785): | | | | |
| | | |
| |
17:11:19(795): | | |
| | | 0,

17:11:19(797):


17:11:19(799):


17:11:19(814):

+
17:11:19(835): | | | | |
| | | |
| |
17:11:19(854): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:11:19(876):"histogram-latency": {"12.74": 1, "10.22": 1, "7.10": 1,
"3.74": 1, "12.79": 1, "0.48": 5, "0.49": 1, "0.46": 2, "1.97": 1, "0.44": 8,
"0.45": 6, "0.42": 9, "0.43": 11, "0.40": 15, "0.41": 25, "0.5
17:11:19(902):2": 1, "14.41": 1, "6.42": 1, "11.40": 2, "11.42": 1, "11.46":
1, "0.56": 1, "12.64": 1, "6.54": 1, "7.08": 1, "8.68": 1, "0.58": 1, "0.51":
1, "0.50": 1, "1.82": 1, "8.64": 1, "1.86": 1, "13.49":
17:11:19(924):1, "2.28": 1, "11.56": 1, "2.20": 1, "12.58": 1, "8.78": 1,
"10.43": 1, "0.47": 6, "2.31": 1, "0.29": 6, "0.24": 22, "0.25": 9, "0.26":
9, "0.27": 10, "0.20": 26, "0.21": 40
17:11:19(944): 16928 | pscheduler | 8537 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.943001+00 | 2019-05-12 14:08:53.29096+00 | 2019-05-12 14:
17:11:19(952):08:53.293336+00 | 2019-05-12 14:08:53.293342+00 | f |
active | 22285835 | 22285280 |

17:11:19(954):


17:11:19(956):


17:11:19(971):

+
17:11:19(987): | | | | |
| | | |
| |
17:11:19(997): | | |
| | | WITH inserted_row AS (

17:11:19(999):


17:11:20(002):


17:11:20(016):

+
17:11:20(033): | | | | |
| | | |
| |
17:11:20(049): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:20(051):


17:11:20(054):


17:11:20(070):

+
17:11:20(086): | | | | |
| | | |
| |
17:11:20(095): | | |
| | | VALUES (23495,

17:11:20(098):


17:11:20(100):


17:11:20(116):

+
17:11:20(132): | | | | |
| | | |
| |
17:11:20(146): | | |
| | | NULL,

17:11:20(150):


17:11:20(154):


17:11:20(169):

+
17:11:20(185): | | | | |
| | | |
| |
17:11:20(200): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:20(203):


17:11:20(205):


17:11:20(220):

+
17:11:20(236): | | | | |
| | | |
| |
17:11:20(248): | | |
| | |
run_state_finished(),
17:11:20(250):


17:11:20(252):


17:11:20(268):

+
17:11:20(315): | | | | |
| | | |
| |
17:11:20(324): | | |
| | | 0,

17:11:20(327):


17:11:20(329):


17:11:20(345):

+
17:11:20(361): | | | | |
| | | |
| |
17:11:20(379): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:20(425):"histogram-latency": {"1.19": 9, "1.18": 6, "0.48": 4, "0.49":
1, "0.46": 2, "0.47": 5, "0.44": 6, "0.45": 1, "0.42": 3, "0.43": 4, "0.40":
8, "0.41": 8, "1.16": 9, "1.17": 7, "1.14": 4, "1.15": 8,
17:11:20(447): "0.28": 37, "0.29": 33, "1.10": 2, "0.24": 32, "0.25": 44,
"0.26": 47, "0.27": 62, "0.20": 1, "0.21": 2, "0.22": 8, "0.23": 13, "1.39":
1, "1.30": 2, "1.31": 2, "1.32": 2, "1.34": 3, "1.35": 1, "1
17:11:20(464):.36": 1, "1.12": 4, "1.23": 7, "1.44": 1, "0.50": 1, "0.53":
1, "0.52": 1, "0.18": 1, "1.13": 2, "0.39": 3, "0.38": 7, "0.37": 7, "0.36":
6, "0.35": 10, "0.34": 13, "0.33":
17:11:20(483): 16928 | pscheduler | 8538 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.947719+00 | 2019-05-12 14:08:55.351582+00 | 2019-05-12 14:
17:11:20(490):08:55.35169+00 | 2019-05-12 14:08:55.351694+00 | f |
active | 22285855 | 22285280 |

17:11:20(492):


17:11:20(494):


17:11:20(509):

+
17:11:20(525): | | | | |
| | | |
| |
17:11:20(535): | | |
| | | WITH inserted_row AS (

17:11:20(538):


17:11:20(540):


17:11:20(555):

+
17:11:20(571): | | | | |
| | | |
| |
17:11:20(586): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:20(589):


17:11:20(591):


17:11:20(607):

+
17:11:20(623): | | | | |
| | | |
| |
17:11:20(632): | | |
| | | VALUES (24404,

17:11:20(635):


17:11:20(645):


17:11:20(660):

+
17:11:20(676): | | | | |
| | | |
| |
17:11:20(686): | | |
| | | NULL,

17:11:20(688):


17:11:20(691):


17:11:20(706):

+
17:11:20(722): | | | | |
| | | |
| |
17:11:20(737): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:20(739):


17:11:20(741):


17:11:20(756):

+
17:11:20(772): | | | | |
| | | |
| |
17:11:20(783): | | |
| | |
run_state_finished(),
17:11:20(786):


17:11:20(788):


17:11:20(803):

+
17:11:20(819): | | | | |
| | | |
| |
17:11:20(828): | | |
| | | 0,

17:11:20(830):


17:11:20(832):


17:11:20(847):

+
17:11:20(864): | | | | |
| | | |
| |
17:11:20(881): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:11:20(902):"histogram-latency": {"0.66": 9, "0.67": 9, "0.60": 5, "0.68":
5, "0.62": 12, "0.63": 7, "0.64": 3, "0.65": 10, "0.48": 54, "0.49": 50,
"0.46": 53, "0.47": 62, "0.44": 10, "0.45": 27, "0.42": 2, "0
17:11:20(924):.53": 36, "0.40": 2, "0.43": 10, "0.69": 5, "0.73": 2, "0.58":
8, "0.71": 4, "0.70": 7, "0.76": 1, "0.51": 45, "0.50": 27, "0.79": 1,
"0.52": 43, "0.55": 25, "0.54": 21, "0.57": 14, "0.56": 12, "0.
17:11:20(940):59": 10, "0.61": 9}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:20(956): | | | | |
| | | |
| |
17:11:20(962): | | |
| | |
17:11:20(980): 16928 | pscheduler | 8539 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:40.951444+00 | 2019-05-12 14:08:46.384832+00 | 2019-05-12 14:
17:11:20(987):08:46.384939+00 | 2019-05-12 14:08:46.384944+00 | f |
active | 22285780 | 22285280 |

17:11:20(989):


17:11:20(991):


17:11:21(006):

+
17:11:21(023): | | | | |
| | | |
| |
17:11:21(034): | | |
| | | WITH inserted_row AS (

17:11:21(036):


17:11:21(039):


17:11:21(054):

+
17:11:21(070): | | | | |
| | | |
| |
17:11:21(085): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:21(088):


17:11:21(090):


17:11:21(105):

+
17:11:21(121): | | | | |
| | | |
| |
17:11:21(130): | | |
| | | VALUES (24189,

17:11:21(133):


17:11:21(135):


17:11:21(150):

+
17:11:21(166): | | | | |
| | | |
| |
17:11:21(175): | | |
| | | NULL,

17:11:21(178):


17:11:21(180):


17:11:21(194):

+
17:11:21(211): | | | | |
| | | |
| |
17:11:21(225): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:21(227):


17:11:21(229):


17:11:21(244):

+
17:11:21(261): | | | | |
| | | |
| |
17:11:21(272): | | |
| | |
run_state_finished(),
17:11:21(275):


17:11:21(277):


17:11:21(292):

+
17:11:21(309): | | | | |
| | | |
| |
17:11:21(318): | | |
| | | 0,

17:11:21(320):


17:11:21(323):


17:11:21(337):

+
17:11:21(355): | | | | |
| | | |
| |
17:11:21(372): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:21(392):"histogram-latency": {"-0.31": 7, "0.85": 1, "-0.48": 16,
"-0.49": 18, "-0.28": 6, "-0.29": 6, "-0.42": 30, "-0.43": 36, "-0.40": 38,
"-0.41": 52, "-0.46": 58, "-0.47": 37, "-0.22": 4, "-0.23": 7,
17:11:21(413):"-0.11": 1, "0.45": 1, "-0.27": 6, "-0.24": 5, "-0.52": 3,
"-0.25": 6, "-0.26": 3, "-0.33": 7, "-0.32": 9, "-0.17": 3, "-0.30": 3,
"-0.37": 17, "-0.36": 12, "-0.35": 9, "-0.34": 9, "-0.51": 8, "-0.
17:11:21(429):50": 20, "-0.39": 33, "-0.38": 18, "-0.19": 2, "-0.18": 1,
"-0.21": 7, "-0.44": 56, "0.51": 1, "-0.45": 44}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reo
17:11:21(448): 16928 | pscheduler | 8542 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:41.024739+00 | 2019-05-12 14:08:56.844559+00 | 2019-05-12 14:
17:11:21(455):08:56.84472+00 | 2019-05-12 14:08:56.844725+00 | f |
active | 22285873 | 22285281 |

17:11:21(458):


17:11:21(460):


17:11:21(475):

+
17:11:21(491): | | | | |
| | | |
| |
17:11:21(501): | | |
| | | WITH inserted_row AS (

17:11:21(504):


17:11:21(506):


17:11:21(521):

+
17:11:21(537): | | | | |
| | | |
| |
17:11:21(552): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:21(555):


17:11:21(557):


17:11:21(572):

+
17:11:21(588): | | | | |
| | | |
| |
17:11:21(597): | | |
| | | VALUES (23720,

17:11:21(600):


17:11:21(603):


17:11:21(619):

+
17:11:21(635): | | | | |
| | | |
| |
17:11:21(645): | | |
| | | NULL,

17:11:21(647):


17:11:21(649):


17:11:21(664):

+
17:11:21(680): | | | | |
| | | |
| |
17:11:21(694): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:21(696):


17:11:21(699):


17:11:21(756):

+
17:11:21(772): | | | | |
| | | |
| |
17:11:21(783): | | |
| | |
run_state_finished(),
17:11:21(786):


17:11:21(788):


17:11:21(803):

+
17:11:21(820): | | | | |
| | | |
| |
17:11:21(829): | | |
| | | 0,

17:11:21(831):


17:11:21(833):


17:11:21(848):

+
17:11:21(865): | | | | |
| | | |
| |
17:11:21(882): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:21(905):"histogram-latency": {"6.44": 1, "7.15": 1, "6.41": 1, "6.43":
1, "7.19": 1, "1.97": 1, "1.94": 1, "8.11": 1, "8.62": 1, "0.40": 1, "9.55":
1, "1.10": 1, "7.61": 1, "7.64": 1, "6.37": 1, "11.48": 1
17:11:21(926):, "0.56": 1, "2.12": 1, "7.06": 1, "7.05": 1, "6.54": 1,
"0.59": 1, "0.58": 1, "10.52": 1, "0.53": 1, "0.52": 1, "0.54": 3, "1.86": 1,
"1.00": 2, "1.06": 1, "1.09": 1, "7.82": 1, "7.98": 1, "11.59"
17:11:21(945):: 1, "7.32": 1, "7.31": 1, "7.38": 1, "0.28": 3, "0.29": 5,
"0.24": 3, "0.25": 6, "0.26": 5, "0.27": 5, "0.20": 11, "0.21": 9, "0.22":
15, "0.23": 5, "1.76": 1, "8.13": 1, "
17:11:21(963): 16928 | pscheduler | 8543 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:41.109825+00 | 2019-05-12 14:08:55.797214+00 | 2019-05-12 14:
17:11:21(970):08:55.797327+00 | 2019-05-12 14:08:55.797331+00 | f |
active | 22285863 | 22285280 |

17:11:21(972):


17:11:21(974):


17:11:21(989):

+
17:11:22(005): | | | | |
| | | |
| |
17:11:22(015): | | |
| | | WITH inserted_row AS (

17:11:22(017):


17:11:22(019):


17:11:22(035):

+
17:11:22(051): | | | | |
| | | |
| |
17:11:22(067): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:22(069):


17:11:22(071):


17:11:22(086):

+
17:11:22(102): | | | | |
| | | |
| |
17:11:22(112): | | |
| | | VALUES (24054,

17:11:22(114):


17:11:22(116):


17:11:22(132):

+
17:11:22(148): | | | | |
| | | |
| |
17:11:22(157): | | |
| | | NULL,

17:11:22(160):


17:11:22(162):


17:11:22(177):

+
17:11:22(193): | | | | |
| | | |
| |
17:11:22(207): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:22(209):


17:11:22(212):


17:11:22(226):

+
17:11:22(243): | | | | |
| | | |
| |
17:11:22(254): | | |
| | |
run_state_finished(),
17:11:22(256):


17:11:22(258):


17:11:22(273):

+
17:11:22(290): | | | | |
| | | |
| |
17:11:22(299): | | |
| | | 0,

17:11:22(301):


17:11:22(304):


17:11:22(318):

+
17:11:22(334): | | | | |
| | | |
| |
17:11:22(352): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:22(372):"histogram-latency": {"0.60": 46, "0.61": 47, "0.62": 54,
"0.63": 52, "0.64": 48, "0.65": 58, "0.66": 74, "0.67": 47, "0.68": 27,
"0.69": 16, "2.51": 1, "0.82": 6, "0.83": 4, "0.80": 4, "0.81": 2,
17:11:22(394):"0.86": 4, "0.84": 3, "0.85": 1, "3.42": 1, "0.59": 18,
"0.72": 10, "0.71": 5, "0.70": 12, "0.77": 4, "0.76": 5, "0.75": 4, "0.74":
5, "0.79": 5, "0.78": 6, "0.55": 1, "0.57": 7, "0.56": 2, "0.73":
17:11:22(409): 5, "0.58": 13, "2.21": 1, "1.43": 1, "1.24": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "sc
17:11:22(428): 16928 | pscheduler | 8548 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:41.524762+00 | 2019-05-12 14:08:40.675029+00 | 2019-05-12 14:
17:11:22(435):08:40.675183+00 | 2019-05-12 14:08:40.675189+00 | f |
active | 22285747 | 22285280 |

17:11:22(437):


17:11:22(439):


17:11:22(454):

+
17:11:22(470): | | | | |
| | | |
| |
17:11:22(480): | | |
| | | WITH inserted_row AS (

17:11:22(482):


17:11:22(484):


17:11:22(499):

+
17:11:22(515): | | | | |
| | | |
| |
17:11:22(530): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:22(532):


17:11:22(534):


17:11:22(549):

+
17:11:22(566): | | | | |
| | | |
| |
17:11:22(575): | | |
| | | VALUES (23857,

17:11:22(578):


17:11:22(581):


17:11:22(596):

+
17:11:22(612): | | | | |
| | | |
| |
17:11:22(622): | | |
| | | NULL,

17:11:22(624):


17:11:22(626):


17:11:22(641):

+
17:11:22(657): | | | | |
| | | |
| |
17:11:22(671): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:22(674):


17:11:22(676):


17:11:22(690):

+
17:11:22(706): | | | | |
| | | |
| |
17:11:22(718): | | |
| | |
run_state_finished(),
17:11:22(720):


17:11:22(722):


17:11:22(737):

+
17:11:22(753): | | | | |
| | | |
| |
17:11:22(763): | | |
| | | 0,

17:11:22(766):


17:11:22(768):


17:11:22(783):

+
17:11:22(799): | | | | |
| | | |
| |
17:11:22(816): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:22(836):"histogram-latency": {"0.60": 56, "0.61": 64, "0.62": 63,
"0.63": 39, "0.64": 48, "0.65": 64, "0.66": 53, "0.67": 36, "0.68": 17,
"0.69": 11, "0.78": 1, "1.18": 1, "0.82": 7, "0.83": 4, "0.80": 5,
17:11:22(859):"0.81": 4, "0.87": 5, "0.85": 2, "0.73": 5, "0.72": 10,
"0.71": 2, "0.70": 13, "0.77": 3, "0.76": 5, "0.75": 9, "0.74": 7, "0.79": 4,
"0.52": 1, "0.55": 1, "0.54": 1, "0.57": 9, "0.56": 4, "0.59":
17:11:22(874):35, "1.03": 1, "0.58": 9, "0.90": 1}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:22(891): | | | | |
| | | |
| |
17:11:22(897): | | |
| | |
17:11:22(915): 16928 | pscheduler | 8549 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:41.533523+00 | 2019-05-12 14:08:42.654304+00 | 2019-05-12 14:
17:11:22(922):08:42.654391+00 | 2019-05-12 14:08:42.654394+00 | f |
active | 22285758 | 22285280 |

17:11:22(924):


17:11:22(926):


17:11:22(942):

+
17:11:22(959): | | | | |
| | | |
| |
17:11:22(969): | | |
| | | WITH inserted_row AS (

17:11:22(971):


17:11:22(974):


17:11:22(988):

+
17:11:23(005): | | | | |
| | | |
| |
17:11:23(021): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:23(023):


17:11:23(026):


17:11:23(043):

+
17:11:23(059): | | | | |
| | | |
| |
17:11:23(069): | | |
| | | VALUES (24036,

17:11:23(071):


17:11:23(074):


17:11:23(088):

+
17:11:23(105): | | | | |
| | | |
| |
17:11:23(114): | | |
| | | NULL,

17:11:23(117):


17:11:23(119):


17:11:23(135):

+
17:11:23(151): | | | | |
| | | |
| |
17:11:23(165): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:23(167):


17:11:23(170):


17:11:23(185):

+
17:11:23(201): | | | | |
| | | |
| |
17:11:23(212): | | |
| | |
run_state_finished(),
17:11:23(215):


17:11:23(217):


17:11:23(232):

+
17:11:23(248): | | | | |
| | | |
| |
17:11:23(257): | | |
| | | 0,

17:11:23(259):


17:11:23(262):


17:11:23(277):

+
17:11:23(294): | | | | |
| | | |
| |
17:11:23(311): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:23(332):"histogram-latency": {"0.66": 5, "0.67": 5, "0.60": 9, "0.61":
14, "0.62": 14, "0.63": 17, "0.64": 8, "0.65": 12, "0.48": 8, "0.49": 14,
"0.46": 13, "0.47": 9, "0.44": 21, "0.45": 10, "0.42": 41, "
17:11:23(354):0.43": 22, "0.40": 28, "0.41": 19, "0.28": 6, "0.29": 6,
"0.24": 5, "0.25": 4, "0.26": 10, "0.27": 4, "0.20": 5, "0.21": 2, "0.22": 2,
"0.23": 6, "0.69": 14, "0.73": 1, "0.57": 4, "0.55": 6, "0.15"
17:11:23(371):: 1, "0.58": 6, "0.17": 1, "0.16": 1, "0.75": 1, "0.74": 3,
"0.51": 5, "0.50": 9, "0.53": 2, "0.52": 4, "0.19": 3, "0.18": 4, "0.54": 7,
"0.56": 5, "0.59": 13, "0.39": 23, "
17:11:23(390): 16928 | pscheduler | 8557 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:41.988307+00 | 2019-05-12 14:08:55.25502+00 | 2019-05-12 14:
17:11:23(396):08:55.255183+00 | 2019-05-12 14:08:55.255187+00 | f |
active | 22285853 | 22285280 |

17:11:23(398):


17:11:23(401):


17:11:23(415):

+
17:11:23(432): | | | | |
| | | |
| |
17:11:23(442): | | |
| | | WITH inserted_row AS (

17:11:23(444):


17:11:23(447):


17:11:23(461):

+
17:11:23(478): | | | | |
| | | |
| |
17:11:23(493): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:23(495):


17:11:23(497):


17:11:23(512):

+
17:11:23(528): | | | | |
| | | |
| |
17:11:23(537): | | |
| | | VALUES (24383,

17:11:23(540):


17:11:23(542):


17:11:23(557):

+
17:11:23(575): | | | | |
| | | |
| |
17:11:23(585): | | |
| | | NULL,

17:11:23(587):


17:11:23(589):


17:11:23(604):

+
17:11:23(621): | | | | |
| | | |
| |
17:11:23(636): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:23(639):


17:11:23(642):


17:11:23(657):

+
17:11:23(673): | | | | |
| | | |
| |
17:11:23(684): | | |
| | |
run_state_finished(),
17:11:23(687):


17:11:23(689):


17:11:23(704):

+
17:11:23(720): | | | | |
| | | |
| |
17:11:23(729): | | |
| | | 0,

17:11:23(731):


17:11:23(733):


17:11:23(748):

+
17:11:23(765): | | | | |
| | | |
| |
17:11:23(782): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:23(803):"histogram-latency": {"0.48": 13, "0.49": 13, "0.60": 13,
"0.61": 15, "0.62": 15, "0.63": 16, "0.64": 11, "0.65": 16, "0.66": 8,
"0.67": 7, "0.46": 13, "0.47": 19, "0.44": 20, "0.45": 17, "0.42": 2
17:11:23(824):3, "0.43": 39, "0.40": 33, "0.41": 21, "0.28": 1, "0.69": 12,
"0.80": 1, "0.87": 1, "0.73": 5, "0.72": 8, "0.71": 9, "0.70": 7, "0.77": 2,
"0.76": 1, "0.75": 1, "0.74": 7, "0.51": 8, "0.50": 9, "0.
17:11:23(842):53": 6, "0.52": 6, "0.55": 5, "0.54": 11, "0.57": 6, "0.56":
7, "0.59": 7, "0.39": 35, "0.38": 25, "0.37": 10, "0.36": 9, "0.35": 17,
"0.34": 9, "0.33": 17, "0.32": 11, "0.3
17:11:23(860): 16928 | pscheduler | 8565 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:42.365212+00 | 2019-05-12 14:09:00.348766+00 | 2019-05-12 14:
17:11:23(867):09:00.348944+00 | 2019-05-12 14:09:00.34895+00 | f |
active | 22285922 | 22285295 |

17:11:23(869):


17:11:23(871):


17:11:23(886):

+
17:11:23(902): | | | | |
| | | |
| |
17:11:23(912): | | |
| | | WITH inserted_row AS (

17:11:23(914):


17:11:23(916):


17:11:23(932):

+
17:11:23(948): | | | | |
| | | |
| |
17:11:23(964): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:23(966):


17:11:23(968):


17:11:23(983):

+
17:11:23(999): | | | | |
| | | |
| |
17:11:24(008): | | |
| | | VALUES (23675,

17:11:24(011):


17:11:24(013):


17:11:24(028):

+
17:11:24(044): | | | | |
| | | |
| |
17:11:24(054): | | |
| | | NULL,

17:11:24(056):


17:11:24(058):


17:11:24(073):

+
17:11:24(089): | | | | |
| | | |
| |
17:11:24(104): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:24(106):


17:11:24(108):


17:11:24(123):

+
17:11:24(140): | | | | |
| | | |
| |
17:11:24(151): | | |
| | |
run_state_finished(),
17:11:24(155):


17:11:24(156):


17:11:24(172):

+
17:11:24(190): | | | | |
| | | |
| |
17:11:24(215): | | |
| | | 0,

17:11:24(218):


17:11:24(220):


17:11:24(235):

+
17:11:24(251): | | | | |
| | | |
| |
17:11:24(268): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:24(289):histogram-latency": {"0.60": 5, "0.61": 8, "0.62": 21, "0.63":
26, "0.64": 31, "0.65": 19, "0.66": 32, "0.67": 41, "0.68": 32, "0.69": 17,
"0.53": 2, "0.82": 9, "0.83": 14, "0.80": 8, "0.81": 6, "0
17:11:24(312):.86": 21, "0.87": 20, "0.84": 20, "0.85": 18, "0.88": 13,
"0.89": 15, "0.59": 5, "0.72": 20, "0.71": 16, "0.70": 26, "0.77": 8, "0.76":
7, "0.75": 2, "0.74": 6, "0.79": 2, "0.78": 9, "0.55": 2, "0.
17:11:24(329):54": 2, "0.57": 3, "0.56": 1, "1.01": 1, "1.00": 1, "0.58": 6,
"0.73": 19, "0.98": 4, "0.95": 8, "0.94": 4, "0.97": 7, "0.96": 5, "0.91": 8,
"0.90": 16, "0.93": 15, "0.92":
17:11:24(347): 16928 | pscheduler | 8567 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:42.526046+00 | 2019-05-12 14:08:30.220243+00 | 2019-05-12 14:
17:11:24(354):08:30.22035+00 | 2019-05-12 14:08:30.220355+00 | f |
active | 22285711 | 22285280 |

17:11:24(357):


17:11:24(359):


17:11:24(374):

+
17:11:24(390): | | | | |
| | | |
| |
17:11:24(400): | | |
| | | WITH inserted_row AS (

17:11:24(402):


17:11:24(404):


17:11:24(419):

+
17:11:24(435): | | | | |
| | | |
| |
17:11:24(450): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:24(452):


17:11:24(454):


17:11:24(469):

+
17:11:24(486): | | | | |
| | | |
| |
17:11:24(495): | | |
| | | VALUES (24491,

17:11:24(498):


17:11:24(500):


17:11:24(515):

+
17:11:24(532): | | | | |
| | | |
| |
17:11:24(541): | | |
| | | NULL,

17:11:24(544):


17:11:24(546):


17:11:24(561):

+
17:11:24(577): | | | | |
| | | |
| |
17:11:24(592): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:24(594):


17:11:24(596):


17:11:24(611):

+
17:11:24(627): | | | | |
| | | |
| |
17:11:24(639): | | |
| | |
run_state_finished(),
17:11:24(641):


17:11:24(643):


17:11:24(658):

+
17:11:24(674): | | | | |
| | | |
| |
17:11:24(684): | | |
| | | 0,

17:11:24(686):


17:11:24(688):


17:11:24(704):

+
17:11:24(720): | | | | |
| | | |
| |
17:11:24(737): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:24(758):histogram-latency": {"0.60": 10, "0.61": 7, "0.62": 29,
"0.63": 38, "0.64": 28, "0.65": 24, "0.66": 34, "0.67": 28, "0.68": 25,
"0.69": 13, "0.53": 2, "0.82": 14, "0.83": 13, "0.80": 9, "0.81": 13,
17:11:24(779): "0.86": 25, "0.87": 24, "0.84": 17, "0.85": 21, "0.88": 12,
"0.89": 23, "1.00": 1, "0.73": 11, "0.72": 13, "0.71": 18, "0.70": 9, "0.77":
7, "0.76": 3, "0.75": 10, "0.74": 12, "0.79": 4, "0.78": 1
17:11:24(796):0, "0.55": 7, "0.57": 5, "0.56": 10, "0.59": 1, "0.58": 5,
"0.98": 1, "0.95": 6, "0.94": 9, "0.97": 1, "0.96": 4, "0.91": 10, "0.90": 6,
"0.93": 11, "0.92": 17}, "histogram-
17:11:24(816): 16928 | pscheduler | 8572 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:42.941219+00 | 2019-05-12 14:08:48.825215+00 | 2019-05-12 14:
17:11:24(823):08:48.825473+00 | 2019-05-12 14:08:48.825477+00 | f |
active | 22285798 | 22285280 |

17:11:24(826):


17:11:24(828):


17:11:24(843):

+
17:11:24(860): | | | | |
| | | |
| |
17:11:24(870): | | |
| | | WITH inserted_row AS (

17:11:24(872):


17:11:24(875):


17:11:24(890):

+
17:11:24(907): | | | | |
| | | |
| |
17:11:24(922): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:24(925):


17:11:24(927):


17:11:24(942):

+
17:11:24(959): | | | | |
| | | |
| |
17:11:24(969): | | |
| | | VALUES (24348,

17:11:24(972):


17:11:24(976):


17:11:24(992):

+
17:11:25(008): | | | | |
| | | |
| |
17:11:25(018): | | |
| | | NULL,

17:11:25(020):


17:11:25(022):


17:11:25(038):

+
17:11:25(055): | | | | |
| | | |
| |
17:11:25(069): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:25(071):


17:11:25(074):


17:11:25(088):

+
17:11:25(104): | | | | |
| | | |
| |
17:11:25(116): | | |
| | |
run_state_finished(),
17:11:25(119):


17:11:25(121):


17:11:25(136):

+
17:11:25(153): | | | | |
| | | |
| |
17:11:25(162): | | |
| | | 0,

17:11:25(165):


17:11:25(167):


17:11:25(182):

+
17:11:25(198): | | | | |
| | | |
| |
17:11:25(216): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:25(237):"histogram-latency": {"-0.06": 1, "-0.15": 5, "-0.04": 1,
"-0.28": 32, "-0.29": 40, "-0.14": 7, "-0.24": 9, "-0.25": 16, "-0.26": 9,
"-0.27": 17, "-0.20": 10, "-0.21": 13, "-0.08": 1, "-0.23": 5, "
17:11:25(258):-0.30": 50, "-0.11": 4, "-0.10": 2, "-0.13": 4, "-0.12": 5,
"-0.41": 3, "0.89": 1, "-0.40": 2, "-0.33": 47, "-0.32": 35, "-0.31": 38,
"-0.16": 6, "-0.37": 9, "-0.36": 43, "-0.35": 73, "-0.34": 49,
17:11:25(274):"-0.03": 1, "-0.39": 5, "-0.38": 13, "-0.19": 13, "-0.18": 9,
"-0.22": 10, "-0.09": 5, "-0.17": 7}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered":
17:11:25(293): 16928 | pscheduler | 8578 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:43.091826+00 | 2019-05-12 14:08:41.237076+00 | 2019-05-12 14:
17:11:25(300):08:41.237312+00 | 2019-05-12 14:08:41.237317+00 | f |
active | 22285749 | 22285280 |

17:11:25(302):


17:11:25(305):


17:11:25(320):

+
17:11:25(336): | | | | |
| | | |
| |
17:11:25(347): | | |
| | | WITH inserted_row AS (

17:11:25(349):


17:11:25(351):


17:11:25(366):

+
17:11:25(382): | | | | |
| | | |
| |
17:11:25(398): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:25(400):


17:11:25(402):


17:11:25(417):

+
17:11:25(433): | | | | |
| | | |
| |
17:11:25(443): | | |
| | | VALUES (23841,

17:11:25(445):


17:11:25(447):


17:11:25(462):

+
17:11:25(478): | | | | |
| | | |
| |
17:11:25(487): | | |
| | | NULL,

17:11:25(490):


17:11:25(492):


17:11:25(507):

+
17:11:25(523): | | | | |
| | | |
| |
17:11:25(538): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:25(540):


17:11:25(542):


17:11:25(558):

+
17:11:25(575): | | | | |
| | | |
| |
17:11:25(586): | | |
| | |
run_state_finished(),
17:11:25(588):


17:11:25(590):


17:11:25(605):

+
17:11:25(621): | | | | |
| | | |
| |
17:11:25(630): | | |
| | | 0,

17:11:25(632):


17:11:25(635):


17:11:25(651):

+
17:11:25(666): | | | | |
| | | |
| |
17:11:25(684): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:25(704):"histogram-latency": {"0.48": 1, "0.45": 1, "0.42": 1, "0.43":
4, "0.40": 3, "0.41": 5, "0.28": 12, "0.29": 9, "0.24": 41, "0.25": 21,
"0.26": 19, "0.27": 14, "0.20": 27, "0.21": 61, "0.22": 61, "0
17:11:25(725):.23": 49, "0.15": 13, "0.14": 5, "0.17": 54, "0.16": 36,
"0.12": 1, "0.19": 37, "0.18": 53, "0.39": 6, "0.38": 4, "0.37": 8, "0.36":
7, "0.35": 11, "0.34": 7, "0.33": 4, "0.32": 12, "0.31": 5, "0.3
17:11:25(740):0": 8}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:11:25(756): | | | | |
| | | |
| |
17:11:25(767): | | |
| | | RETURNING
17:11:25(785): 16928 | pscheduler | 8580 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:43.095767+00 | 2019-05-12 14:08:38.409953+00 | 2019-05-12 14:
17:11:25(793):08:38.410066+00 | 2019-05-12 14:08:38.410071+00 | f |
active | 22285739 | 22285280 |

17:11:25(795):


17:11:25(798):


17:11:25(813):

+
17:11:25(829): | | | | |
| | | |
| |
17:11:25(839): | | |
| | | WITH inserted_row AS (

17:11:25(842):


17:11:25(844):


17:11:25(859):

+
17:11:25(876): | | | | |
| | | |
| |
17:11:25(891): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:25(894):


17:11:25(897):


17:11:25(912):

+
17:11:25(928): | | | | |
| | | |
| |
17:11:25(938): | | |
| | | VALUES (23791,

17:11:25(941):


17:11:25(944):


17:11:25(959):

+
17:11:25(975): | | | | |
| | | |
| |
17:11:25(985): | | |
| | | NULL,

17:11:25(987):


17:11:25(989):


17:11:26(005):

+
17:11:26(021): | | | | |
| | | |
| |
17:11:26(037): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:26(039):


17:11:26(041):


17:11:26(056):

+
17:11:26(073): | | | | |
| | | |
| |
17:11:26(084): | | |
| | |
run_state_finished(),
17:11:26(086):


17:11:26(089):


17:11:26(104):

+
17:11:26(120): | | | | |
| | | |
| |
17:11:26(129): | | |
| | | 0,

17:11:26(132):


17:11:26(134):


17:11:26(149):

+
17:11:26(165): | | | | |
| | | |
| |
17:11:26(182): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:26(203):"histogram-latency": {"0.92": 10, "1.26": 11, "1.16": 13,
"1.17": 16, "1.14": 7, "1.15": 5, "1.12": 9, "1.13": 9, "1.10": 11, "1.11":
7, "1.18": 11, "1.19": 16, "0.86": 1, "0.87": 3, "0.85": 1, "1.
17:11:26(224):30": 11, "1.31": 1, "0.89": 5, "0.93": 7, "0.95": 12, "1.22":
16, "1.21": 18, "1.20": 21, "1.01": 20, "1.00": 43, "1.03": 10, "1.02": 17,
"1.05": 9, "1.04": 10, "1.07": 10, "1.06": 14, "1.09": 12,
17:11:26(241):"1.08": 10, "0.90": 17, "1.29": 11, "1.28": 10, "0.99": 34,
"0.98": 19, "1.40": 1, "1.23": 14, "0.94": 19, "0.97": 28, "0.96": 30,
"0.91": 13, "1.27": 14, "1.25": 5, "1.24":
17:11:26(259): 16928 | pscheduler | 8584 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:43.230563+00 | 2019-05-12 14:08:49.774998+00 | 2019-05-12 14:
17:11:26(266):08:49.77511+00 | 2019-05-12 14:08:49.775115+00 | f |
active | 22285802 | 22285280 |

17:11:26(268):


17:11:26(270):


17:11:26(285):

+
17:11:26(302): | | | | |
| | | |
| |
17:11:26(312): | | |
| | | WITH inserted_row AS (

17:11:26(314):


17:11:26(317):


17:11:26(331):

+
17:11:26(347): | | | | |
| | | |
| |
17:11:26(363): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:26(366):


17:11:26(368):


17:11:26(382):

+
17:11:26(399): | | | | |
| | | |
| |
17:11:26(410): | | |
| | | VALUES (23677,

17:11:26(412):


17:11:26(414):


17:11:26(429):

+
17:11:26(445): | | | | |
| | | |
| |
17:11:26(455): | | |
| | | NULL,

17:11:26(457):


17:11:26(459):


17:11:26(474):

+
17:11:26(490): | | | | |
| | | |
| |
17:11:26(504): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:26(506):


17:11:26(509):


17:11:26(523):

+
17:11:26(540): | | | | |
| | | |
| |
17:11:26(551): | | |
| | |
run_state_finished(),
17:11:26(553):


17:11:26(555):


17:11:26(570):

+
17:11:26(587): | | | | |
| | | |
| |
17:11:26(596): | | |
| | | 0,

17:11:26(598):


17:11:26(601):


17:11:26(615):

+
17:11:26(631): | | | | |
| | | |
| |
17:11:26(649): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:11:26(670):"histogram-latency": {"49.85": 1, "38.39": 1, "32.07": 1,
"44.46": 1, "44.43": 1, "0.48": 11, "0.49": 9, "0.46": 3, "0.47": 14, "0.44":
8, "0.45": 5, "0.42": 13, "0.43": 3, "0.40": 8, "30.96": 1, "
17:11:26(691):26.65": 1, "40.99": 1, "50.66": 1, "47.96": 1, "34.93": 1,
"29.30": 1, "34.04": 1, "0.58": 8, "0.51": 18, "0.50": 10, "0.53": 17,
"0.52": 9, "0.55": 15, "0.54": 10, "0.57": 14, "0.56": 10, "39.60":
17:11:26(709): 1, "31.26": 1, "48.47": 1, "45.23": 1, "42.32": 1, "37.06":
1, "42.35": 1, "45.99": 1, "27.02": 1, "28.65": 1, "46.41": 1, "37.47": 1,
"46.42": 1, "27.82": 1, "38.15": 1, "
17:11:26(728): 16928 | pscheduler | 8589 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:43.287141+00 | 2019-05-12 14:08:51.833556+00 | 2019-05-12 14:
17:11:26(734):08:51.833686+00 | 2019-05-12 14:08:51.833692+00 | f |
active | 22285820 | 22285280 |

17:11:26(736):


17:11:26(739):


17:11:26(754):

+
17:11:26(770): | | | | |
| | | |
| |
17:11:26(781): | | |
| | | WITH inserted_row AS (

17:11:26(783):


17:11:26(785):


17:11:26(800):

+
17:11:26(817): | | | | |
| | | |
| |
17:11:26(832): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:26(834):


17:11:26(836):


17:11:26(852):

+
17:11:26(868): | | | | |
| | | |
| |
17:11:26(878): | | |
| | | VALUES (24175,

17:11:26(880):


17:11:26(882):


17:11:26(898):

+
17:11:26(914): | | | | |
| | | |
| |
17:11:26(923): | | |
| | | NULL,

17:11:26(926):


17:11:26(928):


17:11:26(943):

+
17:11:26(959): | | | | |
| | | |
| |
17:11:26(973): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:26(975):


17:11:26(978):


17:11:26(993):

+
17:11:27(010): | | | | |
| | | |
| |
17:11:27(022): | | |
| | |
run_state_finished(),
17:11:27(024):


17:11:27(026):


17:11:27(042):

+
17:11:27(058): | | | | |
| | | |
| |
17:11:27(068): | | |
| | | 0,

17:11:27(070):


17:11:27(072):


17:11:27(087):

+
17:11:27(104): | | | | |
| | | |
| |
17:11:27(121): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:27(142):histogram-latency": {"0.60": 10, "0.61": 13, "0.62": 15,
"0.63": 20, "0.64": 24, "0.65": 21, "0.66": 42, "0.67": 38, "0.68": 24,
"0.69": 15, "0.53": 1, "1.12": 1, "0.82": 8, "0.83": 13, "0.80": 8,
17:11:27(163):"0.81": 14, "0.86": 21, "0.87": 18, "0.84": 13, "0.85": 22,
"0.88": 29, "0.89": 16, "0.59": 4, "0.72": 23, "0.71": 19, "0.70": 21,
"0.77": 12, "0.76": 6, "0.75": 7, "0.74": 3, "0.79": 5, "0.78": 8,
17:11:27(180): "0.55": 6, "0.54": 2, "0.57": 7, "0.56": 3, "0.73": 8,
"1.05": 1, "1.04": 1, "0.58": 4, "0.98": 4, "0.95": 3, "0.94": 7, "0.97": 11,
"0.96": 5, "0.91": 12, "0.90": 11, "0.9
17:11:27(198): 16928 | pscheduler | 8590 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:43.291084+00 | 2019-05-12 14:08:56.013568+00 | 2019-05-12 14:
17:11:27(205):08:56.013699+00 | 2019-05-12 14:08:56.013704+00 | f |
active | 22285864 | 22285281 |

17:11:27(207):


17:11:27(209):


17:11:27(224):

+
17:11:27(240): | | | | |
| | | |
| |
17:11:27(250): | | |
| | | WITH inserted_row AS (

17:11:27(253):


17:11:27(255):


17:11:27(270):

+
17:11:27(286): | | | | |
| | | |
| |
17:11:27(301): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:27(304):


17:11:27(306):


17:11:27(321):

+
17:11:27(338): | | | | |
| | | |
| |
17:11:27(348): | | |
| | | VALUES (23673,

17:11:27(351):


17:11:27(353):


17:11:27(368):

+
17:11:27(385): | | | | |
| | | |
| |
17:11:27(395): | | |
| | | NULL,

17:11:27(397):


17:11:27(400):


17:11:27(414):

+
17:11:27(431): | | | | |
| | | |
| |
17:11:27(446): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:27(449):


17:11:27(451):


17:11:27(466):

+
17:11:27(483): | | | | |
| | | |
| |
17:11:27(494): | | |
| | |
run_state_finished(),
17:11:27(497):


17:11:27(499):


17:11:27(514):

+
17:11:27(531): | | | | |
| | | |
| |
17:11:27(540): | | |
| | | 0,

17:11:27(542):


17:11:27(545):


17:11:27(559):

+
17:11:27(575): | | | | |
| | | |
| |
17:11:27(593): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:11:27(614):"histogram-latency": {"0.72": 15, "0.69": 21, "0.67": 20,
"0.60": 7, "0.68": 9, "0.62": 4, "0.63": 7, "0.64": 8, "0.65": 12, "0.48":
37, "0.49": 38, "0.46": 27, "0.47": 32, "0.44": 13, "0.45": 12,
17:11:27(636):"0.42": 4, "0.79": 4, "0.40": 10, "0.41": 8, "0.78": 4,
"1.11": 1, "0.43": 10, "0.82": 1, "0.80": 3, "0.81": 5, "0.61": 3, "0.66":
10, "0.73": 11, "0.58": 3, "0.71": 17, "0.70": 23, "0.77": 7, "0.7
17:11:27(653):6": 11, "0.75": 12, "0.74": 8, "0.51": 23, "0.50": 31, "0.53":
15, "0.52": 13, "0.55": 13, "0.54": 11, "0.57": 3, "0.56": 12, "0.59": 5,
"0.39": 10, "0.38": 10, "0.37": 10,
17:11:27(672): 16928 | pscheduler | 8592 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:43.479498+00 | 2019-05-12 14:08:59.655211+00 | 2019-05-12 14:
17:11:27(679):08:59.655332+00 | 2019-05-12 14:08:59.655336+00 | f |
active | 22285909 | 22285281 |

17:11:27(681):


17:11:27(684):


17:11:27(698):

+
17:11:27(714): | | | | |
| | | |
| |
17:11:27(724): | | |
| | | WITH inserted_row AS (

17:11:27(726):


17:11:27(729):


17:11:27(744):

+
17:11:27(760): | | | | |
| | | |
| |
17:11:27(796): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:27(799):


17:11:27(801):


17:11:27(816):

+
17:11:27(832): | | | | |
| | | |
| |
17:11:27(841): | | |
| | | VALUES (24041,

17:11:27(843):


17:11:27(846):


17:11:27(860):

+
17:11:27(877): | | | | |
| | | |
| |
17:11:27(887): | | |
| | | NULL,

17:11:27(889):


17:11:27(891):


17:11:27(907):

+
17:11:27(923): | | | | |
| | | |
| |
17:11:27(938): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:27(940):


17:11:27(942):


17:11:27(958):

+
17:11:27(974): | | | | |
| | | |
| |
17:11:27(986): | | |
| | |
run_state_finished(),
17:11:27(988):


17:11:27(990):


17:11:28(006):

+
17:11:28(022): | | | | |
| | | |
| |
17:11:28(032): | | |
| | | 0,

17:11:28(034):


17:11:28(036):


17:11:28(052):

+
17:11:28(068): | | | | |
| | | |
| |
17:11:28(085): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:28(107):"histogram-latency": {"1.51": 1, "1.53": 1, "1.31": 7, "1.16":
51, "1.17": 32, "1.14": 23, "1.15": 30, "1.12": 21, "1.13": 34, "1.10": 9,
"1.11": 12, "1.18": 15, "1.19": 24, "1.38": 24, "1.39": 8,
17:11:28(130):"1.42": 8, "1.30": 1, "1.25": 5, "1.32": 10, "1.46": 6,
"1.34": 15, "1.35": 18, "1.36": 29, "1.37": 17, "1.27": 5, "1.33": 11,
"1.45": 5, "1.44": 10, "1.47": 7, "1.03": 2, "1.02": 2, "1.05": 4, "1.
17:11:28(147):04": 5, "1.07": 9, "1.06": 13, "1.09": 9, "1.08": 8, "1.40":
10, "1.29": 9, "1.28": 13, "1.48": 3, "1.23": 8, "1.22": 14, "1.21": 6,
"1.20": 16, "1.41": 6, "1.26": 6, "1.43"
17:11:28(165): 16928 | pscheduler | 8595 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:43.584872+00 | 2019-05-12 14:08:57.682726+00 | 2019-05-12 14:
17:11:28(172):08:57.682852+00 | 2019-05-12 14:08:57.682857+00 | f |
active | 22285885 | 22285281 |

17:11:28(174):


17:11:28(177):


17:11:28(192):

+
17:11:28(208): | | | | |
| | | |
| |
17:11:28(219): | | |
| | | WITH inserted_row AS (

17:11:28(221):


17:11:28(224):


17:11:28(238):

+
17:11:28(255): | | | | |
| | | |
| |
17:11:28(270): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:28(273):


17:11:28(275):


17:11:28(291):

+
17:11:28(307): | | | | |
| | | |
| |
17:11:28(317): | | |
| | | VALUES (23527,

17:11:28(319):


17:11:28(321):


17:11:28(336):

+
17:11:28(353): | | | | |
| | | |
| |
17:11:28(363): | | |
| | | NULL,

17:11:28(365):


17:11:28(367):


17:11:28(382):

+
17:11:28(398): | | | | |
| | | |
| |
17:11:28(414): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:28(416):


17:11:28(418):


17:11:28(433):

+
17:11:28(450): | | | | |
| | | |
| |
17:11:28(461): | | |
| | |
run_state_finished(),
17:11:28(463):


17:11:28(465):


17:11:28(480):

+
17:11:28(498): | | | | |
| | | |
| |
17:11:28(507): | | |
| | | 0,

17:11:28(510):


17:11:28(512):


17:11:28(528):

+
17:11:28(544): | | | | |
| | | |
| |
17:11:28(561): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:28(582):"histogram-latency": {"0.13": 3, "0.44": 2, "47.51": 1,
"0.43": 1, "0.40": 6, "0.41": 6, "36.43": 1, "0.28": 11, "0.29": 10,
"169.40": 1, "0.24": 37, "0.25": 19, "0.26": 19, "0.27": 11, "0.20": 28,
17:11:28(604): "0.21": 44, "0.22": 70, "0.23": 41, "256.26": 1, "0.15": 9,
"0.14": 5, "0.17": 72, "0.16": 38, "87.80": 1, "0.50": 1, "0.19": 40, "0.18":
57, "0.39": 8, "0.38": 7, "0.37": 6, "0.36": 4, "0.35": 8,
17:11:28(619): "0.34": 5, "0.33": 4, "0.32": 8, "0.31": 5, "0.30": 8,
"0.90": 1, "228.25": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost":
17:11:28(638): 16928 | pscheduler | 8600 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:44.510959+00 | 2019-05-12 14:08:49.564222+00 | 2019-05-12 14:
17:11:28(645):08:49.564335+00 | 2019-05-12 14:08:49.564339+00 | f |
active | 22285801 | 22285280 |

17:11:28(647):


17:11:28(649):


17:11:28(664):

+
17:11:28(682): | | | | |
| | | |
| |
17:11:28(691): | | |
| | | WITH inserted_row AS (

17:11:28(694):


17:11:28(696):


17:11:28(711):

+
17:11:28(727): | | | | |
| | | |
| |
17:11:28(742): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:28(745):


17:11:28(747):


17:11:28(762):

+
17:11:28(778): | | | | |
| | | |
| |
17:11:28(788): | | |
| | | VALUES (23532,

17:11:28(790):


17:11:28(792):


17:11:28(807):

+
17:11:28(823): | | | | |
| | | |
| |
17:11:28(833): | | |
| | | NULL,

17:11:28(835):


17:11:28(837):


17:11:28(852):

+
17:11:28(869): | | | | |
| | | |
| |
17:11:28(884): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:28(886):


17:11:28(888):


17:11:28(902):

+
17:11:28(919): | | | | |
| | | |
| |
17:11:28(930): | | |
| | |
run_state_finished(),
17:11:28(932):


17:11:28(935):


17:11:28(950):

+
17:11:28(966): | | | | |
| | | |
| |
17:11:28(976): | | |
| | | 0,

17:11:28(978):


17:11:28(980):


17:11:28(995):

+
17:11:29(012): | | | | |
| | | |
| |
17:11:29(030): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:29(051):"histogram-latency": {"-0.06": 5, "-0.07": 2, "-0.04": 5,
"0.27": 12, "-0.02": 12, "-0.03": 10, "-0.01": 11, "0.20": 4, "0.21": 4,
"-0.05": 4, "0.04": 13, "0.05": 15, "0.42": 4, "0.43": 1, "0.40":
17:11:29(073):11, "0.08": 36, "0.09": 23, "0.28": 18, "0.29": 27, "0.02":
25, "0.25": 19, "0.26": 10, "0.01": 7, "0.06": 29, "0.07": 30, "0.22": 6,
"0.23": 2, "0.14": 8, "0.17": 4, "0.16": 3, "0.11": 6, "0.10":
17:11:29(090):10, "0.13": 9, "0.12": 8, "0.19": 5, "0.18": 10, "0.39": 8,
"0.38": 16, "0.37": 14, "0.36": 15, "0.35": 14, "0.34": 14, "0.33": 8,
"0.32": 10, "0.31": 25, "0.30": 25, "0.24"
17:11:29(108): 16928 | pscheduler | 8605 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:44.735571+00 | 2019-05-12 14:08:46.615083+00 | 2019-05-12 14:
17:11:29(115):08:46.615223+00 | 2019-05-12 14:08:46.615228+00 | f |
active | 22285781 | 22285280 |

17:11:29(117):


17:11:29(119):


17:11:29(134):

+
17:11:29(150): | | | | |
| | | |
| |
17:11:29(160): | | |
| | | WITH inserted_row AS (

17:11:29(162):


17:11:29(164):


17:11:29(179):

+
17:11:29(195): | | | | |
| | | |
| |
17:11:29(210): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:29(212):


17:11:29(215):


17:11:29(231):

+
17:11:29(247): | | | | |
| | | |
| |
17:11:29(256): | | |
| | | VALUES (23932,

17:11:29(258):


17:11:29(261):


17:11:29(276):

+
17:11:29(292): | | | | |
| | | |
| |
17:11:29(302): | | |
| | | NULL,

17:11:29(304):


17:11:29(306):


17:11:29(320):

+
17:11:29(336): | | | | |
| | | |
| |
17:11:29(351): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:29(353):


17:11:29(355):


17:11:29(370):

+
17:11:29(386): | | | | |
| | | |
| |
17:11:29(397): | | |
| | |
run_state_finished(),
17:11:29(399):


17:11:29(402):


17:11:29(417):

+
17:11:29(433): | | | | |
| | | |
| |
17:11:29(442): | | |
| | | 0,

17:11:29(444):


17:11:29(446):


17:11:29(460):

+
17:11:29(477): | | | | |
| | | |
| |
17:11:29(536): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:29(557):"histogram-latency": {"0.48": 1, "0.46": 2, "0.44": 2, "0.45":
4, "0.42": 2, "0.43": 2, "0.40": 3, "0.41": 4, "0.28": 10, "0.29": 7, "0.24":
38, "0.25": 25, "0.26": 12, "0.27": 11, "0.20": 32, "0.2
17:11:29(579):1": 50, "0.22": 60, "0.23": 55, "232.31": 1, "248.48": 1,
"153.84": 1, "0.15": 11, "0.14": 3, "0.17": 65, "0.16": 29, "188.69": 1,
"260.87": 1, "0.19": 42, "0.18": 61, "0.39": 7, "0.38": 5, "0.37":
17:11:29(596): 8, "0.36": 5, "0.35": 7, "0.34": 7, "0.33": 5, "0.32": 6,
"0.31": 8, "0.30": 6}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost":
17:11:29(615): 16928 | pscheduler | 8606 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:44.745595+00 | 2019-05-12 14:09:00.528981+00 | 2019-05-12 14:
17:11:29(622):09:00.529103+00 | 2019-05-12 14:09:00.529108+00 | f |
active | 22285925 | 22285295 |

17:11:29(624):


17:11:29(626):


17:11:29(640):

+
17:11:29(656): | | | | |
| | | |
| |
17:11:29(666): | | |
| | | WITH inserted_row AS (

17:11:29(668):


17:11:29(670):


17:11:29(686):

+
17:11:29(702): | | | | |
| | | |
| |
17:11:29(718): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:29(720):


17:11:29(722):


17:11:29(737):

+
17:11:29(753): | | | | |
| | | |
| |
17:11:29(762): | | |
| | | VALUES (24493,

17:11:29(765):


17:11:29(767):


17:11:29(782):

+
17:11:29(798): | | | | |
| | | |
| |
17:11:29(808): | | |
| | | NULL,

17:11:29(810):


17:11:29(812):


17:11:29(827):

+
17:11:29(844): | | | | |
| | | |
| |
17:11:29(859): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:29(861):


17:11:29(863):


17:11:29(878):

+
17:11:29(894): | | | | |
| | | |
| |
17:11:29(905): | | |
| | |
run_state_finished(),
17:11:29(907):


17:11:29(909):


17:11:29(924):

+
17:11:29(939): | | | | |
| | | |
| |
17:11:29(949): | | |
| | | 0,

17:11:29(951):


17:11:29(954):


17:11:29(969):

+
17:11:29(985): | | | | |
| | | |
| |
17:11:30(002): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:11:30(023):"histogram-latency": {"0.66": 1, "0.67": 2, "0.60": 5, "0.61":
12, "0.62": 21, "0.63": 20, "0.64": 6, "0.65": 4, "0.48": 11, "0.49": 6,
"0.46": 7, "0.47": 9, "0.44": 8, "0.45": 2, "0.42": 12, "0.43
17:11:30(046):": 7, "0.40": 10, "0.41": 13, "0.28": 13, "0.29": 9, "0.24":
2, "0.25": 2, "0.26": 11, "0.27": 6, "0.20": 1, "0.22": 7, "0.23": 7, "0.59":
8, "0.58": 11, "0.51": 10, "0.50": 9, "0.53": 13, "0.52":
17:11:30(063):17, "0.55": 22, "0.54": 19, "0.57": 17, "0.56": 28, "0.39":
15, "0.38": 18, "0.37": 29, "0.36": 33, "0.35": 25, "0.34": 24, "0.33": 30,
"0.32": 20, "0.31": 20, "0.30": 16, "
17:11:30(082): 16928 | pscheduler | 8608 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:44.906431+00 | 2019-05-12 14:08:58.904242+00 | 2019-05-12 14:
17:11:30(088):08:58.904387+00 | 2019-05-12 14:08:58.904393+00 | f |
active | 22285904 | 22285281 |

17:11:30(090):


17:11:30(093):


17:11:30(107):

+
17:11:30(123): | | | | |
| | | |
| |
17:11:30(134): | | |
| | | WITH inserted_row AS (

17:11:30(136):


17:11:30(138):


17:11:30(153):

+
17:11:30(169): | | | | |
| | | |
| |
17:11:30(184): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:30(186):


17:11:30(188):


17:11:30(203):

+
17:11:30(219): | | | | |
| | | |
| |
17:11:30(228): | | |
| | | VALUES (24399,

17:11:30(231):


17:11:30(233):


17:11:30(247):

+
17:11:30(263): | | | | |
| | | |
| |
17:11:30(273): | | |
| | | NULL,

17:11:30(275):


17:11:30(277):


17:11:30(292):

+
17:11:30(308): | | | | |
| | | |
| |
17:11:30(323): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:30(325):


17:11:30(327):


17:11:30(342):

+
17:11:30(358): | | | | |
| | | |
| |
17:11:30(369): | | |
| | |
run_state_finished(),
17:11:30(371):


17:11:30(374):


17:11:30(389):

+
17:11:30(405): | | | | |
| | | |
| |
17:11:30(414): | | |
| | | 0,

17:11:30(416):


17:11:30(418):


17:11:30(433):

+
17:11:30(449): | | | | |
| | | |
| |
17:11:30(466): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:30(487):histogram-latency": {"-0.06": 2, "-0.04": 5, "-0.05": 6,
"-0.02": 13, "-0.03": 18, "-0.01": 38, "0.20": 9, "0.07": 20, "0.22": 4,
"0.23": 3, "0.08": 10, "0.09": 14, "0.28": 1, "0.24": 3, "0.03": 41
17:11:30(508):, "0.00": 73, "0.01": 52, "0.06": 39, "0.21": 11, "0.04": 33,
"0.05": 49, "0.15": 9, "0.14": 6, "0.17": 7, "0.16": 13, "0.11": 17, "0.10":
10, "0.13": 8, "0.12": 6, "0.19": 6, "0.18": 6, "0.38": 1,
17:11:30(523): "0.32": 1, "0.30": 1, "0.02": 58, "0.27": 2, "0.25": 1,
"0.26": 4}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-
17:11:30(542): 16928 | pscheduler | 8611 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:45.201954+00 | 2019-05-12 14:08:58.640693+00 | 2019-05-12 14:
17:11:30(549):08:58.640871+00 | 2019-05-12 14:08:58.640888+00 | f |
active | 22285900 | 22285281 |

17:11:30(551):


17:11:30(554):


17:11:30(569):

+
17:11:30(585): | | | | |
| | | |
| |
17:11:30(594): | | |
| | | WITH inserted_row AS (

17:11:30(597):


17:11:30(599):


17:11:30(614):

+
17:11:30(630): | | | | |
| | | |
| |
17:11:30(645): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:30(647):


17:11:30(649):


17:11:30(664):

+
17:11:30(681): | | | | |
| | | |
| |
17:11:30(690): | | |
| | | VALUES (24035,

17:11:30(693):


17:11:30(695):


17:11:30(712):

+
17:11:30(728): | | | | |
| | | |
| |
17:11:30(738): | | |
| | | NULL,

17:11:30(740):


17:11:30(742):


17:11:30(757):

+
17:11:30(773): | | | | |
| | | |
| |
17:11:30(788): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:30(790):


17:11:30(792):


17:11:30(808):

+
17:11:30(824): | | | | |
| | | |
| |
17:11:30(835): | | |
| | |
run_state_finished(),
17:11:30(837):


17:11:30(840):


17:11:30(855):

+
17:11:30(871): | | | | |
| | | |
| |
17:11:30(879): | | |
| | | 0,

17:11:30(882):


17:11:30(884):


17:11:30(899):

+
17:11:30(915): | | | | |
| | | |
| |
17:11:30(932): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:30(952):"histogram-latency": {"0.48": 4, "0.67": 9, "0.60": 8, "0.61":
8, "0.62": 13, "0.63": 14, "0.64": 15, "0.65": 10, "0.66": 12, "0.47": 6,
"0.46": 7, "0.69": 11, "0.44": 11, "0.45": 10, "0.42": 19, "
17:11:30(973):0.43": 16, "0.40": 37, "0.41": 20, "0.28": 5, "0.29": 19,
"0.24": 2, "0.25": 2, "0.26": 3, "0.27": 5, "0.49": 4, "0.72": 6, "0.59": 12,
"0.58": 4, "0.71": 18, "0.70": 19, "0.76": 3, "0.75": 1, "0.7
17:11:30(991):4": 6, "0.51": 5, "0.50": 4, "0.79": 1, "0.52": 4, "0.55": 4,
"0.54": 5, "0.57": 4, "0.56": 4, "0.73": 4, "0.39": 26, "0.38": 24, "0.37":
20, "0.36": 32, "0.35": 32, "0.34":
17:11:31(009): 16928 | pscheduler | 8617 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:45.810318+00 | 2019-05-12 14:08:45.197579+00 | 2019-05-12 14:
17:11:31(016):08:45.197692+00 | 2019-05-12 14:08:45.197697+00 | f |
active | 22285772 | 22285280 |

17:11:31(018):


17:11:31(020):


17:11:31(036):

+
17:11:31(053): | | | | |
| | | |
| |
17:11:31(063): | | |
| | | WITH inserted_row AS (

17:11:31(066):


17:11:31(068):


17:11:31(083):

+
17:11:31(099): | | | | |
| | | |
| |
17:11:31(114): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:31(117):


17:11:31(120):


17:11:31(134):

+
17:11:31(151): | | | | |
| | | |
| |
17:11:31(160): | | |
| | | VALUES (24039,

17:11:31(162):


17:11:31(164):


17:11:31(179):

+
17:11:31(196): | | | | |
| | | |
| |
17:11:31(206): | | |
| | | NULL,

17:11:31(208):


17:11:31(210):


17:11:31(224):

+
17:11:31(241): | | | | |
| | | |
| |
17:11:31(255): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:31(257):


17:11:31(259):


17:11:31(274):

+
17:11:31(290): | | | | |
| | | |
| |
17:11:31(302): | | |
| | |
run_state_finished(),
17:11:31(304):


17:11:31(313):


17:11:31(328):

+
17:11:31(344): | | | | |
| | | |
| |
17:11:31(353): | | |
| | | 0,

17:11:31(355):


17:11:31(357):


17:11:31(372):

+
17:11:31(389): | | | | |
| | | |
| |
17:11:31(406): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:31(426):"histogram-latency": {"0.47": 1, "0.44": 1, "0.45": 1, "0.42":
4, "0.40": 11, "0.41": 5, "0.28": 13, "0.29": 8, "0.24": 42, "0.25": 28,
"0.26": 8, "0.27": 15, "0.20": 36, "0.21": 43, "0.22": 64, "0
17:11:31(447):.23": 56, "0.15": 8, "0.14": 2, "0.17": 59, "0.16": 39,
"0.13": 2, "0.12": 1, "0.19": 44, "0.18": 53, "0.39": 9, "0.38": 3, "0.37":
7, "0.36": 8, "0.35": 3, "0.34": 5, "0.33": 5, "0.32": 4, "0.31":
17:11:31(463): 8, "0.30": 4}, "histogram-ttl": {"253": 600}, "packets-sent":
600, "packets-reordered": 0, "packets-lost": 0, "packets-received": 600,
"schema": 1}') +
17:11:31(479): | | | | |
| | | |
| |
17:11:31(488): | | |
| | | RE
17:11:31(506): 16928 | pscheduler | 8629 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:46.516283+00 | 2019-05-12 14:08:54.601426+00 | 2019-05-12 14:
17:11:31(512):08:54.601659+00 | 2019-05-12 14:08:54.601665+00 | f |
active | 22285845 | 22285280 |

17:11:31(515):


17:11:31(517):


17:11:31(531):

+
17:11:31(547): | | | | |
| | | |
| |
17:11:31(557): | | |
| | | WITH inserted_row AS (

17:11:31(560):


17:11:31(562):


17:11:31(576):

+
17:11:31(593): | | | | |
| | | |
| |
17:11:31(608): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:31(611):


17:11:31(613):


17:11:31(628):

+
17:11:31(644): | | | | |
| | | |
| |
17:11:31(653): | | |
| | | VALUES (24063,

17:11:31(655):


17:11:31(657):


17:11:31(672):

+
17:11:31(688): | | | | |
| | | |
| |
17:11:31(698): | | |
| | | NULL,

17:11:31(700):


17:11:31(702):


17:11:31(718):

+
17:11:31(734): | | | | |
| | | |
| |
17:11:31(748): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:31(750):


17:11:31(753):


17:11:31(767):

+
17:11:31(783): | | | | |
| | | |
| |
17:11:31(794): | | |
| | |
run_state_finished(),
17:11:31(796):


17:11:31(799):


17:11:31(814):

+
17:11:31(831): | | | | |
| | | |
| |
17:11:31(840): | | |
| | | 0,

17:11:31(842):


17:11:31(844):


17:11:31(859):

+
17:11:31(875): | | | | |
| | | |
| |
17:11:31(892): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:31(912):"histogram-latency": {"0.48": 13, "0.60": 11, "0.61": 8,
"0.62": 3, "0.63": 6, "0.64": 3, "0.65": 5, "0.66": 1, "0.49": 16, "0.46":
54, "0.47": 23, "0.44": 45, "0.45": 54, "0.42": 39, "0.43": 27, "
17:11:31(933):0.40": 67, "0.41": 65, "0.69": 1, "1.37": 1, "0.59": 3,
"0.58": 12, "0.70": 1, "0.51": 12, "0.50": 11, "0.53": 5, "0.52": 4, "0.55":
17, "0.54": 8, "0.57": 11, "0.56": 6, "0.79": 1, "0.39": 42, "0.
17:11:31(949):38": 13, "0.37": 9, "0.36": 3}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:31(966): | | | | |
| | | |
| |
17:11:31(972): | | |
| | |
17:11:31(990): 16928 | pscheduler | 8653 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:48.01669+00 | 2019-05-12 14:08:54.97823+00 | 2019-05-12 14:
17:11:31(996):08:54.97833+00 | 2019-05-12 14:08:54.978334+00 | f |
active | 22285851 | 22285280 |

17:11:31(999):


17:11:32(001):


17:11:32(016):

+
17:11:32(034): | | | | |
| | | |
| |
17:11:32(044): | | |
| | | WITH inserted_row AS (

17:11:32(046):


17:11:32(051):


17:11:32(065):

+
17:11:32(082): | | | | |
| | | |
| |
17:11:32(098): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:32(100):


17:11:32(102):


17:11:32(118):

+
17:11:32(134): | | | | |
| | | |
| |
17:11:32(144): | | |
| | | VALUES (23492,

17:11:32(146):


17:11:32(149):


17:11:32(164):

+
17:11:32(180): | | | | |
| | | |
| |
17:11:32(189): | | |
| | | NULL,

17:11:32(192):


17:11:32(194):


17:11:32(209):

+
17:11:32(225): | | | | |
| | | |
| |
17:11:32(240): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:32(242):


17:11:32(244):


17:11:32(259):

+
17:11:32(276): | | | | |
| | | |
| |
17:11:32(287): | | |
| | |
run_state_finished(),
17:11:32(290):


17:11:32(292):


17:11:32(307):

+
17:11:32(323): | | | | |
| | | |
| |
17:11:32(332): | | |
| | | 0,

17:11:32(335):


17:11:32(337):


17:11:32(352):

+
17:11:32(368): | | | | |
| | | |
| |
17:11:32(386): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:11:32(410):"histogram-latency": {"12.71": 1, "0.20": 20, "0.12": 5,
"12.79": 2, "14.42": 1, "5.69": 1, "0.48": 3, "1.99": 1, "0.46": 4, "0.47":
5, "0.44": 19, "0.45": 6, "0.42": 19, "0.43": 18, "0.40": 18, "0
17:11:32(432):.41": 15, "12.80": 1, "12.82": 1, "0.54": 1, "6.32": 1,
"2.16": 1, "0.53": 2, "6.56": 1, "10.55": 1, "8.69": 1, "10.56": 1, "0.51":
1, "0.50": 3, "8.62": 1, "14.41": 1, "8.65": 1, "0.56": 1, "11.64
17:11:32(450):": 1, "11.52": 1, "8.91": 1, "8.90": 1, "11.54": 1, "2.22": 1,
"7.95": 1, "2.20": 1, "8.99": 1, "8.11": 1, "7.32": 1, "12.52": 1, "14.75":
1, "4.14": 1, "7.35": 1, "0.49": 6
17:11:32(469): 16928 | pscheduler | 8656 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:48.123598+00 | 2019-05-12 14:08:57.285909+00 | 2019-05-12 14:
17:11:32(475):08:57.286059+00 | 2019-05-12 14:08:57.286064+00 | f |
active | 22285880 | 22285281 |

17:11:32(477):


17:11:32(479):


17:11:32(494):

+
17:11:32(511): | | | | |
| | | |
| |
17:11:32(521): | | |
| | | WITH inserted_row AS (

17:11:32(523):


17:11:32(526):


17:11:32(540):

+
17:11:32(556): | | | | |
| | | |
| |
17:11:32(572): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:32(575):


17:11:32(577):


17:11:32(591):

+
17:11:32(608): | | | | |
| | | |
| |
17:11:32(617): | | |
| | | VALUES (24450,

17:11:32(619):


17:11:32(622):


17:11:32(636):

+
17:11:32(653): | | | | |
| | | |
| |
17:11:32(662): | | |
| | | NULL,

17:11:32(664):


17:11:32(667):


17:11:32(682):

+
17:11:32(700): | | | | |
| | | |
| |
17:11:32(715): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:32(717):


17:11:32(720):


17:11:32(735):

+
17:11:32(752): | | | | |
| | | |
| |
17:11:32(763): | | |
| | |
run_state_finished(),
17:11:32(766):


17:11:32(769):


17:11:32(783):

+
17:11:32(800): | | | | |
| | | |
| |
17:11:32(809): | | |
| | | 0,

17:11:32(811):


17:11:32(813):


17:11:32(829):

+
17:11:32(845): | | | | |
| | | |
| |
17:11:32(862): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:32(882):"histogram-latency": {"0.66": 2, "0.60": 9, "0.46": 35,
"0.62": 3, "0.63": 4, "0.65": 4, "0.48": 14, "0.49": 7, "0.68": 1, "0.47":
17, "0.44": 37, "0.45": 54, "0.42": 30, "0.43": 27, "0.40": 79, "0
17:11:32(904):.41": 90, "0.69": 1, "0.80": 1, "0.59": 11, "0.58": 10,
"0.70": 1, "0.51": 7, "0.50": 15, "0.53": 9, "0.52": 10, "0.55": 8, "0.54":
8, "0.57": 9, "0.56": 11, "0.79": 1, "0.39": 47, "0.61": 6, "0.37
17:11:32(918):": 2, "0.36": 4, "0.38": 25, "2.01": 1}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}
17:11:32(937): 16928 | pscheduler | 8637 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:46.641669+00 | 2019-05-12 14:08:47.012526+00 | 2019-05-12 14:
17:11:32(943):08:47.012762+00 | 2019-05-12 14:08:47.012767+00 | f |
active | 22285783 | 22285280 |

17:11:32(946):


17:11:32(948):


17:11:32(963):

+
17:11:32(983): | | | | |
| | | |
| |
17:11:32(993): | | |
| | | WITH inserted_row AS (

17:11:32(995):


17:11:32(997):


17:11:33(013):

+
17:11:33(030): | | | | |
| | | |
| |
17:11:33(046): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:33(048):


17:11:33(051):


17:11:33(066):

+
17:11:33(082): | | | | |
| | | |
| |
17:11:33(091): | | |
| | | VALUES (23636,

17:11:33(093):


17:11:33(096):


17:11:33(110):

+
17:11:33(127): | | | | |
| | | |
| |
17:11:33(136): | | |
| | | NULL,

17:11:33(139):


17:11:33(141):


17:11:33(155):

+
17:11:33(172): | | | | |
| | | |
| |
17:11:33(186): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:33(188):


17:11:33(190):


17:11:33(205):

+
17:11:33(221): | | | | |
| | | |
| |
17:11:33(233): | | |
| | |
run_state_finished(),
17:11:33(235):


17:11:33(237):


17:11:33(252):

+
17:11:33(269): | | | | |
| | | |
| |
17:11:33(278): | | |
| | | 0,

17:11:33(280):


17:11:33(283):


17:11:33(298):

+
17:11:33(315): | | | | |
| | | |
| |
17:11:33(331): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:33(352):"histogram-latency": {"0.60": 8, "0.61": 8, "0.62": 13,
"0.63": 3, "0.64": 1, "0.65": 5, "0.48": 16, "0.49": 4, "0.46": 54, "0.47":
25, "0.44": 44, "0.45": 69, "0.42": 40, "0.43": 30, "0.40": 84, "
17:11:33(373):0.41": 55, "0.59": 6, "0.58": 4, "0.70": 1, "0.51": 12,
"0.50": 9, "0.53": 12, "0.52": 11, "0.55": 8, "0.54": 6, "0.57": 9, "0.56":
7, "2.68": 1, "0.39": 39, "0.38": 10, "0.37": 4, "0.36": 1, "0.68
17:11:33(388):": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:11:33(406): | | | | |
| | | |
| |
17:11:33(414): | | |
| | | RETURNING *
17:11:33(433): 16928 | pscheduler | 8638 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:46.650324+00 | 2019-05-12 14:08:56.370871+00 | 2019-05-12 14:
17:11:33(441):08:56.371012+00 | 2019-05-12 14:08:56.371016+00 | f |
active | 22285869 | 22285281 |

17:11:33(443):


17:11:33(445):


17:11:33(460):

+
17:11:33(477): | | | | |
| | | |
| |
17:11:33(487): | | |
| | | WITH inserted_row AS (

17:11:33(490):


17:11:33(492):


17:11:33(508):

+
17:11:33(525): | | | | |
| | | |
| |
17:11:33(540): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:33(542):


17:11:33(545):


17:11:33(560):

+
17:11:33(590): | | | | |
| | | |
| |
17:11:33(600): | | |
| | | VALUES (23640,

17:11:33(602):


17:11:33(604):


17:11:33(619):

+
17:11:33(635): | | | | |
| | | |
| |
17:11:33(644): | | |
| | | NULL,

17:11:33(646):


17:11:33(648):


17:11:33(668):

+
17:11:33(684): | | | | |
| | | |
| |
17:11:33(699): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:33(701):


17:11:33(704):


17:11:33(720):

+
17:11:33(736): | | | | |
| | | |
| |
17:11:33(748): | | |
| | |
run_state_finished(),
17:11:33(750):


17:11:33(753):


17:11:33(768):

+
17:11:33(784): | | | | |
| | | |
| |
17:11:33(793): | | |
| | | 0,

17:11:33(795):


17:11:33(797):


17:11:33(812):

+
17:11:33(828): | | | | |
| | | |
| |
17:11:33(845): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:33(866):"histogram-latency": {"-0.06": 1, "-0.15": 4, "-0.28": 34,
"-0.03": 1, "-0.14": 6, "-0.24": 12, "-0.25": 14, "-0.40": 1, "-0.27": 13,
"-0.20": 10, "-0.31": 52, "-0.22": 10, "-0.23": 12, "-0.16": 4,
17:11:33(887): "-0.11": 1, "-0.02": 1, "-0.29": 42, "-0.13": 3, "0.01": 1,
"-0.10": 3, "-0.26": 16, "-0.33": 50, "-0.32": 42, "-0.17": 2, "-0.30": 54,
"-0.37": 21, "-0.36": 32, "-0.35": 53, "-0.34": 53, "-0.39":
17:11:33(902): 9, "-0.38": 8, "-0.19": 7, "-0.18": 8, "-0.21": 9, "-0.09":
1, "-0.12": 9, "1.26": 1}, "histogram-ttl": {"253": 600}, "packets-sent":
600, "packets-reordered": 0, "packets-
17:11:33(920): 16928 | pscheduler | 8641 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:46.731273+00 | 2019-05-12 14:08:56.142604+00 | 2019-05-12 14:
17:11:33(927):08:56.142714+00 | 2019-05-12 14:08:56.142718+00 | f |
active | 22285866 | 22285281 |

17:11:33(929):


17:11:33(931):


17:11:33(946):

+
17:11:33(962): | | | | |
| | | |
| |
17:11:33(972): | | |
| | | WITH inserted_row AS (

17:11:33(974):


17:11:33(976):


17:11:33(990):

+
17:11:34(006): | | | | |
| | | |
| |
17:11:34(022): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:34(024):


17:11:34(027):


17:11:34(043):

+
17:11:34(059): | | | | |
| | | |
| |
17:11:34(068): | | |
| | | VALUES (23528,

17:11:34(071):


17:11:34(074):


17:11:34(089):

+
17:11:34(105): | | | | |
| | | |
| |
17:11:34(114): | | |
| | | NULL,

17:11:34(116):


17:11:34(119):


17:11:34(133):

+
17:11:34(149): | | | | |
| | | |
| |
17:11:34(163): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:34(166):


17:11:34(168):


17:11:34(183):

+
17:11:34(198): | | | | |
| | | |
| |
17:11:34(210): | | |
| | |
run_state_finished(),
17:11:34(212):


17:11:34(217):


17:11:34(231):

+
17:11:34(248): | | | | |
| | | |
| |
17:11:34(257): | | |
| | | 0,

17:11:34(259):


17:11:34(261):


17:11:34(277):

+
17:11:34(293): | | | | |
| | | |
| |
17:11:34(311): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:34(332):histogram-latency": {"0.60": 12, "0.61": 13, "0.62": 24,
"0.63": 28, "0.64": 37, "0.65": 31, "0.66": 41, "0.67": 40, "0.68": 21,
"0.69": 12, "0.82": 3, "0.83": 12, "0.80": 2, "0.81": 15, "0.86": 21
17:11:34(352):, "0.87": 22, "0.84": 20, "0.85": 21, "0.88": 14, "0.89": 13,
"0.59": 6, "0.72": 15, "0.71": 16, "0.70": 15, "0.77": 8, "0.76": 7, "0.75":
9, "0.74": 9, "0.79": 5, "0.78": 3, "0.55": 2, "0.54": 2,
17:11:34(369):"0.57": 7, "0.56": 7, "0.73": 8, "0.58": 9, "0.95": 8, "0.94":
7, "0.97": 3, "0.96": 6, "0.91": 11, "0.90": 10, "0.93": 11, "0.92": 14},
"histogram-ttl": {"253": 600}, "pack
17:11:34(387): 16928 | pscheduler | 8660 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:48.198045+00 | 2019-05-12 14:08:47.765484+00 | 2019-05-12 14:
17:11:34(394):08:47.765603+00 | 2019-05-12 14:08:47.765607+00 | f |
active | 22285787 | 22285280 |

17:11:34(396):


17:11:34(398):


17:11:34(413):

+
17:11:34(430): | | | | |
| | | |
| |
17:11:34(440): | | |
| | | WITH inserted_row AS (

17:11:34(442):


17:11:34(444):


17:11:34(459):

+
17:11:34(475): | | | | |
| | | |
| |
17:11:34(490): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:34(492):


17:11:34(494):


17:11:34(510):

+
17:11:34(526): | | | | |
| | | |
| |
17:11:34(535): | | |
| | | VALUES (23530,

17:11:34(537):


17:11:34(540):


17:11:34(555):

+
17:11:34(571): | | | | |
| | | |
| |
17:11:34(580): | | |
| | | NULL,

17:11:34(582):


17:11:34(585):


17:11:34(599):

+
17:11:34(616): | | | | |
| | | |
| |
17:11:34(630): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:34(632):


17:11:34(634):


17:11:34(649):

+
17:11:34(665): | | | | |
| | | |
| |
17:11:34(676): | | |
| | |
run_state_finished(),
17:11:34(679):


17:11:34(681):


17:11:34(696):

+
17:11:34(713): | | | | |
| | | |
| |
17:11:34(722): | | |
| | | 0,

17:11:34(724):


17:11:34(727):


17:11:34(741):

+
17:11:34(758): | | | | |
| | | |
| |
17:11:34(774): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:11:34(796):"histogram-latency": {"0.67": 1, "0.60": 12, "0.61": 7,
"0.62": 12, "0.63": 7, "0.64": 6, "0.48": 12, "0.49": 16, "0.46": 10, "0.47":
9, "0.44": 6, "0.45": 3, "0.42": 5, "0.43": 11, "0.40": 5, "0.4
17:11:34(817):1": 7, "0.28": 20, "0.29": 24, "0.24": 10, "0.25": 3, "0.26":
7, "0.27": 6, "0.21": 1, "0.22": 5, "0.23": 10, "0.18": 1, "0.59": 17,
"0.58": 15, "0.51": 23, "0.50": 11, "0.53": 20, "0.52": 32, "0.5
17:11:34(835):5": 14, "0.54": 17, "0.57": 16, "0.56": 11, "0.39": 6, "0.38":
10, "0.37": 10, "0.36": 17, "0.35": 16, "0.34": 32, "0.33": 35, "0.32": 38,
"0.31": 20, "0.30": 24}, "histogra
17:11:34(853): 16928 | pscheduler | 8662 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:48.288529+00 | 2019-05-12 14:08:58.419387+00 | 2019-05-12 14:
17:11:34(860):08:58.419515+00 | 2019-05-12 14:08:58.419522+00 | f |
active | 22285898 | 22285281 |

17:11:34(862):


17:11:34(864):


17:11:34(880):

+
17:11:34(908): | | | | |
| | | |
| |
17:11:34(918): | | |
| | | WITH inserted_row AS (

17:11:34(920):


17:11:34(923):


17:11:34(952):

+
17:11:34(968): | | | | |
| | | |
| |
17:11:34(984): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:34(986):


17:11:34(988):


17:11:35(003):

+
17:11:35(020): | | | | |
| | | |
| |
17:11:35(030): | | |
| | | VALUES (24345,

17:11:35(032):


17:11:35(035):


17:11:35(049):

+
17:11:35(065): | | | | |
| | | |
| |
17:11:35(075): | | |
| | | NULL,

17:11:35(077):


17:11:35(080):


17:11:35(095):

+
17:11:35(111): | | | | |
| | | |
| |
17:11:35(125): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:35(128):


17:11:35(130):


17:11:35(145):

+
17:11:35(161): | | | | |
| | | |
| |
17:11:35(172): | | |
| | |
run_state_finished(),
17:11:35(174):


17:11:35(176):


17:11:35(191):

+
17:11:35(208): | | | | |
| | | |
| |
17:11:35(217): | | |
| | | 0,

17:11:35(220):


17:11:35(222):


17:11:35(237):

+
17:11:35(253): | | | | |
| | | |
| |
17:11:35(270): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:35(290):histogram-latency": {"-0.04": 11, "0.27": 2, "-0.02": 20,
"-0.03": 3, "-0.01": 43, "0.20": 9, "0.07": 37, "-0.05": 3, "0.22": 5,
"0.48": 1, "0.23": 3, "0.08": 17, "0.09": 17, "0.29": 1, "0.02": 60,
17:11:35(312): "0.03": 44, "0.00": 48, "0.01": 52, "0.06": 35, "0.21": 5,
"0.04": 44, "0.05": 29, "0.15": 10, "0.14": 3, "0.17": 9, "0.16": 8, "0.11":
13, "0.10": 7, "0.13": 19, "0.12": 6, "0.19": 16, "0.18": 6,
17:11:35(327): "0.57": 1, "0.36": 1, "0.31": 1, "0.24": 3, "0.25": 5,
"0.26": 3}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-r
17:11:35(345): 16928 | pscheduler | 8667 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:48.572887+00 | 2019-05-12 14:08:48.250428+00 | 2019-05-12 14:
17:11:35(352):08:48.25067+00 | 2019-05-12 14:08:48.250675+00 | f |
active | 22285793 | 22285280 |

17:11:35(354):


17:11:35(356):


17:11:35(371):

+
17:11:35(387): | | | | |
| | | |
| |
17:11:35(398): | | |
| | | WITH inserted_row AS (

17:11:35(400):


17:11:35(403):


17:11:35(419):

+
17:11:35(436): | | | | |
| | | |
| |
17:11:35(451): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:35(453):


17:11:35(455):


17:11:35(470):

+
17:11:35(487): | | | | |
| | | |
| |
17:11:35(496): | | |
| | | VALUES (24053,

17:11:35(498):


17:11:35(500):


17:11:35(515):

+
17:11:35(531): | | | | |
| | | |
| |
17:11:35(541): | | |
| | | NULL,

17:11:35(543):


17:11:35(545):


17:11:35(560):

+
17:11:35(576): | | | | |
| | | |
| |
17:11:35(590): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:35(592):


17:11:35(594):


17:11:35(610):

+
17:11:35(627): | | | | |
| | | |
| |
17:11:35(638): | | |
| | |
run_state_finished(),
17:11:35(640):


17:11:35(642):


17:11:35(657):

+
17:11:35(673): | | | | |
| | | |
| |
17:11:35(682): | | |
| | | 0,

17:11:35(684):


17:11:35(686):


17:11:35(700):

+
17:11:35(717): | | | | |
| | | |
| |
17:11:35(734): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:35(755):"histogram-latency": {"-0.07": 2, "-0.28": 33, "-0.29": 44,
"-0.14": 3, "-0.24": 7, "-0.25": 11, "-0.26": 11, "-0.27": 20, "-0.20": 7,
"-0.17": 5, "-0.22": 13, "-0.23": 7, "-0.16": 8, "-0.37": 17,
17:11:35(777):"87.18": 1, "37.38": 1, "-0.13": 6, "-0.12": 3, "-0.01": 1,
"-0.10": 1, "-0.40": 1, "-0.33": 51, "-0.32": 31, "-0.31": 60, "-0.30": 49,
"-0.11": 5, "-0.36": 31, "-0.35": 66, "-0.34": 59, "-0.39": 9
17:11:35(792):, "-0.38": 13, "-0.19": 10, "-0.18": 1, "-0.21": 5, "-0.08":
2, "-0.09": 1, "-0.15": 5}, "histogram-ttl": {"253": 600}, "packets-sent":
600, "packets-reordered": 0, "packets
17:11:35(811): 16928 | pscheduler | 8668 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:48.583487+00 | 2019-05-12 14:08:55.628315+00 | 2019-05-12 14:
17:11:35(817):08:55.628485+00 | 2019-05-12 14:08:55.628492+00 | f |
active | 22285857 | 22285280 |

17:11:35(819):


17:11:35(821):


17:11:35(837):

+
17:11:35(853): | | | | |
| | | |
| |
17:11:35(863): | | |
| | | WITH inserted_row AS (

17:11:35(865):


17:11:35(867):


17:11:35(882):

+
17:11:35(898): | | | | |
| | | |
| |
17:11:35(913): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:35(915):


17:11:35(917):


17:11:35(932):

+
17:11:35(949): | | | | |
| | | |
| |
17:11:35(958): | | |
| | | VALUES (23525,

17:11:35(960):


17:11:35(962):


17:11:35(978):

+
17:11:35(994): | | | | |
| | | |
| |
17:11:36(003): | | |
| | | NULL,

17:11:36(006):


17:11:36(008):


17:11:36(023):

+
17:11:36(041): | | | | |
| | | |
| |
17:11:36(055): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:36(058):


17:11:36(060):


17:11:36(074):

+
17:11:36(090): | | | | |
| | | |
| |
17:11:36(102): | | |
| | |
run_state_finished(),
17:11:36(104):


17:11:36(106):


17:11:36(122):

+
17:11:36(139): | | | | |
| | | |
| |
17:11:36(148): | | |
| | | 0,

17:11:36(149):


17:11:36(151):


17:11:36(169):

+
17:11:36(185): | | | | |
| | | |
| |
17:11:36(202): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:36(223):"histogram-latency": {"7.15": 2, "11.01": 1, "6.42": 1,
"8.23": 1, "0.49": 1, "4.33": 1, "1.97": 1, "0.40": 1, "0.41": 1, "1.14": 1,
"1.15": 1, "10.58": 1, "11.41": 1, "7.60": 2, "11.42": 1, "0.57"
17:11:36(245):: 1, "7.69": 1, "7.68": 1, "7.08": 1, "0.58": 1, "11.10": 1,
"10.52": 1, "0.50": 1, "0.55": 1, "1.84": 1, "1.87": 1, "1.01": 1, "1.00": 1,
"1.05": 1, "1.07": 1, "11.50": 1, "11.57": 1, "7.95": 1, "
17:11:36(262):6.62": 1, "7.31": 2, "7.35": 1, "7.38": 1, "7.39": 2, "10.49":
1, "0.28": 7, "0.29": 5, "0.24": 6, "0.25": 10, "0.26": 7, "0.27": 9, "0.20":
9, "0.21": 12, "0.22": 9, "0.23"
17:11:36(280): 16928 | pscheduler | 8669 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:48.690036+00 | 2019-05-12 14:09:01.939928+00 | 2019-05-12 14:
17:11:36(287):09:01.94013+00 | 2019-05-12 14:09:01.940135+00 | f |
active | 22285947 | 22285295 |

17:11:36(289):


17:11:36(292):


17:11:36(307):

+
17:11:36(323): | | | | |
| | | |
| |
17:11:36(333): | | |
| | | WITH inserted_row AS (

17:11:36(335):


17:11:36(339):


17:11:36(355):

+
17:11:36(373): | | | | |
| | | |
| |
17:11:36(389): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:36(392):


17:11:36(394):


17:11:36(409):

+
17:11:36(425): | | | | |
| | | |
| |
17:11:36(435): | | |
| | | VALUES (24038,

17:11:36(438):


17:11:36(440):


17:11:36(455):

+
17:11:36(471): | | | | |
| | | |
| |
17:11:36(480): | | |
| | | NULL,

17:11:36(483):


17:11:36(485):


17:11:36(499):

+
17:11:36(516): | | | | |
| | | |
| |
17:11:36(530): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:36(532):


17:11:36(534):


17:11:36(549):

+
17:11:36(566): | | | | |
| | | |
| |
17:11:36(577): | | |
| | |
run_state_finished(),
17:11:36(579):


17:11:36(581):


17:11:36(595):

+
17:11:36(612): | | | | |
| | | |
| |
17:11:36(622): | | |
| | | 0,

17:11:36(624):


17:11:36(626):


17:11:36(641):

+
17:11:36(657): | | | | |
| | | |
| |
17:11:36(674): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:11:36(695):"histogram-latency": {"0.48": 33, "0.67": 12, "0.32": 2,
"0.60": 4, "0.61": 4, "0.68": 18, "0.63": 4, "0.64": 7, "0.65": 7, "0.66": 9,
"0.49": 34, "0.46": 23, "0.47": 35, "0.44": 12, "0.45": 19, "0
17:11:36(716):.42": 10, "0.53": 12, "0.40": 6, "0.41": 8, "0.82": 2, "0.78":
5, "0.43": 5, "0.69": 19, "0.83": 1, "0.80": 5, "0.81": 3, "5.33": 1, "0.73":
9, "0.72": 22, "0.71": 11, "0.70": 23, "0.77": 15, "0.76
17:11:36(733):": 7, "0.75": 8, "0.74": 5, "0.51": 19, "0.50": 32, "0.79":
11, "0.52": 19, "0.55": 14, "0.54": 15, "0.57": 14, "0.56": 9, "0.59": 5,
"0.39": 3, "0.38": 6, "0.37": 4, "0.36"
17:11:36(752): 16928 | pscheduler | 8673 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:48.943185+00 | 2019-05-12 14:08:32.142668+00 | 2019-05-12 14:
17:11:36(758):08:32.142817+00 | 2019-05-12 14:08:32.142823+00 | f |
active | 22285718 | 22285280 |

17:11:36(761):


17:11:36(763):


17:11:36(779):

+
17:11:36(795): | | | | |
| | | |
| |
17:11:36(805): | | |
| | | WITH inserted_row AS (

17:11:36(807):


17:11:36(809):


17:11:36(824):

+
17:11:36(841): | | | | |
| | | |
| |
17:11:36(856): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:36(858):


17:11:36(860):


17:11:36(876):

+
17:11:36(893): | | | | |
| | | |
| |
17:11:36(902): | | |
| | | VALUES (23489,

17:11:36(904):


17:11:36(907):


17:11:36(922):

+
17:11:36(938): | | | | |
| | | |
| |
17:11:36(948): | | |
| | | NULL,

17:11:36(950):


17:11:36(952):


17:11:36(967):

+
17:11:36(983): | | | | |
| | | |
| |
17:11:36(998): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:37(000):


17:11:37(002):


17:11:37(017):

+
17:11:37(034): | | | | |
| | | |
| |
17:11:37(045): | | |
| | |
run_state_finished(),
17:11:37(049):


17:11:37(051):


17:11:37(066):

+
17:11:37(082): | | | | |
| | | |
| |
17:11:37(091): | | |
| | | 0,

17:11:37(093):


17:11:37(095):


17:11:37(110):

+
17:11:37(127): | | | | |
| | | |
| |
17:11:37(144): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:11:37(165):"histogram-latency": {"2.81": 1, "0.60": 9, "0.61": 5, "0.62":
7, "0.63": 3, "0.64": 4, "0.65": 1, "0.48": 5, "0.49": 13, "0.46": 3, "0.47":
15, "0.44": 4, "0.45": 4, "0.42": 5, "0.43": 6, "0.40":
17:11:37(186):7, "0.41": 8, "0.28": 31, "0.29": 27, "0.24": 7, "0.25": 8,
"0.26": 3, "0.27": 9, "0.20": 1, "0.21": 2, "0.22": 4, "0.23": 5, "0.55": 20,
"0.59": 14, "0.58": 14, "0.66": 1, "0.51": 26, "0.50": 13,
17:11:37(203):"0.53": 29, "0.52": 16, "0.19": 2, "0.54": 16, "0.57": 5,
"0.56": 8, "0.39": 15, "0.38": 13, "0.37": 13, "0.36": 23, "0.35": 23,
"0.34": 27, "0.33": 37, "0.32": 26, "0.31":
17:11:37(221): 16928 | pscheduler | 8675 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:49.064729+00 | 2019-05-12 14:08:57.972863+00 | 2019-05-12 14:
17:11:37(228):08:57.972969+00 | 2019-05-12 14:08:57.972974+00 | f |
active | 22285890 | 22285281 |

17:11:37(230):


17:11:37(232):


17:11:37(247):

+
17:11:37(263): | | | | |
| | | |
| |
17:11:37(273): | | |
| | | WITH inserted_row AS (

17:11:37(276):


17:11:37(278):


17:11:37(293):

+
17:11:37(309): | | | | |
| | | |
| |
17:11:37(325): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:37(327):


17:11:37(329):


17:11:37(343):

+
17:11:37(359): | | | | |
| | | |
| |
17:11:37(368): | | |
| | | VALUES (24338,

17:11:37(371):


17:11:37(373):


17:11:37(388):

+
17:11:37(404): | | | | |
| | | |
| |
17:11:37(414): | | |
| | | NULL,

17:11:37(416):


17:11:37(418):


17:11:37(433):

+
17:11:37(450): | | | | |
| | | |
| |
17:11:37(464): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:37(467):


17:11:37(469):


17:11:37(484):

+
17:11:37(500): | | | | |
| | | |
| |
17:11:37(511): | | |
| | |
run_state_finished(),
17:11:37(514):


17:11:37(516):


17:11:37(531):

+
17:11:37(547): | | | | |
| | | |
| |
17:11:37(557): | | |
| | | 0,

17:11:37(559):


17:11:37(561):


17:11:37(576):

+
17:11:37(592): | | | | |
| | | |
| |
17:11:37(609): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:11:37(631):"histogram-latency": {"6.44": 1, "10.20": 1, "10.22": 1,
"12.71": 1, "0.13": 5, "10.26": 1, "7.13": 1, "0.48": 4, "0.49": 6, "0.46":
10, "0.47": 3, "0.44": 21, "0.45": 9, "8.11": 1, "0.43": 17, "0.
17:11:37(652):40": 14, "0.41": 20, "1.16": 1, "12.89": 1, "6.35": 1, "2.19":
1, "2.18": 1, "7.68": 3, "12.61": 1, "11.66": 1, "0.51": 1, "0.50": 2,
"8.62": 1, "0.54": 1, "8.97": 1, "8.90": 1, "11.54": 1, "11.59"
17:11:37(669):: 1, "8.98": 1, "3.19": 1, "7.30": 1, "12.57": 1, "9.36": 1,
"7.35": 1, "3.10": 1, "7.39": 1, "10.45": 1, "0.28": 4, "0.29": 6, "0.24":
17, "0.42": 18, "0.26": 20, "0.27": 1
17:11:37(689): 16928 | pscheduler | 8677 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:49.203288+00 | 2019-05-12 14:08:47.116471+00 | 2019-05-12 14:
17:11:37(695):08:47.116617+00 | 2019-05-12 14:08:47.116623+00 | f |
active | 22285784 | 22285280 |

17:11:37(698):


17:11:37(700):


17:11:37(715):

+
17:11:37(732): | | | | |
| | | |
| |
17:11:37(741): | | |
| | | WITH inserted_row AS (

17:11:37(743):


17:11:37(746):


17:11:37(760):

+
17:11:37(777): | | | | |
| | | |
| |
17:11:37(794): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:37(797):


17:11:37(799):


17:11:37(813):

+
17:11:37(829): | | | | |
| | | |
| |
17:11:37(839): | | |
| | | VALUES (24503,

17:11:37(841):


17:11:37(843):


17:11:37(858):

+
17:11:37(874): | | | | |
| | | |
| |
17:11:37(883): | | |
| | | NULL,

17:11:37(885):


17:11:37(888):


17:11:37(902):

+
17:11:37(918): | | | | |
| | | |
| |
17:11:37(934): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:37(936):


17:11:37(939):


17:11:37(954):

+
17:11:37(971): | | | | |
| | | |
| |
17:11:37(982): | | |
| | |
run_state_finished(),
17:11:37(985):


17:11:37(987):


17:11:38(002):

+
17:11:38(019): | | | | |
| | | |
| |
17:11:38(029): | | |
| | | 0,

17:11:38(032):


17:11:38(035):


17:11:38(050):

+
17:11:38(066): | | | | |
| | | |
| |
17:11:38(083): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:38(104):histogram-latency": {"-0.06": 1, "-0.04": 3, "-0.05": 2,
"-0.02": 22, "0.27": 1, "-0.01": 34, "0.20": 8, "0.07": 37, "0.22": 7,
"0.23": 5, "0.42": 1, "-0.03": 8, "0.08": 23, "0.09": 17, "0.28": 1,
17:11:38(126):"0.29": 1, "0.24": 6, "0.03": 37, "0.00": 67, "0.01": 55,
"0.06": 39, "0.21": 6, "0.04": 54, "0.05": 42, "0.15": 7, "0.14": 6, "0.17":
11, "0.16": 5, "0.11": 2, "0.10": 13, "0.13": 8, "0.12": 10, "
17:11:38(141):0.19": 6, "0.18": 5, "1.88": 1, "0.34": 1, "0.71": 1, "0.02":
45, "0.25": 1, "0.26": 1}, "histogram-ttl": {"253": 600}, "packets-sent":
600, "packets-reordered": 0, "packets
17:11:38(159): 16928 | pscheduler | 8693 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:49.472207+00 | 2019-05-12 14:08:56.57808+00 | 2019-05-12 14:
17:11:38(166):08:56.5782+00 | 2019-05-12 14:08:56.578204+00 | f |
active | 22285871 | 22285281 |

17:11:38(168):


17:11:38(170):


17:11:38(185):

+
17:11:38(202): | | | | |
| | | |
| |
17:11:38(212): | | |
| | | WITH inserted_row AS (

17:11:38(214):


17:11:38(216):


17:11:38(231):

+
17:11:38(247): | | | | |
| | | |
| |
17:11:38(263): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:38(265):


17:11:38(267):


17:11:38(282):

+
17:11:38(298): | | | | |
| | | |
| |
17:11:38(308): | | |
| | | VALUES (24047,

17:11:38(310):


17:11:38(312):


17:11:38(327):

+
17:11:38(343): | | | | |
| | | |
| |
17:11:38(353): | | |
| | | NULL,

17:11:38(355):


17:11:38(358):


17:11:38(373):

+
17:11:38(390): | | | | |
| | | |
| |
17:11:38(404): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:38(413):


17:11:38(415):


17:11:38(431):

+
17:11:38(447): | | | | |
| | | |
| |
17:11:38(459): | | |
| | |
run_state_finished(),
17:11:38(461):


17:11:38(463):


17:11:38(479):

+
17:11:38(495): | | | | |
| | | |
| |
17:11:38(504): | | |
| | | 0,

17:11:38(507):


17:11:38(509):


17:11:38(524):

+
17:11:38(540): | | | | |
| | | |
| |
17:11:38(557): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:11:38(579):"histogram-latency": {"0.06": 3, "0.07": 10, "0.05": 1,
"0.08": 10, "0.09": 10, "0.28": 5, "0.29": 3, "0.24": 7, "0.25": 7, "0.26":
5, "0.27": 10, "0.20": 22, "0.21": 10, "0.22": 13, "0.23": 10, "0
17:11:38(601):.15": 45, "0.14": 50, "0.17": 53, "0.16": 62, "0.11": 27,
"0.10": 21, "0.13": 62, "0.12": 45, "0.19": 35, "0.18": 52, "0.37": 2,
"0.36": 3, "0.34": 6, "0.33": 1, "0.32": 4, "0.31": 4, "0.30": 1, "0
17:11:38(616):.90": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:11:38(633): | | | | |
| | | |
| |
17:11:38(642): | | |
| | | RETURNIN
17:11:38(660): 16928 | pscheduler | 8696 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:49.529023+00 | 2019-05-12 14:08:31.188721+00 | 2019-05-12 14:
17:11:38(667):08:31.188837+00 | 2019-05-12 14:08:31.18884+00 | f |
active | 22285713 | 22285280 |

17:11:38(669):


17:11:38(672):


17:11:38(686):

+
17:11:38(703): | | | | |
| | | |
| |
17:11:38(713): | | |
| | | WITH inserted_row AS (

17:11:38(715):


17:11:38(717):


17:11:38(732):

+
17:11:38(748): | | | | |
| | | |
| |
17:11:38(763): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:38(765):


17:11:38(767):


17:11:38(782):

+
17:11:38(799): | | | | |
| | | |
| |
17:11:38(808): | | |
| | | VALUES (24387,

17:11:38(811):


17:11:38(813):


17:11:38(828):

+
17:11:38(844): | | | | |
| | | |
| |
17:11:38(853): | | |
| | | NULL,

17:11:38(856):


17:11:38(858):


17:11:38(873):

+
17:11:38(890): | | | | |
| | | |
| |
17:11:38(904): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:38(907):


17:11:38(909):


17:11:38(925):

+
17:11:38(942): | | | | |
| | | |
| |
17:11:38(953): | | |
| | |
run_state_finished(),
17:11:38(955):


17:11:38(957):


17:11:38(972):

+
17:11:38(989): | | | | |
| | | |
| |
17:11:38(998): | | |
| | | 0,

17:11:39(000):


17:11:39(002):


17:11:39(017):

+
17:11:39(035): | | | | |
| | | |
| |
17:11:39(053): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:39(074):histogram-latency": {"0.60": 9, "0.61": 17, "0.62": 22,
"0.63": 25, "0.64": 17, "0.65": 28, "0.66": 41, "0.67": 36, "0.68": 19,
"0.69": 18, "0.52": 1, "0.83": 11, "0.82": 13, "1.39": 1, "0.80": 8,
17:11:39(096):"0.81": 10, "0.86": 29, "0.87": 30, "0.84": 18, "0.85": 24,
"0.88": 12, "0.89": 9, "3.47": 1, "0.73": 10, "0.72": 18, "0.71": 16, "0.70":
12, "0.77": 4, "0.76": 10, "0.75": 9, "0.74": 3, "0.79": 11
17:11:39(114):, "0.78": 7, "0.55": 4, "0.54": 3, "0.57": 7, "0.56": 7,
"0.59": 5, "1.04": 1, "0.58": 3, "0.99": 2, "0.98": 3, "0.95": 4, "0.94": 5,
"0.97": 4, "0.96": 2, "0.91": 13, "0.90
17:11:39(133): 16928 | pscheduler | 8697 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:49.538805+00 | 2019-05-12 14:09:00.989452+00 | 2019-05-12 14:
17:11:39(140):09:00.989657+00 | 2019-05-12 14:09:00.989664+00 | f |
active | 22285933 | 22285295 |

17:11:39(142):


17:11:39(145):


17:11:39(160):

+
17:11:39(177): | | | | |
| | | |
| |
17:11:39(186): | | |
| | | WITH inserted_row AS (

17:11:39(189):


17:11:39(191):


17:11:39(206):

+
17:11:39(222): | | | | |
| | | |
| |
17:11:39(237): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:39(240):


17:11:39(242):


17:11:39(257):

+
17:11:39(273): | | | | |
| | | |
| |
17:11:39(282): | | |
| | | VALUES (23680,

17:11:39(284):


17:11:39(286):


17:11:39(301):

+
17:11:39(317): | | | | |
| | | |
| |
17:11:39(327): | | |
| | | NULL,

17:11:39(329):


17:11:39(331):


17:11:39(346):

+
17:11:39(362): | | | | |
| | | |
| |
17:11:39(376): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:39(378):


17:11:39(380):


17:11:39(395):

+
17:11:39(412): | | | | |
| | | |
| |
17:11:39(422): | | |
| | |
run_state_finished(),
17:11:39(425):


17:11:39(427):


17:11:39(442):

+
17:11:39(458): | | | | |
| | | |
| |
17:11:39(469): | | |
| | | 0,

17:11:39(471):


17:11:39(473):


17:11:39(488):

+
17:11:39(504): | | | | |
| | | |
| |
17:11:39(521): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:11:39(542):"histogram-latency": {"7.17": 1, "6.42": 1, "12.72": 1,
"7.18": 1, "0.21": 39, "0.51": 5, "0.48": 8, "1.99": 1, "0.46": 5, "0.47": 6,
"0.44": 14, "0.45": 8, "0.42": 19, "0.43": 15, "0.40": 21, "0.4
17:11:39(564):1": 18, "12.80": 1, "6.30": 1, "7.63": 1, "7.66": 1, "7.69":
1, "12.66": 1, "12.67": 1, "6.54": 1, "9.80": 1, "7.08": 1, "10.50": 1,
"10.53": 1, "10.52": 1, "8.60": 1, "0.50": 2, "0.53": 1, "1.08":
17:11:39(581): 1, "8.97": 1, "4.74": 1, "2.22": 1, "7.95": 1, "8.11": 1,
"7.30": 2, "0.49": 1, "10.42": 1, "5.62": 1, "8.72": 1, "0.28": 6, "0.29": 8,
"0.24": 19, "0.25": 15, "0.26": 6, "
17:11:39(599): 16928 | pscheduler | 8764 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:50.185834+00 | 2019-05-12 14:08:29.767576+00 | 2019-05-12 14:
17:11:39(606):08:29.767686+00 | 2019-05-12 14:08:29.76769+00 | f |
active | 22285709 | 22285280 |

17:11:39(609):


17:11:39(611):


17:11:39(626):

+
17:11:39(642): | | | | |
| | | |
| |
17:11:39(652): | | |
| | | WITH inserted_row AS (

17:11:39(654):


17:11:39(657):


17:11:39(671):

+
17:11:39(689): | | | | |
| | | |
| |
17:11:39(704): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:39(706):


17:11:39(709):


17:11:39(724):

+
17:11:39(740): | | | | |
| | | |
| |
17:11:39(749): | | |
| | | VALUES (24433,

17:11:39(751):


17:11:39(753):


17:11:39(768):

+
17:11:39(784): | | | | |
| | | |
| |
17:11:39(795): | | |
| | | NULL,

17:11:39(799):


17:11:39(802):


17:11:39(816):

+
17:11:39(832): | | | | |
| | | |
| |
17:11:39(847): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:39(849):


17:11:39(853):


17:11:39(868):

+
17:11:39(884): | | | | |
| | | |
| |
17:11:39(896): | | |
| | |
run_state_finished(),
17:11:39(898):


17:11:39(900):


17:11:39(916):

+
17:11:39(932): | | | | |
| | | |
| |
17:11:39(940): | | |
| | | 0,

17:11:39(943):


17:11:39(945):


17:11:39(960):

+
17:11:39(976): | | | | |
| | | |
| |
17:11:39(993): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:40(014):"histogram-latency": {"0.66": 11, "0.49": 7, "0.60": 8,
"0.68": 8, "0.62": 8, "0.63": 10, "0.64": 13, "0.65": 16, "0.48": 5, "0.67":
9, "0.46": 5, "0.69": 22, "0.44": 16, "0.45": 6, "0.42": 23, "0.
17:11:40(036):43": 13, "0.40": 33, "0.41": 22, "0.28": 5, "0.29": 9, "0.26":
2, "0.27": 1, "0.84": 1, "0.61": 10, "0.73": 9, "0.72": 10, "0.71": 11,
"0.70": 19, "0.47": 7, "0.75": 2, "0.74": 3, "0.51": 3, "0.50"
17:11:40(053):: 3, "0.53": 2, "0.52": 2, "0.55": 5, "0.54": 4, "0.57": 7,
"0.56": 5, "0.59": 7, "0.39": 33, "0.38": 27, "0.37": 25, "0.36": 36, "0.35":
31, "0.34": 28, "0.33": 15, "0.32":
17:11:40(071): 16928 | pscheduler | 8762 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:50.093481+00 | 2019-05-12 14:08:42.259475+00 | 2019-05-12 14:
17:11:40(078):08:42.25963+00 | 2019-05-12 14:08:42.259636+00 | f |
active | 22285755 | 22285280 |

17:11:40(080):


17:11:40(082):


17:11:40(097):

+
17:11:40(113): | | | | |
| | | |
| |
17:11:40(123): | | |
| | | WITH inserted_row AS (

17:11:40(125):


17:11:40(128):


17:11:40(143):

+
17:11:40(159): | | | | |
| | | |
| |
17:11:40(175): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:40(177):


17:11:40(179):


17:11:40(194):

+
17:11:40(210): | | | | |
| | | |
| |
17:11:40(219): | | |
| | | VALUES (23788,

17:11:40(221):


17:11:40(224):


17:11:40(238):

+
17:11:40(254): | | | | |
| | | |
| |
17:11:40(264): | | |
| | | NULL,

17:11:40(266):


17:11:40(268):


17:11:40(282):

+
17:11:40(299): | | | | |
| | | |
| |
17:11:40(313): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:40(315):


17:11:40(318):


17:11:40(332):

+
17:11:40(349): | | | | |
| | | |
| |
17:11:40(361): | | |
| | |
run_state_finished(),
17:11:40(363):


17:11:40(365):


17:11:40(380):

+
17:11:40(396): | | | | |
| | | |
| |
17:11:40(405): | | |
| | | 0,

17:11:40(407):


17:11:40(409):


17:11:40(424):

+
17:11:40(440): | | | | |
| | | |
| |
17:11:40(457): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:40(479):histogram-latency": {"3.13": 1, "0.60": 3, "0.61": 11, "0.62":
28, "0.63": 25, "0.64": 32, "0.65": 27, "0.66": 43, "0.67": 31, "0.68": 28,
"0.69": 25, "0.53": 1, "1.11": 1, "0.82": 10, "0.83": 10,
17:11:40(500):"0.80": 8, "0.81": 8, "0.86": 24, "0.87": 13, "0.84": 13,
"0.85": 24, "0.88": 13, "0.89": 13, "0.73": 10, "0.72": 18, "0.71": 14,
"0.70": 23, "0.77": 4, "0.76": 6, "0.75": 8, "0.74": 4, "0.79": 5,
17:11:40(517):"0.78": 7, "0.55": 3, "0.54": 4, "0.57": 9, "0.56": 7, "0.59":
5, "1.05": 1, "0.58": 5, "0.99": 1, "0.98": 3, "0.95": 6, "0.94": 13, "0.97":
6, "0.96": 5, "0.91": 9, "0.90":
17:11:40(535): 16928 | pscheduler | 8772 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:50.361338+00 | 2019-05-12 14:08:33.437446+00 | 2019-05-12 14:
17:11:40(542):08:33.437556+00 | 2019-05-12 14:08:33.437561+00 | f |
active | 22285723 | 22285280 |

17:11:40(545):


17:11:40(547):


17:11:40(562):

+
17:11:40(578): | | | | |
| | | |
| |
17:11:40(587): | | |
| | | WITH inserted_row AS (

17:11:40(591):


17:11:40(594):


17:11:40(609):

+
17:11:40(625): | | | | |
| | | |
| |
17:11:40(640): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:40(643):


17:11:40(645):


17:11:40(661):

+
17:11:40(678): | | | | |
| | | |
| |
17:11:40(687): | | |
| | | VALUES (23786,

17:11:40(689):


17:11:40(692):


17:11:40(706):

+
17:11:40(723): | | | | |
| | | |
| |
17:11:40(732): | | |
| | | NULL,

17:11:40(735):


17:11:40(737):


17:11:40(751):

+
17:11:40(768): | | | | |
| | | |
| |
17:11:40(782): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:40(785):


17:11:40(787):


17:11:40(802):

+
17:11:40(819): | | | | |
| | | |
| |
17:11:40(830): | | |
| | |
run_state_finished(),
17:11:40(833):


17:11:40(835):


17:11:40(849):

+
17:11:40(865): | | | | |
| | | |
| |
17:11:40(875): | | |
| | | 0,

17:11:40(877):


17:11:40(880):


17:11:40(895):

+
17:11:40(911): | | | | |
| | | |
| |
17:11:40(928): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:11:40(949):"histogram-latency": {"0.53": 12, "0.72": 14, "0.49": 35,
"0.60": 8, "0.61": 4, "0.68": 15, "0.63": 4, "0.64": 6, "0.65": 10, "0.48":
31, "0.67": 17, "0.46": 30, "0.69": 24, "0.44": 19, "0.45": 15,
17:11:40(970): "0.42": 5, "0.43": 7, "0.40": 9, "0.41": 3, "0.52": 18,
"0.82": 2, "0.83": 1, "0.80": 4, "0.81": 4, "0.66": 16, "0.59": 5, "0.58": 6,
"0.71": 18, "0.70": 17, "0.77": 11, "0.76": 8, "0.75": 8, "0.7
17:11:40(987):4": 9, "0.51": 25, "0.50": 25, "0.79": 5, "0.78": 5, "0.55":
24, "0.54": 10, "0.57": 10, "0.56": 12, "0.47": 29, "0.73": 12, "0.39": 3,
"0.38": 3, "0.37": 10, "0.36": 4, "0.
17:11:41(005): 16928 | pscheduler | 8792 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:50.52826+00 | 2019-05-12 14:08:51.13073+00 | 2019-05-12 14:
17:11:41(012):08:51.130913+00 | 2019-05-12 14:08:51.130919+00 | f |
active | 22285812 | 22285280 |

17:11:41(014):


17:11:41(016):


17:11:41(032):

+
17:11:41(048): | | | | |
| | | |
| |
17:11:41(058): | | |
| | | WITH inserted_row AS (

17:11:41(060):


17:11:41(063):


17:11:41(077):

+
17:11:41(093): | | | | |
| | | |
| |
17:11:41(109): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:41(111):


17:11:41(113):


17:11:41(128):

+
17:11:41(145): | | | | |
| | | |
| |
17:11:41(155): | | |
| | | VALUES (24187,

17:11:41(157):


17:11:41(160):


17:11:41(174):

+
17:11:41(191): | | | | |
| | | |
| |
17:11:41(200): | | |
| | | NULL,

17:11:41(202):


17:11:41(204):


17:11:41(219):

+
17:11:41(236): | | | | |
| | | |
| |
17:11:41(250): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:41(252):


17:11:41(254):


17:11:41(269):

+
17:11:41(285): | | | | |
| | | |
| |
17:11:41(297): | | |
| | |
run_state_finished(),
17:11:41(299):


17:11:41(302):


17:11:41(316):

+
17:11:41(333): | | | | |
| | | |
| |
17:11:41(342): | | |
| | | 0,

17:11:41(345):


17:11:41(347):


17:11:41(361):

+
17:11:41(378): | | | | |
| | | |
| |
17:11:41(395): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:41(415):"histogram-latency": {"0.66": 4, "0.67": 2, "0.60": 4, "0.61":
10, "0.62": 5, "0.63": 6, "0.64": 3, "0.65": 5, "0.48": 25, "0.49": 18,
"0.46": 67, "0.47": 47, "0.44": 40, "0.45": 63, "0.42": 36, "0
17:11:41(437):.43": 18, "0.40": 46, "0.41": 59, "0.69": 2, "0.89": 1,
"0.59": 16, "0.58": 4, "0.76": 1, "0.51": 19, "0.50": 19, "0.53": 8, "0.52":
13, "0.55": 9, "0.54": 9, "0.57": 5, "0.56": 6, "0.39": 15, "0.3
17:11:41(452):8": 9, "0.37": 2, "0.36": 3, "0.68": 1}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}
17:11:41(470): 16928 | pscheduler | 8795 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:50.63268+00 | 2019-05-12 14:08:44.818678+00 | 2019-05-12 14:
17:11:41(477):08:44.818865+00 | 2019-05-12 14:08:44.818871+00 | f |
active | 22285769 | 22285280 |

17:11:41(479):


17:11:41(482):


17:11:41(497):

+
17:11:41(513): | | | | |
| | | |
| |
17:11:41(522): | | |
| | | WITH inserted_row AS (

17:11:41(525):


17:11:41(527):


17:11:41(542):

+
17:11:41(558): | | | | |
| | | |
| |
17:11:41(573): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:41(576):


17:11:41(578):


17:11:41(593):

+
17:11:41(608): | | | | |
| | | |
| |
17:11:41(618): | | |
| | | VALUES (24049,

17:11:41(620):


17:11:41(622):


17:11:41(637):

+
17:11:41(654): | | | | |
| | | |
| |
17:11:41(664): | | |
| | | NULL,

17:11:41(666):


17:11:41(668):


17:11:41(683):

+
17:11:41(700): | | | | |
| | | |
| |
17:11:41(715): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:41(717):


17:11:41(719):


17:11:41(734):

+
17:11:41(750): | | | | |
| | | |
| |
17:11:41(761): | | |
| | |
run_state_finished(),
17:11:41(763):


17:11:41(765):


17:11:41(780):

+
17:11:41(795): | | | | |
| | | |
| |
17:11:41(804): | | |
| | | 0,

17:11:41(807):


17:11:41(809):


17:11:41(824):

+
17:11:41(840): | | | | |
| | | |
| |
17:11:41(857): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:41(879):"histogram-latency": {"1.51": 1, "1.70": 3, "1.73": 2, "3.16":
1, "0.61": 3, "0.62": 10, "0.63": 14, "0.64": 16, "0.65": 25, "0.66": 45,
"0.67": 47, "0.68": 41, "0.69": 37, "1.74": 1, "1.10": 1, "1
17:11:41(900):.50": 1, "0.82": 5, "0.83": 8, "0.80": 8, "0.81": 6, "0.86":
10, "0.87": 6, "1.54": 3, "0.85": 6, "1.56": 1, "1.58": 3, "1.59": 3, "1.78":
1, "1.71": 4, "1.72": 3, "1.76": 3, "1.55": 1, "0.73": 33,
17:11:41(918): "0.72": 30, "0.71": 29, "0.70": 29, "0.77": 11, "0.76": 12,
"0.75": 18, "0.74": 19, "1.80": 3, "0.79": 7, "0.78": 7, "0.88": 3, "1.52":
1, "1.62": 8, "0.84": 6, "0.93": 1,
17:11:41(936): 16928 | pscheduler | 8849 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:52.157263+00 | 2019-05-12 14:09:01.254043+00 | 2019-05-12 14:
17:11:41(944):09:01.254098+00 | 2019-05-12 14:09:01.2541+00 | f |
active | 22285938 | 22285295 |

17:11:41(952):


17:11:41(954):


17:11:41(970):

+
17:11:41(986): | | | | |
| | | |
| |
17:11:41(997): | | |
| | | WITH inserted_row AS (

17:11:41(999):


17:11:42(001):


17:11:42(016):

+
17:11:42(033): | | | | |
| | | |
| |
17:11:42(048): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:42(050):


17:11:42(053):


17:11:42(068):

+
17:11:42(083): | | | | |
| | | |
| |
17:11:42(093): | | |
| | | VALUES (23806,

17:11:42(095):


17:11:42(097):


17:11:42(112):

+
17:11:42(128): | | | | |
| | | |
| |
17:11:42(137): | | |
| | | NULL,

17:11:42(140):


17:11:42(142):


17:11:42(157):

+
17:11:42(174): | | | | |
| | | |
| |
17:11:42(189): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:42(191):


17:11:42(194):


17:11:42(208):

+
17:11:42(225): | | | | |
| | | |
| |
17:11:42(236): | | |
| | |
run_state_finished(),
17:11:42(238):


17:11:42(240):


17:11:42(255):

+
17:11:42(271): | | | | |
| | | |
| |
17:11:42(281): | | |
| | | 0,

17:11:42(283):


17:11:42(285):


17:11:42(300):

+
17:11:42(317): | | | | |
| | | |
| |
17:11:42(334): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:11:42(355):"histogram-latency": {"7.14": 1, "6.41": 1, "5.15": 1, "0.48":
43, "0.49": 39, "5.63": 1, "0.47": 48, "0.44": 2, "1.95": 1, "4.37": 1,
"4.36": 1, "4.35": 1, "4.34": 1, "0.57": 14, "2.16": 1, "6.57"
17:11:42(377):: 1, "5.54": 1, "6.53": 1, "6.51": 1, "6.50": 2, "4.08": 2,
"6.58": 2, "0.59": 6, "0.58": 11, "0.51": 42, "0.50": 45, "0.53": 28, "0.52":
38, "0.55": 17, "0.54": 38, "7.34": 1, "0.56": 20, "2.22":
17:11:42(394):1, "2.20": 1, "2.21": 1, "7.32": 1, "5.43": 1, "6.64": 1,
"6.65": 1, "5.49": 1, "4.18": 1, "6.69": 1, "3.15": 2, "0.45": 12, "0.46":
20, "2.34": 1, "2.37": 1, "4.30": 1, "2.
17:11:42(412): 16928 | pscheduler | 8852 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:52.462036+00 | 2019-05-12 14:08:47.644058+00 | 2019-05-12 14:
17:11:42(419):08:47.644219+00 | 2019-05-12 14:08:47.644223+00 | f |
active | 22285788 | 22285280 |

17:11:42(421):


17:11:42(423):


17:11:42(438):

+
17:11:42(455): | | | | |
| | | |
| |
17:11:42(465): | | |
| | | WITH inserted_row AS (

17:11:42(467):


17:11:42(469):


17:11:42(484):

+
17:11:42(501): | | | | |
| | | |
| |
17:11:42(516): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:42(518):


17:11:42(520):


17:11:42(535):

+
17:11:42(551): | | | | |
| | | |
| |
17:11:42(561): | | |
| | | VALUES (23789,

17:11:42(563):


17:11:42(565):


17:11:42(580):

+
17:11:42(596): | | | | |
| | | |
| |
17:11:42(605): | | |
| | | NULL,

17:11:42(607):


17:11:42(610):


17:11:42(625):

+
17:11:42(641): | | | | |
| | | |
| |
17:11:42(658): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:42(660):


17:11:42(663):


17:11:42(678):

+
17:11:42(694): | | | | |
| | | |
| |
17:11:42(705): | | |
| | |
run_state_finished(),
17:11:42(708):


17:11:42(710):


17:11:42(726):

+
17:11:42(742): | | | | |
| | | |
| |
17:11:42(752): | | |
| | | 0,

17:11:42(754):


17:11:42(756):


17:11:42(771):

+
17:11:42(787): | | | | |
| | | |
| |
17:11:42(804): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:42(825):"histogram-latency": {"1.24": 3, "1.16": 34, "1.17": 29,
"1.14": 35, "1.15": 36, "1.12": 28, "1.13": 26, "1.10": 15, "1.11": 24,
"1.18": 23, "1.19": 11, "1.38": 22, "1.39": 15, "2.19": 1, "1.30": 1
17:11:42(848):0, "1.31": 10, "1.32": 16, "1.33": 20, "1.34": 21, "1.35": 25,
"1.36": 24, "1.37": 22, "1.23": 3, "1.22": 8, "1.47": 1, "1.03": 2, "1.46":
8, "1.05": 4, "1.04": 9, "1.07": 4, "1.06": 5, "1.09": 7,
17:11:42(864):"1.27": 7, "1.26": 3, "1.29": 3, "1.28": 3, "1.25": 5, "1.08":
11, "1.45": 7, "1.44": 10, "1.21": 9, "1.20": 5, "1.41": 14, "1.40": 9,
"1.43": 6, "1.42": 7}, "histogram-ttl"
17:11:42(883): 16928 | pscheduler | 8898 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:53.531451+00 | 2019-05-12 14:08:30.504839+00 | 2019-05-12 14:
17:11:42(890):08:30.504979+00 | 2019-05-12 14:08:30.504984+00 | f |
active | 22285712 | 22285280 |

17:11:42(893):


17:11:42(895):


17:11:42(910):

+
17:11:42(926): | | | | |
| | | |
| |
17:11:42(936): | | |
| | | WITH inserted_row AS (

17:11:42(938):


17:11:42(941):


17:11:42(955):

+
17:11:42(971): | | | | |
| | | |
| |
17:11:42(987): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:42(989):


17:11:42(991):


17:11:43(005):

+
17:11:43(022): | | | | |
| | | |
| |
17:11:43(032): | | |
| | | VALUES (24173,

17:11:43(035):


17:11:43(037):


17:11:43(053):

+
17:11:43(069): | | | | |
| | | |
| |
17:11:43(079): | | |
| | | NULL,

17:11:43(081):


17:11:43(084):


17:11:43(099):

+
17:11:43(116): | | | | |
| | | |
| |
17:11:43(131): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:43(134):


17:11:43(136):


17:11:43(151):

+
17:11:43(168): | | | | |
| | | |
| |
17:11:43(179): | | |
| | |
run_state_finished(),
17:11:43(182):


17:11:43(184):


17:11:43(199):

+
17:11:43(215): | | | | |
| | | |
| |
17:11:43(224): | | |
| | | 0,

17:11:43(226):


17:11:43(229):


17:11:43(243):

+
17:11:43(260): | | | | |
| | | |
| |
17:11:43(277): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:11:43(298):"histogram-latency": {"0.34": 11, "0.48": 35, "0.67": 11,
"0.60": 6, "0.61": 4, "0.68": 12, "0.63": 4, "0.64": 6, "0.65": 6, "0.66":
16, "0.49": 36, "0.46": 25, "0.69": 24, "0.44": 6, "0.45": 14, "
17:11:43(319):0.42": 9, "0.43": 7, "0.40": 7, "0.41": 11, "0.78": 4, "0.82":
1, "0.83": 1, "0.80": 1, "0.81": 1, "0.84": 1, "0.59": 4, "0.58": 5, "0.71":
23, "0.70": 25, "0.47": 34, "0.76": 13, "0.75": 6, "0.74"
17:11:43(336):: 5, "0.51": 34, "0.50": 41, "0.53": 12, "0.52": 15, "0.55":
7, "0.54": 6, "0.57": 11, "0.56": 9, "0.79": 4, "0.73": 8, "0.39": 4, "0.72":
22, "0.37": 7, "0.36": 13, "0.35":
17:11:43(355): 16928 | pscheduler | 8899 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:53.5395+00 | 2019-05-12 14:08:43.487603+00 | 2019-05-12 14:
17:11:43(362):08:43.489867+00 | 2019-05-12 14:08:43.489873+00 | f |
active | 22285763 | 22285280 |

17:11:43(364):


17:11:43(366):


17:11:43(380):

+
17:11:43(398): | | | | |
| | | |
| |
17:11:43(409): | | |
| | | WITH inserted_row AS (

17:11:43(412):


17:11:43(414):


17:11:43(429):

+
17:11:43(445): | | | | |
| | | |
| |
17:11:43(460): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:43(463):


17:11:43(465):


17:11:43(479):

+
17:11:43(495): | | | | |
| | | |
| |
17:11:43(505): | | |
| | | VALUES (23854,

17:11:43(508):


17:11:43(511):


17:11:43(525):

+
17:11:43(541): | | | | |
| | | |
| |
17:11:43(551): | | |
| | | NULL,

17:11:43(554):


17:11:43(556):


17:11:43(570):

+
17:11:43(586): | | | | |
| | | |
| |
17:11:43(601): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:43(603):


17:11:43(605):


17:11:43(620):

+
17:11:43(636): | | | | |
| | | |
| |
17:11:43(647): | | |
| | |
run_state_finished(),
17:11:43(649):


17:11:43(651):


17:11:43(666):

+
17:11:43(682): | | | | |
| | | |
| |
17:11:43(691): | | |
| | | 0,

17:11:43(693):


17:11:43(695):


17:11:43(710):

+
17:11:43(726): | | | | |
| | | |
| |
17:11:43(743): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:43(763):"histogram-latency": {"-0.31": 4, "-0.15": 1, "-0.04": 1,
"-0.49": 4, "-0.28": 11, "-0.29": 8, "-0.42": 43, "-0.43": 57, "-0.40": 63,
"-0.41": 30, "-0.46": 21, "-0.21": 5, "-0.44": 44, "-0.45": 34,
17:11:43(785): "-0.05": 1, "-0.02": 1, "-0.03": 1, "-0.27": 5, "0.09": 1,
"-0.24": 4, "-0.48": 2, "-0.25": 5, "-0.26": 6, "-0.20": 3, "-0.33": 12,
"-0.32": 8, "-0.17": 1, "-0.30": 9, "-0.37": 37, "-0.36": 26, "-
17:11:43(801):0.35": 17, "-0.34": 19, "-0.50": 2, "-0.39": 52, "-0.38": 43,
"-0.18": 2, "-0.47": 8, "-0.22": 4, "-0.23": 5}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-r
17:11:43(819): 16928 | pscheduler | 8900 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:53.54342+00 | 2019-05-12 14:08:55.634489+00 | 2019-05-12 14:
17:11:43(826):08:55.634629+00 | 2019-05-12 14:08:55.634635+00 | f |
active | 22285858 | 22285280 |

17:11:43(828):


17:11:43(831):


17:11:43(847):

+
17:11:43(863): | | | | |
| | | |
| |
17:11:43(873): | | |
| | | WITH inserted_row AS (

17:11:43(875):


17:11:43(878):


17:11:43(892):

+
17:11:43(910): | | | | |
| | | |
| |
17:11:43(925): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:43(927):


17:11:43(929):


17:11:43(944):

+
17:11:43(960): | | | | |
| | | |
| |
17:11:43(969): | | |
| | | VALUES (23676,

17:11:43(972):


17:11:43(974):


17:11:43(989):

+
17:11:44(005): | | | | |
| | | |
| |
17:11:44(014): | | |
| | | NULL,

17:11:44(017):


17:11:44(019):


17:11:44(035):

+
17:11:44(051): | | | | |
| | | |
| |
17:11:44(065): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:44(067):


17:11:44(069):


17:11:44(085):

+
17:11:44(101): | | | | |
| | | |
| |
17:11:44(113): | | |
| | |
run_state_finished(),
17:11:44(115):


17:11:44(117):


17:11:44(132):

+
17:11:44(148): | | | | |
| | | |
| |
17:11:44(157): | | |
| | | 0,

17:11:44(159):


17:11:44(161):


17:11:44(176):

+
17:11:44(193): | | | | |
| | | |
| |
17:11:44(210): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:44(231):"histogram-latency": {"1.48": 1, "1.16": 41, "1.17": 26,
"1.14": 29, "1.15": 41, "1.12": 20, "1.13": 8, "1.10": 8, "1.11": 18, "1.18":
14, "1.19": 17, "1.38": 23, "1.39": 14, "1.50": 1, "1.42": 11,
17:11:44(252): "1.30": 10, "1.31": 7, "1.32": 13, "1.33": 14, "1.34": 17,
"1.35": 18, "1.36": 30, "1.37": 26, "1.23": 14, "1.44": 5, "1.21": 7, "1.20":
28, "1.05": 8, "1.04": 1, "1.07": 11, "1.06": 12, "1.09": 1
17:11:44(269):, "1.41": 6, "1.40": 10, "2.03": 1, "1.29": 5, "1.28": 5,
"1.49": 2, "1.25": 6, "1.08": 7, "1.45": 5, "1.22": 10, "1.47": 3, "1.46": 6,
"1.27": 6, "1.26": 12, "1.43": 11, "1
17:11:44(287): 16928 | pscheduler | 8916 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:53.878823+00 | 2019-05-12 14:08:50.930045+00 | 2019-05-12 14:
17:11:44(294):08:50.930249+00 | 2019-05-12 14:08:50.930255+00 | f |
active | 22285809 | 22285280 |

17:11:44(296):


17:11:44(298):


17:11:44(314):

+
17:11:44(330): | | | | |
| | | |
| |
17:11:44(340): | | |
| | | WITH inserted_row AS (

17:11:44(342):


17:11:44(345):


17:11:44(359):

+
17:11:44(375): | | | | |
| | | |
| |
17:11:44(391): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:44(393):


17:11:44(395):


17:11:44(410):

+
17:11:44(427): | | | | |
| | | |
| |
17:11:44(436): | | |
| | | VALUES (23621,

17:11:44(439):


17:11:44(441):


17:11:44(455):

+
17:11:44(471): | | | | |
| | | |
| |
17:11:44(481): | | |
| | | NULL,

17:11:44(483):


17:11:44(485):


17:11:44(501):

+
17:11:44(517): | | | | |
| | | |
| |
17:11:44(532): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:44(534):


17:11:44(536):


17:11:44(551):

+
17:11:44(567): | | | | |
| | | |
| |
17:11:44(578): | | |
| | |
run_state_finished(),
17:11:44(581):


17:11:44(583):


17:11:44(598):

+
17:11:44(614): | | | | |
| | | |
| |
17:11:44(623): | | |
| | | 0,

17:11:44(625):


17:11:44(628):


17:11:44(642):

+
17:11:44(658): | | | | |
| | | |
| |
17:11:44(675): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:44(696):"histogram-latency": {"0.66": 3, "0.67": 2, "0.60": 9, "0.61":
12, "0.62": 15, "0.63": 8, "0.64": 11, "0.65": 5, "0.48": 11, "0.49": 10,
"0.46": 13, "0.47": 7, "0.44": 16, "0.45": 14, "0.42": 16, "
17:11:44(717):0.43": 19, "0.40": 18, "0.41": 14, "0.28": 14, "0.29": 15,
"0.24": 11, "0.25": 15, "0.26": 22, "0.27": 13, "0.20": 9, "0.21": 6, "0.22":
13, "0.23": 10, "0.69": 9, "0.73": 2, "0.57": 6, "0.55": 8,
17:11:44(734):"0.72": 4, "0.59": 16, "0.58": 6, "0.17": 5, "0.16": 1,
"0.74": 1, "0.51": 4, "0.50": 9, "0.53": 6, "0.52": 5, "0.19": 12, "0.18":
12, "0.54": 4, "0.56": 4, "0.15": 3, "0.39
17:11:44(753): 16928 | pscheduler | 8945 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:54.047466+00 | 2019-05-12 14:09:01.299979+00 | 2019-05-12 14:
17:11:44(759):09:01.300095+00 | 2019-05-12 14:09:01.300099+00 | f |
active | 22285939 | 22285295 |

17:11:44(761):


17:11:44(763):


17:11:44(778):

+
17:11:44(794): | | | | |
| | | |
| |
17:11:44(804): | | |
| | | WITH inserted_row AS (

17:11:44(806):


17:11:44(810):


17:11:44(824):

+
17:11:44(841): | | | | |
| | | |
| |
17:11:44(856): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:44(859):


17:11:44(861):


17:11:44(876):

+
17:11:44(892): | | | | |
| | | |
| |
17:11:44(901): | | |
| | | VALUES (24485,

17:11:44(904):


17:11:44(906):


17:11:44(921):

+
17:11:44(937): | | | | |
| | | |
| |
17:11:44(947): | | |
| | | NULL,

17:11:44(949):


17:11:44(952):


17:11:44(966):

+
17:11:44(982): | | | | |
| | | |
| |
17:11:44(997): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:44(999):


17:11:45(001):


17:11:45(016):

+
17:11:45(034): | | | | |
| | | |
| |
17:11:45(046): | | |
| | |
run_state_finished(),
17:11:45(048):


17:11:45(050):


17:11:45(065):

+
17:11:45(081): | | | | |
| | | |
| |
17:11:45(090): | | |
| | | 0,

17:11:45(092):


17:11:45(095):


17:11:45(110):

+
17:11:45(126): | | | | |
| | | |
| |
17:11:45(142): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:45(164):"histogram-latency": {"0.48": 4, "0.49": 2, "0.60": 11,
"0.61": 13, "0.62": 22, "0.63": 13, "0.64": 11, "0.65": 9, "0.66": 6, "0.67":
4, "0.46": 6, "0.69": 9, "0.44": 7, "0.45": 6, "0.42": 10, "0.4
17:11:45(185):3": 5, "0.40": 22, "0.41": 18, "0.28": 30, "0.29": 22, "0.24":
10, "0.25": 12, "0.26": 22, "0.27": 29, "0.23": 6, "0.86": 1, "0.72": 5,
"0.59": 7, "0.58": 8, "0.71": 10, "0.70": 12, "0.77": 2, "0.7
17:11:45(202):4": 4, "0.51": 2, "0.50": 4, "0.53": 3, "0.55": 4, "0.54": 2,
"0.57": 9, "0.56": 2, "0.47": 4, "0.39": 24, "0.38": 22, "0.37": 18, "0.36":
35, "0.35": 19, "0.34": 21, "0.33"
17:11:45(221): 16928 | pscheduler | 8980 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:54.67292+00 | 2019-05-12 14:08:44.112701+00 | 2019-05-12 14:
17:11:45(227):08:44.112843+00 | 2019-05-12 14:08:44.112848+00 | f |
active | 22285767 | 22285280 |

17:11:45(229):


17:11:45(232):


17:11:45(246):

+
17:11:45(262): | | | | |
| | | |
| |
17:11:45(272): | | |
| | | WITH inserted_row AS (

17:11:45(274):


17:11:45(276):


17:11:45(291):

+
17:11:45(307): | | | | |
| | | |
| |
17:11:45(323): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:45(325):


17:11:45(327):


17:11:45(341):

+
17:11:45(358): | | | | |
| | | |
| |
17:11:45(367): | | |
| | | VALUES (23836,

17:11:45(370):


17:11:45(372):


17:11:45(387):

+
17:11:45(404): | | | | |
| | | |
| |
17:11:45(413): | | |
| | | NULL,

17:11:45(415):


17:11:45(418):


17:11:45(440):

+
17:11:45(457): | | | | |
| | | |
| |
17:11:45(471): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:45(473):


17:11:45(476):


17:11:45(491):

+
17:11:45(507): | | | | |
| | | |
| |
17:11:45(519): | | |
| | |
run_state_finished(),
17:11:45(521):


17:11:45(524):


17:11:45(540):

+
17:11:45(557): | | | | |
| | | |
| |
17:11:45(566): | | |
| | | 0,

17:11:45(568):


17:11:45(570):


17:11:45(585):

+
17:11:45(602): | | | | |
| | | |
| |
17:11:45(618): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:11:45(639):"histogram-latency": {"10.23": 1, "9.87": 1, "3.75": 1,
"1.99": 1, "8.14": 1, "1.94": 1, "8.16": 1, "9.56": 1, "0.53": 3, "8.13": 1,
"10.25": 1, "9.68": 1, "10.27": 1, "8.65": 1, "1.19": 1, "7.65":
17:11:45(661): 1, "8.66": 1, "9.17": 1, "8.67": 2, "2.11": 1, "9.47": 2,
"9.41": 2, "9.49": 1, "1.89": 1, "0.58": 4, "10.50": 1, "1.80": 1, "1.83": 1,
"0.52": 4, "0.55": 6, "1.84": 1, "0.54": 7, "0.56": 4, "1.02
17:11:45(678):": 1, "8.33": 2, "7.98": 1, "8.92": 2, "8.99": 1, "5.40": 1,
"9.32": 2, "5.42": 1, "9.33": 1, "9.36": 2, "5.46": 1, "4.19": 1, "5.48": 1,
"8.79": 1, "8.45": 1, "5.78": 1, "1
17:11:45(697): 16928 | pscheduler | 8983 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:54.701592+00 | 2019-05-12 14:08:51.027761+00 | 2019-05-12 14:
17:11:45(704):08:51.027888+00 | 2019-05-12 14:08:51.027893+00 | f |
active | 22285810 | 22285280 |

17:11:45(706):


17:11:45(708):


17:11:45(723):

+
17:11:45(739): | | | | |
| | | |
| |
17:11:45(749): | | |
| | | WITH inserted_row AS (

17:11:45(751):


17:11:45(753):


17:11:45(768):

+
17:11:45(784): | | | | |
| | | |
| |
17:11:45(799): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:45(801):


17:11:45(803):


17:11:45(818):

+
17:11:45(834): | | | | |
| | | |
| |
17:11:45(844): | | |
| | | VALUES (23800,

17:11:45(846):


17:11:45(849):


17:11:45(866):

+
17:11:45(883): | | | | |
| | | |
| |
17:11:45(892): | | |
| | | NULL,

17:11:45(894):


17:11:45(896):


17:11:45(912):

+
17:11:45(928): | | | | |
| | | |
| |
17:11:45(942): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:45(945):


17:11:45(947):


17:11:45(961):

+
17:11:45(978): | | | | |
| | | |
| |
17:11:45(989): | | |
| | |
run_state_finished(),
17:11:45(991):


17:11:45(993):


17:11:46(008):

+
17:11:46(024): | | | | |
| | | |
| |
17:11:46(034): | | |
| | | 0,

17:11:46(037):


17:11:46(039):


17:11:46(053):

+
17:11:46(070): | | | | |
| | | |
| |
17:11:46(087): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:46(107):histogram-latency": {"-0.04": 7, "0.27": 1, "-0.02": 28,
"-0.03": 9, "-0.01": 60, "0.20": 12, "0.21": 8, "0.22": 9, "0.23": 1, "0.08":
12, "0.09": 16, "0.28": 2, "0.02": 41, "0.03": 39, "0.00": 44,
17:11:46(128): "0.01": 50, "0.06": 34, "0.07": 23, "0.04": 59, "0.05": 50,
"1.72": 1, "0.15": 7, "0.14": 9, "0.17": 9, "0.16": 8, "0.11": 6, "0.10": 15,
"0.13": 8, "0.12": 5, "0.19": 8, "0.18": 10, "0.31": 1, "0
17:11:46(143):.24": 2, "0.25": 3, "0.91": 1, "0.26": 2}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema":
17:11:46(161): 16928 | pscheduler | 8987 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:55.004298+00 | 2019-05-12 14:08:29.498454+00 | 2019-05-12 14:
17:11:46(168):08:29.498564+00 | 2019-05-12 14:08:29.498568+00 | f |
active | 22285708 | 22285280 |

17:11:46(170):


17:11:46(173):


17:11:46(188):

+
17:11:46(205): | | | | |
| | | |
| |
17:11:46(215): | | |
| | | WITH inserted_row AS (

17:11:46(217):


17:11:46(219):


17:11:46(234):

+
17:11:46(250): | | | | |
| | | |
| |
17:11:46(266): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:46(268):


17:11:46(271):


17:11:46(285):

+
17:11:46(301): | | | | |
| | | |
| |
17:11:46(311): | | |
| | | VALUES (23805,

17:11:46(313):


17:11:46(315):


17:11:46(330):

+
17:11:46(346): | | | | |
| | | |
| |
17:11:46(356): | | |
| | | NULL,

17:11:46(358):


17:11:46(360):


17:11:46(375):

+
17:11:46(391): | | | | |
| | | |
| |
17:11:46(405): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:46(408):


17:11:46(410):


17:11:46(425):

+
17:11:46(441): | | | | |
| | | |
| |
17:11:46(453): | | |
| | |
run_state_finished(),
17:11:46(455):


17:11:46(457):


17:11:46(471):

+
17:11:46(487): | | | | |
| | | |
| |
17:11:46(496): | | |
| | | 0,

17:11:46(499):


17:11:46(501):


17:11:46(516):

+
17:11:46(532): | | | | |
| | | |
| |
17:11:46(549): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:46(570):"histogram-latency": {"0.60": 63, "0.61": 47, "0.62": 46,
"0.63": 35, "0.64": 48, "0.65": 61, "0.66": 60, "0.67": 56, "0.68": 24,
"16.92": 1, "0.82": 2, "0.69": 21, "0.83": 3, "0.80": 2, "0.81": 5,
17:11:46(592): "0.86": 4, "0.87": 1, "0.84": 3, "0.85": 6, "0.89": 1,
"0.59": 19, "0.58": 11, "0.71": 14, "0.70": 9, "0.77": 9, "0.76": 3, "0.75":
4, "0.74": 7, "0.79": 6, "0.78": 1, "0.57": 5, "0.56": 1, "0.73"
17:11:46(607):: 9, "0.72": 12, "8.97": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:46(624): | | | | |
| | | |
| |
17:11:46(630): | | |
| | |
17:11:46(648): 16928 | pscheduler | 8990 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:55.238522+00 | 2019-05-12 14:08:56.24228+00 | 2019-05-12 14:
17:11:46(655):08:56.242421+00 | 2019-05-12 14:08:56.242426+00 | f |
active | 22285867 | 22285281 |

17:11:46(657):


17:11:46(659):


17:11:46(674):

+
17:11:46(690): | | | | |
| | | |
| |
17:11:46(700): | | |
| | | WITH inserted_row AS (

17:11:46(702):


17:11:46(704):


17:11:46(719):

+
17:11:46(735): | | | | |
| | | |
| |
17:11:46(751): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:46(753):


17:11:46(755):


17:11:46(770):

+
17:11:46(786): | | | | |
| | | |
| |
17:11:46(796): | | |
| | | VALUES (24186,

17:11:46(799):


17:11:46(801):


17:11:46(816):

+
17:11:46(832): | | | | |
| | | |
| |
17:11:46(841): | | |
| | | NULL,

17:11:46(843):


17:11:46(846):


17:11:46(860):

+
17:11:46(879): | | | | |
| | | |
| |
17:11:46(894): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:46(896):


17:11:46(898):


17:11:46(913):

+
17:11:46(928): | | | | |
| | | |
| |
17:11:46(940): | | |
| | |
run_state_finished(),
17:11:46(942):


17:11:46(944):


17:11:46(959):

+
17:11:46(976): | | | | |
| | | |
| |
17:11:46(985): | | |
| | | 0,

17:11:46(987):


17:11:46(989):


17:11:47(004):

+
17:11:47(020): | | | | |
| | | |
| |
17:11:47(038): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:11:47(059):"histogram-latency": {"1.23": 1, "0.20": 39, "1.98": 1,
"0.49": 1, "0.46": 2, "0.45": 2, "0.42": 5, "0.43": 4, "0.40": 9, "0.41": 1,
"2.18": 2, "2.17": 1, "2.11": 1, "1.88": 1, "0.52": 1, "1.03": 1
17:11:47(081):, "1.02": 2, "2.23": 1, "3.16": 1, "2.35": 1, "2.36": 1,
"0.28": 14, "0.29": 12, "2.33": 1, "2.32": 1, "0.24": 44, "0.25": 35, "0.26":
42, "0.27": 17, "2.39": 1, "0.21": 42, "0.22": 25, "0.23": 43,
17:11:47(098): "1.70": 1, "1.79": 1, "3.03": 1, "3.00": 1, "3.06": 3,
"3.05": 2, "2.41": 1, "2.42": 1, "0.39": 5, "0.38": 7, "0.37": 5, "0.36": 7,
"0.35": 8, "0.34": 9, "0.33": 7, "0.32":
17:11:47(116): 16928 | pscheduler | 8995 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:55.79201+00 | 2019-05-12 14:08:47.51401+00 | 2019-05-12 14:
17:11:47(123):08:47.514118+00 | 2019-05-12 14:08:47.514122+00 | f |
active | 22285789 | 22285280 |

17:11:47(125):


17:11:47(127):


17:11:47(142):

+
17:11:47(158): | | | | |
| | | |
| |
17:11:47(168): | | |
| | | WITH inserted_row AS (

17:11:47(170):


17:11:47(172):


17:11:47(187):

+
17:11:47(204): | | | | |
| | | |
| |
17:11:47(220): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:47(222):


17:11:47(224):


17:11:47(238):

+
17:11:47(256): | | | | |
| | | |
| |
17:11:47(265): | | |
| | | VALUES (23936,

17:11:47(268):


17:11:47(270):


17:11:47(285):

+
17:11:47(301): | | | | |
| | | |
| |
17:11:47(310): | | |
| | | NULL,

17:11:47(313):


17:11:47(315):


17:11:47(330):

+
17:11:47(347): | | | | |
| | | |
| |
17:11:47(362): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:47(364):


17:11:47(366):


17:11:47(381):

+
17:11:47(397): | | | | |
| | | |
| |
17:11:47(408): | | |
| | |
run_state_finished(),
17:11:47(410):


17:11:47(412):


17:11:47(427):

+
17:11:47(443): | | | | |
| | | |
| |
17:11:47(453): | | |
| | | 0,

17:11:47(455):


17:11:47(457):


17:11:47(472):

+
17:11:47(488): | | | | |
| | | |
| |
17:11:47(504): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:47(526):"histogram-latency": {"-0.06": 5, "-0.04": 8, "-0.05": 7,
"-0.02": 8, "0.27": 12, "-0.01": 9, "0.20": 3, "-0.08": 1, "0.21": 6, "0.04":
12, "0.23": 5, "0.42": 1, "0.43": 3, "0.40": 11, "0.41": 8, "
17:11:47(547):0.08": 24, "0.09": 26, "0.28": 15, "0.29": 12, "0.02": 28,
"0.03": 16, "0.26": 14, "0.01": 14, "0.06": 23, "0.07": 25, "0.22": 1,
"0.05": 19, "-0.03": 11, "0.15": 5, "0.14": 4, "0.17": 4, "0.16": 7
17:11:47(566):, "0.11": 15, "0.10": 16, "0.13": 9, "0.12": 12, "0.19": 3,
"0.18": 4, "0.39": 14, "0.38": 15, "0.37": 20, "0.36": 17, "0.35": 11,
"0.34": 11, "0.33": 15, "0.32": 20, "0.31"
17:11:47(584): 16928 | pscheduler | 9001 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:56.949704+00 | 2019-05-12 14:08:42.029633+00 | 2019-05-12 14:
17:11:47(591):08:42.02974+00 | 2019-05-12 14:08:42.029768+00 | f |
active | 22285754 | 22285280 |

17:11:47(593):


17:11:47(595):


17:11:47(610):

+
17:11:47(627): | | | | |
| | | |
| |
17:11:47(638): | | |
| | | WITH inserted_row AS (

17:11:47(640):


17:11:47(642):


17:11:47(657):

+
17:11:47(673): | | | | |
| | | |
| |
17:11:47(689): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:47(691):


17:11:47(693):


17:11:47(708):

+
17:11:47(724): | | | | |
| | | |
| |
17:11:47(734): | | |
| | | VALUES (23568,

17:11:47(736):


17:11:47(738):


17:11:47(753):

+
17:11:47(770): | | | | |
| | | |
| |
17:11:47(779): | | |
| | | NULL,

17:11:47(781):


17:11:47(784):


17:11:47(798):

+
17:11:47(814): | | | | |
| | | |
| |
17:11:47(828): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:47(831):


17:11:47(833):


17:11:47(848):

+
17:11:47(864): | | | | |
| | | |
| |
17:11:47(875): | | |
| | |
run_state_finished(),
17:11:47(877):


17:11:47(879):


17:11:47(895):

+
17:11:47(911): | | | | |
| | | |
| |
17:11:47(920): | | |
| | | 0,

17:11:47(922):


17:11:47(924):


17:11:47(939):

+
17:11:47(955): | | | | |
| | | |
| |
17:11:47(972): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:47(993):"histogram-latency": {"0.66": 3, "0.60": 11, "0.61": 13,
"0.62": 21, "0.63": 8, "0.64": 10, "0.65": 10, "0.48": 5, "0.67": 4, "0.68":
4, "0.47": 6, "0.44": 9, "0.45": 6, "0.42": 12, "0.43": 5, "0.4
17:11:48(014):0": 39, "0.41": 17, "0.78": 1, "0.28": 23, "0.29": 23, "0.24":
6, "0.25": 12, "0.26": 24, "0.27": 33, "0.23": 2, "0.69": 7, "0.46": 4,
"0.73": 5, "0.72": 6, "0.71": 11, "0.70": 13, "0.76": 1, "0.74
17:11:48(032):": 4, "0.51": 5, "0.50": 4, "0.53": 3, "0.52": 2, "0.55": 3,
"0.54": 3, "0.57": 7, "0.56": 5, "0.59": 9, "0.39": 17, "0.38": 16, "0.37":
22, "0.36": 18, "0.35": 31, "0.34":
17:11:48(051): 16928 | pscheduler | 9005 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:57.156437+00 | 2019-05-12 14:08:40.262679+00 | 2019-05-12 14:
17:11:48(058):08:40.262805+00 | 2019-05-12 14:08:40.262809+00 | f |
active | 22285744 | 22285280 |

17:11:48(060):


17:11:48(062):


17:11:48(077):

+
17:11:48(093): | | | | |
| | | |
| |
17:11:48(103): | | |
| | | WITH inserted_row AS (

17:11:48(105):


17:11:48(107):


17:11:48(122):

+
17:11:48(139): | | | | |
| | | |
| |
17:11:48(154): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:48(156):


17:11:48(158):


17:11:48(172):

+
17:11:48(188): | | | | |
| | | |
| |
17:11:48(197): | | |
| | | VALUES (24389,

17:11:48(200):


17:11:48(202):


17:11:48(218):

+
17:11:48(234): | | | | |
| | | |
| |
17:11:48(243): | | |
| | | NULL,

17:11:48(245):


17:11:48(247):


17:11:48(262):

+
17:11:48(278): | | | | |
| | | |
| |
17:11:48(292): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:48(295):


17:11:48(298):


17:11:48(313):

+
17:11:48(330): | | | | |
| | | |
| |
17:11:48(341): | | |
| | |
run_state_finished(),
17:11:48(343):


17:11:48(345):


17:11:48(360):

+
17:11:48(377): | | | | |
| | | |
| |
17:11:48(386): | | |
| | | 0,

17:11:48(388):


17:11:48(391):


17:11:48(405):

+
17:11:48(421): | | | | |
| | | |
| |
17:11:48(439): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:11:48(459):"histogram-latency": {"0.66": 3, "0.49": 13, "0.60": 13,
"0.61": 5, "0.62": 10, "0.63": 8, "0.64": 7, "0.65": 1, "0.48": 15, "0.67":
2, "0.46": 4, "0.47": 8, "0.44": 6, "0.45": 6, "0.42": 11, "0.43
17:11:48(481):": 4, "0.40": 9, "0.41": 7, "0.28": 22, "0.29": 27, "0.24":
10, "0.25": 6, "0.26": 5, "0.27": 7, "0.20": 1, "0.21": 6, "0.22": 10,
"0.23": 6, "0.69": 1, "0.59": 9, "0.58": 17, "0.51": 17, "0.50": 1
17:11:48(498):2, "0.53": 16, "0.52": 8, "0.55": 13, "0.54": 25, "0.57": 13,
"0.56": 11, "0.73": 1, "0.39": 11, "0.38": 17, "0.37": 15, "0.36": 9, "0.35":
22, "0.34": 24, "0.33": 32, "0.32
17:11:48(516): 16928 | pscheduler | 9009 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:57.481253+00 | 2019-05-12 14:08:52.957936+00 | 2019-05-12 14:
17:11:48(523):08:52.958071+00 | 2019-05-12 14:08:52.958076+00 | f |
active | 22285831 | 22285280 |

17:11:48(525):


17:11:48(527):


17:11:48(541):

+
17:11:48(558): | | | | |
| | | |
| |
17:11:48(568): | | |
| | | WITH inserted_row AS (

17:11:48(570):


17:11:48(573):


17:11:48(587):

+
17:11:48(603): | | | | |
| | | |
| |
17:11:48(619): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:48(621):


17:11:48(623):


17:11:48(638):

+
17:11:48(655): | | | | |
| | | |
| |
17:11:48(664): | | |
| | | VALUES (23633,

17:11:48(666):


17:11:48(669):


17:11:48(683):

+
17:11:48(700): | | | | |
| | | |
| |
17:11:48(709): | | |
| | | NULL,

17:11:48(711):


17:11:48(713):


17:11:48(728):

+
17:11:48(744): | | | | |
| | | |
| |
17:11:48(758): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:48(761):


17:11:48(763):


17:11:48(777):

+
17:11:48(793): | | | | |
| | | |
| |
17:11:48(805): | | |
| | |
run_state_finished(),
17:11:48(807):


17:11:48(809):


17:11:48(824):

+
17:11:48(840): | | | | |
| | | |
| |
17:11:48(849): | | |
| | | 0,

17:11:48(852):


17:11:48(854):


17:11:48(869):

+
17:11:48(885): | | | | |
| | | |
| |
17:11:48(903): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:48(924):"histogram-latency": {"0.60": 1, "0.61": 3, "0.62": 3, "0.63":
3, "0.64": 4, "0.65": 3, "0.48": 37, "0.49": 10, "0.46": 64, "0.47": 52,
"0.44": 45, "0.45": 45, "0.42": 59, "0.43": 51, "0.40": 37, "
17:11:48(946):0.41": 53, "1.15": 1, "0.69": 1, "0.68": 1, "0.84": 1, "8.48":
1, "0.59": 7, "0.58": 2, "0.51": 9, "0.50": 12, "0.53": 5, "0.52": 3, "0.55":
3, "0.54": 7, "0.57": 3, "0.56": 3, "0.39": 24, "0.38":
17:11:48(970):19, "0.37": 12, "0.36": 8, "0.35": 6, "0.32": 1, "0.99": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received
17:11:48(989): 16928 | pscheduler | 9016 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:28:58.785388+00 | 2019-05-12 14:08:58.14881+00 | 2019-05-12 14:
17:11:48(995):08:58.14892+00 | 2019-05-12 14:08:58.148924+00 | f |
active | 22285892 | 22285281 |

17:11:48(997):


17:11:48(999):


17:11:49(014):

+
17:11:49(031): | | | | |
| | | |
| |
17:11:49(041): | | |
| | | WITH inserted_row AS (

17:11:49(044):


17:11:49(046):


17:11:49(061):

+
17:11:49(077): | | | | |
| | | |
| |
17:11:49(094): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:49(096):


17:11:49(098):


17:11:49(113):

+
17:11:49(129): | | | | |
| | | |
| |
17:11:49(139): | | |
| | | VALUES (24391,

17:11:49(142):


17:11:49(144):


17:11:49(158):

+
17:11:49(174): | | | | |
| | | |
| |
17:11:49(183): | | |
| | | NULL,

17:11:49(186):


17:11:49(188):


17:11:49(203):

+
17:11:49(219): | | | | |
| | | |
| |
17:11:49(235): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:49(237):


17:11:49(239):


17:11:49(254):

+
17:11:49(270): | | | | |
| | | |
| |
17:11:49(282): | | |
| | |
run_state_finished(),
17:11:49(284):


17:11:49(287):


17:11:49(302):

+
17:11:49(318): | | | | |
| | | |
| |
17:11:49(327): | | |
| | | 0,

17:11:49(329):


17:11:49(331):


17:11:49(346):

+
17:11:49(362): | | | | |
| | | |
| |
17:11:49(379): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:49(400):"histogram-latency": {"-0.06": 2, "-0.07": 2, "-0.04": 3,
"0.01": 8, "-0.02": 10, "-0.03": 8, "-0.01": 16, "0.20": 2, "-0.08": 1,
"0.21": 3, "-0.05": 8, "0.22": 2, "0.23": 8, "0.42": 1, "0.43": 1,
17:11:49(421):"0.40": 10, "0.41": 4, "0.08": 26, "0.09": 21, "0.28": 17,
"0.29": 19, "0.02": 24, "0.25": 6, "0.26": 10, "0.27": 18, "0.06": 25,
"0.07": 27, "0.04": 18, "0.05": 26, "0.15": 6, "0.14": 4, "0.17": 7
17:11:49(439):, "0.16": 6, "0.11": 15, "0.10": 22, "0.13": 6, "0.12": 8,
"0.19": 8, "0.18": 1, "0.39": 11, "0.38": 17, "0.37": 12, "0.36": 21, "0.35":
11, "0.34": 12, "0.33": 14, "0.32":
17:11:49(458): 16928 | pscheduler | 9036 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:01.624064+00 | 2019-05-12 14:08:54.948538+00 | 2019-05-12 14:
17:11:49(464):08:54.948917+00 | 2019-05-12 14:08:54.948922+00 | f |
active | 22285850 | 22285280 |

17:11:49(467):


17:11:49(470):


17:11:49(485):

+
17:11:49(501): | | | | |
| | | |
| |
17:11:49(511): | | |
| | | WITH inserted_row AS (

17:11:49(513):


17:11:49(516):


17:11:49(531):

+
17:11:49(548): | | | | |
| | | |
| |
17:11:49(563): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:49(565):


17:11:49(568):


17:11:49(583):

+
17:11:49(600): | | | | |
| | | |
| |
17:11:49(610): | | |
| | | VALUES (24043,

17:11:49(612):


17:11:49(614):


17:11:49(629):

+
17:11:49(646): | | | | |
| | | |
| |
17:11:49(656): | | |
| | | NULL,

17:11:49(658):


17:11:49(661):


17:11:49(676):

+
17:11:49(692): | | | | |
| | | |
| |
17:11:49(708): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:49(710):


17:11:49(713):


17:11:49(727):

+
17:11:49(744): | | | | |
| | | |
| |
17:11:49(755): | | |
| | |
run_state_finished(),
17:11:49(757):


17:11:49(759):


17:11:49(774):

+
17:11:49(790): | | | | |
| | | |
| |
17:11:49(800): | | |
| | | 0,

17:11:49(803):


17:11:49(805):


17:11:49(820):

+
17:11:49(836): | | | | |
| | | |
| |
17:11:49(854): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:49(876):"histogram-latency": {"0.92": 5, "0.96": 22, "0.93": 9,
"1.16": 12, "1.17": 13, "1.14": 7, "1.15": 4, "1.12": 3, "1.13": 7, "1.10":
2, "1.11": 8, "1.18": 19, "1.19": 11, "0.86": 1, "0.87": 6, "1.30
17:11:49(898):": 8, "1.31": 6, "1.32": 5, "1.33": 2, "1.34": 1, "1.27": 24,
"1.36": 1, "1.23": 7, "0.89": 3, "0.94": 10, "0.88": 1, "0.97": 32, "1.01":
29, "1.00": 46, "1.03": 20, "1.02": 25, "1.05": 18, "1.04":
17:11:49(917): 15, "1.07": 9, "1.06": 13, "1.09": 4, "1.08": 8, "0.90": 5,
"1.29": 3, "1.28": 16, "0.99": 35, "0.98": 17, "0.95": 13, "1.22": 19,
"1.21": 15, "1.20": 18, "0.91": 11, "1.26
17:11:49(936): 16928 | pscheduler | 9038 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:01.694814+00 | 2019-05-12 14:08:54.760396+00 | 2019-05-12 14:
17:11:49(943):08:54.760505+00 | 2019-05-12 14:08:54.760509+00 | f |
active | 22285848 | 22285280 |

17:11:49(945):


17:11:49(947):


17:11:49(962):

+
17:11:49(978): | | | | |
| | | |
| |
17:11:49(989): | | |
| | | WITH inserted_row AS (

17:11:49(991):


17:11:49(993):


17:11:50(009):

+
17:11:50(025): | | | | |
| | | |
| |
17:11:50(042): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:50(045):


17:11:50(047):


17:11:50(062):

+
17:11:50(078): | | | | |
| | | |
| |
17:11:50(088): | | |
| | | VALUES (23853,

17:11:50(090):


17:11:50(092):


17:11:50(107):

+
17:11:50(123): | | | | |
| | | |
| |
17:11:50(132): | | |
| | | NULL,

17:11:50(134):


17:11:50(137):


17:11:50(152):

+
17:11:50(169): | | | | |
| | | |
| |
17:11:50(183): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:50(186):


17:11:50(188):


17:11:50(203):

+
17:11:50(219): | | | | |
| | | |
| |
17:11:50(230): | | |
| | |
run_state_finished(),
17:11:50(232):


17:11:50(234):


17:11:50(250):

+
17:11:50(266): | | | | |
| | | |
| |
17:11:50(275): | | |
| | | 0,

17:11:50(277):


17:11:50(279):


17:11:50(295):

+
17:11:50(311): | | | | |
| | | |
| |
17:11:50(328): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:50(350):histogram-latency": {"-0.04": 9, "-0.05": 3, "-0.02": 29,
"-0.03": 7, "-0.01": 57, "0.20": 8, "0.21": 7, "0.22": 5, "0.48": 1, "0.23":
4, "0.08": 15, "0.09": 15, "0.28": 2, "0.02": 26, "0.03": 43,
17:11:50(372):"0.00": 51, "0.01": 51, "0.06": 52, "0.07": 25, "0.04": 53,
"0.05": 48, "0.15": 8, "0.14": 2, "0.17": 5, "0.16": 7, "98.24": 1, "0.10":
12, "0.13": 6, "0.12": 16, "0.19": 10, "0.18": 7, "0.24": 4,
17:11:50(387):"0.25": 2, "0.11": 7, "0.97": 1, "0.26": 1}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema"
17:11:50(406): 16928 | pscheduler | 9044 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:01.783214+00 | 2019-05-12 14:08:52.293447+00 | 2019-05-12 14:
17:11:50(413):08:52.293776+00 | 2019-05-12 14:08:52.293781+00 | f |
active | 22285823 | 22285280 |

17:11:50(416):


17:11:50(418):


17:11:50(433):

+
17:11:50(449): | | | | |
| | | |
| |
17:11:50(459): | | |
| | | WITH inserted_row AS (

17:11:50(462):


17:11:50(464):


17:11:50(478):

+
17:11:50(495): | | | | |
| | | |
| |
17:11:50(510): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:50(513):


17:11:50(515):


17:11:50(529):

+
17:11:50(547): | | | | |
| | | |
| |
17:11:50(557): | | |
| | | VALUES (23842,

17:11:50(559):


17:11:50(561):


17:11:50(576):

+
17:11:50(594): | | | | |
| | | |
| |
17:11:50(604): | | |
| | | NULL,

17:11:50(606):


17:11:50(608):


17:11:50(623):

+
17:11:50(649): | | | | |
| | | |
| |
17:11:50(664): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:50(666):


17:11:50(669):


17:11:50(690):

+
17:11:50(713): | | | | |
| | | |
| |
17:11:50(725): | | |
| | |
run_state_finished(),
17:11:50(727):


17:11:50(729):


17:11:50(744):

+
17:11:50(760): | | | | |
| | | |
| |
17:11:50(770): | | |
| | | 0,

17:11:50(772):


17:11:50(774):


17:11:50(789):

+
17:11:50(805): | | | | |
| | | |
| |
17:11:50(822): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:11:50(843):histogram-latency": {"0.60": 1, "0.61": 8, "0.62": 13, "0.63":
33, "0.64": 36, "0.65": 31, "0.66": 27, "0.67": 35, "0.68": 33, "0.69": 15,
"0.82": 16, "0.83": 11, "0.80": 5, "0.81": 10, "0.86": 28,
17:11:50(864): "0.87": 28, "0.84": 14, "0.85": 19, "0.88": 25, "0.89": 17,
"0.59": 1, "0.72": 16, "0.71": 14, "0.70": 17, "0.77": 4, "0.76": 11, "0.75":
5, "0.74": 10, "0.79": 6, "0.78": 7, "0.54": 2, "0.57": 6,
17:11:50(881): "0.56": 2, "0.73": 7, "1.03": 1, "0.58": 7, "0.98": 3,
"0.95": 4, "0.94": 11, "0.97": 4, "0.96": 5, "0.91": 10, "0.90": 10, "0.93":
15, "0.92": 17}, "histogram-ttl": {"253"
17:11:50(899): 16928 | pscheduler | 9051 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:01.940095+00 | 2019-05-12 14:08:59.859084+00 | 2019-05-12 14:
17:11:50(906):08:59.859192+00 | 2019-05-12 14:08:59.859196+00 | f |
active | 22285913 | 22285281 |

17:11:50(908):


17:11:50(910):


17:11:50(926):

+
17:11:50(942): | | | | |
| | | |
| |
17:11:50(952): | | |
| | | WITH inserted_row AS (

17:11:50(954):


17:11:50(957):


17:11:50(971):

+
17:11:50(987): | | | | |
| | | |
| |
17:11:51(003): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:51(005):


17:11:51(007):


17:11:51(022):

+
17:11:51(039): | | | | |
| | | |
| |
17:11:51(048): | | |
| | | VALUES (24438,

17:11:51(051):


17:11:51(054):


17:11:51(069):

+
17:11:51(085): | | | | |
| | | |
| |
17:11:51(094): | | |
| | | NULL,

17:11:51(097):


17:11:51(099):


17:11:51(114):

+
17:11:51(130): | | | | |
| | | |
| |
17:11:51(146): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:51(148):


17:11:51(151):


17:11:51(165):

+
17:11:51(182): | | | | |
| | | |
| |
17:11:51(194): | | |
| | |
run_state_finished(),
17:11:51(196):


17:11:51(199):


17:11:51(213):

+
17:11:51(230): | | | | |
| | | |
| |
17:11:51(239): | | |
| | | 0,

17:11:51(242):


17:11:51(244):


17:11:51(259):

+
17:11:51(275): | | | | |
| | | |
| |
17:11:51(293): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:51(321):"histogram-latency": {"0.63": 1, "0.49": 1, "0.43": 1, "0.40":
1, "0.41": 2, "0.28": 5, "0.29": 7, "0.24": 35, "0.25": 31, "0.26": 21,
"0.27": 15, "0.20": 50, "0.21": 67, "0.22": 70, "0.23": 64, "0
17:11:51(342):.15": 15, "0.14": 3, "0.17": 50, "0.16": 36, "0.13": 2,
"0.12": 1, "0.19": 39, "0.18": 42, "0.57": 1, "0.39": 5, "0.38": 5, "0.37":
5, "0.36": 4, "0.35": 4, "0.34": 3, "0.33": 5, "0.32": 4, "0.31":
17:11:51(358): 2, "0.30": 3}, "histogram-ttl": {"253": 600}, "packets-sent":
600, "packets-reordered": 0, "packets-lost": 0, "packets-received": 600,
"schema": 1}') +
17:11:51(374): | | | | |
| | | |
| |
17:11:51(383): | | |
| | | RE
17:11:51(402): 16928 | pscheduler | 9052 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:01.955724+00 | 2019-05-12 14:08:53.611382+00 | 2019-05-12 14:
17:11:51(409):08:53.611531+00 | 2019-05-12 14:08:53.611537+00 | f |
active | 22285837 | 22285280 |

17:11:51(411):


17:11:51(413):


17:11:51(428):

+
17:11:51(445): | | | | |
| | | |
| |
17:11:51(455): | | |
| | | WITH inserted_row AS (

17:11:51(457):


17:11:51(460):


17:11:51(475):

+
17:11:51(491): | | | | |
| | | |
| |
17:11:51(507): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:51(509):


17:11:51(512):


17:11:51(526):

+
17:11:51(543): | | | | |
| | | |
| |
17:11:51(553): | | |
| | | VALUES (24330,

17:11:51(555):


17:11:51(557):


17:11:51(572):

+
17:11:51(588): | | | | |
| | | |
| |
17:11:51(598): | | |
| | | NULL,

17:11:51(601):


17:11:51(604):


17:11:51(618):

+
17:11:51(634): | | | | |
| | | |
| |
17:11:51(649): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:51(651):


17:11:51(653):


17:11:51(668):

+
17:11:51(684): | | | | |
| | | |
| |
17:11:51(695): | | |
| | |
run_state_finished(),
17:11:51(698):


17:11:51(700):


17:11:51(715):

+
17:11:51(732): | | | | |
| | | |
| |
17:11:51(741): | | |
| | | 0,

17:11:51(744):


17:11:51(746):


17:11:51(762):

+
17:11:51(786): | | | | |
| | | |
| |
17:11:51(805): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:51(826):"histogram-latency": {"0.66": 3, "0.74": 1, "0.69": 3, "0.67":
2, "0.60": 4, "0.61": 5, "0.62": 4, "0.63": 3, "0.64": 1, "0.65": 2, "0.48":
12, "0.49": 14, "0.46": 13, "0.47": 10, "0.44": 11, "0.45
17:11:51(848):": 10, "0.42": 10, "0.43": 16, "0.40": 21, "0.41": 11, "0.28":
25, "0.29": 22, "0.24": 13, "0.25": 21, "0.26": 12, "0.27": 24, "0.20": 8,
"0.21": 11, "0.22": 5, "0.23": 8, "0.14": 1, "0.18": 4, "0.
17:11:51(865):59": 3, "0.58": 13, "0.17": 6, "0.16": 1, "0.13": 4, "0.12":
1, "0.51": 15, "0.50": 14, "0.53": 13, "0.52": 11, "0.55": 5, "0.54": 8,
"0.57": 5, "0.56": 12, "0.15": 1, "0.39
17:11:51(884): 16928 | pscheduler | 9054 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:01.958997+00 | 2019-05-12 14:08:50.359109+00 | 2019-05-12 14:
17:11:51(891):08:50.359223+00 | 2019-05-12 14:08:50.359227+00 | f |
active | 22285805 | 22285280 |

17:11:51(893):


17:11:51(897):


17:11:51(912):

+
17:11:51(929): | | | | |
| | | |
| |
17:11:51(939): | | |
| | | WITH inserted_row AS (

17:11:51(942):


17:11:51(944):


17:11:51(959):

+
17:11:51(976): | | | | |
| | | |
| |
17:11:51(992): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:51(994):


17:11:51(997):


17:11:52(012):

+
17:11:52(028): | | | | |
| | | |
| |
17:11:52(038): | | |
| | | VALUES (23672,

17:11:52(041):


17:11:52(043):


17:11:52(058):

+
17:11:52(074): | | | | |
| | | |
| |
17:11:52(084): | | |
| | | NULL,

17:11:52(086):


17:11:52(088):


17:11:52(103):

+
17:11:52(119): | | | | |
| | | |
| |
17:11:52(133): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:52(136):


17:11:52(138):


17:11:52(153):

+
17:11:52(169): | | | | |
| | | |
| |
17:11:52(180): | | |
| | |
run_state_finished(),
17:11:52(182):


17:11:52(185):


17:11:52(199):

+
17:11:52(216): | | | | |
| | | |
| |
17:11:52(225): | | |
| | | 0,

17:11:52(227):


17:11:52(229):


17:11:52(244):

+
17:11:52(261): | | | | |
| | | |
| |
17:11:52(279): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:52(300):"histogram-latency": {"-0.06": 31, "-0.07": 30, "-0.04": 29,
"-0.05": 28, "-0.02": 25, "-0.03": 24, "-0.01": 23, "0.20": 14, "-0.08": 19,
"0.07": 11, "0.04": 14, "0.23": 6, "0.08": 9, "0.09": 6, "0
17:11:52(321):.28": 3, "0.29": 7, "0.24": 9, "0.25": 8, "0.26": 10, "0.01":
26, "0.06": 11, "0.21": 15, "0.22": 11, "0.05": 9, "-0.15": 2, "-0.14": 2,
"-0.16": 3, "-0.11": 10, "-0.10": 10, "-0.13": 5, "-0.12": 4
17:11:52(338):, "-0.19": 1, "0.15": 12, "0.14": 13, "0.17": 13, "0.16": 8,
"0.11": 5, "0.10": 3, "0.13": 9, "0.12": 10, "-0.09": 20, "0.19": 17, "0.18":
14, "0.34": 3, "0.33": 1, "0.32":
17:11:52(357): 16928 | pscheduler | 9055 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:01.961582+00 | 2019-05-12 14:08:57.489982+00 | 2019-05-12 14:
17:11:52(363):08:57.490182+00 | 2019-05-12 14:08:57.490188+00 | f |
active | 22285883 | 22285281 |

17:11:52(365):


17:11:52(367):


17:11:52(382):

+
17:11:52(399): | | | | |
| | | |
| |
17:11:52(409): | | |
| | | WITH inserted_row AS (

17:11:52(411):


17:11:52(413):


17:11:52(428):

+
17:11:52(444): | | | | |
| | | |
| |
17:11:52(459): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:52(461):


17:11:52(464):


17:11:52(479):

+
17:11:52(506): | | | | |
| | | |
| |
17:11:52(515): | | |
| | | VALUES (24048,

17:11:52(517):


17:11:52(520):


17:11:52(542):

+
17:11:52(560): | | | | |
| | | |
| |
17:11:52(569): | | |
| | | NULL,

17:11:52(572):


17:11:52(574):


17:11:52(589):

+
17:11:52(606): | | | | |
| | | |
| |
17:11:52(621): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:52(623):


17:11:52(625):


17:11:52(640):

+
17:11:52(656): | | | | |
| | | |
| |
17:11:52(667): | | |
| | |
run_state_finished(),
17:11:52(670):


17:11:52(672):


17:11:52(687):

+
17:11:52(704): | | | | |
| | | |
| |
17:11:52(714): | | |
| | | 0,

17:11:52(716):


17:11:52(718):


17:11:52(733):

+
17:11:52(750): | | | | |
| | | |
| |
17:11:52(767): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:52(789):"histogram-latency": {"0.48": 12, "0.49": 11, "0.46": 29,
"0.47": 16, "0.44": 18, "0.45": 31, "0.42": 23, "0.43": 19, "0.40": 17,
"0.41": 18, "1.16": 1, "1.17": 3, "1.14": 1, "1.15": 1, "1.13": 1,
17:11:52(810):"1.18": 2, "1.19": 1, "0.59": 1, "0.58": 1, "0.51": 4, "0.50":
6, "0.53": 3, "0.52": 4, "0.55": 2, "0.54": 1, "0.57": 3, "0.56": 4, "1.03":
1, "0.28": 7, "0.29": 10, "0.24": 4, "0.25": 11, "0.26":
17:11:52(827):17, "0.27": 13, "0.21": 1, "0.22": 2, "0.23": 3, "0.39": 10,
"0.38": 8, "0.37": 2, "0.36": 5, "0.35": 4, "0.34": 9, "0.33": 8, "0.32": 15,
"0.31": 17, "0.30": 21, "1.64": 1,
17:11:52(846): 16928 | pscheduler | 9056 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:01.967299+00 | 2019-05-12 14:08:56.999026+00 | 2019-05-12 14:
17:11:52(852):08:56.999174+00 | 2019-05-12 14:08:56.99918+00 | f |
active | 22285876 | 22285281 |

17:11:52(855):


17:11:52(857):


17:11:52(872):

+
17:11:52(888): | | | | |
| | | |
| |
17:11:52(898): | | |
| | | WITH inserted_row AS (

17:11:52(900):


17:11:52(902):


17:11:52(917):

+
17:11:52(935): | | | | |
| | | |
| |
17:11:52(954): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:52(957):


17:11:52(959):


17:11:52(974):

+
17:11:52(990): | | | | |
| | | |
| |
17:11:53(000): | | |
| | | VALUES (24037,

17:11:53(002):


17:11:53(004):


17:11:53(019):

+
17:11:53(036): | | | | |
| | | |
| |
17:11:53(046): | | |
| | | NULL,

17:11:53(049):


17:11:53(051):


17:11:53(066):

+
17:11:53(083): | | | | |
| | | |
| |
17:11:53(098): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:53(101):


17:11:53(103):


17:11:53(119):

+
17:11:53(135): | | | | |
| | | |
| |
17:11:53(147): | | |
| | |
run_state_finished(),
17:11:53(149):


17:11:53(151):


17:11:53(167):

+
17:11:53(183): | | | | |
| | | |
| |
17:11:53(192): | | |
| | | 0,

17:11:53(195):


17:11:53(197):


17:11:53(212):

+
17:11:53(229): | | | | |
| | | |
| |
17:11:53(247): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:53(268):"histogram-latency": {"-0.06": 40, "-0.07": 27, "-0.04": 31,
"-0.05": 23, "-0.02": 41, "-0.03": 34, "-0.01": 30, "0.06": 5, "-0.08": 22,
"0.07": 3, "0.01": 7, "0.22": 22, "0.05": 8, "0.08": 4, "0.0
17:11:53(292):9": 6, "0.28": 8, "0.29": 2, "0.02": 9, "0.03": 16, "0.26": 8,
"0.27": 11, "0.20": 19, "0.21": 23, "0.04": 9, "0.23": 15, "-0.15": 3,
"-0.14": 4, "-0.11": 10, "-0.10": 6, "-0.13": 11, "-0.12": 7, "
17:11:53(310):0.15": 10, "0.14": 7, "0.17": 15, "0.16": 7, "0.11": 4,
"0.10": 2, "0.13": 5, "0.12": 3, "-0.09": 11, "0.19": 14, "0.18": 20, "0.33":
1, "0.31": 1, "0.30": 5, "0.24": 9, "0.
17:11:53(329): 16928 | pscheduler | 9059 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:02.150782+00 | 2019-05-12 14:08:58.201128+00 | 2019-05-12 14:
17:11:53(335):08:58.20124+00 | 2019-05-12 14:08:58.201245+00 | f |
active | 22285893 | 22285281 |

17:11:53(338):


17:11:53(341):


17:11:53(356):

+
17:11:53(372): | | | | |
| | | |
| |
17:11:53(382): | | |
| | | WITH inserted_row AS (

17:11:53(384):


17:11:53(387):


17:11:53(401):

+
17:11:53(418): | | | | |
| | | |
| |
17:11:53(434): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:53(436):


17:11:53(439):


17:11:53(454):

+
17:11:53(472): | | | | |
| | | |
| |
17:11:53(482): | | |
| | | VALUES (23534,

17:11:53(484):


17:11:53(486):


17:11:53(502):

+
17:11:53(518): | | | | |
| | | |
| |
17:11:53(528): | | |
| | | NULL,

17:11:53(531):


17:11:53(533):


17:11:53(549):

+
17:11:53(566): | | | | |
| | | |
| |
17:11:53(581): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:53(583):


17:11:53(585):


17:11:53(600):

+
17:11:53(618): | | | | |
| | | |
| |
17:11:53(630): | | |
| | |
run_state_finished(),
17:11:53(632):


17:11:53(634):


17:11:53(649):

+
17:11:53(666): | | | | |
| | | |
| |
17:11:53(675): | | |
| | | 0,

17:11:53(678):


17:11:53(680):


17:11:53(695):

+
17:11:53(711): | | | | |
| | | |
| |
17:11:53(728): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:53(749):"histogram-latency": {"0.48": 14, "0.67": 1, "0.60": 3,
"0.61": 1, "0.62": 4, "0.63": 4, "0.64": 1, "0.65": 2, "0.66": 3, "0.49": 16,
"0.46": 41, "0.47": 25, "0.44": 43, "0.45": 30, "0.42": 30, "0.
17:11:53(771):43": 52, "0.40": 45, "0.41": 42, "0.29": 1, "0.69": 1, "1.90":
1, "0.59": 5, "0.72": 2, "0.51": 6, "0.50": 9, "0.53": 3, "0.52": 7, "0.55":
3, "0.54": 7, "0.57": 7, "0.56": 6, "0.39": 64, "0.38": 5
17:11:53(787):0, "0.37": 28, "0.36": 11, "0.35": 9, "0.34": 8, "0.33": 7,
"0.32": 1, "0.31": 2, "0.30": 1, "0.68": 1, "0.58": 3}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "pack
17:11:53(808): 16928 | pscheduler | 9071 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:02.848475+00 | 2019-05-12 14:09:00.278341+00 | 2019-05-12 14:
17:11:53(815):09:00.278467+00 | 2019-05-12 14:09:00.278472+00 | f |
active | 22285921 | 22285295 |

17:11:53(817):


17:11:53(820):


17:11:53(834):

+
17:11:53(850): | | | | |
| | | |
| |
17:11:53(861): | | |
| | | WITH inserted_row AS (

17:11:53(863):


17:11:53(865):


17:11:53(880):

+
17:11:53(897): | | | | |
| | | |
| |
17:11:53(912): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:53(915):


17:11:53(917):


17:11:53(932):

+
17:11:53(948): | | | | |
| | | |
| |
17:11:53(969): | | |
| | | VALUES (24176,

17:11:53(972):


17:11:53(975):


17:11:53(991):

+
17:11:54(008): | | | | |
| | | |
| |
17:11:54(017): | | |
| | | NULL,

17:11:54(021):


17:11:54(023):


17:11:54(039):

+
17:11:54(057): | | | | |
| | | |
| |
17:11:54(071): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:54(075):


17:11:54(077):


17:11:54(093):

+
17:11:54(110): | | | | |
| | | |
| |
17:11:54(121): | | |
| | |
run_state_finished(),
17:11:54(124):


17:11:54(126):


17:11:54(141):

+
17:11:54(157): | | | | |
| | | |
| |
17:11:54(167): | | |
| | | 0,

17:11:54(169):


17:11:54(171):


17:11:54(187):

+
17:11:54(204): | | | | |
| | | |
| |
17:11:54(221): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:54(243):"histogram-latency": {"1.53": 1, "1.46": 8, "1.16": 26,
"1.17": 29, "1.14": 30, "1.15": 33, "1.12": 21, "1.13": 37, "1.10": 11,
"1.11": 10, "1.18": 14, "1.19": 15, "1.38": 19, "1.39": 13, "1.51": 1
17:11:54(264):, "1.57": 1, "1.55": 1, "1.30": 7, "1.31": 16, "1.32": 16,
"1.33": 12, "1.34": 26, "1.35": 29, "1.36": 19, "1.37": 23, "1.45": 4,
"1.02": 3, "1.22": 7, "1.41": 7, "1.47": 1, "1.01": 1, "1.03": 1, "
17:11:54(283):1.20": 6, "1.05": 13, "1.04": 5, "1.07": 11, "1.06": 16,
"1.09": 8, "1.08": 8, "1.26": 7, "1.29": 5, "1.28": 9, "1.43": 8, "1.23": 9,
"1.44": 6, "1.21": 13, "1.24": 9, "1.27
17:11:54(303): 16928 | pscheduler | 9086 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.218273+00 | 2019-05-12 14:08:43.80456+00 | 2019-05-12 14:
17:11:54(311):08:43.804673+00 | 2019-05-12 14:08:43.804677+00 | f |
active | 22285766 | 22285280 |

17:11:54(313):


17:11:54(316):


17:11:54(331):

+
17:11:54(347): | | | | |
| | | |
| |
17:11:54(358): | | |
| | | WITH inserted_row AS (

17:11:54(360):


17:11:54(362):


17:11:54(378):

+
17:11:54(394): | | | | |
| | | |
| |
17:11:54(411): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:54(414):


17:11:54(416):


17:11:54(431):

+
17:11:54(448): | | | | |
| | | |
| |
17:11:54(458): | | |
| | | VALUES (24488,

17:11:54(460):


17:11:54(462):


17:11:54(478):

+
17:11:54(494): | | | | |
| | | |
| |
17:11:54(504): | | |
| | | NULL,

17:11:54(506):


17:11:54(508):


17:11:54(524):

+
17:11:54(541): | | | | |
| | | |
| |
17:11:54(555): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:54(559):


17:11:54(561):


17:11:54(576):

+
17:11:54(593): | | | | |
| | | |
| |
17:11:54(604): | | |
| | |
run_state_finished(),
17:11:54(607):


17:11:54(609):


17:11:54(625):

+
17:11:54(641): | | | | |
| | | |
| |
17:11:54(650): | | |
| | | 0,

17:11:54(652):


17:11:54(655):


17:11:54(670):

+
17:11:54(686): | | | | |
| | | |
| |
17:11:54(703): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:11:54(725):"histogram-latency": {"-0.06": 33, "-0.07": 33, "-0.04": 20,
"0.01": 13, "-0.02": 41, "-0.03": 28, "-0.01": 23, "0.20": 15, "-0.08": 18,
"-0.09": 8, "-0.05": 29, "0.04": 13, "0.05": 9, "0.08": 10,
17:11:54(747):"0.09": 10, "0.28": 7, "0.29": 2, "0.24": 4, "0.25": 6,
"0.00": 23, "0.27": 13, "0.06": 16, "0.21": 10, "0.22": 8, "0.23": 8,
"-0.15": 2, "-0.14": 9, "-0.17": 1, "-0.16": 4, "-0.11": 12, "-0.10": 8
17:11:54(764):, "-0.13": 9, "-0.12": 6, "0.15": 9, "0.14": 13, "0.17": 10,
"0.16": 9, "0.11": 4, "0.10": 6, "0.13": 5, "0.12": 7, "0.19": 17, "0.18":
19, "0.07": 7, "0.32": 3, "0.31": 2,
17:11:54(783): 16928 | pscheduler | 9087 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.222516+00 | 2019-05-12 14:08:58.305073+00 | 2019-05-12 14:
17:11:54(793):08:58.305283+00 | 2019-05-12 14:08:58.305288+00 | f |
active | 22285895 | 22285281 |

17:11:54(796):


17:11:54(798):


17:11:54(813):

+
17:11:54(830): | | | | |
| | | |
| |
17:11:54(840): | | |
| | | WITH inserted_row AS (

17:11:54(842):


17:11:54(845):


17:11:54(859):

+
17:11:54(876): | | | | |
| | | |
| |
17:11:54(892): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:54(895):


17:11:54(897):


17:11:54(912):

+
17:11:54(928): | | | | |
| | | |
| |
17:11:54(937): | | |
| | | VALUES (23626,

17:11:54(940):


17:11:54(942):


17:11:54(957):

+
17:11:54(974): | | | | |
| | | |
| |
17:11:54(984): | | |
| | | NULL,

17:11:54(986):


17:11:54(988):


17:11:55(003):

+
17:11:55(020): | | | | |
| | | |
| |
17:11:55(035): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:55(039):


17:11:55(041):


17:11:55(056):

+
17:11:55(072): | | | | |
| | | |
| |
17:11:55(084): | | |
| | |
run_state_finished(),
17:11:55(086):


17:11:55(089):


17:11:55(108):

+
17:11:55(125): | | | | |
| | | |
| |
17:11:55(136): | | |
| | | 0,

17:11:55(138):


17:11:55(141):


17:11:55(156):

+
17:11:55(172): | | | | |
| | | |
| |
17:11:55(191): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:11:55(216):"histogram-latency": {"1.71": 1, "1.16": 43, "1.17": 38,
"1.14": 39, "1.15": 39, "1.12": 28, "1.13": 30, "1.10": 17, "1.11": 14,
"1.18": 17, "1.19": 14, "1.38": 17, "1.39": 15, "1.42": 8, "1.57": 1
17:11:55(238):, "1.30": 9, "1.31": 10, "1.32": 13, "1.33": 13, "1.34": 17,
"1.35": 25, "1.36": 26, "1.37": 25, "1.27": 3, "1.45": 1, "1.44": 4, "1.47":
2, "1.52": 2, "1.03": 1, "1.46": 2, "1.05": 9, "1.04": 3, "
17:11:55(256):1.07": 9, "1.06": 11, "1.09": 7, "1.08": 2, "1.26": 6, "1.29":
5, "1.28": 1, "1.49": 1, "1.43": 4, "1.23": 11, "1.22": 9, "1.21": 6, "1.20":
13, "1.41": 3, "1.40": 9, "1.25"
17:11:55(275): 16928 | pscheduler | 9088 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.225675+00 | 2019-05-12 14:08:49.383349+00 | 2019-05-12 14:
17:11:55(281):08:49.383515+00 | 2019-05-12 14:08:49.383521+00 | f |
active | 22285800 | 22285280 |

17:11:55(284):


17:11:55(286):


17:11:55(306):

+
17:11:55(322): | | | | |
| | | |
| |
17:11:55(333): | | |
| | | WITH inserted_row AS (

17:11:55(335):


17:11:55(337):


17:11:55(353):

+
17:11:55(372): | | | | |
| | | |
| |
17:11:55(389): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:55(405):


17:11:55(415):


17:11:55(430):

+
17:11:55(446): | | | | |
| | | |
| |
17:11:55(456): | | |
| | | VALUES (23719,

17:11:55(459):


17:11:55(461):


17:11:55(477):

+
17:11:55(493): | | | | |
| | | |
| |
17:11:55(502): | | |
| | | NULL,

17:11:55(504):


17:11:55(507):


17:11:55(521):

+
17:11:55(540): | | | | |
| | | |
| |
17:11:55(554): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:55(557):


17:11:55(560):


17:11:55(576):

+
17:11:55(592): | | | | |
| | | |
| |
17:11:55(603): | | |
| | |
run_state_finished(),
17:11:55(605):


17:11:55(607):


17:11:55(622):

+
17:11:55(639): | | | | |
| | | |
| |
17:11:55(649): | | |
| | | 0,

17:11:55(651):


17:11:55(653):


17:11:55(668):

+
17:11:55(685): | | | | |
| | | |
| |
17:11:55(703): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:55(725):"histogram-latency": {"0.66": 3, "0.74": 1, "0.67": 3, "0.60":
7, "0.61": 4, "0.62": 15, "0.63": 7, "0.64": 10, "0.65": 5, "0.48": 13,
"0.49": 11, "0.46": 9, "0.47": 13, "0.44": 20, "0.45": 17, "0.
17:11:55(747):42": 21, "0.43": 19, "0.40": 23, "0.41": 13, "0.28": 16,
"0.29": 11, "0.24": 8, "0.25": 16, "0.26": 13, "0.27": 13, "0.20": 5, "0.21":
12, "0.22": 12, "0.23": 10, "0.69": 7, "0.73": 1, "0.55": 12,
17:11:55(765):"0.72": 2, "0.15": 2, "0.14": 1, "0.17": 5, "0.16": 2, "0.77":
1, "0.12": 1, "0.51": 6, "0.50": 5, "0.53": 3, "0.52": 7, "0.19": 5, "0.18":
8, "0.57": 7, "0.56": 7, "0.59":
17:11:55(784): 16928 | pscheduler | 9091 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.284864+00 | 2019-05-12 14:08:53.112262+00 | 2019-05-12 14:
17:11:55(792):08:53.112411+00 | 2019-05-12 14:08:53.112416+00 | f |
active | 22285834 | 22285280 |

17:11:55(794):


17:11:55(797):


17:11:55(812):

+
17:11:55(828): | | | | |
| | | |
| |
17:11:55(839): | | |
| | | WITH inserted_row AS (

17:11:55(842):


17:11:55(844):


17:11:55(859):

+
17:11:55(876): | | | | |
| | | |
| |
17:11:55(891): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:55(894):


17:11:55(896):


17:11:55(911):

+
17:11:55(927): | | | | |
| | | |
| |
17:11:55(937): | | |
| | | VALUES (24179,

17:11:55(939):


17:11:55(942):


17:11:55(956):

+
17:11:55(974): | | | | |
| | | |
| |
17:11:55(984): | | |
| | | NULL,

17:11:55(987):


17:11:55(989):


17:11:56(004):

+
17:11:56(021): | | | | |
| | | |
| |
17:11:56(037): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:56(040):


17:11:56(043):


17:11:56(057):

+
17:11:56(077): | | | | |
| | | |
| |
17:11:56(088): | | |
| | |
run_state_finished(),
17:11:56(092):


17:11:56(095):


17:11:56(110):

+
17:11:56(126): | | | | |
| | | |
| |
17:11:56(135): | | |
| | | 0,

17:11:56(138):


17:11:56(140):


17:11:56(155):

+
17:11:56(172): | | | | |
| | | |
| |
17:11:56(197): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:56(218):"histogram-latency": {"-0.06": 3, "-0.07": 1, "-0.04": 7,
"0.01": 16, "-0.02": 6, "-0.03": 6, "-0.01": 6, "0.20": 3, "0.21": 2,
"-0.05": 5, "0.04": 31, "0.23": 10, "0.42": 2, "0.40": 4, "0.41": 2,
17:11:56(240):"0.08": 26, "0.09": 15, "0.28": 19, "0.29": 21, "0.02": 16,
"0.03": 32, "0.26": 17, "0.27": 17, "0.06": 27, "0.07": 29, "0.22": 2,
"0.05": 22, "0.15": 4, "0.14": 5, "0.17": 5, "0.16": 3, "0.11": 10
17:11:56(257):, "0.10": 19, "0.13": 10, "0.12": 2, "0.19": 7, "0.18": 6,
"0.39": 15, "0.38": 11, "0.37": 12, "0.36": 21, "0.35": 15, "0.34": 14,
"0.33": 7, "0.32": 10, "0.31": 24, "0.30":
17:11:56(276): 16928 | pscheduler | 9092 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.305176+00 | 2019-05-12 14:08:55.688465+00 | 2019-05-12 14:
17:11:56(283):08:55.68862+00 | 2019-05-12 14:08:55.688625+00 | f |
active | 22285860 | 22285280 |

17:11:56(285):


17:11:56(287):


17:11:56(302):

+
17:11:56(320): | | | | |
| | | |
| |
17:11:56(330): | | |
| | | WITH inserted_row AS (

17:11:56(332):


17:11:56(334):


17:11:56(349):

+
17:11:56(365): | | | | |
| | | |
| |
17:11:56(381): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:56(383):


17:11:56(385):


17:11:56(400):

+
17:11:56(416): | | | | |
| | | |
| |
17:11:56(427): | | |
| | | VALUES (23685,

17:11:56(429):


17:11:56(431):


17:11:56(447):

+
17:11:56(466): | | | | |
| | | |
| |
17:11:56(482): | | |
| | | NULL,

17:11:56(484):


17:11:56(486):


17:11:56(501):

+
17:11:56(518): | | | | |
| | | |
| |
17:11:56(533): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:56(536):


17:11:56(538):


17:11:56(553):

+
17:11:56(570): | | | | |
| | | |
| |
17:11:56(582): | | |
| | |
run_state_finished(),
17:11:56(584):


17:11:56(587):


17:11:56(602):

+
17:11:56(618): | | | | |
| | | |
| |
17:11:56(628): | | |
| | | 0,

17:11:56(630):


17:11:56(632):


17:11:56(647):

+
17:11:56(663): | | | | |
| | | |
| |
17:11:56(680): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:11:56(702):"histogram-latency": {"2.39": 1, "0.63": 1, "0.45": 2, "0.42":
9, "0.43": 4, "0.40": 10, "0.41": 4, "2.37": 1, "0.28": 18, "0.29": 13,
"0.24": 46, "0.25": 50, "0.26": 37, "0.27": 15, "0.20": 52, "0
17:11:56(724):.21": 40, "0.22": 31, "0.23": 39, "0.82": 1, "1.57": 1,
"1.31": 1, "1.34": 1, "0.15": 6, "0.14": 4, "0.17": 22, "0.16": 12, "0.13":
1, "0.51": 2, "0.53": 1, "0.19": 49, "0.18": 36, "0.57": 1, "0.39
17:11:56(741):": 5, "0.38": 6, "0.37": 5, "0.36": 10, "0.35": 8, "0.34": 8,
"0.33": 9, "0.32": 10, "0.31": 9, "0.30": 14, "2.29": 1, "1.49": 1, "2.09":
1, "1.41": 1, "0.93": 1}, "histogra
17:11:56(760): 16928 | pscheduler | 9094 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.330684+00 | 2019-05-12 14:08:58.804789+00 | 2019-05-12 14:
17:11:56(767):08:58.804934+00 | 2019-05-12 14:08:58.804939+00 | f |
active | 22285903 | 22285281 |

17:11:56(769):


17:11:56(771):


17:11:56(786):

+
17:11:56(802): | | | | |
| | | |
| |
17:11:56(813): | | |
| | | WITH inserted_row AS (

17:11:56(815):


17:11:56(817):


17:11:56(832):

+
17:11:56(848): | | | | |
| | | |
| |
17:11:56(864): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:56(866):


17:11:56(868):


17:11:56(883):

+
17:11:56(900): | | | | |
| | | |
| |
17:11:56(909): | | |
| | | VALUES (23784,

17:11:56(911):


17:11:56(914):


17:11:56(928):

+
17:11:56(947): | | | | |
| | | |
| |
17:11:56(956): | | |
| | | NULL,

17:11:56(959):


17:11:56(962):


17:11:56(977):

+
17:11:56(994): | | | | |
| | | |
| |
17:11:57(009): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:57(012):


17:11:57(014):


17:11:57(029):

+
17:11:57(046): | | | | |
| | | |
| |
17:11:57(057): | | |
| | |
run_state_finished(),
17:11:57(059):


17:11:57(062):


17:11:57(077):

+
17:11:57(093): | | | | |
| | | |
| |
17:11:57(102): | | |
| | | 0,

17:11:57(104):


17:11:57(106):


17:11:57(121):

+
17:11:57(137): | | | | |
| | | |
| |
17:11:57(154): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:57(175):"histogram-latency": {"0.66": 4, "0.67": 1, "0.60": 11,
"0.61": 13, "0.62": 13, "0.63": 18, "0.64": 12, "0.65": 5, "0.48": 8, "0.49":
15, "0.46": 10, "0.47": 5, "0.44": 15, "0.45": 13, "0.42": 34,
17:11:57(196):"0.43": 25, "0.40": 29, "0.41": 28, "0.28": 12, "0.29": 7,
"0.24": 9, "0.25": 8, "0.26": 8, "0.27": 11, "0.20": 4, "0.21": 3, "0.22": 2,
"0.23": 5, "0.69": 11, "0.55": 3, "0.72": 2, "0.59": 13, "0.
17:11:57(214):58": 5, "0.17": 1, "0.70": 9, "0.76": 1, "0.75": 1, "0.74": 1,
"0.51": 6, "0.50": 13, "0.53": 2, "0.52": 5, "0.19": 2, "0.54": 9, "0.57": 4,
"0.56": 3, "0.73": 1, "0.39": 27
17:11:57(232): 16928 | pscheduler | 9100 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.520613+00 | 2019-05-12 14:08:58.751493+00 | 2019-05-12 14:
17:11:57(239):08:58.751737+00 | 2019-05-12 14:08:58.75174+00 | f |
active | 22285902 | 22285281 |

17:11:57(241):


17:11:57(244):


17:11:57(258):

+
17:11:57(274): | | | | |
| | | |
| |
17:11:57(284): | | |
| | | WITH inserted_row AS (

17:11:57(286):


17:11:57(289):


17:11:57(304):

+
17:11:57(321): | | | | |
| | | |
| |
17:11:57(337): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:57(339):


17:11:57(341):


17:11:57(356):

+
17:11:57(372): | | | | |
| | | |
| |
17:11:57(382): | | |
| | | VALUES (24046,

17:11:57(384):


17:11:57(386):


17:11:57(402):

+
17:11:57(418): | | | | |
| | | |
| |
17:11:57(428): | | |
| | | NULL,

17:11:57(430):


17:11:57(432):


17:11:57(447):

+
17:11:57(463): | | | | |
| | | |
| |
17:11:57(478): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:57(480):


17:11:57(483):


17:11:57(498):

+
17:11:57(514): | | | | |
| | | |
| |
17:11:57(525): | | |
| | |
run_state_finished(),
17:11:57(527):


17:11:57(529):


17:11:57(544):

+
17:11:57(560): | | | | |
| | | |
| |
17:11:57(569): | | |
| | | 0,

17:11:57(571):


17:11:57(573):


17:11:57(588):

+
17:11:57(605): | | | | |
| | | |
| |
17:11:57(622): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:11:57(644):"histogram-latency": {"3.53": 1, "0.61": 1, "0.62": 3, "0.63":
2, "0.65": 1, "0.48": 10, "0.49": 7, "0.46": 37, "0.47": 13, "0.44": 59,
"0.45": 44, "0.42": 34, "0.43": 46, "0.40": 53, "0.41": 45, "
17:11:57(667):0.59": 3, "0.58": 7, "0.72": 1, "0.70": 1, "0.51": 6, "0.50":
10, "0.53": 7, "0.52": 11, "0.55": 7, "0.54": 2, "0.57": 6, "0.56": 8,
"0.39": 51, "0.38": 45, "0.37": 19, "0.36": 18, "0.35": 14, "0.3
17:11:57(684):4": 11, "0.33": 8, "0.32": 9}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:11:57(700): | | | | |
| | | |
| |
17:11:57(706): | | |
| | |
17:11:57(725): 16928 | pscheduler | 9101 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.524395+00 | 2019-05-12 14:08:45.675292+00 | 2019-05-12 14:
17:11:57(733):08:45.675443+00 | 2019-05-12 14:08:45.675449+00 | f |
active | 22285774 | 22285280 |

17:11:57(735):


17:11:57(737):


17:11:57(752):

+
17:11:57(768): | | | | |
| | | |
| |
17:11:57(779): | | |
| | | WITH inserted_row AS (

17:11:57(781):


17:11:57(783):


17:11:57(798):

+
17:11:57(815): | | | | |
| | | |
| |
17:11:57(831): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:57(833):


17:11:57(835):


17:11:57(850):

+
17:11:57(866): | | | | |
| | | |
| |
17:11:57(876): | | |
| | | VALUES (23849,

17:11:57(878):


17:11:57(881):


17:11:57(896):

+
17:11:57(912): | | | | |
| | | |
| |
17:11:57(921): | | |
| | | NULL,

17:11:57(923):


17:11:57(925):


17:11:57(940):

+
17:11:57(957): | | | | |
| | | |
| |
17:11:57(971): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:57(974):


17:11:57(976):


17:11:57(991):

+
17:11:58(008): | | | | |
| | | |
| |
17:11:58(020): | | |
| | |
run_state_finished(),
17:11:58(022):


17:11:58(024):


17:11:58(041):

+
17:11:58(058): | | | | |
| | | |
| |
17:11:58(067): | | |
| | | 0,

17:11:58(069):


17:11:58(071):


17:11:58(086):

+
17:11:58(102): | | | | |
| | | |
| |
17:11:58(119): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:58(140):"histogram-latency": {"0.48": 22, "0.49": 7, "0.46": 23,
"0.47": 23, "0.44": 16, "0.45": 16, "0.42": 18, "0.43": 15, "0.40": 10,
"0.41": 15, "1.16": 1, "1.17": 3, "1.14": 1, "1.10": 1, "1.18": 5, "
17:11:58(162):1.19": 3, "0.58": 1, "0.51": 2, "0.50": 5, "0.53": 1, "0.52":
1, "0.55": 3, "0.54": 2, "0.57": 3, "0.56": 2, "0.28": 14, "0.29": 15,
"0.24": 8, "0.25": 9, "0.26": 16, "0.27": 15, "0.22": 1, "0.23":
17:11:58(180): 4, "0.39": 6, "0.38": 7, "0.37": 3, "0.36": 7, "0.35": 5,
"0.34": 8, "0.33": 8, "0.32": 20, "0.31": 15, "0.30": 20, "1.63": 1, "1.62":
1, "1.53": 1, "1.50": 2, "1.51": 2, "
17:11:58(199): 16928 | pscheduler | 9102 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.52753+00 | 2019-05-12 14:08:58.705805+00 | 2019-05-12 14:
17:11:58(205):08:58.705915+00 | 2019-05-12 14:08:58.70592+00 | f |
active | 22285901 | 22285281 |

17:11:58(207):


17:11:58(210):


17:11:58(224):

+
17:11:58(241): | | | | |
| | | |
| |
17:11:58(251): | | |
| | | WITH inserted_row AS (

17:11:58(254):


17:11:58(256):


17:11:58(270):

+
17:11:58(287): | | | | |
| | | |
| |
17:11:58(303): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:58(305):


17:11:58(307):


17:11:58(322):

+
17:11:58(339): | | | | |
| | | |
| |
17:11:58(349): | | |
| | | VALUES (24349,

17:11:58(351):


17:11:58(353):


17:11:58(368):

+
17:11:58(385): | | | | |
| | | |
| |
17:11:58(396): | | |
| | | NULL,

17:11:58(398):


17:11:58(401):


17:11:58(416):

+
17:11:58(431): | | | | |
| | | |
| |
17:11:58(446): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:58(448):


17:11:58(450):


17:11:58(465):

+
17:11:58(482): | | | | |
| | | |
| |
17:11:58(492): | | |
| | |
run_state_finished(),
17:11:58(495):


17:11:58(498):


17:11:58(513):

+
17:11:58(530): | | | | |
| | | |
| |
17:11:58(538): | | |
| | | 0,

17:11:58(540):


17:11:58(542):


17:11:58(557):

+
17:11:58(574): | | | | |
| | | |
| |
17:11:58(591): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:11:58(613):"histogram-latency": {"0.60": 37, "0.61": 45, "0.62": 55,
"0.63": 36, "0.64": 55, "0.65": 69, "0.66": 67, "0.67": 54, "0.68": 32,
"0.69": 15, "0.82": 3, "0.83": 5, "0.80": 1, "0.81": 5, "0.87": 3,
17:11:58(634):"0.84": 5, "0.85": 1, "0.88": 1, "0.89": 1, "0.73": 11,
"0.72": 12, "0.71": 13, "0.70": 8, "0.77": 4, "0.76": 4, "0.75": 2, "0.74":
7, "0.79": 6, "0.78": 10, "0.55": 1, "0.57": 5, "0.56": 3, "0.59"
17:11:58(650):: 16, "0.58": 5, "0.90": 2, "0.92": 1}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}'
17:11:58(669): 16928 | pscheduler | 9103 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.530216+00 | 2019-05-12 14:08:44.982715+00 | 2019-05-12 14:
17:11:58(676):08:44.982847+00 | 2019-05-12 14:08:44.982851+00 | f |
active | 22285770 | 22285280 |

17:11:58(678):


17:11:58(680):


17:11:58(696):

+
17:11:58(712): | | | | |
| | | |
| |
17:11:58(722): | | |
| | | WITH inserted_row AS (

17:11:58(724):


17:11:58(726):


17:11:58(741):

+
17:11:58(758): | | | | |
| | | |
| |
17:11:58(774): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:58(776):


17:11:58(779):


17:11:58(794):

+
17:11:58(811): | | | | |
| | | |
| |
17:11:58(820): | | |
| | | VALUES (24489,

17:11:58(823):


17:11:58(825):


17:11:58(840):

+
17:11:58(857): | | | | |
| | | |
| |
17:11:58(866): | | |
| | | NULL,

17:11:58(868):


17:11:58(870):


17:11:58(885):

+
17:11:58(901): | | | | |
| | | |
| |
17:11:58(917): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:58(919):


17:11:58(921):


17:11:58(936):

+
17:11:58(952): | | | | |
| | | |
| |
17:11:58(964): | | |
| | |
run_state_finished(),
17:11:58(966):


17:11:58(968):


17:11:58(983):

+
17:11:59(000): | | | | |
| | | |
| |
17:11:59(009): | | |
| | | 0,

17:11:59(012):


17:11:59(014):


17:11:59(029):

+
17:11:59(046): | | | | |
| | | |
| |
17:11:59(063): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:11:59(083):"histogram-latency": {"0.66": 11, "0.67": 10, "0.60": 1,
"0.46": 29, "0.62": 6, "0.63": 6, "0.64": 2, "0.65": 15, "0.48": 30, "0.49":
32, "0.68": 17, "0.47": 42, "0.44": 7, "0.45": 27, "0.42": 4, "
17:11:59(105):0.43": 10, "0.40": 1, "0.41": 6, "0.78": 7, "0.69": 27,
"0.80": 2, "0.86": 1, "0.84": 1, "0.61": 5, "0.59": 6, "0.72": 19, "0.71":
16, "0.70": 25, "0.77": 14, "0.76": 13, "0.75": 3, "0.74": 4, "0.5
17:11:59(122):1": 18, "0.50": 33, "0.53": 12, "0.52": 12, "0.55": 12,
"0.54": 10, "0.57": 8, "0.56": 10, "0.79": 1, "0.73": 8, "0.39": 7, "0.38":
4, "0.37": 6, "0.36": 13, "0.35": 12, "0.
17:11:59(143): 16928 | pscheduler | 9104 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.532777+00 | 2019-05-12 14:08:59.985901+00 | 2019-05-12 14:
17:11:59(150):08:59.986064+00 | 2019-05-12 14:08:59.98607+00 | f |
active | 22285916 | 22285281 |

17:11:59(152):


17:11:59(155):


17:11:59(169):

+
17:11:59(186): | | | | |
| | | |
| |
17:11:59(196): | | |
| | | WITH inserted_row AS (

17:11:59(199):


17:11:59(201):


17:11:59(215):

+
17:11:59(231): | | | | |
| | | |
| |
17:11:59(248): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:59(250):


17:11:59(252):


17:11:59(267):

+
17:11:59(284): | | | | |
| | | |
| |
17:11:59(293): | | |
| | | VALUES (24447,

17:11:59(297):


17:11:59(299):


17:11:59(315):

+
17:11:59(331): | | | | |
| | | |
| |
17:11:59(340): | | |
| | | NULL,

17:11:59(343):


17:11:59(345):


17:11:59(360):

+
17:11:59(376): | | | | |
| | | |
| |
17:11:59(391): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:59(393):


17:11:59(396):


17:11:59(411):

+
17:11:59(427): | | | | |
| | | |
| |
17:11:59(438): | | |
| | |
run_state_finished(),
17:11:59(440):


17:11:59(442):


17:11:59(458):

+
17:11:59(474): | | | | |
| | | |
| |
17:11:59(484): | | |
| | | 0,

17:11:59(486):


17:11:59(488):


17:11:59(503):

+
17:11:59(519): | | | | |
| | | |
| |
17:11:59(536): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:11:59(557):"histogram-latency": {"1.23": 3, "0.30": 26, "0.60": 2,
"0.62": 1, "0.22": 5, "0.48": 8, "0.49": 14, "0.46": 19, "0.47": 9, "0.44":
26, "0.45": 15, "0.42": 15, "0.43": 24, "0.40": 7, "0.41": 15, "1
17:11:59(578):.16": 1, "1.52": 1, "1.22": 3, "1.12": 1, "1.25": 3, "0.24":
14, "0.25": 26, "0.26": 24, "0.27": 17, "0.21": 2, "1.18": 6, "1.19": 2,
"1.38": 9, "1.39": 19, "0.28": 21, "1.57": 1, "1.54": 3, "1.55"
17:11:59(596):: 2, "1.30": 5, "1.31": 9, "1.32": 7, "1.33": 5, "1.34": 12,
"1.35": 11, "1.36": 12, "1.37": 5, "1.27": 1, "1.17": 3, "0.23": 6, "0.58":
1, "0.32": 13, "1.24": 2, "0.51": 2,
17:11:59(614): 16928 | pscheduler | 9108 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.619173+00 | 2019-05-12 14:09:01.214654+00 | 2019-05-12 14:
17:11:59(621):09:01.214996+00 | 2019-05-12 14:09:01.215002+00 | f |
active | 22285937 | 22285295 |

17:11:59(623):


17:11:59(625):


17:11:59(640):

+
17:11:59(656): | | | | |
| | | |
| |
17:11:59(666): | | |
| | | WITH inserted_row AS (

17:11:59(668):


17:11:59(670):


17:11:59(687):

+
17:11:59(704): | | | | |
| | | |
| |
17:11:59(719): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:11:59(722):


17:11:59(724):


17:11:59(739):

+
17:11:59(757): | | | | |
| | | |
| |
17:11:59(777): | | |
| | | VALUES (23638,

17:11:59(780):


17:11:59(782):


17:11:59(798):

+
17:11:59(814): | | | | |
| | | |
| |
17:11:59(823): | | |
| | | NULL,

17:11:59(825):


17:11:59(827):


17:11:59(842):

+
17:11:59(860): | | | | |
| | | |
| |
17:11:59(874): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:11:59(876):


17:11:59(879):


17:11:59(894):

+
17:11:59(910): | | | | |
| | | |
| |
17:11:59(922): | | |
| | |
run_state_finished(),
17:11:59(924):


17:11:59(926):


17:11:59(941):

+
17:11:59(957): | | | | |
| | | |
| |
17:11:59(967): | | |
| | | 0,

17:11:59(969):


17:11:59(971):


17:11:59(985):

+
17:12:00(002): | | | | |
| | | |
| |
17:12:00(019): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:12:00(042):"histogram-latency": {"-0.15": 2, "-0.48": 5, "-0.49": 2,
"-0.28": 2, "-0.29": 11, "-0.42": 33, "-0.43": 45, "-0.26": 6, "-0.41": 49,
"-0.46": 31, "-0.47": 5, "-0.44": 49, "-0.45": 46, "-0.30": 6,
17:12:00(064):"-0.10": 1, "0.09": 1, "-0.24": 7, "-0.52": 1, "-0.25": 3,
"-0.40": 65, "-0.33": 11, "-0.32": 10, "-0.31": 9, "-0.27": 5, "-0.37": 20,
"-0.36": 26, "-0.35": 24, "-0.34": 12, "-0.20": 1, "-0.39": 60
17:12:00(080):, "-0.38": 35, "-0.19": 3, "-0.18": 3, "-0.21": 3, "-0.22": 4,
"-0.23": 3, "-0.50": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-
17:12:00(098): 16928 | pscheduler | 9113 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.80396+00 | 2019-05-12 14:09:02.254636+00 | 2019-05-12 14:
17:12:00(104):09:02.254841+00 | 2019-05-12 14:09:02.254847+00 | f |
active | 22285952 | 22285295 |

17:12:00(107):


17:12:00(109):


17:12:00(124):

+
17:12:00(141): | | | | |
| | | |
| |
17:12:00(151): | | |
| | | WITH inserted_row AS (

17:12:00(153):


17:12:00(155):


17:12:00(170):

+
17:12:00(187): | | | | |
| | | |
| |
17:12:00(202): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:00(204):


17:12:00(207):


17:12:00(222):

+
17:12:00(238): | | | | |
| | | |
| |
17:12:00(248): | | |
| | | VALUES (23524,

17:12:00(250):


17:12:00(253):


17:12:00(268):

+
17:12:00(284): | | | | |
| | | |
| |
17:12:00(293): | | |
| | | NULL,

17:12:00(296):


17:12:00(298):


17:12:00(313):

+
17:12:00(329): | | | | |
| | | |
| |
17:12:00(343): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:00(346):


17:12:00(349):


17:12:00(365):

+
17:12:00(381): | | | | |
| | | |
| |
17:12:00(392): | | |
| | |
run_state_finished(),
17:12:00(394):


17:12:00(396):


17:12:00(411):

+
17:12:00(427): | | | | |
| | | |
| |
17:12:00(436): | | |
| | | 0,

17:12:00(438):


17:12:00(441):


17:12:00(456):

+
17:12:00(474): | | | | |
| | | |
| |
17:12:00(491): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:12:00(512):"histogram-latency": {"0.72": 3, "0.69": 12, "0.67": 1,
"0.60": 11, "0.61": 13, "0.62": 10, "0.63": 11, "0.64": 9, "0.65": 4, "0.48":
15, "0.49": 10, "0.46": 10, "0.47": 9, "0.44": 15, "0.45": 10,
17:12:00(533):"0.42": 16, "0.43": 16, "0.40": 23, "0.41": 27, "0.28": 11,
"0.29": 14, "0.24": 16, "0.55": 10, "0.26": 11, "0.27": 8, "0.20": 6, "0.21":
8, "0.22": 9, "0.23": 20, "0.14": 2, "0.73": 1, "0.57": 3,
17:12:00(551):"0.75": 1, "0.59": 14, "0.58": 6, "0.17": 3, "0.16": 3,
"0.76": 1, "0.66": 6, "0.74": 1, "0.51": 9, "0.50": 9, "0.53": 4, "0.52": 4,
"0.19": 10, "0.18": 2, "0.54": 4, "0.56"
17:12:00(570): 16928 | pscheduler | 9115 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.814552+00 | 2019-05-12 14:08:42.348659+00 | 2019-05-12 14:
17:12:00(577):08:42.348788+00 | 2019-05-12 14:08:42.348792+00 | f |
active | 22285756 | 22285280 |

17:12:00(579):


17:12:00(582):


17:12:00(597):

+
17:12:00(614): | | | | |
| | | |
| |
17:12:00(623): | | |
| | | WITH inserted_row AS (

17:12:00(626):


17:12:00(628):


17:12:00(642):

+
17:12:00(659): | | | | |
| | | |
| |
17:12:00(675): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:00(677):


17:12:00(679):


17:12:00(696):

+
17:12:00(713): | | | | |
| | | |
| |
17:12:00(722): | | |
| | | VALUES (23499,

17:12:00(724):


17:12:00(727):


17:12:00(741):

+
17:12:00(757): | | | | |
| | | |
| |
17:12:00(767): | | |
| | | NULL,

17:12:00(770):


17:12:00(772):


17:12:00(786):

+
17:12:00(803): | | | | |
| | | |
| |
17:12:00(818): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:00(820):


17:12:00(822):


17:12:00(836):

+
17:12:00(853): | | | | |
| | | |
| |
17:12:00(865): | | |
| | |
run_state_finished(),
17:12:00(867):


17:12:00(869):


17:12:00(884):

+
17:12:00(901): | | | | |
| | | |
| |
17:12:00(910): | | |
| | | 0,

17:12:00(914):


17:12:00(916):


17:12:00(931):

+
17:12:00(947): | | | | |
| | | |
| |
17:12:00(964): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:00(985):"histogram-latency": {"0.66": 2, "0.67": 1, "0.61": 2, "0.62":
2, "0.63": 1, "0.64": 2, "0.65": 3, "0.48": 15, "0.49": 10, "0.46": 29,
"0.47": 13, "0.44": 59, "0.45": 55, "0.42": 50, "0.43": 68, "0
17:12:01(006):.40": 45, "0.41": 45, "0.69": 1, "0.59": 3, "0.58": 4, "0.77":
1, "0.51": 6, "0.50": 14, "0.53": 1, "0.52": 5, "0.55": 7, "0.54": 3, "0.57":
3, "0.56": 6, "0.39": 47, "0.38": 60, "0.37": 15, "0.36"
17:12:01(021):: 8, "0.35": 7, "0.34": 5, "0.33": 1, "5.88": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "sc
17:12:01(041): 16928 | pscheduler | 9116 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.820809+00 | 2019-05-12 14:08:52.434765+00 | 2019-05-12 14:
17:12:01(048):08:52.434936+00 | 2019-05-12 14:08:52.434942+00 | f |
active | 22285825 | 22285280 |

17:12:01(050):


17:12:01(052):


17:12:01(067):

+
17:12:01(083): | | | | |
| | | |
| |
17:12:01(094): | | |
| | | WITH inserted_row AS (

17:12:01(096):


17:12:01(098):


17:12:01(114):

+
17:12:01(130): | | | | |
| | | |
| |
17:12:01(146): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:01(148):


17:12:01(151):


17:12:01(166):

+
17:12:01(182): | | | | |
| | | |
| |
17:12:01(192): | | |
| | | VALUES (24350,

17:12:01(194):


17:12:01(196):


17:12:01(214):

+
17:12:01(231): | | | | |
| | | |
| |
17:12:01(241): | | |
| | | NULL,

17:12:01(243):


17:12:01(245):


17:12:01(260):

+
17:12:01(276): | | | | |
| | | |
| |
17:12:01(291): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:01(293):


17:12:01(296):


17:12:01(310):

+
17:12:01(326): | | | | |
| | | |
| |
17:12:01(338): | | |
| | |
run_state_finished(),
17:12:01(340):


17:12:01(342):


17:12:01(357):

+
17:12:01(374): | | | | |
| | | |
| |
17:12:01(383): | | |
| | | 0,

17:12:01(385):


17:12:01(387):


17:12:01(402):

+
17:12:01(418): | | | | |
| | | |
| |
17:12:01(435): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:12:01(456):"histogram-latency": {"0.66": 3, "0.67": 3, "0.60": 7, "0.61":
8, "0.62": 6, "0.63": 7, "0.64": 8, "0.65": 6, "0.48": 46, "0.49": 37,
"0.46": 15, "0.47": 16, "0.44": 8, "0.45": 10, "0.42": 2, "1.38
17:12:01(478):": 2, "1.53": 3, "0.69": 3, "1.39": 6, "1.50": 7, "1.51": 4,
"1.56": 3, "1.49": 9, "1.52": 2, "1.59": 3, "1.35": 1, "1.36": 3, "1.37": 3,
"1.33": 1, "0.59": 6, "0.72": 3, "0.71": 4, "0.70": 5, "0.7
17:12:01(495):4": 4, "0.51": 25, "0.50": 43, "0.53": 38, "0.52": 37, "0.55":
33, "0.54": 38, "0.57": 15, "0.56": 21, "0.73": 5, "1.62": 1, "0.58": 16,
"1.66": 1, "1.65": 3, "1.64": 2, "0.
17:12:01(513): 16928 | pscheduler | 9117 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:04.824314+00 | 2019-05-12 14:08:52.028585+00 | 2019-05-12 14:
17:12:01(520):08:52.028714+00 | 2019-05-12 14:08:52.02872+00 | f |
active | 22285821 | 22285280 |

17:12:01(522):


17:12:01(524):


17:12:01(539):

+
17:12:01(555): | | | | |
| | | |
| |
17:12:01(566): | | |
| | | WITH inserted_row AS (

17:12:01(568):


17:12:01(570):


17:12:01(585):

+
17:12:01(601): | | | | |
| | | |
| |
17:12:01(616): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:01(618):


17:12:01(620):


17:12:01(635):

+
17:12:01(651): | | | | |
| | | |
| |
17:12:01(661): | | |
| | | VALUES (23689,

17:12:01(664):


17:12:01(667):


17:12:01(681):

+
17:12:01(699): | | | | |
| | | |
| |
17:12:01(708): | | |
| | | NULL,

17:12:01(710):


17:12:01(712):


17:12:01(727):

+
17:12:01(743): | | | | |
| | | |
| |
17:12:01(758): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:01(760):


17:12:01(762):


17:12:01(778):

+
17:12:01(794): | | | | |
| | | |
| |
17:12:01(806): | | |
| | |
run_state_finished(),
17:12:01(808):


17:12:01(810):


17:12:01(825):

+
17:12:01(841): | | | | |
| | | |
| |
17:12:01(851): | | |
| | | 0,

17:12:01(853):


17:12:01(855):


17:12:01(870):

+
17:12:01(887): | | | | |
| | | |
| |
17:12:01(904): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:12:01(925):"histogram-latency": {"6.63": 1, "6.40": 2, "0.66": 6, "0.41":
2, "0.67": 8, "3.58": 1, "3.59": 1, "0.70": 2, "0.60": 6, "0.51": 35, "0.62":
7, "0.63": 6, "0.64": 8, "0.65": 5, "0.48": 39, "0.49":
17:12:01(947):47, "0.68": 6, "0.69": 10, "5.07": 1, "0.45": 10, "0.42": 2,
"0.44": 8, "5.29": 1, "5.28": 1, "6.91": 1, "0.52": 58, "3.85": 1, "0.72": 2,
"2.58": 1, "5.87": 1, "0.43": 7, "0.78": 1, "0.46": 32, "0
17:12:01(965):.56": 12, "2.90": 1, "7.24": 1, "6.11": 1, "6.15": 1, "7.08":
1, "0.59": 12, "0.58": 13, "5.36": 1, "5.37": 1, "5.16": 1, "4.61": 1,
"5.14": 1, "0.74": 2, "4.20": 1, "0.50":
17:12:01(983): 16928 | pscheduler | 9124 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:05.42006+00 | 2019-05-12 14:09:00.053674+00 | 2019-05-12 14:
17:12:01(990):09:00.053862+00 | 2019-05-12 14:09:00.053867+00 | f |
active | 22285917 | 22285281 |

17:12:01(992):


17:12:01(994):


17:12:02(009):

+
17:12:02(026): | | | | |
| | | |
| |
17:12:02(037): | | |
| | | WITH inserted_row AS (

17:12:02(039):


17:12:02(042):


17:12:02(057):

+
17:12:02(073): | | | | |
| | | |
| |
17:12:02(088): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:02(090):


17:12:02(093):


17:12:02(108):

+
17:12:02(124): | | | | |
| | | |
| |
17:12:02(134): | | |
| | | VALUES (23938,

17:12:02(136):


17:12:02(138):


17:12:02(154):

+
17:12:02(170): | | | | |
| | | |
| |
17:12:02(179): | | |
| | | NULL,

17:12:02(182):


17:12:02(184):


17:12:02(199):

+
17:12:02(216): | | | | |
| | | |
| |
17:12:02(231): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:02(233):


17:12:02(235):


17:12:02(250):

+
17:12:02(266): | | | | |
| | | |
| |
17:12:02(277): | | |
| | |
run_state_finished(),
17:12:02(279):


17:12:02(282):


17:12:02(297):

+
17:12:02(314): | | | | |
| | | |
| |
17:12:02(323): | | |
| | | 0,

17:12:02(325):


17:12:02(327):


17:12:02(342):

+
17:12:02(359): | | | | |
| | | |
| |
17:12:02(377): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:02(398):"histogram-latency": {"0.60": 8, "0.61": 4, "0.62": 1, "0.48":
7, "0.49": 12, "0.46": 28, "0.47": 17, "0.44": 49, "0.45": 32, "0.42": 37,
"0.43": 38, "0.40": 55, "0.41": 57, "2.00": 1, "2.77": 1, "
17:12:02(419):0.59": 3, "0.58": 4, "0.51": 11, "0.50": 9, "0.53": 7, "0.52":
11, "0.55": 5, "0.54": 6, "0.57": 8, "0.56": 6, "0.39": 45, "0.38": 45,
"0.37": 19, "0.36": 24, "0.35": 23, "0.34": 13, "0.33": 9, "0.
17:12:02(435):32": 4, "0.91": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:02(452): | | | | |
| | | |
| |
17:12:02(457): | | |
| | |
17:12:02(477): 16928 | pscheduler | 9129 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:05.641258+00 | 2019-05-12 14:08:59.02011+00 | 2019-05-12 14:
17:12:02(484):08:59.020278+00 | 2019-05-12 14:08:59.020284+00 | f |
active | 22285906 | 22285281 |

17:12:02(486):


17:12:02(488):


17:12:02(503):

+
17:12:02(519): | | | | |
| | | |
| |
17:12:02(529): | | |
| | | WITH inserted_row AS (

17:12:02(531):


17:12:02(534):


17:12:02(550):

+
17:12:02(566): | | | | |
| | | |
| |
17:12:02(581): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:02(584):


17:12:02(586):


17:12:02(601):

+
17:12:02(618): | | | | |
| | | |
| |
17:12:02(627): | | |
| | | VALUES (23628,

17:12:02(629):


17:12:02(631):


17:12:02(646):

+
17:12:02(664): | | | | |
| | | |
| |
17:12:02(674): | | |
| | | NULL,

17:12:02(676):


17:12:02(679):


17:12:02(694):

+
17:12:02(711): | | | | |
| | | |
| |
17:12:02(725): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:02(727):


17:12:02(729):


17:12:02(744):

+
17:12:02(761): | | | | |
| | | |
| |
17:12:02(773): | | |
| | |
run_state_finished(),
17:12:02(775):


17:12:02(777):


17:12:02(792):

+
17:12:02(809): | | | | |
| | | |
| |
17:12:02(818): | | |
| | | 0,

17:12:02(820):


17:12:02(822):


17:12:02(838):

+
17:12:02(854): | | | | |
| | | |
| |
17:12:02(871): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:02(892):"histogram-latency": {"1.24": 7, "0.96": 25, "1.16": 18,
"1.17": 5, "1.14": 8, "1.15": 5, "1.12": 7, "1.13": 3, "1.10": 2, "1.11": 4,
"1.18": 14, "1.19": 21, "0.86": 1, "0.87": 3, "1.54": 1, "1.30"
17:12:02(913):: 7, "1.31": 9, "1.32": 3, "0.89": 3, "1.35": 1, "0.93": 6,
"1.37": 1, "1.23": 13, "0.94": 11, "0.88": 3, "1.21": 12, "1.01": 39, "1.00":
35, "1.03": 15, "1.02": 32, "1.05": 16, "1.04": 9, "1.07":
17:12:02(930):9, "1.06": 9, "1.09": 5, "1.27": 21, "0.90": 6, "1.29": 4,
"1.28": 17, "0.99": 22, "0.98": 27, "1.08": 7, "0.95": 18, "1.22": 22,
"0.97": 41, "1.20": 22, "0.91": 7, "1.26":
17:12:02(949): 16928 | pscheduler | 9134 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:05.652535+00 | 2019-05-12 14:09:02.35284+00 | 2019-05-12 14:
17:12:02(955):09:02.352965+00 | 2019-05-12 14:09:02.352969+00 | f |
active | 22285955 | 22285295 |

17:12:02(957):


17:12:02(959):


17:12:02(974):

+
17:12:02(990): | | | | |
| | | |
| |
17:12:03(001): | | |
| | | WITH inserted_row AS (

17:12:03(003):


17:12:03(005):


17:12:03(020):

+
17:12:03(037): | | | | |
| | | |
| |
17:12:03(053): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:03(055):


17:12:03(057):


17:12:03(072):

+
17:12:03(088): | | | | |
| | | |
| |
17:12:03(097): | | |
| | | VALUES (24174,

17:12:03(101):


17:12:03(103):


17:12:03(117):

+
17:12:03(133): | | | | |
| | | |
| |
17:12:03(143): | | |
| | | NULL,

17:12:03(145):


17:12:03(147):


17:12:03(162):

+
17:12:03(178): | | | | |
| | | |
| |
17:12:03(193): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:03(195):


17:12:03(198):


17:12:03(213):

+
17:12:03(229): | | | | |
| | | |
| |
17:12:03(240): | | |
| | |
run_state_finished(),
17:12:03(242):


17:12:03(244):


17:12:03(259):

+
17:12:03(276): | | | | |
| | | |
| |
17:12:03(298): | | |
| | | 0,

17:12:03(300):


17:12:03(303):


17:12:03(318):

+
17:12:03(334): | | | | |
| | | |
| |
17:12:03(351): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:03(372):"histogram-latency": {"20.52": 1, "15.66": 1, "0.47": 1,
"0.44": 1, "0.42": 3, "0.40": 5, "0.41": 3, "0.28": 8, "0.29": 10, "0.24":
35, "0.25": 25, "0.26": 15, "0.27": 15, "0.20": 40, "0.21": 57, "
17:12:03(394):0.22": 67, "0.23": 59, "0.15": 16, "0.14": 13, "0.17": 44,
"0.16": 41, "0.13": 4, "0.12": 1, "0.19": 36, "0.18": 37, "0.39": 4, "0.38":
5, "0.37": 4, "0.36": 12, "0.35": 8, "0.34": 5, "0.33": 3, "0
17:12:03(410):.32": 6, "0.31": 10, "0.30": 5}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:03(426): | | | | |
| | | |
| |
17:12:03(433): | | |
| | |
17:12:03(451): 16928 | pscheduler | 9138 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:06.298698+00 | 2019-05-12 14:08:34.57783+00 | 2019-05-12 14:
17:12:03(457):08:34.577953+00 | 2019-05-12 14:08:34.577958+00 | f |
active | 22285730 | 22285280 |

17:12:03(459):


17:12:03(461):


17:12:03(477):

+
17:12:03(493): | | | | |
| | | |
| |
17:12:03(503): | | |
| | | WITH inserted_row AS (

17:12:03(505):


17:12:03(507):


17:12:03(522):

+
17:12:03(539): | | | | |
| | | |
| |
17:12:03(555): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:03(557):


17:12:03(559):


17:12:03(575):

+
17:12:03(591): | | | | |
| | | |
| |
17:12:03(601): | | |
| | | VALUES (23935,

17:12:03(603):


17:12:03(605):


17:12:03(620):

+
17:12:03(637): | | | | |
| | | |
| |
17:12:03(646): | | |
| | | NULL,

17:12:03(648):


17:12:03(651):


17:12:03(666):

+
17:12:03(682): | | | | |
| | | |
| |
17:12:03(697): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:03(699):


17:12:03(702):


17:12:03(717):

+
17:12:03(734): | | | | |
| | | |
| |
17:12:03(745): | | |
| | |
run_state_finished(),
17:12:03(747):


17:12:03(749):


17:12:03(764):

+
17:12:03(780): | | | | |
| | | |
| |
17:12:03(789): | | |
| | | 0,

17:12:03(791):


17:12:03(794):


17:12:03(810):

+
17:12:03(827): | | | | |
| | | |
| |
17:12:03(843): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:03(864):"histogram-latency": {"0.92": 12, "0.96": 33, "1.16": 9,
"1.17": 16, "1.14": 6, "1.15": 9, "1.12": 4, "1.13": 3, "1.10": 10, "1.11":
11, "1.18": 17, "1.19": 11, "0.87": 2, "1.30": 7, "1.31": 7, "0.
17:12:03(887):88": 1, "0.89": 2, "1.35": 2, "0.93": 7, "1.33": 2, "0.95":
13, "0.94": 7, "1.21": 26, "1.01": 33, "1.00": 41, "1.03": 20, "1.02": 20,
"1.05": 15, "1.04": 16, "1.07": 4, "1.06": 13, "1.09": 4, "1.2
17:12:03(904):7": 17, "0.90": 12, "1.29": 9, "1.28": 12, "0.99": 25, "0.98":
25, "1.08": 7, "1.23": 15, "1.22": 15, "0.97": 28, "1.20": 15, "0.91": 11,
"1.26": 13, "1.25": 9, "1.24": 4},
17:12:03(922): 16928 | pscheduler | 9141 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:06.319608+00 | 2019-05-12 14:08:51.89825+00 | 2019-05-12 14:
17:12:03(929):08:51.898366+00 | 2019-05-12 14:08:51.89837+00 | f |
active | 22285819 | 22285280 |

17:12:03(931):


17:12:03(933):


17:12:03(948):

+
17:12:03(964): | | | | |
| | | |
| |
17:12:03(974): | | |
| | | WITH inserted_row AS (

17:12:03(976):


17:12:03(978):


17:12:03(993):

+
17:12:04(009): | | | | |
| | | |
| |
17:12:04(025): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:04(027):


17:12:04(032):


17:12:04(047):

+
17:12:04(064): | | | | |
| | | |
| |
17:12:04(074): | | |
| | | VALUES (23627,

17:12:04(076):


17:12:04(078):


17:12:04(093):

+
17:12:04(110): | | | | |
| | | |
| |
17:12:04(120): | | |
| | | NULL,

17:12:04(122):


17:12:04(124):


17:12:04(139):

+
17:12:04(155): | | | | |
| | | |
| |
17:12:04(169): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:04(171):


17:12:04(173):


17:12:04(189):

+
17:12:04(206): | | | | |
| | | |
| |
17:12:04(217): | | |
| | |
run_state_finished(),
17:12:04(219):


17:12:04(221):


17:12:04(235):

+
17:12:04(251): | | | | |
| | | |
| |
17:12:04(260): | | |
| | | 0,

17:12:04(263):


17:12:04(265):


17:12:04(280):

+
17:12:04(296): | | | | |
| | | |
| |
17:12:04(313): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:04(334):"histogram-latency": {"0.60": 7, "0.61": 3, "0.62": 2, "0.63":
2, "0.64": 1, "0.48": 17, "0.49": 19, "0.46": 9, "0.47": 9, "0.44": 8,
"0.45": 6, "0.42": 2, "0.43": 4, "0.40": 7, "0.41": 5, "0.28":
17:12:04(354):33, "0.29": 34, "0.24": 5, "0.25": 2, "0.26": 6, "0.27": 16,
"0.20": 5, "0.21": 3, "0.22": 13, "0.23": 12, "0.69": 1, "0.59": 15, "0.58":
9, "0.51": 22, "0.50": 9, "0.53": 14, "0.52": 24, "0.55": 1
17:12:04(371):5, "0.18": 1, "0.57": 6, "0.56": 4, "0.54": 14, "0.39": 15,
"0.38": 13, "0.37": 11, "0.36": 11, "0.35": 9, "0.34": 19, "0.33": 35,
"0.32": 46, "0.31": 38, "0.30": 38, "0.19"
17:12:04(390): 16928 | pscheduler | 9142 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:06.325436+00 | 2019-05-12 14:08:41.334499+00 | 2019-05-12 14:
17:12:04(397):08:41.334606+00 | 2019-05-12 14:08:41.33461+00 | f |
active | 22285750 | 22285280 |

17:12:04(399):


17:12:04(402):


17:12:04(417):

+
17:12:04(433): | | | | |
| | | |
| |
17:12:04(442): | | |
| | | WITH inserted_row AS (

17:12:04(445):


17:12:04(447):


17:12:04(462):

+
17:12:04(478): | | | | |
| | | |
| |
17:12:04(493): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:04(495):


17:12:04(497):


17:12:04(513):

+
17:12:04(529): | | | | |
| | | |
| |
17:12:04(539): | | |
| | | VALUES (24454,

17:12:04(541):


17:12:04(544):


17:12:04(559):

+
17:12:04(575): | | | | |
| | | |
| |
17:12:04(585): | | |
| | | NULL,

17:12:04(587):


17:12:04(589):


17:12:04(605):

+
17:12:04(621): | | | | |
| | | |
| |
17:12:04(636): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:04(638):


17:12:04(641):


17:12:04(656):

+
17:12:04(672): | | | | |
| | | |
| |
17:12:04(683): | | |
| | |
run_state_finished(),
17:12:04(686):


17:12:04(688):


17:12:04(703):

+
17:12:04(719): | | | | |
| | | |
| |
17:12:04(728): | | |
| | | 0,

17:12:04(732):


17:12:04(735):


17:12:04(750):

+
17:12:04(766): | | | | |
| | | |
| |
17:12:04(783): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:04(804):"histogram-latency": {"-0.06": 1, "-0.15": 10, "-0.05": 1,
"-0.28": 24, "-0.29": 39, "-0.14": 9, "-0.24": 18, "-0.25": 7, "-0.26": 23,
"-0.27": 26, "-0.20": 7, "-0.17": 13, "-0.22": 11, "-0.09": 3,
17:12:04(826): "-0.16": 6, "-0.37": 15, "-0.36": 27, "2.34": 1, "2.31": 1,
"0.29": 1, "0.00": 1, "-0.34": 42, "-0.33": 53, "-0.32": 42, "-0.31": 55,
"-0.30": 47, "-0.11": 4, "-0.10": 3, "-0.35": 56, "-0.12": 8,
17:12:04(842):"-0.39": 3, "-0.38": 10, "-0.19": 6, "-0.18": 2, "-0.21": 6,
"-0.07": 2, "-0.13": 3, "-0.08": 2, "-0.23": 12}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-r
17:12:04(860): 16928 | pscheduler | 9143 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:06.329565+00 | 2019-05-12 14:08:41.687869+00 | 2019-05-12 14:
17:12:04(867):08:41.687979+00 | 2019-05-12 14:08:41.687984+00 | f |
active | 22285753 | 22285280 |

17:12:04(870):


17:12:04(872):


17:12:04(886):

+
17:12:04(903): | | | | |
| | | |
| |
17:12:04(913): | | |
| | | WITH inserted_row AS (

17:12:04(915):


17:12:04(918):


17:12:04(932):

+
17:12:04(948): | | | | |
| | | |
| |
17:12:04(964): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:04(966):


17:12:04(969):


17:12:04(983):

+
17:12:04(999): | | | | |
| | | |
| |
17:12:05(009): | | |
| | | VALUES (24386,

17:12:05(012):


17:12:05(014):


17:12:05(029):

+
17:12:05(046): | | | | |
| | | |
| |
17:12:05(055): | | |
| | | NULL,

17:12:05(058):


17:12:05(060):


17:12:05(075):

+
17:12:05(091): | | | | |
| | | |
| |
17:12:05(105): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:05(108):


17:12:05(110):


17:12:05(125):

+
17:12:05(141): | | | | |
| | | |
| |
17:12:05(152): | | |
| | |
run_state_finished(),
17:12:05(154):


17:12:05(157):


17:12:05(172):

+
17:12:05(188): | | | | |
| | | |
| |
17:12:05(197): | | |
| | | 0,

17:12:05(199):


17:12:05(201):


17:12:05(216):

+
17:12:05(232): | | | | |
| | | |
| |
17:12:05(248): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:05(271):"histogram-latency": {"270.88": 1, "0.46": 2, "0.45": 1,
"0.42": 1, "0.40": 4, "0.41": 1, "0.28": 8, "0.29": 8, "0.24": 30, "0.25":
18, "0.26": 13, "0.27": 8, "0.20": 46, "0.21": 57, "0.22": 57, "0
17:12:05(293):.23": 60, "0.38": 4, "0.15": 19, "0.14": 6, "0.17": 69,
"0.16": 38, "0.50": 1, "0.19": 45, "0.18": 39, "0.39": 5, "256.84": 1,
"0.37": 9, "0.36": 5, "0.35": 6, "0.34": 12, "0.33": 3, "0.32": 11, "0
17:12:05(308):.31": 5, "0.30": 7}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:05(325): | | | | |
| | | |
| |
17:12:05(330): | | |
| | |
17:12:05(348): 16928 | pscheduler | 9144 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:06.333083+00 | 2019-05-12 14:08:57.382536+00 | 2019-05-12 14:
17:12:05(355):08:57.382719+00 | 2019-05-12 14:08:57.382724+00 | f |
active | 22285882 | 22285281 |

17:12:05(357):


17:12:05(360):


17:12:05(375):

+
17:12:05(391): | | | | |
| | | |
| |
17:12:05(401): | | |
| | | WITH inserted_row AS (

17:12:05(403):


17:12:05(406):


17:12:05(421):

+
17:12:05(437): | | | | |
| | | |
| |
17:12:05(452): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:05(454):


17:12:05(456):


17:12:05(473):

+
17:12:05(489): | | | | |
| | | |
| |
17:12:05(498): | | |
| | | VALUES (24382,

17:12:05(500):


17:12:05(503):


17:12:05(517):

+
17:12:05(534): | | | | |
| | | |
| |
17:12:05(543): | | |
| | | NULL,

17:12:05(546):


17:12:05(548):


17:12:05(563):

+
17:12:05(578): | | | | |
| | | |
| |
17:12:05(593): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:05(595):


17:12:05(597):


17:12:05(612):

+
17:12:05(629): | | | | |
| | | |
| |
17:12:05(640): | | |
| | |
run_state_finished(),
17:12:05(642):


17:12:05(644):


17:12:05(659):

+
17:12:05(675): | | | | |
| | | |
| |
17:12:05(684): | | |
| | | 0,

17:12:05(687):


17:12:05(689):


17:12:05(704):

+
17:12:05(720): | | | | |
| | | |
| |
17:12:05(737): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:12:05(759):"histogram-latency": {"7.15": 1, "3.71": 1, "10.25": 1,
"3.74": 1, "10.21": 1, "9.69": 1, "10.29": 1, "10.09": 2, "5.04": 1, "5.68":
1, "8.54": 1, "8.18": 1, "1.99": 2, "8.15": 1, "1.97": 1, "9.50"
17:12:05(780):: 1, "9.54": 1, "5.64": 1, "1.14": 1, "1.15": 1, "10.26": 1,
"8.08": 1, "9.64": 1, "1.18": 1, "8.65": 1, "7.65": 1, "8.66": 3, "0.52": 2,
"5.76": 1, "2.11": 1, "2.10": 1, "7.07": 1, "5.57": 1, "7.0
17:12:05(797):4": 1, "5.52": 1, "9.40": 1, "4.00": 1, "5.51": 2, "9.49": 1,
"5.59": 1, "0.59": 7, "0.58": 4, "7.56": 1, "8.05": 1, "1.80": 1, "0.53": 2,
"1.82": 1, "0.55": 3, "0.54": 8, "
17:12:05(815): 16928 | pscheduler | 9145 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:06.3368+00 | 2019-05-12 14:08:42.890611+00 | 2019-05-12 14:
17:12:05(822):08:42.890764+00 | 2019-05-12 14:08:42.890768+00 | f |
active | 22285760 | 22285280 |

17:12:05(824):


17:12:05(827):


17:12:05(841):

+
17:12:05(857): | | | | |
| | | |
| |
17:12:05(867): | | |
| | | WITH inserted_row AS (

17:12:05(869):


17:12:05(871):


17:12:05(887):

+
17:12:05(903): | | | | |
| | | |
| |
17:12:05(918): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:05(920):


17:12:05(922):


17:12:05(937):

+
17:12:05(953): | | | | |
| | | |
| |
17:12:05(962): | | |
| | | VALUES (23494,

17:12:05(964):


17:12:05(967):


17:12:05(982):

+
17:12:05(998): | | | | |
| | | |
| |
17:12:06(007): | | |
| | | NULL,

17:12:06(010):


17:12:06(013):


17:12:06(028):

+
17:12:06(049): | | | | |
| | | |
| |
17:12:06(063): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:06(065):


17:12:06(067):


17:12:06(082):

+
17:12:06(099): | | | | |
| | | |
| |
17:12:06(111): | | |
| | |
run_state_finished(),
17:12:06(113):


17:12:06(115):


17:12:06(130):

+
17:12:06(146): | | | | |
| | | |
| |
17:12:06(156): | | |
| | | 0,

17:12:06(158):


17:12:06(161):


17:12:06(176):

+
17:12:06(192): | | | | |
| | | |
| |
17:12:06(209): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:12:06(231):"histogram-latency": {"0.20": 18, "0.07": 11, "0.05": 1,
"0.42": 1, "0.08": 11, "0.09": 17, "0.28": 3, "0.29": 4, "0.24": 5, "0.25":
7, "0.26": 7, "0.27": 5, "0.06": 5, "0.21": 12, "0.22": 12, "0.2
17:12:06(253):3": 8, "0.15": 46, "0.14": 58, "0.17": 38, "0.16": 65, "0.11":
48, "0.10": 28, "0.13": 54, "0.12": 52, "2.57": 1, "0.19": 29, "0.18": 26,
"0.56": 1, "0.39": 2, "0.37": 3, "0.36": 2, "0.35": 3, "0.3
17:12:06(268):4": 1, "0.33": 2, "0.31": 4, "0.30": 10}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1
17:12:06(286): 16928 | pscheduler | 9149 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:06.96177+00 | 2019-05-12 14:08:48.567092+00 | 2019-05-12 14:
17:12:06(293):08:48.567282+00 | 2019-05-12 14:08:48.567288+00 | f |
active | 22285795 | 22285280 |

17:12:06(295):


17:12:06(297):


17:12:06(313):

+
17:12:06(329): | | | | |
| | | |
| |
17:12:06(339): | | |
| | | WITH inserted_row AS (

17:12:06(341):


17:12:06(343):


17:12:06(358):

+
17:12:06(375): | | | | |
| | | |
| |
17:12:06(390): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:06(392):


17:12:06(394):


17:12:06(409):

+
17:12:06(426): | | | | |
| | | |
| |
17:12:06(436): | | |
| | | VALUES (24347,

17:12:06(438):


17:12:06(440):


17:12:06(455):

+
17:12:06(471): | | | | |
| | | |
| |
17:12:06(481): | | |
| | | NULL,

17:12:06(483):


17:12:06(485):


17:12:06(500):

+
17:12:06(516): | | | | |
| | | |
| |
17:12:06(530): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:06(533):


17:12:06(535):


17:12:06(550):

+
17:12:06(567): | | | | |
| | | |
| |
17:12:06(578): | | |
| | |
run_state_finished(),
17:12:06(580):


17:12:06(584):


17:12:06(598):

+
17:12:06(615): | | | | |
| | | |
| |
17:12:06(625): | | |
| | | 0,

17:12:06(627):


17:12:06(629):


17:12:06(643):

+
17:12:06(659): | | | | |
| | | |
| |
17:12:06(676): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:06(698):"histogram-latency": {"0.66": 1, "0.67": 2, "0.60": 5, "0.61":
3, "0.62": 2, "0.63": 1, "0.64": 2, "0.48": 14, "0.49": 7, "0.46": 33,
"0.47": 9, "0.44": 62, "0.45": 35, "0.42": 47, "0.43": 63, "0.4
17:12:06(720):0": 57, "0.41": 47, "0.69": 1, "0.59": 4, "0.58": 7, "0.51":
3, "0.50": 4, "0.53": 5, "0.52": 5, "0.55": 3, "0.54": 6, "0.57": 6, "0.56":
2, "0.39": 64, "0.38": 47, "0.37": 27, "0.36": 13, "0.35":
17:12:06(736):6, "0.34": 4, "0.33": 2, "1.20": 1}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:06(754): | | | | |
| | | |
| |
17:12:06(760): | | |
| | |
17:12:06(778): 16928 | pscheduler | 9154 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:08.003946+00 | 2019-05-12 14:08:59.947898+00 | 2019-05-12 14:
17:12:06(785):08:59.948058+00 | 2019-05-12 14:08:59.948063+00 | f |
active | 22285915 | 22285281 |

17:12:06(788):


17:12:06(790):


17:12:06(805):

+
17:12:06(821): | | | | |
| | | |
| |
17:12:06(831): | | |
| | | WITH inserted_row AS (

17:12:06(835):


17:12:06(845):


17:12:06(861):

+
17:12:06(877): | | | | |
| | | |
| |
17:12:06(892): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:06(895):


17:12:06(897):


17:12:06(912):

+
17:12:06(928): | | | | |
| | | |
| |
17:12:06(937): | | |
| | | VALUES (24328,

17:12:06(940):


17:12:06(942):


17:12:06(956):

+
17:12:06(972): | | | | |
| | | |
| |
17:12:06(981): | | |
| | | NULL,

17:12:06(984):


17:12:06(986):


17:12:07(001):

+
17:12:07(017): | | | | |
| | | |
| |
17:12:07(033): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:07(035):


17:12:07(037):


17:12:07(053):

+
17:12:07(069): | | | | |
| | | |
| |
17:12:07(080): | | |
| | |
run_state_finished(),
17:12:07(082):


17:12:07(085):


17:12:07(101):

+
17:12:07(116): | | | | |
| | | |
| |
17:12:07(126): | | |
| | | 0,

17:12:07(128):


17:12:07(130):


17:12:07(146):

+
17:12:07(162): | | | | |
| | | |
| |
17:12:07(179): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:07(199):"histogram-latency": {"0.48": 2, "0.49": 2, "0.60": 3, "0.61":
12, "0.62": 13, "0.63": 10, "0.64": 12, "0.65": 12, "0.66": 9, "0.67": 6,
"0.46": 4, "0.47": 9, "0.44": 10, "0.45": 10, "0.42": 7, "0.
17:12:07(220):43": 4, "0.40": 25, "0.41": 16, "0.28": 48, "0.29": 22,
"0.24": 10, "0.25": 15, "0.26": 20, "0.27": 29, "0.23": 3, "0.69": 8, "0.38":
12, "0.59": 9, "0.72": 6, "0.71": 11, "0.70": 12, "0.77": 1, "0
17:12:07(238):.75": 3, "0.51": 1, "0.50": 3, "0.53": 3, "0.52": 1, "0.55":
3, "0.54": 5, "0.57": 6, "0.56": 3, "0.73": 7, "0.39": 28, "0.58": 5, "0.37":
21, "0.36": 18, "0.35": 27, "0.34"
17:12:07(256): 16928 | pscheduler | 9159 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:08.321789+00 | 2019-05-12 14:08:56.077089+00 | 2019-05-12 14:
17:12:07(263):08:56.07733+00 | 2019-05-12 14:08:56.077336+00 | f |
active | 22285865 | 22285281 |

17:12:07(265):


17:12:07(267):


17:12:07(282):

+
17:12:07(299): | | | | |
| | | |
| |
17:12:07(309): | | |
| | | WITH inserted_row AS (

17:12:07(311):


17:12:07(313):


17:12:07(328):

+
17:12:07(344): | | | | |
| | | |
| |
17:12:07(359): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:07(362):


17:12:07(364):


17:12:07(378):

+
17:12:07(394): | | | | |
| | | |
| |
17:12:07(404): | | |
| | | VALUES (24171,

17:12:07(406):


17:12:07(408):


17:12:07(423):

+
17:12:07(440): | | | | |
| | | |
| |
17:12:07(450): | | |
| | | NULL,

17:12:07(452):


17:12:07(454):


17:12:07(470):

+
17:12:07(486): | | | | |
| | | |
| |
17:12:07(500): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:07(503):


17:12:07(505):


17:12:07(520):

+
17:12:07(536): | | | | |
| | | |
| |
17:12:07(547): | | |
| | |
run_state_finished(),
17:12:07(551):


17:12:07(554):


17:12:07(569):

+
17:12:07(586): | | | | |
| | | |
| |
17:12:07(595): | | |
| | | 0,

17:12:07(597):


17:12:07(599):


17:12:07(614):

+
17:12:07(631): | | | | |
| | | |
| |
17:12:07(648): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:12:07(669):"histogram-latency": {"0.60": 2, "0.64": 2, "0.48": 10,
"0.49": 10, "0.46": 10, "0.47": 15, "0.44": 12, "0.45": 9, "0.42": 11,
"0.43": 10, "0.40": 7, "0.41": 3, "0.28": 31, "0.29": 28, "0.24": 18,
17:12:07(691):"0.25": 11, "0.26": 33, "0.27": 21, "0.20": 5, "0.21": 11,
"0.22": 20, "0.23": 23, "0.14": 1, "0.15": 3, "0.58": 4, "0.17": 7, "0.16":
3, "0.13": 1, "0.51": 16, "0.50": 9, "0.53": 9, "0.52": 14, "0
17:12:07(708):.55": 8, "0.18": 16, "0.57": 9, "0.56": 10, "0.54": 8, "0.39":
15, "0.38": 8, "0.37": 13, "0.36": 15, "0.35": 13, "0.34": 20, "0.33": 16,
"0.32": 16, "0.31": 30, "0.30": 16,
17:12:07(726): 16928 | pscheduler | 9161 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:08.376298+00 | 2019-05-12 14:08:47.31907+00 | 2019-05-12 14:
17:12:07(734):08:47.319182+00 | 2019-05-12 14:08:47.319186+00 | f |
active | 22285785 | 22285280 |

17:12:07(736):


17:12:07(738):


17:12:07(753):

+
17:12:07(771): | | | | |
| | | |
| |
17:12:07(780): | | |
| | | WITH inserted_row AS (

17:12:07(783):


17:12:07(785):


17:12:07(800):

+
17:12:07(817): | | | | |
| | | |
| |
17:12:07(832): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:07(834):


17:12:07(836):


17:12:07(851):

+
17:12:07(868): | | | | |
| | | |
| |
17:12:07(877): | | |
| | | VALUES (24336,

17:12:07(880):


17:12:07(882):


17:12:07(897):

+
17:12:07(913): | | | | |
| | | |
| |
17:12:07(922): | | |
| | | NULL,

17:12:07(924):


17:12:07(927):


17:12:07(941):

+
17:12:07(958): | | | | |
| | | |
| |
17:12:07(972): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:07(975):


17:12:07(978):


17:12:07(993):

+
17:12:08(009): | | | | |
| | | |
| |
17:12:08(021): | | |
| | |
run_state_finished(),
17:12:08(023):


17:12:08(025):


17:12:08(042):

+
17:12:08(058): | | | | |
| | | |
| |
17:12:08(067): | | |
| | | 0,

17:12:08(069):


17:12:08(071):


17:12:08(086):

+
17:12:08(103): | | | | |
| | | |
| |
17:12:08(120): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:08(141):"histogram-latency": {"1.16": 13, "1.17": 13, "1.14": 7,
"1.15": 5, "1.12": 4, "1.13": 2, "1.10": 5, "1.11": 6, "1.18": 13, "1.19":
13, "0.86": 1, "0.87": 1, "0.85": 1, "1.30": 3, "1.31": 3, "0.88"
17:12:08(162):: 3, "1.24": 9, "1.36": 1, "0.98": 25, "1.37": 1, "1.27": 17,
"1.33": 1, "0.95": 21, "0.89": 1, "1.22": 20, "1.21": 25, "1.20": 15, "1.01":
24, "1.00": 35, "1.03": 16, "1.02": 25, "1.05": 17, "1.04
17:12:08(180):": 19, "1.07": 14, "1.06": 12, "1.09": 3, "1.08": 9, "0.90":
9, "1.29": 5, "1.28": 23, "0.99": 28, "0.93": 7, "1.23": 8, "0.94": 16,
"0.97": 28, "0.96": 35, "0.91": 8, "1.26
17:12:08(199): 16928 | pscheduler | 9163 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:08.513563+00 | 2019-05-12 14:08:51.728912+00 | 2019-05-12 14:
17:12:08(205):08:51.729067+00 | 2019-05-12 14:08:51.729072+00 | f |
active | 22285817 | 22285280 |

17:12:08(208):


17:12:08(210):


17:12:08(225):

+
17:12:08(242): | | | | |
| | | |
| |
17:12:08(251): | | |
| | | WITH inserted_row AS (

17:12:08(254):


17:12:08(256):


17:12:08(272):

+
17:12:08(288): | | | | |
| | | |
| |
17:12:08(305): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:08(307):


17:12:08(309):


17:12:08(324):

+
17:12:08(341): | | | | |
| | | |
| |
17:12:08(351): | | |
| | | VALUES (24233,

17:12:08(353):


17:12:08(356):


17:12:08(370):

+
17:12:08(387): | | | | |
| | | |
| |
17:12:08(396): | | |
| | | NULL,

17:12:08(398):


17:12:08(401):


17:12:08(415):

+
17:12:08(431): | | | | |
| | | |
| |
17:12:08(447): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:08(449):


17:12:08(451):


17:12:08(465):

+
17:12:08(481): | | | | |
| | | |
| |
17:12:08(492): | | |
| | |
run_state_finished(),
17:12:08(495):


17:12:08(497):


17:12:08(512):

+
17:12:08(528): | | | | |
| | | |
| |
17:12:08(538): | | |
| | | 0,

17:12:08(540):


17:12:08(542):


17:12:08(557):

+
17:12:08(574): | | | | |
| | | |
| |
17:12:08(591): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:12:08(612):"histogram-latency": {"0.06": 5, "0.07": 7, "0.61": 1, "0.04":
1, "0.05": 1, "0.40": 1, "0.08": 23, "0.09": 16, "0.29": 3, "0.24": 6,
"0.25": 3, "0.26": 7, "0.27": 6, "0.20": 16, "0.21": 16, "0.22"
17:12:08(633):: 11, "0.23": 5, "0.15": 48, "0.14": 46, "0.17": 53, "0.16":
55, "0.11": 30, "0.10": 22, "0.13": 49, "0.12": 59, "0.19": 43, "0.18": 46,
"0.38": 1, "0.36": 2, "0.35": 2, "0.34": 4, "0.33": 2, "0.32
17:12:08(649):": 3, "0.31": 5, "0.30": 2}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:08(664): | | | | |
| | | |
| |
17:12:08(670): | | |
| | |
17:12:08(689): 16928 | pscheduler | 9165 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:08.551812+00 | 2019-05-12 14:09:00.135138+00 | 2019-05-12 14:
17:12:08(696):09:00.135218+00 | 2019-05-12 14:09:00.135221+00 | f |
active | 22285919 | 22285281 |

17:12:08(698):


17:12:08(700):


17:12:08(715):

+
17:12:08(731): | | | | |
| | | |
| |
17:12:08(741): | | |
| | | WITH inserted_row AS (

17:12:08(743):


17:12:08(745):


17:12:08(760):

+
17:12:08(777): | | | | |
| | | |
| |
17:12:08(793): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:08(795):


17:12:08(797):


17:12:08(812):

+
17:12:08(828): | | | | |
| | | |
| |
17:12:08(838): | | |
| | | VALUES (23934,

17:12:08(840):


17:12:08(842):


17:12:08(857):

+
17:12:08(873): | | | | |
| | | |
| |
17:12:08(883): | | |
| | | NULL,

17:12:08(885):


17:12:08(888):


17:12:08(902):

+
17:12:08(918): | | | | |
| | | |
| |
17:12:08(932): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:08(934):


17:12:08(937):


17:12:08(951):

+
17:12:08(967): | | | | |
| | | |
| |
17:12:08(978): | | |
| | |
run_state_finished(),
17:12:08(981):


17:12:08(984):


17:12:09(000):

+
17:12:09(016): | | | | |
| | | |
| |
17:12:09(025): | | |
| | | 0,

17:12:09(028):


17:12:09(030):


17:12:09(049):

+
17:12:09(066): | | | | |
| | | |
| |
17:12:09(083): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:09(104):"histogram-latency": {"0.60": 11, "0.61": 2, "0.62": 13,
"0.63": 4, "0.64": 1, "0.65": 2, "0.48": 16, "0.49": 14, "0.46": 5, "0.47":
6, "0.44": 4, "0.45": 4, "0.42": 5, "0.43": 4, "0.40": 3, "0.41"
17:12:09(127):: 7, "0.28": 28, "0.29": 21, "0.24": 4, "0.19": 1, "0.26": 11,
"0.27": 12, "0.20": 1, "0.21": 4, "0.22": 4, "0.23": 6, "0.69": 1, "0.18": 1,
"0.59": 14, "0.58": 11, "0.51": 30, "0.50": 17, "0.53":
17:12:09(144):19, "0.52": 24, "0.55": 12, "0.54": 19, "0.57": 11, "0.56":
11, "0.39": 8, "0.38": 14, "0.37": 10, "0.36": 16, "0.35": 20, "0.34": 32,
"0.33": 31, "0.32": 39, "0.31": 26, "0
17:12:09(162): 16928 | pscheduler | 9167 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:08.661913+00 | 2019-05-12 14:09:02.659017+00 | 2019-05-12 14:
17:12:09(169):09:02.659141+00 | 2019-05-12 14:09:02.659146+00 | f |
active | 22285959 | 22285708 |

17:12:09(172):


17:12:09(174):


17:12:09(189):

+
17:12:09(206): | | | | |
| | | |
| |
17:12:09(216): | | |
| | | WITH inserted_row AS (

17:12:09(219):


17:12:09(222):


17:12:09(236):

+
17:12:09(253): | | | | |
| | | |
| |
17:12:09(268): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:09(271):


17:12:09(273):


17:12:09(288):

+
17:12:09(304): | | | | |
| | | |
| |
17:12:09(315): | | |
| | | VALUES (23488,

17:12:09(317):


17:12:09(319):


17:12:09(335):

+
17:12:09(352): | | | | |
| | | |
| |
17:12:09(362): | | |
| | | NULL,

17:12:09(364):


17:12:09(367):


17:12:09(382):

+
17:12:09(399): | | | | |
| | | |
| |
17:12:09(414): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:09(416):


17:12:09(418):


17:12:09(434):

+
17:12:09(450): | | | | |
| | | |
| |
17:12:09(461): | | |
| | |
run_state_finished(),
17:12:09(463):


17:12:09(466):


17:12:09(480):

+
17:12:09(497): | | | | |
| | | |
| |
17:12:09(506): | | |
| | | 0,

17:12:09(509):


17:12:09(511):


17:12:09(526):

+
17:12:09(542): | | | | |
| | | |
| |
17:12:09(559): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:12:09(580):"histogram-latency": {"1.48": 6, "1.44": 7, "1.16": 33,
"1.17": 34, "1.14": 27, "1.15": 27, "1.12": 11, "1.13": 19, "1.10": 7,
"1.11": 17, "1.53": 1, "1.18": 34, "1.19": 21, "1.38": 16, "1.39": 15,
17:12:09(601): "1.51": 1, "1.30": 8, "1.31": 4, "1.32": 11, "1.33": 7,
"1.34": 14, "1.35": 18, "1.36": 18, "1.37": 22, "1.27": 1, "1.23": 14,
"1.02": 1, "1.24": 7, "1.47": 6, "1.01": 1, "1.03": 2, "1.46": 9, "1.
17:12:09(619):05": 7, "1.04": 2, "1.07": 6, "1.06": 3, "1.09": 7, "1.08": 4,
"1.40": 18, "1.29": 6, "1.28": 4, "1.43": 8, "1.45": 5, "1.22": 16, "1.21":
26, "1.20": 21, "1.41": 16, "1.26"
17:12:09(638): 16928 | pscheduler | 9177 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:09.632693+00 | 2019-05-12 14:08:55.07051+00 | 2019-05-12 14:
17:12:09(645):08:55.070632+00 | 2019-05-12 14:08:55.070636+00 | f |
active | 22285852 | 22285280 |

17:12:09(647):


17:12:09(649):


17:12:09(664):

+
17:12:09(680): | | | | |
| | | |
| |
17:12:09(691): | | |
| | | WITH inserted_row AS (

17:12:09(693):


17:12:09(695):


17:12:09(710):

+
17:12:09(726): | | | | |
| | | |
| |
17:12:09(742): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:09(746):


17:12:09(749):


17:12:09(764):

+
17:12:09(780): | | | | |
| | | |
| |
17:12:09(790): | | |
| | | VALUES (23487,

17:12:09(792):


17:12:09(795):


17:12:09(810):

+
17:12:09(826): | | | | |
| | | |
| |
17:12:09(836): | | |
| | | NULL,

17:12:09(838):


17:12:09(841):


17:12:09(856):

+
17:12:09(873): | | | | |
| | | |
| |
17:12:09(887): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:09(890):


17:12:09(892):


17:12:09(907):

+
17:12:09(925): | | | | |
| | | |
| |
17:12:09(937): | | |
| | |
run_state_finished(),
17:12:09(939):


17:12:09(941):


17:12:09(957):

+
17:12:09(973): | | | | |
| | | |
| |
17:12:09(983): | | |
| | | 0,

17:12:09(985):


17:12:09(988):


17:12:10(002):

+
17:12:10(019): | | | | |
| | | |
| |
17:12:10(038): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:12:10(060):histogram-latency": {"0.60": 2, "0.61": 4, "0.62": 19, "0.63":
29, "0.64": 36, "0.65": 32, "0.66": 46, "0.67": 38, "0.68": 37, "0.69": 10,
"0.53": 2, "0.82": 14, "0.83": 15, "0.80": 5, "0.81": 9, "
17:12:10(081):0.86": 19, "0.87": 20, "0.84": 20, "0.85": 32, "0.88": 20,
"0.89": 12, "1.00": 1, "0.59": 7, "0.72": 10, "0.71": 9, "0.70": 15, "0.77":
3, "0.76": 5, "0.75": 9, "0.74": 12, "0.79": 4, "0.78": 8, "0
17:12:10(098):.55": 2, "0.57": 3, "0.56": 6, "0.73": 19, "0.58": 10, "0.98":
3, "0.95": 8, "0.94": 10, "0.97": 1, "0.96": 3, "0.91": 2, "0.90": 10,
"0.93": 11, "0.92": 8}, "histogram-ttl"
17:12:10(117): 16928 | pscheduler | 9178 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:09.649723+00 | 2019-05-12 14:08:40.397096+00 | 2019-05-12 14:
17:12:10(125):08:40.397265+00 | 2019-05-12 14:08:40.397271+00 | f |
active | 22285745 | 22285280 |

17:12:10(127):


17:12:10(129):


17:12:10(143):

+
17:12:10(162): | | | | |
| | | |
| |
17:12:10(175): | | |
| | | WITH inserted_row AS (

17:12:10(180):


17:12:10(183):


17:12:10(199):

+
17:12:10(216): | | | | |
| | | |
| |
17:12:10(232): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:10(234):


17:12:10(237):


17:12:10(252):

+
17:12:10(268): | | | | |
| | | |
| |
17:12:10(277): | | |
| | | VALUES (23501,

17:12:10(280):


17:12:10(282):


17:12:10(297):

+
17:12:10(313): | | | | |
| | | |
| |
17:12:10(323): | | |
| | | NULL,

17:12:10(326):


17:12:10(328):


17:12:10(344):

+
17:12:10(360): | | | | |
| | | |
| |
17:12:10(376): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:10(379):


17:12:10(389):


17:12:10(404):

+
17:12:10(420): | | | | |
| | | |
| |
17:12:10(431): | | |
| | |
run_state_finished(),
17:12:10(433):


17:12:10(435):


17:12:10(451):

+
17:12:10(468): | | | | |
| | | |
| |
17:12:10(478): | | |
| | | 0,

17:12:10(481):


17:12:10(484):


17:12:10(500):

+
17:12:10(517): | | | | |
| | | |
| |
17:12:10(534): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:10(554):"histogram-latency": {"0.60": 59, "0.61": 58, "0.62": 51,
"0.63": 45, "0.64": 50, "0.65": 63, "0.66": 65, "0.67": 57, "0.68": 21,
"0.69": 14, "1.14": 1, "0.82": 7, "0.83": 1, "0.80": 4, "0.81": 1,
17:12:10(576):"0.86": 2, "0.87": 2, "0.84": 2, "0.85": 2, "0.89": 1, "0.73":
9, "0.58": 7, "0.71": 5, "0.70": 14, "0.77": 8, "0.76": 10, "0.75": 4,
"0.74": 2, "0.79": 4, "0.78": 5, "0.55": 1, "0.57": 5, "0.56":
17:12:10(592):1, "0.59": 15, "2.44": 1, "0.72": 3}, "histogram-ttl": {"253":
600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:10(608): | | | | |
| | | |
| |
17:12:10(614): | | |
| | |
17:12:10(633): 16928 | pscheduler | 9182 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:09.981815+00 | 2019-05-12 14:08:59.825678+00 | 2019-05-12 14:
17:12:10(639):08:59.8258+00 | 2019-05-12 14:08:59.825804+00 | f |
active | 22285912 | 22285281 |

17:12:10(642):


17:12:10(644):


17:12:10(659):

+
17:12:10(676): | | | | |
| | | |
| |
17:12:10(686): | | |
| | | WITH inserted_row AS (

17:12:10(688):


17:12:10(691):


17:12:10(706):

+
17:12:10(722): | | | | |
| | | |
| |
17:12:10(739): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:10(741):


17:12:10(744):


17:12:10(759):

+
17:12:10(775): | | | | |
| | | |
| |
17:12:10(786): | | |
| | | VALUES (23678,

17:12:10(788):


17:12:10(792):


17:12:10(807):

+
17:12:10(824): | | | | |
| | | |
| |
17:12:10(833): | | |
| | | NULL,

17:12:10(835):


17:12:10(837):


17:12:10(853):

+
17:12:10(869): | | | | |
| | | |
| |
17:12:10(884): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:10(887):


17:12:10(889):


17:12:10(904):

+
17:12:10(922): | | | | |
| | | |
| |
17:12:10(933): | | |
| | |
run_state_finished(),
17:12:10(936):


17:12:10(938):


17:12:10(952):

+
17:12:10(969): | | | | |
| | | |
| |
17:12:10(978): | | |
| | | 0,

17:12:10(980):


17:12:10(982):


17:12:10(997):

+
17:12:11(013): | | | | |
| | | |
| |
17:12:11(031): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:11(053):"histogram-latency": {"0.92": 5, "1.25": 8, "1.16": 3, "1.17":
9, "1.14": 4, "1.15": 6, "1.12": 5, "1.13": 2, "1.10": 9, "1.11": 7, "1.18":
9, "1.19": 12, "0.86": 1, "0.87": 2, "1.30": 10, "1.31":
17:12:11(074):11, "1.32": 6, "1.33": 2, "1.35": 1, "1.36": 2, "1.27": 9,
"1.23": 9, "0.89": 7, "1.02": 26, "0.94": 13, "0.88": 6, "1.21": 21, "1.01":
30, "1.00": 56, "1.03": 22, "0.96": 17, "1.05": 22, "1.04": 1
17:12:11(091):0, "1.07": 10, "1.06": 18, "1.09": 12, "1.08": 6, "1.26": 11,
"1.29": 8, "1.28": 16, "0.99": 33, "0.98": 23, "0.95": 12, "1.22": 11,
"0.97": 17, "1.20": 21, "0.91": 10, "0.9
17:12:11(110): 16928 | pscheduler | 9185 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:10.084388+00 | 2019-05-12 14:09:01.526571+00 | 2019-05-12 14:
17:12:11(117):09:01.526628+00 | 2019-05-12 14:09:01.52663+00 | f |
active | 22285941 | 22285295 |

17:12:11(119):


17:12:11(121):


17:12:11(137):

+
17:12:11(157): | | | | |
| | | |
| |
17:12:11(168): | | |
| | | WITH inserted_row AS (

17:12:11(171):


17:12:11(173):


17:12:11(188):

+
17:12:11(207): | | | | |
| | | |
| |
17:12:11(222): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:11(224):


17:12:11(227):


17:12:11(241):

+
17:12:11(257): | | | | |
| | | |
| |
17:12:11(267): | | |
| | | VALUES (23669,

17:12:11(269):


17:12:11(271):


17:12:11(286):

+
17:12:11(303): | | | | |
| | | |
| |
17:12:11(313): | | |
| | | NULL,

17:12:11(315):


17:12:11(317):


17:12:11(332):

+
17:12:11(348): | | | | |
| | | |
| |
17:12:11(363): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:11(365):


17:12:11(368):


17:12:11(382):

+
17:12:11(399): | | | | |
| | | |
| |
17:12:11(411): | | |
| | |
run_state_finished(),
17:12:11(413):


17:12:11(415):


17:12:11(430):

+
17:12:11(446): | | | | |
| | | |
| |
17:12:11(455): | | |
| | | 0,

17:12:11(457):


17:12:11(460):


17:12:11(475):

+
17:12:11(491): | | | | |
| | | |
| |
17:12:11(508): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:11(529):"histogram-latency": {"0.48": 4, "0.67": 8, "0.60": 13,
"0.68": 8, "0.62": 10, "0.63": 11, "0.64": 11, "0.65": 7, "0.66": 9, "0.49":
3, "0.46": 6, "0.69": 10, "0.44": 11, "0.45": 13, "0.42": 18, "0
17:12:11(550):.43": 18, "0.40": 31, "0.41": 16, "0.28": 17, "0.29": 19,
"2.33": 1, "0.24": 5, "0.25": 11, "0.26": 11, "0.27": 12, "0.21": 1, "0.22":
1, "0.23": 2, "0.61": 12, "0.73": 10, "0.72": 15, "0.71": 3, "
17:12:11(567):0.70": 7, "0.47": 11, "0.76": 3, "0.75": 3, "0.74": 3, "0.51":
2, "0.50": 6, "0.53": 3, "0.55": 2, "0.54": 4, "0.57": 4, "0.56": 4, "0.79":
1, "0.59": 4, "0.39": 19, "0.38":
17:12:11(586): 16928 | pscheduler | 9186 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:10.103601+00 | 2019-05-12 14:08:33.920261+00 | 2019-05-12 14:
17:12:11(593):08:33.920376+00 | 2019-05-12 14:08:33.920381+00 | f |
active | 22285727 | 22285280 |

17:12:11(595):


17:12:11(597):


17:12:11(612):

+
17:12:11(628): | | | | |
| | | |
| |
17:12:11(638): | | |
| | | WITH inserted_row AS (

17:12:11(640):


17:12:11(643):


17:12:11(657):

+
17:12:11(674): | | | | |
| | | |
| |
17:12:11(689): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:11(691):


17:12:11(694):


17:12:11(708):

+
17:12:11(725): | | | | |
| | | |
| |
17:12:11(734): | | |
| | | VALUES (24487,

17:12:11(736):


17:12:11(739):


17:12:11(753):

+
17:12:11(770): | | | | |
| | | |
| |
17:12:11(779): | | |
| | | NULL,

17:12:11(781):


17:12:11(783):


17:12:11(798):

+
17:12:11(816): | | | | |
| | | |
| |
17:12:11(830): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:11(832):


17:12:11(835):


17:12:11(851):

+
17:12:11(867): | | | | |
| | | |
| |
17:12:11(878): | | |
| | |
run_state_finished(),
17:12:11(880):


17:12:11(882):


17:12:11(897):

+
17:12:11(913): | | | | |
| | | |
| |
17:12:11(922): | | |
| | | 0,

17:12:11(924):


17:12:11(926):


17:12:11(941):

+
17:12:11(957): | | | | |
| | | |
| |
17:12:11(974): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:12:11(995):"histogram-latency": {"0.66": 2, "0.69": 4, "0.67": 2, "0.60":
7, "0.61": 7, "0.68": 5, "0.63": 5, "0.64": 2, "0.65": 2, "0.48": 13, "0.49":
15, "0.46": 11, "0.47": 11, "0.44": 16, "0.45": 6, "0.42
17:12:12(017):": 17, "0.43": 12, "0.40": 15, "0.41": 16, "0.62": 2, "0.28":
19, "0.29": 24, "0.24": 20, "0.25": 23, "0.26": 15, "0.27": 20, "0.20": 5,
"0.21": 8, "0.22": 17, "0.23": 13, "0.14": 2, "0.73": 3, "0.
17:12:12(035):72": 1, "0.59": 7, "0.58": 11, "0.17": 9, "0.16": 4, "0.74":
1, "0.51": 10, "0.50": 10, "0.53": 7, "0.52": 11, "0.55": 6, "0.18": 11,
"0.57": 11, "0.56": 7, "0.15": 2, "0.54
17:12:12(054): 16928 | pscheduler | 9189 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:10.26716+00 | 2019-05-12 14:08:45.307875+00 | 2019-05-12 14:
17:12:12(061):08:45.307979+00 | 2019-05-12 14:08:45.307983+00 | f |
active | 22285773 | 22285280 |

17:12:12(063):


17:12:12(065):


17:12:12(080):

+
17:12:12(096): | | | | |
| | | |
| |
17:12:12(106): | | |
| | | WITH inserted_row AS (

17:12:12(109):


17:12:12(111):


17:12:12(126):

+
17:12:12(142): | | | | |
| | | |
| |
17:12:12(157): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:12(160):


17:12:12(162):


17:12:12(178):

+
17:12:12(194): | | | | |
| | | |
| |
17:12:12(204): | | |
| | | VALUES (23846,

17:12:12(206):


17:12:12(208):


17:12:12(223):

+
17:12:12(239): | | | | |
| | | |
| |
17:12:12(249): | | |
| | | NULL,

17:12:12(251):


17:12:12(253):


17:12:12(269):

+
17:12:12(285): | | | | |
| | | |
| |
17:12:12(300): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:12(302):


17:12:12(304):


17:12:12(319):

+
17:12:12(335): | | | | |
| | | |
| |
17:12:12(346): | | |
| | |
run_state_finished(),
17:12:12(349):


17:12:12(351):


17:12:12(366):

+
17:12:12(382): | | | | |
| | | |
| |
17:12:12(392): | | |
| | | 0,

17:12:12(394):


17:12:12(396):


17:12:12(411):

+
17:12:12(431): | | | | |
| | | |
| |
17:12:12(448): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:12(469):"histogram-latency": {"-0.06": 3, "-0.04": 13, "-0.05": 5,
"-0.02": 16, "-0.03": 2, "-0.01": 11, "0.06": 20, "0.07": 34, "0.22": 3,
"0.23": 11, "0.40": 2, "0.41": 1, "0.08": 16, "0.09": 19, "0.28":
17:12:12(491): 17, "0.29": 22, "0.24": 11, "0.03": 27, "0.26": 17, "0.27":
22, "0.20": 4, "0.21": 4, "0.04": 24, "0.05": 29, "0.01": 15, "0.15": 2,
"0.14": 7, "0.17": 2, "0.16": 3, "0.11": 7, "0.10": 15, "0.13":
17:12:12(508): 10, "0.12": 6, "0.19": 5, "0.18": 2, "0.39": 9, "0.38": 16,
"0.37": 18, "0.36": 16, "0.35": 17, "0.34": 5, "0.33": 9, "0.32": 10, "0.31":
25, "0.30": 22, "0.02": 23, "0.25"
17:12:12(526): 16928 | pscheduler | 9196 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:11.043075+00 | 2019-05-12 14:08:54.277571+00 | 2019-05-12 14:
17:12:12(533):08:54.277707+00 | 2019-05-12 14:08:54.277712+00 | f |
active | 22285842 | 22285280 |

17:12:12(535):


17:12:12(537):


17:12:12(553):

+
17:12:12(570): | | | | |
| | | |
| |
17:12:12(579): | | |
| | | WITH inserted_row AS (

17:12:12(582):


17:12:12(585):


17:12:12(600):

+
17:12:12(616): | | | | |
| | | |
| |
17:12:12(639): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:12(641):


17:12:12(644):


17:12:12(658):

+
17:12:12(675): | | | | |
| | | |
| |
17:12:12(684): | | |
| | | VALUES (24050,

17:12:12(687):


17:12:12(689):


17:12:12(704):

+
17:12:12(720): | | | | |
| | | |
| |
17:12:12(730): | | |
| | | NULL,

17:12:12(732):


17:12:12(735):


17:12:12(749):

+
17:12:12(765): | | | | |
| | | |
| |
17:12:12(780): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:12(782):


17:12:12(784):


17:12:12(798):

+
17:12:12(816): | | | | |
| | | |
| |
17:12:12(828): | | |
| | |
run_state_finished(),
17:12:12(830):


17:12:12(832):


17:12:12(847):

+
17:12:12(863): | | | | |
| | | |
| |
17:12:12(872): | | |
| | | 0,

17:12:12(874):


17:12:12(876):


17:12:12(891):

+
17:12:12(907): | | | | |
| | | |
| |
17:12:12(924): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:12:12(946):"histogram-latency": {"1.06": 1, "2.27": 1, "0.64": 2, "0.46":
1, "0.44": 2, "0.42": 7, "0.43": 2, "0.40": 7, "0.41": 7, "2.35": 1, "1.17":
1, "1.14": 1, "0.78": 1, "0.28": 9, "0.29": 15, "2.55": 1
17:12:12(966):, "0.24": 52, "0.25": 34, "0.26": 31, "0.27": 15, "0.20": 37,
"0.21": 32, "0.22": 24, "0.23": 51, "1.74": 1, "1.28": 1, "1.71": 1, "1.72":
1, "0.85": 1, "2.00": 2, "1.86": 1, "0.15": 8, "0.14": 2,
17:12:12(984):"0.17": 31, "0.16": 11, "0.13": 1, "2.05": 1, "1.41": 1,
"0.52": 1, "0.19": 58, "0.18": 41, "1.13": 1, "1.89": 1, "1.20": 1, "2.44":
1, "0.39": 5, "0.38": 8, "0.37": 5, "0.3
17:12:13(002): 16928 | pscheduler | 9200 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:11.352193+00 | 2019-05-12 14:08:43.269144+00 | 2019-05-12 14:
17:12:13(008):08:43.269255+00 | 2019-05-12 14:08:43.26926+00 | f |
active | 22285762 | 22285280 |

17:12:13(011):


17:12:13(013):


17:12:13(029):

+
17:12:13(046): | | | | |
| | | |
| |
17:12:13(056): | | |
| | | WITH inserted_row AS (

17:12:13(058):


17:12:13(061):


17:12:13(075):

+
17:12:13(091): | | | | |
| | | |
| |
17:12:13(107): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:13(109):


17:12:13(112):


17:12:13(126):

+
17:12:13(143): | | | | |
| | | |
| |
17:12:13(153): | | |
| | | VALUES (23671,

17:12:13(155):


17:12:13(157):


17:12:13(172):

+
17:12:13(188): | | | | |
| | | |
| |
17:12:13(197): | | |
| | | NULL,

17:12:13(199):


17:12:13(202):


17:12:13(217):

+
17:12:13(233): | | | | |
| | | |
| |
17:12:13(248): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:13(250):


17:12:13(253):


17:12:13(269):

+
17:12:13(285): | | | | |
| | | |
| |
17:12:13(297): | | |
| | |
run_state_finished(),
17:12:13(301):


17:12:13(303):


17:12:13(317):

+
17:12:13(333): | | | | |
| | | |
| |
17:12:13(343): | | |
| | | 0,

17:12:13(345):


17:12:13(348):


17:12:13(362):

+
17:12:13(379): | | | | |
| | | |
| |
17:12:13(395): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:12:13(416):"histogram-latency": {"0.66": 5, "0.67": 1, "0.60": 13,
"0.61": 12, "0.62": 12, "0.63": 8, "0.64": 8, "0.65": 9, "0.48": 12, "0.49":
5, "0.46": 8, "0.47": 13, "0.44": 15, "0.45": 10, "0.42": 26, "0
17:12:13(438):.43": 16, "0.40": 19, "0.41": 23, "0.28": 5, "0.29": 13,
"0.24": 5, "0.25": 13, "0.26": 7, "0.27": 14, "0.20": 8, "0.21": 7, "0.22":
8, "0.54": 7, "0.69": 13, "0.72": 1, "0.59": 10, "0.58": 11, "0.
17:12:13(455):17": 4, "0.16": 4, "0.76": 2, "0.13": 1, "0.74": 2, "0.51": 4,
"0.50": 10, "0.53": 4, "0.52": 7, "0.55": 6, "0.18": 4, "0.57": 7, "0.56": 7,
"0.79": 2, "0.73": 2, "0.39": 21
17:12:13(473): 16928 | pscheduler | 9202 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:11.487271+00 | 2019-05-12 14:09:00.778776+00 | 2019-05-12 14:
17:12:13(480):09:00.778933+00 | 2019-05-12 14:09:00.778938+00 | f |
active | 22285929 | 22285295 |

17:12:13(483):


17:12:13(486):


17:12:13(500):

+
17:12:13(516): | | | | |
| | | |
| |
17:12:13(526): | | |
| | | WITH inserted_row AS (

17:12:13(529):


17:12:13(531):


17:12:13(546):

+
17:12:13(563): | | | | |
| | | |
| |
17:12:13(579): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:13(581):


17:12:13(583):


17:12:13(599):

+
17:12:13(615): | | | | |
| | | |
| |
17:12:13(624): | | |
| | | VALUES (23526,

17:12:13(626):


17:12:13(629):


17:12:13(644):

+
17:12:13(660): | | | | |
| | | |
| |
17:12:13(670): | | |
| | | NULL,

17:12:13(672):


17:12:13(674):


17:12:13(690):

+
17:12:13(706): | | | | |
| | | |
| |
17:12:13(720): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:13(722):


17:12:13(724):


17:12:13(739):

+
17:12:13(755): | | | | |
| | | |
| |
17:12:13(766): | | |
| | |
run_state_finished(),
17:12:13(769):


17:12:13(771):


17:12:13(786):

+
17:12:13(802): | | | | |
| | | |
| |
17:12:13(812): | | |
| | | 0,

17:12:13(814):


17:12:13(816):


17:12:13(832):

+
17:12:13(848): | | | | |
| | | |
| |
17:12:13(864): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:12:13(885):"histogram-latency": {"0.34": 7, "0.66": 11, "0.67": 11,
"0.60": 7, "0.46": 19, "0.62": 1, "0.63": 2, "0.64": 4, "0.65": 13, "0.48":
28, "0.49": 31, "0.68": 13, "0.47": 32, "0.44": 8, "0.45": 9, "0
17:12:13(906):.42": 10, "0.43": 11, "0.40": 14, "0.41": 8, "0.78": 5,
"0.72": 18, "0.69": 16, "0.83": 1, "0.80": 5, "0.81": 4, "0.85": 2, "0.59":
8, "0.58": 3, "0.71": 14, "0.70": 25, "0.77": 8, "0.76": 8, "0.75
17:12:13(924):": 14, "0.74": 8, "0.51": 34, "0.50": 38, "0.53": 9, "0.52":
25, "0.55": 21, "0.54": 16, "0.57": 5, "0.56": 16, "0.79": 5, "0.73": 16,
"0.39": 3, "0.61": 8, "0.37": 6, "0.36
17:12:13(942): 16928 | pscheduler | 9215 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:13.006328+00 | 2019-05-12 14:08:57.199518+00 | 2019-05-12 14:
17:12:13(949):08:57.199629+00 | 2019-05-12 14:08:57.199633+00 | f |
active | 22285878 | 22285281 |

17:12:13(952):


17:12:13(963):


17:12:13(978):

+
17:12:13(994): | | | | |
| | | |
| |
17:12:14(004): | | |
| | | WITH inserted_row AS (

17:12:14(007):


17:12:14(009):


17:12:14(024):

+
17:12:14(041): | | | | |
| | | |
| |
17:12:14(056): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:14(058):


17:12:14(060):


17:12:14(075):

+
17:12:14(090): | | | | |
| | | |
| |
17:12:14(100): | | |
| | | VALUES (23679,

17:12:14(102):


17:12:14(104):


17:12:14(119):

+
17:12:14(135): | | | | |
| | | |
| |
17:12:14(146): | | |
| | | NULL,

17:12:14(148):


17:12:14(150):


17:12:14(167):

+
17:12:14(183): | | | | |
| | | |
| |
17:12:14(198): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:14(200):


17:12:14(202):


17:12:14(217):

+
17:12:14(233): | | | | |
| | | |
| |
17:12:14(245): | | |
| | |
run_state_finished(),
17:12:14(248):


17:12:14(250):


17:12:14(265):

+
17:12:14(281): | | | | |
| | | |
| |
17:12:14(291): | | |
| | | 0,

17:12:14(293):


17:12:14(296):


17:12:14(311):

+
17:12:14(327): | | | | |
| | | |
| |
17:12:14(344): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:14(365):"histogram-latency": {"-0.06": 3, "-0.04": 7, "-0.05": 6,
"-0.02": 5, "-0.03": 7, "-0.01": 10, "0.20": 2, "0.21": 4, "0.22": 2, "0.05":
23, "0.42": 4, "0.40": 4, "0.41": 5, "0.08": 25, "0.09": 28,
17:12:14(386):"0.28": 20, "0.29": 17, "0.24": 10, "0.03": 25, "0.00": 10,
"0.27": 12, "0.06": 18, "0.07": 29, "0.04": 26, "0.23": 10, "0.01": 6,
"0.15": 7, "0.14": 7, "0.17": 6, "0.16": 7, "0.11": 8, "0.10": 18,
17:12:14(403): "0.13": 7, "0.12": 12, "0.19": 4, "0.18": 8, "0.39": 14,
"0.38": 11, "0.37": 15, "0.36": 19, "0.35": 14, "0.34": 16, "0.33": 10,
"0.32": 23, "0.31": 13, "0.30": 19, "0.02":
17:12:14(421): 16928 | pscheduler | 9216 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:13.014304+00 | 2019-05-12 14:08:50.752847+00 | 2019-05-12 14:
17:12:14(428):08:50.75295+00 | 2019-05-12 14:08:50.752954+00 | f |
active | 22285808 | 22285280 |

17:12:14(430):


17:12:14(432):


17:12:14(447):

+
17:12:14(465): | | | | |
| | | |
| |
17:12:14(475): | | |
| | | WITH inserted_row AS (

17:12:14(477):


17:12:14(479):


17:12:14(495):

+
17:12:14(512): | | | | |
| | | |
| |
17:12:14(527): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:14(529):


17:12:14(532):


17:12:14(546):

+
17:12:14(563): | | | | |
| | | |
| |
17:12:14(572): | | |
| | | VALUES (24332,

17:12:14(575):


17:12:14(577):


17:12:14(592):

+
17:12:14(608): | | | | |
| | | |
| |
17:12:14(617): | | |
| | | NULL,

17:12:14(619):


17:12:14(621):


17:12:14(636):

+
17:12:14(652): | | | | |
| | | |
| |
17:12:14(667): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:14(671):


17:12:14(673):


17:12:14(688):

+
17:12:14(705): | | | | |
| | | |
| |
17:12:14(717): | | |
| | |
run_state_finished(),
17:12:14(719):


17:12:14(721):


17:12:14(736):

+
17:12:14(752): | | | | |
| | | |
| |
17:12:14(762): | | |
| | | 0,

17:12:14(764):


17:12:14(766):


17:12:14(781):

+
17:12:14(799): | | | | |
| | | |
| |
17:12:14(815): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:12:14(837):"histogram-latency": {"0.66": 9, "0.67": 6, "0.60": 5, "0.61":
3, "0.62": 3, "0.63": 2, "0.64": 8, "0.65": 8, "0.48": 36, "0.49": 39,
"0.46": 36, "0.69": 17, "0.44": 8, "0.45": 22, "0.42": 7, "0.53
17:12:14(858):": 11, "0.40": 8, "0.41": 7, "0.78": 4, "0.43": 9, "0.80": 1,
"0.81": 4, "0.38": 2, "0.73": 8, "0.72": 12, "0.71": 23, "0.70": 16, "0.47":
33, "0.76": 11, "0.75": 12, "0.74": 10, "0.51": 33, "0.50"
17:12:14(875):: 28, "0.79": 5, "0.52": 23, "0.55": 10, "0.54": 13, "0.57":
7, "0.56": 9, "0.59": 7, "0.39": 3, "0.58": 3, "0.37": 5, "0.36": 6, "0.35":
20, "0.34": 17, "0.33": 1, "0.32":
17:12:14(893): 16928 | pscheduler | 9219 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:13.325281+00 | 2019-05-12 14:08:56.491472+00 | 2019-05-12 14:
17:12:14(899):08:56.493502+00 | 2019-05-12 14:08:56.493508+00 | f |
active | 22285870 | 22285281 |

17:12:14(902):


17:12:14(904):


17:12:14(919):

+
17:12:14(935): | | | | |
| | | |
| |
17:12:14(947): | | |
| | | WITH inserted_row AS (

17:12:14(949):


17:12:14(951):


17:12:14(966):

+
17:12:14(983): | | | | |
| | | |
| |
17:12:14(998): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:15(000):


17:12:15(003):


17:12:15(018):

+
17:12:15(035): | | | | |
| | | |
| |
17:12:15(044): | | |
| | | VALUES (23619,

17:12:15(047):


17:12:15(049):


17:12:15(064):

+
17:12:15(080): | | | | |
| | | |
| |
17:12:15(089): | | |
| | | NULL,

17:12:15(092):


17:12:15(094):


17:12:15(109):

+
17:12:15(125): | | | | |
| | | |
| |
17:12:15(140): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:15(143):


17:12:15(145):


17:12:15(160):

+
17:12:15(177): | | | | |
| | | |
| |
17:12:15(188): | | |
| | |
run_state_finished(),
17:12:15(190):


17:12:15(193):


17:12:15(207):

+
17:12:15(223): | | | | |
| | | |
| |
17:12:15(233): | | |
| | | 0,

17:12:15(235):


17:12:15(237):


17:12:15(252):

+
17:12:15(268): | | | | |
| | | |
| |
17:12:15(285): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:15(307):"histogram-latency": {"0.48": 4, "0.67": 2, "0.60": 12,
"0.61": 12, "0.62": 17, "0.63": 13, "0.64": 6, "0.65": 2, "0.66": 6, "0.49":
4, "0.68": 7, "0.47": 5, "0.44": 6, "0.45": 7, "0.42": 8, "0.43"
17:12:15(328):: 6, "0.40": 15, "0.41": 22, "0.28": 30, "0.29": 20, "0.24":
5, "0.25": 18, "0.26": 21, "0.27": 32, "0.22": 2, "0.23": 7, "0.69": 12,
"0.46": 2, "0.59": 8, "0.72": 5, "0.71": 9, "0.70": 6, "0.74":
17:12:15(345):1, "0.51": 1, "0.50": 6, "0.53": 2, "0.52": 1, "0.55": 3,
"0.54": 3, "0.57": 7, "0.56": 3, "0.73": 1, "0.39": 41, "0.38": 29, "0.37":
30, "0.36": 20, "0.35": 22, "0.34": 33,
17:12:15(364): 16928 | pscheduler | 9220 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:13.526654+00 | 2019-05-12 14:09:02.006382+00 | 2019-05-12 14:
17:12:15(370):09:02.006548+00 | 2019-05-12 14:09:02.006554+00 | f |
active | 22285948 | 22285295 |

17:12:15(373):


17:12:15(375):


17:12:15(390):

+
17:12:15(406): | | | | |
| | | |
| |
17:12:15(418): | | |
| | | WITH inserted_row AS (

17:12:15(420):


17:12:15(422):


17:12:15(437):

+
17:12:15(454): | | | | |
| | | |
| |
17:12:15(470): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:15(472):


17:12:15(474):


17:12:15(489):

+
17:12:15(506): | | | | |
| | | |
| |
17:12:15(516): | | |
| | | VALUES (23523,

17:12:15(518):


17:12:15(520):


17:12:15(535):

+
17:12:15(551): | | | | |
| | | |
| |
17:12:15(561): | | |
| | | NULL,

17:12:15(563):


17:12:15(565):


17:12:15(581):

+
17:12:15(596): | | | | |
| | | |
| |
17:12:15(611): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:15(613):


17:12:15(615):


17:12:15(630):

+
17:12:15(646): | | | | |
| | | |
| |
17:12:15(657): | | |
| | |
run_state_finished(),
17:12:15(660):


17:12:15(662):


17:12:15(677):

+
17:12:15(693): | | | | |
| | | |
| |
17:12:15(702): | | |
| | | 0,

17:12:15(704):


17:12:15(706):


17:12:15(721):

+
17:12:15(737): | | | | |
| | | |
| |
17:12:15(754): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:12:15(776):"histogram-latency": {"10.20": 1, "10.23": 1, "10.26": 2,
"10.28": 1, "0.50": 2, "9.52": 1, "8.17": 1, "9.51": 1, "0.53": 4, "9.54": 1,
"8.12": 3, "9.17": 1, "9.45": 2, "9.44": 1, "9.47": 1, "9.46"
17:12:15(798):: 2, "9.41": 1, "9.40": 1, "9.48": 1, "0.59": 17, "0.58": 9,
"10.51": 1, "11.10": 1, "0.51": 2, "8.61": 1, "8.62": 1, "0.52": 1, "0.55":
6, "0.54": 6, "0.57": 8, "0.56": 4, "1.00": 1, "8.96": 1, "7
17:12:15(815):.97": 1, "8.98": 1, "7.93": 1, "9.35": 1, "9.36": 1, "9.38":
1, "9.39": 1, "8.78": 1, "10.42": 1, "8.73": 1, "8.72": 2, "8.70": 1, "8.76":
1, "8.75": 1, "8.74": 2, "9.24": 3
17:12:15(834): 16928 | pscheduler | 9235 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:14.523255+00 | 2019-05-12 14:08:58.501641+00 | 2019-05-12 14:
17:12:15(841):08:58.501769+00 | 2019-05-12 14:08:58.501774+00 | f |
active | 22285899 | 22285281 |

17:12:15(843):


17:12:15(847):


17:12:15(862):

+
17:12:15(878): | | | | |
| | | |
| |
17:12:15(888): | | |
| | | WITH inserted_row AS (

17:12:15(890):


17:12:15(892):


17:12:15(907):

+
17:12:15(924): | | | | |
| | | |
| |
17:12:15(939): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:15(941):


17:12:15(943):


17:12:15(958):

+
17:12:15(974): | | | | |
| | | |
| |
17:12:15(984): | | |
| | | VALUES (24341,

17:12:15(986):


17:12:15(988):


17:12:16(003):

+
17:12:16(020): | | | | |
| | | |
| |
17:12:16(030): | | |
| | | NULL,

17:12:16(033):


17:12:16(035):


17:12:16(050):

+
17:12:16(066): | | | | |
| | | |
| |
17:12:16(080): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:16(082):


17:12:16(084):


17:12:16(099):

+
17:12:16(117): | | | | |
| | | |
| |
17:12:16(128): | | |
| | |
run_state_finished(),
17:12:16(130):


17:12:16(132):


17:12:16(148):

+
17:12:16(165): | | | | |
| | | |
| |
17:12:16(173): | | |
| | | 0,

17:12:16(176):


17:12:16(178):


17:12:16(194):

+
17:12:16(210): | | | | |
| | | |
| |
17:12:16(227): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:12:16(248):"histogram-latency": {"0.30": 20, "0.64": 1, "0.22": 1,
"0.48": 12, "0.49": 6, "0.46": 26, "0.47": 19, "0.44": 15, "0.45": 24,
"0.42": 10, "0.43": 8, "0.40": 7, "0.41": 13, "1.17": 1, "0.52": 2, "0
17:12:16(269):.28": 19, "0.29": 21, "1.11": 2, "0.24": 5, "0.25": 18,
"0.26": 25, "0.27": 28, "0.20": 1, "1.18": 4, "1.19": 3, "1.38": 11, "1.39":
8, "1.50": 1, "1.51": 2, "1.54": 1, "1.22": 1, "1.30": 6, "1.31"
17:12:16(286):: 8, "1.32": 9, "1.33": 10, "1.34": 5, "1.35": 8, "1.36": 19,
"1.37": 20, "1.21": 2, "1.27": 3, "0.23": 2, "0.59": 1, "1.23": 4, "1.15": 3,
"1.24": 2, "0.51": 4, "0.50": 4,
17:12:16(305): 16928 | pscheduler | 9236 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:14.529439+00 | 2019-05-12 14:08:39.102193+00 | 2019-05-12 14:
17:12:16(312):08:39.102408+00 | 2019-05-12 14:08:39.102413+00 | f |
active | 22285740 | 22285280 |

17:12:16(314):


17:12:16(316):


17:12:16(331):

+
17:12:16(347): | | | | |
| | | |
| |
17:12:16(358): | | |
| | | WITH inserted_row AS (

17:12:16(361):


17:12:16(363):


17:12:16(378):

+
17:12:16(394): | | | | |
| | | |
| |
17:12:16(410): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:16(412):


17:12:16(415):


17:12:16(429):

+
17:12:16(446): | | | | |
| | | |
| |
17:12:16(456): | | |
| | | VALUES (23852,

17:12:16(458):


17:12:16(460):


17:12:16(475):

+
17:12:16(491): | | | | |
| | | |
| |
17:12:16(501): | | |
| | | NULL,

17:12:16(503):


17:12:16(505):


17:12:16(521):

+
17:12:16(537): | | | | |
| | | |
| |
17:12:16(552): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:16(554):


17:12:16(556):


17:12:16(571):

+
17:12:16(587): | | | | |
| | | |
| |
17:12:16(599): | | |
| | |
run_state_finished(),
17:12:16(601):


17:12:16(603):


17:12:16(618):

+
17:12:16(634): | | | | |
| | | |
| |
17:12:16(643): | | |
| | | 0,

17:12:16(646):


17:12:16(648):


17:12:16(663):

+
17:12:16(679): | | | | |
| | | |
| |
17:12:16(696): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:16(717):"histogram-latency": {"0.66": 1, "0.67": 2, "0.60": 7, "0.61":
7, "0.62": 8, "0.63": 5, "0.64": 5, "0.65": 6, "0.48": 16, "0.49": 19,
"0.46": 64, "0.47": 30, "0.44": 49, "0.45": 69, "0.42": 51, "0.
17:12:16(752):43": 26, "0.40": 32, "0.41": 56, "0.69": 1, "0.59": 7, "0.58":
8, "0.51": 11, "0.50": 28, "0.53": 9, "0.52": 12, "0.55": 10, "0.54": 25,
"0.57": 4, "0.56": 7, "0.73": 1, "0.39": 13, "0.38": 7, "0.3
17:12:16(767):7": 3, "0.68": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:16(784): | | | | |
| | | |
| |
17:12:16(789): | | |
| | |
17:12:16(808): 16928 | pscheduler | 9237 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:14.531785+00 | 2019-05-12 14:08:35.435389+00 | 2019-05-12 14:
17:12:16(815):08:35.435495+00 | 2019-05-12 14:08:35.435499+00 | f |
active | 22285735 | 22285280 |

17:12:16(818):


17:12:16(820):


17:12:16(835):

+
17:12:16(852): | | | | |
| | | |
| |
17:12:16(864): | | |
| | | WITH inserted_row AS (

17:12:16(868):


17:12:16(870):


17:12:16(885):

+
17:12:16(901): | | | | |
| | | |
| |
17:12:16(917): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:16(920):


17:12:16(922):


17:12:16(937):

+
17:12:16(954): | | | | |
| | | |
| |
17:12:16(963): | | |
| | | VALUES (24334,

17:12:16(966):


17:12:16(968):


17:12:16(983):

+
17:12:17(000): | | | | |
| | | |
| |
17:12:17(009): | | |
| | | NULL,

17:12:17(012):


17:12:17(014):


17:12:17(029):

+
17:12:17(046): | | | | |
| | | |
| |
17:12:17(060): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:17(062):


17:12:17(065):


17:12:17(079):

+
17:12:17(096): | | | | |
| | | |
| |
17:12:17(107): | | |
| | |
run_state_finished(),
17:12:17(110):


17:12:17(112):


17:12:17(127):

+
17:12:17(143): | | | | |
| | | |
| |
17:12:17(152): | | |
| | | 0,

17:12:17(155):


17:12:17(157):


17:12:17(172):

+
17:12:17(189): | | | | |
| | | |
| |
17:12:17(206): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:12:17(227):"histogram-latency": {"1.48": 1, "1.07": 11, "1.26": 8,
"1.16": 24, "1.17": 30, "1.14": 22, "1.15": 32, "1.12": 21, "1.13": 17,
"1.10": 6, "1.11": 14, "1.18": 28, "1.19": 26, "1.38": 30, "1.39": 19
17:12:17(249):, "1.50": 1, "1.51": 1, "1.54": 1, "1.30": 4, "1.31": 10,
"1.32": 11, "1.33": 13, "1.34": 11, "1.35": 21, "1.36": 16, "1.37": 24,
"1.23": 12, "1.02": 2, "1.44": 7, "1.47": 3, "1.03": 2, "1.46": 2,
17:12:17(266):"1.05": 12, "1.04": 7, "1.42": 10, "1.06": 7, "1.09": 5,
"1.08": 4, "1.40": 13, "1.29": 4, "1.28": 5, "1.43": 14, "1.45": 1, "1.22":
16, "1.21": 20, "1.20": 22, "1.41": 14,
17:12:17(285): 16928 | pscheduler | 9238 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:14.534029+00 | 2019-05-12 14:09:00.437508+00 | 2019-05-12 14:
17:12:17(291):09:00.437631+00 | 2019-05-12 14:09:00.437636+00 | f |
active | 22285924 | 22285295 |

17:12:17(294):


17:12:17(296):


17:12:17(311):

+
17:12:17(328): | | | | |
| | | |
| |
17:12:17(337): | | |
| | | WITH inserted_row AS (

17:12:17(340):


17:12:17(342):


17:12:17(357):

+
17:12:17(374): | | | | |
| | | |
| |
17:12:17(390): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:17(392):


17:12:17(394):


17:12:17(410):

+
17:12:17(427): | | | | |
| | | |
| |
17:12:17(437): | | |
| | | VALUES (23718,

17:12:17(439):


17:12:17(442):


17:12:17(456):

+
17:12:17(473): | | | | |
| | | |
| |
17:12:17(482): | | |
| | | NULL,

17:12:17(486):


17:12:17(497):


17:12:17(512):

+
17:12:17(528): | | | | |
| | | |
| |
17:12:17(544): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:17(546):


17:12:17(548):


17:12:17(563):

+
17:12:17(579): | | | | |
| | | |
| |
17:12:17(590): | | |
| | |
run_state_finished(),
17:12:17(593):


17:12:17(595):


17:12:17(610):

+
17:12:17(627): | | | | |
| | | |
| |
17:12:17(637): | | |
| | | 0,

17:12:17(639):


17:12:17(641):


17:12:17(656):

+
17:12:17(672): | | | | |
| | | |
| |
17:12:17(689): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:12:17(710):"histogram-latency": {"3.72": 1, "10.24": 1, "10.26": 1,
"10.28": 1, "8.23": 1, "7.19": 1, "9.58": 1, "8.19": 1, "8.18": 2, "1.99": 1,
"1.97": 1, "8.17": 1, "1.95": 1, "1.92": 1, "0.53": 2, "8.13":
17:12:17(733): 1, "8.12": 1, "1.16": 1, "10.91": 1, "0.52": 2, "1.10": 1,
"0.77": 4, "8.65": 2, "9.81": 1, "9.27": 1, "0.56": 1, "2.11": 1, "9.47": 1,
"5.55": 1, "9.40": 1, "9.43": 1, "3.64": 1, "9.49": 1, "3.60
17:12:17(751):": 1, "3.62": 1, "0.59": 16, "0.58": 2, "10.57": 1, "10.52":
1, "0.51": 2, "1.80": 2, "8.62": 2, "8.63": 2, "0.55": 3, "0.54": 7, "0.57":
1, "8.67": 2, "1.01": 1, "1.03": 1,
17:12:17(770): 16928 | pscheduler | 9239 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:14.536747+00 | 2019-05-12 14:09:01.722108+00 | 2019-05-12 14:
17:12:17(776):09:01.722244+00 | 2019-05-12 14:09:01.722249+00 | f |
active | 22285945 | 22285295 |

17:12:17(778):


17:12:17(780):


17:12:17(796):

+
17:12:17(812): | | | | |
| | | |
| |
17:12:17(822): | | |
| | | WITH inserted_row AS (

17:12:17(824):


17:12:17(827):


17:12:17(842):

+
17:12:17(858): | | | | |
| | | |
| |
17:12:17(874): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:17(876):


17:12:17(878):


17:12:17(893):

+
17:12:17(910): | | | | |
| | | |
| |
17:12:17(920): | | |
| | | VALUES (24393,

17:12:17(922):


17:12:17(924):


17:12:17(939):

+
17:12:17(955): | | | | |
| | | |
| |
17:12:17(964): | | |
| | | NULL,

17:12:17(967):


17:12:17(970):


17:12:17(984):

+
17:12:18(001): | | | | |
| | | |
| |
17:12:18(015): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:18(018):


17:12:18(020):


17:12:18(035):

+
17:12:18(051): | | | | |
| | | |
| |
17:12:18(062): | | |
| | |
run_state_finished(),
17:12:18(064):


17:12:18(067):


17:12:18(082):

+
17:12:18(098): | | | | |
| | | |
| |
17:12:18(107): | | |
| | | 0,

17:12:18(110):


17:12:18(112):


17:12:18(127):

+
17:12:18(143): | | | | |
| | | |
| |
17:12:18(161): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:18(182):"histogram-latency": {"0.67": 1, "0.60": 5, "0.61": 2, "0.62":
7, "0.63": 1, "0.64": 1, "0.48": 10, "0.49": 10, "0.46": 39, "0.47": 19,
"0.44": 67, "0.45": 54, "0.42": 52, "0.43": 50, "0.40": 54, "
17:12:18(204):0.41": 54, "0.59": 2, "0.58": 3, "0.51": 10, "0.50": 7,
"0.53": 4, "0.52": 9, "0.55": 2, "0.54": 1, "0.57": 5, "0.56": 5, "0.39": 36,
"0.38": 39, "0.37": 23, "0.36": 14, "0.35": 6, "0.34": 2, "0.33
17:12:18(220):": 3, "0.32": 1, "0.31": 2}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:18(237): | | | | |
| | | |
| |
17:12:18(243): | | |
| | |
17:12:18(263): 16928 | pscheduler | 9240 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:14.539053+00 | 2019-05-12 14:08:50.046777+00 | 2019-05-12 14:
17:12:18(270):08:50.046932+00 | 2019-05-12 14:08:50.046938+00 | f |
active | 22285803 | 22285280 |

17:12:18(272):


17:12:18(274):


17:12:18(289):

+
17:12:18(305): | | | | |
| | | |
| |
17:12:18(316): | | |
| | | WITH inserted_row AS (

17:12:18(318):


17:12:18(321):


17:12:18(336):

+
17:12:18(353): | | | | |
| | | |
| |
17:12:18(369): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:18(372):


17:12:18(374):


17:12:18(390):

+
17:12:18(406): | | | | |
| | | |
| |
17:12:18(415): | | |
| | | VALUES (24040,

17:12:18(418):


17:12:18(420):


17:12:18(436):

+
17:12:18(452): | | | | |
| | | |
| |
17:12:18(461): | | |
| | | NULL,

17:12:18(463):


17:12:18(466):


17:12:18(480):

+
17:12:18(498): | | | | |
| | | |
| |
17:12:18(513): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:18(515):


17:12:18(517):


17:12:18(532):

+
17:12:18(550): | | | | |
| | | |
| |
17:12:18(561): | | |
| | |
run_state_finished(),
17:12:18(563):


17:12:18(566):


17:12:18(581):

+
17:12:18(597): | | | | |
| | | |
| |
17:12:18(607): | | |
| | | 0,

17:12:18(610):


17:12:18(612):


17:12:18(627):

+
17:12:18(644): | | | | |
| | | |
| |
17:12:18(662): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:12:18(682):histogram-latency": {"0.60": 2, "0.61": 6, "0.62": 22, "0.63":
26, "0.64": 28, "0.65": 32, "0.66": 31, "0.67": 45, "0.68": 28, "0.69": 24,
"0.82": 11, "0.83": 20, "0.80": 7, "0.81": 9, "0.86": 20,
17:12:18(704):"0.87": 28, "0.84": 17, "0.85": 13, "0.88": 20, "0.89": 11,
"1.00": 1, "0.73": 16, "0.72": 15, "0.71": 8, "0.70": 19, "0.77": 6, "0.76":
4, "0.75": 4, "0.74": 12, "0.79": 2, "0.78": 9, "0.55": 6, "
17:12:18(722):0.54": 2, "0.57": 10, "0.56": 5, "1.01": 2, "0.59": 10,
"1.02": 1, "1.04": 1, "0.58": 8, "0.98": 1, "0.95": 1, "0.94": 8, "0.97": 6,
"0.96": 3, "0.91": 7, "0.90": 12, "0.93"
17:12:18(741): 16928 | pscheduler | 9244 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:14.72077+00 | 2019-05-12 14:08:56.438179+00 | 2019-05-12 14:
17:12:18(748):08:56.438289+00 | 2019-05-12 14:08:56.438293+00 | f |
active | 22285868 | 22285281 |

17:12:18(750):


17:12:18(752):


17:12:18(768):

+
17:12:18(785): | | | | |
| | | |
| |
17:12:18(796): | | |
| | | WITH inserted_row AS (

17:12:18(798):


17:12:18(801):


17:12:18(817):

+
17:12:18(834): | | | | |
| | | |
| |
17:12:18(850): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:18(852):


17:12:18(854):


17:12:18(870):

+
17:12:18(887): | | | | |
| | | |
| |
17:12:18(897): | | |
| | | VALUES (23688,

17:12:18(900):


17:12:18(902):


17:12:18(917):

+
17:12:18(933): | | | | |
| | | |
| |
17:12:18(943): | | |
| | | NULL,

17:12:18(945):


17:12:18(948):


17:12:18(964):

+
17:12:18(980): | | | | |
| | | |
| |
17:12:18(995): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:18(998):


17:12:19(000):


17:12:19(015):

+
17:12:19(033): | | | | |
| | | |
| |
17:12:19(045): | | |
| | |
run_state_finished(),
17:12:19(047):


17:12:19(049):


17:12:19(064):

+
17:12:19(080): | | | | |
| | | |
| |
17:12:19(090): | | |
| | | 0,

17:12:19(093):


17:12:19(095):


17:12:19(110):

+
17:12:19(127): | | | | |
| | | |
| |
17:12:19(146): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:19(168):"histogram-latency": {"-0.06": 1, "-0.33": 38, "-0.28": 40,
"-0.29": 46, "-0.14": 7, "-0.24": 7, "-0.25": 12, "-0.26": 14, "-0.27": 21,
"-0.20": 9, "-0.17": 7, "-0.08": 2, "-0.23": 10, "-0.16": 10,
17:12:19(190): "-0.11": 4, "-0.10": 1, "-0.35": 45, "0.00": 1, "-0.12": 5,
"-0.41": 1, "-0.40": 4, "-0.15": 7, "-0.32": 36, "-0.31": 61, "-0.30": 63,
"-0.37": 19, "-0.36": 24, "-0.13": 6, "-0.34": 55, "-0.39": 9
17:12:19(206):, "-0.38": 4, "-0.19": 10, "-0.18": 7, "-0.21": 8, "-0.22":
6}, "histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered":
0, "packets-lost": 0, "packets-recei
17:12:19(226): 16928 | pscheduler | 9245 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:14.73796+00 | 2019-05-12 14:08:47.930844+00 | 2019-05-12 14:
17:12:19(233):08:47.930998+00 | 2019-05-12 14:08:47.931004+00 | f |
active | 22285791 | 22285280 |

17:12:19(235):


17:12:19(237):


17:12:19(253):

+
17:12:19(269): | | | | |
| | | |
| |
17:12:19(279): | | |
| | | WITH inserted_row AS (

17:12:19(281):


17:12:19(284):


17:12:19(300):

+
17:12:19(316): | | | | |
| | | |
| |
17:12:19(332): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:19(335):


17:12:19(337):


17:12:19(352):

+
17:12:19(368): | | | | |
| | | |
| |
17:12:19(378): | | |
| | | VALUES (23637,

17:12:19(381):


17:12:19(383):


17:12:19(398):

+
17:12:19(414): | | | | |
| | | |
| |
17:12:19(424): | | |
| | | NULL,

17:12:19(426):


17:12:19(428):


17:12:19(443):

+
17:12:19(459): | | | | |
| | | |
| |
17:12:19(473): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:19(475):


17:12:19(477):


17:12:19(492):

+
17:12:19(508): | | | | |
| | | |
| |
17:12:19(519): | | |
| | |
run_state_finished(),
17:12:19(521):


17:12:19(524):


17:12:19(538):

+
17:12:19(555): | | | | |
| | | |
| |
17:12:19(564): | | |
| | | 0,

17:12:19(567):


17:12:19(569):


17:12:19(584):

+
17:12:19(600): | | | | |
| | | |
| |
17:12:19(618): | | |
| | |
'{"max-clock-error": 0.6, "packets-duplicated": 0, "succeeded": true, "
17:12:19(639):histogram-latency": {"-0.06": 1, "-0.04": 13, "-0.05": 5,
"-0.02": 19, "-0.03": 5, "-0.01": 32, "0.20": 7, "0.21": 9, "0.22": 5,
"0.23": 5, "0.08": 14, "0.09": 15, "0.28": 2, "0.29": 2, "0.02": 40,
17:12:19(660): "0.25": 4, "0.00": 53, "0.01": 55, "0.06": 51, "0.07": 30,
"0.04": 56, "0.05": 53, "0.15": 9, "0.14": 9, "0.17": 8, "0.16": 12, "0.11":
16, "0.76": 1, "0.13": 8, "0.12": 5, "0.19": 7, "0.18": 4, "
17:12:19(675):0.30": 1, "0.24": 5, "0.27": 1, "0.03": 33, "0.10": 5},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 60
17:12:19(695): 16928 | pscheduler | 9247 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:14.782015+00 | 2019-05-12 14:09:00.172338+00 | 2019-05-12 14:
17:12:19(702):09:00.172502+00 | 2019-05-12 14:09:00.172508+00 | f |
active | 22285920 | 22285281 |

17:12:19(705):


17:12:19(709):


17:12:19(725):

+
17:12:19(741): | | | | |
| | | |
| |
17:12:19(751): | | |
| | | WITH inserted_row AS (

17:12:19(754):


17:12:19(756):


17:12:19(771):

+
17:12:19(788): | | | | |
| | | |
| |
17:12:19(803): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:19(806):


17:12:19(808):


17:12:19(824):

+
17:12:19(841): | | | | |
| | | |
| |
17:12:19(851): | | |
| | | VALUES (24182,

17:12:19(853):


17:12:19(855):


17:12:19(871):

+
17:12:19(887): | | | | |
| | | |
| |
17:12:19(898): | | |
| | | NULL,

17:12:19(900):


17:12:19(903):


17:12:19(918):

+
17:12:19(935): | | | | |
| | | |
| |
17:12:19(949): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:19(952):


17:12:19(954):


17:12:19(970):

+
17:12:19(986): | | | | |
| | | |
| |
17:12:19(997): | | |
| | |
run_state_finished(),
17:12:20(000):


17:12:20(003):


17:12:20(017):

+
17:12:20(036): | | | | |
| | | |
| |
17:12:20(045): | | |
| | | 0,

17:12:20(047):


17:12:20(049):


17:12:20(065):

+
17:12:20(082): | | | | |
| | | |
| |
17:12:20(099): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:20(120):"histogram-latency": {"0.48": 4, "0.67": 1, "0.60": 5, "0.61":
3, "0.62": 2, "0.63": 7, "0.64": 1, "0.66": 3, "0.49": 12, "0.46": 31,
"0.47": 12, "0.44": 64, "0.45": 43, "0.42": 38, "0.43": 49, "0.
17:12:20(141):40": 47, "0.41": 43, "0.29": 1, "0.59": 3, "0.58": 6, "0.51":
5, "0.50": 7, "0.53": 7, "0.52": 5, "0.55": 5, "0.54": 5, "0.57": 3, "0.56":
4, "0.39": 57, "0.38": 37, "0.37": 25, "0.36": 17, "0.35":
17:12:20(157): 18, "0.34": 16, "0.33": 6, "0.32": 5, "0.31": 2, "0.30": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-receive
17:12:20(207): 16928 | pscheduler | 9252 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:15.0501+00 | 2019-05-12 14:08:54.531825+00 | 2019-05-12 14:
17:12:20(213):08:54.531933+00 | 2019-05-12 14:08:54.531937+00 | f |
active | 22285844 | 22285280 |

17:12:20(216):


17:12:20(219):


17:12:20(247):

+
17:12:20(265): | | | | |
| | | |
| |
17:12:20(275): | | |
| | | WITH inserted_row AS (

17:12:20(277):


17:12:20(280):


17:12:20(295):

+
17:12:20(320): | | | | |
| | | |
| |
17:12:20(336): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:20(338):


17:12:20(340):


17:12:20(356):

+
17:12:20(373): | | | | |
| | | |
| |
17:12:20(387): | | |
| | | VALUES (24402,

17:12:20(389):


17:12:20(391):


17:12:20(406):

+
17:12:20(427): | | | | |
| | | |
| |
17:12:20(437): | | |
| | | NULL,

17:12:20(439):


17:12:20(442):


17:12:20(457):

+
17:12:20(473): | | | | |
| | | |
| |
17:12:20(488): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:20(491):


17:12:20(493):


17:12:20(508):

+
17:12:20(525): | | | | |
| | | |
| |
17:12:20(537): | | |
| | |
run_state_finished(),
17:12:20(539):


17:12:20(541):


17:12:20(556):

+
17:12:20(573): | | | | |
| | | |
| |
17:12:20(582): | | |
| | | 0,

17:12:20(584):


17:12:20(587):


17:12:20(602):

+
17:12:20(618): | | | | |
| | | |
| |
17:12:20(635): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:20(656):"histogram-latency": {"-0.15": 9, "-0.05": 1, "-0.28": 44,
"-0.29": 47, "-0.14": 6, "-0.24": 19, "-0.25": 12, "-0.26": 10, "-0.27": 19,
"-0.20": 10, "-0.21": 12, "-0.08": 4, "-0.23": 9, "-0.16": 7,
17:12:20(677): "-0.37": 6, "-0.10": 3, "-0.13": 4, "-0.12": 3, "-0.33": 44,
"-0.32": 29, "-0.31": 41, "-0.30": 50, "-0.11": 3, "-0.36": 34, "-0.35": 58,
"-0.34": 54, "-0.39": 4, "-0.38": 9, "-0.19": 11, "-0.18":
17:12:20(692): 7, "-0.07": 1, "-0.22": 15, "-0.09": 2, "-0.17": 11, "0.18":
1, "0.31": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "
17:12:20(711): 16928 | pscheduler | 9259 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:15.477372+00 | 2019-05-12 14:08:33.224966+00 | 2019-05-12 14:
17:12:20(718):08:33.225072+00 | 2019-05-12 14:08:33.225077+00 | f |
active | 22285722 | 22285280 |

17:12:20(720):


17:12:20(722):


17:12:20(737):

+
17:12:20(753): | | | | |
| | | |
| |
17:12:20(763): | | |
| | | WITH inserted_row AS (

17:12:20(766):


17:12:20(768):


17:12:20(783):

+
17:12:20(800): | | | | |
| | | |
| |
17:12:20(815): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:20(817):


17:12:20(820):


17:12:20(835):

+
17:12:20(851): | | | | |
| | | |
| |
17:12:20(860): | | |
| | | VALUES (23802,

17:12:20(863):


17:12:20(865):


17:12:20(880):

+
17:12:20(896): | | | | |
| | | |
| |
17:12:20(909): | | |
| | | NULL,

17:12:20(918):


17:12:20(922):


17:12:20(937):

+
17:12:20(953): | | | | |
| | | |
| |
17:12:20(968): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:20(970):


17:12:20(973):


17:12:20(987):

+
17:12:21(004): | | | | |
| | | |
| |
17:12:21(015): | | |
| | |
run_state_finished(),
17:12:21(017):


17:12:21(019):


17:12:21(036):

+
17:12:21(054): | | | | |
| | | |
| |
17:12:21(064): | | |
| | | 0,

17:12:21(066):


17:12:21(069):


17:12:21(085):

+
17:12:21(101): | | | | |
| | | |
| |
17:12:21(118): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:21(139):"histogram-latency": {"0.66": 1, "0.60": 3, "0.46": 35,
"0.62": 4, "0.63": 4, "0.64": 1, "0.65": 1, "0.48": 16, "0.49": 9, "0.68": 1,
"0.47": 12, "0.44": 59, "0.45": 70, "0.42": 37, "0.43": 71, "0.
17:12:21(161):40": 50, "0.41": 33, "17.66": 1, "0.69": 1, "3.29": 1, "0.61":
2, "0.59": 3, "0.58": 2, "0.51": 8, "0.50": 13, "0.53": 6, "0.52": 4, "0.55":
7, "0.54": 7, "0.57": 1, "0.56": 2, "0.73": 1, "0.39": 5
17:12:21(184):3, "0.38": 41, "0.37": 17, "0.36": 11, "0.35": 8, "0.34": 4},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-receive
17:12:21(203): 16928 | pscheduler | 9260 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:15.485163+00 | 2019-05-12 14:08:55.438875+00 | 2019-05-12 14:
17:12:21(209):08:55.438981+00 | 2019-05-12 14:08:55.438985+00 | f |
active | 22285856 | 22285280 |

17:12:21(211):


17:12:21(214):


17:12:21(228):

+
17:12:21(245): | | | | |
| | | |
| |
17:12:21(255): | | |
| | | WITH inserted_row AS (

17:12:21(258):


17:12:21(260):


17:12:21(275):

+
17:12:21(328): | | | | |
| | | |
| |
17:12:21(343): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:21(345):


17:12:21(347):


17:12:21(362):

+
17:12:21(378): | | | | |
| | | |
| |
17:12:21(388): | | |
| | | VALUES (24502,

17:12:21(391):


17:12:21(394):


17:12:21(409):

+
17:12:21(425): | | | | |
| | | |
| |
17:12:21(435): | | |
| | | NULL,

17:12:21(437):


17:12:21(439):


17:12:21(457):

+
17:12:21(473): | | | | |
| | | |
| |
17:12:21(487): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:21(490):


17:12:21(492):


17:12:21(507):

+
17:12:21(525): | | | | |
| | | |
| |
17:12:21(537): | | |
| | |
run_state_finished(),
17:12:21(540):


17:12:21(542):


17:12:21(558):

+
17:12:21(574): | | | | |
| | | |
| |
17:12:21(584): | | |
| | | 0,

17:12:21(587):


17:12:21(589):


17:12:21(604):

+
17:12:21(620): | | | | |
| | | |
| |
17:12:21(637): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:21(658):"histogram-latency": {"0.66": 1, "0.67": 1, "0.60": 16,
"0.61": 6, "0.62": 4, "0.63": 3, "0.64": 2, "0.48": 26, "0.49": 14, "0.46":
68, "0.47": 45, "0.44": 37, "0.45": 64, "0.42": 41, "0.43": 37, "
17:12:21(680):0.40": 42, "0.41": 49, "0.59": 9, "0.58": 10, "0.70": 1,
"0.76": 1, "0.74": 2, "0.51": 24, "0.50": 18, "0.53": 4, "0.52": 6, "0.55":
6, "0.54": 6, "0.57": 14, "0.56": 11, "0.79": 1, "0.39": 22, "0.
17:12:21(696):38": 6, "0.37": 2, "0.68": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:21(712): | | | | |
| | | |
| |
17:12:21(718): | | |
| | |
17:12:21(736): 16928 | pscheduler | 9265 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:15.705043+00 | 2019-05-12 14:08:36.532274+00 | 2019-05-12 14:
17:12:21(743):08:36.532403+00 | 2019-05-12 14:08:36.532407+00 | f |
active | 22285737 | 22285280 |

17:12:21(745):


17:12:21(747):


17:12:21(762):

+
17:12:21(778): | | | | |
| | | |
| |
17:12:21(788): | | |
| | | WITH inserted_row AS (

17:12:21(790):


17:12:21(792):


17:12:21(808):

+
17:12:21(824): | | | | |
| | | |
| |
17:12:21(840): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:21(843):


17:12:21(846):


17:12:21(861):

+
17:12:21(877): | | | | |
| | | |
| |
17:12:21(886): | | |
| | | VALUES (24495,

17:12:21(888):


17:12:21(890):


17:12:21(905):

+
17:12:21(922): | | | | |
| | | |
| |
17:12:21(933): | | |
| | | NULL,

17:12:21(936):


17:12:21(938):


17:12:21(953):

+
17:12:21(969): | | | | |
| | | |
| |
17:12:21(983): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:21(985):


17:12:21(988):


17:12:22(002):

+
17:12:22(018): | | | | |
| | | |
| |
17:12:22(030): | | |
| | |
run_state_finished(),
17:12:22(033):


17:12:22(036):


17:12:22(050):

+
17:12:22(066): | | | | |
| | | |
| |
17:12:22(075): | | |
| | | 0,

17:12:22(077):


17:12:22(079):


17:12:22(094):

+
17:12:22(110): | | | | |
| | | |
| |
17:12:22(129): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:22(183):"histogram-latency": {"-0.06": 4, "-0.07": 4, "-0.04": 8,
"0.01": 21, "-0.02": 7, "-0.03": 7, "-0.01": 4, "0.20": 4, "0.07": 19,
"-0.05": 3, "0.04": 19, "0.48": 1, "0.23": 3, "0.43": 1, "0.40": 7,
17:12:22(204):"0.08": 28, "0.09": 18, "0.28": 12, "0.29": 19, "0.02": 21,
"0.25": 14, "0.00": 10, "0.27": 24, "0.06": 22, "0.21": 4, "0.22": 7, "0.05":
28, "0.15": 9, "0.14": 7, "0.17": 5, "0.16": 6, "0.11": 9,
17:12:22(224):"0.10": 16, "0.13": 6, "0.12": 10, "0.19": 6, "0.18": 7,
"0.39": 10, "0.38": 16, "0.37": 18, "0.36": 13, "0.35": 12, "0.34": 11,
"0.33": 12, "0.32": 23, "0.31": 18, "0.30":
17:12:22(243): 16928 | pscheduler | 9266 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:15.734689+00 | 2019-05-12 14:09:01.158337+00 | 2019-05-12 14:
17:12:22(284):09:01.158466+00 | 2019-05-12 14:09:01.158471+00 | f |
active | 22285936 | 22285295 |

17:12:22(287):


17:12:22(290):


17:12:22(305):

+
17:12:22(322): | | | | |
| | | |
| |
17:12:22(332): | | |
| | | WITH inserted_row AS (

17:12:22(334):


17:12:22(336):


17:12:22(351):

+
17:12:22(367): | | | | |
| | | |
| |
17:12:22(383): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:22(385):


17:12:22(388):


17:12:22(402):

+
17:12:22(419): | | | | |
| | | |
| |
17:12:22(428): | | |
| | | VALUES (23980,

17:12:22(430):


17:12:22(433):


17:12:22(448):

+
17:12:22(464): | | | | |
| | | |
| |
17:12:22(473): | | |
| | | NULL,

17:12:22(475):


17:12:22(477):


17:12:22(492):

+
17:12:22(508): | | | | |
| | | |
| |
17:12:22(523): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:22(525):


17:12:22(527):


17:12:22(542):

+
17:12:22(558): | | | | |
| | | |
| |
17:12:22(569): | | |
| | |
run_state_finished(),
17:12:22(571):


17:12:22(574):


17:12:22(589):

+
17:12:22(606): | | | | |
| | | |
| |
17:12:22(615): | | |
| | | 0,

17:12:22(617):


17:12:22(619):


17:12:22(635):

+
17:12:22(651): | | | | |
| | | |
| |
17:12:22(668): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:22(690):"histogram-latency": {"0.49": 4, "0.60": 10, "0.61": 8,
"0.62": 9, "0.63": 11, "0.64": 8, "0.65": 9, "0.66": 6, "0.67": 8, "0.68": 3,
"0.69": 9, "0.44": 6, "0.45": 14, "0.42": 17, "0.43": 9, "0.40"
17:12:22(711):: 29, "0.41": 20, "0.28": 28, "0.29": 16, "0.24": 7, "0.25":
16, "0.26": 27, "0.27": 33, "0.22": 2, "0.23": 5, "0.46": 10, "0.59": 6,
"0.72": 8, "0.71": 9, "0.70": 9, "0.47": 2, "0.76": 1, "0.74":
17:12:22(728):4, "0.51": 5, "0.50": 3, "0.53": 2, "0.52": 2, "0.55": 3,
"0.54": 3, "0.57": 2, "0.56": 3, "0.73": 5, "0.39": 32, "0.38": 22, "0.37":
19, "0.36": 19, "0.35": 27, "0.34": 21,
17:12:22(748): 16928 | pscheduler | 9269 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:15.996585+00 | 2019-05-12 14:08:50.156179+00 | 2019-05-12 14:
17:12:22(755):08:50.156415+00 | 2019-05-12 14:08:50.15642+00 | f |
active | 22285804 | 22285280 |

17:12:22(757):


17:12:22(759):


17:12:22(774):

+
17:12:22(791): | | | | |
| | | |
| |
17:12:22(801): | | |
| | | WITH inserted_row AS (

17:12:22(804):


17:12:22(806):


17:12:22(821):

+
17:12:22(837): | | | | |
| | | |
| |
17:12:22(853): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:22(855):


17:12:22(857):


17:12:22(872):

+
17:12:22(889): | | | | |
| | | |
| |
17:12:22(898): | | |
| | | VALUES (23687,

17:12:22(900):


17:12:22(903):


17:12:22(918):

+
17:12:22(935): | | | | |
| | | |
| |
17:12:22(944): | | |
| | | NULL,

17:12:22(947):


17:12:22(949):


17:12:22(964):

+
17:12:22(981): | | | | |
| | | |
| |
17:12:22(995): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:22(998):


17:12:23(000):


17:12:23(014):

+
17:12:23(031): | | | | |
| | | |
| |
17:12:23(043): | | |
| | |
run_state_finished(),
17:12:23(045):


17:12:23(047):


17:12:23(062):

+
17:12:23(078): | | | | |
| | | |
| |
17:12:23(087): | | |
| | | 0,

17:12:23(090):


17:12:23(092):


17:12:23(107):

+
17:12:23(123): | | | | |
| | | |
| |
17:12:23(140): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:12:23(161):"histogram-latency": {"-0.48": 5, "-0.49": 3, "-0.28": 14,
"-0.29": 9, "-0.42": 29, "-0.43": 48, "-0.40": 58, "-0.27": 9, "-0.46": 38,
"-0.47": 6, "-0.44": 44, "-0.45": 46, "-0.30": 4, "0.41": 1, "
17:12:23(182):0.09": 1, "-0.13": 1, "0.04": 1, "-0.24": 8, "-0.25": 3,
"-0.26": 12, "-0.33": 8, "-0.32": 12, "-0.31": 7, "-0.41": 43, "-0.37": 16,
"-0.36": 14, "-0.35": 24, "-0.34": 17, "-0.51": 2, "-0.20": 3, "
17:12:23(199):-0.39": 39, "-0.38": 49, "-0.19": 3, "-0.18": 4, "-0.21": 2,
"-0.22": 6, "-0.23": 4, "-0.17": 2, "-0.09": 1, "-0.50": 2, "-0.16": 2},
"histogram-ttl": {"253": 600}, "packets
17:12:23(217): 16928 | pscheduler | 9274 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:16.400056+00 | 2019-05-12 14:08:52.366104+00 | 2019-05-12 14:
17:12:23(224):08:52.366216+00 | 2019-05-12 14:08:52.36622+00 | f |
active | 22285824 | 22285280 |

17:12:23(261):


17:12:23(267):


17:12:23(286):

+
17:12:23(307): | | | | |
| | | |
| |
17:12:23(318): | | |
| | | WITH inserted_row AS (

17:12:23(320):


17:12:23(324):


17:12:23(339):

+
17:12:23(356): | | | | |
| | | |
| |
17:12:23(371): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:23(374):


17:12:23(376):


17:12:23(391):

+
17:12:23(407): | | | | |
| | | |
| |
17:12:23(416): | | |
| | | VALUES (23793,

17:12:23(418):


17:12:23(421):


17:12:23(435):

+
17:12:23(451): | | | | |
| | | |
| |
17:12:23(461): | | |
| | | NULL,

17:12:23(464):


17:12:23(466):


17:12:23(482):

+
17:12:23(497): | | | | |
| | | |
| |
17:12:23(512): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:23(514):


17:12:23(516):


17:12:23(531):

+
17:12:23(548): | | | | |
| | | |
| |
17:12:23(559): | | |
| | |
run_state_finished(),
17:12:23(562):


17:12:23(564):


17:12:23(578):

+
17:12:23(595): | | | | |
| | | |
| |
17:12:23(605): | | |
| | | 0,

17:12:23(607):


17:12:23(609):


17:12:23(624):

+
17:12:23(640): | | | | |
| | | |
| |
17:12:23(657): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:12:23(679):"histogram-latency": {"10.20": 1, "10.22": 1, "12.71": 1,
"10.26": 1, "12.72": 1, "0.12": 7, "12.77": 1, "5.69": 1, "8.19": 1, "8.18":
1, "0.48": 6, "0.49": 1, "0.46": 5, "0.47": 2, "0.44": 10, "0.
17:12:23(701):45": 6, "0.42": 14, "0.43": 9, "0.40": 13, "0.41": 17,
"12.82": 1, "12.85": 1, "6.31": 1, "6.32": 1, "6.34": 1, "2.19": 1, "2.18":
1, "2.17": 1, "7.68": 2, "12.66": 2, "12.64": 1, "5.52": 1, "3.60"
17:12:23(718):: 1, "8.68": 1, "0.51": 2, "0.50": 5, "8.64": 1, "8.66": 1,
"0.56": 1, "1.06": 1, "11.52": 1, "2.29": 1, "10.75": 1, "8.93": 1, "2.22":
1, "7.90": 1, "7.32": 1, "6.61": 1, "
17:12:23(737): 16928 | pscheduler | 9277 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:16.529495+00 | 2019-05-12 14:09:02.608115+00 | 2019-05-12 14:
17:12:23(744):09:02.60824+00 | 2019-05-12 14:09:02.608244+00 | f |
active | 22285958 | 22285295 |

17:12:23(746):


17:12:23(748):


17:12:23(763):

+
17:12:23(779): | | | | |
| | | |
| |
17:12:23(790): | | |
| | | WITH inserted_row AS (

17:12:23(792):


17:12:23(795):


17:12:23(809):

+
17:12:23(827): | | | | |
| | | |
| |
17:12:23(842): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:23(845):


17:12:23(847):


17:12:23(862):

+
17:12:23(879): | | | | |
| | | |
| |
17:12:23(889): | | |
| | | VALUES (23531,

17:12:23(891):


17:12:23(893):


17:12:23(908):

+
17:12:23(925): | | | | |
| | | |
| |
17:12:23(934): | | |
| | | NULL,

17:12:23(936):


17:12:23(940):


17:12:23(954):

+
17:12:23(971): | | | | |
| | | |
| |
17:12:23(985): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:23(988):


17:12:23(990):


17:12:24(004):

+
17:12:24(035): | | | | |
| | | |
| |
17:12:24(047): | | |
| | |
run_state_finished(),
17:12:24(050):


17:12:24(052):


17:12:24(066):

+
17:12:24(083): | | | | |
| | | |
| |
17:12:24(093): | | |
| | | 0,

17:12:24(096):


17:12:24(098):


17:12:24(113):

+
17:12:24(129): | | | | |
| | | |
| |
17:12:24(147): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:24(168):"histogram-latency": {"0.92": 9, "0.96": 32, "1.19": 13,
"1.16": 11, "1.17": 15, "1.14": 6, "1.15": 9, "1.12": 6, "1.13": 4, "1.10":
9, "1.11": 7, "0.91": 10, "1.18": 14, "1.32": 2, "1.39": 1, "0.8
17:12:24(189):6": 1, "1.30": 7, "1.31": 6, "0.88": 3, "0.89": 3, "0.93": 9,
"0.95": 7, "0.94": 8, "1.21": 21, "1.01": 44, "1.00": 27, "1.03": 14, "1.02":
29, "1.05": 8, "1.04": 14, "1.07": 18, "1.06": 14, "1.09"
17:12:24(206):: 3, "1.08": 9, "0.90": 6, "1.29": 9, "1.28": 13, "0.99": 21,
"0.98": 29, "1.23": 6, "1.22": 16, "0.97": 39, "1.20": 17, "1.27": 19,
"1.26": 12, "1.25": 9, "1.24": 11}, "his
17:12:24(225): 16928 | pscheduler | 9283 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:16.794434+00 | 2019-05-12 14:08:59.888755+00 | 2019-05-12 14:
17:12:24(231):08:59.888844+00 | 2019-05-12 14:08:59.888847+00 | f |
active | 22285914 | 22285281 |

17:12:24(233):


17:12:24(237):


17:12:24(252):

+
17:12:24(268): | | | | |
| | | |
| |
17:12:24(278): | | |
| | | WITH inserted_row AS (

17:12:24(281):


17:12:24(283):


17:12:24(298):

+
17:12:24(315): | | | | |
| | | |
| |
17:12:24(330): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:24(332):


17:12:24(334):


17:12:24(349):

+
17:12:24(366): | | | | |
| | | |
| |
17:12:24(375): | | |
| | | VALUES (23844,

17:12:24(378):


17:12:24(380):


17:12:24(395):

+
17:12:24(411): | | | | |
| | | |
| |
17:12:24(421): | | |
| | | NULL,

17:12:24(424):


17:12:24(426):


17:12:24(440):

+
17:12:24(456): | | | | |
| | | |
| |
17:12:24(470): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:24(473):


17:12:24(475):


17:12:24(490):

+
17:12:24(506): | | | | |
| | | |
| |
17:12:24(517): | | |
| | |
run_state_finished(),
17:12:24(520):


17:12:24(522):


17:12:24(537):

+
17:12:24(554): | | | | |
| | | |
| |
17:12:24(563): | | |
| | | 0,

17:12:24(566):


17:12:24(568):


17:12:24(583):

+
17:12:24(599): | | | | |
| | | |
| |
17:12:24(617): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:24(639):"histogram-latency": {"0.66": 2, "0.60": 10, "0.61": 3,
"0.62": 5, "0.63": 9, "0.65": 1, "0.48": 7, "0.49": 12, "0.46": 6, "0.47": 7,
"0.44": 9, "0.45": 8, "0.42": 5, "0.43": 4, "0.40": 4, "0.41":
17:12:24(660):12, "0.28": 29, "0.29": 19, "0.24": 10, "0.25": 7, "0.26": 8,
"0.27": 11, "0.20": 3, "0.21": 4, "0.22": 7, "0.23": 7, "0.18": 1, "0.59": 9,
"0.58": 16, "0.51": 26, "0.50": 11, "0.53": 18, "0.52": 2
17:12:24(677):1, "0.55": 17, "0.54": 16, "0.57": 20, "0.56": 21, "0.39": 9,
"0.38": 9, "0.37": 19, "0.36": 17, "0.35": 17, "0.34": 22, "0.33": 25,
"0.32": 37, "0.31": 28, "0.30": 29, "0.1
17:12:24(695): 16928 | pscheduler | 9285 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:16.846157+00 | 2019-05-12 14:09:01.444032+00 | 2019-05-12 14:
17:12:24(702):09:01.444153+00 | 2019-05-12 14:09:01.444158+00 | f |
active | 22285940 | 22285295 |

17:12:24(704):


17:12:24(706):


17:12:24(721):

+
17:12:24(737): | | | | |
| | | |
| |
17:12:24(747): | | |
| | | WITH inserted_row AS (

17:12:24(750):


17:12:24(752):


17:12:24(767):

+
17:12:24(783): | | | | |
| | | |
| |
17:12:24(798): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:24(800):


17:12:24(802):


17:12:24(817):

+
17:12:24(833): | | | | |
| | | |
| |
17:12:24(843): | | |
| | | VALUES (23642,

17:12:24(845):


17:12:24(848):


17:12:24(869):

+
17:12:24(886): | | | | |
| | | |
| |
17:12:24(895): | | |
| | | NULL,

17:12:24(898):


17:12:24(900):


17:12:24(915):

+
17:12:24(931): | | | | |
| | | |
| |
17:12:24(945): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:24(948):


17:12:24(951):


17:12:24(966):

+
17:12:24(982): | | | | |
| | | |
| |
17:12:24(994): | | |
| | |
run_state_finished(),
17:12:24(996):


17:12:24(998):


17:12:25(013):

+
17:12:25(029): | | | | |
| | | |
| |
17:12:25(039): | | |
| | | 0,

17:12:25(041):


17:12:25(043):


17:12:25(058):

+
17:12:25(075): | | | | |
| | | |
| |
17:12:25(092): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:12:25(112):"histogram-latency": {"0.66": 7, "0.81": 2, "0.69": 5, "0.67":
12, "0.60": 8, "0.61": 10, "0.62": 4, "0.63": 6, "0.64": 7, "0.65": 4,
"0.48": 41, "0.49": 45, "0.68": 6, "0.47": 30, "0.44": 9, "0.45
17:12:25(134):": 18, "0.42": 2, "0.79": 1, "1.38": 4, "1.39": 3, "0.43": 3,
"1.52": 4, "1.53": 2, "1.50": 3, "1.51": 8, "1.56": 2, "1.57": 1, "1.54": 3,
"1.55": 3, "1.63": 1, "1.58": 2, "1.59": 1, "1.35": 1, "1.
17:12:25(151):36": 2, "1.62": 1, "1.37": 3, "0.46": 19, "0.59": 8, "1.71":
2, "0.72": 1, "0.70": 3, "0.76": 1, "0.75": 2, "0.74": 4, "0.51": 30, "0.50":
42, "0.53": 34, "0.52": 50, "0.55"
17:12:25(169): 16928 | pscheduler | 9287 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:16.89496+00 | 2019-05-12 14:08:51.773658+00 | 2019-05-12 14:
17:12:25(177):08:51.773823+00 | 2019-05-12 14:08:51.773828+00 | f |
active | 22285818 | 22285280 |

17:12:25(179):


17:12:25(181):


17:12:25(196):

+
17:12:25(212): | | | | |
| | | |
| |
17:12:25(222): | | |
| | | WITH inserted_row AS (

17:12:25(224):


17:12:25(226):


17:12:25(241):

+
17:12:25(257): | | | | |
| | | |
| |
17:12:25(272): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:25(274):


17:12:25(277):


17:12:25(293):

+
17:12:25(309): | | | | |
| | | |
| |
17:12:25(318): | | |
| | | VALUES (24400,

17:12:25(321):


17:12:25(323):


17:12:25(338):

+
17:12:25(354): | | | | |
| | | |
| |
17:12:25(364): | | |
| | | NULL,

17:12:25(366):


17:12:25(368):


17:12:25(383):

+
17:12:25(399): | | | | |
| | | |
| |
17:12:25(415): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:25(417):


17:12:25(420):


17:12:25(435):

+
17:12:25(451): | | | | |
| | | |
| |
17:12:25(462): | | |
| | |
run_state_finished(),
17:12:25(465):


17:12:25(467):


17:12:25(482):

+
17:12:25(498): | | | | |
| | | |
| |
17:12:25(507): | | |
| | | 0,

17:12:25(509):


17:12:25(512):


17:12:25(526):

+
17:12:25(542): | | | | |
| | | |
| |
17:12:25(559): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:12:25(581):"histogram-latency": {"-0.31": 6, "-0.33": 9, "-0.48": 7,
"-0.49": 5, "-0.28": 8, "-0.29": 5, "-0.24": 12, "-0.43": 42, "-0.26": 7,
"-0.41": 47, "-0.20": 4, "-0.47": 11, "-0.44": 51, "-0.45": 42, "
17:12:25(603):-0.16": 3, "-0.27": 8, "-0.13": 1, "-0.42": 46, "-0.25": 9,
"-0.40": 58, "-0.15": 3, "-0.32": 7, "-0.17": 1, "-0.30": 7, "-0.37": 27,
"-0.36": 15, "-0.35": 15, "-0.34": 16, "-0.46": 24, "-0.39": 48
17:12:25(620):, "-0.38": 36, "-0.19": 3, "-0.18": 2, "-0.21": 4, "-0.22": 7,
"-0.23": 2, "-0.50": 2}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-
17:12:25(641): 16928 | pscheduler | 9292 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:17.07877+00 | 2019-05-12 14:09:02.572877+00 | 2019-05-12 14:
17:12:25(649):09:02.573028+00 | 2019-05-12 14:09:02.573032+00 | f |
active | 22285957 | 22285295 |

17:12:25(653):


17:12:25(655):


17:12:25(670):

+
17:12:25(686): | | | | |
| | | |
| |
17:12:25(696): | | |
| | | WITH inserted_row AS (

17:12:25(699):


17:12:25(701):


17:12:25(716):

+
17:12:25(733): | | | | |
| | | |
| |
17:12:25(748): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:25(751):


17:12:25(753):


17:12:25(768):

+
17:12:25(784): | | | | |
| | | |
| |
17:12:25(794): | | |
| | | VALUES (24444,

17:12:25(796):


17:12:25(798):


17:12:25(813):

+
17:12:25(830): | | | | |
| | | |
| |
17:12:25(839): | | |
| | | NULL,

17:12:25(842):


17:12:25(845):


17:12:25(860):

+
17:12:25(877): | | | | |
| | | |
| |
17:12:25(892): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:25(894):


17:12:25(897):


17:12:25(912):

+
17:12:25(928): | | | | |
| | | |
| |
17:12:25(939): | | |
| | |
run_state_finished(),
17:12:25(942):


17:12:25(944):


17:12:25(959):

+
17:12:25(977): | | | | |
| | | |
| |
17:12:25(986): | | |
| | | 0,

17:12:25(988):


17:12:25(990):


17:12:26(005):

+
17:12:26(022): | | | | |
| | | |
| |
17:12:26(041): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:12:26(062):"histogram-latency": {"6.44": 1, "3.55": 1, "10.49": 1,
"4.66": 1, "8.05": 1, "0.07": 3, "5.70": 1, "5.23": 1, "4.58": 1, "0.48": 5,
"0.49": 4, "0.46": 3, "0.47": 3, "0.44": 5, "0.05": 1, "0.42": 1
17:12:26(083):1, "0.43": 11, "0.40": 19, "0.41": 10, "4.99": 1, "0.08": 7,
"0.09": 3, "0.28": 5, "0.29": 1, "8.94": 1, "0.24": 14, "0.25": 9, "0.26":
14, "0.27": 11, "0.20": 29, "0.21": 37, "0.22": 25, "0.23": 1
17:12:26(101):8, "8.08": 1, "6.37": 1, "7.98": 1, "4.65": 1, "4.78": 1,
"4.83": 1, "4.80": 1, "3.47": 1, "8.65": 1, "4.50": 2, "3.65": 1, "8.80": 1,
"8.27": 1, "6.16": 1, "3.48": 1, "0.15
17:12:26(119): 16928 | pscheduler | 9296 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:17.246964+00 | 2019-05-12 14:08:45.959029+00 | 2019-05-12 14:
17:12:26(126):08:45.959137+00 | 2019-05-12 14:08:45.959142+00 | f |
active | 22285777 | 22285280 |

17:12:26(128):


17:12:26(130):


17:12:26(145):

+
17:12:26(161): | | | | |
| | | |
| |
17:12:26(172): | | |
| | | WITH inserted_row AS (

17:12:26(174):


17:12:26(177):


17:12:26(191):

+
17:12:26(208): | | | | |
| | | |
| |
17:12:26(223): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:26(226):


17:12:26(228):


17:12:26(243):

+
17:12:26(259): | | | | |
| | | |
| |
17:12:26(269): | | |
| | | VALUES (24082,

17:12:26(271):


17:12:26(273):


17:12:26(289):

+
17:12:26(305): | | | | |
| | | |
| |
17:12:26(315): | | |
| | | NULL,

17:12:26(319):


17:12:26(322):


17:12:26(336):

+
17:12:26(352): | | | | |
| | | |
| |
17:12:26(367): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:26(369):


17:12:26(371):


17:12:26(386):

+
17:12:26(403): | | | | |
| | | |
| |
17:12:26(414): | | |
| | |
run_state_finished(),
17:12:26(416):


17:12:26(418):


17:12:26(433):

+
17:12:26(450): | | | | |
| | | |
| |
17:12:26(459): | | |
| | | 0,

17:12:26(461):


17:12:26(463):


17:12:26(479):

+
17:12:26(495): | | | | |
| | | |
| |
17:12:26(512): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:12:26(533):"histogram-latency": {"0.34": 16, "3.76": 1, "0.66": 15,
"0.69": 9, "0.67": 14, "0.60": 4, "0.61": 5, "0.62": 4, "0.63": 5, "0.64": 6,
"0.65": 8, "0.48": 39, "0.49": 22, "0.46": 23, "0.47": 27, "0.
17:12:26(554):44": 13, "0.45": 20, "0.42": 3, "0.43": 11, "0.40": 9, "0.41":
12, "0.52": 20, "0.82": 1, "0.83": 2, "0.80": 3, "0.81": 1, "0.59": 4,
"0.72": 22, "0.71": 18, "0.70": 22, "0.77": 14, "0.76": 10, "0.
17:12:26(571):75": 3, "0.74": 8, "0.51": 26, "0.50": 40, "0.53": 9, "0.78":
2, "0.55": 15, "0.54": 11, "0.57": 4, "0.56": 13, "0.79": 6, "0.73": 11,
"0.39": 6, "0.58": 4, "0.37": 6, "0.36
17:12:26(590): 16928 | pscheduler | 9301 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:17.578632+00 | 2019-05-12 14:09:01.746029+00 | 2019-05-12 14:
17:12:26(597):09:01.746193+00 | 2019-05-12 14:09:01.746198+00 | f |
active | 22285946 | 22285295 |

17:12:26(599):


17:12:26(602):


17:12:26(618):

+
17:12:26(636): | | | | |
| | | |
| |
17:12:26(647): | | |
| | | WITH inserted_row AS (

17:12:26(649):


17:12:26(652):


17:12:26(666):

+
17:12:26(682): | | | | |
| | | |
| |
17:12:26(698): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:26(700):


17:12:26(702):


17:12:26(718):

+
17:12:26(733): | | | | |
| | | |
| |
17:12:26(768): | | |
| | | VALUES (23840,

17:12:26(771):


17:12:26(773):


17:12:26(788):

+
17:12:26(804): | | | | |
| | | |
| |
17:12:26(814): | | |
| | | NULL,

17:12:26(817):


17:12:26(820):


17:12:26(834):

+
17:12:26(851): | | | | |
| | | |
| |
17:12:26(865): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:26(867):


17:12:26(870):


17:12:26(885):

+
17:12:26(901): | | | | |
| | | |
| |
17:12:26(912): | | |
| | |
run_state_finished(),
17:12:26(914):


17:12:26(917):


17:12:26(932):

+
17:12:26(948): | | | | |
| | | |
| |
17:12:26(957): | | |
| | | 0,

17:12:26(960):


17:12:26(962):


17:12:26(978):

+
17:12:26(994): | | | | |
| | | |
| |
17:12:27(011): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:12:27(033):"histogram-latency": {"0.66": 16, "0.49": 36, "0.60": 6,
"0.61": 8, "0.62": 3, "0.63": 3, "0.64": 4, "0.65": 12, "0.48": 22, "0.67":
13, "0.46": 23, "0.69": 21, "0.44": 7, "0.45": 22, "0.42": 3, "0
17:12:27(056):.43": 6, "0.40": 10, "0.41": 7, "0.78": 8, "0.82": 3, "0.80":
4, "0.81": 3, "0.84": 2, "0.73": 9, "0.58": 8, "0.71": 20, "0.70": 26,
"0.47": 27, "0.76": 13, "0.75": 7, "0.74": 10, "0.51": 20, "0.50
17:12:27(072):": 31, "0.53": 14, "0.52": 23, "0.55": 15, "0.54": 14, "0.57":
12, "0.56": 8, "1.01": 1, "0.59": 6, "0.39": 5, "0.72": 12, "0.37": 6,
"0.36": 8, "0.35": 11, "0.34": 17, "0.3
17:12:27(091): 16928 | pscheduler | 9308 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:17.962544+00 | 2019-05-12 14:08:40.81919+00 | 2019-05-12 14:
17:12:27(100):08:40.81937+00 | 2019-05-12 14:08:40.819376+00 | f |
active | 22285748 | 22285280 |

17:12:27(102):


17:12:27(104):


17:12:27(119):

+
17:12:27(136): | | | | |
| | | |
| |
17:12:27(146): | | |
| | | WITH inserted_row AS (

17:12:27(148):


17:12:27(150):


17:12:27(165):

+
17:12:27(181): | | | | |
| | | |
| |
17:12:27(196): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:27(198):


17:12:27(200):


17:12:27(216):

+
17:12:27(234): | | | | |
| | | |
| |
17:12:27(244): | | |
| | | VALUES (24080,

17:12:27(247):


17:12:27(249):


17:12:27(265):

+
17:12:27(281): | | | | |
| | | |
| |
17:12:27(291): | | |
| | | NULL,

17:12:27(295):


17:12:27(298):


17:12:27(313):

+
17:12:27(328): | | | | |
| | | |
| |
17:12:27(343): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:27(345):


17:12:27(348):


17:12:27(363):

+
17:12:27(379): | | | | |
| | | |
| |
17:12:27(391): | | |
| | |
run_state_finished(),
17:12:27(394):


17:12:27(396):


17:12:27(411):

+
17:12:27(427): | | | | |
| | | |
| |
17:12:27(436): | | |
| | | 0,

17:12:27(438):


17:12:27(440):


17:12:27(455):

+
17:12:27(471): | | | | |
| | | |
| |
17:12:27(489): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:12:27(510):"histogram-latency": {"0.66": 6, "0.67": 4, "0.60": 11,
"0.61": 13, "0.62": 11, "0.63": 14, "0.64": 12, "0.65": 12, "0.48": 16,
"0.49": 15, "0.46": 11, "0.47": 10, "0.44": 12, "0.45": 16, "0.42": 3
17:12:27(532):9, "0.43": 29, "0.40": 33, "0.41": 26, "0.28": 2, "0.29": 7,
"0.24": 1, "0.25": 3, "0.26": 1, "0.27": 2, "0.20": 1, "0.21": 5, "0.22": 6,
"0.23": 5, "0.69": 10, "0.73": 2, "0.57": 7, "0.55": 7, "0.
17:12:27(549):72": 2, "0.15": 1, "0.58": 14, "0.17": 2, "0.16": 1, "0.76":
1, "0.13": 1, "0.74": 3, "0.51": 6, "0.50": 5, "0.53": 13, "0.52": 8, "0.19":
1, "0.18": 1, "0.54": 5, "0.56": 8
17:12:27(568): 16928 | pscheduler | 9310 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:18.303173+00 | 2019-05-12 14:08:51.582487+00 | 2019-05-12 14:
17:12:27(575):08:51.582596+00 | 2019-05-12 14:08:51.5826+00 | f |
active | 22285816 | 22285280 |

17:12:27(578):


17:12:27(580):


17:12:27(595):

+
17:12:27(612): | | | | |
| | | |
| |
17:12:27(622): | | |
| | | WITH inserted_row AS (

17:12:27(624):


17:12:27(627):


17:12:27(641):

+
17:12:27(658): | | | | |
| | | |
| |
17:12:27(674): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:27(676):


17:12:27(678):


17:12:27(693):

+
17:12:27(709): | | | | |
| | | |
| |
17:12:27(719): | | |
| | | VALUES (23500,

17:12:27(721):


17:12:27(723):


17:12:27(738):

+
17:12:27(754): | | | | |
| | | |
| |
17:12:27(763): | | |
| | | NULL,

17:12:27(766):


17:12:27(768):


17:12:27(783):

+
17:12:27(800): | | | | |
| | | |
| |
17:12:27(815): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:27(817):


17:12:27(820):


17:12:27(835):

+
17:12:27(851): | | | | |
| | | |
| |
17:12:27(862): | | |
| | |
run_state_finished(),
17:12:27(864):


17:12:27(866):


17:12:27(881):

+
17:12:27(897): | | | | |
| | | |
| |
17:12:27(906): | | |
| | | 0,

17:12:27(909):


17:12:27(911):


17:12:27(926):

+
17:12:27(942): | | | | |
| | | |
| |
17:12:27(959): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:27(980):"histogram-latency": {"-0.06": 1, "-0.15": 7, "-0.28": 37,
"-0.29": 50, "-0.14": 6, "-0.24": 11, "-0.25": 14, "-0.26": 10, "-0.27": 19,
"-0.20": 7, "-0.31": 42, "-0.22": 6, "-0.23": 7, "-0.16": 6,
17:12:28(001):"-0.37": 10, "-0.03": 1, "0.09": 1, "-0.13": 6, "-0.34": 40,
"-0.41": 1, "-0.10": 4, "1.73": 1, "-0.40": 1, "-0.33": 43, "-0.32": 42,
"-0.17": 4, "-0.30": 66, "-0.11": 9, "-0.36": 27, "-0.35": 63,
17:12:28(018):"-0.12": 9, "-0.39": 2, "-0.38": 7, "-0.19": 11, "-0.18": 7,
"-0.21": 13, "-0.07": 2, "0.14": 1, "-0.08": 2, "-0.09": 3, "2.46": 1},
"histogram-ttl": {"253": 600}, "packets-
17:12:28(038): 16928 | pscheduler | 9314 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:18.587659+00 | 2019-05-12 14:08:57.241726+00 | 2019-05-12 14:
17:12:28(045):08:57.241894+00 | 2019-05-12 14:08:57.2419+00 | f |
active | 22285879 | 22285281 |

17:12:28(047):


17:12:28(050):


17:12:28(065):

+
17:12:28(081): | | | | |
| | | |
| |
17:12:28(091): | | |
| | | WITH inserted_row AS (

17:12:28(094):


17:12:28(097):


17:12:28(112):

+
17:12:28(129): | | | | |
| | | |
| |
17:12:28(145): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:28(147):


17:12:28(149):


17:12:28(164):

+
17:12:28(180): | | | | |
| | | |
| |
17:12:28(189): | | |
| | | VALUES (23496,

17:12:28(191):


17:12:28(194):


17:12:28(208):

+
17:12:28(225): | | | | |
| | | |
| |
17:12:28(235): | | |
| | | NULL,

17:12:28(237):


17:12:28(239):


17:12:28(254):

+
17:12:28(271): | | | | |
| | | |
| |
17:12:28(286): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:28(288):


17:12:28(290):


17:12:28(305):

+
17:12:28(322): | | | | |
| | | |
| |
17:12:28(334): | | |
| | |
run_state_finished(),
17:12:28(336):


17:12:28(338):


17:12:28(354):

+
17:12:28(370): | | | | |
| | | |
| |
17:12:28(379): | | |
| | | 0,

17:12:28(381):


17:12:28(384):


17:12:28(398):

+
17:12:28(415): | | | | |
| | | |
| |
17:12:28(439): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:28(461):"histogram-latency": {"0.81": 8, "0.60": 1, "0.61": 1, "0.62":
4, "0.63": 9, "0.64": 17, "0.65": 36, "0.66": 48, "0.67": 33, "0.68": 38,
"0.69": 32, "1.50": 1, "1.74": 1, "1.52": 2, "0.78": 10, "1.
17:12:28(483):75": 1, "1.76": 6, "1.84": 1, "0.82": 5, "0.83": 8, "0.80": 5,
"52.90": 1, "0.86": 4, "1.57": 10, "0.84": 9, "0.85": 4, "1.70": 5, "0.88":
5, "0.89": 3, "1.78": 1, "1.79": 1, "1.71": 1, "1.54": 2,
17:12:28(501):"0.90": 3, "1.55": 4, "0.87": 3, "0.73": 25, "0.72": 39,
"0.71": 48, "0.70": 33, "0.77": 8, "0.76": 12, "0.75": 20, "0.74": 17,
"1.81": 2, "0.79": 6, "1.82": 1, "1.85": 1, "
17:12:28(520): 16928 | pscheduler | 9316 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:18.644858+00 | 2019-05-12 14:09:01.404878+00 | 2019-05-12 14:
17:12:28(526):09:01.405019+00 | 2019-05-12 14:09:01.405025+00 | f |
active | 22285943 | 22285295 |

17:12:28(528):


17:12:28(531):


17:12:28(546):

+
17:12:28(562): | | | | |
| | | |
| |
17:12:28(572): | | |
| | | WITH inserted_row AS (

17:12:28(575):


17:12:28(577):


17:12:28(592):

+
17:12:28(609): | | | | |
| | | |
| |
17:12:28(624): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:28(626):


17:12:28(629):


17:12:28(644):

+
17:12:28(661): | | | | |
| | | |
| |
17:12:28(671): | | |
| | | VALUES (23623,

17:12:28(673):


17:12:28(675):


17:12:28(690):

+
17:12:28(706): | | | | |
| | | |
| |
17:12:28(716): | | |
| | | NULL,

17:12:28(718):


17:12:28(720):


17:12:28(735):

+
17:12:28(752): | | | | |
| | | |
| |
17:12:28(767): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:28(769):


17:12:28(771):


17:12:28(787):

+
17:12:28(804): | | | | |
| | | |
| |
17:12:28(816): | | |
| | |
run_state_finished(),
17:12:28(818):


17:12:28(821):


17:12:28(835):

+
17:12:28(852): | | | | |
| | | |
| |
17:12:28(861): | | |
| | | 0,

17:12:28(863):


17:12:28(866):


17:12:28(880):

+
17:12:28(896): | | | | |
| | | |
| |
17:12:28(914): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:12:28(935):"histogram-latency": {"0.53": 10, "0.66": 13, "0.67": 17,
"0.60": 4, "0.61": 8, "0.62": 3, "0.63": 7, "0.64": 6, "0.65": 9, "0.48": 25,
"0.49": 40, "0.68": 12, "0.47": 36, "0.44": 6, "0.45": 21, "0
17:12:28(956):.42": 5, "0.43": 4, "0.40": 7, "0.38": 4, "0.78": 4, "0.69":
23, "0.80": 3, "0.81": 2, "0.46": 34, "0.41": 8, "0.59": 5, "0.58": 5,
"0.71": 24, "0.70": 20, "0.77": 7, "0.76": 18, "0.75": 7, "0.74":
17:12:28(973): 4, "0.51": 23, "0.50": 23, "0.79": 5, "0.52": 10, "0.55": 22,
"0.54": 11, "0.57": 8, "0.56": 14, "0.73": 6, "0.39": 6, "0.72": 16, "0.37":
9, "0.36": 11, "0.35": 18, "0.34"
17:12:28(991): 16928 | pscheduler | 9324 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:19.46208+00 | 2019-05-12 14:09:01.110433+00 | 2019-05-12 14:
17:12:28(999):09:01.110555+00 | 2019-05-12 14:09:01.110559+00 | f |
active | 22285935 | 22285295 |

17:12:29(001):


17:12:29(003):


17:12:29(018):

+
17:12:29(036): | | | | |
| | | |
| |
17:12:29(046): | | |
| | | WITH inserted_row AS (

17:12:29(048):


17:12:29(051):


17:12:29(066):

+
17:12:29(082): | | | | |
| | | |
| |
17:12:29(097): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:29(099):


17:12:29(101):


17:12:29(116):

+
17:12:29(133): | | | | |
| | | |
| |
17:12:29(142): | | |
| | | VALUES (24044,

17:12:29(145):


17:12:29(147):


17:12:29(162):

+
17:12:29(179): | | | | |
| | | |
| |
17:12:29(188): | | |
| | | NULL,

17:12:29(191):


17:12:29(193):


17:12:29(207):

+
17:12:29(223): | | | | |
| | | |
| |
17:12:29(238): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:29(241):


17:12:29(243):


17:12:29(258):

+
17:12:29(274): | | | | |
| | | |
| |
17:12:29(285): | | |
| | |
run_state_finished(),
17:12:29(287):


17:12:29(289):


17:12:29(304):

+
17:12:29(320): | | | | |
| | | |
| |
17:12:29(329): | | |
| | | 0,

17:12:29(332):


17:12:29(334):


17:12:29(349):

+
17:12:29(366): | | | | |
| | | |
| |
17:12:29(382): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:29(403):"histogram-latency": {"-0.06": 1, "-0.04": 7, "-0.05": 5,
"-0.02": 4, "-0.03": 14, "-0.01": 7, "0.20": 3, "-0.09": 1, "0.22": 4,
"0.23": 3, "0.42": 1, "0.40": 6, "0.41": 4, "0.08": 35, "0.09": 18,
17:12:29(424):"0.28": 31, "0.29": 12, "0.24": 16, "0.03": 33, "0.26": 16,
"0.01": 14, "0.06": 19, "0.21": 4, "0.04": 27, "0.05": 23, "0.15": 8, "0.14":
5, "0.17": 2, "0.16": 3, "0.11": 18, "0.10": 20, "0.13": 8,
17:12:29(441): "0.12": 7, "0.19": 4, "0.18": 3, "0.07": 33, "0.39": 6,
"0.38": 9, "0.37": 14, "0.36": 16, "0.35": 12, "0.34": 11, "0.33": 14,
"0.32": 13, "0.31": 17, "0.30": 21, "0.02": 1
17:12:29(460): 16928 | pscheduler | 9331 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:19.872399+00 | 2019-05-12 14:08:48.043474+00 | 2019-05-12 14:
17:12:29(467):08:48.043583+00 | 2019-05-12 14:08:48.043587+00 | f |
active | 22285792 | 22285280 |

17:12:29(469):


17:12:29(471):


17:12:29(486):

+
17:12:29(503): | | | | |
| | | |
| |
17:12:29(513): | | |
| | | WITH inserted_row AS (

17:12:29(515):


17:12:29(518):


17:12:29(533):

+
17:12:29(550): | | | | |
| | | |
| |
17:12:29(566): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:29(568):


17:12:29(571):


17:12:29(587):

+
17:12:29(603): | | | | |
| | | |
| |
17:12:29(613): | | |
| | | VALUES (24441,

17:12:29(615):


17:12:29(617):


17:12:29(632):

+
17:12:29(648): | | | | |
| | | |
| |
17:12:29(657): | | |
| | | NULL,

17:12:29(659):


17:12:29(662):


17:12:29(678):

+
17:12:29(694): | | | | |
| | | |
| |
17:12:29(708): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:29(711):


17:12:29(713):


17:12:29(728):

+
17:12:29(744): | | | | |
| | | |
| |
17:12:29(755): | | |
| | |
run_state_finished(),
17:12:29(758):


17:12:29(760):


17:12:29(775):

+
17:12:29(791): | | | | |
| | | |
| |
17:12:29(800): | | |
| | | 0,

17:12:29(802):


17:12:29(805):


17:12:29(819):

+
17:12:29(836): | | | | |
| | | |
| |
17:12:29(852): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:29(873):"histogram-latency": {"0.66": 2, "0.49": 11, "0.60": 11,
"0.61": 8, "0.62": 9, "0.63": 5, "0.48": 12, "0.69": 1, "0.46": 2, "0.47":
12, "0.44": 7, "0.45": 3, "0.42": 3, "0.43": 5, "0.40": 6, "0.41"
17:12:29(895):: 5, "0.28": 25, "0.29": 30, "1.11": 1, "0.24": 6, "0.25": 2,
"0.26": 7, "0.27": 12, "0.20": 1, "0.21": 3, "0.22": 15, "0.23": 10, "0.59":
12, "0.58": 15, "0.51": 11, "0.50": 21, "0.53": 15, "0.52"
17:12:29(913):: 29, "0.55": 19, "0.54": 19, "0.57": 7, "0.56": 13, "0.39":
4, "0.38": 11, "0.37": 18, "0.36": 18, "0.35": 17, "0.34": 12, "0.33": 35,
"0.32": 37, "0.31": 40, "0.30": 33},
17:12:29(931): 16928 | pscheduler | 9337 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:20.134956+00 | 2019-05-12 14:08:54.872342+00 | 2019-05-12 14:
17:12:29(938):08:54.872491+00 | 2019-05-12 14:08:54.872497+00 | f |
active | 22285849 | 22285280 |

17:12:29(940):


17:12:29(943):


17:12:29(957):

+
17:12:29(974): | | | | |
| | | |
| |
17:12:29(983): | | |
| | | WITH inserted_row AS (

17:12:29(986):


17:12:29(988):


17:12:30(002):

+
17:12:30(019): | | | | |
| | | |
| |
17:12:30(036): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:30(039):


17:12:30(041):


17:12:30(055):

+
17:12:30(072): | | | | |
| | | |
| |
17:12:30(081): | | |
| | | VALUES (24396,

17:12:30(083):


17:12:30(086):


17:12:30(100):

+
17:12:30(117): | | | | |
| | | |
| |
17:12:30(126): | | |
| | | NULL,

17:12:30(128):


17:12:30(131):


17:12:30(145):

+
17:12:30(161): | | | | |
| | | |
| |
17:12:30(176): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:30(178):


17:12:30(181):


17:12:30(195):

+
17:12:30(212): | | | | |
| | | |
| |
17:12:30(224): | | |
| | |
run_state_finished(),
17:12:30(226):


17:12:30(228):


17:12:30(243):

+
17:12:30(260): | | | | |
| | | |
| |
17:12:30(270): | | |
| | | 0,

17:12:30(272):


17:12:30(274):


17:12:30(289):

+
17:12:30(306): | | | | |
| | | |
| |
17:12:30(323): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:30(345):"histogram-latency": {"3.72": 1, "6.44": 1, "3.70": 1, "6.40":
1, "7.11": 1, "7.12": 2, "6.43": 1, "3.78": 1, "6.49": 1, "6.30": 1, "6.35":
1, "6.37": 1, "4.06": 1, "5.57": 1, "5.54": 1, "7.03": 1,
17:12:30(366): "7.00": 1, "4.18": 1, "7.54": 1, "3.61": 1, "6.59": 1,
"5.59": 1, "5.52": 1, "41.96": 1, "3.19": 1, "5.43": 1, "5.42": 1, "4.14": 1,
"6.64": 1, "5.46": 1, "5.48": 1, "2.35": 1, "4.88": 2, "4.87":
17:12:30(384):1, "4.81": 2, "6.79": 1, "7.24": 1, "6.71": 1, "5.38": 1,
"5.39": 1, "3.93": 2, "3.95": 1, "2.47": 1, "2.49": 1, "4.92": 1, "0.76": 15,
"6.08": 1, "6.09": 1, "6.63": 1, "6.0
17:12:30(403): 16928 | pscheduler | 9341 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:20.364999+00 | 2019-05-12 14:08:48.377215+00 | 2019-05-12 14:
17:12:30(409):08:48.377329+00 | 2019-05-12 14:08:48.377333+00 | f |
active | 22285794 | 22285280 |

17:12:30(411):


17:12:30(414):


17:12:30(428):

+
17:12:30(445): | | | | |
| | | |
| |
17:12:30(456): | | |
| | | WITH inserted_row AS (

17:12:30(458):


17:12:30(460):


17:12:30(475):

+
17:12:30(491): | | | | |
| | | |
| |
17:12:30(507): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:30(509):


17:12:30(511):


17:12:30(526):

+
17:12:30(542): | | | | |
| | | |
| |
17:12:30(552): | | |
| | | VALUES (24333,

17:12:30(554):


17:12:30(557):


17:12:30(571):

+
17:12:30(587): | | | | |
| | | |
| |
17:12:30(597): | | |
| | | NULL,

17:12:30(599):


17:12:30(602):


17:12:30(617):

+
17:12:30(633): | | | | |
| | | |
| |
17:12:30(648): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:30(651):


17:12:30(653):


17:12:30(668):

+
17:12:30(686): | | | | |
| | | |
| |
17:12:30(697): | | |
| | |
run_state_finished(),
17:12:30(699):


17:12:30(701):


17:12:30(716):

+
17:12:30(732): | | | | |
| | | |
| |
17:12:30(742): | | |
| | | 0,

17:12:30(744):


17:12:30(746):


17:12:30(763):

+
17:12:30(778): | | | | |
| | | |
| |
17:12:30(795): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:30(817):"histogram-latency": {"0.64": 1, "0.44": 3, "0.45": 2, "0.43":
2, "0.40": 2, "0.41": 2, "0.28": 14, "0.29": 7, "0.24": 36, "0.25": 30,
"0.26": 21, "0.27": 12, "0.20": 40, "0.21": 58, "0.22": 61, "0
17:12:30(839):.23": 49, "0.15": 18, "0.14": 8, "0.17": 51, "0.16": 31,
"0.19": 37, "0.18": 46, "0.39": 6, "0.38": 6, "0.37": 8, "0.36": 9, "0.35":
9, "0.34": 4, "0.33": 10, "0.32": 5, "0.31": 6, "0.30": 6}, "his
17:12:30(853):togram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:12:30(869): | | | | |
| | | |
| |
17:12:30(879): | | |
| | | RETURNING *

17:12:30(881):


17:12:30(883):


17:12:30(898):

+
17:12:30(915): | | | | |
| | | |
| |
17:12:30(920): | | |
| | |
17:12:30(939): 16928 | pscheduler | 9345 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:20.699627+00 | 2019-05-12 14:08:57.813164+00 | 2019-05-12 14:
17:12:30(945):08:57.813477+00 | 2019-05-12 14:08:57.813483+00 | f |
active | 22285887 | 22285281 |

17:12:30(948):


17:12:30(950):


17:12:30(965):

+
17:12:30(982): | | | | |
| | | |
| |
17:12:30(992): | | |
| | | WITH inserted_row AS (

17:12:30(994):


17:12:30(997):


17:12:31(011):

+
17:12:31(029): | | | | |
| | | |
| |
17:12:31(045): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:31(047):


17:12:31(050):


17:12:31(064):

+
17:12:31(080): | | | | |
| | | |
| |
17:12:31(089): | | |
| | | VALUES (23787,

17:12:31(092):


17:12:31(094):


17:12:31(109):

+
17:12:31(125): | | | | |
| | | |
| |
17:12:31(134): | | |
| | | NULL,

17:12:31(136):


17:12:31(139):


17:12:31(153):

+
17:12:31(169): | | | | |
| | | |
| |
17:12:31(184): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:31(186):


17:12:31(189):


17:12:31(204):

+
17:12:31(219): | | | | |
| | | |
| |
17:12:31(230): | | |
| | |
run_state_finished(),
17:12:31(233):


17:12:31(235):


17:12:31(250):

+
17:12:31(267): | | | | |
| | | |
| |
17:12:31(275): | | |
| | | 0,

17:12:31(277):


17:12:31(281):


17:12:31(296):

+
17:12:31(314): | | | | |
| | | |
| |
17:12:31(331): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:31(351):"histogram-latency": {"0.18": 52, "0.42": 2, "0.43": 1,
"0.40": 3, "0.41": 12, "0.28": 11, "0.29": 7, "0.24": 41, "0.25": 27, "0.26":
25, "0.27": 16, "0.20": 41, "0.21": 50, "0.22": 63, "0.23": 62,
17:12:31(374): "0.15": 7, "0.14": 1, "0.17": 53, "0.16": 32, "0.77": 1,
"0.13": 3, "0.19": 33, "0.54": 1, "0.39": 4, "0.38": 3, "0.37": 9, "0.36": 6,
"0.35": 4, "0.34": 5, "0.33": 7, "0.32": 6, "0.31": 5, "0.30"
17:12:31(390):: 7}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packets-received": 600, "schema":
1}') +
17:12:31(406): | | | | |
| | | |
| |
17:12:31(415): | | |
| | | RETURNING *

17:12:31(417):


17:12:31(419):


17:12:31(434):

+
17:12:31(450): | | | | |
| | | |
| |
17:12:31(456): | | |
| | |
17:12:31(474): 16928 | pscheduler | 9347 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:20.753065+00 | 2019-05-12 14:08:47.843289+00 | 2019-05-12 14:
17:12:31(481):08:47.843416+00 | 2019-05-12 14:08:47.84342+00 | f |
active | 22285790 | 22285280 |

17:12:31(483):


17:12:31(485):


17:12:31(500):

+
17:12:31(516): | | | | |
| | | |
| |
17:12:31(526): | | |
| | | WITH inserted_row AS (

17:12:31(528):


17:12:31(531):


17:12:31(545):

+
17:12:31(562): | | | | |
| | | |
| |
17:12:31(577): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:31(579):


17:12:31(581):


17:12:31(596):

+
17:12:31(612): | | | | |
| | | |
| |
17:12:31(622): | | |
| | | VALUES (24448,

17:12:31(624):


17:12:31(626):


17:12:31(641):

+
17:12:31(657): | | | | |
| | | |
| |
17:12:31(666): | | |
| | | NULL,

17:12:31(669):


17:12:31(672):


17:12:31(686):

+
17:12:31(703): | | | | |
| | | |
| |
17:12:31(718): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:31(720):


17:12:31(722):


17:12:31(737):

+
17:12:31(753): | | | | |
| | | |
| |
17:12:31(764): | | |
| | |
run_state_finished(),
17:12:31(767):


17:12:31(770):


17:12:31(784):

+
17:12:31(801): | | | | |
| | | |
| |
17:12:31(810): | | |
| | | 0,

17:12:31(813):


17:12:31(815):


17:12:31(830):

+
17:12:31(846): | | | | |
| | | |
| |
17:12:31(863): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:31(884):"histogram-latency": {"6.44": 1, "6.45": 1, "6.47": 1, "6.41":
2, "3.74": 1, "5.62": 1, "6.30": 1, "6.36": 2, "2.17": 1, "6.38": 1, "2.15":
1, "5.46": 1, "5.57": 1, "3.69": 1, "3.68": 1, "3.64": 2,
17:12:31(905): "3.66": 1, "6.65": 1, "5.58": 1, "4.28": 1, "2.29": 2,
"2.27": 1, "2.25": 1, "4.11": 2, "4.10": 1, "4.12": 1, "4.14": 1, "4.16": 1,
"5.48": 1, "3.13": 2, "3.15": 1, "3.16": 1, "2.36": 2, "3.41": 1
17:12:31(922):, "4.88": 1, "4.84": 1, "6.79": 2, "7.60": 1, "7.21": 1,
"3.01": 1, "7.26": 1, "6.71": 1, "7.23": 1, "4.65": 2, "5.78": 1, "3.92": 1,
"2.43": 1, "5.79": 1, "4.95": 1, "4.96"
17:12:31(941): 16928 | pscheduler | 9350 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:21.02036+00 | 2019-05-12 14:08:35.312777+00 | 2019-05-12 14:
17:12:31(948):08:35.312928+00 | 2019-05-12 14:08:35.312933+00 | f |
active | 22285734 | 22285280 |

17:12:31(950):


17:12:31(953):


17:12:31(975):

+
17:12:31(991): | | | | |
| | | |
| |
17:12:32(001): | | |
| | | WITH inserted_row AS (

17:12:32(003):


17:12:32(005):


17:12:32(020):

+
17:12:32(038): | | | | |
| | | |
| |
17:12:32(054): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:32(056):


17:12:32(058):


17:12:32(073):

+
17:12:32(089): | | | | |
| | | |
| |
17:12:32(099): | | |
| | | VALUES (23634,

17:12:32(101):


17:12:32(103):


17:12:32(118):

+
17:12:32(135): | | | | |
| | | |
| |
17:12:32(144): | | |
| | | NULL,

17:12:32(146):


17:12:32(148):


17:12:32(163):

+
17:12:32(180): | | | | |
| | | |
| |
17:12:32(195): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:32(197):


17:12:32(200):


17:12:32(216):

+
17:12:32(233): | | | | |
| | | |
| |
17:12:32(244): | | |
| | |
run_state_finished(),
17:12:32(246):


17:12:32(249):


17:12:32(263):

+
17:12:32(279): | | | | |
| | | |
| |
17:12:32(288): | | |
| | | 0,

17:12:32(291):


17:12:32(293):


17:12:32(308):

+
17:12:32(325): | | | | |
| | | |
| |
17:12:32(342): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:32(363):"histogram-latency": {"0.92": 1, "1.71": 3, "1.55": 1, "0.61":
2, "0.62": 9, "0.63": 5, "0.64": 18, "0.65": 25, "0.66": 28, "0.67": 38,
"0.68": 39, "0.69": 34, "1.74": 1, "1.83": 1, "51.75": 1, "1.
17:12:32(384):82": 1, "2.33": 1, "1.75": 1, "1.87": 1, "0.82": 6, "0.83": 9,
"0.80": 14, "0.81": 10, "0.86": 6, "0.87": 3, "0.84": 5, "0.85": 5, "1.70":
7, "0.88": 8, "0.89": 4, "1.79": 1, "1.57": 3, "1.54": 3,
17:12:32(402):"1.56": 3, "1.73": 3, "0.73": 33, "0.72": 32, "0.71": 48,
"0.70": 47, "0.77": 8, "0.76": 11, "0.75": 11, "0.74": 16, "1.81": 2, "0.79":
10, "0.78": 8, "1.85": 1, "1.58": 4,
17:12:32(420): 16928 | pscheduler | 9352 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:21.074+00 | 2019-05-12 14:09:00.928451+00 | 2019-05-12 14:
17:12:32(427):09:00.928571+00 | 2019-05-12 14:09:00.928575+00 | f |
active | 22285932 | 22285295 |

17:12:32(430):


17:12:32(432):


17:12:32(447):

+
17:12:32(463): | | | | |
| | | |
| |
17:12:32(473): | | |
| | | WITH inserted_row AS (

17:12:32(476):


17:12:32(478):


17:12:32(493):

+
17:12:32(509): | | | | |
| | | |
| |
17:12:32(525): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:32(527):


17:12:32(529):


17:12:32(544):

+
17:12:32(561): | | | | |
| | | |
| |
17:12:32(570): | | |
| | | VALUES (24403,

17:12:32(572):


17:12:32(575):


17:12:32(589):

+
17:12:32(605): | | | | |
| | | |
| |
17:12:32(615): | | |
| | | NULL,

17:12:32(617):


17:12:32(620):


17:12:32(634):

+
17:12:32(651): | | | | |
| | | |
| |
17:12:32(666): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:32(668):


17:12:32(673):


17:12:32(688):

+
17:12:32(704): | | | | |
| | | |
| |
17:12:32(716): | | |
| | |
run_state_finished(),
17:12:32(719):


17:12:32(721):


17:12:32(737):

+
17:12:32(753): | | | | |
| | | |
| |
17:12:32(762): | | |
| | | 0,

17:12:32(764):


17:12:32(766):


17:12:32(782):

+
17:12:32(798): | | | | |
| | | |
| |
17:12:32(815): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:32(836):"histogram-latency": {"0.60": 50, "0.61": 46, "0.62": 59,
"0.63": 29, "0.64": 54, "0.65": 76, "0.66": 58, "0.67": 50, "0.68": 18,
"0.69": 17, "0.82": 2, "0.83": 4, "0.80": 5, "0.81": 2, "0.86": 2,
17:12:32(858):"0.87": 2, "0.84": 4, "0.85": 3, "0.59": 24, "0.72": 11,
"0.71": 6, "0.70": 17, "0.77": 9, "0.76": 4, "0.75": 7, "0.74": 7, "0.79": 2,
"0.78": 5, "0.54": 1, "0.57": 7, "0.56": 1, "0.73": 5, "0.58":
17:12:32(873): 9, "0.98": 1, "0.91": 1, "0.90": 1, "0.92": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-received": 600, "sch
17:12:32(891): 16928 | pscheduler | 9356 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:21.182572+00 | 2019-05-12 14:08:53.451612+00 | 2019-05-12 14:
17:12:32(898):08:53.451724+00 | 2019-05-12 14:08:53.451729+00 | f |
active | 22285836 | 22285280 |

17:12:32(900):


17:12:32(902):


17:12:32(917):

+
17:12:32(934): | | | | |
| | | |
| |
17:12:32(943): | | |
| | | WITH inserted_row AS (

17:12:32(946):


17:12:32(949):


17:12:32(964):

+
17:12:32(980): | | | | |
| | | |
| |
17:12:32(995): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:32(998):


17:12:33(000):


17:12:33(015):

+
17:12:33(032): | | | | |
| | | |
| |
17:12:33(043): | | |
| | | VALUES (23533,

17:12:33(046):


17:12:33(048):


17:12:33(063):

+
17:12:33(079): | | | | |
| | | |
| |
17:12:33(088): | | |
| | | NULL,

17:12:33(090):


17:12:33(092):


17:12:33(107):

+
17:12:33(122): | | | | |
| | | |
| |
17:12:33(138): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:33(140):


17:12:33(142):


17:12:33(157):

+
17:12:33(173): | | | | |
| | | |
| |
17:12:33(184): | | |
| | |
run_state_finished(),
17:12:33(186):


17:12:33(188):


17:12:33(203):

+
17:12:33(219): | | | | |
| | | |
| |
17:12:33(228): | | |
| | | 0,

17:12:33(231):


17:12:33(233):


17:12:33(248):

+
17:12:33(264): | | | | |
| | | |
| |
17:12:33(282): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:12:33(303):"histogram-latency": {"10.24": 1, "8.22": 1, "13.54": 1,
"12.79": 1, "0.48": 3, "0.49": 4, "0.46": 3, "0.47": 6, "0.44": 18, "0.45":
8, "0.42": 26, "0.43": 15, "0.40": 9, "0.41": 11, "12.81": 1, "0
17:12:33(325):.18": 31, "6.32": 2, "7.65": 1, "7.64": 1, "2.19": 1, "11.49":
1, "7.68": 1, "10.18": 1, "12.67": 1, "12.60": 1, "11.68": 1, "10.56": 1,
"0.50": 1, "0.55": 3, "12.98": 1, "13.40": 1, "8.95": 1, "8.
17:12:33(342):94": 1, "8.93": 1, "7.36": 1, "9.35": 1, "8.15": 1, "10.42":
1, "8.73": 1, "15.00": 1, "2.36": 1, "0.28": 6, "0.29": 13, "11.53": 1,
"0.24": 23, "0.25": 17, "0.26": 20, "0.2
17:12:33(361): 16928 | pscheduler | 9359 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:21.549905+00 | 2019-05-12 14:08:59.784835+00 | 2019-05-12 14:
17:12:33(367):08:59.784953+00 | 2019-05-12 14:08:59.784957+00 | f |
active | 22285911 | 22285281 |

17:12:33(370):


17:12:33(372):


17:12:33(388):

+
17:12:33(404): | | | | |
| | | |
| |
17:12:33(414): | | |
| | | WITH inserted_row AS (

17:12:33(417):


17:12:33(419):


17:12:33(434):

+
17:12:33(450): | | | | |
| | | |
| |
17:12:33(465): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:33(467):


17:12:33(469):


17:12:33(484):

+
17:12:33(501): | | | | |
| | | |
| |
17:12:33(510): | | |
| | | VALUES (24384,

17:12:33(512):


17:12:33(515):


17:12:33(530):

+
17:12:33(548): | | | | |
| | | |
| |
17:12:33(557): | | |
| | | NULL,

17:12:33(560):


17:12:33(562):


17:12:33(576):

+
17:12:33(592): | | | | |
| | | |
| |
17:12:33(606): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:33(609):


17:12:33(611):


17:12:33(626):

+
17:12:33(642): | | | | |
| | | |
| |
17:12:33(652): | | |
| | |
run_state_finished(),
17:12:33(655):


17:12:33(657):


17:12:33(672):

+
17:12:33(688): | | | | |
| | | |
| |
17:12:33(697): | | |
| | | 0,

17:12:33(700):


17:12:33(702):


17:12:33(719):

+
17:12:33(735): | | | | |
| | | |
| |
17:12:33(752): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:33(773):"histogram-latency": {"-0.06": 28, "-0.07": 22, "-0.04": 18,
"-0.05": 26, "-0.02": 33, "-0.03": 21, "-0.01": 42, "0.06": 8, "-0.08": 22,
"0.07": 11, "0.01": 12, "0.22": 10, "0.05": 9, "0.40": 1, "0
17:12:33(795):.41": 1, "0.08": 9, "0.09": 7, "0.28": 12, "0.29": 3, "0.02":
10, "0.25": 6, "0.26": 6, "0.27": 7, "0.20": 24, "0.21": 10, "0.04": 16,
"0.23": 11, "-0.15": 5, "-0.14": 4, "-0.17": 1, "-0.16": 1, "-
17:12:33(817):0.11": 4, "-0.10": 9, "-0.13": 9, "-0.12": 20, "0.15": 9,
"0.14": 13, "0.17": 11, "0.16": 17, "0.11": 5, "0.10": 8, "0.13": 8, "0.12":
11, "-0.09": 13, "0.19": 14, "0.18": 1
17:12:33(837): 16928 | pscheduler | 9366 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:22.139949+00 | 2019-05-12 14:08:55.731959+00 | 2019-05-12 14:
17:12:33(844):08:55.732068+00 | 2019-05-12 14:08:55.732072+00 | f |
active | 22285861 | 22285280 |

17:12:33(846):


17:12:33(848):


17:12:33(863):

+
17:12:33(880): | | | | |
| | | |
| |
17:12:33(890): | | |
| | | WITH inserted_row AS (

17:12:33(892):


17:12:33(894):


17:12:33(909):

+
17:12:33(926): | | | | |
| | | |
| |
17:12:33(945): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:33(947):


17:12:33(950):


17:12:33(964):

+
17:12:33(980): | | | | |
| | | |
| |
17:12:33(990): | | |
| | | VALUES (23798,

17:12:33(992):


17:12:33(994):


17:12:34(009):

+
17:12:34(025): | | | | |
| | | |
| |
17:12:34(035): | | |
| | | NULL,

17:12:34(037):


17:12:34(040):


17:12:34(056):

+
17:12:34(074): | | | | |
| | | |
| |
17:12:34(088): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:34(091):


17:12:34(093):


17:12:34(108):

+
17:12:34(124): | | | | |
| | | |
| |
17:12:34(136): | | |
| | |
run_state_finished(),
17:12:34(139):


17:12:34(141):


17:12:34(156):

+
17:12:34(173): | | | | |
| | | |
| |
17:12:34(184): | | |
| | | 0,

17:12:34(186):


17:12:34(188):


17:12:34(205):

+
17:12:34(222): | | | | |
| | | |
| |
17:12:34(240): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:12:34(261):"histogram-latency": {"0.35": 7, "2.39": 1, "0.45": 1, "1.84":
1, "0.60": 1, "0.61": 1, "0.91": 1, "0.64": 1, "0.48": 1, "0.49": 3, "0.68":
1, "1.97": 1, "0.44": 2, "0.30": 13, "0.42": 2, "1.93": 1
17:12:34(283):, "0.40": 8, "0.41": 1, "1.16": 1, "2.34": 2, "2.51": 1,
"2.50": 1, "0.28": 7, "0.29": 17, "2.54": 1, "0.24": 51, "0.25": 35, "1.13":
1, "0.27": 14, "0.20": 61, "0.21": 48, "0.22": 29, "0.23": 47,
17:12:34(301):"0.14": 1, "1.76": 1, "1.77": 1, "0.87": 1, "1.54": 1, "1.30":
1, "1.51": 1, "1.32": 2, "1.78": 1, "1.57": 1, "0.43": 1, "0.17": 16, "0.15":
4, "1.71": 1, "1.82": 1, "0.70":
17:12:34(319): 16928 | pscheduler | 9368 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:22.341356+00 | 2019-05-12 14:08:34.399676+00 | 2019-05-12 14:
17:12:34(325):08:34.39983+00 | 2019-05-12 14:08:34.399836+00 | f |
active | 22285728 | 22285280 |

17:12:34(328):


17:12:34(330):


17:12:34(345):

+
17:12:34(361): | | | | |
| | | |
| |
17:12:34(371): | | |
| | | WITH inserted_row AS (

17:12:34(373):


17:12:34(375):


17:12:34(390):

+
17:12:34(406): | | | | |
| | | |
| |
17:12:34(422): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:34(424):


17:12:34(426):


17:12:34(441):

+
17:12:34(457): | | | | |
| | | |
| |
17:12:34(467): | | |
| | | VALUES (23497,

17:12:34(469):


17:12:34(472):


17:12:34(487):

+
17:12:34(503): | | | | |
| | | |
| |
17:12:34(512): | | |
| | | NULL,

17:12:34(515):


17:12:34(518):


17:12:34(532):

+
17:12:34(548): | | | | |
| | | |
| |
17:12:34(563): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:34(565):


17:12:34(567):


17:12:34(582):

+
17:12:34(598): | | | | |
| | | |
| |
17:12:34(609): | | |
| | |
run_state_finished(),
17:12:34(611):


17:12:34(613):


17:12:34(628):

+
17:12:34(644): | | | | |
| | | |
| |
17:12:34(653): | | |
| | | 0,

17:12:34(656):


17:12:34(658):


17:12:34(673):

+
17:12:34(690): | | | | |
| | | |
| |
17:12:34(707): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:34(728):"histogram-latency": {"0.66": 4, "3.52": 1, "0.49": 15,
"0.60": 6, "0.61": 5, "0.62": 8, "0.63": 5, "0.64": 4, "0.65": 3, "0.48": 27,
"0.67": 2, "0.68": 1, "0.47": 45, "0.44": 37, "0.45": 55, "0.42
17:12:34(749):": 53, "0.43": 35, "0.40": 39, "0.41": 68, "0.69": 1, "0.46":
65, "98.86": 1, "0.59": 11, "0.58": 8, "0.51": 10, "0.50": 17, "0.53": 5,
"0.52": 11, "0.55": 4, "0.54": 6, "0.57": 8, "0.56": 10, "0.3
17:12:34(765):9": 17, "0.38": 6, "0.37": 7}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:34(781): | | | | |
| | | |
| |
17:12:34(787): | | |
| | |
17:12:34(806): 16928 | pscheduler | 9372 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:23.022574+00 | 2019-05-12 14:09:00.093907+00 | 2019-05-12 14:
17:12:34(813):09:00.094117+00 | 2019-05-12 14:09:00.094123+00 | f |
active | 22285918 | 22285281 |

17:12:34(815):


17:12:34(818):


17:12:34(832):

+
17:12:34(848): | | | | |
| | | |
| |
17:12:34(858): | | |
| | | WITH inserted_row AS (

17:12:34(860):


17:12:34(864):


17:12:34(879):

+
17:12:34(895): | | | | |
| | | |
| |
17:12:34(911): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:34(913):


17:12:34(915):


17:12:34(930):

+
17:12:34(946): | | | | |
| | | |
| |
17:12:34(956): | | |
| | | VALUES (24034,

17:12:34(959):


17:12:34(961):


17:12:34(976):

+
17:12:34(992): | | | | |
| | | |
| |
17:12:35(002): | | |
| | | NULL,

17:12:35(004):


17:12:35(006):


17:12:35(021):

+
17:12:35(039): | | | | |
| | | |
| |
17:12:35(053): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:35(055):


17:12:35(058):


17:12:35(073):

+
17:12:35(090): | | | | |
| | | |
| |
17:12:35(101): | | |
| | |
run_state_finished(),
17:12:35(103):


17:12:35(105):


17:12:35(120):

+
17:12:35(137): | | | | |
| | | |
| |
17:12:35(146): | | |
| | | 0,

17:12:35(148):


17:12:35(150):


17:12:35(165):

+
17:12:35(181): | | | | |
| | | |
| |
17:12:35(198): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:12:35(220):"histogram-latency": {"9.59": 1, "0.50": 3, "8.17": 1, "9.51":
1, "8.10": 1, "8.13": 1, "0.54": 8, "0.56": 6, "9.44": 1, "9.43": 1, "0.59":
14, "8.69": 1, "0.51": 2, "8.61": 1, "0.53": 2, "0.52": 1
17:12:35(241):, "0.55": 8, "8.65": 2, "0.57": 6, "8.67": 1, "8.97": 1,
"8.96": 1, "8.92": 1, "7.97": 1, "7.90": 1, "9.30": 1, "9.32": 1, "9.34": 1,
"9.35": 1, "9.36": 1, "8.47": 2, "9.39": 1, "10.35": 1, "8.79":
17:12:35(258): 1, "8.73": 1, "8.74": 1, "2.31": 1, "9.25": 1, "9.22": 1,
"8.44": 2, "9.20": 1, "9.26": 1, "8.40": 1, "9.28": 1, "11.03": 1, "10.72":
1, "0.72": 7, "0.71": 5, "0.77": 6, "0
17:12:35(277): 16928 | pscheduler | 9375 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:23.126417+00 | 2019-05-12 14:08:48.919168+00 | 2019-05-12 14:
17:12:35(284):08:48.919278+00 | 2019-05-12 14:08:48.919282+00 | f |
active | 22285799 | 22285280 |

17:12:35(286):


17:12:35(288):


17:12:35(303):

+
17:12:35(319): | | | | |
| | | |
| |
17:12:35(330): | | |
| | | WITH inserted_row AS (

17:12:35(332):


17:12:35(334):


17:12:35(349):

+
17:12:35(365): | | | | |
| | | |
| |
17:12:35(381): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:35(383):


17:12:35(385):


17:12:35(403):

+
17:12:35(419): | | | | |
| | | |
| |
17:12:35(428): | | |
| | | VALUES (23529,

17:12:35(431):


17:12:35(433):


17:12:35(448):

+
17:12:35(465): | | | | |
| | | |
| |
17:12:35(475): | | |
| | | NULL,

17:12:35(477):


17:12:35(480):


17:12:35(503):

+
17:12:35(520): | | | | |
| | | |
| |
17:12:35(534): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:35(536):


17:12:35(538):


17:12:35(554):

+
17:12:35(570): | | | | |
| | | |
| |
17:12:35(581): | | |
| | |
run_state_finished(),
17:12:35(583):


17:12:35(586):


17:12:35(600):

+
17:12:35(616): | | | | |
| | | |
| |
17:12:35(626): | | |
| | | 0,

17:12:35(628):


17:12:35(630):


17:12:35(645):

+
17:12:35(661): | | | | |
| | | |
| |
17:12:35(678): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:12:35(699):"histogram-latency": {"1.16": 48, "1.17": 38, "1.14": 26,
"1.15": 33, "1.12": 29, "1.13": 19, "1.10": 7, "1.11": 17, "1.18": 20,
"1.19": 21, "1.38": 17, "1.39": 10, "1.50": 1, "1.42": 5, "1.30": 5,
17:12:35(721): "1.31": 9, "1.32": 18, "1.33": 15, "1.34": 19, "1.35": 28,
"1.36": 24, "1.37": 22, "1.27": 3, "1.45": 2, "1.22": 14, "1.47": 3, "1.03":
2, "1.46": 2, "1.05": 3, "1.04": 2, "1.07": 5, "1.06": 10, "
17:12:35(739):1.09": 9, "1.08": 6, "1.26": 4, "1.29": 5, "1.28": 6, "1.49":
1, "1.25": 3, "1.23": 14, "1.44": 8, "1.21": 16, "1.20": 15, "1.41": 11,
"1.40": 11, "1.43": 6, "1.24": 8}, "hi
17:12:35(757): 16928 | pscheduler | 4215 | 16927 | pscheduler | ticker
| | | -1 | 2019-04-29
05:38:47.603534+00 | | 2019-05-12 14:
17:12:35(767):10:42.780208+00 | 2019-05-12 14:10:42.806304+00 | f |
idle | | | SELECT http_queue_process_all()
17:12:35(786): 16928 | pscheduler | 9376 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:23.131596+00 | 2019-05-12 14:08:59.314726+00 | 2019-05-12 14:
17:12:35(793):08:59.314916+00 | 2019-05-12 14:08:59.314923+00 | f |
active | 22285907 | 22285281 |

17:12:35(795):


17:12:35(797):


17:12:35(812):

+
17:12:35(828): | | | | |
| | | |
| |
17:12:35(838): | | |
| | | WITH inserted_row AS (

17:12:35(840):


17:12:35(842):


17:12:35(857):

+
17:12:35(873): | | | | |
| | | |
| |
17:12:35(889): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:35(891):


17:12:35(893):


17:12:35(909):

+
17:12:35(925): | | | | |
| | | |
| |
17:12:35(934): | | |
| | | VALUES (23684,

17:12:35(937):


17:12:35(940):


17:12:35(954):

+
17:12:35(970): | | | | |
| | | |
| |
17:12:35(980): | | |
| | | NULL,

17:12:35(982):


17:12:35(984):


17:12:35(999):

+
17:12:36(015): | | | | |
| | | |
| |
17:12:36(031): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:36(034):


17:12:36(038):


17:12:36(052):

+
17:12:36(069): | | | | |
| | | |
| |
17:12:36(082): | | |
| | |
run_state_finished(),
17:12:36(084):


17:12:36(086):


17:12:36(101):

+
17:12:36(118): | | | | |
| | | |
| |
17:12:36(127): | | |
| | | 0,

17:12:36(129):


17:12:36(132):


17:12:36(146):

+
17:12:36(162): | | | | |
| | | |
| |
17:12:36(179): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:36(200):"histogram-latency": {"6.45": 1, "7.17": 1, "6.41": 1, "3.74":
1, "4.38": 1, "1.99": 1, "4.32": 1, "4.37": 1, "4.36": 1, "4.34": 1, "6.33":
1, "6.35": 1, "7.69": 1, "2.14": 1, "6.54": 1, "7.04": 1,
17:12:36(222): "5.52": 1, "7.02": 1, "6.51": 1, "4.01": 1, "3.60": 2,
"5.58": 1, "7.08": 1, "7.56": 1, "5.27": 1, "2.29": 1, "2.20": 1, "5.40": 1,
"6.60": 1, "4.15": 1, "5.49": 1, "3.11": 2, "3.12": 2, "3.13": 1
17:12:36(239):, "3.14": 1, "3.17": 1, "7.29": 1, "3.63": 1, "2.34": 1,
"4.89": 1, "4.86": 1, "4.87": 1, "4.85": 1, "4.83": 1, "4.80": 2, "3.08": 1,
"6.79": 1, "2.52": 1, "3.03": 1, "6.74"
17:12:36(257): 16928 | pscheduler | 4217 | 16927 | pscheduler | runner
| | | -1 | 2019-04-29
05:38:47.873945+00 | 2019-05-12 13:54:18.854649+00 | 2019-05-12 13:
17:12:36(265):54:18.854649+00 | 2019-05-12 13:54:18.854652+00 | f |
active | | 22285280 |

17:12:36(268):


17:12:36(270):


17:12:36(284):

+
17:12:36(301): | | | | |
| | | |
| |
17:12:36(311): | | |
| | | SELECT * FROM (

17:12:36(314):


17:12:36(316):


17:12:36(330):

+
17:12:36(347): | | | | |
| | | |
| |
17:12:36(353): | | |
| | |

17:12:36(355):


17:12:36(357):


17:12:36(372):

+
17:12:36(388): | | | | |
| | | |
| |
17:12:36(399): | | |
| | | -- Tasks that
haven't started
17:12:36(402):


17:12:36(404):


17:12:36(420):

+
17:12:36(436): | | | | |
| | | |
| |
17:12:36(445): | | |
| | | SELECT

17:12:36(448):


17:12:36(450):


17:12:36(464):

+
17:12:36(481): | | | | |
| | | |
| |
17:12:36(491): | | |
| | | id AS run,

17:12:36(493):


17:12:36(495):


17:12:36(510):

+
17:12:36(526): | | | | |
| | | |
| |
17:12:36(541): | | |
| | | lower(times) -
normalized_wall_clock() AS start_in,
17:12:36(543):


17:12:36(545):


17:12:36(560):

+
17:12:36(577): | | | | |
| | | |
| |
17:12:36(588): | | |
| | | lower(times) AS
start_at,
17:12:36(591):


17:12:36(593):


17:12:36(608):

+
17:12:36(624): | | | | |
| | | |
| |
17:12:36(636): | | |
| | | FALSE as
background_multi
17:12:36(638):


17:12:36(640):


17:12:36(655):

+
17:12:36(672): | | | | |
| | | |
| |
17:12:36(681): | | |
| | | FROM

17:12:36(683):


17:12:36(685):


17:12:36(700):

+
17:12:36(716): | | | | |
| | | |
| |
17:12:36(725): | | |
| | | run

17:12:36(729):


17:12:36(731):


17:12:36(746):

+
17:12:36(763): | | | | |
| | | |
| |
17:12:36(772): | | |
| | | WHERE

17:12:36(774):


17:12:36(777):


17:12:36(791):

+
17:12:36(808): | | | | |
| | | |
| |
17:12:36(824): | | |
| | |
lower(run.times) < (normalized_wall_clock() + '0 days 60.000000 seconds'
17:12:36(826):::interval)


17:12:36(828):


17:12:36(844):

+
17:12:36(860): | | | | |
| | | |
| |
17:12:36(872): | | |
| | | AND state =
run_state_pending()
17:12:36(874):


17:12:36(876):


17:12:36(892):

+
17:12:36(910): | | | | |
| | | |
| |
17:12:36(921): | | |
| | | AND
part_data_full IS NOT NULL
17:12:36(924):


17:12:36(927):


17:12:36(941):

+
17:12:36(958): | | | | |
| | | |
| |
17:12:36(964): | | |
| | |

17:12:36(966):


17:12:36(968):


17:12:36(984):

+
17:12:37(000): | | | | |
| | | |
| |
17:12:37(009): | | |
| | | UNION

17:12:37(011):


17:12:37(013):


17:12:37(029):

+
17:12:37(045): | | | | |
| | | |
| |
17:12:37(051): | | |
| | |

17:12:37(054):


17:12:37(056):


17:12:37(071):

+
17:12:37(088): | | | | |
| | | |
| |
17:12:37(101): | | |
| | | -- Background tasks
that should be running.
17:12:37(104):


17:12:37(106):


17:12:37(121):

+
17:12:37(138): | | | | |
| | | |
| |
17:12:37(147): | | |
| | | SELECT

17:12:37(149):


17:12:37(151):


17:12:37(167):

+
17:12:37(184): | | | | |
| | | |
| |
17:12:37(194): | | |
| | | run.id AS run,

17:12:37(197):


17:12:37(199):


17:12:37(214):

+
17:12:37(231): | | | | |
| | | |
| |
17:12:37(243): | | |
| | |
'PT1S'::INTERVAL AS start_in,
17:12:37(245):


17:12:37(248):


17:12:37(263):

+
17:12:37(279): | | | | |
| | | |
| |
17:12:37(294): | | |
| | |
normalized_wall_clock() + 'PT1S'::INTERVAL AS start_at,
17:12:37(296):


17:12:37(299):


17:12:37(314):

+
17:12:37(330): | | | | |
| | | |
| |
17:12:37(341): | | |
| | | TRUE as
background_mult
17:12:37(361): 16928 | pscheduler | 4218 | 16927 | pscheduler |
scheduler | | | -1 | 2019-04-29
05:38:47.874536+00 | 2019-05-12 14:06:23.479252+00 | 2019-05-12 14:
17:12:37(374):06:23.479252+00 | 2019-05-12 14:06:23.479254+00 | f |
active | | 22285280 | SELECT task, uuid, key, runs, trynext,
FALSE, json, participants
17:12:37(376):


17:12:37(379):


17:12:37(395):

+
17:12:37(411): | | | | |
| | | |
| |
17:12:37(429): | | |
| | | FROM schedule_runs_to_schedule
WHERE task NOT IN (24645, 24646, 24647, 24648, 24649, 24
17:12:37(449):650, 24651, 24652, 24653, 24654, 24655, 24656, 24657, 24658,
24659, 24660, 24661, 24662, 24663, 24664, 24665, 24666, 24667, 24668, 24669,
24670, 24671, 24672, 24673, 24674, 24675, 24676, 24677, 246
17:12:37(458):78, 24679, 24680, 24681, 24682, 24684, 24685, 24686, 24688,
24689, 24690, 24691, 24692, 24693, 24694, 24701) LIMIT 1
17:12:37(477): 16928 | pscheduler | 9383 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:23.797328+00 | 2019-05-12 14:08:46.829236+00 | 2019-05-12 14:
17:12:37(484):08:46.829374+00 | 2019-05-12 14:08:46.829379+00 | f |
active | 22285782 | 22285280 |

17:12:37(486):


17:12:37(488):


17:12:37(503):

+
17:12:37(520): | | | | |
| | | |
| |
17:12:37(530): | | |
| | | WITH inserted_row AS (

17:12:37(532):


17:12:37(534):


17:12:37(550):

+
17:12:37(566): | | | | |
| | | |
| |
17:12:37(581): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:37(584):


17:12:37(587):


17:12:37(602):

+
17:12:37(618): | | | | |
| | | |
| |
17:12:37(628): | | |
| | | VALUES (24533,

17:12:37(630):


17:12:37(632):


17:12:37(647):

+
17:12:37(664): | | | | |
| | | |
| |
17:12:37(674): | | |
| | | NULL,

17:12:37(676):


17:12:37(678):


17:12:37(693):

+
17:12:37(709): | | | | |
| | | |
| |
17:12:37(724): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:37(726):


17:12:37(728):


17:12:37(743):

+
17:12:37(760): | | | | |
| | | |
| |
17:12:37(771): | | |
| | |
run_state_finished(),
17:12:37(773):


17:12:37(776):


17:12:37(791):

+
17:12:37(807): | | | | |
| | | |
| |
17:12:37(817): | | |
| | | 0,

17:12:37(819):


17:12:37(821):


17:12:37(836):

+
17:12:37(852): | | | | |
| | | |
| |
17:12:37(869): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:37(890):"histogram-latency": {"0.48": 3, "0.49": 2, "0.60": 9, "0.61":
11, "0.62": 13, "0.63": 14, "0.64": 11, "0.65": 13, "0.66": 7, "0.67": 3,
"0.46": 3, "0.69": 14, "0.44": 5, "0.45": 9, "0.42": 13, "0.
17:12:37(911):43": 11, "0.40": 26, "0.41": 19, "0.28": 30, "0.29": 20,
"0.24": 7, "0.25": 14, "0.26": 32, "0.27": 21, "0.21": 1, "0.23": 3, "0.73":
7, "0.72": 2, "0.71": 5, "0.70": 11, "0.47": 1, "0.76": 1, "0.7
17:12:37(928):4": 2, "0.51": 4, "0.50": 3, "0.53": 4, "0.52": 2, "0.55": 3,
"0.54": 3, "0.57": 3, "0.56": 6, "0.59": 9, "0.39": 23, "0.38": 20, "0.37":
23, "0.36": 19, "0.35": 32, "0.34":
17:12:37(946): 16928 | pscheduler | 9384 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:23.805566+00 | 2019-05-12 14:08:58.259225+00 | 2019-05-12 14:
17:12:37(953):08:58.259334+00 | 2019-05-12 14:08:58.259339+00 | f |
active | 22285894 | 22285281 |

17:12:37(955):


17:12:37(957):


17:12:37(972):

+
17:12:37(988): | | | | |
| | | |
| |
17:12:37(998): | | |
| | | WITH inserted_row AS (

17:12:38(000):


17:12:38(002):


17:12:38(017):

+
17:12:38(037): | | | | |
| | | |
| |
17:12:38(052): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:38(055):


17:12:38(057):


17:12:38(072):

+
17:12:38(088): | | | | |
| | | |
| |
17:12:38(098): | | |
| | | VALUES (24177,

17:12:38(100):


17:12:38(102):


17:12:38(118):

+
17:12:38(134): | | | | |
| | | |
| |
17:12:38(145): | | |
| | | NULL,

17:12:38(147):


17:12:38(149):


17:12:38(163):

+
17:12:38(179): | | | | |
| | | |
| |
17:12:38(194): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:38(196):


17:12:38(198):


17:12:38(214):

+
17:12:38(230): | | | | |
| | | |
| |
17:12:38(241): | | |
| | |
run_state_finished(),
17:12:38(243):


17:12:38(246):


17:12:38(260):

+
17:12:38(276): | | | | |
| | | |
| |
17:12:38(285): | | |
| | | 0,

17:12:38(289):


17:12:38(291):


17:12:38(306):

+
17:12:38(323): | | | | |
| | | |
| |
17:12:38(340): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:38(361):"histogram-latency": {"0.60": 22, "0.61": 7, "0.62": 3,
"0.63": 3, "0.64": 2, "0.48": 11, "0.49": 13, "0.46": 1, "0.69": 1, "0.44":
6, "0.45": 2, "0.42": 8, "0.43": 9, "0.40": 8, "0.41": 7, "0.28":
17:12:38(382): 24, "0.29": 31, "0.24": 7, "0.25": 1, "0.26": 4, "0.27": 15,
"0.20": 3, "0.22": 5, "0.23": 9, "0.59": 15, "0.58": 14, "0.47": 5, "0.75":
1, "0.51": 15, "0.50": 12, "0.53": 15, "0.52": 28, "0.55":
17:12:38(399):13, "0.54": 17, "0.57": 11, "0.56": 4, "0.39": 12, "0.38": 18,
"0.37": 12, "0.36": 20, "0.35": 16, "0.34": 27, "0.33": 34, "0.32": 47,
"0.31": 29, "0.30": 33}, "histogram-tt
17:12:38(418): 16928 | pscheduler | 9387 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:24.106034+00 | 2019-05-12 14:08:53.800944+00 | 2019-05-12 14:
17:12:38(425):08:53.801115+00 | 2019-05-12 14:08:53.801119+00 | f |
active | 22285838 | 22285280 |

17:12:38(427):


17:12:38(430):


17:12:38(445):

+
17:12:38(461): | | | | |
| | | |
| |
17:12:38(471): | | |
| | | WITH inserted_row AS (

17:12:38(473):


17:12:38(475):


17:12:38(490):

+
17:12:38(506): | | | | |
| | | |
| |
17:12:38(521): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:38(524):


17:12:38(526):


17:12:38(541):

+
17:12:38(557): | | | | |
| | | |
| |
17:12:38(566): | | |
| | | VALUES (23570,

17:12:38(568):


17:12:38(571):


17:12:38(586):

+
17:12:38(602): | | | | |
| | | |
| |
17:12:38(611): | | |
| | | NULL,

17:12:38(613):


17:12:38(615):


17:12:38(630):

+
17:12:38(647): | | | | |
| | | |
| |
17:12:38(662): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:38(664):


17:12:38(666):


17:12:38(681):

+
17:12:38(698): | | | | |
| | | |
| |
17:12:38(710): | | |
| | |
run_state_finished(),
17:12:38(712):


17:12:38(714):


17:12:38(729):

+
17:12:38(746): | | | | |
| | | |
| |
17:12:38(755): | | |
| | | 0,

17:12:38(758):


17:12:38(760):


17:12:38(775):

+
17:12:38(792): | | | | |
| | | |
| |
17:12:38(809): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:12:38(830):"histogram-latency": {"0.66": 9, "0.67": 4, "0.60": 5, "0.61":
13, "0.68": 4, "0.63": 15, "0.64": 11, "0.65": 5, "0.48": 18, "0.49": 14,
"0.46": 18, "0.47": 19, "0.44": 18, "0.45": 11, "0.42": 29,
17:12:38(852):"0.43": 23, "0.40": 16, "0.41": 23, "0.71": 8, "0.28": 6,
"0.29": 9, "0.24": 5, "0.25": 4, "0.26": 6, "0.27": 10, "0.20": 4, "0.21": 5,
"0.22": 3, "0.23": 7, "0.69": 6, "0.55": 6, "0.72": 7, "1.99"
17:12:38(869):: 1, "0.73": 2, "0.14": 1, "0.17": 2, "0.70": 12, "0.77": 1,
"0.75": 1, "0.74": 4, "0.51": 10, "0.50": 9, "0.53": 7, "0.52": 6, "0.19": 3,
"0.18": 2, "0.57": 6, "0.56": 6, "
17:12:38(889): 16928 | pscheduler | 4219 | 16927 | pscheduler | archiver
| | | -1 | 2019-04-29
05:38:47.875204+00 | 2019-05-12 13:29:39.606989+00 | 2019-05-12 13:
17:12:38(899):29:39.606989+00 | 2019-05-12 13:29:39.606992+00 | f |
active | | 22254204 | SELECT id, task_uuid, run_uuid,
archiver,
17:12:38(902):


17:12:38(904):


17:12:38(919):

+
17:12:38(935): | | | | |
| | | |
| |
17:12:38(947): | | |
| | |
archiver_data, start,
17:12:38(949):


17:12:38(952):


17:12:38(975):

+
17:12:38(991): | | | | |
| | | |
| |
17:12:39(005): | | |
| | | duration,
test, tool, participants, result,
17:12:39(007):


17:12:39(009):


17:12:39(024):

+
17:12:39(041): | | | | |
| | | |
| |
17:12:39(056): | | |
| | | attempts,
last_attempt, transform, task_detail
17:12:39(058):


17:12:39(060):


17:12:39(075):

+
17:12:39(091): | | | | |
| | | |
| |
17:12:39(103): | | |
| | | FROM
archiving_next(50)
17:12:39(122): 16928 | pscheduler | 9389 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:24.155223+00 | 2019-05-12 14:08:32.036283+00 | 2019-05-12 14:
17:12:39(129):08:32.036395+00 | 2019-05-12 14:08:32.0364+00 | f |
active | 22285717 | 22285280 |

17:12:39(131):


17:12:39(133):


17:12:39(148):

+
17:12:39(164): | | | | |
| | | |
| |
17:12:39(174): | | |
| | | WITH inserted_row AS (

17:12:39(177):


17:12:39(179):


17:12:39(195):

+
17:12:39(211): | | | | |
| | | |
| |
17:12:39(227): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:39(229):


17:12:39(231):


17:12:39(246):

+
17:12:39(262): | | | | |
| | | |
| |
17:12:39(271): | | |
| | | VALUES (23926,

17:12:39(273):


17:12:39(275):


17:12:39(290):

+
17:12:39(307): | | | | |
| | | |
| |
17:12:39(316): | | |
| | | NULL,

17:12:39(318):


17:12:39(320):


17:12:39(335):

+
17:12:39(351): | | | | |
| | | |
| |
17:12:39(365): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:39(368):


17:12:39(370):


17:12:39(385):

+
17:12:39(402): | | | | |
| | | |
| |
17:12:39(414): | | |
| | |
run_state_finished(),
17:12:39(416):


17:12:39(418):


17:12:39(433):

+
17:12:39(451): | | | | |
| | | |
| |
17:12:39(460): | | |
| | | 0,

17:12:39(462):


17:12:39(464):


17:12:39(479):

+
17:12:39(495): | | | | |
| | | |
| |
17:12:39(512): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:39(533):"histogram-latency": {"0.72": 3, "0.49": 6, "0.60": 7, "0.61":
10, "0.62": 6, "0.63": 11, "0.64": 14, "0.65": 10, "0.66": 6, "0.67": 4,
"0.46": 9, "0.69": 10, "0.44": 7, "0.45": 9, "0.42": 14, "0.4
17:12:39(554):3": 8, "0.40": 33, "0.41": 25, "0.28": 33, "0.29": 18, "0.24":
9, "0.25": 10, "0.26": 15, "0.27": 36, "0.23": 2, "0.59": 6, "0.58": 4,
"0.71": 9, "0.70": 11, "0.47": 2, "0.76": 1, "0.75": 3, "0.74"
17:12:39(571):: 3, "0.51": 5, "0.50": 2, "0.53": 3, "0.52": 2, "0.55": 3,
"0.54": 3, "0.57": 8, "0.56": 5, "0.73": 1, "0.39": 25, "0.38": 18, "0.37":
14, "0.36": 27, "0.35": 34, "0.34": 3
17:12:39(590): 16928 | pscheduler | 9395 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:24.559217+00 | 2019-05-12 14:08:44.208015+00 | 2019-05-12 14:
17:12:39(596):08:44.208119+00 | 2019-05-12 14:08:44.208123+00 | f |
active | 22285768 | 22285280 |

17:12:39(599):


17:12:39(601):


17:12:39(615):

+
17:12:39(632): | | | | |
| | | |
| |
17:12:39(642): | | |
| | | WITH inserted_row AS (

17:12:39(645):


17:12:39(647):


17:12:39(662):

+
17:12:39(678): | | | | |
| | | |
| |
17:12:39(695): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:39(697):


17:12:39(699):


17:12:39(714):

+
17:12:39(731): | | | | |
| | | |
| |
17:12:39(740): | | |
| | | VALUES (23790,

17:12:39(742):


17:12:39(744):


17:12:39(759):

+
17:12:39(775): | | | | |
| | | |
| |
17:12:39(786): | | |
| | | NULL,

17:12:39(788):


17:12:39(790):


17:12:39(805):

+
17:12:39(821): | | | | |
| | | |
| |
17:12:39(836): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:39(839):


17:12:39(841):


17:12:39(855):

+
17:12:39(871): | | | | |
| | | |
| |
17:12:39(883): | | |
| | |
run_state_finished(),
17:12:39(886):


17:12:39(888):


17:12:39(902):

+
17:12:39(918): | | | | |
| | | |
| |
17:12:39(927): | | |
| | | 0,

17:12:39(930):


17:12:39(932):


17:12:39(947):

+
17:12:39(964): | | | | |
| | | |
| |
17:12:39(980): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:40(001):"histogram-latency": {"0.66": 2, "0.60": 9, "0.61": 9, "0.62":
5, "0.63": 9, "0.64": 4, "0.65": 2, "0.48": 10, "0.49": 12, "0.46": 2,
"0.47": 7, "0.44": 4, "0.45": 10, "0.42": 6, "0.43": 5, "0.40":
17:12:40(022): 5, "0.41": 10, "0.28": 15, "0.29": 29, "0.24": 4, "0.25": 5,
"0.26": 11, "0.27": 12, "0.20": 3, "0.21": 1, "0.22": 10, "0.23": 9, "0.18":
1, "0.59": 12, "0.58": 14, "0.51": 25, "0.50": 14, "0.53":
17:12:40(040): 20, "0.52": 26, "0.55": 16, "0.54": 15, "0.57": 8, "0.56":
20, "0.39": 10, "0.38": 10, "0.37": 17, "0.36": 14, "0.35": 27, "0.34": 18,
"0.33": 35, "0.32": 31, "0.31": 27, "
17:12:40(058): 16928 | pscheduler | 9397 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:24.721679+00 | 2019-05-12 14:08:34.392781+00 | 2019-05-12 14:
17:12:40(065):08:34.392929+00 | 2019-05-12 14:08:34.392935+00 | f |
active | 22285729 | 22285280 |

17:12:40(067):


17:12:40(069):


17:12:40(084):

+
17:12:40(100): | | | | |
| | | |
| |
17:12:40(109): | | |
| | | WITH inserted_row AS (

17:12:40(112):


17:12:40(115):


17:12:40(130):

+
17:12:40(146): | | | | |
| | | |
| |
17:12:40(161): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:40(164):


17:12:40(166):


17:12:40(181):

+
17:12:40(197): | | | | |
| | | |
| |
17:12:40(206): | | |
| | | VALUES (23796,

17:12:40(208):


17:12:40(211):


17:12:40(225):

+
17:12:40(241): | | | | |
| | | |
| |
17:12:40(251): | | |
| | | NULL,

17:12:40(253):


17:12:40(255):


17:12:40(270):

+
17:12:40(286): | | | | |
| | | |
| |
17:12:40(301): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:40(303):


17:12:40(305):


17:12:40(320):

+
17:12:40(337): | | | | |
| | | |
| |
17:12:40(348): | | |
| | |
run_state_finished(),
17:12:40(350):


17:12:40(353):


17:12:40(368):

+
17:12:40(385): | | | | |
| | | |
| |
17:12:40(395): | | |
| | | 0,

17:12:40(397):


17:12:40(399):


17:12:40(414):

+
17:12:40(430): | | | | |
| | | |
| |
17:12:40(448): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:12:40(470):"histogram-latency": {"3.73": 1, "7.16": 1, "3.76": 2, "7.11":
1, "3.78": 1, "3.79": 1, "7.18": 1, "7.19": 1, "4.38": 1, "0.48": 15, "0.49":
11, "0.46": 7, "1.97": 1, "0.44": 14, "0.45": 19, "0.42"
17:12:40(491):: 18, "0.43": 13, "0.40": 11, "0.41": 10, "4.02": 1, "6.32":
1, "2.19": 2, "2.18": 1, "2.17": 1, "2.13": 1, "2.10": 1, "5.56": 1, "4.07":
1, "7.03": 1, "5.53": 2, "5.50": 1, "3.65": 1, "3.64": 1, "
17:12:40(509):3.61": 1, "6.58": 1, "0.59": 1, "0.51": 5, "0.50": 6, "0.53":
1, "0.52": 4, "0.55": 2, "0.54": 3, "0.57": 1, "0.56": 1, "5.68": 1, "2.22":
1, "2.23": 1, "2.27": 1, "2.24": 1
17:12:40(527): 16928 | pscheduler | 4221 | 16927 | pscheduler |
scheduler | | | -1 | 2019-04-29
05:38:47.883911+00 | | 2019-05-12 14:
17:12:40(544):06:56.912507+00 | 2019-05-12 14:06:57.34754+00 | f |
idle | | | SELECT
api_run_post('66aa8c8f-5c14-4337-ade1-5992190b6d49',
'2019-05-12T12:46:01+00:00'::timestampt
17:12:40(547):z, NULL, 'Failed to post lead run: Request timed out')
17:12:40(565): 16928 | pscheduler | 4231 | 16927 | pscheduler |
archiver-default | | | -1 | 2019-04-29
05:38:47.884513+00 | | 2019-04-29 05:
17:12:40(572):38:48.02389+00 | 2019-04-29 05:38:48.023936+00 | f |
idle | | | COMMIT
17:12:40(590): 16928 | pscheduler | 9399 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:24.833878+00 | 2019-05-12 14:08:39.935687+00 | 2019-05-12 14:
17:12:40(596):08:39.935843+00 | 2019-05-12 14:08:39.935848+00 | f |
active | 22285742 | 22285280 |

17:12:40(598):


17:12:40(601):


17:12:40(616):

+
17:12:40(632): | | | | |
| | | |
| |
17:12:40(642): | | |
| | | WITH inserted_row AS (

17:12:40(644):


17:12:40(647):


17:12:40(661):

+
17:12:40(678): | | | | |
| | | |
| |
17:12:40(693): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:40(696):


17:12:40(698):


17:12:40(713):

+
17:12:40(729): | | | | |
| | | |
| |
17:12:40(739): | | |
| | | VALUES (23801,

17:12:40(741):


17:12:40(743):


17:12:40(758):

+
17:12:40(775): | | | | |
| | | |
| |
17:12:40(785): | | |
| | | NULL,

17:12:40(787):


17:12:40(789):


17:12:40(806):

+
17:12:40(822): | | | | |
| | | |
| |
17:12:40(837): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:40(839):


17:12:40(842):


17:12:40(857):

+
17:12:40(873): | | | | |
| | | |
| |
17:12:40(884): | | |
| | |
run_state_finished(),
17:12:40(886):


17:12:40(888):


17:12:40(903):

+
17:12:40(920): | | | | |
| | | |
| |
17:12:40(929): | | |
| | | 0,

17:12:40(931):


17:12:40(934):


17:12:40(948):

+
17:12:40(965): | | | | |
| | | |
| |
17:12:40(982): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:12:41(002):"histogram-latency": {"-0.48": 17, "-0.49": 6, "-0.28": 9,
"-0.29": 8, "-0.14": 1, "-0.42": 35, "-0.43": 46, "-0.26": 12, "-0.27": 10,
"-0.46": 51, "-0.21": 3, "-0.44": 50, "-0.45": 43, "-0.16": 1,
17:12:41(025): "-0.30": 6, "-0.13": 1, "-0.24": 7, "-0.25": 8, "-0.40": 44,
"-0.20": 2, "-0.33": 9, "-0.32": 10, "-0.31": 11, "-0.41": 41, "-0.37": 22,
"-0.36": 11, "-0.35": 16, "-0.34": 15, "-0.50": 4, "-0.39":
17:12:41(041): 32, "-0.38": 28, "-0.19": 4, "-0.18": 1, "-0.47": 26,
"-0.22": 4, "-0.23": 6}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0
17:12:41(060): 16928 | pscheduler | 9402 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:24.869248+00 | 2019-05-12 14:09:02.17986+00 | 2019-05-12 14:
17:12:41(067):09:02.179926+00 | 2019-05-12 14:09:02.179928+00 | f |
active | 22285951 | 22285295 |

17:12:41(069):


17:12:41(071):


17:12:41(086):

+
17:12:41(102): | | | | |
| | | |
| |
17:12:41(112): | | |
| | | WITH inserted_row AS (

17:12:41(115):


17:12:41(117):


17:12:41(134):

+
17:12:41(150): | | | | |
| | | |
| |
17:12:41(165): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:41(168):


17:12:41(170):


17:12:41(185):

+
17:12:41(202): | | | | |
| | | |
| |
17:12:41(211): | | |
| | | VALUES (23803,

17:12:41(214):


17:12:41(216):


17:12:41(230):

+
17:12:41(246): | | | | |
| | | |
| |
17:12:41(256): | | |
| | | NULL,

17:12:41(258):


17:12:41(260):


17:12:41(275):

+
17:12:41(291): | | | | |
| | | |
| |
17:12:41(305): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:41(308):


17:12:41(310):


17:12:41(325):

+
17:12:41(341): | | | | |
| | | |
| |
17:12:41(352): | | |
| | |
run_state_finished(),
17:12:41(355):


17:12:41(357):


17:12:41(372):

+
17:12:41(388): | | | | |
| | | |
| |
17:12:41(397): | | |
| | | 0,

17:12:41(399):


17:12:41(402):


17:12:41(416):

+
17:12:41(433): | | | | |
| | | |
| |
17:12:41(450): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:41(471):"histogram-latency": {"-0.06": 2, "-0.15": 7, "-0.28": 56,
"-0.29": 42, "-0.01": 1, "-0.24": 12, "-0.25": 16, "-0.26": 13, "-0.27": 22,
"-0.20": 7, "-0.21": 7, "-0.22": 13, "-0.23": 7, "-0.16": 3,
17:12:41(492):"-0.11": 2, "-0.10": 1, "-0.13": 6, "-0.34": 44, "-0.40": 2,
"-0.14": 4, "-0.33": 50, "-0.32": 37, "-0.31": 42, "-0.30": 61, "-0.37": 22,
"-0.36": 19, "-0.35": 50, "-0.12": 4, "-0.39": 7, "-0.38":
17:12:41(507):8, "-0.19": 6, "-0.18": 7, "-0.07": 1, "-0.08": 1, "-0.09": 6,
"-0.17": 11, "0.30": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-
17:12:41(526): 16928 | pscheduler | 9405 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:25.09107+00 | 2019-05-12 14:08:52.56126+00 | 2019-05-12 14:
17:12:41(532):08:52.561431+00 | 2019-05-12 14:08:52.561435+00 | f |
active | 22285826 | 22285280 |

17:12:41(534):


17:12:41(536):


17:12:41(551):

+
17:12:41(567): | | | | |
| | | |
| |
17:12:41(577): | | |
| | | WITH inserted_row AS (

17:12:41(579):


17:12:41(581):


17:12:41(597):

+
17:12:41(613): | | | | |
| | | |
| |
17:12:41(628): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:41(630):


17:12:41(633):


17:12:41(648):

+
17:12:41(664): | | | | |
| | | |
| |
17:12:41(673): | | |
| | | VALUES (23641,

17:12:41(676):


17:12:41(678):


17:12:41(692):

+
17:12:41(709): | | | | |
| | | |
| |
17:12:41(718): | | |
| | | NULL,

17:12:41(721):


17:12:41(723):


17:12:41(737):

+
17:12:41(753): | | | | |
| | | |
| |
17:12:41(767): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:41(770):


17:12:41(772):


17:12:41(786):

+
17:12:41(803): | | | | |
| | | |
| |
17:12:41(814): | | |
| | |
run_state_finished(),
17:12:41(817):


17:12:41(820):


17:12:41(834):

+
17:12:41(851): | | | | |
| | | |
| |
17:12:41(860): | | |
| | | 0,

17:12:41(863):


17:12:41(865):


17:12:41(880):

+
17:12:41(896): | | | | |
| | | |
| |
17:12:41(913): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:41(934):"histogram-latency": {"0.60": 38, "0.61": 52, "0.62": 39,
"0.63": 41, "0.64": 57, "0.65": 57, "0.66": 64, "0.67": 63, "0.68": 31,
"0.69": 17, "0.82": 4, "0.83": 4, "0.80": 4, "0.81": 6, "0.86": 3,
17:12:41(955):"0.84": 5, "0.85": 3, "0.88": 1, "0.89": 1, "0.59": 13,
"0.72": 10, "0.71": 7, "0.70": 11, "0.77": 6, "0.76": 5, "0.75": 7, "0.74":
9, "0.79": 12, "0.78": 6, "0.55": 1, "0.54": 1, "0.57": 8, "0.56"
17:12:41(971):: 2, "0.73": 4, "0.58": 7, "0.90": 1}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}')
17:12:41(989): 16928 | pscheduler | 9407 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:25.226503+00 | 2019-05-12 14:08:57.871371+00 | 2019-05-12 14:
17:12:41(996):08:57.871486+00 | 2019-05-12 14:08:57.87149+00 | f |
active | 22285888 | 22285281 |

17:12:41(998):


17:12:42(001):


17:12:42(016):

+
17:12:42(036): | | | | |
| | | |
| |
17:12:42(046): | | |
| | | WITH inserted_row AS (

17:12:42(048):


17:12:42(050):


17:12:42(065):

+
17:12:42(080): | | | | |
| | | |
| |
17:12:42(096): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:42(098):


17:12:42(100):


17:12:42(115):

+
17:12:42(131): | | | | |
| | | |
| |
17:12:42(141): | | |
| | | VALUES (23630,

17:12:42(144):


17:12:42(146):


17:12:42(161):

+
17:12:42(177): | | | | |
| | | |
| |
17:12:42(186): | | |
| | | NULL,

17:12:42(188):


17:12:42(190):


17:12:42(205):

+
17:12:42(221): | | | | |
| | | |
| |
17:12:42(235): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:42(238):


17:12:42(240):


17:12:42(254):

+
17:12:42(270): | | | | |
| | | |
| |
17:12:42(282): | | |
| | |
run_state_finished(),
17:12:42(284):


17:12:42(286):


17:12:42(301):

+
17:12:42(317): | | | | |
| | | |
| |
17:12:42(326): | | |
| | | 0,

17:12:42(328):


17:12:42(331):


17:12:42(345):

+
17:12:42(362): | | | | |
| | | |
| |
17:12:42(379): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:12:42(400):"histogram-latency": {"7.14": 1, "10.23": 1, "7.13": 2,
"7.19": 2, "0.21": 41, "0.48": 5, "0.49": 4, "0.46": 1, "0.47": 4, "0.44":
15, "0.45": 6, "0.42": 20, "0.43": 16, "0.40": 17, "0.41": 12, "7.
17:12:42(421):61": 2, "7.60": 1, "6.54": 1, "3.68": 1, "12.61": 1, "4.86":
1, "10.57": 1, "7.56": 1, "0.51": 1, "0.50": 3, "0.55": 1, "14.47": 1,
"8.67": 1, "7.84": 1, "13.45": 1, "11.59": 1, "8.99": 1, "7.30":
17:12:42(440):2, "4.33": 1, "10.40": 1, "8.74": 1, "0.28": 4, "0.29": 6,
"0.24": 12, "0.25": 4, "0.26": 12, "0.27": 9, "0.20": 30, "2.38": 1, "0.22":
49, "0.23": 21, "4.89": 2, "7.87": 1,
17:12:42(458): 16928 | pscheduler | 9409 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:25.379555+00 | 2019-05-12 14:08:57.802281+00 | 2019-05-12 14:
17:12:42(466):08:57.802523+00 | 2019-05-12 14:08:57.802529+00 | f |
active | 22285886 | 22285281 |

17:12:42(468):


17:12:42(470):


17:12:42(487):

+
17:12:42(514): | | | | |
| | | |
| |
17:12:42(524): | | |
| | | WITH inserted_row AS (

17:12:42(526):


17:12:42(529):


17:12:42(543):

+
17:12:42(560): | | | | |
| | | |
| |
17:12:42(575): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:42(579):


17:12:42(581):


17:12:42(596):

+
17:12:42(612): | | | | |
| | | |
| |
17:12:42(621): | | |
| | | VALUES (23481,

17:12:42(624):


17:12:42(626):


17:12:42(641):

+
17:12:42(657): | | | | |
| | | |
| |
17:12:42(667): | | |
| | | NULL,

17:12:42(669):


17:12:42(671):


17:12:42(686):

+
17:12:42(702): | | | | |
| | | |
| |
17:12:42(716): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:42(718):


17:12:42(721):


17:12:42(735):

+
17:12:42(751): | | | | |
| | | |
| |
17:12:42(762): | | |
| | |
run_state_finished(),
17:12:42(764):


17:12:42(767):


17:12:42(781):

+
17:12:42(798): | | | | |
| | | |
| |
17:12:42(808): | | |
| | | 0,

17:12:42(811):


17:12:42(813):


17:12:42(829):

+
17:12:42(845): | | | | |
| | | |
| |
17:12:42(862): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:42(883):"histogram-latency": {"0.48": 2, "0.49": 4, "0.60": 10,
"0.61": 8, "0.62": 15, "0.63": 6, "0.64": 9, "0.65": 16, "0.66": 5, "0.67":
7, "0.46": 11, "0.47": 6, "0.44": 12, "0.45": 11, "0.42": 20, "0.
17:12:42(905):43": 10, "0.40": 23, "0.41": 22, "0.28": 25, "0.29": 25,
"1.11": 1, "0.24": 6, "0.25": 7, "0.26": 23, "0.27": 25, "0.23": 4, "0.69":
7, "0.59": 4, "0.72": 13, "0.71": 13, "0.70": 8, "0.75": 1, "0.7
17:12:42(922):4": 5, "0.51": 4, "0.50": 1, "0.53": 2, "0.52": 4, "0.55": 1,
"0.54": 3, "0.57": 5, "0.73": 6, "0.39": 31, "0.38": 28, "0.37": 20, "0.36":
14, "0.35": 18, "0.34": 23, "0.33"
17:12:42(940): 16928 | pscheduler | 9412 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:25.642155+00 | 2019-05-12 14:08:52.708484+00 | 2019-05-12 14:
17:12:42(947):08:52.70882+00 | 2019-05-12 14:08:52.708826+00 | f |
active | 22285828 | 22285280 |

17:12:42(950):


17:12:42(952):


17:12:42(967):

+
17:12:42(983): | | | | |
| | | |
| |
17:12:42(993): | | |
| | | WITH inserted_row AS (

17:12:42(995):


17:12:42(997):


17:12:43(013):

+
17:12:43(029): | | | | |
| | | |
| |
17:12:43(046): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:43(048):


17:12:43(050):


17:12:43(065):

+
17:12:43(081): | | | | |
| | | |
| |
17:12:43(090): | | |
| | | VALUES (23498,

17:12:43(092):


17:12:43(095):


17:12:43(110):

+
17:12:43(126): | | | | |
| | | |
| |
17:12:43(135): | | |
| | | NULL,

17:12:43(137):


17:12:43(139):


17:12:43(155):

+
17:12:43(171): | | | | |
| | | |
| |
17:12:43(186): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:43(188):


17:12:43(190):


17:12:43(206):

+
17:12:43(222): | | | | |
| | | |
| |
17:12:43(233): | | |
| | |
run_state_finished(),
17:12:43(235):


17:12:43(237):


17:12:43(252):

+
17:12:43(268): | | | | |
| | | |
| |
17:12:43(277): | | |
| | | 0,

17:12:43(279):


17:12:43(281):


17:12:43(296):

+
17:12:43(312): | | | | |
| | | |
| |
17:12:43(329): | | |
| | |
'{"max-clock-error": 0.33, "packets-duplicated": 0, "succeeded": true,
17:12:43(350):"histogram-latency": {"-0.48": 12, "-0.49": 7, "-0.28": 4,
"-0.29": 7, "-0.42": 31, "-0.43": 35, "-0.26": 7, "-0.41": 53, "-0.46": 53,
"-0.47": 27, "-0.44": 54, "-0.45": 50, "-0.16": 1, "-0.10": 1,
17:12:43(372): "-0.27": 10, "0.07": 1, "-0.24": 4, "-0.25": 8, "-0.40": 57,
"-0.20": 1, "-0.33": 10, "-0.32": 8, "-0.31": 13, "-0.30": 9, "-0.37": 19,
"-0.36": 16, "-0.35": 5, "-0.34": 9, "-0.50": 3, "-0.39": 39
17:12:43(387):, "-0.38": 34, "-0.19": 1, "-0.18": 1, "-0.21": 2, "0.70": 1,
"-0.22": 3, "-0.23": 4}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-l
17:12:43(406): 16928 | pscheduler | 9416 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:25.8624+00 | 2019-05-12 14:08:53.906023+00 | 2019-05-12 14:
17:12:43(413):08:53.906148+00 | 2019-05-12 14:08:53.906153+00 | f |
active | 22285840 | 22285280 |

17:12:43(415):


17:12:43(417):


17:12:43(432):

+
17:12:43(449): | | | | |
| | | |
| |
17:12:43(459): | | |
| | | WITH inserted_row AS (

17:12:43(461):


17:12:43(463):


17:12:43(478):

+
17:12:43(495): | | | | |
| | | |
| |
17:12:43(510): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:43(513):


17:12:43(515):


17:12:43(529):

+
17:12:43(546): | | | | |
| | | |
| |
17:12:43(556): | | |
| | | VALUES (24178,

17:12:43(559):


17:12:43(561):


17:12:43(576):

+
17:12:43(592): | | | | |
| | | |
| |
17:12:43(602): | | |
| | | NULL,

17:12:43(604):


17:12:43(606):


17:12:43(621):

+
17:12:43(636): | | | | |
| | | |
| |
17:12:43(651): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:43(653):


17:12:43(655):


17:12:43(670):

+
17:12:43(686): | | | | |
| | | |
| |
17:12:43(698): | | |
| | |
run_state_finished(),
17:12:43(700):


17:12:43(703):


17:12:43(718):

+
17:12:43(734): | | | | |
| | | |
| |
17:12:43(742): | | |
| | | 0,

17:12:43(745):


17:12:43(747):


17:12:43(761):

+
17:12:43(778): | | | | |
| | | |
| |
17:12:43(795): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:43(816):"histogram-latency": {"0.92": 5, "0.96": 18, "0.93": 8,
"1.49": 1, "1.16": 15, "1.17": 13, "1.14": 6, "1.15": 8, "1.12": 7, "1.13":
3, "1.10": 6, "1.11": 5, "0.91": 8, "1.18": 13, "1.19": 15, "0.87
17:12:43(839):": 2, "1.30": 7, "1.31": 8, "1.32": 6, "1.33": 2, "1.34": 1,
"1.36": 1, "0.98": 31, "1.37": 1, "0.95": 18, "0.89": 4, "0.94": 5, "0.88":
4, "1.21": 21, "1.01": 27, "1.00": 33, "1.03": 21, "1.02": 3
17:12:43(856):1, "1.05": 17, "1.04": 13, "1.07": 10, "1.06": 16, "1.09": 6,
"1.08": 4, "1.26": 10, "1.29": 9, "1.28": 19, "0.99": 20, "1.25": 8, "1.23":
11, "1.22": 18, "0.97": 40, "1.20"
17:12:43(875): 16928 | pscheduler | 9421 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:26.176018+00 | 2019-05-12 14:08:46.072685+00 | 2019-05-12 14:
17:12:43(882):08:46.072806+00 | 2019-05-12 14:08:46.07281+00 | f |
active | 22285778 | 22285280 |

17:12:43(885):


17:12:43(887):


17:12:43(903):

+
17:12:43(919): | | | | |
| | | |
| |
17:12:43(929): | | |
| | | WITH inserted_row AS (

17:12:43(932):


17:12:43(935):


17:12:43(950):

+
17:12:43(967): | | | | |
| | | |
| |
17:12:43(983): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:43(985):


17:12:43(988):


17:12:44(003):

+
17:12:44(020): | | | | |
| | | |
| |
17:12:44(030): | | |
| | | VALUES (23681,

17:12:44(033):


17:12:44(036):


17:12:44(053):

+
17:12:44(069): | | | | |
| | | |
| |
17:12:44(078): | | |
| | | NULL,

17:12:44(081):


17:12:44(083):


17:12:44(098):

+
17:12:44(115): | | | | |
| | | |
| |
17:12:44(129): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:44(132):


17:12:44(134):


17:12:44(149):

+
17:12:44(167): | | | | |
| | | |
| |
17:12:44(179): | | |
| | |
run_state_finished(),
17:12:44(181):


17:12:44(183):


17:12:44(198):

+
17:12:44(214): | | | | |
| | | |
| |
17:12:44(224): | | |
| | | 0,

17:12:44(226):


17:12:44(229):


17:12:44(244):

+
17:12:44(260): | | | | |
| | | |
| |
17:12:44(277): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:44(299):"histogram-latency": {"3.19": 1, "0.48": 12, "0.60": 5,
"0.61": 4, "0.62": 1, "0.63": 2, "0.64": 2, "0.65": 1, "0.66": 1, "0.49": 9,
"0.46": 33, "0.47": 11, "0.44": 72, "0.45": 45, "0.42": 43, "0.4
17:12:44(320):3": 72, "0.40": 67, "0.41": 44, "1.16": 1, "0.58": 4, "0.51":
4, "0.50": 4, "0.53": 3, "0.52": 7, "0.55": 3, "0.54": 4, "0.57": 5, "0.56":
3, "0.39": 42, "0.38": 62, "0.37": 19, "0.36": 9, "0.35":
17:12:44(344):3, "0.33": 2}, "histogram-ttl": {"253": 600}, "packets-sent":
600, "packets-reordered": 0, "packets-lost": 0, "packets-received": 600,
"schema": 1}') +
17:12:44(360): | | | | |
| | | |
| |
17:12:44(369): | | |
| | | RET
17:12:44(387): 16928 | pscheduler | 9426 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:26.348544+00 | 2019-05-12 14:08:32.388017+00 | 2019-05-12 14:
17:12:44(394):08:32.388129+00 | 2019-05-12 14:08:32.388134+00 | f |
active | 22285719 | 22285280 |

17:12:44(397):


17:12:44(399):


17:12:44(414):

+
17:12:44(430): | | | | |
| | | |
| |
17:12:44(440): | | |
| | | WITH inserted_row AS (

17:12:44(443):


17:12:44(445):


17:12:44(460):

+
17:12:44(476): | | | | |
| | | |
| |
17:12:44(491): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:44(494):


17:12:44(496):


17:12:44(512):

+
17:12:44(528): | | | | |
| | | |
| |
17:12:44(545): | | |
| | | VALUES (23792,

17:12:44(548):


17:12:44(550):


17:12:44(565):

+
17:12:44(581): | | | | |
| | | |
| |
17:12:44(591): | | |
| | | NULL,

17:12:44(593):


17:12:44(595):


17:12:44(610):

+
17:12:44(626): | | | | |
| | | |
| |
17:12:44(641): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:44(644):


17:12:44(646):


17:12:44(661):

+
17:12:44(679): | | | | |
| | | |
| |
17:12:44(691): | | |
| | |
run_state_finished(),
17:12:44(693):


17:12:44(695):


17:12:44(710):

+
17:12:44(726): | | | | |
| | | |
| |
17:12:44(736): | | |
| | | 0,

17:12:44(738):


17:12:44(740):


17:12:44(756):

+
17:12:44(772): | | | | |
| | | |
| |
17:12:44(789): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:44(810):"histogram-latency": {"-0.06": 2, "-0.07": 1, "-0.04": 6,
"-0.05": 3, "-0.02": 8, "0.27": 15, "-0.01": 13, "0.20": 4, "0.21": 1,
"0.22": 4, "0.23": 3, "0.42": 4, "0.43": 1, "0.40": 3, "0.41": 5, "0
17:12:44(831):.08": 32, "0.09": 22, "0.28": 16, "0.29": 22, "0.02": 21,
"0.03": 22, "0.26": 11, "0.01": 16, "0.06": 31, "0.07": 24, "0.04": 22,
"0.05": 19, "-0.03": 10, "0.15": 5, "0.14": 5, "0.17": 6, "0.16": 5
17:12:44(849):, "0.11": 13, "0.10": 13, "0.13": 14, "0.12": 13, "0.19": 1,
"0.18": 1, "0.39": 13, "0.38": 14, "0.37": 13, "0.36": 19, "0.35": 9, "0.34":
10, "0.33": 15, "0.32": 16, "0.31"
17:12:44(867): 16928 | pscheduler | 9427 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:26.428322+00 | 2019-05-12 14:08:34.966054+00 | 2019-05-12 14:
17:12:44(874):08:34.966184+00 | 2019-05-12 14:08:34.966189+00 | f |
active | 22285732 | 22285280 |

17:12:44(877):


17:12:44(879):


17:12:44(894):

+
17:12:44(910): | | | | |
| | | |
| |
17:12:44(920): | | |
| | | WITH inserted_row AS (

17:12:44(922):


17:12:44(924):


17:12:44(940):

+
17:12:44(956): | | | | |
| | | |
| |
17:12:44(971): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:44(974):


17:12:44(976):


17:12:44(991):

+
17:12:45(008): | | | | |
| | | |
| |
17:12:45(017): | | |
| | | VALUES (23632,

17:12:45(020):


17:12:45(022):


17:12:45(038):

+
17:12:45(055): | | | | |
| | | |
| |
17:12:45(064): | | |
| | | NULL,

17:12:45(067):


17:12:45(069):


17:12:45(084):

+
17:12:45(102): | | | | |
| | | |
| |
17:12:45(116): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:45(119):


17:12:45(121):


17:12:45(136):

+
17:12:45(152): | | | | |
| | | |
| |
17:12:45(163): | | |
| | |
run_state_finished(),
17:12:45(166):


17:12:45(168):


17:12:45(183):

+
17:12:45(201): | | | | |
| | | |
| |
17:12:45(210): | | |
| | | 0,

17:12:45(213):


17:12:45(216):


17:12:45(231):

+
17:12:45(247): | | | | |
| | | |
| |
17:12:45(264): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:12:45(285):"histogram-latency": {"0.06": 4, "0.07": 9, "0.67": 1, "0.05":
3, "0.40": 2, "0.41": 2, "0.08": 10, "0.09": 18, "0.28": 6, "0.29": 9,
"0.24": 8, "0.25": 4, "0.26": 9, "0.27": 7, "0.20": 25, "0.21":
17:12:45(307): 8, "0.22": 15, "0.23": 5, "0.15": 50, "0.14": 45, "0.17": 51,
"0.16": 55, "0.11": 29, "0.10": 20, "0.13": 46, "0.12": 39, "0.19": 38,
"0.18": 50, "1.00": 1, "0.39": 1, "0.38": 1, "0.37": 2, "0.36"
17:12:45(323):: 3, "0.35": 5, "0.34": 6, "0.33": 2, "0.32": 1, "0.31": 4,
"0.30": 6}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "packe
17:12:45(341): 16928 | pscheduler | 9429 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:26.699472+00 | 2019-05-12 14:08:57.321294+00 | 2019-05-12 14:
17:12:45(348):08:57.321391+00 | 2019-05-12 14:08:57.321395+00 | f |
active | 22285881 | 22285281 |

17:12:45(351):


17:12:45(353):


17:12:45(369):

+
17:12:45(388): | | | | |
| | | |
| |
17:12:45(398): | | |
| | | WITH inserted_row AS (

17:12:45(400):


17:12:45(403):


17:12:45(420):

+
17:12:45(436): | | | | |
| | | |
| |
17:12:45(452): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:45(454):


17:12:45(456):


17:12:45(471):

+
17:12:45(487): | | | | |
| | | |
| |
17:12:45(496): | | |
| | | VALUES (24274,

17:12:45(499):


17:12:45(501):


17:12:45(517):

+
17:12:45(533): | | | | |
| | | |
| |
17:12:45(542): | | |
| | | NULL,

17:12:45(545):


17:12:45(547):


17:12:45(562):

+
17:12:45(578): | | | | |
| | | |
| |
17:12:45(593): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:45(595):


17:12:45(597):


17:12:45(612):

+
17:12:45(629): | | | | |
| | | |
| |
17:12:45(641): | | |
| | |
run_state_finished(),
17:12:45(643):


17:12:45(645):


17:12:45(660):

+
17:12:45(676): | | | | |
| | | |
| |
17:12:45(685): | | |
| | | 0,

17:12:45(687):


17:12:45(689):


17:12:45(704):

+
17:12:45(720): | | | | |
| | | |
| |
17:12:45(737): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:45(759):"histogram-latency": {"10.21": 1, "7.13": 1, "12.09": 1,
"0.46": 1, "8.14": 1, "0.44": 2, "0.41": 1, "1.17": 1, "1.14": 1, "1.15": 1,
"1.10": 1, "1.19": 1, "6.33": 1, "6.34": 1, "7.66": 1, "11.49":
17:12:45(781): 1, "6.38": 1, "2.12": 1, "7.05": 1, "7.04": 1, "7.01": 1,
"6.50": 1, "11.13": 1, "0.58": 1, "0.51": 1, "0.52": 1, "8.64": 1, "1.03": 1,
"1.02": 2, "7.98": 1, "11.55": 1, "7.90": 1, "6.62": 1, "11.
17:12:45(798):91": 1, "8.58": 1, "0.28": 1, "0.29": 4, "0.24": 6, "0.25": 3,
"0.26": 3, "0.27": 3, "0.20": 11, "0.21": 15, "0.22": 9, "0.23": 9, "11.36":
1, "7.86": 1, "4.84": 2, "7.83":
17:12:45(817): 16928 | pscheduler | 9432 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:27.086196+00 | 2019-05-12 14:08:43.001209+00 | 2019-05-12 14:
17:12:45(824):08:43.00133+00 | 2019-05-12 14:08:43.001335+00 | f |
active | 22285761 | 22285280 |

17:12:45(826):


17:12:45(828):


17:12:45(844):

+
17:12:45(861): | | | | |
| | | |
| |
17:12:45(871): | | |
| | | WITH inserted_row AS (

17:12:45(873):


17:12:45(876):


17:12:45(891):

+
17:12:45(907): | | | | |
| | | |
| |
17:12:45(923): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:45(925):


17:12:45(927):


17:12:45(942):

+
17:12:45(958): | | | | |
| | | |
| |
17:12:45(968): | | |
| | | VALUES (23850,

17:12:45(970):


17:12:45(972):


17:12:45(987):

+
17:12:46(003): | | | | |
| | | |
| |
17:12:46(012): | | |
| | | NULL,

17:12:46(015):


17:12:46(017):


17:12:46(033):

+
17:12:46(064): | | | | |
| | | |
| |
17:12:46(079): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:46(081):


17:12:46(084):


17:12:46(099):

+
17:12:46(115): | | | | |
| | | |
| |
17:12:46(126): | | |
| | |
run_state_finished(),
17:12:46(129):


17:12:46(132):


17:12:46(146):

+
17:12:46(162): | | | | |
| | | |
| |
17:12:46(172): | | |
| | | 0,

17:12:46(174):


17:12:46(176):


17:12:46(191):

+
17:12:46(207): | | | | |
| | | |
| |
17:12:46(225): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:46(246):"histogram-latency": {"1.51": 2, "1.71": 1, "1.70": 3, "1.73":
2, "0.62": 1, "0.63": 5, "0.64": 10, "0.65": 23, "0.66": 33, "0.67": 49,
"0.68": 47, "0.69": 30, "1.80": 1, "1.93": 1, "1.74": 1, "1.8
17:12:46(267):2": 1, "1.53": 2, "1.76": 2, "0.82": 10, "0.83": 6, "0.80": 8,
"0.81": 3, "0.86": 7, "0.87": 7, "0.84": 6, "0.85": 8, "1.56": 5, "0.88": 3,
"1.59": 7, "1.79": 2, "1.57": 1, "1.54": 1, "2.08": 1, "1
17:12:46(285):.55": 1, "0.73": 33, "0.72": 42, "0.71": 51, "0.70": 43,
"0.77": 11, "0.76": 12, "0.75": 13, "0.74": 19, "1.75": 2, "0.79": 7, "0.78":
5, "1.58": 8, "1.77": 3, "0.89": 3, "1
17:12:46(304): 16928 | pscheduler | 9440 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:27.802467+00 | 2019-05-12 14:08:41.582487+00 | 2019-05-12 14:
17:12:46(310):08:41.582612+00 | 2019-05-12 14:08:41.582616+00 | f |
active | 22285752 | 22285280 |

17:12:46(313):


17:12:46(315):


17:12:46(330):

+
17:12:46(346): | | | | |
| | | |
| |
17:12:46(356): | | |
| | | WITH inserted_row AS (

17:12:46(359):


17:12:46(361):


17:12:46(375):

+
17:12:46(391): | | | | |
| | | |
| |
17:12:46(407): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:46(409):


17:12:46(411):


17:12:46(426):

+
17:12:46(442): | | | | |
| | | |
| |
17:12:46(452): | | |
| | | VALUES (23855,

17:12:46(454):


17:12:46(456):


17:12:46(472):

+
17:12:46(488): | | | | |
| | | |
| |
17:12:46(498): | | |
| | | NULL,

17:12:46(500):


17:12:46(503):


17:12:46(519):

+
17:12:46(536): | | | | |
| | | |
| |
17:12:46(550): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:46(553):


17:12:46(555):


17:12:46(570):

+
17:12:46(585): | | | | |
| | | |
| |
17:12:46(596): | | |
| | |
run_state_finished(),
17:12:46(599):


17:12:46(601):


17:12:46(617):

+
17:12:46(633): | | | | |
| | | |
| |
17:12:46(642): | | |
| | | 0,

17:12:46(645):


17:12:46(647):


17:12:46(662):

+
17:12:46(678): | | | | |
| | | |
| |
17:12:46(696): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:46(717):"histogram-latency": {"0.66": 3, "0.60": 3, "0.68": 1, "0.62":
1, "0.63": 1, "0.64": 4, "148.98": 1, "0.48": 14, "0.49": 7, "0.46": 30,
"0.47": 20, "0.44": 60, "0.45": 51, "0.42": 58, "0.43": 65, "
17:12:46(739):0.40": 50, "0.41": 25, "0.69": 1, "0.61": 5, "0.59": 4,
"0.58": 3, "0.77": 1, "0.51": 10, "0.50": 9, "0.53": 2, "0.52": 5, "0.55": 2,
"0.54": 4, "0.57": 3, "0.56": 3, "0.39": 58, "0.38": 50, "0.37"
17:12:46(754):: 20, "0.36": 14, "0.35": 7, "0.34": 3, "0.33": 1, "0.65": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-receiv
17:12:46(773): 16928 | pscheduler | 9441 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:27.834154+00 | 2019-05-12 14:08:53.033559+00 | 2019-05-12 14:
17:12:46(780):08:53.033708+00 | 2019-05-12 14:08:53.033714+00 | f |
active | 22285832 | 22285280 |

17:12:46(782):


17:12:46(785):


17:12:46(801):

+
17:12:46(817): | | | | |
| | | |
| |
17:12:46(827): | | |
| | | WITH inserted_row AS (

17:12:46(830):


17:12:46(833):


17:12:46(848):

+
17:12:46(864): | | | | |
| | | |
| |
17:12:46(879): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:46(882):


17:12:46(885):


17:12:46(900):

+
17:12:46(916): | | | | |
| | | |
| |
17:12:46(926): | | |
| | | VALUES (24381,

17:12:46(928):


17:12:46(930):


17:12:46(945):

+
17:12:46(962): | | | | |
| | | |
| |
17:12:46(972): | | |
| | | NULL,

17:12:46(974):


17:12:46(976):


17:12:46(991):

+
17:12:47(007): | | | | |
| | | |
| |
17:12:47(021): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:47(024):


17:12:47(026):


17:12:47(042):

+
17:12:47(058): | | | | |
| | | |
| |
17:12:47(070): | | |
| | |
run_state_finished(),
17:12:47(072):


17:12:47(074):


17:12:47(089):

+
17:12:47(105): | | | | |
| | | |
| |
17:12:47(114): | | |
| | | 0,

17:12:47(116):


17:12:47(119):


17:12:47(133):

+
17:12:47(150): | | | | |
| | | |
| |
17:12:47(167): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:47(188):"histogram-latency": {"0.48": 5, "0.49": 5, "0.60": 12,
"0.61": 7, "0.62": 13, "0.63": 12, "0.64": 11, "0.65": 13, "0.66": 6, "0.67":
8, "0.68": 2, "0.69": 12, "0.44": 10, "0.45": 5, "0.42": 14, "0
17:12:47(267):.43": 10, "0.40": 27, "0.41": 17, "0.28": 27, "0.29": 17,
"0.24": 5, "0.25": 11, "0.26": 20, "0.27": 25, "0.23": 3, "0.46": 8, "0.73":
4, "0.72": 4, "0.71": 17, "0.70": 12, "0.47": 6, "0.76": 1, "0
17:12:47(285):.75": 2, "0.74": 1, "0.51": 1, "0.50": 3, "0.52": 1, "0.54":
3, "0.57": 1, "0.56": 6, "0.59": 3, "0.39": 31, "0.38": 24, "0.37": 25,
"0.36": 27, "0.35": 34, "0.34": 17, "0.3
17:12:47(304): 16928 | pscheduler | 9446 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:28.088349+00 | 2019-05-12 14:08:32.792194+00 | 2019-05-12 14:
17:12:47(311):08:32.792306+00 | 2019-05-12 14:08:32.792311+00 | f |
active | 22285720 | 22285280 |

17:12:47(313):


17:12:47(316):


17:12:47(331):

+
17:12:47(348): | | | | |
| | | |
| |
17:12:47(359): | | |
| | | WITH inserted_row AS (

17:12:47(361):


17:12:47(363):


17:12:47(379):

+
17:12:47(396): | | | | |
| | | |
| |
17:12:47(413): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:47(415):


17:12:47(417):


17:12:47(433):

+
17:12:47(449): | | | | |
| | | |
| |
17:12:47(459): | | |
| | | VALUES (24456,

17:12:47(461):


17:12:47(463):


17:12:47(478):

+
17:12:47(494): | | | | |
| | | |
| |
17:12:47(504): | | |
| | | NULL,

17:12:47(506):


17:12:47(509):


17:12:47(524):

+
17:12:47(541): | | | | |
| | | |
| |
17:12:47(556): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:47(558):


17:12:47(561):


17:12:47(577):

+
17:12:47(593): | | | | |
| | | |
| |
17:12:47(605): | | |
| | |
run_state_finished(),
17:12:47(608):


17:12:47(611):


17:12:47(626):

+
17:12:47(642): | | | | |
| | | |
| |
17:12:47(652): | | |
| | | 0,

17:12:47(654):


17:12:47(657):


17:12:47(671):

+
17:12:47(689): | | | | |
| | | |
| |
17:12:47(706): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:12:47(730):"histogram-latency": {"0.48": 47, "0.67": 10, "0.60": 3,
"0.68": 9, "0.62": 5, "0.63": 9, "0.64": 5, "0.65": 10, "0.66": 5, "0.49":
42, "0.46": 36, "0.69": 7, "0.44": 15, "0.45": 20, "0.42": 4, "0.
17:12:47(753):43": 8, "0.40": 3, "0.41": 1, "5.04": 1, "0.72": 2, "0.80": 1,
"0.73": 2, "0.58": 7, "0.71": 4, "0.70": 2, "0.47": 60, "0.76": 1, "0.75": 1,
"0.74": 1, "0.51": 50, "0.50": 47, "0.53": 32, "0.52": 4
17:12:47(769):1, "0.55": 22, "0.54": 48, "0.57": 10, "0.56": 12, "0.59": 10,
"0.61": 6, "1.06": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lo
17:12:47(788): 16928 | pscheduler | 9448 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:28.188162+00 | 2019-05-12 14:08:29.952337+00 | 2019-05-12 14:
17:12:47(795):08:29.952443+00 | 2019-05-12 14:08:29.952447+00 | f |
active | 22285710 | 22285280 |

17:12:47(797):


17:12:47(799):


17:12:47(814):

+
17:12:47(831): | | | | |
| | | |
| |
17:12:47(842): | | |
| | | WITH inserted_row AS (

17:12:47(845):


17:12:47(847):


17:12:47(862):

+
17:12:47(880): | | | | |
| | | |
| |
17:12:47(896): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:47(898):


17:12:47(900):


17:12:47(916):

+
17:12:47(933): | | | | |
| | | |
| |
17:12:47(943): | | |
| | | VALUES (23493,

17:12:47(945):


17:12:47(947):


17:12:47(963):

+
17:12:47(979): | | | | |
| | | |
| |
17:12:47(989): | | |
| | | NULL,

17:12:47(991):


17:12:47(993):


17:12:48(009):

+
17:12:48(025): | | | | |
| | | |
| |
17:12:48(041): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:48(043):


17:12:48(046):


17:12:48(061):

+
17:12:48(078): | | | | |
| | | |
| |
17:12:48(089): | | |
| | |
run_state_finished(),
17:12:48(091):


17:12:48(093):


17:12:48(108):

+
17:12:48(125): | | | | |
| | | |
| |
17:12:48(135): | | |
| | | 0,

17:12:48(137):


17:12:48(139):


17:12:48(154):

+
17:12:48(171): | | | | |
| | | |
| |
17:12:48(187): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:48(210):"histogram-latency": {"0.48": 13, "0.67": 1, "0.60": 5,
"0.61": 3, "0.62": 2, "0.63": 1, "0.64": 1, "0.65": 3, "0.66": 4, "0.49": 13,
"0.46": 33, "0.47": 21, "0.44": 46, "0.45": 39, "0.42": 40, "0.
17:12:48(232):43": 47, "0.40": 52, "0.41": 37, "0.58": 4, "0.70": 1, "0.51":
15, "0.50": 5, "0.53": 3, "0.52": 2, "0.55": 3, "0.54": 8, "0.57": 4, "0.56":
6, "0.39": 49, "0.38": 38, "0.37": 27, "0.36": 22, "0.35
17:12:48(247):": 15, "0.34": 19, "0.33": 9, "0.32": 5, "0.31": 2, "0.30": 1,
"0.68": 1}, "histogram-ttl": {"253": 600}, "packets-sent": 600,
"packets-reordered": 0, "packets-lost": 0, "pa
17:12:48(266): 16928 | pscheduler | 9449 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:28.214336+00 | 2019-05-12 14:08:52.632637+00 | 2019-05-12 14:
17:12:48(273):08:52.632815+00 | 2019-05-12 14:08:52.632821+00 | f |
active | 22285827 | 22285280 |

17:12:48(275):


17:12:48(277):


17:12:48(293):

+
17:12:48(321): | | | | |
| | | |
| |
17:12:48(339): | | |
| | | WITH inserted_row AS (

17:12:48(343):


17:12:48(345):


17:12:48(360):

+
17:12:48(376): | | | | |
| | | |
| |
17:12:48(393): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:48(396):


17:12:48(399):


17:12:48(417):

+
17:12:48(435): | | | | |
| | | |
| |
17:12:48(446): | | |
| | | VALUES (24337,

17:12:48(448):


17:12:48(452):


17:12:48(469):

+
17:12:48(486): | | | | |
| | | |
| |
17:12:48(495): | | |
| | | NULL,

17:12:48(497):


17:12:48(500):


17:12:48(516):

+
17:12:48(533): | | | | |
| | | |
| |
17:12:48(547): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:48(550):


17:12:48(552):


17:12:48(568):

+
17:12:48(585): | | | | |
| | | |
| |
17:12:48(596): | | |
| | |
run_state_finished(),
17:12:48(598):


17:12:48(602):


17:12:48(617):

+
17:12:48(633): | | | | |
| | | |
| |
17:12:48(643): | | |
| | | 0,

17:12:48(645):


17:12:48(647):


17:12:48(662):

+
17:12:48(679): | | | | |
| | | |
| |
17:12:48(702): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:48(723):"histogram-latency": {"-0.06": 3, "-0.07": 3, "-0.04": 7,
"-0.05": 4, "-0.02": 7, "-0.03": 15, "-0.01": 8, "0.20": 3, "-0.08": 1,
"0.21": 2, "0.22": 3, "0.23": 6, "0.42": 1, "0.40": 7, "0.41": 1, "
17:12:48(744):0.08": 33, "0.09": 10, "0.28": 17, "0.29": 21, "0.02": 13,
"0.03": 23, "0.00": 8, "0.01": 13, "0.06": 26, "0.07": 38, "0.04": 19,
"0.05": 27, "0.15": 12, "0.14": 9, "0.17": 2, "0.16": 4, "0.11": 10
17:12:48(761):, "0.10": 14, "0.13": 11, "0.12": 12, "0.19": 5, "0.18": 4,
"0.39": 8, "0.38": 12, "0.37": 20, "0.36": 13, "0.35": 10, "0.34": 10,
"0.33": 15, "0.32": 16, "0.31": 16, "0.30"
17:12:48(780): 16928 | pscheduler | 9453 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:28.319502+00 | 2019-05-12 14:08:50.743722+00 | 2019-05-12 14:
17:12:48(788):08:50.74386+00 | 2019-05-12 14:08:50.743865+00 | f |
active | 22285807 | 22285280 |

17:12:48(790):


17:12:48(793):


17:12:48(808):

+
17:12:48(825): | | | | |
| | | |
| |
17:12:48(835): | | |
| | | WITH inserted_row AS (

17:12:48(837):


17:12:48(840):


17:12:48(855):

+
17:12:48(871): | | | | |
| | | |
| |
17:12:48(888): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:48(891):


17:12:48(893):


17:12:48(908):

+
17:12:48(924): | | | | |
| | | |
| |
17:12:48(934): | | |
| | | VALUES (24081,

17:12:48(937):


17:12:48(939):


17:12:48(954):

+
17:12:48(971): | | | | |
| | | |
| |
17:12:48(982): | | |
| | | NULL,

17:12:48(986):


17:12:48(989):


17:12:49(004):

+
17:12:49(020): | | | | |
| | | |
| |
17:12:49(035): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:49(038):


17:12:49(042):


17:12:49(056):

+
17:12:49(072): | | | | |
| | | |
| |
17:12:49(085): | | |
| | |
run_state_finished(),
17:12:49(088):


17:12:49(090):


17:12:49(105):

+
17:12:49(122): | | | | |
| | | |
| |
17:12:49(132): | | |
| | | 0,

17:12:49(134):


17:12:49(137):


17:12:49(152):

+
17:12:49(169): | | | | |
| | | |
| |
17:12:49(187): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:49(209):"histogram-latency": {"7.18": 1, "8.14": 2, "0.41": 1, "1.16":
1, "8.65": 1, "7.61": 1, "7.60": 1, "7.64": 1, "7.67": 1, "2.13": 1, "7.04":
1, "6.53": 1, "0.59": 1, "0.58": 3, "8.63": 1, "8.64": 1,
17:12:49(232): "1.84": 1, "0.57": 1, "1.05": 1, "7.90": 1, "7.92": 2,
"6.68": 1, "8.75": 1, "0.28": 10, "0.29": 6, "0.24": 7, "0.25": 4, "0.26": 6,
"0.27": 6, "0.20": 12, "0.21": 8, "0.22": 15, "0.23": 9, "7.89"
17:12:49(250):: 1, "4.86": 1, "7.86": 1, "4.84": 1, "7.82": 1, "7.81": 1,
"8.44": 1, "6.79": 1, "8.43": 1, "2.51": 1, "10.73": 1, "10.74": 1, "10.79":
1, "0.37": 1, "0.35": 1, "0.34": 1,
17:12:49(269): 16928 | pscheduler | 9454 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:28.324612+00 | 2019-05-12 14:08:56.835523+00 | 2019-05-12 14:
17:12:49(276):08:56.835675+00 | 2019-05-12 14:08:56.835681+00 | f |
active | 22285872 | 22285281 |

17:12:49(278):


17:12:49(280):


17:12:49(298):

+
17:12:49(317): | | | | |
| | | |
| |
17:12:49(329): | | |
| | | WITH inserted_row AS (

17:12:49(332):


17:12:49(335):


17:12:49(350):

+
17:12:49(366): | | | | |
| | | |
| |
17:12:49(387): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:49(389):


17:12:49(392):


17:12:49(407):

+
17:12:49(423): | | | | |
| | | |
| |
17:12:49(432): | | |
| | | VALUES (23722,

17:12:49(436):


17:12:49(438):


17:12:49(467):

+
17:12:49(484): | | | | |
| | | |
| |
17:12:49(494): | | |
| | | NULL,

17:12:49(496):


17:12:49(498):


17:12:49(519):

+
17:12:49(536): | | | | |
| | | |
| |
17:12:49(551): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:49(555):


17:12:49(557):


17:12:49(572):

+
17:12:49(589): | | | | |
| | | |
| |
17:12:49(600): | | |
| | |
run_state_finished(),
17:12:49(604):


17:12:49(606):


17:12:49(621):

+
17:12:49(638): | | | | |
| | | |
| |
17:12:49(647): | | |
| | | 0,

17:12:49(649):


17:12:49(652):


17:12:49(667):

+
17:12:49(684): | | | | |
| | | |
| |
17:12:49(702): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:12:49(723):"histogram-latency": {"0.48": 20, "0.49": 37, "0.60": 7,
"0.68": 10, "0.62": 7, "0.63": 6, "0.64": 5, "0.65": 5, "0.66": 9, "0.67":
13, "0.46": 26, "0.47": 32, "0.44": 13, "0.45": 29, "0.42": 4, "0
17:12:49(745):.79": 5, "0.40": 4, "0.41": 3, "0.82": 2, "0.78": 5, "0.43":
5, "0.69": 16, "0.83": 1, "0.80": 8, "0.81": 3, "0.86": 1, "0.89": 1, "0.61":
7, "0.73": 20, "0.72": 14, "0.71": 18, "0.70": 29, "0.77":
17:12:49(762): 5, "0.76": 14, "0.75": 9, "0.74": 10, "0.51": 37, "0.50": 37,
"0.53": 23, "0.52": 27, "0.55": 10, "0.54": 24, "0.57": 6, "0.56": 9, "0.59":
7, "0.39": 6, "0.58": 8, "0.37":
17:12:49(780): 16928 | pscheduler | 9455 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:28.328305+00 | 2019-05-12 14:08:31.527114+00 | 2019-05-12 14:
17:12:49(789):08:31.52723+00 | 2019-05-12 14:08:31.527235+00 | f |
active | 22285715 | 22285280 |

17:12:49(800):


17:12:49(802):


17:12:49(818):

+
17:12:49(835): | | | | |
| | | |
| |
17:12:49(845): | | |
| | | WITH inserted_row AS (

17:12:49(847):


17:12:49(849):


17:12:49(864):

+
17:12:49(880): | | | | |
| | | |
| |
17:12:49(896): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:49(898):


17:12:49(900):


17:12:49(917):

+
17:12:49(933): | | | | |
| | | |
| |
17:12:49(943): | | |
| | | VALUES (23797,

17:12:49(945):


17:12:49(948):


17:12:49(962):

+
17:12:49(978): | | | | |
| | | |
| |
17:12:49(988): | | |
| | | NULL,

17:12:49(990):


17:12:49(992):


17:12:50(007):

+
17:12:50(023): | | | | |
| | | |
| |
17:12:50(039): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:50(042):


17:12:50(044):


17:12:50(059):

+
17:12:50(075): | | | | |
| | | |
| |
17:12:50(086): | | |
| | |
run_state_finished(),
17:12:50(088):


17:12:50(091):


17:12:50(105):

+
17:12:50(121): | | | | |
| | | |
| |
17:12:50(130): | | |
| | | 0,

17:12:50(132):


17:12:50(135):


17:12:50(150):

+
17:12:50(166): | | | | |
| | | |
| |
17:12:50(183): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:50(204):"histogram-latency": {"0.85": 3, "0.92": 1, "0.60": 1, "0.61":
3, "0.62": 5, "0.63": 12, "0.64": 24, "0.65": 27, "0.66": 42, "0.67": 44,
"0.68": 45, "0.69": 38, "1.74": 1, "0.83": 6, "0.80": 2, "1.
17:12:50(225):84": 1, "0.82": 10, "1.75": 1, "1.76": 2, "0.81": 6, "0.86":
5, "0.87": 8, "1.54": 5, "1.73": 3, "1.70": 4, "0.88": 4, "1.59": 5, "1.57":
4, "1.72": 3, "1.56": 3, "1.55": 3, "0.73": 26, "0.72": 28,
17:12:50(243): "0.71": 47, "0.70": 34, "0.77": 7, "0.76": 10, "0.75": 16,
"0.74": 18, "1.81": 1, "0.79": 5, "0.78": 5, "1.58": 1, "1.77": 2, "1.52": 1,
"1.89": 1, "0.89": 4, "0.84": 7, "0
17:12:50(262): 16928 | pscheduler | 9457 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:28.613128+00 | 2019-05-12 14:08:53.987945+00 | 2019-05-12 14:
17:12:50(269):08:53.988091+00 | 2019-05-12 14:08:53.988096+00 | f |
active | 22285841 | 22285280 |

17:12:50(271):


17:12:50(273):


17:12:50(288):

+
17:12:50(304): | | | | |
| | | |
| |
17:12:50(314): | | |
| | | WITH inserted_row AS (

17:12:50(316):


17:12:50(319):


17:12:50(333):

+
17:12:50(350): | | | | |
| | | |
| |
17:12:50(365): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:50(367):


17:12:50(370):


17:12:50(384):

+
17:12:50(400): | | | | |
| | | |
| |
17:12:50(410): | | |
| | | VALUES (23900,

17:12:50(412):


17:12:50(414):


17:12:50(429):

+
17:12:50(445): | | | | |
| | | |
| |
17:12:50(455): | | |
| | | NULL,

17:12:50(457):


17:12:50(459):


17:12:50(475):

+
17:12:50(491): | | | | |
| | | |
| |
17:12:50(507): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:50(510):


17:12:50(512):


17:12:50(528):

+
17:12:50(544): | | | | |
| | | |
| |
17:12:50(556): | | |
| | |
run_state_finished(),
17:12:50(558):


17:12:50(560):


17:12:50(577):

+
17:12:50(593): | | | | |
| | | |
| |
17:12:50(602): | | |
| | | 0,

17:12:50(605):


17:12:50(607):


17:12:50(622):

+
17:12:50(638): | | | | |
| | | |
| |
17:12:50(655): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:50(676):"histogram-latency": {"0.60": 44, "0.61": 52, "0.62": 52,
"0.63": 30, "0.64": 41, "0.65": 56, "0.66": 58, "0.67": 60, "0.68": 39,
"0.69": 16, "0.82": 6, "0.83": 2, "0.80": 5, "0.81": 5, "0.86": 1,
17:12:50(697):"0.84": 3, "0.85": 3, "0.89": 4, "0.73": 10, "0.72": 10,
"0.71": 14, "0.70": 19, "0.77": 3, "0.76": 5, "0.75": 11, "0.74": 7, "0.79":
2, "0.78": 4, "0.57": 3, "0.56": 4, "0.59": 19, "0.58": 10, "0.
17:12:50(712):90": 1, "0.92": 1}, "histogram-ttl": {"253": 600},
"packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}') +
17:12:50(728): | | | | |
| | | |
| |
17:12:50(734): | | |
| | |
17:12:50(753): 16928 | pscheduler | 9459 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:28.840303+00 | 2019-05-12 14:08:54.474123+00 | 2019-05-12 14:
17:12:50(760):08:54.47428+00 | 2019-05-12 14:08:54.474286+00 | f |
active | 22285843 | 22285280 |

17:12:50(762):


17:12:50(764):


17:12:50(779):

+
17:12:50(796): | | | | |
| | | |
| |
17:12:50(808): | | |
| | | WITH inserted_row AS (

17:12:50(810):


17:12:50(812):


17:12:50(827):

+
17:12:50(843): | | | | |
| | | |
| |
17:12:50(858): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:50(861):


17:12:50(863):


17:12:50(877):

+
17:12:50(894): | | | | |
| | | |
| |
17:12:50(904): | | |
| | | VALUES (24397,

17:12:50(906):


17:12:50(909):


17:12:50(924):

+
17:12:50(940): | | | | |
| | | |
| |
17:12:50(950): | | |
| | | NULL,

17:12:50(953):


17:12:50(955):


17:12:50(970):

+
17:12:50(986): | | | | |
| | | |
| |
17:12:51(001): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:51(003):


17:12:51(006):


17:12:51(021):

+
17:12:51(038): | | | | |
| | | |
| |
17:12:51(049): | | |
| | |
run_state_finished(),
17:12:51(051):


17:12:51(069):


17:12:51(084):

+
17:12:51(101): | | | | |
| | | |
| |
17:12:51(111): | | |
| | | 0,

17:12:51(113):


17:12:51(115):


17:12:51(130):

+
17:12:51(146): | | | | |
| | | |
| |
17:12:51(163): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:12:51(184):"histogram-latency": {"2.39": 1, "0.74": 1, "2.63": 1, "0.60":
1, "0.62": 1, "0.64": 1, "0.65": 1, "1.99": 1, "0.44": 2, "1.95": 1, "0.42":
6, "0.43": 1, "0.40": 6, "0.41": 4, "2.37": 1, "2.36": 1,
17:12:51(205): "0.28": 16, "0.29": 19, "2.32": 1, "0.24": 42, "0.25": 33,
"0.26": 30, "0.27": 21, "0.20": 51, "0.21": 44, "0.22": 42, "0.23": 43,
"0.82": 2, "1.75": 1, "1.51": 1, "1.57": 2, "2.19": 1, "1.55": 1,
17:12:51(222): "2.17": 1, "2.08": 1, "1.58": 1, "1.91": 1, "1.78": 1,
"1.79": 1, "1.36": 2, "0.87": 1, "1.60": 1, "0.15": 5, "0.14": 2, "0.17": 24,
"0.16": 8, "0.13": 2, "0.98": 1, "0.50"
17:12:51(240): 16928 | pscheduler | 9470 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:29.990235+00 | 2019-05-12 14:08:53.862735+00 | 2019-05-12 14:
17:12:51(247):08:53.862952+00 | 2019-05-12 14:08:53.862958+00 | f |
active | 22285839 | 22285280 |

17:12:51(249):


17:12:51(253):


17:12:51(268):

+
17:12:51(284): | | | | |
| | | |
| |
17:12:51(294): | | |
| | | WITH inserted_row AS (

17:12:51(297):


17:12:51(299):


17:12:51(314):

+
17:12:51(331): | | | | |
| | | |
| |
17:12:51(347): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:51(349):


17:12:51(351):


17:12:51(368):

+
17:12:51(385): | | | | |
| | | |
| |
17:12:51(395): | | |
| | | VALUES (24331,

17:12:51(397):


17:12:51(399):


17:12:51(414):

+
17:12:51(431): | | | | |
| | | |
| |
17:12:51(441): | | |
| | | NULL,

17:12:51(443):


17:12:51(445):


17:12:51(461):

+
17:12:51(477): | | | | |
| | | |
| |
17:12:51(491): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:51(494):


17:12:51(496):


17:12:51(511):

+
17:12:51(527): | | | | |
| | | |
| |
17:12:51(539): | | |
| | |
run_state_finished(),
17:12:51(541):


17:12:51(544):


17:12:51(560):

+
17:12:51(576): | | | | |
| | | |
| |
17:12:51(587): | | |
| | | 0,

17:12:51(589):


17:12:51(592):


17:12:51(607):

+
17:12:51(623): | | | | |
| | | |
| |
17:12:51(639): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:51(660):"histogram-latency": {"8.18": 1, "0.48": 1, "1.99": 1, "0.46":
1, "1.97": 1, "8.17": 1, "8.16": 1, "1.92": 1, "0.43": 1, "8.12": 2, "1.12":
1, "1.10": 1, "10.14": 1, "6.31": 1, "6.33": 1, "11.42":
17:12:51(681):1, "7.65": 1, "7.64": 2, "7.67": 2, "7.69": 1, "12.09": 2,
"0.50": 1, "8.64": 2, "1.87": 1, "1.00": 1, "1.06": 1, "12.00": 2, "7.95": 1,
"11.58": 1, "7.90": 1, "7.91": 1, "7.32": 1, "7.35": 1, "10.
17:12:51(699):46": 1, "0.47": 1, "10.48": 1, "0.28": 2, "0.29": 2, "0.24":
5, "0.25": 3, "0.26": 6, "0.27": 9, "0.20": 9, "0.21": 17, "0.22": 11,
"0.23": 8, "12.02": 1, "7.89": 1, "7.84":
17:12:51(719): 16928 | pscheduler | 9476 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:31.585279+00 | 2019-05-12 14:08:51.412778+00 | 2019-05-12 14:
17:12:51(726):08:51.413029+00 | 2019-05-12 14:08:51.413035+00 | f |
active | 22285814 | 22285280 |

17:12:51(728):


17:12:51(730):


17:12:51(745):

+
17:12:51(762): | | | | |
| | | |
| |
17:12:51(772): | | |
| | | WITH inserted_row AS (

17:12:51(774):


17:12:51(776):


17:12:51(792):

+
17:12:51(809): | | | | |
| | | |
| |
17:12:51(824): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:51(826):


17:12:51(828):


17:12:51(843):

+
17:12:51(859): | | | | |
| | | |
| |
17:12:51(869): | | |
| | | VALUES (23629,

17:12:51(871):


17:12:51(874):


17:12:51(889):

+
17:12:51(905): | | | | |
| | | |
| |
17:12:51(915): | | |
| | | NULL,

17:12:51(918):


17:12:51(920):


17:12:51(935):

+
17:12:51(951): | | | | |
| | | |
| |
17:12:51(966): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:51(969):


17:12:51(972):


17:12:51(986):

+
17:12:52(003): | | | | |
| | | |
| |
17:12:52(015): | | |
| | |
run_state_finished(),
17:12:52(017):


17:12:52(020):


17:12:52(035):

+
17:12:52(052): | | | | |
| | | |
| |
17:12:52(061): | | |
| | | 0,

17:12:52(063):


17:12:52(065):


17:12:52(081):

+
17:12:52(098): | | | | |
| | | |
| |
17:12:52(115): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:52(136):"histogram-latency": {"-0.06": 1, "-0.07": 1, "-0.04": 8,
"0.27": 21, "-0.02": 12, "-0.03": 12, "-0.01": 10, "0.20": 6, "-0.08": 1,
"0.21": 3, "-0.05": 1, "0.22": 6, "0.49": 1, "0.23": 10, "0.43":
17:12:52(158):1, "0.40": 9, "0.41": 3, "0.08": 24, "0.09": 21, "0.28": 16,
"0.29": 16, "0.02": 23, "0.03": 22, "0.00": 11, "0.01": 20, "0.06": 25,
"0.07": 25, "0.04": 29, "0.05": 21, "0.15": 4, "0.14": 5, "0.17"
17:12:52(176):: 4, "0.16": 6, "0.11": 17, "0.10": 10, "0.13": 8, "0.12": 16,
"0.19": 5, "0.18": 3, "0.39": 4, "0.38": 15, "0.37": 31, "0.36": 10, "0.35":
8, "0.34": 9, "0.33": 13, "0.32":
17:12:52(194): 16928 | pscheduler | 9480 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:32.092012+00 | 2019-05-12 14:08:59.710812+00 | 2019-05-12 14:
17:12:52(201):08:59.710934+00 | 2019-05-12 14:08:59.710938+00 | f |
active | 22285910 | 22285281 |

17:12:52(204):


17:12:52(206):


17:12:52(221):

+
17:12:52(238): | | | | |
| | | |
| |
17:12:52(248): | | |
| | | WITH inserted_row AS (

17:12:52(250):


17:12:52(254):


17:12:52(268):

+
17:12:52(285): | | | | |
| | | |
| |
17:12:52(300): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:52(303):


17:12:52(305):


17:12:52(321):

+
17:12:52(337): | | | | |
| | | |
| |
17:12:52(347): | | |
| | | VALUES (24185,

17:12:52(350):


17:12:52(352):


17:12:52(367):

+
17:12:52(383): | | | | |
| | | |
| |
17:12:52(392): | | |
| | | NULL,

17:12:52(395):


17:12:52(397):


17:12:52(412):

+
17:12:52(428): | | | | |
| | | |
| |
17:12:52(443): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:52(446):


17:12:52(448):


17:12:52(463):

+
17:12:52(479): | | | | |
| | | |
| |
17:12:52(490): | | |
| | |
run_state_finished(),
17:12:52(493):


17:12:52(495):


17:12:52(510):

+
17:12:52(526): | | | | |
| | | |
| |
17:12:52(535): | | |
| | | 0,

17:12:52(538):


17:12:52(541):


17:12:52(556):

+
17:12:52(572): | | | | |
| | | |
| |
17:12:52(590): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:52(612):"histogram-latency": {"6.62": 1, "6.60": 1, "6.40": 1,
"16.51": 1, "0.61": 1, "0.62": 4, "0.63": 8, "0.64": 10, "0.65": 32, "0.66":
54, "0.67": 33, "0.68": 56, "0.69": 24, "5.07": 1, "5.18": 1, "5.
17:12:52(633):65": 1, "2.51": 1, "3.89": 1, "2.39": 1, "3.34": 1, "2.77": 1,
"2.76": 1, "0.82": 8, "0.83": 5, "0.80": 14, "0.81": 7, "0.86": 8, "0.87": 1,
"0.84": 2, "0.85": 4, "6.35": 1, "0.88": 2, "0.89": 3, "
17:12:52(650):5.80": 1, "2.97": 1, "2.96": 2, "6.55": 1, "4.02": 1, "4.88":
1, "6.51": 1, "3.40": 1, "6.12": 1, "3.43": 1, "3.49": 1, "3.48": 1, "0.73":
36, "0.72": 51, "0.71": 55, "0.70"
17:12:52(669): 16928 | pscheduler | 9486 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:32.440648+00 | 2019-05-12 14:08:31.368783+00 | 2019-05-12 14:
17:12:52(676):08:31.368896+00 | 2019-05-12 14:08:31.3689+00 | f |
active | 22285714 | 22285280 |

17:12:52(678):


17:12:52(680):


17:12:52(695):

+
17:12:52(712): | | | | |
| | | |
| |
17:12:52(723): | | |
| | | WITH inserted_row AS (

17:12:52(726):


17:12:52(728):


17:12:52(743):

+
17:12:52(759): | | | | |
| | | |
| |
17:12:52(774): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:52(777):


17:12:52(779):


17:12:52(794):

+
17:12:52(810): | | | | |
| | | |
| |
17:12:52(820): | | |
| | | VALUES (23622,

17:12:52(823):


17:12:52(826):


17:12:52(841):

+
17:12:52(857): | | | | |
| | | |
| |
17:12:52(866): | | |
| | | NULL,

17:12:52(868):


17:12:52(871):


17:12:52(886):

+
17:12:52(903): | | | | |
| | | |
| |
17:12:52(917): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:52(920):


17:12:52(923):


17:12:52(939):

+
17:12:52(956): | | | | |
| | | |
| |
17:12:52(967): | | |
| | |
run_state_finished(),
17:12:52(970):


17:12:52(972):


17:12:52(987):

+
17:12:53(003): | | | | |
| | | |
| |
17:12:53(013): | | |
| | | 0,

17:12:53(015):


17:12:53(017):


17:12:53(032):

+
17:12:53(048): | | | | |
| | | |
| |
17:12:53(065): | | |
| | |
'{"max-clock-error": 0.22, "packets-duplicated": 0, "succeeded": true,
17:12:53(086):"histogram-latency": {"7.14": 1, "8.22": 1, "6.42": 1, "8.18":
1, "0.49": 1, "7.07": 1, "1.97": 1, "8.17": 1, "8.11": 1, "1.90": 1, "1.16":
2, "1.15": 2, "8.65": 1, "7.62": 1, "0.57": 1, "7.67": 1,
17:12:53(108): "7.66": 1, "7.69": 1, "4.06": 1, "7.00": 1, "0.59": 3,
"11.67": 1, "0.52": 1, "0.55": 1, "0.54": 1, "1.87": 1, "1.01": 1, "1.06": 1,
"11.53": 1, "11.57": 1, "7.97": 1, "6.60": 1, "8.43": 1, "0.28"
17:12:53(125):: 2, "0.29": 5, "0.24": 6, "0.25": 2, "0.26": 3, "0.27": 9,
"0.20": 13, "0.21": 10, "0.22": 9, "0.23": 7, "11.69": 1, "7.87": 1, "7.82":
1, "7.28": 1, "8.41": 1, "11.01": 1,
17:12:53(144): 16928 | pscheduler | 9491 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:32.991873+00 | 2019-05-12 14:08:51.080234+00 | 2019-05-12 14:
17:12:53(150):08:51.08034+00 | 2019-05-12 14:08:51.080344+00 | f |
active | 22285811 | 22285280 |

17:12:53(152):


17:12:53(154):


17:12:53(169):

+
17:12:53(186): | | | | |
| | | |
| |
17:12:53(196): | | |
| | | WITH inserted_row AS (

17:12:53(198):


17:12:53(200):


17:12:53(215):

+
17:12:53(232): | | | | |
| | | |
| |
17:12:53(247): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:53(250):


17:12:53(252):


17:12:53(268):

+
17:12:53(284): | | | | |
| | | |
| |
17:12:53(294): | | |
| | | VALUES (24534,

17:12:53(296):


17:12:53(298):


17:12:53(313):

+
17:12:53(329): | | | | |
| | | |
| |
17:12:53(340): | | |
| | | NULL,

17:12:53(349):


17:12:53(351):


17:12:53(366):

+
17:12:53(382): | | | | |
| | | |
| |
17:12:53(397): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:53(399):


17:12:53(401):


17:12:53(416):

+
17:12:53(433): | | | | |
| | | |
| |
17:12:53(444): | | |
| | |
run_state_finished(),
17:12:53(446):


17:12:53(448):


17:12:53(463):

+
17:12:53(481): | | | | |
| | | |
| |
17:12:53(491): | | |
| | | 0,

17:12:53(493):


17:12:53(495):


17:12:53(510):

+
17:12:53(527): | | | | |
| | | |
| |
17:12:53(544): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:12:53(565):"histogram-latency": {"0.48": 1, "0.60": 42, "0.61": 25,
"0.62": 30, "0.63": 26, "0.64": 29, "0.65": 24, "0.66": 9, "0.67": 18,
"0.68": 14, "0.69": 9, "0.53": 3, "0.52": 4, "0.82": 19, "0.83": 17,
17:12:53(587):"0.80": 13, "0.81": 24, "0.86": 13, "0.87": 6, "0.84": 20,
"0.85": 28, "0.88": 9, "0.89": 14, "0.73": 8, "0.58": 13, "0.71": 6, "0.70":
7, "0.77": 4, "0.76": 4, "0.75": 8, "0.74": 8, "0.51": 2, "0.
17:12:53(605):79": 15, "0.78": 15, "0.55": 12, "0.54": 9, "0.57": 4, "0.56":
7, "0.59": 17, "1.02": 1, "0.72": 5, "0.95": 2, "0.94": 6, "0.97": 1, "0.96":
1, "0.91": 15, "0.90": 20, "0.93
17:12:53(624): 16928 | pscheduler | 9495 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:33.179943+00 | 2019-05-12 14:08:58.3795+00 | 2019-05-12 14:
17:12:53(631):08:58.379655+00 | 2019-05-12 14:08:58.379659+00 | f |
active | 22285897 | 22285281 |

17:12:53(634):


17:12:53(636):


17:12:53(651):

+
17:12:53(668): | | | | |
| | | |
| |
17:12:53(678): | | |
| | | WITH inserted_row AS (

17:12:53(680):


17:12:53(682):


17:12:53(698):

+
17:12:53(714): | | | | |
| | | |
| |
17:12:53(730): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:53(732):


17:12:53(734):


17:12:53(749):

+
17:12:53(766): | | | | |
| | | |
| |
17:12:53(775): | | |
| | | VALUES (23794,

17:12:53(777):


17:12:53(780):


17:12:53(795):

+
17:12:53(811): | | | | |
| | | |
| |
17:12:53(820): | | |
| | | NULL,

17:12:53(823):


17:12:53(825):


17:12:53(840):

+
17:12:53(856): | | | | |
| | | |
| |
17:12:53(871): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:53(874):


17:12:53(876):


17:12:53(891):

+
17:12:53(907): | | | | |
| | | |
| |
17:12:53(918): | | |
| | |
run_state_finished(),
17:12:53(920):


17:12:53(923):


17:12:53(939):

+
17:12:53(955): | | | | |
| | | |
| |
17:12:53(965): | | |
| | | 0,

17:12:53(967):


17:12:53(969):


17:12:53(984):

+
17:12:54(000): | | | | |
| | | |
| |
17:12:54(017): | | |
| | |
'{"max-clock-error": 0.24, "packets-duplicated": 0, "succeeded": true,
17:12:54(039):"histogram-latency": {"0.66": 3, "0.60": 3, "0.61": 7, "0.63":
2, "0.64": 1, "0.65": 1, "0.48": 13, "0.49": 4, "0.46": 28, "0.47": 13,
"0.44": 55, "0.45": 55, "0.42": 54, "0.43": 58, "0.40": 38, "0
17:12:54(060):.41": 56, "0.69": 1, "0.59": 2, "0.58": 3, "0.51": 10, "0.50":
10, "0.53": 5, "0.52": 8, "0.55": 3, "0.54": 5, "0.57": 9, "0.56": 3, "0.39":
50, "0.38": 47, "0.37": 21, "0.36": 13, "0.35": 9, "0.34
17:12:54(076):": 3, "0.33": 3, "0.32": 3, "0.31": 1}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}'
17:12:54(094): 16928 | pscheduler | 9496 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:33.184153+00 | 2019-05-12 14:08:51.453327+00 | 2019-05-12 14:
17:12:54(102):08:51.453475+00 | 2019-05-12 14:08:51.45348+00 | f |
active | 22285815 | 22285280 |

17:12:54(104):


17:12:54(107):


17:12:54(122):

+
17:12:54(139): | | | | |
| | | |
| |
17:12:54(149): | | |
| | | WITH inserted_row AS (

17:12:54(151):


17:12:54(153):


17:12:54(168):

+
17:12:54(185): | | | | |
| | | |
| |
17:12:54(201): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:54(203):


17:12:54(206):


17:12:54(221):

+
17:12:54(238): | | | | |
| | | |
| |
17:12:54(247): | | |
| | | VALUES (23620,

17:12:54(249):


17:12:54(252):


17:12:54(267):

+
17:12:54(284): | | | | |
| | | |
| |
17:12:54(294): | | |
| | | NULL,

17:12:54(297):


17:12:54(299):


17:12:54(314):

+
17:12:54(330): | | | | |
| | | |
| |
17:12:54(344): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:54(347):


17:12:54(350):


17:12:54(364):

+
17:12:54(380): | | | | |
| | | |
| |
17:12:54(392): | | |
| | |
run_state_finished(),
17:12:54(394):


17:12:54(396):


17:12:54(411):

+
17:12:54(427): | | | | |
| | | |
| |
17:12:54(435): | | |
| | | 0,

17:12:54(438):


17:12:54(440):


17:12:54(455):

+
17:12:54(471): | | | | |
| | | |
| |
17:12:54(488): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:12:54(510):"histogram-latency": {"0.60": 27, "0.61": 30, "0.62": 26,
"0.63": 38, "0.64": 30, "0.65": 21, "0.66": 19, "0.67": 13, "0.68": 23,
"0.69": 20, "0.53": 5, "0.52": 2, "0.82": 11, "0.83": 19, "0.80": 1
17:12:54(531):3, "0.81": 9, "0.86": 12, "0.87": 10, "0.84": 24, "0.85": 21,
"0.88": 10, "0.89": 13, "0.59": 21, "0.58": 15, "0.71": 7, "0.70": 17,
"0.77": 9, "0.76": 3, "0.75": 2, "0.74": 10, "0.51": 1, "0.50":
17:12:54(548):1, "0.79": 10, "0.78": 14, "0.55": 9, "0.54": 10, "0.57": 6,
"0.56": 1, "0.73": 12, "0.72": 3, "0.98": 1, "0.95": 4, "0.94": 7, "0.97": 1,
"0.91": 17, "0.90": 11, "0.93": 6,
17:12:54(566): 16928 | pscheduler | 9497 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:33.187919+00 | 2019-05-12 14:08:50.461093+00 | 2019-05-12 14:
17:12:54(573):08:50.46121+00 | 2019-05-12 14:08:50.461215+00 | f |
active | 22285806 | 22285280 |

17:12:54(576):


17:12:54(578):


17:12:54(592):

+
17:12:54(608): | | | | |
| | | |
| |
17:12:54(619): | | |
| | | WITH inserted_row AS (

17:12:54(621):


17:12:54(624):


17:12:54(639):

+
17:12:54(655): | | | | |
| | | |
| |
17:12:54(670): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:54(673):


17:12:54(675):


17:12:54(690):

+
17:12:54(707): | | | | |
| | | |
| |
17:12:54(716): | | |
| | | VALUES (24392,

17:12:54(718):


17:12:54(721):


17:12:54(736):

+
17:12:54(752): | | | | |
| | | |
| |
17:12:54(762): | | |
| | | NULL,

17:12:54(764):


17:12:54(766):


17:12:54(781):

+
17:12:54(799): | | | | |
| | | |
| |
17:12:54(813): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:54(815):


17:12:54(817):


17:12:54(832):

+
17:12:54(849): | | | | |
| | | |
| |
17:12:54(860): | | |
| | |
run_state_finished(),
17:12:54(862):


17:12:54(864):


17:12:54(880):

+
17:12:54(896): | | | | |
| | | |
| |
17:12:54(906): | | |
| | | 0,

17:12:54(909):


17:12:54(911):


17:12:54(926):

+
17:12:54(942): | | | | |
| | | |
| |
17:12:54(960): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:12:54(982):"histogram-latency": {"12.74": 1, "6.40": 1, "5.17": 1,
"10.27": 1, "10.28": 1, "7.18": 1, "1.98": 1, "0.46": 2, "0.47": 4, "0.44":
10, "0.45": 3, "8.11": 1, "0.43": 21, "0.40": 20, "0.41": 24, "13
17:12:55(004):.73": 1, "10.26": 1, "12.80": 1, "8.64": 1, "12.85": 1,
"6.30": 1, "11.43": 1, "6.32": 1, "7.65": 1, "12.65": 1, "12.62": 1, "6.59":
1, "10.57": 1, "0.51": 3, "0.50": 3, "0.53": 1, "0.52": 1, "0.55
17:12:55(021):": 1, "0.54": 1, "0.57": 1, "1.86": 1, "8.97": 1, "8.96": 1,
"7.95": 1, "11.59": 1, "2.24": 1, "14.73": 1, "0.48": 5, "14.78": 1, "10.42":
1, "8.71": 1, "1.94": 1, "2.35": 1
17:12:55(041): 16928 | pscheduler | 9505 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:33.66306+00 | 2019-05-12 14:08:42.764498+00 | 2019-05-12 14:
17:12:55(048):08:42.764619+00 | 2019-05-12 14:08:42.764624+00 | f |
active | 22285759 | 22285280 |

17:12:55(050):


17:12:55(052):


17:12:55(067):

+
17:12:55(083): | | | | |
| | | |
| |
17:12:55(093): | | |
| | | WITH inserted_row AS (

17:12:55(096):


17:12:55(098):


17:12:55(113):

+
17:12:55(129): | | | | |
| | | |
| |
17:12:55(145): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:55(147):


17:12:55(149):


17:12:55(164):

+
17:12:55(181): | | | | |
| | | |
| |
17:12:55(190): | | |
| | | VALUES (24496,

17:12:55(193):


17:12:55(195):


17:12:55(210):

+
17:12:55(227): | | | | |
| | | |
| |
17:12:55(236): | | |
| | | NULL,

17:12:55(239):


17:12:55(241):


17:12:55(256):

+
17:12:55(273): | | | | |
| | | |
| |
17:12:55(288): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:55(292):


17:12:55(294):


17:12:55(309):

+
17:12:55(325): | | | | |
| | | |
| |
17:12:55(336): | | |
| | |
run_state_finished(),
17:12:55(338):


17:12:55(340):


17:12:55(355):

+
17:12:55(371): | | | | |
| | | |
| |
17:12:55(380): | | |
| | | 0,

17:12:55(382):


17:12:55(385):


17:12:55(399):

+
17:12:55(415): | | | | |
| | | |
| |
17:12:55(432): | | |
| | |
'{"max-clock-error": 0.28, "packets-duplicated": 0, "succeeded": true,
17:12:55(453):"histogram-latency": {"10.20": 1, "6.40": 1, "12.78": 1,
"0.48": 1, "0.49": 5, "0.46": 7, "0.47": 7, "5.61": 1, "0.45": 6, "0.42": 21,
"0.43": 16, "0.40": 16, "0.41": 12, "0.52": 2, "12.86": 1, "0.
17:12:55(474):18": 22, "11.41": 1, "6.30": 1, "1.83": 1, "11.48": 1, "2.11":
2, "7.07": 1, "7.08": 1, "1.89": 1, "0.51": 3, "8.61": 1, "8.62": 1, "14.41":
2, "0.55": 1, "0.54": 2, "6.19": 1, "2.29": 1, "11.54":
17:12:55(492):1, "8.11": 1, "12.50": 1, "14.43": 1, "8.79": 1, "10.42": 1,
"12.48": 1, "8.70": 1, "0.44": 17, "0.28": 11, "0.29": 7, "2.33": 1, "0.24":
15, "0.25": 23, "0.26": 14, "0.27":
17:12:55(511): 16928 | pscheduler | 9506 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:33.667396+00 | 2019-05-12 14:08:42.474785+00 | 2019-05-12 14:
17:12:55(517):08:42.47496+00 | 2019-05-12 14:08:42.474966+00 | f |
active | 22285757 | 22285280 |

17:12:55(519):


17:12:55(522):


17:12:55(538):

+
17:12:55(554): | | | | |
| | | |
| |
17:12:55(564): | | |
| | | WITH inserted_row AS (

17:12:55(566):


17:12:55(568):


17:12:55(583):

+
17:12:55(599): | | | | |
| | | |
| |
17:12:55(615): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:55(617):


17:12:55(619):


17:12:55(635):

+
17:12:55(651): | | | | |
| | | |
| |
17:12:55(661): | | |
| | | VALUES (24401,

17:12:55(663):


17:12:55(665):


17:12:55(679):

+
17:12:55(696): | | | | |
| | | |
| |
17:12:55(705): | | |
| | | NULL,

17:12:55(707):


17:12:55(709):


17:12:55(725):

+
17:12:55(741): | | | | |
| | | |
| |
17:12:55(755): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:55(759):


17:12:55(761):


17:12:55(776):

+
17:12:55(792): | | | | |
| | | |
| |
17:12:55(803): | | |
| | |
run_state_finished(),
17:12:55(805):


17:12:55(807):


17:12:55(822):

+
17:12:55(839): | | | | |
| | | |
| |
17:12:55(848): | | |
| | | 0,

17:12:55(850):


17:12:55(852):


17:12:55(867):

+
17:12:55(883): | | | | |
| | | |
| |
17:12:55(900): | | |
| | |
'{"max-clock-error": 0.27, "packets-duplicated": 0, "succeeded": true,
17:12:55(921):"histogram-latency": {"0.66": 1, "0.60": 2, "0.61": 1, "0.62":
3, "0.63": 1, "0.64": 2, "0.65": 2, "0.48": 22, "0.49": 13, "0.46": 17,
"0.47": 20, "0.44": 56, "0.45": 55, "0.42": 47, "0.43": 70, "0
17:12:55(942):.40": 41, "0.41": 48, "0.89": 1, "0.59": 4, "0.58": 1, "0.51":
3, "0.50": 11, "0.53": 2, "0.52": 6, "0.55": 5, "0.54": 7, "0.57": 4, "0.56":
7, "0.39": 50, "0.38": 51, "0.37": 21, "0.36": 12, "0.35
17:12:55(958):": 4, "0.34": 8, "0.33": 1, "0.32": 1}, "histogram-ttl":
{"253": 600}, "packets-sent": 600, "packets-reordered": 0, "packets-lost": 0,
"packets-received": 600, "schema": 1}'
17:12:55(977): 16928 | pscheduler | 9508 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:33.673641+00 | 2019-05-12 14:08:58.096314+00 | 2019-05-12 14:
17:12:55(983):08:58.096425+00 | 2019-05-12 14:08:58.096429+00 | f |
active | 22285891 | 22285281 |

17:12:55(985):


17:12:55(988):


17:12:56(003):

+
17:12:56(019): | | | | |
| | | |
| |
17:12:56(029): | | |
| | | WITH inserted_row AS (

17:12:56(032):


17:12:56(035):


17:12:56(049):

+
17:12:56(065): | | | | |
| | | |
| |
17:12:56(080): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:56(083):


17:12:56(085):


17:12:56(099):

+
17:12:56(116): | | | | |
| | | |
| |
17:12:56(126): | | |
| | | VALUES (23635,

17:12:56(128):


17:12:56(130):


17:12:56(146):

+
17:12:56(162): | | | | |
| | | |
| |
17:12:56(171): | | |
| | | NULL,

17:12:56(174):


17:12:56(176):


17:12:56(191):

+
17:12:56(207): | | | | |
| | | |
| |
17:12:56(222): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:56(224):


17:12:56(228):


17:12:56(243):

+
17:12:56(259): | | | | |
| | | |
| |
17:12:56(270): | | |
| | |
run_state_finished(),
17:12:56(272):


17:12:56(275):


17:12:56(290):

+
17:12:56(307): | | | | |
| | | |
| |
17:12:56(317): | | |
| | | 0,

17:12:56(319):


17:12:56(321):


17:12:56(336):

+
17:12:56(352): | | | | |
| | | |
| |
17:12:56(369): | | |
| | |
'{"max-clock-error": 0.75, "packets-duplicated": 0, "succeeded": true,
17:12:56(390):"histogram-latency": {"0.49": 1, "1.96": 1, "0.47": 1, "0.44":
2, "0.45": 3, "0.42": 4, "0.43": 1, "0.40": 4, "0.41": 7, "1.17": 1, "1.13":
1, "1.11": 1, "2.16": 2, "2.15": 1, "2.14": 1, "2.13": 1,
17:12:56(412): "2.11": 1, "1.88": 1, "0.51": 1, "0.53": 1, "1.84": 1,
"1.06": 1, "1.08": 1, "2.28": 1, "2.23": 1, "2.21": 1, "0.28": 7, "0.29": 16,
"0.24": 38, "0.25": 31, "0.26": 41, "0.27": 16, "0.20": 44, "0.
17:12:56(429):21": 43, "0.22": 43, "0.23": 42, "1.76": 1, "1.70": 1, "2.41":
1, "0.39": 5, "0.38": 8, "0.37": 7, "0.36": 12, "0.35": 6, "0.34": 5, "0.33":
5, "0.32": 9, "0.31": 10, "0.30"
17:12:56(447): 16928 | pscheduler | 9514 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:34.066694+00 | 2019-05-12 14:08:48.680219+00 | 2019-05-12 14:
17:12:56(454):08:48.68047+00 | 2019-05-12 14:08:48.680476+00 | f |
active | 22285796 | 22285280 |

17:12:56(457):


17:12:56(460):


17:12:56(475):

+
17:12:56(492): | | | | |
| | | |
| |
17:12:56(502): | | |
| | | WITH inserted_row AS (

17:12:56(504):


17:12:56(506):


17:12:56(522):

+
17:12:56(538): | | | | |
| | | |
| |
17:12:56(553): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:56(556):


17:12:56(558):


17:12:56(573):

+
17:12:56(589): | | | | |
| | | |
| |
17:12:56(599): | | |
| | | VALUES (24394,

17:12:56(601):


17:12:56(604):


17:12:56(619):

+
17:12:56(636): | | | | |
| | | |
| |
17:12:56(646): | | |
| | | NULL,

17:12:56(648):


17:12:56(650):


17:12:56(665):

+
17:12:56(681): | | | | |
| | | |
| |
17:12:56(696): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:56(698):


17:12:56(700):


17:12:56(715):

+
17:12:56(731): | | | | |
| | | |
| |
17:12:56(742): | | |
| | |
run_state_finished(),
17:12:56(744):


17:12:56(746):


17:12:56(761):

+
17:12:56(776): | | | | |
| | | |
| |
17:12:56(785): | | |
| | | 0,

17:12:56(787):


17:12:56(789):


17:12:56(805):

+
17:12:56(821): | | | | |
| | | |
| |
17:12:56(838): | | |
| | |
'{"max-clock-error": 0.53, "packets-duplicated": 0, "succeeded": true,
17:12:56(859):"histogram-latency": {"0.07": 11, "0.04": 1, "0.05": 2,
"0.43": 1, "0.40": 1, "0.08": 11, "0.09": 15, "0.28": 5, "0.29": 5, "0.24":
7, "0.25": 9, "0.26": 5, "0.27": 4, "0.20": 18, "0.21": 14, "0.22
17:12:56(882):": 11, "0.23": 9, "0.15": 50, "0.14": 53, "0.17": 54, "0.16":
42, "0.11": 25, "0.10": 27, "0.13": 44, "0.12": 49, "0.19": 50, "0.18": 48,
"0.56": 1, "0.38": 3, "0.37": 2, "0.36": 4, "0.35": 4, "0.3
17:12:56(903):4": 5, "0.33": 1, "0.32": 2, "0.31": 2, "0.30": 4, "0.94": 1},
"histogram-ttl": {"253": 600}, "packets-sent": 600, "packets-reordered": 0,
"packets-lost": 0, "packets-receiv
17:12:56(922): 16928 | pscheduler | 9515 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:34.078649+00 | 2019-05-12 14:08:34.870519+00 | 2019-05-12 14:
17:12:56(929):08:34.870659+00 | 2019-05-12 14:08:34.870665+00 | f |
active | 22285731 | 22285280 |

17:12:56(931):


17:12:56(933):


17:12:56(949):

+
17:12:56(965): | | | | |
| | | |
| |
17:12:56(976): | | |
| | | WITH inserted_row AS (

17:12:56(979):


17:12:56(981):


17:12:56(996):

+
17:12:57(012): | | | | |
| | | |
| |
17:12:57(028): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:57(031):


17:12:57(034):


17:12:57(049):

+
17:12:57(066): | | | | |
| | | |
| |
17:12:57(075): | | |
| | | VALUES (24395,

17:12:57(078):


17:12:57(080):


17:12:57(095):

+
17:12:57(111): | | | | |
| | | |
| |
17:12:57(120): | | |
| | | NULL,

17:12:57(123):


17:12:57(125):


17:12:57(140):

+
17:12:57(156): | | | | |
| | | |
| |
17:12:57(170): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:57(173):


17:12:57(176):


17:12:57(191):

+
17:12:57(207): | | | | |
| | | |
| |
17:12:57(218): | | |
| | |
run_state_finished(),
17:12:57(220):


17:12:57(223):


17:12:57(238):

+
17:12:57(254): | | | | |
| | | |
| |
17:12:57(264): | | |
| | | 0,

17:12:57(266):


17:12:57(268):


17:12:57(283):

+
17:12:57(299): | | | | |
| | | |
| |
17:12:57(317): | | |
| | |
'{"max-clock-error": 0.25, "packets-duplicated": 0, "succeeded": true,
17:12:57(338):"histogram-latency": {"0.50": 2, "0.32": 26, "0.45": 2,
"0.22": 4, "0.48": 1, "0.49": 1, "0.47": 1, "0.44": 5, "0.30": 53, "1.80": 1,
"0.43": 2, "0.40": 2, "0.41": 4, "1.16": 3, "1.17": 7, "1.14":
17:12:57(360):2, "1.22": 4, "1.12": 4, "1.25": 6, "1.53": 1, "0.24": 13,
"0.25": 38, "0.26": 34, "0.27": 37, "0.21": 1, "1.18": 15, "1.19": 7, "1.38":
9, "1.39": 12, "1.51": 2, "1.30": 4, "1.31": 9, "1.32": 14,
17:12:57(377):"1.33": 6, "1.34": 7, "1.35": 9, "1.36": 5, "1.37": 11,
"0.23": 8, "1.23": 6, "0.89": 1, "1.15": 5, "1.11": 1, "1.24": 6, "0.51": 2,
"0.28": 29, "0.53": 1, "0.52": 1, "1.13"
17:12:57(396): 16928 | pscheduler | 9565 | 16927 | pscheduler |
runner-pool | | | -1 | 2019-05-12
13:29:38.214071+00 | 2019-05-12 14:08:58.318312+00 | 2019-05-12 14:
17:12:57(402):08:58.318581+00 | 2019-05-12 14:08:58.318587+00 | f |
active | 22285896 | 22285281 |

17:12:57(405):


17:12:57(407):


17:12:57(423):

+
17:12:57(439): | | | | |
| | | |
| |
17:12:57(450): | | |
| | | WITH inserted_row AS (

17:12:57(452):


17:12:57(454):


17:12:57(470):

+
17:12:57(486): | | | | |
| | | |
| |
17:12:57(501): | | |
| | | INSERT INTO run (task,
uuid, times, state, status, result_merged)
17:12:57(503):


17:12:57(506):


17:12:57(520):

+
17:12:57(536): | | | | |
| | | |
| |
17:12:57(546): | | |
| | | VALUES (23491,

17:12:57(548):


17:12:57(550):


17:12:57(565):

+
17:12:57(581): | | | | |
| | | |
| |
17:12:57(591): | | |
| | | NULL,

17:12:57(593):


17:12:57(598):


17:12:57(612):

+
17:12:57(629): | | | | |
| | | |
| |
17:12:57(644): | | |
| | |
tstzrange(normalized_now(), normalized_now(), '[]'),
17:12:57(647):


17:12:57(650):


17:12:57(664):

+
17:12:57(681): | | | | |
| | | |
| |
17:12:57(692): | | |
| | |
run_state_finished(),
17:12:57(695):


17:12:57(698):


17:12:57(712):

+
17:12:57(729): | | | | |
| | | |
| |
17:12:57(737): | | |
| | | 0,

17:12:57(740):


17:12:57(742):


17:12:57(756):

+
17:12:57(772): | | | | |
| | | |
| |
17:12:57(789): | | |
| | |
'{"max-clock-error": 0.23, "packets-duplicated": 0, "succeeded": true,
17:12:57(812):"histogram-latency": {"-0.06": 5, "-0.04": 8, "0.01": 16,
"-0.02": 4, "-0.03": 12, "-0.01": 8, "0.06": 33, "0.21": 7, "-0.05": 1,
"0.22": 1, "0.23": 6, "0.40": 7, "0.41": 3, "0.08": 39, "0.09": 18,
17:12:57(833): "0.28": 22, "0.29": 20, "0.02": 22, "0.03": 30, "0.26": 13,
"0.27": 14, "0.20": 4, "0.07": 25, "0.04": 24, "0.05": 22, "0.15": 3, "0.14":
11, "0.17": 10, "0.16": 3, "0.11": 12, "0.10": 6, "0.13":
17:12:57(850):6, "0.12": 10, "0.19": 5, "0.18": 3, "0.39": 12, "0.38": 11,
"0.37": 18, "0.36": 23, "0.35": 11, "0.34": 11, "0.33": 11, "0.32": 16,
"0.31": 20, "0.30": 19, "0.24": 5, "0.25
17:12:57(851):(260 rows)
17:12:57(852):
17:20:05(611):[root@ps-pul-h4309b ~]# sudo -u postgres psql pscheduler -c
"SELECT *, pg_size_pretty(total_bytes) AS total
17:20:05(621): , pg_size_pretty(index_bytes) AS INDEX
17:20:05(625): , pg_size_pretty(toast_bytes) AS toast
17:20:05(630): , pg_size_pretty(table_bytes) AS TABLE
17:20:05(632): FROM (
17:20:05(642): SELECT *, total_bytes-index_bytes-COALESCE(toast_bytes,0) AS
table_bytes FROM (
17:20:05(650): SELECT c.oid,nspname AS table_schema, relname AS
TABLE_NAME
17:20:05(652): , c.reltuples AS row_estimate
17:20:05(656): , pg_total_relation_size(c.oid) AS total_bytes
17:20:05(658): , pg_indexes_size(c.oid) AS index_bytes
17:20:05(662): , pg_total_relation_size(reltoastrelid) AS
toast_bytes
17:20:05(663): FROM pg_class c
17:20:05(666): LEFT JOIN pg_namespace n ON n.oid = c.relnamespace
17:20:05(668): WHERE relkind = 'r'
17:20:05(669): ) a
17:20:06(745):) a;"
17:20:09(515):could not change directory to "/root": Permission denied
17:20:42(641):
17:20:42(847):
17:20:42(999):



Archive powered by MHonArc 2.6.19.

Top of Page