Trace number 4393792

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelWrong Opt.802 37.8795 5.74361

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff50.xml
MD5SUMf7819cc540e1493da1332403e09ec21d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark624
Best CPU time to get the best result obtained on this benchmark11.7284
Satisfiable
(Un)Satisfiability was proved
Number of variables319
Number of constraints313
Number of domains26
Minimum domain size24
Maximum domain size25
Distribution of domain sizes[{"size":24,"count":32},{"size":25,"count":287}]
Minimum variable degree2
Maximum variable degree40
Distribution of variable degrees[{"degree":2,"count":312},{"degree":40,"count":7}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":273},{"arity":7,"count":1},{"arity":8,"count":39}]
Number of extensional constraints273
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":273},{"type":"ordered","count":1},{"type":"minimum","count":39}]
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-4393792-1568441867.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.19	c [HOME/instance-4393792-1568441867.xml, -tl, 20160s, -p, 8]
0.33/0.23	c 8 solvers in parallel
0.33/0.29	c parse instance...
4.07/1.16	c solve instance...
9.55/1.92	o 10270 
11.90/2.34	o 10040 
11.90/2.34	o 10022 
11.90/2.34	o 2308 
11.90/2.34	o 2166 
11.90/2.34	o 2068 
11.90/2.34	o 2060 
11.90/2.34	o 2052 
11.90/2.34	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (84/86)
11.90/2.34		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.90/2.34		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.90/2.34		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.90/2.34		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.90/2.34		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.90/2.34	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (84/86)
11.90/2.34		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
11.90/2.34		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
11.90/2.34		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
11.90/2.34		at org.chocosolver.solver.Solver.repair(Solver.java:443)
11.90/2.34		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
11.90/2.34		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.90/2.34		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.90/2.34		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.90/2.34		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.90/2.34		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.90/2.34		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.90/2.34		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.90/2.34		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.90/2.34		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.90/2.34		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.90/2.34		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.90/2.34	o 2034 
11.90/2.34	o 1982 
11.90/2.34	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (34/47)
11.90/2.34		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.90/2.34		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.90/2.34		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.90/2.34		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.90/2.34		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.90/2.34	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (34/47)
11.90/2.34		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
11.90/2.34		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
11.90/2.34		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
11.90/2.34		at org.chocosolver.solver.Solver.repair(Solver.java:443)
11.90/2.34		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
11.90/2.34		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.90/2.34		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.90/2.34		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.90/2.34		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.90/2.34		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.90/2.34		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.90/2.34		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.90/2.34		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.90/2.34		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.90/2.34		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.90/2.34		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.90/2.34	o 1938 
11.90/2.34	o 1669 
13.45/2.56	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/50)
13.45/2.56		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
13.45/2.56		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
13.45/2.56		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
13.45/2.56		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
13.45/2.56		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
13.45/2.56	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/50)
13.45/2.56		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
13.45/2.56		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
13.45/2.56		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
13.45/2.56		at org.chocosolver.solver.Solver.repair(Solver.java:443)
13.45/2.56		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
13.45/2.56		at org.chocosolver.solver.Solver.solve(Solver.java:262)
13.45/2.56		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
13.45/2.56		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
13.45/2.56		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
13.45/2.56		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
13.45/2.56		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
13.45/2.56		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
13.45/2.56		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
13.45/2.56		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
13.45/2.56		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
13.45/2.56		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
13.45/2.56	o 1080 
19.71/3.31	o 1019 
20.43/3.50	o 1016 
26.72/4.30	o 1005 
27.43/4.31	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/41)
27.43/4.31		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
27.43/4.31		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
27.43/4.31		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
27.43/4.31		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
27.43/4.31		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
27.43/4.32	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/41)
27.43/4.32		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
27.43/4.32		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
27.43/4.32		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
27.43/4.32		at org.chocosolver.solver.Solver.repair(Solver.java:443)
27.43/4.32		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
27.43/4.32		at org.chocosolver.solver.Solver.solve(Solver.java:262)
27.43/4.32		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
27.43/4.32		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
27.43/4.32		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
27.43/4.32		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
27.43/4.32		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
27.43/4.32		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
27.43/4.32		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
27.43/4.32		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
27.43/4.32		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
27.43/4.32		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
27.43/4.32	o 995 
28.20/4.41	java.util.concurrent.ExecutionException: java.lang.NullPointerException
28.20/4.41		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.20/4.41		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.20/4.41		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.20/4.41		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.20/4.41		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.20/4.41	Caused by: java.lang.NullPointerException
28.20/4.41		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.20/4.41		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.20/4.41		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.20/4.41		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.20/4.41		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.20/4.41		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
28.20/4.41		... 4 more
28.20/4.41	Caused by: java.lang.NullPointerException
28.20/4.41		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.20/4.41		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.20/4.41		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.20/4.41		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.20/4.41		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.20/4.41		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
28.20/4.41		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
28.20/4.41		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
28.20/4.41		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
28.20/4.41		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
28.20/4.41		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
28.20/4.41		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
28.20/4.41		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
28.20/4.41		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
28.20/4.41		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.20/4.41		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.20/4.41		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.20/4.41		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.20/4.41	Caused by: java.lang.NullPointerException
28.20/4.41		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
28.20/4.41		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
28.20/4.41		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
28.20/4.41		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
28.20/4.41		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
28.20/4.41		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
28.20/4.41		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
28.20/4.41		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:38)
28.20/4.41		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:114)
28.20/4.41		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
28.20/4.41		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.20/4.41		at org.chocosolver.solver.Solver.extend(Solver.java:421)
28.20/4.41		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
28.20/4.41		at org.chocosolver.solver.Solver.solve(Solver.java:262)
28.20/4.41		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
28.20/4.41		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
28.20/4.41		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.20/4.41		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
28.20/4.41		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
28.20/4.41		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
28.20/4.41		... 4 more
28.20/4.41	o 963 
28.20/4.43	o 953 
28.20/4.47	java.util.concurrent.ExecutionException: java.lang.NullPointerException
28.20/4.47		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.20/4.47		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.20/4.47		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.20/4.47		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.20/4.47		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.20/4.47	Caused by: java.lang.NullPointerException
28.20/4.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.20/4.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.20/4.47		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.20/4.47		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.20/4.47		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.20/4.47		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
28.20/4.47		... 4 more
28.20/4.47	Caused by: java.lang.NullPointerException
28.20/4.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.20/4.47		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.20/4.47		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.20/4.47		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.20/4.47		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.20/4.47		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
28.20/4.47		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
28.20/4.47		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
28.20/4.47		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
28.20/4.47		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
28.20/4.47		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
28.20/4.47		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
28.20/4.47		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
28.20/4.47		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
28.20/4.47		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.20/4.47		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.20/4.47		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.20/4.47		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.20/4.47	Caused by: java.lang.NullPointerException
28.20/4.47		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
28.20/4.47		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
28.20/4.47		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
28.20/4.47		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
28.20/4.47		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
28.20/4.47		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
28.20/4.47		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
28.20/4.47		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
28.20/4.47		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
28.20/4.47		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
28.20/4.47		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.20/4.47		at org.chocosolver.solver.Solver.extend(Solver.java:421)
28.20/4.47		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
28.20/4.47		at org.chocosolver.solver.Solver.solve(Solver.java:262)
28.20/4.47		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
28.20/4.47		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
28.20/4.47		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.20/4.47		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
28.20/4.47		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
28.20/4.47		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
28.20/4.47		... 4 more
28.20/4.47	o 945 
28.84/4.56	java.util.concurrent.ExecutionException: java.lang.NullPointerException
28.84/4.56		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.84/4.56		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.84/4.56		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.84/4.56		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.84/4.56		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.84/4.56	Caused by: java.lang.NullPointerException
28.84/4.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.84/4.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.84/4.56		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.84/4.56		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.84/4.56		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.84/4.56		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
28.84/4.56		... 4 more
28.84/4.56	Caused by: java.lang.NullPointerException
28.84/4.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.84/4.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.84/4.56		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.84/4.56		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.84/4.56		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.84/4.56		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
28.84/4.56		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
28.84/4.56		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
28.84/4.56		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
28.84/4.56		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
28.84/4.56		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
28.84/4.56		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
28.84/4.56		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
28.84/4.56		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
28.84/4.56		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.84/4.56		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.84/4.56		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.84/4.56		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.84/4.56	Caused by: java.lang.NullPointerException
28.84/4.56	o 929 
28.84/4.57	o 919 
29.52/4.65	java.util.concurrent.ExecutionException: java.lang.NullPointerException
29.52/4.65		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.52/4.65		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
29.52/4.65		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
29.52/4.65		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
29.52/4.65		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
29.52/4.65	Caused by: java.lang.NullPointerException
29.52/4.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.52/4.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.52/4.65		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.52/4.65		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.52/4.65		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.52/4.65		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
29.52/4.65		... 4 more
29.52/4.65	Caused by: java.lang.NullPointerException
29.52/4.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.52/4.65		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.52/4.65		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.52/4.65		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.52/4.65		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.52/4.65		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
29.52/4.65		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
29.52/4.65		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
29.52/4.65		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
29.52/4.65		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
29.52/4.65		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
29.52/4.65		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
29.52/4.65		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
29.52/4.65		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
29.52/4.65		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.52/4.65		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.52/4.65		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.52/4.65		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.52/4.65	Caused by: java.lang.NullPointerException
29.52/4.65	o 911 
30.16/4.71	java.util.concurrent.ExecutionException: java.lang.NullPointerException
30.16/4.71		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
30.16/4.71		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
30.16/4.71		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
30.16/4.71		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
30.16/4.71		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
30.16/4.71	Caused by: java.lang.NullPointerException
30.16/4.71		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
30.16/4.71		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
30.16/4.71		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
30.16/4.71		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
30.16/4.71		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
30.16/4.71		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
30.16/4.71		... 4 more
30.16/4.71	Caused by: java.lang.NullPointerException
30.16/4.71		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
30.16/4.71		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
30.16/4.71		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
30.16/4.71		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
30.16/4.71		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
30.16/4.71		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
30.16/4.71		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
30.16/4.71		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
30.16/4.71		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
30.16/4.71		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
30.16/4.71		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
30.16/4.71		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
30.16/4.71		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
30.16/4.71		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
30.16/4.71		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
30.16/4.71		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
30.16/4.71		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
30.16/4.71		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
30.16/4.71	Caused by: java.lang.NullPointerException
30.16/4.71	o 859 
30.16/4.74	java.util.concurrent.ExecutionException: java.lang.NullPointerException
30.16/4.74		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
30.16/4.74		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
30.16/4.74		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
30.16/4.74		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
30.16/4.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
30.16/4.74	Caused by: java.lang.NullPointerException
30.16/4.74		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
30.16/4.74		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
30.16/4.74		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
30.16/4.74		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
30.16/4.74		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
30.16/4.74		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
30.16/4.74		... 4 more
30.16/4.74	Caused by: java.lang.NullPointerException
30.16/4.74		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
30.16/4.74		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
30.16/4.74		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
30.16/4.74		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
30.16/4.74		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
30.16/4.74		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
30.16/4.74		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
30.16/4.74		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
30.16/4.74		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
30.16/4.74		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
30.16/4.74		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
30.16/4.74		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
30.16/4.74		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
30.16/4.74		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
30.16/4.74		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
30.16/4.74		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
30.16/4.74		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
30.16/4.74		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
30.16/4.74	Caused by: java.lang.NullPointerException
30.16/4.74	o 849 
33.32/5.16	java.util.concurrent.ExecutionException: java.lang.NullPointerException
33.32/5.16		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
33.32/5.16		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
33.32/5.16		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
33.32/5.16		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
33.32/5.16		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
33.32/5.16	Caused by: java.lang.NullPointerException
33.32/5.16		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
33.32/5.16		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
33.32/5.16		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
33.32/5.16		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
33.32/5.16		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
33.32/5.16		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
33.32/5.16		... 4 more
33.32/5.16	Caused by: java.lang.NullPointerException
33.32/5.16		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
33.32/5.16		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
33.32/5.16		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
33.32/5.16		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
33.32/5.16		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
33.32/5.16		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
33.32/5.16		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
33.32/5.16		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
33.32/5.16		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
33.32/5.16		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
33.32/5.16		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
33.32/5.16		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
33.32/5.16		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
33.32/5.16		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
33.32/5.16		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
33.32/5.16		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
33.32/5.16		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
33.32/5.16		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
33.32/5.16	Caused by: java.lang.NullPointerException
33.32/5.16	o 844 
35.51/5.45	java.util.concurrent.ExecutionException: java.lang.NullPointerException
35.51/5.45		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
35.51/5.45		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
35.51/5.45		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
35.51/5.45		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
35.51/5.45		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
35.51/5.45	Caused by: java.lang.NullPointerException
35.51/5.45		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
35.51/5.45		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
35.51/5.45		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
35.51/5.45		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
35.51/5.45		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
35.51/5.45		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
35.51/5.45		... 4 more
35.51/5.45	Caused by: java.lang.NullPointerException
35.51/5.45		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
35.51/5.45		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
35.51/5.45		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
35.51/5.45		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
35.51/5.45		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
35.51/5.45		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
35.51/5.45		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
35.51/5.45		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
35.51/5.45		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
35.51/5.45		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
35.51/5.45		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
35.51/5.45		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
35.51/5.45		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
35.51/5.45		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
35.51/5.45		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
35.51/5.45		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
35.51/5.45		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
35.51/5.45		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
35.51/5.45	Caused by: java.lang.NullPointerException
35.51/5.45	o 841 
37.04/5.69	java.util.concurrent.ExecutionException: java.lang.NullPointerException
37.04/5.69		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
37.04/5.69		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
37.04/5.69		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
37.04/5.69		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
37.04/5.69		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
37.04/5.69	Caused by: java.lang.NullPointerException
37.04/5.69		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
37.04/5.69		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
37.04/5.69		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
37.04/5.69		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
37.04/5.69		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
37.04/5.69		... 4 more
37.04/5.69	Caused by: java.lang.NullPointerException
37.04/5.69		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
37.04/5.69		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
37.04/5.69		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
37.04/5.69		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
37.04/5.69		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
37.04/5.69		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
37.04/5.69		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
37.04/5.69		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
37.04/5.69		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
37.04/5.69		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
37.04/5.69		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
37.04/5.69		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
37.04/5.69		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
37.04/5.69		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
37.04/5.69		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
37.04/5.69		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
37.04/5.69		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
37.04/5.69	Caused by: java.lang.NullPointerException
37.04/5.69	o 802 
37.81/5.70	s OPTIMUM FOUND
37.81/5.70	v <instantiation>
37.81/5.70	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] drd[0][0] drd[0][1] drd[0][2] drd[0][3] drd[0][4] drd[0][5] drd[0][6] drd[1][0] drd[1][1] drd[1][2] drd[1][3] drd[1][4] drd[1][5] drd[1][6] drd[2][0] drd[2][1] drd[2][2] drd[2][3] drd[2][4] drd[2][5] drd[2][6] drd[3][0] drd[3][1] drd[3][2] drd[3][3] drd[3][4] drd[3][5] drd[3][6] drd[4][0] drd[4][1] drd[4][2] drd[4][3] drd[4][4] drd[4][5] drd[4][6] drd[5][0] drd[5][1] drd[5][2] drd[5][3] drd[5][4] drd[5][5] drd[5][6] drd[6][0] drd[6][1] drd[6][2] drd[6][3] drd[6][4] drd[6][5] drd[6][6] drd[7][0] drd[7][1] drd[7][2] drd[7][3] drd[7][4] drd[7][5] drd[7][6] drd[8][0] drd[8][1] drd[8][2] drd[8][3] drd[8][4] drd[8][5] drd[8][6] drd[9][0] drd[9][1] drd[9][2] drd[9][3] drd[9][4] drd[9][5] drd[9][6] drd[10][0] drd[10][1] drd[10][2] drd[10][3] drd[10][4] drd[10][5] drd[10][6] drd[11][0] drd[11][1] drd[11][2] drd[11][3] drd[11][4] drd[11][5] drd[11][6] drd[12][0] drd[12][1] drd[12][2] drd[12][3] drd[12][4] drd[12][5] drd[12][6] drd[13][0] drd[13][1] drd[13][2] drd[13][3] drd[13][4] drd[13][5] drd[13][6] drd[14][0] drd[14][1] drd[14][2] drd[14][3] drd[14][4] drd[14][5] drd[14][6] drd[15][0] drd[15][1] drd[15][2] drd[15][3] drd[15][4] drd[15][5] drd[15][6] drd[16][0] drd[16][1] drd[16][2] drd[16][3] drd[16][4] drd[16][5] drd[16][6] drd[17][0] drd[17][1] drd[17][2] drd[17][3] drd[17][4] drd[17][5] drd[17][6] drd[18][0] drd[18][1] drd[18][2] drd[18][3] drd[18][4] drd[18][5] drd[18][6] drd[19][0] drd[19][1] drd[19][2] drd[19][3] drd[19][4] drd[19][5] drd[19][6] drd[20][0] drd[20][1] drd[20][2] drd[20][3] drd[20][4] drd[20][5] drd[20][6] drd[21][0] drd[21][1] drd[21][2] drd[21][3] drd[21][4] drd[21][5] drd[21][6] drd[22][0] drd[22][1] drd[22][2] drd[22][3] drd[22][4] drd[22][5] drd[22][6] drd[23][0] drd[23][1] drd[23][2] drd[23][3] drd[23][4] drd[23][5] drd[23][6] drd[24][0] drd[24][1] drd[24][2] drd[24][3] drd[24][4] drd[24][5] drd[24][6] drd[25][0] drd[25][1] drd[25][2] drd[25][3] drd[25][4] drd[25][5] drd[25][6] drd[26][0] drd[26][1] drd[26][2] drd[26][3] drd[26][4] drd[26][5] drd[26][6] drd[27][0] drd[27][1] drd[27][2] drd[27][3] drd[27][4] drd[27][5] drd[27][6] drd[28][0] drd[28][1] drd[28][2] drd[28][3] drd[28][4] drd[28][5] drd[28][6] drd[29][0] drd[29][1] drd[29][2] drd[29][3] drd[29][4] drd[29][5] drd[29][6] drd[30][0] drd[30][1] drd[30][2] drd[30][3] drd[30][4] drd[30][5] drd[30][6] drd[31][0] drd[31][1] drd[31][2] drd[31][3] drd[31][4] drd[31][5] drd[31][6] drd[32][0] drd[32][1] drd[32][2] drd[32][3] drd[32][4] drd[32][5] drd[32][6] drd[33][0] drd[33][1] drd[33][2] drd[33][3] drd[33][4] drd[33][5] drd[33][6] drd[34][0] drd[34][1] drd[34][2] drd[34][3] drd[34][4] drd[34][5] drd[34][6] drd[35][0] drd[35][1] drd[35][2] drd[35][3] drd[35][4] drd[35][5] drd[35][6] drd[36][0] drd[36][1] drd[36][2] drd[36][3] drd[36][4] drd[36][5] drd[36][6] drd[37][0] drd[37][1] drd[37][2] drd[37][3] drd[37][4] drd[37][5] drd[37][6] drd[38][0] drd[38][1] drd[38][2] drd[38][3] drd[38][4] drd[38][5] drd[38][6] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] dr[31] dr[32] dr[33] dr[34] dr[35] dr[36] dr[37] dr[38] </list>
37.81/5.70	v 	<values>19 49 200 340 582 669 831 563 533 382 242 0 87 249 563 533 382 242 0 87 249 32 2 149 289 531 618 780 32 2 149 289 531 618 780 181 151 0 140 382 469 631 181 151 0 140 382 469 631 0 30 181 321 563 650 812 348 318 167 27 215 302 464 348 318 167 27 215 302 464 705 675 524 384 142 55 107 706 676 525 385 143 56 106 667 637 486 346 104 17 145 667 637 486 346 104 17 145 9 21 172 312 554 641 803 650 620 469 329 87 0 162 650 620 469 329 87 0 162 634 604 453 313 71 16 178 261 231 80 60 302 389 551 259 229 78 62 304 391 553 589 559 408 268 26 61 223 589 559 408 268 26 61 223 30 0 151 291 533 620 782 30 0 151 291 533 620 782 219 189 38 102 344 431 593 219 189 38 102 344 431 593 812 782 631 491 249 162 0 812 782 631 491 249 162 0 147 117 34 174 416 503 665 147 117 34 174 416 503 665 109 79 72 212 454 541 703 109 79 72 212 454 541 703 11 19 170 310 552 639 801 10 20 171 311 553 640 802 629 599 448 308 66 21 183 573 543 392 252 10 77 239 321 291 140 0 242 329 491 321 291 140 0 242 329 491 211 181 30 110 352 439 601 211 181 30 110 352 439 601 0 0 2 2 0 0 0 27 27 55 56 17 17 9 0 0 16 60 62 26 26 0 0 38 38 0 0 34 34 72 72 11 10 21 10 0 0 30 30 </values>
37.81/5.70	v </instantiation>

Verifier Data

OK	802

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393792-1568441867/watcher-4393792-1568441867 -o /tmp/evaluation-result-4393792-1568441867/solver-4393792-1568441867 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568439039-12728 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1243979112 HOME/instance-4393792-1568441867.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=13867, runsolver pid=13864

[startup+0.100108 s]*
/proc/loadavg: 7.29 8.10 8.20 2/211 13888
/proc/meminfo: memFree=31264848/32770624 swapFree=66919440/67108860
[pid=13867] ppid=13864 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/13867/stat : 13867 (xcsp3-exec) S 13864 13867 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420124577 115843072 363 33554432000 4194304 5098028 140726982095568 140726982093672 139854884651644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140726982099829 140726982100073 140726982100073 140726982102986 0
/proc/13867/statm: 28282 363 304 221 0 87 0
[pid=13869] ppid=13867 vsize=28227388 memory=27072 CPUtime=0.12 cores=0-7
/proc/13869/stat : 13869 (java) S 13867 13867 12701 0 -1 1077944320 5798 0 0 0 11 1 0 0 20 0 20 0 420124578 28904845312 6768 33554432000 4194304 4196468 140736322846080 140736322828624 140083141590775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
/proc/13869/statm: 7056847 6768 3121 1 0 7019032 0
[pid=13869/tid=13870] ppid=13867 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/13869/task/13870/stat : 13870 (java) R 13867 13867 12701 0 -1 4202560 3658 0 0 0 8 1 0 0 20 0 20 0 420124578 28904845312 6768 33554432000 4194304 4196468 140736322846080 140083145824048 140083123508513 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13871] ppid=13867 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/13869/task/13871/stat : 13871 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 6768 33554432000 4194304 4196468 140736322846080 140083111303696 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13872] ppid=13867 vsize=28227388 memory=140392723035776 CPUtime=0 cores=0-7
/proc/13869/task/13872/stat : 13872 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 6768 33554432000 4194304 4196468 140736322846080 140082692033168 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13873] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13873/stat : 13873 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 6768 33554432000 4194304 4196468 140736322846080 140082690980112 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13874] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13874/stat : 13874 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 6768 33554432000 4194304 4196468 140736322846080 140082689927568 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13875] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13875/stat : 13875 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 6768 33554432000 4194304 4196468 140736322846080 140082688875536 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13876] ppid=13867 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/13869/task/13876/stat : 13876 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 6768 33554432000 4194304 4196468 140736322846080 140082687822992 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13877] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13877/stat : 13877 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 6768 33554432000 4194304 4196468 140736322846080 140082686769936 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13878] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13878/stat : 13878 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 6768 33554432000 4194304 4196468 140736322846080 140082685717392 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13879] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13879/stat : 13879 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124580 28904845312 6768 33554432000 4194304 4196468 140736322846080 140081605781744 140083141601922 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13880] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13880/stat : 13880 (java) S 13867 13867 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420124581 28904845312 6768 33554432000 4194304 4196468 140736322846080 140081604727968 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13881] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13881/stat : 13881 (java) S 13867 13867 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420124581 28904845312 6768 33554432000 4194304 4196468 140736322846080 140081603674864 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13882] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13882/stat : 13882 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124583 28904845312 6768 33554432000 4194304 4196468 140736322846080 140081602623440 140083141609371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13883] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13883/stat : 13883 (java) S 13867 13867 12701 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 420124583 28904845312 6768 33554432000 4194304 4196468 140736322846080 140081601571568 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13884] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13884/stat : 13884 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124583 28904845312 6768 33554432000 4194304 4196468 140736322846080 140081600519024 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13885] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13885/stat : 13885 (java) S 13867 13867 12701 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 420124583 28904845312 6768 33554432000 4194304 4196468 140736322846080 140081599465968 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13886] ppid=13867 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/13869/task/13886/stat : 13886 (java) R 13867 13867 12701 0 -1 4202560 394 0 0 0 1 0 0 0 20 0 20 0 420124583 28904845312 6768 33554432000 4194304 4196468 140736322846080 140081598413424 140083141602710 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13887] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13887/stat : 13887 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124584 28904845312 6768 33554432000 4194304 4196468 140736322846080 140081597360608 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13888] ppid=13867 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/13869/task/13888/stat : 13888 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124584 28904845312 6768 33554432000 4194304 4196468 140736322846080 140081596308144 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 28524 KiB

[startup+0.210098 s]*
/proc/loadavg: 7.29 8.10 8.20 4/211 13888
/proc/meminfo: memFree=31251180/32770624 swapFree=66919440/67108860
[pid=13867] ppid=13864 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/13867/stat : 13867 (xcsp3-exec) S 13864 13867 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420124577 115843072 363 33554432000 4194304 5098028 140726982095568 140726982093672 139854884651644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140726982099829 140726982100073 140726982100073 140726982102986 0
/proc/13867/statm: 28282 363 304 221 0 87 0
[pid=13869] ppid=13867 vsize=28227388 memory=39268 CPUtime=0.33 cores=0-7
/proc/13869/stat : 13869 (java) S 13867 13867 12701 0 -1 1077944320 9605 0 0 0 30 3 0 0 20 0 20 0 420124578 28904845312 9817 33554432000 4194304 4196468 140736322846080 140736322828624 140083141590775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
/proc/13869/statm: 7056847 9817 3295 1 0 7019032 0
[pid=13869/tid=13870] ppid=13867 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/13869/task/13870/stat : 13870 (java) R 13867 13867 12701 0 -1 4202560 6668 0 0 0 17 2 0 0 20 0 20 0 420124578 28904845312 9817 33554432000 4194304 4196468 140736322846080 140083145822688 140083141612701 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13871] ppid=13867 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/13869/task/13871/stat : 13871 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 9817 33554432000 4194304 4196468 140736322846080 140083111303696 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13872] ppid=13867 vsize=28227388 memory=140392723049371 CPUtime=0 cores=0-7
/proc/13869/task/13872/stat : 13872 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 9817 33554432000 4194304 4196468 140736322846080 140082692033168 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13873] ppid=13867 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/13869/task/13873/stat : 13873 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 9817 33554432000 4194304 4196468 140736322846080 140082690980112 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13874] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13874/stat : 13874 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 9817 33554432000 4194304 4196468 140736322846080 140082689927568 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13875] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13875/stat : 13875 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 9817 33554432000 4194304 4196468 140736322846080 140082688875536 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13876] ppid=13867 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/13869/task/13876/stat : 13876 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 9817 33554432000 4194304 4196468 140736322846080 140082687822992 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13877] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13877/stat : 13877 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 9817 33554432000 4194304 4196468 140736322846080 140082686769936 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13878] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13878/stat : 13878 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28904845312 9817 33554432000 4194304 4196468 140736322846080 140082685717392 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13879] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13879/stat : 13879 (java) S 13867 13867 12701 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420124580 28904845312 9817 33554432000 4194304 4196468 140736322846080 140081605781744 140083141601922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13880] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13880/stat : 13880 (java) S 13867 13867 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420124581 28904845312 9817 33554432000 4194304 4196468 140736322846080 140081604727968 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13881] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13881/stat : 13881 (java) S 13867 13867 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420124581 28904845312 9817 33554432000 4194304 4196468 140736322846080 140081603674864 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13882] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13882/stat : 13882 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124583 28904845312 9817 33554432000 4194304 4196468 140736322846080 140081602623440 140083141609371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13883] ppid=13867 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/13869/task/13883/stat : 13883 (java) S 13867 13867 12701 0 -1 1077944384 345 0 0 0 1 0 0 0 20 0 20 0 420124583 28904845312 9817 33554432000 4194304 4196468 140736322846080 140081601571568 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13884] ppid=13867 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/13869/task/13884/stat : 13884 (java) R 13867 13867 12701 0 -1 1077944384 128 0 0 0 2 0 0 0 20 0 20 0 420124583 28904845312 9817 33554432000 4194304 4196468 140736322846080 140081600519024 140083141601922 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13885] ppid=13867 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/13869/task/13885/stat : 13885 (java) R 13867 13867 12701 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 20 0 420124583 28904845312 9817 33554432000 4194304 4196468 140736322846080 140081599465968 140083141601922 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13886] ppid=13867 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/13869/task/13886/stat : 13886 (java) R 13867 13867 12701 0 -1 4202560 923 0 0 0 7 0 0 0 20 0 20 0 420124583 28904845312 9817 33554432000 4194304 4196468 140736322846080 140081598407312 140083120524176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13887] ppid=13867 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13887/stat : 13887 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124584 28904845312 9882 33554432000 4194304 4196468 140736322846080 140081597360608 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13888] ppid=13867 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/13869/task/13888/stat : 13888 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124584 28904845312 9882 33554432000 4194304 4196468 140736322846080 140081596308144 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 40720 KiB

[startup+0.309528 s]*
/proc/loadavg: 7.29 8.10 8.20 3/211 13888
/proc/meminfo: memFree=31245088/32770624 swapFree=66919440/67108860
[pid=13867] ppid=13864 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/13867/stat : 13867 (xcsp3-exec) S 13864 13867 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420124577 115843072 363 33554432000 4194304 5098028 140726982095568 140726982093672 139854884651644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140726982099829 140726982100073 140726982100073 140726982102986 0
/proc/13867/statm: 28282 363 304 221 0 87 0
[pid=13869] ppid=13867 vsize=28231644 memory=46364 CPUtime=0.52 cores=0-7
/proc/13869/stat : 13869 (java) S 13867 13867 12701 0 -1 1077944320 10987 0 0 0 48 4 0 0 20 0 20 0 420124578 28909203456 11591 33554432000 4194304 4196468 140736322846080 140736322828624 140083141590775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
/proc/13869/statm: 7057911 11591 3348 1 0 7019032 0
[pid=13869/tid=13870] ppid=13867 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/13869/task/13870/stat : 13870 (java) R 13867 13867 12701 0 -1 4202560 7726 0 0 0 26 3 0 0 20 0 20 0 420124578 28909203456 12103 33554432000 4194304 4196468 140736322846080 140083145827392 140083141612122 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13871] ppid=13867 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13871/stat : 13871 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124579 28909203456 12103 33554432000 4194304 4196468 140736322846080 140083111303696 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13872] ppid=13867 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13872/stat : 13872 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124579 28909203456 12103 33554432000 4194304 4196468 140736322846080 140082692033168 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13873] ppid=13867 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13873/stat : 13873 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28909203456 12103 33554432000 4194304 4196468 140736322846080 140082690980112 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13874] ppid=13867 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13874/stat : 13874 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124579 28909203456 12103 33554432000 4194304 4196468 140736322846080 140082689927568 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13875] ppid=13867 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13875/stat : 13875 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28909203456 12103 33554432000 4194304 4196468 140736322846080 140082688875536 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13876] ppid=13867 vsize=28231644 memory=140392615996079 CPUtime=0 cores=0-7
/proc/13869/task/13876/stat : 13876 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124579 28909203456 12103 33554432000 4194304 4196468 140736322846080 140082687822992 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13877] ppid=13867 vsize=28231644 memory=140392615998384 CPUtime=0 cores=0-7
/proc/13869/task/13877/stat : 13877 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28909203456 12103 33554432000 4194304 4196468 140736322846080 140082686769936 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13878] ppid=13867 vsize=28231644 memory=140392616000688 CPUtime=0 cores=0-7
/proc/13869/task/13878/stat : 13878 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28909203456 12103 33554432000 4194304 4196468 140736322846080 140082685717392 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13879] ppid=13867 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13879/stat : 13879 (java) S 13867 13867 12701 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420124580 28909203456 12103 33554432000 4194304 4196468 140736322846080 140081605781744 140083141601922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13880] ppid=13867 vsize=28231644 memory=280785232015248 CPUtime=0 cores=0-7
/proc/13869/task/13880/stat : 13880 (java) S 13867 13867 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420124581 28909203456 12103 33554432000 4194304 4196468 140736322846080 140081604727968 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13881] ppid=13867 vsize=28231644 memory=280785232012944 CPUtime=0 cores=0-7
/proc/13869/task/13881/stat : 13881 (java) S 13867 13867 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420124581 28909203456 12103 33554432000 4194304 4196468 140736322846080 140081603674864 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13882] ppid=13867 vsize=28231644 memory=280785232019856 CPUtime=0 cores=0-7
/proc/13869/task/13882/stat : 13882 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124583 28909203456 12103 33554432000 4194304 4196468 140736322846080 140081602623440 140083141609371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13883] ppid=13867 vsize=28231644 memory=280785231961136 CPUtime=0.01 cores=0-7
/proc/13869/task/13883/stat : 13883 (java) R 13867 13867 12701 0 -1 4202560 360 0 0 0 1 0 0 0 20 0 20 0 420124583 28909203456 12103 33554432000 4194304 4196468 140736322846080 140081601561952 140083134696492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13884] ppid=13867 vsize=28231644 memory=280785232033680 CPUtime=0.03 cores=0-7
/proc/13869/task/13884/stat : 13884 (java) R 13867 13867 12701 0 -1 4202560 147 0 0 0 3 0 0 0 20 0 20 0 420124583 28909203456 12103 33554432000 4194304 4196468 140736322846080 140081600519024 140083122262016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13885] ppid=13867 vsize=28231644 memory=280785232040592 CPUtime=0.03 cores=0-7
/proc/13869/task/13885/stat : 13885 (java) S 13867 13867 12701 0 -1 1077944384 262 0 0 0 3 0 0 0 20 0 20 0 420124583 28909203456 12103 33554432000 4194304 4196468 140736322846080 140081599465968 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13886] ppid=13867 vsize=28231644 memory=280785232038288 CPUtime=0.13 cores=0-7
/proc/13869/task/13886/stat : 13886 (java) S 13867 13867 12701 0 -1 1077944384 1184 0 0 0 13 0 0 0 20 0 20 0 420124583 28909203456 12103 33554432000 4194304 4196468 140736322846080 140081598413424 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13887] ppid=13867 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13887/stat : 13887 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124584 28909203456 12103 33554432000 4194304 4196468 140736322846080 140081597360608 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13888] ppid=13867 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/13869/task/13888/stat : 13888 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420124584 28909203456 12103 33554432000 4194304 4196468 140736322846080 140081596308144 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 47816 KiB

[startup+0.700886 s]
/proc/loadavg: 7.29 8.10 8.20 3/211 13888
/proc/meminfo: memFree=31229336/32770624 swapFree=66919440/67108860
[pid=13867] ppid=13864 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/13867/stat : 13867 (xcsp3-exec) S 13864 13867 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420124577 115843072 363 33554432000 4194304 5098028 140726982095568 140726982093672 139854884651644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140726982099829 140726982100073 140726982100073 140726982102986 0
/proc/13867/statm: 28282 363 304 221 0 87 0
[pid=13869] ppid=13867 vsize=28233768 memory=164948 CPUtime=1.75 cores=0-7
/proc/13869/stat : 13869 (java) S 13867 13867 12701 0 -1 1077944320 16034 0 0 0 168 7 0 0 20 0 20 0 420124578 28911378432 41237 33554432000 4194304 4196468 140736322846080 140736322828624 140083141590775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
/proc/13869/statm: 7058442 41237 3453 1 0 7019544 0
[pid=13869/tid=13870] ppid=13867 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/13869/task/13870/stat : 13870 (java) R 13867 13867 12701 0 -1 4202560 9380 0 0 0 62 5 0 0 20 0 20 0 420124578 28911378432 41237 33554432000 4194304 4196468 140736322846080 140083145828000 140082781605926 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13871] ppid=13867 vsize=28233768 memory=140392616207216 CPUtime=0 cores=0-7
/proc/13869/task/13871/stat : 13871 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124579 28911378432 41237 33554432000 4194304 4196468 140736322846080 140083111303696 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13872] ppid=13867 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13872/stat : 13872 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420124579 28911378432 41237 33554432000 4194304 4196468 140736322846080 140082692033168 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13873] ppid=13867 vsize=28233768 memory=1560 CPUtime=0 cores=0-7
/proc/13869/task/13873/stat : 13873 (java) S 13867 13867 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420124579 28911378432 41237 33554432000 4194304 4196468 140736322846080 140082690980112 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0

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

/proc/13869/task/13887/stat : 13887 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420124584 29526929408 256760 33554432000 4194304 4196468 140736322846080 140081597360608 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13888] ppid=13867 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13888/stat : 13888 (java) S 13867 13867 12701 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 420124584 29526929408 256760 33554432000 4194304 4196468 140736322846080 140081596308144 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
Current children cumulated CPU time: 30.84 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1028492 KiB

[startup+5.20112 s]
/proc/loadavg: 7.11 8.05 8.18 14/219 14096
/proc/meminfo: memFree=30263640/32770624 swapFree=66919440/67108860
[pid=13867] ppid=13864 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/13867/stat : 13867 (xcsp3-exec) S 13864 13867 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420124577 115843072 363 33554432000 4194304 5098028 140726982095568 140726982093672 139854884651644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140726982099829 140726982100073 140726982100073 140726982102986 0
/proc/13867/statm: 28282 363 304 221 0 87 0
[pid=13869] ppid=13867 vsize=28834892 memory=1027148 CPUtime=33.91 cores=0-7
/proc/13869/stat : 13869 (java) S 13867 13867 12701 0 -1 1077944320 90837 0 0 0 3223 168 0 0 20 0 28 0 420124578 29526929408 256787 33554432000 4194304 4196468 140736322846080 140736322828624 140083141590775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
/proc/13869/statm: 7208723 256787 3542 1 0 7169825 0
[pid=13869/tid=13870] ppid=13867 vsize=28834892 memory=7372786582024121444 CPUtime=1.04 cores=0-7
/proc/13869/task/13870/stat : 13870 (java) S 13867 13867 12701 0 -1 1077944384 9890 0 0 0 97 7 0 0 20 0 28 0 420124578 29526929408 256787 33554432000 4194304 4196468 140736322846080 140083145831552 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13871] ppid=13867 vsize=28834892 memory=-8340568006416425581 CPUtime=0.64 cores=0-7
/proc/13869/task/13871/stat : 13871 (java) S 13867 13867 12701 0 -1 1077944384 2732 0 0 0 48 16 0 0 20 0 28 0 420124579 29526929408 256787 33554432000 4194304 4196468 140736322846080 140083111303696 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13872] ppid=13867 vsize=28834892 memory=0 CPUtime=0.61 cores=0-7
/proc/13869/task/13872/stat : 13872 (java) S 13867 13867 12701 0 -1 1077944384 2473 0 0 0 46 15 0 0 20 0 28 0 420124579 29526929408 256787 33554432000 4194304 4196468 140736322846080 140082692033168 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13873] ppid=13867 vsize=28834892 memory=280785232146000 CPUtime=0.64 cores=0-7
/proc/13869/task/13873/stat : 13873 (java) S 13867 13867 12701 0 -1 1077944384 2898 0 0 0 48 16 0 0 20 0 28 0 420124579 29526929408 256787 33554432000 4194304 4196468 140736322846080 140082690980112 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13874] ppid=13867 vsize=28834892 memory=0 CPUtime=0.61 cores=0-7
/proc/13869/task/13874/stat : 13874 (java) S 13867 13867 12701 0 -1 1077944384 2793 0 0 0 46 15 0 0 20 0 28 0 420124579 29526929408 256787 33554432000 4194304 4196468 140736322846080 140082689927568 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13875] ppid=13867 vsize=28834892 memory=140393890972751 CPUtime=0.63 cores=0-7
/proc/13869/task/13875/stat : 13875 (java) S 13867 13867 12701 0 -1 1077944384 2584 0 0 0 47 16 0 0 20 0 28 0 420124579 29526929408 256787 33554432000 4194304 4196468 140736322846080 140082688875536 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13876] ppid=13867 vsize=28834892 memory=140393890973191 CPUtime=0.64 cores=0-7
/proc/13869/task/13876/stat : 13876 (java) S 13867 13867 12701 0 -1 1077944384 2482 0 0 0 49 15 0 0 20 0 28 0 420124579 29526929408 256787 33554432000 4194304 4196468 140736322846080 140082687822992 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13877] ppid=13867 vsize=28834892 memory=140393890973646 CPUtime=0.65 cores=0-7
/proc/13869/task/13877/stat : 13877 (java) S 13867 13867 12701 0 -1 1077944384 2623 0 0 0 49 16 0 0 20 0 28 0 420124579 29526929408 256787 33554432000 4194304 4196468 140736322846080 140082686769936 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13878] ppid=13867 vsize=28834892 memory=1452 CPUtime=0.62 cores=0-7
/proc/13869/task/13878/stat : 13878 (java) S 13867 13867 12701 0 -1 1077944384 2409 0 0 0 47 15 0 0 20 0 28 0 420124579 29526929408 256787 33554432000 4194304 4196468 140736322846080 140082685717392 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13879] ppid=13867 vsize=28834892 memory=900112 CPUtime=0.02 cores=0-7
/proc/13869/task/13879/stat : 13879 (java) S 13867 13867 12701 0 -1 1077944384 1162 0 0 0 2 0 0 0 20 0 28 0 420124580 29526929408 256787 33554432000 4194304 4196468 140736322846080 140081605781744 140083141601922 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13880] ppid=13867 vsize=28834892 memory=280785232207480 CPUtime=0 cores=0-7
/proc/13869/task/13880/stat : 13880 (java) S 13867 13867 12701 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 420124581 29526929408 256787 33554432000 4194304 4196468 140736322846080 140081604728032 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13881] ppid=13867 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13881/stat : 13881 (java) S 13867 13867 12701 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 420124581 29526929408 256787 33554432000 4194304 4196468 140736322846080 140081603674880 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13882] ppid=13867 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13882/stat : 13882 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420124583 29526929408 256787 33554432000 4194304 4196468 140736322846080 140081602623440 140083141609371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13883] ppid=13867 vsize=28834892 memory=0 CPUtime=3.09 cores=0-7
/proc/13869/task/13883/stat : 13883 (java) S 13867 13867 12701 0 -1 1077944384 11952 0 0 0 304 5 0 0 20 0 28 0 420124583 29526929408 256787 33554432000 4194304 4196468 140736322846080 140081601571568 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13884] ppid=13867 vsize=28834892 memory=0 CPUtime=2.9 cores=0-7
/proc/13869/task/13884/stat : 13884 (java) R 13867 13867 12701 0 -1 4202560 13090 0 0 0 287 3 0 0 20 0 28 0 420124583 29526929408 256787 33554432000 4194304 4196468 140736322846080 140081600510976 140083126750860 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13885] ppid=13867 vsize=28834892 memory=0 CPUtime=3.17 cores=0-7
/proc/13869/task/13885/stat : 13885 (java) R 13867 13867 12701 0 -1 4202560 12320 0 0 0 313 4 0 0 20 0 28 0 420124583 29526929408 256787 33554432000 4194304 4196468 140736322846080 140081599454808 140083122335234 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13886] ppid=13867 vsize=28834892 memory=0 CPUtime=1.19 cores=0-7
/proc/13869/task/13886/stat : 13886 (java) R 13867 13867 12701 0 -1 1077944384 8906 0 0 0 116 3 0 0 20 0 28 0 420124583 29526929408 256787 33554432000 4194304 4196468 140736322846080 140081598411216 140083141600981 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13887] ppid=13867 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13887/stat : 13887 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420124584 29526929408 256787 33554432000 4194304 4196468 140736322846080 140081597360608 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13888] ppid=13867 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13888/stat : 13888 (java) S 13867 13867 12701 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 420124584 29526929408 256787 33554432000 4194304 4196468 140736322846080 140081596308144 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
Current children cumulated CPU time: 33.91 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1028600 KiB

[startup+5.60106 s]
/proc/loadavg: 7.11 8.05 8.18 14/219 14096
/proc/meminfo: memFree=30263640/32770624 swapFree=66919440/67108860
[pid=13867] ppid=13864 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/13867/stat : 13867 (xcsp3-exec) S 13864 13867 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420124577 115843072 363 33554432000 4194304 5098028 140726982095568 140726982093672 139854884651644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140726982099829 140726982100073 140726982100073 140726982102986 0
/proc/13867/statm: 28282 363 304 221 0 87 0
[pid=13869] ppid=13867 vsize=28834892 memory=1027196 CPUtime=37.04 cores=0-7
/proc/13869/stat : 13869 (java) S 13867 13867 12701 0 -1 1077944320 91448 0 0 0 3536 168 0 0 20 0 28 0 420124578 29526929408 256799 33554432000 4194304 4196468 140736322846080 140736322828624 140083141590775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
/proc/13869/statm: 7208723 256799 3542 1 0 7169825 0
[pid=13869/tid=13870] ppid=13867 vsize=28834892 memory=639 CPUtime=1.04 cores=0-7
/proc/13869/task/13870/stat : 13870 (java) S 13867 13867 12701 0 -1 1077944384 9989 0 0 0 97 7 0 0 20 0 28 0 420124578 29526929408 256799 33554432000 4194304 4196468 140736322846080 140083145831552 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13871] ppid=13867 vsize=28834892 memory=0 CPUtime=0.64 cores=0-7
/proc/13869/task/13871/stat : 13871 (java) S 13867 13867 12701 0 -1 1077944384 2732 0 0 0 48 16 0 0 20 0 28 0 420124579 29526929408 256799 33554432000 4194304 4196468 140736322846080 140083111303696 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13872] ppid=13867 vsize=28834892 memory=15811 CPUtime=0.61 cores=0-7
/proc/13869/task/13872/stat : 13872 (java) S 13867 13867 12701 0 -1 1077944384 2473 0 0 0 46 15 0 0 20 0 28 0 420124579 29526929408 256799 33554432000 4194304 4196468 140736322846080 140082692033168 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13873] ppid=13867 vsize=28834892 memory=1361 CPUtime=0.64 cores=0-7
/proc/13869/task/13873/stat : 13873 (java) S 13867 13867 12701 0 -1 1077944384 2898 0 0 0 48 16 0 0 20 0 28 0 420124579 29526929408 256799 33554432000 4194304 4196468 140736322846080 140082690980112 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13874] ppid=13867 vsize=28834892 memory=11 CPUtime=0.61 cores=0-7
/proc/13869/task/13874/stat : 13874 (java) S 13867 13867 12701 0 -1 1077944384 2793 0 0 0 46 15 0 0 20 0 28 0 420124579 29526929408 256799 33554432000 4194304 4196468 140736322846080 140082689927568 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13875] ppid=13867 vsize=28834892 memory=152 CPUtime=0.63 cores=0-7
/proc/13869/task/13875/stat : 13875 (java) S 13867 13867 12701 0 -1 1077944384 2584 0 0 0 47 16 0 0 20 0 28 0 420124579 29526929408 256799 33554432000 4194304 4196468 140736322846080 140082688875536 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13876] ppid=13867 vsize=28834892 memory=313 CPUtime=0.64 cores=0-7
/proc/13869/task/13876/stat : 13876 (java) S 13867 13867 12701 0 -1 1077944384 2482 0 0 0 49 15 0 0 20 0 28 0 420124579 29526929408 256799 33554432000 4194304 4196468 140736322846080 140082687822992 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13877] ppid=13867 vsize=28834892 memory=2068 CPUtime=0.65 cores=0-7
/proc/13869/task/13877/stat : 13877 (java) S 13867 13867 12701 0 -1 1077944384 2623 0 0 0 49 16 0 0 20 0 28 0 420124579 29526929408 256799 33554432000 4194304 4196468 140736322846080 140082686769936 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13878] ppid=13867 vsize=28834892 memory=1027160 CPUtime=0.62 cores=0-7
/proc/13869/task/13878/stat : 13878 (java) S 13867 13867 12701 0 -1 1077944384 2409 0 0 0 47 15 0 0 20 0 28 0 420124579 29526929408 256799 33554432000 4194304 4196468 140736322846080 140082685717392 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13879] ppid=13867 vsize=28834892 memory=1452 CPUtime=0.02 cores=0-7
/proc/13869/task/13879/stat : 13879 (java) S 13867 13867 12701 0 -1 1077944384 1162 0 0 0 2 0 0 0 20 0 28 0 420124580 29526929408 256799 33554432000 4194304 4196468 140736322846080 140081605781744 140083141601922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13880] ppid=13867 vsize=28834892 memory=901104 CPUtime=0 cores=0-7
/proc/13869/task/13880/stat : 13880 (java) S 13867 13867 12701 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 420124581 29526929408 256799 33554432000 4194304 4196468 140736322846080 140081604728032 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13881] ppid=13867 vsize=28834892 memory=7955729032550378072 CPUtime=0 cores=0-7
/proc/13869/task/13881/stat : 13881 (java) S 13867 13867 12701 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 420124581 29526929408 256799 33554432000 4194304 4196468 140736322846080 140081603674880 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13882] ppid=13867 vsize=28834892 memory=7810769411038275928 CPUtime=0 cores=0-7
/proc/13869/task/13882/stat : 13882 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420124583 29526929408 256799 33554432000 4194304 4196468 140736322846080 140081602623440 140083141609371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13883] ppid=13867 vsize=28834892 memory=7524232269824551000 CPUtime=3.37 cores=0-7
/proc/13869/task/13883/stat : 13883 (java) R 13867 13867 12701 0 -1 4202560 12066 0 0 0 332 5 0 0 20 0 28 0 420124583 29526929408 256799 33554432000 4194304 4196468 140736322846080 140081601561168 140083123111991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13884] ppid=13867 vsize=28834892 memory=7810773826247812952 CPUtime=3.28 cores=0-7
/proc/13869/task/13884/stat : 13884 (java) R 13867 13867 12701 0 -1 4202560 13203 0 0 0 325 3 0 0 20 0 28 0 420124583 29526929408 256799 33554432000 4194304 4196468 140736322846080 140081600506144 140083122312768 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13885] ppid=13867 vsize=28834892 memory=0 CPUtime=3.51 cores=0-7
/proc/13869/task/13885/stat : 13885 (java) R 13867 13867 12701 0 -1 4202560 12320 0 0 0 347 4 0 0 20 0 28 0 420124583 29526929408 256799 33554432000 4194304 4196468 140736322846080 140081599447248 140083122312717 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13886] ppid=13867 vsize=28834892 memory=-6804530867367538332 CPUtime=1.24 cores=0-7
/proc/13869/task/13886/stat : 13886 (java) S 13867 13867 12701 0 -1 1077944384 9037 0 0 0 121 3 0 0 20 0 28 0 420124583 29526929408 256799 33554432000 4194304 4196468 140736322846080 140081598413424 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13887] ppid=13867 vsize=28834892 memory=6958453264360695866 CPUtime=0 cores=0-7
/proc/13869/task/13887/stat : 13887 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420124584 29526929408 256799 33554432000 4194304 4196468 140736322846080 140081597360608 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13888] ppid=13867 vsize=28834892 memory=8401352418782109792 CPUtime=0 cores=0-7
/proc/13869/task/13888/stat : 13888 (java) S 13867 13867 12701 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 28 0 420124584 29526929408 256799 33554432000 4194304 4196468 140736322846080 140081596308144 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
Current children cumulated CPU time: 37.04 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1028648 KiB

[startup+5.70105 s]
/proc/loadavg: 7.11 8.05 8.18 14/219 14096
/proc/meminfo: memFree=30263640/32770624 swapFree=66919440/67108860
[pid=13867] ppid=13864 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/13867/stat : 13867 (xcsp3-exec) S 13864 13867 12701 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420124577 115843072 363 33554432000 4194304 5098028 140726982095568 140726982093672 139854884651644 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27635712 140726982099829 140726982100073 140726982100073 140726982102986 0
/proc/13867/statm: 28282 363 304 221 0 87 0
[pid=13869] ppid=13867 vsize=28834892 memory=1027532 CPUtime=37.81 cores=0-7
/proc/13869/stat : 13869 (java) S 13867 13867 12701 0 -1 1077944320 91664 0 0 0 3613 168 0 0 20 0 28 0 420124578 29526929408 256866 33554432000 4194304 4196468 140736322846080 140736322828624 140083141590775 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
/proc/13869/statm: 7208723 256866 3542 1 0 7169825 0
[pid=13869/tid=13870] ppid=13867 vsize=28834892 memory=553 CPUtime=1.05 cores=0-7
/proc/13869/task/13870/stat : 13870 (java) S 13867 13867 12701 0 -1 1077944384 9999 0 0 0 98 7 0 0 20 0 27 0 420124578 29526929408 256866 33554432000 4194304 4196468 140736322846080 140083145831552 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13871] ppid=13867 vsize=28834892 memory=0 CPUtime=0.64 cores=0-7
/proc/13869/task/13871/stat : 13871 (java) S 13867 13867 12701 0 -1 1077944384 2732 0 0 0 48 16 0 0 20 0 27 0 420124579 29526929408 256866 33554432000 4194304 4196468 140736322846080 140083111303696 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13872] ppid=13867 vsize=28834892 memory=0 CPUtime=0.61 cores=0-7
/proc/13869/task/13872/stat : 13872 (java) S 13867 13867 12701 0 -1 1077944384 2473 0 0 0 46 15 0 0 20 0 27 0 420124579 29526929408 256866 33554432000 4194304 4196468 140736322846080 140082692033168 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13873] ppid=13867 vsize=28834892 memory=1027196 CPUtime=0.64 cores=0-7
/proc/13869/task/13873/stat : 13873 (java) S 13867 13867 12701 0 -1 1077944384 2898 0 0 0 48 16 0 0 20 0 27 0 420124579 29526929408 256866 33554432000 4194304 4196468 140736322846080 140082690980112 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13874] ppid=13867 vsize=28834892 memory=869980 CPUtime=0.61 cores=0-7
/proc/13869/task/13874/stat : 13874 (java) S 13867 13867 12701 0 -1 1077944384 2793 0 0 0 46 15 0 0 20 0 27 0 420124579 29526929408 256866 33554432000 4194304 4196468 140736322846080 140082689927568 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13875] ppid=13867 vsize=28834892 memory=2884 CPUtime=0.63 cores=0-7
/proc/13869/task/13875/stat : 13875 (java) S 13867 13867 12701 0 -1 1077944384 2584 0 0 0 47 16 0 0 20 0 27 0 420124579 29526929408 256866 33554432000 4194304 4196468 140736322846080 140082688875536 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13876] ppid=13867 vsize=28834892 memory=103 CPUtime=0.64 cores=0-7
/proc/13869/task/13876/stat : 13876 (java) S 13867 13867 12701 0 -1 1077944384 2482 0 0 0 49 15 0 0 20 0 27 0 420124579 29526929408 256866 33554432000 4194304 4196468 140736322846080 140082687822992 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13877] ppid=13867 vsize=28834892 memory=63 CPUtime=0.65 cores=0-7
/proc/13869/task/13877/stat : 13877 (java) S 13867 13867 12701 0 -1 1077944384 2623 0 0 0 49 16 0 0 20 0 27 0 420124579 29526929408 256866 33554432000 4194304 4196468 140736322846080 140082686769936 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13878] ppid=13867 vsize=28834892 memory=61 CPUtime=0.62 cores=0-7
/proc/13869/task/13878/stat : 13878 (java) S 13867 13867 12701 0 -1 1077944384 2409 0 0 0 47 15 0 0 20 0 27 0 420124579 29526929408 256866 33554432000 4194304 4196468 140736322846080 140082685717392 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13879] ppid=13867 vsize=28834892 memory=140392616202209 CPUtime=0.02 cores=0-7
/proc/13869/task/13879/stat : 13879 (java) S 13867 13867 12701 0 -1 1077944384 1203 0 0 0 2 0 0 0 20 0 27 0 420124580 29526929408 256866 33554432000 4194304 4196468 140736322846080 140081605781744 140083141601922 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13880] ppid=13867 vsize=28834892 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/13869/task/13880/stat : 13880 (java) S 13867 13867 12701 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 27 0 420124581 29526929408 256866 33554432000 4194304 4196468 140736322846080 140081604728032 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13881] ppid=13867 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13881/stat : 13881 (java) S 13867 13867 12701 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 27 0 420124581 29526929408 256866 33554432000 4194304 4196468 140736322846080 140081603674880 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13882] ppid=13867 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13882/stat : 13882 (java) S 13867 13867 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 420124583 29526929408 256866 33554432000 4194304 4196468 140736322846080 140081602623440 140083141609371 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13883] ppid=13867 vsize=28834892 memory=297237773746962458 CPUtime=3.48 cores=0-7
/proc/13869/task/13883/stat : 13883 (java) R 13867 13867 12701 0 -1 4202560 12120 0 0 0 342 6 0 0 20 0 27 0 420124583 29526929408 256866 33554432000 4194304 4196468 140736322846080 140081601561056 140083120852748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13884] ppid=13867 vsize=28834892 memory=290763857956438330 CPUtime=3.33 cores=0-7
/proc/13869/task/13884/stat : 13884 (java) R 13867 13867 12701 0 -1 4202560 13203 0 0 0 330 3 0 0 20 0 27 0 420124583 29526929408 256866 33554432000 4194304 4196468 140736322846080 140081600506144 140083122335234 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13885] ppid=13867 vsize=28834892 memory=14126732391221673 CPUtime=3.61 cores=0-7
/proc/13869/task/13885/stat : 13885 (java) R 13867 13867 12701 0 -1 4202560 12320 0 0 0 357 4 0 0 20 0 27 0 420124583 29526929408 256866 33554432000 4194304 4196468 140736322846080 140081599447248 140083122312717 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13886] ppid=13867 vsize=28834892 memory=6877182233070582134 CPUtime=1.24 cores=0-7
/proc/13869/task/13886/stat : 13886 (java) S 13867 13867 12701 0 -1 1077944384 9060 0 0 0 121 3 0 0 20 0 27 0 420124583 29526929408 256866 33554432000 4194304 4196468 140736322846080 140081598413424 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13887] ppid=13867 vsize=28834892 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/13869/task/13887/stat : 13887 (java) S 13867 13867 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 420124584 29526929408 256866 33554432000 4194304 4196468 140736322846080 140081597360608 140083141600981 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
[pid=13869/tid=13888] ppid=13867 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/13869/task/13888/stat : 13888 (java) S 13867 13867 12701 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 27 0 420124584 29526929408 256866 33554432000 4194304 4196468 140736322846080 140081596308144 140083141601922 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11857920 140736322851818 140736322851990 140736322851990 140736322854863 0
Current children cumulated CPU time: 37.81 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 1028984 KiB

Child status: 0
Real time (s): 5.74361
CPU time (s): 37.8795
CPU user time (s): 36.1687
CPU system time (s): 1.71086
CPU usage (%): 659.507
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 1028984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.1687
system time used= 1.71086
maximum resident set size= 1028212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 92396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7794
involuntary context switches= 973


# summary of solver processes directly reported to runsolver:
#   pid: 13867
#   total CPU time (s): 37.8795
#   total CPU user time (s): 36.1687
#   total CPU system time (s): 1.71086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.053631 second user time and 0.11688 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 08:17:05
IDJOB=4393792
IDBENCH=138308
IDSOLVER=2841
FILE ID=node141/4393792-1568441867
RUNJOBID= node141-1568439039-12728
PBS_JOBID= 21702329
Free space on /tmp= 58540 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff50.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-4393792-1568441867/watcher-4393792-1568441867 -o /tmp/evaluation-result-4393792-1568441867/solver-4393792-1568441867 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568439039-12728 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1243979112 HOME/instance-4393792-1568441867.xml

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

MD5SUM BENCH= f7819cc540e1493da1332403e09ec21d
RANDOM SEED=1243979112

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31280056 kB
MemAvailable:   31840904 kB
Buffers:          185808 kB
Cached:           662980 kB
SwapCached:        80180 kB
Active:           448288 kB
Inactive:         483204 kB
Active(anon):       8512 kB
Inactive(anon):   106280 kB
Active(file):     439776 kB
Inactive(file):   376924 kB
Unevictable:      109316 kB
Mlocked:          109316 kB
SwapTotal:      67108860 kB
SwapFree:       66919440 kB
Dirty:             26144 kB
Writeback:             0 kB
AnonPages:        112160 kB
Mapped:            36556 kB
Shmem:             23468 kB
Slab:             149396 kB
SReclaimable:     119964 kB
SUnreclaim:        29432 kB
KernelStack:        3328 kB
PageTables:         5160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58516 MiB
End job on node141 at 2019-09-14 08:17:11