Trace number 4394523

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 parallelOPT43 2990.14 427.905

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-15.xml
MD5SUM194a9771da43b175c5c48a6f0c769610
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark29.6202
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints182
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":75},{"size":9,"count":75}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":75},{"degree":7,"count":4},{"degree":8,"count":32},{"degree":10,"count":39}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":75},{"arity":3,"count":32},{"arity":4,"count":4},{"arity":6,"count":32},{"arity":9,"count":39}]
Number of extensional constraints107
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":107},{"type":"sum","count":75}]
Optimization problemYES
Type of objectivemax 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-4394523-1568419136.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394523-1568419136.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.73/0.76	c solve instance...
2.19/0.82	o 0 
2.19/0.83	o 4 
2.19/0.83	o 6 
2.19/0.84	o 8 
2.19/0.87	o 9 
2.19/0.87	o 10 
2.19/0.88	o 11 
2.19/0.89	o 12 
2.19/0.89	o 13 
2.19/0.90	o 14 
2.83/0.90	o 15 
2.83/0.90	o 16 
2.83/0.91	o 17 
2.83/0.91	o 18 
2.83/0.93	o 19 
2.83/0.95	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (58/60)
2.83/0.95		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.83/0.95		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.83/0.95		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.83/0.95		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.83/0.95		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.83/0.95	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (58/60)
2.83/0.95		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.83/0.95		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.83/0.95		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.83/0.95		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.83/0.95		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.83/0.95		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.83/0.95		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.83/0.95		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.83/0.95		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.83/0.95		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.83/0.95		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.83/0.95		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.83/0.95		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.83/0.95		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.83/0.95		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.83/0.95		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.83/0.95	o 20 
2.83/0.95	o 21 
2.83/0.97	java.util.concurrent.ExecutionException: java.lang.NullPointerException
2.83/0.97		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.83/0.97		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.83/0.97		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.83/0.97		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.83/0.97		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.83/0.97	Caused by: java.lang.NullPointerException
2.83/0.97		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2.83/0.97		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2.83/0.97		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2.83/0.97		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2.83/0.97		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
2.83/0.97		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
2.83/0.97		... 4 more
2.83/0.97	Caused by: java.lang.NullPointerException
2.83/0.97		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2.83/0.97		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2.83/0.97		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2.83/0.97		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2.83/0.97		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
2.83/0.97		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
2.83/0.97		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
2.83/0.97		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
2.83/0.97		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
2.83/0.97		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
2.83/0.97		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
2.83/0.97		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
2.83/0.97		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
2.83/0.97		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
2.83/0.97		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.83/0.97		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.83/0.97		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.83/0.97		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.83/0.97	Caused by: java.lang.NullPointerException
2.83/0.97		at org.chocosolver.solver.propagation.PropagationEngine.flush(PropagationEngine.java:244)
2.83/0.97		at org.chocosolver.solver.Solver.propagate(Solver.java:587)
2.83/0.97		at org.chocosolver.solver.search.loop.lns.neighbors.ReversePropagationGuidedNeighborhood.update(ReversePropagationGuidedNeighborhood.java:53)
2.83/0.97		at org.chocosolver.solver.search.loop.lns.neighbors.PropagationGuidedNeighborhood.fixSomeVariables(PropagationGuidedNeighborhood.java:113)
2.83/0.97		at org.chocosolver.solver.search.loop.lns.neighbors.SequenceNeighborhood.fixSomeVariables(SequenceNeighborhood.java:72)
2.83/0.97		at org.chocosolver.solver.search.loop.move.MoveLNS$PropLNS.propagate(MoveLNS.java:310)
2.83/0.97		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:212)
2.83/0.97		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
2.83/0.97		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
2.83/0.97		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
2.83/0.97		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
2.83/0.97		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
2.83/0.97		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.83/0.97		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.83/0.97		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.83/0.97		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.83/0.97		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.83/0.97		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.83/0.97		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.83/0.97		... 4 more
2.83/0.97	o 32 
2.83/0.98	java.util.concurrent.ExecutionException: java.lang.NullPointerException
2.83/0.98		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.83/0.98		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.83/0.98		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.83/0.98		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.83/0.98		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.83/0.98	Caused by: java.lang.NullPointerException
2.83/0.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2.83/0.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2.83/0.98		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2.83/0.98		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2.83/0.98		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
2.83/0.98		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
2.83/0.98		... 4 more
2.83/0.98	Caused by: java.lang.NullPointerException
2.83/0.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2.83/0.98		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2.83/0.98		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2.83/0.98		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2.83/0.98		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
2.83/0.98		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
2.83/0.98		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
2.83/0.98		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
2.83/0.98		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
2.83/0.98		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
2.83/0.98		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
2.83/0.98		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
2.83/0.98		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
2.83/0.98		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
2.83/0.98		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.83/0.98		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.83/0.98		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.83/0.98		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.83/0.98	Caused by: java.lang.NullPointerException
2.83/0.98		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
2.83/0.98		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
2.83/0.98		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
2.83/0.98		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
2.83/0.98		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
2.83/0.98		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
2.83/0.98		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.83/0.98		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.83/0.98		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.83/0.98		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.83/0.98		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.83/0.98		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.83/0.98		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.83/0.98		... 4 more
2.83/0.98	o 35 
3.60/1.08	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/41)
3.60/1.08		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.60/1.08		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.60/1.08		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.60/1.08		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.60/1.08		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.60/1.08	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/41)
3.60/1.08		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.60/1.08		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.60/1.08		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.60/1.08		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.60/1.08		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.60/1.08		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.60/1.08		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.60/1.08		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.60/1.08		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.60/1.08		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.60/1.08		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.60/1.08		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.60/1.08		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.60/1.08		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.60/1.08		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.60/1.08		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.60/1.08	o 36 
3.60/1.09	java.util.concurrent.ExecutionException: java.lang.NullPointerException
3.60/1.09		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.60/1.09		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.60/1.09		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.60/1.09		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.60/1.09		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.60/1.09	Caused by: java.lang.NullPointerException
3.60/1.09		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.60/1.09		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.60/1.09		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.60/1.09		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.60/1.09		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.60/1.09		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3.60/1.09		... 4 more
3.60/1.09	Caused by: java.lang.NullPointerException
3.60/1.09		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.60/1.09		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.60/1.09		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.60/1.09		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.60/1.09		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.60/1.09		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3.60/1.09		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3.60/1.09		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3.60/1.09		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3.60/1.09		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3.60/1.09		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3.60/1.09		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3.60/1.09		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
3.60/1.09		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3.60/1.09		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.60/1.09		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.60/1.09		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.60/1.09		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.60/1.09	Caused by: java.lang.NullPointerException
3.60/1.09		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
3.60/1.09		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
3.60/1.09		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
3.60/1.09		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
3.60/1.09		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
3.60/1.09		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
3.60/1.09		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.60/1.09		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.60/1.09		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.60/1.09		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.60/1.09		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.60/1.09		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.60/1.09		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.60/1.09		... 4 more
3.60/1.09	o 37 
4.34/1.17	java.util.concurrent.ExecutionException: java.lang.NullPointerException
7.40/1.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
7.40/1.51		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
7.40/1.51		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
7.40/1.51		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
7.40/1.51		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
7.40/1.51	Caused by: java.lang.NullPointerException
7.40/1.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
7.40/1.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
7.40/1.51		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
7.40/1.51		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
7.40/1.51		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
7.40/1.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
7.40/1.51		... 4 more
7.40/1.51	Caused by: java.lang.NullPointerException
7.40/1.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
7.40/1.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
7.40/1.51		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
7.40/1.51		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
7.40/1.51		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
7.40/1.51		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
7.40/1.51		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
7.40/1.51		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
7.40/1.51		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
7.40/1.51		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
7.40/1.51		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
7.40/1.51		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
7.40/1.51		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
7.40/1.51		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
7.40/1.51		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
7.40/1.51		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
7.40/1.51		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
7.40/1.51		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
7.40/1.51	Caused by: java.lang.NullPointerException
7.40/1.51		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
7.40/1.51		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
7.40/1.51		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
7.40/1.51		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
7.40/1.51		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
7.40/1.51		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
7.40/1.51		at org.chocosolver.solver.Solver.solve(Solver.java:262)
7.40/1.51		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
7.40/1.51		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
7.40/1.51		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.40/1.51		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
7.40/1.51		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
7.40/1.51		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
7.40/1.51		... 4 more
7.40/1.51	o 38 
8.30/1.66	java.util.concurrent.ExecutionException: java.lang.NullPointerException
8.30/1.66		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.30/1.66		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.30/1.66		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.30/1.66		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.30/1.66		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.30/1.66	Caused by: java.lang.NullPointerException
8.30/1.66		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.30/1.66		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.30/1.66		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.30/1.66		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.30/1.66		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.30/1.66		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
8.30/1.66		... 4 more
8.30/1.66	Caused by: java.lang.NullPointerException
8.30/1.66		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.30/1.66		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.30/1.66		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.30/1.66		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.30/1.66		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.30/1.66		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
8.30/1.66		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
8.30/1.66		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
8.30/1.66		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
8.30/1.66		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
8.30/1.66		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
8.30/1.66		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
8.30/1.66		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
8.30/1.66		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
8.30/1.66		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.30/1.66		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.30/1.66		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.30/1.66		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.30/1.66	Caused by: java.lang.NullPointerException
8.30/1.66		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
8.30/1.66		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
8.30/1.66		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
8.30/1.66		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
8.30/1.66		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
8.30/1.66		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
8.30/1.66		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.30/1.66		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.30/1.66		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.30/1.66		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.30/1.66		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.30/1.66		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.30/1.66		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.30/1.66		... 4 more
8.30/1.66	o 39 
8.30/1.67	o 40 
8.97/1.72	java.util.concurrent.ExecutionException: java.lang.NullPointerException
8.97/1.72		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.97/1.72		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.97/1.72		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.97/1.72		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.97/1.72		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.97/1.72	Caused by: java.lang.NullPointerException
8.97/1.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.97/1.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.97/1.72		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.97/1.72		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.97/1.72		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.97/1.72		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
8.97/1.72		... 4 more
8.97/1.72	Caused by: java.lang.NullPointerException
8.97/1.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
8.97/1.72		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
8.97/1.72		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
8.97/1.72		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
8.97/1.72		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
8.97/1.72		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
8.97/1.72		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
8.97/1.72		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
8.97/1.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
8.97/1.72		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
8.97/1.72		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
8.97/1.72		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
8.97/1.72		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
8.97/1.72		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
8.97/1.72		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.97/1.72		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.97/1.72		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.97/1.72		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.97/1.72	Caused by: java.lang.NullPointerException
8.97/1.72		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
8.97/1.72		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
8.97/1.72		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
8.97/1.72		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
8.97/1.72		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
8.97/1.72		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
8.97/1.72		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.97/1.72		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.97/1.72		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.97/1.72		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.97/1.72		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.97/1.72		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.97/1.72		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.97/1.72		... 4 more
8.97/1.72	o 42 
82.16/11.81	java.util.concurrent.ExecutionException: java.lang.NullPointerException
82.16/11.81		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
82.16/11.81		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
82.16/11.81		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
82.16/11.81		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
82.16/11.81		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
82.16/11.81	Caused by: java.lang.NullPointerException
82.16/11.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
82.16/11.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
82.16/11.81		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
82.16/11.81		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
82.16/11.81		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
82.16/11.81		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
82.16/11.81		... 4 more
82.16/11.81	Caused by: java.lang.NullPointerException
82.16/11.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
82.16/11.81		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
82.16/11.81		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
82.16/11.81		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
82.16/11.81		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
82.16/11.81		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
82.16/11.81		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
82.16/11.81		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
82.16/11.81		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
82.16/11.81		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
82.16/11.81		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
82.16/11.81		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
82.16/11.81		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
82.16/11.81		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
82.16/11.81		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
82.16/11.81		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
82.16/11.81		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
82.16/11.81		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
82.16/11.81	Caused by: java.lang.NullPointerException
82.16/11.81		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
82.16/11.81		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
82.16/11.81		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
82.16/11.81		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
82.16/11.81		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
82.16/11.81		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
82.16/11.81		at org.chocosolver.solver.Solver.solve(Solver.java:262)
82.16/11.81		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
82.16/11.81		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
82.16/11.81		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
82.16/11.81		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
82.16/11.81		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
82.16/11.81		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
82.16/11.81		... 4 more
82.16/11.81	o 43 
2989.73/427.85	java.util.concurrent.ExecutionException: java.lang.NullPointerException
2989.73/427.85		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2989.73/427.85		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2989.73/427.85		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2989.73/427.85		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2989.73/427.85		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2989.73/427.85	Caused by: java.lang.NullPointerException
2989.73/427.85		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2989.73/427.85		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2989.73/427.85		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2989.73/427.85		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2989.73/427.85		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
2989.73/427.85		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
2989.73/427.85		... 4 more
2989.73/427.85	Caused by: java.lang.NullPointerException
2989.73/427.85		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
2989.73/427.85		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
2989.73/427.85		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
2989.73/427.85		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
2989.73/427.85		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
2989.73/427.85		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
2989.73/427.85		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
2989.73/427.85		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
2989.73/427.85		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
2989.73/427.85		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
2989.73/427.85		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
2989.73/427.85		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
2989.73/427.85		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
2989.73/427.85		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
2989.73/427.85		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2989.73/427.85		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2989.73/427.85		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2989.73/427.85		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2989.73/427.85	Caused by: java.lang.NullPointerException
2989.73/427.85		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
2989.73/427.85		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
2989.73/427.85		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
2989.73/427.85		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
2989.73/427.85		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
2989.73/427.85		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
2989.73/427.85		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2989.73/427.85		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2989.73/427.85		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2989.73/427.85		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2989.73/427.85		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2989.73/427.85		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2989.73/427.85		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2989.73/427.85		... 4 more
2989.73/427.85	s OPTIMUM FOUND
2989.73/427.85	v <instantiation>
2989.73/427.85	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[0][14] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[1][14] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[2][14] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[3][14] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13] s[4][14] </list>
2989.73/427.85	v 	<values>1 0 1 1 0 1 1 0 1 0 1 1 0 1 1 1 1 0 1 0 1 0 1 1 1 0 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 1 0 1 1 1 0 1 1 0 1 1 0 1 0 1 1 0 1 1 2 4 3 2 4 2 3 4 3 4 3 2 4 3 3 2 3 5 3 6 3 5 3 3 3 5 3 5 3 3 4 4 5 2 6 2 5 4 6 4 5 2 5 4 4 2 3 5 3 6 3 5 3 3 3 5 3 5 3 3 2 4 3 2 4 2 3 4 3 4 3 2 4 3 3 </values>
2989.73/427.85	v </instantiation>

Verifier Data

OK	43

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

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

[startup+0.100133 s]*
/proc/loadavg: 8.66 8.31 7.35 3/211 9100
/proc/meminfo: memFree=30884104/32770624 swapFree=66940932/67108860
[pid=9079] ppid=9076 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9079/stat : 9079 (xcsp3-exec) S 9076 9079 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418152256 115843072 364 33554432000 4194304 5098028 140730111468832 140730111466936 139670336074364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33406976 140730111472501 140730111472745 140730111472745 140730111475658 0
/proc/9079/statm: 28282 364 305 221 0 87 0
[pid=9081] ppid=9079 vsize=28227388 memory=28924 CPUtime=0.12 cores=0-7
/proc/9081/stat : 9081 (java) S 9079 9079 6415 0 -1 1077944320 5706 0 0 0 11 1 0 0 20 0 20 0 418152257 28904845312 7231 33554432000 4194304 4196468 140722546185888 140722546168432 140223894757111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
/proc/9081/statm: 7056847 7231 3120 1 0 7019032 0
[pid=9081/tid=9082] ppid=9079 vsize=28227388 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/9081/task/9082/stat : 9082 (java) R 9079 9079 6415 0 -1 4202560 3616 0 0 0 8 0 0 0 20 0 20 0 418152257 28904845312 7231 33554432000 4194304 4196468 140722546185888 140223898989040 140223894769046 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9083] ppid=9079 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9081/task/9083/stat : 9083 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 7231 33554432000 4194304 4196468 140722546185888 140223847377936 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9084] ppid=9079 vsize=28227388 memory=139980892866176 CPUtime=0 cores=0-7
/proc/9081/task/9084/stat : 9084 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 7231 33554432000 4194304 4196468 140722546185888 140223846325392 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9085] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9085/stat : 9085 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 7231 33554432000 4194304 4196468 140722546185888 140223845272336 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9086] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9086/stat : 9086 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 7231 33554432000 4194304 4196468 140722546185888 140223844219792 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9087] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9087/stat : 9087 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 7231 33554432000 4194304 4196468 140722546185888 140223843166736 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9088] ppid=9079 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9081/task/9088/stat : 9088 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 7231 33554432000 4194304 4196468 140722546185888 140223842114192 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9089] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9089/stat : 9089 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 7231 33554432000 4194304 4196468 140722546185888 140223841061136 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9090] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9090/stat : 9090 (java) S 9079 9079 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 7231 33554432000 4194304 4196468 140722546185888 140223840008592 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9091] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9091/stat : 9091 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152259 28904845312 7231 33554432000 4194304 4196468 140722546185888 140222943877872 140223894768258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9092] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9092/stat : 9092 (java) S 9079 9079 6415 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418152260 28904845312 7231 33554432000 4194304 4196468 140722546185888 140222942824096 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9093] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9093/stat : 9093 (java) S 9079 9079 6415 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418152260 28904845312 7231 33554432000 4194304 4196468 140722546185888 140222941770992 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9094] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9094/stat : 9094 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152262 28904845312 7231 33554432000 4194304 4196468 140722546185888 140222940719568 140223894775707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9095] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9095/stat : 9095 (java) S 9079 9079 6415 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 418152262 28904845312 7231 33554432000 4194304 4196468 140722546185888 140222939666672 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9096] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9096/stat : 9096 (java) R 9079 9079 6415 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418152262 28904845312 7231 33554432000 4194304 4196468 140722546185888 140222938614128 140223894768258 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9097] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9097/stat : 9097 (java) R 9079 9079 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418152262 28904845312 7231 33554432000 4194304 4196468 140722546185888 140222937561072 140223894768258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9098] ppid=9079 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/9081/task/9098/stat : 9098 (java) R 9079 9079 6415 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 20 0 418152262 28904845312 7231 33554432000 4194304 4196468 140722546185888 140222936508528 140223894769046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9099] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9099/stat : 9099 (java) S 9079 9079 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418152263 28904845312 7231 33554432000 4194304 4196468 140722546185888 140222935456736 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9100] ppid=9079 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9081/task/9100/stat : 9100 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152263 28904845312 7231 33554432000 4194304 4196468 140722546185888 140222934404272 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30380 KiB

[startup+0.210015 s]*
/proc/loadavg: 8.66 8.31 7.35 2/211 9100
/proc/meminfo: memFree=30870960/32770624 swapFree=66940932/67108860
[pid=9079] ppid=9076 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9079/stat : 9079 (xcsp3-exec) S 9076 9079 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418152256 115843072 364 33554432000 4194304 5098028 140730111468832 140730111466936 139670336074364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33406976 140730111472501 140730111472745 140730111472745 140730111475658 0
/proc/9079/statm: 28282 364 305 221 0 87 0
[pid=9081] ppid=9079 vsize=28227388 memory=41028 CPUtime=0.33 cores=0-7
/proc/9081/stat : 9081 (java) S 9079 9079 6415 0 -1 1077944320 9519 0 0 0 31 2 0 0 20 0 20 0 418152257 28904845312 10257 33554432000 4194304 4196468 140722546185888 140722546168432 140223894757111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
/proc/9081/statm: 7056847 10257 3298 1 0 7019032 0
[pid=9081/tid=9082] ppid=9079 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/9081/task/9082/stat : 9082 (java) R 9079 9079 6415 0 -1 4202560 6640 0 0 0 18 1 0 0 20 0 20 0 418152257 28904845312 10257 33554432000 4194304 4196468 140722546185888 140223898989840 140223874953794 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9083] ppid=9079 vsize=28227388 memory=329 CPUtime=0 cores=0-7
/proc/9081/task/9083/stat : 9083 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 10257 33554432000 4194304 4196468 140722546185888 140223847377936 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9084] ppid=9079 vsize=28227388 memory=139980892875508 CPUtime=0 cores=0-7
/proc/9081/task/9084/stat : 9084 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 10257 33554432000 4194304 4196468 140722546185888 140223846325392 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9085] ppid=9079 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9081/task/9085/stat : 9085 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 10257 33554432000 4194304 4196468 140722546185888 140223845272336 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9086] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9086/stat : 9086 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 10257 33554432000 4194304 4196468 140722546185888 140223844219792 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9087] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9087/stat : 9087 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 10257 33554432000 4194304 4196468 140722546185888 140223843166736 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9088] ppid=9079 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9081/task/9088/stat : 9088 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 10257 33554432000 4194304 4196468 140722546185888 140223842114192 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9089] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9089/stat : 9089 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 10257 33554432000 4194304 4196468 140722546185888 140223841061136 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9090] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9090/stat : 9090 (java) S 9079 9079 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418152258 28904845312 10257 33554432000 4194304 4196468 140722546185888 140223840008592 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9091] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9091/stat : 9091 (java) S 9079 9079 6415 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418152259 28904845312 10257 33554432000 4194304 4196468 140722546185888 140222943877872 140223894768258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9092] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9092/stat : 9092 (java) S 9079 9079 6415 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418152260 28904845312 10257 33554432000 4194304 4196468 140722546185888 140222942824096 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9093] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9093/stat : 9093 (java) S 9079 9079 6415 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418152260 28904845312 10257 33554432000 4194304 4196468 140722546185888 140222941770992 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9094] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9094/stat : 9094 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152262 28904845312 10257 33554432000 4194304 4196468 140722546185888 140222940719568 140223894775707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9095] ppid=9079 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/9081/task/9095/stat : 9095 (java) S 9079 9079 6415 0 -1 1077944384 400 0 0 0 1 0 0 0 20 0 20 0 418152262 28904845312 10257 33554432000 4194304 4196468 140722546185888 140222939666672 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9096] ppid=9079 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/9081/task/9096/stat : 9096 (java) S 9079 9079 6415 0 -1 1077944384 334 0 0 0 1 0 0 0 20 0 20 0 418152262 28904845312 10257 33554432000 4194304 4196468 140722546185888 140222938614128 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9097] ppid=9079 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/9081/task/9097/stat : 9097 (java) S 9079 9079 6415 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 20 0 418152262 28904845312 10257 33554432000 4194304 4196468 140722546185888 140222937561072 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9098] ppid=9079 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/9081/task/9098/stat : 9098 (java) R 9079 9079 6415 0 -1 4202560 772 0 0 0 8 0 0 0 20 0 20 0 418152262 28904845312 10257 33554432000 4194304 4196468 140722546185888 140222936508528 140223873718424 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9099] ppid=9079 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9099/stat : 9099 (java) S 9079 9079 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418152263 28904845312 10257 33554432000 4194304 4196468 140722546185888 140222935456736 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9100] ppid=9079 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9081/task/9100/stat : 9100 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152263 28904845312 10257 33554432000 4194304 4196468 140722546185888 140222934404272 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42484 KiB

[startup+0.309446 s]*
/proc/loadavg: 8.66 8.31 7.35 4/211 9100
/proc/meminfo: memFree=30863828/32770624 swapFree=66940932/67108860
[pid=9079] ppid=9076 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9079/stat : 9079 (xcsp3-exec) S 9076 9079 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418152256 115843072 364 33554432000 4194304 5098028 140730111468832 140730111466936 139670336074364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33406976 140730111472501 140730111472745 140730111472745 140730111475658 0
/proc/9079/statm: 28282 364 305 221 0 87 0
[pid=9081] ppid=9079 vsize=28231644 memory=50168 CPUtime=0.52 cores=0-7
/proc/9081/stat : 9081 (java) S 9079 9079 6415 0 -1 1077944320 10877 0 0 0 48 4 0 0 20 0 20 0 418152257 28909203456 12542 33554432000 4194304 4196468 140722546185888 140722546168432 140223894757111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
/proc/9081/statm: 7057911 12542 3355 1 0 7019032 0
[pid=9081/tid=9082] ppid=9079 vsize=28231644 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/9081/task/9082/stat : 9082 (java) R 9079 9079 6415 0 -1 4202560 7788 0 0 0 27 2 0 0 20 0 20 0 418152257 28909203456 12542 33554432000 4194304 4196468 140722546185888 140223898988224 140223894779037 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9083] ppid=9079 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9083/stat : 9083 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28909203456 12542 33554432000 4194304 4196468 140722546185888 140223847377936 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9084] ppid=9079 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9084/stat : 9084 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28909203456 12542 33554432000 4194304 4196468 140722546185888 140223846325392 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9085] ppid=9079 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9085/stat : 9085 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28909203456 12542 33554432000 4194304 4196468 140722546185888 140223845272336 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9086] ppid=9079 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9086/stat : 9086 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152258 28909203456 12542 33554432000 4194304 4196468 140722546185888 140223844219792 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9087] ppid=9079 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/9081/task/9087/stat : 9087 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28909203456 12542 33554432000 4194304 4196468 140722546185888 140223843166736 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9088] ppid=9079 vsize=28231644 memory=139980768900015 CPUtime=0 cores=0-7
/proc/9081/task/9088/stat : 9088 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152258 28909203456 12542 33554432000 4194304 4196468 140722546185888 140223842114192 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9089] ppid=9079 vsize=28231644 memory=139980768902320 CPUtime=0 cores=0-7
/proc/9081/task/9089/stat : 9089 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152258 28909203456 12542 33554432000 4194304 4196468 140722546185888 140223841061136 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9090] ppid=9079 vsize=28231644 memory=139980768904624 CPUtime=0 cores=0-7
/proc/9081/task/9090/stat : 9090 (java) S 9079 9079 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418152258 28909203456 12542 33554432000 4194304 4196468 140722546185888 140223840008592 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9091] ppid=9079 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9091/stat : 9091 (java) S 9079 9079 6415 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418152259 28909203456 12542 33554432000 4194304 4196468 140722546185888 140222943877872 140223894768258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9092] ppid=9079 vsize=28231644 memory=279961537816208 CPUtime=0 cores=0-7
/proc/9081/task/9092/stat : 9092 (java) S 9079 9079 6415 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418152260 28909203456 12542 33554432000 4194304 4196468 140722546185888 140222942824096 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9093] ppid=9079 vsize=28231644 memory=279961537823120 CPUtime=0 cores=0-7
/proc/9081/task/9093/stat : 9093 (java) S 9079 9079 6415 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418152260 28909203456 12542 33554432000 4194304 4196468 140722546185888 140222941770992 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9094] ppid=9079 vsize=28231644 memory=279961537764272 CPUtime=0 cores=0-7
/proc/9081/task/9094/stat : 9094 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152262 28909203456 12542 33554432000 4194304 4196468 140722546185888 140222940719568 140223894775707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9095] ppid=9079 vsize=28231644 memory=279961537836944 CPUtime=0.03 cores=0-7
/proc/9081/task/9095/stat : 9095 (java) S 9079 9079 6415 0 -1 1077944384 404 0 0 0 3 0 0 0 20 0 20 0 418152262 28909203456 12542 33554432000 4194304 4196468 140722546185888 140222939666672 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9096] ppid=9079 vsize=28231644 memory=279961537843856 CPUtime=0.02 cores=0-7
/proc/9081/task/9096/stat : 9096 (java) S 9079 9079 6415 0 -1 1077944384 345 0 0 0 2 0 0 0 20 0 20 0 418152262 28909203456 12542 33554432000 4194304 4196468 140722546185888 140222938614128 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9097] ppid=9079 vsize=28231644 memory=279961537841552 CPUtime=0.03 cores=0-7
/proc/9081/task/9097/stat : 9097 (java) R 9079 9079 6415 0 -1 4202560 163 0 0 0 3 0 0 0 20 0 20 0 418152262 28909203456 12542 33554432000 4194304 4196468 140722546185888 140222937561072 140223878142552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9098] ppid=9079 vsize=28231644 memory=279961537857712 CPUtime=0.12 cores=0-7
/proc/9081/task/9098/stat : 9098 (java) S 9079 9079 6415 0 -1 1077944384 872 0 0 0 12 0 0 0 20 0 20 0 418152262 28909203456 12542 33554432000 4194304 4196468 140722546185888 140222936508528 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9099] ppid=9079 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9099/stat : 9099 (java) S 9079 9079 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418152263 28909203456 12542 33554432000 4194304 4196468 140722546185888 140222935456736 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9100] ppid=9079 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/9081/task/9100/stat : 9100 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418152263 28909203456 12542 33554432000 4194304 4196468 140722546185888 140222934404272 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51624 KiB

[startup+0.700896 s]
/proc/loadavg: 8.66 8.31 7.35 4/211 9100
/proc/meminfo: memFree=30852600/32770624 swapFree=66940932/67108860
[pid=9079] ppid=9076 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9079/stat : 9079 (xcsp3-exec) S 9076 9079 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418152256 115843072 364 33554432000 4194304 5098028 140730111468832 140730111466936 139670336074364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33406976 140730111472501 140730111472745 140730111472745 140730111475658 0
/proc/9079/statm: 28282 364 305 221 0 87 0
[pid=9081] ppid=9079 vsize=28233768 memory=92360 CPUtime=1.73 cores=0-7
/proc/9081/stat : 9081 (java) S 9079 9079 6415 0 -1 1077944320 16886 0 0 0 166 7 0 0 20 0 20 0 418152257 28911378432 23090 33554432000 4194304 4196468 140722546185888 140722546168432 140223894757111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
/proc/9081/statm: 7058442 23090 3455 1 0 7019544 0
[pid=9081/tid=9082] ppid=9079 vsize=28233768 memory=279961538215600 CPUtime=0.67 cores=0-7
/proc/9081/task/9082/stat : 9082 (java) R 9079 9079 6415 0 -1 4202560 9256 0 0 0 63 4 0 0 20 0 20 0 418152257 28911378432 23090 33554432000 4194304 4196468 140722546185888 140223898994272 140223521000932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9083] ppid=9079 vsize=28233768 memory=139980769108848 CPUtime=0 cores=0-7
/proc/9081/task/9083/stat : 9083 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28911378432 23090 33554432000 4194304 4196468 140722546185888 140223847377936 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9084] ppid=9079 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/9081/task/9084/stat : 9084 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28911378432 23090 33554432000 4194304 4196468 140722546185888 140223846325392 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9085] ppid=9079 vsize=28233768 memory=5980 CPUtime=0 cores=0-7
/proc/9081/task/9085/stat : 9085 (java) S 9079 9079 6415 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418152258 28911378432 23090 33554432000 4194304 4196468 140722546185888 140223845272336 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0

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

[pid=9081/tid=9313] ppid=9079 vsize=28902484 memory=14012 CPUtime=411.78 cores=0-7
/proc/9081/task/9313/stat : 9313 (java) R 9079 9079 6415 0 -1 4202560 27876 0 0 0 41156 22 0 0 20 0 28 0 418153438 29596143616 1708066 33554432000 4194304 4196468 140722546185888 140222922043400 140223525814075 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9314] ppid=9079 vsize=28902484 memory=2112 CPUtime=411.82 cores=0-7
/proc/9081/task/9314/stat : 9314 (java) R 9079 9079 6415 0 -1 4202560 44615 0 0 0 41064 118 0 0 20 0 28 0 418153438 29596143616 1708066 33554432000 4194304 4196468 140722546185888 140222920990744 140223525541319 0 4 0 16800975 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9315] ppid=9079 vsize=28902484 memory=12040 CPUtime=411.79 cores=0-7
/proc/9081/task/9315/stat : 9315 (java) R 9079 9079 6415 0 -1 4202560 25487 0 0 0 41138 41 0 0 20 0 28 0 418153438 29596143616 1708066 33554432000 4194304 4196468 140722546185888 140222913622264 140223879095987 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9316] ppid=9079 vsize=28902484 memory=23912 CPUtime=411.82 cores=0-7
/proc/9081/task/9316/stat : 9316 (java) R 9079 9079 6415 0 -1 4202560 25746 0 0 0 41122 60 0 0 20 0 28 0 418153438 29596143616 1708066 33554432000 4194304 4196468 140722546185888 140222918885256 140223525075195 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9317] ppid=9079 vsize=28902484 memory=1532 CPUtime=411.84 cores=0-7
/proc/9081/task/9317/stat : 9317 (java) R 9079 9079 6415 0 -1 4202560 58972 0 0 0 41049 135 0 0 20 0 28 0 418153439 29596143616 1708066 33554432000 4194304 4196468 140722546185888 140222919941344 140223526377761 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9318] ppid=9079 vsize=28902484 memory=1088 CPUtime=0 cores=0-7
/proc/9081/task/9318/stat : 9318 (java) S 9079 9079 6415 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418153439 29596143616 1708066 33554432000 4194304 4196468 140722546185888 140222917838416 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
Current children cumulated CPU time: 2985.59 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 6833720 KiB

[startup+427.601 s]
/proc/loadavg: 6.94 7.29 7.22 8/220 9377
/proc/meminfo: memFree=24066600/32770624 swapFree=66940932/67108860
[pid=9079] ppid=9076 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9079/stat : 9079 (xcsp3-exec) S 9076 9079 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418152256 115843072 364 33554432000 4194304 5098028 140730111468832 140730111466936 139670336074364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33406976 140730111472501 140730111472745 140730111472745 140730111475658 0
/proc/9079/statm: 28282 364 305 221 0 87 0
[pid=9081] ppid=9079 vsize=28902484 memory=6828672 CPUtime=2988.33 cores=0-7
/proc/9081/stat : 9081 (java) S 9079 9079 6415 0 -1 1077944320 410226 0 0 0 298187 646 0 0 20 0 28 0 418152257 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140722546168432 140223894757111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
/proc/9081/statm: 7225621 1707168 3552 1 0 7186723 0
[pid=9081/tid=9082] ppid=9079 vsize=28902484 memory=8112282956445269571 CPUtime=0.79 cores=0-7
/proc/9081/task/9082/stat : 9082 (java) S 9079 9079 6415 0 -1 1077944384 9728 0 0 0 74 5 0 0 20 0 28 0 418152257 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223898997888 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9083] ppid=9079 vsize=28902484 memory=1976 CPUtime=2.42 cores=0-7
/proc/9081/task/9083/stat : 9083 (java) S 9079 9079 6415 0 -1 1077944384 7066 0 0 0 219 23 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223847377936 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9084] ppid=9079 vsize=28902484 memory=2432 CPUtime=2.35 cores=0-7
/proc/9081/task/9084/stat : 9084 (java) S 9079 9079 6415 0 -1 1077944384 7540 0 0 0 213 22 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223846325392 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9085] ppid=9079 vsize=28902484 memory=1436 CPUtime=2.33 cores=0-7
/proc/9081/task/9085/stat : 9085 (java) S 9079 9079 6415 0 -1 1077944384 7647 0 0 0 210 23 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223845272336 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9086] ppid=9079 vsize=28902484 memory=800 CPUtime=2.3 cores=0-7
/proc/9081/task/9086/stat : 9086 (java) S 9079 9079 6415 0 -1 1077944384 7410 0 0 0 204 26 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223844219792 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9087] ppid=9079 vsize=28902484 memory=1764 CPUtime=2.37 cores=0-7
/proc/9081/task/9087/stat : 9087 (java) S 9079 9079 6415 0 -1 1077944384 7314 0 0 0 211 26 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223843166736 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9088] ppid=9079 vsize=28902484 memory=111628 CPUtime=2.34 cores=0-7
/proc/9081/task/9088/stat : 9088 (java) S 9079 9079 6415 0 -1 1077944384 6134 0 0 0 210 24 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223842114192 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9089] ppid=9079 vsize=28902484 memory=800 CPUtime=2.38 cores=0-7
/proc/9081/task/9089/stat : 9089 (java) S 9079 9079 6415 0 -1 1077944384 5921 0 0 0 215 23 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223841061136 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9090] ppid=9079 vsize=28902484 memory=1804 CPUtime=2.36 cores=0-7
/proc/9081/task/9090/stat : 9090 (java) S 9079 9079 6415 0 -1 1077944384 7699 0 0 0 212 24 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223840008592 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9091] ppid=9079 vsize=28902484 memory=920 CPUtime=0.58 cores=0-7
/proc/9081/task/9091/stat : 9091 (java) S 9079 9079 6415 0 -1 1077944384 39417 0 0 0 46 12 0 0 20 0 28 0 418152259 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222943877872 140223894768258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9092] ppid=9079 vsize=28902484 memory=4492 CPUtime=0 cores=0-7
/proc/9081/task/9092/stat : 9092 (java) S 9079 9079 6415 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 418152260 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222942824160 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9093] ppid=9079 vsize=28902484 memory=3620 CPUtime=0 cores=0-7
/proc/9081/task/9093/stat : 9093 (java) S 9079 9079 6415 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 418152260 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222941771008 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9094] ppid=9079 vsize=28902484 memory=40228 CPUtime=0 cores=0-7
/proc/9081/task/9094/stat : 9094 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418152262 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222940719568 140223894775707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9095] ppid=9079 vsize=28902484 memory=1988 CPUtime=2.53 cores=0-7
/proc/9081/task/9095/stat : 9095 (java) S 9079 9079 6415 0 -1 1077944384 32444 0 0 0 249 4 0 0 20 0 28 0 418152262 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222939666672 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9096] ppid=9079 vsize=28902484 memory=988 CPUtime=2.78 cores=0-7
/proc/9081/task/9096/stat : 9096 (java) S 9079 9079 6415 0 -1 1077944384 16874 0 0 0 274 4 0 0 20 0 28 0 418152262 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222938614128 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9097] ppid=9079 vsize=28902484 memory=1428 CPUtime=2.84 cores=0-7
/proc/9081/task/9097/stat : 9097 (java) S 9079 9079 6415 0 -1 1077944384 21684 0 0 0 282 2 0 0 20 0 28 0 418152262 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222937561072 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9098] ppid=9079 vsize=28902484 memory=1772 CPUtime=1.14 cores=0-7
/proc/9081/task/9098/stat : 9098 (java) S 9079 9079 6415 0 -1 1077944384 20566 0 0 0 112 2 0 0 20 0 28 0 418152262 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222936508528 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9099] ppid=9079 vsize=28902484 memory=1056 CPUtime=0 cores=0-7
/proc/9081/task/9099/stat : 9099 (java) S 9079 9079 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418152263 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222935456736 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9100] ppid=9079 vsize=28902484 memory=1556 CPUtime=0.28 cores=0-7
/proc/9081/task/9100/stat : 9100 (java) S 9079 9079 6415 0 -1 1077944384 3132 0 0 0 12 16 0 0 20 0 28 0 418152263 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222934404272 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9311] ppid=9079 vsize=28902484 memory=11568 CPUtime=412.23 cores=0-7
/proc/9081/task/9311/stat : 9311 (java) R 9079 9079 6415 0 -1 4202560 9830 0 0 0 41216 7 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222912568800 140223524657189 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9312] ppid=9079 vsize=28902484 memory=1532 CPUtime=412.24 cores=0-7
/proc/9081/task/9312/stat : 9312 (java) R 9079 9079 6415 0 -1 4202560 7877 0 0 0 41215 9 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222925193968 140223526378013 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9313] ppid=9079 vsize=28902484 memory=1088 CPUtime=412.16 cores=0-7
/proc/9081/task/9313/stat : 9313 (java) R 9079 9079 6415 0 -1 4202560 27886 0 0 0 41194 22 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222922043120 140223528248382 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9314] ppid=9079 vsize=28902484 memory=988 CPUtime=412.2 cores=0-7
/proc/9081/task/9314/stat : 9314 (java) R 9079 9079 6415 0 -1 4202560 44617 0 0 0 41102 118 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222920990304 140223526943977 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9315] ppid=9079 vsize=28902484 memory=8112282956445269571 CPUtime=412.17 cores=0-7
/proc/9081/task/9315/stat : 9315 (java) R 9079 9079 6415 0 -1 4202560 25487 0 0 0 41176 41 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222913622264 140223519495511 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9316] ppid=9079 vsize=28902484 memory=780 CPUtime=412.2 cores=0-7
/proc/9081/task/9316/stat : 9316 (java) R 9079 9079 6415 0 -1 4202560 25747 0 0 0 41160 60 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222918888144 140223525536364 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9317] ppid=9079 vsize=28902484 memory=12040 CPUtime=412.22 cores=0-7
/proc/9081/task/9317/stat : 9317 (java) R 9079 9079 6415 0 -1 4202560 58987 0 0 0 41087 135 0 0 20 0 28 0 418153439 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222919942168 140223880825216 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9318] ppid=9079 vsize=28902484 memory=23912 CPUtime=0 cores=0-7
/proc/9081/task/9318/stat : 9318 (java) S 9079 9079 6415 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418153439 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222917838416 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
Current children cumulated CPU time: 2988.33 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 6830128 KiB

[startup+427.801 s]
/proc/loadavg: 6.94 7.29 7.22 8/220 9377
/proc/meminfo: memFree=24066600/32770624 swapFree=66940932/67108860
[pid=9079] ppid=9076 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9079/stat : 9079 (xcsp3-exec) S 9076 9079 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418152256 115843072 364 33554432000 4194304 5098028 140730111468832 140730111466936 139670336074364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33406976 140730111472501 140730111472745 140730111472745 140730111475658 0
/proc/9079/statm: 28282 364 305 221 0 87 0
[pid=9081] ppid=9079 vsize=28902484 memory=6828672 CPUtime=2989.73 cores=0-7
/proc/9081/stat : 9081 (java) S 9079 9079 6415 0 -1 1077944320 410238 0 0 0 298327 646 0 0 20 0 28 0 418152257 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140722546168432 140223894757111 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
/proc/9081/statm: 7225621 1707168 3552 1 0 7186723 0
[pid=9081/tid=9082] ppid=9079 vsize=28902484 memory=928 CPUtime=0.79 cores=0-7
/proc/9081/task/9082/stat : 9082 (java) S 9079 9079 6415 0 -1 1077944384 9728 0 0 0 74 5 0 0 20 0 28 0 418152257 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223898997888 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9083] ppid=9079 vsize=28902484 memory=1720 CPUtime=2.42 cores=0-7
/proc/9081/task/9083/stat : 9083 (java) S 9079 9079 6415 0 -1 1077944384 7066 0 0 0 219 23 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223847377936 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9084] ppid=9079 vsize=28902484 memory=1976 CPUtime=2.35 cores=0-7
/proc/9081/task/9084/stat : 9084 (java) S 9079 9079 6415 0 -1 1077944384 7540 0 0 0 213 22 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223846325392 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9085] ppid=9079 vsize=28902484 memory=2432 CPUtime=2.33 cores=0-7
/proc/9081/task/9085/stat : 9085 (java) S 9079 9079 6415 0 -1 1077944384 7647 0 0 0 210 23 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223845272336 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9086] ppid=9079 vsize=28902484 memory=1436 CPUtime=2.3 cores=0-7
/proc/9081/task/9086/stat : 9086 (java) S 9079 9079 6415 0 -1 1077944384 7410 0 0 0 204 26 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223844219792 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9087] ppid=9079 vsize=28902484 memory=800 CPUtime=2.37 cores=0-7
/proc/9081/task/9087/stat : 9087 (java) S 9079 9079 6415 0 -1 1077944384 7314 0 0 0 211 26 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223843166736 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9088] ppid=9079 vsize=28902484 memory=4096 CPUtime=2.34 cores=0-7
/proc/9081/task/9088/stat : 9088 (java) S 9079 9079 6415 0 -1 1077944384 6134 0 0 0 210 24 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223842114192 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9089] ppid=9079 vsize=28902484 memory=1412 CPUtime=2.38 cores=0-7
/proc/9081/task/9089/stat : 9089 (java) S 9079 9079 6415 0 -1 1077944384 5921 0 0 0 215 23 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223841061136 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9090] ppid=9079 vsize=28902484 memory=3848 CPUtime=2.36 cores=0-7
/proc/9081/task/9090/stat : 9090 (java) S 9079 9079 6415 0 -1 1077944384 7699 0 0 0 212 24 0 0 20 0 28 0 418152258 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140223840008592 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9091] ppid=9079 vsize=28902484 memory=1456 CPUtime=0.58 cores=0-7
/proc/9081/task/9091/stat : 9091 (java) S 9079 9079 6415 0 -1 1077944384 39417 0 0 0 46 12 0 0 20 0 28 0 418152259 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222943877872 140223894768258 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9092] ppid=9079 vsize=28902484 memory=6840984 CPUtime=0 cores=0-7
/proc/9081/task/9092/stat : 9092 (java) S 9079 9079 6415 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 418152260 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222942824160 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9093] ppid=9079 vsize=28902484 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/9081/task/9093/stat : 9093 (java) S 9079 9079 6415 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 418152260 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222941771008 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9094] ppid=9079 vsize=28902484 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/9081/task/9094/stat : 9094 (java) S 9079 9079 6415 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418152262 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222940719568 140223894775707 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9095] ppid=9079 vsize=28902484 memory=6859452 CPUtime=2.53 cores=0-7
/proc/9081/task/9095/stat : 9095 (java) S 9079 9079 6415 0 -1 1077944384 32444 0 0 0 249 4 0 0 20 0 28 0 418152262 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222939666672 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9096] ppid=9079 vsize=28902484 memory=111628 CPUtime=2.78 cores=0-7
/proc/9081/task/9096/stat : 9096 (java) S 9079 9079 6415 0 -1 1077944384 16874 0 0 0 274 4 0 0 20 0 28 0 418152262 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222938614128 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9097] ppid=9079 vsize=28902484 memory=8112282956445269571 CPUtime=2.84 cores=0-7
/proc/9081/task/9097/stat : 9097 (java) S 9079 9079 6415 0 -1 1077944384 21684 0 0 0 282 2 0 0 20 0 28 0 418152262 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222937561072 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9098] ppid=9079 vsize=28902484 memory=1804 CPUtime=1.14 cores=0-7
/proc/9081/task/9098/stat : 9098 (java) S 9079 9079 6415 0 -1 1077944384 20566 0 0 0 112 2 0 0 20 0 28 0 418152262 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222936508528 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9099] ppid=9079 vsize=28902484 memory=920 CPUtime=0 cores=0-7
/proc/9081/task/9099/stat : 9099 (java) S 9079 9079 6415 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418152263 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222935456736 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9100] ppid=9079 vsize=28902484 memory=4492 CPUtime=0.28 cores=0-7
/proc/9081/task/9100/stat : 9100 (java) S 9079 9079 6415 0 -1 1077944384 3132 0 0 0 12 16 0 0 20 0 28 0 418152263 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222934404272 140223894768258 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9311] ppid=9079 vsize=28902484 memory=6840984 CPUtime=412.43 cores=0-7
/proc/9081/task/9311/stat : 9311 (java) R 9079 9079 6415 0 -1 4202560 9833 0 0 0 41236 7 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222912568800 140223526376504 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9312] ppid=9079 vsize=28902484 memory=8112282956445269571 CPUtime=412.44 cores=0-7
/proc/9081/task/9312/stat : 9312 (java) R 9079 9079 6415 0 -1 4202560 7878 0 0 0 41235 9 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222925193968 140223524258176 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9313] ppid=9079 vsize=28902484 memory=800 CPUtime=412.36 cores=0-7
/proc/9081/task/9313/stat : 9313 (java) R 9079 9079 6415 0 -1 4202560 27891 0 0 0 41214 22 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222922043120 140223528123617 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9314] ppid=9079 vsize=28902484 memory=1764 CPUtime=412.4 cores=0-7
/proc/9081/task/9314/stat : 9314 (java) R 9079 9079 6415 0 -1 4202560 44619 0 0 0 41122 118 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222920990304 140223526942465 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9315] ppid=9079 vsize=28902484 memory=111628 CPUtime=412.37 cores=0-7
/proc/9081/task/9315/stat : 9315 (java) R 9079 9079 6415 0 -1 4202560 25488 0 0 0 41196 41 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222913622264 140223519495428 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9316] ppid=9079 vsize=28902484 memory=800 CPUtime=412.4 cores=0-7
/proc/9081/task/9316/stat : 9316 (java) R 9079 9079 6415 0 -1 4202560 25747 0 0 0 41180 60 0 0 20 0 28 0 418153438 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222918888144 140223525538845 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9317] ppid=9079 vsize=28902484 memory=1556 CPUtime=412.42 cores=0-7
/proc/9081/task/9317/stat : 9317 (java) R 9079 9079 6415 0 -1 4202560 58987 0 0 0 41107 135 0 0 20 0 28 0 418153439 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222919942168 140223527708810 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
[pid=9081/tid=9318] ppid=9079 vsize=28902484 memory=11568 CPUtime=0 cores=0-7
/proc/9081/task/9318/stat : 9318 (java) S 9079 9079 6415 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 418153439 29596143616 1707168 33554432000 4194304 4196468 140722546185888 140222917838416 140223894767317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18190336 140722546193386 140722546193558 140722546193558 140722546196431 0
Current children cumulated CPU time: 2989.73 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 6830128 KiB

[startup+427.901 s]
/proc/loadavg: 6.94 7.29 7.22 8/220 9377
/proc/meminfo: memFree=24066600/32770624 swapFree=66940932/67108860
[pid=9079] ppid=9076 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9079/stat : 9079 (xcsp3-exec) S 9076 9079 6415 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418152256 115843072 364 33554432000 4194304 5098028 140730111468832 140730111466936 139670336074364 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 33406976 140730111472501 140730111472745 140730111472745 140730111475658 0
/proc/9079/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 0
Real time (s): 427.905
CPU time (s): 2990.14
CPU user time (s): 2983.64
CPU system time (s): 6.49979
CPU usage (%): 698.787
Max. virtual memory (cumulated for all children) (KiB): 29018296
Max. memory (cumulated for all children) (KiB): 6961368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2983.64
system time used= 6.49979
maximum resident set size= 6959948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412914
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32688
involuntary context switches= 10602


# summary of solver processes directly reported to runsolver:
#   pid: 9079
#   total CPU time (s): 2990.14
#   total CPU user time (s): 2983.64
#   total CPU system time (s): 6.49979

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.0659 second user time and 5.90221 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-14 01:58:18
IDJOB=4394523
IDBENCH=115968
IDSOLVER=2843
FILE ID=node149/4394523-1568419136
RUNJOBID= node149-1568416730-6442
PBS_JOBID= 21702252
Free space on /tmp= 61424 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-15.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-4394523-1568419136/watcher-4394523-1568419136 -o /tmp/evaluation-result-4394523-1568419136/solver-4394523-1568419136 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568416730-6442 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1466383155 HOME/instance-4394523-1568419136.xml

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

MD5SUM BENCH= 194a9771da43b175c5c48a6f0c769610
RANDOM SEED=1466383155

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30899768 kB
MemAvailable:   31858724 kB
Buffers:          175328 kB
Cached:          1084656 kB
SwapCached:        61316 kB
Active:           608524 kB
Inactive:         713796 kB
Active(anon):      30272 kB
Inactive(anon):    72460 kB
Active(file):     578252 kB
Inactive(file):   641336 kB
Unevictable:      111252 kB
Mlocked:          111252 kB
SwapTotal:      67108860 kB
SwapFree:       66940932 kB
Dirty:             26132 kB
Writeback:             0 kB
AnonPages:        114160 kB
Mapped:            44340 kB
Shmem:             31364 kB
Slab:             139504 kB
SReclaimable:     110408 kB
SUnreclaim:        29096 kB
KernelStack:        3728 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61396 MiB
End job on node149 at 2019-09-14 02:05:26