I’m running Stan vis rstan / brms / cmdstanr or directly via cmdstan on a cloud instance supplied by CodeOcean (details below). This is a 16 core machine.
Regardless of which interface I use, or which model I run, often I get one chain going much slower than others - e.g. in simple model I just ran through brms, it had its first sample only after the three others ran 40% of samples.
There is sufficient number of cores available, so I am preplexed about this behavior. Any ideas about where to look for a solution?
sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.5 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.7.1
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.7.1
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] brms_2.14.4 Rcpp_1.0.6 cmdstanr_0.3.0 cowplot_1.1.1 data.table_1.13.6 ggplot2_3.3.3
loaded via a namespace (and not attached):
[1] minqa_1.2.4 colorspace_2.0-0 ellipsis_0.3.1 ggridges_0.5.3 rsconnect_0.8.16 markdown_1.1 base64enc_0.1-3 rstudioapi_0.13
[9] farver_2.0.3 rstan_2.21.2 DT_0.17 fansi_0.4.2 mvtnorm_1.1-1 bridgesampling_1.0-0 codetools_0.2-16 splines_4.0.3
[17] knitr_1.31 shinythemes_1.2.0 bayesplot_1.8.0 projpred_2.0.2 jsonlite_1.7.2 nloptr_1.2.2.2 packrat_0.5.0 shiny_1.6.0
[25] compiler_4.0.3 backports_1.2.1 assertthat_0.2.1 Matrix_1.2-18 fastmap_1.1.0 cli_2.2.0 later_1.1.0.1 htmltools_0.5.1.1
[33] prettyunits_1.1.1 tools_4.0.3 igraph_1.2.6 coda_0.19-4 gtable_0.3.0 glue_1.4.2 posterior_0.1.3 RWiener_1.3-3
[41] reshape2_1.4.4 dplyr_1.0.2 V8_3.4.0 vctrs_0.3.6 nlme_3.1-149 crosstalk_1.1.1 xfun_0.20 stringr_1.4.0
[49] ps_1.5.0 lme4_1.1-26 mime_0.9 miniUI_0.1.1.1 lifecycle_0.2.0 gtools_3.8.2 statmod_1.4.35 MASS_7.3-53
[57] zoo_1.8-8 scales_1.1.1 colourpicker_1.1.0 promises_1.1.1 Brobdingnag_1.2-6 parallel_4.0.3 inline_0.3.17 shinystan_2.5.0
[65] yaml_2.2.1 gamm4_0.2-6 curl_4.3 gridExtra_2.3 loo_2.4.1 StanHeaders_2.21.0-7 stringi_1.5.3 dygraphs_1.1.1.6
[73] checkmate_2.0.0 boot_1.3-25 pkgbuild_1.2.0 rlang_0.4.10 pkgconfig_2.0.3 matrixStats_0.57.0 evaluate_0.14 lattice_0.20-41
[81] purrr_0.3.4 rstantools_2.1.1 htmlwidgets_1.5.3 labeling_0.4.2 processx_3.4.5 tidyselect_1.1.0 plyr_1.8.6 magrittr_2.0.1
[89] R6_2.5.0 generics_0.0.2 pillar_1.4.7 withr_2.4.1 mgcv_1.8-33 xts_0.12.1 abind_1.4-5 tibble_3.0.5
[97] crayon_1.3.4 rmarkdown_2.4 grid_4.0.3 callr_3.5.1 threejs_0.3.3 digest_0.6.27 xtable_1.8-4 httpuv_1.5.5
[105] RcppParallel_5.0.2 stats4_4.0.3 munsell_0.5.0 shinyjs_2.0.0
cmdstan_version()
[1] "2.26.0"