Trace number 4394456

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 parallelOPT55 50.3249 8.0801

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark28.5824
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4394456-1568448762.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394456-1568448762.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.29/0.66	c solve instance...
1.59/0.77	o 80 
1.59/0.78	o 80 
1.59/0.78	o 75 
2.22/0.80	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (9/34)
2.22/0.80		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.22/0.80		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.22/0.80		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.22/0.80		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.22/0.80		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.22/0.80	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (9/34)
2.22/0.80		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.22/0.80		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.22/0.80		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.22/0.80		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.22/0.80		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.22/0.80		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.22/0.80		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.22/0.80		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.22/0.80		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.22/0.80		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.22/0.80		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.22/0.80		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.22/0.80		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.22/0.80		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.22/0.80		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.22/0.80		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.22/0.80	o 73 
2.22/0.85	o 72 
2.22/0.87	o 70 
2.91/0.92	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (9/34)
2.91/0.92		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.91/0.92		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.91/0.92		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.91/0.92		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.91/0.92		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.91/0.92	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (9/34)
2.91/0.92		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.91/0.92		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.91/0.92		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.91/0.92		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.91/0.92		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.91/0.92		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.91/0.92		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.91/0.92		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.91/0.92		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.91/0.92		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.91/0.92		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.91/0.92		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.91/0.92		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.91/0.92		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.91/0.92		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.91/0.92		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.91/0.92	o 68 
3.72/1.04	java.util.concurrent.ExecutionException: java.lang.NullPointerException
3.72/1.04		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.72/1.04		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.72/1.04		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.72/1.04		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.72/1.04		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.72/1.04	Caused by: java.lang.NullPointerException
3.72/1.04		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.72/1.04		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.72/1.04		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.72/1.04		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.72/1.04		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.72/1.04		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3.72/1.04		... 4 more
3.72/1.04	Caused by: java.lang.NullPointerException
3.72/1.04		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.72/1.04		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.72/1.04		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.72/1.04		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.72/1.04		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.72/1.04		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3.72/1.04		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3.72/1.04		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3.72/1.04		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3.72/1.04		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3.72/1.04		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3.72/1.04		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3.72/1.04		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
3.72/1.04		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3.72/1.04		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.72/1.04		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.72/1.05		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.72/1.05		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.72/1.05	Caused by: java.lang.NullPointerException
3.72/1.05		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
3.72/1.05		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:214)
3.72/1.05		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
3.72/1.05		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
3.72/1.05		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
3.72/1.05		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
3.72/1.05		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
3.72/1.05		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.72/1.05		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.72/1.05		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.72/1.05		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.72/1.05		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.72/1.05		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.72/1.05		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.72/1.05		... 4 more
3.72/1.05	o 66 
3.72/1.08	java.util.concurrent.ExecutionException: java.lang.NullPointerException
3.72/1.08		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.72/1.08		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.72/1.08		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.72/1.08		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.72/1.08		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.72/1.08	Caused by: java.lang.NullPointerException
3.72/1.08		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.72/1.08		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.72/1.08		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.72/1.08		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.72/1.08		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.72/1.08		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3.72/1.08		... 4 more
3.72/1.08	Caused by: java.lang.NullPointerException
3.72/1.08		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.72/1.08		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.72/1.08		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.72/1.08		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.72/1.08		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.72/1.08		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3.72/1.08		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3.72/1.08		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3.72/1.08		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3.72/1.08		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3.72/1.08		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3.72/1.08		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3.72/1.08		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
3.72/1.08		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3.72/1.08		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.72/1.08		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.72/1.08		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.72/1.08		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.72/1.08	Caused by: java.lang.NullPointerException
3.72/1.08		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
3.72/1.08		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:214)
3.72/1.08		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
3.72/1.08		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
3.72/1.08		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
3.72/1.08		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
3.72/1.08		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
3.72/1.08		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.72/1.08		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.72/1.08		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.72/1.08		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.72/1.08		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.72/1.08		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.72/1.08		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.72/1.08		... 4 more
3.72/1.08	o 62 
6.69/1.42	java.util.concurrent.ExecutionException: java.lang.NullPointerException
6.69/1.42		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.69/1.42		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.69/1.42		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.69/1.42		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.69/1.42		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.69/1.42	Caused by: java.lang.NullPointerException
6.69/1.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
6.69/1.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
6.69/1.42		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
6.69/1.42		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
6.69/1.42		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
6.69/1.42		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
6.69/1.42		... 4 more
6.69/1.42	Caused by: java.lang.NullPointerException
6.69/1.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
6.69/1.42		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
6.69/1.42		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
6.69/1.42		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
6.69/1.42		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
6.69/1.42		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
6.69/1.42		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
6.69/1.42		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
6.69/1.42		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
6.69/1.42		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
6.69/1.42		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
6.69/1.42		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
6.69/1.42		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
6.69/1.42		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
6.69/1.42		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.69/1.42		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.69/1.42		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.69/1.42		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.69/1.42	Caused by: java.lang.NullPointerException
6.69/1.42	o 60 
10.96/2.01	java.util.concurrent.ExecutionException: java.lang.NullPointerException
10.96/2.01		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
10.96/2.01		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
10.96/2.01		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
10.96/2.01		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
10.96/2.01		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
10.96/2.01	Caused by: java.lang.NullPointerException
10.96/2.01		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10.96/2.01		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10.96/2.01		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10.96/2.01		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10.96/2.01		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
10.96/2.01		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
10.96/2.01		... 4 more
10.96/2.01	Caused by: java.lang.NullPointerException
10.96/2.01		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
10.96/2.01		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
10.96/2.01		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
10.96/2.01		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
10.96/2.01		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
10.96/2.01		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
10.96/2.01		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
10.96/2.01		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
10.96/2.01		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
10.96/2.01		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
10.96/2.01		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
10.96/2.01		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
10.96/2.01		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
10.96/2.01		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
10.96/2.01		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
10.96/2.01		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
10.96/2.01		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
10.96/2.01		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
10.96/2.01	Caused by: java.lang.NullPointerException
10.96/2.01	o 55 
49.98/8.05	java.util.concurrent.ExecutionException: java.lang.NullPointerException
49.98/8.05		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
49.98/8.05		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
49.98/8.05		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
49.98/8.05		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
49.98/8.05		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
49.98/8.05	Caused by: java.lang.NullPointerException
49.98/8.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
49.98/8.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
49.98/8.05		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
49.98/8.05		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
49.98/8.05		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
49.98/8.05		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
49.98/8.05		... 4 more
49.98/8.05	Caused by: java.lang.NullPointerException
49.98/8.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
49.98/8.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
49.98/8.05		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
49.98/8.05		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
49.98/8.05		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
49.98/8.05		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
49.98/8.05		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
49.98/8.05		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
49.98/8.05		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
49.98/8.05		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
49.98/8.05		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
49.98/8.05		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
49.98/8.05		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
49.98/8.05		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
49.98/8.05		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
49.98/8.05		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
49.98/8.05		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
49.98/8.05		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
49.98/8.05	Caused by: java.lang.NullPointerException
49.98/8.05	s OPTIMUM FOUND
49.98/8.05	v <instantiation>
49.98/8.05	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
49.98/8.05	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
49.98/8.05	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394456-1568448762/watcher-4394456-1568448762 -o /tmp/evaluation-result-4394456-1568448762/solver-4394456-1568448762 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1568445045-26280 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1938562085 HOME/instance-4394456-1568448762.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26297, runsolver pid=26294

[startup+0.100108 s]*
/proc/loadavg: 6.07 6.51 6.98 2/211 26318
/proc/meminfo: memFree=31036636/32770624 swapFree=66923244/67108860
[pid=26297] ppid=26294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26297/stat : 26297 (xcsp3-exec) S 26294 26297 26253 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421132170 115843072 363 33554432000 4194304 5098028 140729370448592 140729370446696 140172914479740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34639872 140729370456949 140729370457193 140729370457193 140729370460106 0
/proc/26297/statm: 28282 363 304 221 0 87 0
[pid=26299] ppid=26297 vsize=28227388 memory=28964 CPUtime=0.12 cores=0-7
/proc/26299/stat : 26299 (java) S 26297 26297 26253 0 -1 1077944320 5694 0 0 0 10 2 0 0 20 0 20 0 421132170 28904845312 7241 33554432000 4194304 4196468 140725493986272 140725493968816 140149413805815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
/proc/26299/statm: 7056847 7241 3124 1 0 7019032 0
[pid=26299/tid=26300] ppid=26297 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/26299/task/26300/stat : 26300 (java) R 26297 26297 26253 0 -1 4202560 3599 0 0 0 8 1 0 0 20 0 20 0 421132170 28904845312 7241 33554432000 4194304 4196468 140725493986272 140149418042240 140149413827741 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26301] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26301/stat : 26301 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 7241 33554432000 4194304 4196468 140725493986272 140149366426384 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26302] ppid=26297 vsize=28227388 memory=3978003489155696288 CPUtime=0 cores=0-7
/proc/26299/task/26302/stat : 26302 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 7241 33554432000 4194304 4196468 140725493986272 140149365373840 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26303] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26303/stat : 26303 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 7241 33554432000 4194304 4196468 140725493986272 140149364321296 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26304] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26304/stat : 26304 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 7241 33554432000 4194304 4196468 140725493986272 140149363268752 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26305] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26305/stat : 26305 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 7241 33554432000 4194304 4196468 140725493986272 140149362215184 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26306] ppid=26297 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26299/task/26306/stat : 26306 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 7241 33554432000 4194304 4196468 140725493986272 140149361162640 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26307] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26307/stat : 26307 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 7241 33554432000 4194304 4196468 140725493986272 140149360110096 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26308] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26308/stat : 26308 (java) S 26297 26297 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 7241 33554432000 4194304 4196468 140725493986272 140149359057552 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26309] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26309/stat : 26309 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132172 28904845312 7241 33554432000 4194304 4196468 140725493986272 140148597271024 140149413816962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26310] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26310/stat : 26310 (java) S 26297 26297 26253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421132173 28904845312 7241 33554432000 4194304 4196468 140725493986272 140148596217248 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26311] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26311/stat : 26311 (java) S 26297 26297 26253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421132173 28904845312 7241 33554432000 4194304 4196468 140725493986272 140148595164656 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26312] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26312/stat : 26312 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132176 28904845312 7241 33554432000 4194304 4196468 140725493986272 140148594113232 140149413824411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26313] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26313/stat : 26313 (java) S 26297 26297 26253 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 421132176 28904845312 7241 33554432000 4194304 4196468 140725493986272 140148593059824 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26314] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26314/stat : 26314 (java) R 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132176 28904845312 7241 33554432000 4194304 4196468 140725493986272 140148592007280 140149413816962 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26315] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26315/stat : 26315 (java) S 26297 26297 26253 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 421132176 28904845312 7241 33554432000 4194304 4196468 140725493986272 140148590954736 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26316] ppid=26297 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/26299/task/26316/stat : 26316 (java) S 26297 26297 26253 0 -1 1077944384 364 0 0 0 2 0 0 0 20 0 20 0 421132176 28904845312 7241 33554432000 4194304 4196468 140725493986272 140148589902192 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26317] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26317/stat : 26317 (java) S 26297 26297 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421132176 28904845312 7241 33554432000 4194304 4196468 140725493986272 140148588849888 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26318] ppid=26297 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26299/task/26318/stat : 26318 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132176 28904845312 7241 33554432000 4194304 4196468 140725493986272 140148587797424 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30416 KiB

[startup+0.209863 s]*
/proc/loadavg: 6.07 6.51 6.98 2/211 26318
/proc/meminfo: memFree=31023356/32770624 swapFree=66923244/67108860
[pid=26297] ppid=26294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26297/stat : 26297 (xcsp3-exec) S 26294 26297 26253 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421132170 115843072 363 33554432000 4194304 5098028 140729370448592 140729370446696 140172914479740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34639872 140729370456949 140729370457193 140729370457193 140729370460106 0
/proc/26297/statm: 28282 363 304 221 0 87 0
[pid=26299] ppid=26297 vsize=28227388 memory=40588 CPUtime=0.33 cores=0-7
/proc/26299/stat : 26299 (java) S 26297 26297 26253 0 -1 1077944320 9463 0 0 0 29 4 0 0 20 0 20 0 421132170 28904845312 10147 33554432000 4194304 4196468 140725493986272 140725493968816 140149413805815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
/proc/26299/statm: 7056847 10147 3287 1 0 7019032 0
[pid=26299/tid=26300] ppid=26297 vsize=28227388 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/26299/task/26300/stat : 26300 (java) R 26297 26297 26253 0 -1 4202560 6590 0 0 0 17 2 0 0 20 0 20 0 421132170 28904845312 10147 33554432000 4194304 4196468 140725493986272 140149418038544 140149027581755 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26301] ppid=26297 vsize=28227388 memory=10923 CPUtime=0 cores=0-7
/proc/26299/task/26301/stat : 26301 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 10147 33554432000 4194304 4196468 140725493986272 140149366426384 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26302] ppid=26297 vsize=28227388 memory=140619990004259 CPUtime=0 cores=0-7
/proc/26299/task/26302/stat : 26302 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 10147 33554432000 4194304 4196468 140725493986272 140149365373840 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26303] ppid=26297 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26299/task/26303/stat : 26303 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 10147 33554432000 4194304 4196468 140725493986272 140149364321296 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26304] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26304/stat : 26304 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 10147 33554432000 4194304 4196468 140725493986272 140149363268752 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26305] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26305/stat : 26305 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 10147 33554432000 4194304 4196468 140725493986272 140149362215184 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26306] ppid=26297 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26299/task/26306/stat : 26306 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 10147 33554432000 4194304 4196468 140725493986272 140149361162640 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26307] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26307/stat : 26307 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 10147 33554432000 4194304 4196468 140725493986272 140149360110096 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26308] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26308/stat : 26308 (java) S 26297 26297 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421132171 28904845312 10147 33554432000 4194304 4196468 140725493986272 140149359057552 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26309] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26309/stat : 26309 (java) S 26297 26297 26253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421132172 28904845312 10147 33554432000 4194304 4196468 140725493986272 140148597271024 140149413816962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26310] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26310/stat : 26310 (java) S 26297 26297 26253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421132173 28904845312 10147 33554432000 4194304 4196468 140725493986272 140148596217248 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26311] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26311/stat : 26311 (java) S 26297 26297 26253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421132173 28904845312 10147 33554432000 4194304 4196468 140725493986272 140148595164656 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26312] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26312/stat : 26312 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132176 28904845312 10147 33554432000 4194304 4196468 140725493986272 140148594113232 140149413824411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26313] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26313/stat : 26313 (java) R 26297 26297 26253 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 20 0 421132176 28904845312 10147 33554432000 4194304 4196468 140725493986272 140148593059824 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26314] ppid=26297 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/26299/task/26314/stat : 26314 (java) S 26297 26297 26253 0 -1 1077944384 232 0 0 0 2 0 0 0 20 0 20 0 421132176 28904845312 10147 33554432000 4194304 4196468 140725493986272 140148592007280 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26315] ppid=26297 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/26299/task/26315/stat : 26315 (java) S 26297 26297 26253 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 20 0 421132176 28904845312 10147 33554432000 4194304 4196468 140725493986272 140148590954736 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26316] ppid=26297 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/26299/task/26316/stat : 26316 (java) R 26297 26297 26253 0 -1 4202560 785 0 0 0 7 0 0 0 20 0 20 0 421132176 28904845312 10147 33554432000 4194304 4196468 140725493986272 140148589902192 140149413817750 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26317] ppid=26297 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26317/stat : 26317 (java) S 26297 26297 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421132176 28904845312 10147 33554432000 4194304 4196468 140725493986272 140148588849888 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26318] ppid=26297 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26299/task/26318/stat : 26318 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132176 28904845312 10147 33554432000 4194304 4196468 140725493986272 140148587797424 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42040 KiB

[startup+0.309435 s]*
/proc/loadavg: 6.07 6.51 6.98 3/211 26318
/proc/meminfo: memFree=31019360/32770624 swapFree=66923244/67108860
[pid=26297] ppid=26294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26297/stat : 26297 (xcsp3-exec) S 26294 26297 26253 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421132170 115843072 363 33554432000 4194304 5098028 140729370448592 140729370446696 140172914479740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34639872 140729370456949 140729370457193 140729370457193 140729370460106 0
/proc/26297/statm: 28282 363 304 221 0 87 0
[pid=26299] ppid=26297 vsize=28231644 memory=49744 CPUtime=0.52 cores=0-7
/proc/26299/stat : 26299 (java) S 26297 26297 26253 0 -1 1077944320 10828 0 0 0 47 5 0 0 20 0 20 0 421132170 28909203456 12436 33554432000 4194304 4196468 140725493986272 140725493968816 140149413805815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
/proc/26299/statm: 7057911 12436 3333 1 0 7019032 0
[pid=26299/tid=26300] ppid=26297 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/26299/task/26300/stat : 26300 (java) R 26297 26297 26253 0 -1 4202560 7695 0 0 0 26 3 0 0 20 0 20 0 421132170 28909203456 12436 33554432000 4194304 4196468 140725493986272 140149418038160 140149397886302 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26301] ppid=26297 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26301/stat : 26301 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28909203456 12436 33554432000 4194304 4196468 140725493986272 140149366426384 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26302] ppid=26297 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26302/stat : 26302 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28909203456 12436 33554432000 4194304 4196468 140725493986272 140149365373840 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26303] ppid=26297 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26303/stat : 26303 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28909203456 12436 33554432000 4194304 4196468 140725493986272 140149364321296 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26304] ppid=26297 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26304/stat : 26304 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28909203456 12436 33554432000 4194304 4196468 140725493986272 140149363268752 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26305] ppid=26297 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26305/stat : 26305 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 421132171 28909203456 12436 33554432000 4194304 4196468 140725493986272 140149362215184 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26306] ppid=26297 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26306/stat : 26306 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132171 28909203456 12436 33554432000 4194304 4196468 140725493986272 140149361162640 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26307] ppid=26297 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26307/stat : 26307 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132171 28909203456 12436 33554432000 4194304 4196468 140725493986272 140149360110096 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26308] ppid=26297 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26308/stat : 26308 (java) S 26297 26297 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421132171 28909203456 12436 33554432000 4194304 4196468 140725493986272 140149359057552 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26309] ppid=26297 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26309/stat : 26309 (java) S 26297 26297 26253 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 421132172 28909203456 12436 33554432000 4194304 4196468 140725493986272 140148597271024 140149413816962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26310] ppid=26297 vsize=28231644 memory=281239693237632 CPUtime=0 cores=0-7
/proc/26299/task/26310/stat : 26310 (java) S 26297 26297 26253 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 421132173 28909203456 12436 33554432000 4194304 4196468 140725493986272 140148596217248 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26311] ppid=26297 vsize=28231644 memory=281239693242240 CPUtime=0 cores=0-7
/proc/26299/task/26311/stat : 26311 (java) S 26297 26297 26253 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 421132173 28909203456 12436 33554432000 4194304 4196468 140725493986272 140148595164656 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26312] ppid=26297 vsize=28231644 memory=281239693246848 CPUtime=0 cores=0-7
/proc/26299/task/26312/stat : 26312 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132176 28909203456 12436 33554432000 4194304 4196468 140725493986272 140148594113232 140149413824411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26313] ppid=26297 vsize=28231644 memory=281239693251456 CPUtime=0.02 cores=0-7
/proc/26299/task/26313/stat : 26313 (java) R 26297 26297 26253 0 -1 4202560 449 0 0 0 2 0 0 0 20 0 20 0 421132176 28909203456 12436 33554432000 4194304 4196468 140725493986272 140148593050208 140149397716229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26314] ppid=26297 vsize=28231644 memory=281239693256064 CPUtime=0.03 cores=0-7
/proc/26299/task/26314/stat : 26314 (java) S 26297 26297 26253 0 -1 1077944384 241 0 0 0 3 0 0 0 20 0 20 0 421132176 28909203456 12436 33554432000 4194304 4196468 140725493986272 140148592007280 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26315] ppid=26297 vsize=28231644 memory=281239693260672 CPUtime=0.03 cores=0-7
/proc/26299/task/26315/stat : 26315 (java) S 26297 26297 26253 0 -1 1077944384 239 0 0 0 3 0 0 0 20 0 20 0 421132176 28909203456 12436 33554432000 4194304 4196468 140725493986272 140148590954736 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26316] ppid=26297 vsize=28231644 memory=281239693265280 CPUtime=0.12 cores=0-7
/proc/26299/task/26316/stat : 26316 (java) S 26297 26297 26253 0 -1 1077944384 892 0 0 0 12 0 0 0 20 0 20 0 421132176 28909203456 12436 33554432000 4194304 4196468 140725493986272 140148589902192 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26317] ppid=26297 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26317/stat : 26317 (java) S 26297 26297 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 421132176 28909203456 12436 33554432000 4194304 4196468 140725493986272 140148588849888 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26318] ppid=26297 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/26299/task/26318/stat : 26318 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 421132176 28909203456 12436 33554432000 4194304 4196468 140725493986272 140148587797424 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51196 KiB

[startup+0.70091 s]
/proc/loadavg: 5.75 6.43 6.95 2/211 26318
/proc/meminfo: memFree=30999212/32770624 swapFree=66923244/67108860
[pid=26297] ppid=26294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26297/stat : 26297 (xcsp3-exec) S 26294 26297 26253 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421132170 115843072 363 33554432000 4194304 5098028 140729370448592 140729370446696 140172914479740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34639872 140729370456949 140729370457193 140729370457193 140729370460106 0
/proc/26297/statm: 28282 363 304 221 0 87 0
[pid=26299] ppid=26297 vsize=28766280 memory=100232 CPUtime=1.59 cores=0-7
/proc/26299/stat : 26299 (java) S 26297 26297 26253 0 -1 1077944320 15424 0 0 0 151 8 0 0 20 0 28 0 421132170 29456670720 25058 33554432000 4194304 4196468 140725493986272 140725493968816 140149413805815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
/proc/26299/statm: 7191570 25058 3449 1 0 7152672 0
[pid=26299/tid=26300] ppid=26297 vsize=28766280 memory=0 CPUtime=0.66 cores=0-7
/proc/26299/task/26300/stat : 26300 (java) S 26297 26297 26253 0 -1 1077944384 9449 0 0 0 62 4 0 0 20 0 28 0 421132170 29456670720 25058 33554432000 4194304 4196468 140725493986272 140149418046592 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26301] ppid=26297 vsize=28766280 memory=140619846820736 CPUtime=0 cores=0-7
/proc/26299/task/26301/stat : 26301 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421132171 29456670720 25058 33554432000 4194304 4196468 140725493986272 140149366426384 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26302] ppid=26297 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26302/stat : 26302 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421132171 29456670720 25058 33554432000 4194304 4196468 140725493986272 140149365373840 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26303] ppid=26297 vsize=28766280 memory=9364 CPUtime=0 cores=0-7
/proc/26299/task/26303/stat : 26303 (java) S 26297 26297 26253 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 421132171 29456670720 25058 33554432000 4194304 4196468 140725493986272 140149364321296 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0

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

[pid=26299/tid=26316] ppid=26297 vsize=28902484 memory=0 CPUtime=0.91 cores=0-7
/proc/26299/task/26316/stat : 26316 (java) S 26297 26297 26253 0 -1 1077944384 4381 0 0 0 90 1 0 0 20 0 28 0 421132176 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148589902192 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26317] ppid=26297 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26317/stat : 26317 (java) S 26297 26297 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421132176 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148588849888 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26318] ppid=26297 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26318/stat : 26318 (java) S 26297 26297 26253 0 -1 1077944384 479 0 0 0 0 0 0 0 20 0 28 0 421132176 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148587797424 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26407] ppid=26297 vsize=28902484 memory=0 CPUtime=5.29 cores=0-7
/proc/26299/task/26407/stat : 26407 (java) R 26297 26297 26253 0 -1 4202560 167 0 0 0 529 0 0 0 20 0 28 0 421132371 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148578586352 140149033522185 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26408] ppid=26297 vsize=28902484 memory=13412 CPUtime=5.28 cores=0-7
/proc/26299/task/26408/stat : 26408 (java) R 26297 26297 26253 0 -1 4202560 208 0 0 0 528 0 0 0 20 0 28 0 421132371 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148565963912 140149032770220 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26409] ppid=26297 vsize=28902484 memory=0 CPUtime=5.01 cores=0-7
/proc/26299/task/26409/stat : 26409 (java) R 26297 26297 26253 0 -1 4202560 967 0 0 0 499 2 0 0 20 0 28 0 421132371 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148571220040 140149036350863 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26410] ppid=26297 vsize=28902484 memory=0 CPUtime=5.24 cores=0-7
/proc/26299/task/26410/stat : 26410 (java) R 26297 26297 26253 0 -1 4202560 407 0 0 0 524 0 0 0 20 0 28 0 421132371 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148574376296 140149034039601 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26411] ppid=26297 vsize=28902484 memory=0 CPUtime=5.27 cores=0-7
/proc/26299/task/26411/stat : 26411 (java) R 26297 26297 26253 0 -1 4202560 387 0 0 0 527 0 0 0 20 0 28 0 421132371 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148575428416 140149034037953 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26412] ppid=26297 vsize=28902484 memory=0 CPUtime=5.27 cores=0-7
/proc/26299/task/26412/stat : 26412 (java) R 26297 26297 26253 0 -1 4202560 171 0 0 0 527 0 0 0 20 0 28 0 421132371 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148577534360 140149035878864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26413] ppid=26297 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26413/stat : 26413 (java) S 26297 26297 26253 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 421132371 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148568073424 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26414] ppid=26297 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26414/stat : 26414 (java) S 26297 26297 26253 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 421132372 29596143616 63135 33554432000 4194304 4196468 140725493986272 140148576486736 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
Current children cumulated CPU time: 46.33 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 253992 KiB

[startup+7.80119 s]
/proc/loadavg: 5.61 6.39 6.94 7/219 26414
/proc/meminfo: memFree=30813320/32770624 swapFree=66923244/67108860
[pid=26297] ppid=26294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26297/stat : 26297 (xcsp3-exec) S 26294 26297 26253 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421132170 115843072 363 33554432000 4194304 5098028 140729370448592 140729370446696 140172914479740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34639872 140729370456949 140729370457193 140729370457193 140729370460106 0
/proc/26297/statm: 28282 363 304 221 0 87 0
[pid=26299] ppid=26297 vsize=28902484 memory=256952 CPUtime=48.74 cores=0-7
/proc/26299/stat : 26299 (java) S 26297 26297 26253 0 -1 1077944320 49769 0 0 0 4845 29 0 0 20 0 28 0 421132170 29596143616 64238 33554432000 4194304 4196468 140725493986272 140725493968816 140149413805815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
/proc/26299/statm: 7225621 64238 3532 1 0 7186723 0
[pid=26299/tid=26300] ppid=26297 vsize=28902484 memory=1120 CPUtime=0.68 cores=0-7
/proc/26299/task/26300/stat : 26300 (java) S 26297 26297 26253 0 -1 1077944384 9459 0 0 0 64 4 0 0 20 0 28 0 421132170 29596143616 64238 33554432000 4194304 4196468 140725493986272 140149418046592 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26301] ppid=26297 vsize=28902484 memory=776 CPUtime=0.04 cores=0-7
/proc/26299/task/26301/stat : 26301 (java) S 26297 26297 26253 0 -1 1077944384 364 0 0 0 3 1 0 0 20 0 28 0 421132171 29596143616 64238 33554432000 4194304 4196468 140725493986272 140149366426384 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26302] ppid=26297 vsize=28902484 memory=1552 CPUtime=0.03 cores=0-7
/proc/26299/task/26302/stat : 26302 (java) S 26297 26297 26253 0 -1 1077944384 71 0 0 0 3 0 0 0 20 0 28 0 421132171 29596143616 64238 33554432000 4194304 4196468 140725493986272 140149365373840 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26303] ppid=26297 vsize=28902484 memory=8060 CPUtime=0.02 cores=0-7
/proc/26299/task/26303/stat : 26303 (java) S 26297 26297 26253 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 28 0 421132171 29596143616 64238 33554432000 4194304 4196468 140725493986272 140149364321296 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26304] ppid=26297 vsize=28902484 memory=3444 CPUtime=0.01 cores=0-7
/proc/26299/task/26304/stat : 26304 (java) S 26297 26297 26253 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 28 0 421132171 29596143616 64238 33554432000 4194304 4196468 140725493986272 140149363268752 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26305] ppid=26297 vsize=28902484 memory=1556 CPUtime=0.01 cores=0-7
/proc/26299/task/26305/stat : 26305 (java) S 26297 26297 26253 0 -1 1077944384 1295 0 0 0 1 0 0 0 20 0 28 0 421132171 29596143616 64238 33554432000 4194304 4196468 140725493986272 140149362215184 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26306] ppid=26297 vsize=28902484 memory=2832 CPUtime=0.02 cores=0-7
/proc/26299/task/26306/stat : 26306 (java) S 26297 26297 26253 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 28 0 421132171 29596143616 64238 33554432000 4194304 4196468 140725493986272 140149361162640 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26307] ppid=26297 vsize=28902484 memory=6791534058613427641 CPUtime=0.02 cores=0-7
/proc/26299/task/26307/stat : 26307 (java) S 26297 26297 26253 0 -1 1077944384 38 0 0 0 2 0 0 0 20 0 28 0 421132171 29596143616 64238 33554432000 4194304 4196468 140725493986272 140149360110096 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26308] ppid=26297 vsize=28902484 memory=3912 CPUtime=0.03 cores=0-7
/proc/26299/task/26308/stat : 26308 (java) S 26297 26297 26253 0 -1 1077944384 537 0 0 0 3 0 0 0 20 0 28 0 421132171 29596143616 64238 33554432000 4194304 4196468 140725493986272 140149359057552 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26309] ppid=26297 vsize=28902484 memory=1412 CPUtime=0.01 cores=0-7
/proc/26299/task/26309/stat : 26309 (java) S 26297 26297 26253 0 -1 1077944384 563 0 0 0 1 0 0 0 20 0 28 0 421132172 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148597271024 140149413816962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26310] ppid=26297 vsize=28902484 memory=2632 CPUtime=0 cores=0-7
/proc/26299/task/26310/stat : 26310 (java) S 26297 26297 26253 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 421132173 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148596217312 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26311] ppid=26297 vsize=28902484 memory=1452 CPUtime=0 cores=0-7
/proc/26299/task/26311/stat : 26311 (java) S 26297 26297 26253 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 421132173 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148595164656 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26312] ppid=26297 vsize=28902484 memory=245620 CPUtime=0 cores=0-7
/proc/26299/task/26312/stat : 26312 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421132176 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148594113232 140149413824411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26313] ppid=26297 vsize=28902484 memory=1164 CPUtime=2.54 cores=0-7
/proc/26299/task/26313/stat : 26313 (java) S 26297 26297 26253 0 -1 1077944384 7978 0 0 0 251 3 0 0 20 0 28 0 421132176 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148593059824 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26314] ppid=26297 vsize=28902484 memory=8317482817917895235 CPUtime=2.46 cores=0-7
/proc/26299/task/26314/stat : 26314 (java) S 26297 26297 26253 0 -1 1077944384 8257 0 0 0 243 3 0 0 20 0 28 0 421132176 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148592007280 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26315] ppid=26297 vsize=28902484 memory=0 CPUtime=2.38 cores=0-7
/proc/26299/task/26315/stat : 26315 (java) S 26297 26297 26253 0 -1 1077944384 10081 0 0 0 235 3 0 0 20 0 28 0 421132176 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148590954736 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26316] ppid=26297 vsize=28902484 memory=0 CPUtime=0.91 cores=0-7
/proc/26299/task/26316/stat : 26316 (java) S 26297 26297 26253 0 -1 1077944384 4392 0 0 0 90 1 0 0 20 0 28 0 421132176 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148589902192 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26317] ppid=26297 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26317/stat : 26317 (java) S 26297 26297 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421132176 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148588849888 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26318] ppid=26297 vsize=28902484 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/26299/task/26318/stat : 26318 (java) S 26297 26297 26253 0 -1 1077944384 479 0 0 0 0 0 0 0 20 0 28 0 421132176 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148587797424 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26407] ppid=26297 vsize=28902484 memory=0 CPUtime=5.67 cores=0-7
/proc/26299/task/26407/stat : 26407 (java) R 26297 26297 26253 0 -1 4202560 167 0 0 0 567 0 0 0 20 0 28 0 421132371 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148578586384 140149035878967 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26408] ppid=26297 vsize=28902484 memory=0 CPUtime=5.67 cores=0-7
/proc/26299/task/26408/stat : 26408 (java) R 26297 26297 26253 0 -1 4202560 209 0 0 0 567 0 0 0 20 0 28 0 421132371 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148565963776 140149034038813 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26409] ppid=26297 vsize=28902484 memory=0 CPUtime=5.4 cores=0-7
/proc/26299/task/26409/stat : 26409 (java) R 26297 26297 26253 0 -1 4202560 985 0 0 0 538 2 0 0 20 0 28 0 421132371 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148571218088 140149035857025 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26410] ppid=26297 vsize=28902484 memory=0 CPUtime=5.63 cores=0-7
/proc/26299/task/26410/stat : 26410 (java) R 26297 26297 26253 0 -1 4202560 408 0 0 0 563 0 0 0 20 0 28 0 421132371 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148574376160 140149034414788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26411] ppid=26297 vsize=28902484 memory=0 CPUtime=5.66 cores=0-7
/proc/26299/task/26411/stat : 26411 (java) R 26297 26297 26253 0 -1 4202560 392 0 0 0 566 0 0 0 20 0 28 0 421132371 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148575428336 140149035880866 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26412] ppid=26297 vsize=28902484 memory=984 CPUtime=5.66 cores=0-7
/proc/26299/task/26412/stat : 26412 (java) R 26297 26297 26253 0 -1 4202560 171 0 0 0 566 0 0 0 20 0 28 0 421132371 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148577534392 140149027841816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26413] ppid=26297 vsize=28902484 memory=14012 CPUtime=0 cores=0-7
/proc/26299/task/26413/stat : 26413 (java) S 26297 26297 26253 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 421132371 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148568073424 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26414] ppid=26297 vsize=28902484 memory=7144 CPUtime=0 cores=0-7
/proc/26299/task/26414/stat : 26414 (java) S 26297 26297 26253 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 421132372 29596143616 64238 33554432000 4194304 4196468 140725493986272 140148576486736 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
Current children cumulated CPU time: 48.74 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 258404 KiB

[startup+8.00525 s]
/proc/loadavg: 5.61 6.39 6.94 7/219 26414
/proc/meminfo: memFree=30813320/32770624 swapFree=66923244/67108860
[pid=26297] ppid=26294 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26297/stat : 26297 (xcsp3-exec) S 26294 26297 26253 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 421132170 115843072 363 33554432000 4194304 5098028 140729370448592 140729370446696 140172914479740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34639872 140729370456949 140729370457193 140729370457193 140729370460106 0
/proc/26297/statm: 28282 363 304 221 0 87 0
[pid=26299] ppid=26297 vsize=28902484 memory=256960 CPUtime=49.98 cores=0-7
/proc/26299/stat : 26299 (java) S 26297 26297 26253 0 -1 1077944320 49900 0 0 0 4969 29 0 0 20 0 28 0 421132170 29596143616 64240 33554432000 4194304 4196468 140725493986272 140725493968816 140149413805815 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
/proc/26299/statm: 7225621 64240 3532 1 0 7186723 0
[pid=26299/tid=26300] ppid=26297 vsize=28902484 memory=496 CPUtime=0.68 cores=0-7
/proc/26299/task/26300/stat : 26300 (java) S 26297 26297 26253 0 -1 1077944384 9459 0 0 0 64 4 0 0 20 0 28 0 421132170 29596143616 64240 33554432000 4194304 4196468 140725493986272 140149418046592 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26301] ppid=26297 vsize=28902484 memory=1560 CPUtime=0.04 cores=0-7
/proc/26299/task/26301/stat : 26301 (java) S 26297 26297 26253 0 -1 1077944384 364 0 0 0 3 1 0 0 20 0 28 0 421132171 29596143616 64240 33554432000 4194304 4196468 140725493986272 140149366426384 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26302] ppid=26297 vsize=28902484 memory=928 CPUtime=0.03 cores=0-7
/proc/26299/task/26302/stat : 26302 (java) S 26297 26297 26253 0 -1 1077944384 71 0 0 0 3 0 0 0 20 0 28 0 421132171 29596143616 64240 33554432000 4194304 4196468 140725493986272 140149365373840 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26303] ppid=26297 vsize=28902484 memory=1680 CPUtime=0.02 cores=0-7
/proc/26299/task/26303/stat : 26303 (java) S 26297 26297 26253 0 -1 1077944384 106 0 0 0 2 0 0 0 20 0 28 0 421132171 29596143616 64240 33554432000 4194304 4196468 140725493986272 140149364321296 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26304] ppid=26297 vsize=28902484 memory=1444 CPUtime=0.01 cores=0-7
/proc/26299/task/26304/stat : 26304 (java) S 26297 26297 26253 0 -1 1077944384 158 0 0 0 1 0 0 0 20 0 28 0 421132171 29596143616 64240 33554432000 4194304 4196468 140725493986272 140149363268752 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26305] ppid=26297 vsize=28902484 memory=896 CPUtime=0.01 cores=0-7
/proc/26299/task/26305/stat : 26305 (java) S 26297 26297 26253 0 -1 1077944384 1295 0 0 0 1 0 0 0 20 0 28 0 421132171 29596143616 64240 33554432000 4194304 4196468 140725493986272 140149362215184 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26306] ppid=26297 vsize=28902484 memory=1984 CPUtime=0.02 cores=0-7
/proc/26299/task/26306/stat : 26306 (java) S 26297 26297 26253 0 -1 1077944384 366 0 0 0 2 0 0 0 20 0 28 0 421132171 29596143616 64240 33554432000 4194304 4196468 140725493986272 140149361162640 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26307] ppid=26297 vsize=28902484 memory=2552 CPUtime=0.02 cores=0-7
/proc/26299/task/26307/stat : 26307 (java) S 26297 26297 26253 0 -1 1077944384 38 0 0 0 2 0 0 0 20 0 28 0 421132171 29596143616 64240 33554432000 4194304 4196468 140725493986272 140149360110096 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26308] ppid=26297 vsize=28902484 memory=1760 CPUtime=0.03 cores=0-7
/proc/26299/task/26308/stat : 26308 (java) S 26297 26297 26253 0 -1 1077944384 537 0 0 0 3 0 0 0 20 0 28 0 421132171 29596143616 64240 33554432000 4194304 4196468 140725493986272 140149359057552 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26309] ppid=26297 vsize=28902484 memory=111632 CPUtime=0.01 cores=0-7
/proc/26299/task/26309/stat : 26309 (java) S 26297 26297 26253 0 -1 1077944384 563 0 0 0 1 0 0 0 20 0 28 0 421132172 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148597271024 140149413816962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26310] ppid=26297 vsize=28902484 memory=804 CPUtime=0 cores=0-7
/proc/26299/task/26310/stat : 26310 (java) S 26297 26297 26253 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 28 0 421132173 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148596217312 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26311] ppid=26297 vsize=28902484 memory=4104 CPUtime=0 cores=0-7
/proc/26299/task/26311/stat : 26311 (java) S 26297 26297 26253 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 421132173 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148595164656 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26312] ppid=26297 vsize=28902484 memory=1804 CPUtime=0 cores=0-7
/proc/26299/task/26312/stat : 26312 (java) S 26297 26297 26253 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 421132176 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148594113232 140149413824411 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26313] ppid=26297 vsize=28902484 memory=920 CPUtime=2.54 cores=0-7
/proc/26299/task/26313/stat : 26313 (java) S 26297 26297 26253 0 -1 1077944384 7981 0 0 0 251 3 0 0 20 0 28 0 421132176 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148593059824 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26314] ppid=26297 vsize=28902484 memory=3912 CPUtime=2.47 cores=0-7
/proc/26299/task/26314/stat : 26314 (java) R 26297 26297 26253 0 -1 4202560 8377 0 0 0 244 3 0 0 20 0 28 0 421132176 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148592007576 140149397273786 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26315] ppid=26297 vsize=28902484 memory=1412 CPUtime=2.38 cores=0-7
/proc/26299/task/26315/stat : 26315 (java) S 26297 26297 26253 0 -1 1077944384 10081 0 0 0 235 3 0 0 20 0 28 0 421132176 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148590954736 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26316] ppid=26297 vsize=28902484 memory=2824 CPUtime=0.91 cores=0-7
/proc/26299/task/26316/stat : 26316 (java) S 26297 26297 26253 0 -1 1077944384 4393 0 0 0 90 1 0 0 20 0 28 0 421132176 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148589902192 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26317] ppid=26297 vsize=28902484 memory=1452 CPUtime=0 cores=0-7
/proc/26299/task/26317/stat : 26317 (java) S 26297 26297 26253 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 421132176 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148588849888 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26318] ppid=26297 vsize=28902484 memory=252520 CPUtime=0 cores=0-7
/proc/26299/task/26318/stat : 26318 (java) S 26297 26297 26253 0 -1 1077944384 479 0 0 0 0 0 0 0 20 0 28 0 421132176 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148587797424 140149413816962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26407] ppid=26297 vsize=28902484 memory=1164 CPUtime=5.88 cores=0-7
/proc/26299/task/26407/stat : 26407 (java) R 26297 26297 26253 0 -1 4202560 168 0 0 0 588 0 0 0 20 0 28 0 421132371 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148578586264 140149034038777 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26408] ppid=26297 vsize=28902484 memory=8317482817917895235 CPUtime=5.87 cores=0-7
/proc/26299/task/26408/stat : 26408 (java) R 26297 26297 26253 0 -1 4202560 209 0 0 0 587 0 0 0 20 0 28 0 421132371 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148565963776 140149034415786 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26409] ppid=26297 vsize=28902484 memory=0 CPUtime=5.6 cores=0-7
/proc/26299/task/26409/stat : 26409 (java) R 26297 26297 26253 0 -1 4202560 990 0 0 0 558 2 0 0 20 0 28 0 421132371 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148571219960 140149037301303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26410] ppid=26297 vsize=28902484 memory=0 CPUtime=5.83 cores=0-7
/proc/26299/task/26410/stat : 26410 (java) R 26297 26297 26253 0 -1 4202560 408 0 0 0 583 0 0 0 20 0 28 0 421132371 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148574376160 140149035880013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26411] ppid=26297 vsize=28902484 memory=0 CPUtime=5.86 cores=0-7
/proc/26299/task/26411/stat : 26411 (java) R 26297 26297 26253 0 -1 4202560 392 0 0 0 586 0 0 0 20 0 28 0 421132371 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148575428336 140149034037376 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26412] ppid=26297 vsize=28902484 memory=1452 CPUtime=5.86 cores=0-7
/proc/26299/task/26412/stat : 26412 (java) R 26297 26297 26253 0 -1 4202560 172 0 0 0 586 0 0 0 20 0 28 0 421132371 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148577534600 140149034414788 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26413] ppid=26297 vsize=28902484 memory=229864 CPUtime=0 cores=0-7
/proc/26299/task/26413/stat : 26413 (java) S 26297 26297 26253 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 421132371 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148568073424 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
[pid=26299/tid=26414] ppid=26297 vsize=28902484 memory=0 CPUtime=0 cores=0-7
/proc/26299/task/26414/stat : 26414 (java) S 26297 26297 26253 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 421132372 29596143616 64240 33554432000 4194304 4196468 140725493986272 140148576486736 140149413816021 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13426688 140725493994474 140725493994646 140725493994646 140725493997519 0
Current children cumulated CPU time: 49.98 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 258412 KiB

Child status: 0
Real time (s): 8.0801
CPU time (s): 50.3249
CPU user time (s): 50.0205
CPU system time (s): 0.304468
CPU usage (%): 622.826
Max. virtual memory (cumulated for all children) (KiB): 29017548
Max. memory (cumulated for all children) (KiB): 258412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.0205
system time used= 0.304468
maximum resident set size= 257064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51166
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5718
involuntary context switches= 611


# summary of solver processes directly reported to runsolver:
#   pid: 26297
#   total CPU time (s): 50.3249
#   total CPU user time (s): 50.0205
#   total CPU system time (s): 0.304468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.10057 second user time and 0.114374 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-14 09:10:45
IDJOB=4394456
IDBENCH=141371
IDSOLVER=2843
FILE ID=node107/4394456-1568448762
RUNJOBID= node107-1568445045-26280
PBS_JOBID= 21702360
Free space on /tmp= 59040 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.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-4394456-1568448762/watcher-4394456-1568448762 -o /tmp/evaluation-result-4394456-1568448762/solver-4394456-1568448762 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1568445045-26280 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1938562085 HOME/instance-4394456-1568448762.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=1938562085

node107.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.11
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.11
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.11
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.11
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:        31051896 kB
MemAvailable:   31827808 kB
Buffers:          182292 kB
Cached:           865688 kB
SwapCached:        78904 kB
Active:           572660 kB
Inactive:         555060 kB
Active(anon):       9836 kB
Inactive(anon):   101524 kB
Active(file):     562824 kB
Inactive(file):   453536 kB
Unevictable:      109964 kB
Mlocked:          109964 kB
SwapTotal:      67108860 kB
SwapFree:       66923244 kB
Dirty:             25832 kB
Writeback:             0 kB
AnonPages:        111848 kB
Mapped:            34872 kB
Shmem:             22952 kB
Slab:             179732 kB
SReclaimable:     150776 kB
SUnreclaim:        28956 kB
KernelStack:        3280 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     488832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 59012 MiB
End job on node107 at 2019-09-14 09:10:53