Trace number 4393950

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelWrong Opt.48 37.9698 6.55298

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-9.xml
MD5SUM01e24d77724351f9fbbc9dc0447b7ef7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark65
Best CPU time to get the best result obtained on this benchmark82.2388
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size4
Maximum domain size26
Distribution of domain sizes[{"size":4,"count":15},{"size":5,"count":6},{"size":6,"count":4},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393950-1568430736.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393950-1568430736.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
4.86/1.90	c solve instance...
5.50/2.03	o -1000 
15.58/3.32	o -961 
20.19/3.92	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (125/127)
20.19/3.92		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
20.19/3.92		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
20.19/3.92		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
20.19/3.92		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
20.19/3.92		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
20.19/3.92	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (125/127)
20.19/3.92		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
20.19/3.92		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
20.19/3.92		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
20.19/3.92		at org.chocosolver.solver.Solver.repair(Solver.java:443)
20.19/3.92		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
20.19/3.92		at org.chocosolver.solver.Solver.solve(Solver.java:262)
20.19/3.92		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
20.19/3.92		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
20.19/3.92		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
20.19/3.92		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
20.19/3.92		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
20.19/3.92		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
20.19/3.92		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
20.19/3.92		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
20.19/3.92		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
20.19/3.92		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
20.19/3.92	o -954 
20.19/4.00	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
20.19/4.00	PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_10, value=9) of COUNT ([PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_10, value=9)])
20.19/4.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
20.19/4.00		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
20.19/4.00		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
20.19/4.00		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
20.19/4.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
20.19/4.00	Caused by: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
20.19/4.00	PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_10, value=9) of COUNT ([PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_10, value=9)])
20.19/4.00		at org.chocosolver.solver.constraints.Propagator.setPassive(Propagator.java:546)
20.19/4.00		at org.chocosolver.solver.constraints.nary.count.PropCount_AC.filter(PropCount_AC.java:135)
20.19/4.00		at org.chocosolver.solver.constraints.nary.count.PropCount_AC.propagate(PropCount_AC.java:105)
20.19/4.00		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
20.19/4.00		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
20.19/4.00		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
20.19/4.00		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
20.19/4.00		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
20.19/4.00		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
20.19/4.00		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
20.19/4.00		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
20.19/4.00		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
20.19/4.00		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
20.19/4.00		at org.chocosolver.solver.Solver.extend(Solver.java:421)
20.19/4.00		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
20.19/4.00		at org.chocosolver.solver.Solver.solve(Solver.java:262)
20.19/4.00		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
20.19/4.00		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
20.19/4.00		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
20.19/4.00		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
20.19/4.00		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
20.19/4.00		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
20.19/4.00		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
20.19/4.00		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
20.19/4.00		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
20.19/4.00		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
20.19/4.00	o -947 
28.87/5.07	java.util.concurrent.ExecutionException: java.lang.NullPointerException
28.87/5.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.87/5.07		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.87/5.07		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.87/5.07		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.87/5.07		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.87/5.07	Caused by: java.lang.NullPointerException
28.87/5.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.87/5.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.87/5.07		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.87/5.07		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.87/5.07		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.87/5.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
28.87/5.07		... 4 more
28.87/5.07	Caused by: java.lang.NullPointerException
28.87/5.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.87/5.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.87/5.07		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.87/5.07		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.87/5.07		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.87/5.07		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
28.87/5.07		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
28.87/5.07		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
28.87/5.07		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
28.87/5.07		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
28.87/5.07		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
28.87/5.07		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
28.87/5.07		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
28.87/5.07		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
28.87/5.07		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.87/5.07		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.87/5.07		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.87/5.07		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.87/5.07	Caused by: java.lang.NullPointerException
28.87/5.07		at org.chocosolver.solver.propagation.PropagationEngine.flush(PropagationEngine.java:249)
28.87/5.07		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:114)
28.87/5.07		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
28.87/5.07		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
28.87/5.07		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
28.87/5.07		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
28.87/5.07		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
28.87/5.07		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
28.87/5.07		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.87/5.07		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.87/5.07		at org.chocosolver.solver.Solver.extend(Solver.java:421)
28.87/5.07		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
28.87/5.07		at org.chocosolver.solver.Solver.solve(Solver.java:262)
28.87/5.07		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
28.87/5.07		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
28.87/5.07		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.87/5.07		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
28.87/5.07		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
28.87/5.07		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
28.87/5.07		... 4 more
28.87/5.07	o 2 
28.87/5.08	o 10 
29.64/5.11	java.util.concurrent.ExecutionException: java.lang.NullPointerException
29.64/5.11		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.64/5.11		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
29.64/5.11		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
29.64/5.11		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
29.64/5.11		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
29.64/5.11	Caused by: java.lang.NullPointerException
29.64/5.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.64/5.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.64/5.11		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.64/5.11		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.64/5.11		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.64/5.11		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
29.64/5.11		... 4 more
29.64/5.11	Caused by: java.lang.NullPointerException
29.64/5.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.64/5.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.64/5.11		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.64/5.11		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.64/5.11		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.64/5.11		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
29.64/5.11		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
29.64/5.11		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
29.64/5.11		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
29.64/5.11		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
29.64/5.11		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
29.64/5.11		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
29.64/5.11		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
29.64/5.11		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
29.64/5.11		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.64/5.11		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.64/5.11		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.64/5.11		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.64/5.11	Caused by: java.lang.NullPointerException
29.64/5.12	o 37 
36.37/6.35	java.util.concurrent.ExecutionException: java.lang.NullPointerException
36.37/6.35		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
36.37/6.35		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
36.37/6.35		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
36.37/6.35		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
36.37/6.35		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
36.37/6.35	Caused by: java.lang.NullPointerException
36.37/6.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
36.37/6.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
36.37/6.35		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
36.37/6.35		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
36.37/6.35		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
36.37/6.35		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
36.37/6.35		... 4 more
36.37/6.35	Caused by: java.lang.NullPointerException
36.37/6.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
36.37/6.35		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
36.37/6.35		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
36.37/6.35		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
36.37/6.35		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
36.37/6.35		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
36.37/6.35		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
36.37/6.35		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
36.37/6.35		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
36.37/6.35		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
36.37/6.35		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
36.37/6.35		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
36.37/6.35		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
36.37/6.35		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
36.37/6.35		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
36.37/6.35		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
36.37/6.35		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
36.37/6.35		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
36.37/6.35	Caused by: java.lang.NullPointerException
36.37/6.35	o 44 
37.78/6.51	java.util.concurrent.ExecutionException: java.lang.NullPointerException
37.78/6.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
37.78/6.51		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
37.78/6.51		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
37.78/6.51		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
37.78/6.51		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
37.78/6.51	Caused by: java.lang.NullPointerException
37.78/6.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
37.78/6.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
37.78/6.51		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
37.78/6.51		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
37.78/6.51		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
37.78/6.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
37.78/6.51		... 4 more
37.78/6.51	Caused by: java.lang.NullPointerException
37.78/6.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
37.78/6.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
37.78/6.51		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
37.78/6.51		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
37.78/6.51		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
37.78/6.51		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
37.78/6.51		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
37.78/6.51		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
37.78/6.51		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
37.78/6.51		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
37.78/6.51		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
37.78/6.51		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
37.78/6.51		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
37.78/6.51		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
37.78/6.51		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
37.78/6.51		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
37.78/6.51		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
37.78/6.51		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
37.78/6.51	Caused by: java.lang.NullPointerException
37.78/6.51	o 48 
37.78/6.52	s OPTIMUM FOUND
37.78/6.52	v <instantiation>
37.78/6.52	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] </list>
37.78/6.52	v 	<values>1 2 3 4 9 0 5 6 7 14 -1 -1 -1 8 13 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 0 1 2 3 4 11 10 9 8 5 -1 -1 -1 7 6 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 1 8 5 8 -4 5 5 8 6 7 0 0 0 -5 4 0 0 0 0 0 0 0 0 0 0 </values>
37.78/6.52	v </instantiation>

Verifier Data

OK	48

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393950-1568430736/watcher-4393950-1568430736 -o /tmp/evaluation-result-4393950-1568430736/solver-4393950-1568430736 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1796460697 HOME/instance-4393950-1568430736.xml 

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

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

solver pid=20024, runsolver pid=20021

[startup+0.100113 s]*
/proc/loadavg: 6.28 4.72 4.29 2/211 20045
/proc/meminfo: memFree=30608296/32770624 swapFree=66997684/67108860
[pid=20024] ppid=20021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20024/stat : 20024 (xcsp3-exec) S 20021 20024 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419328216 115843072 364 33554432000 4194304 5098028 140732488060016 140732488058120 140379458359932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30203904 140732488061813 140732488062057 140732488062057 140732488064970 0
/proc/20024/statm: 28282 364 306 221 0 87 0
[pid=20026] ppid=20024 vsize=28227388 memory=29300 CPUtime=0.12 cores=0-7
/proc/20026/stat : 20026 (java) S 20024 20024 12749 0 -1 1077944320 5724 0 0 0 12 0 0 0 20 0 20 0 419328216 28904845312 7325 33554432000 4194304 4196468 140733265605088 140733265587632 139730440716023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
/proc/20026/statm: 7056847 7325 3144 1 0 7019032 0
[pid=20026/tid=20027] ppid=20024 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/20026/task/20027/stat : 20027 (java) R 20024 20024 12749 0 -1 4202560 3641 0 0 0 9 0 0 0 20 0 20 0 419328217 28904845312 7325 33554432000 4194304 4196468 140733265605088 139730444948272 139730440727958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20028] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20028/stat : 20028 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 7325 33554432000 4194304 4196468 140733265605088 139730393336720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20029] ppid=20024 vsize=28227388 memory=140226530714797 CPUtime=0 cores=0-7
/proc/20026/task/20029/stat : 20029 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 7325 33554432000 4194304 4196468 140733265605088 139730392283920 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20030] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20030/stat : 20030 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 7325 33554432000 4194304 4196468 140733265605088 139730391231632 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20031] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20031/stat : 20031 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 7325 33554432000 4194304 4196468 140733265605088 139730390178832 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20032] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20032/stat : 20032 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 7325 33554432000 4194304 4196468 140733265605088 139730389125520 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20033] ppid=20024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20026/task/20033/stat : 20033 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 7325 33554432000 4194304 4196468 140733265605088 139730388072720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20034] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20034/stat : 20034 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 7325 33554432000 4194304 4196468 140733265605088 139730387020432 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20035] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20035/stat : 20035 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 7325 33554432000 4194304 4196468 140733265605088 139729984936464 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20036] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20036/stat : 20036 (java) S 20024 20024 12749 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 419328219 28904845312 7325 33554432000 4194304 4196468 140733265605088 139728568425072 139730440727170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20037] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20037/stat : 20037 (java) S 20024 20024 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419328219 28904845312 7325 33554432000 4194304 4196468 140733265605088 139728567371040 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20038] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20038/stat : 20038 (java) S 20024 20024 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419328220 28904845312 7325 33554432000 4194304 4196468 140733265605088 139728566318704 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20039] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20039/stat : 20039 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328222 28904845312 7325 33554432000 4194304 4196468 140733265605088 139728565267024 139730440734619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20040] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20040/stat : 20040 (java) S 20024 20024 12749 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 20 0 419328222 28904845312 7325 33554432000 4194304 4196468 140733265605088 139728564213872 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20041] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20041/stat : 20041 (java) S 20024 20024 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328222 28904845312 7325 33554432000 4194304 4196468 140733265605088 139728563161072 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20042] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20042/stat : 20042 (java) S 20024 20024 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328222 28904845312 7325 33554432000 4194304 4196468 140733265605088 139728562108784 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20043] ppid=20024 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/20026/task/20043/stat : 20043 (java) S 20024 20024 12749 0 -1 1077944384 342 0 0 0 2 0 0 0 20 0 20 0 419328222 28904845312 7325 33554432000 4194304 4196468 140733265605088 139728561055984 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20044] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20044/stat : 20044 (java) S 20024 20024 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328222 28904845312 7325 33554432000 4194304 4196468 140733265605088 139728560003936 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20045] ppid=20024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20026/task/20045/stat : 20045 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328223 28904845312 7325 33554432000 4194304 4196468 140733265605088 139728558951216 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30756 KiB

[startup+0.210486 s]*
/proc/loadavg: 6.28 4.72 4.29 2/211 20045
/proc/meminfo: memFree=30595592/32770624 swapFree=66997684/67108860
[pid=20024] ppid=20021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20024/stat : 20024 (xcsp3-exec) S 20021 20024 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419328216 115843072 364 33554432000 4194304 5098028 140732488060016 140732488058120 140379458359932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30203904 140732488061813 140732488062057 140732488062057 140732488064970 0
/proc/20024/statm: 28282 364 306 221 0 87 0
[pid=20026] ppid=20024 vsize=28227388 memory=40888 CPUtime=0.34 cores=0-7
/proc/20026/stat : 20026 (java) S 20024 20024 12749 0 -1 1077944320 9474 0 0 0 32 2 0 0 20 0 20 0 419328216 28904845312 10222 33554432000 4194304 4196468 140733265605088 140733265587632 139730440716023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
/proc/20026/statm: 7056847 10222 3256 1 0 7019032 0
[pid=20026/tid=20027] ppid=20024 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/20026/task/20027/stat : 20027 (java) R 20024 20024 12749 0 -1 4202560 6657 0 0 0 18 2 0 0 20 0 20 0 419328217 28904845312 10222 33554432000 4194304 4196468 140733265605088 139730444945744 139730440727958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20028] ppid=20024 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/20026/task/20028/stat : 20028 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 10222 33554432000 4194304 4196468 140733265605088 139730393336720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20029] ppid=20024 vsize=28227388 memory=3904821809348077216 CPUtime=0 cores=0-7
/proc/20026/task/20029/stat : 20029 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 10222 33554432000 4194304 4196468 140733265605088 139730392283920 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20030] ppid=20024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20026/task/20030/stat : 20030 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 10222 33554432000 4194304 4196468 140733265605088 139730391231632 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20031] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20031/stat : 20031 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 10222 33554432000 4194304 4196468 140733265605088 139730390178832 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20032] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20032/stat : 20032 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 10222 33554432000 4194304 4196468 140733265605088 139730389125520 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20033] ppid=20024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20026/task/20033/stat : 20033 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 10222 33554432000 4194304 4196468 140733265605088 139730388072720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20034] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20034/stat : 20034 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 10222 33554432000 4194304 4196468 140733265605088 139730387020432 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20035] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20035/stat : 20035 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28904845312 10222 33554432000 4194304 4196468 140733265605088 139729984936464 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20036] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20036/stat : 20036 (java) S 20024 20024 12749 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 419328219 28904845312 10222 33554432000 4194304 4196468 140733265605088 139728568425072 139730440727170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20037] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20037/stat : 20037 (java) S 20024 20024 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419328219 28904845312 10222 33554432000 4194304 4196468 140733265605088 139728567371040 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20038] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20038/stat : 20038 (java) S 20024 20024 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419328220 28904845312 10222 33554432000 4194304 4196468 140733265605088 139728566318704 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20039] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20039/stat : 20039 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328222 28904845312 10222 33554432000 4194304 4196468 140733265605088 139728565267024 139730440734619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20040] ppid=20024 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20026/task/20040/stat : 20040 (java) S 20024 20024 12749 0 -1 1077944384 467 0 0 0 1 0 0 0 20 0 20 0 419328222 28904845312 10222 33554432000 4194304 4196468 140733265605088 139728564213872 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20041] ppid=20024 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/20026/task/20041/stat : 20041 (java) S 20024 20024 12749 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 20 0 419328222 28904845312 10222 33554432000 4194304 4196468 140733265605088 139728563161072 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20042] ppid=20024 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/20026/task/20042/stat : 20042 (java) S 20024 20024 12749 0 -1 1077944384 262 0 0 0 2 0 0 0 20 0 20 0 419328222 28904845312 10222 33554432000 4194304 4196468 140733265605088 139728562108784 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20043] ppid=20024 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/20026/task/20043/stat : 20043 (java) R 20024 20024 12749 0 -1 4202560 745 0 0 0 8 0 0 0 20 0 20 0 419328222 28904845312 10222 33554432000 4194304 4196468 140733265605088 139728561055984 139730425026537 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20044] ppid=20024 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20044/stat : 20044 (java) S 20024 20024 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328222 28904845312 10222 33554432000 4194304 4196468 140733265605088 139728560003936 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20045] ppid=20024 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/20026/task/20045/stat : 20045 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328223 28904845312 10222 33554432000 4194304 4196468 140733265605088 139728558951216 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42344 KiB

[startup+0.31028 s]*
/proc/loadavg: 6.28 4.72 4.29 5/211 20045
/proc/meminfo: memFree=30587196/32770624 swapFree=66997684/67108860
[pid=20024] ppid=20021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20024/stat : 20024 (xcsp3-exec) S 20021 20024 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419328216 115843072 364 33554432000 4194304 5098028 140732488060016 140732488058120 140379458359932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30203904 140732488061813 140732488062057 140732488062057 140732488064970 0
/proc/20024/statm: 28282 364 306 221 0 87 0
[pid=20026] ppid=20024 vsize=28231644 memory=50120 CPUtime=0.52 cores=0-7
/proc/20026/stat : 20026 (java) S 20024 20024 12749 0 -1 1077944320 10885 0 0 0 49 3 0 0 20 0 20 0 419328216 28909203456 12530 33554432000 4194304 4196468 140733265605088 140733265587632 139730440716023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
/proc/20026/statm: 7057911 12530 3370 1 0 7019032 0
[pid=20026/tid=20027] ppid=20024 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/20026/task/20027/stat : 20027 (java) R 20024 20024 12749 0 -1 4202560 7793 0 0 0 27 2 0 0 20 0 20 0 419328217 28909203456 12530 33554432000 4194304 4196468 140733265605088 139730444947136 139730424796510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20028] ppid=20024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20028/stat : 20028 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28909203456 12530 33554432000 4194304 4196468 140733265605088 139730393336720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20029] ppid=20024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20029/stat : 20029 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28909203456 12530 33554432000 4194304 4196468 140733265605088 139730392283920 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20030] ppid=20024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20030/stat : 20030 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28909203456 12530 33554432000 4194304 4196468 140733265605088 139730391231632 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20031] ppid=20024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20031/stat : 20031 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28909203456 12530 33554432000 4194304 4196468 140733265605088 139730390178832 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20032] ppid=20024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20032/stat : 20032 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28909203456 12530 33554432000 4194304 4196468 140733265605088 139730389125520 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20033] ppid=20024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20033/stat : 20033 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28909203456 12530 33554432000 4194304 4196468 140733265605088 139730388072720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20034] ppid=20024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20034/stat : 20034 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28909203456 12530 33554432000 4194304 4196468 140733265605088 139730387020432 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20035] ppid=20024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20035/stat : 20035 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28909203456 12530 33554432000 4194304 4196468 140733265605088 139729984936464 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20036] ppid=20024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20036/stat : 20036 (java) S 20024 20024 12749 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 419328219 28909203456 12530 33554432000 4194304 4196468 140733265605088 139728568425072 139730440727170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20037] ppid=20024 vsize=28231644 memory=280452774698368 CPUtime=0 cores=0-7
/proc/20026/task/20037/stat : 20037 (java) S 20024 20024 12749 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419328219 28909203456 12530 33554432000 4194304 4196468 140733265605088 139728567371040 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20038] ppid=20024 vsize=28231644 memory=280452774702976 CPUtime=0 cores=0-7
/proc/20026/task/20038/stat : 20038 (java) S 20024 20024 12749 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419328220 28909203456 12530 33554432000 4194304 4196468 140733265605088 139728566318704 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20039] ppid=20024 vsize=28231644 memory=280452774707584 CPUtime=0 cores=0-7
/proc/20026/task/20039/stat : 20039 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328222 28909203456 12530 33554432000 4194304 4196468 140733265605088 139728565267024 139730440734619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20040] ppid=20024 vsize=28231644 memory=280452774712192 CPUtime=0.03 cores=0-7
/proc/20026/task/20040/stat : 20040 (java) R 20024 20024 12749 0 -1 4202560 570 0 0 0 3 0 0 0 20 0 20 0 419328222 28909203456 12530 33554432000 4194304 4196468 140733265605088 139728564194984 139730424101458 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20041] ppid=20024 vsize=28231644 memory=280452774716800 CPUtime=0.02 cores=0-7
/proc/20026/task/20041/stat : 20041 (java) S 20024 20024 12749 0 -1 1077944384 78 0 0 0 2 0 0 0 20 0 20 0 419328222 28909203456 12530 33554432000 4194304 4196468 140733265605088 139728563161072 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20042] ppid=20024 vsize=28231644 memory=280452774721408 CPUtime=0.02 cores=0-7
/proc/20026/task/20042/stat : 20042 (java) S 20024 20024 12749 0 -1 1077944384 289 0 0 0 2 0 0 0 20 0 20 0 419328222 28909203456 12530 33554432000 4194304 4196468 140733265605088 139728562108784 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20043] ppid=20024 vsize=28231644 memory=280452774726016 CPUtime=0.13 cores=0-7
/proc/20026/task/20043/stat : 20043 (java) S 20024 20024 12749 0 -1 1077944384 846 0 0 0 13 0 0 0 20 0 20 0 419328222 28909203456 12530 33554432000 4194304 4196468 140733265605088 139728561055984 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20044] ppid=20024 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20044/stat : 20044 (java) S 20024 20024 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328222 28909203456 12530 33554432000 4194304 4196468 140733265605088 139728560003936 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20045] ppid=20024 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/20026/task/20045/stat : 20045 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328223 28909203456 12530 33554432000 4194304 4196468 140733265605088 139728558951216 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51576 KiB

[startup+0.704869 s]
/proc/loadavg: 6.28 4.72 4.29 5/211 20045
/proc/meminfo: memFree=30554492/32770624 swapFree=66997684/67108860
[pid=20024] ppid=20021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20024/stat : 20024 (xcsp3-exec) S 20021 20024 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419328216 115843072 364 33554432000 4194304 5098028 140732488060016 140732488058120 140379458359932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30203904 140732488061813 140732488062057 140732488062057 140732488064970 0
/proc/20024/statm: 28282 364 306 221 0 87 0
[pid=20026] ppid=20024 vsize=28233768 memory=118976 CPUtime=1.98 cores=0-7
/proc/20026/stat : 20026 (java) S 20024 20024 12749 0 -1 1077944320 15764 0 0 0 192 6 0 0 20 0 20 0 419328216 28911378432 29744 33554432000 4194304 4196468 140733265605088 140733265587632 139730440716023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
/proc/20026/statm: 7058442 29744 3448 1 0 7019544 0
[pid=20026/tid=20027] ppid=20024 vsize=28233768 memory=4580 CPUtime=0.68 cores=0-7
/proc/20026/task/20027/stat : 20027 (java) R 20024 20024 12749 0 -1 4202560 9171 0 0 0 64 4 0 0 20 0 20 0 419328217 28911378432 29744 33554432000 4194304 4196468 140733265605088 139730444935424 139730440727958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20028] ppid=20024 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20028/stat : 20028 (java) S 20024 20024 12749 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328217 28911378432 29744 33554432000 4194304 4196468 140733265605088 139730393336720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20029] ppid=20024 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20029/stat : 20029 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28911378432 29744 33554432000 4194304 4196468 140733265605088 139730392283920 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20030] ppid=20024 vsize=28233768 memory=4008 CPUtime=0 cores=0-7
/proc/20026/task/20030/stat : 20030 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328217 28911378432 29744 33554432000 4194304 4196468 140733265605088 139730391231632 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0

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

[pid=20026/tid=20032] ppid=20024 vsize=28834892 memory=418640 CPUtime=0.02 cores=0-7
/proc/20026/task/20032/stat : 20032 (java) S 20024 20024 12749 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 29 0 419328217 29526929408 110241 33554432000 4194304 4196468 140733265605088 139730389125520 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20033] ppid=20024 vsize=28834892 memory=0 CPUtime=0.05 cores=0-7
/proc/20026/task/20033/stat : 20033 (java) S 20024 20024 12749 0 -1 1077944384 80 0 0 0 2 3 0 0 20 0 29 0 419328217 29526929408 110241 33554432000 4194304 4196468 140733265605088 139730388072720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20034] ppid=20024 vsize=28834892 memory=56 CPUtime=0.05 cores=0-7
/proc/20026/task/20034/stat : 20034 (java) S 20024 20024 12749 0 -1 1077944384 94 0 0 0 3 2 0 0 20 0 29 0 419328217 29526929408 110241 33554432000 4194304 4196468 140733265605088 139730387020432 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20035] ppid=20024 vsize=28834892 memory=8514726395714820750 CPUtime=0.05 cores=0-7
/proc/20026/task/20035/stat : 20035 (java) S 20024 20024 12749 0 -1 1077944384 101 0 0 0 3 2 0 0 20 0 29 0 419328217 29526929408 110241 33554432000 4194304 4196468 140733265605088 139729984936464 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20036] ppid=20024 vsize=28834892 memory=7822038051842263957 CPUtime=0.01 cores=0-7
/proc/20026/task/20036/stat : 20036 (java) S 20024 20024 12749 0 -1 1077944384 296 0 0 0 1 0 0 0 20 0 29 0 419328219 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728568425072 139730440727170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20037] ppid=20024 vsize=28834892 memory=984 CPUtime=0 cores=0-7
/proc/20026/task/20037/stat : 20037 (java) S 20024 20024 12749 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 29 0 419328219 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728567371104 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20038] ppid=20024 vsize=28834892 memory=2024 CPUtime=0 cores=0-7
/proc/20026/task/20038/stat : 20038 (java) S 20024 20024 12749 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 29 0 419328220 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728566318720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20039] ppid=20024 vsize=28834892 memory=1380 CPUtime=0 cores=0-7
/proc/20026/task/20039/stat : 20039 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 419328222 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728565267024 139730440734619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20040] ppid=20024 vsize=28834892 memory=1128 CPUtime=2.68 cores=0-7
/proc/20026/task/20040/stat : 20040 (java) R 20024 20024 12749 0 -1 4202560 5622 0 0 0 266 2 0 0 20 0 29 0 419328222 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728564213872 139730433005405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20041] ppid=20024 vsize=28834892 memory=772 CPUtime=2.58 cores=0-7
/proc/20026/task/20041/stat : 20041 (java) R 20024 20024 12749 0 -1 4202560 5436 0 0 0 256 2 0 0 20 0 29 0 419328222 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728563146952 139730424103126 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20042] ppid=20024 vsize=28834892 memory=4008 CPUtime=2.51 cores=0-7
/proc/20026/task/20042/stat : 20042 (java) S 20024 20024 12749 0 -1 1077944384 5741 0 0 0 248 3 0 0 20 0 29 0 419328222 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728562108784 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20043] ppid=20024 vsize=28834892 memory=1456 CPUtime=1.22 cores=0-7
/proc/20026/task/20043/stat : 20043 (java) S 20024 20024 12749 0 -1 1077944384 6424 0 0 0 119 3 0 0 20 0 29 0 419328222 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728561055984 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20044] ppid=20024 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/20026/task/20044/stat : 20044 (java) S 20024 20024 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 419328222 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728560003936 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20045] ppid=20024 vsize=28834892 memory=435464 CPUtime=0 cores=0-7
/proc/20026/task/20045/stat : 20045 (java) S 20024 20024 12749 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 29 0 419328223 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728558951216 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20099] ppid=20024 vsize=28834892 memory=0 CPUtime=1.21 cores=0-7
/proc/20026/task/20099/stat : 20099 (java) R 20024 20024 12749 0 -1 4202560 21 0 0 0 121 0 0 0 20 0 29 0 419328724 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728540512200 139730074162651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20102] ppid=20024 vsize=28834892 memory=0 CPUtime=1.17 cores=0-7
/proc/20026/task/20102/stat : 20102 (java) R 20024 20024 12749 0 -1 4202560 36 0 0 0 117 0 0 0 20 0 29 0 419328728 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728544721472 139730074162614 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20103] ppid=20024 vsize=28834892 memory=13 CPUtime=1.17 cores=0-7
/proc/20026/task/20103/stat : 20103 (java) R 20024 20024 12749 0 -1 4202560 24 0 0 0 117 0 0 0 20 0 29 0 419328728 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728545775856 139730074162985 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20104] ppid=20024 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20104/stat : 20104 (java) S 20024 20024 12749 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 29 0 419328728 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728543675216 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20105] ppid=20024 vsize=28834892 memory=2887 CPUtime=1.17 cores=0-7
/proc/20026/task/20105/stat : 20105 (java) R 20024 20024 12749 0 -1 4202560 129 0 0 0 117 0 0 0 20 0 29 0 419328728 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728547880432 139730074162888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20106] ppid=20024 vsize=28834892 memory=4491 CPUtime=1.17 cores=0-7
/proc/20026/task/20106/stat : 20106 (java) R 20024 20024 12749 0 -1 4202560 31 0 0 0 117 0 0 0 20 0 29 0 419328728 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728539459520 139730074162926 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20107] ppid=20024 vsize=28834892 memory=57 CPUtime=0 cores=0-7
/proc/20026/task/20107/stat : 20107 (java) S 20024 20024 12749 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 29 0 419328728 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728546833360 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20108] ppid=20024 vsize=28834892 memory=2670038 CPUtime=0 cores=0-7
/proc/20026/task/20108/stat : 20108 (java) S 20024 20024 12749 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 29 0 419328728 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728542623056 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20109] ppid=20024 vsize=28834892 memory=2671448 CPUtime=0 cores=0-7
/proc/20026/task/20109/stat : 20109 (java) S 20024 20024 12749 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 29 0 419328728 29526929408 110241 33554432000 4194304 4196468 140733265605088 139728541570256 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
Current children cumulated CPU time: 36.37 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 442420 KiB

[startup+6.55291 s]
# the end of solver process 20024 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=37.3597 s, system=0.61005 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40233 s]
/proc/loadavg: 5.85 4.66 4.27 6/220 20109
/proc/meminfo: memFree=30202020/32770624 swapFree=66997684/67108860
[pid=20024] ppid=20021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20024/stat : 20024 (xcsp3-exec) S 20021 20024 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419328216 115843072 364 33554432000 4194304 5098028 140732488060016 140732488058120 140379458359932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30203904 140732488061813 140732488062057 140732488062057 140732488064970 0
/proc/20024/statm: 28282 364 306 221 0 87 0
[pid=20026] ppid=20024 vsize=28834892 memory=478456 CPUtime=37 cores=0-7
/proc/20026/stat : 20026 (java) S 20024 20024 12749 0 -1 1077944320 39991 0 0 0 3641 59 0 0 20 0 28 0 419328216 29526929408 119614 33554432000 4194304 4196468 140733265605088 140733265587632 139730440716023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
/proc/20026/statm: 7208723 119614 3535 1 0 7169825 0
[pid=20026/tid=20027] ppid=20024 vsize=28834892 memory=0 CPUtime=1.83 cores=0-7
/proc/20026/task/20027/stat : 20027 (java) S 20024 20024 12749 0 -1 1077944384 9906 0 0 0 176 7 0 0 20 0 28 0 419328217 29526929408 119614 33554432000 4194304 4196468 140733265605088 139730444956800 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20028] ppid=20024 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/20026/task/20028/stat : 20028 (java) S 20024 20024 12749 0 -1 1077944384 163 0 0 0 3 4 0 0 20 0 28 0 419328217 29526929408 119614 33554432000 4194304 4196468 140733265605088 139730393336720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20029] ppid=20024 vsize=28834892 memory=0 CPUtime=0.08 cores=0-7
/proc/20026/task/20029/stat : 20029 (java) S 20024 20024 12749 0 -1 1077944384 240 0 0 0 3 5 0 0 20 0 28 0 419328217 29526929408 119614 33554432000 4194304 4196468 140733265605088 139730392283920 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20030] ppid=20024 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/20026/task/20030/stat : 20030 (java) S 20024 20024 12749 0 -1 1077944384 180 0 0 0 3 4 0 0 20 0 28 0 419328217 29526929408 119614 33554432000 4194304 4196468 140733265605088 139730391231632 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20031] ppid=20024 vsize=28834892 memory=0 CPUtime=0.06 cores=0-7
/proc/20026/task/20031/stat : 20031 (java) S 20024 20024 12749 0 -1 1077944384 152 0 0 0 3 3 0 0 20 0 28 0 419328217 29526929408 119614 33554432000 4194304 4196468 140733265605088 139730390178832 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20032] ppid=20024 vsize=28834892 memory=0 CPUtime=0.04 cores=0-7
/proc/20026/task/20032/stat : 20032 (java) S 20024 20024 12749 0 -1 1077944384 131 0 0 0 2 2 0 0 20 0 28 0 419328217 29526929408 119614 33554432000 4194304 4196468 140733265605088 139730389125520 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20033] ppid=20024 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/20026/task/20033/stat : 20033 (java) S 20024 20024 12749 0 -1 1077944384 191 0 0 0 3 4 0 0 20 0 28 0 419328217 29526929408 119614 33554432000 4194304 4196468 140733265605088 139730388072720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20034] ppid=20024 vsize=28834892 memory=0 CPUtime=0.08 cores=0-7
/proc/20026/task/20034/stat : 20034 (java) S 20024 20024 12749 0 -1 1077944384 189 0 0 0 4 4 0 0 20 0 28 0 419328217 29526929408 119614 33554432000 4194304 4196468 140733265605088 139730387020432 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20035] ppid=20024 vsize=28834892 memory=13572 CPUtime=0.06 cores=0-7
/proc/20026/task/20035/stat : 20035 (java) S 20024 20024 12749 0 -1 1077944384 211 0 0 0 3 3 0 0 20 0 28 0 419328217 29526929408 119614 33554432000 4194304 4196468 140733265605088 139729984936464 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20036] ppid=20024 vsize=28834892 memory=0 CPUtime=0.01 cores=0-7
/proc/20026/task/20036/stat : 20036 (java) S 20024 20024 12749 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 28 0 419328219 29526929408 119614 33554432000 4194304 4196468 140733265605088 139728568425072 139730440727170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20037] ppid=20024 vsize=28834892 memory=1235 CPUtime=0 cores=0-7
/proc/20026/task/20037/stat : 20037 (java) S 20024 20024 12749 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419328219 29526929408 119614 33554432000 4194304 4196468 140733265605088 139728567371104 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20038] ppid=20024 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20038/stat : 20038 (java) S 20024 20024 12749 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 419328220 29526929408 119614 33554432000 4194304 4196468 140733265605088 139728566318720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20039] ppid=20024 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20039/stat : 20039 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419328222 29526929408 119614 33554432000 4194304 4196468 140733265605088 139728565267024 139730440734619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20040] ppid=20024 vsize=28834892 memory=91268894 CPUtime=2.69 cores=0-7
/proc/20026/task/20040/stat : 20040 (java) S 20024 20024 12749 0 -1 1077944384 5635 0 0 0 267 2 0 0 20 0 28 0 419328222 29526929408 119614 33554432000 4194304 4196468 140733265605088 139728564213872 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20041] ppid=20024 vsize=28834892 memory=0 CPUtime=2.62 cores=0-7
/proc/20026/task/20041/stat : 20041 (java) R 20024 20024 12749 0 -1 1077944384 5462 0 0 0 260 2 0 0 20 0 28 0 419328222 29526929408 119614 33554432000 4194304 4196468 140733265605088 139728563161072 139730440727170 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20042] ppid=20024 vsize=28834892 memory=4 CPUtime=2.53 cores=0-7
/proc/20026/task/20042/stat : 20042 (java) R 20024 20024 12749 0 -1 4202560 5747 0 0 0 250 3 0 0 20 0 28 0 419328222 29526929408 119614 33554432000 4194304 4196468 140733265605088 139728562087344 139730425496585 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20043] ppid=20024 vsize=28834892 memory=0 CPUtime=1.22 cores=0-7
/proc/20026/task/20043/stat : 20043 (java) R 20024 20024 12749 0 -1 1077944384 6431 0 0 0 119 3 0 0 20 0 28 0 419328222 29526929408 119614 33554432000 4194304 4196468 140733265605088 139728561055792 139730440726229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20044] ppid=20024 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20044/stat : 20044 (java) S 20024 20024 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419328222 29526929408 119614 33554432000 4194304 4196468 140733265605088 139728560003936 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20045] ppid=20024 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/20026/task/20045/stat : 20045 (java) S 20024 20024 12749 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 419328223 29526929408 119614 33554432000 4194304 4196468 140733265605088 139728558951216 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
Current children cumulated CPU time: 37 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 479912 KiB

[startup+6.50133 s]
/proc/loadavg: 5.85 4.66 4.27 6/220 20109
/proc/meminfo: memFree=30202020/32770624 swapFree=66997684/67108860
[pid=20024] ppid=20021 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/20024/stat : 20024 (xcsp3-exec) S 20021 20024 12749 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 419328216 115843072 364 33554432000 4194304 5098028 140732488060016 140732488058120 140379458359932 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 30203904 140732488061813 140732488062057 140732488062057 140732488064970 0
/proc/20024/statm: 28282 364 306 221 0 87 0
[pid=20026] ppid=20024 vsize=28834892 memory=478588 CPUtime=37.78 cores=0-7
/proc/20026/stat : 20026 (java) S 20024 20024 12749 0 -1 1077944320 40230 0 0 0 3719 59 0 0 20 0 28 0 419328216 29526929408 119647 33554432000 4194304 4196468 140733265605088 140733265587632 139730440716023 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
/proc/20026/statm: 7208723 119647 3535 1 0 7169825 0
[pid=20026/tid=20027] ppid=20024 vsize=28834892 memory=0 CPUtime=1.83 cores=0-7
/proc/20026/task/20027/stat : 20027 (java) S 20024 20024 12749 0 -1 1077944384 9906 0 0 0 176 7 0 0 20 0 28 0 419328217 29526929408 119647 33554432000 4194304 4196468 140733265605088 139730444956800 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20028] ppid=20024 vsize=28834892 memory=1456 CPUtime=0.07 cores=0-7
/proc/20026/task/20028/stat : 20028 (java) S 20024 20024 12749 0 -1 1077944384 163 0 0 0 3 4 0 0 20 0 28 0 419328217 29526929408 119647 33554432000 4194304 4196468 140733265605088 139730393336720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20029] ppid=20024 vsize=28834892 memory=435192 CPUtime=0.08 cores=0-7
/proc/20026/task/20029/stat : 20029 (java) S 20024 20024 12749 0 -1 1077944384 240 0 0 0 3 5 0 0 20 0 28 0 419328217 29526929408 119647 33554432000 4194304 4196468 140733265605088 139730392283920 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20030] ppid=20024 vsize=28834892 memory=5026 CPUtime=0.07 cores=0-7
/proc/20026/task/20030/stat : 20030 (java) S 20024 20024 12749 0 -1 1077944384 180 0 0 0 3 4 0 0 20 0 28 0 419328217 29526929408 119647 33554432000 4194304 4196468 140733265605088 139730391231632 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20031] ppid=20024 vsize=28834892 memory=1944 CPUtime=0.06 cores=0-7
/proc/20026/task/20031/stat : 20031 (java) S 20024 20024 12749 0 -1 1077944384 152 0 0 0 3 3 0 0 20 0 28 0 419328217 29526929408 119647 33554432000 4194304 4196468 140733265605088 139730390178832 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20032] ppid=20024 vsize=28834892 memory=56 CPUtime=0.04 cores=0-7
/proc/20026/task/20032/stat : 20032 (java) S 20024 20024 12749 0 -1 1077944384 131 0 0 0 2 2 0 0 20 0 28 0 419328217 29526929408 119647 33554432000 4194304 4196468 140733265605088 139730389125520 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20033] ppid=20024 vsize=28834892 memory=8514726395714820750 CPUtime=0.07 cores=0-7
/proc/20026/task/20033/stat : 20033 (java) S 20024 20024 12749 0 -1 1077944384 191 0 0 0 3 4 0 0 20 0 28 0 419328217 29526929408 119647 33554432000 4194304 4196468 140733265605088 139730388072720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20034] ppid=20024 vsize=28834892 memory=7822038051842263957 CPUtime=0.08 cores=0-7
/proc/20026/task/20034/stat : 20034 (java) S 20024 20024 12749 0 -1 1077944384 189 0 0 0 4 4 0 0 20 0 28 0 419328217 29526929408 119647 33554432000 4194304 4196468 140733265605088 139730387020432 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20035] ppid=20024 vsize=28834892 memory=57 CPUtime=0.06 cores=0-7
/proc/20026/task/20035/stat : 20035 (java) S 20024 20024 12749 0 -1 1077944384 211 0 0 0 3 3 0 0 20 0 28 0 419328217 29526929408 119647 33554432000 4194304 4196468 140733265605088 139729984936464 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20036] ppid=20024 vsize=28834892 memory=2670038 CPUtime=0.01 cores=0-7
/proc/20026/task/20036/stat : 20036 (java) S 20024 20024 12749 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 28 0 419328219 29526929408 119647 33554432000 4194304 4196468 140733265605088 139728568425072 139730440727170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20037] ppid=20024 vsize=28834892 memory=2671448 CPUtime=0 cores=0-7
/proc/20026/task/20037/stat : 20037 (java) S 20024 20024 12749 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419328219 29526929408 119647 33554432000 4194304 4196468 140733265605088 139728567371104 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20038] ppid=20024 vsize=28834892 memory=1456 CPUtime=0 cores=0-7
/proc/20026/task/20038/stat : 20038 (java) S 20024 20024 12749 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 419328220 29526929408 119647 33554432000 4194304 4196468 140733265605088 139728566318720 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20039] ppid=20024 vsize=28834892 memory=418640 CPUtime=0 cores=0-7
/proc/20026/task/20039/stat : 20039 (java) S 20024 20024 12749 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419328222 29526929408 119647 33554432000 4194304 4196468 140733265605088 139728565267024 139730440734619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20040] ppid=20024 vsize=28834892 memory=0 CPUtime=2.74 cores=0-7
/proc/20026/task/20040/stat : 20040 (java) R 20024 20024 12749 0 -1 4202560 5808 0 0 0 272 2 0 0 20 0 28 0 419328222 29526929408 119647 33554432000 4194304 4196468 140733265605088 139728564200056 139730418733035 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20041] ppid=20024 vsize=28834892 memory=984 CPUtime=2.67 cores=0-7
/proc/20026/task/20041/stat : 20041 (java) R 20024 20024 12749 0 -1 4202560 5493 0 0 0 265 2 0 0 20 0 28 0 419328222 29526929408 119647 33554432000 4194304 4196468 140733265605088 139728563141968 139730425108010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20042] ppid=20024 vsize=28834892 memory=2024 CPUtime=2.59 cores=0-7
/proc/20026/task/20042/stat : 20042 (java) R 20024 20024 12749 0 -1 4202560 5757 0 0 0 256 3 0 0 20 0 28 0 419328222 29526929408 119647 33554432000 4194304 4196468 140733265605088 139728562095272 139730422237249 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20043] ppid=20024 vsize=28834892 memory=1380 CPUtime=1.23 cores=0-7
/proc/20026/task/20043/stat : 20043 (java) S 20024 20024 12749 0 -1 1077944384 6453 0 0 0 120 3 0 0 20 0 28 0 419328222 29526929408 119647 33554432000 4194304 4196468 140733265605088 139728561055984 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20044] ppid=20024 vsize=28834892 memory=1128 CPUtime=0 cores=0-7
/proc/20026/task/20044/stat : 20044 (java) S 20024 20024 12749 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419328222 29526929408 119647 33554432000 4194304 4196468 140733265605088 139728560003936 139730440726229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
[pid=20026/tid=20045] ppid=20024 vsize=28834892 memory=772 CPUtime=0 cores=0-7
/proc/20026/task/20045/stat : 20045 (java) S 20024 20024 12749 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 419328223 29526929408 119647 33554432000 4194304 4196468 140733265605088 139728558951216 139730440727170 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21385216 140733265609706 140733265609878 140733265609878 140733265612751 0
Current children cumulated CPU time: 37.78 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 480044 KiB

Child status: 0
Real time (s): 6.55298
CPU time (s): 37.9698
CPU user time (s): 37.3597
CPU system time (s): 0.61005
CPU usage (%): 579.428
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 480044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.3597
system time used= 0.61005
maximum resident set size= 481168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5738
involuntary context switches= 889


# summary of solver processes directly reported to runsolver:
#   pid: 20024
#   total CPU time (s): 37.9698
#   total CPU user time (s): 37.3597
#   total CPU system time (s): 0.61005

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.087542 second user time and 0.101193 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 04:10:58
IDJOB=4393950
IDBENCH=128013
IDSOLVER=2841
FILE ID=node106/4393950-1568430736
RUNJOBID= node106-1568413091-12776
PBS_JOBID= 21702261
Free space on /tmp= 59112 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-9.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-4393950-1568430736/watcher-4393950-1568430736 -o /tmp/evaluation-result-4393950-1568430736/solver-4393950-1568430736 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568413091-12776 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1796460697 HOME/instance-4393950-1568430736.xml

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

MD5SUM BENCH= 01e24d77724351f9fbbc9dc0447b7ef7
RANDOM SEED=1796460697

node106.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.79
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.79
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.79
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.79
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:        30625312 kB
MemAvailable:   31900760 kB
Buffers:          184132 kB
Cached:          1372412 kB
SwapCached:         9320 kB
Active:           488200 kB
Inactive:        1083608 kB
Active(anon):      14432 kB
Inactive(anon):    34744 kB
Active(file):     473768 kB
Inactive(file):  1048864 kB
Unevictable:      106908 kB
Mlocked:          106908 kB
SwapTotal:      67108860 kB
SwapFree:       66997684 kB
Dirty:             27092 kB
Writeback:             0 kB
AnonPages:        139872 kB
Mapped:            38388 kB
Shmem:             25300 kB
Slab:             166764 kB
SReclaimable:     137304 kB
SUnreclaim:        29460 kB
KernelStack:        3712 kB
PageTables:         5540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     96256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59088 MiB
End job on node106 at 2019-09-14 04:11:05