Trace number 4394411

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 parallelOPT1120 1588.07 256.536

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-lseu.xml
MD5SUMb8e79a81cec6901ac635f2e0750bfcb6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark101.21
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints28
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":89}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":13},{"degree":4,"count":23},{"degree":5,"count":27},{"degree":6,"count":16},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity47
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":5},{"arity":4,"count":5},{"arity":5,"count":5},{"arity":7,"count":3},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":33,"count":1},{"arity":47,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":28}]
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-4394411-1568438732.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394411-1568438732.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.06/0.59	c solve instance...
1.41/0.63	o 2985 
2.03/0.72	o 2980 
2.03/0.74	o 2565 
2.03/0.75	o 2477 
2.03/0.77	o 2467 
2.03/0.77	o 2445 
2.03/0.77	o 2357 
2.03/0.77	o 2044 
2.03/0.78	o 2020 
2.03/0.78	o 1967 
2.03/0.80	o 1943 
2.03/0.86	o 1928 
2.03/0.95	o 1909 
2.03/1.00	o 1854 
2.03/1.01	o 1825 
2.03/1.02	o 1785 
5.09/1.14	o 1771 
5.59/1.26	o 1708 
5.59/1.30	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (71/73)
5.59/1.30		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
5.59/1.30		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
5.59/1.30		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
5.59/1.30		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
5.59/1.30		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
5.59/1.30	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (71/73)
5.59/1.30		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
5.59/1.30		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
5.59/1.30		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
5.59/1.30		at org.chocosolver.solver.Solver.repair(Solver.java:443)
5.59/1.30		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
5.59/1.30		at org.chocosolver.solver.Solver.solve(Solver.java:262)
5.59/1.30		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
5.59/1.30		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
5.59/1.30		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.59/1.30		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5.59/1.30		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
5.59/1.30		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
5.59/1.30		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.59/1.30		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.59/1.30		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.59/1.30		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.59/1.30	o 1679 
6.39/1.31	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
6.39/1.31		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.39/1.31		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.39/1.31		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.39/1.31		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.39/1.31		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.39/1.31	Caused by: java.lang.ArrayIndexOutOfBoundsException
6.39/1.31		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
6.39/1.31		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
6.39/1.31		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
6.39/1.31		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
6.39/1.31		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
6.39/1.31		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
6.39/1.32		... 4 more
6.39/1.32	Caused by: java.lang.ArrayIndexOutOfBoundsException
6.39/1.32		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
6.39/1.32		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
6.39/1.32		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
6.39/1.32		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
6.39/1.32		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
6.39/1.32		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
6.39/1.32		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
6.39/1.32		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
6.39/1.32		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
6.39/1.32		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
6.39/1.32		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
6.39/1.32		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
6.39/1.32		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
6.39/1.32		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
6.39/1.32		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.39/1.32		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.39/1.32		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.39/1.32		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.39/1.32	Caused by: java.lang.ArrayIndexOutOfBoundsException: -1
6.39/1.32		at org.chocosolver.solver.variables.impl.AbstractVariable.getDindex(AbstractVariable.java:309)
6.39/1.32		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:289)
6.39/1.32		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
6.39/1.32		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
6.39/1.32		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
6.39/1.32		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
6.39/1.32		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
6.39/1.32		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.39/1.32		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.39/1.32		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.39/1.32		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.39/1.32		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.39/1.32		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.39/1.32		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.39/1.32		... 4 more
6.39/1.32	o 1536 
6.39/1.36	o 1525 
6.39/1.38	o 1434 
6.39/1.40	o 1424 
7.08/1.45	o 1328 
7.81/1.53	o 1273 
8.47/1.65	o 1218 
8.47/1.67	o 1194 
10.83/1.95	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (64/66)
10.83/1.95		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
10.83/1.95		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
10.83/1.95		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
10.83/1.95		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
10.83/1.95		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
10.83/1.95	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (64/66)
10.83/1.95		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
10.83/1.95		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
10.83/1.95		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
10.83/1.95		at org.chocosolver.solver.Solver.repair(Solver.java:443)
10.83/1.95		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
10.83/1.95		at org.chocosolver.solver.Solver.solve(Solver.java:262)
10.83/1.95		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
10.83/1.95		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
10.83/1.95		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
10.83/1.95		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
10.83/1.95		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
10.83/1.95		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
10.83/1.95		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
10.83/1.95		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
10.83/1.95		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
10.83/1.95		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
10.83/1.95	o 1169 
24.62/3.89	java.util.concurrent.ExecutionException: java.lang.NullPointerException
24.62/3.89		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
24.62/3.89		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
24.62/3.89		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
24.62/3.89		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
24.62/3.89		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
24.62/3.89	Caused by: java.lang.NullPointerException
24.62/3.89		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
24.62/3.89		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
24.62/3.89		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
24.62/3.89		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
24.62/3.89		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
24.62/3.89		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
24.62/3.89		... 4 more
24.62/3.89	Caused by: java.lang.NullPointerException
24.62/3.89		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
24.62/3.89		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
24.62/3.89		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
24.62/3.89		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
24.62/3.89		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
24.62/3.89		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
24.62/3.89		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
24.62/3.89		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
24.62/3.89		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
24.62/3.89		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
24.62/3.89		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
24.62/3.89		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
24.62/3.89		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
24.62/3.89		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
24.62/3.89		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
24.62/3.89		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
24.62/3.89		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
24.62/3.89		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
24.62/3.89	Caused by: java.lang.NullPointerException
24.62/3.89		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
24.62/3.89		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
24.62/3.89		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
24.62/3.89		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
24.62/3.89		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
24.62/3.89		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
24.62/3.89		at org.chocosolver.solver.Solver.solve(Solver.java:262)
24.62/3.89		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
24.62/3.89		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
24.62/3.89		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
24.62/3.89		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
24.62/3.89		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
24.62/3.89		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
24.62/3.89		... 4 more
24.62/3.89	o 1145 
109.11/15.77	java.util.concurrent.ExecutionException: java.lang.NullPointerException
109.11/15.77		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
109.11/15.77		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
109.11/15.77		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
109.11/15.77		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
109.11/15.77		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
109.11/15.77	Caused by: java.lang.NullPointerException
109.11/15.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
109.11/15.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
109.11/15.77		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
109.11/15.77		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
109.11/15.77		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
109.11/15.77		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
109.11/15.77		... 4 more
109.11/15.77	Caused by: java.lang.NullPointerException
109.11/15.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
109.11/15.77		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
109.11/15.77		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
109.11/15.77		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
109.11/15.77		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
109.11/15.77		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
109.11/15.77		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
109.11/15.77		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
109.11/15.77		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
109.11/15.77		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
109.11/15.77		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
109.11/15.77		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
109.11/15.77		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
109.11/15.77		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
109.11/15.77		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
109.11/15.77		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
109.11/15.77		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
109.11/15.77		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
109.11/15.77	Caused by: java.lang.NullPointerException
109.11/15.77		at org.chocosolver.solver.propagation.PropagationEngine.flush(PropagationEngine.java:244)
109.11/15.77		at org.chocosolver.solver.Solver.propagate(Solver.java:406)
109.11/15.77		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
109.11/15.77		at org.chocosolver.solver.Solver.solve(Solver.java:262)
109.11/15.77		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
109.11/15.77		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
109.11/15.77		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
109.11/15.77		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
109.11/15.77		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
109.11/15.77		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
109.11/15.77		... 4 more
109.11/15.77	o 1128 
508.38/76.27	java.util.concurrent.ExecutionException: java.lang.NullPointerException
508.38/76.27		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
508.38/76.27		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
508.38/76.27		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
508.38/76.27		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
508.38/76.27		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
508.38/76.27	Caused by: java.lang.NullPointerException
508.38/76.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
508.38/76.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
508.38/76.27		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
508.38/76.27		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
508.38/76.27		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
508.38/76.27		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
508.38/76.27		... 4 more
508.38/76.27	Caused by: java.lang.NullPointerException
508.38/76.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
508.38/76.27		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
508.38/76.27		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
508.38/76.27		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
508.38/76.27		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
508.38/76.27		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
508.38/76.27		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
508.38/76.27		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
508.38/76.27		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
508.38/76.27		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
508.38/76.27		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
508.38/76.27		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
508.38/76.27		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
508.38/76.27		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
508.38/76.27		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
508.38/76.27		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
508.38/76.27		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
508.38/76.27		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
508.38/76.27	Caused by: java.lang.NullPointerException
508.38/76.27		at org.chocosolver.solver.propagation.PropagationEngine.flush(PropagationEngine.java:244)
508.38/76.27		at org.chocosolver.solver.Solver.propagate(Solver.java:406)
508.38/76.27		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
508.38/76.27		at org.chocosolver.solver.Solver.solve(Solver.java:262)
508.38/76.27		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
508.38/76.27		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
508.38/76.27		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
508.38/76.27		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
508.38/76.27		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
508.38/76.27		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
508.38/76.27		... 4 more
508.38/76.27	o 1120 
1587.97/256.51	java.util.concurrent.ExecutionException: java.lang.NullPointerException
1587.97/256.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1587.97/256.51		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1587.97/256.51		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1587.97/256.51		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1587.97/256.51		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1587.97/256.51	Caused by: java.lang.NullPointerException
1587.97/256.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1587.97/256.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1587.97/256.51		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1587.97/256.51		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1587.97/256.51		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
1587.97/256.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
1587.97/256.51		... 4 more
1587.97/256.51	Caused by: java.lang.NullPointerException
1587.97/256.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
1587.97/256.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
1587.97/256.51		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
1587.97/256.51		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
1587.97/256.51		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
1587.97/256.51		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
1587.97/256.51		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
1587.97/256.51		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
1587.97/256.51		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
1587.97/256.51		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
1587.97/256.51		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
1587.97/256.51		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
1587.97/256.51		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
1587.97/256.51		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
1587.97/256.51		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1587.97/256.51		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1587.97/256.51		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1587.97/256.51		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1587.97/256.51	Caused by: java.lang.NullPointerException
1587.97/256.51	s OPTIMUM FOUND
1587.97/256.51	v <instantiation>
1587.97/256.51	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] </list>
1587.97/256.51	v 	<values>1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 </values>
1587.97/256.51	v </instantiation>

Verifier Data

OK	1120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394411-1568438732/watcher-4394411-1568438732 -o /tmp/evaluation-result-4394411-1568438732/solver-4394411-1568438732 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568429735-21457 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 122376115 HOME/instance-4394411-1568438732.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=23314, runsolver pid=23311

[startup+0.100701 s]*
/proc/loadavg: 5.77 6.58 6.80 2/211 23335
/proc/meminfo: memFree=30601368/32770624 swapFree=66997772/67108860
[pid=23314] ppid=23311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (xcsp3-exec) S 23311 23314 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127850 115843072 363 33554432000 4194304 5098028 140729666618304 140729666616408 139760922722940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13660160 140729666622326 140729666622569 140729666622569 140729666625482 0
/proc/23314/statm: 28282 363 304 221 0 87 0
[pid=23316] ppid=23314 vsize=28227388 memory=30304 CPUtime=0.13 cores=0-7
/proc/23316/stat : 23316 (java) S 23314 23314 21430 0 -1 1077944320 5478 0 0 0 11 2 0 0 20 0 20 0 420127850 28904845312 7576 33554432000 4194304 4196468 140723788675664 140723788658208 140561415454455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
/proc/23316/statm: 7056847 7576 3133 1 0 7019032 0
[pid=23316/tid=23317] ppid=23314 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/23316/task/23317/stat : 23317 (java) R 23314 23314 21430 0 -1 4202560 3385 0 0 0 8 1 0 0 20 0 20 0 420127851 28904845312 7576 33554432000 4194304 4196468 140723788675664 140561419688992 140561009868459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23318] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23318/stat : 23318 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127851 28904845312 7576 33554432000 4194304 4196468 140723788675664 140561335306896 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23319] ppid=23314 vsize=28227388 memory=139639811204650 CPUtime=0 cores=0-7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127851 28904845312 7576 33554432000 4194304 4196468 140723788675664 140561334254096 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23320] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127851 28904845312 7576 33554432000 4194304 4196468 140723788675664 140561333201296 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23321] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23314 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127851 28904845312 7576 33554432000 4194304 4196468 140723788675664 140561332148496 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23322] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127852 28904845312 7576 33554432000 4194304 4196468 140723788675664 140561331096720 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23323] ppid=23314 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127852 28904845312 7576 33554432000 4194304 4196468 140723788675664 140561330043920 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23324] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127852 28904845312 7576 33554432000 4194304 4196468 140723788675664 140561328991120 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23325] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127852 28904845312 7576 33554432000 4194304 4196468 140723788675664 140560959658768 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23326] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127853 28904845312 7576 33554432000 4194304 4196468 140723788675664 140559745329520 140561415465602 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23327] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23327/stat : 23327 (java) S 23314 23314 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420127853 28904845312 7576 33554432000 4194304 4196468 140723788675664 140559744275488 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23328] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23314 21430 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420127854 28904845312 7576 33554432000 4194304 4196468 140723788675664 140559743222640 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23329] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127856 28904845312 7576 33554432000 4194304 4196468 140723788675664 140559742170960 140561415473051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23330] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23330/stat : 23330 (java) S 23314 23314 21430 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 20 0 420127856 28904845312 7576 33554432000 4194304 4196468 140723788675664 140559741119344 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23331] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23314 21430 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 420127856 28904845312 7576 33554432000 4194304 4196468 140723788675664 140559740066544 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23332] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127856 28904845312 7576 33554432000 4194304 4196468 140723788675664 140559739013744 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23333] ppid=23314 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/23316/task/23333/stat : 23333 (java) R 23314 23314 21430 0 -1 4202560 341 0 0 0 1 0 0 0 20 0 20 0 420127856 28904845312 7576 33554432000 4194304 4196468 140723788675664 140559737960944 140561407691582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23334] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23314 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127856 28904845312 7576 33554432000 4194304 4196468 140723788675664 140559736908384 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23335] ppid=23314 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23316/task/23335/stat : 23335 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127857 28904845312 7576 33554432000 4194304 4196468 140723788675664 140559735855664 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31756 KiB

[startup+0.210477 s]*
/proc/loadavg: 5.77 6.58 6.80 3/211 23335
/proc/meminfo: memFree=30589408/32770624 swapFree=66997772/67108860
[pid=23314] ppid=23311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (xcsp3-exec) S 23311 23314 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127850 115843072 363 33554432000 4194304 5098028 140729666618304 140729666616408 139760922722940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13660160 140729666622326 140729666622569 140729666622569 140729666625482 0
/proc/23314/statm: 28282 363 304 221 0 87 0
[pid=23316] ppid=23314 vsize=28227388 memory=41156 CPUtime=0.34 cores=0-7
/proc/23316/stat : 23316 (java) S 23314 23314 21430 0 -1 1077944320 9042 0 0 0 30 4 0 0 20 0 20 0 420127850 28904845312 10289 33554432000 4194304 4196468 140723788675664 140723788658208 140561415454455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
/proc/23316/statm: 7056847 10289 3256 1 0 7019032 0
[pid=23316/tid=23317] ppid=23314 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/23316/task/23317/stat : 23317 (java) R 23314 23314 21430 0 -1 4202560 6207 0 0 0 17 2 0 0 20 0 20 0 420127851 28904845312 10289 33554432000 4194304 4196468 140723788675664 140561419689152 140561008956609 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23318] ppid=23314 vsize=28227388 memory=288230591823085922 CPUtime=0 cores=0-7
/proc/23316/task/23318/stat : 23318 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127851 28904845312 10289 33554432000 4194304 4196468 140723788675664 140561335306896 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23319] ppid=23314 vsize=28227388 memory=3474158989245052576 CPUtime=0 cores=0-7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127851 28904845312 10289 33554432000 4194304 4196468 140723788675664 140561334254096 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23320] ppid=23314 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127851 28904845312 10289 33554432000 4194304 4196468 140723788675664 140561333201296 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23321] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23314 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127851 28904845312 10289 33554432000 4194304 4196468 140723788675664 140561332148496 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23322] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127852 28904845312 10289 33554432000 4194304 4196468 140723788675664 140561331096720 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23323] ppid=23314 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127852 28904845312 10289 33554432000 4194304 4196468 140723788675664 140561330043920 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23324] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127852 28904845312 10289 33554432000 4194304 4196468 140723788675664 140561328991120 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23325] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127852 28904845312 10289 33554432000 4194304 4196468 140723788675664 140560959658768 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23326] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23314 21430 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420127853 28904845312 10289 33554432000 4194304 4196468 140723788675664 140559745329520 140561415465602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23327] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23327/stat : 23327 (java) S 23314 23314 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420127853 28904845312 10289 33554432000 4194304 4196468 140723788675664 140559744275488 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23328] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23314 21430 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420127854 28904845312 10289 33554432000 4194304 4196468 140723788675664 140559743222640 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23329] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127856 28904845312 10289 33554432000 4194304 4196468 140723788675664 140559742170960 140561415473051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23330] ppid=23314 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/23316/task/23330/stat : 23330 (java) S 23314 23314 21430 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 20 0 420127856 28904845312 10289 33554432000 4194304 4196468 140723788675664 140559741119344 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23331] ppid=23314 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23314 21430 0 -1 1077944384 149 0 0 0 2 0 0 0 20 0 20 0 420127856 28904845312 10289 33554432000 4194304 4196468 140723788675664 140559740066544 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23332] ppid=23314 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23314 21430 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 20 0 420127856 28904845312 10289 33554432000 4194304 4196468 140723788675664 140559739013744 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23333] ppid=23314 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/23316/task/23333/stat : 23333 (java) R 23314 23314 21430 0 -1 4202560 739 0 0 0 7 0 0 0 20 0 20 0 420127856 28904845312 10289 33554432000 4194304 4196468 140723788675664 140559737959344 140561407691582 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23334] ppid=23314 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23314 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127856 28904845312 10289 33554432000 4194304 4196468 140723788675664 140559736908384 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23335] ppid=23314 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/23316/task/23335/stat : 23335 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127857 28904845312 10289 33554432000 4194304 4196468 140723788675664 140559735855664 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42608 KiB

[startup+0.311503 s]*
/proc/loadavg: 5.77 6.58 6.80 3/211 23335
/proc/meminfo: memFree=30581776/32770624 swapFree=66997772/67108860
[pid=23314] ppid=23311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (xcsp3-exec) S 23311 23314 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127850 115843072 363 33554432000 4194304 5098028 140729666618304 140729666616408 139760922722940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13660160 140729666622326 140729666622569 140729666622569 140729666625482 0
/proc/23314/statm: 28282 363 304 221 0 87 0
[pid=23316] ppid=23314 vsize=28231644 memory=49956 CPUtime=0.53 cores=0-7
/proc/23316/stat : 23316 (java) S 23314 23314 21430 0 -1 1077944320 10403 0 0 0 48 5 0 0 20 0 20 0 420127850 28909203456 12489 33554432000 4194304 4196468 140723788675664 140723788658208 140561415454455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
/proc/23316/statm: 7057911 12489 3339 1 0 7019032 0
[pid=23316/tid=23317] ppid=23314 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/23316/task/23317/stat : 23317 (java) R 23314 23314 21430 0 -1 4202560 7341 0 0 0 26 3 0 0 20 0 20 0 420127851 28909203456 12489 33554432000 4194304 4196468 140723788675664 140561419689784 140561399534942 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23318] ppid=23314 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23318/stat : 23318 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127851 28909203456 12489 33554432000 4194304 4196468 140723788675664 140561335306896 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23319] ppid=23314 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127851 28909203456 12489 33554432000 4194304 4196468 140723788675664 140561334254096 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23320] ppid=23314 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127851 28909203456 12489 33554432000 4194304 4196468 140723788675664 140561333201296 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23321] ppid=23314 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23314 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127851 28909203456 12489 33554432000 4194304 4196468 140723788675664 140561332148496 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23322] ppid=23314 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127852 28909203456 12489 33554432000 4194304 4196468 140723788675664 140561331096720 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23323] ppid=23314 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127852 28909203456 12489 33554432000 4194304 4196468 140723788675664 140561330043920 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23324] ppid=23314 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127852 28909203456 12489 33554432000 4194304 4196468 140723788675664 140561328991120 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23325] ppid=23314 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420127852 28909203456 12489 33554432000 4194304 4196468 140723788675664 140560959658768 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23326] ppid=23314 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23314 21430 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420127853 28909203456 12554 33554432000 4194304 4196468 140723788675664 140559745329520 140561415465602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23327] ppid=23314 vsize=28231644 memory=279279309102464 CPUtime=0 cores=0-7
/proc/23316/task/23327/stat : 23327 (java) S 23314 23314 21430 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420127853 28909203456 12554 33554432000 4194304 4196468 140723788675664 140559744275488 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23328] ppid=23314 vsize=28231644 memory=279279309107072 CPUtime=0 cores=0-7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23314 21430 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420127854 28909203456 12554 33554432000 4194304 4196468 140723788675664 140559743222640 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23329] ppid=23314 vsize=28231644 memory=279279309111680 CPUtime=0 cores=0-7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127856 28909203456 12554 33554432000 4194304 4196468 140723788675664 140559742170960 140561415473051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23330] ppid=23314 vsize=28231644 memory=279279309116288 CPUtime=0.03 cores=0-7
/proc/23316/task/23330/stat : 23330 (java) R 23314 23314 21430 0 -1 4202560 581 0 0 0 3 0 0 0 20 0 20 0 420127856 28909203456 12554 33554432000 4194304 4196468 140723788675664 140559741100360 140561396977400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23331] ppid=23314 vsize=28231644 memory=279279309120896 CPUtime=0.03 cores=0-7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23314 21430 0 -1 1077944384 153 0 0 0 3 0 0 0 20 0 20 0 420127856 28909203456 12554 33554432000 4194304 4196468 140723788675664 140559740066544 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23332] ppid=23314 vsize=28231644 memory=279279309125504 CPUtime=0.02 cores=0-7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23314 21430 0 -1 1077944384 186 0 0 0 2 0 0 0 20 0 20 0 420127856 28909203456 12554 33554432000 4194304 4196468 140723788675664 140559739013744 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23333] ppid=23314 vsize=28231644 memory=279279309130112 CPUtime=0.12 cores=0-7
/proc/23316/task/23333/stat : 23333 (java) S 23314 23314 21430 0 -1 1077944384 835 0 0 0 12 0 0 0 20 0 20 0 420127856 28909203456 12554 33554432000 4194304 4196468 140723788675664 140559737960944 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23334] ppid=23314 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23314 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420127856 28909203456 12554 33554432000 4194304 4196468 140723788675664 140559736908384 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23335] ppid=23314 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/23316/task/23335/stat : 23335 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420127857 28909203456 12554 33554432000 4194304 4196468 140723788675664 140559735855664 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51408 KiB

[startup+0.70131 s]
/proc/loadavg: 5.77 6.58 6.80 5/211 23335
/proc/meminfo: memFree=30565208/32770624 swapFree=66997772/67108860
[pid=23314] ppid=23311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (xcsp3-exec) S 23311 23314 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127850 115843072 363 33554432000 4194304 5098028 140729666618304 140729666616408 139760922722940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13660160 140729666622326 140729666622569 140729666622569 140729666625482 0
/proc/23314/statm: 28282 363 304 221 0 87 0
[pid=23316] ppid=23314 vsize=28768328 memory=115104 CPUtime=2.03 cores=0-7
/proc/23316/stat : 23316 (java) S 23314 23314 21430 0 -1 1077944320 15731 0 0 0 195 8 0 0 20 0 28 0 420127850 29458767872 28776 33554432000 4194304 4196468 140723788675664 140723788658208 140561415454455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
/proc/23316/statm: 7192082 28776 3457 1 0 7153184 0
[pid=23316/tid=23317] ppid=23314 vsize=28768328 memory=4580 CPUtime=0.58 cores=0-7
/proc/23316/task/23317/stat : 23317 (java) S 23314 23314 21430 0 -1 1077944384 8927 0 0 0 54 4 0 0 20 0 28 0 420127851 29458767872 28776 33554432000 4194304 4196468 140723788675664 140561419695232 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23318] ppid=23314 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23318/stat : 23318 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420127851 29458767872 28776 33554432000 4194304 4196468 140723788675664 140561335306896 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23319] ppid=23314 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23314 21430 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 420127851 29458767872 28776 33554432000 4194304 4196468 140723788675664 140561334254096 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23320] ppid=23314 vsize=28768328 memory=4008 CPUtime=0 cores=0-7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420127851 29458767872 28776 33554432000 4194304 4196468 140723788675664 140561333201296 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0

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

[pid=23316/tid=23333] ppid=23314 vsize=28834892 memory=2024 CPUtime=1.01 cores=0-7
/proc/23316/task/23333/stat : 23333 (java) S 23314 23314 21430 0 -1 1077944384 14629 0 0 0 98 3 0 0 20 0 28 0 420127856 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559737960944 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23334] ppid=23314 vsize=28834892 memory=1380 CPUtime=0 cores=0-7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23314 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420127856 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559736908384 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23335] ppid=23314 vsize=28834892 memory=1128 CPUtime=0.11 cores=0-7
/proc/23316/task/23335/stat : 23335 (java) S 23314 23314 21430 0 -1 1077944384 3454 0 0 0 4 7 0 0 20 0 28 0 420127857 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559735855664 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23590] ppid=23314 vsize=28834892 memory=772 CPUtime=177.72 cores=0-7
/proc/23316/task/23590/stat : 23590 (java) R 23314 23314 21430 0 -1 4202560 12819 0 0 0 17765 7 0 0 20 0 28 0 420135478 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559721384576 140561013215715 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23591] ppid=23314 vsize=28834892 memory=4008 CPUtime=177.78 cores=0-7
/proc/23316/task/23591/stat : 23591 (java) R 23314 23314 21430 0 -1 4202560 3219 0 0 0 17777 1 0 0 20 0 28 0 420135478 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559722438176 140561019452390 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23592] ppid=23314 vsize=28834892 memory=5928 CPUtime=177.79 cores=0-7
/proc/23316/task/23592/stat : 23592 (java) R 23314 23314 21430 0 -1 4202560 14263 0 0 0 17745 34 0 0 20 0 28 0 420135478 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559723491616 140561016163706 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23593] ppid=23314 vsize=28834892 memory=14012 CPUtime=0 cores=0-7
/proc/23316/task/23593/stat : 23593 (java) S 23314 23314 21430 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 420135478 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559720334736 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23594] ppid=23314 vsize=28834892 memory=2116 CPUtime=177.81 cores=0-7
/proc/23316/task/23594/stat : 23594 (java) R 23314 23314 21430 0 -1 4202560 19122 0 0 0 17729 52 0 0 20 0 28 0 420135478 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559725596832 140561013711044 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23595] ppid=23314 vsize=28834892 memory=10684 CPUtime=177.76 cores=0-7
/proc/23316/task/23595/stat : 23595 (java) R 23314 23314 21430 0 -1 4202560 18960 0 0 0 17705 71 0 0 20 0 28 0 420135478 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559726648224 140561019452390 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23596] ppid=23314 vsize=28834892 memory=12024 CPUtime=177.77 cores=0-7
/proc/23316/task/23596/stat : 23596 (java) R 23314 23314 21430 0 -1 4202560 3082 0 0 0 17775 2 0 0 20 0 28 0 420135478 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559724543904 140561014680992 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23597] ppid=23314 vsize=28834892 memory=1556 CPUtime=0 cores=0-7
/proc/23316/task/23597/stat : 23597 (java) S 23314 23314 21430 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 420135478 29526929408 783426 33554432000 4194304 4196468 140723788675664 140559718228880 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
Current children cumulated CPU time: 1581.99 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3135156 KiB

[startup+256.301 s]*
/proc/loadavg: 5.74 6.27 6.63 7/218 23609
/proc/meminfo: memFree=27486032/32770624 swapFree=66997776/67108860
[pid=23314] ppid=23311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (xcsp3-exec) S 23311 23314 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127850 115843072 363 33554432000 4194304 5098028 140729666618304 140729666616408 139760922722940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13660160 140729666622326 140729666622569 140729666622569 140729666625482 0
/proc/23314/statm: 28282 363 304 221 0 87 0
[pid=23316] ppid=23314 vsize=28834892 memory=3142096 CPUtime=1586.82 cores=0-7
/proc/23316/stat : 23316 (java) S 23314 23314 21430 0 -1 1077944320 278654 0 0 0 158215 467 0 0 20 0 28 0 420127850 29526929408 785524 33554432000 4194304 4196468 140723788675664 140723788658208 140561415454455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
/proc/23316/statm: 7208723 785524 3542 1 0 7169825 0
[pid=23316/tid=23317] ppid=23314 vsize=28834892 memory=4108 CPUtime=0.61 cores=0-7
/proc/23316/task/23317/stat : 23317 (java) S 23314 23314 21430 0 -1 1077944384 9392 0 0 0 57 4 0 0 20 0 28 0 420127851 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561419695232 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23318] ppid=23314 vsize=28834892 memory=1412 CPUtime=0.91 cores=0-7
/proc/23316/task/23318/stat : 23318 (java) S 23314 23314 21430 0 -1 1077944384 5322 0 0 0 81 10 0 0 20 0 28 0 420127851 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561335306896 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23319] ppid=23314 vsize=28834892 memory=3604 CPUtime=0.92 cores=0-7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23314 21430 0 -1 1077944384 4142 0 0 0 81 11 0 0 20 0 28 0 420127851 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561334254096 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23320] ppid=23314 vsize=28834892 memory=8317482817917895235 CPUtime=0.88 cores=0-7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23314 21430 0 -1 1077944384 7020 0 0 0 77 11 0 0 20 0 28 0 420127851 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561333201296 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23321] ppid=23314 vsize=28834892 memory=1448 CPUtime=0.94 cores=0-7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23314 21430 0 -1 1077944384 5140 0 0 0 83 11 0 0 20 0 28 0 420127851 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561332148496 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23322] ppid=23314 vsize=28834892 memory=876 CPUtime=0.96 cores=0-7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23314 21430 0 -1 1077944384 6339 0 0 0 86 10 0 0 20 0 28 0 420127852 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561331096720 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23323] ppid=23314 vsize=28834892 memory=1980 CPUtime=0.94 cores=0-7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23314 21430 0 -1 1077944384 2708 0 0 0 83 11 0 0 20 0 28 0 420127852 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561330043920 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23324] ppid=23314 vsize=28834892 memory=2552 CPUtime=0.98 cores=0-7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23314 21430 0 -1 1077944384 4847 0 0 0 87 11 0 0 20 0 28 0 420127852 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561328991120 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23325] ppid=23314 vsize=28834892 memory=0 CPUtime=0.89 cores=0-7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23314 21430 0 -1 1077944384 4756 0 0 0 80 9 0 0 20 0 28 0 420127852 29526929408 785524 33554432000 4194304 4196468 140723788675664 140560959658768 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23326] ppid=23314 vsize=28834892 memory=0 CPUtime=0.32 cores=0-7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23314 21430 0 -1 1077944384 33038 0 0 0 26 6 0 0 20 0 28 0 420127853 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559745329520 140561415465602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23327] ppid=23314 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23327/stat : 23327 (java) S 23314 23314 21430 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 420127853 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559744275552 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23328] ppid=23314 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23314 21430 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 420127854 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559743222640 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23329] ppid=23314 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559742170960 140561415473051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23330] ppid=23314 vsize=28834892 memory=27176 CPUtime=3.01 cores=0-7
/proc/23316/task/23330/stat : 23330 (java) S 23314 23314 21430 0 -1 1077944384 22079 0 0 0 297 4 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559741119344 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23331] ppid=23314 vsize=28834892 memory=984 CPUtime=2.91 cores=0-7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23314 21430 0 -1 1077944384 16683 0 0 0 287 4 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559740066544 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23332] ppid=23314 vsize=28834892 memory=2024 CPUtime=3.16 cores=0-7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23314 21430 0 -1 1077944384 17387 0 0 0 313 3 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559739013744 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23333] ppid=23314 vsize=28834892 memory=1380 CPUtime=1.01 cores=0-7
/proc/23316/task/23333/stat : 23333 (java) S 23314 23314 21430 0 -1 1077944384 14629 0 0 0 98 3 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559737960944 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23334] ppid=23314 vsize=28834892 memory=1128 CPUtime=0 cores=0-7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23314 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559736908384 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23335] ppid=23314 vsize=28834892 memory=0 CPUtime=0.11 cores=0-7
/proc/23316/task/23335/stat : 23335 (java) S 23314 23314 21430 0 -1 1077944384 3457 0 0 0 4 7 0 0 20 0 28 0 420127857 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559735855664 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23590] ppid=23314 vsize=28834892 memory=-7737560555317740697 CPUtime=178.52 cores=0-7
/proc/23316/task/23590/stat : 23590 (java) R 23314 23314 21430 0 -1 4202560 12901 0 0 0 17845 7 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559721381032 140723788908794 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23591] ppid=23314 vsize=28834892 memory=-1664385933527516063 CPUtime=178.58 cores=0-7
/proc/23316/task/23591/stat : 23591 (java) R 23314 23314 21430 0 -1 4202560 3248 0 0 0 17857 1 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559722434728 140561014680992 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23592] ppid=23314 vsize=28834892 memory=8594183768982201498 CPUtime=178.59 cores=0-7
/proc/23316/task/23592/stat : 23592 (java) R 23314 23314 21430 0 -1 4202560 14371 0 0 0 17824 35 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559723488168 140561019452390 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23593] ppid=23314 vsize=28834892 memory=-1807685287717842718 CPUtime=0 cores=0-7
/proc/23316/task/23593/stat : 23593 (java) S 23314 23314 21430 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559720334736 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23594] ppid=23314 vsize=28834892 memory=0 CPUtime=178.62 cores=0-7
/proc/23316/task/23594/stat : 23594 (java) R 23314 23314 21430 0 -1 4202560 19368 0 0 0 17809 53 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559725595744 140561014680934 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23595] ppid=23314 vsize=28834892 memory=7230638415890377047 CPUtime=178.56 cores=0-7
/proc/23316/task/23595/stat : 23595 (java) R 23314 23314 21430 0 -1 4202560 19865 0 0 0 17783 73 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559726649176 140561401522580 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23596] ppid=23314 vsize=28834892 memory=6082203009002596695 CPUtime=178.56 cores=0-7
/proc/23316/task/23596/stat : 23596 (java) R 23314 23314 21430 0 -1 4202560 3110 0 0 0 17854 2 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559724540208 140561019452124 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23597] ppid=23314 vsize=28834892 memory=279279309076368 CPUtime=0 cores=0-7
/proc/23316/task/23597/stat : 23597 (java) S 23314 23314 21430 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559718228880 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
Current children cumulated CPU time: 1586.82 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3143548 KiB

[startup+256.501 s]
/proc/loadavg: 5.74 6.27 6.63 7/218 23609
/proc/meminfo: memFree=27486032/32770624 swapFree=66997776/67108860
[pid=23314] ppid=23311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/23314/stat : 23314 (xcsp3-exec) S 23311 23314 21430 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420127850 115843072 363 33554432000 4194304 5098028 140729666618304 140729666616408 139760922722940 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13660160 140729666622326 140729666622569 140729666622569 140729666625482 0
/proc/23314/statm: 28282 363 304 221 0 87 0
[pid=23316] ppid=23314 vsize=28834892 memory=3142096 CPUtime=1587.97 cores=0-7
/proc/23316/stat : 23316 (java) S 23314 23314 21430 0 -1 1077944320 278662 0 0 0 158330 467 0 0 20 0 28 0 420127850 29526929408 785524 33554432000 4194304 4196468 140723788675664 140723788658208 140561415454455 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
/proc/23316/statm: 7208723 785524 3542 1 0 7169825 0
[pid=23316/tid=23317] ppid=23314 vsize=28834892 memory=628 CPUtime=0.61 cores=0-7
/proc/23316/task/23317/stat : 23317 (java) S 23314 23314 21430 0 -1 1077944384 9392 0 0 0 57 4 0 0 20 0 28 0 420127851 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561419695232 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23318] ppid=23314 vsize=28834892 memory=1056 CPUtime=0.91 cores=0-7
/proc/23316/task/23318/stat : 23318 (java) S 23314 23314 21430 0 -1 1077944384 5322 0 0 0 81 10 0 0 20 0 28 0 420127851 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561335306896 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23319] ppid=23314 vsize=28834892 memory=1556 CPUtime=0.92 cores=0-7
/proc/23316/task/23319/stat : 23319 (java) S 23314 23314 21430 0 -1 1077944384 4142 0 0 0 81 11 0 0 20 0 28 0 420127851 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561334254096 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23320] ppid=23314 vsize=28834892 memory=5928 CPUtime=0.88 cores=0-7
/proc/23316/task/23320/stat : 23320 (java) S 23314 23314 21430 0 -1 1077944384 7020 0 0 0 77 11 0 0 20 0 28 0 420127851 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561333201296 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23321] ppid=23314 vsize=28834892 memory=14012 CPUtime=0.94 cores=0-7
/proc/23316/task/23321/stat : 23321 (java) S 23314 23314 21430 0 -1 1077944384 5140 0 0 0 83 11 0 0 20 0 28 0 420127851 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561332148496 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23322] ppid=23314 vsize=28834892 memory=3102148 CPUtime=0.96 cores=0-7
/proc/23316/task/23322/stat : 23322 (java) S 23314 23314 21430 0 -1 1077944384 6339 0 0 0 86 10 0 0 20 0 28 0 420127852 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561331096720 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23323] ppid=23314 vsize=28834892 memory=27176 CPUtime=0.94 cores=0-7
/proc/23316/task/23323/stat : 23323 (java) S 23314 23314 21430 0 -1 1077944384 2708 0 0 0 83 11 0 0 20 0 28 0 420127852 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561330043920 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23324] ppid=23314 vsize=28834892 memory=984 CPUtime=0.98 cores=0-7
/proc/23316/task/23324/stat : 23324 (java) S 23314 23314 21430 0 -1 1077944384 4847 0 0 0 87 11 0 0 20 0 28 0 420127852 29526929408 785524 33554432000 4194304 4196468 140723788675664 140561328991120 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23325] ppid=23314 vsize=28834892 memory=2024 CPUtime=0.89 cores=0-7
/proc/23316/task/23325/stat : 23325 (java) S 23314 23314 21430 0 -1 1077944384 4756 0 0 0 80 9 0 0 20 0 28 0 420127852 29526929408 785524 33554432000 4194304 4196468 140723788675664 140560959658768 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23326] ppid=23314 vsize=28834892 memory=1380 CPUtime=0.32 cores=0-7
/proc/23316/task/23326/stat : 23326 (java) S 23314 23314 21430 0 -1 1077944384 33038 0 0 0 26 6 0 0 20 0 28 0 420127853 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559745329520 140561415465602 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23327] ppid=23314 vsize=28834892 memory=1128 CPUtime=0 cores=0-7
/proc/23316/task/23327/stat : 23327 (java) S 23314 23314 21430 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 420127853 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559744275552 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23328] ppid=23314 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/23316/task/23328/stat : 23328 (java) S 23314 23314 21430 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 420127854 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559743222640 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23329] ppid=23314 vsize=28834892 memory=3133044 CPUtime=0 cores=0-7
/proc/23316/task/23329/stat : 23329 (java) S 23314 23314 21430 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559742170960 140561415473051 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23330] ppid=23314 vsize=28834892 memory=1808 CPUtime=3.01 cores=0-7
/proc/23316/task/23330/stat : 23330 (java) S 23314 23314 21430 0 -1 1077944384 22079 0 0 0 297 4 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559741119344 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23331] ppid=23314 vsize=28834892 memory=920 CPUtime=2.91 cores=0-7
/proc/23316/task/23331/stat : 23331 (java) S 23314 23314 21430 0 -1 1077944384 16683 0 0 0 287 4 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559740066544 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23332] ppid=23314 vsize=28834892 memory=5052 CPUtime=3.16 cores=0-7
/proc/23316/task/23332/stat : 23332 (java) S 23314 23314 21430 0 -1 1077944384 17387 0 0 0 313 3 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559739013744 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23333] ppid=23314 vsize=28834892 memory=4108 CPUtime=1.01 cores=0-7
/proc/23316/task/23333/stat : 23333 (java) S 23314 23314 21430 0 -1 1077944384 14629 0 0 0 98 3 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559737960944 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23334] ppid=23314 vsize=28834892 memory=1452 CPUtime=0 cores=0-7
/proc/23316/task/23334/stat : 23334 (java) S 23314 23314 21430 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420127856 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559736908384 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23335] ppid=23314 vsize=28834892 memory=3133044 CPUtime=0.11 cores=0-7
/proc/23316/task/23335/stat : 23335 (java) S 23314 23314 21430 0 -1 1077944384 3457 0 0 0 4 7 0 0 20 0 28 0 420127857 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559735855664 140561415465602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23590] ppid=23314 vsize=28834892 memory=6791534058613427641 CPUtime=178.71 cores=0-7
/proc/23316/task/23590/stat : 23590 (java) R 23314 23314 21430 0 -1 4202560 12906 0 0 0 17864 7 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559721381032 140561014680918 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23591] ppid=23314 vsize=28834892 memory=3126724 CPUtime=178.77 cores=0-7
/proc/23316/task/23591/stat : 23591 (java) R 23314 23314 21430 0 -1 4202560 3248 0 0 0 17876 1 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559722434728 140561013215831 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23592] ppid=23314 vsize=28834892 memory=1452 CPUtime=178.78 cores=0-7
/proc/23316/task/23592/stat : 23592 (java) R 23314 23314 21430 0 -1 4202560 14372 0 0 0 17843 35 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559723488168 140561401522580 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23593] ppid=23314 vsize=28834892 memory=3102148 CPUtime=0 cores=0-7
/proc/23316/task/23593/stat : 23593 (java) S 23314 23314 21430 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559720334736 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23594] ppid=23314 vsize=28834892 memory=1452 CPUtime=178.81 cores=0-7
/proc/23316/task/23594/stat : 23594 (java) R 23314 23314 21430 0 -1 4202560 19368 0 0 0 17828 53 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559725595744 140561016683331 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23595] ppid=23314 vsize=28834892 memory=1980 CPUtime=178.75 cores=0-7
/proc/23316/task/23595/stat : 23595 (java) R 23314 23314 21430 0 -1 4202560 19867 0 0 0 17802 73 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559726649176 140561401522580 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23596] ppid=23314 vsize=28834892 memory=2552 CPUtime=178.75 cores=0-7
/proc/23316/task/23596/stat : 23596 (java) R 23314 23314 21430 0 -1 4202560 3110 0 0 0 17873 2 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559724540208 140561013387787 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
[pid=23316/tid=23597] ppid=23314 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/23316/task/23597/stat : 23597 (java) S 23314 23314 21430 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 420135478 29526929408 785524 33554432000 4194304 4196468 140723788675664 140559718228880 140561415464661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18292736 140723788678122 140723788678294 140723788678294 140723788681167 0
Current children cumulated CPU time: 1587.97 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 3143548 KiB

Child status: 0
Real time (s): 256.536
CPU time (s): 1588.07
CPU user time (s): 1583.38
CPU system time (s): 4.69337
CPU usage (%): 619.044
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 3461568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1583.38
system time used= 4.69337
maximum resident set size= 3460116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280016
page faults= 0
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28578
involuntary context switches= 10257


# summary of solver processes directly reported to runsolver:
#   pid: 23314
#   total CPU time (s): 1588.07
#   total CPU user time (s): 1583.38
#   total CPU system time (s): 4.69337

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.3225 second user time and 2.74868 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-14 06:24:15
IDJOB=4394411
IDBENCH=135459
IDSOLVER=2843
FILE ID=node106/4394411-1568438732
RUNJOBID= node106-1568429735-21457
PBS_JOBID= 21702316
Free space on /tmp= 59112 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-lseu.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-4394411-1568438732/watcher-4394411-1568438732 -o /tmp/evaluation-result-4394411-1568438732/solver-4394411-1568438732 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1568429735-21457 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 122376115 HOME/instance-4394411-1568438732.xml

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

MD5SUM BENCH= b8e79a81cec6901ac635f2e0750bfcb6
RANDOM SEED=122376115

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30618480 kB
MemAvailable:   31898024 kB
Buffers:          188228 kB
Cached:          1372388 kB
SwapCached:         9324 kB
Active:           491252 kB
Inactive:        1085512 kB
Active(anon):      15608 kB
Inactive(anon):    34544 kB
Active(file):     475644 kB
Inactive(file):  1050968 kB
Unevictable:      107200 kB
Mlocked:          107200 kB
SwapTotal:      67108860 kB
SwapFree:       66997772 kB
Dirty:             26588 kB
Writeback:             0 kB
AnonPages:        114052 kB
Mapped:            37976 kB
Shmem:             25388 kB
Slab:             167424 kB
SReclaimable:     137532 kB
SUnreclaim:        29892 kB
KernelStack:        3360 kB
PageTables:         6192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     490504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59088 MiB
End job on node106 at 2019-09-14 06:28:31