Trace number 4393827

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 parallelOPT310 148.221 27.2487

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-3.xml
MD5SUM486402128da484f7cb4aeca2fb99213d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark310
Best CPU time to get the best result obtained on this benchmark32.7447
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size410
Distribution of domain sizes[{"size":5,"count":50},{"size":410,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4393827-1568418649.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.19	c [HOME/instance-4393827-1568418649.xml, -tl, 20160s, -p, 8]
0.33/0.23	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.49/0.79	c solve instance...
6.98/1.59	o 404 
9.98/1.94	o 380 
10.77/2.10	o 374 
11.54/2.14	o 354 
11.54/2.15	o 351 
12.25/2.26	o 348 
13.01/2.35	o 347 
13.01/2.39	o 343 
18.80/3.04	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/59)
18.80/3.04		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
18.80/3.04		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
18.80/3.04		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
18.80/3.04		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
18.80/3.04		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
18.80/3.04	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/59)
18.80/3.04		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
18.80/3.04		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
18.80/3.04		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
18.80/3.04		at org.chocosolver.solver.Solver.repair(Solver.java:443)
18.80/3.04		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
18.80/3.04		at org.chocosolver.solver.Solver.solve(Solver.java:262)
18.80/3.04		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
18.80/3.04		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
18.80/3.04		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
18.80/3.04		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
18.80/3.04		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
18.80/3.04		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
18.80/3.04		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
18.80/3.04		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
18.80/3.04		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
18.80/3.04		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
18.80/3.04	o 341 
18.80/3.04	o 338 
25.68/3.92	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
25.68/3.92		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
25.68/3.92		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
25.68/3.93		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
25.68/3.93		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
25.68/3.93		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
25.68/3.93	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
25.68/3.93		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
25.68/3.93		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
25.68/3.93		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
25.68/3.93		at org.chocosolver.solver.Solver.extend(Solver.java:421)
25.68/3.93		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
25.68/3.93		at org.chocosolver.solver.Solver.solve(Solver.java:262)
25.68/3.93		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
25.68/3.93		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
25.68/3.93		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
25.68/3.93		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
25.68/3.93		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
25.68/3.93		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
25.68/3.93		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
25.68/3.93		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
25.68/3.93		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
25.68/3.93		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
25.68/3.93	o 337 
27.35/4.13	java.util.concurrent.ExecutionException: java.lang.NullPointerException
27.35/4.13		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
27.35/4.13		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
27.35/4.13		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
27.35/4.13		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
27.35/4.13		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
27.35/4.13	Caused by: java.lang.NullPointerException
27.35/4.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
27.35/4.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
27.35/4.13		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
27.35/4.13		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
27.35/4.13		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
27.35/4.13		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
27.35/4.13		... 4 more
27.35/4.13	Caused by: java.lang.NullPointerException
27.35/4.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
27.35/4.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
27.35/4.13		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
27.35/4.13		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
27.35/4.13		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
27.35/4.13		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
27.35/4.13		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
27.35/4.13		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
27.35/4.13		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
27.35/4.13		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
27.35/4.13		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
27.35/4.13		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
27.35/4.13		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
27.35/4.13		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
27.35/4.13		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
27.35/4.13		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
27.35/4.13		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
27.35/4.13		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
27.35/4.13	Caused by: java.lang.NullPointerException
27.35/4.13		at org.chocosolver.sat.SatSolver.propagateClauses(SatSolver.java:399)
27.35/4.13		at org.chocosolver.sat.SatSolver.propagate(SatSolver.java:385)
27.35/4.13		at org.chocosolver.sat.SatSolver.propagateOneLiteral(SatSolver.java:301)
27.35/4.13		at org.chocosolver.sat.PropNogoods.VariableBound(PropNogoods.java:404)
27.35/4.13		at org.chocosolver.sat.PropNogoods.doVariableBound(PropNogoods.java:182)
27.35/4.13		at org.chocosolver.sat.PropNogoods.propagate(PropNogoods.java:159)
27.35/4.13		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:212)
27.35/4.13		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
27.35/4.13		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
27.35/4.13		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
27.35/4.13		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
27.35/4.13		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
27.35/4.13		at org.chocosolver.solver.Solver.solve(Solver.java:262)
27.35/4.13		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
27.35/4.13		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
27.35/4.13		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
27.35/4.13		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
27.35/4.13		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
27.35/4.13		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
27.35/4.13		... 4 more
27.35/4.13	o 336 
28.78/4.31	o 335 
28.78/4.31	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
28.78/4.31		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.78/4.31		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.78/4.31		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.78/4.31		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.78/4.31		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.78/4.31	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
28.78/4.31		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
28.78/4.31		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
28.78/4.31		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.78/4.31		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.78/4.31		at org.chocosolver.solver.Solver.extend(Solver.java:421)
28.78/4.31		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
28.78/4.31		at org.chocosolver.solver.Solver.solve(Solver.java:262)
28.78/4.31		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
28.78/4.31		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
28.78/4.31		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.78/4.31		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
28.78/4.31		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
28.78/4.31		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
28.78/4.31		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.78/4.31		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.78/4.31		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.78/4.31		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.78/4.31	o 334 
28.78/4.31	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
28.78/4.31		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.78/4.31		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.78/4.31		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.78/4.31		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.78/4.31		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.78/4.31	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
28.78/4.31		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
28.78/4.31		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
28.78/4.31		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.78/4.31		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.78/4.31		at org.chocosolver.solver.Solver.extend(Solver.java:421)
28.78/4.31		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
28.78/4.31		at org.chocosolver.solver.Solver.solve(Solver.java:262)
28.78/4.31		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
28.78/4.31		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
28.78/4.31		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.78/4.31		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
28.78/4.31		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
28.78/4.31		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
28.78/4.31		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.78/4.31		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.78/4.31		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.78/4.31		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.78/4.31	o 333 
28.78/4.34	java.util.concurrent.ExecutionException: java.lang.NullPointerException
28.78/4.34		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.78/4.34		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.78/4.34		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.78/4.34		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.78/4.34		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.78/4.34	Caused by: java.lang.NullPointerException
28.78/4.34		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.78/4.34		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.78/4.34		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.78/4.34		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.78/4.34		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.78/4.34		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
28.78/4.34		... 4 more
28.78/4.34	Caused by: java.lang.NullPointerException
28.78/4.34		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.78/4.34		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.78/4.34		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.78/4.34		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.78/4.34		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.78/4.34		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
28.78/4.34		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
28.78/4.34		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
28.78/4.34		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
28.78/4.34		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
28.78/4.34		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
28.78/4.34		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
28.78/4.34		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
28.78/4.34		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
28.78/4.34		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.78/4.34		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.78/4.34		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.78/4.34		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.78/4.34	Caused by: java.lang.NullPointerException
28.78/4.34	o 332 
28.78/4.36	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
28.78/4.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.78/4.36		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.78/4.36		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.78/4.36		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.78/4.36		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.78/4.36	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
28.78/4.36		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
28.78/4.36		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
28.78/4.36		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.78/4.36		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.78/4.36		at org.chocosolver.solver.Solver.extend(Solver.java:421)
28.78/4.36		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
28.78/4.36		at org.chocosolver.solver.Solver.solve(Solver.java:262)
28.78/4.36		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
28.78/4.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
28.78/4.36		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.78/4.36		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
28.78/4.36		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
28.78/4.36		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
28.78/4.36		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.78/4.36		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.78/4.36		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.78/4.36		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.78/4.36	o 331 
28.78/4.38	java.util.concurrent.ExecutionException: java.lang.NullPointerException
28.78/4.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.78/4.38		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.78/4.38		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.78/4.38		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.78/4.38		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.78/4.38	Caused by: java.lang.NullPointerException
28.78/4.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.78/4.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.78/4.38		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.78/4.38		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.78/4.38		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.78/4.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
28.78/4.38		... 4 more
28.78/4.39	Caused by: java.lang.NullPointerException
28.78/4.39		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.78/4.39		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.78/4.39		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.78/4.39		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.78/4.39		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.78/4.39		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
28.78/4.39		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
28.78/4.39		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
28.78/4.39		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
28.78/4.39		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
28.78/4.39		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
28.78/4.39		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
28.78/4.39		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
28.78/4.39		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
28.78/4.39		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.78/4.39		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.78/4.39		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.78/4.39		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.78/4.39	Caused by: java.lang.NullPointerException
28.78/4.39	o 330 
29.51/4.45	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
29.51/4.45		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.51/4.45		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
29.51/4.45		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
29.51/4.45		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
29.51/4.45		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
29.51/4.45	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
29.51/4.45		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
29.51/4.45		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
29.51/4.45		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
29.51/4.45		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
29.51/4.45		at org.chocosolver.solver.Solver.extend(Solver.java:421)
29.51/4.45		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
29.51/4.45		at org.chocosolver.solver.Solver.solve(Solver.java:262)
29.51/4.45		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
29.51/4.45		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
29.51/4.45		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
29.51/4.45		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
29.51/4.45		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
29.51/4.45		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
29.51/4.45		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.51/4.45		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.51/4.45		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.51/4.45		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.51/4.45	o 329 
29.51/4.46	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
29.51/4.46		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.51/4.46		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
29.51/4.46		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
29.51/4.46		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
29.51/4.46		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
29.51/4.46	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
29.51/4.46		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
29.51/4.46		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
29.51/4.46		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
29.51/4.46		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
29.51/4.46		at org.chocosolver.solver.Solver.extend(Solver.java:421)
29.51/4.46		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
29.51/4.46		at org.chocosolver.solver.Solver.solve(Solver.java:262)
29.51/4.46		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
29.51/4.46		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
29.51/4.46		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
29.51/4.46		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
29.51/4.46		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
29.51/4.46		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
29.51/4.46		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.51/4.46		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.51/4.46		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.51/4.46		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.51/4.46	o 328 
31.02/4.61	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
31.02/4.61		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
31.02/4.61		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
31.02/4.61		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
31.02/4.61		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
31.02/4.61		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
31.02/4.61	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
31.02/4.61		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
31.02/4.61		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
31.02/4.61		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
31.02/4.61		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
31.02/4.61		at org.chocosolver.solver.Solver.extend(Solver.java:421)
31.02/4.61		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
31.02/4.61		at org.chocosolver.solver.Solver.solve(Solver.java:262)
31.02/4.61		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
31.02/4.61		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
31.02/4.61		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
31.02/4.61		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
31.02/4.61		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
31.02/4.61		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
31.02/4.61		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
31.02/4.61		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
31.02/4.61		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
31.02/4.61		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
31.02/4.61	o 327 
32.60/4.84	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
32.60/4.84		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
32.60/4.84		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
32.60/4.84		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
32.60/4.84		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
32.60/4.84		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
32.60/4.84	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
32.60/4.84		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
32.60/4.84		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
32.60/4.84		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
32.60/4.84		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
32.60/4.84		at org.chocosolver.solver.Solver.extend(Solver.java:421)
32.60/4.84		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
32.60/4.84		at org.chocosolver.solver.Solver.solve(Solver.java:262)
32.60/4.84		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
32.60/4.84		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
32.60/4.84		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
32.60/4.84		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
32.60/4.84		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
32.60/4.84		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
32.60/4.84		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
32.60/4.84		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
32.60/4.84		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
32.60/4.84		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
32.60/4.84	o 326 
33.35/4.91	java.util.concurrent.ExecutionException: java.lang.NullPointerException
33.35/4.91		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
33.35/4.91		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
33.35/4.91		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
33.35/4.91		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
33.35/4.91		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
33.35/4.91	Caused by: java.lang.NullPointerException
33.35/4.91		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
33.35/4.91		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
33.35/4.91		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
33.35/4.91		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
33.35/4.91		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
33.35/4.91		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
33.35/4.91		... 4 more
33.35/4.91	Caused by: java.lang.NullPointerException
33.35/4.91		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
33.35/4.91		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
33.35/4.91		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
33.35/4.91		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
33.35/4.91		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
33.35/4.91		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
33.35/4.91		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
33.35/4.91		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
33.35/4.91		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
33.35/4.91		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
33.35/4.91		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
33.35/4.91		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
33.35/4.91		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
33.35/4.91		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
33.35/4.91		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
33.35/4.91		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
33.35/4.91		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
33.35/4.91		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
33.35/4.91	Caused by: java.lang.NullPointerException
33.35/4.92	o 324 
33.35/4.99	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
33.35/4.99		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
33.35/4.99		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
33.35/4.99		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
33.35/4.99		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
33.35/4.99		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
33.35/4.99	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
33.35/4.99		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
33.35/4.99		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
33.35/4.99		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
33.35/4.99		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
33.35/4.99		at org.chocosolver.solver.Solver.extend(Solver.java:421)
33.35/4.99		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
33.35/4.99		at org.chocosolver.solver.Solver.solve(Solver.java:262)
33.35/4.99		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
33.35/4.99		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
33.35/4.99		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
33.35/4.99		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
33.35/4.99		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
33.35/4.99		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
33.35/4.99		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
33.35/4.99		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
33.35/4.99		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
33.35/4.99		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
33.35/4.99	o 323 
36.44/5.34	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
36.44/5.34		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
36.44/5.34		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
36.44/5.34		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
36.44/5.34		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
36.44/5.34		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
36.44/5.34	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
36.44/5.34		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
36.44/5.34		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
36.44/5.34		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
36.44/5.34		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
36.44/5.34		at org.chocosolver.solver.Solver.extend(Solver.java:421)
36.44/5.34		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
36.44/5.34		at org.chocosolver.solver.Solver.solve(Solver.java:262)
36.44/5.34		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
36.44/5.34		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
36.44/5.34		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
36.44/5.34		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
36.44/5.34		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
36.44/5.34		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
36.44/5.34		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
36.44/5.34		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
36.44/5.34		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
36.44/5.34		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
36.44/5.34	o 322 
37.99/5.52	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
37.99/5.52		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
37.99/5.52		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
37.99/5.52		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
37.99/5.52		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
37.99/5.52		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
37.99/5.52	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
37.99/5.52		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
37.99/5.52		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
37.99/5.52		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
37.99/5.52		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
37.99/5.52		at org.chocosolver.solver.Solver.extend(Solver.java:421)
37.99/5.52		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
37.99/5.52		at org.chocosolver.solver.Solver.solve(Solver.java:262)
37.99/5.52		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
37.99/5.52		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
37.99/5.52		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
37.99/5.52		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
37.99/5.52		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
37.99/5.52		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
37.99/5.52		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
37.99/5.52		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
37.99/5.52		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
37.99/5.52		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
37.99/5.52	o 321 
37.99/5.58	java.util.concurrent.ExecutionException: java.lang.NullPointerException
37.99/5.58		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
37.99/5.58		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
37.99/5.58		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
37.99/5.58		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
37.99/5.58		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
37.99/5.58	Caused by: java.lang.NullPointerException
37.99/5.58		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
37.99/5.58		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
37.99/5.58		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
37.99/5.58		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
37.99/5.58		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
37.99/5.58		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
37.99/5.58		... 4 more
37.99/5.58	Caused by: java.lang.NullPointerException
37.99/5.58		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
37.99/5.58		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
37.99/5.58		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
37.99/5.58		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
37.99/5.58		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
37.99/5.58		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
37.99/5.58		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
37.99/5.58		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
37.99/5.58		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
37.99/5.58		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
37.99/5.58		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
37.99/5.58		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
37.99/5.58		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
37.99/5.58		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
37.99/5.58		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
37.99/5.58		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
37.99/5.58		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
37.99/5.58		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
37.99/5.58	Caused by: java.lang.NullPointerException
37.99/5.58		at org.chocosolver.solver.propagation.PropagationEngine.shift(PropagationEngine.java:435)
37.99/5.58		at org.chocosolver.solver.propagation.PropagationEngine.propagateOnBacktrack(PropagationEngine.java:398)
37.99/5.58		at org.chocosolver.solver.propagation.PropagationEngine.updateInvolvedVariables(PropagationEngine.java:387)
37.99/5.58		at org.chocosolver.solver.constraints.Propagator.addVariable(Propagator.java:336)
37.99/5.58		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.attach(ClauseStore.java:154)
37.99/5.58		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.access$700(ClauseStore.java:50)
37.99/5.58		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore$SignedClause.propagateClause(ClauseStore.java:693)
37.99/5.58		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore$SignedClause.propagate(ClauseStore.java:616)
37.99/5.58		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:178)
37.99/5.58		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
37.99/5.58		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
37.99/5.58		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
37.99/5.58		at org.chocosolver.solver.Solver.solve(Solver.java:262)
37.99/5.58		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
37.99/5.58		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
37.99/5.58		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
37.99/5.58		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
37.99/5.58		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
37.99/5.58		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
37.99/5.58		... 4 more
37.99/5.58	o 320 
40.21/5.81	java.util.concurrent.ExecutionException: java.lang.NullPointerException
40.21/5.81		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
40.21/5.81		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
40.21/5.81		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
40.21/5.81		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
40.21/5.81		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
40.21/5.81	Caused by: java.lang.NullPointerException
40.21/5.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
40.21/5.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
40.21/5.81		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
40.21/5.81		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
40.21/5.81		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
40.21/5.81		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
40.21/5.81		... 4 more
40.21/5.81	Caused by: java.lang.NullPointerException
40.21/5.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
40.21/5.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
40.21/5.81		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
40.21/5.81		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
40.21/5.81		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
40.21/5.81		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
40.21/5.81		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
40.21/5.81		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
40.21/5.81		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
40.21/5.81		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
40.21/5.81		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
40.21/5.81		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
40.21/5.81		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
40.21/5.81		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
40.21/5.81		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
40.21/5.81		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
40.21/5.81		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
40.21/5.81		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
40.21/5.81	Caused by: java.lang.NullPointerException
40.21/5.81	o 316 
51.16/8.00	java.util.concurrent.ExecutionException: java.lang.NullPointerException
51.16/8.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
51.16/8.00		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
51.16/8.00		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
51.16/8.00		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
51.16/8.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
51.16/8.00	Caused by: java.lang.NullPointerException
51.16/8.00		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
51.16/8.00		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
51.16/8.00		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
51.16/8.00		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
51.16/8.00		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
51.16/8.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
51.16/8.00		... 4 more
51.16/8.00	Caused by: java.lang.NullPointerException
51.16/8.00		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
51.16/8.00		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
51.16/8.00		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
51.16/8.00		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
51.16/8.00		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
51.16/8.00		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
51.16/8.00		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
51.16/8.00		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
51.16/8.00		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
51.16/8.00		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
51.16/8.00		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
51.16/8.00		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
51.16/8.00		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
51.16/8.00		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
51.16/8.00		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
51.16/8.00		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
51.16/8.00		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
51.16/8.00		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
51.16/8.00	Caused by: java.lang.NullPointerException
51.16/8.00	o 315 
63.17/10.39	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
63.17/10.39		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
63.17/10.39		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
63.17/10.39		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
63.17/10.39		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
63.17/10.39		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
63.17/10.39	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
63.17/10.39		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
63.17/10.39		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
63.17/10.39		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
63.17/10.39		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
63.17/10.39		at org.chocosolver.solver.Solver.extend(Solver.java:421)
63.17/10.39		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
63.17/10.39		at org.chocosolver.solver.Solver.solve(Solver.java:262)
63.17/10.39		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
63.17/10.39		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
63.17/10.39		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
63.17/10.39		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
63.17/10.39		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
63.17/10.39		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
63.17/10.39		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
63.17/10.39		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
63.17/10.39		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
63.17/10.39		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
63.17/10.39	o 314 
66.30/10.90	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
66.30/10.90		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
66.30/10.90		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
66.30/10.90		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
66.30/10.90		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
66.30/10.90		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
66.30/10.90	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
66.30/10.90		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
66.30/10.90		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
66.30/10.90		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
66.30/10.90		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
66.30/10.90		at org.chocosolver.solver.Solver.extend(Solver.java:421)
66.30/10.90		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
66.30/10.90		at org.chocosolver.solver.Solver.solve(Solver.java:262)
66.30/10.90		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
66.30/10.90		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
66.30/10.90		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
66.30/10.90		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
66.30/10.90		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
66.30/10.90		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
66.30/10.90		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
66.30/10.90		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
66.30/10.90		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
66.30/10.90		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
66.30/10.90	o 313 
76.79/12.60	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
76.79/12.60		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
76.79/12.60		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
76.79/12.60		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
76.79/12.60		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
76.79/12.60		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
76.79/12.60	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
76.79/12.60		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
76.79/12.60		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
76.79/12.60		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
76.79/12.60		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
76.79/12.60		at org.chocosolver.solver.Solver.extend(Solver.java:421)
76.79/12.60		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
76.79/12.60		at org.chocosolver.solver.Solver.solve(Solver.java:262)
76.79/12.60		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
76.79/12.60		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
76.79/12.60		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
76.79/12.60		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
76.79/12.60		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
76.79/12.60		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
76.79/12.60		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
76.79/12.60		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
76.79/12.61		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
76.79/12.61		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
76.79/12.61	o 312 
84.22/14.32	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
84.22/14.32		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
84.22/14.32		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
84.22/14.32		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
84.22/14.32		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
84.22/14.32		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
84.22/14.32	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
84.22/14.32		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
84.22/14.32		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
84.22/14.32		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
84.22/14.32		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
84.22/14.32		at org.chocosolver.solver.Solver.extend(Solver.java:421)
84.22/14.32		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
84.22/14.32		at org.chocosolver.solver.Solver.solve(Solver.java:262)
84.22/14.32		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
84.22/14.32		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
84.22/14.32		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
84.22/14.32		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
84.22/14.32		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
84.22/14.32		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
84.22/14.32		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
84.22/14.32		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
84.22/14.32		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
84.22/14.32		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
84.22/14.32	o 311 
91.86/16.13	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
91.86/16.13		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
91.86/16.13		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
91.86/16.13		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
91.86/16.13		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
91.86/16.13		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
91.86/16.13	Caused by: org.chocosolver.solver.exception.SolverException: Cannot add decision to decision path
91.86/16.13		at org.chocosolver.solver.search.strategy.decision.DecisionPath.pushDecision(DecisionPath.java:95)
91.86/16.13		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:64)
91.86/16.13		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
91.86/16.13		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
91.86/16.13		at org.chocosolver.solver.Solver.extend(Solver.java:421)
91.86/16.13		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
91.86/16.13		at org.chocosolver.solver.Solver.solve(Solver.java:262)
91.86/16.13		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
91.86/16.13		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
91.86/16.13		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
91.86/16.13		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
91.86/16.13		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
91.86/16.13		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
91.86/16.13		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
91.86/16.13		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
91.86/16.13		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
91.86/16.13		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
91.86/16.13	o 310 
148.05/27.23	java.util.concurrent.ExecutionException: java.lang.NullPointerException
148.05/27.23		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
148.05/27.23		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
148.05/27.23		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
148.05/27.23		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
148.05/27.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
148.05/27.23	Caused by: java.lang.NullPointerException
148.05/27.23		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
148.05/27.23		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
148.05/27.23		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
148.05/27.23		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
148.05/27.23		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
148.05/27.23		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
148.05/27.23		... 4 more
148.05/27.23	Caused by: java.lang.NullPointerException
148.05/27.23		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
148.05/27.23		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
148.05/27.23		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
148.05/27.23		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
148.05/27.23		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
148.05/27.23		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
148.05/27.23		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
148.05/27.23		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
148.05/27.23		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
148.05/27.23		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
148.05/27.23		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
148.05/27.23		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
148.05/27.23		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
148.05/27.23		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
148.05/27.23		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
148.05/27.23		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
148.05/27.23		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
148.05/27.23		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
148.05/27.23	Caused by: java.lang.NullPointerException
148.05/27.23	s OPTIMUM FOUND
148.05/27.23	v <instantiation>
148.05/27.23	v 	<list>s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] </list>
148.05/27.23	v 	<values>5 46 129 213 244 0 44 115 193 244 0 5 85 176 229 4 90 144 205 231 0 81 93 176 215 310 310 310 308 308 35 45 64 31 66 44 71 78 36 66 5 75 91 53 81 79 38 60 25 77 81 12 83 37 93 4 1 2 3 0 1 4 0 2 3 4 0 3 1 2 3 2 4 0 1 2 0 1 3 4 244 46 129 213 5 115 0 193 244 44 5 176 229 85 0 205 231 90 4 144 81 93 0 176 215 </values>
148.05/27.23	v </instantiation>

Verifier Data

OK	310

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393827-1568418649/watcher-4393827-1568418649 -o /tmp/evaluation-result-4393827-1568418649/solver-4393827-1568418649 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568416728-14741 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 71178136 HOME/instance-4393827-1568418649.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
solver pid=16503, runsolver pid=16500
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 7.55 6.67 4.17 3/212 16524
/proc/meminfo: memFree=30971432/32770624 swapFree=66935036/67108860
[pid=16503] ppid=16500 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16503/stat : 16503 (xcsp3-exec) S 16500 16503 14714 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418136372 115843072 363 33554432000 4194304 5098028 140733489672192 140733489670296 140166050067068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8912896 140733489677175 140733489677417 140733489677417 140733489680330 0
/proc/16503/statm: 28282 363 304 221 0 87 0
[pid=16505] ppid=16503 vsize=28227388 memory=27364 CPUtime=0.12 cores=0-7
/proc/16505/stat : 16505 (java) S 16503 16503 14714 0 -1 1077944320 5799 0 0 0 10 2 0 0 20 0 20 0 418136373 28904845312 6841 33554432000 4194304 4196468 140726000714784 140726000697328 139798800121591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
/proc/16505/statm: 7056847 6841 3121 1 0 7019032 0
[pid=16505/tid=16506] ppid=16503 vsize=28227388 memory=8041909892739407511 CPUtime=0.09 cores=0-7
/proc/16505/task/16506/stat : 16506 (java) R 16503 16503 14714 0 -1 4202560 3654 0 0 0 8 1 0 0 20 0 20 0 418136373 28904845312 6841 33554432000 4194304 4196468 140726000714784 139798804344336 139798800133526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16507] ppid=16503 vsize=28227388 memory=732370743235865573 CPUtime=0 cores=0-7
/proc/16505/task/16507/stat : 16507 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 6841 33554432000 4194304 4196468 140726000714784 139798351776784 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16508] ppid=16503 vsize=28227388 memory=140604898412160 CPUtime=0 cores=0-7
/proc/16505/task/16508/stat : 16508 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 6841 33554432000 4194304 4196468 140726000714784 139798350724240 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16509] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16509/stat : 16509 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 6841 33554432000 4194304 4196468 140726000714784 139798349671184 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16510] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16510/stat : 16510 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 6841 33554432000 4194304 4196468 140726000714784 139798348618640 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16511] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16511/stat : 16511 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 6841 33554432000 4194304 4196468 140726000714784 139798347565584 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16512] ppid=16503 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16505/task/16512/stat : 16512 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 6841 33554432000 4194304 4196468 140726000714784 139798346513040 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16513] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16513/stat : 16513 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 6841 33554432000 4194304 4196468 140726000714784 139798345459984 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16514] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16514/stat : 16514 (java) S 16503 16503 14714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 6841 33554432000 4194304 4196468 140726000714784 139798344407440 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16515] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16515/stat : 16515 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136375 28904845312 6841 33554432000 4194304 4196468 140726000714784 139798301256432 139798800132738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16516] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16516/stat : 16516 (java) S 16503 16503 14714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418136376 28904845312 6841 33554432000 4194304 4196468 140726000714784 139796927342240 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16517] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16517/stat : 16517 (java) S 16503 16503 14714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418136376 28904845312 6841 33554432000 4194304 4196468 140726000714784 139796926289136 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16518] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16518/stat : 16518 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136378 28904845312 6841 33554432000 4194304 4196468 140726000714784 139796925237712 139798800140187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16519] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16519/stat : 16519 (java) S 16503 16503 14714 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 418136378 28904845312 6841 33554432000 4194304 4196468 140726000714784 139796924184816 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16520] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16520/stat : 16520 (java) S 16503 16503 14714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418136378 28904845312 6841 33554432000 4194304 4196468 140726000714784 139796923132272 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16521] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16521/stat : 16521 (java) S 16503 16503 14714 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 418136378 28904845312 6841 33554432000 4194304 4196468 140726000714784 139796922079216 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16522] ppid=16503 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/16505/task/16522/stat : 16522 (java) R 16503 16503 14714 0 -1 4202560 406 0 0 0 1 0 0 0 20 0 20 0 418136378 28904845312 6841 33554432000 4194304 4196468 140726000714784 139796921026672 139798800133526 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16523] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16523/stat : 16523 (java) S 16503 16503 14714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418136379 28904845312 6841 33554432000 4194304 4196468 140726000714784 139796919974880 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16524] ppid=16503 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16505/task/16524/stat : 16524 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136379 28904845312 6841 33554432000 4194304 4196468 140726000714784 139796918922416 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 28816 KiB

[startup+0.210315 s]*
/proc/loadavg: 7.55 6.67 4.17 3/212 16524
/proc/meminfo: memFree=30957308/32770624 swapFree=66935036/67108860
[pid=16503] ppid=16500 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16503/stat : 16503 (xcsp3-exec) S 16500 16503 14714 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418136372 115843072 363 33554432000 4194304 5098028 140733489672192 140733489670296 140166050067068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8912896 140733489677175 140733489677417 140733489677417 140733489680330 0
/proc/16503/statm: 28282 363 304 221 0 87 0
[pid=16505] ppid=16503 vsize=28227388 memory=39980 CPUtime=0.33 cores=0-7
/proc/16505/stat : 16505 (java) S 16503 16503 14714 0 -1 1077944320 9718 0 0 0 30 3 0 0 20 0 20 0 418136373 28904845312 9995 33554432000 4194304 4196468 140726000714784 140726000697328 139798800121591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
/proc/16505/statm: 7056847 9995 3303 1 0 7019032 0
[pid=16505/tid=16506] ppid=16503 vsize=28227388 memory=0 CPUtime=0.19 cores=0-7
/proc/16505/task/16506/stat : 16506 (java) R 16503 16503 14714 0 -1 4202560 6663 0 0 0 17 2 0 0 20 0 20 0 418136373 28904845312 9995 33554432000 4194304 4196468 140726000714784 139798804353504 139798784202078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16507] ppid=16503 vsize=28227388 memory=732370743235865573 CPUtime=0 cores=0-7
/proc/16505/task/16507/stat : 16507 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 9995 33554432000 4194304 4196468 140726000714784 139798351776784 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16508] ppid=16503 vsize=28227388 memory=140604898412160 CPUtime=0 cores=0-7
/proc/16505/task/16508/stat : 16508 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 9995 33554432000 4194304 4196468 140726000714784 139798350724240 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16509] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16509/stat : 16509 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 9995 33554432000 4194304 4196468 140726000714784 139798349671184 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16510] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16510/stat : 16510 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 9995 33554432000 4194304 4196468 140726000714784 139798348618640 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16511] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16511/stat : 16511 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 9995 33554432000 4194304 4196468 140726000714784 139798347565584 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16512] ppid=16503 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16505/task/16512/stat : 16512 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 9995 33554432000 4194304 4196468 140726000714784 139798346513040 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16513] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16513/stat : 16513 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 9995 33554432000 4194304 4196468 140726000714784 139798345459984 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16514] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16514/stat : 16514 (java) S 16503 16503 14714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418136374 28904845312 9995 33554432000 4194304 4196468 140726000714784 139798344407440 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16515] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16515/stat : 16515 (java) S 16503 16503 14714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418136375 28904845312 9995 33554432000 4194304 4196468 140726000714784 139798301256432 139798800132738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16516] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16516/stat : 16516 (java) S 16503 16503 14714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418136376 28904845312 9995 33554432000 4194304 4196468 140726000714784 139796927342240 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16517] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16517/stat : 16517 (java) S 16503 16503 14714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418136376 28904845312 9995 33554432000 4194304 4196468 140726000714784 139796926289136 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16518] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16518/stat : 16518 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136378 28904845312 9995 33554432000 4194304 4196468 140726000714784 139796925237712 139798800140187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16519] ppid=16503 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/16505/task/16519/stat : 16519 (java) S 16503 16503 14714 0 -1 1077944384 502 0 0 0 1 0 0 0 20 0 20 0 418136378 28904845312 9995 33554432000 4194304 4196468 140726000714784 139796924184816 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16520] ppid=16503 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/16505/task/16520/stat : 16520 (java) S 16503 16503 14714 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 20 0 418136378 28904845312 9995 33554432000 4194304 4196468 140726000714784 139796923132272 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16521] ppid=16503 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/16505/task/16521/stat : 16521 (java) S 16503 16503 14714 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 20 0 418136378 28904845312 9995 33554432000 4194304 4196468 140726000714784 139796922079216 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16522] ppid=16503 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/16505/task/16522/stat : 16522 (java) R 16503 16503 14714 0 -1 4202560 929 0 0 0 7 0 0 0 20 0 20 0 418136378 28904845312 9995 33554432000 4194304 4196468 140726000714784 139796921026672 139798793218427 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16523] ppid=16503 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16523/stat : 16523 (java) S 16503 16503 14714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418136379 28904845312 9995 33554432000 4194304 4196468 140726000714784 139796919974880 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16524] ppid=16503 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16505/task/16524/stat : 16524 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136379 28904845312 9995 33554432000 4194304 4196468 140726000714784 139796918922416 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41432 KiB

[startup+0.309726 s]*
/proc/loadavg: 7.55 6.67 4.17 3/212 16524
/proc/meminfo: memFree=30951832/32770624 swapFree=66935036/67108860
[pid=16503] ppid=16500 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16503/stat : 16503 (xcsp3-exec) S 16500 16503 14714 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418136372 115843072 363 33554432000 4194304 5098028 140733489672192 140733489670296 140166050067068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8912896 140733489677175 140733489677417 140733489677417 140733489680330 0
/proc/16503/statm: 28282 363 304 221 0 87 0
[pid=16505] ppid=16503 vsize=28231644 memory=48348 CPUtime=0.5 cores=0-7
/proc/16505/stat : 16505 (java) S 16503 16503 14714 0 -1 1077944320 11013 0 0 0 47 3 0 0 20 0 20 0 418136373 28909203456 12087 33554432000 4194304 4196468 140726000714784 140726000697328 139798800121591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
/proc/16505/statm: 7057911 12087 3334 1 0 7019032 0
[pid=16505/tid=16506] ppid=16503 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/16505/task/16506/stat : 16506 (java) R 16503 16503 14714 0 -1 4202560 7726 0 0 0 27 3 0 0 20 0 20 0 418136373 28909203456 12087 33554432000 4194304 4196468 140726000714784 139798804358208 139798784202078 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16507] ppid=16503 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16507/stat : 16507 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28909203456 12087 33554432000 4194304 4196468 140726000714784 139798351776784 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16508] ppid=16503 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16508/stat : 16508 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28909203456 12087 33554432000 4194304 4196468 140726000714784 139798350724240 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16509] ppid=16503 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16509/stat : 16509 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28909203456 12087 33554432000 4194304 4196468 140726000714784 139798349671184 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16510] ppid=16503 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16510/stat : 16510 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28909203456 12087 33554432000 4194304 4196468 140726000714784 139798348618640 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16511] ppid=16503 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/16505/task/16511/stat : 16511 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28909203456 12087 33554432000 4194304 4196468 140726000714784 139798347565584 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16512] ppid=16503 vsize=28231644 memory=140604747117487 CPUtime=0 cores=0-7
/proc/16505/task/16512/stat : 16512 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28909203456 12087 33554432000 4194304 4196468 140726000714784 139798346513040 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16513] ppid=16503 vsize=28231644 memory=140604747119792 CPUtime=0 cores=0-7
/proc/16505/task/16513/stat : 16513 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28909203456 12087 33554432000 4194304 4196468 140726000714784 139798345459984 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16514] ppid=16503 vsize=28231644 memory=140604747122096 CPUtime=0 cores=0-7
/proc/16505/task/16514/stat : 16514 (java) S 16503 16503 14714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418136374 28909203456 12087 33554432000 4194304 4196468 140726000714784 139798344407440 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16515] ppid=16503 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16515/stat : 16515 (java) S 16503 16503 14714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418136375 28909203456 12087 33554432000 4194304 4196468 140726000714784 139798301256432 139798800132738 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16516] ppid=16503 vsize=28231644 memory=281209494251152 CPUtime=0 cores=0-7
/proc/16505/task/16516/stat : 16516 (java) S 16503 16503 14714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418136376 28909203456 12087 33554432000 4194304 4196468 140726000714784 139796927342240 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16517] ppid=16503 vsize=28231644 memory=281209494258064 CPUtime=0 cores=0-7
/proc/16505/task/16517/stat : 16517 (java) S 16503 16503 14714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418136376 28909203456 12087 33554432000 4194304 4196468 140726000714784 139796926289136 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16518] ppid=16503 vsize=28231644 memory=281209494199344 CPUtime=0 cores=0-7
/proc/16505/task/16518/stat : 16518 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136378 28909203456 12087 33554432000 4194304 4196468 140726000714784 139796925237712 139798800140187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16519] ppid=16503 vsize=28231644 memory=281209494271888 CPUtime=0.03 cores=0-7
/proc/16505/task/16519/stat : 16519 (java) S 16503 16503 14714 0 -1 1077944384 528 0 0 0 3 0 0 0 20 0 20 0 418136378 28909203456 12087 33554432000 4194304 4196468 140726000714784 139796924184816 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16520] ppid=16503 vsize=28231644 memory=281209494278800 CPUtime=0.01 cores=0-7
/proc/16505/task/16520/stat : 16520 (java) R 16503 16503 14714 0 -1 4202560 46 0 0 0 1 0 0 0 20 0 20 0 418136378 28909203456 12087 33554432000 4194304 4196468 140726000714784 139796923132272 139798783621705 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16521] ppid=16503 vsize=28231644 memory=281209494276496 CPUtime=0.02 cores=0-7
/proc/16505/task/16521/stat : 16521 (java) R 16503 16503 14714 0 -1 4202560 302 0 0 0 2 0 0 0 20 0 20 0 418136378 28909203456 12087 33554432000 4194304 4196468 140726000714784 139796922078400 139798784905316 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16522] ppid=16503 vsize=28231644 memory=281209494292656 CPUtime=0.12 cores=0-7
/proc/16505/task/16522/stat : 16522 (java) S 16503 16503 14714 0 -1 1077944384 1103 0 0 0 12 0 0 0 20 0 20 0 418136378 28909203456 12087 33554432000 4194304 4196468 140726000714784 139796921026672 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16523] ppid=16503 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16523/stat : 16523 (java) S 16503 16503 14714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418136379 28909203456 12087 33554432000 4194304 4196468 140726000714784 139796919974880 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16524] ppid=16503 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/16505/task/16524/stat : 16524 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136379 28909203456 12087 33554432000 4194304 4196468 140726000714784 139796918922416 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 49800 KiB

[startup+0.700925 s]
/proc/loadavg: 7.55 6.67 4.17 5/212 16524
/proc/meminfo: memFree=30936900/32770624 swapFree=66935036/67108860
[pid=16503] ppid=16500 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16503/stat : 16503 (xcsp3-exec) S 16500 16503 14714 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418136372 115843072 363 33554432000 4194304 5098028 140733489672192 140733489670296 140166050067068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8912896 140733489677175 140733489677417 140733489677417 140733489680330 0
/proc/16503/statm: 28282 363 304 221 0 87 0
[pid=16505] ppid=16503 vsize=28233768 memory=78784 CPUtime=1.49 cores=0-7
/proc/16505/stat : 16505 (java) S 16503 16503 14714 0 -1 1077944320 14889 0 0 0 142 7 0 0 20 0 20 0 418136373 28911378432 19696 33554432000 4194304 4196468 140726000714784 140726000697328 139798800121591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
/proc/16505/statm: 7058442 19696 3451 1 0 7019544 0
[pid=16505/tid=16506] ppid=16503 vsize=28233768 memory=281209494587584 CPUtime=0.67 cores=0-7
/proc/16505/task/16506/stat : 16506 (java) R 16503 16503 14714 0 -1 4202560 9421 0 0 0 63 4 0 0 20 0 20 0 418136373 28911378432 19696 33554432000 4194304 4196468 140726000714784 139798804357248 139798438974213 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16507] ppid=16503 vsize=28233768 memory=5076651345044 CPUtime=0 cores=0-7
/proc/16505/task/16507/stat : 16507 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28911378432 19696 33554432000 4194304 4196468 140726000714784 139798351776784 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16508] ppid=16503 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16508/stat : 16508 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418136374 28911378432 19696 33554432000 4194304 4196468 140726000714784 139798350724240 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16509] ppid=16503 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16509/stat : 16509 (java) S 16503 16503 14714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418136374 28911378432 19696 33554432000 4194304 4196468 140726000714784 139798349671184 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0

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

[pid=16505/tid=16522] ppid=16503 vsize=29167712 memory=57 CPUtime=1.26 cores=0-7
/proc/16505/task/16522/stat : 16522 (java) S 16503 16503 14714 0 -1 1077944384 9014 0 0 0 124 2 0 0 20 0 28 0 418136378 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796921026672 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16523] ppid=16503 vsize=29167712 memory=3833161628614341169 CPUtime=0 cores=0-7
/proc/16505/task/16523/stat : 16523 (java) S 16503 16503 14714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418136379 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796919974880 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16524] ppid=16503 vsize=29167712 memory=-7737605721172012177 CPUtime=0 cores=0-7
/proc/16505/task/16524/stat : 16524 (java) S 16503 16503 14714 0 -1 1077944384 1548 0 0 0 0 0 0 0 20 0 28 0 418136379 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796918922416 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16799] ppid=16503 vsize=29167712 memory=9130442918639925124 CPUtime=10.23 cores=0-7
/proc/16505/task/16799/stat : 16799 (java) R 16503 16503 14714 0 -1 4202560 255 0 0 0 1023 0 0 0 20 0 28 0 418137986 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796897326592 139798448160922 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16800] ppid=16503 vsize=29167712 memory=8562125494162282060 CPUtime=10.23 cores=0-7
/proc/16505/task/16800/stat : 16800 (java) R 16503 16503 14714 0 -1 4202560 238 0 0 0 1023 0 0 0 20 0 28 0 418137986 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796907852592 139798443264232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16801] ppid=16503 vsize=29167712 memory=-3039135443232236825 CPUtime=0.62 cores=0-7
/proc/16505/task/16801/stat : 16801 (java) S 16503 16503 14714 0 -1 1077944384 44 0 0 0 62 0 0 0 20 0 28 0 418137986 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796899435520 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16802] ppid=16503 vsize=29167712 memory=-2748367524519556131 CPUtime=10.22 cores=0-7
/proc/16505/task/16802/stat : 16802 (java) R 16503 16503 14714 0 -1 4202560 604 0 0 0 1022 0 0 0 20 0 28 0 418137986 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796895220008 139798450400193 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16803] ppid=16503 vsize=29167712 memory=-3756611412707075625 CPUtime=10.22 cores=0-7
/proc/16505/task/16803/stat : 16803 (java) R 16503 16503 14714 0 -1 4202560 481 0 0 0 1022 0 0 0 20 0 28 0 418137986 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796905745440 139798449111212 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16804] ppid=16503 vsize=29167712 memory=-2605811476043407915 CPUtime=10.23 cores=0-7
/proc/16505/task/16804/stat : 16804 (java) R 16503 16503 14714 0 -1 4202560 260 0 0 0 1023 0 0 0 20 0 28 0 418137986 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796904694128 139798438790380 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16805] ppid=16503 vsize=29167712 memory=7580193004739587179 CPUtime=0 cores=0-7
/proc/16505/task/16805/stat : 16805 (java) S 16503 16503 14714 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418137986 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796906804736 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16806] ppid=16503 vsize=29167712 memory=7580193004739587179 CPUtime=0 cores=0-7
/proc/16505/task/16806/stat : 16806 (java) S 16503 16503 14714 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418137986 29867737088 70469 33554432000 4194304 4196468 140726000714784 139796902594176 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
Current children cumulated CPU time: 144.06 s
Current children cumulated vsize: 29280840 KiB
Current children cumulated memory: 283328 KiB

[startup+26.801 s]
/proc/loadavg: 6.66 6.54 4.19 6/220 16806
/proc/meminfo: memFree=30716484/32770624 swapFree=66935036/67108860
[pid=16503] ppid=16500 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16503/stat : 16503 (xcsp3-exec) S 16500 16503 14714 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418136372 115843072 363 33554432000 4194304 5098028 140733489672192 140733489670296 140166050067068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8912896 140733489677175 140733489677417 140733489677417 140733489680330 0
/proc/16503/statm: 28282 363 304 221 0 87 0
[pid=16505] ppid=16503 vsize=29167712 memory=278284 CPUtime=146.05 cores=0-7
/proc/16505/stat : 16505 (java) S 16503 16503 14714 0 -1 1077944320 83551 0 0 0 14555 50 0 0 20 0 28 0 418136373 29867737088 69571 33554432000 4194304 4196468 140726000714784 140726000697328 139798800121591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
/proc/16505/statm: 7291928 69571 3544 1 0 7253030 0
[pid=16505/tid=16506] ppid=16503 vsize=29167712 memory=73062091328234 CPUtime=0.83 cores=0-7
/proc/16505/task/16506/stat : 16506 (java) S 16503 16503 14714 0 -1 1077944384 10775 0 0 0 78 5 0 0 20 0 28 0 418136373 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798804362368 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16507] ppid=16503 vsize=29167712 memory=73062091328234 CPUtime=0.07 cores=0-7
/proc/16505/task/16507/stat : 16507 (java) S 16503 16503 14714 0 -1 1077944384 861 0 0 0 5 2 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798351776784 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16508] ppid=16503 vsize=29167712 memory=73062091328234 CPUtime=0.05 cores=0-7
/proc/16505/task/16508/stat : 16508 (java) S 16503 16503 14714 0 -1 1077944384 215 0 0 0 4 1 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798350724240 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16509] ppid=16503 vsize=29167712 memory=73062091328234 CPUtime=0.07 cores=0-7
/proc/16505/task/16509/stat : 16509 (java) S 16503 16503 14714 0 -1 1077944384 650 0 0 0 5 2 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798349671184 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16510] ppid=16503 vsize=29167712 memory=1452 CPUtime=0.06 cores=0-7
/proc/16505/task/16510/stat : 16510 (java) S 16503 16503 14714 0 -1 1077944384 495 0 0 0 5 1 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798348618640 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16511] ppid=16503 vsize=29167712 memory=281876 CPUtime=0.07 cores=0-7
/proc/16505/task/16511/stat : 16511 (java) S 16503 16503 14714 0 -1 1077944384 1615 0 0 0 5 2 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798347565584 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16512] ppid=16503 vsize=29167712 memory=6944656592387989600 CPUtime=0.06 cores=0-7
/proc/16505/task/16512/stat : 16512 (java) S 16503 16503 14714 0 -1 1077944384 179 0 0 0 5 1 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798346513040 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16513] ppid=16503 vsize=29167712 memory=0 CPUtime=0.05 cores=0-7
/proc/16505/task/16513/stat : 16513 (java) S 16503 16503 14714 0 -1 1077944384 240 0 0 0 4 1 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798345459984 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16514] ppid=16503 vsize=29167712 memory=7660997214229195377 CPUtime=0.06 cores=0-7
/proc/16505/task/16514/stat : 16514 (java) S 16503 16503 14714 0 -1 1077944384 280 0 0 0 5 1 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798344407440 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16515] ppid=16503 vsize=29167712 memory=7522819431455809643 CPUtime=0.04 cores=0-7
/proc/16505/task/16515/stat : 16515 (java) S 16503 16503 14714 0 -1 1077944384 1364 0 0 0 4 0 0 0 20 0 28 0 418136375 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798301256432 139798800132738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16516] ppid=16503 vsize=29167712 memory=7451318199310701664 CPUtime=0 cores=0-7
/proc/16505/task/16516/stat : 16516 (java) S 16503 16503 14714 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 418136376 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796927342304 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16517] ppid=16503 vsize=29167712 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/16505/task/16517/stat : 16517 (java) S 16503 16503 14714 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 418136376 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796926289152 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16518] ppid=16503 vsize=29167712 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/16505/task/16518/stat : 16518 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418136378 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796925237712 139798800140187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16519] ppid=16503 vsize=29167712 memory=288230574492221466 CPUtime=3.73 cores=0-7
/proc/16505/task/16519/stat : 16519 (java) S 16503 16503 14714 0 -1 1077944384 10767 0 0 0 369 4 0 0 20 0 28 0 418136378 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796924184816 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16520] ppid=16503 vsize=29167712 memory=288230621803970871 CPUtime=3.59 cores=0-7
/proc/16505/task/16520/stat : 16520 (java) S 16503 16503 14714 0 -1 1077944384 16536 0 0 0 355 4 0 0 20 0 28 0 418136378 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796923132272 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16521] ppid=16503 vsize=29167712 memory=14133350919046965 CPUtime=4.01 cores=0-7
/proc/16505/task/16521/stat : 16521 (java) S 16503 16503 14714 0 -1 1077944384 15012 0 0 0 397 4 0 0 20 0 28 0 418136378 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796922079216 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16522] ppid=16503 vsize=29167712 memory=1124 CPUtime=1.26 cores=0-7
/proc/16505/task/16522/stat : 16522 (java) S 16503 16503 14714 0 -1 1077944384 9014 0 0 0 124 2 0 0 20 0 28 0 418136378 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796921026672 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16523] ppid=16503 vsize=29167712 memory=14008 CPUtime=0 cores=0-7
/proc/16505/task/16523/stat : 16523 (java) S 16503 16503 14714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418136379 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796919974880 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16524] ppid=16503 vsize=29167712 memory=12024 CPUtime=0 cores=0-7
/proc/16505/task/16524/stat : 16524 (java) S 16503 16503 14714 0 -1 1077944384 1548 0 0 0 0 0 0 0 20 0 28 0 418136379 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796918922416 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16799] ppid=16503 vsize=29167712 memory=2124 CPUtime=10.62 cores=0-7
/proc/16505/task/16799/stat : 16799 (java) R 16503 16503 14714 0 -1 4202560 255 0 0 0 1062 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796897324728 139798446565432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16800] ppid=16503 vsize=29167712 memory=7672 CPUtime=10.63 cores=0-7
/proc/16505/task/16800/stat : 16800 (java) R 16503 16503 14714 0 -1 4202560 238 0 0 0 1063 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796907852592 139798443524784 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16801] ppid=16503 vsize=29167712 memory=504 CPUtime=0.62 cores=0-7
/proc/16505/task/16801/stat : 16801 (java) S 16503 16503 14714 0 -1 1077944384 44 0 0 0 62 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796899435520 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16802] ppid=16503 vsize=29167712 memory=1564 CPUtime=10.62 cores=0-7
/proc/16505/task/16802/stat : 16802 (java) R 16503 16503 14714 0 -1 4202560 604 0 0 0 1062 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796895219600 139798443526225 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16803] ppid=16503 vsize=29167712 memory=924 CPUtime=10.62 cores=0-7
/proc/16505/task/16803/stat : 16803 (java) R 16503 16503 14714 0 -1 4202560 481 0 0 0 1062 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796905748992 139798449095311 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16804] ppid=16503 vsize=29167712 memory=1420 CPUtime=10.62 cores=0-7
/proc/16505/task/16804/stat : 16804 (java) R 16503 16503 14714 0 -1 4202560 261 0 0 0 1062 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796904694048 139798780963831 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16805] ppid=16503 vsize=29167712 memory=1984 CPUtime=0 cores=0-7
/proc/16505/task/16805/stat : 16805 (java) S 16503 16503 14714 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796906804736 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16806] ppid=16503 vsize=29167712 memory=2532 CPUtime=0 cores=0-7
/proc/16505/task/16806/stat : 16806 (java) S 16503 16503 14714 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796902594176 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
Current children cumulated CPU time: 146.05 s
Current children cumulated vsize: 29280840 KiB
Current children cumulated memory: 279736 KiB

[startup+27.201 s]
/proc/loadavg: 6.66 6.54 4.19 6/220 16807
/proc/meminfo: memFree=30720144/32770624 swapFree=66935036/67108860
[pid=16503] ppid=16500 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16503/stat : 16503 (xcsp3-exec) S 16500 16503 14714 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418136372 115843072 363 33554432000 4194304 5098028 140733489672192 140733489670296 140166050067068 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8912896 140733489677175 140733489677417 140733489677417 140733489680330 0
/proc/16503/statm: 28282 363 304 221 0 87 0
[pid=16505] ppid=16503 vsize=29167712 memory=278284 CPUtime=148.05 cores=0-7
/proc/16505/stat : 16505 (java) S 16503 16503 14714 0 -1 1077944320 83551 0 0 0 14755 50 0 0 20 0 28 0 418136373 29867737088 69571 33554432000 4194304 4196468 140726000714784 140726000697328 139798800121591 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
/proc/16505/statm: 7291928 69571 3544 1 0 7253030 0
[pid=16505/tid=16506] ppid=16503 vsize=29167712 memory=0 CPUtime=0.83 cores=0-7
/proc/16505/task/16506/stat : 16506 (java) S 16503 16503 14714 0 -1 1077944384 10775 0 0 0 78 5 0 0 20 0 28 0 418136373 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798804362368 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16507] ppid=16503 vsize=29167712 memory=57 CPUtime=0.07 cores=0-7
/proc/16505/task/16507/stat : 16507 (java) S 16503 16503 14714 0 -1 1077944384 861 0 0 0 5 2 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798351776784 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16508] ppid=16503 vsize=29167712 memory=0 CPUtime=0.05 cores=0-7
/proc/16505/task/16508/stat : 16508 (java) S 16503 16503 14714 0 -1 1077944384 215 0 0 0 4 1 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798350724240 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16509] ppid=16503 vsize=29167712 memory=6791534058613427641 CPUtime=0.07 cores=0-7
/proc/16505/task/16509/stat : 16509 (java) S 16503 16503 14714 0 -1 1077944384 650 0 0 0 5 2 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798349671184 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16510] ppid=16503 vsize=29167712 memory=504 CPUtime=0.06 cores=0-7
/proc/16505/task/16510/stat : 16510 (java) S 16503 16503 14714 0 -1 1077944384 495 0 0 0 5 1 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798348618640 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16511] ppid=16503 vsize=29167712 memory=1564 CPUtime=0.07 cores=0-7
/proc/16505/task/16511/stat : 16511 (java) S 16503 16503 14714 0 -1 1077944384 1615 0 0 0 5 2 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798347565584 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16512] ppid=16503 vsize=29167712 memory=924 CPUtime=0.06 cores=0-7
/proc/16505/task/16512/stat : 16512 (java) S 16503 16503 14714 0 -1 1077944384 179 0 0 0 5 1 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798346513040 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16513] ppid=16503 vsize=29167712 memory=1420 CPUtime=0.05 cores=0-7
/proc/16505/task/16513/stat : 16513 (java) S 16503 16503 14714 0 -1 1077944384 240 0 0 0 4 1 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798345459984 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16514] ppid=16503 vsize=29167712 memory=1984 CPUtime=0.06 cores=0-7
/proc/16505/task/16514/stat : 16514 (java) S 16503 16503 14714 0 -1 1077944384 280 0 0 0 5 1 0 0 20 0 28 0 418136374 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798344407440 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16515] ppid=16503 vsize=29167712 memory=2532 CPUtime=0.04 cores=0-7
/proc/16505/task/16515/stat : 16515 (java) S 16503 16503 14714 0 -1 1077944384 1364 0 0 0 4 0 0 0 20 0 28 0 418136375 29867737088 69571 33554432000 4194304 4196468 140726000714784 139798301256432 139798800132738 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16516] ppid=16503 vsize=29167712 memory=1440 CPUtime=0 cores=0-7
/proc/16505/task/16516/stat : 16516 (java) S 16503 16503 14714 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 418136376 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796927342304 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16517] ppid=16503 vsize=29167712 memory=808 CPUtime=0 cores=0-7
/proc/16505/task/16517/stat : 16517 (java) S 16503 16503 14714 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 418136376 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796926289152 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16518] ppid=16503 vsize=29167712 memory=1564 CPUtime=0 cores=0-7
/proc/16505/task/16518/stat : 16518 (java) S 16503 16503 14714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418136378 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796925237712 139798800140187 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16519] ppid=16503 vsize=29167712 memory=924 CPUtime=3.73 cores=0-7
/proc/16505/task/16519/stat : 16519 (java) S 16503 16503 14714 0 -1 1077944384 10767 0 0 0 369 4 0 0 20 0 28 0 418136378 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796924184816 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16520] ppid=16503 vsize=29167712 memory=1420 CPUtime=3.59 cores=0-7
/proc/16505/task/16520/stat : 16520 (java) S 16503 16503 14714 0 -1 1077944384 16536 0 0 0 355 4 0 0 20 0 28 0 418136378 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796923132272 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16521] ppid=16503 vsize=29167712 memory=1984 CPUtime=4.01 cores=0-7
/proc/16505/task/16521/stat : 16521 (java) S 16503 16503 14714 0 -1 1077944384 15012 0 0 0 397 4 0 0 20 0 28 0 418136378 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796922079216 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16522] ppid=16503 vsize=29167712 memory=2532 CPUtime=1.26 cores=0-7
/proc/16505/task/16522/stat : 16522 (java) S 16503 16503 14714 0 -1 1077944384 9014 0 0 0 124 2 0 0 20 0 28 0 418136378 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796921026672 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16523] ppid=16503 vsize=29167712 memory=1440 CPUtime=0 cores=0-7
/proc/16505/task/16523/stat : 16523 (java) S 16503 16503 14714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418136379 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796919974880 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16524] ppid=16503 vsize=29167712 memory=808 CPUtime=0 cores=0-7
/proc/16505/task/16524/stat : 16524 (java) S 16503 16503 14714 0 -1 1077944384 1548 0 0 0 0 0 0 0 20 0 28 0 418136379 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796918922416 139798800132738 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16799] ppid=16503 vsize=29167712 memory=1772 CPUtime=11.02 cores=0-7
/proc/16505/task/16799/stat : 16799 (java) R 16503 16503 14714 0 -1 4202560 255 0 0 0 1102 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796897324728 139798444850916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16800] ppid=16503 vsize=29167712 memory=281209494616880 CPUtime=11.03 cores=0-7
/proc/16505/task/16800/stat : 16800 (java) R 16503 16503 14714 0 -1 4202560 238 0 0 0 1103 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796907852592 139798443491821 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16801] ppid=16503 vsize=29167712 memory=0 CPUtime=0.62 cores=0-7
/proc/16505/task/16801/stat : 16801 (java) S 16503 16503 14714 0 -1 1077944384 44 0 0 0 62 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796899435520 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16802] ppid=16503 vsize=29167712 memory=0 CPUtime=11.02 cores=0-7
/proc/16505/task/16802/stat : 16802 (java) R 16503 16503 14714 0 -1 4202560 604 0 0 0 1102 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796895219600 139798448653057 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16803] ppid=16503 vsize=29167712 memory=56 CPUtime=11.02 cores=0-7
/proc/16505/task/16803/stat : 16803 (java) R 16503 16503 14714 0 -1 4202560 481 0 0 0 1102 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796905748880 139798448314375 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16804] ppid=16503 vsize=29167712 memory=288230621803970871 CPUtime=11.02 cores=0-7
/proc/16505/task/16804/stat : 16804 (java) R 16503 16503 14714 0 -1 4202560 261 0 0 0 1102 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796904694184 139798448050668 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16805] ppid=16503 vsize=29167712 memory=14133350919046965 CPUtime=0 cores=0-7
/proc/16505/task/16805/stat : 16805 (java) S 16503 16503 14714 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796906804736 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
[pid=16505/tid=16806] ppid=16503 vsize=29167712 memory=0 CPUtime=0 cores=0-7
/proc/16505/task/16806/stat : 16806 (java) S 16503 16503 14714 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418137986 29867737088 69571 33554432000 4194304 4196468 140726000714784 139796902594176 139798800131797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19861504 140726000722922 140726000723094 140726000723094 140726000725967 0
Current children cumulated CPU time: 148.05 s
Current children cumulated vsize: 29280840 KiB
Current children cumulated memory: 279736 KiB

Child status: 0
Real time (s): 27.2487
CPU time (s): 148.221
CPU user time (s): 147.697
CPU system time (s): 0.523901
CPU usage (%): 543.954
Max. virtual memory (cumulated for all children) (KiB): 29280840
Max. memory (cumulated for all children) (KiB): 297920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 147.697
system time used= 0.523901
maximum resident set size= 297940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85664
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11008
involuntary context switches= 1654


# summary of solver processes directly reported to runsolver:
#   pid: 16503
#   total CPU time (s): 148.221
#   total CPU user time (s): 147.697
#   total CPU system time (s): 0.523901

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.250198 second user time and 0.343885 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-14 01:50:10
IDJOB=4393827
IDBENCH=115848
IDSOLVER=2841
FILE ID=node151/4393827-1568418649
RUNJOBID= node151-1568416728-14741
PBS_JOBID= 21702250
Free space on /tmp= 59308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-3.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-4393827-1568418649/watcher-4393827-1568418649 -o /tmp/evaluation-result-4393827-1568418649/solver-4393827-1568418649 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1568416728-14741 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 71178136 HOME/instance-4393827-1568418649.xml

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

MD5SUM BENCH= 486402128da484f7cb4aeca2fb99213d
RANDOM SEED=71178136

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:        30984820 kB
MemAvailable:   31852220 kB
Buffers:          178400 kB
Cached:           981444 kB
SwapCached:        71224 kB
Active:           632056 kB
Inactive:         599932 kB
Active(anon):       8176 kB
Inactive(anon):    96880 kB
Active(file):     623880 kB
Inactive(file):   503052 kB
Unevictable:      110856 kB
Mlocked:          110856 kB
SwapTotal:      67108860 kB
SwapFree:       66935036 kB
Dirty:             26068 kB
Writeback:             0 kB
AnonPages:        106236 kB
Mapped:            36528 kB
Shmem:             24272 kB
Slab:             141356 kB
SReclaimable:     112604 kB
SUnreclaim:        28752 kB
KernelStack:        3360 kB
PageTables:         5204 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     63488 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 01:50:37