Skip to content
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

DBS unknown exception handling #11

Open
FAMILIAR-project opened this issue Jun 25, 2020 · 3 comments
Open

DBS unknown exception handling #11

FAMILIAR-project opened this issue Jun 25, 2020 · 3 comments

Comments

@FAMILIAR-project
Copy link
Owner

Unknown case badly managed:
https://github.com/FAMILIAR-project/usampling-exp/blob/master/usampling-experiments.py#L480-L482
(basically the CSV row is not added)

so beware that some results with DBS 180 timeout or 90 might miss a few entries
I've found only one:
blaster_case123

based on the logs (pushed in the repo)

@FAMILIAR-project
Copy link
Owner Author

FAMILIAR-project commented Jul 13, 2020

we have again this case with /home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf on large-scale results...
https://github.com/FAMILIAR-project/usampling-exp/blob/master/usampling-data/results-timeout180/job.7765.output#L4905-L4908

@FAMILIAR-project
Copy link
Owner Author

docker run -it -v $(pwd):/home/usampling-exp -v $(pwd)/fmlinux:/home/fm_history_linux_dimacs/ macher/usampling:squashed /bin/bash -c 'cd /home/usampling-exp/; python3 usampling-experiments.py -t 100 --dbs -flas /home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf'


loading packages...
parsing arguments
starting usampling bench
formulas to process explicitly given ['/home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf']
individual formula /home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf
1 formulas to process ['/home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf']
DBS experiment
/home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf
TIMEOUT
end of benchmarks
 mathieuacher  localhost.localdomain  ../usampling-exp  master △  cat usampling-data/experiments-DBS.csv
formula_file,execution_time_in,timeout,exception_dbs
/home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf,100,True,False

@FAMILIAR-project
Copy link
Owner Author

docker run -it -v $(pwd):/home/usampling-exp -v $(pwd)/fmlinux:/home/fm_history_linux_dimacs/ macher/usampling:squashed /bin/bash -c 'cd /home/usampling-exp/; python3 usampling-experiments.py -t 300 --dbs -flas /home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf' 
loading packages...
parsing arguments
starting usampling bench
formulas to process explicitly given ['/home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf']
individual formula /home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf
1 formulas to process ['/home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf']
DBS experiment
/home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf
still alive, DONE! command: log /tmp/output.txt

end of benchmarks

 mathieuacher  localhost.localdomain  ../usampling-exp  master △  cat usampling-data/experiments-DBS.csv
formula_file,timeout,execution_time_in,exception_dbs
/home/samplingfm/Benchmarks/Blasted_Real/blasted_case123.cnf,False,153.06793522834778,False

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant