Restoring a dump on a Ubuntu 16.04 system takes several hours. Autovacuum is just canceled after waiting more than 3 hours (10926330.443 ms):
2016-07-20 05:20:00 CEST [78652-2414] LOCATION: exec_simple_query, postgres.c:946
2016-07-20 08:22:05 CEST [79485-1] ERROR: 57014: canceling autovacuum task
2016-07-20 08:22:05 CEST [79485-2] CONTEXT: automatic analyze of table "test.public.test"
2016-07-20 08:22:05 CEST [79485-3] LOCATION: ProcessInterrupts, postgres.c:2965
2016-07-20 08:22:06 CEST [78652-2415] LOG: 00000: duration: 10926330.443 ms
I restored the same dump on a smaller system with Ubuntu 14.04 without any endless running autovacuum processes. What can be the reason?