Trace number 4394438

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.1301 10.5366 2.23702

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff21.xml
MD5SUM9ed96a9b02dc4e036934e9ef3088dc03
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark583
Best CPU time to get the best result obtained on this benchmark12.5948
Satisfiable
(Un)Satisfiability was proved
Number of variables323
Number of constraints319
Number of domains34
Minimum domain size31
Maximum domain size34
Distribution of domain sizes[{"size":31,"count":24},{"size":32,"count":48},{"size":33,"count":108},{"size":34,"count":143}]
Minimum variable degree2
Maximum variable degree54
Distribution of variable degrees[{"degree":2,"count":318},{"degree":54,"count":5}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":265},{"arity":5,"count":1},{"arity":6,"count":53}]
Number of extensional constraints265
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":265},{"type":"ordered","count":1},{"type":"minimum","count":53}]
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-4394438-1568441908.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394438-1568441908.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.79/1.00	c solve instance...
5.96/1.41	o 4062 
5.96/1.43	o 2973 
5.96/1.43	o 2616 
5.96/1.48	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (101/103)
5.96/1.48		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
5.96/1.48		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
5.96/1.48		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
5.96/1.48		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
5.96/1.48		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
5.96/1.48	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (101/103)
5.96/1.48		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
5.96/1.48		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
5.96/1.48		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
5.96/1.48		at org.chocosolver.solver.Solver.repair(Solver.java:443)
5.96/1.48		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
5.96/1.48		at org.chocosolver.solver.Solver.solve(Solver.java:262)
5.96/1.48		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
5.96/1.48		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
5.96/1.48		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.96/1.48		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5.96/1.48		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
5.96/1.48		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
5.96/1.48		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.96/1.48		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.96/1.48		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.96/1.48		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.96/1.48	o 2547 
6.42/1.50	o 2169 
6.42/1.54	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (102/107)
6.42/1.54		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.42/1.54		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.42/1.54		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.42/1.54		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.42/1.54		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.42/1.54	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (102/107)
6.42/1.54		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
6.42/1.54		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
6.42/1.54		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
6.42/1.54		at org.chocosolver.solver.Solver.repair(Solver.java:443)
6.42/1.54		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
6.42/1.54		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.42/1.54		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.42/1.54		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.42/1.54		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.42/1.54		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.42/1.54		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.42/1.54		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.42/1.54		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.42/1.54		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.42/1.54		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.42/1.54		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.42/1.54	o 2112 
6.42/1.54	o 1474 
9.14/1.97	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
9.14/1.97		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.14/1.97		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.14/1.97		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.14/1.97		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.14/1.97		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.14/1.97	Caused by: java.lang.ArrayIndexOutOfBoundsException
9.14/1.97		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.14/1.97		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.14/1.97		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.14/1.97		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.14/1.97		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.14/1.97		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
9.14/1.97		... 4 more
9.14/1.97	Caused by: java.lang.ArrayIndexOutOfBoundsException
9.14/1.97		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.14/1.97		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.14/1.97		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.14/1.97		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.14/1.97		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.14/1.97		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
9.14/1.97		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
9.14/1.97		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
9.14/1.97		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
9.14/1.97		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
9.14/1.97		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
9.14/1.97		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
9.14/1.97		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
9.14/1.97		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
9.14/1.97		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.14/1.97		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.14/1.97		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.14/1.97		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.14/1.97	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
9.14/1.97		at org.chocosolver.solver.variables.impl.AbstractVariable.getDindex(AbstractVariable.java:309)
9.14/1.97		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:289)
9.14/1.97		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
9.14/1.97		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
9.14/1.97		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
9.14/1.97		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
9.14/1.97		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
9.14/1.97		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.14/1.97		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.14/1.97		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.14/1.97		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.14/1.97		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.14/1.97		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.14/1.97		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.14/1.97		... 4 more
9.14/1.97	o 1444 
9.14/1.98	o 1392 
9.14/1.98	java.util.concurrent.ExecutionException: java.lang.IndexOutOfBoundsException
9.14/1.98		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.14/1.98		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.14/1.98		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.14/1.98		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.14/1.98		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.14/1.98	Caused by: java.lang.IndexOutOfBoundsException
9.14/1.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.14/1.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.14/1.98		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.14/1.98		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.14/1.98		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.14/1.98		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
9.14/1.98		... 4 more
9.14/1.98	Caused by: java.lang.IndexOutOfBoundsException
9.14/1.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.14/1.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.14/1.98		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.14/1.98		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.14/1.98		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.14/1.98		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
9.14/1.98		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
9.14/1.98		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
9.14/1.98		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
9.14/1.98		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
9.14/1.98		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
9.14/1.98		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
9.14/1.98		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
9.14/1.98		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
9.14/1.98		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.14/1.98		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.14/1.98		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.14/1.98		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.14/1.98	Caused by: java.lang.IndexOutOfBoundsException: fromIndex < 0: -1
9.14/1.98		at org.chocosolver.memory.structure.S64BitSet.checkRange(S64BitSet.java:180)
9.14/1.98		at org.chocosolver.memory.structure.S64BitSet.clear(S64BitSet.java:299)
9.14/1.98		at org.chocosolver.solver.variables.impl.BitsetIntVarImpl.updateLowerBound(BitsetIntVarImpl.java:425)
9.14/1.98		at org.chocosolver.solver.constraints.nary.min_max.PropMin.propagate(PropMin.java:60)
9.14/1.98		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:178)
9.14/1.98		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
9.14/1.98		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
9.14/1.98		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
9.14/1.98		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.14/1.98		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.14/1.98		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.14/1.98		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.14/1.98		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.14/1.98		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.14/1.98		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.14/1.98		... 4 more
9.14/1.98	o 1355 
9.14/1.99	java.util.concurrent.ExecutionException: java.lang.NullPointerException
9.14/1.99		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.14/1.99		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.14/1.99		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.14/1.99		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.14/1.99		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.14/1.99	Caused by: java.lang.NullPointerException
9.14/1.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.14/1.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.14/1.99		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.14/1.99		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.14/1.99		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.14/1.99		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
9.14/1.99		... 4 more
9.14/1.99	Caused by: java.lang.NullPointerException
9.14/1.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.14/1.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.14/1.99		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.14/1.99		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.14/1.99		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
9.14/1.99		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
9.14/1.99		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
9.14/1.99		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
9.14/1.99		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
9.14/1.99		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
9.14/1.99		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
9.14/1.99		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
9.14/1.99		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
9.14/1.99		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
9.14/1.99		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.14/1.99		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.14/1.99		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.14/1.99		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.14/1.99	Caused by: java.lang.NullPointerException
9.14/1.99		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
9.14/1.99		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
9.14/1.99		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
9.14/1.99		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
9.14/1.99		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
9.14/1.99		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
9.14/1.99		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.14/1.99		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.14/1.99		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.14/1.99		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.14/1.99		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.14/1.99		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.14/1.99		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.14/1.99		... 4 more
9.14/1.99	o 1352 
9.14/1.99	o 1333 
10.07/2.18	java.util.concurrent.ExecutionException: java.lang.NullPointerException
10.07/2.18		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
10.07/2.18		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
10.07/2.18		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
10.07/2.18		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
10.07/2.18		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
10.07/2.18	Caused by: java.lang.NullPointerException
10.07/2.18		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10.07/2.18		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10.07/2.18		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10.07/2.18		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10.07/2.18		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
10.07/2.18		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
10.07/2.18		... 4 more
10.07/2.18	Caused by: java.lang.NullPointerException
10.07/2.18		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10.07/2.18		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10.07/2.18		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10.07/2.18		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10.07/2.18		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
10.07/2.18		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
10.07/2.18		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
10.07/2.18		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
10.07/2.18		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
10.07/2.18		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
10.07/2.18		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
10.07/2.18		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
10.07/2.18		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
10.07/2.18		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
10.07/2.18		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
10.07/2.18		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
10.07/2.18		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
10.07/2.18		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
10.07/2.18	Caused by: java.lang.NullPointerException
10.07/2.18		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
10.07/2.18		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
10.07/2.18		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
10.07/2.18		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
10.07/2.18		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
10.07/2.18		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
10.07/2.18		at org.chocosolver.solver.Solver.solve(Solver.java:262)
10.07/2.18		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
10.07/2.18		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
10.07/2.18		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
10.07/2.18		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
10.07/2.18		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
10.07/2.18		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
10.07/2.18		... 4 more
10.07/2.18	o 1325 
10.07/2.19	java.util.concurrent.ExecutionException: java.lang.NullPointerException
10.07/2.19		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
10.07/2.19		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
10.07/2.19		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
10.07/2.19		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
10.07/2.19		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
10.07/2.19	Caused by: java.lang.NullPointerException
10.07/2.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10.07/2.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10.07/2.19		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10.07/2.19		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10.07/2.19		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
10.07/2.19		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
10.07/2.19		... 4 more
10.07/2.19	Caused by: java.lang.NullPointerException
10.07/2.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10.07/2.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10.07/2.19		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10.07/2.19		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10.07/2.19		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
10.07/2.19		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
10.07/2.19		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
10.07/2.19		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
10.07/2.19		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
10.07/2.19		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
10.07/2.19		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
10.07/2.19		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
10.07/2.19		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
10.07/2.19		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
10.07/2.19		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
10.07/2.19		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
10.07/2.19		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
10.07/2.19		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
10.07/2.19	Caused by: java.lang.NullPointerException
10.07/2.19		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
10.07/2.19		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
10.07/2.19		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
10.07/2.19		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
10.07/2.19		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
10.07/2.19		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
10.07/2.19		at org.chocosolver.solver.Solver.solve(Solver.java:262)
10.07/2.19		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
10.07/2.19		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
10.07/2.19		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
10.07/2.19		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
10.07/2.19		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
10.07/2.19		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
10.07/2.19		... 4 more
10.07/2.19	o 1322 
10.07/2.19	java.util.concurrent.ExecutionException: java.lang.NullPointerException
10.07/2.19		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
10.07/2.19		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
10.07/2.19		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
10.07/2.19		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
10.07/2.19		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
10.07/2.19	Caused by: java.lang.NullPointerException
10.07/2.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10.07/2.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10.07/2.19		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10.07/2.19		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10.07/2.19		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
10.07/2.19		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
10.07/2.19		... 4 more
10.07/2.19	Caused by: java.lang.NullPointerException
10.07/2.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10.07/2.19		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10.07/2.19		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10.07/2.19		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10.07/2.19		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
10.07/2.19		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
10.07/2.19		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
10.07/2.19		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
10.07/2.19		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
10.07/2.19		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
10.07/2.19		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
10.07/2.19		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
10.07/2.19		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
10.07/2.19		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
10.07/2.19		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
10.07/2.19		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
10.07/2.19		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
10.07/2.19		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
10.07/2.19	Caused by: java.lang.NullPointerException
10.07/2.19		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
10.07/2.19		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
10.07/2.19		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
10.07/2.19		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
10.07/2.19		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
10.07/2.19		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
10.07/2.19		at org.chocosolver.solver.Solver.solve(Solver.java:262)
10.07/2.19		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
10.07/2.19		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
10.07/2.19		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
10.07/2.19		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
10.07/2.19		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
10.07/2.19		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
10.07/2.19		... 4 more
10.07/2.19	o 1301 
10.47/2.20	s OPTIMUM FOUND
10.47/2.20	v <instantiation>
10.47/2.20	v 	<list>x[0] x[1] x[2] x[3] x[4] drd[0][0] drd[0][1] drd[0][2] drd[0][3] drd[0][4] drd[1][0] drd[1][1] drd[1][2] drd[1][3] drd[1][4] drd[2][0] drd[2][1] drd[2][2] drd[2][3] drd[2][4] drd[3][0] drd[3][1] drd[3][2] drd[3][3] drd[3][4] drd[4][0] drd[4][1] drd[4][2] drd[4][3] drd[4][4] drd[5][0] drd[5][1] drd[5][2] drd[5][3] drd[5][4] drd[6][0] drd[6][1] drd[6][2] drd[6][3] drd[6][4] drd[7][0] drd[7][1] drd[7][2] drd[7][3] drd[7][4] drd[8][0] drd[8][1] drd[8][2] drd[8][3] drd[8][4] drd[9][0] drd[9][1] drd[9][2] drd[9][3] drd[9][4] drd[10][0] drd[10][1] drd[10][2] drd[10][3] drd[10][4] drd[11][0] drd[11][1] drd[11][2] drd[11][3] drd[11][4] drd[12][0] drd[12][1] drd[12][2] drd[12][3] drd[12][4] drd[13][0] drd[13][1] drd[13][2] drd[13][3] drd[13][4] drd[14][0] drd[14][1] drd[14][2] drd[14][3] drd[14][4] drd[15][0] drd[15][1] drd[15][2] drd[15][3] drd[15][4] drd[16][0] drd[16][1] drd[16][2] drd[16][3] drd[16][4] drd[17][0] drd[17][1] drd[17][2] drd[17][3] drd[17][4] drd[18][0] drd[18][1] drd[18][2] drd[18][3] drd[18][4] drd[19][0] drd[19][1] drd[19][2] drd[19][3] drd[19][4] drd[20][0] drd[20][1] drd[20][2] drd[20][3] drd[20][4] drd[21][0] drd[21][1] drd[21][2] drd[21][3] drd[21][4] drd[22][0] drd[22][1] drd[22][2] drd[22][3] drd[22][4] drd[23][0] drd[23][1] drd[23][2] drd[23][3] drd[23][4] drd[24][0] drd[24][1] drd[24][2] drd[24][3] drd[24][4] drd[25][0] drd[25][1] drd[25][2] drd[25][3] drd[25][4] drd[26][0] drd[26][1] drd[26][2] drd[26][3] drd[26][4] drd[27][0] drd[27][1] drd[27][2] drd[27][3] drd[27][4] drd[28][0] drd[28][1] drd[28][2] drd[28][3] drd[28][4] drd[29][0] drd[29][1] drd[29][2] drd[29][3] drd[29][4] drd[30][0] drd[30][1] drd[30][2] drd[30][3] drd[30][4] drd[31][0] drd[31][1] drd[31][2] drd[31][3] drd[31][4] drd[32][0] drd[32][1] drd[32][2] drd[32][3] drd[32][4] drd[33][0] drd[33][1] drd[33][2] drd[33][3] drd[33][4] drd[34][0] drd[34][1] drd[34][2] drd[34][3] drd[34][4] drd[35][0] drd[35][1] drd[35][2] drd[35][3] drd[35][4] drd[36][0] drd[36][1] drd[36][2] drd[36][3] drd[36][4] drd[37][0] drd[37][1] drd[37][2] drd[37][3] drd[37][4] drd[38][0] drd[38][1] drd[38][2] drd[38][3] drd[38][4] drd[39][0] drd[39][1] drd[39][2] drd[39][3] drd[39][4] drd[40][0] drd[40][1] drd[40][2] drd[40][3] drd[40][4] drd[41][0] drd[41][1] drd[41][2] drd[41][3] drd[41][4] drd[42][0] drd[42][1] drd[42][2] drd[42][3] drd[42][4] drd[43][0] drd[43][1] drd[43][2] drd[43][3] drd[43][4] drd[44][0] drd[44][1] drd[44][2] drd[44][3] drd[44][4] drd[45][0] drd[45][1] drd[45][2] drd[45][3] drd[45][4] drd[46][0] drd[46][1] drd[46][2] drd[46][3] drd[46][4] drd[47][0] drd[47][1] drd[47][2] drd[47][3] drd[47][4] drd[48][0] drd[48][1] drd[48][2] drd[48][3] drd[48][4] drd[49][0] drd[49][1] drd[49][2] drd[49][3] drd[49][4] drd[50][0] drd[50][1] drd[50][2] drd[50][3] drd[50][4] drd[51][0] drd[51][1] drd[51][2] drd[51][3] drd[51][4] drd[52][0] drd[52][1] drd[52][2] drd[52][3] drd[52][4] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] dr[32] dr[33] dr[34] dr[35] dr[36] dr[37] dr[38] dr[39] dr[40] dr[41] dr[42] dr[43] dr[44] dr[45] dr[46] dr[47] dr[48] dr[49] dr[50] dr[51] dr[52] </list>
10.47/2.20	v 	<values>51 52 58 85 223 37 38 44 71 209 37 38 44 71 209 55 54 48 21 117 55 54 48 21 117 0 1 7 34 172 0 1 7 34 172 82 81 75 48 90 82 81 75 48 90 16 15 9 18 156 16 15 9 18 156 25 26 32 59 197 24 25 31 58 196 91 90 84 57 81 36 37 43 70 208 36 37 43 70 208 153 152 146 119 19 152 151 145 118 20 226 225 219 192 54 226 225 219 192 54 1 2 8 35 173 1 2 8 35 173 7 6 0 27 165 6 5 1 28 166 40 41 47 74 212 265 264 258 231 93 6 5 1 28 166 34 33 27 0 138 198 197 191 164 26 7 8 14 41 179 102 101 95 68 70 172 171 165 138 0 172 171 165 138 0 51 52 58 85 223 51 52 58 85 223 6 7 13 40 178 6 7 13 40 178 31 30 24 3 141 224 223 217 190 52 8 9 15 42 180 21 22 28 55 193 21 22 28 55 193 1 0 6 33 171 1 0 6 33 171 143 142 136 109 29 52 51 45 18 120 62 61 55 28 110 62 61 55 28 110 104 103 97 70 68 104 103 97 70 68 7 6 0 27 165 7 6 0 27 165 59 58 52 25 113 59 58 52 25 113 37 37 21 21 0 0 48 48 9 9 25 24 57 36 36 19 20 54 54 1 1 0 1 40 93 1 0 26 7 68 0 0 51 51 6 6 3 52 8 21 21 0 0 29 18 28 28 68 68 0 0 25 25 </values>
10.47/2.20	v </instantiation>

Verifier Data

OK	1301

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394438-1568441908/watcher-4394438-1568441908 -o /tmp/evaluation-result-4394438-1568441908/solver-4394438-1568441908 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568439334-14507 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1166091907 HOME/instance-4394438-1568441908.xml 

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

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


[startup+0.100158 s]*
/proc/loadavg: 7.46 8.25 8.31 2/212 15470
/proc/meminfo: memFree=25811040/32770624 swapFree=67002168/67108860
[pid=15449] ppid=15446 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15449/stat : 15449 (xcsp3-exec) S 15446 15449 14480 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420439465 115843072 363 33554432000 4194304 5098028 140730345679632 140730345677736 140467767751292 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10625024 140730345685877 140730345686121 140730345686121 140730345689034 0
/proc/15449/statm: 28282 363 305 221 0 87 0
[pid=15451] ppid=15449 vsize=28227388 memory=28924 CPUtime=0.12 cores=0-7
/proc/15451/stat : 15451 (java) S 15449 15449 14480 0 -1 1077944320 5693 0 0 0 11 1 0 0 20 0 20 0 420439466 28904845312 7231 33554432000 4194304 4196468 140732195893872 140732195876416 140413296901879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
/proc/15451/statm: 7056847 7231 3122 1 0 7019032 0
[pid=15451/tid=15452] ppid=15449 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15451/task/15452/stat : 15452 (java) R 15449 15449 14480 0 -1 4202560 3597 0 0 0 8 1 0 0 20 0 20 0 420439466 28904845312 7231 33554432000 4194304 4196468 140732195893872 140413301131056 140413280982366 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15453] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15453/stat : 15453 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 7231 33554432000 4194304 4196468 140732195893872 140413249522448 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15454] ppid=15449 vsize=28227388 memory=140624204465792 CPUtime=0 cores=0-7
/proc/15451/task/15454/stat : 15454 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 7231 33554432000 4194304 4196468 140732195893872 140413248469904 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15455] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15455/stat : 15455 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 7231 33554432000 4194304 4196468 140732195893872 140413247417360 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15456] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15456/stat : 15456 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 7231 33554432000 4194304 4196468 140732195893872 140413246364816 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15457] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15457/stat : 15457 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 7231 33554432000 4194304 4196468 140732195893872 140413245311248 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15458] ppid=15449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15451/task/15458/stat : 15458 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 7231 33554432000 4194304 4196468 140732195893872 140413244258704 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15459] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15459/stat : 15459 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 7231 33554432000 4194304 4196468 140732195893872 140413243206160 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15460] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15460/stat : 15460 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 7231 33554432000 4194304 4196468 140732195893872 140413242153616 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15461] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15461/stat : 15461 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439468 28904845312 7231 33554432000 4194304 4196468 140732195893872 140412011571696 140413296913026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15462] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15462/stat : 15462 (java) S 15449 15449 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420439469 28904845312 7231 33554432000 4194304 4196468 140732195893872 140411674813856 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15463] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15463/stat : 15463 (java) S 15449 15449 14480 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420439469 28904845312 7231 33554432000 4194304 4196468 140732195893872 140411673761264 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15464] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15464/stat : 15464 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439471 28904845312 7231 33554432000 4194304 4196468 140732195893872 140411672709840 140413296920475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15465] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15465/stat : 15465 (java) R 15449 15449 14480 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 420439471 28904845312 7231 33554432000 4194304 4196468 140732195893872 140411671656432 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15466] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15466/stat : 15466 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439471 28904845312 7231 33554432000 4194304 4196468 140732195893872 140411670603888 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15467] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15467/stat : 15467 (java) R 15449 15449 14480 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 420439471 28904845312 7231 33554432000 4194304 4196468 140732195893872 140411669551440 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15468] ppid=15449 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/15451/task/15468/stat : 15468 (java) R 15449 15449 14480 0 -1 4202560 364 0 0 0 2 0 0 0 20 0 20 0 420439471 28904845312 7231 33554432000 4194304 4196468 140732195893872 140411668498800 140413296913814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15469] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15469/stat : 15469 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439472 28904845312 7231 33554432000 4194304 4196468 140732195893872 140411667446496 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15470] ppid=15449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15451/task/15470/stat : 15470 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439472 28904845312 7231 33554432000 4194304 4196468 140732195893872 140411666394032 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30376 KiB

[startup+0.2106 s]*
/proc/loadavg: 7.46 8.25 8.31 3/212 15470
/proc/meminfo: memFree=25797888/32770624 swapFree=67002168/67108860
[pid=15449] ppid=15446 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15449/stat : 15449 (xcsp3-exec) S 15446 15449 14480 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420439465 115843072 363 33554432000 4194304 5098028 140730345679632 140730345677736 140467767751292 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10625024 140730345685877 140730345686121 140730345686121 140730345689034 0
/proc/15449/statm: 28282 363 305 221 0 87 0
[pid=15451] ppid=15449 vsize=28227388 memory=41076 CPUtime=0.34 cores=0-7
/proc/15451/stat : 15451 (java) S 15449 15449 14480 0 -1 1077944320 9507 0 0 0 30 4 0 0 20 0 20 0 420439466 28904845312 10269 33554432000 4194304 4196468 140732195893872 140732195876416 140413296901879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
/proc/15451/statm: 7056847 10269 3301 1 0 7019032 0
[pid=15451/tid=15452] ppid=15449 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15451/task/15452/stat : 15452 (java) R 15449 15449 14480 0 -1 4202560 6626 0 0 0 17 3 0 0 20 0 20 0 420439466 28904845312 10269 33554432000 4194304 4196468 140732195893872 140413301135824 140413296913814 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15453] ppid=15449 vsize=28227388 memory=330 CPUtime=0 cores=0-7
/proc/15451/task/15453/stat : 15453 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 10269 33554432000 4194304 4196468 140732195893872 140413249522448 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15454] ppid=15449 vsize=28227388 memory=140624207567881 CPUtime=0 cores=0-7
/proc/15451/task/15454/stat : 15454 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 10269 33554432000 4194304 4196468 140732195893872 140413248469904 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15455] ppid=15449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15451/task/15455/stat : 15455 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 10269 33554432000 4194304 4196468 140732195893872 140413247417360 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15456] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15456/stat : 15456 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 10269 33554432000 4194304 4196468 140732195893872 140413246364816 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15457] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15457/stat : 15457 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 10269 33554432000 4194304 4196468 140732195893872 140413245311248 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15458] ppid=15449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15451/task/15458/stat : 15458 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 10269 33554432000 4194304 4196468 140732195893872 140413244258704 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15459] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15459/stat : 15459 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 10269 33554432000 4194304 4196468 140732195893872 140413243206160 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15460] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15460/stat : 15460 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439467 28904845312 10269 33554432000 4194304 4196468 140732195893872 140413242153616 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15461] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15461/stat : 15461 (java) S 15449 15449 14480 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420439468 28904845312 10269 33554432000 4194304 4196468 140732195893872 140412011571696 140413296913026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15462] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15462/stat : 15462 (java) S 15449 15449 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420439469 28904845312 10269 33554432000 4194304 4196468 140732195893872 140411674813856 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15463] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15463/stat : 15463 (java) S 15449 15449 14480 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420439469 28904845312 10269 33554432000 4194304 4196468 140732195893872 140411673761264 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15464] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15464/stat : 15464 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439471 28904845312 10269 33554432000 4194304 4196468 140732195893872 140411672709840 140413296920475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15465] ppid=15449 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/15451/task/15465/stat : 15465 (java) S 15449 15449 14480 0 -1 1077944384 430 0 0 0 2 0 0 0 20 0 20 0 420439471 28904845312 10269 33554432000 4194304 4196468 140732195893872 140411671656432 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15466] ppid=15449 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/15451/task/15466/stat : 15466 (java) S 15449 15449 14480 0 -1 1077944384 185 0 0 0 1 0 0 0 20 0 20 0 420439471 28904845312 10269 33554432000 4194304 4196468 140732195893872 140411670603888 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15467] ppid=15449 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/15451/task/15467/stat : 15467 (java) S 15449 15449 14480 0 -1 1077944384 150 0 0 0 1 0 0 0 20 0 20 0 420439471 28904845312 10269 33554432000 4194304 4196468 140732195893872 140411669551344 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15468] ppid=15449 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/15451/task/15468/stat : 15468 (java) R 15449 15449 14480 0 -1 4202560 801 0 0 0 8 0 0 0 20 0 20 0 420439471 28904845312 10269 33554432000 4194304 4196468 140732195893872 140411668498800 140413289139006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15469] ppid=15449 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15469/stat : 15469 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439472 28904845312 10269 33554432000 4194304 4196468 140732195893872 140411667446496 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15470] ppid=15449 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15451/task/15470/stat : 15470 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439472 28904845312 10269 33554432000 4194304 4196468 140732195893872 140411666394032 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42528 KiB

[startup+0.311157 s]*
/proc/loadavg: 7.46 8.25 8.31 3/212 15470
/proc/meminfo: memFree=25790256/32770624 swapFree=67002168/67108860
[pid=15449] ppid=15446 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15449/stat : 15449 (xcsp3-exec) S 15446 15449 14480 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420439465 115843072 363 33554432000 4194304 5098028 140730345679632 140730345677736 140467767751292 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10625024 140730345685877 140730345686121 140730345686121 140730345689034 0
/proc/15449/statm: 28282 363 305 221 0 87 0
[pid=15451] ppid=15449 vsize=28231644 memory=50104 CPUtime=0.52 cores=0-7
/proc/15451/stat : 15451 (java) S 15449 15449 14480 0 -1 1077944320 10943 0 0 0 47 5 0 0 20 0 20 0 420439466 28909203456 12461 33554432000 4194304 4196468 140732195893872 140732195876416 140413296901879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
/proc/15451/statm: 7057911 12461 3342 1 0 7019032 0
[pid=15451/tid=15452] ppid=15449 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15451/task/15452/stat : 15452 (java) R 15449 15449 14480 0 -1 4202560 7819 0 0 0 26 3 0 0 20 0 20 0 420439466 28909203456 12526 33554432000 4194304 4196468 140732195893872 140413301132992 140413280982366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15453] ppid=15449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15453/stat : 15453 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28909203456 12526 33554432000 4194304 4196468 140732195893872 140413249522448 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15454] ppid=15449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15454/stat : 15454 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439467 28909203456 12526 33554432000 4194304 4196468 140732195893872 140413248469904 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15455] ppid=15449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15455/stat : 15455 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28909203456 12526 33554432000 4194304 4196468 140732195893872 140413247417360 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15456] ppid=15449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15456/stat : 15456 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439467 28909203456 12526 33554432000 4194304 4196468 140732195893872 140413246364816 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15457] ppid=15449 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/15451/task/15457/stat : 15457 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28909203456 12526 33554432000 4194304 4196468 140732195893872 140413245311248 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15458] ppid=15449 vsize=28231644 memory=140624074470319 CPUtime=0 cores=0-7
/proc/15451/task/15458/stat : 15458 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28909203456 12526 33554432000 4194304 4196468 140732195893872 140413244258704 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15459] ppid=15449 vsize=28231644 memory=140624074472624 CPUtime=0 cores=0-7
/proc/15451/task/15459/stat : 15459 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439467 28909203456 12526 33554432000 4194304 4196468 140732195893872 140413243206160 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15460] ppid=15449 vsize=28231644 memory=140624074474928 CPUtime=0 cores=0-7
/proc/15451/task/15460/stat : 15460 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439467 28909203456 12526 33554432000 4194304 4196468 140732195893872 140413242153616 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15461] ppid=15449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15461/stat : 15461 (java) S 15449 15449 14480 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420439468 28909203456 12526 33554432000 4194304 4196468 140732195893872 140412011571696 140413296913026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15462] ppid=15449 vsize=28231644 memory=281248148956816 CPUtime=0 cores=0-7
/proc/15451/task/15462/stat : 15462 (java) S 15449 15449 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420439469 28909203456 12526 33554432000 4194304 4196468 140732195893872 140411674813856 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15463] ppid=15449 vsize=28231644 memory=281248148963728 CPUtime=0 cores=0-7
/proc/15451/task/15463/stat : 15463 (java) S 15449 15449 14480 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420439469 28909203456 12526 33554432000 4194304 4196468 140732195893872 140411673761264 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15464] ppid=15449 vsize=28231644 memory=281248148905008 CPUtime=0 cores=0-7
/proc/15451/task/15464/stat : 15464 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439471 28909203456 12526 33554432000 4194304 4196468 140732195893872 140411672709840 140413296920475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15465] ppid=15449 vsize=28231644 memory=281248148977552 CPUtime=0.04 cores=0-7
/proc/15451/task/15465/stat : 15465 (java) R 15449 15449 14480 0 -1 4202560 528 0 0 0 4 0 0 0 20 0 20 0 420439471 28909203456 12526 33554432000 4194304 4196468 140732195893872 140411671656432 140413281826258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15466] ppid=15449 vsize=28231644 memory=281248148984464 CPUtime=0.01 cores=0-7
/proc/15451/task/15466/stat : 15466 (java) S 15449 15449 14480 0 -1 1077944384 194 0 0 0 1 0 0 0 20 0 20 0 420439471 28909203456 12526 33554432000 4194304 4196468 140732195893872 140411670603888 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15467] ppid=15449 vsize=28231644 memory=281248148982160 CPUtime=0.02 cores=0-7
/proc/15451/task/15467/stat : 15467 (java) S 15449 15449 14480 0 -1 1077944384 188 0 0 0 2 0 0 0 20 0 20 0 420439471 28909203456 12526 33554432000 4194304 4196468 140732195893872 140411669551344 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15468] ppid=15449 vsize=28231644 memory=281248148998320 CPUtime=0.12 cores=0-7
/proc/15451/task/15468/stat : 15468 (java) S 15449 15449 14480 0 -1 1077944384 899 0 0 0 12 0 0 0 20 0 20 0 420439471 28909203456 12526 33554432000 4194304 4196468 140732195893872 140411668498800 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15469] ppid=15449 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15469/stat : 15469 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439472 28909203456 12532 33554432000 4194304 4196468 140732195893872 140411667446496 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15470] ppid=15449 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/15451/task/15470/stat : 15470 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439472 28909203456 12532 33554432000 4194304 4196468 140732195893872 140411666394032 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51556 KiB

[startup+0.701023 s]
/proc/loadavg: 7.46 8.25 8.31 2/212 15470
/proc/meminfo: memFree=25774544/32770624 swapFree=67002168/67108860
[pid=15449] ppid=15446 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15449/stat : 15449 (xcsp3-exec) S 15446 15449 14480 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420439465 115843072 363 33554432000 4194304 5098028 140730345679632 140730345677736 140467767751292 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10625024 140730345685877 140730345686121 140730345686121 140730345689034 0
/proc/15449/statm: 28282 363 305 221 0 87 0
[pid=15451] ppid=15449 vsize=28233768 memory=111184 CPUtime=1.79 cores=0-7
/proc/15451/stat : 15451 (java) S 15449 15449 14480 0 -1 1077944320 15827 0 0 0 172 7 0 0 20 0 20 0 420439466 28911378432 27796 33554432000 4194304 4196468 140732195893872 140732195876416 140413296901879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
/proc/15451/statm: 7058442 27796 3455 1 0 7019544 0
[pid=15451/tid=15452] ppid=15449 vsize=28233768 memory=281248149356208 CPUtime=0.68 cores=0-7
/proc/15451/task/15452/stat : 15452 (java) R 15449 15449 14480 0 -1 4202560 9197 0 0 0 63 5 0 0 20 0 20 0 420439466 28911378432 27796 33554432000 4194304 4196468 140732195893872 140413301137520 140413296923805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15453] ppid=15449 vsize=28233768 memory=140624074679152 CPUtime=0 cores=0-7
/proc/15451/task/15453/stat : 15453 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28911378432 27796 33554432000 4194304 4196468 140732195893872 140413249522448 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15454] ppid=15449 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15454/stat : 15454 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439467 28911378432 27796 33554432000 4194304 4196468 140732195893872 140413248469904 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15455] ppid=15449 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/15451/task/15455/stat : 15455 (java) S 15449 15449 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439467 28911378432 27796 33554432000 4194304 4196468 140732195893872 140413247417360 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0

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

[pid=15451/tid=15452] ppid=15449 vsize=28834892 memory=21764 CPUtime=0.96 cores=0-7
/proc/15451/task/15452/stat : 15452 (java) S 15449 15449 14480 0 -1 1077944384 9418 0 0 0 90 6 0 0 20 0 29 0 420439466 29526929408 73126 33554432000 4194304 4196468 140732195893872 140413301142656 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15453] ppid=15449 vsize=28834892 memory=1556 CPUtime=0.04 cores=0-7
/proc/15451/task/15453/stat : 15453 (java) S 15449 15449 14480 0 -1 1077944384 47 0 0 0 3 1 0 0 20 0 29 0 420439467 29526929408 73126 33554432000 4194304 4196468 140732195893872 140413249522448 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15454] ppid=15449 vsize=28834892 memory=500 CPUtime=0.03 cores=0-7
/proc/15451/task/15454/stat : 15454 (java) S 15449 15449 14480 0 -1 1077944384 20 0 0 0 2 1 0 0 20 0 29 0 420439467 29526929408 73126 33554432000 4194304 4196468 140732195893872 140413248469904 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15455] ppid=15449 vsize=28834892 memory=2024 CPUtime=0.04 cores=0-7
/proc/15451/task/15455/stat : 15455 (java) S 15449 15449 14480 0 -1 1077944384 35 0 0 0 3 1 0 0 20 0 29 0 420439467 29526929408 73126 33554432000 4194304 4196468 140732195893872 140413247417360 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15456] ppid=15449 vsize=28834892 memory=1428 CPUtime=0.05 cores=0-7
/proc/15451/task/15456/stat : 15456 (java) S 15449 15449 14480 0 -1 1077944384 35 0 0 0 4 1 0 0 20 0 29 0 420439467 29526929408 73126 33554432000 4194304 4196468 140732195893872 140413246364816 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15457] ppid=15449 vsize=28834892 memory=776 CPUtime=0.04 cores=0-7
/proc/15451/task/15457/stat : 15457 (java) S 15449 15449 14480 0 -1 1077944384 42 0 0 0 3 1 0 0 20 0 29 0 420439467 29526929408 73126 33554432000 4194304 4196468 140732195893872 140413245311248 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15458] ppid=15449 vsize=28834892 memory=4008 CPUtime=0.04 cores=0-7
/proc/15451/task/15458/stat : 15458 (java) S 15449 15449 14480 0 -1 1077944384 26 0 0 0 3 1 0 0 20 0 29 0 420439467 29526929408 73126 33554432000 4194304 4196468 140732195893872 140413244258704 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15459] ppid=15449 vsize=28834892 memory=1292 CPUtime=0.05 cores=0-7
/proc/15451/task/15459/stat : 15459 (java) S 15449 15449 14480 0 -1 1077944384 40 0 0 0 4 1 0 0 20 0 29 0 420439467 29526929408 73126 33554432000 4194304 4196468 140732195893872 140413243206160 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15460] ppid=15449 vsize=28834892 memory=10592 CPUtime=0.03 cores=0-7
/proc/15451/task/15460/stat : 15460 (java) S 15449 15449 14480 0 -1 1077944384 29 0 0 0 2 1 0 0 20 0 29 0 420439467 29526929408 73126 33554432000 4194304 4196468 140732195893872 140413242153616 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15461] ppid=15449 vsize=28834892 memory=1720 CPUtime=0 cores=0-7
/proc/15451/task/15461/stat : 15461 (java) S 15449 15449 14480 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 29 0 420439468 29526929408 73126 33554432000 4194304 4196468 140732195893872 140412011571696 140413296913026 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15462] ppid=15449 vsize=28834892 memory=5948 CPUtime=0 cores=0-7
/proc/15451/task/15462/stat : 15462 (java) S 15449 15449 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 29 0 420439469 29526929408 73126 33554432000 4194304 4196468 140732195893872 140411674813856 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15463] ppid=15449 vsize=28834892 memory=636 CPUtime=0 cores=0-7
/proc/15451/task/15463/stat : 15463 (java) S 15449 15449 14480 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 29 0 420439469 29526929408 73126 33554432000 4194304 4196468 140732195893872 140411673761264 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15464] ppid=15449 vsize=28834892 memory=2832 CPUtime=0 cores=0-7
/proc/15451/task/15464/stat : 15464 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 420439471 29526929408 73126 33554432000 4194304 4196468 140732195893872 140411672709840 140413296920475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15465] ppid=15449 vsize=28834892 memory=1056 CPUtime=0.94 cores=0-7
/proc/15451/task/15465/stat : 15465 (java) R 15449 15449 14480 0 -1 4202560 3659 0 0 0 93 1 0 0 20 0 29 0 420439471 29526929408 73126 33554432000 4194304 4196468 140732195893872 140411671642456 140413278429412 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15466] ppid=15449 vsize=28834892 memory=1568 CPUtime=0.87 cores=0-7
/proc/15451/task/15466/stat : 15466 (java) R 15449 15449 14480 0 -1 4202560 3197 0 0 0 87 0 0 0 20 0 29 0 420439471 29526929408 73126 33554432000 4194304 4196468 140732195893872 140411670589912 140413278419664 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15467] ppid=15449 vsize=28834892 memory=1040 CPUtime=0.85 cores=0-7
/proc/15451/task/15467/stat : 15467 (java) R 15449 15449 14480 0 -1 4202560 3263 0 0 0 85 0 0 0 20 0 29 0 420439471 29526929408 73126 33554432000 4194304 4196468 140732195893872 140411669537368 140413282009478 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15468] ppid=15449 vsize=28834892 memory=14008 CPUtime=0.73 cores=0-7
/proc/15451/task/15468/stat : 15468 (java) R 15449 15449 14480 0 -1 4202560 3784 0 0 0 72 1 0 0 20 0 29 0 420439471 29526929408 73126 33554432000 4194304 4196468 140732195893872 140411668498800 140413290007541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15469] ppid=15449 vsize=28834892 memory=12040 CPUtime=0 cores=0-7
/proc/15451/task/15469/stat : 15469 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 420439472 29526929408 73126 33554432000 4194304 4196468 140732195893872 140411667446496 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15470] ppid=15449 vsize=28834892 memory=2120 CPUtime=0 cores=0-7
/proc/15451/task/15470/stat : 15470 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 420439472 29526929408 73126 33554432000 4194304 4196468 140732195893872 140411666394032 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
Current children cumulated CPU time: 7.07 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 293956 KiB

[startup+2.00641 s]*
/proc/loadavg: 7.43 8.23 8.31 12/220 15574
/proc/meminfo: memFree=25472160/32770624 swapFree=67002168/67108860
[pid=15449] ppid=15446 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15449/stat : 15449 (xcsp3-exec) S 15446 15449 14480 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420439465 115843072 363 33554432000 4194304 5098028 140730345679632 140730345677736 140467767751292 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10625024 140730345685877 140730345686121 140730345686121 140730345689034 0
/proc/15449/statm: 28282 363 305 221 0 87 0
[pid=15451] ppid=15449 vsize=28902484 memory=368856 CPUtime=9.68 cores=0-7
/proc/15451/stat : 15451 (java) S 15449 15449 14480 0 -1 1077944320 31859 0 0 0 933 35 0 0 20 0 28 0 420439466 29596143616 92214 33554432000 4194304 4196468 140732195893872 140732195876416 140413296901879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
/proc/15451/statm: 7225621 92214 3496 1 0 7186723 0
[pid=15451/tid=15452] ppid=15449 vsize=28902484 memory=6791534058613427641 CPUtime=0.97 cores=0-7
/proc/15451/task/15452/stat : 15452 (java) S 15449 15449 14480 0 -1 1077944384 9419 0 0 0 91 6 0 0 20 0 28 0 420439466 29596143616 92214 33554432000 4194304 4196468 140732195893872 140413301142656 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15453] ppid=15449 vsize=28902484 memory=0 CPUtime=0.09 cores=0-7
/proc/15451/task/15453/stat : 15453 (java) S 15449 15449 14480 0 -1 1077944384 71 0 0 0 7 2 0 0 20 0 28 0 420439467 29596143616 92214 33554432000 4194304 4196468 140732195893872 140413249522448 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15454] ppid=15449 vsize=28902484 memory=0 CPUtime=0.08 cores=0-7
/proc/15451/task/15454/stat : 15454 (java) S 15449 15449 14480 0 -1 1077944384 130 0 0 0 6 2 0 0 20 0 28 0 420439467 29596143616 92214 33554432000 4194304 4196468 140732195893872 140413248469904 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15455] ppid=15449 vsize=28902484 memory=0 CPUtime=0.07 cores=0-7
/proc/15451/task/15455/stat : 15455 (java) S 15449 15449 14480 0 -1 1077944384 53 0 0 0 5 2 0 0 20 0 28 0 420439467 29596143616 92214 33554432000 4194304 4196468 140732195893872 140413247417360 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15456] ppid=15449 vsize=28902484 memory=0 CPUtime=0.08 cores=0-7
/proc/15451/task/15456/stat : 15456 (java) S 15449 15449 14480 0 -1 1077944384 55 0 0 0 6 2 0 0 20 0 28 0 420439467 29596143616 92214 33554432000 4194304 4196468 140732195893872 140413246364816 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15457] ppid=15449 vsize=28902484 memory=0 CPUtime=0.08 cores=0-7
/proc/15451/task/15457/stat : 15457 (java) S 15449 15449 14480 0 -1 1077944384 61 0 0 0 6 2 0 0 20 0 28 0 420439467 29596143616 92214 33554432000 4194304 4196468 140732195893872 140413245311248 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15458] ppid=15449 vsize=28902484 memory=0 CPUtime=0.09 cores=0-7
/proc/15451/task/15458/stat : 15458 (java) S 15449 15449 14480 0 -1 1077944384 149 0 0 0 7 2 0 0 20 0 28 0 420439467 29596143616 92214 33554432000 4194304 4196468 140732195893872 140413244258704 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15459] ppid=15449 vsize=28902484 memory=0 CPUtime=0.08 cores=0-7
/proc/15451/task/15459/stat : 15459 (java) S 15449 15449 14480 0 -1 1077944384 154 0 0 0 7 1 0 0 20 0 28 0 420439467 29596143616 92214 33554432000 4194304 4196468 140732195893872 140413243206160 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15460] ppid=15449 vsize=28902484 memory=0 CPUtime=0.06 cores=0-7
/proc/15451/task/15460/stat : 15460 (java) S 15449 15449 14480 0 -1 1077944384 41 0 0 0 4 2 0 0 20 0 28 0 420439467 29596143616 92214 33554432000 4194304 4196468 140732195893872 140413242153616 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15461] ppid=15449 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15461/stat : 15461 (java) S 15449 15449 14480 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 28 0 420439468 29596143616 92214 33554432000 4194304 4196468 140732195893872 140412011571696 140413296913026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15462] ppid=15449 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15462/stat : 15462 (java) S 15449 15449 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 420439469 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411674813920 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15463] ppid=15449 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15463/stat : 15463 (java) S 15449 15449 14480 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 420439469 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411673761264 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15464] ppid=15449 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15464/stat : 15464 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420439471 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411672709840 140413296920475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15465] ppid=15449 vsize=28902484 memory=-3253322038155611931 CPUtime=1.23 cores=0-7
/proc/15451/task/15465/stat : 15465 (java) R 15449 15449 14480 0 -1 4202560 5147 0 0 0 122 1 0 0 20 0 28 0 420439471 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411671642456 140413289139006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15466] ppid=15449 vsize=28902484 memory=0 CPUtime=1.21 cores=0-7
/proc/15451/task/15466/stat : 15466 (java) R 15449 15449 14480 0 -1 4202560 3990 0 0 0 121 0 0 0 20 0 28 0 420439471 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411670589768 140413289139006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15467] ppid=15449 vsize=28902484 memory=0 CPUtime=1.2 cores=0-7
/proc/15451/task/15467/stat : 15467 (java) D 15449 15449 14480 0 -1 4202560 4486 0 0 0 120 0 0 0 20 0 28 0 420439471 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411669537368 140413289619031 0 4 0 16800975 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15468] ppid=15449 vsize=28902484 memory=0 CPUtime=0.81 cores=0-7
/proc/15451/task/15468/stat : 15468 (java) D 15449 15449 14480 0 -1 4202560 4560 0 0 0 80 1 0 0 20 0 28 0 420439471 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411668495192 140413289998715 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15469] ppid=15449 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15469/stat : 15469 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420439472 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411667446496 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15470] ppid=15449 vsize=28902484 memory=-1 CPUtime=0 cores=0-7
/proc/15451/task/15470/stat : 15470 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420439472 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411666394032 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15567] ppid=15449 vsize=28902484 memory=-1 CPUtime=0.01 cores=0-7
/proc/15451/task/15567/stat : 15567 (java) R 15449 15449 14480 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 28 0 420439665 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411655089344 140412906566251 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15568] ppid=15449 vsize=28902484 memory=0 CPUtime=0.01 cores=0-7
/proc/15451/task/15568/stat : 15568 (java) R 15449 15449 14480 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 28 0 420439665 29596143616 92214 33554432000 4194304 4196468 140732195893872 140411644562880 140412906916551 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15569] ppid=15449 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15569/stat : 15569 (java) S 15449 15449 14480 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 420439665 29596143616 92280 33554432000 4194304 4196468 140732195893872 140411652978560 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15570] ppid=15449 vsize=28902484 memory=0 CPUtime=0.01 cores=0-7
/proc/15451/task/15570/stat : 15570 (java) R 15449 15449 14480 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 28 0 420439665 29596143616 92280 33554432000 4194304 4196468 140732195893872 140411651935048 140412906916276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15571] ppid=15449 vsize=28902484 memory=140624074671424 CPUtime=0.01 cores=0-7
/proc/15451/task/15571/stat : 15571 (java) S 15449 15449 14480 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 28 0 420439665 29596143616 92280 33554432000 4194304 4196468 140732195893872 140411650880464 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15572] ppid=15449 vsize=28902484 memory=4 CPUtime=0 cores=0-7
/proc/15451/task/15572/stat : 15572 (java) S 15449 15449 14480 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 420439665 29596143616 92280 33554432000 4194304 4196468 140732195893872 140411648775248 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15573] ppid=15449 vsize=28902484 memory=7092136307551395928 CPUtime=0.01 cores=0-7
/proc/15451/task/15573/stat : 15573 (java) R 15449 15449 14480 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 28 0 420439665 29596143616 92346 33554432000 4194304 4196468 140732195893872 140411645619400 140412907751656 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15574] ppid=15449 vsize=28902484 memory=4639939496134862184 CPUtime=0 cores=0-7
/proc/15451/task/15574/stat : 15574 (java) R 15449 15449 14480 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 28 0 420439665 29596143616 92346 33554432000 4194304 4196468 140732195893872 140411646672200 140412899634904 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
Current children cumulated CPU time: 9.68 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 370308 KiB

[startup+2.20148 s]
/proc/loadavg: 7.43 8.23 8.31 12/220 15574
/proc/meminfo: memFree=25472160/32770624 swapFree=67002168/67108860
[pid=15449] ppid=15446 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15449/stat : 15449 (xcsp3-exec) S 15446 15449 14480 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420439465 115843072 363 33554432000 4194304 5098028 140730345679632 140730345677736 140467767751292 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10625024 140730345685877 140730345686121 140730345686121 140730345689034 0
/proc/15449/statm: 28282 363 305 221 0 87 0
[pid=15451] ppid=15449 vsize=29167712 memory=372236 CPUtime=10.47 cores=0-7
/proc/15451/stat : 15451 (java) S 15449 15449 14480 0 -1 1077944320 34387 0 0 0 1011 36 0 0 20 0 34 0 420439466 29867737088 93059 33554432000 4194304 4196468 140732195893872 140732195876416 140413296901879 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
/proc/15451/statm: 7291928 93059 3496 1 0 7253030 0
[pid=15451/tid=15452] ppid=15449 vsize=29167712 memory=654 CPUtime=0.97 cores=0-7
/proc/15451/task/15452/stat : 15452 (java) S 15449 15449 14480 0 -1 1077944384 9419 0 0 0 91 6 0 0 20 0 34 0 420439466 29867737088 93059 33554432000 4194304 4196468 140732195893872 140413301142656 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15453] ppid=15449 vsize=29167712 memory=1125 CPUtime=0.09 cores=0-7
/proc/15451/task/15453/stat : 15453 (java) S 15449 15449 14480 0 -1 1077944384 71 0 0 0 7 2 0 0 20 0 34 0 420439467 29867737088 93059 33554432000 4194304 4196468 140732195893872 140413249522448 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15454] ppid=15449 vsize=29167712 memory=241 CPUtime=0.08 cores=0-7
/proc/15451/task/15454/stat : 15454 (java) S 15449 15449 14480 0 -1 1077944384 130 0 0 0 6 2 0 0 20 0 34 0 420439467 29867737088 93059 33554432000 4194304 4196468 140732195893872 140413248469904 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15455] ppid=15449 vsize=29167712 memory=255 CPUtime=0.07 cores=0-7
/proc/15451/task/15455/stat : 15455 (java) S 15449 15449 14480 0 -1 1077944384 53 0 0 0 5 2 0 0 20 0 34 0 420439467 29867737088 93059 33554432000 4194304 4196468 140732195893872 140413247417360 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15456] ppid=15449 vsize=29167712 memory=252024 CPUtime=0.08 cores=0-7
/proc/15451/task/15456/stat : 15456 (java) S 15449 15449 14480 0 -1 1077944384 55 0 0 0 6 2 0 0 20 0 34 0 420439467 29867737088 93059 33554432000 4194304 4196468 140732195893872 140413246364816 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15457] ppid=15449 vsize=29167712 memory=2 CPUtime=0.08 cores=0-7
/proc/15451/task/15457/stat : 15457 (java) S 15449 15449 14480 0 -1 1077944384 61 0 0 0 6 2 0 0 20 0 34 0 420439467 29867737088 93059 33554432000 4194304 4196468 140732195893872 140413245311248 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15458] ppid=15449 vsize=29167712 memory=0 CPUtime=0.09 cores=0-7
/proc/15451/task/15458/stat : 15458 (java) S 15449 15449 14480 0 -1 1077944384 149 0 0 0 7 2 0 0 20 0 34 0 420439467 29867737088 93059 33554432000 4194304 4196468 140732195893872 140413244258704 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15459] ppid=15449 vsize=29167712 memory=0 CPUtime=0.08 cores=0-7
/proc/15451/task/15459/stat : 15459 (java) S 15449 15449 14480 0 -1 1077944384 154 0 0 0 7 1 0 0 20 0 34 0 420439467 29867737088 93059 33554432000 4194304 4196468 140732195893872 140413243206160 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15460] ppid=15449 vsize=29167712 memory=140624074858545 CPUtime=0.06 cores=0-7
/proc/15451/task/15460/stat : 15460 (java) S 15449 15449 14480 0 -1 1077944384 41 0 0 0 4 2 0 0 20 0 34 0 420439467 29867737088 93059 33554432000 4194304 4196468 140732195893872 140413242153616 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15461] ppid=15449 vsize=29167712 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15461/stat : 15461 (java) S 15449 15449 14480 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 34 0 420439468 29867737088 93059 33554432000 4194304 4196468 140732195893872 140412011571696 140413296913026 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15462] ppid=15449 vsize=29167712 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15462/stat : 15462 (java) S 15449 15449 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 34 0 420439469 29867737088 93059 33554432000 4194304 4196468 140732195893872 140411674813920 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15463] ppid=15449 vsize=29167712 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15463/stat : 15463 (java) S 15449 15449 14480 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 34 0 420439469 29867737088 93059 33554432000 4194304 4196468 140732195893872 140411673761264 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15464] ppid=15449 vsize=29167712 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15464/stat : 15464 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 420439471 29867737088 93059 33554432000 4194304 4196468 140732195893872 140411672709840 140413296920475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15465] ppid=15449 vsize=29167712 memory=0 CPUtime=1.4 cores=0-7
/proc/15451/task/15465/stat : 15465 (java) R 15449 15449 14480 0 -1 4202560 5744 0 0 0 139 1 0 0 20 0 34 0 420439471 29867737088 93059 33554432000 4194304 4196468 140732195893872 140411671642784 140413282009615 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15466] ppid=15449 vsize=29167712 memory=0 CPUtime=1.41 cores=0-7
/proc/15451/task/15466/stat : 15466 (java) R 15449 15449 14480 0 -1 4202560 4647 0 0 0 140 1 0 0 20 0 34 0 420439471 29867737088 93076 33554432000 4194304 4196468 140732195893872 140411670595424 140413280385344 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15467] ppid=15449 vsize=29167712 memory=0 CPUtime=1.39 cores=0-7
/proc/15451/task/15467/stat : 15467 (java) R 15449 15449 14480 0 -1 4202560 5290 0 0 0 138 1 0 0 20 0 33 0 420439471 29867737088 93059 33554432000 4194304 4196468 140732195893872 140411669538336 140413276048785 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15468] ppid=15449 vsize=29167712 memory=0 CPUtime=0.83 cores=0-7
/proc/15451/task/15468/stat : 15468 (java) R 15449 15449 14480 0 -1 4202560 4597 0 0 0 82 1 0 0 20 0 33 0 420439471 29867737088 93059 33554432000 4194304 4196468 140732195893872 140411668496760 140413275857510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15469] ppid=15449 vsize=29167712 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15469/stat : 15469 (java) S 15449 15449 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 420439472 29867737088 93059 33554432000 4194304 4196468 140732195893872 140411667446496 140413296912085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
[pid=15451/tid=15470] ppid=15449 vsize=29167712 memory=0 CPUtime=0 cores=0-7
/proc/15451/task/15470/stat : 15470 (java) S 15449 15449 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 420439472 29867737088 93059 33554432000 4194304 4196468 140732195893872 140411666394032 140413296913026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27062272 140732195898346 140732195898518 140732195898518 140732195901391 0
Current children cumulated CPU time: 10.47 s
Current children cumulated vsize: 29280840 KiB
Current children cumulated memory: 373688 KiB

Child status: 0
Real time (s): 2.23702
CPU time (s): 10.5366
CPU user time (s): 10.1612
CPU system time (s): 0.375381
CPU usage (%): 471.012
Max. virtual memory (cumulated for all children) (KiB): 29280840
Max. memory (cumulated for all children) (KiB): 378248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1612
system time used= 0.375381
maximum resident set size= 377060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34990
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= 4506
involuntary context switches= 211


# summary of solver processes directly reported to runsolver:
#   pid: 15449
#   total CPU time (s): 10.5366
#   total CPU user time (s): 10.1612
#   total CPU system time (s): 0.375381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04108 second user time and 0.072254 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-14 08:17:44
IDJOB=4394438
IDBENCH=138353
IDSOLVER=2843
FILE ID=node136/4394438-1568441908
RUNJOBID= node136-1568439334-14507
PBS_JOBID= 21702333
Free space on /tmp= 61168 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff21.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-4394438-1568441908/watcher-4394438-1568441908 -o /tmp/evaluation-result-4394438-1568441908/solver-4394438-1568441908 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568439334-14507 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1166091907 HOME/instance-4394438-1568441908.xml

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

MD5SUM BENCH= 9ed96a9b02dc4e036934e9ef3088dc03
RANDOM SEED=1166091907

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25828248 kB
MemAvailable:   31889592 kB
Buffers:           86108 kB
Cached:          6251464 kB
SwapCached:         3100 kB
Active:          2039084 kB
Inactive:        4305772 kB
Active(anon):       5724 kB
Inactive(anon):    42124 kB
Active(file):    2033360 kB
Inactive(file):  4263648 kB
Unevictable:      107800 kB
Mlocked:          107800 kB
SwapTotal:      67108860 kB
SwapFree:       67002168 kB
Dirty:             26008 kB
Writeback:             4 kB
AnonPages:        112924 kB
Mapped:            43920 kB
Shmem:             31940 kB
Slab:             189816 kB
SReclaimable:     160344 kB
SUnreclaim:        29472 kB
KernelStack:        3424 kB
PageTables:         6000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61140 MiB
End job on node136 at 2019-09-14 08:17:46