-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minisearch creating hundreds of processes #1
Comments
git hash 5f48d82 |
If you are forking, you probably need to call wait. |
Is there any development happening on minisearch? It seems there are a lot of issues filed. |
Pete, MiniSearch is currently not maintained, but I hope I will have some more time for that soon. I'll try to get back to you within the next week. |
Hi Andrea, |
@angee hey, just wondering if you guys still plan to do something with MiniSearch. It seems the branches diverged quite a bit and the MiniSearch one didn't see much love for a while. |
Hi,
Using minisearch with an annotation like this:
solve search adaptive_lns_max(optVar, [....], 1000000, 10, 5000);
with fzn-chuffed (from github.com/chuffed/chuffed) as the backend solver, creates hundreds of processes. If I run 20 minisearch processes in parallel the effect is to forkbomb the server!
Here's one line of pstree output:
│ ├─sshd───sshd───bash───runminisearch───timeout───filter-minisear───minisearch───683*[fzn-chuffed]
I can supply the .mzn file if you like, but I doubt you need it.
The text was updated successfully, but these errors were encountered: