Coder Social home page Coder Social logo

A huge scalability problems of IC3 about ic3 HOT 3 CLOSED

siis avatar siis commented on May 24, 2024
A huge scalability problems of IC3

from ic3.

Comments (3)

docteau avatar docteau commented on May 24, 2024

Hi Vitalii,

It definitely shouldn't be the case that the analysis for most of them doesn't finish. Have you checked the available memory on your system? In my experience this type of thing could occur if you run out of RAM and your system starts swapping to the hard drive. If this is indeed the root of your problem, you should make sure that you set the heap size appropriately and that you don't run too many instances in parallel on the same system.

In order to improve performance further, you can compile the latest snapshot version of IC3 on the develop branch. It uses a more recent and faster version of Soot. If you do so, you should make sure that you also compile the latest version of the COAL (develop branch) and COAL-strings projects.

Best,
Damien

from ic3.

vitaliiavdiienko avatar vitaliiavdiienko commented on May 24, 2024

Hi Damien,
i have tried to compile a development branch of IC3 with precompiled COAL-dev. It seems that IC3-dev relies on some classes which are not exist in COAL-dev.

for example:
edu.psu.cse.siis.coal.arguments.LanguageConstraints.Call

does not exist in COAL-dev.

Thanks

from ic3.

docteau avatar docteau commented on May 24, 2024

Hi Vitalii,

You need to run the following before compiling COAL:

mvn clone https://github.com/siis/coal-strings.git
cd coal-strings
mvn install

Best,
Damien

from ic3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.