Trace number 4393932

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 parallelOPT89 557.722 115.439

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-05.xml
MD5SUM42feabc1334beaea3bf22cfd312dd4ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark307.391
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size327
Distribution of domain sizes[{"size":1,"count":1},{"size":327,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":112},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":32,"count":2}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

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-4393932-1568431355.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393932-1568431355.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.66/0.79	c solve instance...
2.72/0.94	o 326 
2.72/0.95	o 115 
2.72/0.98	o 113 
3.40/1.02	o 110 
3.40/1.04	o 108 
3.40/1.07	o 107 
3.40/1.09	o 106 
3.40/1.09	o 105 
4.01/1.17	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (86/123)
4.01/1.17		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.01/1.17		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.01/1.17		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.01/1.17		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.01/1.17		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.01/1.17	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (86/123)
4.01/1.17		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.01/1.17		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.01/1.17		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.01/1.17		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.01/1.17		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.01/1.17		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.01/1.17		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.01/1.17		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.01/1.17		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.01/1.17		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.01/1.17		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.01/1.17		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.01/1.17		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.01/1.17		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.01/1.17		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.01/1.17		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.01/1.18	o 104 
4.01/1.19	o 103 
4.73/1.22	o 102 
6.25/1.44	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
6.25/1.44		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.25/1.44		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.25/1.44		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.25/1.44		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.25/1.44		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.25/1.44	Caused by: java.lang.ArrayIndexOutOfBoundsException
6.25/1.44		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
6.25/1.44		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
6.25/1.44		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
6.25/1.44		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
6.25/1.44		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
6.25/1.44		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
6.25/1.44		... 4 more
6.25/1.44	Caused by: java.lang.ArrayIndexOutOfBoundsException
6.25/1.44		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
6.25/1.44		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
6.25/1.44		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
6.25/1.44		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
6.25/1.44		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
6.25/1.44		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
6.25/1.44		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
6.25/1.44		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
6.25/1.44		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
6.25/1.44		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
6.25/1.44		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
6.25/1.44		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
6.25/1.44		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
6.25/1.44		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
6.25/1.44		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.25/1.44		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.25/1.44		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.25/1.44		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.25/1.44	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
6.25/1.44		at org.chocosolver.solver.constraints.nary.cumulative.PropGraphCumulative.disjoint(PropGraphCumulative.java:145)
6.25/1.44		at org.chocosolver.solver.constraints.nary.cumulative.PropGraphCumulative.propagate(PropGraphCumulative.java:88)
6.25/1.44		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
6.25/1.44		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
6.25/1.44		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
6.25/1.44		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
6.25/1.44		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.25/1.44		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.25/1.44		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.25/1.44		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.25/1.44		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.25/1.44		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.25/1.44		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.25/1.44		... 4 more
6.25/1.44	o 101 
6.25/1.47	java.util.concurrent.ExecutionException: java.lang.NullPointerException
6.25/1.47		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.25/1.47		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.25/1.47		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.25/1.47		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.25/1.47		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.25/1.47	Caused by: java.lang.NullPointerException
6.25/1.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
6.25/1.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
6.25/1.47		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
6.25/1.47		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
6.25/1.47		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
6.25/1.47		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
6.25/1.47		... 4 more
6.25/1.47	Caused by: java.lang.NullPointerException
6.25/1.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
6.25/1.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
6.25/1.47		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
6.25/1.47		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
6.25/1.47		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
6.25/1.47		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
6.25/1.47		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
6.25/1.47		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
6.25/1.47		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
6.25/1.47		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
6.25/1.47		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
6.25/1.47		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
6.25/1.47		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
6.25/1.47		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
6.25/1.47		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.25/1.47		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.25/1.47		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.25/1.47		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.25/1.47	Caused by: java.lang.NullPointerException
6.25/1.47		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
6.25/1.47		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
6.25/1.47		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
6.25/1.47		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
6.25/1.47		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
6.25/1.47		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
6.25/1.47		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
6.25/1.47		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
6.25/1.47		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
6.25/1.47		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
6.25/1.47		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
6.25/1.47		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
6.25/1.47		at org.chocosolver.solver.Solver.extend(Solver.java:421)
6.25/1.47		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
6.25/1.47		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.25/1.47		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.25/1.47		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.25/1.47		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.25/1.47		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.25/1.47		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.25/1.47		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.25/1.47		... 4 more
6.25/1.47	o 100 
6.25/1.48	o 99 
13.28/2.35	java.util.concurrent.ExecutionException: java.lang.NullPointerException
13.28/2.35		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
13.28/2.35		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
13.28/2.35		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
13.28/2.35		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
13.28/2.35		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
13.28/2.35	Caused by: java.lang.NullPointerException
13.28/2.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
13.28/2.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
13.28/2.35		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
13.28/2.35		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
13.28/2.35		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
13.28/2.35		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
13.28/2.35		... 4 more
13.28/2.35	Caused by: java.lang.NullPointerException
13.28/2.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
13.28/2.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
13.28/2.35		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
13.28/2.35		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
13.28/2.35		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
13.28/2.35		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
13.28/2.35		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
13.28/2.35		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
13.28/2.35		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
13.28/2.35		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
13.28/2.35		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
13.28/2.35		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
13.28/2.35		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
13.28/2.35		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
13.28/2.35		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
13.28/2.35		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
13.28/2.35		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
13.28/2.35		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
13.28/2.35	Caused by: java.lang.NullPointerException
13.28/2.35		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
13.28/2.35		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
13.28/2.35		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
13.28/2.35		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
13.28/2.35		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
13.28/2.35		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
13.28/2.35		at org.chocosolver.solver.Solver.solve(Solver.java:262)
13.28/2.35		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
13.28/2.35		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
13.28/2.35		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
13.28/2.35		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
13.28/2.35		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
13.28/2.35		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
13.28/2.35		... 4 more
13.28/2.35	o 98 
14.86/2.52	java.util.concurrent.ExecutionException: java.lang.IllegalStateException: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find minimum of an empty set
14.86/2.52		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
14.86/2.52		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
14.86/2.52		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
14.86/2.52		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
14.86/2.52		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
14.86/2.52	Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find minimum of an empty set
14.86/2.52		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
14.86/2.52		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
14.86/2.52		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
14.86/2.52		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
14.86/2.52		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
14.86/2.52		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
14.86/2.52		... 4 more
14.86/2.52	Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find minimum of an empty set
14.86/2.52		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
14.86/2.52		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
14.86/2.52		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
14.86/2.52		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
14.86/2.52		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
14.86/2.52		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
14.86/2.52		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
14.86/2.52		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
14.86/2.52		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
14.86/2.52		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
14.86/2.52		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
14.86/2.52		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
14.86/2.52		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
14.86/2.52		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
14.86/2.52		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
14.86/2.52		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
14.86/2.52		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
14.86/2.52		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
14.86/2.52	Caused by: java.lang.IllegalStateException: cannot find minimum of an empty set
14.86/2.52		at org.chocosolver.util.objects.setDataStructures.iterable.IntIterableRangeSet.min(IntIterableRangeSet.java:181)
14.86/2.52		at org.chocosolver.solver.learn.LazyImplications.createDomain(LazyImplications.java:318)
14.86/2.52		at org.chocosolver.solver.learn.LazyImplications.addEntry(LazyImplications.java:347)
14.86/2.52		at org.chocosolver.solver.learn.LazyImplications.pushEvent(LazyImplications.java:376)
14.86/2.52		at org.chocosolver.solver.learn.EventRecorder.updateUpperBound(EventRecorder.java:97)
14.86/2.52		at org.chocosolver.solver.variables.view.IntView.updateUpperBound(IntView.java:304)
14.86/2.52		at org.chocosolver.solver.constraints.nary.cumulative.TimeCumulFilter.filterSup(TimeCumulFilter.java:137)
14.86/2.52		at org.chocosolver.solver.constraints.nary.cumulative.TimeCumulFilter.filter(TimeCumulFilter.java:101)
14.86/2.52		at org.chocosolver.solver.constraints.nary.cumulative.DefaultCumulFilter.filter(DefaultCumulFilter.java:55)
14.86/2.52		at org.chocosolver.solver.constraints.nary.cumulative.PropCumulative.filter(PropCumulative.java:146)
14.86/2.52		at org.chocosolver.solver.constraints.nary.cumulative.PropGraphCumulative.filterAround(PropGraphCumulative.java:141)
14.86/2.52		at org.chocosolver.solver.constraints.nary.cumulative.PropGraphCumulative.propagate(PropGraphCumulative.java:100)
14.86/2.52		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
14.86/2.52		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
14.86/2.52		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
14.86/2.52		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
14.86/2.52		at org.chocosolver.solver.Solver.solve(Solver.java:262)
14.86/2.52		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
14.86/2.52		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
14.86/2.52		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
14.86/2.52		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
14.86/2.52		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
14.86/2.52		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
14.86/2.52		... 4 more
14.86/2.52	o 97 
15.64/2.64	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a satisfied signed clause: #110 : ?TRUE : (s[1] = 0 ∈ [1,326]:FALSE) ∨ (s[2] = {0..28} ∈ [29,326]:FALSE) ∨ (s[4] = 16 ∈ [0,15]:FALSE) ∨ (s[4] = 16 ∈ [17,326]:FALSE) ∨ (s[5] = {27..36} ∈ [0,26]:FALSE) ∨ (s[5] = {27..36} ∈ [37,326]:FALSE) ∨ (s[6] = {25..32} ∈ [0,31]:UNDEFINED) ∨ (s[6] = {25..32} ∈ [33,326]:FALSE) ∨ (s[7] = 24 ∈ [0,23]:FALSE) ∨ (s[7] = 24 ∈ [25,326]:FALSE) ∨ (s[8] = {2..37} ∈ [0,1]:FALSE) ∨ (s[8] = {2..37} ∈ [38,326]:FALSE) ∨ (s[9] = {27..74} ∈ [0,26]:FALSE) ∨ (s[10] = {8..36} ∈ [0,7]:FALSE) ∨ (s[10] = {8..36} ∈ [37,326]:FALSE) ∨ (s[11] = 2 ∈ [0,1]:FALSE) ∨ (s[11] = 2 ∈ [3,326]:FALSE) ∨ (s[12] = {27..71} ∈ [0,26]:FALSE) ∨ (s[13] = {8..36} ∈ [0,7]:FALSE) ∨ (s[13] = {8..36} ∈ [37,326]:FALSE) ∨ (s[14] = {34..82} ∈ [0,33]:FALSE) ∨ (s[14] = {34..82} ∈ [83,326]:FALSE) ∨ (s[15] = {40..88} ∈ [0,39]:FALSE) ∨ (s[16] = {24..42} ∈ [0,23]:FALSE) ∨ (s[16] = {24..42} ∈ [43,326]:FALSE) ∨ (s[17] = {27..35} ∈ [0,26]:FALSE) ∨ (s[17] = {27..35} ∈ [28,326]:UNDEFINED) ∨ (s[18] = {34..81} ∈ [0,33]:FALSE) ∨ (s[18] = {34..81} ∈ [82,326]:FALSE) ∨ (s[19] = 27 ∈ [0,26]:FALSE) ∨ (s[19] = 27 ∈ [28,326]:FALSE) ∨ (s[21] = {34..61} ∈ [62,326]:FALSE) ∨ (s[22] = {27..34} ∈ [0,26]:FALSE) ∨ (s[22] = {27..34} ∈ [35,326]:FALSE) ∨ (s[23] = {24..40} ∈ [0,23]:FALSE) ∨ (s[23] = {24..40} ∈ [41,326]:FALSE) ∨ (s[24] = {35..52} ∈ [0,34]:FALSE) ∨ (s[24] = {35..52} ∈ [53,326]:FALSE) ∨ (s[25] = 36 ∈ [0,35]:FALSE) ∨ (s[25] = 36 ∈ [37,326]:FALSE) ∨ (s[26] = {34..45} ∈ [46,326]:FALSE) ∨ (s[27] = 43 ∈ [0,42]:FALSE) ∨ (s[27] = 43 ∈ [44,326]:FALSE) ∨ (s[28] = {25..50} ∈ [0,24]:FALSE) ∨ (s[28] = {25..50} ∈ [51,326]:FALSE) ∨ (s[29] = 10 ∈ [0,9]:FALSE) ∨ (s[29] = 10 ∈ [11,326]:FALSE) ∨ (s[30] = {35..44} ∈ [0,34]:FALSE) ∨ (s[30] = {35..44} ∈ [45,326]:FALSE) ∨ (s[31] = {45..55} ∈ [0,44]:FALSE) ∨ (s[31] = {45..55} ∈ [56,326]:FALSE) ∨ (s[32] = {45..54} ∈ [55,326]:FALSE) ∨ (s[33] = {16..31} ∈ [0,15]:FALSE) ∨ (s[33] = {16..31} ∈ [32,326]:FALSE) ∨ (s[34] = {50..58} ∈ [59,326]:FALSE) ∨ (s[35] = {33..88} ∈ [0,32]:FALSE) ∨ (s[36] = {35..57} ∈ [0,34]:FALSE) ∨ (s[36] = {35..57} ∈ [58,326]:FALSE) ∨ (s[37] = {55..58} ∈ [0,54]:FALSE) ∨ (s[37] = {55..58} ∈ [59,326]:FALSE) ∨ (s[38] = {37..60} ∈ [0,36]:FALSE) ∨ (s[38] = {37..60} ∈ [61,326]:FALSE) ∨ (s[39] = {45..79} ∈ [0,44]:FALSE) ∨ (s[40] = 53 ∈ [0,52]:FALSE) ∨ (s[40] = 53 ∈ [54,326]:FALSE) ∨ (s[41] = 43 ∈ [0,42]:FALSE) ∨ (s[41] = 43 ∈ [44,326]:FALSE) ∨ (s[42] = {62..65} ∈ [0,61]:FALSE) ∨ (s[42] = {62..65} ∈ [66,326]:FALSE) ∨ (s[43] = {55..78} ∈ [0,54]:FALSE) ∨ (s[43] = {55..78} ∈ [79,326]:FALSE) ∨ (s[44] = {62..79} ∈ [0,61]:FALSE) ∨ (s[45] = {29..36} ∈ [0,28]:FALSE) ∨ (s[45] = {29..36} ∈ [37,326]:FALSE) ∨ (s[46] = {36..49} ∈ [0,35]:FALSE) ∨ (s[46] = {36..49} ∈ [50,326]:FALSE) ∨ (s[47] = {53..56} ∈ [0,52]:FALSE) ∨ (s[47] = {53..56} ∈ [57,326]:FALSE) ∨ (s[48] = {16..56} ∈ [0,15]:FALSE) ∨ (s[48] = {16..56} ∈ [57,326]:FALSE) ∨ (s[49] = {58..81} ∈ [82,326]:FALSE) ∨ (s[50] = 55 ∈ [0,54]:FALSE) ∨ (s[50] = 55 ∈ [56,326]:FALSE) ∨ (s[51] = {64..83} ∈ [0,63]:FALSE) ∨ (s[51] = {64..83} ∈ [84,326]:FALSE) ∨ (s[52] = 64 ∈ [0,63]:FALSE) ∨ (s[52] = 64 ∈ [65,326]:FALSE) ∨ (s[53] = {63..66} ∈ [0,62]:FALSE) ∨ (s[53] = {63..66} ∈ [67,326]:FALSE) ∨ (s[55] = 74 ∈ [0,73]:FALSE) ∨ (s[55] = 74 ∈ [75,326]:FALSE) ∨ (s[56] = {77..85} ∈ [0,76]:FALSE) ∨ (s[57] = {74..87} ∈ [0,73]:FALSE) ∨ (s[57] = {74..87} ∈ [88,326]:FALSE) ∨ (s[58] = {81..89} ∈ [0,80]:FALSE) ∨ (s[58] = {81..89} ∈ [90,326]:FALSE) ∨ (s[59] = {72..90} ∈ [0,71]:FALSE) ∨ (s[60] = {68..91} ∈ [0,67]:FALSE) ∨ (s[60] = {68..91} ∈ [92,326]:FALSE) ∨ ((s[2] = {0..28} + 8) = [8,36] ∈ [37,334]:FALSE) ∨ ((s[4] = 16 + 8) = [24,24] ∈ [8,23]:FALSE) ∨ ((s[4] = 16 + 8) = [24,24] ∈ [25,334]:FALSE) ∨ ((s[5] = {27..36} + 7) = [34,43] ∈ [7,33]:FALSE) ∨ ((s[5] = {27..36} + 7) = [34,43] ∈ [44,333]:FALSE) ∨ ((s[7] = 24 + 3) = [27,27] ∈ [3,26]:FALSE) ∨ ((s[7] = 24 + 3) = [27,27] ∈ [28,329]:FALSE) ∨ ((s[8] = {2..37} + 3) = [5,40] ∈ [3,4]:FALSE) ∨ ((s[8] = {2..37} + 3) = [5,40] ∈ [41,329]:FALSE) ∨ ((s[9] = {27..74} + 7) = [34,81] ∈ [7,33]:FALSE) ∨ ((s[9] = {27..74} + 7) = [34,81] ∈ [82,333]:FALSE) ∨ ((s[11] = 2 + 1) = [3,3] ∈ [1,2]:FALSE) ∨ ((s[11] = 2 + 1) = [3,3] ∈ [4,327]:FALSE) ∨ ((s[14] = {34..82} + 6) = [40,88] ∈ [6,39]:FALSE) ∨ ((s[14] = {34..82} + 6) = [40,88] ∈ [89,332]:FALSE) ∨ ((s[18] = {34..81} + 4) = [38,85] ∈ [4,37]:FALSE) ∨ ((s[18] = {34..81} + 4) = [38,85] ∈ [86,330]:FALSE) ∨ ((s[21] = {34..61} + 5) = [39,66] ∈ [5,38]:FALSE) ∨ ((s[21] = {34..61} + 5) = [39,66] ∈ [67,331]:FALSE) ∨ ((s[23] = {24..40} + 3) = [27,43] ∈ [3,26]:FALSE) ∨ ((s[23] = {24..40} + 3) = [27,43] ∈ [44,329]:FALSE) ∨ ((s[26] = {34..45} + 9) = [43,54] ∈ [9,42]:FALSE) ∨ ((s[26] = {34..45} + 9) = [43,54] ∈ [55,335]:FALSE) ∨ ((s[30] = {35..44} + 10) = [45,54] ∈ [10,44]:FALSE) ∨ ((s[30] = {35..44} + 10) = [45,54] ∈ [55,336]:FALSE) ∨ ((s[31] = {45..55} + 1) = [46,56] ∈ [1,45]:FALSE) ∨ ((s[31] = {45..55} + 1) = [46,56] ∈ [57,327]:FALSE) ∨ ((s[32] = {45..54} + 10) = [55,64] ∈ [10,54]:FALSE) ∨ ((s[32] = {45..54} + 10) = [55,64] ∈ [65,336]:FALSE) ∨ ((s[34] = {50..58} + 7) = [57,65] ∈ [7,56]:FALSE) ∨ ((s[34] = {50..58} + 7) = [57,65] ∈ [66,333]:FALSE) ∨ ((s[35] = {33..88} + 3) = [36,91] ∈ [3,35]:FALSE) ∨ ((s[35] = {33..88} + 3) = [36,91] ∈ [92,329]:FALSE) ∨ ((s[36] = {35..57} + 1) = [36,58] ∈ [1,35]:FALSE) ∨ ((s[36] = {35..57} + 1) = [36,58] ∈ [59,327]:FALSE) ∨ ((s[39] = {45..79} + 2) = [47,81] ∈ [2,46]:FALSE) ∨ ((s[39] = {45..79} + 2) = [47,81] ∈ [82,328]:FALSE) ∨ ((s[41] = 43 + 7) = [50,50] ∈ [7,49]:FALSE) ∨ ((s[41] = 43 + 7) = [50,50] ∈ [51,333]:FALSE) ∨ ((s[42] = {62..65} + 1) = [63,66] ∈ [1,62]:FALSE) ∨ ((s[42] = {62..65} + 1) = [63,66] ∈ [67,327]:FALSE) ∨ ((s[44] = {62..79} + 10) = [72,89] ∈ [10,71]:FALSE) ∨ ((s[44] = {62..79} + 10) = [72,89] ∈ [90,336]:FALSE) ∨ ((s[46] = {36..49} + 5) = [41,54] ∈ [5,40]:FALSE) ∨ ((s[46] = {36..49} + 5) = [41,54] ∈ [55,331]:FALSE) ∨ ((s[47] = {53..56} + 8) = [61,64] ∈ [8,60]:FALSE) ∨ ((s[47] = {53..56} + 8) = [61,64] ∈ [65,334]:FALSE) ∨ ((s[48] = {16..56} + 8) = [24,64] ∈ [8,23]:FALSE) ∨ ((s[48] = {16..56} + 8) = [24,64] ∈ [65,334]:FALSE) ∨ ((s[51] = {64..83} + 2) = [66,85] ∈ [2,65]:FALSE) ∨ ((s[51] = {64..83} + 2) = [66,85] ∈ [86,328]:FALSE) ∨ ((s[57] = {74..87} + 2) = [76,89] ∈ [2,75]:FALSE) ∨ ((s[57] = {74..87} + 2) = [76,89] ∈ [90,328]:FALSE) ∨ ((s[59] = {72..90} + 7) = [79,97] ∈ [7,78]:FALSE) ∨ ((s[59] = {72..90} + 7) = [79,97] ∈ [98,333]:FALSE) ∨ ((s[1] = 0 + 2) = [2,2] ∈ [3,328]:FALSE) ∨ ((s[6] = {25..32} + 2) = [27,34] ∈ [2,33]:UNDEFINED) ∨ ((s[6] = {25..32} + 2) = [27,34] ∈ [35,328]:FALSE) ∨ ((s[10] = {8..36} + 8) = [16,44] ∈ [8,15]:FALSE) ∨ ((s[10] = {8..36} + 8) = [16,44] ∈ [45,334]:FALSE) ∨ ((s[13] = {8..36} + 6) = [14,42] ∈ [6,13]:FALSE) ∨ ((s[13] = {8..36} + 6) = [14,42] ∈ [43,332]:FALSE) ∨ ((s[16] = {24..42} + 1) = [25,43] ∈ [1,24]:FALSE) ∨ ((s[16] = {24..42} + 1) = [25,43] ∈ [44,327]:FALSE) ∨ ((s[17] = {27..35} + 8) = [35,43] ∈ [8,34]:FALSE) ∨ ((s[17] = {27..35} + 8) = [35,43] ∈ [44,334]:FALSE) ∨ ((s[19] = 27 + 9) = [36,36] ∈ [9,35]:FALSE) ∨ ((s[19] = 27 + 9) = [36,36] ∈ [37,335]:FALSE) ∨ ((s[22] = {27..34} + 2) = [29,36] ∈ [2,28]:FALSE) ∨ ((s[22] = {27..34} + 2) = [29,36] ∈ [37,328]:FALSE) ∨ ((s[25] = 36 + 7) = [43,43] ∈ [7,42]:FALSE) ∨ ((s[25] = 36 + 7) = [43,43] ∈ [44,333]:FALSE) ∨ ((s[27] = 43 + 10) = [53,53] ∈ [10,52]:FALSE) ∨ ((s[27] = 43 + 10) = [53,53] ∈ [54,336]:FALSE) ∨ ((s[28] = {25..50} + 8) = [33,58] ∈ [8,32]:FALSE) ∨ ((s[28] = {25..50} + 8) = [33,58] ∈ [59,334]:FALSE) ∨ ((s[29] = 10 + 6) = [16,16] ∈ [6,15]:FALSE) ∨ ((s[29] = 10 + 6) = [16,16] ∈ [17,332]:FALSE) ∨ ((s[37] = {55..58} + 7) = [62,65] ∈ [7,61]:FALSE) ∨ ((s[37] = {55..58} + 7) = [62,65] ∈ [66,333]:FALSE) ∨ ((s[40] = 53 + 2) = [55,55] ∈ [2,54]:FALSE) ∨ ((s[40] = 53 + 2) = [55,55] ∈ [56,328]:FALSE) ∨ ((s[43] = {55..78} + 3) = [58,81] ∈ [3,23]:FALSE) ∨ ((s[43] = {55..78} + 3) = [58,81] ∈ [46,329]:TRUE) ∨ ((s[45] = {29..36} + 7) = [36,43] ∈ [7,35]:FALSE) ∨ ((s[45] = {29..36} + 7) = [36,43] ∈ [44,333]:FALSE) ∨ ((s[50] = 55 + 9) = [64,64] ∈ [9,63]:FALSE) ∨ ((s[50] = 55 + 9) = [64,64] ∈ [65,335]:FALSE) ∨ ((s[52] = 64 + 6) = [70,70] ∈ [6,69]:FALSE) ∨ ((s[52] = 64 + 6) = [70,70] ∈ [71,332]:FALSE) ∨ ((s[55] = 74 + 3) = [77,77] ∈ [3,76]:FALSE) ∨ ((s[55] = 74 + 3) = [77,77] ∈ [78,329]:FALSE) ∨ ((s[58] = {81..89} + 8) = [89,97] ∈ [8,88]:FALSE) ∨ ((s[58] = {81..89} + 8) = [89,97] ∈ [98,334]:FALSE) ∨ ((s[60] = {68..91} + 6) = [74,97] ∈ [6,73]:FALSE) ∨ ((s[60] = {68..91} + 6) = [74,97] ∈ [98,332]:FALSE) ∨ ((s[12] = {27..71} + 8) = [35,79] ∈ [8,34]:FALSE) ∨ ((s[12] = {27..71} + 8) = [35,79] ∈ [80,334]:FALSE) ∨ ((s[15] = {40..88} + 2) = [42,90] ∈ [2,41]:FALSE) ∨ ((s[15] = {40..88} + 2) = [42,90] ∈ [91,328]:FALSE) ∨ ((s[24] = {35..52} + 2) = [37,54] ∈ [2,36]:FALSE) ∨ ((s[24] = {35..52} + 2) = [37,54] ∈ [55,328]:FALSE) ∨ ((s[33] = {16..31} + 5) = [21,36] ∈ [5,20]:FALSE) ∨ ((s[33] = {16..31} + 5) = [21,36] ∈ [37,331]:FALSE) ∨ ((s[38] = {37..60} + 6) = [43,66] ∈ [6,36]:FALSE) ∨ ((s[38] = {37..60} + 6) = [43,66] ∈ [61,332]:UNDEFINED) ∨ ((s[53] = {63..66} + 8) = [71,74] ∈ [8,70]:FALSE) ∨ ((s[53] = {63..66} + 8) = [71,74] ∈ [75,334]:FALSE) ∨ ((s[56] = {77..85} + 4) = [81,89] ∈ [4,80]:FALSE) ∨ ((s[56] = {77..85} + 4) = [81,89] ∈ [90,330]:FALSE)
15.64/2.64		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
15.64/2.64		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
15.64/2.64		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
15.64/2.64		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
15.64/2.64		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
15.64/2.64	Caused by: org.chocosolver.solver.exception.SolverException: Learn a satisfied signed clause: #110 : ?TRUE : (s[1] = 0 ∈ [1,326]:FALSE) ∨ (s[2] = {0..28} ∈ [29,326]:FALSE) ∨ (s[4] = 16 ∈ [0,15]:FALSE) ∨ (s[4] = 16 ∈ [17,326]:FALSE) ∨ (s[5] = {27..36} ∈ [0,26]:FALSE) ∨ (s[5] = {27..36} ∈ [37,326]:FALSE) ∨ (s[6] = {25..32} ∈ [0,31]:UNDEFINED) ∨ (s[6] = {25..32} ∈ [33,326]:FALSE) ∨ (s[7] = 24 ∈ [0,23]:FALSE) ∨ (s[7] = 24 ∈ [25,326]:FALSE) ∨ (s[8] = {2..37} ∈ [0,1]:FALSE) ∨ (s[8] = {2..37} ∈ [38,326]:FALSE) ∨ (s[9] = {27..74} ∈ [0,26]:FALSE) ∨ (s[10] = {8..36} ∈ [0,7]:FALSE) ∨ (s[10] = {8..36} ∈ [37,326]:FALSE) ∨ (s[11] = 2 ∈ [0,1]:FALSE) ∨ (s[11] = 2 ∈ [3,326]:FALSE) ∨ (s[12] = {27..71} ∈ [0,26]:FALSE) ∨ (s[13] = {8..36} ∈ [0,7]:FALSE) ∨ (s[13] = {8..36} ∈ [37,326]:FALSE) ∨ (s[14] = {34..82} ∈ [0,33]:FALSE) ∨ (s[14] = {34..82} ∈ [83,326]:FALSE) ∨ (s[15] = {40..88} ∈ [0,39]:FALSE) ∨ (s[16] = {24..42} ∈ [0,23]:FALSE) ∨ (s[16] = {24..42} ∈ [43,326]:FALSE) ∨ (s[17] = {27..35} ∈ [0,26]:FALSE) ∨ (s[17] = {27..35} ∈ [28,326]:UNDEFINED) ∨ (s[18] = {34..81} ∈ [0,33]:FALSE) ∨ (s[18] = {34..81} ∈ [82,326]:FALSE) ∨ (s[19] = 27 ∈ [0,26]:FALSE) ∨ (s[19] = 27 ∈ [28,326]:FALSE) ∨ (s[21] = {34..61} ∈ [62,326]:FALSE) ∨ (s[22] = {27..34} ∈ [0,26]:FALSE) ∨ (s[22] = {27..34} ∈ [35,326]:FALSE) ∨ (s[23] = {24..40} ∈ [0,23]:FALSE) ∨ (s[23] = {24..40} ∈ [41,326]:FALSE) ∨ (s[24] = {35..52} ∈ [0,34]:FALSE) ∨ (s[24] = {35..52} ∈ [53,326]:FALSE) ∨ (s[25] = 36 ∈ [0,35]:FALSE) ∨ (s[25] = 36 ∈ [37,326]:FALSE) ∨ (s[26] = {34..45} ∈ [46,326]:FALSE) ∨ (s[27] = 43 ∈ [0,42]:FALSE) ∨ (s[27] = 43 ∈ [44,326]:FALSE) ∨ (s[28] = {25..50} ∈ [0,24]:FALSE) ∨ (s[28] = {25..50} ∈ [51,326]:FALSE) ∨ (s[29] = 10 ∈ [0,9]:FALSE) ∨ (s[29] = 10 ∈ [11,326]:FALSE) ∨ (s[30] = {35..44} ∈ [0,34]:FALSE) ∨ (s[30] = {35..44} ∈ [45,326]:FALSE) ∨ (s[31] = {45..55} ∈ [0,44]:FALSE) ∨ (s[31] = {45..55} ∈ [56,326]:FALSE) ∨ (s[32] = {45..54} ∈ [55,326]:FALSE) ∨ (s[33] = {16..31} ∈ [0,15]:FALSE) ∨ (s[33] = {16..31} ∈ [32,326]:FALSE) ∨ (s[34] = {50..58} ∈ [59,326]:FALSE) ∨ (s[35] = {33..88} ∈ [0,32]:FALSE) ∨ (s[36] = {35..57} ∈ [0,34]:FALSE) ∨ (s[36] = {35..57} ∈ [58,326]:FALSE) ∨ (s[37] = {55..58} ∈ [0,54]:FALSE) ∨ (s[37] = {55..58} ∈ [59,326]:FALSE) ∨ (s[38] = {37..60} ∈ [0,36]:FALSE) ∨ (s[38] = {37..60} ∈ [61,326]:FALSE) ∨ (s[39] = {45..79} ∈ [0,44]:FALSE) ∨ (s[40] = 53 ∈ [0,52]:FALSE) ∨ (s[40] = 53 ∈ [54,326]:FALSE) ∨ (s[41] = 43 ∈ [0,42]:FALSE) ∨ (s[41] = 43 ∈ [44,326]:FALSE) ∨ (s[42] = {62..65} ∈ [0,61]:FALSE) ∨ (s[42] = {62..65} ∈ [66,326]:FALSE) ∨ (s[43] = {55..78} ∈ [0,54]:FALSE) ∨ (s[43] = {55..78} ∈ [79,326]:FALSE) ∨ (s[44] = {62..79} ∈ [0,61]:FALSE) ∨ (s[45] = {29..36} ∈ [0,28]:FALSE) ∨ (s[45] = {29..36} ∈ [37,326]:FALSE) ∨ (s[46] = {36..49} ∈ [0,35]:FALSE) ∨ (s[46] = {36..49} ∈ [50,326]:FALSE) ∨ (s[47] = {53..56} ∈ [0,52]:FALSE) ∨ (s[47] = {53..56} ∈ [57,326]:FALSE) ∨ (s[48] = {16..56} ∈ [0,15]:FALSE) ∨ (s[48] = {16..56} ∈ [57,326]:FALSE) ∨ (s[49] = {58..81} ∈ [82,326]:FALSE) ∨ (s[50] = 55 ∈ [0,54]:FALSE) ∨ (s[50] = 55 ∈ [56,326]:FALSE) ∨ (s[51] = {64..83} ∈ [0,63]:FALSE) ∨ (s[51] = {64..83} ∈ [84,326]:FALSE) ∨ (s[52] = 64 ∈ [0,63]:FALSE) ∨ (s[52] = 64 ∈ [65,326]:FALSE) ∨ (s[53] = {63..66} ∈ [0,62]:FALSE) ∨ (s[53] = {63..66} ∈ [67,326]:FALSE) ∨ (s[55] = 74 ∈ [0,73]:FALSE) ∨ (s[55] = 74 ∈ [75,326]:FALSE) ∨ (s[56] = {77..85} ∈ [0,76]:FALSE) ∨ (s[57] = {74..87} ∈ [0,73]:FALSE) ∨ (s[57] = {74..87} ∈ [88,326]:FALSE) ∨ (s[58] = {81..89} ∈ [0,80]:FALSE) ∨ (s[58] = {81..89} ∈ [90,326]:FALSE) ∨ (s[59] = {72..90} ∈ [0,71]:FALSE) ∨ (s[60] = {68..91} ∈ [0,67]:FALSE) ∨ (s[60] = {68..91} ∈ [92,326]:FALSE) ∨ ((s[2] = {0..28} + 8) = [8,36] ∈ [37,334]:FALSE) ∨ ((s[4] = 16 + 8) = [24,24] ∈ [8,23]:FALSE) ∨ ((s[4] = 16 + 8) = [24,24] ∈ [25,334]:FALSE) ∨ ((s[5] = {27..36} + 7) = [34,43] ∈ [7,33]:FALSE) ∨ ((s[5] = {27..36} + 7) = [34,43] ∈ [44,333]:FALSE) ∨ ((s[7] = 24 + 3) = [27,27] ∈ [3,26]:FALSE) ∨ ((s[7] = 24 + 3) = [27,27] ∈ [28,329]:FALSE) ∨ ((s[8] = {2..37} + 3) = [5,40] ∈ [3,4]:FALSE) ∨ ((s[8] = {2..37} + 3) = [5,40] ∈ [41,329]:FALSE) ∨ ((s[9] = {27..74} + 7) = [34,81] ∈ [7,33]:FALSE) ∨ ((s[9] = {27..74} + 7) = [34,81] ∈ [82,333]:FALSE) ∨ ((s[11] = 2 + 1) = [3,3] ∈ [1,2]:FALSE) ∨ ((s[11] = 2 + 1) = [3,3] ∈ [4,327]:FALSE) ∨ ((s[14] = {34..82} + 6) = [40,88] ∈ [6,39]:FALSE) ∨ ((s[14] = {34..82} + 6) = [40,88] ∈ [89,332]:FALSE) ∨ ((s[18] = {34..81} + 4) = [38,85] ∈ [4,37]:FALSE) ∨ ((s[18] = {34..81} + 4) = [38,85] ∈ [86,330]:FALSE) ∨ ((s[21] = {34..61} + 5) = [39,66] ∈ [5,38]:FALSE) ∨ ((s[21] = {34..61} + 5) = [39,66] ∈ [67,331]:FALSE) ∨ ((s[23] = {24..40} + 3) = [27,43] ∈ [3,26]:FALSE) ∨ ((s[23] = {24..40} + 3) = [27,43] ∈ [44,329]:FALSE) ∨ ((s[26] = {34..45} + 9) = [43,54] ∈ [9,42]:FALSE) ∨ ((s[26] = {34..45} + 9) = [43,54] ∈ [55,335]:FALSE) ∨ ((s[30] = {35..44} + 10) = [45,54] ∈ [10,44]:FALSE) ∨ ((s[30] = {35..44} + 10) = [45,54] ∈ [55,336]:FALSE) ∨ ((s[31] = {45..55} + 1) = [46,56] ∈ [1,45]:FALSE) ∨ ((s[31] = {45..55} + 1) = [46,56] ∈ [57,327]:FALSE) ∨ ((s[32] = {45..54} + 10) = [55,64] ∈ [10,54]:FALSE) ∨ ((s[32] = {45..54} + 10) = [55,64] ∈ [65,336]:FALSE) ∨ ((s[34] = {50..58} + 7) = [57,65] ∈ [7,56]:FALSE) ∨ ((s[34] = {50..58} + 7) = [57,65] ∈ [66,333]:FALSE) ∨ ((s[35] = {33..88} + 3) = [36,91] ∈ [3,35]:FALSE) ∨ ((s[35] = {33..88} + 3) = [36,91] ∈ [92,329]:FALSE) ∨ ((s[36] = {35..57} + 1) = [36,58] ∈ [1,35]:FALSE) ∨ ((s[36] = {35..57} + 1) = [36,58] ∈ [59,327]:FALSE) ∨ ((s[39] = {45..79} + 2) = [47,81] ∈ [2,46]:FALSE) ∨ ((s[39] = {45..79} + 2) = [47,81] ∈ [82,328]:FALSE) ∨ ((s[41] = 43 + 7) = [50,50] ∈ [7,49]:FALSE) ∨ ((s[41] = 43 + 7) = [50,50] ∈ [51,333]:FALSE) ∨ ((s[42] = {62..65} + 1) = [63,66] ∈ [1,62]:FALSE) ∨ ((s[42] = {62..65} + 1) = [63,66] ∈ [67,327]:FALSE) ∨ ((s[44] = {62..79} + 10) = [72,89] ∈ [10,71]:FALSE) ∨ ((s[44] = {62..79} + 10) = [72,89] ∈ [90,336]:FALSE) ∨ ((s[46] = {36..49} + 5) = [41,54] ∈ [5,40]:FALSE) ∨ ((s[46] = {36..49} + 5) = [41,54] ∈ [55,331]:FALSE) ∨ ((s[47] = {53..56} + 8) = [61,64] ∈ [8,60]:FALSE) ∨ ((s[47] = {53..56} + 8) = [61,64] ∈ [65,334]:FALSE) ∨ ((s[48] = {16..56} + 8) = [24,64] ∈ [8,23]:FALSE) ∨ ((s[48] = {16..56} + 8) = [24,64] ∈ [65,334]:FALSE) ∨ ((s[51] = {64..83} + 2) = [66,85] ∈ [2,65]:FALSE) ∨ ((s[51] = {64..83} + 2) = [66,85] ∈ [86,328]:FALSE) ∨ ((s[57] = {74..87} + 2) = [76,89] ∈ [2,75]:FALSE) ∨ ((s[57] = {74..87} + 2) = [76,89] ∈ [90,328]:FALSE) ∨ ((s[59] = {72..90} + 7) = [79,97] ∈ [7,78]:FALSE) ∨ ((s[59] = {72..90} + 7) = [79,97] ∈ [98,333]:FALSE) ∨ ((s[1] = 0 + 2) = [2,2] ∈ [3,328]:FALSE) ∨ ((s[6] = {25..32} + 2) = [27,34] ∈ [2,33]:UNDEFINED) ∨ ((s[6] = {25..32} + 2) = [27,34] ∈ [35,328]:FALSE) ∨ ((s[10] = {8..36} + 8) = [16,44] ∈ [8,15]:FALSE) ∨ ((s[10] = {8..36} + 8) = [16,44] ∈ [45,334]:FALSE) ∨ ((s[13] = {8..36} + 6) = [14,42] ∈ [6,13]:FALSE) ∨ ((s[13] = {8..36} + 6) = [14,42] ∈ [43,332]:FALSE) ∨ ((s[16] = {24..42} + 1) = [25,43] ∈ [1,24]:FALSE) ∨ ((s[16] = {24..42} + 1) = [25,43] ∈ [44,327]:FALSE) ∨ ((s[17] = {27..35} + 8) = [35,43] ∈ [8,34]:FALSE) ∨ ((s[17] = {27..35} + 8) = [35,43] ∈ [44,334]:FALSE) ∨ ((s[19] = 27 + 9) = [36,36] ∈ [9,35]:FALSE) ∨ ((s[19] = 27 + 9) = [36,36] ∈ [37,335]:FALSE) ∨ ((s[22] = {27..34} + 2) = [29,36] ∈ [2,28]:FALSE) ∨ ((s[22] = {27..34} + 2) = [29,36] ∈ [37,328]:FALSE) ∨ ((s[25] = 36 + 7) = [43,43] ∈ [7,42]:FALSE) ∨ ((s[25] = 36 + 7) = [43,43] ∈ [44,333]:FALSE) ∨ ((s[27] = 43 + 10) = [53,53] ∈ [10,52]:FALSE) ∨ ((s[27] = 43 + 10) = [53,53] ∈ [54,336]:FALSE) ∨ ((s[28] = {25..50} + 8) = [33,58] ∈ [8,32]:FALSE) ∨ ((s[28] = {25..50} + 8) = [33,58] ∈ [59,334]:FALSE) ∨ ((s[29] = 10 + 6) = [16,16] ∈ [6,15]:FALSE) ∨ ((s[29] = 10 + 6) = [16,16] ∈ [17,332]:FALSE) ∨ ((s[37] = {55..58} + 7) = [62,65] ∈ [7,61]:FALSE) ∨ ((s[37] = {55..58} + 7) = [62,65] ∈ [66,333]:FALSE) ∨ ((s[40] = 53 + 2) = [55,55] ∈ [2,54]:FALSE) ∨ ((s[40] = 53 + 2) = [55,55] ∈ [56,328]:FALSE) ∨ ((s[43] = {55..78} + 3) = [58,81] ∈ [3,23]:FALSE) ∨ ((s[43] = {55..78} + 3) = [58,81] ∈ [46,329]:TRUE) ∨ ((s[45] = {29..36} + 7) = [36,43] ∈ [7,35]:FALSE) ∨ ((s[45] = {29..36} + 7) = [36,43] ∈ [44,333]:FALSE) ∨ ((s[50] = 55 + 9) = [64,64] ∈ [9,63]:FALSE) ∨ ((s[50] = 55 + 9) = [64,64] ∈ [65,335]:FALSE) ∨ ((s[52] = 64 + 6) = [70,70] ∈ [6,69]:FALSE) ∨ ((s[52] = 64 + 6) = [70,70] ∈ [71,332]:FALSE) ∨ ((s[55] = 74 + 3) = [77,77] ∈ [3,76]:FALSE) ∨ ((s[55] = 74 + 3) = [77,77] ∈ [78,329]:FALSE) ∨ ((s[58] = {81..89} + 8) = [89,97] ∈ [8,88]:FALSE) ∨ ((s[58] = {81..89} + 8) = [89,97] ∈ [98,334]:FALSE) ∨ ((s[60] = {68..91} + 6) = [74,97] ∈ [6,73]:FALSE) ∨ ((s[60] = {68..91} + 6) = [74,97] ∈ [98,332]:FALSE) ∨ ((s[12] = {27..71} + 8) = [35,79] ∈ [8,34]:FALSE) ∨ ((s[12] = {27..71} + 8) = [35,79] ∈ [80,334]:FALSE) ∨ ((s[15] = {40..88} + 2) = [42,90] ∈ [2,41]:FALSE) ∨ ((s[15] = {40..88} + 2) = [42,90] ∈ [91,328]:FALSE) ∨ ((s[24] = {35..52} + 2) = [37,54] ∈ [2,36]:FALSE) ∨ ((s[24] = {35..52} + 2) = [37,54] ∈ [55,328]:FALSE) ∨ ((s[33] = {16..31} + 5) = [21,36] ∈ [5,20]:FALSE) ∨ ((s[33] = {16..31} + 5) = [21,36] ∈ [37,331]:FALSE) ∨ ((s[38] = {37..60} + 6) = [43,66] ∈ [6,36]:FALSE) ∨ ((s[38] = {37..60} + 6) = [43,66] ∈ [61,332]:UNDEFINED) ∨ ((s[53] = {63..66} + 8) = [71,74] ∈ [8,70]:FALSE) ∨ ((s[53] = {63..66} + 8) = [71,74] ∈ [75,334]:FALSE) ∨ ((s[56] = {77..85} + 4) = [81,89] ∈ [4,80]:FALSE) ∨ ((s[56] = {77..85} + 4) = [81,89] ∈ [90,330]:FALSE)
15.64/2.64		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:185)
15.64/2.64		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
15.64/2.64		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
15.64/2.64		at org.chocosolver.solver.Solver.repair(Solver.java:443)
15.64/2.64		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
15.64/2.64		at org.chocosolver.solver.Solver.solve(Solver.java:262)
15.64/2.64		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
15.64/2.64		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
15.64/2.64		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
15.64/2.64		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
15.64/2.64		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
15.64/2.64		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
15.64/2.64		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
15.64/2.64		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
15.64/2.64		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
15.64/2.64		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
15.64/2.64	o 96 
16.41/2.74	java.util.concurrent.ExecutionException: java.lang.IllegalStateException: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find maximum of an empty set
16.41/2.74		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
16.41/2.74		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
16.41/2.74		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
16.41/2.74		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
16.41/2.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
16.41/2.74	Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find maximum of an empty set
16.41/2.74		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
16.41/2.74		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
16.41/2.74		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.41/2.74		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.41/2.74		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
16.41/2.74		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
16.41/2.74		... 4 more
16.41/2.75	Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find maximum of an empty set
16.41/2.75		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
16.41/2.75		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
16.41/2.75		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.41/2.75		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.41/2.75		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
16.41/2.75		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
16.41/2.75		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
16.41/2.75		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
16.41/2.75		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
16.41/2.75		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
16.41/2.75		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
16.41/2.75		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
16.41/2.75		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
16.41/2.75		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
16.41/2.75		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
16.41/2.75		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
16.41/2.75		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
16.41/2.75		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
16.41/2.75	Caused by: java.lang.IllegalStateException: cannot find maximum of an empty set
16.41/2.75		at org.chocosolver.util.objects.setDataStructures.iterable.IntIterableRangeSet.max(IntIterableRangeSet.java:187)
16.41/2.75		at org.chocosolver.solver.learn.LazyImplications.createDomain(LazyImplications.java:315)
16.41/2.75		at org.chocosolver.solver.learn.LazyImplications.addEntry(LazyImplications.java:347)
16.41/2.75		at org.chocosolver.solver.learn.LazyImplications.pushEvent(LazyImplications.java:376)
16.41/2.75		at org.chocosolver.solver.learn.EventRecorder.updateLowerBound(EventRecorder.java:75)
16.41/2.75		at org.chocosolver.solver.variables.view.OffsetView.justifyEvent(OffsetView.java:278)
16.41/2.75		at org.chocosolver.solver.learn.EventRecorder.updateLowerBound(EventRecorder.java:79)
16.41/2.75		at org.chocosolver.solver.variables.impl.BitsetIntVarImpl.updateLowerBound(BitsetIntVarImpl.java:413)
16.41/2.75		at org.chocosolver.solver.constraints.nary.cumulative.TimeCumulFilter.filterInf(TimeCumulFilter.java:120)
16.41/2.75		at org.chocosolver.solver.constraints.nary.cumulative.TimeCumulFilter.filter(TimeCumulFilter.java:98)
16.41/2.75		at org.chocosolver.solver.constraints.nary.cumulative.DefaultCumulFilter.filter(DefaultCumulFilter.java:55)
16.41/2.75		at org.chocosolver.solver.constraints.nary.cumulative.PropCumulative.filter(PropCumulative.java:146)
16.41/2.75		at org.chocosolver.solver.constraints.nary.cumulative.PropGraphCumulative.filterAround(PropGraphCumulative.java:141)
16.41/2.75		at org.chocosolver.solver.constraints.nary.cumulative.PropGraphCumulative.propagate(PropGraphCumulative.java:100)
16.41/2.75		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
16.41/2.75		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
16.41/2.75		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
16.41/2.75		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
16.41/2.75		at org.chocosolver.solver.Solver.solve(Solver.java:262)
16.41/2.75		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
16.41/2.75		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
16.41/2.75		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
16.41/2.75		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
16.41/2.75		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
16.41/2.75		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
16.41/2.75		... 4 more
16.41/2.75	o 95 
19.40/3.27	java.util.concurrent.ExecutionException: java.lang.NullPointerException
19.40/3.27		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
19.40/3.27		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
19.40/3.27		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
19.40/3.27		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
19.40/3.27		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
19.40/3.27	Caused by: java.lang.NullPointerException
19.40/3.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
19.40/3.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
19.40/3.27		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
19.40/3.27		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
19.40/3.27		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
19.40/3.27		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
19.40/3.27		... 4 more
19.40/3.27	Caused by: java.lang.NullPointerException
19.40/3.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
19.40/3.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
19.40/3.27		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
19.40/3.27		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
19.40/3.27		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
19.40/3.27		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
19.40/3.27		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
19.40/3.27		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
19.40/3.27		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
19.40/3.27		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
19.40/3.27		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
19.40/3.27		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
19.40/3.27		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
19.40/3.27		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
19.40/3.27		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
19.40/3.27		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
19.40/3.27		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
19.40/3.27		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
19.40/3.27	Caused by: java.lang.NullPointerException
19.40/3.27	o 94 
19.89/3.36	java.util.concurrent.ExecutionException: java.lang.NullPointerException
19.89/3.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
19.89/3.36		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
19.89/3.36		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
19.89/3.36		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
19.89/3.36		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
19.89/3.36	Caused by: java.lang.NullPointerException
19.89/3.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
19.89/3.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
19.89/3.36		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
19.89/3.36		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
19.89/3.36		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
19.89/3.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
19.89/3.36		... 4 more
19.89/3.36	Caused by: java.lang.NullPointerException
19.89/3.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
19.89/3.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
19.89/3.36		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
19.89/3.36		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
19.89/3.36		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
19.89/3.36		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
19.89/3.36		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
19.89/3.36		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
19.89/3.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
19.89/3.36		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
19.89/3.36		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
19.89/3.36		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
19.89/3.36		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
19.89/3.36		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
19.89/3.36		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
19.89/3.36		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
19.89/3.36		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
19.89/3.36		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
19.89/3.36	Caused by: java.lang.NullPointerException
19.89/3.37	o 93 
19.89/3.38	java.util.concurrent.ExecutionException: java.lang.IllegalStateException: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find minimum of an empty set
19.89/3.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
19.89/3.38		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
19.89/3.38		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
19.89/3.38		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
19.89/3.38		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
19.89/3.38	Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find minimum of an empty set
19.89/3.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
19.89/3.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
19.89/3.38		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
19.89/3.38		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
19.89/3.38		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
19.89/3.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
19.89/3.38		... 4 more
19.89/3.38	Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find minimum of an empty set
19.89/3.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
19.89/3.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
19.89/3.38		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
19.89/3.38		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
19.89/3.38		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
19.89/3.38		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
19.89/3.38		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
19.89/3.38		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
19.89/3.38		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
19.89/3.38		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
19.89/3.38		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
19.89/3.38		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
19.89/3.38		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
19.89/3.38		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
19.89/3.38		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
19.89/3.38		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
19.89/3.38		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
19.89/3.38		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
19.89/3.38	Caused by: java.lang.IllegalStateException: cannot find minimum of an empty set
19.89/3.38		at org.chocosolver.util.objects.setDataStructures.iterable.IntIterableRangeSet.min(IntIterableRangeSet.java:181)
19.89/3.38		at org.chocosolver.solver.learn.LazyImplications.createDomain(LazyImplications.java:318)
19.89/3.38		at org.chocosolver.solver.learn.LazyImplications.addEntry(LazyImplications.java:347)
19.89/3.38		at org.chocosolver.solver.learn.LazyImplications.pushEvent(LazyImplications.java:376)
19.89/3.38		at org.chocosolver.solver.learn.EventRecorder.updateUpperBound(EventRecorder.java:97)
19.89/3.38		at org.chocosolver.solver.variables.view.OffsetView.justifyEvent(OffsetView.java:275)
19.89/3.38		at org.chocosolver.solver.learn.EventRecorder.updateUpperBound(EventRecorder.java:101)
19.89/3.38		at org.chocosolver.solver.variables.impl.BitsetIntVarImpl.updateUpperBound(BitsetIntVarImpl.java:463)
19.89/3.38		at org.chocosolver.solver.constraints.binary.PropGreaterOrEqualX_YC.propagate(PropGreaterOrEqualX_YC.java:68)
19.89/3.38		at org.chocosolver.solver.constraints.Propagator.doFinePropagation(Propagator.java:930)
19.89/3.38		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:172)
19.89/3.38		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
19.89/3.38		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
19.89/3.38		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
19.89/3.38		at org.chocosolver.solver.Solver.solve(Solver.java:262)
19.89/3.38		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
19.89/3.38		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
19.89/3.38		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
19.89/3.38		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
19.89/3.38		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
19.89/3.38		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
19.89/3.38		... 4 more
19.89/3.38	o 92 
20.45/3.42	java.util.concurrent.ExecutionException: java.lang.NullPointerException
20.45/3.42		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
20.45/3.42		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
20.45/3.42		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
20.45/3.42		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
20.45/3.42		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
20.45/3.42	Caused by: java.lang.NullPointerException
20.45/3.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
20.45/3.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
20.45/3.42		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
20.45/3.42		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
20.45/3.42		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
20.45/3.42		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
20.45/3.42		... 4 more
20.45/3.42	Caused by: java.lang.NullPointerException
20.45/3.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
20.45/3.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
20.45/3.42		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
20.45/3.42		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
20.45/3.42		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
20.45/3.42		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
20.45/3.42		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
20.45/3.42		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
20.45/3.42		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
20.45/3.42		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
20.45/3.42		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
20.45/3.42		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
20.45/3.42		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
20.45/3.42		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
20.45/3.42		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
20.45/3.42		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
20.45/3.42		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
20.45/3.42		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
20.45/3.42	Caused by: java.lang.NullPointerException
20.45/3.42	o 91 
21.00/3.57	java.util.concurrent.ExecutionException: java.lang.NullPointerException
21.00/3.57		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
21.00/3.57		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
21.00/3.57		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
21.00/3.57		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
21.00/3.57		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
21.00/3.57	Caused by: java.lang.NullPointerException
21.00/3.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
21.00/3.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
21.00/3.57		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
21.00/3.57		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
21.00/3.57		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
21.00/3.57		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
21.00/3.57		... 4 more
21.00/3.57	Caused by: java.lang.NullPointerException
21.00/3.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
21.00/3.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
21.00/3.57		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
21.00/3.57		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
21.00/3.57		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
21.00/3.57		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
21.00/3.57		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
21.00/3.57		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
21.00/3.57		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
21.00/3.57		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
21.00/3.57		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
21.00/3.57		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
21.00/3.57		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
21.00/3.57		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
21.00/3.57		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
21.00/3.57		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
21.00/3.57		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
21.00/3.57		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
21.00/3.57	Caused by: java.lang.NullPointerException
21.00/3.57	o 90 
118.99/27.88	java.util.concurrent.ExecutionException: java.lang.NullPointerException
118.99/27.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
118.99/27.88		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
118.99/27.88		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
118.99/27.88		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
118.99/27.88		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
118.99/27.88	Caused by: java.lang.NullPointerException
118.99/27.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
118.99/27.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
118.99/27.88		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
118.99/27.88		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
118.99/27.88		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
118.99/27.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
118.99/27.88		... 4 more
118.99/27.88	Caused by: java.lang.NullPointerException
118.99/27.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
118.99/27.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
118.99/27.88		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
118.99/27.88		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
118.99/27.88		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
118.99/27.88		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
118.99/27.88		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
118.99/27.88		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
118.99/27.88		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
118.99/27.88		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
118.99/27.88		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
118.99/27.88		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
118.99/27.88		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
118.99/27.88		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
118.99/27.88		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
118.99/27.88		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
118.99/27.88		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
118.99/27.88		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
118.99/27.88	Caused by: java.lang.NullPointerException
118.99/27.89	o 89 
557.59/115.42	java.util.concurrent.ExecutionException: java.lang.NullPointerException
557.59/115.42		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
557.59/115.42		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
557.59/115.42		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
557.59/115.42		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
557.59/115.42		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
557.59/115.42	Caused by: java.lang.NullPointerException
557.59/115.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
557.59/115.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
557.59/115.42		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
557.59/115.42		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
557.59/115.42		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
557.59/115.42		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
557.59/115.42		... 4 more
557.59/115.42	Caused by: java.lang.NullPointerException
557.59/115.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
557.59/115.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
557.59/115.42		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
557.59/115.42		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
557.59/115.42		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
557.59/115.42		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
557.59/115.42		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
557.59/115.42		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
557.59/115.42		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
557.59/115.42		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
557.59/115.42		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
557.59/115.42		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
557.59/115.42		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
557.59/115.42		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
557.59/115.42		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
557.59/115.42		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
557.59/115.42		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
557.59/115.42		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
557.59/115.42	Caused by: java.lang.NullPointerException
557.59/115.42	s OPTIMUM FOUND
557.59/115.42	v <instantiation>
557.59/115.42	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] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] </list>
557.59/115.42	v 	<values>0 0 0 0 2 14 11 11 15 14 32 10 15 8 43 70 30 13 21 23 12 21 40 27 21 32 21 39 32 21 30 44 40 27 35 54 42 50 23 50 53 57 65 50 64 42 49 49 27 54 55 74 64 66 70 74 77 77 81 81 68 89 </values>
557.59/115.42	v </instantiation>

Verifier Data

OK	89

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 (14845 MiB free)
  memory of node 1: 16384 MiB (15405 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393932-1568431355/watcher-4393932-1568431355 -o /tmp/evaluation-result-4393932-1568431355/solver-4393932-1568431355 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568430672-19252 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 479409549 HOME/instance-4393932-1568431355.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=21131, runsolver pid=21128

[startup+0.100114 s]*
/proc/loadavg: 6.53 7.10 7.39 2/212 21152
/proc/meminfo: memFree=30961888/32770624 swapFree=66935256/67108860
[pid=21131] ppid=21128 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21131/stat : 21131 (xcsp3-exec) S 21128 21131 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419406969 115843072 363 33554432000 4194304 5098028 140735699799424 140735699797528 140179424064124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31473664 140735699805046 140735699805289 140735699805289 140735699808202 0
/proc/21131/statm: 28282 363 304 221 0 87 0
[pid=21133] ppid=21131 vsize=28227388 memory=30040 CPUtime=0.12 cores=0-7
/proc/21133/stat : 21133 (java) S 21131 21131 19225 0 -1 1077944320 5986 0 0 0 11 1 0 0 20 0 20 0 419406970 28904845312 7510 33554432000 4194304 4196468 140725590083088 140725590065632 140239863336695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
/proc/21133/statm: 7056847 7510 3121 1 0 7019032 0
[pid=21133/tid=21134] ppid=21131 vsize=28227388 memory=7752273241215769754 CPUtime=0.08 cores=0-7
/proc/21133/task/21134/stat : 21134 (java) R 21131 21131 19225 0 -1 4202560 3898 0 0 0 8 0 0 0 20 0 20 0 419406970 28904845312 7510 33554432000 4194304 4196468 140725590083088 140239867569488 140239863348630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21135] ppid=21131 vsize=28227388 memory=732370333424008165 CPUtime=0 cores=0-7
/proc/21133/task/21135/stat : 21135 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 7510 33554432000 4194304 4196468 140725590083088 140239815957008 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21136] ppid=21131 vsize=28227388 memory=140195086554752 CPUtime=0 cores=0-7
/proc/21133/task/21136/stat : 21136 (java) S 21131 21131 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 7510 33554432000 4194304 4196468 140725590083088 140239814904464 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21137] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21137/stat : 21137 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 7510 33554432000 4194304 4196468 140725590083088 140239813851408 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21138] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21138/stat : 21138 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 7510 33554432000 4194304 4196468 140725590083088 140239812798864 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21139] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21139/stat : 21139 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 7510 33554432000 4194304 4196468 140725590083088 140239811746832 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21140] ppid=21131 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21133/task/21140/stat : 21140 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 7510 33554432000 4194304 4196468 140725590083088 140239810694288 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21141] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21141/stat : 21141 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 7510 33554432000 4194304 4196468 140725590083088 140239408323344 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21142] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21142/stat : 21142 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 7510 33554432000 4194304 4196468 140725590083088 140239407270800 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21143] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21143/stat : 21143 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406972 28904845312 7510 33554432000 4194304 4196468 140725590083088 140238260246768 140239863347842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21144] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21144/stat : 21144 (java) S 21131 21131 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419406973 28904845312 7510 33554432000 4194304 4196468 140725590083088 140238259192992 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21145] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21145/stat : 21145 (java) S 21131 21131 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419406973 28904845312 7510 33554432000 4194304 4196468 140725590083088 140238258139888 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21146] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21146/stat : 21146 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406975 28904845312 7510 33554432000 4194304 4196468 140725590083088 140238257088464 140239863355291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21147] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21147/stat : 21147 (java) S 21131 21131 19225 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 419406975 28904845312 7510 33554432000 4194304 4196468 140725590083088 140238256036592 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21148] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21148/stat : 21148 (java) S 21131 21131 19225 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 419406975 28904845312 7510 33554432000 4194304 4196468 140725590083088 140238254984048 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21149] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21149/stat : 21149 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406975 28904845312 7510 33554432000 4194304 4196468 140725590083088 140238253930992 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21150] ppid=21131 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/21133/task/21150/stat : 21150 (java) S 21131 21131 19225 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 20 0 419406975 28904845312 7510 33554432000 4194304 4196468 140725590083088 140238252878448 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21151] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21151/stat : 21151 (java) S 21131 21131 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419406975 28904845312 7510 33554432000 4194304 4196468 140725590083088 140238251825632 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21152] ppid=21131 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21133/task/21152/stat : 21152 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406976 28904845312 7510 33554432000 4194304 4196468 140725590083088 140238250773168 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31492 KiB

[startup+0.210332 s]*
/proc/loadavg: 6.53 7.10 7.39 3/212 21152
/proc/meminfo: memFree=30949276/32770624 swapFree=66935256/67108860
[pid=21131] ppid=21128 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21131/stat : 21131 (xcsp3-exec) S 21128 21131 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419406969 115843072 363 33554432000 4194304 5098028 140735699799424 140735699797528 140179424064124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31473664 140735699805046 140735699805289 140735699805289 140735699808202 0
/proc/21131/statm: 28282 363 304 221 0 87 0
[pid=21133] ppid=21131 vsize=28227388 memory=41136 CPUtime=0.34 cores=0-7
/proc/21133/stat : 21133 (java) S 21131 21131 19225 0 -1 1077944320 9555 0 0 0 31 3 0 0 20 0 20 0 419406970 28904845312 10284 33554432000 4194304 4196468 140725590083088 140725590065632 140239863336695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
/proc/21133/statm: 7056847 10284 3247 1 0 7019032 0
[pid=21133/tid=21134] ppid=21131 vsize=28227388 memory=0 CPUtime=0.2 cores=0-7
/proc/21133/task/21134/stat : 21134 (java) R 21131 21131 19225 0 -1 4202560 6708 0 0 0 18 2 0 0 20 0 20 0 419406970 28904845312 10284 33554432000 4194304 4196468 140725590083088 140239867566416 140239863348630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21135] ppid=21131 vsize=28227388 memory=732370333424008165 CPUtime=0 cores=0-7
/proc/21133/task/21135/stat : 21135 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 10284 33554432000 4194304 4196468 140725590083088 140239815957008 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21136] ppid=21131 vsize=28227388 memory=140195086554752 CPUtime=0 cores=0-7
/proc/21133/task/21136/stat : 21136 (java) S 21131 21131 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 10284 33554432000 4194304 4196468 140725590083088 140239814904464 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21137] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21137/stat : 21137 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 10284 33554432000 4194304 4196468 140725590083088 140239813851408 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21138] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21138/stat : 21138 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 10284 33554432000 4194304 4196468 140725590083088 140239812798864 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21139] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21139/stat : 21139 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 10284 33554432000 4194304 4196468 140725590083088 140239811746832 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21140] ppid=21131 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21133/task/21140/stat : 21140 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 10284 33554432000 4194304 4196468 140725590083088 140239810694288 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21141] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21141/stat : 21141 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 10284 33554432000 4194304 4196468 140725590083088 140239408323344 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21142] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21142/stat : 21142 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28904845312 10284 33554432000 4194304 4196468 140725590083088 140239407270800 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21143] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21143/stat : 21143 (java) S 21131 21131 19225 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419406972 28904845312 10284 33554432000 4194304 4196468 140725590083088 140238260246768 140239863347842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21144] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21144/stat : 21144 (java) S 21131 21131 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419406973 28904845312 10284 33554432000 4194304 4196468 140725590083088 140238259192992 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21145] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21145/stat : 21145 (java) S 21131 21131 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419406973 28904845312 10284 33554432000 4194304 4196468 140725590083088 140238258139888 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21146] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21146/stat : 21146 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406975 28904845312 10284 33554432000 4194304 4196468 140725590083088 140238257088464 140239863355291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21147] ppid=21131 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21133/task/21147/stat : 21147 (java) S 21131 21131 19225 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 20 0 419406975 28904845312 10284 33554432000 4194304 4196468 140725590083088 140238256036592 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21148] ppid=21131 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/21133/task/21148/stat : 21148 (java) S 21131 21131 19225 0 -1 1077944384 177 0 0 0 1 0 0 0 20 0 20 0 419406975 28904845312 10284 33554432000 4194304 4196468 140725590083088 140238254984048 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21149] ppid=21131 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/21133/task/21149/stat : 21149 (java) S 21131 21131 19225 0 -1 1077944384 250 0 0 0 2 0 0 0 20 0 20 0 419406975 28904845312 10284 33554432000 4194304 4196468 140725590083088 140238253930992 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21150] ppid=21131 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/21133/task/21150/stat : 21150 (java) R 21131 21131 19225 0 -1 4202560 748 0 0 0 8 0 0 0 20 0 20 0 419406975 28904845312 10284 33554432000 4194304 4196468 140725590083088 140238252878448 140239842304331 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21151] ppid=21131 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21151/stat : 21151 (java) S 21131 21131 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419406975 28904845312 10284 33554432000 4194304 4196468 140725590083088 140238251825632 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21152] ppid=21131 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21133/task/21152/stat : 21152 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406976 28904845312 10284 33554432000 4194304 4196468 140725590083088 140238250773168 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42588 KiB

[startup+0.309667 s]*
/proc/loadavg: 6.53 7.10 7.39 4/212 21152
/proc/meminfo: memFree=30941644/32770624 swapFree=66935256/67108860
[pid=21131] ppid=21128 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21131/stat : 21131 (xcsp3-exec) S 21128 21131 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419406969 115843072 363 33554432000 4194304 5098028 140735699799424 140735699797528 140179424064124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31473664 140735699805046 140735699805289 140735699805289 140735699808202 0
/proc/21131/statm: 28282 363 304 221 0 87 0
[pid=21133] ppid=21131 vsize=28231644 memory=50424 CPUtime=0.52 cores=0-7
/proc/21133/stat : 21133 (java) S 21131 21131 19225 0 -1 1077944320 10909 0 0 0 48 4 0 0 20 0 20 0 419406970 28909203456 12606 33554432000 4194304 4196468 140725590083088 140725590065632 140239863336695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
/proc/21133/statm: 7057911 12606 3358 1 0 7019032 0
[pid=21133/tid=21134] ppid=21131 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/21133/task/21134/stat : 21134 (java) R 21131 21131 19225 0 -1 4202560 7805 0 0 0 27 2 0 0 20 0 20 0 419406970 28909203456 12606 33554432000 4194304 4196468 140725590083088 140239867567808 140239847417182 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21135] ppid=21131 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21135/stat : 21135 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28909203456 12606 33554432000 4194304 4196468 140725590083088 140239815957008 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21136] ppid=21131 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21136/stat : 21136 (java) S 21131 21131 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419406971 28909203456 12606 33554432000 4194304 4196468 140725590083088 140239814904464 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21137] ppid=21131 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21137/stat : 21137 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406971 28909203456 12606 33554432000 4194304 4196468 140725590083088 140239813851408 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21138] ppid=21131 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21138/stat : 21138 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406971 28909203456 12606 33554432000 4194304 4196468 140725590083088 140239812798864 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21139] ppid=21131 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/21133/task/21139/stat : 21139 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28909203456 12606 33554432000 4194304 4196468 140725590083088 140239811746832 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21140] ppid=21131 vsize=28231644 memory=140194980393903 CPUtime=0 cores=0-7
/proc/21133/task/21140/stat : 21140 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28909203456 12606 33554432000 4194304 4196468 140725590083088 140239810694288 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21141] ppid=21131 vsize=28231644 memory=140194980396208 CPUtime=0 cores=0-7
/proc/21133/task/21141/stat : 21141 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406971 28909203456 12606 33554432000 4194304 4196468 140725590083088 140239408323344 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21142] ppid=21131 vsize=28231644 memory=140194980398512 CPUtime=0 cores=0-7
/proc/21133/task/21142/stat : 21142 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28909203456 12606 33554432000 4194304 4196468 140725590083088 140239407270800 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21143] ppid=21131 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21143/stat : 21143 (java) S 21131 21131 19225 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419406972 28909203456 12606 33554432000 4194304 4196468 140725590083088 140238260246768 140239863347842 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21144] ppid=21131 vsize=28231644 memory=280389960803984 CPUtime=0 cores=0-7
/proc/21133/task/21144/stat : 21144 (java) S 21131 21131 19225 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419406973 28909203456 12606 33554432000 4194304 4196468 140725590083088 140238259192992 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21145] ppid=21131 vsize=28231644 memory=280389960810896 CPUtime=0 cores=0-7
/proc/21133/task/21145/stat : 21145 (java) S 21131 21131 19225 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419406973 28909203456 12606 33554432000 4194304 4196468 140725590083088 140238258139888 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21146] ppid=21131 vsize=28231644 memory=280389960752176 CPUtime=0 cores=0-7
/proc/21133/task/21146/stat : 21146 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406975 28909203456 12606 33554432000 4194304 4196468 140725590083088 140238257088464 140239863355291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21147] ppid=21131 vsize=28231644 memory=280389960824720 CPUtime=0.02 cores=0-7
/proc/21133/task/21147/stat : 21147 (java) S 21131 21131 19225 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 20 0 419406975 28909203456 12606 33554432000 4194304 4196468 140725590083088 140238256036592 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21148] ppid=21131 vsize=28231644 memory=280389960831632 CPUtime=0.02 cores=0-7
/proc/21133/task/21148/stat : 21148 (java) S 21131 21131 19225 0 -1 1077944384 202 0 0 0 2 0 0 0 20 0 20 0 419406975 28909203456 12606 33554432000 4194304 4196468 140725590083088 140238254984048 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21149] ppid=21131 vsize=28231644 memory=280389960829328 CPUtime=0.03 cores=0-7
/proc/21133/task/21149/stat : 21149 (java) R 21131 21131 19225 0 -1 4202560 361 0 0 0 3 0 0 0 20 0 20 0 419406975 28909203456 12606 33554432000 4194304 4196468 140725590083088 140238253930176 140239840931488 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21150] ppid=21131 vsize=28231644 memory=280389960845488 CPUtime=0.12 cores=0-7
/proc/21133/task/21150/stat : 21150 (java) S 21131 21131 19225 0 -1 1077944384 859 0 0 0 12 0 0 0 20 0 20 0 419406975 28909203456 12606 33554432000 4194304 4196468 140725590083088 140238252878448 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21151] ppid=21131 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21151/stat : 21151 (java) S 21131 21131 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419406975 28909203456 12606 33554432000 4194304 4196468 140725590083088 140238251825632 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21152] ppid=21131 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/21133/task/21152/stat : 21152 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406976 28909203456 12606 33554432000 4194304 4196468 140725590083088 140238250773168 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51876 KiB

[startup+0.700926 s]
/proc/loadavg: 6.53 7.10 7.39 6/212 21152
/proc/meminfo: memFree=30924008/32770624 swapFree=66935256/67108860
[pid=21131] ppid=21128 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21131/stat : 21131 (xcsp3-exec) S 21128 21131 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419406969 115843072 363 33554432000 4194304 5098028 140735699799424 140735699797528 140179424064124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31473664 140735699805046 140735699805289 140735699805289 140735699808202 0
/proc/21131/statm: 28282 363 304 221 0 87 0
[pid=21133] ppid=21131 vsize=28233768 memory=90324 CPUtime=1.66 cores=0-7
/proc/21133/stat : 21133 (java) S 21131 21131 19225 0 -1 1077944320 15216 0 0 0 159 7 0 0 20 0 20 0 419406970 28911378432 22581 33554432000 4194304 4196468 140725590083088 140725590065632 140239863336695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
/proc/21133/statm: 7058442 22581 3454 1 0 7019544 0
[pid=21133/tid=21134] ppid=21131 vsize=28233768 memory=280389961140416 CPUtime=0.68 cores=0-7
/proc/21133/task/21134/stat : 21134 (java) R 21131 21131 19225 0 -1 4202560 9345 0 0 0 64 4 0 0 20 0 20 0 419406970 28911378432 22581 33554432000 4194304 4196468 140725590083088 140239867576368 140239490380133 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21135] ppid=21131 vsize=28233768 memory=5076651345044 CPUtime=0 cores=0-7
/proc/21133/task/21135/stat : 21135 (java) S 21131 21131 19225 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419406971 28911378432 22581 33554432000 4194304 4196468 140725590083088 140239815957008 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21136] ppid=21131 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21136/stat : 21136 (java) S 21131 21131 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419406971 28911378432 22581 33554432000 4194304 4196468 140725590083088 140239814904464 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21137] ppid=21131 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/21133/task/21137/stat : 21137 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419406971 28911378432 22581 33554432000 4194304 4196468 140725590083088 140239813851408 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0

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

[pid=21133/tid=21150] ppid=21131 vsize=28969048 memory=2532 CPUtime=1.06 cores=0-7
/proc/21133/task/21150/stat : 21150 (java) S 21131 21131 19225 0 -1 1077944384 9375 0 0 0 103 3 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238252878448 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21151] ppid=21131 vsize=28969048 memory=1440 CPUtime=0 cores=0-7
/proc/21133/task/21151/stat : 21151 (java) S 21131 21131 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238251825632 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21152] ppid=21131 vsize=28969048 memory=812 CPUtime=0.02 cores=0-7
/proc/21133/task/21152/stat : 21152 (java) S 21131 21131 19225 0 -1 1077944384 1371 0 0 0 1 1 0 0 20 0 28 0 419406976 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238250773168 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21348] ppid=21131 vsize=28969048 memory=1772 CPUtime=86.41 cores=0-7
/proc/21133/task/21348/stat : 21348 (java) R 21131 21131 19225 0 -1 4202560 2571 0 0 0 8640 1 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238237358696 140239498763214 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21349] ppid=21131 vsize=28969048 memory=111632 CPUtime=86.43 cores=0-7
/proc/21133/task/21349/stat : 21349 (java) R 21131 21131 19225 0 -1 4202560 991 0 0 0 8643 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238238412328 140239499008334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21350] ppid=21131 vsize=28969048 memory=804 CPUtime=0 cores=0-7
/proc/21133/task/21350/stat : 21350 (java) S 21131 21131 19225 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238227891600 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21351] ppid=21131 vsize=28969048 memory=1656 CPUtime=86.41 cores=0-7
/proc/21133/task/21351/stat : 21351 (java) R 21131 21131 19225 0 -1 4202560 2403 0 0 0 8640 1 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238234202856 140239496242552 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21352] ppid=21131 vsize=28969048 memory=4096 CPUtime=86.42 cores=0-7
/proc/21133/task/21352/stat : 21352 (java) R 21131 21131 19225 0 -1 4202560 1681 0 0 0 8642 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238239467680 140239498763372 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21353] ppid=21131 vsize=28969048 memory=1808 CPUtime=0 cores=0-7
/proc/21133/task/21353/stat : 21353 (java) S 21131 21131 19225 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238229996816 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21354] ppid=21131 vsize=28969048 memory=920 CPUtime=0 cores=0-7
/proc/21133/task/21354/stat : 21354 (java) S 21131 21131 19225 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238233154448 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21355] ppid=21131 vsize=28969048 memory=4524 CPUtime=86.42 cores=0-7
/proc/21133/task/21355/stat : 21355 (java) R 21131 21131 19225 0 -1 4202560 1316 0 0 0 8642 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238232095984 140239499010883 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
Current children cumulated CPU time: 552.59 s
Current children cumulated vsize: 29082176 KiB
Current children cumulated memory: 214008 KiB

[startup+115.201 s]
/proc/loadavg: 4.81 6.24 7.04 7/219 21360
/proc/meminfo: memFree=30778020/32770624 swapFree=66935256/67108860
[pid=21131] ppid=21128 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21131/stat : 21131 (xcsp3-exec) S 21128 21131 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419406969 115843072 363 33554432000 4194304 5098028 140735699799424 140735699797528 140179424064124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31473664 140735699805046 140735699805289 140735699805289 140735699808202 0
/proc/21131/statm: 28282 363 304 221 0 87 0
[pid=21133] ppid=21131 vsize=28969048 memory=212556 CPUtime=556.59 cores=0-7
/proc/21133/stat : 21133 (java) S 21131 21131 19225 0 -1 1077944320 96936 0 0 0 55618 41 0 0 20 0 28 0 419406970 29664305152 53139 33554432000 4194304 4196468 140725590083088 140725590065632 140239863336695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
/proc/21133/statm: 7242262 53139 3533 1 0 7203364 0
[pid=21133/tid=21134] ppid=21131 vsize=28969048 memory=24272 CPUtime=0.81 cores=0-7
/proc/21133/task/21134/stat : 21134 (java) S 21131 21131 19225 0 -1 1077944384 9904 0 0 0 77 4 0 0 20 0 28 0 419406970 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239867577472 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21135] ppid=21131 vsize=28969048 memory=984 CPUtime=0.03 cores=0-7
/proc/21133/task/21135/stat : 21135 (java) S 21131 21131 19225 0 -1 1077944384 1008 0 0 0 3 0 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239815957008 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21136] ppid=21131 vsize=28969048 memory=33 CPUtime=0.04 cores=0-7
/proc/21133/task/21136/stat : 21136 (java) S 21131 21131 19225 0 -1 1077944384 1869 0 0 0 3 1 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239814904464 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21137] ppid=21131 vsize=28969048 memory=183403693516492 CPUtime=0.04 cores=0-7
/proc/21133/task/21137/stat : 21137 (java) S 21131 21131 19225 0 -1 1077944384 1611 0 0 0 3 1 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239813851408 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21138] ppid=21131 vsize=28969048 memory=318751720249491739 CPUtime=0.04 cores=0-7
/proc/21133/task/21138/stat : 21138 (java) S 21131 21131 19225 0 -1 1077944384 3055 0 0 0 3 1 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239812798864 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21139] ppid=21131 vsize=28969048 memory=288287779295855763 CPUtime=0.04 cores=0-7
/proc/21133/task/21139/stat : 21139 (java) S 21131 21131 19225 0 -1 1077944384 2345 0 0 0 3 1 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239811746832 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21140] ppid=21131 vsize=28969048 memory=1452 CPUtime=0.04 cores=0-7
/proc/21133/task/21140/stat : 21140 (java) S 21131 21131 19225 0 -1 1077944384 492 0 0 0 4 0 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239810694288 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21141] ppid=21131 vsize=28969048 memory=214096 CPUtime=0.05 cores=0-7
/proc/21133/task/21141/stat : 21141 (java) S 21131 21131 19225 0 -1 1077944384 2145 0 0 0 4 1 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239408323344 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21142] ppid=21131 vsize=28969048 memory=6791534058613427641 CPUtime=0.04 cores=0-7
/proc/21133/task/21142/stat : 21142 (java) S 21131 21131 19225 0 -1 1077944384 1102 0 0 0 4 0 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239407270800 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21143] ppid=21131 vsize=28969048 memory=219224 CPUtime=0.03 cores=0-7
/proc/21133/task/21143/stat : 21143 (java) S 21131 21131 19225 0 -1 1077944384 4061 0 0 0 3 0 0 0 20 0 28 0 419406972 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238260246768 140239863347842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21144] ppid=21131 vsize=28969048 memory=219224 CPUtime=0 cores=0-7
/proc/21133/task/21144/stat : 21144 (java) S 21131 21131 19225 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419406973 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238259193056 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21145] ppid=21131 vsize=28969048 memory=24272 CPUtime=0 cores=0-7
/proc/21133/task/21145/stat : 21145 (java) S 21131 21131 19225 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 419406973 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238258139904 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21146] ppid=21131 vsize=28969048 memory=1452 CPUtime=0 cores=0-7
/proc/21133/task/21146/stat : 21146 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238257088464 140239863355291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21147] ppid=21131 vsize=28969048 memory=1452 CPUtime=2.63 cores=0-7
/proc/21133/task/21147/stat : 21147 (java) S 21131 21131 19225 0 -1 1077944384 12686 0 0 0 260 3 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238256036592 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21148] ppid=21131 vsize=28969048 memory=214096 CPUtime=2.6 cores=0-7
/proc/21133/task/21148/stat : 21148 (java) S 21131 21131 19225 0 -1 1077944384 13497 0 0 0 257 3 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238254984048 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21149] ppid=21131 vsize=28969048 memory=2032 CPUtime=2.54 cores=0-7
/proc/21133/task/21149/stat : 21149 (java) S 21131 21131 19225 0 -1 1077944384 13160 0 0 0 252 2 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238253930992 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21150] ppid=21131 vsize=28969048 memory=1332 CPUtime=1.06 cores=0-7
/proc/21133/task/21150/stat : 21150 (java) S 21131 21131 19225 0 -1 1077944384 9375 0 0 0 103 3 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238252878448 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21151] ppid=21131 vsize=28969048 memory=1564 CPUtime=0 cores=0-7
/proc/21133/task/21151/stat : 21151 (java) S 21131 21131 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238251825632 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21152] ppid=21131 vsize=28969048 memory=-7595754389018307734 CPUtime=0.02 cores=0-7
/proc/21133/task/21152/stat : 21152 (java) S 21131 21131 19225 0 -1 1077944384 1371 0 0 0 1 1 0 0 20 0 28 0 419406976 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238250773168 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21348] ppid=21131 vsize=28969048 memory=-3831251742559211316 CPUtime=87.21 cores=0-7
/proc/21133/task/21348/stat : 21348 (java) R 21131 21131 19225 0 -1 4202560 2575 0 0 0 8720 1 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238237358696 140239499008592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21349] ppid=21131 vsize=28969048 memory=1414353297708861353 CPUtime=87.23 cores=0-7
/proc/21133/task/21349/stat : 21349 (java) R 21131 21131 19225 0 -1 4202560 994 0 0 0 8723 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238238412328 140239500980821 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21350] ppid=21131 vsize=28969048 memory=7523107478184158290 CPUtime=0 cores=0-7
/proc/21133/task/21350/stat : 21350 (java) S 21131 21131 19225 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238227891600 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21351] ppid=21131 vsize=28969048 memory=7452444107691878720 CPUtime=87.21 cores=0-7
/proc/21133/task/21351/stat : 21351 (java) R 21131 21131 19225 0 -1 4202560 2403 0 0 0 8720 1 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238234202856 140239498762403 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21352] ppid=21131 vsize=28969048 memory=1452 CPUtime=87.22 cores=0-7
/proc/21133/task/21352/stat : 21352 (java) R 21131 21131 19225 0 -1 4202560 1682 0 0 0 8722 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238239467680 140239499508896 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21353] ppid=21131 vsize=28969048 memory=224352 CPUtime=0 cores=0-7
/proc/21133/task/21353/stat : 21353 (java) S 21131 21131 19225 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238229996816 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21354] ppid=21131 vsize=28969048 memory=984 CPUtime=0 cores=0-7
/proc/21133/task/21354/stat : 21354 (java) S 21131 21131 19225 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238233154448 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21355] ppid=21131 vsize=28969048 memory=2032 CPUtime=87.22 cores=0-7
/proc/21133/task/21355/stat : 21355 (java) R 21131 21131 19225 0 -1 4202560 1318 0 0 0 8722 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238232095984 140239499387389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
Current children cumulated CPU time: 556.59 s
Current children cumulated vsize: 29082176 KiB
Current children cumulated memory: 214008 KiB

[startup+115.401 s]
/proc/loadavg: 4.81 6.24 7.04 7/219 21360
/proc/meminfo: memFree=30778020/32770624 swapFree=66935256/67108860
[pid=21131] ppid=21128 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/21131/stat : 21131 (xcsp3-exec) S 21128 21131 19225 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419406969 115843072 363 33554432000 4194304 5098028 140735699799424 140735699797528 140179424064124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31473664 140735699805046 140735699805289 140735699805289 140735699808202 0
/proc/21131/statm: 28282 363 304 221 0 87 0
[pid=21133] ppid=21131 vsize=28969048 memory=212556 CPUtime=557.59 cores=0-7
/proc/21133/stat : 21133 (java) S 21131 21131 19225 0 -1 1077944320 96939 0 0 0 55718 41 0 0 20 0 28 0 419406970 29664305152 53139 33554432000 4194304 4196468 140725590083088 140725590065632 140239863336695 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
/proc/21133/statm: 7242262 53139 3533 1 0 7203364 0
[pid=21133/tid=21134] ppid=21131 vsize=28969048 memory=-3622645143214314312 CPUtime=0.81 cores=0-7
/proc/21133/task/21134/stat : 21134 (java) S 21131 21131 19225 0 -1 1077944384 9904 0 0 0 77 4 0 0 20 0 28 0 419406970 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239867577472 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21135] ppid=21131 vsize=28969048 memory=3932 CPUtime=0.03 cores=0-7
/proc/21133/task/21135/stat : 21135 (java) S 21131 21131 19225 0 -1 1077944384 1008 0 0 0 3 0 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239815957008 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21136] ppid=21131 vsize=28969048 memory=2832 CPUtime=0.04 cores=0-7
/proc/21133/task/21136/stat : 21136 (java) S 21131 21131 19225 0 -1 1077944384 1869 0 0 0 3 1 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239814904464 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21137] ppid=21131 vsize=28969048 memory=1548 CPUtime=0.04 cores=0-7
/proc/21133/task/21137/stat : 21137 (java) S 21131 21131 19225 0 -1 1077944384 1611 0 0 0 3 1 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239813851408 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21138] ppid=21131 vsize=28969048 memory=1056 CPUtime=0.04 cores=0-7
/proc/21133/task/21138/stat : 21138 (java) S 21131 21131 19225 0 -1 1077944384 3055 0 0 0 3 1 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239812798864 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21139] ppid=21131 vsize=28969048 memory=744 CPUtime=0.04 cores=0-7
/proc/21133/task/21139/stat : 21139 (java) S 21131 21131 19225 0 -1 1077944384 2345 0 0 0 3 1 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239811746832 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21140] ppid=21131 vsize=28969048 memory=6791534058613427641 CPUtime=0.04 cores=0-7
/proc/21133/task/21140/stat : 21140 (java) S 21131 21131 19225 0 -1 1077944384 492 0 0 0 4 0 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239810694288 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21141] ppid=21131 vsize=28969048 memory=5960 CPUtime=0.05 cores=0-7
/proc/21133/task/21141/stat : 21141 (java) S 21131 21131 19225 0 -1 1077944384 2145 0 0 0 4 1 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239408323344 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21142] ppid=21131 vsize=28969048 memory=1124 CPUtime=0.04 cores=0-7
/proc/21133/task/21142/stat : 21142 (java) S 21131 21131 19225 0 -1 1077944384 1102 0 0 0 4 0 0 0 20 0 28 0 419406971 29664305152 53139 33554432000 4194304 4196468 140725590083088 140239407270800 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21143] ppid=21131 vsize=28969048 memory=14008 CPUtime=0.03 cores=0-7
/proc/21133/task/21143/stat : 21143 (java) S 21131 21131 19225 0 -1 1077944384 4061 0 0 0 3 0 0 0 20 0 28 0 419406972 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238260246768 140239863347842 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 22 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21144] ppid=21131 vsize=28969048 memory=12024 CPUtime=0 cores=0-7
/proc/21133/task/21144/stat : 21144 (java) S 21131 21131 19225 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419406973 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238259193056 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21145] ppid=21131 vsize=28969048 memory=2124 CPUtime=0 cores=0-7
/proc/21133/task/21145/stat : 21145 (java) S 21131 21131 19225 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 419406973 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238258139904 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21146] ppid=21131 vsize=28969048 memory=214096 CPUtime=0 cores=0-7
/proc/21133/task/21146/stat : 21146 (java) S 21131 21131 19225 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238257088464 140239863355291 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21147] ppid=21131 vsize=28969048 memory=1124 CPUtime=2.63 cores=0-7
/proc/21133/task/21147/stat : 21147 (java) S 21131 21131 19225 0 -1 1077944384 12686 0 0 0 260 3 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238256036592 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21148] ppid=21131 vsize=28969048 memory=14008 CPUtime=2.6 cores=0-7
/proc/21133/task/21148/stat : 21148 (java) S 21131 21131 19225 0 -1 1077944384 13497 0 0 0 257 3 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238254984048 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21149] ppid=21131 vsize=28969048 memory=12024 CPUtime=2.54 cores=0-7
/proc/21133/task/21149/stat : 21149 (java) S 21131 21131 19225 0 -1 1077944384 13160 0 0 0 252 2 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238253930992 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21150] ppid=21131 vsize=28969048 memory=2124 CPUtime=1.06 cores=0-7
/proc/21133/task/21150/stat : 21150 (java) S 21131 21131 19225 0 -1 1077944384 9375 0 0 0 103 3 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238252878448 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21151] ppid=21131 vsize=28969048 memory=7884 CPUtime=0 cores=0-7
/proc/21133/task/21151/stat : 21151 (java) S 21131 21131 19225 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419406975 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238251825632 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21152] ppid=21131 vsize=28969048 memory=0 CPUtime=0.02 cores=0-7
/proc/21133/task/21152/stat : 21152 (java) S 21131 21131 19225 0 -1 1077944384 1371 0 0 0 1 1 0 0 20 0 28 0 419406976 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238250773168 140239863347842 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21348] ppid=21131 vsize=28969048 memory=5 CPUtime=87.41 cores=0-7
/proc/21133/task/21348/stat : 21348 (java) R 21131 21131 19225 0 -1 4202560 2575 0 0 0 8740 1 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238237358696 140239499473261 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21349] ppid=21131 vsize=28969048 memory=143 CPUtime=87.43 cores=0-7
/proc/21133/task/21349/stat : 21349 (java) R 21131 21131 19225 0 -1 4202560 996 0 0 0 8743 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238238412328 140239499386203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21350] ppid=21131 vsize=28969048 memory=1970 CPUtime=0 cores=0-7
/proc/21133/task/21350/stat : 21350 (java) S 21131 21131 19225 0 -1 1077944384 398 0 0 0 0 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238227891600 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21351] ppid=21131 vsize=28969048 memory=15184 CPUtime=87.41 cores=0-7
/proc/21133/task/21351/stat : 21351 (java) R 21131 21131 19225 0 -1 4202560 2404 0 0 0 8740 1 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238234202856 140239490593113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21352] ppid=21131 vsize=28969048 memory=564 CPUtime=87.42 cores=0-7
/proc/21133/task/21352/stat : 21352 (java) R 21131 21131 19225 0 -1 4202560 1682 0 0 0 8742 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238239467680 140239497984635 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21353] ppid=21131 vsize=28969048 memory=7884 CPUtime=0 cores=0-7
/proc/21133/task/21353/stat : 21353 (java) S 21131 21131 19225 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238229996816 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21354] ppid=21131 vsize=28969048 memory=504 CPUtime=0 cores=0-7
/proc/21133/task/21354/stat : 21354 (java) S 21131 21131 19225 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238233154448 140239863346901 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
[pid=21133/tid=21355] ppid=21131 vsize=28969048 memory=1564 CPUtime=87.42 cores=0-7
/proc/21133/task/21355/stat : 21355 (java) R 21131 21131 19225 0 -1 4202560 1318 0 0 0 8742 0 0 0 20 0 28 0 419409758 29664305152 53139 33554432000 4194304 4196468 140725590083088 140238232095984 140239499385402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8937472 140725590090730 140725590090902 140725590090902 140725590093775 0
Current children cumulated CPU time: 557.59 s
Current children cumulated vsize: 29082176 KiB
Current children cumulated memory: 214008 KiB

Child status: 0
Real time (s): 115.439
CPU time (s): 557.722
CPU user time (s): 557.292
CPU system time (s): 0.430049
CPU usage (%): 483.132
Max. virtual memory (cumulated for all children) (KiB): 29084260
Max. memory (cumulated for all children) (KiB): 255212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 557.292
system time used= 0.430049
maximum resident set size= 256048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99981
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10865
involuntary context switches= 1144


# summary of solver processes directly reported to runsolver:
#   pid: 21131
#   total CPU time (s): 557.722
#   total CPU user time (s): 557.292
#   total CPU system time (s): 0.430049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.976153 second user time and 1.24763 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-14 05:21:56
IDJOB=4393932
IDBENCH=128634
IDSOLVER=2841
FILE ID=node151/4393932-1568431355
RUNJOBID= node151-1568430672-19252
PBS_JOBID= 21702312
Free space on /tmp= 59308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-05.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-4393932-1568431355/watcher-4393932-1568431355 -o /tmp/evaluation-result-4393932-1568431355/solver-4393932-1568431355 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568430672-19252 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 479409549 HOME/instance-4393932-1568431355.xml

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

MD5SUM BENCH= 42feabc1334beaea3bf22cfd312dd4ae
RANDOM SEED=479409549

node151.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	: 5333.53
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	: 5335.75
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	: 5333.53
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	: 5335.75
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	: 5333.53
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	: 5335.75
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	: 5333.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30977604 kB
MemAvailable:   31853020 kB
Buffers:          184972 kB
Cached:           982720 kB
SwapCached:        71068 kB
Active:           642188 kB
Inactive:         599000 kB
Active(anon):       9700 kB
Inactive(anon):    96932 kB
Active(file):     632488 kB
Inactive(file):   502068 kB
Unevictable:      110868 kB
Mlocked:          110868 kB
SwapTotal:      67108860 kB
SwapFree:       66935256 kB
Dirty:             26032 kB
Writeback:             0 kB
AnonPages:        303256 kB
Mapped:            36716 kB
Shmem:             24488 kB
Slab:             142280 kB
SReclaimable:     113388 kB
SUnreclaim:        28892 kB
KernelStack:        3888 kB
PageTables:         5984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59284 MiB
End job on node151 at 2019-09-14 05:23:52