Trace number 4394043

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.81 377.463 60.8449

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-11-a4.xml
MD5SUM76cd483e3b4252a6c3494775e86c7629
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints1322
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":11}]
Minimum variable degree451
Maximum variable degree452
Distribution of variable degrees[{"degree":451,"count":9},{"degree":452,"count":2}]
Minimum constraint arity1
Maximum constraint arity11
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":330},{"arity":4,"count":990},{"arity":11,"count":1}]
Number of extensional constraints0
Number of intensional constraints1321
Distribution of constraint types[{"type":"intension","count":1321},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394043-1568426299.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394043-1568426299.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.93/1.74	c solve instance...
31.98/6.16	o 96 
47.56/8.46	o 91 
50.95/9.39	o 90 
104.74/16.94	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (45/62)
104.74/16.94		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
104.74/16.94		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
104.74/16.94		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
104.74/16.94		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
104.74/16.94		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
104.74/16.94	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (45/62)
104.74/16.94		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
104.74/16.94		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
104.74/16.94		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
104.74/16.94		at org.chocosolver.solver.Solver.repair(Solver.java:443)
104.74/16.94		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
104.74/16.94		at org.chocosolver.solver.Solver.solve(Solver.java:262)
104.74/16.94		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
104.74/16.94		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
104.74/16.94		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
104.74/16.94		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
104.74/16.94		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
104.74/16.94		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
104.74/16.94		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
104.74/16.94		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
104.74/16.94		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
104.74/16.94		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
104.74/16.94	o 88 
190.13/28.86	java.util.concurrent.ExecutionException: java.lang.NullPointerException
190.13/28.86		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
190.13/28.86		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
190.13/28.86		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
190.13/28.86		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
190.13/28.86		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
190.13/28.86	Caused by: java.lang.NullPointerException
190.13/28.86		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
190.13/28.86		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
190.13/28.86		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
190.13/28.86		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
190.13/28.86		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
190.13/28.86		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
190.13/28.86		... 4 more
190.13/28.86	Caused by: java.lang.NullPointerException
190.13/28.86		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
190.13/28.86		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
190.13/28.86		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
190.13/28.86		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
190.13/28.86		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
190.13/28.86		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
190.13/28.86		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
190.13/28.86		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
190.13/28.86		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
190.13/28.86		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
190.13/28.86		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
190.13/28.86		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
190.13/28.86		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
190.13/28.86		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
190.13/28.86		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
190.13/28.86		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
190.13/28.86		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
190.13/28.86		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
190.13/28.86	Caused by: java.lang.NullPointerException
190.13/28.86		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
190.13/28.86		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
190.13/28.86		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
190.13/28.86		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
190.13/28.86		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
190.13/28.86		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
190.13/28.86		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
190.13/28.86		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
190.13/28.86		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
190.13/28.86		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
190.13/28.86		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
190.13/28.86		at org.chocosolver.solver.Solver.extend(Solver.java:421)
190.13/28.86		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
190.13/28.86		at org.chocosolver.solver.Solver.solve(Solver.java:262)
190.13/28.86		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
190.13/28.86		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
190.13/28.86		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
190.13/28.86		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
190.13/28.86		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
190.13/28.86		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
190.13/28.86		... 4 more
190.13/28.86	o 87 
281.36/43.84	java.util.concurrent.ExecutionException: java.lang.NullPointerException
281.36/43.84		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
281.36/43.84		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
281.36/43.84		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
281.36/43.84		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
281.36/43.84		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
281.36/43.84	Caused by: java.lang.NullPointerException
281.36/43.84		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
281.36/43.84		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
281.36/43.84		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
281.36/43.84		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
281.36/43.84		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
281.36/43.84		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
281.36/43.85		... 4 more
281.36/43.85	Caused by: java.lang.NullPointerException
281.36/43.85		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
281.36/43.85		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
281.36/43.85		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
281.36/43.85		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
281.36/43.85		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
281.36/43.85		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
281.36/43.85		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
281.36/43.85		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
281.36/43.85		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
281.36/43.85		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
281.36/43.85		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
281.36/43.85		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
281.36/43.85		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
281.36/43.85		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
281.36/43.85		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
281.36/43.85		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
281.36/43.85		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
281.36/43.85		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
281.36/43.85	Caused by: java.lang.NullPointerException
281.36/43.85		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
281.36/43.85		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
281.36/43.85		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
281.36/43.85		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
281.36/43.85		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
281.36/43.85		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
281.36/43.85		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
281.36/43.85		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
281.36/43.85		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
281.36/43.85		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
281.36/43.85		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
281.36/43.85		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
281.36/43.85		at org.chocosolver.solver.Solver.extend(Solver.java:421)
281.36/43.85		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
281.36/43.85		at org.chocosolver.solver.Solver.solve(Solver.java:262)
281.36/43.85		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
281.36/43.85		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
281.36/43.85		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
281.36/43.85		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
281.36/43.85		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
281.36/43.85		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
281.36/43.85		... 4 more
281.36/43.85	o 85 
345.68/54.57	java.util.concurrent.ExecutionException: java.lang.NullPointerException
345.68/54.57		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
345.68/54.57		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
345.68/54.57		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
345.68/54.57		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
345.68/54.57		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
345.68/54.57	Caused by: java.lang.NullPointerException
345.68/54.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
345.68/54.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
345.68/54.57		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
345.68/54.57		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
345.68/54.57		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
345.68/54.57		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
345.68/54.57		... 4 more
345.68/54.57	Caused by: java.lang.NullPointerException
345.68/54.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
345.68/54.57		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
345.68/54.57		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
345.68/54.57		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
345.68/54.57		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
345.68/54.57		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
345.68/54.57		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
345.68/54.57		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
345.68/54.57		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
345.68/54.57		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
345.68/54.57		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
345.68/54.57		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
345.68/54.57		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
345.68/54.57		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
345.68/54.57		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
345.68/54.57		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
345.68/54.57		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
345.68/54.57		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
345.68/54.57	Caused by: java.lang.NullPointerException
345.68/54.57		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
345.68/54.57		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
345.68/54.57		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
345.68/54.57		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
345.68/54.57		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
345.68/54.57		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
345.68/54.57		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
345.68/54.57		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
345.68/54.57		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
345.68/54.57		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
345.68/54.57		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
345.68/54.57		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
345.68/54.57		at org.chocosolver.solver.Solver.extend(Solver.java:421)
345.68/54.57		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
345.68/54.57		at org.chocosolver.solver.Solver.solve(Solver.java:262)
345.68/54.57		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
345.68/54.57		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
345.68/54.57		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
345.68/54.57		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
345.68/54.57		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
345.68/54.57		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
345.68/54.57		... 4 more
345.68/54.57	o 84 
377.36/60.81	java.util.concurrent.ExecutionException: java.lang.NullPointerException
377.36/60.81		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
377.36/60.81		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
377.36/60.81		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
377.36/60.81		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
377.36/60.81		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
377.36/60.81	Caused by: java.lang.NullPointerException
377.36/60.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
377.36/60.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
377.36/60.81		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
377.36/60.81		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
377.36/60.81		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
377.36/60.81		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
377.36/60.81		... 4 more
377.36/60.81	Caused by: java.lang.NullPointerException
377.36/60.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
377.36/60.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
377.36/60.81		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
377.36/60.81		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
377.36/60.81		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
377.36/60.81		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
377.36/60.81		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
377.36/60.81		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
377.36/60.81		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
377.36/60.81		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
377.36/60.81		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
377.36/60.81		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
377.36/60.81		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
377.36/60.81		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
377.36/60.81		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
377.36/60.81		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
377.36/60.81		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
377.36/60.81		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
377.36/60.81	Caused by: java.lang.NullPointerException
377.36/60.81	o 81 
377.36/60.81	s OPTIMUM FOUND
377.36/60.81	v <instantiation>
377.36/60.81	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] </list>
377.36/60.81	v 	<values>0 6 20 31 36 59 63 71 78 80 81 </values>
377.36/60.81	v </instantiation>

Verifier Data

OK	81

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394043-1568426299/watcher-4394043-1568426299 -o /tmp/evaluation-result-4394043-1568426299/solver-4394043-1568426299 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node143-1568425676-7549 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 92223590 HOME/instance-4394043-1568426299.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=8058, runsolver pid=8055

[startup+0.100159 s]*
/proc/loadavg: 6.29 7.03 7.48 2/211 8079
/proc/meminfo: memFree=24281024/32770624 swapFree=67108848/67108860
[pid=8058] ppid=8055 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8058/stat : 8058 (xcsp3-exec) S 8055 8058 7522 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418567267 115843072 364 33554432000 4194304 5098028 140729483437760 140729483435864 140368942678652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26468352 140729483441015 140729483441257 140729483441257 140729483444170 0
/proc/8058/statm: 28282 364 305 221 0 87 0
[pid=8060] ppid=8058 vsize=28227388 memory=28752 CPUtime=0.12 cores=0-7
/proc/8060/stat : 8060 (java) S 8058 8058 7522 0 -1 1077944320 5628 0 0 0 11 1 0 0 20 0 20 0 418567268 28904845312 7188 33554432000 4194304 4196468 140720413885872 140720413868416 140067966107383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
/proc/8060/statm: 7056847 7188 3121 1 0 7019032 0
[pid=8060/tid=8061] ppid=8058 vsize=28227388 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/8060/task/8061/stat : 8061 (java) R 8058 8058 7522 0 -1 4202560 3574 0 0 0 8 1 0 0 20 0 20 0 418567268 28904845312 7188 33554432000 4194304 4196468 140720413885872 140067970342560 140067966129309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8062] ppid=8058 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8060/task/8062/stat : 8062 (java) S 8058 8058 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 7188 33554432000 4194304 4196468 140720413885872 140067885959824 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8063] ppid=8058 vsize=28227388 memory=140056242574976 CPUtime=0 cores=0-7
/proc/8060/task/8063/stat : 8063 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 7188 33554432000 4194304 4196468 140720413885872 140067884907024 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8064] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8064/stat : 8064 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 7188 33554432000 4194304 4196468 140720413885872 140067883854224 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8065] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8065/stat : 8065 (java) S 8058 8058 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 7188 33554432000 4194304 4196468 140720413885872 140067882801424 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8066] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8066/stat : 8066 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 7188 33554432000 4194304 4196468 140720413885872 140067881749648 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8067] ppid=8058 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8060/task/8067/stat : 8067 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 7188 33554432000 4194304 4196468 140720413885872 140067880696848 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8068] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8068/stat : 8068 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 7188 33554432000 4194304 4196468 140720413885872 140067879644048 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8069] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8069/stat : 8069 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 7188 33554432000 4194304 4196468 140720413885872 140067878591248 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8070] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8070/stat : 8070 (java) S 8058 8058 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418567270 28904845312 7188 33554432000 4194304 4196468 140720413885872 140066479376752 140067966118530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8071] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8071/stat : 8071 (java) S 8058 8058 7522 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418567271 28904845312 7188 33554432000 4194304 4196468 140720413885872 140066478322720 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8072] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8072/stat : 8072 (java) S 8058 8058 7522 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418567271 28904845312 7188 33554432000 4194304 4196468 140720413885872 140066477269872 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8073] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8073/stat : 8073 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567273 28904845312 7188 33554432000 4194304 4196468 140720413885872 140066476218192 140067966125979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8074] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8074/stat : 8074 (java) S 8058 8058 7522 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 418567273 28904845312 7188 33554432000 4194304 4196468 140720413885872 140066475166576 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8075] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8075/stat : 8075 (java) S 8058 8058 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418567273 28904845312 7188 33554432000 4194304 4196468 140720413885872 140066474113776 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8076] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8076/stat : 8076 (java) S 8058 8058 7522 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418567273 28904845312 7188 33554432000 4194304 4196468 140720413885872 140066473060976 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8077] ppid=8058 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8060/task/8077/stat : 8077 (java) R 8058 8058 7522 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 20 0 418567273 28904845312 7188 33554432000 4194304 4196468 140720413885872 140066472008176 140067950187870 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8078] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8078/stat : 8078 (java) S 8058 8058 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418567274 28904845312 7188 33554432000 4194304 4196468 140720413885872 140066470955616 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8079] ppid=8058 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8060/task/8079/stat : 8079 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567274 28904845312 7188 33554432000 4194304 4196468 140720413885872 140066469902896 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30208 KiB

[startup+0.210657 s]*
/proc/loadavg: 6.29 7.03 7.48 2/211 8079
/proc/meminfo: memFree=24267068/32770624 swapFree=67108848/67108860
[pid=8058] ppid=8055 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8058/stat : 8058 (xcsp3-exec) S 8055 8058 7522 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418567267 115843072 364 33554432000 4194304 5098028 140729483437760 140729483435864 140368942678652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26468352 140729483441015 140729483441257 140729483441257 140729483444170 0
/proc/8058/statm: 28282 364 305 221 0 87 0
[pid=8060] ppid=8058 vsize=28227388 memory=41108 CPUtime=0.34 cores=0-7
/proc/8060/stat : 8060 (java) S 8058 8058 7522 0 -1 1077944320 9535 0 0 0 32 2 0 0 20 0 20 0 418567268 28904845312 10277 33554432000 4194304 4196468 140720413885872 140720413868416 140067966107383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
/proc/8060/statm: 7056847 10277 3298 1 0 7019032 0
[pid=8060/tid=8061] ppid=8058 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/8060/task/8061/stat : 8061 (java) R 8058 8058 7522 0 -1 4202560 6599 0 0 0 18 2 0 0 20 0 20 0 418567268 28904845312 10277 33554432000 4194304 4196468 140720413885872 140067970337104 140067557420160 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8062] ppid=8058 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/8060/task/8062/stat : 8062 (java) S 8058 8058 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 10277 33554432000 4194304 4196468 140720413885872 140067885959824 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8063] ppid=8058 vsize=28227388 memory=140056242584879 CPUtime=0 cores=0-7
/proc/8060/task/8063/stat : 8063 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 10277 33554432000 4194304 4196468 140720413885872 140067884907024 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8064] ppid=8058 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8060/task/8064/stat : 8064 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 10277 33554432000 4194304 4196468 140720413885872 140067883854224 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8065] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8065/stat : 8065 (java) S 8058 8058 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 10277 33554432000 4194304 4196468 140720413885872 140067882801424 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8066] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8066/stat : 8066 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 10277 33554432000 4194304 4196468 140720413885872 140067881749648 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8067] ppid=8058 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8060/task/8067/stat : 8067 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 10277 33554432000 4194304 4196468 140720413885872 140067880696848 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8068] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8068/stat : 8068 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 10277 33554432000 4194304 4196468 140720413885872 140067879644048 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8069] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8069/stat : 8069 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28904845312 10277 33554432000 4194304 4196468 140720413885872 140067878591248 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8070] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8070/stat : 8070 (java) S 8058 8058 7522 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418567270 28904845312 10277 33554432000 4194304 4196468 140720413885872 140066479376752 140067966118530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8071] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8071/stat : 8071 (java) S 8058 8058 7522 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418567271 28904845312 10277 33554432000 4194304 4196468 140720413885872 140066478322720 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8072] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8072/stat : 8072 (java) S 8058 8058 7522 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418567271 28904845312 10277 33554432000 4194304 4196468 140720413885872 140066477269872 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8073] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8073/stat : 8073 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567273 28904845312 10277 33554432000 4194304 4196468 140720413885872 140066476218192 140067966125979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8074] ppid=8058 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8060/task/8074/stat : 8074 (java) S 8058 8058 7522 0 -1 1077944384 397 0 0 0 1 0 0 0 20 0 20 0 418567273 28904845312 10277 33554432000 4194304 4196468 140720413885872 140066475166576 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8075] ppid=8058 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8060/task/8075/stat : 8075 (java) S 8058 8058 7522 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 20 0 418567273 28904845312 10277 33554432000 4194304 4196468 140720413885872 140066474113776 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8076] ppid=8058 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/8060/task/8076/stat : 8076 (java) S 8058 8058 7522 0 -1 1077944384 392 0 0 0 2 0 0 0 20 0 20 0 418567273 28904845312 10277 33554432000 4194304 4196468 140720413885872 140066473060976 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8077] ppid=8058 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/8060/task/8077/stat : 8077 (java) R 8058 8058 7522 0 -1 4202560 805 0 0 0 8 0 0 0 20 0 20 0 418567273 28904845312 10277 33554432000 4194304 4196468 140720413885872 140066472005112 140067944976595 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8078] ppid=8058 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8078/stat : 8078 (java) S 8058 8058 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418567274 28904845312 10277 33554432000 4194304 4196468 140720413885872 140066470955616 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8079] ppid=8058 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8060/task/8079/stat : 8079 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567274 28904845312 10277 33554432000 4194304 4196468 140720413885872 140066469902896 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42564 KiB

[startup+0.309877 s]*
/proc/loadavg: 6.29 7.03 7.48 3/211 8079
/proc/meminfo: memFree=24259168/32770624 swapFree=67108848/67108860
[pid=8058] ppid=8055 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8058/stat : 8058 (xcsp3-exec) S 8055 8058 7522 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418567267 115843072 364 33554432000 4194304 5098028 140729483437760 140729483435864 140368942678652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26468352 140729483441015 140729483441257 140729483441257 140729483444170 0
/proc/8058/statm: 28282 364 305 221 0 87 0
[pid=8060] ppid=8058 vsize=28231644 memory=50360 CPUtime=0.53 cores=0-7
/proc/8060/stat : 8060 (java) S 8058 8058 7522 0 -1 1077944320 10875 0 0 0 49 4 0 0 20 0 20 0 418567268 28909203456 12590 33554432000 4194304 4196468 140720413885872 140720413868416 140067966107383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
/proc/8060/statm: 7057911 12590 3368 1 0 7019032 0
[pid=8060/tid=8061] ppid=8058 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/8060/task/8061/stat : 8061 (java) R 8058 8058 7522 0 -1 4202560 7746 0 0 0 27 3 0 0 20 0 20 0 418567268 28909203456 12590 33554432000 4194304 4196468 140720413885872 140067970337392 140067966129309 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8062] ppid=8058 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8062/stat : 8062 (java) S 8058 8058 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418567269 28909203456 12590 33554432000 4194304 4196468 140720413885872 140067885959824 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8063] ppid=8058 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8063/stat : 8063 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28909203456 12590 33554432000 4194304 4196468 140720413885872 140067884907024 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8064] ppid=8058 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8064/stat : 8064 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28909203456 12590 33554432000 4194304 4196468 140720413885872 140067883854224 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8065] ppid=8058 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8065/stat : 8065 (java) S 8058 8058 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418567269 28909203456 12590 33554432000 4194304 4196468 140720413885872 140067882801424 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8066] ppid=8058 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8066/stat : 8066 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28909203456 12590 33554432000 4194304 4196468 140720413885872 140067881749648 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8067] ppid=8058 vsize=28231644 memory=140056132151983 CPUtime=0 cores=0-7
/proc/8060/task/8067/stat : 8067 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28909203456 12590 33554432000 4194304 4196468 140720413885872 140067880696848 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8068] ppid=8058 vsize=28231644 memory=140056132154288 CPUtime=0 cores=0-7
/proc/8060/task/8068/stat : 8068 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28909203456 12590 33554432000 4194304 4196468 140720413885872 140067879644048 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8069] ppid=8058 vsize=28231644 memory=140056132156592 CPUtime=0 cores=0-7
/proc/8060/task/8069/stat : 8069 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28909203456 12590 33554432000 4194304 4196468 140720413885872 140067878591248 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8070] ppid=8058 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8070/stat : 8070 (java) S 8058 8058 7522 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418567270 28909203456 12590 33554432000 4194304 4196468 140720413885872 140066479376752 140067966118530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8071] ppid=8058 vsize=28231644 memory=280112264327056 CPUtime=0 cores=0-7
/proc/8060/task/8071/stat : 8071 (java) S 8058 8058 7522 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418567271 28909203456 12590 33554432000 4194304 4196468 140720413885872 140066478322720 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8072] ppid=8058 vsize=28231644 memory=280112264324752 CPUtime=0 cores=0-7
/proc/8060/task/8072/stat : 8072 (java) S 8058 8058 7522 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418567271 28909203456 12590 33554432000 4194304 4196468 140720413885872 140066477269872 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8073] ppid=8058 vsize=28231644 memory=280112264331664 CPUtime=0 cores=0-7
/proc/8060/task/8073/stat : 8073 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567273 28909203456 12590 33554432000 4194304 4196468 140720413885872 140066476218192 140067966125979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8074] ppid=8058 vsize=28231644 memory=280112264272944 CPUtime=0.02 cores=0-7
/proc/8060/task/8074/stat : 8074 (java) S 8058 8058 7522 0 -1 1077944384 404 0 0 0 2 0 0 0 20 0 20 0 418567273 28909203456 12590 33554432000 4194304 4196468 140720413885872 140066475166576 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8075] ppid=8058 vsize=28231644 memory=280112264345488 CPUtime=0.03 cores=0-7
/proc/8060/task/8075/stat : 8075 (java) R 8058 8058 7522 0 -1 4202560 140 0 0 0 3 0 0 0 20 0 20 0 418567273 28909203456 12590 33554432000 4194304 4196468 140720413885872 140066474113776 140067944510834 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8076] ppid=8058 vsize=28231644 memory=280112264352400 CPUtime=0.03 cores=0-7
/proc/8060/task/8076/stat : 8076 (java) S 8058 8058 7522 0 -1 1077944384 400 0 0 0 3 0 0 0 20 0 20 0 418567273 28909203456 12590 33554432000 4194304 4196468 140720413885872 140066473060976 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8077] ppid=8058 vsize=28231644 memory=280112264350096 CPUtime=0.12 cores=0-7
/proc/8060/task/8077/stat : 8077 (java) S 8058 8058 7522 0 -1 1077944384 885 0 0 0 12 0 0 0 20 0 20 0 418567273 28909203456 12590 33554432000 4194304 4196468 140720413885872 140066472008176 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8078] ppid=8058 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8078/stat : 8078 (java) S 8058 8058 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418567274 28909203456 12590 33554432000 4194304 4196468 140720413885872 140066470955616 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8079] ppid=8058 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/8060/task/8079/stat : 8079 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567274 28909203456 12590 33554432000 4194304 4196468 140720413885872 140066469902896 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51816 KiB

[startup+0.700956 s]
/proc/loadavg: 6.29 7.03 7.48 5/211 8079
/proc/meminfo: memFree=24238036/32770624 swapFree=67108848/67108860
[pid=8058] ppid=8055 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8058/stat : 8058 (xcsp3-exec) S 8055 8058 7522 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418567267 115843072 364 33554432000 4194304 5098028 140729483437760 140729483435864 140368942678652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26468352 140729483441015 140729483441257 140729483441257 140729483444170 0
/proc/8058/statm: 28282 364 305 221 0 87 0
[pid=8060] ppid=8058 vsize=28233768 memory=95388 CPUtime=1.78 cores=0-7
/proc/8060/stat : 8060 (java) S 8058 8058 7522 0 -1 1077944320 15489 0 0 0 172 6 0 0 20 0 20 0 418567268 28911378432 23847 33554432000 4194304 4196468 140720413885872 140720413868416 140067966107383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
/proc/8060/statm: 7058442 23847 3446 1 0 7019544 0
[pid=8060/tid=8061] ppid=8058 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/8060/task/8061/stat : 8061 (java) R 8058 8058 7522 0 -1 4202560 9173 0 0 0 64 4 0 0 20 0 20 0 418567268 28911378432 23847 33554432000 4194304 4196468 140720413885872 140067970344880 140067561174400 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8062] ppid=8058 vsize=28233768 memory=140056132363120 CPUtime=0 cores=0-7
/proc/8060/task/8062/stat : 8062 (java) S 8058 8058 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418567269 28911378432 23847 33554432000 4194304 4196468 140720413885872 140067885959824 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8063] ppid=8058 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8063/stat : 8063 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28911378432 23847 33554432000 4194304 4196468 140720413885872 140067884907024 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8064] ppid=8058 vsize=28233768 memory=7180 CPUtime=0 cores=0-7
/proc/8060/task/8064/stat : 8064 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418567269 28911378432 23847 33554432000 4194304 4196468 140720413885872 140067883854224 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0

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

[pid=8060/tid=8077] ppid=8058 vsize=28901456 memory=6944652177228980320 CPUtime=1.22 cores=0-7
/proc/8060/task/8077/stat : 8077 (java) S 8058 8058 7522 0 -1 1077944384 12959 0 0 0 118 4 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066472008176 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8078] ppid=8058 vsize=28901456 memory=1456 CPUtime=0 cores=0-7
/proc/8060/task/8078/stat : 8078 (java) S 8058 8058 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418567274 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066470955616 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8079] ppid=8058 vsize=28901456 memory=1127676 CPUtime=0.03 cores=0-7
/proc/8060/task/8079/stat : 8079 (java) S 8058 8058 7522 0 -1 1077944384 1243 0 0 0 1 2 0 0 20 0 28 0 418567274 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066469902896 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8141] ppid=8058 vsize=28901456 memory=1456 CPUtime=5.42 cores=0-7
/proc/8060/task/8141/stat : 8141 (java) R 8058 8058 7522 0 -1 4202560 193 0 0 0 542 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066452277528 140067569219128 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8142] ppid=8058 vsize=28901456 memory=8112282956445269571 CPUtime=5.42 cores=0-7
/proc/8060/task/8142/stat : 8142 (java) R 8058 8058 7522 0 -1 4202560 180 0 0 0 542 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066457542104 140067566383594 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8143] ppid=8058 vsize=28901456 memory=2352 CPUtime=5.42 cores=0-7
/proc/8060/task/8143/stat : 8143 (java) R 8058 8058 7522 0 -1 4202560 1144 0 0 0 540 2 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066450176552 140067567411212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8144] ppid=8058 vsize=28901456 memory=1792 CPUtime=5.42 cores=0-7
/proc/8060/task/8144/stat : 8144 (java) R 8058 8058 7522 0 -1 4202560 520 0 0 0 542 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066458596392 140067566637450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8145] ppid=8058 vsize=28901456 memory=3924 CPUtime=0 cores=0-7
/proc/8060/task/8145/stat : 8145 (java) S 8058 8058 7522 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066453337424 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8146] ppid=8058 vsize=28901456 memory=41128 CPUtime=0 cores=0-7
/proc/8060/task/8146/stat : 8146 (java) S 8058 8058 7522 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066449126608 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8147] ppid=8058 vsize=28901456 memory=1228 CPUtime=5.42 cores=0-7
/proc/8060/task/8147/stat : 8147 (java) R 8058 8058 7522 0 -1 4202560 304 0 0 0 542 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066454384424 140067570150675 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8148] ppid=8058 vsize=28901456 memory=2352 CPUtime=0 cores=0-7
/proc/8060/task/8148/stat : 8148 (java) S 8058 8058 7522 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 418572726 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066456495056 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
Current children cumulated CPU time: 373.36 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 1129132 KiB

[startup+60.4013 s]
/proc/loadavg: 5.94 6.79 7.37 6/219 8149
/proc/meminfo: memFree=23180760/32770624 swapFree=67108848/67108860
[pid=8058] ppid=8055 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8058/stat : 8058 (xcsp3-exec) S 8055 8058 7522 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418567267 115843072 364 33554432000 4194304 5098028 140729483437760 140729483435864 140368942678652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26468352 140729483441015 140729483441257 140729483441257 140729483444170 0
/proc/8058/statm: 28282 364 305 221 0 87 0
[pid=8060] ppid=8058 vsize=28901456 memory=1127676 CPUtime=375.35 cores=0-7
/proc/8060/stat : 8060 (java) S 8058 8058 7522 0 -1 1077944320 150875 0 0 0 37370 165 0 0 20 0 28 0 418567268 29595090944 281919 33554432000 4194304 4196468 140720413885872 140720413868416 140067966107383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
/proc/8060/statm: 7225364 281919 3553 1 0 7186466 0
[pid=8060/tid=8061] ppid=8058 vsize=28901456 memory=1408 CPUtime=1.74 cores=0-7
/proc/8060/task/8061/stat : 8061 (java) S 8058 8058 7522 0 -1 1077944384 11288 0 0 0 167 7 0 0 20 0 28 0 418567268 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067970348160 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8062] ppid=8058 vsize=28901456 memory=3444 CPUtime=1.09 cores=0-7
/proc/8060/task/8062/stat : 8062 (java) S 8058 8058 7522 0 -1 1077944384 809 0 0 0 97 12 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067885959824 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8063] ppid=8058 vsize=28901456 memory=1456 CPUtime=1.07 cores=0-7
/proc/8060/task/8063/stat : 8063 (java) S 8058 8058 7522 0 -1 1077944384 414 0 0 0 95 12 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067884907024 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8064] ppid=8058 vsize=28901456 memory=1127676 CPUtime=1.1 cores=0-7
/proc/8060/task/8064/stat : 8064 (java) S 8058 8058 7522 0 -1 1077944384 636 0 0 0 97 13 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067883854224 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8065] ppid=8058 vsize=28901456 memory=752 CPUtime=1.12 cores=0-7
/proc/8060/task/8065/stat : 8065 (java) S 8058 8058 7522 0 -1 1077944384 455 0 0 0 99 13 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067882801424 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8066] ppid=8058 vsize=28901456 memory=1636 CPUtime=1.1 cores=0-7
/proc/8060/task/8066/stat : 8066 (java) S 8058 8058 7522 0 -1 1077944384 469 0 0 0 98 12 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067881749648 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8067] ppid=8058 vsize=28901456 memory=812 CPUtime=1.09 cores=0-7
/proc/8060/task/8067/stat : 8067 (java) S 8058 8058 7522 0 -1 1077944384 1244 0 0 0 98 11 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067880696848 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8068] ppid=8058 vsize=28901456 memory=1840 CPUtime=1.11 cores=0-7
/proc/8060/task/8068/stat : 8068 (java) S 8058 8058 7522 0 -1 1077944384 718 0 0 0 97 14 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067879644048 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8069] ppid=8058 vsize=28901456 memory=1384 CPUtime=1.07 cores=0-7
/proc/8060/task/8069/stat : 8069 (java) S 8058 8058 7522 0 -1 1077944384 481 0 0 0 96 11 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067878591248 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8070] ppid=8058 vsize=28901456 memory=7180 CPUtime=0.26 cores=0-7
/proc/8060/task/8070/stat : 8070 (java) S 8058 8058 7522 0 -1 1077944384 4362 0 0 0 24 2 0 0 20 0 28 0 418567270 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066479376752 140067966118530 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8071] ppid=8058 vsize=28901456 memory=1100 CPUtime=0 cores=0-7
/proc/8060/task/8071/stat : 8071 (java) S 8058 8058 7522 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 418567271 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066478322784 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8072] ppid=8058 vsize=28901456 memory=15208 CPUtime=0 cores=0-7
/proc/8060/task/8072/stat : 8072 (java) S 8058 8058 7522 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 418567271 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066477269888 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8073] ppid=8058 vsize=28901456 memory=24832 CPUtime=0 cores=0-7
/proc/8060/task/8073/stat : 8073 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066476218192 140067966125979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8074] ppid=8058 vsize=28901456 memory=280112265915520 CPUtime=4.91 cores=0-7
/proc/8060/task/8074/stat : 8074 (java) S 8058 8058 7522 0 -1 1077944384 26145 0 0 0 486 5 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066475166576 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8075] ppid=8058 vsize=28901456 memory=288230596050944315 CPUtime=4.81 cores=0-7
/proc/8060/task/8075/stat : 8075 (java) S 8058 8058 7522 0 -1 1077944384 33359 0 0 0 475 6 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066474113776 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8076] ppid=8058 vsize=28901456 memory=8112282956445269571 CPUtime=4.7 cores=0-7
/proc/8060/task/8076/stat : 8076 (java) S 8058 8058 7522 0 -1 1077944384 30504 0 0 0 465 5 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066473060976 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8077] ppid=8058 vsize=28901456 memory=2212 CPUtime=1.23 cores=0-7
/proc/8060/task/8077/stat : 8077 (java) S 8058 8058 7522 0 -1 1077944384 13983 0 0 0 119 4 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066472008176 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8078] ppid=8058 vsize=28901456 memory=4276 CPUtime=0 cores=0-7
/proc/8060/task/8078/stat : 8078 (java) S 8058 8058 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418567274 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066470955616 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8079] ppid=8058 vsize=28901456 memory=1536 CPUtime=0.03 cores=0-7
/proc/8060/task/8079/stat : 8079 (java) S 8058 8058 7522 0 -1 1077944384 1243 0 0 0 1 2 0 0 20 0 28 0 418567274 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066469902896 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8141] ppid=8058 vsize=28901456 memory=932 CPUtime=5.81 cores=0-7
/proc/8060/task/8141/stat : 8141 (java) R 8058 8058 7522 0 -1 4202560 212 0 0 0 581 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066452277104 140067570150609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8142] ppid=8058 vsize=28901456 memory=2008 CPUtime=5.81 cores=0-7
/proc/8060/task/8142/stat : 8142 (java) R 8058 8058 7522 0 -1 4202560 200 0 0 0 581 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066457542104 140067566637424 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8143] ppid=8058 vsize=28901456 memory=111636 CPUtime=5.81 cores=0-7
/proc/8060/task/8143/stat : 8143 (java) R 8058 8058 7522 0 -1 4202560 1157 0 0 0 579 2 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066450176552 140067563564150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8144] ppid=8058 vsize=28901456 memory=804 CPUtime=5.81 cores=0-7
/proc/8060/task/8144/stat : 8144 (java) R 8058 8058 7522 0 -1 4202560 568 0 0 0 581 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066458596392 140067570150804 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8145] ppid=8058 vsize=28901456 memory=1804 CPUtime=0 cores=0-7
/proc/8060/task/8145/stat : 8145 (java) S 8058 8058 7522 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066453337424 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8146] ppid=8058 vsize=28901456 memory=916 CPUtime=0 cores=0-7
/proc/8060/task/8146/stat : 8146 (java) S 8058 8058 7522 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066449126608 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8147] ppid=8058 vsize=28901456 memory=4228 CPUtime=5.81 cores=0-7
/proc/8060/task/8147/stat : 8147 (java) R 8058 8058 7522 0 -1 4202560 325 0 0 0 581 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066454384424 140067570125773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8148] ppid=8058 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/8060/task/8148/stat : 8148 (java) S 8058 8058 7522 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 418572726 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066456495056 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
Current children cumulated CPU time: 375.35 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 1129132 KiB

[startup+60.8013 s]
/proc/loadavg: 5.94 6.79 7.37 6/219 8149
/proc/meminfo: memFree=23180760/32770624 swapFree=67108848/67108860
[pid=8058] ppid=8055 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8058/stat : 8058 (xcsp3-exec) S 8055 8058 7522 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418567267 115843072 364 33554432000 4194304 5098028 140729483437760 140729483435864 140368942678652 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 26468352 140729483441015 140729483441257 140729483441257 140729483444170 0
/proc/8058/statm: 28282 364 305 221 0 87 0
[pid=8060] ppid=8058 vsize=28901456 memory=1127676 CPUtime=377.36 cores=0-7
/proc/8060/stat : 8060 (java) S 8058 8058 7522 0 -1 1077944320 151223 0 0 0 37571 165 0 0 20 0 28 0 418567268 29595090944 281919 33554432000 4194304 4196468 140720413885872 140720413868416 140067966107383 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
/proc/8060/statm: 7225364 281919 3553 1 0 7186466 0
[pid=8060/tid=8061] ppid=8058 vsize=28901456 memory=752 CPUtime=1.74 cores=0-7
/proc/8060/task/8061/stat : 8061 (java) S 8058 8058 7522 0 -1 1077944384 11288 0 0 0 167 7 0 0 20 0 28 0 418567268 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067970348160 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8062] ppid=8058 vsize=28901456 memory=1636 CPUtime=1.09 cores=0-7
/proc/8060/task/8062/stat : 8062 (java) S 8058 8058 7522 0 -1 1077944384 809 0 0 0 97 12 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067885959824 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8063] ppid=8058 vsize=28901456 memory=812 CPUtime=1.07 cores=0-7
/proc/8060/task/8063/stat : 8063 (java) S 8058 8058 7522 0 -1 1077944384 414 0 0 0 95 12 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067884907024 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8064] ppid=8058 vsize=28901456 memory=1840 CPUtime=1.1 cores=0-7
/proc/8060/task/8064/stat : 8064 (java) S 8058 8058 7522 0 -1 1077944384 636 0 0 0 97 13 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067883854224 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8065] ppid=8058 vsize=28901456 memory=4486604260213485459 CPUtime=1.12 cores=0-7
/proc/8060/task/8065/stat : 8065 (java) S 8058 8058 7522 0 -1 1077944384 455 0 0 0 99 13 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067882801424 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8066] ppid=8058 vsize=28901456 memory=1127676 CPUtime=1.1 cores=0-7
/proc/8060/task/8066/stat : 8066 (java) S 8058 8058 7522 0 -1 1077944384 469 0 0 0 98 12 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067881749648 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8067] ppid=8058 vsize=28901456 memory=0 CPUtime=1.09 cores=0-7
/proc/8060/task/8067/stat : 8067 (java) S 8058 8058 7522 0 -1 1077944384 1244 0 0 0 98 11 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067880696848 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8068] ppid=8058 vsize=28901456 memory=0 CPUtime=1.11 cores=0-7
/proc/8060/task/8068/stat : 8068 (java) S 8058 8058 7522 0 -1 1077944384 718 0 0 0 97 14 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067879644048 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8069] ppid=8058 vsize=28901456 memory=1456 CPUtime=1.07 cores=0-7
/proc/8060/task/8069/stat : 8069 (java) S 8058 8058 7522 0 -1 1077944384 481 0 0 0 96 11 0 0 20 0 28 0 418567269 29595090944 281919 33554432000 4194304 4196468 140720413885872 140067878591248 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8070] ppid=8058 vsize=28901456 memory=8112282956445269571 CPUtime=0.26 cores=0-7
/proc/8060/task/8070/stat : 8070 (java) S 8058 8058 7522 0 -1 1077944384 4429 0 0 0 24 2 0 0 20 0 28 0 418567270 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066479376752 140067966118530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8071] ppid=8058 vsize=28901456 memory=1792 CPUtime=0 cores=0-7
/proc/8060/task/8071/stat : 8071 (java) S 8058 8058 7522 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 418567271 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066478322784 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8072] ppid=8058 vsize=28901456 memory=8612 CPUtime=0 cores=0-7
/proc/8060/task/8072/stat : 8072 (java) S 8058 8058 7522 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 28 0 418567271 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066477269888 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8073] ppid=8058 vsize=28901456 memory=1192 CPUtime=0 cores=0-7
/proc/8060/task/8073/stat : 8073 (java) S 8058 8058 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066476218192 140067966125979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8074] ppid=8058 vsize=28901456 memory=5536 CPUtime=4.93 cores=0-7
/proc/8060/task/8074/stat : 8074 (java) S 8058 8058 7522 0 -1 1077944384 26398 0 0 0 488 5 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066475166576 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8075] ppid=8058 vsize=28901456 memory=2008 CPUtime=4.81 cores=0-7
/proc/8060/task/8075/stat : 8075 (java) S 8058 8058 7522 0 -1 1077944384 33359 0 0 0 475 6 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066474113776 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8076] ppid=8058 vsize=28901456 memory=111636 CPUtime=4.7 cores=0-7
/proc/8060/task/8076/stat : 8076 (java) S 8058 8058 7522 0 -1 1077944384 30504 0 0 0 465 5 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066473060976 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 20 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8077] ppid=8058 vsize=28901456 memory=804 CPUtime=1.23 cores=0-7
/proc/8060/task/8077/stat : 8077 (java) S 8058 8058 7522 0 -1 1077944384 13983 0 0 0 119 4 0 0 20 0 28 0 418567273 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066472008176 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8078] ppid=8058 vsize=28901456 memory=1456 CPUtime=0 cores=0-7
/proc/8060/task/8078/stat : 8078 (java) S 8058 8058 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418567274 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066470955616 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8079] ppid=8058 vsize=28901456 memory=1127676 CPUtime=0.04 cores=0-7
/proc/8060/task/8079/stat : 8079 (java) S 8058 8058 7522 0 -1 1077944384 1264 0 0 0 1 3 0 0 20 0 28 0 418567274 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066469902896 140067966118530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 32 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8141] ppid=8058 vsize=28901456 memory=1384 CPUtime=6.21 cores=0-7
/proc/8060/task/8141/stat : 8141 (java) R 8058 8058 7522 0 -1 4202560 213 0 0 0 621 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066452277600 140067570151235 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8142] ppid=8058 vsize=28901456 memory=7180 CPUtime=6.21 cores=0-7
/proc/8060/task/8142/stat : 8142 (java) R 8058 8058 7522 0 -1 4202560 201 0 0 0 621 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066457541968 140067570150843 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8143] ppid=8058 vsize=28901456 memory=1100 CPUtime=6.21 cores=0-7
/proc/8060/task/8143/stat : 8143 (java) R 8058 8058 7522 0 -1 4202560 1161 0 0 0 619 2 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066450174448 140067566639703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8144] ppid=8058 vsize=28901456 memory=15208 CPUtime=6.21 cores=0-7
/proc/8060/task/8144/stat : 8144 (java) R 8058 8058 7522 0 -1 4202560 568 0 0 0 621 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066458595472 140067568470921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8145] ppid=8058 vsize=28901456 memory=24832 CPUtime=0 cores=0-7
/proc/8060/task/8145/stat : 8145 (java) S 8058 8058 7522 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066453337424 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8146] ppid=8058 vsize=28901456 memory=4048 CPUtime=0 cores=0-7
/proc/8060/task/8146/stat : 8146 (java) S 8058 8058 7522 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066449126608 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8147] ppid=8058 vsize=28901456 memory=14288 CPUtime=6.21 cores=0-7
/proc/8060/task/8147/stat : 8147 (java) R 8058 8058 7522 0 -1 4202560 326 0 0 0 621 0 0 0 20 0 28 0 418572725 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066454384528 140067569220268 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
[pid=8060/tid=8148] ppid=8058 vsize=28901456 memory=504 CPUtime=0 cores=0-7
/proc/8060/task/8148/stat : 8148 (java) S 8058 8058 7522 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 418572726 29595090944 281919 33554432000 4194304 4196468 140720413885872 140066456495056 140067966117589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38084608 140720413889514 140720413889686 140720413889686 140720413892559 0
Current children cumulated CPU time: 377.36 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 1129132 KiB

Child status: 0
Real time (s): 60.8449
CPU time (s): 377.463
CPU user time (s): 375.794
CPU system time (s): 1.66926
CPU usage (%): 620.37
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 1129132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 375.794
system time used= 1.66926
maximum resident set size= 1127700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153138
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9336
involuntary context switches= 2070


# summary of solver processes directly reported to runsolver:
#   pid: 8058
#   total CPU time (s): 377.463
#   total CPU user time (s): 375.794
#   total CPU system time (s): 1.66926

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.545495 second user time and 0.831334 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-14 03:57:38
IDJOB=4394043
IDBENCH=126231
IDSOLVER=2841
FILE ID=node143/4394043-1568426299
RUNJOBID= node143-1568425676-7549
PBS_JOBID= 21702285
Free space on /tmp= 59272 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-11-a4.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394043-1568426299/watcher-4394043-1568426299 -o /tmp/evaluation-result-4394043-1568426299/solver-4394043-1568426299 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node143-1568425676-7549 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 92223590 HOME/instance-4394043-1568426299.xml

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

MD5SUM BENCH= 76cd483e3b4252a6c3494775e86c7629
RANDOM SEED=92223590

node143.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.73
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.73
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.73
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.73
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:        24295700 kB
MemAvailable:   31754420 kB
Buffers:          203164 kB
Cached:          7545104 kB
SwapCached:            8 kB
Active:          2145836 kB
Inactive:        5653088 kB
Active(anon):       5144 kB
Inactive(anon):   144860 kB
Active(file):    2140692 kB
Inactive(file):  5508228 kB
Unevictable:      107440 kB
Mlocked:          107440 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             26120 kB
Writeback:           108 kB
AnonPages:        318396 kB
Mapped:            48140 kB
Shmem:             90756 kB
Slab:             267560 kB
SReclaimable:     238260 kB
SUnreclaim:        29300 kB
KernelStack:        3712 kB
PageTables:         6084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 59248 MiB
End job on node143 at 2019-09-14 03:58:39