Trace number 4394551

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 parallelOPT79 102.796 21.2933

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-25-5-5-6.xml
MD5SUM0bc86e74ae8fed70a43ec92abb2586e2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark79
Best CPU time to get the best result obtained on this benchmark47.7083
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of constraints101
Number of domains25
Minimum domain size3
Maximum domain size26
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":8},{"size":5,"count":13},{"size":6,"count":2},{"size":26,"count":50}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":25},{"degree":26,"count":24},{"degree":27,"count":1},{"degree":28,"count":25}]
Minimum constraint arity1
Maximum constraint arity26
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":50},{"arity":25,"count":25},{"arity":26,"count":25}]
Number of extensional constraints50
Number of intensional constraints26
Distribution of constraint types[{"type":"extension","count":50},{"type":"intension","count":26},{"type":"count","count":25}]
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-4394551-1568430749.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394551-1568430749.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
4.87/1.96	c solve instance...
5.23/2.08	o -1000 
15.39/3.40	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (40/135)
15.39/3.40		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
15.39/3.40		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
15.39/3.40		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
15.39/3.40		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
15.39/3.40		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
15.39/3.40	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (40/135)
15.39/3.40		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
15.39/3.40		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
15.39/3.40		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
15.39/3.40		at org.chocosolver.solver.Solver.repair(Solver.java:443)
15.39/3.40		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
15.39/3.40		at org.chocosolver.solver.Solver.solve(Solver.java:262)
15.39/3.40		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
15.39/3.40		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
15.39/3.40		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
15.39/3.40		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
15.39/3.40		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
15.39/3.40		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
15.39/3.40		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
15.39/3.40		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
15.39/3.40		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
15.39/3.40		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
15.39/3.40	o -944 
26.95/4.83	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
26.95/4.83	PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_3, value=2) of COUNT ([PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_3, value=2)])
26.95/4.83		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
26.95/4.83		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
26.95/4.83		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
26.95/4.83		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
26.95/4.83		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
26.95/4.83	Caused by: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
26.95/4.83	PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_3, value=2) of COUNT ([PropFastCount_(s[0], s[1], s[2], s[3], ..., limit=IV_3, value=2)])
26.95/4.83		at org.chocosolver.solver.constraints.Propagator.setPassive(Propagator.java:546)
26.95/4.83		at org.chocosolver.solver.constraints.nary.count.PropCount_AC.filter(PropCount_AC.java:135)
26.95/4.83		at org.chocosolver.solver.constraints.nary.count.PropCount_AC.propagate(PropCount_AC.java:105)
26.95/4.83		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
26.95/4.83		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
26.95/4.83		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
26.95/4.83		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
26.95/4.83		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
26.95/4.83		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
26.95/4.83		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
26.95/4.83		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
26.95/4.83		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
26.95/4.83		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
26.95/4.83		at org.chocosolver.solver.Solver.extend(Solver.java:421)
26.95/4.83		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
26.95/4.83		at org.chocosolver.solver.Solver.solve(Solver.java:262)
26.95/4.83		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
26.95/4.83		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
26.95/4.83		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
26.95/4.83		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
26.95/4.83		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
26.95/4.83		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
26.95/4.83		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
26.95/4.83		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
26.95/4.83		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
26.95/4.83		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
26.95/4.83	o -6 
26.95/4.84	java.util.concurrent.ExecutionException: java.lang.NullPointerException
26.95/4.84		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
26.95/4.84		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
26.95/4.84		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
26.95/4.84		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
26.95/4.84		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
26.95/4.84	Caused by: java.lang.NullPointerException
26.95/4.84		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
26.95/4.84		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
26.95/4.84		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
26.95/4.84		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
26.95/4.84		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
26.95/4.84		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
26.95/4.84		... 4 more
26.95/4.84	Caused by: java.lang.NullPointerException
26.95/4.84		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
26.95/4.84		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
26.95/4.84		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
26.95/4.84		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
26.95/4.84		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
26.95/4.84		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
26.95/4.84		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
26.95/4.84		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
26.95/4.84		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
26.95/4.84		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
26.95/4.84		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
26.95/4.84		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
26.95/4.84		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
26.95/4.84		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
26.95/4.84		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
26.95/4.84		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
26.95/4.84		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
26.95/4.84		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
26.95/4.84	Caused by: java.lang.NullPointerException
26.95/4.84		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:169)
26.95/4.84		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
26.95/4.84		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
26.95/4.84		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
26.95/4.84		at org.chocosolver.solver.Solver.solve(Solver.java:262)
26.95/4.84		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
26.95/4.84		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
26.95/4.84		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
26.95/4.84		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
26.95/4.84		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
26.95/4.84		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
26.95/4.84		... 4 more
26.95/4.84	o 0 
26.95/4.89	java.util.concurrent.ExecutionException: java.lang.NullPointerException
26.95/4.89		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
26.95/4.89		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
26.95/4.89		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
26.95/4.89		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
26.95/4.89		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
26.95/4.89	Caused by: java.lang.NullPointerException
26.95/4.89		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
26.95/4.89		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
26.95/4.89		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
26.95/4.89		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
26.95/4.89		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
26.95/4.89		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
26.95/4.89		... 4 more
26.95/4.89	Caused by: java.lang.NullPointerException
26.95/4.89		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
26.95/4.89		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
26.95/4.89		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
26.95/4.89		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
26.95/4.89		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
26.95/4.89		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
26.95/4.89		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
26.95/4.89		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
26.95/4.89		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
26.95/4.89		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
26.95/4.89		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
26.95/4.89		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
26.95/4.89		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
26.95/4.89		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
26.95/4.89		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
26.95/4.89		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
26.95/4.89		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
26.95/4.89		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
26.95/4.89	Caused by: java.lang.NullPointerException
26.95/4.89		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:169)
26.95/4.89		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
26.95/4.89		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
26.95/4.89		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
26.95/4.89		at org.chocosolver.solver.Solver.solve(Solver.java:262)
26.95/4.89		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
26.95/4.89		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
26.95/4.89		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
26.95/4.89		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
26.95/4.89		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
26.95/4.89		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
26.95/4.89		... 4 more
26.95/4.89	o 2 
27.62/4.96	java.util.concurrent.ExecutionException: java.lang.NullPointerException
27.62/4.96		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
27.62/4.96		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
27.62/4.96		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
27.62/4.96		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
27.62/4.96		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
27.62/4.96	Caused by: java.lang.NullPointerException
27.62/4.96		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
27.62/4.96		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
27.62/4.96		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
27.62/4.96		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
27.62/4.96		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
27.62/4.96		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
27.62/4.96		... 4 more
27.62/4.96	Caused by: java.lang.NullPointerException
27.62/4.96		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
27.62/4.96		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
27.62/4.96		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
27.62/4.96		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
27.62/4.96		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
27.62/4.96		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
27.62/4.96		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
27.62/4.96		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
27.62/4.96		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
27.62/4.96		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
27.62/4.96		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
27.62/4.96		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
27.62/4.96		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
27.62/4.96		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
27.62/4.96		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
27.62/4.96		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
27.62/4.96		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
27.62/4.96		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
27.62/4.96	Caused by: java.lang.NullPointerException
27.62/4.97	o 9 
29.20/5.14	java.util.concurrent.ExecutionException: java.lang.NullPointerException
29.20/5.14		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
29.20/5.14		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
29.20/5.14		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
29.20/5.14		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
29.20/5.14		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
29.20/5.14	Caused by: java.lang.NullPointerException
29.20/5.14		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.20/5.14		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.20/5.14		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.20/5.14		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.20/5.14		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.20/5.14		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
29.20/5.14		... 4 more
29.20/5.14	Caused by: java.lang.NullPointerException
29.20/5.14		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
29.20/5.14		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
29.20/5.14		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
29.20/5.14		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
29.20/5.14		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
29.20/5.14		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
29.20/5.14		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
29.20/5.14		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
29.20/5.14		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
29.20/5.14		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
29.20/5.14		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
29.20/5.14		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
29.20/5.14		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
29.20/5.14		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
29.20/5.14		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
29.20/5.14		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
29.20/5.14		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
29.20/5.14		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
29.20/5.14	Caused by: java.lang.NullPointerException
29.20/5.14	o 22 
31.19/5.43	java.util.concurrent.ExecutionException: java.lang.NullPointerException
31.19/5.43		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
31.19/5.43		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
31.19/5.43		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
31.19/5.43		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
31.19/5.43		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
31.19/5.43	Caused by: java.lang.NullPointerException
31.19/5.43		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.19/5.43		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.19/5.43		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.19/5.43		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.19/5.43		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.19/5.43		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
31.19/5.43		... 4 more
31.19/5.43	Caused by: java.lang.NullPointerException
31.19/5.43		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.19/5.43		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.19/5.43		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.19/5.43		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.19/5.43		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.19/5.43		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
31.19/5.43		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
31.19/5.43		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
31.19/5.43		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
31.19/5.43		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
31.19/5.43		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
31.19/5.43		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
31.19/5.43		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
31.19/5.43		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
31.19/5.43		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
31.19/5.43		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
31.19/5.43		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
31.19/5.43		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
31.19/5.43	Caused by: java.lang.NullPointerException
31.19/5.43	o 26 
31.19/5.50	java.util.concurrent.ExecutionException: java.lang.NullPointerException
31.19/5.50		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
31.19/5.50		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
31.19/5.50		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
31.19/5.50		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
31.19/5.50		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
31.19/5.50	Caused by: java.lang.NullPointerException
31.19/5.50		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.19/5.50		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.19/5.50		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.19/5.50		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.19/5.50		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.19/5.50		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
31.19/5.50		... 4 more
31.19/5.50	Caused by: java.lang.NullPointerException
31.19/5.50		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.19/5.50		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.19/5.50		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.19/5.50		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.19/5.50		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.19/5.50		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
31.19/5.50		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
31.19/5.50		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
31.19/5.50		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
31.19/5.50		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
31.19/5.50		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
31.19/5.50		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
31.19/5.50		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
31.19/5.50		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
31.19/5.50		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
31.19/5.50		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
31.19/5.50		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
31.19/5.50		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
31.19/5.50	Caused by: java.lang.NullPointerException
31.82/5.50	o 53 
31.82/5.51	java.util.concurrent.ExecutionException: java.lang.NullPointerException
31.82/5.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
31.82/5.51		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
31.82/5.51		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
31.82/5.51		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
31.82/5.51		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
31.82/5.51	Caused by: java.lang.NullPointerException
31.82/5.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.82/5.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.82/5.51		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.82/5.51		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.82/5.51		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.82/5.51		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
31.82/5.51		... 4 more
31.82/5.51	Caused by: java.lang.NullPointerException
31.82/5.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.82/5.51		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.82/5.51		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.82/5.51		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.82/5.51		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.82/5.51		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
31.82/5.51		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
31.82/5.51		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
31.82/5.51		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
31.82/5.51		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
31.82/5.51		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
31.82/5.51		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
31.82/5.51		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
31.82/5.51		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
31.82/5.51		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
31.82/5.51		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
31.82/5.51		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
31.82/5.51		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
31.82/5.51	Caused by: java.lang.NullPointerException
31.82/5.51	o 62 
31.82/5.55	java.util.concurrent.ExecutionException: java.lang.NullPointerException
31.82/5.55		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
31.82/5.55		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
31.82/5.55		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
31.82/5.55		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
31.82/5.55		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
31.82/5.55	Caused by: java.lang.NullPointerException
31.82/5.55		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.82/5.55		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.82/5.55		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.82/5.55		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.82/5.55		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.82/5.55		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
31.82/5.55		... 4 more
31.82/5.55	Caused by: java.lang.NullPointerException
31.82/5.55		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
31.82/5.55		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
31.82/5.55		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
31.82/5.55		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
31.82/5.55		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
31.82/5.55		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
31.82/5.55		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
31.82/5.55		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
31.82/5.55		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
31.82/5.55		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
31.82/5.55		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
31.82/5.55		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
31.82/5.55		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
31.82/5.55		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
31.82/5.55		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
31.82/5.55		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
31.82/5.55		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
31.82/5.55		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
31.82/5.55	Caused by: java.lang.NullPointerException
31.82/5.55	o 70 
42.14/7.36	java.util.concurrent.ExecutionException: java.lang.NullPointerException
42.14/7.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
42.14/7.36		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
42.14/7.36		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
42.14/7.36		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
42.14/7.36		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
42.14/7.36	Caused by: java.lang.NullPointerException
42.14/7.36		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
42.14/7.36		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
42.14/7.36		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
42.14/7.36		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
42.14/7.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
42.14/7.36		... 4 more
42.14/7.36	Caused by: java.lang.NullPointerException
42.14/7.36		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
42.14/7.36		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
42.14/7.36		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
42.14/7.36		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
42.14/7.36		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
42.14/7.36		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
42.14/7.36		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
42.14/7.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
42.14/7.36		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
42.14/7.36		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
42.14/7.36		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
42.14/7.36		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
42.14/7.36		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
42.14/7.36		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
42.14/7.36		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
42.14/7.36		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
42.14/7.36		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
42.14/7.36	Caused by: java.lang.NullPointerException
42.14/7.36	o 75 
49.96/8.81	java.util.concurrent.ExecutionException: java.lang.NullPointerException
49.96/8.81		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
49.96/8.81		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
49.96/8.81		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
49.96/8.81		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
49.96/8.81		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
49.96/8.81	Caused by: java.lang.NullPointerException
49.96/8.81		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
49.96/8.81		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
49.96/8.81		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
49.96/8.81		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
49.96/8.81		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
49.96/8.81		... 4 more
49.96/8.81	Caused by: java.lang.NullPointerException
49.96/8.81		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
49.96/8.81		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
49.96/8.81		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
49.96/8.81		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
49.96/8.81		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
49.96/8.81		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
49.96/8.81		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
49.96/8.81		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
49.96/8.81		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
49.96/8.81		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
49.96/8.81		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
49.96/8.81		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
49.96/8.81		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
49.96/8.81		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
49.96/8.81		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
49.96/8.81		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
49.96/8.81		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
49.96/8.81	Caused by: java.lang.NullPointerException
49.96/8.81	o 76 
60.79/11.00	java.util.concurrent.ExecutionException: java.lang.NullPointerException
60.79/11.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
60.79/11.00		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
60.79/11.00		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
60.79/11.00		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
60.79/11.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
60.79/11.00	Caused by: java.lang.NullPointerException
60.79/11.00		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
60.79/11.00		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
60.79/11.00		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
60.79/11.00		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
60.79/11.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
60.79/11.00		... 4 more
60.79/11.00	Caused by: java.lang.NullPointerException
60.79/11.00		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
60.79/11.00		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
60.79/11.00		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
60.79/11.00		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
60.79/11.00		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
60.79/11.00		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
60.79/11.00		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
60.79/11.00		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
60.79/11.00		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
60.79/11.00		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
60.79/11.00		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
60.79/11.00		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
60.79/11.00		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
60.79/11.00		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
60.79/11.00		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
60.79/11.00		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
60.79/11.00		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
60.79/11.00	Caused by: java.lang.NullPointerException
60.79/11.00	o 79 
102.51/21.26	java.util.concurrent.ExecutionException: java.lang.NullPointerException
102.51/21.26		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
102.51/21.26		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
102.51/21.26		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
102.51/21.26		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
102.51/21.26		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
102.51/21.26	Caused by: java.lang.NullPointerException
102.51/21.26		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
102.51/21.26		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
102.51/21.26		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
102.51/21.26		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
102.51/21.26		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
102.51/21.26		... 4 more
102.51/21.26	Caused by: java.lang.NullPointerException
102.51/21.26		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
102.51/21.26		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
102.51/21.26		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
102.51/21.26		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
102.51/21.26		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
102.51/21.26		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
102.51/21.26		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
102.51/21.26		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
102.51/21.26		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
102.51/21.26		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
102.51/21.26		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
102.51/21.26		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
102.51/21.26		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
102.51/21.26		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
102.51/21.26		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
102.51/21.26		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
102.51/21.26		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
102.51/21.26	Caused by: java.lang.NullPointerException
102.51/21.26	s OPTIMUM FOUND
102.51/21.26	v <instantiation>
102.51/21.26	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] g[24] </list>
102.51/21.26	v 	<values>1 2 3 4 9 0 11 6 13 8 5 10 7 18 -1 16 17 12 19 24 15 20 21 22 23 0 1 2 3 4 23 20 19 6 5 22 21 18 7 -1 15 16 17 8 9 14 13 12 11 10 -3 2 5 5 5 0 4 5 -2 9 7 7 5 3 0 2 9 5 1 -5 7 3 -3 5 3 </values>
102.51/21.26	v </instantiation>

Verifier Data

OK	79

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394551-1568430749/watcher-4394551-1568430749 -o /tmp/evaluation-result-4394551-1568430749/solver-4394551-1568430749 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568421227-15750 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 879274227 HOME/instance-4394551-1568430749.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 threadver pid=
, stack expansion will 16730
Current StackSize limit: 8192 KiB



[startup+0.101694 s]*
/proc/loadavg: 7.63 7.70 7.56 3/212 16754
/proc/meminfo: memFree=26673660/32770624 swapFree=66977616/67108860
[pid=16733] ppid=16730 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16733/stat : 16733 (xcsp3-exec) S 16730 16733 15723 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419332176 115843072 363 33554432000 4194304 5098028 140721387802208 140721387800312 140336266019452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13156352 140721387803510 140721387803753 140721387803753 140721387806666 0
/proc/16733/statm: 28282 363 305 221 0 87 0
[pid=16735] ppid=16733 vsize=28227388 memory=30460 CPUtime=0.13 cores=0-7
/proc/16735/stat : 16735 (java) S 16733 16733 15723 0 -1 1077944320 5514 0 0 0 12 1 0 0 20 0 20 0 419332176 28904845312 7615 33554432000 4194304 4196468 140734515184560 140734515167104 140578747141879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
/proc/16735/statm: 7056847 7615 3148 1 0 7019032 0
[pid=16735/tid=16736] ppid=16733 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/16735/task/16736/stat : 16736 (java) R 16733 16733 15723 0 -1 4202560 3430 0 0 0 8 0 0 0 20 0 20 0 419332176 28904845312 7615 33554432000 4194304 4196468 140734515184560 140578751375152 140578747153814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16737] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16737/stat : 16737 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 7615 33554432000 4194304 4196468 140734515184560 140578710247696 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16738] ppid=16733 vsize=28227388 memory=288370176563422848 CPUtime=0 cores=0-7
/proc/16735/task/16738/stat : 16738 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 7615 33554432000 4194304 4196468 140734515184560 140578297600400 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16739] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16739/stat : 16739 (java) S 16733 16733 15723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 7615 33554432000 4194304 4196468 140734515184560 140578296547856 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16740] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16740/stat : 16740 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 7615 33554432000 4194304 4196468 140734515184560 140578295495312 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16741] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16741/stat : 16741 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 7615 33554432000 4194304 4196468 140734515184560 140578294442768 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16742] ppid=16733 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16735/task/16742/stat : 16742 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 7615 33554432000 4194304 4196468 140734515184560 140578293390224 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16743] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16743/stat : 16743 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 7615 33554432000 4194304 4196468 140734515184560 140578292337680 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16744] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16744/stat : 16744 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 7615 33554432000 4194304 4196468 140734515184560 140578291285136 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16745] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16745/stat : 16745 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332179 28904845312 7615 33554432000 4194304 4196468 140734515184560 140577729345520 140578747153026 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16746] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16746/stat : 16746 (java) S 16733 16733 15723 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419332179 28904845312 7615 33554432000 4194304 4196468 140734515184560 140577728291744 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16747] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16747/stat : 16747 (java) S 16733 16733 15723 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419332179 28904845312 7615 33554432000 4194304 4196468 140734515184560 140577727239152 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16748] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16748/stat : 16748 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332182 28904845312 7615 33554432000 4194304 4196468 140734515184560 140577726187728 140578747160475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16749] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16749/stat : 16749 (java) R 16733 16733 15723 0 -1 1077944384 418 0 0 0 0 0 0 0 20 0 20 0 419332182 28904845312 7615 33554432000 4194304 4196468 140734515184560 140577725135344 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16750] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16750/stat : 16750 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332182 28904845312 7615 33554432000 4194304 4196468 140734515184560 140577724082800 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16751] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16751/stat : 16751 (java) S 16733 16733 15723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419332182 28904845312 7615 33554432000 4194304 4196468 140734515184560 140577723030256 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16752] ppid=16733 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/16735/task/16752/stat : 16752 (java) R 16733 16733 15723 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 20 0 419332182 28904845312 7615 33554432000 4194304 4196468 140734515184560 140577721977712 140578725633117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16753] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16753/stat : 16753 (java) S 16733 16733 15723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419332182 28904845312 7615 33554432000 4194304 4196468 140734515184560 140577720924384 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16754] ppid=16733 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16735/task/16754/stat : 16754 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332182 28904845312 7615 33554432000 4194304 4196468 140734515184560 140577719871920 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31912 KiB

[startup+0.210744 s]*
/proc/loadavg: 7.63 7.70 7.56 2/212 16754
/proc/meminfo: memFree=26661400/32770624 swapFree=66977616/67108860
[pid=16733] ppid=16730 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16733/stat : 16733 (xcsp3-exec) S 16730 16733 15723 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419332176 115843072 363 33554432000 4194304 5098028 140721387802208 140721387800312 140336266019452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13156352 140721387803510 140721387803753 140721387803753 140721387806666 0
/proc/16733/statm: 28282 363 305 221 0 87 0
[pid=16735] ppid=16733 vsize=28227388 memory=40852 CPUtime=0.34 cores=0-7
/proc/16735/stat : 16735 (java) S 16733 16733 15723 0 -1 1077944320 8930 0 0 0 31 3 0 0 20 0 20 0 419332176 28904845312 10213 33554432000 4194304 4196468 140734515184560 140734515167104 140578747141879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
/proc/16735/statm: 7056847 10213 3297 1 0 7019032 0
[pid=16735/tid=16736] ppid=16733 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16735/task/16736/stat : 16736 (java) R 16733 16733 15723 0 -1 4202560 6196 0 0 0 17 2 0 0 20 0 20 0 419332176 28904845312 10213 33554432000 4194304 4196468 140734515184560 140578751375328 140578731222366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16737] ppid=16733 vsize=28227388 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/16735/task/16737/stat : 16737 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 10213 33554432000 4194304 4196468 140734515184560 140578710247696 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16738] ppid=16733 vsize=28227388 memory=139800411727111 CPUtime=0 cores=0-7
/proc/16735/task/16738/stat : 16738 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 10213 33554432000 4194304 4196468 140734515184560 140578297600400 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16739] ppid=16733 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16735/task/16739/stat : 16739 (java) S 16733 16733 15723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 10213 33554432000 4194304 4196468 140734515184560 140578296547856 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16740] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16740/stat : 16740 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 10213 33554432000 4194304 4196468 140734515184560 140578295495312 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16741] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16741/stat : 16741 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 10213 33554432000 4194304 4196468 140734515184560 140578294442768 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16742] ppid=16733 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16735/task/16742/stat : 16742 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 10213 33554432000 4194304 4196468 140734515184560 140578293390224 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16743] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16743/stat : 16743 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 10213 33554432000 4194304 4196468 140734515184560 140578292337680 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16744] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16744/stat : 16744 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28904845312 10213 33554432000 4194304 4196468 140734515184560 140578291285136 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16745] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16745/stat : 16745 (java) S 16733 16733 15723 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419332179 28904845312 10213 33554432000 4194304 4196468 140734515184560 140577729345520 140578747153026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16746] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16746/stat : 16746 (java) S 16733 16733 15723 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419332179 28904845312 10213 33554432000 4194304 4196468 140734515184560 140577728291744 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16747] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16747/stat : 16747 (java) S 16733 16733 15723 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419332179 28904845312 10213 33554432000 4194304 4196468 140734515184560 140577727239152 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16748] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16748/stat : 16748 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332182 28904845312 10213 33554432000 4194304 4196468 140734515184560 140577726187728 140578747160475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16749] ppid=16733 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/16735/task/16749/stat : 16749 (java) S 16733 16733 15723 0 -1 1077944384 475 0 0 0 1 0 0 0 20 0 20 0 419332182 28904845312 10213 33554432000 4194304 4196468 140734515184560 140577725135344 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16750] ppid=16733 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/16735/task/16750/stat : 16750 (java) S 16733 16733 15723 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 419332182 28904845312 10213 33554432000 4194304 4196468 140734515184560 140577724082800 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16751] ppid=16733 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/16735/task/16751/stat : 16751 (java) S 16733 16733 15723 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 20 0 419332182 28904845312 10213 33554432000 4194304 4196468 140734515184560 140577723030256 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16752] ppid=16733 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/16735/task/16752/stat : 16752 (java) R 16733 16733 15723 0 -1 4202560 764 0 0 0 8 0 0 0 20 0 20 0 419332182 28904845312 10213 33554432000 4194304 4196468 140734515184560 140577721977520 140578726160108 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16753] ppid=16733 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16753/stat : 16753 (java) S 16733 16733 15723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419332182 28904845312 10213 33554432000 4194304 4196468 140734515184560 140577720924384 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16754] ppid=16733 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/16735/task/16754/stat : 16754 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332182 28904845312 10213 33554432000 4194304 4196468 140734515184560 140577719871920 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42304 KiB

[startup+0.311116 s]*
/proc/loadavg: 7.63 7.70 7.56 4/212 16754
/proc/meminfo: memFree=26654256/32770624 swapFree=66977616/67108860
[pid=16733] ppid=16730 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16733/stat : 16733 (xcsp3-exec) S 16730 16733 15723 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419332176 115843072 363 33554432000 4194304 5098028 140721387802208 140721387800312 140336266019452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13156352 140721387803510 140721387803753 140721387803753 140721387806666 0
/proc/16733/statm: 28282 363 305 221 0 87 0
[pid=16735] ppid=16733 vsize=28231644 memory=49496 CPUtime=0.52 cores=0-7
/proc/16735/stat : 16735 (java) S 16733 16733 15723 0 -1 1077944320 10276 0 0 0 48 4 0 0 20 0 20 0 419332176 28909203456 12374 33554432000 4194304 4196468 140734515184560 140734515167104 140578747141879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
/proc/16735/statm: 7057911 12374 3344 1 0 7019032 0
[pid=16735/tid=16736] ppid=16733 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/16735/task/16736/stat : 16736 (java) R 16733 16733 15723 0 -1 4202560 7279 0 0 0 27 2 0 0 20 0 20 0 419332176 28909203456 12374 33554432000 4194304 4196468 140734515184560 140578751375664 140578747163805 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16737] ppid=16733 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16737/stat : 16737 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28909203456 12374 33554432000 4194304 4196468 140734515184560 140578710247696 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16738] ppid=16733 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16738/stat : 16738 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28909203456 12374 33554432000 4194304 4196468 140734515184560 140578297600400 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16739] ppid=16733 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16739/stat : 16739 (java) S 16733 16733 15723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419332177 28909203456 12374 33554432000 4194304 4196468 140734515184560 140578296547856 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16740] ppid=16733 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16740/stat : 16740 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28909203456 12374 33554432000 4194304 4196468 140734515184560 140578295495312 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16741] ppid=16733 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16741/stat : 16741 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28909203456 12374 33554432000 4194304 4196468 140734515184560 140578294442768 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16742] ppid=16733 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16742/stat : 16742 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28909203456 12374 33554432000 4194304 4196468 140734515184560 140578293390224 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16743] ppid=16733 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16743/stat : 16743 (java) S 16733 16733 15723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419332177 28909203456 12374 33554432000 4194304 4196468 140734515184560 140578292337680 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16744] ppid=16733 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16744/stat : 16744 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28909203456 12374 33554432000 4194304 4196468 140734515184560 140578291285136 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16745] ppid=16733 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16745/stat : 16745 (java) S 16733 16733 15723 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 419332179 28909203456 12374 33554432000 4194304 4196468 140734515184560 140577729345520 140578747153026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16746] ppid=16733 vsize=28231644 memory=279600626343296 CPUtime=0 cores=0-7
/proc/16735/task/16746/stat : 16746 (java) S 16733 16733 15723 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419332179 28909203456 12374 33554432000 4194304 4196468 140734515184560 140577728291744 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16747] ppid=16733 vsize=28231644 memory=279600626347904 CPUtime=0 cores=0-7
/proc/16735/task/16747/stat : 16747 (java) S 16733 16733 15723 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419332179 28909203456 12374 33554432000 4194304 4196468 140734515184560 140577727239152 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16748] ppid=16733 vsize=28231644 memory=279600626352512 CPUtime=0 cores=0-7
/proc/16735/task/16748/stat : 16748 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332182 28909203456 12374 33554432000 4194304 4196468 140734515184560 140577726187728 140578747160475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16749] ppid=16733 vsize=28231644 memory=279600626357120 CPUtime=0.04 cores=0-7
/proc/16735/task/16749/stat : 16749 (java) R 16733 16733 15723 0 -1 4202560 586 0 0 0 4 0 0 0 20 0 20 0 419332182 28909203456 12374 33554432000 4194304 4196468 140734515184560 140577725125728 140578728666130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16750] ppid=16733 vsize=28231644 memory=279600626361728 CPUtime=0.02 cores=0-7
/proc/16735/task/16750/stat : 16750 (java) S 16733 16733 15723 0 -1 1077944384 59 0 0 0 2 0 0 0 20 0 20 0 419332182 28909203456 12374 33554432000 4194304 4196468 140734515184560 140577724082800 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16751] ppid=16733 vsize=28231644 memory=279600626366336 CPUtime=0.02 cores=0-7
/proc/16735/task/16751/stat : 16751 (java) S 16733 16733 15723 0 -1 1077944384 165 0 0 0 2 0 0 0 20 0 20 0 419332182 28909203456 12374 33554432000 4194304 4196468 140734515184560 140577723030256 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16752] ppid=16733 vsize=28231644 memory=279600626370944 CPUtime=0.12 cores=0-7
/proc/16735/task/16752/stat : 16752 (java) S 16733 16733 15723 0 -1 1077944384 876 0 0 0 12 0 0 0 20 0 20 0 419332182 28909203456 12374 33554432000 4194304 4196468 140734515184560 140577721977712 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16753] ppid=16733 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16753/stat : 16753 (java) S 16733 16733 15723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419332182 28909203456 12374 33554432000 4194304 4196468 140734515184560 140577720924384 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16754] ppid=16733 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/16735/task/16754/stat : 16754 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332182 28909203456 12374 33554432000 4194304 4196468 140734515184560 140577719871920 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50948 KiB

[startup+0.701045 s]
/proc/loadavg: 7.63 7.70 7.56 6/212 16754
/proc/meminfo: memFree=26624528/32770624 swapFree=66977616/67108860
[pid=16733] ppid=16730 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16733/stat : 16733 (xcsp3-exec) S 16730 16733 15723 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419332176 115843072 363 33554432000 4194304 5098028 140721387802208 140721387800312 140336266019452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13156352 140721387803510 140721387803753 140721387803753 140721387806666 0
/proc/16733/statm: 28282 363 305 221 0 87 0
[pid=16735] ppid=16733 vsize=28233768 memory=119892 CPUtime=1.94 cores=0-7
/proc/16735/stat : 16735 (java) S 16733 16733 15723 0 -1 1077944320 15475 0 0 0 188 6 0 0 20 0 20 0 419332176 28911378432 29973 33554432000 4194304 4196468 140734515184560 140734515167104 140578747141879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
/proc/16735/statm: 7058442 29973 3449 1 0 7019544 0
[pid=16735/tid=16736] ppid=16733 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/16735/task/16736/stat : 16736 (java) R 16733 16733 15723 0 -1 4202560 8672 0 0 0 63 4 0 0 20 0 20 0 419332176 28911378432 29973 33554432000 4194304 4196468 140734515184560 140578751377408 140578383604930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16737] ppid=16733 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16737/stat : 16737 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28911378432 29973 33554432000 4194304 4196468 140734515184560 140578710247696 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16738] ppid=16733 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16738/stat : 16738 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419332177 28911378432 29973 33554432000 4194304 4196468 140734515184560 140578297600400 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16739] ppid=16733 vsize=28233768 memory=1056 CPUtime=0 cores=0-7

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

[pid=16735/tid=16752] ppid=16733 vsize=28901456 memory=1452 CPUtime=1.3 cores=0-7
/proc/16735/task/16752/stat : 16752 (java) S 16733 16733 15723 0 -1 1077944384 10332 0 0 0 125 5 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577721977712 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16753] ppid=16733 vsize=28901456 memory=1452 CPUtime=0 cores=0-7
/proc/16735/task/16753/stat : 16753 (java) S 16733 16733 15723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577720924384 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16754] ppid=16733 vsize=28901456 memory=646680 CPUtime=0 cores=0-7
/proc/16735/task/16754/stat : 16754 (java) S 16733 16733 15723 0 -1 1077944384 912 0 0 0 0 0 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577719871920 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16867] ppid=16733 vsize=28901456 memory=0 CPUtime=8.99 cores=0-7
/proc/16735/task/16867/stat : 16867 (java) R 16733 16733 15723 0 -1 4202560 1782 0 0 0 898 1 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577706457960 140578391023661 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16868] ppid=16733 vsize=28901456 memory=0 CPUtime=8.99 cores=0-7
/proc/16735/task/16868/stat : 16868 (java) R 16733 16733 15723 0 -1 4202560 423 0 0 0 899 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140576845439120 140578391023605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16869] ppid=16733 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16869/stat : 16869 (java) S 16733 16733 15723 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577704359120 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16870] ppid=16733 vsize=28901456 memory=0 CPUtime=8.99 cores=0-7
/proc/16735/task/16870/stat : 16870 (java) R 16733 16733 15723 0 -1 4202560 936 0 0 0 899 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140576847545256 140578391023666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16871] ppid=16733 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16871/stat : 16871 (java) S 16733 16733 15723 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577705412048 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16872] ppid=16733 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16872/stat : 16872 (java) S 16733 16733 15723 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140576846497360 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16873] ppid=16733 vsize=28901456 memory=6452091043247646266 CPUtime=8.98 cores=0-7
/proc/16735/task/16873/stat : 16873 (java) R 16733 16733 15723 0 -1 4202560 691 0 0 0 898 0 0 0 20 0 28 0 419333277 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577707511496 140578395582916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16874] ppid=16733 vsize=28901456 memory=279600627868000 CPUtime=0 cores=0-7
/proc/16735/task/16874/stat : 16874 (java) S 16733 16733 15723 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419333277 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577708569424 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
Current children cumulated CPU time: 97.73 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 650180 KiB

[startup+20.801 s]
/proc/loadavg: 6.31 7.39 7.46 5/220 16876
/proc/meminfo: memFree=26053820/32770624 swapFree=66977616/67108860
[pid=16733] ppid=16730 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16733/stat : 16733 (xcsp3-exec) S 16730 16733 15723 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419332176 115843072 363 33554432000 4194304 5098028 140721387802208 140721387800312 140336266019452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13156352 140721387803510 140721387803753 140721387803753 140721387806666 0
/proc/16733/statm: 28282 363 305 221 0 87 0
[pid=16735] ppid=16733 vsize=28901456 memory=648728 CPUtime=100.9 cores=0-7
/proc/16735/stat : 16735 (java) S 16733 16733 15723 0 -1 1077944320 69858 0 0 0 10018 72 0 0 20 0 28 0 419332176 29595090944 162182 33554432000 4194304 4196468 140734515184560 140734515167104 140578747141879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
/proc/16735/statm: 7225364 162182 3535 1 0 7186466 0
[pid=16735/tid=16736] ppid=16733 vsize=28901456 memory=16105866206120578 CPUtime=1.88 cores=0-7
/proc/16735/task/16736/stat : 16736 (java) S 16733 16733 15723 0 -1 1077944384 9634 0 0 0 180 8 0 0 20 0 28 0 419332176 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578751382656 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16737] ppid=16733 vsize=28901456 memory=0 CPUtime=0.07 cores=0-7
/proc/16735/task/16737/stat : 16737 (java) S 16733 16733 15723 0 -1 1077944384 184 0 0 0 4 3 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578710247696 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16738] ppid=16733 vsize=28901456 memory=0 CPUtime=0.08 cores=0-7
/proc/16735/task/16738/stat : 16738 (java) S 16733 16733 15723 0 -1 1077944384 192 0 0 0 3 5 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578297600400 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16739] ppid=16733 vsize=28901456 memory=1452 CPUtime=0.06 cores=0-7
/proc/16735/task/16739/stat : 16739 (java) S 16733 16733 15723 0 -1 1077944384 178 0 0 0 3 3 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578296547856 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16740] ppid=16733 vsize=28901456 memory=646680 CPUtime=0.09 cores=0-7
/proc/16735/task/16740/stat : 16740 (java) S 16733 16733 15723 0 -1 1077944384 176 0 0 0 4 5 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578295495312 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16741] ppid=16733 vsize=28901456 memory=14012 CPUtime=0.08 cores=0-7
/proc/16735/task/16741/stat : 16741 (java) S 16733 16733 15723 0 -1 1077944384 128 0 0 0 4 4 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578294442768 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16742] ppid=16733 vsize=28901456 memory=14048 CPUtime=0.09 cores=0-7
/proc/16735/task/16742/stat : 16742 (java) S 16733 16733 15723 0 -1 1077944384 219 0 0 0 4 5 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578293390224 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16743] ppid=16733 vsize=28901456 memory=21904 CPUtime=0.08 cores=0-7
/proc/16735/task/16743/stat : 16743 (java) S 16733 16733 15723 0 -1 1077944384 155 0 0 0 5 3 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578292337680 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16744] ppid=16733 vsize=28901456 memory=2120 CPUtime=0.06 cores=0-7
/proc/16735/task/16744/stat : 16744 (java) S 16733 16733 15723 0 -1 1077944384 128 0 0 0 4 2 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578291285136 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16745] ppid=16733 vsize=28901456 memory=0 CPUtime=0.01 cores=0-7
/proc/16735/task/16745/stat : 16745 (java) S 16733 16733 15723 0 -1 1077944384 853 0 0 0 1 0 0 0 20 0 28 0 419332179 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577729345520 140578747153026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16746] ppid=16733 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16746/stat : 16746 (java) S 16733 16733 15723 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419332179 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577728291808 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16747] ppid=16733 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16747/stat : 16747 (java) S 16733 16733 15723 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419332179 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577727239168 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16748] ppid=16733 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16748/stat : 16748 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577726187728 140578747160475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16749] ppid=16733 vsize=28901456 memory=0 CPUtime=3.14 cores=0-7
/proc/16735/task/16749/stat : 16749 (java) S 16733 16733 15723 0 -1 1077944384 6860 0 0 0 312 2 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577725135344 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16750] ppid=16733 vsize=28901456 memory=279600627862192 CPUtime=3.75 cores=0-7
/proc/16735/task/16750/stat : 16750 (java) S 16733 16733 15723 0 -1 1077944384 15456 0 0 0 371 4 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577724082800 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16751] ppid=16733 vsize=28901456 memory=2110150921210180 CPUtime=3.68 cores=0-7
/proc/16735/task/16751/stat : 16751 (java) S 16733 16733 15723 0 -1 1077944384 11775 0 0 0 365 3 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577723030256 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16752] ppid=16733 vsize=28901456 memory=3252 CPUtime=1.3 cores=0-7
/proc/16735/task/16752/stat : 16752 (java) S 16733 16733 15723 0 -1 1077944384 10350 0 0 0 125 5 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577721977712 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16753] ppid=16733 vsize=28901456 memory=1112 CPUtime=0 cores=0-7
/proc/16735/task/16753/stat : 16753 (java) S 16733 16733 15723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577720924384 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16754] ppid=16733 vsize=28901456 memory=1452 CPUtime=0 cores=0-7
/proc/16735/task/16754/stat : 16754 (java) S 16733 16733 15723 0 -1 1077944384 1160 0 0 0 0 0 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577719871920 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16867] ppid=16733 vsize=28901456 memory=646680 CPUtime=9.78 cores=0-7
/proc/16735/task/16867/stat : 16867 (java) R 16733 16733 15723 0 -1 4202560 1785 0 0 0 977 1 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577706457960 140578391023913 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16868] ppid=16733 vsize=28901456 memory=4096 CPUtime=9.78 cores=0-7
/proc/16735/task/16868/stat : 16868 (java) R 16733 16733 15723 0 -1 4202560 425 0 0 0 978 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140576845439120 140578391023849 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16869] ppid=16733 vsize=28901456 memory=1412 CPUtime=0 cores=0-7
/proc/16735/task/16869/stat : 16869 (java) S 16733 16733 15723 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577704359120 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16870] ppid=16733 vsize=28901456 memory=2824 CPUtime=9.78 cores=0-7
/proc/16735/task/16870/stat : 16870 (java) R 16733 16733 15723 0 -1 4202560 946 0 0 0 978 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140576847545256 140578391023913 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16871] ppid=16733 vsize=28901456 memory=1452 CPUtime=0 cores=0-7
/proc/16735/task/16871/stat : 16871 (java) S 16733 16733 15723 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577705412048 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16872] ppid=16733 vsize=28901456 memory=475704 CPUtime=0 cores=0-7
/proc/16735/task/16872/stat : 16872 (java) S 16733 16733 15723 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140576846497360 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16873] ppid=16733 vsize=28901456 memory=646680 CPUtime=9.77 cores=0-7
/proc/16735/task/16873/stat : 16873 (java) R 16733 16733 15723 0 -1 4202560 695 0 0 0 977 0 0 0 20 0 28 0 419333277 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577707511496 140578391023581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16874] ppid=16733 vsize=28901456 memory=41328 CPUtime=0 cores=0-7
/proc/16735/task/16874/stat : 16874 (java) S 16733 16733 15723 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419333277 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577708569424 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
Current children cumulated CPU time: 100.9 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 650180 KiB

[startup+21.201 s]
/proc/loadavg: 6.31 7.39 7.46 5/220 16876
/proc/meminfo: memFree=26053908/32770624 swapFree=66977616/67108860
[pid=16733] ppid=16730 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16733/stat : 16733 (xcsp3-exec) S 16730 16733 15723 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 419332176 115843072 363 33554432000 4194304 5098028 140721387802208 140721387800312 140336266019452 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 13156352 140721387803510 140721387803753 140721387803753 140721387806666 0
/proc/16733/statm: 28282 363 305 221 0 87 0
[pid=16735] ppid=16733 vsize=28901456 memory=648728 CPUtime=102.51 cores=0-7
/proc/16735/stat : 16735 (java) S 16733 16733 15723 0 -1 1077944320 70322 0 0 0 10178 73 0 0 20 0 28 0 419332176 29595090944 162182 33554432000 4194304 4196468 140734515184560 140734515167104 140578747141879 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
/proc/16735/statm: 7225364 162182 3535 1 0 7186466 0
[pid=16735/tid=16736] ppid=16733 vsize=28901456 memory=14012 CPUtime=1.88 cores=0-7
/proc/16735/task/16736/stat : 16736 (java) S 16733 16733 15723 0 -1 1077944384 9634 0 0 0 180 8 0 0 20 0 28 0 419332176 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578751382656 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16737] ppid=16733 vsize=28901456 memory=14048 CPUtime=0.07 cores=0-7
/proc/16735/task/16737/stat : 16737 (java) S 16733 16733 15723 0 -1 1077944384 184 0 0 0 4 3 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578710247696 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16738] ppid=16733 vsize=28901456 memory=21904 CPUtime=0.08 cores=0-7
/proc/16735/task/16738/stat : 16738 (java) S 16733 16733 15723 0 -1 1077944384 192 0 0 0 3 5 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578297600400 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16739] ppid=16733 vsize=28901456 memory=2120 CPUtime=0.06 cores=0-7
/proc/16735/task/16739/stat : 16739 (java) S 16733 16733 15723 0 -1 1077944384 178 0 0 0 3 3 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578296547856 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16740] ppid=16733 vsize=28901456 memory=532 CPUtime=0.09 cores=0-7
/proc/16735/task/16740/stat : 16740 (java) S 16733 16733 15723 0 -1 1077944384 176 0 0 0 4 5 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578295495312 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16741] ppid=16733 vsize=28901456 memory=1564 CPUtime=0.08 cores=0-7
/proc/16735/task/16741/stat : 16741 (java) S 16733 16733 15723 0 -1 1077944384 128 0 0 0 4 4 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578294442768 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16742] ppid=16733 vsize=28901456 memory=924 CPUtime=0.09 cores=0-7
/proc/16735/task/16742/stat : 16742 (java) S 16733 16733 15723 0 -1 1077944384 219 0 0 0 4 5 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578293390224 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16743] ppid=16733 vsize=28901456 memory=1756 CPUtime=0.08 cores=0-7
/proc/16735/task/16743/stat : 16743 (java) S 16733 16733 15723 0 -1 1077944384 155 0 0 0 5 3 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578292337680 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16744] ppid=16733 vsize=28901456 memory=33 CPUtime=0.06 cores=0-7
/proc/16735/task/16744/stat : 16744 (java) S 16733 16733 15723 0 -1 1077944384 128 0 0 0 4 2 0 0 20 0 28 0 419332177 29595090944 162182 33554432000 4194304 4196468 140734515184560 140578291285136 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16745] ppid=16733 vsize=28901456 memory=6791534058613427641 CPUtime=0.01 cores=0-7
/proc/16735/task/16745/stat : 16745 (java) S 16733 16733 15723 0 -1 1077944384 860 0 0 0 1 0 0 0 20 0 28 0 419332179 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577729345520 140578747153026 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16746] ppid=16733 vsize=28901456 memory=129 CPUtime=0 cores=0-7
/proc/16735/task/16746/stat : 16746 (java) S 16733 16733 15723 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 419332179 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577728291808 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16747] ppid=16733 vsize=28901456 memory=7522531252472933231 CPUtime=0 cores=0-7
/proc/16735/task/16747/stat : 16747 (java) S 16733 16733 15723 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419332179 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577727239168 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16748] ppid=16733 vsize=28901456 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/16735/task/16748/stat : 16748 (java) S 16733 16733 15723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577726187728 140578747160475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16749] ppid=16733 vsize=28901456 memory=320881719102406967 CPUtime=3.14 cores=0-7
/proc/16735/task/16749/stat : 16749 (java) S 16733 16733 15723 0 -1 1077944384 6860 0 0 0 312 2 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577725135344 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16750] ppid=16733 vsize=28901456 memory=16105866206120578 CPUtime=3.75 cores=0-7
/proc/16735/task/16750/stat : 16750 (java) S 16733 16733 15723 0 -1 1077944384 15456 0 0 0 371 4 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577724082800 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16751] ppid=16733 vsize=28901456 memory=-6421031960926448530 CPUtime=3.68 cores=0-7
/proc/16735/task/16751/stat : 16751 (java) S 16733 16733 15723 0 -1 1077944384 11775 0 0 0 365 3 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577723030256 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16752] ppid=16733 vsize=28901456 memory=-4695052241013923951 CPUtime=1.3 cores=0-7
/proc/16735/task/16752/stat : 16752 (java) S 16733 16733 15723 0 -1 1077944384 10350 0 0 0 125 5 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577721977712 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16753] ppid=16733 vsize=28901456 memory=-7751062316387021378 CPUtime=0 cores=0-7
/proc/16735/task/16753/stat : 16753 (java) S 16733 16733 15723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577720924384 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16754] ppid=16733 vsize=28901456 memory=29878100247 CPUtime=0 cores=0-7
/proc/16735/task/16754/stat : 16754 (java) S 16733 16733 15723 0 -1 1077944384 1183 0 0 0 0 0 0 0 20 0 28 0 419332182 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577719871920 140578747153026 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16867] ppid=16733 vsize=28901456 memory=0 CPUtime=10.18 cores=0-7
/proc/16735/task/16867/stat : 16867 (java) R 16733 16733 15723 0 -1 4202560 1856 0 0 0 1017 1 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577706460408 140578391491938 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16868] ppid=16733 vsize=28901456 memory=0 CPUtime=10.18 cores=0-7
/proc/16735/task/16868/stat : 16868 (java) R 16733 16733 15723 0 -1 4202560 487 0 0 0 1018 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140576845439120 140578391023877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16869] ppid=16733 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16869/stat : 16869 (java) S 16733 16733 15723 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577704359120 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16870] ppid=16733 vsize=28901456 memory=7230638415855315031 CPUtime=10.18 cores=0-7
/proc/16735/task/16870/stat : 16870 (java) R 16733 16733 15723 0 -1 4202560 1059 0 0 0 1018 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140576847545256 140578391493764 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16871] ppid=16733 vsize=28901456 memory=7305792226165746797 CPUtime=0 cores=0-7
/proc/16735/task/16871/stat : 16871 (java) S 16733 16733 15723 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577705412048 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16872] ppid=16733 vsize=28901456 memory=7667211675323880551 CPUtime=0 cores=0-7
/proc/16735/task/16872/stat : 16872 (java) S 16733 16733 15723 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 419333276 29595090944 162182 33554432000 4194304 4196468 140734515184560 140576846497360 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16873] ppid=16733 vsize=28901456 memory=30916 CPUtime=10.17 cores=0-7
/proc/16735/task/16873/stat : 16873 (java) R 16733 16733 15723 0 -1 4202560 883 0 0 0 1017 0 0 0 20 0 28 0 419333277 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577707511496 140578391023913 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
[pid=16735/tid=16874] ppid=16733 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/16735/task/16874/stat : 16874 (java) S 16733 16733 15723 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419333277 29595090944 162182 33554432000 4194304 4196468 140734515184560 140577708569424 140578747152085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20348928 140734515188714 140734515188886 140734515188886 140734515191759 0
Current children cumulated CPU time: 102.51 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 650180 KiB

Child status: 0
Real time (s): 21.2933
CPU time (s): 102.796
CPU user time (s): 102.043
CPU system time (s): 0.752907
CPU usage (%): 482.761
Max. virtual memory (cumulated for all children) (KiB): 29016704
Max. memory (cumulated for all children) (KiB): 650180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 102.043
system time used= 0.752907
maximum resident set size= 651460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7385
involuntary context switches= 955


# summary of solver processes directly reported to runsolver:
#   pid: 16733
#   total CPU time (s): 102.796
#   total CPU user time (s): 102.043
#   total CPU system time (s): 0.752907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.202237 second user time and 0.279938 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-14 04:02:12
IDJOB=4394551
IDBENCH=128027
IDSOLVER=2843
FILE ID=node104/4394551-1568430749
RUNJOBID= node104-1568421227-15750
PBS_JOBID= 21702284
Free space on /tmp= 59012 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-25-5-5-6.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-4394551-1568430749/watcher-4394551-1568430749 -o /tmp/evaluation-result-4394551-1568430749/solver-4394551-1568430749 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568421227-15750 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 879274227 HOME/instance-4394551-1568430749.xml

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

MD5SUM BENCH= 0bc86e74ae8fed70a43ec92abb2586e2
RANDOM SEED=879274227

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        26691136 kB
MemAvailable:   31835004 kB
Buffers:          180472 kB
Cached:          5217624 kB
SwapCached:        31688 kB
Active:          1772068 kB
Inactive:        3662132 kB
Active(anon):       2396 kB
Inactive(anon):    75148 kB
Active(file):    1769672 kB
Inactive(file):  3586984 kB
Unevictable:      107776 kB
Mlocked:          107776 kB
SwapTotal:      67108860 kB
SwapFree:       66977616 kB
Dirty:             26844 kB
Writeback:             0 kB
AnonPages:        113756 kB
Mapped:            44208 kB
Shmem:             32780 kB
Slab:             236140 kB
SReclaimable:     206092 kB
SUnreclaim:        30048 kB
KernelStack:        3344 kB
PageTables:         5024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     489664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58984 MiB
End job on node104 at 2019-09-14 04:02:33