Trace number 4393901

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelWrong Opt.5526 13.1299 2.24555

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15a.xml
MD5SUM2cf522cde643a9876c78ef6348327f24
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4948
Best CPU time to get the best result obtained on this benchmark6.43245
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":19},{"degree":3,"count":7},{"degree":4,"count":3}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393901-1568421895.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393901-1568421895.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.05/0.59	c solve instance...
1.39/0.70	o 39350 
2.01/0.72	o 38969 
2.01/0.74	o 12913 
2.01/0.75	o 12328 
2.01/0.76	o 12214 
2.01/0.77	o 11770 
2.01/0.79	o 11650 
2.47/0.80	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (375/378)
2.47/0.80		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.47/0.80		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.47/0.80		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.47/0.80		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.47/0.80		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.47/0.80	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (375/378)
2.47/0.80		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.47/0.80		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.47/0.80		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.47/0.80		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.47/0.80		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.47/0.80		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.47/0.80		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.47/0.80		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.47/0.80		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.47/0.80		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.47/0.80		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.47/0.80		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.47/0.80		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.47/0.80		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.47/0.80		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.47/0.80		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.47/0.80	o 11453 
2.47/0.81	o 10473 
2.47/0.82	o 10427 
2.47/0.83	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (383/392)
2.47/0.83		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.47/0.83		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.47/0.83		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.47/0.83		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.47/0.83		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.47/0.83	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (383/392)
2.47/0.83		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.47/0.83		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.47/0.83		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.47/0.83		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.47/0.83		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.47/0.83		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.47/0.83		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.47/0.83		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.47/0.83		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.47/0.83		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.47/0.83		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.47/0.83		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.47/0.83		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.47/0.83		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.47/0.83		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.47/0.83		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.47/0.83	o 9225 
2.47/0.83	o 8914 
2.47/0.84	o 8744 
2.47/0.84	o 8597 
2.47/0.84	o 8534 
2.47/0.85	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (330/334)
2.47/0.85		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.47/0.85		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.47/0.85		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.47/0.85		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.47/0.85		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.47/0.85	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (330/334)
2.47/0.85		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.47/0.85		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.47/0.85		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.47/0.85		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.47/0.85		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.47/0.85		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.47/0.85		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.47/0.85		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.47/0.85		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.47/0.85		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.47/0.85		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.47/0.85		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.47/0.85		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.47/0.85		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.47/0.85		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.47/0.85		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.47/0.85	o 8508 
2.47/0.86	o 8408 
2.47/0.86	o 8382 
2.47/0.86	o 8380 
2.47/0.86	o 7776 
2.47/0.88	o 7751 
2.47/0.88	o 7691 
2.47/0.88	o 7444 
3.12/0.90	o 7160 
3.12/0.91	o 7033 
3.12/0.94	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (352/360)
3.12/0.94		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.12/0.94		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.12/0.94		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.12/0.94		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.12/0.94		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.12/0.94	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (352/360)
3.12/0.94		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.12/0.94		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.12/0.94		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.12/0.94		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.12/0.94		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.12/0.94		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.12/0.94		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.12/0.94		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.12/0.94		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.12/0.94		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.12/0.94		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.12/0.94		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.12/0.94		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.12/0.94		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.12/0.94		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.12/0.94		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.12/0.95	o 6832 
3.12/0.96	o 6732 
3.87/1.10	java.util.concurrent.ExecutionException: java.lang.NullPointerException
3.87/1.10		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.87/1.10		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.87/1.10		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.87/1.10		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.87/1.10		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.87/1.10	Caused by: java.lang.NullPointerException
3.87/1.10		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.87/1.10		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.87/1.10		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.87/1.10		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.87/1.10		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.87/1.10		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3.87/1.10		... 4 more
3.87/1.10	Caused by: java.lang.NullPointerException
3.87/1.10		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.87/1.10		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.87/1.10		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.87/1.10		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.87/1.10		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.87/1.10		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3.87/1.10		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3.87/1.10		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3.87/1.10		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3.87/1.10		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3.87/1.10		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3.87/1.10		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3.87/1.10		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
3.87/1.10		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3.87/1.10		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.87/1.10		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.87/1.10		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.87/1.10		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.87/1.10	Caused by: java.lang.NullPointerException
3.87/1.10		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
3.87/1.10		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
3.87/1.10		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
3.87/1.10		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
3.87/1.10		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
3.87/1.10		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
3.87/1.10		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
3.87/1.10		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
3.87/1.10		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
3.87/1.10		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
3.87/1.10		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
3.87/1.10		at org.chocosolver.solver.Solver.extend(Solver.java:421)
3.87/1.10		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
3.87/1.10		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.87/1.10		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.87/1.10		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.87/1.10		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.87/1.10		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.87/1.10		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.87/1.10		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.87/1.10		... 4 more
3.87/1.10	o 6632 
5.18/1.20	java.util.concurrent.ExecutionException: java.lang.NullPointerException
5.18/1.20		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
5.18/1.20		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
5.18/1.20		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
5.18/1.20		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
5.18/1.20		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
5.18/1.20	Caused by: java.lang.NullPointerException
5.18/1.20		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
5.18/1.20		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
5.18/1.20		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
5.18/1.20		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
5.18/1.20		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
5.18/1.20		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
5.18/1.20		... 4 more
5.18/1.20	Caused by: java.lang.NullPointerException
5.18/1.20		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
5.18/1.20		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
5.18/1.20		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
5.18/1.20		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
5.18/1.20		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
5.18/1.20		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
5.18/1.20		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
5.18/1.20		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
5.18/1.20		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
5.18/1.20		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
5.18/1.20		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
5.18/1.20		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
5.18/1.20		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
5.18/1.20		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
5.18/1.20		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.18/1.20		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.18/1.20		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.18/1.20		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.18/1.20	Caused by: java.lang.NullPointerException
5.18/1.20		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
5.18/1.20		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
5.18/1.20		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
5.18/1.20		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
5.18/1.20		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
5.18/1.20		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
5.18/1.20		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
5.18/1.20		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
5.18/1.20		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
5.18/1.20		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
5.18/1.20		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
5.18/1.20		at org.chocosolver.solver.Solver.extend(Solver.java:421)
5.18/1.20		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
5.18/1.20		at org.chocosolver.solver.Solver.solve(Solver.java:262)
5.18/1.20		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
5.18/1.20		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
5.18/1.20		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.18/1.20		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5.18/1.20		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
5.18/1.20		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
5.18/1.20		... 4 more
5.18/1.20	o 6280 
5.95/1.36	java.util.concurrent.ExecutionException: java.lang.NullPointerException
5.95/1.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
5.95/1.36		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
5.95/1.36		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
5.95/1.36		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
5.95/1.36		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
5.95/1.36	Caused by: java.lang.NullPointerException
5.95/1.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
5.95/1.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
5.95/1.36		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
5.95/1.36		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
5.95/1.36		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
5.95/1.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
5.95/1.36		... 4 more
5.95/1.36	Caused by: java.lang.NullPointerException
5.95/1.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
5.95/1.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
5.95/1.36		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
5.95/1.36		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
5.95/1.36		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
5.95/1.36		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
5.95/1.36		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
5.95/1.36		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
5.95/1.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
5.95/1.36		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
5.95/1.36		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
5.95/1.36		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
5.95/1.36		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
5.95/1.36		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
5.95/1.36		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.95/1.36		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.95/1.36		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.95/1.36		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.95/1.36	Caused by: java.lang.NullPointerException
5.95/1.36		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
5.95/1.36		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
5.95/1.36		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
5.95/1.36		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
5.95/1.36		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
5.95/1.36		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
5.95/1.36		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
5.95/1.36		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
5.95/1.36		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
5.95/1.36		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
5.95/1.36		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
5.95/1.36		at org.chocosolver.solver.Solver.extend(Solver.java:421)
5.95/1.36		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
5.95/1.36		at org.chocosolver.solver.Solver.solve(Solver.java:262)
5.95/1.36		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
5.95/1.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
5.95/1.36		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.95/1.36		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5.95/1.36		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
5.95/1.36		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
5.95/1.36		... 4 more
5.95/1.36	o 6249 
5.95/1.38	o 6231 
5.95/1.39	o 6105 
9.06/1.79	java.util.concurrent.ExecutionException: java.lang.NullPointerException
9.06/1.79		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.06/1.79		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.06/1.79		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.06/1.79		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.06/1.79		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.06/1.79	Caused by: java.lang.NullPointerException
9.06/1.79		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.06/1.79		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.06/1.79		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.06/1.79		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.06/1.79		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.06/1.79		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
9.06/1.79		... 4 more
9.06/1.79	Caused by: java.lang.NullPointerException
9.06/1.79		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.06/1.79		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.06/1.79		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.06/1.79		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.06/1.79		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.06/1.79		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
9.06/1.79		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
9.06/1.79		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
9.06/1.79		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
9.06/1.79		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
9.06/1.79		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
9.06/1.79		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
9.06/1.79		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
9.06/1.79		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
9.06/1.79		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.06/1.79		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.06/1.79		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.06/1.79		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.06/1.79	Caused by: java.lang.NullPointerException
9.06/1.79	o 6068 
9.06/1.80	o 6064 
9.84/1.81	o 6056 
9.84/1.81	o 6052 
9.84/1.88	java.util.concurrent.ExecutionException: java.lang.NullPointerException
9.84/1.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.84/1.88		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.84/1.88		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.84/1.88		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.84/1.88		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.84/1.88	Caused by: java.lang.NullPointerException
9.84/1.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.84/1.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.84/1.88		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.84/1.88		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.84/1.88		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.84/1.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
9.84/1.88		... 4 more
9.84/1.88	Caused by: java.lang.NullPointerException
9.84/1.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.84/1.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.84/1.88		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.84/1.88		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.84/1.88		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.84/1.88		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
9.84/1.88		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
9.84/1.88		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
9.84/1.88		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
9.84/1.88		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
9.84/1.88		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
9.84/1.88		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
9.84/1.88		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
9.84/1.88		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
9.84/1.88		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.84/1.88		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.84/1.88		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.84/1.88		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.84/1.88	Caused by: java.lang.NullPointerException
9.84/1.88	o 5984 
12.21/2.19	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (332/335)
12.21/2.19		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
12.21/2.19		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
12.21/2.19		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
12.21/2.19		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
12.21/2.19		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
12.21/2.19	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (332/335)
12.21/2.19		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
12.21/2.19		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
12.21/2.19		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
12.21/2.19		at org.chocosolver.solver.Solver.repair(Solver.java:443)
12.21/2.19		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
12.21/2.19		at org.chocosolver.solver.Solver.solve(Solver.java:262)
12.21/2.19		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
12.21/2.19		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
12.21/2.19		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
12.21/2.19		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
12.21/2.19		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
12.21/2.19		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
12.21/2.19		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.21/2.19		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.21/2.19		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.21/2.19		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.21/2.19	o 5560 
12.96/2.21	java.util.concurrent.ExecutionException: java.lang.NullPointerException
12.96/2.21		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
12.96/2.21		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
12.96/2.21		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
12.96/2.21		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
12.96/2.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
12.96/2.21	Caused by: java.lang.NullPointerException
12.96/2.21		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
12.96/2.21		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
12.96/2.21		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
12.96/2.21		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
12.96/2.21		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
12.96/2.21		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
12.96/2.21		... 4 more
12.96/2.21	Caused by: java.lang.NullPointerException
12.96/2.21		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
12.96/2.21		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
12.96/2.21		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
12.96/2.21		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
12.96/2.21		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
12.96/2.21		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
12.96/2.21		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
12.96/2.21		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
12.96/2.21		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
12.96/2.21		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
12.96/2.21		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
12.96/2.21		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
12.96/2.21		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
12.96/2.21		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
12.96/2.21		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.96/2.21		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.96/2.21		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.96/2.21		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.96/2.21	Caused by: java.lang.NullPointerException
12.96/2.21	o 5526 
12.96/2.22	s OPTIMUM FOUND
12.96/2.22	v <instantiation>
12.96/2.22	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] d[0][1] d[0][2] d[0][3] d[1][4] d[2][5] d[2][6] d[3][7] d[6][8] d[7][9] d[7][10] d[8][11] d[9][12] d[10][13] d[12][14] </list>
12.96/2.22	v 	<values>6 4 1 0 7 5 13 8 3 10 2 14 9 12 11 18 3 5 1 38 17 10 20 10 4 1 28 20 13 </values>
12.96/2.22	v </instantiation>

Verifier Data

OK	5526

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393901-1568421895/watcher-4393901-1568421895 -o /tmp/evaluation-result-4393901-1568421895/solver-4393901-1568421895 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568416723-7197 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 945301191 HOME/instance-4393901-1568421895.xml 

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

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

solver pid=11649, runsolver pid=11646

[startup+0.100161 s]*
/proc/loadavg: 5.55 6.16 6.26 2/212 11670
/proc/meminfo: memFree=31515440/32770624 swapFree=66995604/67108860
[pid=11649] ppid=11646 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11649/stat : 11649 (xcsp3-exec) S 11646 11649 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418440901 115843072 363 33554432000 4194304 5098028 140722459959456 140722459957560 139962541896316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17055744 140722459964278 140722459964521 140722459964521 140722459967434 0
/proc/11649/statm: 28282 363 304 221 0 87 0
[pid=11651] ppid=11649 vsize=28227388 memory=30220 CPUtime=0.12 cores=0-7
/proc/11651/stat : 11651 (java) S 11649 11649 7170 0 -1 1077944320 6026 0 0 0 11 1 0 0 20 0 20 0 418440901 28904845312 7555 33554432000 4194304 4196468 140737168774640 140737168757184 140380238556919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
/proc/11651/statm: 7056847 7555 3120 1 0 7019032 0
[pid=11651/tid=11652] ppid=11649 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/11651/task/11652/stat : 11652 (java) R 11649 11649 7170 0 -1 4202560 3938 0 0 0 8 0 0 0 20 0 20 0 418440901 28904845312 7555 33554432000 4194304 4196468 140737168774640 140380242790192 140380238568854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11653] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11653/stat : 11653 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379789581072 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11654] ppid=11649 vsize=28227388 memory=14832281773786776 CPUtime=0 cores=0-7
/proc/11651/task/11654/stat : 11654 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379788528528 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11655] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11655/stat : 11655 (java) S 11649 11649 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379787475984 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11656] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11656/stat : 11656 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379786423440 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11657] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11657/stat : 11657 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379785369872 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11658] ppid=11649 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11651/task/11658/stat : 11658 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379784317328 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11659] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11659/stat : 11659 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379783264784 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11660] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11660/stat : 11660 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379782212240 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11661] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11661/stat : 11661 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418440903 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379739679216 140380238568066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11662] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11662/stat : 11662 (java) S 11649 11649 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418440904 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379738625440 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11663] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11663/stat : 11663 (java) S 11649 11649 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418440904 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379737572848 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11664] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11664/stat : 11664 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440907 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379736521424 140380238575515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11665] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11665/stat : 11665 (java) S 11649 11649 7170 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 418440907 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379735468016 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11666] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11666/stat : 11666 (java) S 11649 11649 7170 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 418440907 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379734415472 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11667] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11667/stat : 11667 (java) R 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440907 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379733362928 140380238568066 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11668] ppid=11649 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/11651/task/11668/stat : 11668 (java) R 11649 11649 7170 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 20 0 418440907 28904845312 7555 33554432000 4194304 4196468 140737168774640 140379732310384 140380238568854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11669] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11669/stat : 11669 (java) S 11649 11649 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418440907 28904845312 7555 33554432000 4194304 4196468 140737168774640 140378474801888 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11670] ppid=11649 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11651/task/11670/stat : 11670 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440907 28904845312 7555 33554432000 4194304 4196468 140737168774640 140378473749424 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31672 KiB

[startup+0.210155 s]*
/proc/loadavg: 5.55 6.16 6.26 2/212 11670
/proc/meminfo: memFree=31503240/32770624 swapFree=66995604/67108860
[pid=11649] ppid=11646 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11649/stat : 11649 (xcsp3-exec) S 11646 11649 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418440901 115843072 363 33554432000 4194304 5098028 140722459959456 140722459957560 139962541896316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17055744 140722459964278 140722459964521 140722459964521 140722459967434 0
/proc/11649/statm: 28282 363 304 221 0 87 0
[pid=11651] ppid=11649 vsize=28227388 memory=41472 CPUtime=0.34 cores=0-7
/proc/11651/stat : 11651 (java) S 11649 11649 7170 0 -1 1077944320 9576 0 0 0 32 2 0 0 20 0 20 0 418440901 28904845312 10368 33554432000 4194304 4196468 140737168774640 140737168757184 140380238556919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
/proc/11651/statm: 7056847 10368 3311 1 0 7019032 0
[pid=11651/tid=11652] ppid=11649 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/11651/task/11652/stat : 11652 (java) R 11649 11649 7170 0 -1 4202560 6753 0 0 0 18 1 0 0 20 0 20 0 418440901 28904845312 10368 33554432000 4194304 4196468 140737168774640 140380242786640 140380222637406 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11653] ppid=11649 vsize=28227388 memory=288230600413020516 CPUtime=0 cores=0-7
/proc/11651/task/11653/stat : 11653 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379789581072 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11654] ppid=11649 vsize=28227388 memory=140378813625599 CPUtime=0 cores=0-7
/proc/11651/task/11654/stat : 11654 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379788528528 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11655] ppid=11649 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11651/task/11655/stat : 11655 (java) S 11649 11649 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379787475984 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11656] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11656/stat : 11656 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379786423440 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11657] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11657/stat : 11657 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379785369872 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11658] ppid=11649 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11651/task/11658/stat : 11658 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379784317328 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11659] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11659/stat : 11659 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379783264784 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11660] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11660/stat : 11660 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418440902 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379782212240 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11661] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11661/stat : 11661 (java) S 11649 11649 7170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418440903 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379739679216 140380238568066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11662] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11662/stat : 11662 (java) S 11649 11649 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418440904 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379738625440 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11663] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11663/stat : 11663 (java) S 11649 11649 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418440904 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379737572848 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11664] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11664/stat : 11664 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440907 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379736521424 140380238575515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11665] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11665/stat : 11665 (java) R 11649 11649 7170 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 418440907 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379735468016 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11666] ppid=11649 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/11651/task/11666/stat : 11666 (java) R 11649 11649 7170 0 -1 1077944384 383 0 0 0 2 0 0 0 20 0 20 0 418440907 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379734415472 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11667] ppid=11649 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/11651/task/11667/stat : 11667 (java) S 11649 11649 7170 0 -1 1077944384 87 0 0 0 2 0 0 0 20 0 20 0 418440907 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379733362928 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11668] ppid=11649 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/11651/task/11668/stat : 11668 (java) R 11649 11649 7170 0 -1 1077944384 735 0 0 0 8 0 0 0 20 0 20 0 418440907 28904845312 10368 33554432000 4194304 4196468 140737168774640 140379732310384 140380238568066 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11669] ppid=11649 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11669/stat : 11669 (java) S 11649 11649 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418440907 28904845312 10368 33554432000 4194304 4196468 140737168774640 140378474801888 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11670] ppid=11649 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/11651/task/11670/stat : 11670 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440907 28904845312 10368 33554432000 4194304 4196468 140737168774640 140378473749424 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42924 KiB

[startup+0.309469 s]*
/proc/loadavg: 5.55 6.16 6.26 4/212 11670
/proc/meminfo: memFree=31497956/32770624 swapFree=66995604/67108860
[pid=11649] ppid=11646 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11649/stat : 11649 (xcsp3-exec) S 11646 11649 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418440901 115843072 363 33554432000 4194304 5098028 140722459959456 140722459957560 139962541896316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17055744 140722459964278 140722459964521 140722459964521 140722459967434 0
/proc/11649/statm: 28282 363 304 221 0 87 0
[pid=11651] ppid=11649 vsize=28231644 memory=49544 CPUtime=0.53 cores=0-7
/proc/11651/stat : 11651 (java) S 11649 11649 7170 0 -1 1077944320 10800 0 0 0 50 3 0 0 20 0 20 0 418440901 28909203456 12386 33554432000 4194304 4196468 140737168774640 140737168757184 140380238556919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
/proc/11651/statm: 7057911 12386 3350 1 0 7019032 0
[pid=11651/tid=11652] ppid=11649 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/11651/task/11652/stat : 11652 (java) R 11649 11649 7170 0 -1 4202560 7788 0 0 0 27 2 0 0 20 0 20 0 418440901 28909203456 12386 33554432000 4194304 4196468 140737168774640 140380242788032 140380222637406 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11653] ppid=11649 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11653/stat : 11653 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379789581072 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11654] ppid=11649 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11654/stat : 11654 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418440902 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379788528528 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11655] ppid=11649 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11655/stat : 11655 (java) S 11649 11649 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418440902 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379787475984 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11656] ppid=11649 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11656/stat : 11656 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379786423440 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11657] ppid=11649 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11657/stat : 11657 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379785369872 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11658] ppid=11649 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11658/stat : 11658 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418440902 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379784317328 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11659] ppid=11649 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11659/stat : 11659 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440902 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379783264784 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11660] ppid=11649 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11660/stat : 11660 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418440902 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379782212240 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11661] ppid=11649 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11661/stat : 11661 (java) S 11649 11649 7170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418440903 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379739679216 140380238568066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11662] ppid=11649 vsize=28231644 memory=280757314723200 CPUtime=0 cores=0-7
/proc/11651/task/11662/stat : 11662 (java) S 11649 11649 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418440904 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379738625440 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11663] ppid=11649 vsize=28231644 memory=280757314727808 CPUtime=0 cores=0-7
/proc/11651/task/11663/stat : 11663 (java) S 11649 11649 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418440904 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379737572848 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11664] ppid=11649 vsize=28231644 memory=280757314732416 CPUtime=0 cores=0-7
/proc/11651/task/11664/stat : 11664 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440907 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379736521424 140380238575515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11665] ppid=11649 vsize=28231644 memory=280757314737024 CPUtime=0.01 cores=0-7
/proc/11651/task/11665/stat : 11665 (java) S 11649 11649 7170 0 -1 1077944384 318 0 0 0 1 0 0 0 20 0 20 0 418440907 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379735468016 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11666] ppid=11649 vsize=28231644 memory=280757314741632 CPUtime=0.04 cores=0-7
/proc/11651/task/11666/stat : 11666 (java) R 11649 11649 7170 0 -1 4202560 481 0 0 0 4 0 0 0 20 0 20 0 418440907 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379734405856 140380219258566 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11667] ppid=11649 vsize=28231644 memory=280757314746240 CPUtime=0.03 cores=0-7
/proc/11651/task/11667/stat : 11667 (java) S 11649 11649 7170 0 -1 1077944384 105 0 0 0 3 0 0 0 20 0 20 0 418440907 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379733362928 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11668] ppid=11649 vsize=28231644 memory=280757314750848 CPUtime=0.13 cores=0-7
/proc/11651/task/11668/stat : 11668 (java) S 11649 11649 7170 0 -1 1077944384 820 0 0 0 13 0 0 0 20 0 20 0 418440907 28909203456 12386 33554432000 4194304 4196468 140737168774640 140379732310384 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11669] ppid=11649 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11669/stat : 11669 (java) S 11649 11649 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418440907 28909203456 12386 33554432000 4194304 4196468 140737168774640 140378474801888 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11670] ppid=11649 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/11651/task/11670/stat : 11670 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418440907 28909203456 12386 33554432000 4194304 4196468 140737168774640 140378473749424 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50996 KiB

[startup+0.709138 s]
/proc/loadavg: 5.55 6.16 6.26 6/212 11670
/proc/meminfo: memFree=31478704/32770624 swapFree=66995604/67108860
[pid=11649] ppid=11646 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11649/stat : 11649 (xcsp3-exec) S 11646 11649 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418440901 115843072 363 33554432000 4194304 5098028 140722459959456 140722459957560 139962541896316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17055744 140722459964278 140722459964521 140722459964521 140722459967434 0
/proc/11649/statm: 28282 363 304 221 0 87 0
[pid=11651] ppid=11649 vsize=28766280 memory=97448 CPUtime=2.01 cores=0-7
/proc/11651/stat : 11651 (java) S 11649 11649 7170 0 -1 1077944320 15618 0 0 0 196 5 0 0 20 0 28 0 418440901 29456670720 24371 33554432000 4194304 4196468 140737168774640 140737168757184 140380238556919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
/proc/11651/statm: 7191570 24384 3459 1 0 7152672 0
[pid=11651/tid=11652] ppid=11649 vsize=28766280 memory=4580 CPUtime=0.59 cores=0-7
/proc/11651/task/11652/stat : 11652 (java) R 11649 11649 7170 0 -1 4202560 9379 0 0 0 56 3 0 0 20 0 26 0 418440901 29456670720 24306 33554432000 4194304 4196468 140737168774640 140380242797696 140379875519620 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11653] ppid=11649 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11653/stat : 11653 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 25 0 418440902 29456670720 24265 33554432000 4194304 4196468 140737168774640 140379789581072 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11654] ppid=11649 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11654/stat : 11654 (java) S 11649 11649 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 25 0 418440902 29456670720 24265 33554432000 4194304 4196468 140737168774640 140379788528528 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11655] ppid=11649 vsize=28766280 memory=8556 CPUtime=0 cores=0-7
/proc/11651/task/11655/stat : 11655 (java) S 11649 11649 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 25 0 418440902 29456670720 24265 33554432000 4194304 4196468 140737168774640 140379787475984 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0

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

[pid=11651/tid=11654] ppid=11649 vsize=29034584 memory=-7970072309427720150 CPUtime=0 cores=0-7
/proc/11651/task/11654/stat : 11654 (java) S 11649 11649 7170 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 31 0 418440902 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379788528528 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11655] ppid=11649 vsize=29034584 memory=-8412656567318647667 CPUtime=0 cores=0-7
/proc/11651/task/11655/stat : 11655 (java) S 11649 11649 7170 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 31 0 418440902 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379787475984 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11656] ppid=11649 vsize=29034584 memory=-7240599211820661557 CPUtime=0 cores=0-7
/proc/11651/task/11656/stat : 11656 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 418440902 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379786423440 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11657] ppid=11649 vsize=29034584 memory=3977583576068655616 CPUtime=0 cores=0-7
/proc/11651/task/11657/stat : 11657 (java) S 11649 11649 7170 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 31 0 418440902 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379785369872 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11658] ppid=11649 vsize=29034584 memory=3977583576071872512 CPUtime=0 cores=0-7
/proc/11651/task/11658/stat : 11658 (java) S 11649 11649 7170 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 31 0 418440902 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379784317328 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11659] ppid=11649 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11659/stat : 11659 (java) S 11649 11649 7170 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 31 0 418440902 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379783264784 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11660] ppid=11649 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11660/stat : 11660 (java) S 11649 11649 7170 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 31 0 418440902 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379782212240 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11661] ppid=11649 vsize=29034584 memory=4580 CPUtime=0 cores=0-7
/proc/11651/task/11661/stat : 11661 (java) S 11649 11649 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 31 0 418440903 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379739679216 140380238568066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11662] ppid=11649 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11662/stat : 11662 (java) S 11649 11649 7170 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 31 0 418440904 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379738625504 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11663] ppid=11649 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11663/stat : 11663 (java) S 11649 11649 7170 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 31 0 418440904 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379737572864 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11664] ppid=11649 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11664/stat : 11664 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 418440907 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379736521424 140380238575515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11665] ppid=11649 vsize=29034584 memory=0 CPUtime=0.77 cores=0-7
/proc/11651/task/11665/stat : 11665 (java) D 11649 11649 7170 0 -1 4202560 3050 0 0 0 77 0 0 0 20 0 31 0 418440907 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379735456512 140380231653755 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11666] ppid=11649 vsize=29034584 memory=0 CPUtime=0.89 cores=0-7
/proc/11651/task/11666/stat : 11666 (java) R 11649 11649 7170 0 -1 4202560 2628 0 0 0 89 0 0 0 20 0 31 0 418440907 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379734401496 140380222953755 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11667] ppid=11649 vsize=29034584 memory=0 CPUtime=0.88 cores=0-7
/proc/11651/task/11667/stat : 11667 (java) D 11649 11649 7170 0 -1 4202560 2545 0 0 0 88 0 0 0 20 0 31 0 418440907 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379733344336 140380222950795 0 4 0 16800975 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11668] ppid=11649 vsize=29034584 memory=0 CPUtime=0.66 cores=0-7
/proc/11651/task/11668/stat : 11668 (java) S 11649 11649 7170 0 -1 1077944384 3141 0 0 0 65 1 0 0 20 0 31 0 418440907 29731414016 57016 33554432000 4194304 4196468 140737168774640 140379732310384 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11669] ppid=11649 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11669/stat : 11669 (java) S 11649 11649 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 31 0 418440907 29731414016 57016 33554432000 4194304 4196468 140737168774640 140378474801888 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11670] ppid=11649 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11670/stat : 11670 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 418440907 29731414016 57016 33554432000 4194304 4196468 140737168774640 140378473749424 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11889] ppid=11649 vsize=29034584 memory=0 CPUtime=0.48 cores=0-7
/proc/11651/task/11889/stat : 11889 (java) R 11649 11649 7170 0 -1 4202560 22 0 0 0 48 0 0 0 20 0 31 0 418440997 29731414016 57016 33554432000 4194304 4196468 140737168774640 140378335456344 140379882189959 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
Current children cumulated CPU time: 8.3 s
Current children cumulated vsize: 29147712 KiB
Current children cumulated memory: 229516 KiB

[startup+2.00145 s]*
/proc/loadavg: 5.55 6.16 6.26 10/220 11971
/proc/meminfo: memFree=31298792/32770624 swapFree=66995604/67108860
[pid=11649] ppid=11646 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11649/stat : 11649 (xcsp3-exec) S 11646 11649 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418440901 115843072 363 33554432000 4194304 5098028 140722459959456 140722459957560 139962541896316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17055744 140722459964278 140722459964521 140722459964521 140722459967434 0
/proc/11649/statm: 28282 363 304 221 0 87 0
[pid=11651] ppid=11649 vsize=29036640 memory=247508 CPUtime=11.4 cores=0-7
/proc/11651/stat : 11651 (java) S 11649 11649 7170 0 -1 1077944320 32707 0 0 0 1128 12 0 0 20 0 28 0 418440901 29733519360 61877 33554432000 4194304 4196468 140737168774640 140737168757184 140380238556919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
/proc/11651/statm: 7259160 61877 3470 1 0 7220262 0
[pid=11651/tid=11652] ppid=11649 vsize=29036640 memory=8317482817917895235 CPUtime=0.61 cores=0-7
/proc/11651/task/11652/stat : 11652 (java) S 11649 11649 7170 0 -1 1077944384 9388 0 0 0 58 3 0 0 20 0 28 0 418440901 29733519360 61877 33554432000 4194304 4196468 140737168774640 140380242797696 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11653] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11653/stat : 11653 (java) S 11649 11649 7170 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 418440902 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379789581072 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11654] ppid=11649 vsize=29036640 memory=3472328296227670329 CPUtime=0 cores=0-7
/proc/11651/task/11654/stat : 11654 (java) S 11649 11649 7170 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 418440902 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379788528528 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11655] ppid=11649 vsize=29036640 memory=7378639122529792047 CPUtime=0 cores=0-7
/proc/11651/task/11655/stat : 11655 (java) S 11649 11649 7170 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 28 0 418440902 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379787475984 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11656] ppid=11649 vsize=29036640 memory=-2461829820114675750 CPUtime=0 cores=0-7
/proc/11651/task/11656/stat : 11656 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418440902 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379786423440 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11657] ppid=11649 vsize=29036640 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/11651/task/11657/stat : 11657 (java) S 11649 11649 7170 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 418440902 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379785369872 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11658] ppid=11649 vsize=29036640 memory=3471202396320837679 CPUtime=0 cores=0-7
/proc/11651/task/11658/stat : 11658 (java) S 11649 11649 7170 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 418440902 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379784317328 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11659] ppid=11649 vsize=29036640 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/11651/task/11659/stat : 11659 (java) S 11649 11649 7170 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 418440902 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379783264784 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11660] ppid=11649 vsize=29036640 memory=-6800859132029471843 CPUtime=0 cores=0-7
/proc/11651/task/11660/stat : 11660 (java) S 11649 11649 7170 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418440902 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379782212240 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11661] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11661/stat : 11661 (java) S 11649 11649 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418440903 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379739679216 140380238568066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11662] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11662/stat : 11662 (java) S 11649 11649 7170 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 418440904 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379738625504 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11663] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11663/stat : 11663 (java) S 11649 11649 7170 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 418440904 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379737572864 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11664] ppid=11649 vsize=29036640 memory=280757314894608 CPUtime=0 cores=0-7
/proc/11651/task/11664/stat : 11664 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418440907 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379736521424 140380238575515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11665] ppid=11649 vsize=29036640 memory=0 CPUtime=1.04 cores=0-7
/proc/11651/task/11665/stat : 11665 (java) R 11649 11649 7170 0 -1 4202560 4535 0 0 0 103 1 0 0 20 0 28 0 418440907 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379735454032 140380220101153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11666] ppid=11649 vsize=29036640 memory=6628 CPUtime=1.13 cores=0-7
/proc/11651/task/11666/stat : 11666 (java) R 11649 11649 7170 0 -1 4202560 4266 0 0 0 112 1 0 0 20 0 28 0 418440907 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379734396488 140380222053445 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11667] ppid=11649 vsize=29036640 memory=0 CPUtime=1.12 cores=0-7
/proc/11651/task/11667/stat : 11667 (java) R 11649 11649 7170 0 -1 4202560 3818 0 0 0 112 0 0 0 20 0 28 0 418440907 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379733348952 140380220100211 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11668] ppid=11649 vsize=29036640 memory=4638799220601540706 CPUtime=0.69 cores=0-7
/proc/11651/task/11668/stat : 11668 (java) S 11649 11649 7170 0 -1 1077944384 3497 0 0 0 68 1 0 0 20 0 28 0 418440907 29733519360 61877 33554432000 4194304 4196468 140737168774640 140379732310384 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11669] ppid=11649 vsize=29036640 memory=140378657716224 CPUtime=0 cores=0-7
/proc/11651/task/11669/stat : 11669 (java) S 11649 11649 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418440907 29733519360 61877 33554432000 4194304 4196468 140737168774640 140378474801888 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11670] ppid=11649 vsize=29036640 memory=140378657570575 CPUtime=0 cores=0-7
/proc/11651/task/11670/stat : 11670 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418440907 29733519360 61877 33554432000 4194304 4196468 140737168774640 140378473749424 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11964] ppid=11649 vsize=29036640 memory=11648 CPUtime=0.12 cores=0-7
/proc/11651/task/11964/stat : 11964 (java) R 11649 11649 7170 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 28 0 418441089 29733519360 61877 33554432000 4194304 4196468 140737168774640 140378459511992 140379880177813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11965] ppid=11649 vsize=29036640 memory=6628 CPUtime=0.1 cores=0-7
/proc/11651/task/11965/stat : 11965 (java) R 11649 11649 7170 0 -1 4202560 17 0 0 0 10 0 0 0 20 0 28 0 418441089 29733519360 61877 33554432000 4194304 4196468 140737168774640 140378333356888 140379881725218 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11966] ppid=11649 vsize=29036640 memory=1384 CPUtime=0 cores=0-7
/proc/11651/task/11966/stat : 11966 (java) S 11649 11649 7170 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418441089 29733519360 61877 33554432000 4194304 4196468 140737168774640 140378337568032 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11967] ppid=11649 vsize=29036640 memory=5860697522310369360 CPUtime=0.12 cores=0-7
/proc/11651/task/11967/stat : 11967 (java) R 11649 11649 7170 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 28 0 418441089 29733519360 61877 33554432000 4194304 4196468 140737168774640 140378336511656 140380216552487 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11968] ppid=11649 vsize=29036640 memory=33 CPUtime=0.12 cores=0-7
/proc/11651/task/11968/stat : 11968 (java) R 11649 11649 7170 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 28 0 418441089 29733519360 61877 33554432000 4194304 4196468 140737168774640 140378332299800 140379880179000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11969] ppid=11649 vsize=29036640 memory=0 CPUtime=0.12 cores=0-7
/proc/11651/task/11969/stat : 11969 (java) R 11649 11649 7170 0 -1 4202560 17 0 0 0 12 0 0 0 20 0 28 0 418441089 29733519360 61877 33554432000 4194304 4196468 140737168774640 140378334411464 140379882542763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11970] ppid=11649 vsize=29036640 memory=0 CPUtime=0.07 cores=0-7
/proc/11651/task/11970/stat : 11970 (java) R 11649 11649 7170 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 28 0 418441089 29733519360 61877 33554432000 4194304 4196468 140737168774640 140378461622960 140379879818505 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11971] ppid=11649 vsize=29036640 memory=4294969504 CPUtime=0 cores=0-7
/proc/11651/task/11971/stat : 11971 (java) S 11649 11649 7170 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418441089 29733519360 61877 33554432000 4194304 4196468 140737168774640 140378460570528 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
Current children cumulated CPU time: 11.4 s
Current children cumulated vsize: 29149768 KiB
Current children cumulated memory: 248960 KiB

[startup+2.20646 s]
/proc/loadavg: 5.55 6.16 6.26 10/220 11971
/proc/meminfo: memFree=31298792/32770624 swapFree=66995604/67108860
[pid=11649] ppid=11646 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11649/stat : 11649 (xcsp3-exec) S 11646 11649 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418440901 115843072 363 33554432000 4194304 5098028 140722459959456 140722459957560 139962541896316 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17055744 140722459964278 140722459964521 140722459964521 140722459967434 0
/proc/11649/statm: 28282 363 304 221 0 87 0
[pid=11651] ppid=11649 vsize=29036640 memory=249672 CPUtime=12.96 cores=0-7
/proc/11651/stat : 11651 (java) S 11649 11649 7170 0 -1 1077944320 33855 0 0 0 1284 12 0 0 20 0 29 0 418440901 29733519360 62418 33554432000 4194304 4196468 140737168774640 140737168757184 140380238556919 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
/proc/11651/statm: 7259160 62418 3471 1 0 7220262 0
[pid=11651/tid=11652] ppid=11649 vsize=29036640 memory=2241 CPUtime=0.61 cores=0-7
/proc/11651/task/11652/stat : 11652 (java) S 11649 11649 7170 0 -1 1077944384 9388 0 0 0 58 3 0 0 20 0 29 0 418440901 29733519360 62418 33554432000 4194304 4196468 140737168774640 140380242797696 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11653] ppid=11649 vsize=29036640 memory=2244 CPUtime=0 cores=0-7
/proc/11651/task/11653/stat : 11653 (java) S 11649 11649 7170 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 29 0 418440902 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379789581072 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11654] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11654/stat : 11654 (java) S 11649 11649 7170 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 29 0 418440902 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379788528528 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11655] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11655/stat : 11655 (java) S 11649 11649 7170 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 29 0 418440902 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379787475984 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11656] ppid=11649 vsize=29036640 memory=280757315110080 CPUtime=0 cores=0-7
/proc/11651/task/11656/stat : 11656 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 418440902 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379786423440 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11657] ppid=11649 vsize=29036640 memory=1189 CPUtime=0 cores=0-7
/proc/11651/task/11657/stat : 11657 (java) S 11649 11649 7170 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 29 0 418440902 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379785369872 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11658] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11658/stat : 11658 (java) S 11649 11649 7170 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 29 0 418440902 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379784317328 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11659] ppid=11649 vsize=29036640 memory=8245927547399001708 CPUtime=0 cores=0-7
/proc/11651/task/11659/stat : 11659 (java) S 11649 11649 7170 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 29 0 418440902 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379783264784 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11660] ppid=11649 vsize=29036640 memory=6935650355287975249 CPUtime=0 cores=0-7
/proc/11651/task/11660/stat : 11660 (java) S 11649 11649 7170 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 29 0 418440902 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379782212240 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11661] ppid=11649 vsize=29036640 memory=7375014170670944340 CPUtime=0 cores=0-7
/proc/11651/task/11661/stat : 11661 (java) S 11649 11649 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 29 0 418440903 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379739679216 140380238568066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11662] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11662/stat : 11662 (java) S 11649 11649 7170 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 29 0 418440904 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379738625504 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11663] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11663/stat : 11663 (java) S 11649 11649 7170 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 29 0 418440904 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379737572864 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11664] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11664/stat : 11664 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 418440907 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379736521424 140380238575515 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11665] ppid=11649 vsize=29036640 memory=0 CPUtime=1.18 cores=0-7
/proc/11651/task/11665/stat : 11665 (java) R 11649 11649 7170 0 -1 4202560 4605 0 0 0 117 1 0 0 20 0 29 0 418440907 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379735460920 140380222040136 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11666] ppid=11649 vsize=29036640 memory=0 CPUtime=1.29 cores=0-7
/proc/11651/task/11666/stat : 11666 (java) R 11649 11649 7170 0 -1 4202560 4677 0 0 0 128 1 0 0 20 0 29 0 418440907 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379734402560 140380217965268 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11667] ppid=11649 vsize=29036640 memory=0 CPUtime=1.25 cores=0-7
/proc/11651/task/11667/stat : 11667 (java) R 11649 11649 7170 0 -1 4202560 4371 0 0 0 125 0 0 0 20 0 29 0 418440907 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379733349776 140380222548905 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11668] ppid=11649 vsize=29036640 memory=0 CPUtime=0.7 cores=0-7
/proc/11651/task/11668/stat : 11668 (java) R 11649 11649 7170 0 -1 1077944384 3507 0 0 0 69 1 0 0 20 0 29 0 418440907 29733519360 62418 33554432000 4194304 4196468 140737168774640 140379732304736 140380238567125 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11669] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11669/stat : 11669 (java) S 11649 11649 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 418440907 29733519360 62418 33554432000 4194304 4196468 140737168774640 140378474801888 140380238567125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11670] ppid=11649 vsize=29036640 memory=0 CPUtime=0 cores=0-7
/proc/11651/task/11670/stat : 11670 (java) S 11649 11649 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 418440907 29733519360 62418 33554432000 4194304 4196468 140737168774640 140378473749424 140380238568066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
[pid=11651/tid=11969] ppid=11649 vsize=29036640 memory=0 CPUtime=0.31 cores=0-7
/proc/11651/task/11969/stat : 11969 (java) R 11649 11649 7170 0 -1 4202560 17 0 0 0 31 0 0 0 20 0 29 0 418441089 29733519360 62418 33554432000 4194304 4196468 140737168774640 140378334404552 140379882542628 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16531456 140737168782314 140737168782486 140737168782486 140737168785359 0
Current children cumulated CPU time: 12.96 s
Current children cumulated vsize: 29149768 KiB
Current children cumulated memory: 251124 KiB

Child status: 0
Real time (s): 2.24555
CPU time (s): 13.1299
CPU user time (s): 12.9909
CPU system time (s): 0.138943
CPU usage (%): 584.704
Max. virtual memory (cumulated for all children) (KiB): 29151744
Max. memory (cumulated for all children) (KiB): 252680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.9909
system time used= 0.138943
maximum resident set size= 251484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6200
involuntary context switches= 279


# summary of solver processes directly reported to runsolver:
#   pid: 11649
#   total CPU time (s): 13.1299
#   total CPU user time (s): 12.9909
#   total CPU system time (s): 0.138943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036821 second user time and 0.073307 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-14 02:44:09
IDJOB=4393901
IDBENCH=123088
IDSOLVER=2841
FILE ID=node102/4393901-1568421895
RUNJOBID= node102-1568416723-7197
PBS_JOBID= 21702264
Free space on /tmp= 59328 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr15a.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-4393901-1568421895/watcher-4393901-1568421895 -o /tmp/evaluation-result-4393901-1568421895/solver-4393901-1568421895 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568416723-7197 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 945301191 HOME/instance-4393901-1568421895.xml

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

MD5SUM BENCH= 2cf522cde643a9876c78ef6348327f24
RANDOM SEED=945301191

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31532976 kB
MemAvailable:   31918308 kB
Buffers:          167960 kB
Cached:           510792 kB
SwapCached:         9588 kB
Active:           340624 kB
Inactive:         349984 kB
Active(anon):       9464 kB
Inactive(anon):    33848 kB
Active(file):     331160 kB
Inactive(file):   316136 kB
Unevictable:      110432 kB
Mlocked:          110432 kB
SwapTotal:      67108860 kB
SwapFree:       66995604 kB
Dirty:             26272 kB
Writeback:             0 kB
AnonPages:        145556 kB
Mapped:            35008 kB
Shmem:             22620 kB
Slab:             137156 kB
SReclaimable:     107740 kB
SUnreclaim:        29416 kB
KernelStack:        3840 kB
PageTables:         6004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    100352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59304 MiB
End job on node102 at 2019-09-14 02:44:12