Trace number 4393926

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 parallelOPT68 70.3884 10.6537

General information on the benchmark

NameRcpsp/Rcpsp-m1-j90/
Rcpsp-j90-06-08.xml
MD5SUM8d7da43fda8420e04b4d8dcd0c7711ab
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark68
Best CPU time to get the best result obtained on this benchmark50.7103
Satisfiable
(Un)Satisfiability was proved
Number of variables92
Number of constraints142
Number of domains2
Minimum domain size1
Maximum domain size505
Distribution of domain sizes[{"size":1,"count":1},{"size":505,"count":91}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":10},{"degree":4,"count":26},{"degree":5,"count":23},{"degree":6,"count":22},{"degree":7,"count":11}]
Minimum constraint arity2
Maximum constraint arity48
Distribution of constraint arities[{"arity":2,"count":138},{"arity":42,"count":1},{"arity":43,"count":1},{"arity":48,"count":2}]
Number of extensional constraints0
Number of intensional constraints138
Distribution of constraint types[{"type":"intension","count":138},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393926-1568431363.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4393926-1568431363.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.10/0.83	c solve instance...
3.47/1.05	o 85 
3.47/1.11	o 82 
4.02/1.12	o 80 
4.02/1.17	o 79 
4.58/1.21	o 77 
5.26/1.31	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (148/182)
5.26/1.31		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
5.26/1.31		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
5.26/1.31		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
5.26/1.31		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
5.26/1.31		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
5.26/1.31	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (148/182)
5.26/1.31		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
5.26/1.31		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
5.26/1.31		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
5.26/1.31		at org.chocosolver.solver.Solver.repair(Solver.java:443)
5.26/1.31		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
5.26/1.31		at org.chocosolver.solver.Solver.solve(Solver.java:262)
5.26/1.31		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
5.26/1.31		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
5.26/1.31		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.26/1.31		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5.26/1.31		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
5.26/1.31		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
5.26/1.31		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.26/1.31		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.26/1.31		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.26/1.31		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.26/1.31	o 76 
5.26/1.37	o 75 
5.97/1.41	o 74 
5.97/1.45	o 73 
6.61/1.51	o 72 
6.61/1.58	o 71 
20.03/3.22	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (246/263)
20.03/3.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
20.03/3.22		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
20.03/3.22		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
20.03/3.22		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
20.03/3.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
20.03/3.22	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (246/263)
20.03/3.22		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
20.03/3.22		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
20.03/3.22		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
20.03/3.22		at org.chocosolver.solver.Solver.repair(Solver.java:443)
20.03/3.22		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
20.03/3.22		at org.chocosolver.solver.Solver.solve(Solver.java:262)
20.03/3.22		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
20.03/3.22		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
20.03/3.22		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
20.03/3.22		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
20.03/3.22		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
20.03/3.22		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
20.03/3.22		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
20.03/3.22		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
20.03/3.22		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
20.03/3.22		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
20.03/3.22	o 70 
27.16/4.17	java.util.concurrent.ExecutionException: java.lang.NullPointerException
27.16/4.17		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
27.16/4.17		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
27.16/4.17		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
27.16/4.17		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
27.16/4.17		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
27.16/4.17	Caused by: java.lang.NullPointerException
27.16/4.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
27.16/4.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
27.16/4.17		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
27.16/4.17		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
27.16/4.17		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
27.16/4.17		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
27.16/4.17		... 4 more
27.16/4.17	Caused by: java.lang.NullPointerException
27.16/4.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
27.16/4.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
27.16/4.17		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
27.16/4.17		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
27.16/4.17		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
27.16/4.17		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
27.16/4.17		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
27.16/4.17		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
27.16/4.17		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
27.16/4.17		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
27.16/4.17		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
27.16/4.17		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
27.16/4.17		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
27.16/4.17		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
27.16/4.17		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
27.16/4.17		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
27.16/4.17		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
27.16/4.17		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
27.16/4.17	Caused by: java.lang.NullPointerException
27.16/4.17		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
27.16/4.17		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
27.16/4.17		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
27.16/4.17		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
27.16/4.17		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
27.16/4.17		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
27.16/4.17		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
27.16/4.17		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
27.16/4.17		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
27.16/4.17		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
27.16/4.17		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
27.16/4.17		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
27.16/4.17		at org.chocosolver.solver.Solver.extend(Solver.java:421)
27.16/4.17		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
27.16/4.17		at org.chocosolver.solver.Solver.solve(Solver.java:262)
27.16/4.17		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
27.16/4.17		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
27.16/4.17		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
27.16/4.17		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
27.16/4.17		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
27.16/4.17		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
27.16/4.17		... 4 more
27.16/4.17	o 69 
43.69/6.36	java.util.concurrent.ExecutionException: java.lang.NullPointerException
43.69/6.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
43.69/6.36		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
43.69/6.36		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
43.69/6.36		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
43.69/6.36		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
43.69/6.36	Caused by: java.lang.NullPointerException
43.69/6.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
43.69/6.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
43.69/6.36		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
43.69/6.36		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
43.69/6.36		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
43.69/6.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
43.69/6.36		... 4 more
43.69/6.36	Caused by: java.lang.NullPointerException
43.69/6.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
43.69/6.36		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
43.69/6.36		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
43.69/6.36		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
43.69/6.36		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
43.69/6.36		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
43.69/6.36		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
43.69/6.36		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
43.69/6.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
43.69/6.36		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
43.69/6.36		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
43.69/6.36		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
43.69/6.36		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
43.69/6.36		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
43.69/6.36		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
43.69/6.36		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
43.69/6.36		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
43.69/6.36		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
43.69/6.36	Caused by: java.lang.NullPointerException
43.69/6.36		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
43.69/6.36		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
43.69/6.36		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
43.69/6.36		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
43.69/6.36		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
43.69/6.36		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
43.69/6.36		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
43.69/6.36		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
43.69/6.36		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
43.69/6.36		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
43.69/6.36		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
43.69/6.36		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
43.69/6.36		at org.chocosolver.solver.Solver.extend(Solver.java:421)
43.69/6.36		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
43.69/6.36		at org.chocosolver.solver.Solver.solve(Solver.java:262)
43.69/6.36		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
43.69/6.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
43.69/6.36		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
43.69/6.36		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
43.69/6.36		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
43.69/6.36		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
43.69/6.36		... 4 more
43.69/6.36	o 68 
70.15/10.63	java.util.concurrent.ExecutionException: java.lang.NullPointerException
70.15/10.63		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
70.15/10.63		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
70.15/10.63		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
70.15/10.63		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
70.15/10.63		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
70.15/10.63	Caused by: java.lang.NullPointerException
70.15/10.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
70.15/10.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
70.15/10.63		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
70.15/10.63		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
70.15/10.63		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
70.15/10.63		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
70.15/10.63		... 4 more
70.15/10.63	Caused by: java.lang.NullPointerException
70.15/10.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
70.15/10.63		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
70.15/10.63		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
70.15/10.63		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
70.15/10.63		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
70.15/10.63		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
70.15/10.63		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
70.15/10.63		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
70.15/10.63		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
70.15/10.63		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
70.15/10.63		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
70.15/10.63		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
70.15/10.63		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
70.15/10.63		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
70.15/10.63		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
70.15/10.63		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
70.15/10.63		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
70.15/10.63		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
70.15/10.63	Caused by: java.lang.NullPointerException
70.15/10.64	s OPTIMUM FOUND
70.15/10.64	v <instantiation>
70.15/10.64	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] </list>
70.15/10.64	v 	<values>0 0 0 0 6 4 7 17 9 17 6 28 16 31 8 8 15 31 13 17 56 23 13 18 8 38 26 11 33 13 28 24 14 12 15 19 29 20 55 23 25 35 34 52 34 9 39 11 19 39 26 32 18 50 31 44 36 28 6 9 38 37 39 39 50 39 40 32 44 40 42 46 45 44 54 54 34 50 45 49 47 56 46 55 52 57 51 59 64 65 62 68 </values>
70.15/10.64	v </instantiation>

Verifier Data

OK	68

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393926-1568431363/watcher-4393926-1568431363 -o /tmp/evaluation-result-4393926-1568431363/solver-4393926-1568431363 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568426604-21617 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 88505610 HOME/instance-4393926-1568431363.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=23220, runsolver pid=23217
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 7.73 7.00 6.30 2/217 23241
/proc/meminfo: memFree=31444900/32770624 swapFree=67004140/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419375930 115843072 364 33554432000 4194304 5098028 140727715202736 140727715200840 139779664822908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23117824 140727715210103 140727715210345 140727715210345 140727715213258 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28227388 memory=28928 CPUtime=0.13 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21590 0 -1 1077944320 5707 0 0 0 11 2 0 0 20 0 20 0 419375930 28904845312 7232 33554432000 4194304 4196468 140720348278304 140720348260848 140168529166071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
/proc/23222/statm: 7056847 7232 3121 1 0 7019032 0
[pid=23222/tid=23223] ppid=23220 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) R 23220 23220 21590 0 -1 4202560 3619 0 0 0 8 1 0 0 20 0 20 0 419375930 28904845312 7232 33554432000 4194304 4196468 140720348278304 140168533395248 140168529178006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23224] ppid=23220 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 7232 33554432000 4194304 4196468 140720348278304 140168481786256 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23225] ppid=23220 vsize=28227388 memory=140599307630208 CPUtime=0 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 7232 33554432000 4194304 4196468 140720348278304 140168480733456 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23226] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 7232 33554432000 4194304 4196468 140720348278304 140168479681168 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23227] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23227/stat : 23227 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 7232 33554432000 4194304 4196468 140720348278304 140168478628368 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23228] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23228/stat : 23228 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 7232 33554432000 4194304 4196468 140720348278304 140168477576080 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23229] ppid=23220 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23229/stat : 23229 (java) S 23220 23220 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 7232 33554432000 4194304 4196468 140720348278304 140168476523280 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23230] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 7232 33554432000 4194304 4196468 140720348278304 140168475470992 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23231] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 7232 33554432000 4194304 4196468 140720348278304 140168474418192 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23232] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375933 28904845312 7232 33554432000 4194304 4196468 140720348278304 140167578282096 140168529177218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23233] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419375933 28904845312 7232 33554432000 4194304 4196468 140720348278304 140167577228064 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23234] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419375933 28904845312 7232 33554432000 4194304 4196468 140720348278304 140167576175728 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23235] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375936 28904845312 7232 33554432000 4194304 4196468 140720348278304 140167575124048 140168529184667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23236] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) S 23220 23220 21590 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 419375936 28904845312 7232 33554432000 4194304 4196468 140720348278304 140167574071920 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23237] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) S 23220 23220 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419375936 28904845312 7232 33554432000 4194304 4196468 140720348278304 140167573019120 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23238] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) R 23220 23220 21590 0 -1 4202560 121 0 0 0 0 0 0 0 20 0 20 0 419375936 28904845312 7232 33554432000 4194304 4196468 140720348278304 140167571966832 140168522151113 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23239] ppid=23220 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) R 23220 23220 21590 0 -1 4202560 350 0 0 0 2 0 0 0 20 0 20 0 419375936 28904845312 7232 33554432000 4194304 4196468 140720348278304 140167570914032 140168529178006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23240] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419375936 28904845312 7232 33554432000 4194304 4196468 140720348278304 140167569860960 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23241] ppid=23220 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375936 28904845312 7232 33554432000 4194304 4196468 140720348278304 140167568808240 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30384 KiB

[startup+0.21099 s]*
/proc/loadavg: 7.73 7.00 6.30 3/217 23241
/proc/meminfo: memFree=31431152/32770624 swapFree=67004140/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419375930 115843072 364 33554432000 4194304 5098028 140727715202736 140727715200840 139779664822908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23117824 140727715210103 140727715210345 140727715210345 140727715213258 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28227388 memory=40912 CPUtime=0.34 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21590 0 -1 1077944320 9514 0 0 0 30 4 0 0 20 0 20 0 419375930 28904845312 10228 33554432000 4194304 4196468 140720348278304 140720348260848 140168529166071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
/proc/23222/statm: 7056847 10228 3270 1 0 7019032 0
[pid=23222/tid=23223] ppid=23220 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) R 23220 23220 21590 0 -1 4202560 6648 0 0 0 17 3 0 0 20 0 20 0 419375930 28904845312 10228 33554432000 4194304 4196468 140720348278304 140168533399168 140168529187997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23224] ppid=23220 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 10228 33554432000 4194304 4196468 140720348278304 140168481786256 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23225] ppid=23220 vsize=28227388 memory=4051469519729555104 CPUtime=0 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 10228 33554432000 4194304 4196468 140720348278304 140168480733456 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23226] ppid=23220 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 10228 33554432000 4194304 4196468 140720348278304 140168479681168 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23227] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23227/stat : 23227 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 10228 33554432000 4194304 4196468 140720348278304 140168478628368 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23228] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23228/stat : 23228 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 10228 33554432000 4194304 4196468 140720348278304 140168477576080 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23229] ppid=23220 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23229/stat : 23229 (java) S 23220 23220 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 10228 33554432000 4194304 4196468 140720348278304 140168476523280 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23230] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 10228 33554432000 4194304 4196468 140720348278304 140168475470992 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23231] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28904845312 10228 33554432000 4194304 4196468 140720348278304 140168474418192 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23232] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419375933 28904845312 10228 33554432000 4194304 4196468 140720348278304 140167578282096 140168529177218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23233] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419375933 28904845312 10228 33554432000 4194304 4196468 140720348278304 140167577228064 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23234] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419375933 28904845312 10228 33554432000 4194304 4196468 140720348278304 140167576175728 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23235] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375936 28904845312 10228 33554432000 4194304 4196468 140720348278304 140167575124048 140168529184667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23236] ppid=23220 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) S 23220 23220 21590 0 -1 1077944384 520 0 0 0 2 0 0 0 20 0 20 0 419375936 28904845312 10228 33554432000 4194304 4196468 140720348278304 140167574071920 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23237] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) S 23220 23220 21590 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 20 0 419375936 28904845312 10228 33554432000 4194304 4196468 140720348278304 140167573019120 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23238] ppid=23220 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) S 23220 23220 21590 0 -1 1077944384 180 0 0 0 1 0 0 0 20 0 20 0 419375936 28904845312 10228 33554432000 4194304 4196468 140720348278304 140167571966832 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23239] ppid=23220 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) S 23220 23220 21590 0 -1 1077944384 757 0 0 0 8 0 0 0 20 0 20 0 419375936 28904845312 10228 33554432000 4194304 4196468 140720348278304 140167570914032 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23240] ppid=23220 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419375936 28904845312 10228 33554432000 4194304 4196468 140720348278304 140167569860960 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23241] ppid=23220 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375936 28904845312 10228 33554432000 4194304 4196468 140720348278304 140167568808240 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42368 KiB

[startup+0.312157 s]*
/proc/loadavg: 7.73 7.00 6.30 3/217 23241
/proc/meminfo: memFree=31423756/32770624 swapFree=67004140/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419375930 115843072 364 33554432000 4194304 5098028 140727715202736 140727715200840 139779664822908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23117824 140727715210103 140727715210345 140727715210345 140727715213258 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28231644 memory=50544 CPUtime=0.53 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21590 0 -1 1077944320 10973 0 0 0 48 5 0 0 20 0 20 0 419375930 28909203456 12636 33554432000 4194304 4196468 140720348278304 140720348260848 140168529166071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
/proc/23222/statm: 7057911 12636 3370 1 0 7019032 0
[pid=23222/tid=23223] ppid=23220 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) R 23220 23220 21590 0 -1 4202560 7846 0 0 0 26 4 0 0 20 0 20 0 419375930 28909203456 12636 33554432000 4194304 4196468 140720348278304 140168533399840 140168529187997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23224] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28909203456 12636 33554432000 4194304 4196468 140720348278304 140168481786256 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23225] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28909203456 12636 33554432000 4194304 4196468 140720348278304 140168480733456 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23226] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28909203456 12636 33554432000 4194304 4196468 140720348278304 140168479681168 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23227] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23227/stat : 23227 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28909203456 12636 33554432000 4194304 4196468 140720348278304 140168478628368 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23228] ppid=23220 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/23222/task/23228/stat : 23228 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28909203456 12636 33554432000 4194304 4196468 140720348278304 140168477576080 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23229] ppid=23220 vsize=28231644 memory=140599177081775 CPUtime=0 cores=0-7
/proc/23222/task/23229/stat : 23229 (java) S 23220 23220 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419375931 28909203456 12636 33554432000 4194304 4196468 140720348278304 140168476523280 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23230] ppid=23220 vsize=28231644 memory=140599177084080 CPUtime=0 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28909203456 12636 33554432000 4194304 4196468 140720348278304 140168475470992 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23231] ppid=23220 vsize=28231644 memory=140599177086384 CPUtime=0 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28909203456 12636 33554432000 4194304 4196468 140720348278304 140168474418192 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23232] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419375933 28909203456 12636 33554432000 4194304 4196468 140720348278304 140167578282096 140168529177218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23233] ppid=23220 vsize=28231644 memory=281198354179728 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419375933 28909203456 12636 33554432000 4194304 4196468 140720348278304 140167577228064 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23234] ppid=23220 vsize=28231644 memory=281198354186640 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419375933 28909203456 12636 33554432000 4194304 4196468 140720348278304 140167576175728 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23235] ppid=23220 vsize=28231644 memory=281198354127920 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375936 28909203456 12636 33554432000 4194304 4196468 140720348278304 140167575124048 140168529184667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23236] ppid=23220 vsize=28231644 memory=281198354200464 CPUtime=0.04 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) R 23220 23220 21590 0 -1 4202560 648 0 0 0 4 0 0 0 20 0 20 0 419375936 28909203456 12636 33554432000 4194304 4196468 140720348278304 140167574052936 140168510687253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23237] ppid=23220 vsize=28231644 memory=281198354207376 CPUtime=0.01 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) S 23220 23220 21590 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 20 0 419375936 28909203456 12636 33554432000 4194304 4196468 140720348278304 140167573019120 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23238] ppid=23220 vsize=28231644 memory=281198354205072 CPUtime=0.02 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) S 23220 23220 21590 0 -1 1077944384 208 0 0 0 2 0 0 0 20 0 20 0 419375936 28909203456 12636 33554432000 4194304 4196468 140720348278304 140167571966832 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23239] ppid=23220 vsize=28231644 memory=281198354221232 CPUtime=0.12 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) S 23220 23220 21590 0 -1 1077944384 858 0 0 0 12 0 0 0 20 0 20 0 419375936 28909203456 12636 33554432000 4194304 4196468 140720348278304 140167570914032 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23240] ppid=23220 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419375936 28909203456 12636 33554432000 4194304 4196468 140720348278304 140167569860960 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23241] ppid=23220 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375936 28909203456 12636 33554432000 4194304 4196468 140720348278304 140167568808240 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 52000 KiB

[startup+0.701026 s]
/proc/loadavg: 7.73 7.00 6.30 6/218 23243
/proc/meminfo: memFree=31407664/32770624 swapFree=67004140/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419375930 115843072 364 33554432000 4194304 5098028 140727715202736 140727715200840 139779664822908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23117824 140727715210103 140727715210345 140727715210345 140727715213258 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28233768 memory=89248 CPUtime=1.67 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21590 0 -1 1077944320 15539 0 0 0 158 9 0 0 20 0 20 0 419375930 28911378432 22312 33554432000 4194304 4196468 140720348278304 140720348260848 140168529166071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
/proc/23222/statm: 7058442 22312 3452 1 0 7019544 0
[pid=23222/tid=23223] ppid=23220 vsize=28233768 memory=281198354579120 CPUtime=0.67 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) R 23220 23220 21590 0 -1 4202560 9348 0 0 0 62 5 0 0 20 0 20 0 419375930 28911378432 22345 33554432000 4194304 4196468 140720348278304 140168533403856 140168153681200 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23224] ppid=23220 vsize=28233768 memory=140599177290608 CPUtime=0 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419375931 28911378432 22345 33554432000 4194304 4196468 140720348278304 140168481786256 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23225] ppid=23220 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28911378432 22345 33554432000 4194304 4196468 140720348278304 140168480733456 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23226] ppid=23220 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419375931 28911378432 22345 33554432000 4194304 4196468 140720348278304 140168479681168 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0

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

[pid=23222/tid=23239] ppid=23220 vsize=28834892 memory=237480 CPUtime=1.19 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) S 23220 23220 21590 0 -1 1077944384 7389 0 0 0 116 3 0 0 20 0 28 0 419375936 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167570914032 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23240] ppid=23220 vsize=28834892 memory=99729140659578 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419375936 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167569860960 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23241] ppid=23220 vsize=28834892 memory=140599177441208 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21590 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 28 0 419375936 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167568808240 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23356] ppid=23220 vsize=28834892 memory=99729140659580 CPUtime=3.19 cores=0-7
/proc/23222/task/23356/stat : 23356 (java) R 23220 23220 21590 0 -1 4202560 361 0 0 0 319 0 0 0 20 0 28 0 419376567 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167550130680 140168161690791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23357] ppid=23220 vsize=28834892 memory=99729140659581 CPUtime=3.18 cores=0-7
/proc/23222/task/23357/stat : 23357 (java) R 23220 23220 21590 0 -1 4202560 136 0 0 0 318 0 0 0 20 0 28 0 419376567 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167557500648 140168163050951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23358] ppid=23220 vsize=28834892 memory=1456 CPUtime=3.18 cores=0-7
/proc/23222/task/23358/stat : 23358 (java) R 23220 23220 21590 0 -1 4202560 934 0 0 0 318 0 0 0 20 0 28 0 419376567 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167549082184 140168162399513 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23359] ppid=23220 vsize=28834892 memory=222476 CPUtime=3.19 cores=0-7
/proc/23222/task/23359/stat : 23359 (java) R 23220 23220 21590 0 -1 4202560 291 0 0 0 319 0 0 0 20 0 28 0 419376567 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167553290056 140168165187451 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23360] ppid=23220 vsize=28834892 memory=0 CPUtime=3.18 cores=0-7
/proc/23222/task/23360/stat : 23360 (java) R 23220 23220 21590 0 -1 4202560 219 0 0 0 318 0 0 0 20 0 28 0 419376567 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167551184784 140168154682790 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23361] ppid=23220 vsize=28834892 memory=1456 CPUtime=3.19 cores=0-7
/proc/23222/task/23361/stat : 23361 (java) R 23220 23220 21590 0 -1 4202560 190 0 0 0 319 0 0 0 20 0 28 0 419376567 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167552237416 140168162359714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23362] ppid=23220 vsize=28834892 memory=241464 CPUtime=0 cores=0-7
/proc/23222/task/23362/stat : 23362 (java) S 23220 23220 21590 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419376567 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167554347856 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23363] ppid=23220 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23363/stat : 23363 (java) S 23220 23220 21590 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419376568 29526929408 71382 33554432000 4194304 4196468 140720348278304 140167556453072 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
Current children cumulated CPU time: 64.12 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 286984 KiB

[startup+10.4011 s]
/proc/loadavg: 7.24 6.92 6.28 7/225 23363
/proc/meminfo: memFree=31189572/32770624 swapFree=67004140/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419375930 115843072 364 33554432000 4194304 5098028 140727715202736 140727715200840 139779664822908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23117824 140727715210103 140727715210345 140727715210345 140727715213258 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28834892 memory=281924 CPUtime=68.96 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21590 0 -1 1077944320 70651 0 0 0 6851 45 0 0 20 0 28 0 419375930 29526929408 70481 33554432000 4194304 4196468 140720348278304 140720348260848 140168529166071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
/proc/23222/statm: 7208723 70481 3536 1 0 7169825 0
[pid=23222/tid=23223] ppid=23220 vsize=28834892 memory=6791534058613427641 CPUtime=0.85 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) S 23220 23220 21590 0 -1 1077944384 9666 0 0 0 79 6 0 0 20 0 28 0 419375930 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168533406848 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23224] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21590 0 -1 1077944384 157 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168481786256 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23225] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21590 0 -1 1077944384 1246 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168480733456 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23226] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21590 0 -1 1077944384 187 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168479681168 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23227] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23227/stat : 23227 (java) S 23220 23220 21590 0 -1 1077944384 112 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168478628368 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23228] ppid=23220 vsize=28834892 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/23222/task/23228/stat : 23228 (java) S 23220 23220 21590 0 -1 1077944384 1221 0 0 0 1 0 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168477576080 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23229] ppid=23220 vsize=28834892 memory=279308 CPUtime=0.03 cores=0-7
/proc/23222/task/23229/stat : 23229 (java) S 23220 23220 21590 0 -1 1077944384 420 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168476523280 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23230] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21590 0 -1 1077944384 71 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168475470992 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23231] ppid=23220 vsize=28834892 memory=2455 CPUtime=0.03 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21590 0 -1 1077944384 240 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168474418192 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23232] ppid=23220 vsize=28834892 memory=3 CPUtime=0.02 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21590 0 -1 1077944384 614 0 0 0 2 0 0 0 20 0 28 0 419375933 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167578282096 140168529177218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23233] ppid=23220 vsize=28834892 memory=694 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21590 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 419375933 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167577228128 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23234] ppid=23220 vsize=28834892 memory=1155 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21590 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 28 0 419375933 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167576175744 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23235] ppid=23220 vsize=28834892 memory=250 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167575124048 140168529184667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23236] ppid=23220 vsize=28834892 memory=255 CPUtime=4.72 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) S 23220 23220 21590 0 -1 1077944384 12437 0 0 0 468 4 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167574071920 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23237] ppid=23220 vsize=28834892 memory=248952 CPUtime=4.19 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) S 23220 23220 21590 0 -1 1077944384 12484 0 0 0 415 4 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167573019120 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23238] ppid=23220 vsize=28834892 memory=281198354518624 CPUtime=4.42 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) S 23220 23220 21590 0 -1 1077944384 14471 0 0 0 438 4 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167571966832 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23239] ppid=23220 vsize=28834892 memory=4639059877821435984 CPUtime=1.19 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) S 23220 23220 21590 0 -1 1077944384 7634 0 0 0 116 3 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167570914032 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23240] ppid=23220 vsize=28834892 memory=8025809709042198129 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167569860960 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23241] ppid=23220 vsize=28834892 memory=7301289837685531473 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21590 0 -1 1077944384 802 0 0 0 0 0 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167568808240 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23356] ppid=23220 vsize=28834892 memory=6947459256165621842 CPUtime=3.99 cores=0-7
/proc/23222/task/23356/stat : 23356 (java) R 23220 23220 21590 0 -1 4202560 510 0 0 0 399 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167550130032 140168165252860 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23357] ppid=23220 vsize=28834892 memory=281198354055136 CPUtime=3.98 cores=0-7
/proc/23222/task/23357/stat : 23357 (java) R 23220 23220 21590 0 -1 4202560 191 0 0 0 398 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167557500464 140168161773027 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23358] ppid=23220 vsize=28834892 memory=5937806341235560549 CPUtime=3.99 cores=0-7
/proc/23222/task/23358/stat : 23358 (java) R 23220 23220 21590 0 -1 4202560 1215 0 0 0 398 1 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167549079592 140168164438488 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23359] ppid=23220 vsize=28834892 memory=7373350648535214698 CPUtime=3.99 cores=0-7
/proc/23222/task/23359/stat : 23359 (java) R 23220 23220 21590 0 -1 4202560 389 0 0 0 399 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167553290024 140168163051271 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23360] ppid=23220 vsize=28834892 memory=3906645323492449031 CPUtime=3.98 cores=0-7
/proc/23222/task/23360/stat : 23360 (java) R 23220 23220 21590 0 -1 4202560 342 0 0 0 398 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167551185112 140168163048385 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23361] ppid=23220 vsize=28834892 memory=3906645323492446823 CPUtime=3.99 cores=0-7
/proc/23222/task/23361/stat : 23361 (java) R 23220 23220 21590 0 -1 4202560 230 0 0 0 399 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167552237304 140168159610114 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23362] ppid=23220 vsize=28834892 memory=3688782562009040834 CPUtime=0 cores=0-7
/proc/23222/task/23362/stat : 23362 (java) S 23220 23220 21590 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167554347856 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23363] ppid=23220 vsize=28834892 memory=3906645323492442407 CPUtime=0 cores=0-7
/proc/23222/task/23363/stat : 23363 (java) S 23220 23220 21590 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419376568 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167556453072 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
Current children cumulated CPU time: 68.96 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 283380 KiB

[startup+10.6011 s]
/proc/loadavg: 7.24 6.92 6.28 7/225 23363
/proc/meminfo: memFree=31189572/32770624 swapFree=67004140/67108860
[pid=23220] ppid=23217 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/23220/stat : 23220 (xcsp3-exec) S 23217 23220 21590 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419375930 115843072 364 33554432000 4194304 5098028 140727715202736 140727715200840 139779664822908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 23117824 140727715210103 140727715210345 140727715210345 140727715213258 0
/proc/23220/statm: 28282 364 305 221 0 87 0
[pid=23222] ppid=23220 vsize=28834892 memory=281924 CPUtime=70.15 cores=0-7
/proc/23222/stat : 23222 (java) S 23220 23220 21590 0 -1 1077944320 70663 0 0 0 6970 45 0 0 20 0 28 0 419375930 29526929408 70481 33554432000 4194304 4196468 140720348278304 140720348260848 140168529166071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
/proc/23222/statm: 7208723 70481 3536 1 0 7169825 0
[pid=23222/tid=23223] ppid=23220 vsize=28834892 memory=0 CPUtime=0.85 cores=0-7
/proc/23222/task/23223/stat : 23223 (java) S 23220 23220 21590 0 -1 1077944384 9666 0 0 0 79 6 0 0 20 0 28 0 419375930 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168533406848 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23224] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23224/stat : 23224 (java) S 23220 23220 21590 0 -1 1077944384 157 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168481786256 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23225] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23225/stat : 23225 (java) S 23220 23220 21590 0 -1 1077944384 1246 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168480733456 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23226] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23226/stat : 23226 (java) S 23220 23220 21590 0 -1 1077944384 187 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168479681168 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23227] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23227/stat : 23227 (java) S 23220 23220 21590 0 -1 1077944384 112 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168478628368 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23228] ppid=23220 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/23222/task/23228/stat : 23228 (java) S 23220 23220 21590 0 -1 1077944384 1221 0 0 0 1 0 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168477576080 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23229] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23229/stat : 23229 (java) S 23220 23220 21590 0 -1 1077944384 420 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168476523280 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23230] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23230/stat : 23230 (java) S 23220 23220 21590 0 -1 1077944384 71 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168475470992 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23231] ppid=23220 vsize=28834892 memory=0 CPUtime=0.03 cores=0-7
/proc/23222/task/23231/stat : 23231 (java) S 23220 23220 21590 0 -1 1077944384 240 0 0 0 2 1 0 0 20 0 28 0 419375931 29526929408 70481 33554432000 4194304 4196468 140720348278304 140168474418192 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23232] ppid=23220 vsize=28834892 memory=0 CPUtime=0.02 cores=0-7
/proc/23222/task/23232/stat : 23232 (java) S 23220 23220 21590 0 -1 1077944384 614 0 0 0 2 0 0 0 20 0 28 0 419375933 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167578282096 140168529177218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23233] ppid=23220 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23233/stat : 23233 (java) S 23220 23220 21590 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 419375933 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167577228128 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23234] ppid=23220 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23234/stat : 23234 (java) S 23220 23220 21590 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 28 0 419375933 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167576175744 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23235] ppid=23220 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/23222/task/23235/stat : 23235 (java) S 23220 23220 21590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167575124048 140168529184667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23236] ppid=23220 vsize=28834892 memory=279316 CPUtime=4.72 cores=0-7
/proc/23222/task/23236/stat : 23236 (java) S 23220 23220 21590 0 -1 1077944384 12437 0 0 0 468 4 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167574071920 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23237] ppid=23220 vsize=28834892 memory=281198354074136 CPUtime=4.19 cores=0-7
/proc/23222/task/23237/stat : 23237 (java) S 23220 23220 21590 0 -1 1077944384 12484 0 0 0 415 4 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167573019120 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23238] ppid=23220 vsize=28834892 memory=140599177251032 CPUtime=4.42 cores=0-7
/proc/23222/task/23238/stat : 23238 (java) S 23220 23220 21590 0 -1 1077944384 14471 0 0 0 438 4 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167571966832 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23239] ppid=23220 vsize=28834892 memory=288230617509003574 CPUtime=1.19 cores=0-7
/proc/23222/task/23239/stat : 23239 (java) S 23220 23220 21590 0 -1 1077944384 7634 0 0 0 116 3 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167570914032 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23240] ppid=23220 vsize=28834892 memory=15821101267683601 CPUtime=0 cores=0-7
/proc/23222/task/23240/stat : 23240 (java) S 23220 23220 21590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167569860960 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23241] ppid=23220 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23241/stat : 23241 (java) S 23220 23220 21590 0 -1 1077944384 802 0 0 0 0 0 0 0 20 0 28 0 419375936 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167568808240 140168529177218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23356] ppid=23220 vsize=28834892 memory=0 CPUtime=4.19 cores=0-7
/proc/23222/task/23356/stat : 23356 (java) R 23220 23220 21590 0 -1 4202560 515 0 0 0 419 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167550130168 140168162914758 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23357] ppid=23220 vsize=28834892 memory=6944656592455097440 CPUtime=4.18 cores=0-7
/proc/23222/task/23357/stat : 23357 (java) R 23220 23220 21590 0 -1 4202560 191 0 0 0 418 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167557500352 140168161688561 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23358] ppid=23220 vsize=28834892 memory=0 CPUtime=4.19 cores=0-7
/proc/23222/task/23358/stat : 23358 (java) R 23220 23220 21590 0 -1 4202560 1219 0 0 0 418 1 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167549079592 140168164261004 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23359] ppid=23220 vsize=28834892 memory=0 CPUtime=4.19 cores=0-7
/proc/23222/task/23359/stat : 23359 (java) R 23220 23220 21590 0 -1 4202560 391 0 0 0 419 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167553290024 140168164304581 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23360] ppid=23220 vsize=28834892 memory=0 CPUtime=4.18 cores=0-7
/proc/23222/task/23360/stat : 23360 (java) R 23220 23220 21590 0 -1 4202560 343 0 0 0 418 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167551185112 140168161658624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23361] ppid=23220 vsize=28834892 memory=0 CPUtime=4.19 cores=0-7
/proc/23222/task/23361/stat : 23361 (java) R 23220 23220 21590 0 -1 4202560 230 0 0 0 419 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167552237304 140168163047584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23362] ppid=23220 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/23222/task/23362/stat : 23362 (java) S 23220 23220 21590 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419376567 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167554347856 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
[pid=23222/tid=23363] ppid=23220 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/23222/task/23363/stat : 23363 (java) S 23220 23220 21590 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 419376568 29526929408 70481 33554432000 4194304 4196468 140720348278304 140167556453072 140168529176277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21721088 140720348279786 140720348279958 140720348279958 140720348282831 0
Current children cumulated CPU time: 70.15 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 283380 KiB

Child status: 0
Real time (s): 10.6537
CPU time (s): 70.3884
CPU user time (s): 69.9223
CPU system time (s): 0.466108
CPU usage (%): 660.696
Max. virtual memory (cumulated for all children) (KiB): 28949860
Max. memory (cumulated for all children) (KiB): 286984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 69.9223
system time used= 0.466108
maximum resident set size= 285528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72350
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6854
involuntary context switches= 1237


# summary of solver processes directly reported to runsolver:
#   pid: 23220
#   total CPU time (s): 70.3884
#   total CPU user time (s): 69.9223
#   total CPU system time (s): 0.466108

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.117286 second user time and 0.158337 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-14 05:22:04
IDJOB=4393926
IDBENCH=128773
IDSOLVER=2841
FILE ID=node133/4393926-1568431363
RUNJOBID= node133-1568426604-21617
PBS_JOBID= 21702289
Free space on /tmp= 59416 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j90/Rcpsp-j90-06-08.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-4393926-1568431363/watcher-4393926-1568431363 -o /tmp/evaluation-result-4393926-1568431363/solver-4393926-1568431363 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node133-1568426604-21617 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 88505610 HOME/instance-4393926-1568431363.xml

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

MD5SUM BENCH= 8d7da43fda8420e04b4d8dcd0c7711ab
RANDOM SEED=88505610

node133.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.18
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.18
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.18
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.18
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:        31462040 kB
MemAvailable:   31897536 kB
Buffers:          198280 kB
Cached:           521520 kB
SwapCached:         3364 kB
Active:           404668 kB
Inactive:         318872 kB
Active(anon):      28368 kB
Inactive(anon):    16056 kB
Active(file):     376300 kB
Inactive(file):   302816 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004140 kB
Dirty:             26264 kB
Writeback:             0 kB
AnonPages:        121208 kB
Mapped:            44588 kB
Shmem:             31516 kB
Slab:             173576 kB
SReclaimable:     144432 kB
SUnreclaim:        29144 kB
KernelStack:        3808 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497840 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:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59392 MiB
End job on node133 at 2019-09-14 05:22:14