Subject: Re: [HACKERS] PostgreSQL, NetBSD and NFS
To: Tom Lane <tgl@sss.pgh.pa.us>
From: D'Arcy J.M. Cain <darcy@druid.net>
List: current-users
Date: 02/01/2003 12:38:23
--------------Boundary-00=_ZZ4NMCDA3P2E0USUHVS4
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

On Thursday 30 January 2003 12:07, Tom Lane wrote:
> Perhaps the next thing to do is to strace (ktrace, trace, truss,
> whatever system-call tracing utility you got) the postmaster and
> child processes.  If we could determine what system call is hanging up,
> we might be a little closer to solving the mystery.

I have done that and I am attaching the output of the kdump filtered for the 
backend process.  The full trace output in raw form can be found at 
ftp://ftp.druid.net/pub/distrib/ktrace.out.

I have switched to another network interface so that I am going 100Mb --> 
100Mb instead of 100Mb -->1000Mb.  I tried mounting with and without the TCP 
option and it seemed to act the same but it was better than before.  Now it 
doesn't crash but trying to load a large table hangs.  It gets to a point 
where it is calling semop over and over getting a 0 return.  It does that 81 
times in 0.989004 seconds and then hangs in the PostgreSQL code.  It must be 
in some sort of busy loop because there are no further system calls after the 
last semop return and the CPU usage continues to climb.  The only thing after 
that in the ktrace output, 6.42 hours later, are the three kills that I 
attempted that get caught and finally a kill -9 that stops the process.

The operation I am attempting is a COPY in of about 8,000,000 records.  
Killing the client has no effect on the process.  Note that smaller tables 
before that one loaded successfully and that was on the 100Mb to 1000 Mb 
connection.  NetApp suggested that mismatched speeds might have been my 
problem.  I hope not because that sounds way too fragile for a system that 
has to be reliable 24/7.

-- 
D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
http://www.druid.net/darcy/                |  and a sheep voting on
+1 416 425 1212     (DoD#0082)    (eNTP)   |  what's for dinner.

--------------Boundary-00=_ZZ4NMCDA3P2E0USUHVS4
Content-Type: text/plain;
  charset="iso-8859-1";
  name="ktrace.view"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="ktrace.view"

  7432 postgres 1044091277.809383 RET   fork 0
  7432 postgres 1044091277.809496 CALL  close(0x3)
  7432 postgres 1044091277.809507 RET   close 0
  7432 postgres 1044091277.809531 CALL  close(0x4)
  7432 postgres 1044091277.809540 RET   close 0
  7432 postgres 1044091277.809548 CALL  close(0x6)
  7432 postgres 1044091277.809555 RET   close 0
  7432 postgres 1044091277.809563 CALL  close(0x7)
  7432 postgres 1044091277.809570 RET   close 0
  7432 postgres 1044091277.809599 CALL  getpid
  7432 postgres 1044091277.809607 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.809655 CALL  __sigaction14(0xf,0xbfbfce78,0xbfbfce60)
  7432 postgres 1044091277.809668 RET   __sigaction14 0
  7432 postgres 1044091277.809675 CALL  __sigaction14(0x3,0xbfbfce70,0xbfbfce58)
  7432 postgres 1044091277.809714 RET   __sigaction14 0
  7432 postgres 1044091277.809722 CALL  __sigaction14(0xe,0xbfbfce68,0xbfbfce50)
  7432 postgres 1044091277.809731 RET   __sigaction14 0
  7432 postgres 1044091277.809739 CALL  __sigprocmask14(0x3,0x82fd420,0)
  7432 postgres 1044091277.809747 RET   __sigprocmask14 0
  7432 postgres 1044091277.809965 CALL  setitimer(0,0xbfbfce88,0xbfbfce78)
  7432 postgres 1044091277.809981 RET   setitimer 0
  7432 postgres 1044091277.810121 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091277.810152 RET   recvfrom 296/0x128
  7432 postgres 1044091277.810242 CALL  sendto(0x9,0xbfbfce8f,0x1,0,0,0)
  7432 postgres 1044091277.810288 RET   sendto 1
  7432 postgres 1044091277.810299 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091277.810511 RET   recvfrom 296/0x128
  7432 postgres 1044091277.810532 CALL  getpid
  7432 postgres 1044091277.810541 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.810790 CALL  sendto(0x9,0x82c5400,0x5,0,0,0)
  7432 postgres 1044091277.810820 RET   sendto 5
  7432 postgres 1044091277.810831 CALL  setitimer(0,0xbfbfce78,0xbfbfce68)
  7432 postgres 1044091277.810848 RET   setitimer 0
  7432 postgres 1044091277.810856 CALL  __sigprocmask14(0x3,0x82fd408,0)
  7432 postgres 1044091277.810864 RET   __sigprocmask14 0
  7432 postgres 1044091277.810881 CALL  issetugid
  7432 postgres 1044091277.810890 RET   issetugid 0
  7432 postgres 1044091277.810912 CALL  open(0xbfbfc860,0,0x48353fe0)
  7432 postgres 1044091277.810927 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.811011 RET   open 3
  7432 postgres 1044091277.811025 CALL  __fstat13(0x3,0xbfbfc7d4)
  7432 postgres 1044091277.811035 RET   __fstat13 0
  7432 postgres 1044091277.811044 CALL  mmap(0,0xf57,0x1,0x1,0x3,0,0,0)
  7432 postgres 1044091277.811062 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.811070 CALL  close(0x3)
  7432 postgres 1044091277.811081 RET   close 0
  7432 postgres 1044091277.811107 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.811128 RET   munmap 0
  7432 postgres 1044091277.811144 CALL  gettimeofday(0xbfbfcc98,0)
  7432 postgres 1044091277.811158 RET   gettimeofday 0
  7432 postgres 1044091277.811238 CALL  gettimeofday(0xbfbfbf50,0)
  7432 postgres 1044091277.811253 RET   gettimeofday 0
  7432 postgres 1044091277.811277 CALL  getpid
  7432 postgres 1044091277.811286 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.811301 CALL  sendto(0x8,0xbfbfc3b0,0x67,0,0,0)
  7432 postgres 1044091277.811405 RET   sendto 103/0x67
  7432 postgres 1044091277.811415 CALL  gettimeofday(0xbfbfcec4,0xbfbfcecc)
  7432 postgres 1044091277.811429 RET   gettimeofday 0
  7432 postgres 1044091277.811551 CALL  write(0x2,0xbfbfc7e0,0x34)
  7432 postgres 1044091277.811787 RET   write 52/0x34
  7432 postgres 1044091277.811812 CALL  write(0x2,0xbfbfc7e4,0x9)
  7432 postgres 1044091277.811908 RET   write 9
  7432 postgres 1044091277.811921 CALL  write(0x2,0xbfbfc7e4,0x4)
  7432 postgres 1044091277.812051 RET   write 4
  7432 postgres 1044091277.812066 CALL  write(0x2,0xbfbfc7e4,0x9)
  7432 postgres 1044091277.812158 RET   write 9
  7432 postgres 1044091277.812171 CALL  write(0x2,0xbfbfc7e4,0x3)
  7432 postgres 1044091277.812286 RET   write 3
  7432 postgres 1044091277.812298 CALL  write(0x2,0xbfbfc7e4,0x5)
  7432 postgres 1044091277.812395 RET   write 5
  7432 postgres 1044091277.812407 CALL  write(0x2,0xbfbfc7e8,0x2)
  7432 postgres 1044091277.812522 RET   write 2
  7432 postgres 1044091277.812661 CALL  __sigaction14(0x1,0xbfbfce38,0xbfbfce20)
  7432 postgres 1044091277.812675 RET   __sigaction14 0
  7432 postgres 1044091277.812682 CALL  __sigaction14(0x2,0xbfbfce30,0xbfbfce18)
  7432 postgres 1044091277.812691 RET   __sigaction14 0
  7432 postgres 1044091277.812697 CALL  __sigaction14(0xf,0xbfbfce28,0xbfbfce10)
  7432 postgres 1044091277.812706 RET   __sigaction14 0
  7432 postgres 1044091277.812714 CALL  __sigaction14(0x3,0xbfbfce20,0xbfbfce08)
  7432 postgres 1044091277.812721 RET   __sigaction14 0
  7432 postgres 1044091277.812729 CALL  __sigaction14(0xe,0xbfbfce38,0xbfbfce20)
  7432 postgres 1044091277.812736 RET   __sigaction14 0
  7432 postgres 1044091277.812744 CALL  __sigaction14(0xd,0xbfbfce30,0xbfbfce18)
  7432 postgres 1044091277.812752 RET   __sigaction14 0
  7432 postgres 1044091277.812759 CALL  __sigaction14(0x1e,0xbfbfce28,0xbfbfce10)
  7432 postgres 1044091277.812767 RET   __sigaction14 0
  7432 postgres 1044091277.812775 CALL  __sigaction14(0x1f,0xbfbfce20,0xbfbfce08)
  7432 postgres 1044091277.812783 RET   __sigaction14 0
  7432 postgres 1044091277.812790 CALL  __sigaction14(0x8,0xbfbfce38,0xbfbfce20)
  7432 postgres 1044091277.812798 RET   __sigaction14 0
  7432 postgres 1044091277.812805 CALL  __sigaction14(0x14,0xbfbfce30,0xbfbfce18)
  7432 postgres 1044091277.812813 RET   __sigaction14 0
  7432 postgres 1044091277.812820 CALL  __sigaction14(0x15,0xbfbfce28,0xbfbfce10)
  7432 postgres 1044091277.812828 RET   __sigaction14 0
  7432 postgres 1044091277.812835 CALL  __sigaction14(0x16,0xbfbfce20,0xbfbfce08)
  7432 postgres 1044091277.812844 RET   __sigaction14 0
  7432 postgres 1044091277.812850 CALL  __sigaction14(0x13,0xbfbfce38,0xbfbfce20)
  7432 postgres 1044091277.812859 RET   __sigaction14 0
  7432 postgres 1044091277.812866 CALL  __sigaction14(0x1c,0xbfbfce30,0xbfbfce18)
  7432 postgres 1044091277.812874 RET   __sigaction14 0
  7432 postgres 1044091277.812882 CALL  __sigprocmask14(0x3,0x82fd408,0)
  7432 postgres 1044091277.812890 RET   __sigprocmask14 0
  7432 postgres 1044091277.812899 CALL  fcntl(0x2,0x1,0)
  7432 postgres 1044091277.812907 RET   fcntl 0
  7432 postgres 1044091277.813042 CALL  break(0x8327000)
  7432 postgres 1044091277.813054 RET   break 0
  7432 postgres 1044091277.813062 CALL  break(0x8333000)
  7432 postgres 1044091277.813082 RET   break 0
  7432 postgres 1044091277.813175 CALL  break(0x8333000)
  7432 postgres 1044091277.813185 RET   break 0
  7432 postgres 1044091277.813192 CALL  break(0x8334000)
  7432 postgres 1044091277.813204 RET   break 0
  7432 postgres 1044091277.813610 CALL  break(0x8334000)
  7432 postgres 1044091277.813634 RET   break 0
  7432 postgres 1044091277.813641 CALL  break(0x8335000)
  7432 postgres 1044091277.813661 RET   break 0
  7432 postgres 1044091277.813683 CALL  break(0x8335000)
  7432 postgres 1044091277.813693 RET   break 0
  7432 postgres 1044091277.813700 CALL  break(0x8336000)
  7432 postgres 1044091277.813712 RET   break 0
  7432 postgres 1044091277.813734 CALL  issetugid
  7432 postgres 1044091277.813743 RET   issetugid 0
  7432 postgres 1044091277.813762 CALL  open(0xbfbfc828,0,0x48353fe0)
  7432 postgres 1044091277.813778 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.813866 RET   open 3
  7432 postgres 1044091277.813876 CALL  __fstat13(0x3,0xbfbfc79c)
  7432 postgres 1044091277.813885 RET   __fstat13 0
  7432 postgres 1044091277.813894 CALL  mmap(0,0xf57,0x1,0x1,0x3,0,0,0)
  7432 postgres 1044091277.813914 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.813923 CALL  close(0x3)
  7432 postgres 1044091277.813934 RET   close 0
  7432 postgres 1044091277.813959 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.813981 RET   munmap 0
  7432 postgres 1044091277.814001 CALL  gettimeofday(0xbfbfcc60,0)
  7432 postgres 1044091277.814015 RET   gettimeofday 0
  7432 postgres 1044091277.814074 CALL  gettimeofday(0xbfbfbf18,0)
  7432 postgres 1044091277.814088 RET   gettimeofday 0
  7432 postgres 1044091277.814114 CALL  getpid
  7432 postgres 1044091277.814123 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.814138 CALL  sendto(0x8,0xbfbfc378,0x3c,0,0,0)
  7432 postgres 1044091277.814261 RET   sendto 60/0x3c
  7432 postgres 1044091277.814296 CALL  open(0x8301470,0,0)
  7432 postgres 1044091277.814308 NAMI  "/source/data/cert/global/1262"
  7432 postgres 1044091277.815604 RET   open 3
  7432 postgres 1044091277.815660 CALL  break(0x8336000)
  7432 postgres 1044091277.815670 RET   break 0
  7432 postgres 1044091277.815677 CALL  break(0x8339000)
  7432 postgres 1044091277.815694 RET   break 0
  7432 postgres 1044091277.815708 CALL  read(0x3,0x8336018,0x2000)
  7432 postgres 1044091277.815918 RET   read 8192/0x2000
  7432 postgres 1044091277.815930 CALL  close(0x3)
  7432 postgres 1044091277.815941 RET   close 0
  7432 postgres 1044091277.815985 CALL  access(0x8301470,0)
  7432 postgres 1044091277.815996 NAMI  "/source/data/cert/base/16556"
  7432 postgres 1044091277.816435 RET   access 0
  7432 postgres 1044091277.816467 CALL  open(0xbfbfc634,0,0x1b6)
  7432 postgres 1044091277.816479 NAMI  "/source/data/cert/base/16556/PG_VERSION"
  7432 postgres 1044091277.816910 RET   open 3
  7432 postgres 1044091277.816938 CALL  __fstat13(0x3,0xbfbfc1f0)
  7432 postgres 1044091277.817086 RET   __fstat13 0
  7432 postgres 1044091277.817097 CALL  break(0x8339000)
  7432 postgres 1044091277.817105 RET   break 0
  7432 postgres 1044091277.817113 CALL  break(0x8341000)
  7432 postgres 1044091277.817128 RET   break 0
  7432 postgres 1044091277.817137 CALL  read(0x3,0x8339000,0x8000)
  7432 postgres 1044091277.817157 RET   read 4
  7432 postgres 1044091277.817176 CALL  close(0x3)
  7432 postgres 1044091277.817186 RET   close 0
  7432 postgres 1044091277.817207 CALL  chdir(0x8301470)
  7432 postgres 1044091277.817216 NAMI  "/source/data/cert/base/16556"
  7432 postgres 1044091277.817233 RET   chdir 0
  7432 postgres 1044091277.817272 CALL  ____semctl13(0x11000c,0x1,0x8,0xbfbfca08)
  7432 postgres 1044091277.817284 RET   ____semctl13 0
  7432 postgres 1044091277.817393 CALL  break(0x8341000)
  7432 postgres 1044091277.817405 RET   break 0
  7432 postgres 1044091277.817413 CALL  break(0x8343000)
  7432 postgres 1044091277.817425 RET   break 0
  7432 postgres 1044091277.817499 CALL  break(0x8343000)
  7432 postgres 1044091277.817508 RET   break 0
  7432 postgres 1044091277.817516 CALL  break(0x8347000)
  7432 postgres 1044091277.817527 RET   break 0
  7432 postgres 1044091277.817602 CALL  break(0x8347000)
  7432 postgres 1044091277.817612 RET   break 0
  7432 postgres 1044091277.817620 CALL  break(0x834f000)
  7432 postgres 1044091277.817631 RET   break 0
  7432 postgres 1044091277.817705 CALL  break(0x834f000)
  7432 postgres 1044091277.817715 RET   break 0
  7432 postgres 1044091277.817723 CALL  break(0x835f000)
  7432 postgres 1044091277.817734 RET   break 0
  7432 postgres 1044091277.817880 CALL  break(0x835f000)
  7432 postgres 1044091277.817893 RET   break 0
  7432 postgres 1044091277.817901 CALL  break(0x837f000)
  7432 postgres 1044091277.817915 RET   break 0
  7432 postgres 1044091277.817947 CALL  break(0x837f000)
  7432 postgres 1044091277.817956 RET   break 0
  7432 postgres 1044091277.817963 CALL  break(0x8381000)
  7432 postgres 1044091277.817977 RET   break 0
  7432 postgres 1044091277.817994 CALL  break(0x8381000)
  7432 postgres 1044091277.818003 RET   break 0
  7432 postgres 1044091277.818010 CALL  break(0x8383000)
  7432 postgres 1044091277.818023 RET   break 0
  7432 postgres 1044091277.818085 CALL  gettimeofday(0xbfbfca0c,0)
  7432 postgres 1044091277.818101 RET   gettimeofday 0
  7432 postgres 1044091277.818139 CALL  break(0x8383000)
  7432 postgres 1044091277.818148 RET   break 0
  7432 postgres 1044091277.818156 CALL  break(0x8385000)
  7432 postgres 1044091277.818170 RET   break 0
  7432 postgres 1044091277.818184 CALL  break(0x8385000)
  7432 postgres 1044091277.818193 RET   break 0
  7432 postgres 1044091277.818200 CALL  break(0x8387000)
  7432 postgres 1044091277.818212 RET   break 0
  7432 postgres 1044091277.818308 CALL  getrlimit(0x8,0xbfbfc980)
  7432 postgres 1044091277.818319 RET   getrlimit 0
  7432 postgres 1044091277.818327 CALL  open(0x835efb0,0,0x180)
  7432 postgres 1044091277.818340 NAMI  "/source/data/cert/base/16556/pg_internal.init"
  7432 postgres 1044091277.818717 RET   open 3
  7432 postgres 1044091277.818758 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.818919 RET   read 4
  7432 postgres 1044091277.818931 CALL  read(0x3,0x834ef70,0x5c)
  7432 postgres 1044091277.818942 RET   read 92/0x5c
  7432 postgres 1044091277.818949 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.818959 RET   read 4
  7432 postgres 1044091277.818968 CALL  read(0x3,0x8346f38,0x58)
  7432 postgres 1044091277.818977 RET   read 88/0x58
  7432 postgres 1044091277.818985 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.818994 RET   read 4
  7432 postgres 1044091277.819009 CALL  read(0x3,0x8361028,0x58)
  7432 postgres 1044091277.819020 RET   read 88/0x58
  7432 postgres 1044091277.819029 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819038 RET   read 4
  7432 postgres 1044091277.819046 CALL  read(0x3,0x83610e0,0x42)
  7432 postgres 1044091277.819056 RET   read 66/0x42
  7432 postgres 1044091277.819064 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819073 RET   read 4
  7432 postgres 1044091277.819082 CALL  read(0x3,0x8361168,0x42)
  7432 postgres 1044091277.819092 RET   read 66/0x42
  7432 postgres 1044091277.819115 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819125 RET   read 4
  7432 postgres 1044091277.819135 CALL  break(0x8387000)
  7432 postgres 1044091277.819143 RET   break 0
  7432 postgres 1044091277.819152 CALL  break(0x8388000)
  7432 postgres 1044091277.819167 RET   break 0
  7432 postgres 1044091277.819182 CALL  read(0x3,0x8387018,0x140)
  7432 postgres 1044091277.819194 RET   read 320/0x140
  7432 postgres 1044091277.819203 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819212 RET   read 4
  7432 postgres 1044091277.819220 CALL  read(0x3,0x8387220,0x8)
  7432 postgres 1044091277.819229 RET   read 8
  7432 postgres 1044091277.819242 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819252 RET   read 4
  7432 postgres 1044091277.819260 CALL  read(0x3,0x83611f0,0x5c)
  7432 postgres 1044091277.819270 RET   read 92/0x5c
  7432 postgres 1044091277.819278 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819287 RET   read 4
  7432 postgres 1044091277.819296 CALL  read(0x3,0x8361278,0x58)
  7432 postgres 1044091277.819306 RET   read 88/0x58
  7432 postgres 1044091277.819313 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819322 RET   read 4
  7432 postgres 1044091277.819331 CALL  read(0x3,0x8361300,0x58)
  7432 postgres 1044091277.819340 RET   read 88/0x58
  7432 postgres 1044091277.819348 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819358 RET   read 4
  7432 postgres 1044091277.819367 CALL  read(0x3,0x83613b8,0x42)
  7432 postgres 1044091277.819376 RET   read 66/0x42
  7432 postgres 1044091277.819385 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819394 RET   read 4
  7432 postgres 1044091277.819403 CALL  read(0x3,0x8387418,0xa0)
  7432 postgres 1044091277.819413 RET   read 160/0xa0
  7432 postgres 1044091277.819422 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819431 RET   read 4
  7432 postgres 1044091277.819439 CALL  read(0x3,0x8387520,0x4)
  7432 postgres 1044091277.819449 RET   read 4
  7432 postgres 1044091277.819458 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819467 RET   read 4
  7432 postgres 1044091277.819475 CALL  read(0x3,0x8361440,0x5c)
  7432 postgres 1044091277.819486 RET   read 92/0x5c
  7432 postgres 1044091277.819493 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819503 RET   read 4
  7432 postgres 1044091277.819511 CALL  read(0x3,0x83614c8,0x58)
  7432 postgres 1044091277.819521 RET   read 88/0x58
  7432 postgres 1044091277.819529 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819538 RET   read 4
  7432 postgres 1044091277.819547 CALL  read(0x3,0x8361550,0x58)
  7432 postgres 1044091277.819586 RET   read 88/0x58
  7432 postgres 1044091277.819595 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819605 RET   read 4
  7432 postgres 1044091277.819613 CALL  read(0x3,0x8361608,0x42)
  7432 postgres 1044091277.819623 RET   read 66/0x42
  7432 postgres 1044091277.819632 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819641 RET   read 4
  7432 postgres 1044091277.819650 CALL  read(0x3,0x8387818,0xa0)
  7432 postgres 1044091277.819661 RET   read 160/0xa0
  7432 postgres 1044091277.819669 CALL  read(0x3,0xbfbfca18,0x4)
  7432 postgres 1044091277.819679 RET   read 4
  7432 postgres 1044091277.819686 CALL  read(0x3,0x8387920,0x4)
  7432 postgres 1044091277.819695 RET   read 4
  7432 postgres 1044091277.819706 CALL  close(0x3)
  7432 postgres 1044091277.819718 RET   close 0
  7432 postgres 1044091277.819767 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.819781 NAMI  "/source/data/cert/base/16556/1259"
  7432 postgres 1044091277.820236 RET   open 3
  7432 postgres 1044091277.820264 CALL  break(0x8388000)
  7432 postgres 1044091277.820273 RET   break 0
  7432 postgres 1044091277.820280 CALL  break(0x8389000)
  7432 postgres 1044091277.820296 RET   break 0
  7432 postgres 1044091277.820345 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.820356 NAMI  "/source/data/cert/base/16556/16429"
  7432 postgres 1044091277.820796 RET   open 4
  7432 postgres 1044091277.820969 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.820983 NAMI  "/source/data/cert/base/16556/1249"
  7432 postgres 1044091277.821425 RET   open 6
  7432 postgres 1044091277.821495 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.821506 NAMI  "/source/data/cert/base/16556/1255"
  7432 postgres 1044091277.821938 RET   open 7
  7432 postgres 1044091277.822002 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.822014 NAMI  "/source/data/cert/base/16556/1247"
  7432 postgres 1044091277.822446 RET   open 10/0xa
  7432 postgres 1044091277.822513 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.822525 NAMI  "/source/data/cert/base/16556/16427"
  7432 postgres 1044091277.822962 RET   open 11/0xb
  7432 postgres 1044091277.823591 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.823605 NAMI  "/source/data/cert/base/16556/16412"
  7432 postgres 1044091277.824040 RET   open 12/0xc
  7432 postgres 1044091277.824613 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.824626 NAMI  "/source/data/cert/base/16556/16396"
  7432 postgres 1044091277.825066 RET   open 13/0xd
  7432 postgres 1044091277.825091 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.825238 RET   lseek 8192/0x2000
  7432 postgres 1044091277.825604 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.825618 NAMI  "/source/data/cert/base/16556/16390"
  7432 postgres 1044091277.826057 RET   open 14/0xe
  7432 postgres 1044091277.826099 CALL  lseek(0x3,0,0,0,0x2)
  7432 postgres 1044091277.826247 RET   lseek 90112/0x16000
  7432 postgres 1044091277.826339 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.826351 RET   lseek 8192/0x2000
  7432 postgres 1044091277.826401 CALL  break(0x8389000)
  7432 postgres 1044091277.826413 RET   break 0
  7432 postgres 1044091277.826420 CALL  break(0x838a000)
  7432 postgres 1044091277.826443 RET   break 0
  7432 postgres 1044091277.826466 CALL  lseek(0xe,0,0,0,0x2)
  7432 postgres 1044091277.826619 RET   lseek 49152/0xc000
  7432 postgres 1044091277.826800 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.826815 NAMI  "/source/data/cert/base/16556/16400"
  7432 postgres 1044091277.827256 RET   open 15/0xf
  7432 postgres 1044091277.827286 CALL  lseek(0xf,0,0,0,0x2)
  7432 postgres 1044091277.827435 RET   lseek 8192/0x2000
  7432 postgres 1044091277.827622 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.827635 NAMI  "/source/data/cert/base/16556/16398"
  7432 postgres 1044091277.828074 RET   open 16/0x10
  7432 postgres 1044091277.828104 CALL  lseek(0x10,0,0,0,0x2)
  7432 postgres 1044091277.828253 RET   lseek 16384/0x4000
  7432 postgres 1044091277.828733 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.828746 NAMI  "/source/data/cert/base/16556/16392"
  7432 postgres 1044091277.829186 RET   open 17/0x11
  7432 postgres 1044091277.829225 CALL  lseek(0x11,0,0,0,0x2)
  7432 postgres 1044091277.829376 RET   lseek 81920/0x14000
  7432 postgres 1044091277.829506 CALL  lseek(0x10,0,0,0,0x2)
  7432 postgres 1044091277.829518 RET   lseek 16384/0x4000
  7432 postgres 1044091277.829552 CALL  lseek(0x11,0,0,0,0x2)
  7432 postgres 1044091277.829562 RET   lseek 81920/0x14000
  7432 postgres 1044091277.829638 CALL  lseek(0x10,0,0,0,0x2)
  7432 postgres 1044091277.829648 RET   lseek 16384/0x4000
  7432 postgres 1044091277.829680 CALL  lseek(0x11,0,0,0,0x2)
  7432 postgres 1044091277.829690 RET   lseek 81920/0x14000
  7432 postgres 1044091277.829763 CALL  lseek(0x10,0,0,0,0x2)
  7432 postgres 1044091277.829773 RET   lseek 16384/0x4000
  7432 postgres 1044091277.829805 CALL  lseek(0x11,0,0,0,0x2)
  7432 postgres 1044091277.829816 RET   lseek 81920/0x14000
  7432 postgres 1044091277.829890 CALL  lseek(0x10,0,0,0,0x2)
  7432 postgres 1044091277.829900 RET   lseek 16384/0x4000
  7432 postgres 1044091277.829933 CALL  lseek(0x11,0,0,0,0x2)
  7432 postgres 1044091277.829943 RET   lseek 81920/0x14000
  7432 postgres 1044091277.830044 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.830055 NAMI  "/source/data/cert/base/16556/16436"
  7432 postgres 1044091277.830492 RET   open 18/0x12
  7432 postgres 1044091277.830586 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.830599 NAMI  "/source/data/cert/base/16556/16455"
  7432 postgres 1044091277.831031 RET   open 19/0x13
  7432 postgres 1044091277.831097 CALL  open(0x83850e8,0x2,0x180)
  7432 postgres 1044091277.831110 NAMI  "/source/data/cert/global/1260"
  7432 postgres 1044091277.831583 RET   open 20/0x14
  7432 postgres 1044091277.831659 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.831672 RET   lseek 8192/0x2000
  7432 postgres 1044091277.831803 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.831816 RET   lseek 8192/0x2000
  7432 postgres 1044091277.831918 CALL  lseek(0xf,0,0,0,0x2)
  7432 postgres 1044091277.831930 RET   lseek 8192/0x2000
  7432 postgres 1044091277.831972 CALL  lseek(0x10,0,0,0,0x2)
  7432 postgres 1044091277.831983 RET   lseek 16384/0x4000
  7432 postgres 1044091277.832044 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.832054 RET   lseek 8192/0x2000
  7432 postgres 1044091277.832149 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.832162 NAMI  "/source/data/cert/base/16556/16443"
  7432 postgres 1044091277.832611 RET   open 21/0x15
  7432 postgres 1044091277.832688 CALL  lseek(0x10,0,0,0,0x2)
  7432 postgres 1044091277.832700 RET   lseek 16384/0x4000
  7432 postgres 1044091277.832758 CALL  lseek(0x10,0,0,0,0x2)
  7432 postgres 1044091277.832769 RET   lseek 16384/0x4000
  7432 postgres 1044091277.832829 CALL  lseek(0x10,0,0,0,0x2)
  7432 postgres 1044091277.832840 RET   lseek 16384/0x4000
  7432 postgres 1044091277.832893 CALL  lseek(0x10,0,0,0,0x2)
  7432 postgres 1044091277.832904 RET   lseek 16384/0x4000
  7432 postgres 1044091277.832964 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.832976 NAMI  "/source/data/cert/base/16556/16424"
  7432 postgres 1044091277.833415 RET   open 22/0x16
  7432 postgres 1044091277.833519 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.833531 RET   lseek 8192/0x2000
  7432 postgres 1044091277.833605 CALL  break(0x838a000)
  7432 postgres 1044091277.833616 RET   break 0
  7432 postgres 1044091277.833624 CALL  break(0x838b000)
  7432 postgres 1044091277.833647 RET   break 0
  7432 postgres 1044091277.833738 CALL  open(0x83850a0,0x2,0x180)
  7432 postgres 1044091277.833778 NAMI  "/source/data/cert/base/16556/16423"
  7432 postgres 1044091277.834233 RET   open 23/0x17
  7432 postgres 1044091277.834558 CALL  open(0x83850e8,0x2,0x180)
  7432 postgres 1044091277.834571 NAMI  "/source/data/cert/global/16450"
  7432 postgres 1044091277.835047 RET   open 24/0x18
  7432 postgres 1044091277.835379 CALL  open(0x83850e8,0x2,0x180)
  7432 postgres 1044091277.835391 NAMI  "/source/data/cert/global/1262"
  7432 postgres 1044091277.835690 RET   open 25/0x19
  7432 postgres 1044091277.835714 CALL  lseek(0x19,0,0,0,0x2)
  7432 postgres 1044091277.835864 RET   lseek 8192/0x2000
  7432 postgres 1044091277.835914 CALL  break(0x838b000)
  7432 postgres 1044091277.835924 RET   break 0
  7432 postgres 1044091277.835932 CALL  break(0x838d000)
  7432 postgres 1044091277.835954 RET   break 0
  7432 postgres 1044091277.836095 CALL  sendto(0x5,0xbfbfce2c,0x18,0,0,0)
  7432 postgres 1044091277.836332 RET   sendto 24/0x18
  7432 postgres 1044091277.836378 CALL  __sigprocmask14(0,0,0x82fd518)
  7432 postgres 1044091277.836388 RET   __sigprocmask14 0
  7432 postgres 1044091277.836396 CALL  __sigprocmask14(0x3,0x82fd3f0,0)
  7432 postgres 1044091277.836404 RET   __sigprocmask14 0
  7432 postgres 1044091277.836415 CALL  sendto(0x9,0x82c5400,0xa,0,0,0)
  7432 postgres 1044091277.836444 RET   sendto 10/0xa
  7432 postgres 1044091277.836478 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091277.836605 RET   recvfrom 30/0x1e
  7432 postgres 1044091277.836636 CALL  issetugid
  7432 postgres 1044091277.836645 RET   issetugid 0
  7432 postgres 1044091277.836660 CALL  open(0xbfbfc7a4,0,0x48353fe0)
  7432 postgres 1044091277.836671 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.836742 RET   open 26/0x1a
  7432 postgres 1044091277.836751 CALL  __fstat13(0x1a,0xbfbfc718)
  7432 postgres 1044091277.836761 RET   __fstat13 0
  7432 postgres 1044091277.836769 CALL  mmap(0,0xf57,0x1,0x1,0x1a,0,0,0)
  7432 postgres 1044091277.836786 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.836795 CALL  close(0x1a)
  7432 postgres 1044091277.836806 RET   close 0
  7432 postgres 1044091277.836827 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.836848 RET   munmap 0
  7432 postgres 1044091277.836860 CALL  gettimeofday(0xbfbfcbdc,0)
  7432 postgres 1044091277.836873 RET   gettimeofday 0
  7432 postgres 1044091277.836919 CALL  gettimeofday(0xbfbfbe94,0)
  7432 postgres 1044091277.836933 RET   gettimeofday 0
  7432 postgres 1044091277.836958 CALL  getpid
  7432 postgres 1044091277.836968 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.836983 CALL  sendto(0x8,0xbfbfc2f4,0x47,0,0,0)
  7432 postgres 1044091277.837078 RET   sendto 71/0x47
  7432 postgres 1044091277.837100 CALL  gettimeofday(0xbfbfcda8,0)
  7432 postgres 1044091277.837114 RET   gettimeofday 0
  7432 postgres 1044091277.837136 CALL  issetugid
  7432 postgres 1044091277.837145 RET   issetugid 0
  7432 postgres 1044091277.837155 CALL  open(0xbfbfc78c,0,0x48353fe0)
  7432 postgres 1044091277.837164 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.837191 RET   open 26/0x1a
  7432 postgres 1044091277.837200 CALL  __fstat13(0x1a,0xbfbfc700)
  7432 postgres 1044091277.837208 RET   __fstat13 0
  7432 postgres 1044091277.837216 CALL  mmap(0,0xf57,0x1,0x1,0x1a,0,0,0)
  7432 postgres 1044091277.837228 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.837236 CALL  close(0x1a)
  7432 postgres 1044091277.837245 RET   close 0
  7432 postgres 1044091277.837263 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.837276 RET   munmap 0
  7432 postgres 1044091277.837286 CALL  gettimeofday(0xbfbfcbc4,0)
  7432 postgres 1044091277.837299 RET   gettimeofday 0
  7432 postgres 1044091277.837330 CALL  gettimeofday(0xbfbfbe7c,0)
  7432 postgres 1044091277.837345 RET   gettimeofday 0
  7432 postgres 1044091277.837365 CALL  getpid
  7432 postgres 1044091277.837374 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.837387 CALL  sendto(0x8,0xbfbfc2dc,0x53,0,0,0)
  7432 postgres 1044091277.837450 RET   sendto 83/0x53
  7432 postgres 1044091277.837503 CALL  break(0x838d000)
  7432 postgres 1044091277.837513 RET   break 0
  7432 postgres 1044091277.837521 CALL  break(0x8392000)
  7432 postgres 1044091277.837543 RET   break 0
  7432 postgres 1044091277.837780 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.837799 RET   lseek 8192/0x2000
  7432 postgres 1044091277.838288 CALL  open(0x83833d0,0x2,0x180)
  7432 postgres 1044091277.838303 NAMI  "/source/data/cert/base/16556/16446"
  7432 postgres 1044091277.838805 RET   open 26/0x1a
  7432 postgres 1044091277.838998 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.839013 RET   lseek 8192/0x2000
  7432 postgres 1044091277.839126 CALL  open(0x838b030,0x2,0x180)
  7432 postgres 1044091277.839138 NAMI  "/source/data/cert/base/16556/16445"
  7432 postgres 1044091277.839598 RET   open 27/0x1b
  7432 postgres 1044091277.839716 CALL  issetugid
  7432 postgres 1044091277.839727 RET   issetugid 0
  7432 postgres 1044091277.839742 CALL  open(0xbfbfc7ac,0,0x48353fe0)
  7432 postgres 1044091277.839752 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.839811 RET   open 28/0x1c
  7432 postgres 1044091277.839820 CALL  __fstat13(0x1c,0xbfbfc720)
  7432 postgres 1044091277.839829 RET   __fstat13 0
  7432 postgres 1044091277.839837 CALL  mmap(0,0xf57,0x1,0x1,0x1c,0,0,0)
  7432 postgres 1044091277.839853 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.839861 CALL  close(0x1c)
  7432 postgres 1044091277.839871 RET   close 0
  7432 postgres 1044091277.839893 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.839912 RET   munmap 0
  7432 postgres 1044091277.839925 CALL  gettimeofday(0xbfbfcbe4,0)
  7432 postgres 1044091277.839938 RET   gettimeofday 0
  7432 postgres 1044091277.839982 CALL  gettimeofday(0xbfbfbe9c,0)
  7432 postgres 1044091277.839996 RET   gettimeofday 0
  7432 postgres 1044091277.840030 CALL  getpid
  7432 postgres 1044091277.840039 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.840053 CALL  sendto(0x8,0xbfbfc2fc,0x3c,0,0,0)
  7432 postgres 1044091277.840152 RET   sendto 60/0x3c
  7432 postgres 1044091277.840194 CALL  break(0x8392000)
  7432 postgres 1044091277.840204 RET   break 0
  7432 postgres 1044091277.840212 CALL  break(0x8394000)
  7432 postgres 1044091277.840235 RET   break 0
  7432 postgres 1044091277.840341 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.840356 RET   lseek 8192/0x2000
  7432 postgres 1044091277.840485 CALL  open(0x838b2a8,0x2,0x180)
  7432 postgres 1044091277.840500 NAMI  "/source/data/cert/base/16556/16457"
  7432 postgres 1044091277.840977 RET   open 28/0x1c
  7432 postgres 1044091277.841098 CALL  issetugid
  7432 postgres 1044091277.841110 RET   issetugid 0
  7432 postgres 1044091277.841124 CALL  open(0xbfbfc7a4,0,0x48353fe0)
  7432 postgres 1044091277.841134 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.841185 RET   open 29/0x1d
  7432 postgres 1044091277.841194 CALL  __fstat13(0x1d,0xbfbfc718)
  7432 postgres 1044091277.841230 RET   __fstat13 0
  7432 postgres 1044091277.841239 CALL  mmap(0,0xf57,0x1,0x1,0x1d,0,0,0)
  7432 postgres 1044091277.841255 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.841264 CALL  close(0x1d)
  7432 postgres 1044091277.841274 RET   close 0
  7432 postgres 1044091277.841295 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.841313 RET   munmap 0
  7432 postgres 1044091277.841326 CALL  gettimeofday(0xbfbfcbdc,0)
  7432 postgres 1044091277.841339 RET   gettimeofday 0
  7432 postgres 1044091277.841383 CALL  gettimeofday(0xbfbfbe94,0)
  7432 postgres 1044091277.841397 RET   gettimeofday 0
  7432 postgres 1044091277.841421 CALL  getpid
  7432 postgres 1044091277.841430 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.841444 CALL  sendto(0x8,0xbfbfc2f4,0x48,0,0,0)
  7432 postgres 1044091277.841542 RET   sendto 72/0x48
  7432 postgres 1044091277.841659 CALL  sendto(0x9,0x82c5400,0x40,0,0,0)
  7432 postgres 1044091277.841699 RET   sendto 64/0x40
  7432 postgres 1044091277.841730 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091277.842154 RET   recvfrom 54/0x36
  7432 postgres 1044091277.842169 CALL  issetugid
  7432 postgres 1044091277.842177 RET   issetugid 0
  7432 postgres 1044091277.842189 CALL  open(0xbfbfc7a4,0,0x48353fe0)
  7432 postgres 1044091277.842201 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.842246 RET   open 29/0x1d
  7432 postgres 1044091277.842255 CALL  __fstat13(0x1d,0xbfbfc718)
  7432 postgres 1044091277.842263 RET   __fstat13 0
  7432 postgres 1044091277.842272 CALL  mmap(0,0xf57,0x1,0x1,0x1d,0,0,0)
  7432 postgres 1044091277.842288 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.842296 CALL  close(0x1d)
  7432 postgres 1044091277.842305 RET   close 0
  7432 postgres 1044091277.842328 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.842344 RET   munmap 0
  7432 postgres 1044091277.842355 CALL  gettimeofday(0xbfbfcbdc,0)
  7432 postgres 1044091277.842369 RET   gettimeofday 0
  7432 postgres 1044091277.842405 CALL  gettimeofday(0xbfbfbe94,0)
  7432 postgres 1044091277.842419 RET   gettimeofday 0
  7432 postgres 1044091277.842441 CALL  getpid
  7432 postgres 1044091277.842450 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.842464 CALL  sendto(0x8,0xbfbfc2f4,0x47,0,0,0)
  7432 postgres 1044091277.842851 RET   sendto 71/0x47
  7432 postgres 1044091277.842875 CALL  gettimeofday(0xbfbfcda8,0)
  7432 postgres 1044091277.842888 RET   gettimeofday 0
  7432 postgres 1044091277.842910 CALL  issetugid
  7432 postgres 1044091277.842919 RET   issetugid 0
  7432 postgres 1044091277.842929 CALL  open(0xbfbfc78c,0,0x48353fe0)
  7432 postgres 1044091277.842938 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.842963 RET   open 29/0x1d
  7432 postgres 1044091277.842971 CALL  __fstat13(0x1d,0xbfbfc700)
  7432 postgres 1044091277.842980 RET   __fstat13 0
  7432 postgres 1044091277.842988 CALL  mmap(0,0xf57,0x1,0x1,0x1d,0,0,0)
  7432 postgres 1044091277.842999 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.843007 CALL  close(0x1d)
  7432 postgres 1044091277.843017 RET   close 0
  7432 postgres 1044091277.843035 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.843049 RET   munmap 0
  7432 postgres 1044091277.843059 CALL  gettimeofday(0xbfbfcbc4,0)
  7432 postgres 1044091277.843071 RET   gettimeofday 0
  7432 postgres 1044091277.843105 CALL  gettimeofday(0xbfbfbe7c,0)
  7432 postgres 1044091277.843119 RET   gettimeofday 0
  7432 postgres 1044091277.843139 CALL  getpid
  7432 postgres 1044091277.843149 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.843163 CALL  sendto(0x8,0xbfbfc2dc,0x6c,0,0,0)
  7432 postgres 1044091277.843549 RET   sendto 108/0x6c
  7432 postgres 1044091277.844139 CALL  open(0x83834b8,0x2,0x180)
  7432 postgres 1044091277.844156 NAMI  "/source/data/cert/base/16556/16410"
  7432 postgres 1044091277.844724 RET   open 29/0x1d
  7432 postgres 1044091277.844760 CALL  lseek(0x1d,0,0,0,0x2)
  7432 postgres 1044091277.844937 RET   lseek 49152/0xc000
  7432 postgres 1044091277.845025 CALL  break(0x8394000)
  7432 postgres 1044091277.845035 RET   break 0
  7432 postgres 1044091277.845043 CALL  break(0x8398000)
  7432 postgres 1044091277.845066 RET   break 0
  7432 postgres 1044091277.845547 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.845567 RET   lseek 8192/0x2000
  7432 postgres 1044091277.846110 CALL  open(0x83836e8,0x2,0x180)
  7432 postgres 1044091277.846127 NAMI  "/source/data/cert/base/16556/16444"
  7432 postgres 1044091277.846739 RET   open 30/0x1e
  7432 postgres 1044091277.847080 CALL  open(0x838c410,0x2,0x180)
  7432 postgres 1044091277.847100 NAMI  "/source/data/cert/base/16556/16428"
  7432 postgres 1044091277.848284 RET   open 31/0x1f
  7432 postgres 1044091277.848484 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.848499 RET   lseek 8192/0x2000
  7432 postgres 1044091277.848644 CALL  open(0x838c410,0x2,0x180)
  7432 postgres 1044091277.848658 NAMI  "/source/data/cert/base/16556/16435"
  7432 postgres 1044091277.849183 RET   open 32/0x20
  7432 postgres 1044091277.849343 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.849357 RET   lseek 8192/0x2000
  7432 postgres 1044091277.849732 CALL  open(0x838c458,0x2,0x180)
  7432 postgres 1044091277.849747 NAMI  "/source/data/cert/global/16451"
  7432 postgres 1044091277.850299 RET   open 33/0x21
  7432 postgres 1044091277.850948 CALL  open(0x838c6d0,0x2,0x180)
  7432 postgres 1044091277.850962 NAMI  "/source/data/cert/base/16556/16408"
  7432 postgres 1044091277.851524 RET   open 34/0x22
  7432 postgres 1044091277.851632 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.851646 RET   lseek 8192/0x2000
  7432 postgres 1044091277.851727 CALL  break(0x8398000)
  7432 postgres 1044091277.851738 RET   break 0
  7432 postgres 1044091277.851746 CALL  break(0x8399000)
  7432 postgres 1044091277.851771 RET   break 0
  7432 postgres 1044091277.851878 CALL  open(0x838c6d0,0x2,0x180)
  7432 postgres 1044091277.851892 NAMI  "/source/data/cert/base/16556/16452"
  7432 postgres 1044091277.852401 RET   open 35/0x23
  7432 postgres 1044091277.852667 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.852684 RET   lseek 8192/0x2000
  7432 postgres 1044091277.852834 CALL  open(0x838c6d0,0x2,0x180)
  7432 postgres 1044091277.852846 NAMI  "/source/data/cert/base/16556/16422"
  7432 postgres 1044091277.880015 RET   open 36/0x24
  7432 postgres 1044091277.880229 CALL  break(0x8399000)
  7432 postgres 1044091277.880243 RET   break 0
  7432 postgres 1044091277.880250 CALL  break(0x839d000)
  7432 postgres 1044091277.880275 RET   break 0
  7432 postgres 1044091277.880307 CALL  issetugid
  7432 postgres 1044091277.880317 RET   issetugid 0
  7432 postgres 1044091277.880335 CALL  open(0xbfbfc7ac,0,0x48353fe0)
  7432 postgres 1044091277.880346 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.880411 RET   open 37/0x25
  7432 postgres 1044091277.880420 CALL  __fstat13(0x25,0xbfbfc720)
  7432 postgres 1044091277.880429 RET   __fstat13 0
  7432 postgres 1044091277.880438 CALL  mmap(0,0xf57,0x1,0x1,0x25,0,0,0)
  7432 postgres 1044091277.880454 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.880462 CALL  close(0x25)
  7432 postgres 1044091277.880473 RET   close 0
  7432 postgres 1044091277.880494 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.880513 RET   munmap 0
  7432 postgres 1044091277.880526 CALL  gettimeofday(0xbfbfcbe4,0)
  7432 postgres 1044091277.880539 RET   gettimeofday 0
  7432 postgres 1044091277.880585 CALL  gettimeofday(0xbfbfbe9c,0)
  7432 postgres 1044091277.880626 RET   gettimeofday 0
  7432 postgres 1044091277.880652 CALL  getpid
  7432 postgres 1044091277.880662 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.880677 CALL  sendto(0x8,0xbfbfc2fc,0x3d,0,0,0)
  7432 postgres 1044091277.880782 RET   sendto 61/0x3d
  7432 postgres 1044091277.880909 CALL  break(0x839d000)
  7432 postgres 1044091277.880920 RET   break 0
  7432 postgres 1044091277.880929 CALL  break(0x839f000)
  7432 postgres 1044091277.880947 RET   break 0
  7432 postgres 1044091277.880970 CALL  lseek(0x14,0,0,0,0x2)
  7432 postgres 1044091277.890025 RET   lseek 8192/0x2000
  7432 postgres 1044091277.890121 CALL  issetugid
  7432 postgres 1044091277.890131 RET   issetugid 0
  7432 postgres 1044091277.890144 CALL  open(0xbfbfc7a4,0,0x48353fe0)
  7432 postgres 1044091277.890156 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.890208 RET   open 37/0x25
  7432 postgres 1044091277.890218 CALL  __fstat13(0x25,0xbfbfc718)
  7432 postgres 1044091277.890227 RET   __fstat13 0
  7432 postgres 1044091277.890234 CALL  mmap(0,0xf57,0x1,0x1,0x25,0,0,0)
  7432 postgres 1044091277.890251 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.890260 CALL  close(0x25)
  7432 postgres 1044091277.890269 RET   close 0
  7432 postgres 1044091277.890289 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.890305 RET   munmap 0
  7432 postgres 1044091277.890317 CALL  gettimeofday(0xbfbfcbdc,0)
  7432 postgres 1044091277.890330 RET   gettimeofday 0
  7432 postgres 1044091277.890374 CALL  gettimeofday(0xbfbfbe94,0)
  7432 postgres 1044091277.890388 RET   gettimeofday 0
  7432 postgres 1044091277.890411 CALL  getpid
  7432 postgres 1044091277.890420 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.890434 CALL  sendto(0x8,0xbfbfc2f4,0x49,0,0,0)
  7432 postgres 1044091277.890521 RET   sendto 73/0x49
  7432 postgres 1044091277.890650 CALL  sendto(0x9,0x82c5400,0x2d,0,0,0)
  7432 postgres 1044091277.890688 RET   sendto 45/0x2d
  7432 postgres 1044091277.890715 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091277.900016 RET   recvfrom 74/0x4a
  7432 postgres 1044091277.900033 CALL  issetugid
  7432 postgres 1044091277.900041 RET   issetugid 0
  7432 postgres 1044091277.900053 CALL  open(0xbfbfc7a4,0,0x48353fe0)
  7432 postgres 1044091277.900064 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.900106 RET   open 37/0x25
  7432 postgres 1044091277.900116 CALL  __fstat13(0x25,0xbfbfc718)
  7432 postgres 1044091277.900124 RET   __fstat13 0
  7432 postgres 1044091277.900132 CALL  mmap(0,0xf57,0x1,0x1,0x25,0,0,0)
  7432 postgres 1044091277.900147 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.900155 CALL  close(0x25)
  7432 postgres 1044091277.900164 RET   close 0
  7432 postgres 1044091277.900187 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.900203 RET   munmap 0
  7432 postgres 1044091277.900213 CALL  gettimeofday(0xbfbfcbdc,0)
  7432 postgres 1044091277.900226 RET   gettimeofday 0
  7432 postgres 1044091277.900262 CALL  gettimeofday(0xbfbfbe94,0)
  7432 postgres 1044091277.900275 RET   gettimeofday 0
  7432 postgres 1044091277.900297 CALL  getpid
  7432 postgres 1044091277.900306 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.900321 CALL  sendto(0x8,0xbfbfc2f4,0x48,0,0,0)
  7432 postgres 1044091277.900416 RET   sendto 72/0x48
  7432 postgres 1044091277.900439 CALL  gettimeofday(0xbfbfcda8,0)
  7432 postgres 1044091277.900453 RET   gettimeofday 0
  7432 postgres 1044091277.900474 CALL  issetugid
  7432 postgres 1044091277.900482 RET   issetugid 0
  7432 postgres 1044091277.900493 CALL  open(0xbfbfc78c,0,0x48353fe0)
  7432 postgres 1044091277.900502 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.900530 RET   open 37/0x25
  7432 postgres 1044091277.900539 CALL  __fstat13(0x25,0xbfbfc700)
  7432 postgres 1044091277.900547 RET   __fstat13 0
  7432 postgres 1044091277.900555 CALL  mmap(0,0xf57,0x1,0x1,0x25,0,0,0)
  7432 postgres 1044091277.900567 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.900575 CALL  close(0x25)
  7432 postgres 1044091277.900584 RET   close 0
  7432 postgres 1044091277.900603 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.900616 RET   munmap 0
  7432 postgres 1044091277.900626 CALL  gettimeofday(0xbfbfcbc4,0)
  7432 postgres 1044091277.900639 RET   gettimeofday 0
  7432 postgres 1044091277.900671 CALL  gettimeofday(0xbfbfbe7c,0)
  7432 postgres 1044091277.900685 RET   gettimeofday 0
  7432 postgres 1044091277.900706 CALL  getpid
  7432 postgres 1044091277.900714 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.900729 CALL  sendto(0x8,0xbfbfc2dc,0x80,0,0,0)
  7432 postgres 1044091277.900740 RET   sendto 128/0x80
  7432 postgres 1044091277.900934 CALL  lseek(0x6,0,0x2000,0,0)
  7432 postgres 1044091277.900948 RET   lseek 8192/0x2000
  7432 postgres 1044091277.900957 CALL  read(0x6,0x4c1794bc,0x2000)
  7432 postgres 1044091277.910094 RET   read 8192/0x2000
  7432 postgres 1044091277.910253 CALL  lseek(0x1a,0,0x16000,0,0)
  7432 postgres 1044091277.910266 RET   lseek 90112/0x16000
  7432 postgres 1044091277.910275 CALL  read(0x1a,0x4c17b4bc,0x2000)
  7432 postgres 1044091277.910710 RET   read 8192/0x2000
  7432 postgres 1044091277.910756 CALL  lseek(0x7,0,0xc000,0,0)
  7432 postgres 1044091277.910766 RET   lseek 49152/0xc000
  7432 postgres 1044091277.910775 CALL  read(0x7,0x4c17d4bc,0x2000)
  7432 postgres 1044091277.928057 RET   read 8192/0x2000
  7432 postgres 1044091277.928486 CALL  open(0x8383bc8,0x2,0x180)
  7432 postgres 1044091277.928524 NAMI  "/source/data/cert/base/16556/16406"
  7432 postgres 1044091277.930061 RET   open 37/0x25
  7432 postgres 1044091277.930260 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.930278 RET   lseek 8192/0x2000
  7432 postgres 1044091277.930468 CALL  open(0x8383bc8,0x2,0x180)
  7432 postgres 1044091277.930486 NAMI  "/source/data/cert/base/16556/16418"
  7432 postgres 1044091277.931652 RET   open 38/0x26
  7432 postgres 1044091277.931710 CALL  read(0x26,0x4c17f4bc,0x2000)
  7432 postgres 1044091277.940172 RET   read 8192/0x2000
  7432 postgres 1044091277.940223 CALL  read(0x26,0x4c1814bc,0x2000)
  7432 postgres 1044091277.940264 RET   read 8192/0x2000
  7432 postgres 1044091277.940371 CALL  lseek(0x25,0,0,0,0x2)
  7432 postgres 1044091277.950018 RET   lseek 8192/0x2000
  7432 postgres 1044091277.950035 CALL  lseek(0x25,0,0,0,0)
  7432 postgres 1044091277.950044 RET   lseek 0
  7432 postgres 1044091277.950052 CALL  read(0x25,0x4c1834bc,0x2000)
  7432 postgres 1044091277.955704 RET   read 8192/0x2000
  7432 postgres 1044091277.955808 CALL  lseek(0x1b,0,0x2000,0,0)
  7432 postgres 1044091277.955820 RET   lseek 8192/0x2000
  7432 postgres 1044091277.955828 CALL  read(0x1b,0x4c1854bc,0x2000)
  7432 postgres 1044091277.956052 RET   read 8192/0x2000
  7432 postgres 1044091277.956989 CALL  lseek(0xa,0,0x2000,0,0)
  7432 postgres 1044091277.957008 RET   lseek 8192/0x2000
  7432 postgres 1044091277.957018 CALL  read(0xa,0x4c1874bc,0x2000)
  7432 postgres 1044091277.957262 RET   read 8192/0x2000
  7432 postgres 1044091277.957508 CALL  issetugid
  7432 postgres 1044091277.957523 RET   issetugid 0
  7432 postgres 1044091277.957541 CALL  open(0xbfbfc7ac,0,0x48353fe0)
  7432 postgres 1044091277.957556 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.957637 RET   open 39/0x27
  7432 postgres 1044091277.957647 CALL  __fstat13(0x27,0xbfbfc720)
  7432 postgres 1044091277.957656 RET   __fstat13 0
  7432 postgres 1044091277.957665 CALL  mmap(0,0xf57,0x1,0x1,0x27,0,0,0)
  7432 postgres 1044091277.957686 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.957694 CALL  close(0x27)
  7432 postgres 1044091277.957705 RET   close 0
  7432 postgres 1044091277.957728 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.957749 RET   munmap 0
  7432 postgres 1044091277.957763 CALL  gettimeofday(0xbfbfcbe4,0)
  7432 postgres 1044091277.957776 RET   gettimeofday 0
  7432 postgres 1044091277.957831 CALL  gettimeofday(0xbfbfbe9c,0)
  7432 postgres 1044091277.957846 RET   gettimeofday 0
  7432 postgres 1044091277.957899 CALL  getpid
  7432 postgres 1044091277.957909 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.957924 CALL  sendto(0x8,0xbfbfc2fc,0x3d,0,0,0)
  7432 postgres 1044091277.958039 RET   sendto 61/0x3d
  7432 postgres 1044091277.958120 CALL  lseek(0x3,0,0,0,0x2)
  7432 postgres 1044091277.958135 RET   lseek 90112/0x16000
  7432 postgres 1044091277.958294 CALL  lseek(0x4,0,0x28000,0,0)
  7432 postgres 1044091277.958305 RET   lseek 163840/0x28000
  7432 postgres 1044091277.958314 CALL  read(0x4,0x4c1894bc,0x2000)
  7432 postgres 1044091277.959554 RET   read 8192/0x2000
  7432 postgres 1044091277.959648 CALL  lseek(0x3,0,0,0,0x2)
  7432 postgres 1044091277.959660 RET   lseek 90112/0x16000
  7432 postgres 1044091277.959672 CALL  lseek(0x3,0,0x14000,0,0)
  7432 postgres 1044091277.959680 RET   lseek 81920/0x14000
  7432 postgres 1044091277.959689 CALL  read(0x3,0x4c18b4bc,0x2000)
  7432 postgres 1044091277.962206 RET   read 8192/0x2000
  7432 postgres 1044091277.962746 CALL  lseek(0x1f,0,0xa000,0,0)
  7432 postgres 1044091277.962762 RET   lseek 40960/0xa000
  7432 postgres 1044091277.962771 CALL  read(0x1f,0x4c18d4bc,0x2000)
  7432 postgres 1044091277.966226 RET   read 8192/0x2000
  7432 postgres 1044091277.966781 CALL  issetugid
  7432 postgres 1044091277.966800 RET   issetugid 0
  7432 postgres 1044091277.966819 CALL  open(0xbfbfc7a4,0,0x48353fe0)
  7432 postgres 1044091277.966834 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.966919 RET   open 39/0x27
  7432 postgres 1044091277.966928 CALL  __fstat13(0x27,0xbfbfc718)
  7432 postgres 1044091277.966937 RET   __fstat13 0
  7432 postgres 1044091277.966947 CALL  mmap(0,0xf57,0x1,0x1,0x27,0,0,0)
  7432 postgres 1044091277.966968 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.966976 CALL  close(0x27)
  7432 postgres 1044091277.966987 RET   close 0
  7432 postgres 1044091277.967012 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.967034 RET   munmap 0
  7432 postgres 1044091277.967046 CALL  gettimeofday(0xbfbfcbdc,0)
  7432 postgres 1044091277.967059 RET   gettimeofday 0
  7432 postgres 1044091277.967108 CALL  gettimeofday(0xbfbfbe94,0)
  7432 postgres 1044091277.967122 RET   gettimeofday 0
  7432 postgres 1044091277.967148 CALL  getpid
  7432 postgres 1044091277.967157 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.967173 CALL  sendto(0x8,0xbfbfc2f4,0x49,0,0,0)
  7432 postgres 1044091277.967289 RET   sendto 73/0x49
  7432 postgres 1044091277.967403 CALL  gettimeofday(0xbfbfcd70,0)
  7432 postgres 1044091277.967418 RET   gettimeofday 0
  7432 postgres 1044091277.967451 CALL  open(0xbfbfc904,0x2,0x180)
  7432 postgres 1044091277.967464 NAMI  "/source/data/cert/pg_xlog/0000000000000007"
  7432 postgres 1044091277.968253 RET   open 39/0x27
  7432 postgres 1044091277.968279 CALL  lseek(0x27,0,0x38c000,0,0)
  7432 postgres 1044091277.968289 RET   lseek 3719168/0x38c000
  7432 postgres 1044091277.968298 CALL  write(0x27,0x4c0692ac,0x2000)
  7432 postgres 1044091277.968357 RET   write 8192/0x2000
  7432 postgres 1044091277.968367 CALL  write(0x27,0x4c06b2ac,0x2000)
  7432 postgres 1044091277.968585 RET   write 8192/0x2000
  7432 postgres 1044091277.968597 CALL  write(0x27,0x4c06d2ac,0x2000)
  7432 postgres 1044091277.968651 RET   write 8192/0x2000
  7432 postgres 1044091277.968667 CALL  write(0x27,0x4c06f2ac,0x2000)
  7432 postgres 1044091277.968708 RET   write 8192/0x2000
  7432 postgres 1044091277.968716 CALL  write(0x27,0x4c0712ac,0x2000)
  7432 postgres 1044091277.968757 RET   write 8192/0x2000
  7432 postgres 1044091277.968780 CALL  open(0xbfbfc90c,0x2,0x180)
  7432 postgres 1044091277.968800 NAMI  "/source/data/cert/pg_clog/0000"
  7432 postgres 1044091277.970828 RET   open 40/0x28
  7432 postgres 1044091277.970846 CALL  lseek(0x28,0,0,0,0)
  7432 postgres 1044091277.970855 RET   lseek 0
  7432 postgres 1044091277.970863 CALL  read(0x28,0x4c0a9488,0x2000)
  7432 postgres 1044091277.984320 RET   read 8192/0x2000
  7432 postgres 1044091277.984353 CALL  close(0x28)
  7432 postgres 1044091277.984370 RET   close 0
  7432 postgres 1044091277.984488 CALL  sendto(0x9,0x82c5400,0x12,0,0,0)
  7432 postgres 1044091277.984519 RET   sendto 18/0x12
  7432 postgres 1044091277.984560 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091277.984808 RET   recvfrom 32/0x20
  7432 postgres 1044091277.984826 CALL  issetugid
  7432 postgres 1044091277.984834 RET   issetugid 0
  7432 postgres 1044091277.984852 CALL  open(0xbfbfc7a4,0,0x48353fe0)
  7432 postgres 1044091277.984865 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.984946 RET   open 40/0x28
  7432 postgres 1044091277.984956 CALL  __fstat13(0x28,0xbfbfc718)
  7432 postgres 1044091277.984965 RET   __fstat13 0
  7432 postgres 1044091277.984974 CALL  mmap(0,0xf57,0x1,0x1,0x28,0,0,0)
  7432 postgres 1044091277.984998 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.985005 CALL  close(0x28)
  7432 postgres 1044091277.985016 RET   close 0
  7432 postgres 1044091277.985042 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.985062 RET   munmap 0
  7432 postgres 1044091277.985076 CALL  gettimeofday(0xbfbfcbdc,0)
  7432 postgres 1044091277.985089 RET   gettimeofday 0
  7432 postgres 1044091277.985139 CALL  gettimeofday(0xbfbfbe94,0)
  7432 postgres 1044091277.985153 RET   gettimeofday 0
  7432 postgres 1044091277.985179 CALL  getpid
  7432 postgres 1044091277.985188 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.985203 CALL  sendto(0x8,0xbfbfc2f4,0x48,0,0,0)
  7432 postgres 1044091277.985305 RET   sendto 72/0x48
  7432 postgres 1044091277.985331 CALL  gettimeofday(0xbfbfcda8,0)
  7432 postgres 1044091277.985344 RET   gettimeofday 0
  7432 postgres 1044091277.985372 CALL  issetugid
  7432 postgres 1044091277.985381 RET   issetugid 0
  7432 postgres 1044091277.985392 CALL  open(0xbfbfc78c,0,0x48353fe0)
  7432 postgres 1044091277.985401 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.985428 RET   open 40/0x28
  7432 postgres 1044091277.985437 CALL  __fstat13(0x28,0xbfbfc700)
  7432 postgres 1044091277.985445 RET   __fstat13 0
  7432 postgres 1044091277.985453 CALL  mmap(0,0xf57,0x1,0x1,0x28,0,0,0)
  7432 postgres 1044091277.985465 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.985473 CALL  close(0x28)
  7432 postgres 1044091277.985482 RET   close 0
  7432 postgres 1044091277.985501 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.985515 RET   munmap 0
  7432 postgres 1044091277.985525 CALL  gettimeofday(0xbfbfcbc4,0)
  7432 postgres 1044091277.985537 RET   gettimeofday 0
  7432 postgres 1044091277.985569 CALL  gettimeofday(0xbfbfbe7c,0)
  7432 postgres 1044091277.985583 RET   gettimeofday 0
  7432 postgres 1044091277.985603 CALL  getpid
  7432 postgres 1044091277.985613 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.985626 CALL  sendto(0x8,0xbfbfc2dc,0x56,0,0,0)
  7432 postgres 1044091277.985691 RET   sendto 86/0x56
  7432 postgres 1044091277.985751 CALL  issetugid
  7432 postgres 1044091277.985761 RET   issetugid 0
  7432 postgres 1044091277.985772 CALL  open(0xbfbfc7a8,0,0x48353fe0)
  7432 postgres 1044091277.985782 NAMI  "/usr/share/nls/C/libc.cat"
  7432 postgres 1044091277.985807 RET   open 40/0x28
  7432 postgres 1044091277.985816 CALL  __fstat13(0x28,0xbfbfc71c)
  7432 postgres 1044091277.985823 RET   __fstat13 0
  7432 postgres 1044091277.985832 CALL  mmap(0,0xf57,0x1,0x1,0x28,0,0,0)
  7432 postgres 1044091277.985844 RET   mmap 1211543552/0x4836b000
  7432 postgres 1044091277.985852 CALL  close(0x28)
  7432 postgres 1044091277.985861 RET   close 0
  7432 postgres 1044091277.985880 CALL  munmap(0x4836b000,0xf57)
  7432 postgres 1044091277.985892 RET   munmap 0
  7432 postgres 1044091277.985902 CALL  gettimeofday(0xbfbfcbe0,0)
  7432 postgres 1044091277.985916 RET   gettimeofday 0
  7432 postgres 1044091277.985945 CALL  gettimeofday(0xbfbfbe98,0)
  7432 postgres 1044091277.985959 RET   gettimeofday 0
  7432 postgres 1044091277.985980 CALL  getpid
  7432 postgres 1044091277.985988 RET   getpid 7432/0x1d08
  7432 postgres 1044091277.986002 CALL  sendto(0x8,0xbfbfc2f8,0x5f,0,0,0)
  7432 postgres 1044091277.986100 RET   sendto 95/0x5f
  7432 postgres 1044091277.986234 CALL  lseek(0xb,0,0x1c000,0,0)
  7432 postgres 1044091277.986247 RET   lseek 114688/0x1c000
  7432 postgres 1044091277.986257 CALL  read(0xb,0x4c18f4bc,0x2000)
  7432 postgres 1044091277.989702 RET   read 8192/0x2000
  7432 postgres 1044091277.989749 CALL  lseek(0x6,0,0x56000,0,0)
  7432 postgres 1044091277.989761 RET   lseek 352256/0x56000
  7432 postgres 1044091277.989769 CALL  read(0x6,0x4c1914bc,0x2000)
  7432 postgres 1044091277.993043 RET   read 8192/0x2000
  7432 postgres 1044091277.993427 CALL  read(0xb,0x4c1934bc,0x2000)
  7432 postgres 1044091277.993489 RET   read 8192/0x2000
  7432 postgres 1044091277.993840 CALL  open(0x838b018,0x2,0x180)
  7432 postgres 1044091277.993860 NAMI  "/source/data/cert/base/16556/16384"
  7432 postgres 1044091277.994417 RET   open 40/0x28
  7432 postgres 1044091277.994489 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091277.994504 RET   lseek 8192/0x2000
  7432 postgres 1044091277.994693 CALL  open(0x838b018,0x2,0x180)
  7432 postgres 1044091277.994709 NAMI  "/source/data/cert/base/16556/16425"
  7432 postgres 1044091277.995200 RET   open 41/0x29
  7432 postgres 1044091277.995233 CALL  read(0x29,0x4c1954bc,0x2000)
  7432 postgres 1044091278.006785 RET   read 8192/0x2000
  7432 postgres 1044091278.006812 CALL  read(0x29,0x4c1974bc,0x2000)
  7432 postgres 1044091278.006848 RET   read 8192/0x2000
  7432 postgres 1044091278.006869 CALL  lseek(0x28,0,0x8000,0,0)
  7432 postgres 1044091278.006880 RET   lseek 32768/0x8000
  7432 postgres 1044091278.006889 CALL  read(0x28,0x4c1994bc,0x2000)
  7432 postgres 1044091278.014219 RET   read 8192/0x2000
  7432 postgres 1044091278.014335 CALL  open(0x838b018,0x2,0x180)
  7432 postgres 1044091278.014352 NAMI  "/source/data/cert/base/16556/17058"
  7432 postgres 1044091278.014885 RET   open 42/0x2a
  7432 postgres 1044091278.014933 CALL  sendto(0x9,0x82c5400,0x1,0,0,0)
  7432 postgres 1044091278.014969 RET   sendto 1
  7432 postgres 1044091278.015031 CALL  lseek(0xe,0,0x6000,0,0)
  7432 postgres 1044091278.015043 RET   lseek 24576/0x6000
  7432 postgres 1044091278.015052 CALL  read(0xe,0x4c19b4bc,0x2000)
  7432 postgres 1044091278.015138 RET   read 8192/0x2000
  7432 postgres 1044091278.015194 CALL  lseek(0x3,0,0xe000,0,0)
  7432 postgres 1044091278.015205 RET   lseek 57344/0xe000
  7432 postgres 1044091278.015213 CALL  read(0x3,0x4c19d4bc,0x2000)
  7432 postgres 1044091278.019196 RET   read 8192/0x2000
  7432 postgres 1044091278.019255 CALL  lseek(0xd,0,0,0,0x2)
  7432 postgres 1044091278.019268 RET   lseek 8192/0x2000
  7432 postgres 1044091278.019335 CALL  read(0x6,0x4c19f4bc,0x2000)
  7432 postgres 1044091278.022705 RET   read 8192/0x2000
  7432 postgres 1044091278.022881 CALL  open(0x838b248,0x2,0x180)
  7432 postgres 1044091278.022912 NAMI  "/source/data/cert/base/16556/17063"
  7432 postgres 1044091278.028427 RET   open 43/0x2b
  7432 postgres 1044091278.028741 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.028834 RET   recvfrom 8192/0x2000
  7432 postgres 1044091278.029042 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.029222 RET   lseek 28655616/0x1b54000
  7432 postgres 1044091278.029240 CALL  lseek(0x2a,0,0x1b52000,0,0)
  7432 postgres 1044091278.029249 RET   lseek 28647424/0x1b52000
  7432 postgres 1044091278.029259 CALL  read(0x2a,0x4c1a14bc,0x2000)
  7432 postgres 1044091278.047668 RET   read 8192/0x2000
  7432 postgres 1044091278.047916 CALL  read(0x2b,0x4c1a34bc,0x2000)
  7432 postgres 1044091278.065530 RET   read 8192/0x2000
  7432 postgres 1044091278.065566 CALL  lseek(0x2b,0,0x404000,0,0)
  7432 postgres 1044091278.065577 RET   lseek 4210688/0x404000
  7432 postgres 1044091278.065585 CALL  read(0x2b,0x4c1a54bc,0x2000)
  7432 postgres 1044091278.088000 RET   read 8192/0x2000
  7432 postgres 1044091278.088043 CALL  lseek(0x2b,0,0x402000,0,0)
  7432 postgres 1044091278.088054 RET   lseek 4202496/0x402000
  7432 postgres 1044091278.088062 CALL  read(0x2b,0x4c1a74bc,0x2000)
  7432 postgres 1044091278.088102 RET   read 8192/0x2000
  7432 postgres 1044091278.088119 CALL  lseek(0x2b,0,0x47a000,0,0)
  7432 postgres 1044091278.088128 RET   lseek 4694016/0x47a000
  7432 postgres 1044091278.088136 CALL  read(0x2b,0x4c1a94bc,0x2000)
  7432 postgres 1044091278.105221 RET   read 8192/0x2000
  7432 postgres 1044091278.105640 CALL  lseek(0x2b,0,0xc6000,0,0)
  7432 postgres 1044091278.105659 RET   lseek 811008/0xc6000
  7432 postgres 1044091278.105668 CALL  read(0x2b,0x4c1ab4bc,0x2000)
  7432 postgres 1044091278.122770 RET   read 8192/0x2000
  7432 postgres 1044091278.123133 CALL  lseek(0x2b,0,0x40000,0,0)
  7432 postgres 1044091278.123150 RET   lseek 262144/0x40000
  7432 postgres 1044091278.123158 CALL  read(0x2b,0x4c1ad4bc,0x2000)
  7432 postgres 1044091278.130663 RET   read 8192/0x2000
  7432 postgres 1044091278.131139 CALL  lseek(0x2b,0,0x5e000,0,0)
  7432 postgres 1044091278.131156 RET   lseek 385024/0x5e000
  7432 postgres 1044091278.131165 CALL  read(0x2b,0x4c1af4bc,0x2000)
  7432 postgres 1044091278.143407 RET   read 8192/0x2000
  7432 postgres 1044091278.143454 CALL  lseek(0x2a,0,0x1b24000,0,0)
  7432 postgres 1044091278.143466 RET   lseek 28459008/0x1b24000
  7432 postgres 1044091278.143475 CALL  read(0x2a,0x4c1b14bc,0x2000)
  7432 postgres 1044091278.153892 RET   read 8192/0x2000
  7432 postgres 1044091278.153932 CALL  lseek(0x2a,0,0x1af6000,0,0)
  7432 postgres 1044091278.153944 RET   lseek 28270592/0x1af6000
  7432 postgres 1044091278.153952 CALL  read(0x2a,0x4c1b34bc,0x2000)
  7432 postgres 1044091278.165743 RET   read 8192/0x2000
  7432 postgres 1044091278.165786 CALL  lseek(0x2a,0,0,0,0)
  7432 postgres 1044091278.165796 RET   lseek 0
  7432 postgres 1044091278.165804 CALL  read(0x2a,0x4c1b54bc,0x2000)
  7432 postgres 1044091278.183763 RET   read 8192/0x2000
  7432 postgres 1044091278.184592 CALL  lseek(0x2b,0,0xa2000,0,0)
  7432 postgres 1044091278.184613 RET   lseek 663552/0xa2000
  7432 postgres 1044091278.184622 CALL  read(0x2b,0x4c1b74bc,0x2000)
  7432 postgres 1044091278.189733 RET   read 8192/0x2000
  7432 postgres 1044091278.190339 CALL  lseek(0x2b,0,0x3c000,0,0)
  7432 postgres 1044091278.190356 RET   lseek 245760/0x3c000
  7432 postgres 1044091278.190365 CALL  read(0x2b,0x4c1b94bc,0x2000)
  7432 postgres 1044091278.200668 RET   read 8192/0x2000
  7432 postgres 1044091278.201099 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.201120 RET   lseek 28655616/0x1b54000
  7432 postgres 1044091278.201154 CALL  write(0x2a,0x4c1bb4bc,0x2000)
  7432 postgres 1044091278.201192 RET   write 8192/0x2000
  7432 postgres 1044091278.201398 CALL  lseek(0x2b,0,0x4000,0,0)
  7432 postgres 1044091278.201410 RET   lseek 16384/0x4000
  7432 postgres 1044091278.201418 CALL  read(0x2b,0x4c1bd4bc,0x2000)
  7432 postgres 1044091278.201506 RET   read 8192/0x2000
  7432 postgres 1044091278.201772 CALL  lseek(0x2b,0,0x16000,0,0)
  7432 postgres 1044091278.201783 RET   lseek 90112/0x16000
  7432 postgres 1044091278.201792 CALL  read(0x2b,0x4c1bf4bc,0x2000)
  7432 postgres 1044091278.228694 RET   read 8192/0x2000
  7432 postgres 1044091278.229122 CALL  lseek(0x2b,0,0x28000,0,0)
  7432 postgres 1044091278.229138 RET   lseek 163840/0x28000
  7432 postgres 1044091278.229146 CALL  read(0x2b,0x4c1c14bc,0x2000)
  7432 postgres 1044091278.233165 RET   read 8192/0x2000
  7432 postgres 1044091278.233596 CALL  lseek(0x2b,0,0x34000,0,0)
  7432 postgres 1044091278.233610 RET   lseek 212992/0x34000
  7432 postgres 1044091278.233620 CALL  read(0x2b,0x4c1c34bc,0x2000)
  7432 postgres 1044091278.237532 RET   read 8192/0x2000
  7432 postgres 1044091278.237906 CALL  lseek(0x2b,0,0x156000,0,0)
  7432 postgres 1044091278.237921 RET   lseek 1400832/0x156000
  7432 postgres 1044091278.237930 CALL  read(0x2b,0x4c1c54bc,0x2000)
  7432 postgres 1044091278.254401 RET   read 8192/0x2000
  7432 postgres 1044091278.255031 CALL  lseek(0x2b,0,0x12000,0,0)
  7432 postgres 1044091278.255047 RET   lseek 73728/0x12000
  7432 postgres 1044091278.255056 CALL  read(0x2b,0x4c1c74bc,0x2000)
  7432 postgres 1044091278.255138 RET   read 8192/0x2000
  7432 postgres 1044091278.255567 CALL  lseek(0x2b,0,0x226000,0,0)
  7432 postgres 1044091278.255580 RET   lseek 2252800/0x226000
  7432 postgres 1044091278.255588 CALL  read(0x2b,0x4c1c94bc,0x2000)
  7432 postgres 1044091278.267170 RET   read 8192/0x2000
  7432 postgres 1044091278.267549 CALL  lseek(0x2b,0,0x20000,0,0)
  7432 postgres 1044091278.267566 RET   lseek 131072/0x20000
  7432 postgres 1044091278.267575 CALL  read(0x2b,0x4c1cb4bc,0x2000)
  7432 postgres 1044091278.277395 RET   read 8192/0x2000
  7432 postgres 1044091278.277967 CALL  lseek(0x2b,0,0x2c000,0,0)
  7432 postgres 1044091278.277983 RET   lseek 180224/0x2c000
  7432 postgres 1044091278.277992 CALL  read(0x2b,0x4c1cd4bc,0x2000)
  7432 postgres 1044091278.278077 RET   read 8192/0x2000
  7432 postgres 1044091278.278310 CALL  lseek(0x27,0,0x394000,0,0)
  7432 postgres 1044091278.278324 RET   lseek 3751936/0x394000
  7432 postgres 1044091278.278332 CALL  write(0x27,0x4c0712ac,0x2000)
  7432 postgres 1044091278.278390 RET   write 8192/0x2000
  7432 postgres 1044091278.278399 CALL  write(0x27,0x4c0732ac,0x2000)
  7432 postgres 1044091278.278787 RET   write 8192/0x2000
  7432 postgres 1044091278.278811 CALL  write(0x27,0x4c0752ac,0x2000)
  7432 postgres 1044091278.278890 RET   write 8192/0x2000
  7432 postgres 1044091278.278901 CALL  write(0x27,0x4c0772ac,0x2000)
  7432 postgres 1044091278.278958 RET   write 8192/0x2000
  7432 postgres 1044091278.278974 CALL  write(0x27,0x4c0792ac,0x2000)
  7432 postgres 1044091278.279029 RET   write 8192/0x2000
  7432 postgres 1044091278.279037 CALL  write(0x27,0x4c07b2ac,0x2000)
  7432 postgres 1044091278.279296 RET   write 8192/0x2000
  7432 postgres 1044091278.279313 CALL  write(0x27,0x4c07d2ac,0x2000)
  7432 postgres 1044091278.279385 RET   write 8192/0x2000
  7432 postgres 1044091278.279394 CALL  write(0x27,0x4c07f2ac,0x2000)
  7432 postgres 1044091278.279447 RET   write 8192/0x2000
  7432 postgres 1044091278.279462 CALL  write(0x27,0x4c0812ac,0x2000)
  7432 postgres 1044091278.279516 RET   write 8192/0x2000
  7432 postgres 1044091278.279525 CALL  write(0x27,0x4c0832ac,0x2000)
  7432 postgres 1044091278.279839 RET   write 8192/0x2000
  7432 postgres 1044091278.279861 CALL  write(0x27,0x4c0852ac,0x2000)
  7432 postgres 1044091278.279925 RET   write 8192/0x2000
  7432 postgres 1044091278.279945 CALL  write(0x27,0x4c0872ac,0x2000)
  7432 postgres 1044091278.279997 RET   write 8192/0x2000
  7432 postgres 1044091278.280017 CALL  write(0x27,0x4c0892ac,0x2000)
  7432 postgres 1044091278.280080 RET   write 8192/0x2000
  7432 postgres 1044091278.280090 CALL  write(0x27,0x4c08b2ac,0x2000)
  7432 postgres 1044091278.280407 RET   write 8192/0x2000
  7432 postgres 1044091278.280441 CALL  write(0x27,0x4c08d2ac,0x2000)
  7432 postgres 1044091278.280511 RET   write 8192/0x2000
  7432 postgres 1044091278.280520 CALL  write(0x27,0x4c08f2ac,0x2000)
  7432 postgres 1044091278.280580 RET   write 8192/0x2000
  7432 postgres 1044091278.280590 CALL  write(0x27,0x4c0912ac,0x2000)
  7432 postgres 1044091278.280638 RET   write 8192/0x2000
  7432 postgres 1044091278.280732 CALL  lseek(0x2b,0,0x44e000,0,0)
  7432 postgres 1044091278.280750 RET   lseek 4513792/0x44e000
  7432 postgres 1044091278.280759 CALL  read(0x2b,0x4c1cf4bc,0x2000)
  7432 postgres 1044091278.320856 RET   read 8192/0x2000
  7432 postgres 1044091278.321654 CALL  lseek(0x2b,0,0x4a000,0,0)
  7432 postgres 1044091278.321672 RET   lseek 303104/0x4a000
  7432 postgres 1044091278.321680 CALL  read(0x2b,0x4c1d14bc,0x2000)
  7432 postgres 1044091278.328250 RET   read 8192/0x2000
  7432 postgres 1044091278.328743 CALL  lseek(0x2b,0,0x20a000,0,0)
  7432 postgres 1044091278.328759 RET   lseek 2138112/0x20a000
  7432 postgres 1044091278.328768 CALL  read(0x2b,0x4c1d34bc,0x2000)
  7432 postgres 1044091278.340211 RET   read 8192/0x2000
  7432 postgres 1044091278.340254 CALL  lseek(0x2a,0,0x1b26000,0,0)
  7432 postgres 1044091278.340265 RET   lseek 28467200/0x1b26000
  7432 postgres 1044091278.340274 CALL  read(0x2a,0x4c1d54bc,0x2000)
  7432 postgres 1044091278.340514 RET   read 8192/0x2000
  7432 postgres 1044091278.340857 CALL  lseek(0x2b,0,0x56000,0,0)
  7432 postgres 1044091278.340870 RET   lseek 352256/0x56000
  7432 postgres 1044091278.340878 CALL  read(0x2b,0x4c1d74bc,0x2000)
  7432 postgres 1044091278.348709 RET   read 8192/0x2000
  7432 postgres 1044091278.352094 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.352201 RET   lseek 28663808/0x1b56000
  7432 postgres 1044091278.352245 CALL  write(0x2a,0x4c1d94bc,0x2000)
  7432 postgres 1044091278.352474 RET   write 8192/0x2000
  7432 postgres 1044091278.352750 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.352848 RET   recvfrom 8192/0x2000
  7432 postgres 1044091278.353369 CALL  lseek(0x2a,0,0x1af8000,0,0)
  7432 postgres 1044091278.353385 RET   lseek 28278784/0x1af8000
  7432 postgres 1044091278.353396 CALL  read(0x2a,0x4c1db4bc,0x2000)
  7432 postgres 1044091278.363432 RET   read 8192/0x2000
  7432 postgres 1044091278.363473 CALL  lseek(0x2a,0,0x2000,0,0)
  7432 postgres 1044091278.363484 RET   lseek 8192/0x2000
  7432 postgres 1044091278.363493 CALL  read(0x2a,0x4c1dd4bc,0x2000)
  7432 postgres 1044091278.363721 RET   read 8192/0x2000
  7432 postgres 1044091278.364054 CALL  lseek(0x2b,0,0x410000,0,0)
  7432 postgres 1044091278.364070 RET   lseek 4259840/0x410000
  7432 postgres 1044091278.364079 CALL  read(0x2b,0x4c1df4bc,0x2000)
  7432 postgres 1044091278.370247 RET   read 8192/0x2000
  7432 postgres 1044091278.370821 CALL  lseek(0x2b,0,0x8c000,0,0)
  7432 postgres 1044091278.370837 RET   lseek 573440/0x8c000
  7432 postgres 1044091278.370847 CALL  read(0x2b,0x4c1e14bc,0x2000)
  7432 postgres 1044091278.383103 RET   read 8192/0x2000
  7432 postgres 1044091278.386587 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.386610 RET   lseek 28672000/0x1b58000
  7432 postgres 1044091278.386645 CALL  write(0x2a,0x4c1e34bc,0x2000)
  7432 postgres 1044091278.386691 RET   write 8192/0x2000
  7432 postgres 1044091278.386895 CALL  lseek(0x2b,0,0x4c000,0,0)
  7432 postgres 1044091278.386909 RET   lseek 311296/0x4c000
  7432 postgres 1044091278.386917 CALL  read(0x2b,0x4c1e54bc,0x2000)
  7432 postgres 1044091278.387004 RET   read 8192/0x2000
  7432 postgres 1044091278.388747 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.388852 RET   recvfrom 8192/0x2000
  7432 postgres 1044091278.389053 CALL  lseek(0x2b,0,0xce000,0,0)
  7432 postgres 1044091278.389067 RET   lseek 843776/0xce000
  7432 postgres 1044091278.389075 CALL  read(0x2b,0x4c1e74bc,0x2000)
  7432 postgres 1044091278.392961 RET   read 8192/0x2000
  7432 postgres 1044091278.393012 CALL  lseek(0x2a,0,0x1b2a000,0,0)
  7432 postgres 1044091278.393024 RET   lseek 28483584/0x1b2a000
  7432 postgres 1044091278.393033 CALL  read(0x2a,0x4c1e94bc,0x2000)
  7432 postgres 1044091278.401565 RET   read 8192/0x2000
  7432 postgres 1044091278.401605 CALL  lseek(0x2a,0,0x1afa000,0,0)
  7432 postgres 1044091278.401615 RET   lseek 28286976/0x1afa000
  7432 postgres 1044091278.401625 CALL  read(0x2a,0x4c1eb4bc,0x2000)
  7432 postgres 1044091278.401862 RET   read 8192/0x2000
  7432 postgres 1044091278.401878 CALL  lseek(0x2a,0,0x4000,0,0)
  7432 postgres 1044091278.401888 RET   lseek 16384/0x4000
  7432 postgres 1044091278.401895 CALL  read(0x2a,0x4c1ed4bc,0x2000)
  7432 postgres 1044091278.402113 RET   read 8192/0x2000
  7432 postgres 1044091278.403072 CALL  lseek(0x2b,0,0x35a000,0,0)
  7432 postgres 1044091278.403090 RET   lseek 3514368/0x35a000
  7432 postgres 1044091278.403099 CALL  read(0x2b,0x4c1ef4bc,0x2000)
  7432 postgres 1044091278.413577 RET   read 8192/0x2000
  7432 postgres 1044091278.414738 CALL  lseek(0x2b,0,0x44c000,0,0)
  7432 postgres 1044091278.414753 RET   lseek 4505600/0x44c000
  7432 postgres 1044091278.414761 CALL  read(0x2b,0x4c1f14bc,0x2000)
  7432 postgres 1044091278.414844 RET   read 8192/0x2000
  7432 postgres 1044091278.414867 CALL  lseek(0x2a,0,0x1afc000,0,0)
  7432 postgres 1044091278.414877 RET   lseek 28295168/0x1afc000
  7432 postgres 1044091278.414886 CALL  read(0x2a,0x4c1f34bc,0x2000)
  7432 postgres 1044091278.415158 RET   read 8192/0x2000
  7432 postgres 1044091278.415178 CALL  lseek(0x2a,0,0x6000,0,0)
  7432 postgres 1044091278.415187 RET   lseek 24576/0x6000
  7432 postgres 1044091278.415195 CALL  read(0x2a,0x4c1f54bc,0x2000)
  7432 postgres 1044091278.415414 RET   read 8192/0x2000
  7432 postgres 1044091278.416022 CALL  lseek(0x2b,0,0x458000,0,0)
  7432 postgres 1044091278.416037 RET   lseek 4554752/0x458000
  7432 postgres 1044091278.416046 CALL  read(0x2b,0x4c1f74bc,0x2000)
  7432 postgres 1044091278.428922 RET   read 8192/0x2000
  7432 postgres 1044091278.429677 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.429695 RET   lseek 28680192/0x1b5a000
  7432 postgres 1044091278.429730 CALL  write(0x2a,0x4c1f94bc,0x2000)
  7432 postgres 1044091278.429768 RET   write 8192/0x2000
  7432 postgres 1044091278.430132 CALL  lseek(0x2b,0,0xc0000,0,0)
  7432 postgres 1044091278.430146 RET   lseek 786432/0xc0000
  7432 postgres 1044091278.430154 CALL  read(0x2b,0x4c1fb4bc,0x2000)
  7432 postgres 1044091278.430237 RET   read 8192/0x2000
  7432 postgres 1044091278.430505 CALL  write(0x27,0x4c0932ac,0x2000)
  7432 postgres 1044091278.430904 RET   write 8192/0x2000
  7432 postgres 1044091278.430925 CALL  write(0x27,0x4c0952ac,0x2000)
  7432 postgres 1044091278.430996 RET   write 8192/0x2000
  7432 postgres 1044091278.431005 CALL  write(0x27,0x4c0972ac,0x2000)
  7432 postgres 1044091278.431056 RET   write 8192/0x2000
  7432 postgres 1044091278.431066 CALL  write(0x27,0x4c0992ac,0x2000)
  7432 postgres 1044091278.431124 RET   write 8192/0x2000
  7432 postgres 1044091278.431134 CALL  write(0x27,0x4c09b2ac,0x2000)
  7432 postgres 1044091278.431399 RET   write 8192/0x2000
  7432 postgres 1044091278.431418 CALL  write(0x27,0x4c09d2ac,0x2000)
  7432 postgres 1044091278.431490 RET   write 8192/0x2000
  7432 postgres 1044091278.431499 CALL  write(0x27,0x4c09f2ac,0x2000)
  7432 postgres 1044091278.431547 RET   write 8192/0x2000
  7432 postgres 1044091278.431555 CALL  write(0x27,0x4c0a12ac,0x2000)
  7432 postgres 1044091278.431610 RET   write 8192/0x2000
  7432 postgres 1044091278.431619 CALL  write(0x27,0x4c0a32ac,0x2000)
  7432 postgres 1044091278.431914 RET   write 8192/0x2000
  7432 postgres 1044091278.431937 CALL  write(0x27,0x4c0a52ac,0x2000)
  7432 postgres 1044091278.432009 RET   write 8192/0x2000
  7432 postgres 1044091278.432018 CALL  write(0x27,0x4c0a72ac,0x2000)
  7432 postgres 1044091278.432078 RET   write 8192/0x2000
  7432 postgres 1044091278.432087 CALL  write(0x27,0x4c0692ac,0x2000)
  7432 postgres 1044091278.432138 RET   write 8192/0x2000
  7432 postgres 1044091278.432146 CALL  write(0x27,0x4c06b2ac,0x2000)
  7432 postgres 1044091278.432457 RET   write 8192/0x2000
  7432 postgres 1044091278.432484 CALL  write(0x27,0x4c06d2ac,0x2000)
  7432 postgres 1044091278.432558 RET   write 8192/0x2000
  7432 postgres 1044091278.432568 CALL  write(0x27,0x4c06f2ac,0x2000)
  7432 postgres 1044091278.432623 RET   write 8192/0x2000
  7432 postgres 1044091278.432632 CALL  write(0x27,0x4c0712ac,0x2000)
  7432 postgres 1044091278.432692 RET   write 8192/0x2000
  7432 postgres 1044091278.433112 CALL  lseek(0x2b,0,0x96000,0,0)
  7432 postgres 1044091278.433132 RET   lseek 614400/0x96000
  7432 postgres 1044091278.433142 CALL  read(0x2b,0x4c1fd4bc,0x2000)
  7432 postgres 1044091278.456535 RET   read 8192/0x2000
  7432 postgres 1044091278.457366 CALL  lseek(0x2b,0,0x35c000,0,0)
  7432 postgres 1044091278.457384 RET   lseek 3522560/0x35c000
  7432 postgres 1044091278.457393 CALL  read(0x2b,0x4c1ff4bc,0x2000)
  7432 postgres 1044091278.457482 RET   read 8192/0x2000
  7432 postgres 1044091278.458281 CALL  lseek(0x2b,0,0x208000,0,0)
  7432 postgres 1044091278.458296 RET   lseek 2129920/0x208000
  7432 postgres 1044091278.458304 CALL  read(0x2b,0x4c2014bc,0x2000)
  7432 postgres 1044091278.458385 RET   read 8192/0x2000
  7432 postgres 1044091278.458648 CALL  lseek(0x2a,0,0x1b2c000,0,0)
  7432 postgres 1044091278.458660 RET   lseek 28491776/0x1b2c000
  7432 postgres 1044091278.458669 CALL  read(0x2a,0x4c2034bc,0x2000)
  7432 postgres 1044091278.458953 RET   read 8192/0x2000
  7432 postgres 1044091278.459051 CALL  lseek(0x2b,0,0x94000,0,0)
  7432 postgres 1044091278.459063 RET   lseek 606208/0x94000
  7432 postgres 1044091278.459072 CALL  read(0x2b,0x4c2054bc,0x2000)
  7432 postgres 1044091278.459127 RET   read 8192/0x2000
  7432 postgres 1044091278.459724 CALL  lseek(0x2b,0,0x216000,0,0)
  7432 postgres 1044091278.459737 RET   lseek 2187264/0x216000
  7432 postgres 1044091278.459745 CALL  read(0x2b,0x4c2074bc,0x2000)
  7432 postgres 1044091278.473162 RET   read 8192/0x2000
  7432 postgres 1044091278.473605 CALL  lseek(0x2b,0,0x206000,0,0)
  7432 postgres 1044091278.473622 RET   lseek 2121728/0x206000
  7432 postgres 1044091278.473630 CALL  read(0x2b,0x4c2094bc,0x2000)
  7432 postgres 1044091278.482947 RET   read 8192/0x2000
  7432 postgres 1044091278.483506 CALL  lseek(0x2b,0,0xc8000,0,0)
  7432 postgres 1044091278.483524 RET   lseek 819200/0xc8000
  7432 postgres 1044091278.483532 CALL  read(0x2b,0x4c20b4bc,0x2000)
  7432 postgres 1044091278.483618 RET   read 8192/0x2000
  7432 postgres 1044091278.483873 CALL  lseek(0x2b,0,0x462000,0,0)
  7432 postgres 1044091278.483885 RET   lseek 4595712/0x462000
  7432 postgres 1044091278.483892 CALL  read(0x2b,0x4c20d4bc,0x2000)
  7432 postgres 1044091278.490740 RET   read 8192/0x2000
  7432 postgres 1044091278.491320 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.491419 RET   recvfrom 8192/0x2000
  7432 postgres 1044091278.491642 CALL  lseek(0x2b,0,0x6e000,0,0)
  7432 postgres 1044091278.491657 RET   lseek 450560/0x6e000
  7432 postgres 1044091278.491666 CALL  read(0x2b,0x4c20f4bc,0x2000)
  7432 postgres 1044091278.501527 RET   read 8192/0x2000
  7432 postgres 1044091278.501884 CALL  lseek(0x2a,0,0x8000,0,0)
  7432 postgres 1044091278.501899 RET   lseek 32768/0x8000
  7432 postgres 1044091278.501909 CALL  read(0x2a,0x4c2114bc,0x2000)
  7432 postgres 1044091278.511429 RET   read 8192/0x2000
  7432 postgres 1044091278.512536 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.512555 RET   lseek 28688384/0x1b5c000
  7432 postgres 1044091278.512589 CALL  write(0x2a,0x4c2134bc,0x2000)
  7432 postgres 1044091278.512624 RET   write 8192/0x2000
  7432 postgres 1044091278.512905 CALL  lseek(0x2a,0,0x1afe000,0,0)
  7432 postgres 1044091278.512917 RET   lseek 28303360/0x1afe000
  7432 postgres 1044091278.512925 CALL  read(0x2a,0x4c2154bc,0x2000)
  7432 postgres 1044091278.513199 RET   read 8192/0x2000
  7432 postgres 1044091278.516326 CALL  lseek(0x2a,0,0x1b2e000,0,0)
  7432 postgres 1044091278.516340 RET   lseek 28499968/0x1b2e000
  7432 postgres 1044091278.516348 CALL  read(0x2a,0x4c2174bc,0x2000)
  7432 postgres 1044091278.516587 RET   read 8192/0x2000
  7432 postgres 1044091278.516609 CALL  lseek(0x2a,0,0xa000,0,0)
  7432 postgres 1044091278.516618 RET   lseek 40960/0xa000
  7432 postgres 1044091278.516626 CALL  read(0x2a,0x4c2194bc,0x2000)
  7432 postgres 1044091278.516817 RET   read 8192/0x2000
  7432 postgres 1044091278.517243 CALL  lseek(0x2a,0,0x1b00000,0,0)
  7432 postgres 1044091278.517256 RET   lseek 28311552/0x1b00000
  7432 postgres 1044091278.517263 CALL  read(0x2a,0x4c21b4bc,0x2000)
  7432 postgres 1044091278.524766 RET   read 8192/0x2000
  7432 postgres 1044091278.524943 CALL  lseek(0x2b,0,0x8000,0,0)
  7432 postgres 1044091278.524958 RET   lseek 32768/0x8000
  7432 postgres 1044091278.524966 CALL  read(0x2b,0x4c21d4bc,0x2000)
  7432 postgres 1044091278.535122 RET   read 8192/0x2000
  7432 postgres 1044091278.535615 CALL  lseek(0x2b,0,0x14000,0,0)
  7432 postgres 1044091278.535632 RET   lseek 81920/0x14000
  7432 postgres 1044091278.535640 CALL  read(0x2b,0x4c21f4bc,0x2000)
  7432 postgres 1044091278.535814 RET   read 8192/0x2000
  7432 postgres 1044091278.536311 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.536329 RET   lseek 28696576/0x1b5e000
  7432 postgres 1044091278.536363 CALL  write(0x2a,0x4c2214bc,0x2000)
  7432 postgres 1044091278.536751 RET   write 8192/0x2000
  7432 postgres 1044091278.536952 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.537061 RET   recvfrom 8192/0x2000
  7432 postgres 1044091278.540368 CALL  lseek(0x2a,0,0x1b30000,0,0)
  7432 postgres 1044091278.540394 RET   lseek 28508160/0x1b30000
  7432 postgres 1044091278.540404 CALL  read(0x2a,0x4c2234bc,0x2000)
  7432 postgres 1044091278.544602 RET   read 8192/0x2000
  7432 postgres 1044091278.544643 CALL  lseek(0x2a,0,0xc000,0,0)
  7432 postgres 1044091278.544653 RET   lseek 49152/0xc000
  7432 postgres 1044091278.544662 CALL  read(0x2a,0x4c2254bc,0x2000)
  7432 postgres 1044091278.547344 RET   read 8192/0x2000
  7432 postgres 1044091278.547645 CALL  lseek(0x2b,0,0x422000,0,0)
  7432 postgres 1044091278.547661 RET   lseek 4333568/0x422000
  7432 postgres 1044091278.547670 CALL  read(0x2b,0x4c2274bc,0x2000)
  7432 postgres 1044091278.553530 RET   read 8192/0x2000
  7432 postgres 1044091278.553809 CALL  write(0x27,0x4c0732ac,0x2000)
  7432 postgres 1044091278.554193 RET   write 8192/0x2000
  7432 postgres 1044091278.554212 CALL  write(0x27,0x4c0752ac,0x2000)
  7432 postgres 1044091278.554283 RET   write 8192/0x2000
  7432 postgres 1044091278.554293 CALL  write(0x27,0x4c0772ac,0x2000)
  7432 postgres 1044091278.554350 RET   write 8192/0x2000
  7432 postgres 1044091278.554359 CALL  write(0x27,0x4c0792ac,0x2000)
  7432 postgres 1044091278.554414 RET   write 8192/0x2000
  7432 postgres 1044091278.554423 CALL  write(0x27,0x4c07b2ac,0x2000)
  7432 postgres 1044091278.554688 RET   write 8192/0x2000
  7432 postgres 1044091278.554707 CALL  write(0x27,0x4c07d2ac,0x2000)
  7432 postgres 1044091278.554776 RET   write 8192/0x2000
  7432 postgres 1044091278.554786 CALL  write(0x27,0x4c07f2ac,0x2000)
  7432 postgres 1044091278.554836 RET   write 8192/0x2000
  7432 postgres 1044091278.554845 CALL  write(0x27,0x4c0812ac,0x2000)
  7432 postgres 1044091278.554903 RET   write 8192/0x2000
  7432 postgres 1044091278.554912 CALL  write(0x27,0x4c0832ac,0x2000)
  7432 postgres 1044091278.555184 RET   write 8192/0x2000
  7432 postgres 1044091278.555208 CALL  write(0x27,0x4c0852ac,0x2000)
  7432 postgres 1044091278.555278 RET   write 8192/0x2000
  7432 postgres 1044091278.555290 CALL  write(0x27,0x4c0872ac,0x2000)
  7432 postgres 1044091278.555347 RET   write 8192/0x2000
  7432 postgres 1044091278.555356 CALL  write(0x27,0x4c0892ac,0x2000)
  7432 postgres 1044091278.555408 RET   write 8192/0x2000
  7432 postgres 1044091278.555416 CALL  write(0x27,0x4c08b2ac,0x2000)
  7432 postgres 1044091278.555698 RET   write 8192/0x2000
  7432 postgres 1044091278.555735 CALL  write(0x27,0x4c08d2ac,0x2000)
  7432 postgres 1044091278.555802 RET   write 8192/0x2000
  7432 postgres 1044091278.555812 CALL  write(0x27,0x4c08f2ac,0x2000)
  7432 postgres 1044091278.555870 RET   write 8192/0x2000
  7432 postgres 1044091278.555880 CALL  write(0x27,0x4c0912ac,0x2000)
  7432 postgres 1044091278.555932 RET   write 8192/0x2000
  7432 postgres 1044091278.556497 CALL  lseek(0x2a,0,0x1b02000,0,0)
  7432 postgres 1044091278.556523 RET   lseek 28319744/0x1b02000
  7432 postgres 1044091278.556534 CALL  read(0x2a,0x4c2294bc,0x2000)
  7432 postgres 1044091278.565644 RET   read 8192/0x2000
  7432 postgres 1044091278.565952 CALL  lseek(0x2b,0,0x98000,0,0)
  7432 postgres 1044091278.565968 RET   lseek 622592/0x98000
  7432 postgres 1044091278.565976 CALL  read(0x2b,0x4c22b4bc,0x2000)
  7432 postgres 1044091278.575959 RET   read 8192/0x2000
  7432 postgres 1044091278.576514 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.576534 RET   lseek 28704768/0x1b60000
  7432 postgres 1044091278.576570 CALL  write(0x2a,0x4c22d4bc,0x2000)
  7432 postgres 1044091278.576616 RET   write 8192/0x2000
  7432 postgres 1044091278.578157 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.578259 RET   recvfrom 8192/0x2000
  7432 postgres 1044091278.579467 CALL  lseek(0x2a,0,0x1b32000,0,0)
  7432 postgres 1044091278.579482 RET   lseek 28516352/0x1b32000
  7432 postgres 1044091278.579491 CALL  read(0x2a,0x4c22f4bc,0x2000)
  7432 postgres 1044091278.579759 RET   read 8192/0x2000
  7432 postgres 1044091278.580250 CALL  lseek(0x2a,0,0xe000,0,0)
  7432 postgres 1044091278.580263 RET   lseek 57344/0xe000
  7432 postgres 1044091278.580271 CALL  read(0x2a,0x4c2314bc,0x2000)
  7432 postgres 1044091278.580506 RET   read 8192/0x2000
  7432 postgres 1044091278.580621 CALL  lseek(0x2b,0,0x3a000,0,0)
  7432 postgres 1044091278.580633 RET   lseek 237568/0x3a000
  7432 postgres 1044091278.580642 CALL  read(0x2b,0x4c2334bc,0x2000)
  7432 postgres 1044091278.580717 RET   read 8192/0x2000
  7432 postgres 1044091278.581234 CALL  lseek(0x2a,0,0x1b04000,0,0)
  7432 postgres 1044091278.581247 RET   lseek 28327936/0x1b04000
  7432 postgres 1044091278.581255 CALL  read(0x2a,0x4c2354bc,0x2000)
  7432 postgres 1044091278.581497 RET   read 8192/0x2000
  7432 postgres 1044091278.581735 CALL  lseek(0x2b,0,0x46a000,0,0)
  7432 postgres 1044091278.581746 RET   lseek 4628480/0x46a000
  7432 postgres 1044091278.581755 CALL  read(0x2b,0x4c2374bc,0x2000)
  7432 postgres 1044091278.596572 RET   read 8192/0x2000
  7432 postgres 1044091278.597314 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.597332 RET   lseek 28712960/0x1b62000
  7432 postgres 1044091278.597369 CALL  write(0x2a,0x4c2394bc,0x2000)
  7432 postgres 1044091278.597404 RET   write 8192/0x2000
  7432 postgres 1044091278.598396 CALL  lseek(0x2b,0,0x33a000,0,0)
  7432 postgres 1044091278.598409 RET   lseek 3383296/0x33a000
  7432 postgres 1044091278.598418 CALL  read(0x2b,0x4c23b4bc,0x2000)
  7432 postgres 1044091278.608100 RET   read 8192/0x2000
  7432 postgres 1044091278.608450 CALL  lseek(0x2b,0,0x8a000,0,0)
  7432 postgres 1044091278.608465 RET   lseek 565248/0x8a000
  7432 postgres 1044091278.608474 CALL  read(0x2b,0x4c23d4bc,0x2000)
  7432 postgres 1044091278.608560 RET   read 8192/0x2000
  7432 postgres 1044091278.609611 CALL  lseek(0x2a,0,0x1b34000,0,0)
  7432 postgres 1044091278.609628 RET   lseek 28524544/0x1b34000
  7432 postgres 1044091278.609636 CALL  read(0x2a,0x4c23f4bc,0x2000)
  7432 postgres 1044091278.609918 RET   read 8192/0x2000
  7432 postgres 1044091278.610883 CALL  lseek(0x2b,0,0xc2000,0,0)
  7432 postgres 1044091278.610901 RET   lseek 794624/0xc2000
  7432 postgres 1044091278.610909 CALL  read(0x2b,0x4c2414bc,0x2000)
  7432 postgres 1044091278.610990 RET   read 8192/0x2000
  7432 postgres 1044091278.611036 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.611132 RET   recvfrom 8192/0x2000
  7432 postgres 1044091278.611191 CALL  read(0x2b,0x4c2434bc,0x2000)
  7432 postgres 1044091278.611269 RET   read 8192/0x2000
  7432 postgres 1044091278.611633 CALL  lseek(0x2a,0,0x10000,0,0)
  7432 postgres 1044091278.611650 RET   lseek 65536/0x10000
  7432 postgres 1044091278.611659 CALL  read(0x2a,0x4c2454bc,0x2000)
  7432 postgres 1044091278.615833 RET   read 8192/0x2000
  7432 postgres 1044091278.616525 CALL  lseek(0x2a,0,0x1b06000,0,0)
  7432 postgres 1044091278.616540 RET   lseek 28336128/0x1b06000
  7432 postgres 1044091278.616549 CALL  read(0x2a,0x4c2474bc,0x2000)
  7432 postgres 1044091278.616803 RET   read 8192/0x2000
  7432 postgres 1044091278.616883 CALL  lseek(0x2b,0,0x15e000,0,0)
  7432 postgres 1044091278.616895 RET   lseek 1433600/0x15e000
  7432 postgres 1044091278.616904 CALL  read(0x2b,0x4c2494bc,0x2000)
  7432 postgres 1044091278.629336 RET   read 8192/0x2000
  7432 postgres 1044091278.630341 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.630362 RET   lseek 28721152/0x1b64000
  7432 postgres 1044091278.630398 CALL  write(0x2a,0x4c24b4bc,0x2000)
  7432 postgres 1044091278.630433 RET   write 8192/0x2000
  7432 postgres 1044091278.632692 CALL  lseek(0x2b,0,0x476000,0,0)
  7432 postgres 1044091278.632706 RET   lseek 4677632/0x476000
  7432 postgres 1044091278.632715 CALL  read(0x2b,0x4c24d4bc,0x2000)
  7432 postgres 1044091278.640356 RET   read 8192/0x2000
  7432 postgres 1044091278.642573 CALL  lseek(0x2a,0,0x1b36000,0,0)
  7432 postgres 1044091278.642589 RET   lseek 28532736/0x1b36000
  7432 postgres 1044091278.642598 CALL  read(0x2a,0x4c24f4bc,0x2000)
  7432 postgres 1044091278.642872 RET   read 8192/0x2000
  7432 postgres 1044091278.642892 CALL  lseek(0x2a,0,0x1b08000,0,0)
  7432 postgres 1044091278.642902 RET   lseek 28344320/0x1b08000
  7432 postgres 1044091278.642910 CALL  read(0x2a,0x4c2514bc,0x2000)
  7432 postgres 1044091278.650768 RET   read 8192/0x2000
  7432 postgres 1044091278.650832 CALL  lseek(0x2a,0,0x12000,0,0)
  7432 postgres 1044091278.650844 RET   lseek 73728/0x12000
  7432 postgres 1044091278.650852 CALL  read(0x2a,0x4c2534bc,0x2000)
  7432 postgres 1044091278.651088 RET   read 8192/0x2000
  7432 postgres 1044091278.651676 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.651690 RET   lseek 28729344/0x1b66000
  7432 postgres 1044091278.651723 CALL  write(0x2a,0x4c2554bc,0x2000)
  7432 postgres 1044091278.652077 RET   write 8192/0x2000
  7432 postgres 1044091278.652185 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.652283 RET   recvfrom 8192/0x2000
  7432 postgres 1044091278.654893 CALL  lseek(0x2a,0,0x1b38000,0,0)
  7432 postgres 1044091278.654909 RET   lseek 28540928/0x1b38000
  7432 postgres 1044091278.654917 CALL  read(0x2a,0x4c2574bc,0x2000)
  7432 postgres 1044091278.665498 RET   read 8192/0x2000
  7432 postgres 1044091278.666228 CALL  lseek(0x2b,0,0x24c000,0,0)
  7432 postgres 1044091278.666242 RET   lseek 2408448/0x24c000
  7432 postgres 1044091278.666252 CALL  read(0x2b,0x4c2594bc,0x2000)
  7432 postgres 1044091278.678734 RET   read 8192/0x2000
  7432 postgres 1044091278.679811 CALL  write(0x27,0x4c0932ac,0x2000)
  7432 postgres 1044091278.680215 RET   write 8192/0x2000
  7432 postgres 1044091278.680233 CALL  write(0x27,0x4c0952ac,0x2000)
  7432 postgres 1044091278.680305 RET   write 8192/0x2000
  7432 postgres 1044091278.680315 CALL  write(0x27,0x4c0972ac,0x2000)
  7432 postgres 1044091278.680365 RET   write 8192/0x2000
  7432 postgres 1044091278.680373 CALL  write(0x27,0x4c0992ac,0x2000)
  7432 postgres 1044091278.680431 RET   write 8192/0x2000
  7432 postgres 1044091278.680439 CALL  write(0x27,0x4c09b2ac,0x2000)
  7432 postgres 1044091278.680705 RET   write 8192/0x2000
  7432 postgres 1044091278.680723 CALL  write(0x27,0x4c09d2ac,0x2000)
  7432 postgres 1044091278.680794 RET   write 8192/0x2000
  7432 postgres 1044091278.680803 CALL  write(0x27,0x4c09f2ac,0x2000)
  7432 postgres 1044091278.680855 RET   write 8192/0x2000
  7432 postgres 1044091278.680863 CALL  write(0x27,0x4c0a12ac,0x2000)
  7432 postgres 1044091278.680919 RET   write 8192/0x2000
  7432 postgres 1044091278.680929 CALL  write(0x27,0x4c0a32ac,0x2000)
  7432 postgres 1044091278.681202 RET   write 8192/0x2000
  7432 postgres 1044091278.681226 CALL  write(0x27,0x4c0a52ac,0x2000)
  7432 postgres 1044091278.681298 RET   write 8192/0x2000
  7432 postgres 1044091278.681308 CALL  write(0x27,0x4c0a72ac,0x2000)
  7432 postgres 1044091278.681366 RET   write 8192/0x2000
  7432 postgres 1044091278.681375 CALL  write(0x27,0x4c0692ac,0x2000)
  7432 postgres 1044091278.681427 RET   write 8192/0x2000
  7432 postgres 1044091278.681435 CALL  write(0x27,0x4c06b2ac,0x2000)
  7432 postgres 1044091278.681792 RET   write 8192/0x2000
  7432 postgres 1044091278.681860 CALL  write(0x27,0x4c06d2ac,0x2000)
  7432 postgres 1044091278.681949 RET   write 8192/0x2000
  7432 postgres 1044091278.681961 CALL  write(0x27,0x4c06f2ac,0x2000)
  7432 postgres 1044091278.682025 RET   write 8192/0x2000
  7432 postgres 1044091278.682034 CALL  write(0x27,0x4c0712ac,0x2000)
  7432 postgres 1044091278.682130 RET   write 8192/0x2000
  7432 postgres 1044091278.682528 CALL  lseek(0x2a,0,0x1b0a000,0,0)
  7432 postgres 1044091278.682554 RET   lseek 28352512/0x1b0a000
  7432 postgres 1044091278.682564 CALL  read(0x2a,0x4c25b4bc,0x2000)
  7432 postgres 1044091278.691453 RET   read 8192/0x2000
  7432 postgres 1044091278.691485 CALL  lseek(0x2a,0,0x14000,0,0)
  7432 postgres 1044091278.691496 RET   lseek 81920/0x14000
  7432 postgres 1044091278.691503 CALL  read(0x2a,0x4c25d4bc,0x2000)
  7432 postgres 1044091278.691743 RET   read 8192/0x2000
  7432 postgres 1044091278.691986 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.691999 RET   lseek 28737536/0x1b68000
  7432 postgres 1044091278.692031 CALL  write(0x2a,0x4c25f4bc,0x2000)
  7432 postgres 1044091278.692076 RET   write 8192/0x2000
  7432 postgres 1044091278.693404 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.693499 RET   recvfrom 8192/0x2000
  7432 postgres 1044091278.694132 CALL  lseek(0x2a,0,0x1b3a000,0,0)
  7432 postgres 1044091278.694147 RET   lseek 28549120/0x1b3a000
  7432 postgres 1044091278.694156 CALL  read(0x2a,0x4c2614bc,0x2000)
  7432 postgres 1044091278.694393 RET   read 8192/0x2000
  7432 postgres 1044091278.694559 CALL  lseek(0x2b,0,0x90000,0,0)
  7432 postgres 1044091278.694571 RET   lseek 589824/0x90000
  7432 postgres 1044091278.694580 CALL  read(0x2b,0x4c2634bc,0x2000)
  7432 postgres 1044091278.694657 RET   read 8192/0x2000
  7432 postgres 1044091278.695589 CALL  lseek(0x2a,0,0x16000,0,0)
  7432 postgres 1044091278.695603 RET   lseek 90112/0x16000
  7432 postgres 1044091278.695612 CALL  read(0x2a,0x4c2654bc,0x2000)
  7432 postgres 1044091278.695868 RET   read 8192/0x2000
  7432 postgres 1044091278.696107 CALL  lseek(0x2b,0,0x474000,0,0)
  7432 postgres 1044091278.696120 RET   lseek 4669440/0x474000
  7432 postgres 1044091278.696128 CALL  read(0x2b,0x4c2674bc,0x2000)
  7432 postgres 1044091278.696203 RET   read 8192/0x2000
  7432 postgres 1044091278.696505 CALL  lseek(0x2a,0,0x1b0c000,0,0)
  7432 postgres 1044091278.696516 RET   lseek 28360704/0x1b0c000
  7432 postgres 1044091278.696524 CALL  read(0x2a,0x4c2694bc,0x2000)
  7432 postgres 1044091278.696763 RET   read 8192/0x2000
  7432 postgres 1044091278.697617 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.697632 RET   lseek 28745728/0x1b6a000
  7432 postgres 1044091278.697664 CALL  write(0x2a,0x4c26b4bc,0x2000)
  7432 postgres 1044091278.697699 RET   write 8192/0x2000
  7432 postgres 1044091278.698551 CALL  lseek(0x2b,0,0x4e000,0,0)
  7432 postgres 1044091278.698565 RET   lseek 319488/0x4e000
  7432 postgres 1044091278.698573 CALL  read(0x2b,0x4c26d4bc,0x2000)
  7432 postgres 1044091278.698653 RET   read 8192/0x2000
  7432 postgres 1044091278.699306 CALL  lseek(0x2a,0,0x1b3c000,0,0)
  7432 postgres 1044091278.699318 RET   lseek 28557312/0x1b3c000
  7432 postgres 1044091278.699327 CALL  read(0x2a,0x4c26f4bc,0x2000)
  7432 postgres 1044091278.699593 RET   read 8192/0x2000
  7432 postgres 1044091278.700714 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.700807 RET   recvfrom 8192/0x2000
  7432 postgres 1044091278.701128 CALL  lseek(0x2a,0,0x18000,0,0)
  7432 postgres 1044091278.701140 RET   lseek 98304/0x18000
  7432 postgres 1044091278.701149 CALL  read(0x2a,0x4c2714bc,0x2000)
  7432 postgres 1044091278.713625 RET   read 8192/0x2000
  7432 postgres 1044091278.713840 CALL  lseek(0x2a,0,0x1b0e000,0,0)
  7432 postgres 1044091278.713855 RET   lseek 28368896/0x1b0e000
  7432 postgres 1044091278.713863 CALL  read(0x2a,0x4c2734bc,0x2000)
  7432 postgres 1044091278.714119 RET   read 8192/0x2000
  7432 postgres 1044091278.714954 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.714969 RET   lseek 28753920/0x1b6c000
  7432 postgres 1044091278.715002 CALL  write(0x2a,0x4c2754bc,0x2000)
  7432 postgres 1044091278.715034 RET   write 8192/0x2000
  7432 postgres 1044091278.717324 CALL  lseek(0x2b,0,0xa000,0,0)
  7432 postgres 1044091278.717336 RET   lseek 40960/0xa000
  7432 postgres 1044091278.717346 CALL  read(0x2b,0x4c2774bc,0x2000)
  7432 postgres 1044091278.717423 RET   read 8192/0x2000
  7432 postgres 1044091278.717927 CALL  lseek(0x2a,0,0x1b3e000,0,0)
  7432 postgres 1044091278.717940 RET   lseek 28565504/0x1b3e000
  7432 postgres 1044091278.717948 CALL  read(0x2a,0x4c2794bc,0x2000)
  7432 postgres 1044091278.718211 RET   read 8192/0x2000
  7432 postgres 1044091278.719940 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.719955 RET   lseek 28762112/0x1b6e000
  7432 postgres 1044091278.719987 CALL  write(0x2a,0x4c27b4bc,0x2000)
  7432 postgres 1044091278.720354 RET   write 8192/0x2000
  7432 postgres 1044091278.720459 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.860097 RET   recvfrom 1448/0x5a8
  7432 postgres 1044091278.861135 CALL  lseek(0x2a,0,0x1b10000,0,0)
  7432 postgres 1044091278.861155 RET   lseek 28377088/0x1b10000
  7432 postgres 1044091278.861165 CALL  read(0x2a,0x4c27d4bc,0x2000)
  7432 postgres 1044091278.865377 RET   read 8192/0x2000
  7432 postgres 1044091278.865419 CALL  lseek(0x2a,0,0x1a000,0,0)
  7432 postgres 1044091278.865429 RET   lseek 106496/0x1a000
  7432 postgres 1044091278.865438 CALL  read(0x2a,0x4c27f4bc,0x2000)
  7432 postgres 1044091278.865674 RET   read 8192/0x2000
  7432 postgres 1044091278.865983 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.866125 RET   recvfrom 6744/0x1a58
  7432 postgres 1044091278.870084 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.870116 RET   lseek 28770304/0x1b70000
  7432 postgres 1044091278.870163 CALL  write(0x2a,0x4c2814bc,0x2000)
  7432 postgres 1044091278.870205 RET   write 8192/0x2000
  7432 postgres 1044091278.871607 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.957530 RET   recvfrom 1448/0x5a8
  7432 postgres 1044091278.958908 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091278.958969 RET   recvfrom 6744/0x1a58
  7432 postgres 1044091278.960899 CALL  lseek(0x2b,0,0x478000,0,0)
  7432 postgres 1044091278.960914 RET   lseek 4685824/0x478000
  7432 postgres 1044091278.960924 CALL  read(0x2b,0x4c2834bc,0x2000)
  7432 postgres 1044091278.961025 RET   read 8192/0x2000
  7432 postgres 1044091278.961373 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091278.961388 RET   lseek 28778496/0x1b72000
  7432 postgres 1044091278.961421 CALL  write(0x2a,0x4c2854bc,0x2000)
  7432 postgres 1044091278.961455 RET   write 8192/0x2000
  7432 postgres 1044091278.962315 CALL  lseek(0x2a,0,0x1b42000,0,0)
  7432 postgres 1044091278.962328 RET   lseek 28581888/0x1b42000
  7432 postgres 1044091278.962337 CALL  read(0x2a,0x4c2874bc,0x2000)
  7432 postgres 1044091278.971085 RET   read 8192/0x2000
  7432 postgres 1044091278.971125 CALL  lseek(0x2a,0,0x1b14000,0,0)
  7432 postgres 1044091278.971136 RET   lseek 28393472/0x1b14000
  7432 postgres 1044091278.971144 CALL  read(0x2a,0x4c2894bc,0x2000)
  7432 postgres 1044091278.971390 RET   read 8192/0x2000
  7432 postgres 1044091278.971407 CALL  lseek(0x2a,0,0x1e000,0,0)
  7432 postgres 1044091278.971416 RET   lseek 122880/0x1e000
  7432 postgres 1044091278.971424 CALL  read(0x2a,0x4c28b4bc,0x2000)
  7432 postgres 1044091278.971633 RET   read 8192/0x2000
  7432 postgres 1044091278.972709 CALL  lseek(0x2a,0,0x1b44000,0,0)
  7432 postgres 1044091278.972723 RET   lseek 28590080/0x1b44000
  7432 postgres 1044091278.972731 CALL  read(0x2a,0x4c28d4bc,0x2000)
  7432 postgres 1044091278.972935 RET   read 8192/0x2000
  7432 postgres 1044091278.973729 CALL  lseek(0x2b,0,0x38000,0,0)
  7432 postgres 1044091278.973743 RET   lseek 229376/0x38000
  7432 postgres 1044091278.973751 CALL  read(0x2b,0x4c28f4bc,0x2000)
  7432 postgres 1044091278.973832 RET   read 8192/0x2000
  7432 postgres 1044091278.974210 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.048526 RET   recvfrom 1448/0x5a8
  7432 postgres 1044091279.049728 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.049773 RET   recvfrom 6744/0x1a58
  7432 postgres 1044091279.050485 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091279.050500 RET   lseek 28786688/0x1b74000
  7432 postgres 1044091279.050542 CALL  write(0x2a,0x4c2914bc,0x2000)
  7432 postgres 1044091279.050575 RET   write 8192/0x2000
  7432 postgres 1044091279.050932 CALL  lseek(0x2b,0,0x3e000,0,0)
  7432 postgres 1044091279.050944 RET   lseek 253952/0x3e000
  7432 postgres 1044091279.050952 CALL  read(0x2b,0x4c2934bc,0x2000)
  7432 postgres 1044091279.051036 RET   read 8192/0x2000
  7432 postgres 1044091279.051286 CALL  write(0x27,0x4c0732ac,0x2000)
  7432 postgres 1044091279.051684 RET   write 8192/0x2000
  7432 postgres 1044091279.051700 CALL  write(0x27,0x4c0752ac,0x2000)
  7432 postgres 1044091279.051772 RET   write 8192/0x2000
  7432 postgres 1044091279.051781 CALL  write(0x27,0x4c0772ac,0x2000)
  7432 postgres 1044091279.051837 RET   write 8192/0x2000
  7432 postgres 1044091279.051845 CALL  write(0x27,0x4c0792ac,0x2000)
  7432 postgres 1044091279.051903 RET   write 8192/0x2000
  7432 postgres 1044091279.051912 CALL  write(0x27,0x4c07b2ac,0x2000)
  7432 postgres 1044091279.052172 RET   write 8192/0x2000
  7432 postgres 1044091279.052191 CALL  write(0x27,0x4c07d2ac,0x2000)
  7432 postgres 1044091279.052260 RET   write 8192/0x2000
  7432 postgres 1044091279.052269 CALL  write(0x27,0x4c07f2ac,0x2000)
  7432 postgres 1044091279.052320 RET   write 8192/0x2000
  7432 postgres 1044091279.052329 CALL  write(0x27,0x4c0812ac,0x2000)
  7432 postgres 1044091279.052386 RET   write 8192/0x2000
  7432 postgres 1044091279.052395 CALL  write(0x27,0x4c0832ac,0x2000)
  7432 postgres 1044091279.052675 RET   write 8192/0x2000
  7432 postgres 1044091279.052701 CALL  write(0x27,0x4c0852ac,0x2000)
  7432 postgres 1044091279.052775 RET   write 8192/0x2000
  7432 postgres 1044091279.052785 CALL  write(0x27,0x4c0872ac,0x2000)
  7432 postgres 1044091279.052845 RET   write 8192/0x2000
  7432 postgres 1044091279.052855 CALL  write(0x27,0x4c0892ac,0x2000)
  7432 postgres 1044091279.052907 RET   write 8192/0x2000
  7432 postgres 1044091279.052915 CALL  write(0x27,0x4c08b2ac,0x2000)
  7432 postgres 1044091279.053208 RET   write 8192/0x2000
  7432 postgres 1044091279.053228 CALL  write(0x27,0x4c08d2ac,0x2000)
  7432 postgres 1044091279.053295 RET   write 8192/0x2000
  7432 postgres 1044091279.053304 CALL  write(0x27,0x4c08f2ac,0x2000)
  7432 postgres 1044091279.053364 RET   write 8192/0x2000
  7432 postgres 1044091279.053373 CALL  write(0x27,0x4c0912ac,0x2000)
  7432 postgres 1044091279.053422 RET   write 8192/0x2000
  7432 postgres 1044091279.054095 CALL  lseek(0x2a,0,0x1b16000,0,0)
  7432 postgres 1044091279.054120 RET   lseek 28401664/0x1b16000
  7432 postgres 1044091279.054131 CALL  read(0x2a,0x4c2954bc,0x2000)
  7432 postgres 1044091279.063145 RET   read 8192/0x2000
  7432 postgres 1044091279.063192 CALL  lseek(0x2a,0,0x20000,0,0)
  7432 postgres 1044091279.063204 RET   lseek 131072/0x20000
  7432 postgres 1044091279.063213 CALL  read(0x2a,0x4c2974bc,0x2000)
  7432 postgres 1044091279.070076 RET   read 8192/0x2000
  7432 postgres 1044091279.072552 CALL  lseek(0x2a,0,0x1b46000,0,0)
  7432 postgres 1044091279.072575 RET   lseek 28598272/0x1b46000
  7432 postgres 1044091279.072583 CALL  read(0x2a,0x4c2994bc,0x2000)
  7432 postgres 1044091279.072869 RET   read 8192/0x2000
  7432 postgres 1044091279.072895 CALL  lseek(0x2a,0,0x22000,0,0)
  7432 postgres 1044091279.072905 RET   lseek 139264/0x22000
  7432 postgres 1044091279.072912 CALL  read(0x2a,0x4c29b4bc,0x2000)
  7432 postgres 1044091279.073101 RET   read 8192/0x2000
  7432 postgres 1044091279.074123 CALL  lseek(0x2a,0,0x1b18000,0,0)
  7432 postgres 1044091279.074137 RET   lseek 28409856/0x1b18000
  7432 postgres 1044091279.074145 CALL  read(0x2a,0x4c29d4bc,0x2000)
  7432 postgres 1044091279.078295 RET   read 8192/0x2000
  7432 postgres 1044091279.078376 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.233376 RET   recvfrom 1448/0x5a8
  7432 postgres 1044091279.233951 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091279.233976 RET   lseek 28794880/0x1b76000
  7432 postgres 1044091279.234028 CALL  write(0x2a,0x4c29f4bc,0x2000)
  7432 postgres 1044091279.234386 RET   write 8192/0x2000
  7432 postgres 1044091279.235310 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.235381 RET   recvfrom 6744/0x1a58
  7432 postgres 1044091279.236140 CALL  lseek(0x2b,0,0x1a000,0,0)
  7432 postgres 1044091279.236154 RET   lseek 106496/0x1a000
  7432 postgres 1044091279.236171 CALL  read(0x2b,0x4c2a14bc,0x2000)
  7432 postgres 1044091279.236262 RET   read 8192/0x2000
  7432 postgres 1044091279.238613 CALL  lseek(0x2a,0,0x1b48000,0,0)
  7432 postgres 1044091279.238631 RET   lseek 28606464/0x1b48000
  7432 postgres 1044091279.238639 CALL  read(0x2a,0x4c2a34bc,0x2000)
  7432 postgres 1044091279.242808 RET   read 8192/0x2000
  7432 postgres 1044091279.242850 CALL  lseek(0x2a,0,0x24000,0,0)
  7432 postgres 1044091279.242860 RET   lseek 147456/0x24000
  7432 postgres 1044091279.242869 CALL  read(0x2a,0x4c2a54bc,0x2000)
  7432 postgres 1044091279.243100 RET   read 8192/0x2000
  7432 postgres 1044091279.243239 CALL  lseek(0x2a,0,0x1b1a000,0,0)
  7432 postgres 1044091279.243252 RET   lseek 28418048/0x1b1a000
  7432 postgres 1044091279.243260 CALL  read(0x2a,0x4c2a74bc,0x2000)
  7432 postgres 1044091279.243482 RET   read 8192/0x2000
  7432 postgres 1044091279.244187 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091279.244202 RET   lseek 28803072/0x1b78000
  7432 postgres 1044091279.244235 CALL  write(0x2a,0x4c2a94bc,0x2000)
  7432 postgres 1044091279.244279 RET   write 8192/0x2000
  7432 postgres 1044091279.245023 CALL  lseek(0x2b,0,0x10000,0,0)
  7432 postgres 1044091279.245036 RET   lseek 65536/0x10000
  7432 postgres 1044091279.245045 CALL  read(0x2b,0x4c2ab4bc,0x2000)
  7432 postgres 1044091279.245150 RET   read 8192/0x2000
  7432 postgres 1044091279.245325 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.308165 RET   recvfrom 1448/0x5a8
  7432 postgres 1044091279.308694 CALL  lseek(0x2a,0,0x1b4a000,0,0)
  7432 postgres 1044091279.308737 RET   lseek 28614656/0x1b4a000
  7432 postgres 1044091279.308748 CALL  read(0x2a,0x4c2ad4bc,0x2000)
  7432 postgres 1044091279.309014 RET   read 8192/0x2000
  7432 postgres 1044091279.309413 CALL  lseek(0x2b,0,0xc000,0,0)
  7432 postgres 1044091279.309427 RET   lseek 49152/0xc000
  7432 postgres 1044091279.309436 CALL  read(0x2b,0x4c2af4bc,0x2000)
  7432 postgres 1044091279.309513 RET   read 8192/0x2000
  7432 postgres 1044091279.309948 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.310030 RET   recvfrom 6744/0x1a58
  7432 postgres 1044091279.311036 CALL  lseek(0x2a,0,0x26000,0,0)
  7432 postgres 1044091279.311049 RET   lseek 155648/0x26000
  7432 postgres 1044091279.311057 CALL  read(0x2a,0x4c2b14bc,0x2000)
  7432 postgres 1044091279.311304 RET   read 8192/0x2000
  7432 postgres 1044091279.311458 CALL  lseek(0x2a,0,0x1b1c000,0,0)
  7432 postgres 1044091279.311470 RET   lseek 28426240/0x1b1c000
  7432 postgres 1044091279.311478 CALL  read(0x2a,0x4c2b34bc,0x2000)
  7432 postgres 1044091279.311705 RET   read 8192/0x2000
  7432 postgres 1044091279.312646 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091279.312661 RET   lseek 28811264/0x1b7a000
  7432 postgres 1044091279.312693 CALL  write(0x2a,0x4c2b54bc,0x2000)
  7432 postgres 1044091279.312726 RET   write 8192/0x2000
  7432 postgres 1044091279.314074 CALL  lseek(0x2a,0,0x1b4c000,0,0)
  7432 postgres 1044091279.314088 RET   lseek 28622848/0x1b4c000
  7432 postgres 1044091279.314096 CALL  read(0x2a,0x4c2b74bc,0x2000)
  7432 postgres 1044091279.314344 RET   read 8192/0x2000
  7432 postgres 1044091279.315438 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.515209 RET   recvfrom 1448/0x5a8
  7432 postgres 1044091279.516614 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.516668 RET   recvfrom 6744/0x1a58
  7432 postgres 1044091279.516754 CALL  lseek(0x2a,0,0x1b1e000,0,0)
  7432 postgres 1044091279.516769 RET   lseek 28434432/0x1b1e000
  7432 postgres 1044091279.516778 CALL  read(0x2a,0x4c2b94bc,0x2000)
  7432 postgres 1044091279.517051 RET   read 8192/0x2000
  7432 postgres 1044091279.517070 CALL  lseek(0x2a,0,0x28000,0,0)
  7432 postgres 1044091279.517079 RET   lseek 163840/0x28000
  7432 postgres 1044091279.517087 CALL  read(0x2a,0x4c2bb4bc,0x2000)
  7432 postgres 1044091279.525966 RET   read 8192/0x2000
  7432 postgres 1044091279.526438 CALL  lseek(0x2b,0,0x164000,0,0)
  7432 postgres 1044091279.526454 RET   lseek 1458176/0x164000
  7432 postgres 1044091279.526463 CALL  read(0x2b,0x4c2bd4bc,0x2000)
  7432 postgres 1044091279.535211 RET   read 8192/0x2000
  7432 postgres 1044091279.535571 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091279.535590 RET   lseek 28819456/0x1b7c000
  7432 postgres 1044091279.535625 CALL  write(0x2a,0x4c2bf4bc,0x2000)
  7432 postgres 1044091279.535660 RET   write 8192/0x2000
  7432 postgres 1044091279.536991 CALL  lseek(0x2b,0,0,0,0x2)
  7432 postgres 1044091279.537005 RET   lseek 4702208/0x47c000
  7432 postgres 1044091279.537036 CALL  write(0x2b,0x4c2c14bc,0x2000)
  7432 postgres 1044091279.537069 RET   write 8192/0x2000
  7432 postgres 1044091279.537267 CALL  lseek(0x2b,0,0x1c000,0,0)
  7432 postgres 1044091279.537278 RET   lseek 114688/0x1c000
  7432 postgres 1044091279.537286 CALL  read(0x2b,0x4c2c34bc,0x2000)
  7432 postgres 1044091279.537565 RET   read 8192/0x2000
  7432 postgres 1044091279.538785 CALL  lseek(0x2a,0,0x1b4e000,0,0)
  7432 postgres 1044091279.538803 RET   lseek 28631040/0x1b4e000
  7432 postgres 1044091279.538811 CALL  read(0x2a,0x4c2c54bc,0x2000)
  7432 postgres 1044091279.539072 RET   read 8192/0x2000
  7432 postgres 1044091279.539986 CALL  lseek(0x2a,0,0x2a000,0,0)
  7432 postgres 1044091279.539999 RET   lseek 172032/0x2a000
  7432 postgres 1044091279.540056 CALL  read(0x2a,0x4c2c74bc,0x2000)
  7432 postgres 1044091279.540301 RET   read 8192/0x2000
  7432 postgres 1044091279.541585 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.594913 RET   recvfrom 1448/0x5a8
  7432 postgres 1044091279.595425 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091279.595477 RET   lseek 28827648/0x1b7e000
  7432 postgres 1044091279.595530 CALL  write(0x2a,0x4c2c94bc,0x2000)
  7432 postgres 1044091279.595890 RET   write 8192/0x2000
  7432 postgres 1044091279.596869 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.596956 RET   recvfrom 6744/0x1a58
  7432 postgres 1044091279.598636 CALL  lseek(0x2a,0,0x1b50000,0,0)
  7432 postgres 1044091279.598652 RET   lseek 28639232/0x1b50000
  7432 postgres 1044091279.598660 CALL  read(0x2a,0x4c2cb4bc,0x2000)
  7432 postgres 1044091279.599190 RET   read 8192/0x2000
  7432 postgres 1044091279.599212 CALL  lseek(0x2a,0,0x1b20000,0,0)
  7432 postgres 1044091279.599221 RET   lseek 28442624/0x1b20000
  7432 postgres 1044091279.599229 CALL  read(0x2a,0x4c2cd4bc,0x2000)
  7432 postgres 1044091279.599446 RET   read 8192/0x2000
  7432 postgres 1044091279.599900 CALL  lseek(0x2a,0,0x2c000,0,0)
  7432 postgres 1044091279.599913 RET   lseek 180224/0x2c000
  7432 postgres 1044091279.599921 CALL  read(0x2a,0x4c2cf4bc,0x2000)
  7432 postgres 1044091279.600146 RET   read 8192/0x2000
  7432 postgres 1044091279.600652 CALL  lseek(0x2a,0,0x1b22000,0,0)
  7432 postgres 1044091279.600663 RET   lseek 28450816/0x1b22000
  7432 postgres 1044091279.600672 CALL  read(0x2a,0x4c2d14bc,0x2000)
  7432 postgres 1044091279.600888 RET   read 8192/0x2000
  7432 postgres 1044091279.601899 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091279.601914 RET   lseek 28835840/0x1b80000
  7432 postgres 1044091279.601946 CALL  write(0x2a,0x4c2d34bc,0x2000)
  7432 postgres 1044091279.601989 RET   write 8192/0x2000
  7432 postgres 1044091279.603224 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.696614 RET   recvfrom 1448/0x5a8
  7432 postgres 1044091279.697542 CALL  lseek(0x2b,0,0xe000,0,0)
  7432 postgres 1044091279.697565 RET   lseek 57344/0xe000
  7432 postgres 1044091279.697575 CALL  read(0x2b,0x4c2d54bc,0x2000)
  7432 postgres 1044091279.697913 RET   read 8192/0x2000
  7432 postgres 1044091279.698202 CALL  write(0x27,0x4c0932ac,0x2000)
  7432 postgres 1044091279.698586 RET   write 8192/0x2000
  7432 postgres 1044091279.698606 CALL  write(0x27,0x4c0952ac,0x2000)
  7432 postgres 1044091279.698679 RET   write 8192/0x2000
  7432 postgres 1044091279.698688 CALL  write(0x27,0x4c0972ac,0x2000)
  7432 postgres 1044091279.698745 RET   write 8192/0x2000
  7432 postgres 1044091279.698754 CALL  write(0x27,0x4c0992ac,0x2000)
  7432 postgres 1044091279.698811 RET   write 8192/0x2000
  7432 postgres 1044091279.698820 CALL  write(0x27,0x4c09b2ac,0x2000)
  7432 postgres 1044091279.699074 RET   write 8192/0x2000
  7432 postgres 1044091279.699090 CALL  write(0x27,0x4c09d2ac,0x2000)
  7432 postgres 1044091279.699169 RET   write 8192/0x2000
  7432 postgres 1044091279.699180 CALL  write(0x27,0x4c09f2ac,0x2000)
  7432 postgres 1044091279.699229 RET   write 8192/0x2000
  7432 postgres 1044091279.699238 CALL  write(0x27,0x4c0a12ac,0x2000)
  7432 postgres 1044091279.699292 RET   write 8192/0x2000
  7432 postgres 1044091279.699302 CALL  write(0x27,0x4c0a32ac,0x2000)
  7432 postgres 1044091279.699569 RET   write 8192/0x2000
  7432 postgres 1044091279.699592 CALL  write(0x27,0x4c0a52ac,0x2000)
  7432 postgres 1044091279.699659 RET   write 8192/0x2000
  7432 postgres 1044091279.699669 CALL  write(0x27,0x4c0a72ac,0x2000)
  7432 postgres 1044091279.699716 RET   write 8192/0x2000
  7432 postgres 1044091279.699725 CALL  write(0x27,0x4c0692ac,0x2000)
  7432 postgres 1044091279.699786 RET   write 8192/0x2000
  7432 postgres 1044091279.699795 CALL  write(0x27,0x4c06b2ac,0x2000)
  7432 postgres 1044091279.700088 RET   write 8192/0x2000
  7432 postgres 1044091279.700123 CALL  write(0x27,0x4c06d2ac,0x2000)
  7432 postgres 1044091279.700192 RET   write 8192/0x2000
  7432 postgres 1044091279.700200 CALL  write(0x27,0x4c06f2ac,0x2000)
  7432 postgres 1044091279.700267 RET   write 8192/0x2000
  7432 postgres 1044091279.700279 CALL  write(0x27,0x4c0712ac,0x2000)
  7432 postgres 1044091279.700329 RET   write 8192/0x2000
  7432 postgres 1044091279.700696 CALL  recvfrom(0x9,0x82c7420,0x2000,0,0,0)
  7432 postgres 1044091279.700846 RET   recvfrom 6744/0x1a58
  7432 postgres 1044091279.701339 CALL  lseek(0x2a,0,0x2e000,0,0)
  7432 postgres 1044091279.701358 RET   lseek 188416/0x2e000
  7432 postgres 1044091279.701379 CALL  read(0x2a,0x4c2d74bc,0x2000)
  7432 postgres 1044091279.710162 RET   read 8192/0x2000
  7432 postgres 1044091279.711729 CALL  lseek(0x2a,0,0,0,0x2)
  7432 postgres 1044091279.711751 RET   lseek 28844032/0x1b82000
  7432 postgres 1044091279.711789 CALL  write(0x2a,0x4c2d94bc,0x2000)
  7432 postgres 1044091279.711823 RET   write 8192/0x2000
  7432 postgres 1044091279.711937 CALL  lseek(0x2b,0,0x358000,0,0)
  7432 postgres 1044091279.711950 RET   lseek 3506176/0x358000
  7432 postgres 1044091279.711958 CALL  read(0x2b,0x4c2db4bc,0x2000)
  7432 postgres 1044091279.712259 RET   read 8192/0x2000
  7432 postgres 1044091279.712539 CALL  lseek(0x2b,0,0x472000,0,0)
  7432 postgres 1044091279.712552 RET   lseek 4661248/0x472000
  7432 postgres 1044091279.712560 CALL  read(0x2b,0x4c2dd4bc,0x2000)
  7432 postgres 1044091279.712808 RET   read 8192/0x2000
  7432 postgres 1044091279.712827 CALL  lseek(0x2b,0,0x426000,0,0)
  7432 postgres 1044091279.712836 RET   lseek 4349952/0x426000
  7432 postgres 1044091279.712844 CALL  read(0x2b,0x4c2df4bc,0x2000)
  7432 postgres 1044091279.713423 RET   read 8192/0x2000
  7432 postgres 1044091279.713489 CALL  lseek(0x2b,0,0x43c000,0,0)
  7432 postgres 1044091279.713500 RET   lseek 4440064/0x43c000
  7432 postgres 1044091279.713510 CALL  read(0x2b,0x4c2e14bc,0x2000)
  7432 postgres 1044091279.726163 RET   read 8192/0x2000
  7432 postgres 1044091279.726224 CALL  lseek(0x2b,0,0x408000,0,0)
  7432 postgres 1044091279.726237 RET   lseek 4227072/0x408000
  7432 postgres 1044091279.726246 CALL  read(0x2b,0x4c2e34bc,0x2000)
  7432 postgres 1044091279.744202 RET   read 8192/0x2000
  7432 postgres 1044091279.744237 CALL  lseek(0x2b,0,0x470000,0,0)
  7432 postgres 1044091279.744247 RET   lseek 4653056/0x470000
  7432 postgres 1044091279.744255 CALL  read(0x2b,0x4c2e54bc,0x2000)
  7432 postgres 1044091279.744493 RET   read 8192/0x2000
  7432 postgres 1044091279.744509 CALL  lseek(0x2b,0,0x452000,0,0)
  7432 postgres 1044091279.744518 RET   lseek 4530176/0x452000
  7432 postgres 1044091279.744526 CALL  read(0x2b,0x4c2e74bc,0x2000)
  7432 postgres 1044091279.755279 RET   read 8192/0x2000
  7432 postgres 1044091279.755316 CALL  lseek(0x2b,0,0x134000,0,0)
  7432 postgres 1044091279.755327 RET   lseek 1261568/0x134000
  7432 postgres 1044091279.755335 CALL  read(0x2b,0x4c2e94bc,0x2000)
  7432 postgres 1044091279.765427 RET   read 8192/0x2000
  7432 postgres 1044091279.765464 CALL  lseek(0x2b,0,0x102000,0,0)
  7432 postgres 1044091279.765475 RET   lseek 1056768/0x102000
  7432 postgres 1044091279.765484 CALL  read(0x2b,0x4c2eb4bc,0x2000)
  7432 postgres 1044091279.777078 RET   read 8192/0x2000
  7432 postgres 1044091279.777115 CALL  lseek(0x2b,0,0x130000,0,0)
  7432 postgres 1044091279.777127 RET   lseek 1245184/0x130000
  7432 postgres 1044091279.777136 CALL  read(0x2b,0x4c2ed4bc,0x2000)
  7432 postgres 1044091279.777354 RET   read 8192/0x2000
  7432 postgres 1044091279.777375 CALL  lseek(0x2b,0,0x466000,0,0)
  7432 postgres 1044091279.777384 RET   lseek 4612096/0x466000
  7432 postgres 1044091279.777392 CALL  read(0x2b,0x4c2ef4bc,0x2000)
  7432 postgres 1044091279.777610 RET   read 8192/0x2000
  7432 postgres 1044091279.777627 CALL  lseek(0x2b,0,0x100000,0,0)
  7432 postgres 1044091279.777636 RET   lseek 1048576/0x100000
  7432 postgres 1044091279.777645 CALL  read(0x2b,0x4c2f14bc,0x2000)
  7432 postgres 1044091279.777836 RET   read 8192/0x2000
  7432 postgres 1044091279.777852 CALL  lseek(0x2b,0,0xfe000,0,0)
  7432 postgres 1044091279.777860 RET   lseek 1040384/0xfe000
  7432 postgres 1044091279.777868 CALL  read(0x2b,0x4c2f34bc,0x2000)
  7432 postgres 1044091279.785351 RET   read 8192/0x2000
  7432 postgres 1044091279.785387 CALL  lseek(0x2b,0,0xfc000,0,0)
  7432 postgres 1044091279.785398 RET   lseek 1032192/0xfc000
  7432 postgres 1044091279.785405 CALL  read(0x2b,0x4c2f54bc,0x2000)
  7432 postgres 1044091279.785610 RET   read 8192/0x2000
  7432 postgres 1044091279.785627 CALL  lseek(0x2b,0,0xfa000,0,0)
  7432 postgres 1044091279.785636 RET   lseek 1024000/0xfa000
  7432 postgres 1044091279.785644 CALL  read(0x2b,0x4c2f74bc,0x2000)
  7432 postgres 1044091279.785832 RET   read 8192/0x2000
  7432 postgres 1044091279.785849 CALL  lseek(0x2b,0,0xf8000,0,0)
  7432 postgres 1044091279.785858 RET   lseek 1015808/0xf8000
  7432 postgres 1044091279.785865 CALL  read(0x2b,0x4c2f94bc,0x2000)
  7432 postgres 1044091279.786047 RET   read 8192/0x2000
  7432 postgres 1044091279.786063 CALL  lseek(0x2b,0,0x464000,0,0)
  7432 postgres 1044091279.786071 RET   lseek 4603904/0x464000
  7432 postgres 1044091279.786079 CALL  read(0x2b,0x4c2fb4bc,0x2000)
  7432 postgres 1044091279.786293 RET   read 8192/0x2000
  7432 postgres 1044091279.786309 CALL  lseek(0x2b,0,0xf6000,0,0)
  7432 postgres 1044091279.786318 RET   lseek 1007616/0xf6000
  7432 postgres 1044091279.786326 CALL  read(0x2b,0x4c2fd4bc,0x2000)
  7432 postgres 1044091279.792883 RET   read 8192/0x2000
  7432 postgres 1044091279.792921 CALL  lseek(0x2b,0,0x468000,0,0)
  7432 postgres 1044091279.792932 RET   lseek 4620288/0x468000
  7432 postgres 1044091279.792940 CALL  read(0x2b,0x4c2ff4bc,0x2000)
  7432 postgres 1044091279.793185 RET   read 8192/0x2000
  7432 postgres 1044091279.793202 CALL  lseek(0x2b,0,0xf4000,0,0)
  7432 postgres 1044091279.793212 RET   lseek 999424/0xf4000
  7432 postgres 1044091279.793220 CALL  read(0x2b,0x4c3014bc,0x2000)
  7432 postgres 1044091279.793405 RET   read 8192/0x2000
  7432 postgres 1044091279.793421 CALL  lseek(0x2b,0,0x12a000,0,0)
  7432 postgres 1044091279.793430 RET   lseek 1220608/0x12a000
  7432 postgres 1044091279.793437 CALL  read(0x2b,0x4c3034bc,0x2000)
  7432 postgres 1044091279.802789 RET   read 8192/0x2000
  7432 postgres 1044091279.802827 CALL  lseek(0x2b,0,0xe4000,0,0)
  7432 postgres 1044091279.802837 RET   lseek 933888/0xe4000
  7432 postgres 1044091279.802845 CALL  read(0x2b,0x4c3054bc,0x2000)
  7432 postgres 1044091279.810208 RET   read 8192/0x2000
  7432 postgres 1044091279.810249 CALL  lseek(0x2b,0,0xf2000,0,0)
  7432 postgres 1044091279.810260 RET   lseek 991232/0xf2000
  7432 postgres 1044091279.810268 CALL  read(0x2b,0x4c3074bc,0x2000)
  7432 postgres 1044091279.810506 RET   read 8192/0x2000
  7432 postgres 1044091279.810524 CALL  lseek(0x2b,0,0xf0000,0,0)
  7432 postgres 1044091279.810533 RET   lseek 983040/0xf0000
  7432 postgres 1044091279.810541 CALL  read(0x2b,0x4c3094bc,0x2000)
  7432 postgres 1044091279.810745 RET   read 8192/0x2000
  7432 postgres 1044091279.810761 CALL  lseek(0x2b,0,0xee000,0,0)
  7432 postgres 1044091279.810770 RET   lseek 974848/0xee000
  7432 postgres 1044091279.810778 CALL  read(0x2b,0x4c30b4bc,0x2000)
  7432 postgres 1044091279.820203 RET   read 8192/0x2000
  7432 postgres 1044091279.820243 CALL  lseek(0x2b,0,0xec000,0,0)
  7432 postgres 1044091279.820253 RET   lseek 966656/0xec000
  7432 postgres 1044091279.820262 CALL  read(0x2b,0x4c30d4bc,0x2000)
  7432 postgres 1044091279.820468 RET   read 8192/0x2000
  7432 postgres 1044091279.820485 CALL  lseek(0x2b,0,0xea000,0,0)
  7432 postgres 1044091279.820494 RET   lseek 958464/0xea000
  7432 postgres 1044091279.820502 CALL  read(0x2b,0x4c30f4bc,0x2000)
  7432 postgres 1044091279.820682 RET   read 8192/0x2000
  7432 postgres 1044091279.820701 CALL  lseek(0x2b,0,0xe6000,0,0)
  7432 postgres 1044091279.820711 RET   lseek 942080/0xe6000
  7432 postgres 1044091279.820719 CALL  read(0x2b,0x4c3114bc,0x2000)
  7432 postgres 1044091279.820923 RET   read 8192/0x2000
  7432 postgres 1044091279.820939 CALL  lseek(0x2b,0,0x128000,0,0)
  7432 postgres 1044091279.820948 RET   lseek 1212416/0x128000
  7432 postgres 1044091279.820955 CALL  read(0x2b,0x4c3134bc,0x2000)
  7432 postgres 1044091279.821165 RET   read 8192/0x2000
  7432 postgres 1044091279.821183 CALL  lseek(0x2b,0,0xe2000,0,0)
  7432 postgres 1044091279.821193 RET   lseek 925696/0xe2000
  7432 postgres 1044091279.821201 CALL  read(0x2b,0x4c3154bc,0x2000)
  7432 postgres 1044091279.821411 RET   read 8192/0x2000
  7432 postgres 1044091279.821429 CALL  lseek(0x2b,0,0x11e000,0,0)
  7432 postgres 1044091279.821439 RET   lseek 1171456/0x11e000
  7432 postgres 1044091279.821446 CALL  read(0x2b,0x4c3174bc,0x2000)
  7432 postgres 1044091279.828037 RET   read 8192/0x2000
  7432 postgres 1044091279.828080 CALL  lseek(0x2b,0,0x3fc000,0,0)
  7432 postgres 1044091279.828091 RET   lseek 4177920/0x3fc000
  7432 postgres 1044091279.828100 CALL  read(0x2b,0x4c3194bc,0x2000)
  7432 postgres 1044091279.838041 RET   read 8192/0x2000
  7432 postgres 1044091279.838106 CALL  lseek(0x2b,0,0xa0000,0,0)
  7432 postgres 1044091279.838120 RET   lseek 655360/0xa0000
  7432 postgres 1044091279.838129 CALL  read(0x2b,0x4c31b4bc,0x2000)
  7432 postgres 1044091279.838391 RET   read 8192/0x2000
  7432 postgres 1044091279.838414 CALL  lseek(0x2b,0,0x42e000,0,0)
  7432 postgres 1044091279.838423 RET   lseek 4382720/0x42e000
  7432 postgres 1044091279.838432 CALL  read(0x2b,0x4c31d4bc,0x2000)
  7432 postgres 1044091279.846194 RET   read 8192/0x2000
  7432 postgres 1044091279.846254 CALL  lseek(0x2b,0,0x3ea000,0,0)
  7432 postgres 1044091279.846267 RET   lseek 4104192/0x3ea000
  7432 postgres 1044091279.846276 CALL  read(0x2b,0x4c31f4bc,0x2000)
  7432 postgres 1044091279.850435 RET   read 8192/0x2000
  7432 postgres 1044091279.850490 CALL  lseek(0x2b,0,0x3ee000,0,0)
  7432 postgres 1044091279.850502 RET   lseek 4120576/0x3ee000
  7432 postgres 1044091279.850511 CALL  read(0x2b,0x4c3214bc,0x2000)
  7432 postgres 1044091279.850722 RET   read 8192/0x2000
  7432 postgres 1044091279.850739 CALL  lseek(0x2b,0,0x3e8000,0,0)
  7432 postgres 1044091279.850748 RET   lseek 4096000/0x3e8000
  7432 postgres 1044091279.850756 CALL  read(0x2b,0x4c3234bc,0x2000)
  7432 postgres 1044091279.850937 RET   read 8192/0x2000
  7432 postgres 1044091279.850953 CALL  lseek(0x2b,0,0x41c000,0,0)
  7432 postgres 1044091279.850962 RET   lseek 4308992/0x41c000
  7432 postgres 1044091279.850971 CALL  read(0x2b,0x4c3254bc,0x2000)
  7432 postgres 1044091279.864216 RET   read 8192/0x2000
  7432 postgres 1044091279.864258 CALL  lseek(0x2b,0,0x3f6000,0,0)
  7432 postgres 1044091279.864268 RET   lseek 4153344/0x3f6000
  7432 postgres 1044091279.864276 CALL  read(0x2b,0x4c3274bc,0x2000)
  7432 postgres 1044091279.873614 RET   read 8192/0x2000
  7432 postgres 1044091279.873655 CALL  lseek(0x2b,0,0x3f4000,0,0)
  7432 postgres 1044091279.873666 RET   lseek 4145152/0x3f4000
  7432 postgres 1044091279.873674 CALL  read(0x2b,0x4c3294bc,0x2000)
  7432 postgres 1044091279.873874 RET   read 8192/0x2000
  7432 postgres 1044091279.873891 CALL  lseek(0x2b,0,0x126000,0,0)
  7432 postgres 1044091279.873900 RET   lseek 1204224/0x126000
  7432 postgres 1044091279.873908 CALL  read(0x2b,0x4c32b4bc,0x2000)
  7432 postgres 1044091279.883892 RET   read 8192/0x2000
  7432 postgres 1044091279.883931 CALL  lseek(0x2b,0,0x10e000,0,0)
  7432 postgres 1044091279.883942 RET   lseek 1105920/0x10e000
  7432 postgres 1044091279.883950 CALL  read(0x2b,0x4c32d4bc,0x2000)
  7432 postgres 1044091279.893661 RET   read 8192/0x2000
  7432 postgres 1044091279.893710 CALL  lseek(0x2b,0,0x148000,0,0)
  7432 postgres 1044091279.893724 RET   lseek 1343488/0x148000
  7432 postgres 1044091279.893732 CALL  read(0x2b,0x4c32f4bc,0x2000)
  7432 postgres 1044091279.897961 RET   read 8192/0x2000
  7432 postgres 1044091279.898003 CALL  lseek(0x2b,0,0x136000,0,0)
  7432 postgres 1044091279.898014 RET   lseek 1269760/0x136000
  7432 postgres 1044091279.898023 CALL  read(0x2b,0x4c3314bc,0x2000)
  7432 postgres 1044091279.898266 RET   read 8192/0x2000
  7432 postgres 1044091279.898285 CALL  lseek(0x2b,0,0xde000,0,0)
  7432 postgres 1044091279.898295 RET   lseek 909312/0xde000
  7432 postgres 1044091279.898303 CALL  read(0x2b,0x4c3334bc,0x2000)
  7432 postgres 1044091279.905316 RET   read 8192/0x2000
  7432 postgres 1044091279.905354 CALL  lseek(0x2b,0,0x13e000,0,0)
  7432 postgres 1044091279.905365 RET   lseek 1302528/0x13e000
  7432 postgres 1044091279.905373 CALL  read(0x2b,0x4c3354bc,0x2000)
  7432 postgres 1044091279.910673 RET   read 8192/0x2000
  7432 postgres 1044091279.910717 CALL  lseek(0x2b,0,0x45c000,0,0)
  7432 postgres 1044091279.910729 RET   lseek 4571136/0x45c000
  7432 postgres 1044091279.910737 CALL  read(0x2b,0x4c3374bc,0x2000)
  7432 postgres 1044091279.910986 RET   read 8192/0x2000
  7432 postgres 1044091279.911006 CALL  lseek(0x2b,0,0x132000,0,0)
  7432 postgres 1044091279.911016 RET   lseek 1253376/0x132000
  7432 postgres 1044091279.911025 CALL  read(0x2b,0x4c3394bc,0x2000)
  7432 postgres 1044091279.911240 RET   read 8192/0x2000
  7432 postgres 1044091279.911258 CALL  lseek(0x2b,0,0x456000,0,0)
  7432 postgres 1044091279.911267 RET   lseek 4546560/0x456000
  7432 postgres 1044091279.911276 CALL  read(0x2b,0x4c33b4bc,0x2000)
  7432 postgres 1044091279.911488 RET   read 8192/0x2000
  7432 postgres 1044091279.911504 CALL  lseek(0x2b,0,0x12e000,0,0)
  7432 postgres 1044091279.911513 RET   lseek 1236992/0x12e000
  7432 postgres 1044091279.911521 CALL  read(0x2b,0x4c33d4bc,0x2000)
  7432 postgres 1044091279.911734 RET   read 8192/0x2000
  7432 postgres 1044091279.911751 CALL  lseek(0x2b,0,0x3f8000,0,0)
  7432 postgres 1044091279.911759 RET   lseek 4161536/0x3f8000
  7432 postgres 1044091279.911767 CALL  read(0x2b,0x4c33f4bc,0x2000)
  7432 postgres 1044091279.911984 RET   read 8192/0x2000
  7432 postgres 1044091279.912001 CALL  lseek(0x2b,0,0x138000,0,0)
  7432 postgres 1044091279.912009 RET   lseek 1277952/0x138000
  7432 postgres 1044091279.912018 CALL  read(0x2b,0x4c3414bc,0x2000)
  7432 postgres 1044091279.912203 RET   read 8192/0x2000
  7432 postgres 1044091279.912220 CALL  lseek(0x2b,0,0x30a000,0,0)
  7432 postgres 1044091279.912229 RET   lseek 3186688/0x30a000
  7432 postgres 1044091279.912237 CALL  read(0x2b,0x4c3434bc,0x2000)
  7432 postgres 1044091279.916311 RET   read 8192/0x2000
  7432 postgres 1044091279.916345 CALL  read(0x2b,0x4c3454bc,0x2000)
  7432 postgres 1044091279.916547 RET   read 8192/0x2000
  7432 postgres 1044091279.916563 CALL  read(0x2b,0x4c3474bc,0x2000)
  7432 postgres 1044091279.916738 RET   read 8192/0x2000
  7432 postgres 1044091279.916754 CALL  read(0x2b,0x4c3494bc,0x2000)
  7432 postgres 1044091279.920777 RET   read 8192/0x2000
  7432 postgres 1044091279.920831 CALL  read(0x2b,0x4c34b4bc,0x2000)
  7432 postgres 1044091279.923521 RET   read 8192/0x2000
  7432 postgres 1044091279.923557 CALL  read(0x2b,0x4c34d4bc,0x2000)
  7432 postgres 1044091279.923799 RET   read 8192/0x2000
  7432 postgres 1044091279.923820 CALL  lseek(0x2b,0,0x318000,0,0)
  7432 postgres 1044091279.923830 RET   lseek 3244032/0x318000
  7432 postgres 1044091279.923839 CALL  read(0x2b,0x4c34f4bc,0x2000)
  7432 postgres 1044091279.924085 RET   read 8192/0x2000
  7432 postgres 1044091279.924109 CALL  read(0x2b,0x4c3514bc,0x2000)
  7432 postgres 1044091279.924315 RET   read 8192/0x2000
  7432 postgres 1044091279.924331 CALL  read(0x2b,0x4c3534bc,0x2000)
  7432 postgres 1044091279.924541 RET   read 8192/0x2000
  7432 postgres 1044091279.924557 CALL  read(0x2b,0x4c3554bc,0x2000)
  7432 postgres 1044091279.927875 RET   read 8192/0x2000
  7432 postgres 1044091279.927925 CALL  read(0x2b,0x4c3574bc,0x2000)
  7432 postgres 1044091279.932038 RET   read 8192/0x2000
  7432 postgres 1044091279.932101 CALL  read(0x2b,0x4c3594bc,0x2000)
  7432 postgres 1044091279.935430 RET   read 8192/0x2000
  7432 postgres 1044091279.935491 CALL  read(0x2b,0x4c35b4bc,0x2000)
  7432 postgres 1044091279.935763 RET   read 8192/0x2000
  7432 postgres 1044091279.935787 CALL  read(0x2b,0x4c35d4bc,0x2000)
  7432 postgres 1044091279.936069 RET   read 8192/0x2000
  7432 postgres 1044091279.936087 CALL  read(0x2b,0x4c35f4bc,0x2000)
  7432 postgres 1044091279.936315 RET   read 8192/0x2000
  7432 postgres 1044091279.936334 CALL  read(0x2b,0x4c3614bc,0x2000)
  7432 postgres 1044091279.936604 RET   read 8192/0x2000
  7432 postgres 1044091279.936631 CALL  read(0x2b,0x4c3634bc,0x2000)
  7432 postgres 1044091279.936869 RET   read 8192/0x2000
  7432 postgres 1044091279.936888 CALL  lseek(0x2b,0,0x12c000,0,0)
  7432 postgres 1044091279.936899 RET   lseek 1228800/0x12c000
  7432 postgres 1044091279.936907 CALL  read(0x2b,0x4c3654bc,0x2000)
  7432 postgres 1044091279.937136 RET   read 8192/0x2000
  7432 postgres 1044091279.937156 CALL  lseek(0x2b,0,0x448000,0,0)
  7432 postgres 1044091279.937166 RET   lseek 4489216/0x448000
  7432 postgres 1044091279.937173 CALL  read(0x2b,0x4c3674bc,0x2000)
  7432 postgres 1044091279.937405 RET   read 8192/0x2000
  7432 postgres 1044091279.937424 CALL  lseek(0x2b,0,0x330000,0,0)
  7432 postgres 1044091279.937433 RET   lseek 3342336/0x330000
  7432 postgres 1044091279.937470 CALL  read(0x2b,0x4c3694bc,0x2000)
  7432 postgres 1044091279.937726 RET   read 8192/0x2000
  7432 postgres 1044091279.937749 CALL  lseek(0x2b,0,0xa6000,0,0)
  7432 postgres 1044091279.937759 RET   lseek 679936/0xa6000
  7432 postgres 1044091279.937768 CALL  read(0x2b,0x4c36b4bc,0x2000)
  7432 postgres 1044091279.938000 RET   read 8192/0x2000
  7432 postgres 1044091279.938023 CALL  lseek(0x2b,0,0x7e000,0,0)
  7432 postgres 1044091279.938032 RET   lseek 516096/0x7e000
  7432 postgres 1044091279.938041 CALL  read(0x2b,0x4c36d4bc,0x2000)
  7432 postgres 1044091279.960510 RET   read 8192/0x2000
  7432 postgres 1044091279.960577 CALL  lseek(0x2b,0,0xa4000,0,0)
  7432 postgres 1044091279.960590 RET   lseek 671744/0xa4000
  7432 postgres 1044091279.960598 CALL  read(0x2b,0x4c36f4bc,0x2000)
  7432 postgres 1044091279.960857 RET   read 8192/0x2000
  7432 postgres 1044091279.960875 CALL  lseek(0x2b,0,0x150000,0,0)
  7432 postgres 1044091279.960884 RET   lseek 1376256/0x150000
  7432 postgres 1044091279.960892 CALL  read(0x2b,0x4c3714bc,0x2000)
  7432 postgres 1044091279.961103 RET   read 8192/0x2000
  7432 postgres 1044091279.961119 CALL  read(0x2b,0x4c3734bc,0x2000)
  7432 postgres 1044091279.961330 RET   read 8192/0x2000
  7432 postgres 1044091279.961346 CALL  lseek(0x2b,0,0x14e000,0,0)
  7432 postgres 1044091279.961355 RET   lseek 1368064/0x14e000
  7432 postgres 1044091279.961363 CALL  read(0x2b,0x4c3754bc,0x2000)
  7432 postgres 1044091279.961575 RET   read 8192/0x2000
  7432 postgres 1044091279.961593 CALL  lseek(0x2b,0,0xb8000,0,0)
  7432 postgres 1044091279.961602 RET   lseek 753664/0xb8000
  7432 postgres 1044091279.961610 CALL  read(0x2b,0x4c3774bc,0x2000)
  7432 postgres 1044091279.973525 RET   read 8192/0x2000
  7432 postgres 1044091279.973564 CALL  lseek(0x2b,0,0x58000,0,0)
  7432 postgres 1044091279.973574 RET   lseek 360448/0x58000
  7432 postgres 1044091279.973582 CALL  read(0x2b,0x4c3794bc,0x2000)
  7432 postgres 1044091279.973823 RET   read 8192/0x2000
  7432 postgres 1044091279.973840 CALL  lseek(0x2b,0,0xa8000,0,0)
  7432 postgres 1044091279.973850 RET   lseek 688128/0xa8000
  7432 postgres 1044091279.973857 CALL  read(0x2b,0x4c37b4bc,0x2000)
  7432 postgres 1044091279.990510 RET   read 8192/0x2000
  7432 postgres 1044091279.990553 CALL  lseek(0x2b,0,0x52000,0,0)
  7432 postgres 1044091279.990564 RET   lseek 335872/0x52000
  7432 postgres 1044091279.990573 CALL  read(0x2b,0x4c37d4bc,0x2000)
  7432 postgres 1044091279.990816 RET   read 8192/0x2000
  7432 postgres 1044091279.990835 CALL  lseek(0x2b,0,0x50000,0,0)
  7432 postgres 1044091279.990843 RET   lseek 327680/0x50000
  7432 postgres 1044091279.990852 CALL  read(0x2b,0x4c37f4bc,0x2000)
  7432 postgres 1044091279.991065 RET   read 8192/0x2000
  7432 postgres 1044091279.991081 CALL  lseek(0x2b,0,0x36000,0,0)
  7432 postgres 1044091279.991090 RET   lseek 221184/0x36000
  7432 postgres 1044091279.991098 CALL  read(0x2b,0x4c3814bc,0x2000)
  7432 postgres 1044091279.991313 RET   read 8192/0x2000
  7432 postgres 1044091279.991339 CALL  lseek(0x2b,0,0x48000,0,0)
  7432 postgres 1044091279.991348 RET   lseek 294912/0x48000
  7432 postgres 1044091279.991356 CALL  read(0x2b,0x4c3834bc,0x2000)
  7432 postgres 1044091279.991570 RET   read 8192/0x2000
  7432 postgres 1044091279.991586 CALL  lseek(0x2b,0,0x46000,0,0)
  7432 postgres 1044091279.991595 RET   lseek 286720/0x46000
  7432 postgres 1044091279.991603 CALL  read(0x2b,0x4c3854bc,0x2000)
  7432 postgres 1044091279.991820 RET   read 8192/0x2000
  7432 postgres 1044091279.991839 CALL  lseek(0x2b,0,0x44000,0,0)
  7432 postgres 1044091279.991848 RET   lseek 278528/0x44000
  7432 postgres 1044091279.991856 CALL  read(0x2b,0x4c3874bc,0x2000)
  7432 postgres 1044091279.992074 RET   read 8192/0x2000
  7432 postgres 1044091279.992091 CALL  lseek(0x2b,0,0x32000,0,0)
  7432 postgres 1044091279.992100 RET   lseek 204800/0x32000
  7432 postgres 1044091279.992108 CALL  read(0x2b,0x4c3894bc,0x2000)
  7432 postgres 1044091279.992325 RET   read 8192/0x2000
  7432 postgres 1044091279.992344 CALL  lseek(0x2b,0,0x42000,0,0)
  7432 postgres 1044091279.992354 RET   lseek 270336/0x42000
  7432 postgres 1044091279.992362 CALL  read(0x2b,0x4c38b4bc,0x2000)
  7432 postgres 1044091279.992573 RET   read 8192/0x2000
  7432 postgres 1044091279.992588 CALL  lseek(0x2b,0,0x2e000,0,0)
  7432 postgres 1044091279.992597 RET   lseek 188416/0x2e000
  7432 postgres 1044091279.992604 CALL  read(0x2b,0x4c38d4bc,0x2000)
  7432 postgres 1044091279.992814 RET   read 8192/0x2000
  7432 postgres 1044091279.992829 CALL  read(0x2b,0x4c38f4bc,0x2000)
  7432 postgres 1044091279.993044 RET   read 8192/0x2000
  7432 postgres 1044091279.993061 CALL  lseek(0x2b,0,0x18000,0,0)
  7432 postgres 1044091279.993070 RET   lseek 98304/0x18000
  7432 postgres 1044091279.993079 CALL  read(0x2b,0x4c3914bc,0x2000)
  7432 postgres 1044091279.993295 RET   read 8192/0x2000
  7432 postgres 1044091279.993314 CALL  lseek(0x2b,0,0x2a000,0,0)
  7432 postgres 1044091279.993323 RET   lseek 172032/0x2a000
  7432 postgres 1044091279.993331 CALL  read(0x2b,0x4c3934bc,0x2000)
  7432 postgres 1044091279.993545 RET   read 8192/0x2000
  7432 postgres 1044091279.993560 CALL  lseek(0x2b,0,0x26000,0,0)
  7432 postgres 1044091279.993568 RET   lseek 155648/0x26000
  7432 postgres 1044091279.993576 CALL  read(0x2b,0x4c3954bc,0x2000)
  7432 postgres 1044091279.993789 RET   read 8192/0x2000
  7432 postgres 1044091279.993805 CALL  lseek(0x2b,0,0x22000,0,0)
  7432 postgres 1044091279.993814 RET   lseek 139264/0x22000
  7432 postgres 1044091279.993822 CALL  read(0x2b,0x4c3974bc,0x2000)
  7432 postgres 1044091279.994041 RET   read 8192/0x2000
  7432 postgres 1044091279.994056 CALL  read(0x2b,0x4c3994bc,0x2000)
  7432 postgres 1044091279.994271 RET   read 8192/0x2000
  7432 postgres 1044091279.994286 CALL  lseek(0x2b,0,0x82000,0,0)
  7432 postgres 1044091279.994295 RET   lseek 532480/0x82000
  7432 postgres 1044091279.994303 CALL  read(0x2b,0x4c39b4bc,0x2000)
  7432 postgres 1044091280.004545 RET   read 8192/0x2000
  7432 postgres 1044091280.004597 CALL  lseek(0x2b,0,0x80000,0,0)
  7432 postgres 1044091280.004609 RET   lseek 524288/0x80000
  7432 postgres 1044091280.004618 CALL  read(0x2b,0x4c39d4bc,0x2000)
  7432 postgres 1044091280.004828 RET   read 8192/0x2000
  7432 postgres 1044091280.004851 CALL  lseek(0x2b,0,0x1e000,0,0)
  7432 postgres 1044091280.004860 RET   lseek 122880/0x1e000
  7432 postgres 1044091280.004868 CALL  read(0x2b,0x4c39f4bc,0x2000)
  7432 postgres 1044091280.005081 RET   read 8192/0x2000
  7432 postgres 1044091280.005101 CALL  lseek(0x2b,0,0x15a000,0,0)
  7432 postgres 1044091280.005111 RET   lseek 1417216/0x15a000
  7432 postgres 1044091280.005118 CALL  read(0x2b,0x4c3a14bc,0x2000)
  7432 postgres 1044091280.005331 RET   read 8192/0x2000
  7432 postgres 1044091280.005380 CALL  lseek(0x2b,0,0xbc000,0,0)
  7432 postgres 1044091280.005389 RET   lseek 770048/0xbc000
  7432 postgres 1044091280.005398 CALL  read(0x2b,0x4c3a34bc,0x2000)
  7432 postgres 1044091280.005608 RET   read 8192/0x2000
  7432 postgres 1044091280.005624 CALL  lseek(0x2b,0,0xdc000,0,0)
  7432 postgres 1044091280.005634 RET   lseek 901120/0xdc000
  7432 postgres 1044091280.005641 CALL  read(0x2b,0x4c3a54bc,0x2000)
  7432 postgres 1044091280.005863 RET   read 8192/0x2000
  7432 postgres 1044091280.005878 CALL  lseek(0x2b,0,0xcc000,0,0)
  7432 postgres 1044091280.005888 RET   lseek 835584/0xcc000
  7432 postgres 1044091280.005896 CALL  read(0x2b,0x4c3a74bc,0x2000)
  7432 postgres 1044091280.006109 RET   read 8192/0x2000
  7432 postgres 1044091280.006125 CALL  lseek(0x2b,0,0xd2000,0,0)
  7432 postgres 1044091280.006134 RET   lseek 860160/0xd2000
  7432 postgres 1044091280.006143 CALL  read(0x2b,0x4c3a94bc,0x2000)
  7432 postgres 1044091280.012149 RET   read 8192/0x2000
  7432 postgres 1044091280.012185 CALL  lseek(0x2b,0,0x8e000,0,0)
  7432 postgres 1044091280.012196 RET   lseek 581632/0x8e000
  7432 postgres 1044091280.012205 CALL  read(0x2b,0x4c3ab4bc,0x2000)
  7432 postgres 1044091280.012446 RET   read 8192/0x2000
  7432 postgres 1044091280.012463 CALL  lseek(0x2b,0,0xca000,0,0)
  7432 postgres 1044091280.012472 RET   lseek 827392/0xca000
  7432 postgres 1044091280.012479 CALL  read(0x2b,0x4c3ad4bc,0x2000)
  7432 postgres 1044091280.012690 RET   read 8192/0x2000
  7432 postgres 1044091280.012709 CALL  lseek(0x2b,0,0xd4000,0,0)
  7432 postgres 1044091280.012747 RET   lseek 868352/0xd4000
  7432 postgres 1044091280.012757 CALL  read(0x2b,0x4c3af4bc,0x2000)
  7432 postgres 1044091280.012940 RET   read 8192/0x2000
  7432 postgres 1044091280.012957 CALL  lseek(0x2b,0,0xba000,0,0)
  7432 postgres 1044091280.012966 RET   lseek 761856/0xba000
  7432 postgres 1044091280.012974 CALL  read(0x2b,0x4c3b14bc,0x2000)
  7432 postgres 1044091280.013188 RET   read 8192/0x2000
  7432 postgres 1044091280.013206 CALL  lseek(0x2b,0,0xda000,0,0)
  7432 postgres 1044091280.013215 RET   lseek 892928/0xda000
  7432 postgres 1044091280.013223 CALL  read(0x2b,0x4c3b34bc,0x2000)
  7432 postgres 1044091280.013436 RET   read 8192/0x2000
  7432 postgres 1044091280.013451 CALL  lseek(0x2b,0,0xd8000,0,0)
  7432 postgres 1044091280.013460 RET   lseek 884736/0xd8000
  7432 postgres 1044091280.013468 CALL  read(0x2b,0x4c3b54bc,0x2000)
  7432 postgres 1044091280.013680 RET   read 8192/0x2000
  7432 postgres 1044091280.013698 CALL  lseek(0x2b,0,0xd6000,0,0)
  7432 postgres 1044091280.013707 RET   lseek 876544/0xd6000
  7432 postgres 1044091280.013714 CALL  read(0x2b,0x4c3b74bc,0x2000)
  7432 postgres 1044091280.013899 RET   read 8192/0x2000
  7432 postgres 1044091280.013915 CALL  lseek(0x2b,0,0x20c000,0,0)
  7432 postgres 1044091280.013924 RET   lseek 2146304/0x20c000
  7432 postgres 1044091280.013932 CALL  read(0x2b,0x4c3b94bc,0x2000)
  7432 postgres 1044091280.014154 RET   read 8192/0x2000
  7432 postgres 1044091280.014174 CALL  lseek(0x2b,0,0xb0000,0,0)
  7432 postgres 1044091280.014184 RET   lseek 720896/0xb0000
  7432 postgres 1044091280.014192 CALL  read(0x2b,0x4c3bb4bc,0x2000)
  7432 postgres 1044091280.018350 RET   read 8192/0x2000
  7432 postgres 1044091280.018391 CALL  lseek(0x2b,0,0xb6000,0,0)
  7432 postgres 1044091280.018401 RET   lseek 745472/0xb6000
  7432 postgres 1044091280.018410 CALL  read(0x2b,0x4c3bd4bc,0x2000)
  7432 postgres 1044091280.018613 RET   read 8192/0x2000
  7432 postgres 1044091280.018630 CALL  lseek(0x2b,0,0xb4000,0,0)
  7432 postgres 1044091280.018639 RET   lseek 737280/0xb4000
  7432 postgres 1044091280.018647 CALL  read(0x2b,0x4c3bf4bc,0x2000)
  7432 postgres 1044091280.018826 RET   read 8192/0x2000
  7432 postgres 1044091280.018844 CALL  lseek(0x2b,0,0xb2000,0,0)
  7432 postgres 1044091280.018853 RET   lseek 729088/0xb2000
  7432 postgres 1044091280.018861 CALL  read(0x2b,0x4c3c14bc,0x2000)
  7432 postgres 1044091280.019053 RET   read 8192/0x2000
  7432 postgres 1044091280.019071 CALL  lseek(0x2b,0,0x6a000,0,0)
  7432 postgres 1044091280.019081 RET   lseek 434176/0x6a000
  7432 postgres 1044091280.019088 CALL  read(0x2b,0x4c3c34bc,0x2000)
  7432 postgres 1044091280.019310 RET   read 8192/0x2000
  7432 postgres 1044091280.019326 CALL  lseek(0x2b,0,0xae000,0,0)
  7432 postgres 1044091280.019335 RET   lseek 712704/0xae000
  7432 postgres 1044091280.019343 CALL  read(0x2b,0x4c3c54bc,0x2000)
  7432 postgres 1044091280.019561 RET   read 8192/0x2000
  7432 postgres 1044091280.019578 CALL  lseek(0x2b,0,0xac000,0,0)
  7432 postgres 1044091280.019587 RET   lseek 704512/0xac000
  7432 postgres 1044091280.019596 CALL  read(0x2b,0x4c3c74bc,0x2000)
  7432 postgres 1044091280.019808 RET   read 8192/0x2000
  7432 postgres 1044091280.019825 CALL  lseek(0x2b,0,0xaa000,0,0)
  7432 postgres 1044091280.019834 RET   lseek 696320/0xaa000
  7432 postgres 1044091280.019842 CALL  read(0x2b,0x4c3c94bc,0x2000)
  7432 postgres 1044091280.020066 RET   read 8192/0x2000
  7432 postgres 1044091280.020082 CALL  lseek(0x2b,0,0x9e000,0,0)
  7432 postgres 1044091280.020092 RET   lseek 647168/0x9e000
  7432 postgres 1044091280.020100 CALL  read(0x2b,0x4c3cb4bc,0x2000)
  7432 postgres 1044091280.020314 RET   read 8192/0x2000
  7432 postgres 1044091280.020330 CALL  lseek(0x2b,0,0x7a000,0,0)
  7432 postgres 1044091280.020339 RET   lseek 499712/0x7a000
  7432 postgres 1044091280.020347 CALL  read(0x2b,0x4c3cd4bc,0x2000)
  7432 postgres 1044091280.020562 RET   read 8192/0x2000
  7432 postgres 1044091280.020580 CALL  lseek(0x2b,0,0x76000,0,0)
  7432 postgres 1044091280.020589 RET   lseek 483328/0x76000
  7432 postgres 1044091280.020596 CALL  read(0x2b,0x4c3cf4bc,0x2000)
  7432 postgres 1044091280.031218 RET   read 8192/0x2000
  7432 postgres 1044091280.031255 CALL  lseek(0x2b,0,0x74000,0,0)
  7432 postgres 1044091280.031266 RET   lseek 475136/0x74000
  7432 postgres 1044091280.031276 CALL  read(0x2b,0x4c3d14bc,0x2000)
  7432 postgres 1044091280.031480 RET   read 8192/0x2000
  7432 postgres 1044091280.031500 CALL  lseek(0x2b,0,0x72000,0,0)
  7432 postgres 1044091280.031510 RET   lseek 466944/0x72000
  7432 postgres 1044091280.031517 CALL  read(0x2b,0x4c3d34bc,0x2000)
  7432 postgres 1044091280.031700 RET   read 8192/0x2000
  7432 postgres 1044091280.031721 CALL  lseek(0x2b,0,0x92000,0,0)
  7432 postgres 1044091280.031731 RET   lseek 598016/0x92000
  7432 postgres 1044091280.031739 CALL  read(0x2b,0x4c3d54bc,0x2000)
  7432 postgres 1044091280.031957 RET   read 8192/0x2000
  7432 postgres 1044091280.031981 CALL  lseek(0x2b,0,0xd0000,0,0)
  7432 postgres 1044091280.031991 RET   lseek 851968/0xd0000
  7432 postgres 1044091280.031998 CALL  read(0x2b,0x4c3d74bc,0x2000)
  7432 postgres 1044091280.032217 RET   read 8192/0x2000
  7432 postgres 1044091448.891122 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091448.891361 RET   semop 0
  7432 postgres 1044091448.895492 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091448.895596 RET   semop 0
  7432 postgres 1044091448.905277 CALL  semop(0xa000e,0xbfbfca20,0x1)
  7432 postgres 1044091448.905379 RET   semop 0
  7432 postgres 1044091448.905456 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091448.914012 RET   semop 0
  7432 postgres 1044091448.914026 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091448.914090 RET   semop 0
  7432 postgres 1044091448.943321 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091448.950090 RET   semop 0
  7432 postgres 1044091448.950099 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091448.950144 RET   semop 0
  7432 postgres 1044091449.012431 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.012634 RET   semop 0
  7432 postgres 1044091449.018957 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.020076 RET   semop 0
  7432 postgres 1044091449.020085 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.020130 RET   semop 0
  7432 postgres 1044091449.029592 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.029801 RET   semop 0
  7432 postgres 1044091449.029847 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.036552 RET   semop 0
  7432 postgres 1044091449.036563 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.036712 RET   semop 0
  7432 postgres 1044091449.041754 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.041878 RET   semop 0
  7432 postgres 1044091449.042253 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.046778 RET   semop 0
  7432 postgres 1044091449.046791 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.046838 RET   semop 0
  7432 postgres 1044091449.048374 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.048615 RET   semop 0
  7432 postgres 1044091449.051030 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.060073 RET   semop 0
  7432 postgres 1044091449.060082 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.060128 RET   semop 0
  7432 postgres 1044091449.109484 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.109619 RET   semop 0
  7432 postgres 1044091449.111096 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.114089 RET   semop 0
  7432 postgres 1044091449.114103 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.114165 RET   semop 0
  7432 postgres 1044091449.132126 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.140074 RET   semop 0
  7432 postgres 1044091449.140083 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.140128 RET   semop 0
  7432 postgres 1044091449.163724 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.163857 RET   semop 0
  7432 postgres 1044091449.170577 CALL  semop(0xa000e,0xbfbfca20,0x1)
  7432 postgres 1044091449.170825 RET   semop 0
  7432 postgres 1044091449.175675 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.175832 RET   semop 0
  7432 postgres 1044091449.234834 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.240070 RET   semop 0
  7432 postgres 1044091449.240078 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.240123 RET   semop 0
  7432 postgres 1044091449.290095 CALL  semop(0xa000e,0xbfbfca20,0x1)
  7432 postgres 1044091449.290278 RET   semop 0
  7432 postgres 1044091449.293620 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.300071 RET   semop 0
  7432 postgres 1044091449.300079 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.300124 RET   semop 0
  7432 postgres 1044091449.331974 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.340075 RET   semop 0
  7432 postgres 1044091449.340084 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.340129 RET   semop 0
  7432 postgres 1044091449.433902 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.434111 RET   semop 0
  7432 postgres 1044091449.434632 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.440081 RET   semop 0
  7432 postgres 1044091449.440090 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.440135 RET   semop 0
  7432 postgres 1044091449.531643 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.531756 RET   semop 0
  7432 postgres 1044091449.534641 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.550068 RET   semop 0
  7432 postgres 1044091449.550078 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.550124 RET   semop 0
  7432 postgres 1044091449.581824 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.582593 RET   semop 0
  7432 postgres 1044091449.582602 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.582647 RET   semop 0
  7432 postgres 1044091449.587043 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.589893 RET   semop 0
  7432 postgres 1044091449.589909 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.589956 RET   semop 0
  7432 postgres 1044091449.590995 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.591239 RET   semop 0
  7432 postgres 1044091449.595047 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.610066 RET   semop 0
  7432 postgres 1044091449.610075 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.610120 RET   semop 0
  7432 postgres 1044091449.626641 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.626776 RET   semop 0
  7432 postgres 1044091449.628674 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.640062 RET   semop 0
  7432 postgres 1044091449.640071 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.640116 RET   semop 0
  7432 postgres 1044091449.674969 CALL  semop(0xa000e,0xbfbfca20,0x1)
  7432 postgres 1044091449.675101 RET   semop 0
  7432 postgres 1044091449.677048 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.680068 RET   semop 0
  7432 postgres 1044091449.680079 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.680124 RET   semop 0
  7432 postgres 1044091449.733109 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.733218 RET   semop 0
  7432 postgres 1044091449.733677 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.740093 RET   semop 0
  7432 postgres 1044091449.740103 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.740147 RET   semop 0
  7432 postgres 1044091449.759146 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.759323 RET   semop 0
  7432 postgres 1044091449.762303 CALL  semop(0xa000e,0xbfbfca20,0x1)
  7432 postgres 1044091449.762408 RET   semop 0
  7432 postgres 1044091449.762817 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.764841 RET   semop 0
  7432 postgres 1044091449.764851 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.764986 RET   semop 0
  7432 postgres 1044091449.765755 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.765914 RET   semop 0
  7432 postgres 1044091449.767366 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.780066 RET   semop 0
  7432 postgres 1044091449.780075 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.780120 RET   semop 0
  7432 postgres 1044091449.819164 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.819302 RET   semop 0
  7432 postgres 1044091449.840262 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.845275 RET   semop 0
  7432 postgres 1044091449.845285 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.845432 RET   semop 0
  7432 postgres 1044091449.852901 CALL  semop(0xa000e,0xbfbfca20,0x1)
  7432 postgres 1044091449.853027 RET   semop 0
  7432 postgres 1044091449.854388 CALL  semop(0xa000e,0xbfbfca20,0x1)
  7432 postgres 1044091449.854498 RET   semop 0
  7432 postgres 1044091449.870080 CALL  semop(0xa000e,0xbfbfc9c8,0x1)
  7432 postgres 1044091449.870265 RET   semop 0
  7432 postgres 1044091449.872218 CALL  semop(0x11000c,0xbfbfc9a8,0x1)
  7432 postgres 1044091449.880071 RET   semop 0
  7432 postgres 1044091449.880081 CALL  semop(0x11000c,0xbfbfc99c,0x1)
  7432 postgres 1044091449.880126 RET   semop 0
  7432 postgres 1044114584.637467 PSIG  SIGTERM caught handler=0x810479c mask=() code=0x0
  7432 postgres 1044114584.637504 CALL  __sigreturn14(0xbfbfc980)
  7432 postgres 1044114584.637515 RET   __sigreturn14 JUSTRETURN
  7432 postgres 1044114593.834711 PSIG  SIGTERM caught handler=0x810479c mask=() code=0x0
  7432 postgres 1044114593.834748 CALL  __sigreturn14(0xbfbfc9d4)
  7432 postgres 1044114593.834759 RET   __sigreturn14 JUSTRETURN
  7432 postgres 1044114596.693135 PSIG  SIGTERM caught handler=0x810479c mask=() code=0x0
  7432 postgres 1044114596.693171 CALL  __sigreturn14(0xbfbfca28)
  7432 postgres 1044114596.693182 RET   __sigreturn14 JUSTRETURN
  7432 postgres 1044114601.189859 PSIG  SIGKILL SIG_DFL

--------------Boundary-00=_ZZ4NMCDA3P2E0USUHVS4--