Trace number 4394550

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelWrong Cert. 34.2145 6.25317

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-9.xml
MD5SUM01e24d77724351f9fbbc9dc0447b7ef7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark75.5771
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":15},{"size":5,"count":6},{"size":6,"count":4},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394550-1568430736.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394550-1568430736.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
4.99/1.92	c solve instance...
5.61/2.06	o -1000 
12.47/2.94	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/132)
12.47/2.94		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
12.47/2.94		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
12.47/2.94		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
12.47/2.94		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
12.47/2.94		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
12.47/2.94	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/132)
12.47/2.94		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
12.47/2.94		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
12.47/2.94		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
12.47/2.94		at org.chocosolver.solver.Solver.repair(Solver.java:443)
12.47/2.94		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
12.47/2.94		at org.chocosolver.solver.Solver.solve(Solver.java:262)
12.47/2.94		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
12.47/2.94		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
12.47/2.94		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
12.47/2.94		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
12.47/2.94		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
12.47/2.94		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
12.47/2.94		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.47/2.94		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.47/2.94		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.47/2.94		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.47/2.94	o -961 
19.56/3.81	java.util.concurrent.ExecutionException: java.lang.NullPointerException
20.66/4.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
20.66/4.07		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
20.66/4.07		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
20.66/4.07		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
20.66/4.07		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
20.66/4.07	Caused by: java.lang.NullPointerException
20.66/4.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
20.66/4.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
20.66/4.07		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
20.66/4.07		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
20.66/4.07		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
20.66/4.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
20.66/4.07		... 4 more
20.66/4.07	Caused by: java.lang.NullPointerException
20.66/4.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
20.66/4.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
20.66/4.07		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
20.66/4.07		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
20.66/4.07		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
20.66/4.07		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
20.66/4.07		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
20.66/4.07		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
20.66/4.07		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
20.66/4.07		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
20.66/4.07		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
20.66/4.07		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
20.66/4.07		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
20.66/4.07		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
20.66/4.07		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
20.66/4.07		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
20.66/4.07		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
20.66/4.07		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
20.66/4.07	Caused by: java.lang.NullPointerException
20.66/4.07		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
20.66/4.07		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
20.66/4.07		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
20.66/4.07		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
20.66/4.07		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
20.66/4.07		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
20.66/4.07		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
20.66/4.07		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
20.66/4.07		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
20.66/4.07		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
20.66/4.07		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
20.66/4.07		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
20.66/4.07		at org.chocosolver.solver.Solver.extend(Solver.java:421)
20.66/4.07		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
20.66/4.07		at org.chocosolver.solver.Solver.solve(Solver.java:262)
20.66/4.07		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
20.66/4.07		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
20.66/4.07		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
20.66/4.07		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
20.66/4.07		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
20.66/4.07		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
20.66/4.07		... 4 more
20.66/4.07	o -956 
25.39/4.97	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
25.39/4.97	PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_6, value=5) of COUNT ([PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_6, value=5)])
25.39/4.97		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
25.39/4.97		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
25.39/4.97		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
25.39/4.97		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
25.39/4.97		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
25.39/4.97	Caused by: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
25.39/4.97	PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_6, value=5) of COUNT ([PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_6, value=5)])
25.39/4.97		at org.chocosolver.solver.constraints.Propagator.setPassive(Propagator.java:546)
25.39/4.97		at org.chocosolver.solver.constraints.nary.count.PropCount_AC.filter(PropCount_AC.java:135)
25.39/4.97		at org.chocosolver.solver.constraints.nary.count.PropCount_AC.propagate(PropCount_AC.java:105)
25.39/4.97		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
25.39/4.97		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
25.39/4.97		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
25.39/4.97		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
25.39/4.97		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
25.39/4.97		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
25.39/4.97		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
25.39/4.97		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
25.39/4.97		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
25.39/4.97		at org.chocosolver.solver.Solver.extend(Solver.java:421)
25.39/4.97		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
25.39/4.97		at org.chocosolver.solver.Solver.solve(Solver.java:262)
25.39/4.97		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
25.39/4.97		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
25.39/4.97		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
25.39/4.97		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
25.39/4.97		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
25.39/4.97		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
25.39/4.97		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
25.39/4.97		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
25.39/4.97		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
25.39/4.97		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
25.39/4.97	o -952 
29.06/5.46	java.util.concurrent.ExecutionException: java.lang.NullPointerException
29.06/5.46		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.06/5.46		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
29.06/5.46		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
29.06/5.46		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
29.06/5.46		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
29.06/5.46	Caused by: java.lang.NullPointerException
29.06/5.46		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.06/5.46		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.06/5.46		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.06/5.46		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.06/5.46		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.06/5.46		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
29.06/5.46		... 4 more
29.06/5.46	Caused by: java.lang.NullPointerException
29.06/5.46		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.06/5.46		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.06/5.46		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.06/5.46		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.06/5.46		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.06/5.46		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
29.06/5.46		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
29.06/5.46		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
29.06/5.46		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
29.06/5.46		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
29.06/5.46		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
29.06/5.46		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
29.06/5.46		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
29.06/5.46		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
29.06/5.46		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.06/5.46		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.06/5.46		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.06/5.46		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.06/5.46	Caused by: java.lang.NullPointerException
29.06/5.46		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
29.06/5.46		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
29.06/5.46		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
29.06/5.46		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
29.06/5.46		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
29.06/5.46		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
29.06/5.46		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
29.06/5.46		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
29.06/5.46		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
29.06/5.46		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
29.06/5.46		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
29.06/5.46		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
29.06/5.46		at org.chocosolver.solver.Solver.extend(Solver.java:421)
29.06/5.46		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
29.06/5.46		at org.chocosolver.solver.Solver.solve(Solver.java:262)
29.06/5.46		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
29.06/5.46		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
29.06/5.46		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
29.06/5.46		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
29.06/5.46		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
29.06/5.46		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
29.06/5.46		... 4 more
29.06/5.46	o -948 
29.06/5.47	java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
29.06/5.47		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.06/5.47		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
29.06/5.47		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
29.06/5.47		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
29.06/5.47		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
29.06/5.47	Caused by: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
29.06/5.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.06/5.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.06/5.47		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.06/5.47		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.06/5.47		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
29.06/5.47		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
29.06/5.47		... 4 more
29.06/5.47	Caused by: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
29.06/5.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.06/5.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.06/5.47		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.06/5.47		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.06/5.47		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
29.06/5.47		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
29.06/5.47		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
29.06/5.47		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
29.06/5.47		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
29.06/5.47		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
29.06/5.47		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
29.06/5.47		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
29.06/5.47		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
29.06/5.47		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
29.06/5.47		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.06/5.47		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.06/5.47		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.06/5.47		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.06/5.47	Caused by: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
29.06/5.47		at org.chocosolver.util.objects.setDataStructures.iterable.IntIterableRangeSet.removeBetween(IntIterableRangeSet.java:470)
29.06/5.47		at org.chocosolver.util.objects.setDataStructures.iterable.IntIterableRangeSet.removeAll(IntIterableRangeSet.java:357)
29.06/5.47		at org.chocosolver.solver.learn.ExplanationForSignedClause.getComplementSet(ExplanationForSignedClause.java:466)
29.06/5.47		at org.chocosolver.solver.constraints.Propagator.defaultExplain(Propagator.java:847)
29.06/5.47		at org.chocosolver.solver.constraints.Propagator.explain(Propagator.java:823)
29.06/5.47		at org.chocosolver.solver.learn.ExplanationForSignedClause.explain(ExplanationForSignedClause.java:220)
29.06/5.47		at org.chocosolver.solver.learn.ExplanationForSignedClause.loop(ExplanationForSignedClause.java:201)
29.06/5.47		at org.chocosolver.solver.learn.ExplanationForSignedClause.learnSignedClause(ExplanationForSignedClause.java:171)
29.06/5.47		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.onFailure(LearnSignedClauses.java:97)
29.06/5.47		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.record(LearnSignedClauses.java:80)
29.06/5.47		at org.chocosolver.solver.Solver.repair(Solver.java:433)
29.06/5.47		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
29.06/5.47		at org.chocosolver.solver.Solver.solve(Solver.java:262)
29.06/5.47		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
29.06/5.47		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
29.06/5.47		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
29.06/5.47		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
29.06/5.47		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
29.06/5.47		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
29.06/5.47		... 4 more
29.06/5.47	o -946 
31.00/5.77	java.util.concurrent.ExecutionException: java.lang.NullPointerException
31.00/5.77		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
31.00/5.77		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
31.00/5.77		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
31.00/5.77		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
31.00/5.77		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
31.00/5.77	Caused by: java.lang.NullPointerException
31.00/5.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.00/5.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.00/5.77		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.00/5.77		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.00/5.77		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.00/5.77		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
31.00/5.77		... 4 more
31.00/5.77	Caused by: java.lang.NullPointerException
31.00/5.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.00/5.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.00/5.77		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.00/5.77		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.00/5.77		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.00/5.77		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
31.00/5.77		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
31.00/5.77		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
31.00/5.77		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
31.00/5.77		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
31.00/5.77		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
31.00/5.77		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
31.00/5.77		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
31.00/5.77		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
31.00/5.77		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
31.00/5.77		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
31.00/5.77		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
31.00/5.77		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
31.00/5.77	Caused by: java.lang.NullPointerException
31.00/5.77		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
31.00/5.77		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
31.00/5.77		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
31.00/5.77		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
31.00/5.77		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
31.00/5.77		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
31.00/5.77		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
31.00/5.77		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
31.00/5.77		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
31.00/5.77		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
31.00/5.77		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
31.00/5.77		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
31.00/5.77		at org.chocosolver.solver.Solver.extend(Solver.java:421)
31.00/5.77		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
31.00/5.77		at org.chocosolver.solver.Solver.solve(Solver.java:262)
31.00/5.77		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
31.00/5.77		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
31.00/5.77		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
31.00/5.77		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
31.00/5.77		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
31.00/5.77		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
31.00/5.77		... 4 more
31.00/5.77	o -945 
31.54/5.90	java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
31.54/5.90		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
31.54/5.90		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
31.54/5.90		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
31.54/5.90		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
31.54/5.90		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
31.54/5.90	Caused by: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
31.54/5.90		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.54/5.90		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.54/5.90		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.54/5.90		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.54/5.90		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
31.54/5.90		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
31.54/5.90		... 4 more
31.54/5.90	Caused by: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
31.54/5.90		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.54/5.90		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.54/5.90		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.54/5.90		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.54/5.90		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
31.54/5.90		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
31.54/5.90		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
31.54/5.90		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
31.54/5.90		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
31.54/5.90		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
31.54/5.90		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
31.54/5.90		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
31.54/5.90		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
31.54/5.90		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
31.54/5.90		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
31.54/5.90		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
31.54/5.90		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
31.54/5.90		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
32.14/5.90	Caused by: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
32.14/5.90		at org.chocosolver.util.objects.setDataStructures.iterable.IntIterableRangeSet.removeBetween(IntIterableRangeSet.java:470)
32.14/5.90		at org.chocosolver.util.objects.setDataStructures.iterable.IntIterableRangeSet.removeAll(IntIterableRangeSet.java:357)
32.14/5.90		at org.chocosolver.solver.learn.ExplanationForSignedClause.getComplementSet(ExplanationForSignedClause.java:466)
32.14/5.90		at org.chocosolver.solver.constraints.nary.sum.PropSum.doExplain(PropSum.java:541)
32.14/5.90		at org.chocosolver.solver.constraints.nary.sum.PropSum.explain(PropSum.java:457)
32.14/5.90		at org.chocosolver.solver.learn.ExplanationForSignedClause.explain(ExplanationForSignedClause.java:220)
32.14/5.90		at org.chocosolver.solver.learn.ExplanationForSignedClause.loop(ExplanationForSignedClause.java:201)
32.14/5.90		at org.chocosolver.solver.learn.ExplanationForSignedClause.learnSignedClause(ExplanationForSignedClause.java:171)
32.14/5.90		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.onFailure(LearnSignedClauses.java:97)
32.14/5.90		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.record(LearnSignedClauses.java:80)
32.14/5.90		at org.chocosolver.solver.Solver.repair(Solver.java:433)
32.14/5.90		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
32.14/5.90		at org.chocosolver.solver.Solver.solve(Solver.java:262)
32.14/5.90		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
32.14/5.90		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
32.14/5.90		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
32.14/5.90		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
32.14/5.90		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
32.14/5.90		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
32.14/5.90		... 4 more
32.14/5.90	o -941 
34.02/6.22	java.util.concurrent.ExecutionException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
34.02/6.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
34.02/6.22		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
34.02/6.22		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
34.02/6.22		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
34.02/6.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
34.02/6.22	Caused by: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
34.02/6.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
34.02/6.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
34.02/6.22		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
34.02/6.22		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
34.02/6.22		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
34.02/6.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
34.02/6.22		... 4 more
34.02/6.22	Caused by: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
34.02/6.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
34.02/6.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
34.02/6.22		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
34.02/6.22		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
34.02/6.22		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
34.02/6.22		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
34.02/6.22		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
34.02/6.22		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
34.02/6.22		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
34.02/6.22		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
34.02/6.22		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
34.02/6.22		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
34.02/6.22		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
34.02/6.22		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
34.02/6.22		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
34.02/6.22		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
34.02/6.22		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
34.02/6.22		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
34.02/6.22	Caused by: java.lang.IllegalArgumentException: Cannot remove from empty range [17,8]
34.02/6.22		at org.chocosolver.util.objects.setDataStructures.iterable.IntIterableRangeSet.removeBetween(IntIterableRangeSet.java:470)
34.02/6.22		at org.chocosolver.util.objects.setDataStructures.iterable.IntIterableRangeSet.removeAll(IntIterableRangeSet.java:357)
34.02/6.22		at org.chocosolver.solver.learn.ExplanationForSignedClause.getComplementSet(ExplanationForSignedClause.java:466)
34.02/6.22		at org.chocosolver.solver.constraints.nary.sum.PropSum.doExplain(PropSum.java:541)
34.02/6.22		at org.chocosolver.solver.constraints.nary.sum.PropSum.explain(PropSum.java:457)
34.02/6.22		at org.chocosolver.solver.learn.ExplanationForSignedClause.explain(ExplanationForSignedClause.java:220)
34.02/6.22		at org.chocosolver.solver.learn.ExplanationForSignedClause.loop(ExplanationForSignedClause.java:201)
34.02/6.22		at org.chocosolver.solver.learn.ExplanationForSignedClause.learnSignedClause(ExplanationForSignedClause.java:171)
34.02/6.22		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.onFailure(LearnSignedClauses.java:97)
34.02/6.22		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.record(LearnSignedClauses.java:80)
34.02/6.22		at org.chocosolver.solver.Solver.repair(Solver.java:433)
34.02/6.22		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
34.02/6.22		at org.chocosolver.solver.Solver.solve(Solver.java:262)
34.02/6.22		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
34.02/6.22		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
34.02/6.22		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
34.02/6.22		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
34.02/6.22		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
34.02/6.22		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
34.02/6.22		... 4 more
34.02/6.23	o -935 
34.02/6.23	s OPTIMUM FOUND
34.02/6.23	v <instantiation>
34.02/6.23	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] </list>
34.02/6.23	v 	<values>5 0 1 2 3 6 7 8 9 11 -1 12 13 14 19 20 15 16 17 18 21 22 23 24 4 0 23 22 21 20 1 2 3 4 5 -1 6 7 8 9 14 13 12 11 10 15 16 17 18 19 5 1 8 5 8 5 8 6 -5 7 0 4 3 4 0 -5 2 -3 4 4 1 1 7 -5 -1000 </values>
34.02/6.23	v </instantiation>

Verifier Data

INVALID Solution! (1 errors)
  Violated Constraint c_85 : extension()
	list() : [s[9], g[9]]
	supports() : [[-1, 0], [0, -1000], [1, -1000], [2, -1000], [3, -1000], [4, -4], [5, -1000], [6, -1000], [7, -1000], [8, -5], [9, -1000], [10, -1000], [11, -1000], [12, -1000], [13, -1000], [14, 7], [15, -1000], [16, -1000], [17, -1000], [18, -1000], [19, -1000], [20, -1000], [21, -1000], [22, -1000], [23, -1000], [24, -1000]]

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12763 MiB free)
  memory of node 1: 16384 MiB (13246 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394550-1568430736/watcher-4394550-1568430736 -o /tmp/evaluation-result-4394550-1568430736/solver-4394550-1568430736 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1568427795-29225 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 372511091 HOME/instance-4394550-1568430736.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29890, runsolver pid=29887

[startup+0.100136 s]*
/proc/loadavg: 6.39 7.55 7.40 3/212 29911
/proc/meminfo: memFree=26617004/32770624 swapFree=66927260/67108860
[pid=29890] ppid=29887 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29890/stat : 29890 (xcsp3-exec) S 29887 29890 29198 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419321007 115843072 364 33554432000 4194304 5098028 140726723261712 140726723259816 139710931927676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23154688 140726723269494 140726723269737 140726723269737 140726723272650 0
/proc/29890/statm: 28282 364 305 221 0 87 0
[pid=29892] ppid=29890 vsize=28227388 memory=29852 CPUtime=0.12 cores=0-7
/proc/29892/stat : 29892 (java) S 29890 29890 29198 0 -1 1077944320 5875 0 0 0 11 1 0 0 20 0 20 0 419321007 28904845312 7463 33554432000 4194304 4196468 140724114716928 140724114699472 139627312209655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
/proc/29892/statm: 7056847 7463 3155 1 0 7019032 0
[pid=29892/tid=29893] ppid=29890 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/29892/task/29893/stat : 29893 (java) R 29890 29890 29198 0 -1 4202560 3773 0 0 0 8 0 0 0 20 0 20 0 419321007 28904845312 7463 33554432000 4194304 4196468 140724114716928 139627316435904 139627312221590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29894] ppid=29890 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/29892/task/29894/stat : 29894 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 7463 33554432000 4194304 4196468 140724114716928 139627264830096 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29895] ppid=29890 vsize=28227388 memory=140703594321536 CPUtime=0 cores=0-7
/proc/29892/task/29895/stat : 29895 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 7463 33554432000 4194304 4196468 140724114716928 139627263777296 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29896] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29896/stat : 29896 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 7463 33554432000 4194304 4196468 140724114716928 139627262724496 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29897] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29897/stat : 29897 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 7463 33554432000 4194304 4196468 140724114716928 139627261671696 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29898] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29898/stat : 29898 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 7463 33554432000 4194304 4196468 140724114716928 139627260619920 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29899] ppid=29890 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29892/task/29899/stat : 29899 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 7463 33554432000 4194304 4196468 140724114716928 139627259567120 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29900] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29900/stat : 29900 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 7463 33554432000 4194304 4196468 140724114716928 139627258514320 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29901] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29901/stat : 29901 (java) S 29890 29890 29198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 7463 33554432000 4194304 4196468 140724114716928 139627257461520 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29902] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29902/stat : 29902 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321010 28904845312 7463 33554432000 4194304 4196468 140724114716928 139625977735536 139627312220802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29903] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29903/stat : 29903 (java) S 29890 29890 29198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419321010 28904845312 7463 33554432000 4194304 4196468 140724114716928 139625976681504 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29904] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29904/stat : 29904 (java) S 29890 29890 29198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419321010 28904845312 7463 33554432000 4194304 4196468 140724114716928 139625975628656 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29905] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29905/stat : 29905 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321013 28904845312 7463 33554432000 4194304 4196468 140724114716928 139625974576976 139627312228251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29906] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29906/stat : 29906 (java) R 29890 29890 29198 0 -1 1077944384 414 0 0 0 0 0 0 0 20 0 20 0 419321013 28904845312 7463 33554432000 4194304 4196468 140724114716928 139625973525360 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29907] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29907/stat : 29907 (java) R 29890 29890 29198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321013 28904845312 7463 33554432000 4194304 4196468 140724114716928 139625972472560 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29908] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29908/stat : 29908 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321013 28904845312 7463 33554432000 4194304 4196468 140724114716928 139625971419760 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29909] ppid=29890 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/29892/task/29909/stat : 29909 (java) R 29890 29890 29198 0 -1 4202560 373 0 0 0 2 0 0 0 20 0 20 0 419321013 28904845312 7463 33554432000 4194304 4196468 140724114716928 139625970366960 139627290866785 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29910] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29910/stat : 29910 (java) S 29890 29890 29198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321013 28904845312 7463 33554432000 4194304 4196468 140724114716928 139625969314400 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29911] ppid=29890 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29892/task/29911/stat : 29911 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321013 28904845312 7463 33554432000 4194304 4196468 140724114716928 139625968261680 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31308 KiB

[startup+0.210027 s]*
/proc/loadavg: 6.39 7.55 7.40 2/212 29911
/proc/meminfo: memFree=26605256/32770624 swapFree=66927260/67108860
[pid=29890] ppid=29887 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29890/stat : 29890 (xcsp3-exec) S 29887 29890 29198 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419321007 115843072 364 33554432000 4194304 5098028 140726723261712 140726723259816 139710931927676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23154688 140726723269494 140726723269737 140726723269737 140726723272650 0
/proc/29890/statm: 28282 364 305 221 0 87 0
[pid=29892] ppid=29890 vsize=28227388 memory=40592 CPUtime=0.33 cores=0-7
/proc/29892/stat : 29892 (java) S 29890 29890 29198 0 -1 1077944320 9380 0 0 0 31 2 0 0 20 0 20 0 419321007 28904845312 10148 33554432000 4194304 4196468 140724114716928 140724114699472 139627312209655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
/proc/29892/statm: 7056847 10148 3314 1 0 7019032 0
[pid=29892/tid=29893] ppid=29890 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/29892/task/29893/stat : 29893 (java) R 29890 29890 29198 0 -1 4202560 6640 0 0 0 18 2 0 0 20 0 20 0 419321007 28904845312 10148 33554432000 4194304 4196468 140724114716928 139627316439376 139627312221590 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29894] ppid=29890 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/29892/task/29894/stat : 29894 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 10148 33554432000 4194304 4196468 140724114716928 139627264830096 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29895] ppid=29890 vsize=28227388 memory=3835009899432384160 CPUtime=0 cores=0-7
/proc/29892/task/29895/stat : 29895 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 10148 33554432000 4194304 4196468 140724114716928 139627263777296 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29896] ppid=29890 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29892/task/29896/stat : 29896 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 10148 33554432000 4194304 4196468 140724114716928 139627262724496 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29897] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29897/stat : 29897 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 10148 33554432000 4194304 4196468 140724114716928 139627261671696 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29898] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29898/stat : 29898 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 10148 33554432000 4194304 4196468 140724114716928 139627260619920 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29899] ppid=29890 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29892/task/29899/stat : 29899 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 10148 33554432000 4194304 4196468 140724114716928 139627259567120 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29900] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29900/stat : 29900 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 10148 33554432000 4194304 4196468 140724114716928 139627258514320 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29901] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29901/stat : 29901 (java) S 29890 29890 29198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321008 28904845312 10148 33554432000 4194304 4196468 140724114716928 139627257461520 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29902] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29902/stat : 29902 (java) S 29890 29890 29198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419321010 28904845312 10148 33554432000 4194304 4196468 140724114716928 139625977735536 139627312220802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29903] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29903/stat : 29903 (java) S 29890 29890 29198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419321010 28904845312 10148 33554432000 4194304 4196468 140724114716928 139625976681504 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29904] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29904/stat : 29904 (java) S 29890 29890 29198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419321010 28904845312 10148 33554432000 4194304 4196468 140724114716928 139625975628656 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29905] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29905/stat : 29905 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321013 28904845312 10148 33554432000 4194304 4196468 140724114716928 139625974576976 139627312228251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29906] ppid=29890 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/29892/task/29906/stat : 29906 (java) S 29890 29890 29198 0 -1 1077944384 548 0 0 0 2 0 0 0 20 0 20 0 419321013 28904845312 10148 33554432000 4194304 4196468 140724114716928 139625973525360 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29907] ppid=29890 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/29892/task/29907/stat : 29907 (java) S 29890 29890 29198 0 -1 1077944384 91 0 0 0 2 0 0 0 20 0 20 0 419321013 28904845312 10148 33554432000 4194304 4196468 140724114716928 139625972472560 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29908] ppid=29890 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29892/task/29908/stat : 29908 (java) S 29890 29890 29198 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 419321013 28904845312 10148 33554432000 4194304 4196468 140724114716928 139625971419760 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29909] ppid=29890 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/29892/task/29909/stat : 29909 (java) R 29890 29890 29198 0 -1 4202560 779 0 0 0 7 0 0 0 20 0 20 0 419321013 28904845312 10148 33554432000 4194304 4196468 140724114716928 139625970366960 139627296564249 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29910] ppid=29890 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29910/stat : 29910 (java) S 29890 29890 29198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321013 28904845312 10148 33554432000 4194304 4196468 140724114716928 139625969314400 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29911] ppid=29890 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/29892/task/29911/stat : 29911 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321013 28904845312 10148 33554432000 4194304 4196468 140724114716928 139625968261680 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42048 KiB

[startup+0.309728 s]*
/proc/loadavg: 6.39 7.55 7.40 4/212 29911
/proc/meminfo: memFree=26597036/32770624 swapFree=66927260/67108860
[pid=29890] ppid=29887 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29890/stat : 29890 (xcsp3-exec) S 29887 29890 29198 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419321007 115843072 364 33554432000 4194304 5098028 140726723261712 140726723259816 139710931927676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23154688 140726723269494 140726723269737 140726723269737 140726723272650 0
/proc/29890/statm: 28282 364 305 221 0 87 0
[pid=29892] ppid=29890 vsize=28231644 memory=50080 CPUtime=0.53 cores=0-7
/proc/29892/stat : 29892 (java) S 29890 29890 29198 0 -1 1077944320 10856 0 0 0 49 4 0 0 20 0 20 0 419321007 28909203456 12520 33554432000 4194304 4196468 140724114716928 140724114699472 139627312209655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
/proc/29892/statm: 7057911 12520 3351 1 0 7019032 0
[pid=29892/tid=29893] ppid=29890 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/29892/task/29893/stat : 29893 (java) R 29890 29890 29198 0 -1 4202560 7773 0 0 0 27 3 0 0 20 0 20 0 419321007 28909203456 12520 33554432000 4194304 4196468 140724114716928 139627316440768 139627296290142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29894] ppid=29890 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29894/stat : 29894 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28909203456 12520 33554432000 4194304 4196468 140724114716928 139627264830096 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29895] ppid=29890 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29895/stat : 29895 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28909203456 12520 33554432000 4194304 4196468 140724114716928 139627263777296 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29896] ppid=29890 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29896/stat : 29896 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321008 28909203456 12520 33554432000 4194304 4196468 140724114716928 139627262724496 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29897] ppid=29890 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29897/stat : 29897 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28909203456 12520 33554432000 4194304 4196468 140724114716928 139627261671696 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29898] ppid=29890 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/29892/task/29898/stat : 29898 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28909203456 12520 33554432000 4194304 4196468 140724114716928 139627260619920 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29899] ppid=29890 vsize=28231644 memory=140703464256431 CPUtime=0 cores=0-7
/proc/29892/task/29899/stat : 29899 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321008 28909203456 12520 33554432000 4194304 4196468 140724114716928 139627259567120 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29900] ppid=29890 vsize=28231644 memory=140703464258736 CPUtime=0 cores=0-7
/proc/29892/task/29900/stat : 29900 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28909203456 12520 33554432000 4194304 4196468 140724114716928 139627258514320 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29901] ppid=29890 vsize=28231644 memory=140703464261040 CPUtime=0 cores=0-7
/proc/29892/task/29901/stat : 29901 (java) S 29890 29890 29198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321008 28909203456 12520 33554432000 4194304 4196468 140724114716928 139627257461520 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29902] ppid=29890 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29902/stat : 29902 (java) S 29890 29890 29198 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419321010 28909203456 12520 33554432000 4194304 4196468 140724114716928 139625977735536 139627312220802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29903] ppid=29890 vsize=28231644 memory=281406928529040 CPUtime=0 cores=0-7
/proc/29892/task/29903/stat : 29903 (java) S 29890 29890 29198 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419321010 28909203456 12520 33554432000 4194304 4196468 140724114716928 139625976681504 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29904] ppid=29890 vsize=28231644 memory=281406928535952 CPUtime=0 cores=0-7
/proc/29892/task/29904/stat : 29904 (java) S 29890 29890 29198 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419321010 28909203456 12520 33554432000 4194304 4196468 140724114716928 139625975628656 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29905] ppid=29890 vsize=28231644 memory=281406928477232 CPUtime=0 cores=0-7
/proc/29892/task/29905/stat : 29905 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321013 28909203456 12520 33554432000 4194304 4196468 140724114716928 139625974576976 139627312228251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29906] ppid=29890 vsize=28231644 memory=281406928549776 CPUtime=0.02 cores=0-7
/proc/29892/task/29906/stat : 29906 (java) S 29890 29890 29198 0 -1 1077944384 580 0 0 0 2 0 0 0 20 0 20 0 419321013 28909203456 12520 33554432000 4194304 4196468 140724114716928 139625973525360 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29907] ppid=29890 vsize=28231644 memory=281406928556688 CPUtime=0.03 cores=0-7
/proc/29892/task/29907/stat : 29907 (java) S 29890 29890 29198 0 -1 1077944384 105 0 0 0 3 0 0 0 20 0 20 0 419321013 28909203456 12520 33554432000 4194304 4196468 140724114716928 139625972472560 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29908] ppid=29890 vsize=28231644 memory=281406928554384 CPUtime=0.02 cores=0-7
/proc/29892/task/29908/stat : 29908 (java) R 29890 29890 29198 0 -1 4202560 155 0 0 0 2 0 0 0 20 0 20 0 419321013 28909203456 12520 33554432000 4194304 4196468 140724114716928 139625971419760 139627297335833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29909] ppid=29890 vsize=28231644 memory=281406928570544 CPUtime=0.12 cores=0-7
/proc/29892/task/29909/stat : 29909 (java) S 29890 29890 29198 0 -1 1077944384 931 0 0 0 12 0 0 0 20 0 20 0 419321013 28909203456 12520 33554432000 4194304 4196468 140724114716928 139625970366960 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29910] ppid=29890 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29910/stat : 29910 (java) S 29890 29890 29198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419321013 28909203456 12520 33554432000 4194304 4196468 140724114716928 139625969314400 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29911] ppid=29890 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/29892/task/29911/stat : 29911 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321013 28909203456 12520 33554432000 4194304 4196468 140724114716928 139625968261680 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51536 KiB

[startup+0.700946 s]
/proc/loadavg: 6.39 7.55 7.40 5/212 29911
/proc/meminfo: memFree=26565320/32770624 swapFree=66927260/67108860
[pid=29890] ppid=29887 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29890/stat : 29890 (xcsp3-exec) S 29887 29890 29198 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419321007 115843072 364 33554432000 4194304 5098028 140726723261712 140726723259816 139710931927676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23154688 140726723269494 140726723269737 140726723269737 140726723272650 0
/proc/29890/statm: 28282 364 305 221 0 87 0
[pid=29892] ppid=29890 vsize=28233768 memory=119680 CPUtime=1.96 cores=0-7
/proc/29892/stat : 29892 (java) S 29890 29890 29198 0 -1 1077944320 15934 0 0 0 190 6 0 0 20 0 20 0 419321007 28911378432 29920 33554432000 4194304 4196468 140724114716928 140724114699472 139627312209655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
/proc/29892/statm: 7058442 29920 3455 1 0 7019544 0
[pid=29892/tid=29893] ppid=29890 vsize=28233768 memory=281406928928432 CPUtime=0.67 cores=0-7
/proc/29892/task/29893/stat : 29893 (java) R 29890 29890 29198 0 -1 4202560 9150 0 0 0 63 4 0 0 20 0 20 0 419321007 28911378432 29920 33554432000 4194304 4196468 140724114716928 139627316446880 139626920692993 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29894] ppid=29890 vsize=28233768 memory=140703464465264 CPUtime=0 cores=0-7
/proc/29892/task/29894/stat : 29894 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28911378432 29920 33554432000 4194304 4196468 140724114716928 139627264830096 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29895] ppid=29890 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29895/stat : 29895 (java) S 29890 29890 29198 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419321008 28911378432 29920 33554432000 4194304 4196468 140724114716928 139627263777296 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29896] ppid=29890 vsize=28233768 memory=1124 CPUtime=0 cores=0-7
/proc/29892/task/29896/stat : 29896 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419321008 28911378432 29920 33554432000 4194304 4196468 140724114716928 139627262724496 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0

################
# More data... #
################

[pid=29892/tid=29901] ppid=29890 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/29892/task/29901/stat : 29901 (java) S 29890 29890 29198 0 -1 1077944384 83 0 0 0 2 3 0 0 20 0 28 0 419321008 29526929408 110329 33554432000 4194304 4196468 140724114716928 139627257461520 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29902] ppid=29890 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/29892/task/29902/stat : 29902 (java) S 29890 29890 29198 0 -1 1077944384 503 0 0 0 1 0 0 0 20 0 28 0 419321010 29526929408 110329 33554432000 4194304 4196468 140724114716928 139625977735536 139627312220802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29903] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29903/stat : 29903 (java) S 29890 29890 29198 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419321010 29526929408 110329 33554432000 4194304 4196468 140724114716928 139625976681568 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29904] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29904/stat : 29904 (java) S 29890 29890 29198 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 419321010 29526929408 110329 33554432000 4194304 4196468 140724114716928 139625975628672 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29905] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29905/stat : 29905 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419321013 29526929408 110329 33554432000 4194304 4196468 140724114716928 139625974576976 139627312228251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29906] ppid=29890 vsize=28834892 memory=0 CPUtime=2.26 cores=0-7
/proc/29892/task/29906/stat : 29906 (java) S 29890 29890 29198 0 -1 1077944384 5439 0 0 0 224 2 0 0 20 0 28 0 419321013 29526929408 110329 33554432000 4194304 4196468 140724114716928 139625973525360 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29907] ppid=29890 vsize=28834892 memory=0 CPUtime=2.57 cores=0-7
/proc/29892/task/29907/stat : 29907 (java) R 29890 29890 29198 0 -1 4202560 4873 0 0 0 256 1 0 0 20 0 28 0 419321013 29526929408 110329 33554432000 4194304 4196468 140724114716928 139625972459104 139627297335568 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29908] ppid=29890 vsize=28834892 memory=0 CPUtime=2.46 cores=0-7
/proc/29892/task/29908/stat : 29908 (java) S 29890 29890 29198 0 -1 1077944384 6846 0 0 0 244 2 0 0 20 0 28 0 419321013 29526929408 110329 33554432000 4194304 4196468 140724114716928 139625971419760 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29909] ppid=29890 vsize=28834892 memory=0 CPUtime=1.19 cores=0-7
/proc/29892/task/29909/stat : 29909 (java) S 29890 29890 29198 0 -1 1077944384 6582 0 0 0 117 2 0 0 20 0 28 0 419321013 29526929408 110329 33554432000 4194304 4196468 140724114716928 139625970366960 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29910] ppid=29890 vsize=28834892 memory=1124 CPUtime=0 cores=0-7
/proc/29892/task/29910/stat : 29910 (java) S 29890 29890 29198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419321013 29526929408 110329 33554432000 4194304 4196468 140724114716928 139625969314400 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29911] ppid=29890 vsize=28834892 memory=5984 CPUtime=0 cores=0-7
/proc/29892/task/29911/stat : 29911 (java) S 29890 29890 29198 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 28 0 419321013 29526929408 110329 33554432000 4194304 4196468 140724114716928 139625968261680 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
Current children cumulated CPU time: 30.42 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 442772 KiB

[startup+6.00099 s]*
/proc/loadavg: 6.20 7.49 7.38 8/221 29985
/proc/meminfo: memFree=26165228/32770624 swapFree=66927260/67108860
[pid=29890] ppid=29887 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29890/stat : 29890 (xcsp3-exec) S 29887 29890 29198 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419321007 115843072 364 33554432000 4194304 5098028 140726723261712 140726723259816 139710931927676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23154688 140726723269494 140726723269737 140726723269737 140726723272650 0
/proc/29890/statm: 28282 364 305 221 0 87 0
[pid=29892] ppid=29890 vsize=28834892 memory=481252 CPUtime=32.83 cores=0-7
/proc/29892/stat : 29892 (java) S 29890 29890 29198 0 -1 1077944320 40662 0 0 0 3226 57 0 0 20 0 28 0 419321007 29526929408 120313 33554432000 4194304 4196468 140724114716928 140724114699472 139627312209655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
/proc/29892/statm: 7208723 120313 3531 1 0 7169825 0
[pid=29892/tid=29893] ppid=29890 vsize=28834892 memory=6791534058613427641 CPUtime=1.86 cores=0-7
/proc/29892/task/29893/stat : 29893 (java) S 29890 29890 29198 0 -1 1077944384 9864 0 0 0 179 7 0 0 20 0 28 0 419321007 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627316450432 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29894] ppid=29890 vsize=28834892 memory=4872558044660077418 CPUtime=0.07 cores=0-7
/proc/29892/task/29894/stat : 29894 (java) S 29890 29890 29198 0 -1 1077944384 177 0 0 0 3 4 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627264830096 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29895] ppid=29890 vsize=28834892 memory=140703594321536 CPUtime=0.07 cores=0-7
/proc/29892/task/29895/stat : 29895 (java) S 29890 29890 29198 0 -1 1077944384 156 0 0 0 4 3 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627263777296 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29896] ppid=29890 vsize=28834892 memory=140703464482255 CPUtime=0.07 cores=0-7
/proc/29892/task/29896/stat : 29896 (java) S 29890 29890 29198 0 -1 1077944384 187 0 0 0 3 4 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627262724496 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29897] ppid=29890 vsize=28834892 memory=3539886727474264536 CPUtime=0.07 cores=0-7
/proc/29892/task/29897/stat : 29897 (java) S 29890 29890 29198 0 -1 1077944384 154 0 0 0 4 3 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627261671696 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29898] ppid=29890 vsize=28834892 memory=0 CPUtime=0.06 cores=0-7
/proc/29892/task/29898/stat : 29898 (java) S 29890 29890 29198 0 -1 1077944384 99 0 0 0 3 3 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627260619920 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29899] ppid=29890 vsize=28834892 memory=-1 CPUtime=0.06 cores=0-7
/proc/29892/task/29899/stat : 29899 (java) S 29890 29890 29198 0 -1 1077944384 197 0 0 0 3 3 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627259567120 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29900] ppid=29890 vsize=28834892 memory=0 CPUtime=0.06 cores=0-7
/proc/29892/task/29900/stat : 29900 (java) S 29890 29890 29198 0 -1 1077944384 137 0 0 0 3 3 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627258514320 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29901] ppid=29890 vsize=28834892 memory=7234030465096242000 CPUtime=0.07 cores=0-7
/proc/29892/task/29901/stat : 29901 (java) S 29890 29890 29198 0 -1 1077944384 190 0 0 0 3 4 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627257461520 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29902] ppid=29890 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/29892/task/29902/stat : 29902 (java) S 29890 29890 29198 0 -1 1077944384 569 0 0 0 1 0 0 0 20 0 28 0 419321010 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625977735536 139627312220802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29903] ppid=29890 vsize=28834892 memory=7162531440177276259 CPUtime=0 cores=0-7
/proc/29892/task/29903/stat : 29903 (java) S 29890 29890 29198 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419321010 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625976681568 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29904] ppid=29890 vsize=28834892 memory=7740678864741951846 CPUtime=0 cores=0-7
/proc/29892/task/29904/stat : 29904 (java) S 29890 29890 29198 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 419321010 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625975628672 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29905] ppid=29890 vsize=28834892 memory=7301006047637760623 CPUtime=0 cores=0-7
/proc/29892/task/29905/stat : 29905 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625974576976 139627312228251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29906] ppid=29890 vsize=28834892 memory=0 CPUtime=2.33 cores=0-7
/proc/29892/task/29906/stat : 29906 (java) S 29890 29890 29198 0 -1 1077944384 5456 0 0 0 231 2 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625973525360 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29907] ppid=29890 vsize=28834892 memory=0 CPUtime=2.65 cores=0-7
/proc/29892/task/29907/stat : 29907 (java) S 29890 29890 29198 0 -1 1077944384 4908 0 0 0 264 1 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625972472560 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29908] ppid=29890 vsize=28834892 memory=0 CPUtime=2.53 cores=0-7
/proc/29892/task/29908/stat : 29908 (java) S 29890 29890 29198 0 -1 1077944384 6863 0 0 0 251 2 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625971419760 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29909] ppid=29890 vsize=28834892 memory=0 CPUtime=1.2 cores=0-7
/proc/29892/task/29909/stat : 29909 (java) S 29890 29890 29198 0 -1 1077944384 6613 0 0 0 118 2 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625970366960 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29910] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29910/stat : 29910 (java) S 29890 29890 29198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625969314400 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29911] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29911/stat : 29911 (java) S 29890 29890 29198 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625968261680 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29978] ppid=29890 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/29892/task/29978/stat : 29978 (java) R 29890 29890 29198 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 28 0 419321597 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625884359232 139626932562146 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29979] ppid=29890 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/29892/task/29979/stat : 29979 (java) R 29890 29890 29198 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625886465584 139626928249679 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29980] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29980/stat : 29980 (java) S 29890 29890 29198 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625883309648 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29981] ppid=29890 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/29892/task/29981/stat : 29981 (java) R 29890 29890 29198 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625885413680 139626920985632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29982] ppid=29890 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/29892/task/29982/stat : 29982 (java) R 29890 29890 29198 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625881206088 139626928249554 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29983] ppid=29890 vsize=28834892 memory=-1 CPUtime=0.07 cores=0-7
/proc/29892/task/29983/stat : 29983 (java) R 29890 29890 29198 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625888574664 139626928249652 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29984] ppid=29890 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/29892/task/29984/stat : 29984 (java) R 29890 29890 29198 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625882258400 139626928249735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29985] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29985/stat : 29985 (java) S 29890 29890 29198 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 419321601 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625887519696 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
Current children cumulated CPU time: 32.83 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 482708 KiB

[startup+6.20121 s]
/proc/loadavg: 6.20 7.49 7.38 8/221 29985
/proc/meminfo: memFree=26165228/32770624 swapFree=66927260/67108860
[pid=29890] ppid=29887 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/29890/stat : 29890 (xcsp3-exec) S 29887 29890 29198 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419321007 115843072 364 33554432000 4194304 5098028 140726723261712 140726723259816 139710931927676 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 23154688 140726723269494 140726723269737 140726723269737 140726723272650 0
/proc/29890/statm: 28282 364 305 221 0 87 0
[pid=29892] ppid=29890 vsize=28834892 memory=481252 CPUtime=34.02 cores=0-7
/proc/29892/stat : 29892 (java) S 29890 29890 29198 0 -1 1077944320 40664 0 0 0 3345 57 0 0 20 0 28 0 419321007 29526929408 120313 33554432000 4194304 4196468 140724114716928 140724114699472 139627312209655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
/proc/29892/statm: 7208723 120313 3531 1 0 7169825 0
[pid=29892/tid=29893] ppid=29890 vsize=28834892 memory=0 CPUtime=1.86 cores=0-7
/proc/29892/task/29893/stat : 29893 (java) S 29890 29890 29198 0 -1 1077944384 9864 0 0 0 179 7 0 0 20 0 28 0 419321007 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627316450432 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29894] ppid=29890 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/29892/task/29894/stat : 29894 (java) S 29890 29890 29198 0 -1 1077944384 177 0 0 0 3 4 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627264830096 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29895] ppid=29890 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/29892/task/29895/stat : 29895 (java) S 29890 29890 29198 0 -1 1077944384 156 0 0 0 4 3 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627263777296 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29896] ppid=29890 vsize=28834892 memory=140703464544635 CPUtime=0.07 cores=0-7
/proc/29892/task/29896/stat : 29896 (java) S 29890 29890 29198 0 -1 1077944384 187 0 0 0 3 4 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627262724496 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29897] ppid=29890 vsize=28834892 memory=7649399371397151026 CPUtime=0.07 cores=0-7
/proc/29892/task/29897/stat : 29897 (java) S 29890 29890 29198 0 -1 1077944384 154 0 0 0 4 3 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627261671696 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29898] ppid=29890 vsize=28834892 memory=11217 CPUtime=0.06 cores=0-7
/proc/29892/task/29898/stat : 29898 (java) S 29890 29890 29198 0 -1 1077944384 99 0 0 0 3 3 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627260619920 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29899] ppid=29890 vsize=28834892 memory=0 CPUtime=0.06 cores=0-7
/proc/29892/task/29899/stat : 29899 (java) S 29890 29890 29198 0 -1 1077944384 197 0 0 0 3 3 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627259567120 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29900] ppid=29890 vsize=28834892 memory=0 CPUtime=0.06 cores=0-7
/proc/29892/task/29900/stat : 29900 (java) S 29890 29890 29198 0 -1 1077944384 137 0 0 0 3 3 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627258514320 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29901] ppid=29890 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/29892/task/29901/stat : 29901 (java) S 29890 29890 29198 0 -1 1077944384 190 0 0 0 3 4 0 0 20 0 28 0 419321008 29526929408 120313 33554432000 4194304 4196468 140724114716928 139627257461520 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29902] ppid=29890 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/29892/task/29902/stat : 29902 (java) S 29890 29890 29198 0 -1 1077944384 569 0 0 0 1 0 0 0 20 0 28 0 419321010 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625977735536 139627312220802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29903] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29903/stat : 29903 (java) S 29890 29890 29198 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419321010 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625976681568 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29904] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29904/stat : 29904 (java) S 29890 29890 29198 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 419321010 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625975628672 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29905] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29905/stat : 29905 (java) S 29890 29890 29198 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625974576976 139627312228251 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29906] ppid=29890 vsize=28834892 memory=0 CPUtime=2.33 cores=0-7
/proc/29892/task/29906/stat : 29906 (java) S 29890 29890 29198 0 -1 1077944384 5456 0 0 0 231 2 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625973525360 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29907] ppid=29890 vsize=28834892 memory=0 CPUtime=2.65 cores=0-7
/proc/29892/task/29907/stat : 29907 (java) S 29890 29890 29198 0 -1 1077944384 4908 0 0 0 264 1 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625972472560 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29908] ppid=29890 vsize=28834892 memory=0 CPUtime=2.58 cores=0-7
/proc/29892/task/29908/stat : 29908 (java) S 29890 29890 29198 0 -1 1077944384 6865 0 0 0 256 2 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625971419760 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29909] ppid=29890 vsize=28834892 memory=0 CPUtime=1.21 cores=0-7
/proc/29892/task/29909/stat : 29909 (java) S 29890 29890 29198 0 -1 1077944384 6613 0 0 0 119 2 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625970366960 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29910] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29910/stat : 29910 (java) S 29890 29890 29198 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625969314400 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29911] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29911/stat : 29911 (java) S 29890 29890 29198 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 28 0 419321013 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625968261680 139627312220802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29978] ppid=29890 vsize=28834892 memory=0 CPUtime=0.26 cores=0-7
/proc/29892/task/29978/stat : 29978 (java) R 29890 29890 29198 0 -1 4202560 19 0 0 0 26 0 0 0 20 0 28 0 419321597 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625884359544 139626928249735 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29979] ppid=29890 vsize=28834892 memory=0 CPUtime=0.26 cores=0-7
/proc/29892/task/29979/stat : 29979 (java) R 29890 29890 29198 0 -1 4202560 18 0 0 0 26 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625886465896 139626925194735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29980] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29980/stat : 29980 (java) S 29890 29890 29198 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625883309648 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29981] ppid=29890 vsize=28834892 memory=0 CPUtime=0.26 cores=0-7
/proc/29892/task/29981/stat : 29981 (java) R 29890 29890 29198 0 -1 4202560 18 0 0 0 26 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625885413992 139626928249666 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29982] ppid=29890 vsize=28834892 memory=0 CPUtime=0.26 cores=0-7
/proc/29892/task/29982/stat : 29982 (java) R 29890 29890 29198 0 -1 4202560 18 0 0 0 26 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625881199432 139626928249000 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29983] ppid=29890 vsize=28834892 memory=0 CPUtime=0.26 cores=0-7
/proc/29892/task/29983/stat : 29983 (java) R 29890 29890 29198 0 -1 4202560 17 0 0 0 26 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625888574664 139626928758950 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29984] ppid=29890 vsize=28834892 memory=0 CPUtime=0.26 cores=0-7
/proc/29892/task/29984/stat : 29984 (java) R 29890 29890 29198 0 -1 4202560 17 0 0 0 26 0 0 0 20 0 28 0 419321600 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625882258504 139626928249679 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
[pid=29892/tid=29985] ppid=29890 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/29892/task/29985/stat : 29985 (java) S 29890 29890 29198 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 419321601 29526929408 120313 33554432000 4194304 4196468 140724114716928 139625887519696 139627312219861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39219200 140724114719722 140724114719894 140724114719894 140724114722767 0
Current children cumulated CPU time: 34.02 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 482708 KiB

Child status: 0
Real time (s): 6.25317
CPU time (s): 34.2145
CPU user time (s): 33.6294
CPU system time (s): 0.585148
CPU usage (%): 547.155
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 482708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.6294
system time used= 0.585148
maximum resident set size= 482024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41461
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5655
involuntary context switches= 602


# summary of solver processes directly reported to runsolver:
#   pid: 29890
#   total CPU time (s): 34.2145
#   total CPU user time (s): 33.6294
#   total CPU system time (s): 0.585148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.067097 second user time and 0.12229 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-14 05:11:34
IDJOB=4394550
IDBENCH=128013
IDSOLVER=2843
FILE ID=node137/4394550-1568430736
RUNJOBID= node137-1568427795-29225
PBS_JOBID= 21702299
Free space on /tmp= 61428 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-9.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394550-1568430736/watcher-4394550-1568430736 -o /tmp/evaluation-result-4394550-1568430736/solver-4394550-1568430736 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node137-1568427795-29225 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 372511091 HOME/instance-4394550-1568430736.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 01e24d77724351f9fbbc9dc0447b7ef7
RANDOM SEED=372511091

node137.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26634624 kB
MemAvailable:   31802828 kB
Buffers:          189752 kB
Cached:          5244196 kB
SwapCached:        77548 kB
Active:          1426856 kB
Inactive:        4088200 kB
Active(anon):       4720 kB
Inactive(anon):   117612 kB
Active(file):    1422136 kB
Inactive(file):  3970588 kB
Unevictable:      108700 kB
Mlocked:          108700 kB
SwapTotal:      67108860 kB
SwapFree:       66927260 kB
Dirty:             26716 kB
Writeback:             0 kB
AnonPages:        179252 kB
Mapped:            44904 kB
Shmem:             32772 kB
Slab:             212252 kB
SReclaimable:     182628 kB
SUnreclaim:        29624 kB
KernelStack:        3728 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61400 MiB
End job on node137 at 2019-09-14 05:11:41