Hello, dear Painless developers! Thank you for you solver!
Given a CNF problem.cnf and 16 CPU cores, I run Painless as follows
./painless_release -v=1 -shr-strat=4 -shr-sleep=100000 -sbva-count=12 -ls-after-sbva=2 -sbva-timeout=1000 -c=16 -t=5000 ./problem.cnf
and
./painless_release -v=1 -shr-strat=3 -shr-sleep=100000 -sbva-count=12 -ls-after-sbva=2 -sbva-timeout=1000 -c=16 -t=5000 ./problem.cnf
As far as I understand, these are two configurations from SAT Competition 2024.
In both cases Painless gives an error 'PortfolioPRS is only available on dist mode for now'
When I add -simple to the command line, both variants run without errors.
I have the following questions.
- Is it correct to use -simple like I do?
- Could you please add an example of a multithreaded launch on a PC (i.e. not in dist mode) to the documentation at the github page?
- Do I run Painless in the SAT competition 2024 configurations correctly (taking into account added -simple)?
Hello, dear Painless developers! Thank you for you solver!
Given a CNF problem.cnf and 16 CPU cores, I run Painless as follows
and
As far as I understand, these are two configurations from SAT Competition 2024.
In both cases Painless gives an error 'PortfolioPRS is only available on dist mode for now'
When I add -simple to the command line, both variants run without errors.
I have the following questions.