Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q [R] S  T  U  V  W  X  Y  Z 

BioC 3.6: CHECK report for rGADEM on malbec1

This page was generated on 2017-08-16 13:18:49 -0400 (Wed, 16 Aug 2017).

Package 1121/1410HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
rGADEM 2.25.0
Arnaud Droit
Snapshot Date: 2017-08-15 17:18:21 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/rGADEM
Last Changed Rev: 129129 / Revision: 131943
Last Changed Date: 2017-04-24 15:50:57 -0400 (Mon, 24 Apr 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK [ ERROR ]
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: rGADEM
Version: 2.25.0
Command: /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings rGADEM_2.25.0.tar.gz
StartedAt: 2017-08-16 01:55:28 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 01:58:11 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 163.7 seconds
RetCode: 1
Status:  ERROR 
CheckDir: rGADEM.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings rGADEM_2.25.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck’
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘rGADEM/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘rGADEM’ version ‘2.25.0’
* checking package namespace information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking if there is a namespace ... OK
* checking for hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘rGADEM’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘Biostrings’ ‘IRanges’ ‘methods’ ‘seqLogo’
A package should be listed in only one of these fields.
* checking top-level files ... OK
* checking for left-over files ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for non-ASCII characters ... OK
* checking R files for syntax errors ... OK
* checking whether the package can be loaded ... OK
* checking whether the package can be loaded with stated dependencies ... OK
* checking whether the package can be unloaded cleanly ... OK
* checking whether the namespace can be loaded with stated dependencies ... OK
* checking whether the namespace can be unloaded cleanly ... OK
* checking dependencies in R code ... NOTE
'library' or 'require' call to ‘methods’ which was already attached by Depends.
  Please remove these calls from your code.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
File ‘rGADEM/R/zzz.R’:
  .onLoad calls:
    require(methods)

Package startup functions should not change the search path.
See section ‘Good practice’ in '?.onAttach'.

readGademPWMFile: no visible global function definition for ‘read.csv’
readPWMfile: no visible global function definition for ‘read.table’
readTransfacFile: no visible global function definition for
  ‘read.table’
[,gadem-ANY-ANY-ANY: no visible binding for global variable ‘ANY’
[,gadem-ANY-ANY-ANY : <anonymous>: no visible binding for global
  variable ‘gadem’
plot,gadem-ANY : <anonymous>: no visible global function definition for
  ‘makePWM’
plot,motif-ANY: no visible global function definition for ‘makePWM’
Undefined global functions or variables:
  ANY gadem makePWM read.csv read.table
Consider adding
  importFrom("utils", "read.csv", "read.table")
to your NAMESPACE file.
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... NOTE
Package has both ‘src/Makevars.in’ and ‘src/Makevars’.
Installation with --no-configure' is unlikely to work.  If you intended
‘src/Makevars’ to be used on Windows, rename it to ‘src/Makevars.win’
otherwise remove it.  If ‘configure’ created ‘src/Makevars’, you need a
‘cleanup’ script.
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘rGADEM-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: GADEM
> ### Title: Motif Analysis with rGADEM
> ### Aliases: GADEM
> ### Keywords: GADEM MOTIFS
> 
> ### ** Examples
> 
> 
> 	library(BSgenome.Hsapiens.UCSC.hg19)
> 	pwd<-"" #INPUT FILES- BedFiles, FASTA, etc.
> 	path<- system.file("extdata","Test_100.bed",package="rGADEM")
> 	BedFile<-paste(pwd,path,sep="")
> 	BED<-read.table(BedFile,header=FALSE,sep="\t")
> 	BED<-data.frame(chr=as.factor(BED[,1]),start=as.numeric(BED[,2]),end=as.numeric(BED[,3]))
> 	#Create RD files 
> 	rgBED<-IRanges(start=BED[,2],end=BED[,3])
> 	Sequences<-RangedData(rgBED,space=BED[,1])
> 	
> 	
> gadem<-GADEM(Sequences,verbose=1,genome=Hsapiens)
Retrieving sequences... Done.
*** Start C Programm ***
==============================================================================================
input sequence file:  
number of sequences and average length:				50 202.0
Use pgf method to approximate llr null distribution
parameters estimated from sequences in:  

number of GA generations & population size:			5 100

PWM score p-value cutoff for binding site declaration:		2.000000e-04
ln(E-value) cutoff for motif declaration:			0.000000

number of EM steps:						40
minimal no. sites considered for a motif:			2

[a,c,g,t] frequencies in input data:				0.289937 0.210063 0.210063 0.289937
==============================================================================================
*** Running an unseeded analysis ***
GADEM cycle  1: enumerate and count k-mers... top 3  4, 5-mers: 18 22 32
Done.
Initializing GA... Done.
*** Error in `/home/biocbuild/bbs-3.6-bioc/R/bin/exec/R': corrupted size vs. prev_size: 0x00007f90681517b0 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f90be3fc7e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x82aec)[0x7f90be407aec]
/lib/x86_64-linux-gnu/libc.so.6(__libc_malloc+0x54)[0x7f90be409184]
/home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/rGADEM/libs/rGADEM.so(get_log_nalign+0x44)[0x7f90a8c7cd74]
/home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/rGADEM/libs/rGADEM.so(get_log_sig+0x63)[0x7f90a8c7d033]
/home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/rGADEM/libs/rGADEM.so(E_value+0x1c8)[0x7f90a8c7d2d8]
/home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/rGADEM/libs/rGADEM.so(populationCalculation+0x40b)[0x7f90a8c704cb]
/home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/rGADEM/libs/rGADEM.so(+0x4741)[0x7f90a8c70741]
/usr/lib/x86_64-linux-gnu/libgomp.so.1(+0xf43e)[0x7f90bc53843e]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7f90be7566ba]
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7f90be48c3dd]
======= Memory map: ========
00400000-00401000 r-xp 00000000 fc:02 87295929                           /home/biocbuild/bbs-3.6-bioc/R/bin/exec/R
00600000-00601000 r--p 00000000 fc:02 87295929                           /home/biocbuild/bbs-3.6-bioc/R/bin/exec/R
00601000-00602000 rw-p 00001000 fc:02 87295929                           /home/biocbuild/bbs-3.6-bioc/R/bin/exec/R
00842000-1afb0000 rw-p 00000000 00:00 0                                  [heap]
7f9038000000-7f9038021000 rw-p 00000000 00:00 0 
7f9038021000-7f903c000000 ---p 00000000 00:00 0 
7f9040000000-7f90402a6000 rw-p 00000000 00:00 0 
7f90402a6000-7f9044000000 ---p 00000000 00:00 0 
7f9044000000-7f904427f000 rw-p 00000000 00:00 0 
7f904427f000-7f9048000000 ---p 00000000 00:00 0 
7f9048000000-7f90485f3000 rw-p 00000000 00:00 0 
7f90485f3000-7f904c000000 ---p 00000000 00:00 0 
7f904c000000-7f904c288000 rw-p 00000000 00:00 0 
7f904c288000-7f9050000000 ---p 00000000 00:00 0 
7f9050000000-7f9050279000 rw-p 00000000 00:00 0 
7f9050279000-7f9054000000 ---p 00000000 00:00 0 
7f9054000000-7f905428d000 rw-p 00000000 00:00 0 
7f90545e6000-7f9058000000 ---p 00000000 00:00 0 
7f9058000000-7f90585e6000 rw-p 00000000 00:00 0 
7f90585e6000-7f905c000000 ---p 00000000 00:00 0 
7f9060000000-7f9060297000 rw-p 00000000 00:00 0 
7f9060297000-7f9064000000 ---p 00000000 00:00 0 
7f9064000000-7f906429d000 rw-p 00000000 00:00 0 
7f906429d000-7f9068000000 ---p 00000000 00:00 0 
7f9068000000-7f906829b000 rw-p 00000000 00:00 0 
7f906829b000-7f906c000000 ---p 00000000 00:00 0 
7f906c000000-7f906c286000 rw-p 00000000 00:00 0 
7f906c286000-7f9070000000 ---p 00000000 00:00 0 
7f9070000000-7f90705ee000 rw-p 00000000 00:00 0 
7f90705ee000-7f9074000000 ---p 00000000 00:00 0 
7f9078000000-7f907829c000 rw-p 00000000 00:00 0 
7f907829c000-7f907c000000 ---p 00000000 00:00 0 
7f9080000000-7f90802a3000 rw-p 00000000 00:00 0 
7f90802a3000-7f9084000000 ---p 00000000 00:00 0 
7f908447c000-7f9084910000 rw-p 00000000 00:00 0 
7f908691c000-7f9087244000 rw-p 00000000 00:00 0 
7f9088000000-7f9088298000 rw-p 00000000 00:00 0 
7f9088298000-7f908c000000 ---p 00000000 00:00 0 
7f908c000000-7f908c2a2000 rw-p 00000000 00:00 0 
7f908c2a2000-7f9090000000 ---p 00000000 00:00 0 
7f9090000000-7f90905ec000 rw-p 00000000 00:00 0 
7f90905ec000-7f9094000000 ---p 00000000 00:00 0 
7f9094000000-7f9094295000 rw-p 00000000 00:00 0 
7f9094295000-7f9098000000 ---p 00000000 00:00 0 
7f9098000000-7f9098293000 rw-p 00000000 00:00 0 
7f9098293000-7f909c000000 ---p 00000000 00:00 0 
7f909c343000-7f909c7d7000 rw-p 00000000 00:00 0 
7f909d593000-7f909da27000 rw-p 00000000 00:00 0 
7f909e34f000-7f909e350000 ---p 00000000 00:00 0 
7f909e350000-7f909eb50000 rw-p 00000000 00:00 0 
7f909eb50000-7f909eb51000 ---p 00000000 00:00 0 
7f909eb51000-7f909f351000 rw-p 00000000 00:00 0 
7f909f351000-7f909f352000 ---p 00000000 00:00 0 
7f909f352000-7f909fb52000 rw-p 00000000 00:00 0 
7f909fb52000-7f909fb53000 ---p 00000000 00:00 0 
7f909fb53000-7f90a0353000 rw-p 00000000 00:00 0 
7f90a0353000-7f90a0354000 ---p 00000000 00:00 0 
7f90a0354000-7f90a0b54000 rw-p 00000000 00:00 0 
7f90a0b54000-7f90a0b55000 ---p 00000000 00:00 0 
7f90a0b55000-7f90a1355000 rw-p 00000000 00:00 0 
7f90a1355000-7f90a1356000 ---p 00000000 00:00 0 
7f90a1356000-7f90a1b56000 rw-p 00000000 00:00 0 
7f90a1b56000-7f90a1b57000 ---p 00000000 00:00 0 
7f90a1b57000-7f90a2357000 rw-p 00000000 00:00 0 
7f90a2357000-7f90a2358000 ---p 00000000 00:00 0 
7f90a2358000-7f90a2b58000 rw-p 00000000 00:00 0 
7f90a2b58000-7f90a2b59000 ---p 00000000 00:00 0 
7f90a2b59000-7f90a3359000 rw-p 00000000 00:00 0 
7f90a3359000-7f90a335a000 ---p 00000000 00:00 0 
7f90a335a000-7f90a3b5a000 rw-p 00000000 00:00 0 
7f90a3b5a000-7f90a3b5b000 ---p 00000000 00:00 0 
7f90a3b5b000-7f90a435b000 rw-p 00000000 00:00 0 
7f90a435b000-7f90a435c000 ---p 00000000 00:00 0 
7f90a435c000-7f90a4b5c000 rw-p 00000000 00:00 0 
7f90a4b5c000-7f90a4b5d000 ---p 00000000 00:00 0 
7f90a4b5d000-7f90a535d000 rw-p 00000000 00:00 0 
7f90a535d000-7f90a535e000 ---p 00000000 00:00 0 
7f90a535e000-7f90a5b5e000 rw-p 00000000 00:00 0 
7f90a5b5e000-7f90a5b5f000 ---p 00000000 00:00 0 
7f90a5b5f000-7f90a635f000 rw-p 00000000 00:00 0 
7f90a635f000-7f90a6360000 ---p 00000000 00:00 0 
7f90a6360000-7f90a6b60000 rw-p 00000000 00:00 0 
7f90a6b60000-7f90a6b61000 ---p 00000000 00:00 0 
7f90a6b61000-7f90a7361000 rw-p 00000000 00:00 0 
7f90a7361000-7f90a7362000 ---p 00000000 00:00 0 
7f90a7362000-7f90a8c6c000 rw-p 00000000 00:00 0 
7f90a8c6c000-7f90a8c88000 r-xp 00000000 fc:02 27528662                   /home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/rGADEM/libs/rGADEM.so
7f90a8c88000-7f90a8e87000 ---p 0001c000 fc:02 27528662                   /home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/rGADEM/libs/rGADEM.so
7f90a8e87000-7f90a8e88000 r--p 0001b000 fc:02 27528662                   /home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/rGADEM/libs/rGADEM.so
7f90a8e88000-7f90a8e89000 rw-p 0001c000 fc:02 27528662                   /home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/rGADEM/libs/rGADEM.so
7f90a8e89000-7f90a908c000 rw-p 00000000 00:00 0 
7f90a908c000-7f90a92a6000 r-xp 00000000 fc:00 1053567                    /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f90a92a6000-7f90a94a5000 ---p 0021a000 fc:00 1053567                    /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f90a94a5000-7f90a94c1000 r--p 00219000 fc:00 1053567                    /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f90a94c1000-7f90a94cd000 rw-p 00235000 fc:00 1053567                    /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
7f90a94cd000-7f90a94d0000 rw-p 00000000 00:00 0 
7f90a94d0000-7f90a952e000 r-xp 00000000 fc:00 1053569                    /lib/x86_64-linux-gnu/libssl.so.1.0.0
7f90a952e000-7f90a972e000 ---p 0005e000 fc:00 1053569                    /lib/x86_64-linux-gnu/libssl.so.1.0.0
7f90a972e000-7f90a9732000 r--p 0005e000 fc:00 1053569                    /lib/x86_64-linux-gnu/libssl.so.1.0.0
7f90a9732000-7f90a9739000 rw-p 00062000 fc:00 1053569                    /lib/x86_64-linux-gnu/libssl.so.1.0.0
7f90a9739000-7f90a9797000 r-xp 00000000 fc:02 94375466                   /home/biocbuild/bbs-3.6-bioc/R/library/rtracklayer/libs/rtracklayer.so
7f90a9797000-7f90a9996000 ---p 0005e000 fc:02 94375466                   /home/biocbuild/bbs-3.6-bioc/R/library/rtracklayer/libs/rtracklayer.so
7f90a9996000-7f90a9997000 r--p 0005d000 fc:02 94375466                   /home/biocbuild/bbs-3.6-bioc/R/library/rtracklayer/libs/rtracklayer.so
7f90a9997000-7f90a9999000 rw-p 0005e000 fc:02 94375466                   /home/biocbuild/bbs-3.6-bioc/R/library/rtracklayer/libs/rtracklayer.so
7f90a9999000-7f90a99a3000 rw-p 00000000 00:00 0 
7f90a99a3000-7f90a99b2000 r-xp 00000000 fc:02 94243525                   /home/biocbuild/bbs-3.6-bioc/R/library/GenomicAlignments/libs/GenomicAlignments.so
7f90a99b2000-7f90a9bb1000 ---p 0000f000 fc:02 94243525                   /home/biocbuild/bbs-3.6-bioc/R/library/GenomicAlignments/libs/GenomicAlignments.so
7f90a9bb1000-7f90a9bb2000 r--p 0000e000 fc:02 94243525                   /home/biocbuild/bbs-3.6-bioc/R/library/GenomicAlignments/libs/GenomicAlignments.so
7f90a9bb2000-7f90a9bb3000 rw-p 0000f000 fc:02 94243525                   /home/biocbuild/bbs-3.6-bioc/R/library/GenomicAlignments/libs/GenomicAlignments.so
7f90a9bb3000-7f90a9bb4000 rw-p 00000000 00:00 0 
7f90a9bb4000-7f90a9c73000 r-xp 00000000 fc:02 87427792                   /home/biocbuild/bbs-3.6-bioc/R/library/Matrix/libs/Matrix.so
7f90a9c73000-7f90a9e72000 ---p 000bf000 fc:02 87427792                   /home/biocbuild/bbs-3.6-bioc/R/library/Matrix/libs/Matrix.so
7f90a9e72000-7f90a9e73000 r--p 000be000 fc:02 87427792                   /home/biocbuild/bbs-3.6-bioc/R/library/Matrix/libs/Matrix.so
7f90a9e73000-7f90a9e76000 rw-p 000bf000 fc:02 87427792                   /home/biocbuild/bbs-3.6-bioc/R/library/Matrix/libs/Matrix.so
7f90a9e76000-7f90aa119000 rw-p 00000000 00:00 0 
7f90aa119000-7f90aa11c000 r-xp 00000000 fc:02 87299323                   /home/biocbuild/bbs-3.6-bioc/R/library/lattice/libs/lattice.so
7f90aa11c000-7f90aa31b000 ---p 00003000 fc:02 87299323                   /home/biocbuild/bbs-3.6-bioc/R/library/lattice/libs/lattice.so
7f90aa31b000-7f90aa31c000 r--p 00002000 fc:02 87299323                   /home/biocbuild/bbs-3.6-bioc/R/library/lattice/libs/lattice.so
7f90aa31c000-7f90aa31d000 rw-p 00003000 fc:02 87299323                   /home/biocbuild/bbs-3.6-bioc/R/library/lattice/libs/lattice.so
7f90aa31d000-7f90aa33a000 r-xp 00000000 fc:02 87298487                   /home/biocbuild/bbs-3.6-bioc/R/library/grid/libs/grid.so
7f90aa33a000-7f90aa539000 ---p 0001d000 fc:02 87298487                   /home/biocbuild/bbs-3.6-bioc/R/library/grid/libs/grid.so
7f90aa539000-7f90aa53a000 r--p 0001c000 fc:02 87298487                   /home/biocbuild/bbs-3.6-bioc/R/library/grid/libs/grid.so
7f90aa53a000-7f90aa53b000 rw-p 0001d000 fc:02 87298487                   /home/biocbuild/bbs-3.6-bioc/R/library/grid/libs/grid.so
7f90aa53b000-7f90aa731000 r-xp 00000000 fc:02 87296815                   /home/biocbuild/bbs-3.6-bioc/R/library/matrixStats/libs/matrixStats.so
7f90aa731000-7f90aa930000 ---p 001f6000 fc:02 87296815                   /home/biocbuild/bbs-3.6-bioc/R/library/matrixStats/libs/matrixStats.so
7f90aa930000-7f90aa931000 r--p 001f5000 fc:02 87296815                   /home/biocbuild/bbs-3.6-bioc/R/library/matrixStats/libs/matrixStats.so
7f90aa931000-7f90aa934000 rw-p 001f6000 fc:02 87296815                   /home/biocbuild/bbs-3.6-bioc/R/library/matrixStats/libs/matrixStats.so
7f90aa934000-7f90aa939000 r-xp 00000000 fc:02 88739915                   /home/biocbuild/bbs-3.6-bioc/R/library/Biobase/libs/Biobase.so
7f90aa939000-7f90aab38000 ---p 00005000 fc:02 88739915                   /home/biocbuild/bbs-3.6-bioc/R/library/Biobase/libs/Biobase.so
7f90aab38000-7f90aab39000 r--p 00004000 fc:02 88739915                   /home/biocbuild/bbs-3.6-bioc/R/library/Biobase/libs/Biobase.so
7f90aab39000-7f90aab3a000 rw-p 00005000 fc:02 88739915                   /home/biocbuild/bbs-3.6-bioc/R/library/Biobase/libs/Biobase.so
7f90aab3a000-7f90aabb0000 r-xp 00000000 fc:02 94113155                   /home/biocbuild/bbs-3.6-bioc/R/library/Rsamtools/libs/Rsamtools.so
7f90aabb0000-7f90aadb0000 ---p 00076000 fc:02 94113155                   /home/biocbuild/bbs-3.6-bioc/R/library/Rsamtools/libs/Rsamtools.so
7f90aadb0000-7f90aadb1000 r--p 00076000 fc:02 94113155                   /home/biocbuild/bbs-3.6-bioc/R/library/Rsamtools/libs/Rsamtools.so
7f90aadb1000-7f90aadb3000 rw-p 00077000 fc:02 94113155                   /home/biocbuild/bbs-3.6-bioc/R/library/Rsamtools/libs/Rsamtools.so
7f90aadb3000-7f90aadcd000 r-xp 00000000 fc:02 92931177                   /home/biocbuild/bbs-3.6-bioc/R/library/BiocParallel/libs/BiocParallel.so
7f90aadcd000-7f90aafcd000 ---p 0001a000 fc:02 92931177                   /home/biocbuild/bbs-3.6-bioc/R/library/BiocParallel/libs/BiocParallel.so
7f90aafcd000-7f90aafce000 r--p 0001a000 fc:02 92931177                   /home/biocbuild/bbs-3.6-bioc/R/library/BiocParallel/libs/BiocParallel.so
7f90aafce000-7f90aafcf000 rw-p 0001b000 fc:02 92931177                   /home/biocbuild/bbs-3.6-bioc/R/library/BiocParallel/libs/BiocParallel.so
7f90aafcf000-7f90ab180000 r-xp 00000000 fc:00 1451956                    /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.3
7f90ab180000-7f90ab37f000 ---p 001b1000 fc:00 1451956                    /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.3
7f90ab37f000-7f90ab387000 r--p 001b0000 fc:00 1451956                    /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.3
7f90ab387000-7f90ab389000 rw-p 001b8000 fc:00 1451956                    /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.3
7f90ab389000-7f90ab38a000 rw-p 00000000 00:00 0 
7f90ab38a000-7f90ab3a8000 r-xp 00000000 fc:02 88736341                   /home/biocbuild/bbs-3.6-bioc/R/library/XML/libs/XML.so
7f90ab3a8000-7f90ab5a8000 ---p 0001e000 fc:02 88736341                   /home/biocbuild/bbs-3.6-bioc/R/library/XML/libs/XML.so
7f90ab5a8000-7f90ab5a9000 r--p 0001e000 fc:02 88736341                   /home/biocbuild/bbs-3.6-bioc/R/library/XML/libs/XML.so
7f90ab5a9000-7f90ab5ab000 rw-p 0001f000 fc:02 88736341                   /home/biocbuild/bbs-3.6-bioc/R/library/XML/libs/XML.so
7f90ab5ab000-7f90ab5bf000 r-xp 00000000 fc:02 87297862                   /home/biocbuild/bbs-3.6-bioc/R/library/tools/libs/tools.so
7f90ab5bf000-7f90ab7bf000 ---p 00014000 fc:02 87297862                   /home/biocbuild/bbs-3.6-bioc/R/library/tools/libs/tools.so
7f90ab7bf000-7f90ab7c0000 r--p 00014000 fc:02 87297862                   /home/biocbuild/bbs-3.6-bioc/R/library/tools/libs/tools.so
7f90ab7c0000-7f90ab7c1000 rw-p 00015000 fc:02 87297862                   /home/biocbuild/bbs-3.6-bioc/R/library/tools/libs/tools.so
7f90ab7c1000-7f90ab7ca000 r-xp 00000000 fc:02 93979967                   /home/biocbuild/bbs-3.6-bioc/R/library/GenomicRanges/libs/GenomicRanges.so
7f90ab7ca000-7f90ab9c9000 ---p 00009000 fc:02 93979967                   /home/biocbuild/bbs-3.6-bioc/R/library/GenomicRanges/libs/GenomicRanges.so
7f90ab9c9000-7f90ab9ca000 r--p 00008000 fc:02 93979967                   /home/biocbuild/bbs-3.6-bioc/R/library/GenomicRanges/libs/GenomicRanges.so
7f90ab9ca000-7f90ab9cb000 rw-p 00009000 fc:02 93979967                   /home/biocbuild/bbs-3.6-bioc/R/library/GenomicRanges/libs/GenomicRanges.so
7f90ab9cb000-7f90ab9d4000 r-xp 00000000 fc:00 1046676                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f90ab9d4000-7f90abbd3000 ---p 00009000 fc:00 1046676                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f90abbd3000-7f90abbd4000 r--p 00008000 fc:00 1046676                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f90abbd4000-7f90abbd5000 rw-p 00009000 fc:00 1046676                    /lib/x86_64-linux-gnu/libcrypt-2.23.so
7f90abbd5000-7f90abc03000 rw-p 00000000 00:00 0 
7f90abc03000-7f90abcd2000 r-xp 00000000 fc:00 1441356                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f90abcd2000-7f90abed2000 ---p 000cf000 fc:00 1441356                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f90abed2000-7f90abed5000 r--p 000cf000 fc:00 1441356                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f90abed5000-7f90abed7000 rw-p 000d2000 fc:00 1441356                    /usr/lib/x86_64-linux-gnu/libsqlite3.so.0.8.6
7f90abed7000-7f90abed8000 rw-p 00000000 00:00 0 
7f90abed8000-7f90abf1f000 r-xp 00000000 fc:00 1445476                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f90abf1f000-7f90ac11e000 ---p 00047000 fc:00 1445476                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f90ac11e000-7f90ac120000 r--p 00046000 fc:00 1445476                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f90ac120000-7f90ac122000 rw-p 00048000 fc:00 1445476                    /usr/lib/x86_64-linux-gnu/libhx509.so.5.0.0
7f90ac122000-7f90ac123000 rw-p 00000000 00:00 0 
7f90ac123000-7f90ac131000 r-xp 00000000 fc:00 1445472                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f90ac131000-7f90ac330000 ---p 0000e000 fc:00 1445472                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f90ac330000-7f90ac331000 r--p 0000d000 fc:00 1445472                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f90ac331000-7f90ac332000 rw-p 0000e000 fc:00 1445472                    /usr/lib/x86_64-linux-gnu/libheimbase.so.1.0.0
7f90ac332000-7f90ac359000 r-xp 00000000 fc:00 1445474                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f90ac359000-7f90ac559000 ---p 00027000 fc:00 1445474                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f90ac559000-7f90ac55a000 r--p 00027000 fc:00 1445474                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f90ac55a000-7f90ac55b000 rw-p 00028000 fc:00 1445474                    /usr/lib/x86_64-linux-gnu/libwind.so.0.0.0
7f90ac55b000-7f90ac570000 r-xp 00000000 fc:00 1452155                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f90ac570000-7f90ac76f000 ---p 00015000 fc:00 1452155                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f90ac76f000-7f90ac770000 r--p 00014000 fc:00 1452155                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f90ac770000-7f90ac771000 rw-p 00015000 fc:00 1452155                    /usr/lib/x86_64-linux-gnu/libroken.so.18.1.0
7f90ac771000-7f90ac7a1000 r-xp 00000000 fc:00 1445470                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f90ac7a1000-7f90ac9a1000 ---p 00030000 fc:00 1445470                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f90ac9a1000-7f90ac9a2000 r--p 00030000 fc:00 1445470                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f90ac9a2000-7f90ac9a3000 rw-p 00031000 fc:00 1445470                    /usr/lib/x86_64-linux-gnu/libhcrypto.so.4.1.0
7f90ac9a3000-7f90ac9a4000 rw-p 00000000 00:00 0 
7f90ac9a4000-7f90aca43000 r-xp 00000000 fc:00 1445468                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f90aca43000-7f90acc42000 ---p 0009f000 fc:00 1445468                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f90acc42000-7f90acc43000 r--p 0009e000 fc:00 1445468                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f90acc43000-7f90acc46000 rw-p 0009f000 fc:00 1445468                    /usr/lib/x86_64-linux-gnu/libasn1.so.8.0.0
7f90acc46000-7f90accca000 r-xp 00000000 fc:00 1445478                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f90accca000-7f90acec9000 ---p 00084000 fc:00 1445478                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f90acec9000-7f90acecc000 r--p 00083000 fc:00 1445478                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f90acecc000-7f90acecf000 rw-p 00086000 fc:00 1445478                    /usr/lib/x86_64-linux-gnu/libkrb5.so.26.0.0
7f90acecf000-7f90aced0000 rw-p 00000000 00:00 0 
7f90aced0000-7f90aced8000 r-xp 00000000 fc:00 1445480                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f90aced8000-7f90ad0d7000 ---p 00008000 fc:00 1445480                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f90ad0d7000-7f90ad0d8000 r--p 00007000 fc:00 1445480                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f90ad0d8000-7f90ad0d9000 rw-p 00008000 fc:00 1445480                    /usr/lib/x86_64-linux-gnu/libheimntlm.so.0.1.0
7f90ad0d9000-7f90ad0dc000 r-xp 00000000 fc:00 1051133                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f90ad0dc000-7f90ad2db000 ---p 00003000 fc:00 1051133                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f90ad2db000-7f90ad2dc000 r--p 00002000 fc:00 1051133                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f90ad2dc000-7f90ad2dd000 rw-p 00003000 fc:00 1051133                    /lib/x86_64-linux-gnu/libkeyutils.so.1.5
7f90ad2dd000-7f90ad2e4000 r-xp 00000000 fc:00 1441316                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f90ad2e4000-7f90ad4e3000 ---p 00007000 fc:00 1441316                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f90ad4e3000-7f90ad4e4000 r--p 00006000 fc:00 1441316                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f90ad4e4000-7f90ad4e5000 rw-p 00007000 fc:00 1441316                    /usr/lib/x86_64-linux-gnu/libffi.so.6.0.4
7f90ad4e5000-7f90ad522000 r-xp 00000000 fc:00 1445482                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f90ad522000-7f90ad722000 ---p 0003d000 fc:00 1445482                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f90ad722000-7f90ad723000 r--p 0003d000 fc:00 1445482                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f90ad723000-7f90ad725000 rw-p 0003e000 fc:00 1445482                    /usr/lib/x86_64-linux-gnu/libgssapi.so.3.0.0
7f90ad725000-7f90ad726000 rw-p 00000000 00:00 0 
7f90ad726000-7f90ad73f000 r-xp 00000000 fc:00 1445486                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f90ad73f000-7f90ad93f000 ---p 00019000 fc:00 1445486                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f90ad93f000-7f90ad940000 r--p 00019000 fc:00 1445486                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f90ad940000-7f90ad941000 rw-p 0001a000 fc:00 1445486                    /usr/lib/x86_64-linux-gnu/libsasl2.so.2.0.25
7f90ad941000-7f90ad958000 r-xp 00000000 fc:00 1046690                    /lib/x86_64-linux-gnu/libresolv-2.23.so
7f90ad958000-7f90adb58000 ---p 00017000 fc:00 1046690                    /lib/x86_64-linux-gnu/libresolv-2.23.so
7f90adb58000-7f90adb59000 r--p 00017000 fc:00 1046690                    /lib/x86_64-linux-gnu/libresolv-2.23.so
7f90adb59000-7f90adb5a000 rw-p 00018000 fc:00 1046690                    /lib/x86_64-linux-gnu/libresolv-2.23.so
7f90adb5a000-7f90adb5c000 rw-p 00000000 00:00 0 
7f90adb5c000-7f90adb66000 r-xp 00000000 fc:00 1445465                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f90adb66000-7f90add65000 ---p 0000a000 fc:00 1445465                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f90add65000-7f90add66000 r--p 00009000 fc:00 1445465                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f90add66000-7f90add67000 rw-p 0000a000 fc:00 1445465                    /usr/lib/x86_64-linux-gnu/libkrb5support.so.0.1
7f90add67000-7f90add6a000 r-xp 00000000 fc:00 1047039                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f90add6a000-7f90adf69000 ---p 00003000 fc:00 1047039                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f90adf69000-7f90adf6a000 r--p 00002000 fc:00 1047039                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f90adf6a000-7f90adf6b000 rw-p 00003000 fc:00 1047039                    /lib/x86_64-linux-gnu/libcom_err.so.2.1
7f90adf6b000-7f90adf97000 r-xp 00000000 fc:00 1440395                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f90adf97000-7f90ae196000 ---p 0002c000 fc:00 1440395                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f90ae196000-7f90ae198000 r--p 0002b000 fc:00 1440395                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f90ae198000-7f90ae199000 rw-p 0002d000 fc:00 1440395                    /usr/lib/x86_64-linux-gnu/libk5crypto.so.3.1
7f90ae199000-7f90ae19a000 rw-p 00000000 00:00 0 
7f90ae19a000-7f90ae25d000 r-xp 00000000 fc:00 1445467                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f90ae25d000-7f90ae45d000 ---p 000c3000 fc:00 1445467                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f90ae45d000-7f90ae46a000 r--p 000c3000 fc:00 1445467                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f90ae46a000-7f90ae46c000 rw-p 000d0000 fc:00 1445467                    /usr/lib/x86_64-linux-gnu/libkrb5.so.3.3
7f90ae46c000-7f90ae47d000 r-xp 00000000 fc:00 1442465                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f90ae47d000-7f90ae67d000 ---p 00011000 fc:00 1442465                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f90ae67d000-7f90ae67e000 r--p 00011000 fc:00 1442465                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f90ae67e000-7f90ae67f000 rw-p 00012000 fc:00 1442465                    /usr/lib/x86_64-linux-gnu/libtasn1.so.6.5.1
7f90ae67f000-7f90ae6d8000 r-xp 00000000 fc:00 1440707                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f90ae6d8000-7f90ae8d7000 ---p 00059000 fc:00 1440707                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f90ae8d7000-7f90ae8e1000 r--p 00058000 fc:00 1440707                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f90ae8e1000-7f90ae8e3000 rw-p 00062000 fc:00 1440707                    /usr/lib/x86_64-linux-gnu/libp11-kit.so.0.1.0
7f90ae8e3000-7f90ae962000 r-xp 00000000 fc:00 1441324                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f90ae962000-7f90aeb61000 ---p 0007f000 fc:00 1441324                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f90aeb61000-7f90aeb62000 r--p 0007e000 fc:00 1441324                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f90aeb62000-7f90aeb63000 rw-p 0007f000 fc:00 1441324                    /usr/lib/x86_64-linux-gnu/libgmp.so.10.3.0
7f90aeb63000-7f90aeb95000 r-xp 00000000 fc:00 1441002                    /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f90aeb95000-7f90aed94000 ---p 00032000 fc:00 1441002                    /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f90aed94000-7f90aed95000 r--p 00031000 fc:00 1441002                    /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f90aed95000-7f90aed96000 rw-p 00032000 fc:00 1441002                    /usr/lib/x86_64-linux-gnu/libhogweed.so.4.2
7f90aed96000-7f90aede3000 r-xp 00000000 fc:00 1440685                    /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.5
7f90aede3000-7f90aefe2000 ---p 0004d000 fc:00 1440685                    /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.5
7f90aefe2000-7f90aefe4000 r--p 0004c000 fc:00 1440685                    /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.5
7f90aefe4000-7f90aefe5000 rw-p 0004e000 fc:00 1440685                    /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2.10.5
7f90aefe5000-7f90aefe7000 rw-p 00000000 00:00 0 
7f90aefe7000-7f90aeff4000 r-xp 00000000 fc:00 1442366                    /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.5
7f90aeff4000-7f90af1f4000 ---p 0000d000 fc:00 1442366                    /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.5
7f90af1f4000-7f90af1f5000 r--p 0000d000 fc:00 1442366                    /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.5
7f90af1f5000-7f90af1f6000 rw-p 0000e000 fc:00 1442366                    /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2.10.5
7f90af1f6000-7f90af23d000 r-xp 00000000 fc:00 1445463                    /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f90af23d000-7f90af43c000 ---p 00047000 fc:00 1445463                    /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f90af43c000-7f90af43e000 r--p 00046000 fc:00 1445463                    /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f90af43e000-7f90af440000 rw-p 00048000 fc:00 1445463                    /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2.2
7f90af440000-7f90af563000 r-xp 00000000 fc:00 1439408                    /usr/lib/x86_64-linux-gnu/libgnutls.so.30.6.2
7f90af563000-7f90af762000 ---p 00123000 fc:00 1439408                    /usr/lib/x86_64-linux-gnu/libgnutls.so.30.6.2
7f90af762000-7f90af76d000 r--p 00122000 fc:00 1439408                    /usr/lib/x86_64-linux-gnu/libgnutls.so.30.6.2
7f90af76d000-7f90af76f000 rw-p 0012d000 fc:00 1439408                    /usr/lib/x86_64-linux-gnu/libgnutls.so.30.6.2
7f90af76f000-7f90af770000 rw-p 00000000 00:00 0 
7f90af770000-7f90af7a4000 r-xp 00000000 fc:00 1441004                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f90af7a4000-7f90af9a3000 ---p 00034000 fc:00 1441004                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f90af9a3000-7f90af9a5000 r--p 00033000 fc:00 1441004                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f90af9a5000-7f90af9a6000 rw-p 00035000 fc:00 1441004                    /usr/lib/x86_64-linux-gnu/libnettle.so.6.2
7f90af9a6000-7f90af9c1000 r-xp 00000000 fc:00 1451474                    /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f90af9c1000-7f90afbc0000 ---p 0001b000 fc:00 1451474                    /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f90afbc0000-7f90afbc1000 r--p 0001a000 fc:00 1451474                    /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f90afbc1000-7f90afbc2000 rw-p 0001b000 fc:00 1451474                    /usr/lib/x86_64-linux-gnu/librtmp.so.1
7f90afbc2000-7f90afbf3000 r-xp 00000000 fc:00 1439341                    /usr/lib/x86_64-linux-gnu/libidn.so.11.6.15
7f90afbf3000-7f90afdf3000 ---p 00031000 fc:00 1439341                    /usr/lib/x86_64-linux-gnu/libidn.so.11.6.15
7f90afdf3000-7f90afdf4000 r--p 00031000 fc:00 1439341                    /usr/lib/x86_64-linux-gnu/libidn.so.11.6.15
7f90afdf4000-7f90afdf5000 rw-p 00032000 fc:00 1439341                    /usr/lib/x86_64-linux-gnu/libidn.so.11.6.15
7f90afdf5000-7f90afe5e000 r-xp 00000000 fc:00 1444012                    /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.4.0
7f90afe5e000-7f90b005e000 ---p 00069000 fc:00 1444012                    /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.4.0
7f90b005e000-7f90b0061000 r--p 00069000 fc:00 1444012                    /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.4.0
7f90b0061000-7f90b0062000 rw-p 0006c000 fc:00 1444012                    /usr/lib/x86_64-linux-gnu/libcurl-gnutls.so.4.4.0
7f90b0062000-7f90b006e000 r-xp 00000000 fc:02 88739626                   /home/biocbuild/bbs-3.6-bioc/R/library/RCurl/libs/RCurl.so
7f90b006e000-7f90b026d000 ---p 0000c000 fc:02 88739626                   /home/biocbuild/bbs-3.6-bioc/R/library/RCurl/libs/RCurl.so
7f90b026d000-7f90b026e000 r--p 0000b000 fc:02 88739626                   /home/biocbuild/bbs-3.6-bioc/R/library/RCurl/libs/RCurl.so
7f90b026e000-7f90b0272000 rw-p 0000c000 fc:02 88739626                   /home/biocbuild/bbs-3.6-bioc/R/library/RCurl/libs/RCurl.so
7f90b0272000-7f90b0274000 r-xp 00000000 fc:02 87819870                   /home/biocbuild/bbs-3.6-bioc/R/library/bitops/libs/bitops.so
7f90b0274000-7f90b0474000 ---p 00002000 fc:02 87819870                   /home/biocbuild/bbs-3.6-bioc/R/library/bitops/libs/bitops.so
7f90b0474000-7f90b0475000 r--p 00002000 fc:02 87819870                   /home/biocbuild/bbs-3.6-bioc/R/library/bitops/libs/bitops.so
7f90b0475000-7f90b0476000 rw-p 00003000 fc:02 87819870                   /home/biocbuild/bbs-3.6-bioc/R/library/bitops/libs/bitops.so
7f90b0476000-7f90b04aa000 r-xp 00000000 fc:02 93982177                   /home/biocbuild/bbs-3.6-bioc/R/library/Biostrings/libs/Biostrings.so
7f90b04aa000-7f90b06a9000 ---p 00034000 fc:02 93982177                   /home/biocbuild/bbs-3.6-bioc/R/library/Biostrings/libs/Biostrings.so
7f90b06a9000-7f90b06aa000 r--p 00033000 fc:02 93982177                   /home/biocbuild/bbs-3.6-bioc/R/library/Biostrings/libs/Biostrings.so
7f90b06aa000-7f90b06ab000 rw-p 00034000 fc:02 93982177                   /home/biocbuild/bbs-3.6-bioc/R/library/Biostrings/libs/Biostrings.so
7f90b06ab000-7f90b2d14000 rw-p 00000000 00:00 0 
7f90b2d14000-7f90b2d2c000 r-xp 00000000 fc:02 93849687                   /home/biocbuild/bbs-3.6-bioc/R/library/XVector/libs/XVector.so
7f90b2d2c000-7f90b2f2c000 ---p 00018000 fc:02 93849687                   /home/biocbuild/bbs-3.6-bioc/R/library/XVector/libs/XVector.so
7f90b2f2c000-7f90b2f2d000 r--p 00018000 fc:02 93849687                   /home/biocbuild/bbs-3.6-bioc/R/library/XVector/libs/XVector.so
7f90b2f2d000-7f90b2f2e000 rw-p 00019000 fc:02 93849687                   /home/biocbuild/bbs-3.6-bioc/R/library/XVector/libs/XVector.so
7f90b2f2e000-7f90b2f49000 r-xp 00000000 fc:02 92409002                   /home/biocbuild/bbs-3.6-bioc/R/library/IRanges/libs/IRanges.so
7f90b2f49000-7f90b3149000 ---p 0001b000 fc:02 92409002                   /home/biocbuild/bbs-3.6-bioc/R/library/IRanges/libs/IRanges.so
7f90b3149000-7f90b314a000 r--p 0001b000 fc:02 92409002                   /home/biocbuild/bbs-3.6-bioc/R/library/IRanges/libs/IRanges.so
7f90b314a000-7f90b314b000 rw-p 0001c000 fc:02 92409002                   /home/biocbuild/bbs-3.6-bioc/R/library/IRanges/libs/IRanges.so
7f90b314b000-7f90b316a000 r-xp 00000000 fc:02 88740632                   /home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/libs/S4Vectors.so
7f90b316a000-7f90b3369000 ---p 0001f000 fc:02 88740632                   /home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/libs/S4Vectors.so
7f90b3369000-7f90b336a000 r--p 0001e000 fc:02 88740632                   /home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/libs/S4Vectors.so
7f90b336a000-7f90b336b000 rw-p 0001f000 fc:02 88740632                   /home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/libs/S4Vectors.so
7f90b336b000-7f90b789f000 rw-p 00000000 00:00 0 
7f90b789f000-7f90b78aa000 r-xp 00000000 fc:00 1046675                    /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f90b78aa000-7f90b7aa9000 ---p 0000b000 fc:00 1046675                    /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f90b7aa9000-7f90b7aaa000 r--p 0000a000 fc:00 1046675                    /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f90b7aaa000-7f90b7aab000 rw-p 0000b000 fc:00 1046675                    /lib/x86_64-linux-gnu/libnss_files-2.23.so
7f90b7aab000-7f90b7ab1000 rw-p 00000000 00:00 0 
7f90b7ab1000-7f90b7abc000 r-xp 00000000 fc:00 1046678                    /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f90b7abc000-7f90b7cbb000 ---p 0000b000 fc:00 1046678                    /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f90b7cbb000-7f90b7cbc000 r--p 0000a000 fc:00 1046678                    /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f90b7cbc000-7f90b7cbd000 rw-p 0000b000 fc:00 1046678                    /lib/x86_64-linux-gnu/libnss_nis-2.23.so
7f90b7cbd000-7f90b7cd3000 r-xp 00000000 fc:00 1046660                    /lib/x86_64-linux-gnu/libnsl-2.23.so
7f90b7cd3000-7f90b7ed2000 ---p 00016000 fc:00 1046660                    /lib/x86_64-linux-gnu/libnsl-2.23.so
7f90b7ed2000-7f90b7ed3000 r--p 00015000 fc:00 1046660                    /lib/x86_64-linux-gnu/libnsl-2.23.so
7f90b7ed3000-7f90b7ed4000 rw-p 00016000 fc:00 1046660                    /lib/x86_64-linux-gnu/libnsl-2.23.so
7f90b7ed4000-7f90b7ed6000 rw-p 00000000 00:00 0 
7f90b7ed6000-7f90b7ede000 r-xp 00000000 fc:00 1046685                    /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f90b7ede000-7f90b80dd000 ---p 00008000 fc:00 1046685                    /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f90b80dd000-7f90b80de000 r--p 00007000 fc:00 1046685                    /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f90b80de000-7f90b80df000 rw-p 00008000 fc:00 1046685                    /lib/x86_64-linux-gnu/libnss_compat-2.23.so
7f90b80df000-7f90b80e4000 r-xp 00000000 fc:02 87298623                   /home/biocbuild/bbs-3.6-bioc/R/library/parallel/libs/parallel.so
7f90b80e4000-7f90b82e3000 ---p 00005000 fc:02 87298623                   /home/biocbuild/bbs-3.6-bioc/R/library/parallel/libs/parallel.so
7f90b82e3000-7f90b82e4000 r--p 00004000 fc:02 87298623                   /home/biocbuild/bbs-3.6-bioc/R/library/parallel/libs/parallel.so
7f90b82e4000-7f90b82e5000 rw-p 00005000 fc:02 87298623                   /home/biocbuild/bbs-3.6-bioc/R/library/parallel/libs/parallel.so
7f90b82e5000-7f90b8323000 r-xp 00000000 fc:00 1444016                    /usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0
7f90b8323000-7f90b8522000 ---p 0003e000 fc:00 1444016                    /usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0
7f90b8522000-7f90b8523000 r--p 0003d000 fc:00 1444016                    /usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0
7f90b8523000-7f90b8524000 rw-p 0003e000 fc:00 1444016                    /usr/lib/x86_64-linux-gnu/libquadmath.so.0.0.0
7f90b8524000-7f90b864d000 r-xp 00000000 fc:00 1444923                    /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0
7f90b864d000-7f90b884c000 ---p 00129000 fc:00 1444923                    /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0
7f90b884c000-7f90b884d000 r--p 00128000 fc:00 1444923                    /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0
7f90b884d000-7f90b884f000 rw-p 00129000 fc:00 1444923                    /usr/lib/x86_64-linux-gnu/libgfortran.so.3.0.0
7f90b884f000-7f90b8a31000 r-xp 00000000 fc:02 87296007                   /home/biocbuild/bbs-3.6-bioc/R/lib/libRlapack.so
7f90b8a31000-7f90b8c30000 ---p 001e2000 fc:02 87296007                   /home/biocbuild/bbs-3.6-bioc/R/lib/libRlapack.so
7f90b8c30000-7f90b8c31000 r--p 001e1000 fc:02 87296007                   /home/biocbuild/bbs-3.6-bioc/R/lib/libRlapack.so
7f90b8c31000-7f90b8c32000 rw-p 001e2000 fc:02 87296007                   /home/biocbuild/bbs-3.6-bioc/R/lib/libRlapack.so
7f90b8c32000-7f90b8c72000 r-xp 00000000 fc:02 87298361                   /home/biocbuild/bbs-3.6-bioc/R/library/graphics/libs/graphics.so
7f90b8c72000-7f90b8e71000 ---p 00040000 fc:02 87298361                   /home/biocbuild/bbs-3.6-bioc/R/library/graphics/libs/graphics.so
7f90b8e71000-7f90b8e72000 r--p 0003f000 fc:02 87298361                   /home/biocbuild/bbs-3.6-bioc/R/library/graphics/libs/graphics.so
7f90b8e72000-7f90b8e73000 rw-p 00040000 fc:02 87298361                   /home/biocbuild/bbs-3.6-bioc/R/library/graphics/libs/graphics.so
7f90b8e73000-7f90b8ea8000 r-xp 00000000 fc:02 87298322                   /home/biocbuild/bbs-3.6-bioc/R/library/grDevices/libs/grDevices.so
7f90b8ea8000-7f90b90a7000 ---p 00035000 fc:02 87298322                   /home/biocbuild/bbs-3.6-bioc/R/library/grDevices/libs/grDevices.so
7f90b90a7000-7f90b90ac000 r--p 00034000 fc:02 87298322                   /home/biocbuild/bbs-3.6-bioc/R/library/grDevices/libs/grDevices.so
7f90b90ac000-7f90b90ae000 rw-p 00039000 fc:02 87298322                   /home/biocbuild/bbs-3.6-bioc/R/library/grDevices/libs/grDevices.so
7f90b90ae000-7f90b90af000 rw-p 00000000 00:00 0 
7f90b90af000-7f90b90b9000 r-xp 00000000 fc:02 87297970                   /home/biocbuild/bbs-3.6-bioc/R/library/utils/libs/utils.so
7f90b90b9000-7f90b92b9000 ---p 0000a000 fc:02 87297970                   /home/biocbuild/bbs-3.6-bioc/R/library/utils/libs/utils.so
7f90b92b9000-7f90b92ba000 r--p 0000a000 fc:02 87297970                   /home/biocbuild/bbs-3.6-bioc/R/library/utils/libs/utils.so
7f90b92ba000-7f90b92bb000 rw-p 0000b000 fc:02 87297970                   /home/biocbuild/bbs-3.6-bioc/R/library/utils/libs/utils.so
7f90b92bb000-7f90b92bc000 rw-p 00000000 00:00 0 
7f90b93ae000-7f90b9450000 r-xp 00000000 fc:02 87298383                   /home/biocbuild/bbs-3.6-bioc/R/library/stats/libs/stats.so
7f90b9450000-7f90b9650000 ---p 000a2000 fc:02 87298383                   /home/biocbuild/bbs-3.6-bioc/R/library/stats/libs/stats.so
7f90b9650000-7f90b9652000 r--p 000a2000 fc:02 87298383                   /home/biocbuild/bbs-3.6-bioc/R/library/stats/libs/stats.so
7f90b9652000-7f90b9654000 rw-p 000a4000 fc:02 87298383                   /home/biocbuild/bbs-3.6-bioc/R/library/stats/libs/stats.so
7f90b9654000-7f90b972d000 rw-p 00000000 00:00 0 
7f90b972d000-7f90b972f000 r-xp 00000000 fc:00 1463316                    /usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so
7f90b972f000-7f90b992e000 ---p 00002000 fc:00 1463316                    /usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so
7f90b992e000-7f90b992f000 r--p 00001000 fc:00 1463316                    /usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so
7f90b992f000-7f90b9930000 rw-p 00002000 fc:00 1463316                    /usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so
7f90b9930000-7f90b9a6a000 rw-p 00000000 00:00 0 
7f90b9a6a000-7f90b9a72000 r-xp 00000000 fc:02 87298438                   /home/biocbuild/bbs-3.6-bioc/R/library/methods/libs/methods.so
7f90b9a72000-7f90b9c71000 ---p 00008000 fc:02 87298438                   /home/biocbuild/bbs-3.6-bioc/R/library/methods/libs/methods.so
7f90b9c71000-7f90b9c72000 r--p 00007000 fc:02 87298438                   /home/biocbuild/bbs-3.6-bioc/R/library/methods/libs/methods.so
7f90b9c72000-7f90b9c73000 rw-p 00008000 fc:02 87298438                   /home/biocbuild/bbs-3.6-bioc/R/library/methods/libs/methods.so
7f90b9cbb000-7f90b9ccb000 rwxp 00000000 00:00 0 
7f90b9ccb000-7f90b9fd9000 rw-p 00000000 00:00 0 
7f90b9fd9000-7f90ba2b1000 r--p 00000000 fc:00 1442399                    /usr/lib/locale/locale-archive
7f90ba2b1000-7f90ba2c7000 r-xp 00000000 fc:00 1047058                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7f90ba2c7000-7f90ba4c6000 ---p 00016000 fc:00 1047058                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7f90ba4c6000-7f90ba4c7000 rw-p 00015000 fc:00 1047058                    /lib/x86_64-linux-gnu/libgcc_s.so.1
7f90ba4c7000-7f90ba639000 r-xp 00000000 fc:00 1446909                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f90ba639000-7f90ba839000 ---p 00172000 fc:00 1446909                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f90ba839000-7f90ba843000 r--p 00172000 fc:00 1446909                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f90ba843000-7f90ba845000 rw-p 0017c000 fc:00 1446909                    /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21
7f90ba845000-7f90ba849000 rw-p 00000000 00:00 0 
7f90ba849000-7f90bc0ff000 r-xp 00000000 fc:00 1450987                    /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7f90bc0ff000-7f90bc2fe000 ---p 018b6000 fc:00 1450987                    /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7f90bc2fe000-7f90bc2ff000 r--p 018b5000 fc:00 1450987                    /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7f90bc2ff000-7f90bc300000 rw-p 018b6000 fc:00 1450987                    /usr/lib/x86_64-linux-gnu/libicudata.so.55.1
7f90bc300000-7f90bc325000 r-xp 00000000 fc:00 1047143                    /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f90bc325000-7f90bc524000 ---p 00025000 fc:00 1047143                    /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f90bc524000-7f90bc528000 r--p 00024000 fc:00 1047143                    /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f90bc528000-7f90bc529000 rw-p 00028000 fc:00 1047143                    /lib/x86_64-linux-gnu/libtinfo.so.5.9
7f90bc529000-7f90bc54a000 r-xp 00000000 fc:00 1444022                    /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
7f90bc54a000-7f90bc749000 ---p 00021000 fc:00 1444022                    /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
7f90bc749000-7f90bc74a000 r--p 00020000 fc:00 1444022                    /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
7f90bc74a000-7f90bc74b000 rw-p 00021000 fc:00 1444022                    /usr/lib/x86_64-linux-gnu/libgomp.so.1.0.0
7f90bc74b000-7f90bc99d000 r-xp 00000000 fc:00 1450986                    /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
7f90bc99d000-7f90bcb9d000 ---p 00252000 fc:00 1450986                    /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
7f90bcb9d000-7f90bcbac000 r--p 00252000 fc:00 1450986                    /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
7f90bcbac000-7f90bcbad000 rw-p 00261000 fc:00 1450986                    /usr/lib/x86_64-linux-gnu/libicui18n.so.55.1
7f90bcbad000-7f90bcd2c000 r-xp 00000000 fc:00 1450989                    /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7f90bcd2c000-7f90bcf2c000 ---p 0017f000 fc:00 1450989                    /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7f90bcf2c000-7f90bcf3c000 r--p 0017f000 fc:00 1450989                    /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7f90bcf3c000-7f90bcf3d000 rw-p 0018f000 fc:00 1450989                    /usr/lib/x86_64-linux-gnu/libicuuc.so.55.1
7f90bcf3d000-7f90bcf41000 rw-p 00000000 00:00 0 
7f90bcf41000-7f90bcf44000 r-xp 00000000 fc:00 1046684                    /lib/x86_64-linux-gnu/libdl-2.23.so
7f90bcf44000-7f90bd143000 ---p 00003000 fc:00 1046684                    /lib/x86_64-linux-gnu/libdl-2.23.so
7f90bd143000-7f90bd144000 r--p 00002000 fc:00 1046684                    /lib/x86_64-linux-gnu/libdl-2.23.so
7f90bd144000-7f90bd145000 rw-p 00003000 fc:00 1046684                    /lib/x86_64-linux-gnu/libdl-2.23.so
7f90bd145000-7f90bd14c000 r-xp 00000000 fc:00 1046681                    /lib/x86_64-linux-gnu/librt-2.23.so
7f90bd14c000-7f90bd34b000 ---p 00007000 fc:00 1046681                    /lib/x86_64-linux-gnu/librt-2.23.so
7f90bd34b000-7f90bd34c000 r--p 00006000 fc:00 1046681                    /lib/x86_64-linux-gnu/librt-2.23.so
7f90bd34c000-7f90bd34d000 rw-p 00007000 fc:00 1046681                    /lib/x86_64-linux-gnu/librt-2.23.so
7f90bd34d000-7f90bd366000 r-xp 00000000 fc:00 1047016                    /lib/x86_64-linux-gnu/libz.so.1.2.8
7f90bd366000-7f90bd565000 ---p 00019000 fc:00 1047016                    /lib/x86_64-linux-gnu/libz.so.1.2.8
7f90bd565000-7f90bd566000 r--p 00018000 fc:00 1047016                    /lib/x86_64-linux-gnu/libz.so.1.2.8
7f90bd566000-7f90bd567000 rw-p 00019000 fc:00 1047016                    /lib/x86_64-linux-gnu/libz.so.1.2.8
7f90bd567000-7f90bd576000 r-xp 00000000 fc:00 1047031                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f90bd576000-7f90bd775000 ---p 0000f000 fc:00 1047031                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f90bd775000-7f90bd776000 r--p 0000e000 fc:00 1047031                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f90bd776000-7f90bd777000 rw-p 0000f000 fc:00 1047031                    /lib/x86_64-linux-gnu/libbz2.so.1.0.4
7f90bd777000-7f90bd798000 r-xp 00000000 fc:00 1047072                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f90bd798000-7f90bd997000 ---p 00021000 fc:00 1047072                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f90bd997000-7f90bd998000 r--p 00020000 fc:00 1047072                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f90bd998000-7f90bd999000 rw-p 00021000 fc:00 1047072                    /lib/x86_64-linux-gnu/liblzma.so.5.0.0
7f90bd999000-7f90bda07000 r-xp 00000000 fc:00 1047112                    /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7f90bda07000-7f90bdc07000 ---p 0006e000 fc:00 1047112                    /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7f90bdc07000-7f90bdc08000 r--p 0006e000 fc:00 1047112                    /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7f90bdc08000-7f90bdc09000 rw-p 0006f000 fc:00 1047112                    /lib/x86_64-linux-gnu/libpcre.so.3.13.2
7f90bdc09000-7f90bdc46000 r-xp 00000000 fc:00 1047122                    /lib/x86_64-linux-gnu/libreadline.so.6.3
7f90bdc46000-7f90bde46000 ---p 0003d000 fc:00 1047122                    /lib/x86_64-linux-gnu/libreadline.so.6.3
7f90bde46000-7f90bde48000 r--p 0003d000 fc:00 1047122                    /lib/x86_64-linux-gnu/libreadline.so.6.3
7f90bde48000-7f90bde4e000 rw-p 0003f000 fc:00 1047122                    /lib/x86_64-linux-gnu/libreadline.so.6.3
7f90bde4e000-7f90bde4f000 rw-p 00000000 00:00 0 
7f90bde4f000-7f90bdf57000 r-xp 00000000 fc:00 1046694                    /lib/x86_64-linux-gnu/libm-2.23.so
7f90bdf57000-7f90be156000 ---p 00108000 fc:00 1046694                    /lib/x86_64-linux-gnu/libm-2.23.so
7f90be156000-7f90be157000 r--p 00107000 fc:00 1046694                    /lib/x86_64-linux-gnu/libm-2.23.so
7f90be157000-7f90be158000 rw-p 00108000 fc:00 1046694                    /lib/x86_64-linux-gnu/libm-2.23.so
7f90be158000-7f90be184000 r-xp 00000000 fc:02 87295924                   /home/biocbuild/bbs-3.6-bioc/R/lib/libRblas.so
7f90be184000-7f90be383000 ---p 0002c000 fc:02 87295924                   /home/biocbuild/bbs-3.6-bioc/R/lib/libRblas.so
7f90be383000-7f90be384000 r--p 0002b000 fc:02 87295924                   /home/biocbuild/bbs-3.6-bioc/R/lib/libRblas.so
7f90be384000-7f90be385000 rw-p 0002c000 fc:02 87295924                   /home/biocbuild/bbs-3.6-bioc/R/lib/libRblas.so
7f90be385000-7f90be545000 r-xp 00000000 fc:00 1046703                    /lib/x86_64-linux-gnu/libc-2.23.so
7f90be545000-7f90be745000 ---p 001c0000 fc:00 1046703                    /lib/x86_64-linux-gnu/libc-2.23.so
7f90be745000-7f90be749000 r--p 001c0000 fc:00 1046703                    /lib/x86_64-linux-gnu/libc-2.23.so
7f90be749000-7f90be74b000 rw-p 001c4000 fc:00 1046703                    /lib/x86_64-linux-gnu/libc-2.23.so
7f90be74b000-7f90be74f000 rw-p 00000000 00:00 0 
7f90be74f000-7f90be767000 r-xp 00000000 fc:00 1046677                    /lib/x86_64-linux-gnu/libpthread-2.23.so
7f90be767000-7f90be966000 ---p 00018000 fc:00 1046677                    /lib/x86_64-linux-gnu/libpthread-2.23.so
7f90be966000-7f90be967000 r--p 00017000 fc:00 1046677                    /lib/x86_64-linux-gnu/libpthread-2.23.so
7f90be967000-7f90be968000 rw-p 00018000 fc:00 1046677                    /lib/x86_64-linux-gnu/libpthread-2.23.so
7f90be968000-7f90be96c000 rw-p 00000000 00:00 0 
7f90be96c000-7f90bec20000 r-xp 00000000 fc:02 87295927                   /home/biocbuild/bbs-3.6-bioc/R/lib/libR.so
7f90bec20000-7f90bee1f000 ---p 002b4000 fc:02 87295927                   /home/biocbuild/bbs-3.6-bioc/R/lib/libR.so
7f90bee1f000-7f90bee3d000 r--p 002b3000 fc:02 87295927                   /home/biocbuild/bbs-3.6-bioc/R/lib/libR.so
7f90bee3d000-7f90bee49000 rw-p 002d1000 fc:02 87295927                   /home/biocbuild/bbs-3.6-bioc/R/lib/libR.so
7f90bee49000-7f90bef9a000 rw-p 00000000 00:00 0 
7f90bef9a000-7f90befc0000 r-xp 00000000 fc:00 1046661                    /lib/x86_64-linux-gnu/ld-2.23.so
7f90befce000-7f90bf1aa000 rw-p 00000000 00:00 0 
7f90bf1b4000-7f90bf1b5000 rw-p 00000000 00:00 0 
7f90bf1b5000-7f90bf1b6000 r--p 00000000 fc:02 87296322                   /home/biocbuild/bbs-3.6-bioc/R/library/translations/en/LC_MESSAGES/R.mo
7f90bf1b6000-7f90bf1bd000 r--s 00000000 fc:00 1463335                    /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
7f90bf1bd000-7f90bf1bf000 rw-p 00000000 00:00 0 
7f90bf1bf000-7f90bf1c0000 r--p 00025000 fc:00 1046661                    /lib/x86_64-linux-gnu/ld-2.23.so
7f90bf1c0000-7f90bf1c1000 rw-p 00026000 fc:00 1046661                    /lib/x86_64-linux-gnu/ld-2.23.so
7f90bf1c1000-7f90bf1c2000 rw-p 00000000 00:00 0 
7ffeb8291000-7ffeb82f9000 rw-p 00000000 00:00 0                          [stack]
7ffeb83d1000-7ffeb83d3000 r--p 00000000 00:00 0                          [vvar]
7ffeb83d3000-7ffeb83d5000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
Aborted (core dumped)
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE

Status: 1 ERROR, 4 NOTEs
See
  ‘/home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/00check.log’
for details.

rGADEM.Rcheck/00install.out:

* installing *source* package ‘rGADEM’ ...
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for gcc option to support OpenMP... -fopenmp
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dispatch/dispatch.h usability... no
checking dispatch/dispatch.h presence... no
checking for dispatch/dispatch.h... no
checking whether OpenMP will work in a package... yes
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/config.h
config.status: src/config.h is unchanged
** libs
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c Gadem_Analysis.c -o Gadem_Analysis.o
Gadem_Analysis.c: In function ‘GADEM_Analysis’:
Gadem_Analysis.c:182:59: warning: variable ‘totalSitesInput’ set but not used [-Wunused-but-set-variable]
   int cn[4],bcn[4],*seqCn,*bseqCn,avebnsites,avebnsiteSeq,totalSitesInput;
                                                           ^
Gadem_Analysis.c:174:7: warning: variable ‘generationNoMotif’ set but not used [-Wunused-but-set-variable]
   int generationNoMotif;                 // maximal number of GA generations in a GADEM cycle resulted in no motifs
       ^
Gadem_Analysis.c:113:12: warning: variable ‘logepwm’ set but not used [-Wunused-but-set-variable]
   double **logepwm;                      // log(em-optimized PWM)
            ^
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c align_sites.c -o align_sites.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c alloc.c -o alloc.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c background.c -o background.o
background.c: In function ‘ll_score_backg_model’:
background.c:1104:10: warning: variable ‘s1’ set but not used [-Wunused-but-set-variable]
    char *s1; 
          ^
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c base_frequency.c -o base_frequency.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c check_convergence.c -o check_convergence.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c check_pwm_dist.c -o check_pwm_dist.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c consensus.c -o consensus.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c construct_pwm.c -o construct_pwm.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c copy_pwm.c -o copy_pwm.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c crossover.c -o crossover.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c effect_seq_len.c -o effect_seq_len.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c evalue_meme.c -o evalue_meme.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c extend_alignment.c -o extend_alignment.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c initial_population.c -o initial_population.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c mask_sites.c -o mask_sites.o
mask_sites.c: In function ‘mask_repetitive’:
mask_sites.c:34:50: warning: variable ‘cn’ set but not used [-Wunused-but-set-variable]
    int maxNumKmer,maxKmerLen,klen,numKmer,pos,id,cn;
                                                  ^
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c mutation.c -o mutation.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c normalization.c -o normalization.o
normalization.c: In function ‘range’:
normalization.c:124:13: warning: implicit declaration of function ‘Rprintf’ [-Wimplicit-function-declaration]
   if(i==20) Rprintf("score is smaller than 10e-20\n");
             ^
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c output.c -o output.o
output.c: In function ‘print_bed’:
output.c:11:10: warning: unused variable ‘f1’ [-Wunused-variable]
    FILE *f1;
          ^
output.c: In function ‘print_result_R’:
output.c:326:13: warning: unused variable ‘number’ [-Wunused-variable]
         int number = id;
             ^
output.c:324:15: warning: unused variable ‘base’ [-Wunused-variable]
    const char base[] = "m";
               ^
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c pwm_score_distr.c -o pwm_score_distr.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c read_matrix.c -o read_matrix.o
read_matrix.c: In function ‘read_initial_pwm’:
read_matrix.c:22:8: warning: variable ‘checkfscanf’ set but not used [-Wunused-but-set-variable]
    int checkfscanf;
        ^
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c read_pwm0.c -o read_pwm0.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c read_seq.c -o read_seq.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c reverse_seq.c -o reverse_seq.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c sample_wo_replacement.c -o sample_wo_replacement.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c scan_sites.c -o scan_sites.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c score_subsequence.c -o score_subsequence.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c selection.c -o selection.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c sort.c -o sort.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c top_kmers.c -o top_kmers.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c transform_pwm.c -o transform_pwm.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG   -I/usr/local/include  -fopenmp -fpic  -g -O2  -Wall -c weights.c -o weights.o
gcc -shared -L/home/biocbuild/bbs-3.6-bioc/R/lib -L/usr/local/lib -o rGADEM.so Gadem_Analysis.o align_sites.o alloc.o background.o base_frequency.o check_convergence.o check_pwm_dist.o consensus.o construct_pwm.o copy_pwm.o crossover.o effect_seq_len.o evalue_meme.o extend_alignment.o initial_population.o mask_sites.o mutation.o normalization.o output.o pwm_score_distr.o read_matrix.o read_pwm0.o read_seq.o reverse_seq.o sample_wo_replacement.o scan_sites.o score_subsequence.o selection.o sort.o top_kmers.o transform_pwm.o weights.o -fopenmp -L/home/biocbuild/bbs-3.6-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.6-bioc/meat/rGADEM.Rcheck/rGADEM/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (rGADEM)

rGADEM.Rcheck/rGADEM-Ex.timings:

nameusersystemelapsed