Trace number 4394364

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 parallelOPT307 22.6982 3.52596

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff87.xml
MD5SUM60c761b657be0d86f100d87a8dc157a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1.77999
Satisfiable
(Un)Satisfiability was proved
Number of variables247
Number of constraints241
Number of domains20
Minimum domain size18
Maximum domain size19
Distribution of domain sizes[{"size":18,"count":16},{"size":19,"count":231}]
Minimum variable degree2
Maximum variable degree31
Distribution of variable degrees[{"degree":2,"count":240},{"degree":31,"count":7}]
Minimum constraint arity2
Maximum constraint arity8
Distribution of constraint arities[{"arity":2,"count":210},{"arity":7,"count":1},{"arity":8,"count":30}]
Number of extensional constraints210
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":210},{"type":"ordered","count":1},{"type":"minimum","count":30}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394364-1568441911.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394364-1568441911.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
2.94/0.92	c solve instance...
4.28/1.11	o 531 
4.95/1.23	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (12/23)
4.95/1.23		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.95/1.23		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.95/1.23		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.95/1.23		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.95/1.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.95/1.23	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (12/23)
4.95/1.23		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.95/1.23		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.95/1.23		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.95/1.23		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.95/1.23		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.95/1.23		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.95/1.23		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.95/1.23		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.95/1.23		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.95/1.23		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.95/1.23		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.95/1.23		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.95/1.23		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.95/1.23		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.95/1.23		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.95/1.23		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.95/1.23	o 445 
4.95/1.25	o 412 
5.63/1.36	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (14/24)
5.63/1.36		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
5.63/1.36		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
5.63/1.36		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
5.63/1.36		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
5.63/1.36		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
5.63/1.36	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (14/24)
5.63/1.36		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
5.63/1.36		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
5.63/1.36		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
5.63/1.36		at org.chocosolver.solver.Solver.repair(Solver.java:443)
5.63/1.36		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
5.63/1.36		at org.chocosolver.solver.Solver.solve(Solver.java:262)
5.63/1.36		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
5.63/1.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
5.63/1.36		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
5.63/1.36		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
5.63/1.36		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
5.63/1.36		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
5.63/1.36		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
5.63/1.36		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
5.63/1.36		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
5.63/1.36		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
5.63/1.36	o 334 
17.33/2.83	java.util.concurrent.ExecutionException: java.lang.NullPointerException
17.33/2.83		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
17.33/2.83		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
17.33/2.83		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
17.33/2.83		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
17.33/2.83		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
17.33/2.83	Caused by: java.lang.NullPointerException
17.33/2.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
17.33/2.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
17.33/2.83		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
17.33/2.83		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
17.33/2.83		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
17.33/2.83		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
17.33/2.83		... 4 more
17.33/2.83	Caused by: java.lang.NullPointerException
17.33/2.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
17.33/2.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
17.33/2.83		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
17.33/2.83		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
17.33/2.83		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
17.33/2.83		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
17.33/2.83		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
17.33/2.83		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
17.33/2.83		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
17.33/2.83		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
17.33/2.83		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
17.33/2.83		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
17.33/2.83		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
17.33/2.83		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
17.33/2.83		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
17.33/2.83		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
17.33/2.83		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
17.33/2.83		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
17.33/2.83	Caused by: java.lang.NullPointerException
17.33/2.83		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
17.33/2.83		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
17.33/2.83		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
17.33/2.83		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
17.33/2.83		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
17.33/2.83		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
17.33/2.83		at org.chocosolver.solver.Solver.solve(Solver.java:262)
17.33/2.83		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
17.33/2.83		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
17.33/2.83		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
17.33/2.83		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
17.33/2.83		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
17.33/2.83		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
17.33/2.83		... 4 more
17.33/2.83	o 330 
18.97/3.05	java.util.concurrent.ExecutionException: java.lang.NullPointerException
18.97/3.05		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
18.97/3.05		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
18.97/3.05		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
18.97/3.05		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
18.97/3.05		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
18.97/3.05	Caused by: java.lang.NullPointerException
18.97/3.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
18.97/3.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
18.97/3.05		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
18.97/3.05		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
18.97/3.05		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
18.97/3.05		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
18.97/3.05		... 4 more
18.97/3.05	Caused by: java.lang.NullPointerException
18.97/3.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
18.97/3.05		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
18.97/3.05		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
18.97/3.05		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
18.97/3.05		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
18.97/3.05		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
18.97/3.05		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
18.97/3.05		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
18.97/3.05		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
18.97/3.05		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
18.97/3.05		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
18.97/3.05		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
18.97/3.05		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
18.97/3.05		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
18.97/3.05		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
18.97/3.05		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
18.97/3.05		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
18.97/3.05		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
18.97/3.05	Caused by: java.lang.NullPointerException
18.97/3.05		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
18.97/3.05		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:214)
18.97/3.05		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
18.97/3.05		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
18.97/3.05		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
18.97/3.05		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
18.97/3.05		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
18.97/3.05		at org.chocosolver.solver.Solver.solve(Solver.java:262)
18.97/3.05		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
18.97/3.05		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
18.97/3.05		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
18.97/3.05		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
18.97/3.05		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
18.97/3.05		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
18.97/3.05		... 4 more
18.97/3.05	o 316 
18.97/3.11	java.util.concurrent.ExecutionException: java.lang.NullPointerException
18.97/3.11		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
18.97/3.11		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
18.97/3.11		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
18.97/3.11		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
18.97/3.11		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
18.97/3.11	Caused by: java.lang.NullPointerException
18.97/3.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
18.97/3.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
18.97/3.11		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
18.97/3.11		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
18.97/3.11		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
18.97/3.11		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
18.97/3.11		... 4 more
18.97/3.11	Caused by: java.lang.NullPointerException
18.97/3.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
18.97/3.11		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
18.97/3.11		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
19.73/3.11		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
19.73/3.11		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
19.73/3.11		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
19.73/3.11		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
19.73/3.11		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
19.73/3.11		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
19.73/3.11		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
19.73/3.11		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
19.73/3.11		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
19.73/3.11		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
19.73/3.11		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
19.73/3.11		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
19.73/3.11		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
19.73/3.11		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
19.73/3.11		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
19.73/3.11	Caused by: java.lang.NullPointerException
19.73/3.11	o 314 
20.42/3.26	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (473/477)
20.42/3.26		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
20.42/3.26		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
20.42/3.26		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
20.42/3.26		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
20.42/3.26		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
20.42/3.26	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (473/477)
20.42/3.26		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
20.42/3.26		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
20.42/3.26		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
20.42/3.26		at org.chocosolver.solver.Solver.repair(Solver.java:443)
20.42/3.26		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
20.42/3.26		at org.chocosolver.solver.Solver.solve(Solver.java:262)
20.42/3.26		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
20.42/3.26		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
20.42/3.26		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
20.42/3.26		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
20.42/3.26		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
20.42/3.26		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
20.42/3.26		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
20.42/3.26		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
20.42/3.26		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
20.42/3.26		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
20.42/3.26	o 311 
20.42/3.28	o 309 
21.89/3.49	java.util.concurrent.ExecutionException: java.lang.NullPointerException
21.89/3.49		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
21.89/3.49		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
21.89/3.49		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
21.89/3.49		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
21.89/3.49		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
21.89/3.49	Caused by: java.lang.NullPointerException
21.89/3.49		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
21.89/3.49		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
21.89/3.49		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
21.89/3.49		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
21.89/3.49		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
21.89/3.49		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
21.89/3.49		... 4 more
21.89/3.49	Caused by: java.lang.NullPointerException
21.89/3.49		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
21.89/3.49		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
21.89/3.49		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
21.89/3.49		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
21.89/3.49		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
21.89/3.49		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
21.89/3.49		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
21.89/3.49		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
21.89/3.49		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
21.89/3.49		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
21.89/3.49		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
21.89/3.49		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
21.89/3.49		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
21.89/3.49		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
21.89/3.49		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
21.89/3.49		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
21.89/3.49		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
21.89/3.49		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
21.89/3.49	Caused by: java.lang.NullPointerException
21.89/3.49	o 307 
21.89/3.49	s OPTIMUM FOUND
21.89/3.49	v <instantiation>
21.89/3.49	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] drd[0][0] drd[0][1] drd[0][2] drd[0][3] drd[0][4] drd[0][5] drd[0][6] drd[1][0] drd[1][1] drd[1][2] drd[1][3] drd[1][4] drd[1][5] drd[1][6] drd[2][0] drd[2][1] drd[2][2] drd[2][3] drd[2][4] drd[2][5] drd[2][6] drd[3][0] drd[3][1] drd[3][2] drd[3][3] drd[3][4] drd[3][5] drd[3][6] drd[4][0] drd[4][1] drd[4][2] drd[4][3] drd[4][4] drd[4][5] drd[4][6] drd[5][0] drd[5][1] drd[5][2] drd[5][3] drd[5][4] drd[5][5] drd[5][6] drd[6][0] drd[6][1] drd[6][2] drd[6][3] drd[6][4] drd[6][5] drd[6][6] drd[7][0] drd[7][1] drd[7][2] drd[7][3] drd[7][4] drd[7][5] drd[7][6] drd[8][0] drd[8][1] drd[8][2] drd[8][3] drd[8][4] drd[8][5] drd[8][6] drd[9][0] drd[9][1] drd[9][2] drd[9][3] drd[9][4] drd[9][5] drd[9][6] drd[10][0] drd[10][1] drd[10][2] drd[10][3] drd[10][4] drd[10][5] drd[10][6] drd[11][0] drd[11][1] drd[11][2] drd[11][3] drd[11][4] drd[11][5] drd[11][6] drd[12][0] drd[12][1] drd[12][2] drd[12][3] drd[12][4] drd[12][5] drd[12][6] drd[13][0] drd[13][1] drd[13][2] drd[13][3] drd[13][4] drd[13][5] drd[13][6] drd[14][0] drd[14][1] drd[14][2] drd[14][3] drd[14][4] drd[14][5] drd[14][6] drd[15][0] drd[15][1] drd[15][2] drd[15][3] drd[15][4] drd[15][5] drd[15][6] drd[16][0] drd[16][1] drd[16][2] drd[16][3] drd[16][4] drd[16][5] drd[16][6] drd[17][0] drd[17][1] drd[17][2] drd[17][3] drd[17][4] drd[17][5] drd[17][6] drd[18][0] drd[18][1] drd[18][2] drd[18][3] drd[18][4] drd[18][5] drd[18][6] drd[19][0] drd[19][1] drd[19][2] drd[19][3] drd[19][4] drd[19][5] drd[19][6] drd[20][0] drd[20][1] drd[20][2] drd[20][3] drd[20][4] drd[20][5] drd[20][6] drd[21][0] drd[21][1] drd[21][2] drd[21][3] drd[21][4] drd[21][5] drd[21][6] drd[22][0] drd[22][1] drd[22][2] drd[22][3] drd[22][4] drd[22][5] drd[22][6] drd[23][0] drd[23][1] drd[23][2] drd[23][3] drd[23][4] drd[23][5] drd[23][6] drd[24][0] drd[24][1] drd[24][2] drd[24][3] drd[24][4] drd[24][5] drd[24][6] drd[25][0] drd[25][1] drd[25][2] drd[25][3] drd[25][4] drd[25][5] drd[25][6] drd[26][0] drd[26][1] drd[26][2] drd[26][3] drd[26][4] drd[26][5] drd[26][6] drd[27][0] drd[27][1] drd[27][2] drd[27][3] drd[27][4] drd[27][5] drd[27][6] drd[28][0] drd[28][1] drd[28][2] drd[28][3] drd[28][4] drd[28][5] drd[28][6] drd[29][0] drd[29][1] drd[29][2] drd[29][3] drd[29][4] drd[29][5] drd[29][6] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] </list>
21.89/3.49	v 	<values>24 96 187 244 332 385 450 1 73 164 221 309 362 427 1 73 164 221 309 362 427 220 148 57 0 88 141 206 221 149 58 1 87 140 205 308 236 145 88 0 53 118 308 236 145 88 0 53 118 486 414 323 266 178 125 60 399 327 236 179 91 38 27 397 325 234 177 89 36 29 163 91 0 57 145 198 263 163 91 0 57 145 198 263 218 146 55 2 90 143 208 0 72 163 220 308 361 426 0 72 163 220 308 361 426 461 389 298 241 153 100 35 15 87 178 235 323 376 441 0 72 163 220 308 361 426 72 0 91 148 236 289 354 72 0 91 148 236 289 354 426 354 263 206 118 65 0 94 22 69 126 214 267 332 94 22 69 126 214 267 332 361 289 198 141 53 0 65 361 289 198 141 53 0 65 134 62 29 86 174 227 292 134 62 29 86 174 227 292 181 109 18 39 127 180 245 8 64 155 212 300 353 418 8 64 155 212 300 353 418 426 354 263 206 118 65 0 1 1 0 1 0 0 60 27 29 0 0 2 0 0 35 15 0 0 0 0 22 22 0 0 29 29 18 8 8 0 </values>
21.89/3.49	v </instantiation>

Verifier Data

OK	307

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394364-1568441911/watcher-4394364-1568441911 -o /tmp/evaluation-result-4394364-1568441911/solver-4394364-1568441911 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568439334-14507 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1047409666 HOME/instance-4394364-1568441911.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
solver pid=15670, runsolver pid=15667
Current StackSize limit: 8192 KiB

Starting watchdog thread

[startup+0.100062 s]*
/proc/loadavg: 7.43 8.23 8.31 2/212 15691
/proc/meminfo: memFree=25811664/32770624 swapFree=67002168/67108860
[pid=15670] ppid=15667 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15670/stat : 15670 (xcsp3-exec) S 15667 15670 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420439779 115843072 363 33554432000 4194304 5098028 140734242246320 140734242244424 139814465901180 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31174656 140734242251637 140734242251881 140734242251881 140734242254794 0
/proc/15670/statm: 28282 363 304 221 0 87 0
[pid=15672] ppid=15670 vsize=28227388 memory=29076 CPUtime=0.12 cores=0-7
/proc/15672/stat : 15672 (java) S 15670 15670 14480 0 -1 1077944320 5744 0 0 0 11 1 0 0 20 0 20 0 420439779 28904845312 7269 33554432000 4194304 4196468 140723442863712 140723442846256 140326481362679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
/proc/15672/statm: 7056847 7269 3123 1 0 7019032 0
[pid=15672/tid=15673] ppid=15670 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/15672/task/15673/stat : 15673 (java) R 15670 15670 14480 0 -1 4202560 3632 0 0 0 8 1 0 0 20 0 20 0 420439779 28904845312 7269 33554432000 4194304 4196468 140723442863712 140326485595456 140326465443166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15674] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15674/stat : 15674 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 7269 33554432000 4194304 4196468 140723442863712 140326033206416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15675] ppid=15670 vsize=28227388 memory=140490305836672 CPUtime=0 cores=0-7
/proc/15672/task/15675/stat : 15675 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 7269 33554432000 4194304 4196468 140723442863712 140326032153616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15676] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15676/stat : 15676 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 7269 33554432000 4194304 4196468 140723442863712 140326031100816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15677] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15677/stat : 15677 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 7269 33554432000 4194304 4196468 140723442863712 140326030048016 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15678] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15678/stat : 15678 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 7269 33554432000 4194304 4196468 140723442863712 140326028995216 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15679] ppid=15670 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15672/task/15679/stat : 15679 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 7269 33554432000 4194304 4196468 140723442863712 140326027942416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15680] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15680/stat : 15680 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 7269 33554432000 4194304 4196468 140723442863712 140326026889616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15681] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15681/stat : 15681 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 7269 33554432000 4194304 4196468 140723442863712 140326025836816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15682] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15682/stat : 15682 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439781 28904845312 7269 33554432000 4194304 4196468 140723442863712 140325982415728 140326481373826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15683] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15683/stat : 15683 (java) S 15670 15670 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420439782 28904845312 7269 33554432000 4194304 4196468 140723442863712 140325981361696 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15684] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15684/stat : 15684 (java) S 15670 15670 14480 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420439782 28904845312 7269 33554432000 4194304 4196468 140723442863712 140325980308848 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15685] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15685/stat : 15685 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439785 28904845312 7269 33554432000 4194304 4196468 140723442863712 140325979257168 140326481381275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15686] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15686/stat : 15686 (java) S 15670 15670 14480 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 420439785 28904845312 7269 33554432000 4194304 4196468 140723442863712 140325978204528 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15687] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15687/stat : 15687 (java) S 15670 15670 14480 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 420439785 28904845312 7269 33554432000 4194304 4196468 140723442863712 140325860534512 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15688] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15688/stat : 15688 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439785 28904845312 7269 33554432000 4194304 4196468 140723442863712 140325859481712 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15689] ppid=15670 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/15672/task/15689/stat : 15689 (java) S 15670 15670 14480 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 20 0 420439785 28904845312 7269 33554432000 4194304 4196468 140723442863712 140325858428912 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15690] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15690/stat : 15690 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439785 28904845312 7269 33554432000 4194304 4196468 140723442863712 140325857377376 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15691] ppid=15670 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15672/task/15691/stat : 15691 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439785 28904845312 7269 33554432000 4194304 4196468 140723442863712 140325856324656 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30528 KiB

[startup+0.210622 s]*
/proc/loadavg: 7.43 8.23 8.31 2/212 15691
/proc/meminfo: memFree=25797876/32770624 swapFree=67002168/67108860
[pid=15670] ppid=15667 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15670/stat : 15670 (xcsp3-exec) S 15667 15670 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420439779 115843072 363 33554432000 4194304 5098028 140734242246320 140734242244424 139814465901180 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31174656 140734242251637 140734242251881 140734242251881 140734242254794 0
/proc/15670/statm: 28282 363 304 221 0 87 0
[pid=15672] ppid=15670 vsize=28227388 memory=41248 CPUtime=0.33 cores=0-7
/proc/15672/stat : 15672 (java) S 15670 15670 14480 0 -1 1077944320 9545 0 0 0 30 3 0 0 20 0 20 0 420439779 28904845312 10312 33554432000 4194304 4196468 140723442863712 140723442846256 140326481362679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
/proc/15672/statm: 7056847 10312 3311 1 0 7019032 0
[pid=15672/tid=15673] ppid=15670 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15672/task/15673/stat : 15673 (java) R 15670 15670 14480 0 -1 4202560 6667 0 0 0 18 2 0 0 20 0 20 0 420439779 28904845312 10312 33554432000 4194304 4196468 140723442863712 140326485594208 140326463813801 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15674] ppid=15670 vsize=28227388 memory=330 CPUtime=0 cores=0-7
/proc/15672/task/15674/stat : 15674 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 10312 33554432000 4194304 4196468 140723442863712 140326033206416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15675] ppid=15670 vsize=28227388 memory=140490308938761 CPUtime=0 cores=0-7
/proc/15672/task/15675/stat : 15675 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 10312 33554432000 4194304 4196468 140723442863712 140326032153616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15676] ppid=15670 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15672/task/15676/stat : 15676 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 10312 33554432000 4194304 4196468 140723442863712 140326031100816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15677] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15677/stat : 15677 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 10312 33554432000 4194304 4196468 140723442863712 140326030048016 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15678] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15678/stat : 15678 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 10312 33554432000 4194304 4196468 140723442863712 140326028995216 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15679] ppid=15670 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15672/task/15679/stat : 15679 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 10312 33554432000 4194304 4196468 140723442863712 140326027942416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15680] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15680/stat : 15680 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 10312 33554432000 4194304 4196468 140723442863712 140326026889616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15681] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15681/stat : 15681 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28904845312 10312 33554432000 4194304 4196468 140723442863712 140326025836816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15682] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15682/stat : 15682 (java) S 15670 15670 14480 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420439781 28904845312 10312 33554432000 4194304 4196468 140723442863712 140325982415728 140326481373826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15683] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15683/stat : 15683 (java) S 15670 15670 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420439782 28904845312 10312 33554432000 4194304 4196468 140723442863712 140325981361696 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15684] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15684/stat : 15684 (java) S 15670 15670 14480 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420439782 28904845312 10312 33554432000 4194304 4196468 140723442863712 140325980308848 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15685] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15685/stat : 15685 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439785 28904845312 10312 33554432000 4194304 4196468 140723442863712 140325979257168 140326481381275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15686] ppid=15670 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/15672/task/15686/stat : 15686 (java) S 15670 15670 14480 0 -1 1077944384 563 0 0 0 1 0 0 0 20 0 20 0 420439785 28904845312 10312 33554432000 4194304 4196468 140723442863712 140325978204528 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15687] ppid=15670 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/15672/task/15687/stat : 15687 (java) R 15670 15670 14480 0 -1 1077944384 205 0 0 0 2 0 0 0 20 0 20 0 420439785 28904845312 10312 33554432000 4194304 4196468 140723442863712 140325860534512 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15688] ppid=15670 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15672/task/15688/stat : 15688 (java) S 15670 15670 14480 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 420439785 28904845312 10312 33554432000 4194304 4196468 140723442863712 140325859481712 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15689] ppid=15670 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/15672/task/15689/stat : 15689 (java) R 15670 15670 14480 0 -1 4202560 780 0 0 0 8 0 0 0 20 0 20 0 420439785 28904845312 10312 33554432000 4194304 4196468 140723442863712 140325858428912 140326459731387 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15690] ppid=15670 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15690/stat : 15690 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439785 28904845312 10312 33554432000 4194304 4196468 140723442863712 140325857377376 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15691] ppid=15670 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/15672/task/15691/stat : 15691 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439785 28904845312 10312 33554432000 4194304 4196468 140723442863712 140325856324656 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42700 KiB

[startup+0.310528 s]*
/proc/loadavg: 7.43 8.23 8.31 3/212 15691
/proc/meminfo: memFree=25790620/32770624 swapFree=67002168/67108860
[pid=15670] ppid=15667 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15670/stat : 15670 (xcsp3-exec) S 15667 15670 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420439779 115843072 363 33554432000 4194304 5098028 140734242246320 140734242244424 139814465901180 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31174656 140734242251637 140734242251881 140734242251881 140734242254794 0
/proc/15670/statm: 28282 363 304 221 0 87 0
[pid=15672] ppid=15670 vsize=28231644 memory=50260 CPUtime=0.51 cores=0-7
/proc/15672/stat : 15672 (java) S 15670 15670 14480 0 -1 1077944320 10934 0 0 0 47 4 0 0 20 0 20 0 420439779 28909203456 12565 33554432000 4194304 4196468 140723442863712 140723442846256 140326481362679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
/proc/15672/statm: 7057911 12565 3361 1 0 7019032 0
[pid=15672/tid=15673] ppid=15670 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/15672/task/15673/stat : 15673 (java) R 15670 15670 14480 0 -1 4202560 7816 0 0 0 27 3 0 0 20 0 20 0 420439779 28909203456 12565 33554432000 4194304 4196468 140723442863712 140326485593792 140326465443166 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15674] ppid=15670 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15674/stat : 15674 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439780 28909203456 12565 33554432000 4194304 4196468 140723442863712 140326033206416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15675] ppid=15670 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15675/stat : 15675 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28909203456 12565 33554432000 4194304 4196468 140723442863712 140326032153616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15676] ppid=15670 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15676/stat : 15676 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439780 28909203456 12565 33554432000 4194304 4196468 140723442863712 140326031100816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15677] ppid=15670 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15677/stat : 15677 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439780 28909203456 12565 33554432000 4194304 4196468 140723442863712 140326030048016 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15678] ppid=15670 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/15672/task/15678/stat : 15678 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439780 28909203456 12565 33554432000 4194304 4196468 140723442863712 140326028995216 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15679] ppid=15670 vsize=28231644 memory=140490192286639 CPUtime=0 cores=0-7
/proc/15672/task/15679/stat : 15679 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28909203456 12565 33554432000 4194304 4196468 140723442863712 140326027942416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15680] ppid=15670 vsize=28231644 memory=140490192288944 CPUtime=0 cores=0-7
/proc/15672/task/15680/stat : 15680 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28909203456 12565 33554432000 4194304 4196468 140723442863712 140326026889616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15681] ppid=15670 vsize=28231644 memory=140490192291248 CPUtime=0 cores=0-7
/proc/15672/task/15681/stat : 15681 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28909203456 12565 33554432000 4194304 4196468 140723442863712 140326025836816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15682] ppid=15670 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15682/stat : 15682 (java) S 15670 15670 14480 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420439781 28909203456 12565 33554432000 4194304 4196468 140723442863712 140325982415728 140326481373826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15683] ppid=15670 vsize=28231644 memory=280980384589456 CPUtime=0 cores=0-7
/proc/15672/task/15683/stat : 15683 (java) S 15670 15670 14480 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420439782 28909203456 12565 33554432000 4194304 4196468 140723442863712 140325981361696 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15684] ppid=15670 vsize=28231644 memory=280980384596368 CPUtime=0 cores=0-7
/proc/15672/task/15684/stat : 15684 (java) S 15670 15670 14480 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420439782 28909203456 12565 33554432000 4194304 4196468 140723442863712 140325980308848 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15685] ppid=15670 vsize=28231644 memory=280980384537648 CPUtime=0 cores=0-7
/proc/15672/task/15685/stat : 15685 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439785 28909203456 12565 33554432000 4194304 4196468 140723442863712 140325979257168 140326481381275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15686] ppid=15670 vsize=28231644 memory=280980384610192 CPUtime=0.03 cores=0-7
/proc/15672/task/15686/stat : 15686 (java) R 15670 15670 14480 0 -1 4202560 660 0 0 0 3 0 0 0 20 0 20 0 420439785 28909203456 12565 33554432000 4194304 4196468 140723442863712 140325978204528 140326481384026 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15687] ppid=15670 vsize=28231644 memory=280980384617104 CPUtime=0.02 cores=0-7
/proc/15672/task/15687/stat : 15687 (java) S 15670 15670 14480 0 -1 1077944384 233 0 0 0 2 0 0 0 20 0 20 0 420439785 28909203456 12565 33554432000 4194304 4196468 140723442863712 140325860534512 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15688] ppid=15670 vsize=28231644 memory=280980384614800 CPUtime=0.01 cores=0-7
/proc/15672/task/15688/stat : 15688 (java) S 15670 15670 14480 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 420439785 28909203456 12565 33554432000 4194304 4196468 140723442863712 140325859481712 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15689] ppid=15670 vsize=28231644 memory=280980384630960 CPUtime=0.12 cores=0-7
/proc/15672/task/15689/stat : 15689 (java) S 15670 15670 14480 0 -1 1077944384 874 0 0 0 12 0 0 0 20 0 20 0 420439785 28909203456 12565 33554432000 4194304 4196468 140723442863712 140325858428912 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15690] ppid=15670 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15690/stat : 15690 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439785 28909203456 12565 33554432000 4194304 4196468 140723442863712 140325857377376 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15691] ppid=15670 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/15672/task/15691/stat : 15691 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439785 28909203456 12565 33554432000 4194304 4196468 140723442863712 140325856324656 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51712 KiB

[startup+0.700971 s]
/proc/loadavg: 7.43 8.23 8.31 5/212 15691
/proc/meminfo: memFree=25776664/32770624 swapFree=67002168/67108860
[pid=15670] ppid=15667 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15670/stat : 15670 (xcsp3-exec) S 15667 15670 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420439779 115843072 363 33554432000 4194304 5098028 140734242246320 140734242244424 139814465901180 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31174656 140734242251637 140734242251881 140734242251881 140734242254794 0
/proc/15670/statm: 28282 363 304 221 0 87 0
[pid=15672] ppid=15670 vsize=28233768 memory=141980 CPUtime=1.8 cores=0-7
/proc/15672/stat : 15672 (java) S 15670 15670 14480 0 -1 1077944320 15932 0 0 0 172 8 0 0 20 0 20 0 420439779 28911378432 35495 33554432000 4194304 4196468 140723442863712 140723442846256 140326481362679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
/proc/15672/statm: 7058442 35495 3456 1 0 7019544 0
[pid=15672/tid=15673] ppid=15670 vsize=28233768 memory=280980384988848 CPUtime=0.68 cores=0-7
/proc/15672/task/15673/stat : 15673 (java) R 15670 15670 14480 0 -1 4202560 9330 0 0 0 63 5 0 0 20 0 20 0 420439779 28911378432 35495 33554432000 4194304 4196468 140723442863712 140326485598208 140326481374614 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15674] ppid=15670 vsize=28233768 memory=140490192495472 CPUtime=0 cores=0-7
/proc/15672/task/15674/stat : 15674 (java) S 15670 15670 14480 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420439780 28911378432 35495 33554432000 4194304 4196468 140723442863712 140326033206416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15675] ppid=15670 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15675/stat : 15675 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420439780 28911378432 35495 33554432000 4194304 4196468 140723442863712 140326032153616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15676] ppid=15670 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/15672/task/15676/stat : 15676 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420439780 28911378432 35495 33554432000 4194304 4196468 140723442863712 140326031100816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0

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


[startup+3.5259 s]
# the end of solver process 15670 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=22.0538 s, system=0.644471 s

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

[startup+3.2019 s]
/proc/loadavg: 7.87 8.31 8.33 11/220 15739
/proc/meminfo: memFree=25400632/32770624 swapFree=67002168/67108860
[pid=15670] ppid=15667 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15670/stat : 15670 (xcsp3-exec) S 15667 15670 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420439779 115843072 363 33554432000 4194304 5098028 140734242246320 140734242244424 139814465901180 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31174656 140734242251637 140734242251881 140734242251881 140734242254794 0
/proc/15670/statm: 28282 363 304 221 0 87 0
[pid=15672] ppid=15670 vsize=28834892 memory=452364 CPUtime=20.42 cores=0-7
/proc/15672/stat : 15672 (java) S 15670 15670 14480 0 -1 1077944320 45452 0 0 0 1984 58 0 0 20 0 28 0 420439779 29526929408 113091 33554432000 4194304 4196468 140723442863712 140723442846256 140326481362679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
/proc/15672/statm: 7208723 113091 3500 1 0 7169825 0
[pid=15672/tid=15673] ppid=15670 vsize=28834892 memory=1292 CPUtime=0.87 cores=0-7
/proc/15672/task/15673/stat : 15673 (java) S 15670 15670 14480 0 -1 1077944384 9529 0 0 0 81 6 0 0 20 0 28 0 420439779 29526929408 113091 33554432000 4194304 4196468 140723442863712 140326485603456 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15674] ppid=15670 vsize=28834892 memory=6791534058613427641 CPUtime=0.09 cores=0-7
/proc/15672/task/15674/stat : 15674 (java) S 15670 15670 14480 0 -1 1077944384 74 0 0 0 6 3 0 0 20 0 28 0 420439780 29526929408 113091 33554432000 4194304 4196468 140723442863712 140326033206416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15675] ppid=15670 vsize=28834892 memory=6943526294502006880 CPUtime=0.11 cores=0-7
/proc/15672/task/15675/stat : 15675 (java) S 15670 15670 14480 0 -1 1077944384 108 0 0 0 7 4 0 0 20 0 28 0 420439780 29526929408 113091 33554432000 4194304 4196468 140723442863712 140326032153616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15676] ppid=15670 vsize=28834892 memory=0 CPUtime=0.11 cores=0-7
/proc/15672/task/15676/stat : 15676 (java) S 15670 15670 14480 0 -1 1077944384 124 0 0 0 7 4 0 0 20 0 28 0 420439780 29526929408 113091 33554432000 4194304 4196468 140723442863712 140326031100816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15677] ppid=15670 vsize=28834892 memory=0 CPUtime=0.13 cores=0-7
/proc/15672/task/15677/stat : 15677 (java) S 15670 15670 14480 0 -1 1077944384 132 0 0 0 8 5 0 0 20 0 28 0 420439780 29526929408 113091 33554432000 4194304 4196468 140723442863712 140326030048016 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15678] ppid=15670 vsize=28834892 memory=0 CPUtime=0.13 cores=0-7
/proc/15672/task/15678/stat : 15678 (java) S 15670 15670 14480 0 -1 1077944384 129 0 0 0 8 5 0 0 20 0 28 0 420439780 29526929408 113091 33554432000 4194304 4196468 140723442863712 140326028995216 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15679] ppid=15670 vsize=28834892 memory=0 CPUtime=0.11 cores=0-7
/proc/15672/task/15679/stat : 15679 (java) S 15670 15670 14480 0 -1 1077944384 124 0 0 0 7 4 0 0 20 0 28 0 420439780 29526929408 113091 33554432000 4194304 4196468 140723442863712 140326027942416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15680] ppid=15670 vsize=28834892 memory=0 CPUtime=0.09 cores=0-7
/proc/15672/task/15680/stat : 15680 (java) S 15670 15670 14480 0 -1 1077944384 110 0 0 0 6 3 0 0 20 0 28 0 420439780 29526929408 113091 33554432000 4194304 4196468 140723442863712 140326026889616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15681] ppid=15670 vsize=28834892 memory=0 CPUtime=0.11 cores=0-7
/proc/15672/task/15681/stat : 15681 (java) S 15670 15670 14480 0 -1 1077944384 126 0 0 0 7 4 0 0 20 0 28 0 420439780 29526929408 113091 33554432000 4194304 4196468 140723442863712 140326025836816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15682] ppid=15670 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15682/stat : 15682 (java) S 15670 15670 14480 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 28 0 420439781 29526929408 113091 33554432000 4194304 4196468 140723442863712 140325982415728 140326481373826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15683] ppid=15670 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15683/stat : 15683 (java) S 15670 15670 14480 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 420439782 29526929408 113091 33554432000 4194304 4196468 140723442863712 140325981361760 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15684] ppid=15670 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15684/stat : 15684 (java) S 15670 15670 14480 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420439782 29526929408 113091 33554432000 4194304 4196468 140723442863712 140325980308864 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15685] ppid=15670 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15685/stat : 15685 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420439785 29526929408 113091 33554432000 4194304 4196468 140723442863712 140325979257168 140326481381275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15686] ppid=15670 vsize=28834892 memory=0 CPUtime=1.96 cores=0-7
/proc/15672/task/15686/stat : 15686 (java) R 15670 15670 14480 0 -1 4202560 9199 0 0 0 194 2 0 0 20 0 28 0 420439785 29526929408 113091 33554432000 4194304 4196468 140723442863712 140325978185328 140326464862877 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15687] ppid=15670 vsize=28834892 memory=0 CPUtime=1.79 cores=0-7
/proc/15672/task/15687/stat : 15687 (java) R 15670 15670 14480 0 -1 4202560 7642 0 0 0 176 3 0 0 20 0 28 0 420439785 29526929408 113091 33554432000 4194304 4196468 140723442863712 140325860514592 140326464863191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15688] ppid=15670 vsize=28834892 memory=6791534058613427641 CPUtime=2.05 cores=0-7
/proc/15672/task/15688/stat : 15688 (java) R 15670 15670 14480 0 -1 4202560 10052 0 0 0 202 3 0 0 20 0 28 0 420439785 29526929408 113091 33554432000 4194304 4196468 140723442863712 140325859467736 140326466242890 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15689] ppid=15670 vsize=28834892 memory=0 CPUtime=0.96 cores=0-7
/proc/15672/task/15689/stat : 15689 (java) S 15670 15670 14480 0 -1 1077944384 4560 0 0 0 94 2 0 0 20 0 28 0 420439785 29526929408 113091 33554432000 4194304 4196468 140723442863712 140325858428912 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15690] ppid=15670 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15690/stat : 15690 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420439785 29526929408 113091 33554432000 4194304 4196468 140723442863712 140325857377376 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15691] ppid=15670 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15691/stat : 15691 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420439785 29526929408 113091 33554432000 4194304 4196468 140723442863712 140325856324656 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
Current children cumulated CPU time: 20.42 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 453816 KiB

[startup+3.4019 s]
/proc/loadavg: 7.87 8.31 8.33 11/220 15739
/proc/meminfo: memFree=25400632/32770624 swapFree=67002168/67108860
[pid=15670] ppid=15667 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15670/stat : 15670 (xcsp3-exec) S 15667 15670 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420439779 115843072 363 33554432000 4194304 5098028 140734242246320 140734242244424 139814465901180 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31174656 140734242251637 140734242251881 140734242251881 140734242254794 0
/proc/15670/statm: 28282 363 304 221 0 87 0
[pid=15672] ppid=15670 vsize=28834892 memory=488644 CPUtime=21.89 cores=0-7
/proc/15672/stat : 15672 (java) S 15670 15670 14480 0 -1 1077944320 51421 0 0 0 2128 61 0 0 20 0 28 0 420439779 29526929408 122161 33554432000 4194304 4196468 140723442863712 140723442846256 140326481362679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
/proc/15672/statm: 7208723 122161 3502 1 0 7169825 0
[pid=15672/tid=15673] ppid=15670 vsize=28834892 memory=6010989805216360554 CPUtime=0.87 cores=0-7
/proc/15672/task/15673/stat : 15673 (java) S 15670 15670 14480 0 -1 1077944384 9561 0 0 0 81 6 0 0 20 0 28 0 420439779 29526929408 122161 33554432000 4194304 4196468 140723442863712 140326485603456 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15674] ppid=15670 vsize=28834892 memory=7518872081968292454 CPUtime=0.09 cores=0-7
/proc/15672/task/15674/stat : 15674 (java) S 15670 15670 14480 0 -1 1077944384 74 0 0 0 6 3 0 0 20 0 28 0 420439780 29526929408 122161 33554432000 4194304 4196468 140723442863712 140326033206416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15675] ppid=15670 vsize=28834892 memory=5867437584173132651 CPUtime=0.11 cores=0-7
/proc/15672/task/15675/stat : 15675 (java) S 15670 15670 14480 0 -1 1077944384 108 0 0 0 7 4 0 0 20 0 28 0 420439780 29526929408 122161 33554432000 4194304 4196468 140723442863712 140326032153616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15676] ppid=15670 vsize=28834892 memory=7084843174028535148 CPUtime=0.11 cores=0-7
/proc/15672/task/15676/stat : 15676 (java) S 15670 15670 14480 0 -1 1077944384 124 0 0 0 7 4 0 0 20 0 28 0 420439780 29526929408 122161 33554432000 4194304 4196468 140723442863712 140326031100816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15677] ppid=15670 vsize=28834892 memory=7590647131616209005 CPUtime=0.13 cores=0-7
/proc/15672/task/15677/stat : 15677 (java) S 15670 15670 14480 0 -1 1077944384 132 0 0 0 8 5 0 0 20 0 28 0 420439780 29526929408 122161 33554432000 4194304 4196468 140723442863712 140326030048016 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15678] ppid=15670 vsize=28834892 memory=6081099095099992934 CPUtime=0.13 cores=0-7
/proc/15672/task/15678/stat : 15678 (java) S 15670 15670 14480 0 -1 1077944384 129 0 0 0 8 5 0 0 20 0 28 0 420439780 29526929408 122161 33554432000 4194304 4196468 140723442863712 140326028995216 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15679] ppid=15670 vsize=28834892 memory=6081099095099992934 CPUtime=0.11 cores=0-7
/proc/15672/task/15679/stat : 15679 (java) S 15670 15670 14480 0 -1 1077944384 124 0 0 0 7 4 0 0 20 0 28 0 420439780 29526929408 122161 33554432000 4194304 4196468 140723442863712 140326027942416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15680] ppid=15670 vsize=28834892 memory=7234866153995855441 CPUtime=0.09 cores=0-7
/proc/15672/task/15680/stat : 15680 (java) S 15670 15670 14480 0 -1 1077944384 110 0 0 0 6 3 0 0 20 0 28 0 420439780 29526929408 122161 33554432000 4194304 4196468 140723442863712 140326026889616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15681] ppid=15670 vsize=28834892 memory=1452 CPUtime=0.11 cores=0-7
/proc/15672/task/15681/stat : 15681 (java) S 15670 15670 14480 0 -1 1077944384 126 0 0 0 7 4 0 0 20 0 28 0 420439780 29526929408 122161 33554432000 4194304 4196468 140723442863712 140326025836816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15682] ppid=15670 vsize=28834892 memory=431084 CPUtime=0.01 cores=0-7
/proc/15672/task/15682/stat : 15682 (java) S 15670 15670 14480 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 28 0 420439781 29526929408 122161 33554432000 4194304 4196468 140723442863712 140325982415728 140326481373826 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15683] ppid=15670 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15683/stat : 15683 (java) S 15670 15670 14480 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 420439782 29526929408 122161 33554432000 4194304 4196468 140723442863712 140325981361760 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15684] ppid=15670 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15684/stat : 15684 (java) S 15670 15670 14480 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 420439782 29526929408 122161 33554432000 4194304 4196468 140723442863712 140325980308864 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15685] ppid=15670 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15685/stat : 15685 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420439785 29526929408 122161 33554432000 4194304 4196468 140723442863712 140325979257168 140326481381275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15686] ppid=15670 vsize=28834892 memory=0 CPUtime=2.16 cores=0-7
/proc/15672/task/15686/stat : 15686 (java) R 15670 15670 14480 0 -1 4202560 10970 0 0 0 214 2 0 0 20 0 28 0 420439785 29526929408 122161 33554432000 4194304 4196468 140723442863712 140325978190688 140326461049305 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15687] ppid=15670 vsize=28834892 memory=0 CPUtime=1.97 cores=0-7
/proc/15672/task/15687/stat : 15687 (java) R 15670 15670 14480 0 -1 4202560 9413 0 0 0 194 3 0 0 20 0 28 0 420439785 29526929408 122161 33554432000 4194304 4196468 140723442863712 140325860520016 140326462906926 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15688] ppid=15670 vsize=28834892 memory=0 CPUtime=2.23 cores=0-7
/proc/15672/task/15688/stat : 15688 (java) R 15670 15670 14480 0 -1 4202560 11870 0 0 0 219 4 0 0 20 0 28 0 420439785 29526929408 122161 33554432000 4194304 4196468 140723442863712 140325859468256 140326462906879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15689] ppid=15670 vsize=28834892 memory=0 CPUtime=0.96 cores=0-7
/proc/15672/task/15689/stat : 15689 (java) R 15670 15670 14480 0 -1 1077944384 4616 0 0 0 94 2 0 0 20 0 28 0 420439785 29526929408 122161 33554432000 4194304 4196468 140723442863712 140325858428912 140326481373826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15690] ppid=15670 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/15672/task/15690/stat : 15690 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420439785 29526929408 122161 33554432000 4194304 4196468 140723442863712 140325857377376 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15691] ppid=15670 vsize=28834892 memory=280980385308736 CPUtime=0 cores=0-7
/proc/15672/task/15691/stat : 15691 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420439785 29526929408 122161 33554432000 4194304 4196468 140723442863712 140325856324656 140326481373826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
Current children cumulated CPU time: 21.89 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 490096 KiB

[startup+3.50711 s]
/proc/loadavg: 7.87 8.31 8.33 11/220 15739
/proc/meminfo: memFree=25400632/32770624 swapFree=67002168/67108860
[pid=15670] ppid=15667 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15670/stat : 15670 (xcsp3-exec) S 15667 15670 14480 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 420439779 115843072 363 33554432000 4194304 5098028 140734242246320 140734242244424 139814465901180 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31174656 140734242251637 140734242251881 140734242251881 140734242254794 0
/proc/15670/statm: 28282 363 304 221 0 87 0
[pid=15672] ppid=15670 vsize=28834892 memory=505996 CPUtime=22.67 cores=0-7
/proc/15672/stat : 15672 (java) S 15670 15670 14480 0 -1 1077944320 52702 0 0 0 2205 62 0 0 20 0 19 0 420439779 29526929408 126499 33554432000 4194304 4196468 140723442863712 140723442846256 140326481362679 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
/proc/15672/statm: 7208723 126499 3502 1 0 7169825 0
[pid=15672/tid=15673] ppid=15670 vsize=28834892 memory=0 CPUtime=0.87 cores=0-7
/proc/15672/task/15673/stat : 15673 (java) S 15670 15670 14480 0 -1 1077944384 9590 0 0 0 81 6 0 0 20 0 19 0 420439779 29526929408 126499 33554432000 4194304 4196468 140723442863712 140326485605520 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15674] ppid=15670 vsize=28834892 memory=0 CPUtime=0.09 cores=0-7
/proc/15672/task/15674/stat : 15674 (java) S 15670 15670 14480 0 -1 1077944384 74 0 0 0 6 3 0 0 20 0 19 0 420439780 29526929408 126499 33554432000 4194304 4196468 140723442863712 140326033206416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15675] ppid=15670 vsize=28834892 memory=11 CPUtime=0.11 cores=0-7
/proc/15672/task/15675/stat : 15675 (java) S 15670 15670 14480 0 -1 1077944384 108 0 0 0 7 4 0 0 20 0 19 0 420439780 29526929408 126499 33554432000 4194304 4196468 140723442863712 140326032153616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15676] ppid=15670 vsize=28834892 memory=11 CPUtime=0.11 cores=0-7
/proc/15672/task/15676/stat : 15676 (java) S 15670 15670 14480 0 -1 1077944384 124 0 0 0 7 4 0 0 20 0 19 0 420439780 29526929408 126499 33554432000 4194304 4196468 140723442863712 140326031100816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15677] ppid=15670 vsize=28834892 memory=13 CPUtime=0.13 cores=0-7
/proc/15672/task/15677/stat : 15677 (java) S 15670 15670 14480 0 -1 1077944384 132 0 0 0 8 5 0 0 20 0 19 0 420439780 29526929408 126499 33554432000 4194304 4196468 140723442863712 140326030048016 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15678] ppid=15670 vsize=28834892 memory=57 CPUtime=0.13 cores=0-7
/proc/15672/task/15678/stat : 15678 (java) S 15670 15670 14480 0 -1 1077944384 129 0 0 0 8 5 0 0 20 0 19 0 420439780 29526929408 126499 33554432000 4194304 4196468 140723442863712 140326028995216 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15679] ppid=15670 vsize=28834892 memory=-9174445032661854264 CPUtime=0.11 cores=0-7
/proc/15672/task/15679/stat : 15679 (java) S 15670 15670 14480 0 -1 1077944384 124 0 0 0 7 4 0 0 20 0 19 0 420439780 29526929408 126499 33554432000 4194304 4196468 140723442863712 140326027942416 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15680] ppid=15670 vsize=28834892 memory=-2893623298589923098 CPUtime=0.09 cores=0-7
/proc/15672/task/15680/stat : 15680 (java) S 15670 15670 14480 0 -1 1077944384 110 0 0 0 6 3 0 0 20 0 19 0 420439780 29526929408 126499 33554432000 4194304 4196468 140723442863712 140326026889616 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15681] ppid=15670 vsize=28834892 memory=6791534058613427641 CPUtime=0.11 cores=0-7
/proc/15672/task/15681/stat : 15681 (java) S 15670 15670 14480 0 -1 1077944384 126 0 0 0 7 4 0 0 20 0 19 0 420439780 29526929408 126499 33554432000 4194304 4196468 140723442863712 140326025836816 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15682] ppid=15670 vsize=28834892 memory=140490192234416 CPUtime=0.01 cores=0-7
/proc/15672/task/15682/stat : 15682 (java) S 15670 15670 14480 0 -1 1077944384 97 0 0 0 1 0 0 0 20 0 19 0 420439781 29526929408 126499 33554432000 4194304 4196468 140723442863712 140325982415936 140326481373826 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15683] ppid=15670 vsize=28834892 memory=140490192233536 CPUtime=0 cores=0-7
/proc/15672/task/15683/stat : 15683 (java) S 15670 15670 14480 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 19 0 420439782 29526929408 126499 33554432000 4194304 4196468 140723442863712 140325981361760 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15684] ppid=15670 vsize=28834892 memory=140490192233568 CPUtime=0 cores=0-7
/proc/15672/task/15684/stat : 15684 (java) S 15670 15670 14480 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 420439782 29526929408 126499 33554432000 4194304 4196468 140723442863712 140325980308864 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15685] ppid=15670 vsize=28834892 memory=4008 CPUtime=0 cores=0-7
/proc/15672/task/15685/stat : 15685 (java) S 15670 15670 14480 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 420439785 29526929408 126499 33554432000 4194304 4196468 140723442863712 140325979256224 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15686] ppid=15670 vsize=28834892 memory=1292 CPUtime=2.26 cores=0-7
/proc/15672/task/15686/stat : 15686 (java) S 15670 15670 14480 0 -1 1077944384 11247 0 0 0 224 2 0 0 20 0 19 0 420439785 29526929408 126499 33554432000 4194304 4196468 140723442863712 140325978189584 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15687] ppid=15670 vsize=28834892 memory=10592 CPUtime=2.08 cores=0-7
/proc/15672/task/15687/stat : 15687 (java) S 15670 15670 14480 0 -1 1077944384 9734 0 0 0 204 4 0 0 20 0 19 0 420439785 29526929408 126499 33554432000 4194304 4196468 140723442863712 140325860519568 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15688] ppid=15670 vsize=28834892 memory=1720 CPUtime=2.32 cores=0-7
/proc/15672/task/15688/stat : 15688 (java) S 15670 15670 14480 0 -1 1077944384 12179 0 0 0 228 4 0 0 20 0 19 0 420439785 29526929408 126499 33554432000 4194304 4196468 140723442863712 140325859466224 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15689] ppid=15670 vsize=28834892 memory=5948 CPUtime=0.98 cores=0-7
/proc/15672/task/15689/stat : 15689 (java) S 15670 15670 14480 0 -1 1077944384 4834 0 0 0 96 2 0 0 20 0 19 0 420439785 29526929408 126499 33554432000 4194304 4196468 140723442863712 140325858424784 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
[pid=15672/tid=15690] ppid=15670 vsize=28834892 memory=636 CPUtime=0 cores=0-7
/proc/15672/task/15690/stat : 15690 (java) S 15670 15670 14480 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 420439785 29526929408 126499 33554432000 4194304 4196468 140723442863712 140325857377376 140326481372885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15728640 140723442869226 140723442869398 140723442869398 140723442872271 0
Current children cumulated CPU time: 22.67 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 507448 KiB

Child status: 0
Real time (s): 3.52596
CPU time (s): 22.6982
CPU user time (s): 22.0538
CPU system time (s): 0.644471
CPU usage (%): 643.746
Max. virtual memory (cumulated for all children) (KiB): 28949984
Max. memory (cumulated for all children) (KiB): 507448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0538
system time used= 0.644471
maximum resident set size= 506788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53265
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5258
involuntary context switches= 524


# summary of solver processes directly reported to runsolver:
#   pid: 15670
#   total CPU time (s): 22.6982
#   total CPU user time (s): 22.0538
#   total CPU system time (s): 0.644471

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048307 second user time and 0.089054 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-14 08:17:47
IDJOB=4394364
IDBENCH=138367
IDSOLVER=2843
FILE ID=node136/4394364-1568441911
RUNJOBID= node136-1568439334-14507
PBS_JOBID= 21702333
Free space on /tmp= 61168 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff87.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-4394364-1568441911/watcher-4394364-1568441911 -o /tmp/evaluation-result-4394364-1568441911/solver-4394364-1568441911 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568439334-14507 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1047409666 HOME/instance-4394364-1568441911.xml

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

MD5SUM BENCH= 60c761b657be0d86f100d87a8dc157a6
RANDOM SEED=1047409666

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25826412 kB
MemAvailable:   31887592 kB
Buffers:           86140 kB
Cached:          6251528 kB
SwapCached:         3100 kB
Active:          2039460 kB
Inactive:        4305604 kB
Active(anon):       6084 kB
Inactive(anon):    42124 kB
Active(file):    2033376 kB
Inactive(file):  4263480 kB
Unevictable:      107800 kB
Mlocked:          107800 kB
SwapTotal:      67108860 kB
SwapFree:       67002168 kB
Dirty:             26292 kB
Writeback:            12 kB
AnonPages:        191324 kB
Mapped:            44684 kB
Shmem:             31940 kB
Slab:             189688 kB
SReclaimable:     160316 kB
SUnreclaim:        29372 kB
KernelStack:        3872 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61140 MiB
End job on node136 at 2019-09-14 08:17:51