Trace number 4394392

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 parallelOPT624 41.4621 6.44242

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.9411
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-4394392-1568441873.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394392-1568441873.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
4.05/1.14	c solve instance...
9.06/1.88	o 10022 
9.65/1.92	o 2308 
9.65/1.97	o 2166 
10.32/2.05	o 2068 
10.32/2.06	o 2052 
10.32/2.07	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (62/71)
10.32/2.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
10.32/2.07		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
10.32/2.07		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
10.32/2.07		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
10.32/2.07		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
10.32/2.07	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (62/71)
10.32/2.07		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
10.32/2.07		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
10.32/2.07		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
10.32/2.07		at org.chocosolver.solver.Solver.repair(Solver.java:443)
10.32/2.07		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
10.32/2.07		at org.chocosolver.solver.Solver.solve(Solver.java:262)
10.32/2.07		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
10.32/2.07		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
10.32/2.07		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
10.32/2.07		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
10.32/2.07		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
10.32/2.07		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
10.32/2.07		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
10.32/2.07		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
10.32/2.07		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
10.32/2.07		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
10.32/2.07	o 2034 
10.32/2.09	o 1938 
10.97/2.10	o 1868 
10.97/2.11	o 1852 
10.97/2.13	o 1837 
10.97/2.19	o 1821 
11.59/2.26	o 1664 
11.59/2.27	o 1080 
14.53/2.68	o 1066 
14.53/2.69	o 1056 
15.33/2.72	o 1012 
16.05/2.81	o 1002 
16.05/2.84	o 1000 
16.05/2.87	o 998 
16.67/2.90	o 960 
16.67/2.98	o 953 
16.67/2.99	o 929 
16.67/3.00	o 919 
18.16/3.11	o 911 
18.16/3.18	o 859 
18.16/3.19	o 849 
19.60/3.37	o 844 
24.16/3.90	o 841 
25.74/4.15	o 802 
25.74/4.20	o 792 
26.37/4.24	o 782 
27.05/4.39	o 778 
27.80/4.49	o 768 
28.47/4.51	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (574/591)
28.47/4.52		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.47/4.52		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.47/4.52		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.47/4.52		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.47/4.52		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.47/4.52	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (574/591)
28.47/4.52		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
28.47/4.52		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
28.47/4.52		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
28.47/4.52		at org.chocosolver.solver.Solver.repair(Solver.java:443)
28.47/4.52		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
28.47/4.52		at org.chocosolver.solver.Solver.solve(Solver.java:262)
28.47/4.52		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
28.47/4.52		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
28.47/4.52		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.47/4.52		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
28.47/4.52		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
28.47/4.52		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
28.47/4.52		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.47/4.52		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.47/4.52		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.47/4.52		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.47/4.52	o 766 
28.47/4.54	java.util.concurrent.ExecutionException: java.lang.NullPointerException
28.47/4.54		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.47/4.54		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.47/4.54		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.47/4.54		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.47/4.54		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.47/4.54	Caused by: java.lang.NullPointerException
28.47/4.54		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.47/4.54		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.47/4.54		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.47/4.54		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.47/4.54		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.47/4.54		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
28.47/4.54		... 4 more
28.47/4.54	Caused by: java.lang.NullPointerException
28.47/4.54		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.47/4.54		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.47/4.54		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.47/4.54		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.47/4.54		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.47/4.54		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
28.47/4.54		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
28.47/4.54		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
28.47/4.54		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
28.47/4.54		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
28.47/4.54		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
28.47/4.54		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
28.47/4.54		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
28.47/4.54		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
28.47/4.54		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.47/4.54		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.47/4.54		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.47/4.54		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.47/4.54	Caused by: java.lang.NullPointerException
28.47/4.54		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
28.47/4.54		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
28.47/4.54		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
28.47/4.54		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
28.47/4.54		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
28.47/4.54		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
28.47/4.54		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
28.47/4.54		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
28.47/4.54		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
28.47/4.54		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
28.47/4.54		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.47/4.54		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.47/4.54		at org.chocosolver.solver.Solver.extend(Solver.java:421)
28.47/4.54		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
28.47/4.54		at org.chocosolver.solver.Solver.solve(Solver.java:262)
28.47/4.54		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
28.47/4.54		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
28.47/4.54		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.47/4.54		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
28.47/4.54		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
28.47/4.54		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
28.47/4.54		... 4 more
28.47/4.54	o 702 
28.47/4.56	java.util.concurrent.ExecutionException: java.lang.NullPointerException
28.47/4.56		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
28.47/4.56		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
28.47/4.56		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
28.47/4.56		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
28.47/4.56		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
28.47/4.56	Caused by: java.lang.NullPointerException
28.47/4.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.47/4.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.47/4.56		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.47/4.56		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.47/4.56		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.47/4.56		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
28.47/4.56		... 4 more
28.47/4.56	Caused by: java.lang.NullPointerException
28.47/4.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
28.47/4.56		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
28.47/4.56		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
28.47/4.56		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
28.47/4.56		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
28.47/4.56		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
28.47/4.56		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
28.47/4.56		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
28.47/4.56		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
28.47/4.56		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
28.47/4.56		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
28.47/4.56		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
28.47/4.56		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
28.47/4.56		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
28.47/4.56		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
28.47/4.56		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
28.47/4.56		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
28.47/4.56		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
28.47/4.56	Caused by: java.lang.NullPointerException
28.47/4.56		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
28.47/4.56		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
28.47/4.56		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
28.47/4.56		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
28.47/4.56		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
28.47/4.56		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
28.47/4.56		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
28.47/4.56		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:38)
28.47/4.56		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:114)
28.47/4.56		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
28.47/4.56		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.47/4.56		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
28.47/4.56		at org.chocosolver.solver.Solver.extend(Solver.java:421)
28.47/4.56		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
28.47/4.56		at org.chocosolver.solver.Solver.solve(Solver.java:262)
28.47/4.56		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
28.47/4.56		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
28.47/4.56		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
28.47/4.56		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
28.47/4.56		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
28.47/4.56		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
28.47/4.56		... 4 more
28.47/4.56	o 692 
29.08/4.69	java.util.concurrent.ExecutionException: java.lang.NullPointerException
29.08/4.69		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.08/4.69		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
29.08/4.69		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
29.08/4.69		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
29.08/4.69		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
29.08/4.69	Caused by: java.lang.NullPointerException
29.08/4.69		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.08/4.69		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.08/4.69		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.08/4.69		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.08/4.69		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.08/4.69		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
29.08/4.69		... 4 more
29.08/4.70	Caused by: java.lang.NullPointerException
29.08/4.70		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.08/4.70		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.08/4.70		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.08/4.70		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.08/4.70		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.08/4.70		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
29.08/4.70		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
29.08/4.70		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
29.08/4.70		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
29.08/4.70		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
29.08/4.70		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
29.08/4.70		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
29.08/4.70		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
29.08/4.70		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
29.08/4.70		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.08/4.70		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.08/4.70		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.08/4.70		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.08/4.70	Caused by: java.lang.NullPointerException
29.08/4.70		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
29.08/4.70		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
29.08/4.70		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
29.08/4.70		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
29.08/4.70		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
29.08/4.70		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
29.08/4.70		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
29.08/4.70		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
29.08/4.70		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
29.08/4.70		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
29.08/4.70		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
29.08/4.70		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
29.08/4.70		at org.chocosolver.solver.Solver.extend(Solver.java:421)
29.08/4.70		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
29.08/4.70		at org.chocosolver.solver.Solver.solve(Solver.java:262)
29.08/4.70		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
29.08/4.70		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
29.08/4.70		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
29.08/4.70		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
29.08/4.70		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
29.08/4.70		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
29.08/4.70		... 4 more
29.08/4.70	o 684 
34.44/5.38	java.util.concurrent.ExecutionException: java.lang.NullPointerException
34.44/5.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
34.44/5.38		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
34.44/5.38		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
34.44/5.38		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
34.44/5.38		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
34.44/5.38	Caused by: java.lang.NullPointerException
34.44/5.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
34.44/5.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
34.44/5.38		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
34.44/5.38		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
34.44/5.38		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
34.44/5.38		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
34.44/5.38		... 4 more
34.44/5.38	Caused by: java.lang.NullPointerException
34.44/5.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
34.44/5.38		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
34.44/5.38		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
34.44/5.38		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
34.44/5.38		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
34.44/5.38		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
34.44/5.38		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
34.44/5.38		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
34.44/5.38		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
34.44/5.39		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
34.44/5.39		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
34.44/5.39		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
34.44/5.39		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
34.44/5.39		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
34.44/5.39		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
34.44/5.39		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
34.44/5.39		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
34.44/5.39		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
34.44/5.39	Caused by: java.lang.NullPointerException
34.44/5.39	o 648 
34.44/5.39	java.util.concurrent.ExecutionException: java.lang.NullPointerException
34.44/5.39		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
34.44/5.39		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
34.44/5.39		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
34.44/5.39		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
34.44/5.39		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
34.44/5.39	Caused by: java.lang.NullPointerException
34.44/5.39		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
34.44/5.39		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
34.44/5.39		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
34.44/5.39		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
34.44/5.39		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
34.44/5.39		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
34.44/5.39		... 4 more
34.44/5.39	Caused by: java.lang.NullPointerException
34.44/5.39		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
34.44/5.39		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
34.44/5.39		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
34.44/5.39		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
34.44/5.39		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
34.44/5.39		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
34.44/5.39		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
34.44/5.39		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
34.44/5.39		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
34.44/5.39		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
34.44/5.39		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
34.44/5.39		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
34.44/5.39		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
34.44/5.39		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
34.44/5.39		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
34.44/5.39		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
34.44/5.39		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
34.44/5.39		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
34.44/5.39	Caused by: java.lang.NullPointerException
34.44/5.39	o 638 
35.11/5.44	java.util.concurrent.ExecutionException: java.lang.NullPointerException
35.11/5.44		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
35.11/5.44		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
35.11/5.44		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
35.11/5.44		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
35.11/5.44		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
35.11/5.44	Caused by: java.lang.NullPointerException
35.11/5.44		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
35.11/5.44		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
35.11/5.44		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
35.11/5.44		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
35.11/5.44		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
35.11/5.44		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
35.11/5.44		... 4 more
35.11/5.44	Caused by: java.lang.NullPointerException
35.11/5.44		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
35.11/5.44		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
35.11/5.44		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
35.11/5.44		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
35.11/5.44		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
35.11/5.44		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
35.11/5.44		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
35.11/5.44		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
35.11/5.44		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
35.11/5.44		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
35.11/5.44		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
35.11/5.44		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
35.11/5.44		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
35.11/5.44		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
35.11/5.44		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
35.11/5.44		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
35.11/5.44		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
35.11/5.44		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
35.11/5.44	Caused by: java.lang.NullPointerException
35.11/5.44		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
35.11/5.44		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
35.11/5.44		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
35.11/5.44		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
35.11/5.44		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
35.11/5.44		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
35.11/5.44		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
35.11/5.44		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
35.11/5.44		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
35.11/5.44		at org.chocosolver.solver.Solver.extend(Solver.java:421)
35.11/5.44		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
35.11/5.44		at org.chocosolver.solver.Solver.solve(Solver.java:262)
35.11/5.44		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
35.11/5.44		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
35.11/5.44		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
35.11/5.44		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
35.11/5.44		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
35.11/5.44		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
35.11/5.44		... 4 more
35.11/5.45	o 630 
37.74/5.80	java.util.concurrent.ExecutionException: java.lang.NullPointerException
37.74/5.80		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
37.74/5.80		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
37.74/5.80		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
37.74/5.80		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
37.74/5.80		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
37.74/5.80	Caused by: java.lang.NullPointerException
37.74/5.80		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
37.74/5.80		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
37.74/5.80		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
37.74/5.80		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
37.74/5.80		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
37.74/5.80		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
37.74/5.80		... 4 more
37.74/5.80	Caused by: java.lang.NullPointerException
37.74/5.80		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
37.74/5.80		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
37.74/5.80		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
37.74/5.80		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
37.74/5.80		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
37.74/5.80		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
37.74/5.80		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
37.74/5.80		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
37.74/5.80		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
37.74/5.80		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
37.74/5.80		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
37.74/5.80		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
37.74/5.80		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
37.74/5.80		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
37.74/5.80		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
37.74/5.80		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
37.74/5.80		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
37.74/5.80		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
37.74/5.80	Caused by: java.lang.NullPointerException
37.74/5.80	o 626 
39.17/6.07	java.util.concurrent.ExecutionException: java.lang.NullPointerException
39.17/6.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
39.17/6.07		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
39.17/6.07		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
39.17/6.07		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
39.17/6.07		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
39.17/6.07	Caused by: java.lang.NullPointerException
39.17/6.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
39.17/6.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
39.17/6.07		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
39.17/6.07		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
39.17/6.07		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
39.17/6.07		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
39.17/6.07		... 4 more
39.17/6.07	Caused by: java.lang.NullPointerException
39.17/6.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
39.17/6.07		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
39.17/6.07		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
39.17/6.07		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
39.17/6.07		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
39.17/6.07		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
39.17/6.07		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
39.17/6.07		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
39.17/6.07		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
39.17/6.07		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
39.17/6.07		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
39.17/6.07		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
39.17/6.07		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
39.17/6.07		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
39.17/6.07		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
39.17/6.07		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
39.17/6.07		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
39.17/6.07		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
39.17/6.07	Caused by: java.lang.NullPointerException
39.17/6.07	o 624 
41.39/6.41	java.util.concurrent.ExecutionException: java.lang.NullPointerException
41.39/6.41		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
41.39/6.41		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
41.39/6.41		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
41.39/6.41		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
41.39/6.41		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
41.39/6.41	Caused by: java.lang.NullPointerException
41.39/6.41		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
41.39/6.41		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
41.39/6.41		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
41.39/6.41		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
41.39/6.41		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
41.39/6.41		... 4 more
41.39/6.41	Caused by: java.lang.NullPointerException
41.39/6.41		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
41.39/6.41		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
41.39/6.41		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
41.39/6.41		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
41.39/6.41		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
41.39/6.41		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
41.39/6.41		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
41.39/6.41		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
41.39/6.41		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
41.39/6.41		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
41.39/6.41		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
41.39/6.41		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
41.39/6.41		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
41.39/6.41		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
41.39/6.41		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
41.39/6.41		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
41.39/6.41		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
41.39/6.41	Caused by: java.lang.NullPointerException
41.39/6.41	s OPTIMUM FOUND
41.39/6.41	v <instantiation>
41.39/6.41	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>
41.39/6.41	v 	<values>30 166 238 340 592 669 831 552 416 344 242 10 87 249 552 416 344 242 10 87 249 21 115 187 289 541 618 780 21 115 187 289 541 618 780 170 34 38 140 392 469 631 170 34 38 140 392 469 631 11 147 219 321 573 650 812 337 201 129 27 225 302 464 337 201 129 27 225 302 464 694 558 486 384 132 55 107 695 559 487 385 133 56 106 656 520 448 346 94 17 145 656 520 448 346 94 17 145 2 138 210 312 564 641 803 639 503 431 329 77 0 162 639 503 431 329 77 0 162 623 487 415 313 61 16 178 250 114 42 60 312 389 551 248 112 40 62 314 391 553 578 442 370 268 16 61 223 578 442 370 268 16 61 223 19 117 189 291 543 620 782 19 117 189 291 543 620 782 208 72 0 102 354 431 593 208 72 0 102 354 431 593 801 665 593 491 239 162 0 801 665 593 491 239 162 0 136 0 72 174 426 503 665 136 0 72 174 426 503 665 98 38 110 212 464 541 703 98 38 110 212 464 541 703 0 136 208 310 562 639 801 1 137 209 311 563 640 802 618 482 410 308 56 21 183 562 426 354 252 0 77 239 310 174 102 0 252 329 491 310 174 102 0 252 329 491 200 64 8 110 362 439 601 200 64 8 110 362 439 601 10 10 21 21 34 34 11 27 27 55 56 17 17 2 0 0 16 42 40 16 16 19 19 0 0 0 0 0 0 38 38 0 1 21 0 0 0 8 8 </values>
41.39/6.41	v </instantiation>

Verifier Data

OK	624

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394392-1568441873/watcher-4394392-1568441873 -o /tmp/evaluation-result-4394392-1568441873/solver-4394392-1568441873 -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 1231676837 HOME/instance-4394392-1568441873.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=14192, runsolver pid=14189

[startup+0.100114 s]*
/proc/loadavg: 7.11 8.05 8.18 3/211 14213
/proc/meminfo: memFree=31262772/32770624 swapFree=66919440/67108860
[pid=14192] ppid=14189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14192/stat : 14192 (xcsp3-exec) S 14189 14192 12701 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420125241 115843072 364 33554432000 4194304 5098028 140723430897312 140723430895416 139911854813820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20967424 140723430904693 140723430904937 140723430904937 140723430907850 0
/proc/14192/statm: 28282 364 305 221 0 87 0
[pid=14194] ppid=14192 vsize=28227388 memory=29204 CPUtime=0.13 cores=0-7
/proc/14194/stat : 14194 (java) S 14192 14192 12701 0 -1 1077944320 5702 0 0 0 12 1 0 0 20 0 20 0 420125241 28904845312 7301 33554432000 4194304 4196468 140723052254656 140723052237200 140064718749431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
/proc/14194/statm: 7056847 7301 3154 1 0 7019032 0
[pid=14194/tid=14195] ppid=14192 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/14194/task/14195/stat : 14195 (java) R 14192 14192 12701 0 -1 4202560 3615 0 0 0 8 0 0 0 20 0 20 0 420125241 28904845312 7301 33554432000 4194304 4196468 140723052254656 140064722981792 140064698294785 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14196] ppid=14192 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/14194/task/14196/stat : 14196 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 7301 33554432000 4194304 4196468 140723052254656 140064671370128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14197] ppid=14192 vsize=28227388 memory=139717029508736 CPUtime=0 cores=0-7
/proc/14194/task/14197/stat : 14197 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 7301 33554432000 4194304 4196468 140723052254656 140064670317328 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14198] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14198/stat : 14198 (java) S 14192 14192 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 7301 33554432000 4194304 4196468 140723052254656 140064669265040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14199] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14199/stat : 14199 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 7301 33554432000 4194304 4196468 140723052254656 140064668212240 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14200] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14200/stat : 14200 (java) S 14192 14192 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 7301 33554432000 4194304 4196468 140723052254656 140064667158928 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14201] ppid=14192 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14194/task/14201/stat : 14201 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 7301 33554432000 4194304 4196468 140723052254656 140064666106128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14202] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14202/stat : 14202 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 7301 33554432000 4194304 4196468 140723052254656 140064665053840 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14203] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14203/stat : 14203 (java) S 14192 14192 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 7301 33554432000 4194304 4196468 140723052254656 140064664001040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14204] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14204/stat : 14204 (java) S 14192 14192 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420125244 28904845312 7301 33554432000 4194304 4196468 140723052254656 140062847076976 140064718760578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14205] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14205/stat : 14205 (java) S 14192 14192 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420125244 28904845312 7301 33554432000 4194304 4196468 140723052254656 140062846022944 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14206] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14206/stat : 14206 (java) S 14192 14192 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420125244 28904845312 7301 33554432000 4194304 4196468 140723052254656 140062844970608 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14207] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14207/stat : 14207 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125247 28904845312 7301 33554432000 4194304 4196468 140723052254656 140062535539280 140064718768027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14208] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14208/stat : 14208 (java) S 14192 14192 12701 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 20 0 420125247 28904845312 7301 33554432000 4194304 4196468 140723052254656 140062534486128 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14209] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14209/stat : 14209 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420125247 28904845312 7301 33554432000 4194304 4196468 140723052254656 140062533433328 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14210] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14210/stat : 14210 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420125247 28904845312 7301 33554432000 4194304 4196468 140723052254656 140062532381040 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14211] ppid=14192 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/14194/task/14211/stat : 14211 (java) R 14192 14192 12701 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 20 0 420125247 28904845312 7301 33554432000 4194304 4196468 140723052254656 140062531328240 140064697718271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14212] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14212/stat : 14212 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420125247 28904845312 7301 33554432000 4194304 4196468 140723052254656 140062530276192 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14213] ppid=14192 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14194/task/14213/stat : 14213 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125247 28904845312 7301 33554432000 4194304 4196468 140723052254656 140062529223472 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30660 KiB

[startup+0.21046 s]*
/proc/loadavg: 7.11 8.05 8.18 2/211 14213
/proc/meminfo: memFree=31250244/32770624 swapFree=66919440/67108860
[pid=14192] ppid=14189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14192/stat : 14192 (xcsp3-exec) S 14189 14192 12701 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420125241 115843072 364 33554432000 4194304 5098028 140723430897312 140723430895416 139911854813820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20967424 140723430904693 140723430904937 140723430904937 140723430907850 0
/proc/14192/statm: 28282 364 305 221 0 87 0
[pid=14194] ppid=14192 vsize=28227388 memory=40340 CPUtime=0.33 cores=0-7
/proc/14194/stat : 14194 (java) S 14192 14192 12701 0 -1 1077944320 9330 0 0 0 31 2 0 0 20 0 20 0 420125241 28904845312 10085 33554432000 4194304 4196468 140723052254656 140723052237200 140064718749431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
/proc/14194/statm: 7056847 10085 3234 1 0 7019032 0
[pid=14194/tid=14195] ppid=14192 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/14194/task/14195/stat : 14195 (java) R 14192 14192 12701 0 -1 4202560 6588 0 0 0 18 2 0 0 20 0 20 0 420125241 28904845312 10085 33554432000 4194304 4196468 140723052254656 140064722989104 140064336250325 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14196] ppid=14192 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/14194/task/14196/stat : 14196 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 10085 33554432000 4194304 4196468 140723052254656 140064671370128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14197] ppid=14192 vsize=28227388 memory=139717029522331 CPUtime=0 cores=0-7
/proc/14194/task/14197/stat : 14197 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 10085 33554432000 4194304 4196468 140723052254656 140064670317328 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14198] ppid=14192 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14194/task/14198/stat : 14198 (java) S 14192 14192 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 10085 33554432000 4194304 4196468 140723052254656 140064669265040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14199] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14199/stat : 14199 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 10085 33554432000 4194304 4196468 140723052254656 140064668212240 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14200] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14200/stat : 14200 (java) S 14192 14192 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 10085 33554432000 4194304 4196468 140723052254656 140064667158928 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14201] ppid=14192 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14194/task/14201/stat : 14201 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 10085 33554432000 4194304 4196468 140723052254656 140064666106128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14202] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14202/stat : 14202 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 10085 33554432000 4194304 4196468 140723052254656 140064665053840 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14203] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14203/stat : 14203 (java) S 14192 14192 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420125242 28904845312 10085 33554432000 4194304 4196468 140723052254656 140064664001040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14204] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14204/stat : 14204 (java) S 14192 14192 12701 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420125244 28904845312 10085 33554432000 4194304 4196468 140723052254656 140062847076976 140064718760578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14205] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14205/stat : 14205 (java) S 14192 14192 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420125244 28904845312 10085 33554432000 4194304 4196468 140723052254656 140062846022944 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14206] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14206/stat : 14206 (java) S 14192 14192 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420125244 28904845312 10085 33554432000 4194304 4196468 140723052254656 140062844970608 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14207] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14207/stat : 14207 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125247 28904845312 10085 33554432000 4194304 4196468 140723052254656 140062535539280 140064718768027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14208] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14208/stat : 14208 (java) R 14192 14192 12701 0 -1 4202560 457 0 0 0 0 0 0 0 20 0 20 0 420125247 28904845312 10085 33554432000 4194304 4196468 140723052254656 140062534486128 140064718761366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14209] ppid=14192 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/14194/task/14209/stat : 14209 (java) S 14192 14192 12701 0 -1 1077944384 101 0 0 0 2 0 0 0 20 0 20 0 420125247 28904845312 10085 33554432000 4194304 4196468 140723052254656 140062533433328 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14210] ppid=14192 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/14194/task/14210/stat : 14210 (java) S 14192 14192 12701 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 20 0 420125247 28904845312 10085 33554432000 4194304 4196468 140723052254656 140062532381040 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14211] ppid=14192 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/14194/task/14211/stat : 14211 (java) S 14192 14192 12701 0 -1 1077944384 793 0 0 0 8 0 0 0 20 0 20 0 420125247 28904845312 10085 33554432000 4194304 4196468 140723052254656 140062531328240 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14212] ppid=14192 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14212/stat : 14212 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420125247 28904845312 10085 33554432000 4194304 4196468 140723052254656 140062530276192 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14213] ppid=14192 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/14194/task/14213/stat : 14213 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125247 28904845312 10085 33554432000 4194304 4196468 140723052254656 140062529223472 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41796 KiB

[startup+0.310093 s]*
/proc/loadavg: 7.11 8.05 8.18 4/211 14213
/proc/meminfo: memFree=31231172/32770624 swapFree=66919440/67108860
[pid=14192] ppid=14189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14192/stat : 14192 (xcsp3-exec) S 14189 14192 12701 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420125241 115843072 364 33554432000 4194304 5098028 140723430897312 140723430895416 139911854813820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20967424 140723430904693 140723430904937 140723430904937 140723430907850 0
/proc/14192/statm: 28282 364 305 221 0 87 0
[pid=14194] ppid=14192 vsize=28231644 memory=49332 CPUtime=0.52 cores=0-7
/proc/14194/stat : 14194 (java) S 14192 14192 12701 0 -1 1077944320 10724 0 0 0 48 4 0 0 20 0 20 0 420125241 28909203456 12333 33554432000 4194304 4196468 140723052254656 140723052237200 140064718749431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
/proc/14194/statm: 7057911 12333 3341 1 0 7019032 0
[pid=14194/tid=14195] ppid=14192 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/14194/task/14195/stat : 14195 (java) R 14192 14192 12701 0 -1 4202560 7702 0 0 0 27 2 0 0 20 0 20 0 420125241 28909203456 12372 33554432000 4194304 4196468 140723052254656 140064722986568 140064702829918 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14196] ppid=14192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14196/stat : 14196 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28909203456 12372 33554432000 4194304 4196468 140723052254656 140064671370128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14197] ppid=14192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14197/stat : 14197 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420125242 28909203456 12372 33554432000 4194304 4196468 140723052254656 140064670317328 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14198] ppid=14192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14198/stat : 14198 (java) S 14192 14192 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420125242 28909203456 12372 33554432000 4194304 4196468 140723052254656 140064669265040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14199] ppid=14192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14199/stat : 14199 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28909203456 12372 33554432000 4194304 4196468 140723052254656 140064668212240 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14200] ppid=14192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14200/stat : 14200 (java) S 14192 14192 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420125242 28909203456 12372 33554432000 4194304 4196468 140723052254656 140064667158928 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14201] ppid=14192 vsize=28231644 memory=139716896844463 CPUtime=0 cores=0-7
/proc/14194/task/14201/stat : 14201 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28909203456 12372 33554432000 4194304 4196468 140723052254656 140064666106128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14202] ppid=14192 vsize=28231644 memory=139716896846768 CPUtime=0 cores=0-7
/proc/14194/task/14202/stat : 14202 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125242 28909203456 12372 33554432000 4194304 4196468 140723052254656 140064665053840 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14203] ppid=14192 vsize=28231644 memory=139716896849072 CPUtime=0 cores=0-7
/proc/14194/task/14203/stat : 14203 (java) S 14192 14192 12701 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420125242 28909203456 12372 33554432000 4194304 4196468 140723052254656 140064664001040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14204] ppid=14192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14204/stat : 14204 (java) S 14192 14192 12701 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420125244 28909203456 12372 33554432000 4194304 4196468 140723052254656 140062847076976 140064718760578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14205] ppid=14192 vsize=28231644 memory=279433793712016 CPUtime=0 cores=0-7
/proc/14194/task/14205/stat : 14205 (java) S 14192 14192 12701 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420125244 28909203456 12372 33554432000 4194304 4196468 140723052254656 140062846022944 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14206] ppid=14192 vsize=28231644 memory=279433793709712 CPUtime=0 cores=0-7
/proc/14194/task/14206/stat : 14206 (java) S 14192 14192 12701 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420125244 28909203456 12372 33554432000 4194304 4196468 140723052254656 140062844970608 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14207] ppid=14192 vsize=28231644 memory=279433793716624 CPUtime=0 cores=0-7
/proc/14194/task/14207/stat : 14207 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125247 28909203456 12372 33554432000 4194304 4196468 140723052254656 140062535539280 140064718768027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14208] ppid=14192 vsize=28231644 memory=279433793657904 CPUtime=0.01 cores=0-7
/proc/14194/task/14208/stat : 14208 (java) S 14192 14192 12701 0 -1 1077944384 482 0 0 0 1 0 0 0 20 0 20 0 420125247 28909203456 12372 33554432000 4194304 4196468 140723052254656 140062534486128 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14209] ppid=14192 vsize=28231644 memory=279433793730448 CPUtime=0.03 cores=0-7
/proc/14194/task/14209/stat : 14209 (java) S 14192 14192 12701 0 -1 1077944384 122 0 0 0 3 0 0 0 20 0 20 0 420125247 28909203456 12372 33554432000 4194304 4196468 140723052254656 140062533433328 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14210] ppid=14192 vsize=28231644 memory=279433793737360 CPUtime=0.02 cores=0-7
/proc/14194/task/14210/stat : 14210 (java) S 14192 14192 12701 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 20 0 420125247 28909203456 12372 33554432000 4194304 4196468 140723052254656 140062532381040 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14211] ppid=14192 vsize=28231644 memory=279433793735056 CPUtime=0.13 cores=0-7
/proc/14194/task/14211/stat : 14211 (java) S 14192 14192 12701 0 -1 1077944384 960 0 0 0 13 0 0 0 20 0 20 0 420125247 28909203456 12372 33554432000 4194304 4196468 140723052254656 140062531328240 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14212] ppid=14192 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14212/stat : 14212 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420125247 28909203456 12372 33554432000 4194304 4196468 140723052254656 140062530276192 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14213] ppid=14192 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/14194/task/14213/stat : 14213 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420125247 28909203456 12372 33554432000 4194304 4196468 140723052254656 140062529223472 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50788 KiB

[startup+0.881554 s]*
/proc/loadavg: 7.11 8.05 8.18 9/211 14213
/proc/meminfo: memFree=30973432/32770624 swapFree=66919440/67108860
[pid=14192] ppid=14189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14192/stat : 14192 (xcsp3-exec) S 14189 14192 12701 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420125241 115843072 364 33554432000 4194304 5098028 140723430897312 140723430895416 139911854813820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20967424 140723430904693 140723430904937 140723430904937 140723430907850 0
/proc/14192/statm: 28282 364 305 221 0 87 0
[pid=14194] ppid=14192 vsize=28233768 memory=328452 CPUtime=2.89 cores=0-7
/proc/14194/stat : 14194 (java) S 14192 14192 12701 0 -1 1077944320 17233 0 0 0 250 39 0 0 20 0 20 0 420125241 28911378432 82113 33554432000 4194304 4196468 140723052254656 140723052237200 140064718749431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
/proc/14194/statm: 7058442 82113 3484 1 0 7019544 0
[pid=14194/tid=14195] ppid=14192 vsize=28233768 memory=8316850467074736180 CPUtime=0.77 cores=0-7
/proc/14194/task/14195/stat : 14195 (java) S 14192 14192 12701 0 -1 1077944384 9338 0 0 0 72 5 0 0 20 0 20 0 420125241 28911378432 82625 33554432000 4194304 4196468 140723052254656 140064722985568 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14196] ppid=14192 vsize=28233768 memory=2811096 CPUtime=0.07 cores=0-7
/proc/14194/task/14196/stat : 14196 (java) R 14192 14192 12701 0 -1 4202560 103 0 0 0 4 3 0 0 20 0 20 0 420125242 28911378432 82625 33554432000 4194304 4196468 140723052254656 140064671370128 140064703776850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14197] ppid=14192 vsize=28233768 memory=139717029522331 CPUtime=0.07 cores=0-7
/proc/14194/task/14197/stat : 14197 (java) R 14192 14192 12701 0 -1 4202560 102 0 0 0 4 3 0 0 20 0 20 0 420125242 28911378432 82625 33554432000 4194304 4196468 140723052254656 140064670317328 140064703776850 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14198] ppid=14192 vsize=28233768 memory=-1 CPUtime=0.08 cores=0-7
/proc/14194/task/14198/stat : 14198 (java) R 14192 14192 12701 0 -1 4202560 114 0 0 0 4 4 0 0 20 0 20 0 420125242 28911378432 82625 33554432000 4194304 4196468 140723052254656 140064669265040 140064703776526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0

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

[pid=14194/tid=14200] ppid=14192 vsize=28769356 memory=0 CPUtime=0.63 cores=0-7
/proc/14194/task/14200/stat : 14200 (java) S 14192 14192 12701 0 -1 1077944384 2278 0 0 0 48 15 0 0 20 0 28 0 420125242 29459820544 213497 33554432000 4194304 4196468 140723052254656 140064667158928 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14201] ppid=14192 vsize=28769356 memory=-7880843606118635149 CPUtime=0.57 cores=0-7
/proc/14194/task/14201/stat : 14201 (java) S 14192 14192 12701 0 -1 1077944384 2292 0 0 0 44 13 0 0 20 0 28 0 420125242 29459820544 213497 33554432000 4194304 4196468 140723052254656 140064666106128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14202] ppid=14192 vsize=28769356 memory=56 CPUtime=0.61 cores=0-7
/proc/14194/task/14202/stat : 14202 (java) S 14192 14192 12701 0 -1 1077944384 2301 0 0 0 47 14 0 0 20 0 28 0 420125242 29459820544 213497 33554432000 4194304 4196468 140723052254656 140064665053840 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14203] ppid=14192 vsize=28769356 memory=2811011 CPUtime=0.6 cores=0-7
/proc/14194/task/14203/stat : 14203 (java) S 14192 14192 12701 0 -1 1077944384 2353 0 0 0 47 13 0 0 20 0 28 0 420125242 29459820544 213497 33554432000 4194304 4196468 140723052254656 140064664001040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14204] ppid=14192 vsize=28769356 memory=2812293 CPUtime=0.02 cores=0-7
/proc/14194/task/14204/stat : 14204 (java) S 14192 14192 12701 0 -1 1077944384 694 0 0 0 2 0 0 0 20 0 28 0 420125244 29459820544 213497 33554432000 4194304 4196468 140723052254656 140062847076976 140064718760578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14205] ppid=14192 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14205/stat : 14205 (java) S 14192 14192 12701 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 420125244 29459820544 213497 33554432000 4194304 4196468 140723052254656 140062846023008 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14206] ppid=14192 vsize=28769356 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/14194/task/14206/stat : 14206 (java) S 14192 14192 12701 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 420125244 29459820544 213497 33554432000 4194304 4196468 140723052254656 140062844970624 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14207] ppid=14192 vsize=28769356 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/14194/task/14207/stat : 14207 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420125247 29459820544 213497 33554432000 4194304 4196468 140723052254656 140062535539280 140064718768027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14208] ppid=14192 vsize=28769356 memory=6655300316396806240 CPUtime=1.61 cores=0-7
/proc/14194/task/14208/stat : 14208 (java) R 14192 14192 12701 0 -1 4202560 3309 0 0 0 160 1 0 0 20 0 28 0 420125247 29459820544 213497 33554432000 4194304 4196468 140723052254656 140062534478224 140064697995925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14209] ppid=14192 vsize=28769356 memory=6944656592387989600 CPUtime=1.76 cores=0-7
/proc/14194/task/14209/stat : 14209 (java) R 14192 14192 12701 0 -1 4202560 2173 0 0 0 176 0 0 0 20 0 28 0 420125247 29459820544 213497 33554432000 4194304 4196468 140723052254656 140062533421040 140064697982806 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14210] ppid=14192 vsize=28769356 memory=-6519613052471072158 CPUtime=1.63 cores=0-7
/proc/14194/task/14210/stat : 14210 (java) R 14192 14192 12701 0 -1 4202560 1986 0 0 0 163 0 0 0 20 0 28 0 420125247 29459820544 213497 33554432000 4194304 4196468 140723052254656 140062532366000 140064699471389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14211] ppid=14192 vsize=28769356 memory=0 CPUtime=0.99 cores=0-7
/proc/14194/task/14211/stat : 14211 (java) S 14192 14192 12701 0 -1 1077944384 3893 0 0 0 98 1 0 0 20 0 28 0 420125247 29459820544 213497 33554432000 4194304 4196468 140723052254656 140062531328048 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14212] ppid=14192 vsize=28769356 memory=139717029515617 CPUtime=0 cores=0-7
/proc/14194/task/14212/stat : 14212 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420125247 29459820544 213497 33554432000 4194304 4196468 140723052254656 140062530276192 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14213] ppid=14192 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14213/stat : 14213 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420125247 29459820544 213497 33554432000 4194304 4196468 140723052254656 140062529223472 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
Current children cumulated CPU time: 18.16 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 855444 KiB

[startup+6.30158 s]
/proc/loadavg: 7.42 8.10 8.20 12/220 14534
/proc/meminfo: memFree=30280516/32770624 swapFree=66919440/67108860
[pid=14192] ppid=14189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14192/stat : 14192 (xcsp3-exec) S 14189 14192 12701 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420125241 115843072 364 33554432000 4194304 5098028 140723430897312 140723430895416 139911854813820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20967424 140723430904693 140723430904937 140723430904937 140723430907850 0
/proc/14192/statm: 28282 364 305 221 0 87 0
[pid=14194] ppid=14192 vsize=29034584 memory=1010440 CPUtime=40.84 cores=0-7
/proc/14194/stat : 14194 (java) S 14192 14192 12701 0 -1 1077944320 79654 0 0 0 3924 160 0 0 20 0 29 0 420125241 29731414016 252610 33554432000 4194304 4196468 140723052254656 140723052237200 140064718749431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
/proc/14194/statm: 7258646 252610 3550 1 0 7219748 0
[pid=14194/tid=14195] ppid=14192 vsize=29034584 memory=1010292 CPUtime=1.04 cores=0-7
/proc/14194/task/14195/stat : 14195 (java) S 14192 14192 12701 0 -1 1077944384 9954 0 0 0 96 8 0 0 20 0 29 0 420125241 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064722990208 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14196] ppid=14192 vsize=29034584 memory=7800344859672537426 CPUtime=0.64 cores=0-7
/proc/14194/task/14196/stat : 14196 (java) S 14192 14192 12701 0 -1 1077944384 2617 0 0 0 49 15 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064671370128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14197] ppid=14192 vsize=29034584 memory=4639924115538006630 CPUtime=0.63 cores=0-7
/proc/14194/task/14197/stat : 14197 (java) S 14192 14192 12701 0 -1 1077944384 2674 0 0 0 48 15 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064670317328 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14198] ppid=14192 vsize=29034584 memory=6791534058613427641 CPUtime=0.64 cores=0-7
/proc/14194/task/14198/stat : 14198 (java) S 14192 14192 12701 0 -1 1077944384 2310 0 0 0 49 15 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064669265040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14199] ppid=14192 vsize=29034584 memory=194265665778077 CPUtime=0.63 cores=0-7
/proc/14194/task/14199/stat : 14199 (java) S 14192 14192 12701 0 -1 1077944384 2676 0 0 0 48 15 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064668212240 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14200] ppid=14192 vsize=29034584 memory=194377334927773 CPUtime=0.64 cores=0-7
/proc/14194/task/14200/stat : 14200 (java) S 14192 14192 12701 0 -1 1077944384 2408 0 0 0 48 16 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064667158928 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14201] ppid=14192 vsize=29034584 memory=279433794265904 CPUtime=0.59 cores=0-7
/proc/14194/task/14201/stat : 14201 (java) S 14192 14192 12701 0 -1 1077944384 2346 0 0 0 45 14 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064666106128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14202] ppid=14192 vsize=29034584 memory=6944656592455359580 CPUtime=0.62 cores=0-7
/proc/14194/task/14202/stat : 14202 (java) S 14192 14192 12701 0 -1 1077944384 2644 0 0 0 47 15 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064665053840 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14203] ppid=14192 vsize=29034584 memory=6943526294502006880 CPUtime=0.61 cores=0-7
/proc/14194/task/14203/stat : 14203 (java) S 14192 14192 12701 0 -1 1077944384 2417 0 0 0 48 13 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064664001040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14204] ppid=14192 vsize=29034584 memory=6791534058613427641 CPUtime=0.03 cores=0-7
/proc/14194/task/14204/stat : 14204 (java) S 14192 14192 12701 0 -1 1077944384 1213 0 0 0 3 0 0 0 20 0 29 0 420125244 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062847076976 140064718760578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14205] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14205/stat : 14205 (java) S 14192 14192 12701 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 29 0 420125244 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062846023008 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14206] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14206/stat : 14206 (java) S 14192 14192 12701 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 29 0 420125244 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062844970624 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14207] ppid=14192 vsize=29034584 memory=-7880843606118635149 CPUtime=0 cores=0-7
/proc/14194/task/14207/stat : 14207 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062535539280 140064718768027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14208] ppid=14192 vsize=29034584 memory=1456 CPUtime=3.24 cores=0-7
/proc/14194/task/14208/stat : 14208 (java) S 14192 14192 12701 0 -1 1077944384 7299 0 0 0 322 2 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062534486128 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14209] ppid=14192 vsize=29034584 memory=1009412 CPUtime=3.31 cores=0-7
/proc/14194/task/14209/stat : 14209 (java) S 14192 14192 12701 0 -1 1077944384 8337 0 0 0 329 2 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062533433328 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14210] ppid=14192 vsize=29034584 memory=0 CPUtime=3.58 cores=0-7
/proc/14194/task/14210/stat : 14210 (java) S 14192 14192 12701 0 -1 1077944384 5787 0 0 0 356 2 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062532381040 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14211] ppid=14192 vsize=29034584 memory=0 CPUtime=1.23 cores=0-7
/proc/14194/task/14211/stat : 14211 (java) S 14192 14192 12701 0 -1 1077944384 7255 0 0 0 121 2 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062531328240 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14212] ppid=14192 vsize=29034584 memory=1010440 CPUtime=0 cores=0-7
/proc/14194/task/14212/stat : 14212 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062530276192 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14213] ppid=14192 vsize=29034584 memory=1456 CPUtime=0 cores=0-7
/proc/14194/task/14213/stat : 14213 (java) S 14192 14192 12701 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062529223472 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
Current children cumulated CPU time: 40.84 s
Current children cumulated vsize: 29147712 KiB
Current children cumulated memory: 1011896 KiB

[startup+6.44237 s]
# the end of solver process 14192 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=39.8265 s, system=1.63566 s

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

[startup+6.40159 s]*
/proc/loadavg: 7.42 8.10 8.20 6/220 14558
/proc/meminfo: memFree=30280500/32770624 swapFree=66919440/67108860
[pid=14192] ppid=14189 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/14192/stat : 14192 (xcsp3-exec) S 14189 14192 12701 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420125241 115843072 364 33554432000 4194304 5098028 140723430897312 140723430895416 139911854813820 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20967424 140723430904693 140723430904937 140723430904937 140723430907850 0
/proc/14192/statm: 28282 364 305 221 0 87 0
[pid=14194] ppid=14192 vsize=29034584 memory=1010440 CPUtime=41.39 cores=0-7
/proc/14194/stat : 14194 (java) S 14192 14192 12701 0 -1 1077944320 79654 0 0 0 3979 160 0 0 20 0 29 0 420125241 29731414016 252610 33554432000 4194304 4196468 140723052254656 140723052237200 140064718749431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
/proc/14194/statm: 7258646 252610 3550 1 0 7219748 0
[pid=14194/tid=14195] ppid=14192 vsize=29034584 memory=8317482817917895235 CPUtime=1.04 cores=0-7
/proc/14194/task/14195/stat : 14195 (java) S 14192 14192 12701 0 -1 1077944384 9954 0 0 0 96 8 0 0 20 0 29 0 420125241 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064722990208 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14196] ppid=14192 vsize=29034584 memory=4872558044660077418 CPUtime=0.64 cores=0-7
/proc/14194/task/14196/stat : 14196 (java) S 14192 14192 12701 0 -1 1077944384 2617 0 0 0 49 15 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064671370128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14197] ppid=14192 vsize=29034584 memory=0 CPUtime=0.63 cores=0-7
/proc/14194/task/14197/stat : 14197 (java) S 14192 14192 12701 0 -1 1077944384 2674 0 0 0 48 15 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064670317328 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14198] ppid=14192 vsize=29034584 memory=0 CPUtime=0.64 cores=0-7
/proc/14194/task/14198/stat : 14198 (java) S 14192 14192 12701 0 -1 1077944384 2310 0 0 0 49 15 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064669265040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14199] ppid=14192 vsize=29034584 memory=0 CPUtime=0.63 cores=0-7
/proc/14194/task/14199/stat : 14199 (java) S 14192 14192 12701 0 -1 1077944384 2676 0 0 0 48 15 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064668212240 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14200] ppid=14192 vsize=29034584 memory=0 CPUtime=0.64 cores=0-7
/proc/14194/task/14200/stat : 14200 (java) S 14192 14192 12701 0 -1 1077944384 2408 0 0 0 48 16 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064667158928 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14201] ppid=14192 vsize=29034584 memory=0 CPUtime=0.59 cores=0-7
/proc/14194/task/14201/stat : 14201 (java) S 14192 14192 12701 0 -1 1077944384 2346 0 0 0 45 14 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064666106128 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14202] ppid=14192 vsize=29034584 memory=0 CPUtime=0.62 cores=0-7
/proc/14194/task/14202/stat : 14202 (java) S 14192 14192 12701 0 -1 1077944384 2644 0 0 0 47 15 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064665053840 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14203] ppid=14192 vsize=29034584 memory=0 CPUtime=0.61 cores=0-7
/proc/14194/task/14203/stat : 14203 (java) S 14192 14192 12701 0 -1 1077944384 2417 0 0 0 48 13 0 0 20 0 29 0 420125242 29731414016 252610 33554432000 4194304 4196468 140723052254656 140064664001040 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14204] ppid=14192 vsize=29034584 memory=0 CPUtime=0.03 cores=0-7
/proc/14194/task/14204/stat : 14204 (java) S 14192 14192 12701 0 -1 1077944384 1213 0 0 0 3 0 0 0 20 0 29 0 420125244 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062847076976 140064718760578 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14205] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14205/stat : 14205 (java) S 14192 14192 12701 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 29 0 420125244 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062846023008 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14206] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14206/stat : 14206 (java) S 14192 14192 12701 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 29 0 420125244 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062844970624 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14207] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14207/stat : 14207 (java) S 14192 14192 12701 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062535539280 140064718768027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14208] ppid=14192 vsize=29034584 memory=0 CPUtime=3.24 cores=0-7
/proc/14194/task/14208/stat : 14208 (java) S 14192 14192 12701 0 -1 1077944384 7299 0 0 0 322 2 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062534486128 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14209] ppid=14192 vsize=29034584 memory=0 CPUtime=3.31 cores=0-7
/proc/14194/task/14209/stat : 14209 (java) S 14192 14192 12701 0 -1 1077944384 8337 0 0 0 329 2 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062533433328 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14210] ppid=14192 vsize=29034584 memory=0 CPUtime=3.59 cores=0-7
/proc/14194/task/14210/stat : 14210 (java) S 14192 14192 12701 0 -1 1077944384 5787 0 0 0 357 2 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062532381040 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14211] ppid=14192 vsize=29034584 memory=0 CPUtime=1.23 cores=0-7
/proc/14194/task/14211/stat : 14211 (java) S 14192 14192 12701 0 -1 1077944384 7255 0 0 0 121 2 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062531328240 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14212] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14212/stat : 14212 (java) S 14192 14192 12701 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062530276192 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14213] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14213/stat : 14213 (java) S 14192 14192 12701 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 29 0 420125247 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062529223472 140064718760578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14540] ppid=14192 vsize=29034584 memory=0 CPUtime=0.95 cores=0-7
/proc/14194/task/14540/stat : 14540 (java) R 14192 14192 12701 0 -1 4202560 25 0 0 0 95 0 0 0 20 0 29 0 420125786 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062514994552 140064345586688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14551] ppid=14192 vsize=29034584 memory=0 CPUtime=0.33 cores=0-7
/proc/14194/task/14551/stat : 14551 (java) R 14192 14192 12701 0 -1 4202560 20 0 0 0 33 0 0 0 20 0 29 0 420125849 29731414016 252610 33554432000 4194304 4196468 140723052254656 140061365485160 140064346234160 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14552] ppid=14192 vsize=29034584 memory=0 CPUtime=0.33 cores=0-7
/proc/14194/task/14552/stat : 14552 (java) R 14192 14192 12701 0 -1 4202560 16 0 0 0 33 0 0 0 20 0 29 0 420125849 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062510789240 140064344353193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14553] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14553/stat : 14553 (java) S 14192 14192 12701 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 29 0 420125849 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062516052864 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14554] ppid=14192 vsize=29034584 memory=0 CPUtime=0.33 cores=0-7
/proc/14194/task/14554/stat : 14554 (java) R 14192 14192 12701 0 -1 4202560 18 0 0 0 33 0 0 0 20 0 29 0 420125849 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062520250776 140064342953514 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14555] ppid=14192 vsize=29034584 memory=0 CPUtime=0.33 cores=0-7
/proc/14194/task/14555/stat : 14555 (java) R 14192 14192 12701 0 -1 4202560 18 0 0 0 33 0 0 0 20 0 29 0 420125849 29731414016 252610 33554432000 4194304 4196468 140723052254656 140061366539032 140064347289305 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14556] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14556/stat : 14556 (java) S 14192 14192 12701 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 29 0 420125849 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062511842304 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14557] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14557/stat : 14557 (java) S 14192 14192 12701 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 29 0 420125849 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062517106048 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
[pid=14194/tid=14558] ppid=14192 vsize=29034584 memory=0 CPUtime=0 cores=0-7
/proc/14194/task/14558/stat : 14558 (java) S 14192 14192 12701 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 29 0 420125850 29731414016 252610 33554432000 4194304 4196468 140723052254656 140062512895232 140064718759637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29229056 140723052262378 140723052262550 140723052262550 140723052265423 0
Current children cumulated CPU time: 41.39 s
Current children cumulated vsize: 29147712 KiB
Current children cumulated memory: 1011896 KiB

Child status: 0
Real time (s): 6.44242
CPU time (s): 41.4621
CPU user time (s): 39.8265
CPU system time (s): 1.63566
CPU usage (%): 643.58
Max. virtual memory (cumulated for all children) (KiB): 29147712
Max. memory (cumulated for all children) (KiB): 1011896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.8265
system time used= 1.63566
maximum resident set size= 1010960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80313
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= 9074
involuntary context switches= 790


# summary of solver processes directly reported to runsolver:
#   pid: 14192
#   total CPU time (s): 41.4621
#   total CPU user time (s): 39.8265
#   total CPU system time (s): 1.63566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.068797 second user time and 0.120104 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 08:17:12
IDJOB=4394392
IDBENCH=138308
IDSOLVER=2843
FILE ID=node141/4394392-1568441873
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-4394392-1568441873/watcher-4394392-1568441873 -o /tmp/evaluation-result-4394392-1568441873/solver-4394392-1568441873 -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 1231676837 HOME/instance-4394392-1568441873.xml

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

MD5SUM BENCH= f7819cc540e1493da1332403e09ec21d
RANDOM SEED=1231676837

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:        31278212 kB
MemAvailable:   31839280 kB
Buffers:          185824 kB
Cached:           663200 kB
SwapCached:        80180 kB
Active:           449112 kB
Inactive:         483408 kB
Active(anon):       9300 kB
Inactive(anon):   106280 kB
Active(file):     439812 kB
Inactive(file):   377128 kB
Unevictable:      109316 kB
Mlocked:          109316 kB
SwapTotal:      67108860 kB
SwapFree:       66919440 kB
Dirty:             26420 kB
Writeback:             0 kB
AnonPages:        116796 kB
Mapped:            36592 kB
Shmem:             23468 kB
Slab:             149660 kB
SReclaimable:     119924 kB
SUnreclaim:        29736 kB
KernelStack:        3616 kB
PageTables:         5556 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:     71680 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:18