Trace number 4394432

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 parallelOPT450 795.218 119.569

General information on the benchmark

NameVrp/Vrp-zinc-s1/
Vrp-P-n16-k8.xml
MD5SUMcfd5e3ed3d40597c9df5fc0ce0b3cf5f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark450
Best CPU time to get the best result obtained on this benchmark138.159
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints255
Number of domains3
Minimum domain size1
Maximum domain size36
Distribution of domain sizes[{"size":1,"count":16},{"size":2,"count":240},{"size":36,"count":15}]
Minimum variable degree0
Maximum variable degree29
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":16},{"degree":2,"count":30},{"degree":4,"count":210},{"degree":29,"count":15}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":15},{"arity":3,"count":210},{"arity":15,"count":30}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"sum","count":210},{"type":"count","count":30}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394432-1568424806.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394432-1568424806.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.11/0.82	c solve instance...
2.60/0.90	o 567 
2.60/0.94	o 540 
2.60/0.95	o 531 
2.60/0.97	o 529 
2.60/0.97	o 520 
2.60/0.97	o 518 
2.60/0.99	o 500 
2.60/0.99	o 494 
3.37/1.04	o 492 
3.37/1.08	o 463 
63.87/9.21	o 459 
87.10/13.01	o 458 
94.19/13.91	o 456 
111.76/16.48	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (213/215)
111.76/16.48		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
111.76/16.48		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
111.76/16.48		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
111.76/16.48		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
111.76/16.48		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
111.76/16.48	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (213/215)
111.76/16.48		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
111.76/16.48		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
111.76/16.48		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
111.76/16.48		at org.chocosolver.solver.Solver.repair(Solver.java:443)
111.76/16.48		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
111.76/16.48		at org.chocosolver.solver.Solver.solve(Solver.java:262)
111.76/16.48		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
111.76/16.48		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
111.76/16.48		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
111.76/16.48		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
111.76/16.48		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
111.76/16.48		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
111.76/16.48		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
111.76/16.48		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
111.76/16.48		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
111.76/16.48		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
111.76/16.48	o 455 
171.39/23.99	java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
171.39/23.99		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
171.39/23.99		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
171.39/23.99		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
171.39/23.99		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
171.39/23.99		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
171.39/23.99	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
171.39/23.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
171.39/23.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
171.39/23.99		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
171.39/23.99		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
171.39/23.99		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
171.39/23.99		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
171.39/23.99		... 4 more
171.39/23.99	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
171.39/23.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
171.39/23.99		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
171.39/23.99		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
171.39/23.99		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
171.39/23.99		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
171.39/23.99		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
171.39/23.99		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
171.39/23.99		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
171.39/23.99		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
171.39/23.99		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
171.39/23.99		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
171.39/23.99		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
171.39/23.99		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
171.39/23.99		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
171.39/23.99		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
171.39/23.99		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
171.39/23.99		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
171.39/23.99		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
171.39/23.99	Caused by: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
171.39/23.99		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:107)
171.39/23.99		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
171.39/23.99		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
171.39/23.99		at org.chocosolver.solver.Solver.restart(Solver.java:596)
171.39/23.99		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
171.39/23.99		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:96)
171.39/23.99		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:94)
171.39/23.99		at org.chocosolver.solver.Solver.repair(Solver.java:438)
171.39/23.99		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
171.39/23.99		at org.chocosolver.solver.Solver.solve(Solver.java:262)
171.39/23.99		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
171.39/23.99		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
171.39/23.99		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
171.39/23.99		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
171.39/23.99		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
171.39/23.99		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
171.39/23.99		... 4 more
171.39/24.00	o 453 
204.00/28.07	java.util.concurrent.ExecutionException: java.lang.NullPointerException
204.00/28.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
204.00/28.07		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
204.00/28.07		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
204.00/28.07		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
204.00/28.07		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
204.00/28.07	Caused by: java.lang.NullPointerException
204.00/28.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
204.00/28.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
204.00/28.07		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
204.00/28.07		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
204.00/28.07		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
204.00/28.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
204.00/28.07		... 4 more
204.00/28.07	Caused by: java.lang.NullPointerException
204.00/28.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
204.00/28.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
204.00/28.07		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
204.00/28.07		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
204.00/28.07		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
204.00/28.07		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
204.00/28.07		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
204.00/28.07		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
204.00/28.07		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
204.00/28.07		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
204.00/28.07		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
204.00/28.07		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
204.00/28.07		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
204.00/28.07		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
204.00/28.07		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
204.00/28.07		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
204.00/28.07		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
204.00/28.07		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
204.00/28.07	Caused by: java.lang.NullPointerException
204.00/28.07		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:208)
204.00/28.07		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
204.00/28.07		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
204.00/28.07		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
204.00/28.07		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
204.00/28.07		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
204.00/28.07		at org.chocosolver.solver.Solver.solve(Solver.java:262)
204.00/28.07		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
204.00/28.07		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
204.00/28.07		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
204.00/28.07		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
204.00/28.07		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
204.00/28.07		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
204.00/28.07		... 4 more
204.00/28.08	o 452 
214.98/29.46	java.util.concurrent.ExecutionException: java.lang.NullPointerException
214.98/29.46		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
214.98/29.46		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
214.98/29.46		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
214.98/29.46		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
214.98/29.46		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
214.98/29.46	Caused by: java.lang.NullPointerException
214.98/29.46		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
214.98/29.46		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
214.98/29.46		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
214.98/29.46		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
214.98/29.46		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
214.98/29.46		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
214.98/29.46		... 4 more
214.98/29.46	Caused by: java.lang.NullPointerException
214.98/29.46		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
214.98/29.46		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
214.98/29.46		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
214.98/29.46		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
214.98/29.46		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
214.98/29.46		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
214.98/29.46		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
214.98/29.46		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
214.98/29.46		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
214.98/29.46		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
214.98/29.46		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
214.98/29.46		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
214.98/29.46		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
214.98/29.46		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
214.98/29.46		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
214.98/29.46		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
214.98/29.46		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
214.98/29.46		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
214.98/29.46	Caused by: java.lang.NullPointerException
214.98/29.46		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:208)
214.98/29.46		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
214.98/29.46		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
214.98/29.46		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
214.98/29.46		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
214.98/29.46		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
214.98/29.46		at org.chocosolver.solver.Solver.solve(Solver.java:262)
214.98/29.46		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
214.98/29.46		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
214.98/29.46		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
214.98/29.46		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
214.98/29.46		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
214.98/29.46		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
214.98/29.46		... 4 more
214.98/29.47	o 450 
794.92/119.54	java.util.concurrent.ExecutionException: java.lang.NullPointerException
794.92/119.54		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
794.92/119.54		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
794.92/119.54		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
794.92/119.54		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
794.92/119.54		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
794.92/119.54	Caused by: java.lang.NullPointerException
794.92/119.54		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
794.92/119.54		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
794.92/119.54		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
794.92/119.54		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
794.92/119.54		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
794.92/119.54		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
794.92/119.54		... 4 more
794.92/119.54	Caused by: java.lang.NullPointerException
794.92/119.54		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
794.92/119.54		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
794.92/119.54		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
794.92/119.54		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
794.92/119.54		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
794.92/119.54		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
794.92/119.54		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
794.92/119.54		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
794.92/119.54		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
794.92/119.54		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
794.92/119.54		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
794.92/119.54		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
794.92/119.54		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
794.92/119.54		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
794.92/119.54		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
794.92/119.54		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
794.92/119.54		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
794.92/119.54		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
794.92/119.54	Caused by: java.lang.NullPointerException
794.92/119.54		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:208)
794.92/119.54		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
794.92/119.54		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
794.92/119.54		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
794.92/119.54		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
794.92/119.54		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
794.92/119.54		at org.chocosolver.solver.Solver.solve(Solver.java:262)
794.92/119.54		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
794.92/119.54		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
794.92/119.54		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
794.92/119.54		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
794.92/119.54		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
794.92/119.54		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
794.92/119.54		... 4 more
794.92/119.54	s OPTIMUM FOUND
794.92/119.54	v <instantiation>
794.92/119.54	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[5][14] x[5][15] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[6][15] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[7][15] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[8][15] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14] x[9][15] x[10][0] x[10][1] x[10][2] x[10][3] x[10][4] x[10][5] x[10][6] x[10][7] x[10][8] x[10][9] x[10][10] x[10][11] x[10][12] x[10][13] x[10][14] x[10][15] x[11][0] x[11][1] x[11][2] x[11][3] x[11][4] x[11][5] x[11][6] x[11][7] x[11][8] x[11][9] x[11][10] x[11][11] x[11][12] x[11][13] x[11][14] x[11][15] x[12][0] x[12][1] x[12][2] x[12][3] x[12][4] x[12][5] x[12][6] x[12][7] x[12][8] x[12][9] x[12][10] x[12][11] x[12][12] x[12][13] x[12][14] x[12][15] x[13][0] x[13][1] x[13][2] x[13][3] x[13][4] x[13][5] x[13][6] x[13][7] x[13][8] x[13][9] x[13][10] x[13][11] x[13][12] x[13][13] x[13][14] x[13][15] x[14][0] x[14][1] x[14][2] x[14][3] x[14][4] x[14][5] x[14][6] x[14][7] x[14][8] x[14][9] x[14][10] x[14][11] x[14][12] x[14][13] x[14][14] x[14][15] x[15][0] x[15][1] x[15][2] x[15][3] x[15][4] x[15][5] x[15][6] x[15][7] x[15][8] x[15][9] x[15][10] x[15][11] x[15][12] x[15][13] x[15][14] x[15][15] u[1] u[2] u[3] u[4] u[5] u[6] u[7] u[8] u[9] u[10] u[11] u[12] u[13] u[14] u[15] </list>
794.92/119.54	v 	<values>0 0 1 1 1 0 1 0 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 35 34 16 23 34 32 33 34 17 34 35 26 9 20 12 </values>
794.92/119.54	v </instantiation>

Verifier Data

OK	450

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394432-1568424806/watcher-4394432-1568424806 -o /tmp/evaluation-result-4394432-1568424806/solver-4394432-1568424806 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568416730-6442 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 945301191 HOME/instance-4394432-1568424806.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=10964, runsolver pid=10961

[startup+0.100127 s]*
/proc/loadavg: 7.02 7.19 7.18 3/212 10985
/proc/meminfo: memFree=30878840/32770624 swapFree=66940940/67108860
[pid=10964] ppid=10961 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10964/stat : 10964 (xcsp3-exec) S 10961 10964 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418719314 115843072 363 33554432000 4194304 5098028 140735327011472 140735327009576 139719850934908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20062208 140735327019894 140735327020137 140735327020137 140735327023050 0
/proc/10964/statm: 28282 363 304 221 0 87 0
[pid=10966] ppid=10964 vsize=28227388 memory=30556 CPUtime=0.12 cores=0-7
/proc/10966/stat : 10966 (java) S 10964 10964 6415 0 -1 1077944320 5605 0 0 0 11 1 0 0 20 0 20 0 418719314 28904845312 7639 33554432000 4194304 4196468 140722641055120 140722641037664 139791112290039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
/proc/10966/statm: 7056847 7639 3119 1 0 7019032 0
[pid=10966/tid=10967] ppid=10964 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/10966/task/10967/stat : 10967 (java) R 10964 10964 6415 0 -1 4202560 3515 0 0 0 8 1 0 0 20 0 20 0 418719314 28904845312 7639 33554432000 4194304 4196468 140722641055120 139791116521952 139791104312980 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10968] ppid=10964 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/10966/task/10968/stat : 10968 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 7639 33554432000 4194304 4196468 140722641055120 139791064910224 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10969] ppid=10964 vsize=28227388 memory=140151971264128 CPUtime=0 cores=0-7
/proc/10966/task/10969/stat : 10969 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 7639 33554432000 4194304 4196468 140722641055120 139791063857424 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10970] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10970/stat : 10970 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 7639 33554432000 4194304 4196468 140722641055120 139791062805136 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10971] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10971/stat : 10971 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 7639 33554432000 4194304 4196468 140722641055120 139791061752336 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10972] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10972/stat : 10972 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 7639 33554432000 4194304 4196468 140722641055120 139791060700048 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10973] ppid=10964 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10966/task/10973/stat : 10973 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 7639 33554432000 4194304 4196468 140722641055120 139791059647248 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10974] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10974/stat : 10974 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 7639 33554432000 4194304 4196468 140722641055120 139791058594960 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10975] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10975/stat : 10975 (java) S 10964 10964 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 7639 33554432000 4194304 4196468 140722641055120 139791057542160 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10976] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10976/stat : 10976 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719316 28904845312 7639 33554432000 4194304 4196468 140722641055120 139790429759600 139791112301186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10977] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10977/stat : 10977 (java) S 10964 10964 6415 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418719317 28904845312 7639 33554432000 4194304 4196468 140722641055120 139790428705568 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10978] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10978/stat : 10978 (java) S 10964 10964 6415 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418719317 28904845312 7639 33554432000 4194304 4196468 140722641055120 139790427653232 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10979] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10979/stat : 10979 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719319 28904845312 7639 33554432000 4194304 4196468 140722641055120 139790426601552 139791112308635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10980] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10980/stat : 10980 (java) R 10964 10964 6415 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 418719320 28904845312 7639 33554432000 4194304 4196468 140722641055120 139790425549424 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10981] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10981/stat : 10981 (java) S 10964 10964 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418719320 28904845312 7639 33554432000 4194304 4196468 140722641055120 139790424496624 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10982] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10982/stat : 10982 (java) S 10964 10964 6415 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418719320 28904845312 7639 33554432000 4194304 4196468 140722641055120 139790423444336 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10983] ppid=10964 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/10966/task/10983/stat : 10983 (java) S 10964 10964 6415 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 20 0 418719320 28904845312 7639 33554432000 4194304 4196468 140722641055120 139790422391536 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10984] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10984/stat : 10984 (java) S 10964 10964 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418719320 28904845312 7639 33554432000 4194304 4196468 140722641055120 139790421338464 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10985] ppid=10964 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10966/task/10985/stat : 10985 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719320 28904845312 7639 33554432000 4194304 4196468 140722641055120 139790420285744 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 32008 KiB

[startup+0.210093 s]*
/proc/loadavg: 7.02 7.19 7.18 2/212 10985
/proc/meminfo: memFree=30865248/32770624 swapFree=66940940/67108860
[pid=10964] ppid=10961 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10964/stat : 10964 (xcsp3-exec) S 10961 10964 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418719314 115843072 363 33554432000 4194304 5098028 140735327011472 140735327009576 139719850934908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20062208 140735327019894 140735327020137 140735327020137 140735327023050 0
/proc/10964/statm: 28282 363 304 221 0 87 0
[pid=10966] ppid=10964 vsize=28227388 memory=42236 CPUtime=0.34 cores=0-7
/proc/10966/stat : 10966 (java) S 10964 10964 6415 0 -1 1077944320 9275 0 0 0 31 3 0 0 20 0 20 0 418719314 28904845312 10559 33554432000 4194304 4196468 140722641055120 140722641037664 139791112290039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
/proc/10966/statm: 7056847 10559 3311 1 0 7019032 0
[pid=10966/tid=10967] ppid=10964 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/10966/task/10967/stat : 10967 (java) R 10964 10964 6415 0 -1 4202560 6525 0 0 0 18 2 0 0 20 0 20 0 418719314 28904845312 10559 33554432000 4194304 4196468 140722641055120 139791116523984 139791112301974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10968] ppid=10964 vsize=28227388 memory=329 CPUtime=0 cores=0-7
/proc/10966/task/10968/stat : 10968 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 10559 33554432000 4194304 4196468 140722641055120 139791064910224 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10969] ppid=10964 vsize=28227388 memory=140151974345313 CPUtime=0 cores=0-7
/proc/10966/task/10969/stat : 10969 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 10559 33554432000 4194304 4196468 140722641055120 139791063857424 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10970] ppid=10964 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10966/task/10970/stat : 10970 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 10559 33554432000 4194304 4196468 140722641055120 139791062805136 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10971] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10971/stat : 10971 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 10559 33554432000 4194304 4196468 140722641055120 139791061752336 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10972] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10972/stat : 10972 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 10559 33554432000 4194304 4196468 140722641055120 139791060700048 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10973] ppid=10964 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10966/task/10973/stat : 10973 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 10559 33554432000 4194304 4196468 140722641055120 139791059647248 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10974] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10974/stat : 10974 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 10559 33554432000 4194304 4196468 140722641055120 139791058594960 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10975] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10975/stat : 10975 (java) S 10964 10964 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418719315 28904845312 10559 33554432000 4194304 4196468 140722641055120 139791057542160 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10976] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10976/stat : 10976 (java) S 10964 10964 6415 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418719316 28904845312 10559 33554432000 4194304 4196468 140722641055120 139790429759600 139791112301186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10977] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10977/stat : 10977 (java) S 10964 10964 6415 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418719317 28904845312 10559 33554432000 4194304 4196468 140722641055120 139790428705568 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10978] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10978/stat : 10978 (java) S 10964 10964 6415 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418719317 28904845312 10559 33554432000 4194304 4196468 140722641055120 139790427653232 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10979] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10979/stat : 10979 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719319 28904845312 10559 33554432000 4194304 4196468 140722641055120 139790426601552 139791112308635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10980] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10980/stat : 10980 (java) S 10964 10964 6415 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 418719320 28904845312 10559 33554432000 4194304 4196468 140722641055120 139790425549424 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10981] ppid=10964 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/10966/task/10981/stat : 10981 (java) S 10964 10964 6415 0 -1 1077944384 169 0 0 0 2 0 0 0 20 0 20 0 418719320 28904845312 10559 33554432000 4194304 4196468 140722641055120 139790424496624 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10982] ppid=10964 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/10966/task/10982/stat : 10982 (java) S 10964 10964 6415 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 418719320 28904845312 10559 33554432000 4194304 4196468 140722641055120 139790423444336 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10983] ppid=10964 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/10966/task/10983/stat : 10983 (java) R 10964 10964 6415 0 -1 4202560 795 0 0 0 7 0 0 0 20 0 20 0 418719320 28904845312 10559 33554432000 4194304 4196468 140722641055120 139790422391536 139791096862174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10984] ppid=10964 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10984/stat : 10984 (java) S 10964 10964 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418719320 28904845312 10559 33554432000 4194304 4196468 140722641055120 139790421338464 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10985] ppid=10964 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10966/task/10985/stat : 10985 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719320 28904845312 10559 33554432000 4194304 4196468 140722641055120 139790420285744 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 43688 KiB

[startup+0.309424 s]*
/proc/loadavg: 7.02 7.19 7.18 5/212 10985
/proc/meminfo: memFree=30857228/32770624 swapFree=66940940/67108860
[pid=10964] ppid=10961 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10964/stat : 10964 (xcsp3-exec) S 10961 10964 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418719314 115843072 363 33554432000 4194304 5098028 140735327011472 140735327009576 139719850934908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20062208 140735327019894 140735327020137 140735327020137 140735327023050 0
/proc/10964/statm: 28282 363 304 221 0 87 0
[pid=10966] ppid=10964 vsize=28231644 memory=51680 CPUtime=0.52 cores=0-7
/proc/10966/stat : 10966 (java) S 10964 10964 6415 0 -1 1077944320 10719 0 0 0 48 4 0 0 20 0 20 0 418719314 28909203456 12920 33554432000 4194304 4196468 140722641055120 140722641037664 139791112290039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
/proc/10966/statm: 7057911 12920 3370 1 0 7019032 0
[pid=10966/tid=10967] ppid=10964 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10966/task/10967/stat : 10967 (java) R 10964 10964 6415 0 -1 4202560 7645 0 0 0 27 2 0 0 20 0 20 0 418719314 28909203456 12920 33554432000 4194304 4196468 140722641055120 139791116521152 139791112311965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10968] ppid=10964 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10968/stat : 10968 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28909203456 12920 33554432000 4194304 4196468 140722641055120 139791064910224 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10969] ppid=10964 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10969/stat : 10969 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28909203456 12920 33554432000 4194304 4196468 140722641055120 139791063857424 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10970] ppid=10964 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10970/stat : 10970 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719315 28909203456 12920 33554432000 4194304 4196468 140722641055120 139791062805136 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10971] ppid=10964 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/10966/task/10971/stat : 10971 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28909203456 12920 33554432000 4194304 4196468 140722641055120 139791061752336 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10972] ppid=10964 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/10966/task/10972/stat : 10972 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28909203456 12920 33554432000 4194304 4196468 140722641055120 139791060700048 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10973] ppid=10964 vsize=28231644 memory=140151829396655 CPUtime=0 cores=0-7
/proc/10966/task/10973/stat : 10973 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28909203456 12920 33554432000 4194304 4196468 140722641055120 139791059647248 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10974] ppid=10964 vsize=28231644 memory=140151829398960 CPUtime=0 cores=0-7
/proc/10966/task/10974/stat : 10974 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719315 28909203456 12920 33554432000 4194304 4196468 140722641055120 139791058594960 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10975] ppid=10964 vsize=28231644 memory=140151829401264 CPUtime=0 cores=0-7
/proc/10966/task/10975/stat : 10975 (java) S 10964 10964 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418719315 28909203456 12920 33554432000 4194304 4196468 140722641055120 139791057542160 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10976] ppid=10964 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10976/stat : 10976 (java) S 10964 10964 6415 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418719316 28909203456 12920 33554432000 4194304 4196468 140722641055120 139790429759600 139791112301186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10977] ppid=10964 vsize=28231644 memory=280303658811792 CPUtime=0 cores=0-7
/proc/10966/task/10977/stat : 10977 (java) S 10964 10964 6415 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418719317 28909203456 12920 33554432000 4194304 4196468 140722641055120 139790428705568 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10978] ppid=10964 vsize=28231644 memory=280303658752944 CPUtime=0 cores=0-7
/proc/10966/task/10978/stat : 10978 (java) S 10964 10964 6415 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418719317 28909203456 12920 33554432000 4194304 4196468 140722641055120 139790427653232 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10979] ppid=10964 vsize=28231644 memory=280303658825616 CPUtime=0 cores=0-7
/proc/10966/task/10979/stat : 10979 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719319 28909203456 12920 33554432000 4194304 4196468 140722641055120 139790426601552 139791112308635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10980] ppid=10964 vsize=28231644 memory=280303658832528 CPUtime=0.01 cores=0-7
/proc/10966/task/10980/stat : 10980 (java) S 10964 10964 6415 0 -1 1077944384 353 0 0 0 1 0 0 0 20 0 20 0 418719320 28909203456 12920 33554432000 4194304 4196468 140722641055120 139790425549424 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10981] ppid=10964 vsize=28231644 memory=280303658830224 CPUtime=0.03 cores=0-7
/proc/10966/task/10981/stat : 10981 (java) S 10964 10964 6415 0 -1 1077944384 175 0 0 0 3 0 0 0 20 0 20 0 418719320 28909203456 12920 33554432000 4194304 4196468 140722641055120 139790424496624 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10982] ppid=10964 vsize=28231644 memory=280303658846352 CPUtime=0.03 cores=0-7
/proc/10966/task/10982/stat : 10982 (java) R 10964 10964 6415 0 -1 4202560 287 0 0 0 3 0 0 0 20 0 20 0 418719320 28909203456 12920 33554432000 4194304 4196468 140722641055120 139790423434720 139791095494440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10983] ppid=10964 vsize=28231644 memory=280303658844048 CPUtime=0.12 cores=0-7
/proc/10966/task/10983/stat : 10983 (java) S 10964 10964 6415 0 -1 1077944384 949 0 0 0 12 0 0 0 20 0 20 0 418719320 28909203456 12920 33554432000 4194304 4196468 140722641055120 139790422391536 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10984] ppid=10964 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10984/stat : 10984 (java) S 10964 10964 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418719320 28909203456 12920 33554432000 4194304 4196468 140722641055120 139790421338464 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10985] ppid=10964 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/10966/task/10985/stat : 10985 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719320 28909203456 12920 33554432000 4194304 4196468 140722641055120 139790420285744 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 53132 KiB

[startup+0.700881 s]
/proc/loadavg: 7.02 7.19 7.18 3/212 10985
/proc/meminfo: memFree=30846016/32770624 swapFree=66940940/67108860
[pid=10964] ppid=10961 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10964/stat : 10964 (xcsp3-exec) S 10961 10964 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418719314 115843072 363 33554432000 4194304 5098028 140735327011472 140735327009576 139719850934908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20062208 140735327019894 140735327020137 140735327020137 140735327023050 0
/proc/10964/statm: 28282 363 304 221 0 87 0
[pid=10966] ppid=10964 vsize=28233768 memory=90224 CPUtime=1.65 cores=0-7
/proc/10966/stat : 10966 (java) S 10964 10964 6415 0 -1 1077944320 15253 0 0 0 159 6 0 0 20 0 20 0 418719314 28911378432 22556 33554432000 4194304 4196468 140722641055120 140722641037664 139791112290039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
/proc/10966/statm: 7058442 22556 3453 1 0 7019544 0
[pid=10966/tid=10967] ppid=10964 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/10966/task/10967/stat : 10967 (java) R 10964 10964 6415 0 -1 4202560 9230 0 0 0 64 3 0 0 20 0 20 0 418719314 28911378432 22556 33554432000 4194304 4196468 140722641055120 139791116523136 139791112301974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10968] ppid=10964 vsize=28233768 memory=140151829607792 CPUtime=0 cores=0-7
/proc/10966/task/10968/stat : 10968 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28911378432 22556 33554432000 4194304 4196468 140722641055120 139791064910224 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10969] ppid=10964 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10969/stat : 10969 (java) S 10964 10964 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418719315 28911378432 22556 33554432000 4194304 4196468 140722641055120 139791063857424 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10970] ppid=10964 vsize=28233768 memory=5980 CPUtime=0 cores=0-7
/proc/10966/task/10970/stat : 10970 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418719315 28911378432 22556 33554432000 4194304 4196468 140722641055120 139791062805136 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0

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

[pid=10966/tid=10983] ppid=10964 vsize=28968020 memory=4104 CPUtime=1.2 cores=0-7
/proc/10966/task/10983/stat : 10983 (java) S 10964 10964 6415 0 -1 1077944384 14936 0 0 0 117 3 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790422391536 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10984] ppid=10964 vsize=28968020 memory=1452 CPUtime=0 cores=0-7
/proc/10966/task/10984/stat : 10984 (java) S 10964 10964 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790421338464 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10985] ppid=10964 vsize=28968020 memory=2902976 CPUtime=0.05 cores=0-7
/proc/10966/task/10985/stat : 10985 (java) S 10964 10964 6415 0 -1 1077944384 1878 0 0 0 2 3 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790420285744 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11124] ppid=10964 vsize=28968020 memory=624 CPUtime=89.58 cores=0-7
/proc/10966/task/11124/stat : 11124 (java) R 10964 10964 6415 0 -1 4202560 4206 0 0 0 8957 1 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790405820008 139790739253301 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11125] ppid=10964 vsize=28968020 memory=3996 CPUtime=89.6 cores=0-7
/proc/10966/task/11125/stat : 11125 (java) R 10964 10964 6415 0 -1 4202560 1133 0 0 0 8959 1 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790399504736 139790739729430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11126] ppid=10964 vsize=28968020 memory=2832 CPUtime=0.01 cores=0-7
/proc/10966/task/11126/stat : 11126 (java) S 10964 10964 6415 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790406878544 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11127] ppid=10964 vsize=28968020 memory=14012 CPUtime=89.61 cores=0-7
/proc/10966/task/11127/stat : 11127 (java) R 10964 10964 6415 0 -1 4202560 8933 0 0 0 8910 51 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790401612544 139790738453987 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11128] ppid=10964 vsize=28968020 memory=2112 CPUtime=89.6 cores=0-7
/proc/10966/task/11128/stat : 11128 (java) R 10964 10964 6415 0 -1 4202560 1009 0 0 0 8959 1 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790402663640 139790741865800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11129] ppid=10964 vsize=28968020 memory=12040 CPUtime=89.59 cores=0-7
/proc/10966/task/11129/stat : 11129 (java) R 10964 10964 6415 0 -1 4202560 3193 0 0 0 8949 10 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790400558056 139790734430280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11130] ppid=10964 vsize=28968020 memory=3620 CPUtime=89.6 cores=0-7
/proc/10966/task/11130/stat : 11130 (java) R 10964 10964 6415 0 -1 4202560 3829 0 0 0 8951 9 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790408978904 139790741840437 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11131] ppid=10964 vsize=28968020 memory=40364 CPUtime=0 cores=0-7
/proc/10966/task/11131/stat : 11131 (java) S 10964 10964 6415 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790398456528 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
Current children cumulated CPU time: 793.12 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 2905964 KiB

[startup+119.401 s]
/proc/loadavg: 6.21 6.84 7.05 7/221 11180
/proc/meminfo: memFree=28000372/32770624 swapFree=66940940/67108860
[pid=10964] ppid=10961 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10964/stat : 10964 (xcsp3-exec) S 10961 10964 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418719314 115843072 363 33554432000 4194304 5098028 140735327011472 140735327009576 139719850934908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20062208 140735327019894 140735327020137 140735327020137 140735327023050 0
/proc/10964/statm: 28282 363 304 221 0 87 0
[pid=10966] ppid=10964 vsize=28968020 memory=2904512 CPUtime=794.32 cores=0-7
/proc/10966/stat : 10966 (java) S 10964 10964 6415 0 -1 1077944320 142296 0 0 0 79171 261 0 0 20 0 28 0 418719314 29663252480 726128 33554432000 4194304 4196468 140722641055120 140722641037664 139791112290039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
/proc/10966/statm: 7242005 726128 3534 1 0 7203107 0
[pid=10966/tid=10967] ppid=10964 vsize=28968020 memory=2901480 CPUtime=0.85 cores=0-7
/proc/10966/task/10967/stat : 10967 (java) S 10964 10964 6415 0 -1 1077944384 11150 0 0 0 80 5 0 0 20 0 28 0 418719314 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791116530816 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10968] ppid=10964 vsize=28968020 memory=6791534058613427641 CPUtime=0.2 cores=0-7
/proc/10966/task/10968/stat : 10968 (java) S 10964 10964 6415 0 -1 1077944384 738 0 0 0 14 6 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791064910224 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10969] ppid=10964 vsize=28968020 memory=4126316290023845779 CPUtime=0.21 cores=0-7
/proc/10966/task/10969/stat : 10969 (java) S 10964 10964 6415 0 -1 1077944384 883 0 0 0 13 8 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791063857424 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10970] ppid=10964 vsize=28968020 memory=1532 CPUtime=0.2 cores=0-7
/proc/10966/task/10970/stat : 10970 (java) S 10964 10964 6415 0 -1 1077944384 803 0 0 0 12 8 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791062805136 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10971] ppid=10964 vsize=28968020 memory=1088 CPUtime=0.18 cores=0-7
/proc/10966/task/10971/stat : 10971 (java) S 10964 10964 6415 0 -1 1077944384 647 0 0 0 12 6 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791061752336 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10972] ppid=10964 vsize=28968020 memory=988 CPUtime=0.19 cores=0-7
/proc/10966/task/10972/stat : 10972 (java) S 10964 10964 6415 0 -1 1077944384 1245 0 0 0 12 7 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791060700048 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10973] ppid=10964 vsize=28968020 memory=780 CPUtime=0.21 cores=0-7
/proc/10966/task/10973/stat : 10973 (java) S 10964 10964 6415 0 -1 1077944384 798 0 0 0 14 7 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791059647248 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10974] ppid=10964 vsize=28968020 memory=5980 CPUtime=0.2 cores=0-7
/proc/10966/task/10974/stat : 10974 (java) S 10964 10964 6415 0 -1 1077944384 1659 0 0 0 13 7 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791058594960 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10975] ppid=10964 vsize=28968020 memory=624 CPUtime=0.2 cores=0-7
/proc/10966/task/10975/stat : 10975 (java) S 10964 10964 6415 0 -1 1077944384 478 0 0 0 13 7 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791057542160 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10976] ppid=10964 vsize=28968020 memory=0 CPUtime=0.08 cores=0-7
/proc/10966/task/10976/stat : 10976 (java) S 10964 10964 6415 0 -1 1077944384 3462 0 0 0 5 3 0 0 20 0 28 0 418719316 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790429759600 139791112301186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10977] ppid=10964 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10977/stat : 10977 (java) S 10964 10964 6415 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 418719317 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790428705632 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10978] ppid=10964 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10978/stat : 10978 (java) S 10964 10964 6415 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 418719317 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790427653248 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10979] ppid=10964 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10979/stat : 10979 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418719319 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790426601552 139791112308635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10980] ppid=10964 vsize=28968020 memory=0 CPUtime=3.04 cores=0-7
/proc/10966/task/10980/stat : 10980 (java) S 10964 10964 6415 0 -1 1077944384 16999 0 0 0 300 4 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790425549424 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10981] ppid=10964 vsize=28968020 memory=0 CPUtime=3.09 cores=0-7
/proc/10966/task/10981/stat : 10981 (java) S 10964 10964 6415 0 -1 1077944384 16570 0 0 0 306 3 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790424496624 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10982] ppid=10964 vsize=28968020 memory=0 CPUtime=3.24 cores=0-7
/proc/10966/task/10982/stat : 10982 (java) S 10964 10964 6415 0 -1 1077944384 14804 0 0 0 321 3 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790423444336 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10983] ppid=10964 vsize=28968020 memory=0 CPUtime=1.2 cores=0-7
/proc/10966/task/10983/stat : 10983 (java) S 10964 10964 6415 0 -1 1077944384 14936 0 0 0 117 3 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790422391536 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10984] ppid=10964 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/10966/task/10984/stat : 10984 (java) S 10964 10964 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790421338464 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10985] ppid=10964 vsize=28968020 memory=0 CPUtime=0.05 cores=0-7
/proc/10966/task/10985/stat : 10985 (java) S 10964 10964 6415 0 -1 1077944384 1878 0 0 0 2 3 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790420285744 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11124] ppid=10964 vsize=28968020 memory=0 CPUtime=89.78 cores=0-7
/proc/10966/task/11124/stat : 11124 (java) R 10964 10964 6415 0 -1 4202560 4208 0 0 0 8977 1 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790405820008 139790740029982 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11125] ppid=10964 vsize=28968020 memory=2832 CPUtime=89.8 cores=0-7
/proc/10966/task/11125/stat : 11125 (java) R 10964 10964 6415 0 -1 4202560 1134 0 0 0 8979 1 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790399504736 139790739228096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11126] ppid=10964 vsize=28968020 memory=14012 CPUtime=0.01 cores=0-7
/proc/10966/task/11126/stat : 11126 (java) S 10964 10964 6415 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790406878544 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11127] ppid=10964 vsize=28968020 memory=2112 CPUtime=89.81 cores=0-7
/proc/10966/task/11127/stat : 11127 (java) R 10964 10964 6415 0 -1 4202560 8948 0 0 0 8930 51 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790401612544 139790739728718 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11128] ppid=10964 vsize=28968020 memory=12040 CPUtime=89.8 cores=0-7
/proc/10966/task/11128/stat : 11128 (java) R 10964 10964 6415 0 -1 4202560 1009 0 0 0 8979 1 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790402663640 139790740029982 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11129] ppid=10964 vsize=28968020 memory=24000 CPUtime=89.79 cores=0-7
/proc/10966/task/11129/stat : 11129 (java) R 10964 10964 6415 0 -1 4202560 3209 0 0 0 8969 10 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790400558056 139790741840445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11130] ppid=10964 vsize=28968020 memory=1556 CPUtime=89.8 cores=0-7
/proc/10966/task/11130/stat : 11130 (java) R 10964 10964 6415 0 -1 4202560 3837 0 0 0 8971 9 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790408978904 139790741840521 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11131] ppid=10964 vsize=28968020 memory=532 CPUtime=0 cores=0-7
/proc/10966/task/11131/stat : 11131 (java) S 10964 10964 6415 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790398456528 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
Current children cumulated CPU time: 794.32 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 2905964 KiB

[startup+119.501 s]
/proc/loadavg: 6.21 6.84 7.05 7/221 11180
/proc/meminfo: memFree=28000372/32770624 swapFree=66940940/67108860
[pid=10964] ppid=10961 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10964/stat : 10964 (xcsp3-exec) S 10961 10964 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418719314 115843072 363 33554432000 4194304 5098028 140735327011472 140735327009576 139719850934908 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20062208 140735327019894 140735327020137 140735327020137 140735327023050 0
/proc/10964/statm: 28282 363 304 221 0 87 0
[pid=10966] ppid=10964 vsize=28968020 memory=2904512 CPUtime=794.92 cores=0-7
/proc/10966/stat : 10966 (java) S 10964 10964 6415 0 -1 1077944320 142312 0 0 0 79231 261 0 0 20 0 28 0 418719314 29663252480 726128 33554432000 4194304 4196468 140722641055120 140722641037664 139791112290039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
/proc/10966/statm: 7242005 726128 3534 1 0 7203107 0
[pid=10966/tid=10967] ppid=10964 vsize=28968020 memory=1452 CPUtime=0.85 cores=0-7
/proc/10966/task/10967/stat : 10967 (java) S 10964 10964 6415 0 -1 1077944384 11150 0 0 0 80 5 0 0 20 0 28 0 418719314 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791116530816 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10968] ppid=10964 vsize=28968020 memory=2902976 CPUtime=0.2 cores=0-7
/proc/10966/task/10968/stat : 10968 (java) S 10964 10964 6415 0 -1 1077944384 738 0 0 0 14 6 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791064910224 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10969] ppid=10964 vsize=28968020 memory=14012 CPUtime=0.21 cores=0-7
/proc/10966/task/10969/stat : 10969 (java) S 10964 10964 6415 0 -1 1077944384 883 0 0 0 13 8 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791063857424 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10970] ppid=10964 vsize=28968020 memory=2112 CPUtime=0.2 cores=0-7
/proc/10966/task/10970/stat : 10970 (java) S 10964 10964 6415 0 -1 1077944384 803 0 0 0 12 8 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791062805136 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10971] ppid=10964 vsize=28968020 memory=988 CPUtime=0.18 cores=0-7
/proc/10966/task/10971/stat : 10971 (java) S 10964 10964 6415 0 -1 1077944384 647 0 0 0 12 6 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791061752336 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10972] ppid=10964 vsize=28968020 memory=1428 CPUtime=0.19 cores=0-7
/proc/10966/task/10972/stat : 10972 (java) S 10964 10964 6415 0 -1 1077944384 1245 0 0 0 12 7 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791060700048 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10973] ppid=10964 vsize=28968020 memory=1452 CPUtime=0.21 cores=0-7
/proc/10966/task/10973/stat : 10973 (java) S 10964 10964 6415 0 -1 1077944384 798 0 0 0 14 7 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791059647248 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10974] ppid=10964 vsize=28968020 memory=3620 CPUtime=0.2 cores=0-7
/proc/10966/task/10974/stat : 10974 (java) S 10964 10964 6415 0 -1 1077944384 1659 0 0 0 13 7 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791058594960 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10975] ppid=10964 vsize=28968020 memory=1452 CPUtime=0.2 cores=0-7
/proc/10966/task/10975/stat : 10975 (java) S 10964 10964 6415 0 -1 1077944384 478 0 0 0 13 7 0 0 20 0 28 0 418719315 29663252480 726128 33554432000 4194304 4196468 140722641055120 139791057542160 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10976] ppid=10964 vsize=28968020 memory=3620 CPUtime=0.08 cores=0-7
/proc/10966/task/10976/stat : 10976 (java) S 10964 10964 6415 0 -1 1077944384 3462 0 0 0 5 3 0 0 20 0 28 0 418719316 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790429759600 139791112301186 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10977] ppid=10964 vsize=28968020 memory=988 CPUtime=0 cores=0-7
/proc/10966/task/10977/stat : 10977 (java) S 10964 10964 6415 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 418719317 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790428705632 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10978] ppid=10964 vsize=28968020 memory=1428 CPUtime=0 cores=0-7
/proc/10966/task/10978/stat : 10978 (java) S 10964 10964 6415 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 418719317 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790427653248 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10979] ppid=10964 vsize=28968020 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/10966/task/10979/stat : 10979 (java) S 10964 10964 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418719319 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790426601552 139791112308635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10980] ppid=10964 vsize=28968020 memory=288230617509003574 CPUtime=3.04 cores=0-7
/proc/10966/task/10980/stat : 10980 (java) S 10964 10964 6415 0 -1 1077944384 16999 0 0 0 300 4 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790425549424 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 25 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10981] ppid=10964 vsize=28968020 memory=14698482732632482 CPUtime=3.09 cores=0-7
/proc/10966/task/10981/stat : 10981 (java) S 10964 10964 6415 0 -1 1077944384 16570 0 0 0 306 3 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790424496624 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10982] ppid=10964 vsize=28968020 memory=2904512 CPUtime=3.24 cores=0-7
/proc/10966/task/10982/stat : 10982 (java) S 10964 10964 6415 0 -1 1077944384 14804 0 0 0 321 3 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790423444336 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 25 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10983] ppid=10964 vsize=28968020 memory=1452 CPUtime=1.2 cores=0-7
/proc/10966/task/10983/stat : 10983 (java) S 10964 10964 6415 0 -1 1077944384 14936 0 0 0 117 3 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790422391536 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10984] ppid=10964 vsize=28968020 memory=2904512 CPUtime=0 cores=0-7
/proc/10966/task/10984/stat : 10984 (java) S 10964 10964 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790421338464 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=10985] ppid=10964 vsize=28968020 memory=5980 CPUtime=0.05 cores=0-7
/proc/10966/task/10985/stat : 10985 (java) S 10964 10964 6415 0 -1 1077944384 1878 0 0 0 2 3 0 0 20 0 28 0 418719320 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790420285744 139791112301186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 31 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11124] ppid=10964 vsize=28968020 memory=624 CPUtime=89.88 cores=0-7
/proc/10966/task/11124/stat : 11124 (java) R 10964 10964 6415 0 -1 4202560 4211 0 0 0 8987 1 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790405820008 139790739253348 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11125] ppid=10964 vsize=28968020 memory=2432 CPUtime=89.9 cores=0-7
/proc/10966/task/11125/stat : 11125 (java) R 10964 10964 6415 0 -1 4202560 1134 0 0 0 8989 1 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790399504736 139790743933992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11126] ppid=10964 vsize=28968020 memory=11568 CPUtime=0.01 cores=0-7
/proc/10966/task/11126/stat : 11126 (java) S 10964 10964 6415 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790406878544 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11127] ppid=10964 vsize=28968020 memory=1532 CPUtime=89.91 cores=0-7
/proc/10966/task/11127/stat : 11127 (java) R 10964 10964 6415 0 -1 4202560 8951 0 0 0 8940 51 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790401612544 139790736896040 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11128] ppid=10964 vsize=28968020 memory=84 CPUtime=89.9 cores=0-7
/proc/10966/task/11128/stat : 11128 (java) R 10964 10964 6415 0 -1 4202560 1009 0 0 0 8989 1 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790402663640 139790743933967 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11129] ppid=10964 vsize=28968020 memory=33 CPUtime=89.89 cores=0-7
/proc/10966/task/11129/stat : 11129 (java) R 10964 10964 6415 0 -1 4202560 3214 0 0 0 8979 10 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790400558056 139790742313657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11130] ppid=10964 vsize=28968020 memory=2902976 CPUtime=89.9 cores=0-7
/proc/10966/task/11130/stat : 11130 (java) R 10964 10964 6415 0 -1 4202560 3842 0 0 0 8981 9 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790408978904 139791093132317 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
[pid=10966/tid=11131] ppid=10964 vsize=28968020 memory=3996 CPUtime=0 cores=0-7
/proc/10966/task/11131/stat : 11131 (java) S 10964 10964 6415 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418722261 29663252480 726128 33554432000 4194304 4196468 140722641055120 139790398456528 139791112300245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18866176 140722641056746 140722641056918 140722641056918 140722641059791 0
Current children cumulated CPU time: 794.92 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 2905964 KiB

Child status: 0
Real time (s): 119.569
CPU time (s): 795.218
CPU user time (s): 792.577
CPU system time (s): 2.64048
CPU usage (%): 665.07
Max. virtual memory (cumulated for all children) (KiB): 29081148
Max. memory (cumulated for all children) (KiB): 2915232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 792.577
system time used= 2.64048
maximum resident set size= 2913780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144606
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11243
involuntary context switches= 5891


# summary of solver processes directly reported to runsolver:
#   pid: 10964
#   total CPU time (s): 795.218
#   total CPU user time (s): 792.577
#   total CPU system time (s): 2.64048

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.13081 second user time and 1.3749 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-14 03:32:48
IDJOB=4394432
IDBENCH=124403
IDSOLVER=2843
FILE ID=node149/4394432-1568424806
RUNJOBID= node149-1568416730-6442
PBS_JOBID= 21702252
Free space on /tmp= 61424 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Vrp/Vrp-zinc-s1/Vrp-P-n16-k8.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-4394432-1568424806/watcher-4394432-1568424806 -o /tmp/evaluation-result-4394432-1568424806/solver-4394432-1568424806 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568416730-6442 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 945301191 HOME/instance-4394432-1568424806.xml

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

MD5SUM BENCH= cfd5e3ed3d40597c9df5fc0ce0b3cf5f
RANDOM SEED=945301191

node149.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.81
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.81
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.81
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.81
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:        30896000 kB
MemAvailable:   31858044 kB
Buffers:          177416 kB
Cached:          1084716 kB
SwapCached:        61308 kB
Active:           610416 kB
Inactive:         715028 kB
Active(anon):      30472 kB
Inactive(anon):    72472 kB
Active(file):     579944 kB
Inactive(file):   642556 kB
Unevictable:      111252 kB
Mlocked:          111252 kB
SwapTotal:      67108860 kB
SwapFree:       66940940 kB
Dirty:             26156 kB
Writeback:            32 kB
AnonPages:        114208 kB
Mapped:            44436 kB
Shmem:             31396 kB
Slab:             139472 kB
SReclaimable:     110756 kB
SUnreclaim:        28716 kB
KernelStack:        3392 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61396 MiB
End job on node149 at 2019-09-14 03:34:48