Closed srogatch closed 1 month ago
This is the output in 3.4.0:
c----------[ Banner ]------------------------------------------------------------------------
c
c ██████╗░░█████╗░██████╗░░█████╗░███████╗██████╗░░█████╗░░██████╗████████╗
c ██╔══██╗██╔══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝
c ██████╔╝███████║██████╔╝███████║█████╗░░██████╔╝██║░░██║╚█████╗░░░░██║░░░
c ██╔═══╝░██╔══██║██╔══██╗██╔══██║██╔══╝░░██╔══██╗██║░░██║░╚═══██╗░░░██║░░░
c ██║░░░░░██║░░██║██║░░██║██║░░██║██║░░░░░██║░░██║╚█████╔╝██████╔╝░░░██║░░░
c ╚═╝░░░░░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═╝░░╚═╝░╚════╝░╚═════╝░░░░╚═╝░░░
c Copyright© Muhammad Osama Mahmoud v3.4.0
c
c----------[ Build ]-------------------------------------------------------------------------
c Available CPU: AMD Ryzen Threadripper 3990X 64-Core Processor
c Available system memory: 251 GB
c Built on linux sarge-pc2020 6.8.0-41-generic x86_64 at wto, 17 wrz 2024, 19:02:47 +03
c using g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0 + nvcc 12.6.68 (release mode)
c Forced FPU to use double precision
c Available GPU: 4 x NVIDIA RTX 6000 Ada Generation @ 2.50GHz (compute cap: 8.9)
WARNING - cannot map to cores/SM due to unknown SM
c Available GPU Multiprocessors: 142 MPs (unknown cores/MP)
c Available Global memory: 47 GB
c----------[ Parser ]------------------------------------------------------------------------
c Parsing CNF file "../../../../data/bc_2024-09-17.cnf" (size: 79 MB)
c Found header 679480 3477812
c Read 679480 Variables, 3477812 Clauses, and 10460189 Literals in 0.52 seconds
c found 2936 units, 280086 binaries, 2887012 ternaries, 307778 larger
c maximum clause size: 97
c----------[ Search ]------------------------------------------------------------------------
c ORG Conflicts Restarts Learnt V(%) C(%)
c V C L C L L/C
c--------------------------------------------------------------------------------------------
c - 672481 3470560 10443603 0 0 0 0 0 98% 99%
c s 528778 0 0 0 0 0 0 0 77% 0%
c----------[ Result ]------------------------------------------------------------------------
c
s SATISFIABLE
c
c----------[ Statistics ]--------------------------------------------------------------------
c Simplifier Report
c Simplifier time : 0.000 sec
c Device memory : 494.534 MB
c Sigmifications : 1
c Forced units : 0
c Removed variables : 143703
c Removed clauses : 3470560
c Removed literals : 0
c Removed redundancies : 0
c
c Solver Report
c Solver time : 0.389 sec
c System memory : 405.656 MB
c Formula : ../../../../data/bc_2024-09-17.cnf
c Size : 79.771 MB
c Units : 2936
c Binaries : 280086
c Ternaries : 2887012
c Larger : 307778
c Max clause size : 97
c C2V ratio : 5.114
c Autarky calls : 0
c Removed variables : 0
c Backtracks : 0
c Chronological : 0
c Non-Chronological : 0
c Trail reuses : 0
c Conflicts : 0
c OTF strengthened : 0
c OTF subsumed : 0
c Learnt OTF subsumes : 0
c Learnt OTF subsumed : 0
c Learnt units : 0
c Learnt literals : 0
c Deduplications : 0
c Hyper unaries : 0
c Duplicated binaries : 0
c Decompositions : 0
c SCCs : 0
c Hyper unaries : 0
c Removed variables : 0
c Removed clauses : 0
c Hyper binary resolves : 0
c Added binaries : 0
c Hyper ternary resolves : 0
c Added binaries : 0
c Added ternaries : 0
c Subsumed ternaries : 0
c Reduces : 0
c Restarts : 0
c Stable restarts : 0
c Stable modes : 0
c Unstable modes : 0
c Rephases : 0
c Walk : 0
c Recyclings : 0
c Soft : 0
c Hard : 0
c Probes calls : 0
c Rounds : 0
c Probed : 0
c Failed : 0
c Ticks : 0
c Transitive calls : 0
c Probed : 0
c Failed : 0
c Transitives : 0
c Ticks : 0
c Subsume calls : 0
c Checks : 0
c Subsumed : 0
c Strengthened : 0
c Search decisions : 0
c Assumptions : 0
c Propagations : 6999
c Ticks : 1184
c Mappings : 0
c MDM calls : 0
c Walks : 0
c VMTF uses : 0
c VSIDS uses : 0
c All decisions : 0
c Last-made decisions : 0
c Vivification checks : 0
c Vivified : 0
c Walk calls : 0
c Checks : 0
c Minimum : 0
c Flipped : 0
c Improved : 0
c
c----------[ Exit ]--------------------------------------------------------------------------
ERROR - cannot (de)allocate new memory block via the cache allocator
The same error on another machine - this time with 1x RTX 4090:
Here's some diagnostics with the compute-sanitizer
:
========= Program hit cudaErrorInvalidValue (error 1) due to "invalid argument" on CUDA API call to cudaMemcpyFromSymbol.
========= Saved host backtrace up to driver entry point at error
========= Host Frame: [0x419b65]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:cudaMemcpyFromSymbol [0xff589]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x89117]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Program hit cudaErrorInvalidValue (error 1) due to "invalid argument" on CUDA API call to cudaMemcpyFromSymbol.
========= Saved host backtrace up to driver entry point at error
========= Host Frame: [0x419b65]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:cudaMemcpyFromSymbol [0xff589]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x89138]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (257,0,0)
========= Address 0x7fe71d800904 is out of bounds
========= and is 1 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (321,0,0)
========= Address 0x7fe71d800a04 is out of bounds
========= and is 1 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (258,0,0)
========= Address 0x7fe71d800908 is out of bounds
========= and is 5 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (322,0,0)
========= Address 0x7fe71d800a08 is out of bounds
========= and is 5 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (259,0,0)
========= Address 0x7fe71d80090c is out of bounds
========= and is 9 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (323,0,0)
========= Address 0x7fe71d800a0c is out of bounds
========= and is 9 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (260,0,0)
========= Address 0x7fe71d800910 is out of bounds
========= and is 13 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (324,0,0)
========= Address 0x7fe71d800a10 is out of bounds
========= and is 13 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (261,0,0)
========= Address 0x7fe71d800914 is out of bounds
========= and is 17 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (325,0,0)
========= Address 0x7fe71d800a14 is out of bounds
========= and is 17 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (262,0,0)
========= Address 0x7fe71d800918 is out of bounds
========= and is 21 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (326,0,0)
========= Address 0x7fe71d800a18 is out of bounds
========= and is 21 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (263,0,0)
========= Address 0x7fe71d80091c is out of bounds
========= and is 25 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (327,0,0)
========= Address 0x7fe71d800a1c is out of bounds
========= and is 25 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (264,0,0)
========= Address 0x7fe71d800920 is out of bounds
========= and is 29 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (328,0,0)
========= Address 0x7fe71d800a20 is out of bounds
========= and is 29 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (265,0,0)
========= Address 0x7fe71d800924 is out of bounds
========= and is 33 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (329,0,0)
========= Address 0x7fe71d800a24 is out of bounds
========= and is 33 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (266,0,0)
========= Address 0x7fe71d800928 is out of bounds
========= and is 37 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (330,0,0)
========= Address 0x7fe71d800a28 is out of bounds
========= and is 37 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (267,0,0)
========= Address 0x7fe71d80092c is out of bounds
========= and is 41 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (331,0,0)
========= Address 0x7fe71d800a2c is out of bounds
========= and is 41 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (268,0,0)
========= Address 0x7fe71d800930 is out of bounds
========= and is 45 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (332,0,0)
========= Address 0x7fe71d800a30 is out of bounds
========= and is 45 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (269,0,0)
========= Address 0x7fe71d800934 is out of bounds
========= and is 49 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (333,0,0)
========= Address 0x7fe71d800a34 is out of bounds
========= and is 49 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (270,0,0)
========= Address 0x7fe71d800938 is out of bounds
========= and is 53 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (334,0,0)
========= Address 0x7fe71d800a38 is out of bounds
========= and is 53 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (271,0,0)
========= Address 0x7fe71d80093c is out of bounds
========= and is 57 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (335,0,0)
========= Address 0x7fe71d800a3c is out of bounds
========= and is 57 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (272,0,0)
========= Address 0x7fe71d800940 is out of bounds
========= and is 61 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (336,0,0)
========= Address 0x7fe71d800a40 is out of bounds
========= and is 61 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (273,0,0)
========= Address 0x7fe71d800944 is out of bounds
========= and is 65 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (337,0,0)
========= Address 0x7fe71d800a44 is out of bounds
========= and is 65 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (274,0,0)
========= Address 0x7fe71d800948 is out of bounds
========= and is 69 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (338,0,0)
========= Address 0x7fe71d800a48 is out of bounds
========= and is 69 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (275,0,0)
========= Address 0x7fe71d80094c is out of bounds
========= and is 73 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (339,0,0)
========= Address 0x7fe71d800a4c is out of bounds
========= and is 73 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (276,0,0)
========= Address 0x7fe71d800950 is out of bounds
========= and is 77 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (340,0,0)
========= Address 0x7fe71d800a50 is out of bounds
========= and is 77 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (277,0,0)
========= Address 0x7fe71d800954 is out of bounds
========= and is 81 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (341,0,0)
========= Address 0x7fe71d800a54 is out of bounds
========= and is 81 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (278,0,0)
========= Address 0x7fe71d800958 is out of bounds
========= and is 85 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (342,0,0)
========= Address 0x7fe71d800a58 is out of bounds
========= and is 85 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (279,0,0)
========= Address 0x7fe71d80095c is out of bounds
========= and is 89 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (343,0,0)
========= Address 0x7fe71d800a5c is out of bounds
========= and is 89 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (280,0,0)
========= Address 0x7fe71d800960 is out of bounds
========= and is 93 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (344,0,0)
========= Address 0x7fe71d800a60 is out of bounds
========= and is 93 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (281,0,0)
========= Address 0x7fe71d800964 is out of bounds
========= and is 97 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (345,0,0)
========= Address 0x7fe71d800a64 is out of bounds
========= and is 97 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (282,0,0)
========= Address 0x7fe71d800968 is out of bounds
========= and is 101 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (346,0,0)
========= Address 0x7fe71d800a68 is out of bounds
========= and is 101 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (283,0,0)
========= Address 0x7fe71d80096c is out of bounds
========= and is 105 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (347,0,0)
========= Address 0x7fe71d800a6c is out of bounds
========= and is 105 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (284,0,0)
========= Address 0x7fe71d800970 is out of bounds
========= and is 109 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (348,0,0)
========= Address 0x7fe71d800a70 is out of bounds
========= and is 109 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (285,0,0)
========= Address 0x7fe71d800974 is out of bounds
========= and is 113 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (349,0,0)
========= Address 0x7fe71d800a74 is out of bounds
========= and is 113 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (286,0,0)
========= Address 0x7fe71d800978 is out of bounds
========= and is 117 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (350,0,0)
========= Address 0x7fe71d800a78 is out of bounds
========= and is 117 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (287,0,0)
========= Address 0x7fe71d80097c is out of bounds
========= and is 121 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (351,0,0)
========= Address 0x7fe71d800a7c is out of bounds
========= and is 121 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (288,0,0)
========= Address 0x7fe71d800980 is out of bounds
========= and is 125 bytes after the nearest allocation at 0x7fe71d800900 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (352,0,0)
========= Address 0x7fe71d800a80 is out of bounds
========= and is 125 bytes after the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (289,0,0)
========= Address 0x7fe71d800984 is out of bounds
========= and is 124 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (353,0,0)
========= Address 0x7fe71d800a84 is out of bounds
========= and is 124 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (290,0,0)
========= Address 0x7fe71d800988 is out of bounds
========= and is 120 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (354,0,0)
========= Address 0x7fe71d800a88 is out of bounds
========= and is 120 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (291,0,0)
========= Address 0x7fe71d80098c is out of bounds
========= and is 116 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (355,0,0)
========= Address 0x7fe71d800a8c is out of bounds
========= and is 116 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (292,0,0)
========= Address 0x7fe71d800990 is out of bounds
========= and is 112 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (356,0,0)
========= Address 0x7fe71d800a90 is out of bounds
========= and is 112 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (293,0,0)
========= Address 0x7fe71d800994 is out of bounds
========= and is 108 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (357,0,0)
========= Address 0x7fe71d800a94 is out of bounds
========= and is 108 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (294,0,0)
========= Address 0x7fe71d800998 is out of bounds
========= and is 104 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (358,0,0)
========= Address 0x7fe71d800a98 is out of bounds
========= and is 104 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (295,0,0)
========= Address 0x7fe71d80099c is out of bounds
========= and is 100 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (359,0,0)
========= Address 0x7fe71d800a9c is out of bounds
========= and is 100 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (296,0,0)
========= Address 0x7fe71d8009a0 is out of bounds
========= and is 96 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (360,0,0)
========= Address 0x7fe71d800aa0 is out of bounds
========= and is 96 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (297,0,0)
========= Address 0x7fe71d8009a4 is out of bounds
========= and is 92 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (361,0,0)
========= Address 0x7fe71d800aa4 is out of bounds
========= and is 92 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (298,0,0)
========= Address 0x7fe71d8009a8 is out of bounds
========= and is 88 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (362,0,0)
========= Address 0x7fe71d800aa8 is out of bounds
========= and is 88 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (299,0,0)
========= Address 0x7fe71d8009ac is out of bounds
========= and is 84 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (363,0,0)
========= Address 0x7fe71d800aac is out of bounds
========= and is 84 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (300,0,0)
========= Address 0x7fe71d8009b0 is out of bounds
========= and is 80 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (364,0,0)
========= Address 0x7fe71d800ab0 is out of bounds
========= and is 80 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (301,0,0)
========= Address 0x7fe71d8009b4 is out of bounds
========= and is 76 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (365,0,0)
========= Address 0x7fe71d800ab4 is out of bounds
========= and is 76 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (302,0,0)
========= Address 0x7fe71d8009b8 is out of bounds
========= and is 72 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (366,0,0)
========= Address 0x7fe71d800ab8 is out of bounds
========= and is 72 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (303,0,0)
========= Address 0x7fe71d8009bc is out of bounds
========= and is 68 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (367,0,0)
========= Address 0x7fe71d800abc is out of bounds
========= and is 68 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (304,0,0)
========= Address 0x7fe71d8009c0 is out of bounds
========= and is 64 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (368,0,0)
========= Address 0x7fe71d800ac0 is out of bounds
========= and is 64 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (305,0,0)
========= Address 0x7fe71d8009c4 is out of bounds
========= and is 60 bytes before the nearest allocation at 0x7fe71d800a00 of size 4 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
========= Invalid __global__ write of size 4 bytes
========= at ParaFROST::cnt_cls_lits(const ParaFROST::CNF *)+0x8b0
========= by thread (0,0,0) in block (369,0,0)
========= Address 0x7fe71d800ac4 is out of bounds
========= and is 60 bytes before the nearest allocation at 0x7fe71d800b00 of size 1 bytes
========= Saved host backtrace up to driver entry point at kernel launch time
========= Host Frame: [0x2dcdbf]
========= in /usr/lib/x86_64-linux-gnu/libcuda.so.1
========= Host Frame:libcudart_static_4d8b33a106dceb3c07a56e26de61f2d53bb62a68 [0xa06b2]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:cudaLaunchKernel [0x10431d]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::parcountAll(ParaFROST::CNF*) [0x892bf]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplifying() [clone .part.0] [0x4170b]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::simplify() [0x41ffd]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:ParaFROST::Solver::solve() [0x27537]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame:main [0x185eb]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
========= Host Frame: [0x2a1c9]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:__libc_start_main [0x2a28a]
========= in /usr/lib/x86_64-linux-gnu/libc.so.6
========= Host Frame:_start [0x21534]
========= in /root/solver/ParaFROST/build/gpu/bin/./parafrost
=========
ERROR - segmentation fault detected.
========= Target application returned an error
========= ERROR SUMMARY: 140 errors
========= ERROR SUMMARY: 40 errors were not printed. Use --print-limit option to adjust the number of printed errors
So it works for a device of compute capability 8.6, but not 8.9. For 8.6 I tried 1x RTX 3090. For 8.9 I first tried 4x RTX 6000 Ada, then I tried RTX4090 - both failed.
This is the output in 3.4.0:
c----------[ Banner ]------------------------------------------------------------------------ c c ██████╗░░█████╗░██████╗░░█████╗░███████╗██████╗░░█████╗░░██████╗████████╗ c ██╔══██╗██╔══██╗██╔══██╗██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔════╝╚══██╔══╝ c ██████╔╝███████║██████╔╝███████║█████╗░░██████╔╝██║░░██║╚█████╗░░░░██║░░░ c ██╔═══╝░██╔══██║██╔══██╗██╔══██║██╔══╝░░██╔══██╗██║░░██║░╚═══██╗░░░██║░░░ c ██║░░░░░██║░░██║██║░░██║██║░░██║██║░░░░░██║░░██║╚█████╔╝██████╔╝░░░██║░░░ c ╚═╝░░░░░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░╚═╝░░╚═╝░╚════╝░╚═════╝░░░░╚═╝░░░ c Copyright© Muhammad Osama Mahmoud v3.4.0 c c----------[ Build ]------------------------------------------------------------------------- c Available CPU: AMD Ryzen Threadripper 3990X 64-Core Processor c Available system memory: 251 GB c Built on linux sarge-pc2020 6.8.0-41-generic x86_64 at wto, 17 wrz 2024, 19:02:47 +03 c using g++ (Ubuntu 13.2.0-23ubuntu4) 13.2.0 + nvcc 12.6.68 (release mode) c Forced FPU to use double precision c Available GPU: 4 x NVIDIA RTX 6000 Ada Generation @ 2.50GHz (compute cap: 8.9) WARNING - cannot map to cores/SM due to unknown SM c Available GPU Multiprocessors: 142 MPs (unknown cores/MP) c Available Global memory: 47 GB c----------[ Parser ]------------------------------------------------------------------------ c Parsing CNF file "../../../../data/bc_2024-09-17.cnf" (size: 79 MB) c Found header 679480 3477812 c Read 679480 Variables, 3477812 Clauses, and 10460189 Literals in 0.52 seconds c found 2936 units, 280086 binaries, 2887012 ternaries, 307778 larger c maximum clause size: 97 c----------[ Search ]------------------------------------------------------------------------ c ORG Conflicts Restarts Learnt V(%) C(%) c V C L C L L/C c-------------------------------------------------------------------------------------------- c - 672481 3470560 10443603 0 0 0 0 0 98% 99% c s 528778 0 0 0 0 0 0 0 77% 0% c----------[ Result ]------------------------------------------------------------------------ c s SATISFIABLE c c----------[ Statistics ]-------------------------------------------------------------------- c Simplifier Report c Simplifier time : 0.000 sec c Device memory : 494.534 MB c Sigmifications : 1 c Forced units : 0 c Removed variables : 143703 c Removed clauses : 3470560 c Removed literals : 0 c Removed redundancies : 0 c c Solver Report c Solver time : 0.389 sec c System memory : 405.656 MB c Formula : ../../../../data/bc_2024-09-17.cnf c Size : 79.771 MB c Units : 2936 c Binaries : 280086 c Ternaries : 2887012 c Larger : 307778 c Max clause size : 97 c C2V ratio : 5.114 c Autarky calls : 0 c Removed variables : 0 c Backtracks : 0 c Chronological : 0 c Non-Chronological : 0 c Trail reuses : 0 c Conflicts : 0 c OTF strengthened : 0 c OTF subsumed : 0 c Learnt OTF subsumes : 0 c Learnt OTF subsumed : 0 c Learnt units : 0 c Learnt literals : 0 c Deduplications : 0 c Hyper unaries : 0 c Duplicated binaries : 0 c Decompositions : 0 c SCCs : 0 c Hyper unaries : 0 c Removed variables : 0 c Removed clauses : 0 c Hyper binary resolves : 0 c Added binaries : 0 c Hyper ternary resolves : 0 c Added binaries : 0 c Added ternaries : 0 c Subsumed ternaries : 0 c Reduces : 0 c Restarts : 0 c Stable restarts : 0 c Stable modes : 0 c Unstable modes : 0 c Rephases : 0 c Walk : 0 c Recyclings : 0 c Soft : 0 c Hard : 0 c Probes calls : 0 c Rounds : 0 c Probed : 0 c Failed : 0 c Ticks : 0 c Transitive calls : 0 c Probed : 0 c Failed : 0 c Transitives : 0 c Ticks : 0 c Subsume calls : 0 c Checks : 0 c Subsumed : 0 c Strengthened : 0 c Search decisions : 0 c Assumptions : 0 c Propagations : 6999 c Ticks : 1184 c Mappings : 0 c MDM calls : 0 c Walks : 0 c VMTF uses : 0 c VSIDS uses : 0 c All decisions : 0 c Last-made decisions : 0 c Vivification checks : 0 c Vivified : 0 c Walk calls : 0 c Checks : 0 c Minimum : 0 c Flipped : 0 c Improved : 0 c c----------[ Exit ]-------------------------------------------------------------------------- ERROR - cannot (de)allocate new memory block via the cache allocator
Thanks for the detailed report. It seems the exception comes from the counting kernels! Could you share the CNF?
So it works for a device of compute capability 8.6, but not 8.9. For 8.6 I tried 1x RTX 3090. For 8.9 I first tried 4x RTX 6000 Ada, then I tried RTX4090 - both failed.
This confirms my suspension, it's the parallel reduction in the counting kernels. Some instruction there is not compatible with the latest computer capability. I'll investigate. Luckily I have access to a 4090.
I'm getting this error for a formula of ~80 MB. Why is that and what does it mean?
Size doesn't matter, I have tested much bigger formulas in size of gigabytes! It's a bug, see my replies below.
Please, find the formula attached.
Thanks for the detailed report. It seems the exception comes from the counting kernels! Could you share the CNF?
@muhos any success with this? Maybe you already have a workaround?
@muhos any success with this? Maybe you already have a workaround?
It turned out to be cudaMemcpyFromSymbol. It doesn't function correctly somehow on CC 8.9. I'm getting CUDA runtime failure due to invalid argument, when I check the error code of this function. I'll need sometime to figure out what changed in CC 8.9 regarding this function.
@muhos any success with this? Maybe you already have a workaround?
Ok, I found the issue, I wasn't allocating enough memory for the arrays devCBlocks and devLBlocks. I'll release a fix soon!
@srogatch fixed in the latest commit, could you try?
@muhos thanks, I've tried. It doesn't crash, but perhaps the formula is too hard for it and it barely uses the GPU. Is this normal?
@muhos thanks, I've tried. It doesn't crash, but perhaps the formula is too hard for it and it barely uses the GPU. Is this normal?
Yes, it's normal. It depends on the structure of the formula how frequent simplifications need to be applied. Both pre/in-processing run efficiently on the GPU while the solving part runs on the CPU.
I'm getting this error for a formula of ~80 MB. Why is that and what does it mean?