Trace number 4394495

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 parallelOPT44 398.817 78.743

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-09-a4.xml
MD5SUM24dd80e7bb1ef2b7df88c183d3ee4992
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark42.1712
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints548
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":9}]
Minimum variable degree225
Maximum variable degree226
Distribution of variable degrees[{"degree":225,"count":7},{"degree":226,"count":2}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":168},{"arity":4,"count":378},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints547
Distribution of constraint types[{"type":"intension","count":547},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394495-1568426317.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394495-1568426317.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
3.70/1.28	c solve instance...
9.97/2.34	o 65 
9.97/2.37	o 61 
10.47/2.42	o 59 
12.76/2.76	o 57 
12.76/2.77	o 56 
17.34/3.33	o 53 
18.01/3.50	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (54/75)
18.72/3.50		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
18.72/3.50		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
18.72/3.50		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
18.72/3.50		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
18.72/3.50		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
18.72/3.50	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (54/75)
18.72/3.50		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
18.72/3.50		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
18.72/3.50		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
18.72/3.50		at org.chocosolver.solver.Solver.repair(Solver.java:443)
18.72/3.50		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
18.72/3.50		at org.chocosolver.solver.Solver.solve(Solver.java:262)
18.72/3.50		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
18.72/3.50		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
18.72/3.50		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
18.72/3.50		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
18.72/3.50		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
18.72/3.50		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
18.72/3.50		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
18.72/3.50		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
18.72/3.50		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
18.72/3.50		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
18.72/3.50	o 52 
21.90/3.92	java.util.concurrent.ExecutionException: java.lang.NullPointerException
21.90/3.92		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
21.90/3.92		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
21.90/3.92		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
21.90/3.92		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
21.90/3.92		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
21.90/3.92	Caused by: java.lang.NullPointerException
21.90/3.92		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
21.90/3.92		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
21.90/3.92		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
21.90/3.92		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
21.90/3.92		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
21.90/3.92		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
21.90/3.92		... 4 more
21.90/3.92	Caused by: java.lang.NullPointerException
21.90/3.92		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
21.90/3.92		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
21.90/3.92		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
21.90/3.92		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
21.90/3.92		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
21.90/3.92		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
21.90/3.92		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
21.90/3.92		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
21.90/3.92		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
21.90/3.92		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
21.90/3.92		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
21.90/3.92		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
21.90/3.92		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
21.90/3.92		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
21.90/3.92		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
21.90/3.92		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
21.90/3.92		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
21.90/3.92		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
21.90/3.92	Caused by: java.lang.NullPointerException
21.90/3.92		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
21.90/3.92		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
21.90/3.92		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
21.90/3.92		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
21.90/3.92		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
21.90/3.92		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
21.90/3.92		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
21.90/3.92		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
21.90/3.92		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
21.90/3.92		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
21.90/3.92		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
21.90/3.92		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
21.90/3.92		at org.chocosolver.solver.Solver.extend(Solver.java:421)
21.90/3.92		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
21.90/3.92		at org.chocosolver.solver.Solver.solve(Solver.java:262)
21.90/3.92		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
21.90/3.92		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
21.90/3.92		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
21.90/3.92		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
21.90/3.92		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
21.90/3.92		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
21.90/3.92		... 4 more
21.90/3.92	o 51 
22.67/4.00	java.util.concurrent.ExecutionException: java.lang.NullPointerException
22.67/4.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
22.67/4.00		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
22.67/4.00		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
22.67/4.00		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
22.67/4.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
22.67/4.00	Caused by: java.lang.NullPointerException
22.67/4.00		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
22.67/4.00		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
22.67/4.00		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
22.67/4.00		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
22.67/4.00		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
22.67/4.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
22.67/4.00		... 4 more
22.67/4.00	Caused by: java.lang.NullPointerException
22.67/4.00		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
22.67/4.00		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
22.67/4.00		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
22.67/4.00		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
22.67/4.00		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
22.67/4.00		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
22.67/4.00		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
22.67/4.00		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
22.67/4.00		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
22.67/4.00		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
22.67/4.00		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
22.67/4.00		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
22.67/4.00		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
22.67/4.00		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
22.67/4.00		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
22.67/4.00		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
22.67/4.00		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
22.67/4.00		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
22.67/4.00	Caused by: java.lang.NullPointerException
22.67/4.00		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
22.67/4.00		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
22.67/4.00		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
22.67/4.00		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
22.67/4.00		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
22.67/4.00		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
22.67/4.00		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
22.67/4.00		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
22.67/4.00		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
22.67/4.00		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
22.67/4.00		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
22.67/4.00		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
22.67/4.00		at org.chocosolver.solver.Solver.extend(Solver.java:421)
22.67/4.00		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
22.67/4.00		at org.chocosolver.solver.Solver.solve(Solver.java:262)
22.67/4.00		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
22.67/4.00		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
22.67/4.00		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
22.67/4.00		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
22.67/4.00		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
22.67/4.00		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
22.67/4.00		... 4 more
22.67/4.00	o 50 
30.68/5.38	java.util.concurrent.ExecutionException: java.lang.NullPointerException
30.68/5.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
30.68/5.38		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
30.68/5.38		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
30.68/5.38		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
30.68/5.38		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
30.68/5.38	Caused by: java.lang.NullPointerException
30.68/5.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
30.68/5.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
30.68/5.38		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
30.68/5.38		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
30.68/5.38		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
30.68/5.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
30.68/5.38		... 4 more
30.68/5.38	Caused by: java.lang.NullPointerException
30.68/5.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
30.68/5.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
30.68/5.38		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
30.68/5.38		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
30.68/5.38		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
30.68/5.38		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
30.68/5.38		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
30.68/5.38		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
30.68/5.38		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
30.68/5.38		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
30.68/5.38		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
30.68/5.38		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
30.68/5.38		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
30.68/5.38		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
30.68/5.38		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
30.68/5.38		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
30.68/5.38		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
30.68/5.38		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
30.68/5.38	Caused by: java.lang.NullPointerException
30.68/5.38	o 48 
34.08/5.99	java.util.concurrent.ExecutionException: java.lang.NullPointerException
34.08/5.99		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
34.08/5.99		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
34.08/5.99		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
34.08/5.99		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
34.08/5.99		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
34.08/5.99	Caused by: java.lang.NullPointerException
34.08/5.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
34.08/5.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
34.08/5.99		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
34.08/5.99		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
34.08/5.99		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
34.08/5.99		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
34.08/5.99		... 4 more
34.08/5.99	Caused by: java.lang.NullPointerException
34.08/5.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
34.08/5.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
34.08/5.99		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
34.08/5.99		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
34.08/5.99		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
34.08/5.99		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
34.08/5.99		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
34.08/5.99		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
34.08/5.99		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
34.08/5.99		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
34.08/5.99		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
34.08/5.99		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
34.08/5.99		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
34.08/5.99		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
34.08/5.99		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
34.08/5.99		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
34.08/5.99		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
34.08/5.99		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
34.08/5.99	Caused by: java.lang.NullPointerException
34.08/5.99	o 47 
57.71/10.62	java.util.concurrent.ExecutionException: java.lang.NullPointerException
57.71/10.62		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
57.71/10.62		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
57.71/10.62		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
57.71/10.62		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
57.71/10.62		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
57.71/10.62	Caused by: java.lang.NullPointerException
57.71/10.62		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
57.71/10.62		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
57.71/10.62		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
57.71/10.62		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
57.71/10.62		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
57.71/10.62		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
57.71/10.62		... 4 more
57.71/10.62	Caused by: java.lang.NullPointerException
57.71/10.62		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
57.71/10.62		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
57.71/10.62		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
57.71/10.62		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
57.71/10.62		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
57.71/10.62		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
57.71/10.62		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
57.71/10.62		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
57.71/10.62		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
57.71/10.62		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
57.71/10.62		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
57.71/10.62		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
57.71/10.62		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
57.71/10.62		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
57.71/10.62		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
57.71/10.62		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
57.71/10.62		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
57.71/10.62		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
57.71/10.62	Caused by: java.lang.NullPointerException
57.71/10.62	o 45 
72.32/13.55	java.util.concurrent.ExecutionException: java.lang.NullPointerException
72.32/13.55		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
72.32/13.55		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
72.32/13.55		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
72.32/13.55		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
72.32/13.55		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
72.32/13.55	Caused by: java.lang.NullPointerException
72.32/13.55		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
72.32/13.55		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
72.32/13.55		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
72.32/13.55		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
72.32/13.55		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
72.32/13.55		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
72.32/13.55		... 4 more
72.32/13.55	Caused by: java.lang.NullPointerException
72.32/13.55		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
72.32/13.55		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
72.32/13.55		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
72.32/13.55		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
72.32/13.55		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
72.32/13.55		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
72.32/13.55		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
72.32/13.55		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
72.32/13.55		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
72.32/13.55		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
72.32/13.55		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
72.32/13.55		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
72.32/13.55		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
72.32/13.55		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
72.32/13.55		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
72.32/13.55		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
72.32/13.55		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
72.32/13.55		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
72.32/13.55	Caused by: java.lang.NullPointerException
72.32/13.55	o 44 
398.66/78.72	java.util.concurrent.ExecutionException: java.lang.IllegalStateException: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find maximum of an empty set
398.66/78.72		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
398.66/78.72		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
398.66/78.72		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
398.66/78.72		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
398.66/78.72		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
398.66/78.72	Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find maximum of an empty set
398.66/78.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
398.66/78.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
398.66/78.72		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
398.66/78.72		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
398.66/78.72		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
398.66/78.72		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
398.66/78.72		... 4 more
398.66/78.72	Caused by: java.lang.IllegalStateException: java.lang.IllegalStateException: cannot find maximum of an empty set
398.66/78.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
398.66/78.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
398.66/78.72		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
398.66/78.72		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
398.66/78.72		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
398.66/78.72		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
398.66/78.72		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
398.66/78.72		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
398.66/78.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
398.66/78.72		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
398.66/78.72		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
398.66/78.72		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
398.66/78.72		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
398.66/78.72		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
398.66/78.72		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
398.66/78.72		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
398.66/78.72		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
398.66/78.72		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
398.66/78.72	Caused by: java.lang.IllegalStateException: cannot find maximum of an empty set
398.66/78.72		at org.chocosolver.util.objects.setDataStructures.iterable.IntIterableRangeSet.max(IntIterableRangeSet.java:187)
398.66/78.72		at org.chocosolver.solver.constraints.ternary.PropXplusYeqZ.explain(PropXplusYeqZ.java:163)
398.66/78.72		at org.chocosolver.solver.learn.ExplanationForSignedClause.explain(ExplanationForSignedClause.java:220)
398.66/78.72		at org.chocosolver.solver.learn.ExplanationForSignedClause.loop(ExplanationForSignedClause.java:201)
398.66/78.72		at org.chocosolver.solver.learn.ExplanationForSignedClause.learnSignedClause(ExplanationForSignedClause.java:171)
398.66/78.72		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.onFailure(LearnSignedClauses.java:97)
398.66/78.72		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.record(LearnSignedClauses.java:80)
398.66/78.72		at org.chocosolver.solver.Solver.repair(Solver.java:433)
398.66/78.72		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
398.66/78.72		at org.chocosolver.solver.Solver.solve(Solver.java:262)
398.66/78.72		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
398.66/78.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
398.66/78.72		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
398.66/78.72		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
398.66/78.72		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
398.66/78.72		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
398.66/78.72		... 4 more
398.66/78.73	s OPTIMUM FOUND
398.66/78.73	v <instantiation>
398.66/78.73	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] </list>
398.66/78.73	v 	<values>0 1 5 12 25 27 35 41 44 </values>
398.66/78.73	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394495-1568426317/watcher-4394495-1568426317 -o /tmp/evaluation-result-4394495-1568426317/solver-4394495-1568426317 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568426266-31650 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 765876300 HOME/instance-4394495-1568426317.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=31827, runsolver pid=31824
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 6.06 7.20 7.43 2/212 31848
/proc/meminfo: memFree=30858568/32770624 swapFree=66967032/67108860
[pid=31827] ppid=31824 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31827/stat : 31827 (xcsp3-exec) S 31824 31827 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418898550 115843072 363 33554432000 4194304 5098028 140734103613280 140734103611384 140127463121532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34578432 140734103622518 140734103622761 140734103622761 140734103625674 0
/proc/31827/statm: 28282 363 304 221 0 87 0
[pid=31829] ppid=31827 vsize=28227388 memory=29020 CPUtime=0.12 cores=0-7
/proc/31829/stat : 31829 (java) S 31827 31827 31623 0 -1 1077944320 5682 0 0 0 10 2 0 0 20 0 20 0 418898550 28904845312 7255 33554432000 4194304 4196468 140727593097232 140727593079776 140652952882935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
/proc/31829/statm: 7056847 7255 3140 1 0 7019032 0
[pid=31829/tid=31830] ppid=31827 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/31829/task/31830/stat : 31830 (java) R 31827 31827 31623 0 -1 4202560 3594 0 0 0 7 1 0 0 20 0 20 0 418898551 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652957115016 140652934289234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31831] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31831/stat : 31831 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652872735248 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31832] ppid=31827 vsize=28227388 memory=140202415830656 CPUtime=0 cores=0-7
/proc/31829/task/31832/stat : 31832 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652871682704 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31833] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31833/stat : 31833 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652870629648 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31834] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31834/stat : 31834 (java) S 31827 31827 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652869577104 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31835] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31835/stat : 31835 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652868525072 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31836] ppid=31827 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31829/task/31836/stat : 31836 (java) S 31827 31827 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652867472528 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31837] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31837/stat : 31837 (java) S 31827 31827 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652866419472 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31838] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31838/stat : 31838 (java) S 31827 31827 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652865366928 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31839] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31839/stat : 31839 (java) S 31827 31827 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418898553 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652336736496 140652952894082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31840] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31840/stat : 31840 (java) S 31827 31827 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418898554 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652335682720 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31841] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31841/stat : 31841 (java) S 31827 31827 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418898554 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652334629616 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31842] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31842/stat : 31842 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898556 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652333578192 140652952901531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31843] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31843/stat : 31843 (java) S 31827 31827 31623 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 20 0 418898556 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652332526320 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31844] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31844/stat : 31844 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898556 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652331473776 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31845] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31845/stat : 31845 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898556 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652330420720 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31846] ppid=31827 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/31829/task/31846/stat : 31846 (java) R 31827 31827 31623 0 -1 4202560 346 0 0 0 1 0 0 0 20 0 20 0 418898556 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652329368176 140652932234174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31847] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31847/stat : 31847 (java) S 31827 31827 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418898557 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652328315360 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31848] ppid=31827 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31829/task/31848/stat : 31848 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898557 28904845312 7255 33554432000 4194304 4196468 140727593097232 140652125874864 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30472 KiB

[startup+0.212391 s]*
/proc/loadavg: 6.06 7.20 7.43 2/212 31848
/proc/meminfo: memFree=30846636/32770624 swapFree=66967032/67108860
[pid=31827] ppid=31824 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31827/stat : 31827 (xcsp3-exec) S 31824 31827 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418898550 115843072 363 33554432000 4194304 5098028 140734103613280 140734103611384 140127463121532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34578432 140734103622518 140734103622761 140734103622761 140734103625674 0
/proc/31827/statm: 28282 363 304 221 0 87 0
[pid=31829] ppid=31827 vsize=28227388 memory=41104 CPUtime=0.33 cores=0-7
/proc/31829/stat : 31829 (java) S 31827 31827 31623 0 -1 1077944320 9495 0 0 0 30 3 0 0 20 0 20 0 418898550 28904845312 10276 33554432000 4194304 4196468 140727593097232 140727593079776 140652952882935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
/proc/31829/statm: 7056847 10276 3304 1 0 7019032 0
[pid=31829/tid=31830] ppid=31827 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/31829/task/31830/stat : 31830 (java) R 31827 31827 31623 0 -1 4202560 6628 0 0 0 17 2 0 0 20 0 20 0 418898551 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652957116640 140652952894870 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31831] ppid=31827 vsize=28227388 memory=339 CPUtime=0 cores=0-7
/proc/31829/task/31831/stat : 31831 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652872735248 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31832] ppid=31827 vsize=28227388 memory=140202418882232 CPUtime=0 cores=0-7
/proc/31829/task/31832/stat : 31832 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652871682704 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31833] ppid=31827 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31829/task/31833/stat : 31833 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652870629648 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31834] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31834/stat : 31834 (java) S 31827 31827 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652869577104 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31835] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31835/stat : 31835 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652868525072 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31836] ppid=31827 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31829/task/31836/stat : 31836 (java) S 31827 31827 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652867472528 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31837] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31837/stat : 31837 (java) S 31827 31827 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652866419472 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31838] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31838/stat : 31838 (java) S 31827 31827 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418898552 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652865366928 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31839] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31839/stat : 31839 (java) S 31827 31827 31623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418898553 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652336736496 140652952894082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31840] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31840/stat : 31840 (java) S 31827 31827 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418898554 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652335682720 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31841] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31841/stat : 31841 (java) S 31827 31827 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418898554 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652334629616 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31842] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31842/stat : 31842 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898556 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652333578192 140652952901531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31843] ppid=31827 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/31829/task/31843/stat : 31843 (java) S 31827 31827 31623 0 -1 1077944384 467 0 0 0 1 0 0 0 20 0 20 0 418898556 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652332526320 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31844] ppid=31827 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/31829/task/31844/stat : 31844 (java) S 31827 31827 31623 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 20 0 418898556 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652331473776 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31845] ppid=31827 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/31829/task/31845/stat : 31845 (java) S 31827 31827 31623 0 -1 1077944384 223 0 0 0 2 0 0 0 20 0 20 0 418898556 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652330420720 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31846] ppid=31827 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/31829/task/31846/stat : 31846 (java) R 31827 31827 31623 0 -1 4202560 768 0 0 0 7 0 0 0 20 0 20 0 418898556 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652329368176 140652952904282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31847] ppid=31827 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31847/stat : 31847 (java) S 31827 31827 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418898557 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652328315360 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31848] ppid=31827 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/31829/task/31848/stat : 31848 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898557 28904845312 10276 33554432000 4194304 4196468 140727593097232 140652125874864 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42556 KiB

[startup+0.310493 s]*
/proc/loadavg: 6.06 7.20 7.43 4/212 31848
/proc/meminfo: memFree=30826788/32770624 swapFree=66967032/67108860
[pid=31827] ppid=31824 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31827/stat : 31827 (xcsp3-exec) S 31824 31827 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418898550 115843072 363 33554432000 4194304 5098028 140734103613280 140734103611384 140127463121532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34578432 140734103622518 140734103622761 140734103622761 140734103625674 0
/proc/31827/statm: 28282 363 304 221 0 87 0
[pid=31829] ppid=31827 vsize=28231644 memory=49940 CPUtime=0.52 cores=0-7
/proc/31829/stat : 31829 (java) S 31827 31827 31623 0 -1 1077944320 10879 0 0 0 48 4 0 0 20 0 20 0 418898550 28909203456 12485 33554432000 4194304 4196468 140727593097232 140727593079776 140652952882935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
/proc/31829/statm: 7057911 12485 3345 1 0 7019032 0
[pid=31829/tid=31830] ppid=31827 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/31829/task/31830/stat : 31830 (java) R 31827 31827 31623 0 -1 4202560 7757 0 0 0 26 3 0 0 20 0 20 0 418898551 28909203456 12485 33554432000 4194304 4196468 140727593097232 140652957108160 140652952904861 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31831] ppid=31827 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31831/stat : 31831 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28909203456 12485 33554432000 4194304 4196468 140727593097232 140652872735248 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31832] ppid=31827 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31832/stat : 31832 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652871682704 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31833] ppid=31827 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31833/stat : 31833 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652870629648 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31834] ppid=31827 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31834/stat : 31834 (java) S 31827 31827 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418898552 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652869577104 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31835] ppid=31827 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/31829/task/31835/stat : 31835 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652868525072 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31836] ppid=31827 vsize=28231644 memory=140202295260079 CPUtime=0 cores=0-7
/proc/31829/task/31836/stat : 31836 (java) S 31827 31827 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418898552 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652867472528 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31837] ppid=31827 vsize=28231644 memory=140202295262384 CPUtime=0 cores=0-7
/proc/31829/task/31837/stat : 31837 (java) S 31827 31827 31623 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418898552 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652866419472 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31838] ppid=31827 vsize=28231644 memory=140202295264688 CPUtime=0 cores=0-7
/proc/31829/task/31838/stat : 31838 (java) S 31827 31827 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418898552 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652865366928 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31839] ppid=31827 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31839/stat : 31839 (java) S 31827 31827 31623 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418898553 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652336736496 140652952894082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31840] ppid=31827 vsize=28231644 memory=280404590536336 CPUtime=0 cores=0-7
/proc/31829/task/31840/stat : 31840 (java) S 31827 31827 31623 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418898554 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652335682720 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31841] ppid=31827 vsize=28231644 memory=280404590543248 CPUtime=0 cores=0-7
/proc/31829/task/31841/stat : 31841 (java) S 31827 31827 31623 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418898554 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652334629616 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31842] ppid=31827 vsize=28231644 memory=280404590484528 CPUtime=0 cores=0-7
/proc/31829/task/31842/stat : 31842 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898556 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652333578192 140652952901531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31843] ppid=31827 vsize=28231644 memory=280404590557072 CPUtime=0.02 cores=0-7
/proc/31829/task/31843/stat : 31843 (java) R 31827 31827 31623 0 -1 4202560 585 0 0 0 2 0 0 0 20 0 20 0 418898556 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652332507336 140652932576039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31844] ppid=31827 vsize=28231644 memory=280404590563984 CPUtime=0.03 cores=0-7
/proc/31829/task/31844/stat : 31844 (java) S 31827 31827 31623 0 -1 1077944384 114 0 0 0 3 0 0 0 20 0 20 0 418898556 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652331473776 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31845] ppid=31827 vsize=28231644 memory=280404590561680 CPUtime=0.03 cores=0-7
/proc/31829/task/31845/stat : 31845 (java) S 31827 31827 31623 0 -1 1077944384 229 0 0 0 3 0 0 0 20 0 20 0 418898556 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652330420720 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31846] ppid=31827 vsize=28231644 memory=280404590577840 CPUtime=0.12 cores=0-7
/proc/31829/task/31846/stat : 31846 (java) S 31827 31827 31623 0 -1 1077944384 882 0 0 0 12 0 0 0 20 0 20 0 418898556 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652329368176 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31847] ppid=31827 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/31829/task/31847/stat : 31847 (java) S 31827 31827 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418898557 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652328315360 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31848] ppid=31827 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/31829/task/31848/stat : 31848 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898557 28909203456 12514 33554432000 4194304 4196468 140727593097232 140652125874864 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51392 KiB

[startup+0.710366 s]*
/proc/loadavg: 6.06 7.20 7.43 6/212 31848
/proc/meminfo: memFree=30796816/32770624 swapFree=66967032/67108860
[pid=31827] ppid=31824 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31827/stat : 31827 (xcsp3-exec) S 31824 31827 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418898550 115843072 363 33554432000 4194304 5098028 140734103613280 140734103611384 140127463121532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34578432 140734103622518 140734103622761 140734103622761 140734103625674 0
/proc/31827/statm: 28282 363 304 221 0 87 0
[pid=31829] ppid=31827 vsize=28233768 memory=96272 CPUtime=1.7 cores=0-7
/proc/31829/stat : 31829 (java) S 31827 31827 31623 0 -1 1077944320 15747 0 0 0 163 7 0 0 20 0 20 0 418898550 28911378432 24068 33554432000 4194304 4196468 140727593097232 140727593079776 140652952882935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
/proc/31829/statm: 7058442 24068 3452 1 0 7019544 0
[pid=31829/tid=31830] ppid=31827 vsize=28233768 memory=6791534058613427641 CPUtime=0.69 cores=0-7
/proc/31829/task/31830/stat : 31830 (java) R 31827 31827 31623 0 -1 4202560 9179 0 0 0 65 4 0 0 20 0 20 0 418898551 28911378432 24068 33554432000 4194304 4196468 140727593097232 140652957116944 140652936963422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31831] ppid=31827 vsize=28233768 memory=1732 CPUtime=0 cores=0-7
/proc/31829/task/31831/stat : 31831 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28911378432 24068 33554432000 4194304 4196468 140727593097232 140652872735248 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31832] ppid=31827 vsize=28233768 memory=4100 CPUtime=0 cores=0-7
/proc/31829/task/31832/stat : 31832 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28911378432 24068 33554432000 4194304 4196468 140727593097232 140652871682704 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31833] ppid=31827 vsize=28233768 memory=1808 CPUtime=0 cores=0-7
/proc/31829/task/31833/stat : 31833 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418898552 28911378432 24068 33554432000 4194304 4196468 140727593097232 140652870629648 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0

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

[pid=31829/tid=31846] ppid=31827 vsize=28835920 memory=4100 CPUtime=1.06 cores=0-7
/proc/31829/task/31846/stat : 31846 (java) S 31827 31827 31623 0 -1 1077944384 16321 0 0 0 104 2 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652329368176 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31847] ppid=31827 vsize=28835920 memory=1808 CPUtime=0 cores=0-7
/proc/31829/task/31847/stat : 31847 (java) S 31827 31827 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418898557 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652328315360 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31848] ppid=31827 vsize=28835920 memory=924 CPUtime=0.04 cores=0-7
/proc/31829/task/31848/stat : 31848 (java) S 31827 31827 31623 0 -1 1077944384 681 0 0 0 2 2 0 0 20 0 28 0 418898557 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652125874864 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31954] ppid=31827 vsize=28835920 memory=4136 CPUtime=64.61 cores=0-7
/proc/31829/task/31954/stat : 31954 (java) R 31827 31827 31623 0 -1 4202560 1016 0 0 0 6461 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652110592504 140652553354342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31955] ppid=31827 vsize=28835920 memory=6791534058613427641 CPUtime=64.61 cores=0-7
/proc/31829/task/31955/stat : 31955 (java) R 31827 31827 31623 0 -1 4202560 595 0 0 0 6461 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652113751800 140652553391273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31956] ppid=31827 vsize=28835920 memory=4068 CPUtime=0 cores=0-7
/proc/31829/task/31956/stat : 31956 (java) S 31827 31827 31623 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652106388944 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31957] ppid=31827 vsize=28835920 memory=1720 CPUtime=64.61 cores=0-7
/proc/31829/task/31957/stat : 31957 (java) R 31827 31827 31623 0 -1 4202560 3160 0 0 0 6459 2 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652111646912 140652555402011 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31958] ppid=31827 vsize=28835920 memory=5928 CPUtime=64.61 cores=0-7
/proc/31829/task/31958/stat : 31958 (java) R 31827 31827 31623 0 -1 4202560 1809 0 0 0 6461 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652109541496 140652554707006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31959] ppid=31827 vsize=28835920 memory=10484 CPUtime=64.62 cores=0-7
/proc/31829/task/31959/stat : 31959 (java) R 31827 31827 31623 0 -1 4202560 634 0 0 0 6462 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652107436328 140652556133211 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31960] ppid=31827 vsize=28835920 memory=716 CPUtime=0 cores=0-7
/proc/31829/task/31960/stat : 31960 (java) S 31827 31827 31623 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652114809808 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31961] ppid=31827 vsize=28835920 memory=780 CPUtime=0 cores=0-7
/proc/31829/task/31961/stat : 31961 (java) S 31827 31827 31623 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652105335888 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
Current children cumulated CPU time: 396.21 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 576588 KiB

[startup+78.6012 s]
/proc/loadavg: 5.10 6.60 7.19 7/219 31964
/proc/meminfo: memFree=30316144/32770624 swapFree=66967032/67108860
[pid=31827] ppid=31824 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31827/stat : 31827 (xcsp3-exec) S 31824 31827 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418898550 115843072 363 33554432000 4194304 5098028 140734103613280 140734103611384 140127463121532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34578432 140734103622518 140734103622761 140734103622761 140734103625674 0
/proc/31827/statm: 28282 363 304 221 0 87 0
[pid=31829] ppid=31827 vsize=28835920 memory=575136 CPUtime=398.16 cores=0-7
/proc/31829/stat : 31829 (java) S 31827 31827 31623 0 -1 1077944320 80559 0 0 0 39723 93 0 0 20 0 28 0 418898550 29527982080 143784 33554432000 4194304 4196468 140727593097232 140727593079776 140652952882935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
/proc/31829/statm: 7208980 143784 3533 1 0 7170082 0
[pid=31829/tid=31830] ppid=31827 vsize=28835920 memory=39756 CPUtime=1.29 cores=0-7
/proc/31829/task/31830/stat : 31830 (java) S 31827 31827 31623 0 -1 1077944384 10757 0 0 0 123 6 0 0 20 0 28 0 418898551 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652957123712 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31831] ppid=31827 vsize=28835920 memory=6791534058613427641 CPUtime=0.18 cores=0-7
/proc/31829/task/31831/stat : 31831 (java) S 31827 31827 31623 0 -1 1077944384 211 0 0 0 11 7 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652872735248 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31832] ppid=31827 vsize=28835920 memory=575136 CPUtime=0.18 cores=0-7
/proc/31829/task/31832/stat : 31832 (java) S 31827 31827 31623 0 -1 1077944384 258 0 0 0 12 6 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652871682704 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31833] ppid=31827 vsize=28835920 memory=6655300316396806240 CPUtime=0.18 cores=0-7
/proc/31829/task/31833/stat : 31833 (java) S 31827 31827 31623 0 -1 1077944384 286 0 0 0 11 7 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652870629648 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31834] ppid=31827 vsize=28835920 memory=0 CPUtime=0.18 cores=0-7
/proc/31829/task/31834/stat : 31834 (java) S 31827 31827 31623 0 -1 1077944384 1288 0 0 0 12 6 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652869577104 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31835] ppid=31827 vsize=28835920 memory=6944652177228980320 CPUtime=0.18 cores=0-7
/proc/31829/task/31835/stat : 31835 (java) S 31827 31827 31623 0 -1 1077944384 324 0 0 0 11 7 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652868525072 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31836] ppid=31827 vsize=28835920 memory=1452 CPUtime=0.19 cores=0-7
/proc/31829/task/31836/stat : 31836 (java) S 31827 31827 31623 0 -1 1077944384 429 0 0 0 11 8 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652867472528 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31837] ppid=31827 vsize=28835920 memory=575136 CPUtime=0.18 cores=0-7
/proc/31829/task/31837/stat : 31837 (java) S 31827 31827 31623 0 -1 1077944384 841 0 0 0 11 7 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652866419472 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31838] ppid=31827 vsize=28835920 memory=1432 CPUtime=0.18 cores=0-7
/proc/31829/task/31838/stat : 31838 (java) S 31827 31827 31623 0 -1 1077944384 266 0 0 0 10 8 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652865366928 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31839] ppid=31827 vsize=28835920 memory=1764 CPUtime=0.01 cores=0-7
/proc/31829/task/31839/stat : 31839 (java) S 31827 31827 31623 0 -1 1077944384 1117 0 0 0 1 0 0 0 20 0 28 0 418898553 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652336736496 140652952894082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31840] ppid=31827 vsize=28835920 memory=111632 CPUtime=0 cores=0-7
/proc/31829/task/31840/stat : 31840 (java) S 31827 31827 31623 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 418898554 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652335682784 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31841] ppid=31827 vsize=28835920 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/31829/task/31841/stat : 31841 (java) S 31827 31827 31623 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418898554 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652334629632 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31842] ppid=31827 vsize=28835920 memory=5928 CPUtime=0 cores=0-7
/proc/31829/task/31842/stat : 31842 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652333578192 140652952901531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31843] ppid=31827 vsize=28835920 memory=10476 CPUtime=2.71 cores=0-7
/proc/31829/task/31843/stat : 31843 (java) S 31827 31827 31623 0 -1 1077944384 11864 0 0 0 268 3 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652332526320 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31844] ppid=31827 vsize=28835920 memory=716 CPUtime=2.79 cores=0-7
/proc/31829/task/31844/stat : 31844 (java) S 31827 31827 31623 0 -1 1077944384 10236 0 0 0 276 3 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652331473776 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31845] ppid=31827 vsize=28835920 memory=780 CPUtime=2.71 cores=0-7
/proc/31829/task/31845/stat : 31845 (java) S 31827 31827 31623 0 -1 1077944384 10835 0 0 0 268 3 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652330420720 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31846] ppid=31827 vsize=28835920 memory=1552 CPUtime=1.06 cores=0-7
/proc/31829/task/31846/stat : 31846 (java) S 31827 31827 31623 0 -1 1077944384 16321 0 0 0 104 2 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652329368176 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31847] ppid=31827 vsize=28835920 memory=804 CPUtime=0 cores=0-7
/proc/31829/task/31847/stat : 31847 (java) S 31827 31827 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418898557 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652328315360 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31848] ppid=31827 vsize=28835920 memory=1732 CPUtime=0.04 cores=0-7
/proc/31829/task/31848/stat : 31848 (java) S 31827 31827 31623 0 -1 1077944384 681 0 0 0 2 2 0 0 20 0 28 0 418898557 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652125874864 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31954] ppid=31827 vsize=28835920 memory=4100 CPUtime=65 cores=0-7
/proc/31829/task/31954/stat : 31954 (java) R 31827 31827 31623 0 -1 4202560 1016 0 0 0 6500 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652110592504 140652556133179 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31955] ppid=31827 vsize=28835920 memory=1808 CPUtime=65 cores=0-7
/proc/31829/task/31955/stat : 31955 (java) R 31827 31827 31623 0 -1 4202560 595 0 0 0 6500 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652113751800 140652555799971 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31956] ppid=31827 vsize=28835920 memory=924 CPUtime=0 cores=0-7
/proc/31829/task/31956/stat : 31956 (java) S 31827 31827 31623 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652106388944 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31957] ppid=31827 vsize=28835920 memory=4136 CPUtime=65 cores=0-7
/proc/31829/task/31957/stat : 31957 (java) R 31827 31827 31623 0 -1 4202560 3160 0 0 0 6498 2 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652111646912 140652552797899 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31958] ppid=31827 vsize=28835920 memory=1412 CPUtime=65 cores=0-7
/proc/31829/task/31958/stat : 31958 (java) R 31827 31827 31623 0 -1 4202560 1809 0 0 0 6500 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652109541496 140652554360587 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31959] ppid=31827 vsize=28835920 memory=3488 CPUtime=65.01 cores=0-7
/proc/31829/task/31959/stat : 31959 (java) R 31827 31827 31623 0 -1 4202560 634 0 0 0 6501 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652107436328 140652552797836 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31960] ppid=31827 vsize=28835920 memory=1452 CPUtime=0 cores=0-7
/proc/31829/task/31960/stat : 31960 (java) S 31827 31827 31623 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652114809808 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31961] ppid=31827 vsize=28835920 memory=575136 CPUtime=0 cores=0-7
/proc/31829/task/31961/stat : 31961 (java) S 31827 31827 31623 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652105335888 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
Current children cumulated CPU time: 398.16 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 576588 KiB

[startup+78.7012 s]
/proc/loadavg: 5.10 6.60 7.19 7/219 31964
/proc/meminfo: memFree=30316144/32770624 swapFree=66967032/67108860
[pid=31827] ppid=31824 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31827/stat : 31827 (xcsp3-exec) S 31824 31827 31623 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418898550 115843072 363 33554432000 4194304 5098028 140734103613280 140734103611384 140127463121532 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 34578432 140734103622518 140734103622761 140734103622761 140734103625674 0
/proc/31827/statm: 28282 363 304 221 0 87 0
[pid=31829] ppid=31827 vsize=28835920 memory=575136 CPUtime=398.66 cores=0-7
/proc/31829/stat : 31829 (java) S 31827 31827 31623 0 -1 1077944320 80559 0 0 0 39773 93 0 0 20 0 28 0 418898550 29527982080 143784 33554432000 4194304 4196468 140727593097232 140727593079776 140652952882935 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
/proc/31829/statm: 7208980 143784 3533 1 0 7170082 0
[pid=31829/tid=31830] ppid=31827 vsize=28835920 memory=575136 CPUtime=1.29 cores=0-7
/proc/31829/task/31830/stat : 31830 (java) S 31827 31827 31623 0 -1 1077944384 10757 0 0 0 123 6 0 0 20 0 28 0 418898551 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652957123712 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31831] ppid=31827 vsize=28835920 memory=1452 CPUtime=0.18 cores=0-7
/proc/31829/task/31831/stat : 31831 (java) S 31827 31827 31623 0 -1 1077944384 211 0 0 0 11 7 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652872735248 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31832] ppid=31827 vsize=28835920 memory=575136 CPUtime=0.18 cores=0-7
/proc/31829/task/31832/stat : 31832 (java) S 31827 31827 31623 0 -1 1077944384 258 0 0 0 12 6 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652871682704 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31833] ppid=31827 vsize=28835920 memory=1452 CPUtime=0.18 cores=0-7
/proc/31829/task/31833/stat : 31833 (java) S 31827 31827 31623 0 -1 1077944384 286 0 0 0 11 7 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652870629648 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31834] ppid=31827 vsize=28835920 memory=0 CPUtime=0.18 cores=0-7
/proc/31829/task/31834/stat : 31834 (java) S 31827 31827 31623 0 -1 1077944384 1288 0 0 0 12 6 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652869577104 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31835] ppid=31827 vsize=28835920 memory=547692 CPUtime=0.18 cores=0-7
/proc/31829/task/31835/stat : 31835 (java) S 31827 31827 31623 0 -1 1077944384 324 0 0 0 11 7 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652868525072 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31836] ppid=31827 vsize=28835920 memory=1452 CPUtime=0.19 cores=0-7
/proc/31829/task/31836/stat : 31836 (java) S 31827 31827 31623 0 -1 1077944384 429 0 0 0 11 8 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652867472528 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31837] ppid=31827 vsize=28835920 memory=19 CPUtime=0.18 cores=0-7
/proc/31829/task/31837/stat : 31837 (java) S 31827 31827 31623 0 -1 1077944384 841 0 0 0 11 7 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652866419472 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31838] ppid=31827 vsize=28835920 memory=18 CPUtime=0.18 cores=0-7
/proc/31829/task/31838/stat : 31838 (java) S 31827 31827 31623 0 -1 1077944384 266 0 0 0 10 8 0 0 20 0 28 0 418898552 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652865366928 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31839] ppid=31827 vsize=28835920 memory=280404591368192 CPUtime=0.01 cores=0-7
/proc/31829/task/31839/stat : 31839 (java) S 31827 31827 31623 0 -1 1077944384 1117 0 0 0 1 0 0 0 20 0 28 0 418898553 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652336736496 140652952894082 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31840] ppid=31827 vsize=28835920 memory=280404591374112 CPUtime=0 cores=0-7
/proc/31829/task/31840/stat : 31840 (java) S 31827 31827 31623 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 28 0 418898554 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652335682784 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31841] ppid=31827 vsize=28835920 memory=280402912911835 CPUtime=0 cores=0-7
/proc/31829/task/31841/stat : 31841 (java) S 31827 31827 31623 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418898554 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652334629632 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31842] ppid=31827 vsize=28835920 memory=1452 CPUtime=0 cores=0-7
/proc/31829/task/31842/stat : 31842 (java) S 31827 31827 31623 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652333578192 140652952901531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31843] ppid=31827 vsize=28835920 memory=1452 CPUtime=2.71 cores=0-7
/proc/31829/task/31843/stat : 31843 (java) S 31827 31827 31623 0 -1 1077944384 11864 0 0 0 268 3 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652332526320 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31844] ppid=31827 vsize=28835920 memory=547696 CPUtime=2.79 cores=0-7
/proc/31829/task/31844/stat : 31844 (java) S 31827 31827 31623 0 -1 1077944384 10236 0 0 0 276 3 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652331473776 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31845] ppid=31827 vsize=28835920 memory=8292088525465231408 CPUtime=2.71 cores=0-7
/proc/31829/task/31845/stat : 31845 (java) S 31827 31827 31623 0 -1 1077944384 10835 0 0 0 268 3 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652330420720 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31846] ppid=31827 vsize=28835920 memory=3690453832585131776 CPUtime=1.06 cores=0-7
/proc/31829/task/31846/stat : 31846 (java) S 31827 31827 31623 0 -1 1077944384 16321 0 0 0 104 2 0 0 20 0 28 0 418898556 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652329368176 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31847] ppid=31827 vsize=28835920 memory=56 CPUtime=0 cores=0-7
/proc/31829/task/31847/stat : 31847 (java) S 31827 31827 31623 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418898557 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652328315360 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31848] ppid=31827 vsize=28835920 memory=804 CPUtime=0.04 cores=0-7
/proc/31829/task/31848/stat : 31848 (java) S 31827 31827 31623 0 -1 1077944384 681 0 0 0 2 2 0 0 20 0 28 0 418898557 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652125874864 140652952894082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31954] ppid=31827 vsize=28835920 memory=1732 CPUtime=65.1 cores=0-7
/proc/31829/task/31954/stat : 31954 (java) R 31827 31827 31623 0 -1 4202560 1016 0 0 0 6510 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652110592504 140652555799998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31955] ppid=31827 vsize=28835920 memory=1452 CPUtime=65.1 cores=0-7
/proc/31829/task/31955/stat : 31955 (java) R 31827 31827 31623 0 -1 4202560 595 0 0 0 6510 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652113751800 140652556132627 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31956] ppid=31827 vsize=28835920 memory=1552 CPUtime=0 cores=0-7
/proc/31829/task/31956/stat : 31956 (java) S 31827 31827 31623 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652106388944 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31957] ppid=31827 vsize=28835920 memory=2832 CPUtime=65.1 cores=0-7
/proc/31829/task/31957/stat : 31957 (java) R 31827 31827 31623 0 -1 4202560 3160 0 0 0 6508 2 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652111646912 140652553392735 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31958] ppid=31827 vsize=28835920 memory=1192 CPUtime=65.1 cores=0-7
/proc/31829/task/31958/stat : 31958 (java) R 31827 31827 31623 0 -1 4202560 1809 0 0 0 6510 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652109541496 140652556133592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31959] ppid=31827 vsize=28835920 memory=280404590993744 CPUtime=65.11 cores=0-7
/proc/31829/task/31959/stat : 31959 (java) R 31827 31827 31623 0 -1 4202560 634 0 0 0 6511 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652107436328 140652555799998 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31960] ppid=31827 vsize=28835920 memory=138879445240298 CPUtime=0 cores=0-7
/proc/31829/task/31960/stat : 31960 (java) S 31827 31827 31623 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652114809808 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
[pid=31829/tid=31961] ppid=31827 vsize=28835920 memory=138879445240042 CPUtime=0 cores=0-7
/proc/31829/task/31961/stat : 31961 (java) S 31827 31827 31623 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418899906 29527982080 143784 33554432000 4194304 4196468 140727593097232 140652105335888 140652952893141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17059840 140727593100266 140727593100438 140727593100438 140727593103311 0
Current children cumulated CPU time: 398.66 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 576588 KiB

Child status: 0
Real time (s): 78.743
CPU time (s): 398.817
CPU user time (s): 397.87
CPU system time (s): 0.946657
CPU usage (%): 506.479
Max. virtual memory (cumulated for all children) (KiB): 28949048
Max. memory (cumulated for all children) (KiB): 576588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 397.87
system time used= 0.946657
maximum resident set size= 575560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81923
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8088
involuntary context switches= 969


# summary of solver processes directly reported to runsolver:
#   pid: 31827
#   total CPU time (s): 398.817
#   total CPU user time (s): 397.87
#   total CPU system time (s): 0.946657

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.875203 second user time and 0.756582 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-14 03:57:55
IDJOB=4394495
IDBENCH=126243
IDSOLVER=2843
FILE ID=node125/4394495-1568426317
RUNJOBID= node125-1568426266-31650
PBS_JOBID= 21702287
Free space on /tmp= 59780 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-09-a4.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-4394495-1568426317/watcher-4394495-1568426317 -o /tmp/evaluation-result-4394495-1568426317/solver-4394495-1568426317 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568426266-31650 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 765876300 HOME/instance-4394495-1568426317.xml

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

MD5SUM BENCH= 24dd80e7bb1ef2b7df88c183d3ee4992
RANDOM SEED=765876300

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30876124 kB
MemAvailable:   31871688 kB
Buffers:          146232 kB
Cached:          1141780 kB
SwapCached:        38320 kB
Active:           678304 kB
Inactive:         652132 kB
Active(anon):      21500 kB
Inactive(anon):    60800 kB
Active(file):     656804 kB
Inactive(file):   591332 kB
Unevictable:      108024 kB
Mlocked:          108024 kB
SwapTotal:      67108860 kB
SwapFree:       66967032 kB
Dirty:             26180 kB
Writeback:             0 kB
AnonPages:        123256 kB
Mapped:            44004 kB
Shmem:             31260 kB
Slab:             155376 kB
SReclaimable:     126524 kB
SUnreclaim:        28852 kB
KernelStack:        3728 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59752 MiB
End job on node125 at 2019-09-14 03:59:14