Trace number 4394501

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 parallelWrong Opt.5204 12.5957 2.28261

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15a.xml
MD5SUM2cf522cde643a9876c78ef6348327f24
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4948
Best CPU time to get the best result obtained on this benchmark6.71087
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":19},{"degree":3,"count":7},{"degree":4,"count":3}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"type":"allDifferent","count":1}]
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-4394501-1568421898.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394501-1568421898.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.06/0.58	c solve instance...
1.39/0.69	o 39350 
1.94/0.71	o 12913 
1.94/0.72	o 12328 
1.94/0.73	o 12214 
1.94/0.76	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (117/119)
1.94/0.76		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.94/0.76		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.94/0.76		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.94/0.76		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.94/0.76		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.94/0.76	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (117/119)
1.94/0.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.94/0.76		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.94/0.76		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.94/0.76		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.94/0.76		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.94/0.76		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.94/0.76		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.94/0.76		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.94/0.76		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.94/0.76		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.94/0.76		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.94/0.76		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.94/0.76		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.94/0.76		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.94/0.76		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.94/0.76		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.94/0.76	o 11770 
1.94/0.78	o 11650 
1.94/0.79	o 11453 
4.63/1.16	o 10473 
4.63/1.16	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (390/399)
4.63/1.16		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.63/1.16		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.63/1.16		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.63/1.16		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.63/1.16		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.63/1.16	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (390/399)
4.63/1.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.63/1.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.63/1.16		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.63/1.16		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.63/1.16		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.63/1.16		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.63/1.16		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.63/1.16		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.63/1.16		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.63/1.16		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.63/1.16		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.63/1.16		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.63/1.16		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.63/1.16		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.63/1.16		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.63/1.16		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.63/1.16	o 9926 
4.63/1.16	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (319/322)
4.63/1.16		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.63/1.16		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.63/1.16		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.63/1.16		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.63/1.16		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.63/1.16	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (319/322)
4.63/1.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.63/1.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.63/1.16		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.63/1.16		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.63/1.16		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.63/1.16		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.63/1.16		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.63/1.16		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.63/1.16		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.63/1.16		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.63/1.16		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.63/1.16		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.63/1.16		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.63/1.16		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.63/1.16		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.63/1.16		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.63/1.16	o 9225 
4.63/1.16	o 8744 
4.63/1.16	o 8597 
4.63/1.16	o 8380 
4.63/1.16	o 8336 
4.63/1.16	o 8236 
4.63/1.16	o 8230 
4.63/1.16	o 8139 
4.63/1.16	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (355/361)
4.63/1.16		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.63/1.16		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.63/1.16		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.63/1.16		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.63/1.16		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.63/1.16	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (355/361)
4.63/1.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.63/1.16		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.63/1.16		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.63/1.16		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.63/1.16		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.63/1.16		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.63/1.16		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.63/1.16		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.63/1.16		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.63/1.16		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.63/1.16		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.63/1.16		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.63/1.16		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.63/1.16		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.63/1.16		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.63/1.16		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.63/1.16	o 7776 
4.63/1.16	o 7157 
4.63/1.16	o 7091 
4.63/1.16	o 6438 
4.63/1.16	o 6372 
4.63/1.16	o 6280 
6.95/1.51	o 6249 
6.95/1.53	o 6231 
6.95/1.53	o 6105 
8.44/1.74	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (374/378)
8.44/1.74		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.44/1.74		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.44/1.74		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.44/1.74		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.44/1.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.44/1.74	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (374/378)
8.44/1.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
8.44/1.74		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
8.44/1.74		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
8.44/1.74		at org.chocosolver.solver.Solver.repair(Solver.java:443)
8.44/1.74		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
8.44/1.74		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.44/1.74		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.44/1.74		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.44/1.74		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.44/1.74		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.44/1.74		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.44/1.74		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.44/1.74		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.44/1.74		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.44/1.74		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.44/1.74		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.44/1.74	o 6064 
8.44/1.74	o 6052 
8.44/1.76	o 6023 
9.97/1.95	java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
9.97/1.95		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.97/1.95		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.97/1.95		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.97/1.95		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.97/1.95		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.97/1.95	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
9.97/1.95		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.97/1.95		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.97/1.95		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.97/1.95		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.97/1.95		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
9.97/1.95		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
9.97/1.95		... 4 more
9.97/1.95	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
9.97/1.95		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
9.97/1.95		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
9.97/1.95		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
9.97/1.95		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
9.97/1.95		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
9.97/1.95		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
9.97/1.95		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
9.97/1.95		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
9.97/1.95		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
9.97/1.95		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
9.97/1.95		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
9.97/1.95		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
9.97/1.95		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
9.97/1.95		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
9.97/1.95		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.97/1.95		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.97/1.95		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.97/1.95		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.97/1.95	Caused by: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
9.97/1.95		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:107)
9.97/1.95		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
9.97/1.95		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
9.97/1.95		at org.chocosolver.solver.Solver.restart(Solver.java:596)
9.97/1.95		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
9.97/1.95		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:96)
9.97/1.95		at org.chocosolver.solver.Solver.repair(Solver.java:438)
9.97/1.95		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
9.97/1.95		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.97/1.95		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.97/1.95		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.97/1.95		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.97/1.95		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.97/1.95		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.97/1.95		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.97/1.95		... 4 more
9.97/1.95	o 5851 
11.50/2.17	java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
11.50/2.17		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
11.50/2.17		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
11.50/2.17		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
11.50/2.17		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
11.50/2.17		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
11.50/2.17	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
11.50/2.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11.50/2.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
11.50/2.17		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
11.50/2.17		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
11.50/2.17		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
11.50/2.17		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
11.50/2.17		... 4 more
11.50/2.17	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
11.50/2.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
11.50/2.17		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
11.50/2.17		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
11.50/2.17		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
11.50/2.17		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
11.50/2.17		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
11.50/2.17		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
11.50/2.17		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
11.50/2.17		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
11.50/2.17		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
11.50/2.17		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
11.50/2.17		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
11.50/2.17		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
11.50/2.17		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
11.50/2.17		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
11.50/2.17		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
11.50/2.17		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
11.50/2.17		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
11.50/2.17	Caused by: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
11.50/2.17		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:107)
11.50/2.17		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
11.50/2.17		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
11.50/2.17		at org.chocosolver.solver.Solver.restart(Solver.java:596)
11.50/2.17		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
11.50/2.17		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:84)
11.50/2.17		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
11.50/2.17		at org.chocosolver.solver.Solver.extend(Solver.java:421)
11.50/2.17		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
11.50/2.17		at org.chocosolver.solver.Solver.solve(Solver.java:262)
11.50/2.17		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
11.50/2.17		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
11.50/2.17		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
11.50/2.17		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
11.50/2.17		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
11.50/2.17		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
11.50/2.17		... 4 more
11.50/2.17	o 5835 
11.50/2.18	o 5560 
12.09/2.22	o 5406 
12.09/2.22	o 5370 
12.09/2.22	o 5308 
12.09/2.23	o 5255 
12.09/2.23	o 5204 
12.09/2.26	s OPTIMUM FOUND
12.09/2.26	v <instantiation>
12.09/2.26	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] d[0][1] d[0][2] d[0][3] d[1][4] d[2][5] d[2][6] d[3][7] d[6][8] d[7][9] d[7][10] d[8][11] d[9][12] d[10][13] d[12][14] </list>
12.09/2.26	v 	<values>6 11 1 0 9 5 12 8 4 13 2 7 3 10 14 27 3 5 13 38 4 10 2 11 4 1 20 24 1 </values>
12.09/2.26	v </instantiation>

Verifier Data

OK	5204

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394501-1568421898/watcher-4394501-1568421898 -o /tmp/evaluation-result-4394501-1568421898/solver-4394501-1568421898 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568416723-7197 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2133145587 HOME/instance-4394501-1568421898.xml 

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

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


[startup+0.100136 s]*
/proc/loadavg: 5.42 6.13 6.24 2/212 12080
/proc/meminfo: memFree=31516180/32770624 swapFree=66995604/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418441203 115843072 364 33554432000 4194304 5098028 140724972205744 140724972203848 139914358940284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8069120 140724972209013 140724972209257 140724972209257 140724972212170 0
/proc/12059/statm: 28282 364 305 221 0 87 0
[pid=12061] ppid=12059 vsize=28227388 memory=29940 CPUtime=0.12 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 7170 0 -1 1077944320 5970 0 0 0 11 1 0 0 20 0 20 0 418441203 28904845312 7485 33554432000 4194304 4196468 140729246824000 140729246806544 140392625516279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
/proc/12061/statm: 7056847 7485 3119 1 0 7019032 0
[pid=12061/tid=12062] ppid=12059 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) R 12059 12059 7170 0 -1 4202560 3865 0 0 0 8 0 0 0 20 0 20 0 418441204 28904845312 7485 33554432000 4194304 4196468 140729246824000 140392629750816 140392625538205 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12063] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 7485 33554432000 4194304 4196468 140729246824000 140392578136592 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12064] ppid=12059 vsize=28227388 memory=14832388037465752 CPUtime=0 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 7485 33554432000 4194304 4196468 140729246824000 140392577084048 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12065] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 7485 33554432000 4194304 4196468 140729246824000 140392576030992 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12066] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12066/stat : 12066 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 7485 33554432000 4194304 4196468 140729246824000 140392574978448 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12067] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 7485 33554432000 4194304 4196468 140729246824000 140392573926416 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12068] ppid=12059 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 7485 33554432000 4194304 4196468 140729246824000 140392572873872 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12069] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 7485 33554432000 4194304 4196468 140729246824000 140392571820816 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12070] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 7485 33554432000 4194304 4196468 140729246824000 140392570768272 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12071] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) S 12059 12059 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418441206 28904845312 7485 33554432000 4194304 4196468 140729246824000 140390886918384 140392625527426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12072] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418441206 28904845312 7485 33554432000 4194304 4196468 140729246824000 140390885864608 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12073] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418441206 28904845312 7485 33554432000 4194304 4196468 140729246824000 140390884811504 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12074] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441209 28904845312 7485 33554432000 4194304 4196468 140729246824000 140390883760080 140392625534875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12075] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) S 12059 12059 7170 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 418441209 28904845312 7485 33554432000 4194304 4196468 140729246824000 140390882708208 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12076] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441209 28904845312 7485 33554432000 4194304 4196468 140729246824000 140390881655664 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12077] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) S 12059 12059 7170 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418441209 28904845312 7485 33554432000 4194304 4196468 140729246824000 140390880602608 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12078] ppid=12059 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) S 12059 12059 7170 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 20 0 418441209 28904845312 7485 33554432000 4194304 4196468 140729246824000 140390879550064 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12079] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418441209 28904845312 7485 33554432000 4194304 4196468 140729246824000 140390878497248 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12080] ppid=12059 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441209 28904845312 7485 33554432000 4194304 4196468 140729246824000 140390877444784 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31396 KiB

[startup+0.209823 s]*
/proc/loadavg: 5.42 6.13 6.24 4/212 12080
/proc/meminfo: memFree=31503664/32770624 swapFree=66995604/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418441203 115843072 364 33554432000 4194304 5098028 140724972205744 140724972203848 139914358940284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8069120 140724972209013 140724972209257 140724972209257 140724972212170 0
/proc/12059/statm: 28282 364 305 221 0 87 0
[pid=12061] ppid=12059 vsize=28227388 memory=40976 CPUtime=0.33 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 7170 0 -1 1077944320 9505 0 0 0 30 3 0 0 20 0 20 0 418441203 28904845312 10244 33554432000 4194304 4196468 140729246824000 140729246806544 140392625516279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
/proc/12061/statm: 7056847 10244 3296 1 0 7019032 0
[pid=12061/tid=12062] ppid=12059 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) R 12059 12059 7170 0 -1 4202560 6675 0 0 0 18 2 0 0 20 0 20 0 418441204 28904845312 10244 33554432000 4194304 4196468 140729246824000 140392629747712 140392603510331 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12063] ppid=12059 vsize=28227388 memory=288230600413020516 CPUtime=0 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 10244 33554432000 4194304 4196468 140729246824000 140392578136592 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12064] ppid=12059 vsize=28227388 memory=140485077304985 CPUtime=0 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 10244 33554432000 4194304 4196468 140729246824000 140392577084048 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12065] ppid=12059 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 10244 33554432000 4194304 4196468 140729246824000 140392576030992 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12066] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12066/stat : 12066 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 10244 33554432000 4194304 4196468 140729246824000 140392574978448 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12067] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 10244 33554432000 4194304 4196468 140729246824000 140392573926416 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12068] ppid=12059 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 10244 33554432000 4194304 4196468 140729246824000 140392572873872 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12069] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 10244 33554432000 4194304 4196468 140729246824000 140392571820816 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12070] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28904845312 10244 33554432000 4194304 4196468 140729246824000 140392570768272 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12071] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) S 12059 12059 7170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418441206 28904845312 10244 33554432000 4194304 4196468 140729246824000 140390886918384 140392625527426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12072] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418441206 28904845312 10244 33554432000 4194304 4196468 140729246824000 140390885864608 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12073] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418441206 28904845312 10244 33554432000 4194304 4196468 140729246824000 140390884811504 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12074] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441209 28904845312 10244 33554432000 4194304 4196468 140729246824000 140390883760080 140392625534875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12075] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) S 12059 12059 7170 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 418441209 28904845312 10244 33554432000 4194304 4196468 140729246824000 140390882708208 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12076] ppid=12059 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) S 12059 12059 7170 0 -1 1077944384 43 0 0 0 1 0 0 0 20 0 20 0 418441209 28904845312 10244 33554432000 4194304 4196468 140729246824000 140390881655664 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12077] ppid=12059 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) S 12059 12059 7170 0 -1 1077944384 410 0 0 0 2 0 0 0 20 0 20 0 418441209 28904845312 10244 33554432000 4194304 4196468 140729246824000 140390880602608 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12078] ppid=12059 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) R 12059 12059 7170 0 -1 4202560 775 0 0 0 7 0 0 0 20 0 20 0 418441209 28904845312 10244 33554432000 4194304 4196468 140729246824000 140390879549872 140392604037424 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12079] ppid=12059 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418441209 28904845312 10244 33554432000 4194304 4196468 140729246824000 140390878497248 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12080] ppid=12059 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441209 28904845312 10244 33554432000 4194304 4196468 140729246824000 140390877444784 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42432 KiB

[startup+0.309459 s]*
/proc/loadavg: 5.42 6.13 6.24 3/212 12080
/proc/meminfo: memFree=31496372/32770624 swapFree=66995604/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418441203 115843072 364 33554432000 4194304 5098028 140724972205744 140724972203848 139914358940284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8069120 140724972209013 140724972209257 140724972209257 140724972212170 0
/proc/12059/statm: 28282 364 305 221 0 87 0
[pid=12061] ppid=12059 vsize=28231644 memory=50376 CPUtime=0.52 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 7170 0 -1 1077944320 10900 0 0 0 48 4 0 0 20 0 20 0 418441203 28909203456 12594 33554432000 4194304 4196468 140729246824000 140729246806544 140392625516279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
/proc/12061/statm: 7057911 12594 3361 1 0 7019032 0
[pid=12061/tid=12062] ppid=12059 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) R 12059 12059 7170 0 -1 4202560 7799 0 0 0 27 3 0 0 20 0 20 0 418441204 28909203456 12594 33554432000 4194304 4196468 140729246824000 140392629747392 140392607101154 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12063] ppid=12059 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28909203456 12594 33554432000 4194304 4196468 140729246824000 140392578136592 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12064] ppid=12059 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28909203456 12594 33554432000 4194304 4196468 140729246824000 140392577084048 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12065] ppid=12059 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28909203456 12594 33554432000 4194304 4196468 140729246824000 140392576030992 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12066] ppid=12059 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12066/stat : 12066 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28909203456 12594 33554432000 4194304 4196468 140729246824000 140392574978448 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12067] ppid=12059 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418441204 28909203456 12594 33554432000 4194304 4196468 140729246824000 140392573926416 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12068] ppid=12059 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28909203456 12594 33554432000 4194304 4196468 140729246824000 140392572873872 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12069] ppid=12059 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 7170 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418441204 28909203456 12594 33554432000 4194304 4196468 140729246824000 140392571820816 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12070] ppid=12059 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441204 28909203456 12594 33554432000 4194304 4196468 140729246824000 140392570768272 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12071] ppid=12059 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) S 12059 12059 7170 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418441206 28909203456 12594 33554432000 4194304 4196468 140729246824000 140390886918384 140392625527426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12072] ppid=12059 vsize=28231644 memory=280969915604352 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418441206 28909203456 12594 33554432000 4194304 4196468 140729246824000 140390885864608 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12073] ppid=12059 vsize=28231644 memory=280969915608960 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418441206 28909203456 12594 33554432000 4194304 4196468 140729246824000 140390884811504 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12074] ppid=12059 vsize=28231644 memory=280969915613568 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441209 28909203456 12594 33554432000 4194304 4196468 140729246824000 140390883760080 140392625534875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12075] ppid=12059 vsize=28231644 memory=280969915618176 CPUtime=0.02 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) R 12059 12059 7170 0 -1 4202560 427 0 0 0 2 0 0 0 20 0 20 0 418441209 28909203456 12594 33554432000 4194304 4196468 140729246824000 140390882689224 140392625537626 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12076] ppid=12059 vsize=28231644 memory=280969915622784 CPUtime=0.02 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) S 12059 12059 7170 0 -1 1077944384 66 0 0 0 2 0 0 0 20 0 20 0 418441209 28909203456 12594 33554432000 4194304 4196468 140729246824000 140390881655664 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12077] ppid=12059 vsize=28231644 memory=280969915627392 CPUtime=0.03 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) S 12059 12059 7170 0 -1 1077944384 427 0 0 0 3 0 0 0 20 0 20 0 418441209 28909203456 12594 33554432000 4194304 4196468 140729246824000 140390880602608 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12078] ppid=12059 vsize=28231644 memory=280969915632000 CPUtime=0.12 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) S 12059 12059 7170 0 -1 1077944384 875 0 0 0 12 0 0 0 20 0 20 0 418441209 28909203456 12594 33554432000 4194304 4196468 140729246824000 140390879550064 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12079] ppid=12059 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418441209 28909203456 12594 33554432000 4194304 4196468 140729246824000 140390878497248 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12080] ppid=12059 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418441209 28909203456 12594 33554432000 4194304 4196468 140729246824000 140390877444784 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51832 KiB

[startup+0.701029 s]
/proc/loadavg: 5.42 6.13 6.24 6/212 12080
/proc/meminfo: memFree=31479180/32770624 swapFree=66995604/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418441203 115843072 364 33554432000 4194304 5098028 140724972205744 140724972203848 139914358940284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8069120 140724972209013 140724972209257 140724972209257 140724972212170 0
/proc/12059/statm: 28282 364 305 221 0 87 0
[pid=12061] ppid=12059 vsize=28766280 memory=115416 CPUtime=1.94 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 7170 0 -1 1077944320 15736 0 0 0 186 8 0 0 20 0 28 0 418441203 29456670720 28854 33554432000 4194304 4196468 140729246824000 140729246806544 140392625516279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
/proc/12061/statm: 7191570 28854 3455 1 0 7152672 0
[pid=12061/tid=12062] ppid=12059 vsize=28766280 memory=4580 CPUtime=0.59 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) S 12059 12059 7170 0 -1 1077944384 9359 0 0 0 55 4 0 0 20 0 28 0 418441204 29456670720 28854 33554432000 4194304 4196468 140729246824000 140392629757056 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12063] ppid=12059 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418441204 29456670720 28854 33554432000 4194304 4196468 140729246824000 140392578136592 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12064] ppid=12059 vsize=28766280 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418441204 29456670720 28854 33554432000 4194304 4196468 140729246824000 140392577084048 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12065] ppid=12059 vsize=28766280 memory=8556 CPUtime=0 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418441204 29456670720 28854 33554432000 4194304 4196468 140729246824000 140392576030992 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0

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

[pid=12061/tid=12067] ppid=12059 vsize=28834892 memory=7235147594880805952 CPUtime=0 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 7170 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 418441204 29526929408 52937 33554432000 4194304 4196468 140729246824000 140392573926416 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12068] ppid=12059 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 7170 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 418441204 29526929408 52937 33554432000 4194304 4196468 140729246824000 140392572873872 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12069] ppid=12059 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 7170 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 418441204 29526929408 52937 33554432000 4194304 4196468 140729246824000 140392571820816 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12070] ppid=12059 vsize=28834892 memory=4580 CPUtime=0 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 7170 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 28 0 418441204 29526929408 52937 33554432000 4194304 4196468 140729246824000 140392570768272 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12071] ppid=12059 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) S 12059 12059 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418441206 29526929408 52937 33554432000 4194304 4196468 140729246824000 140390886918384 140392625527426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12072] ppid=12059 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 418441206 29526929408 52937 33554432000 4194304 4196468 140729246824000 140390885864608 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12073] ppid=12059 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 7170 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 418441206 29526929408 52937 33554432000 4194304 4196468 140729246824000 140390884811504 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12074] ppid=12059 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418441209 29526929408 52937 33554432000 4194304 4196468 140729246824000 140390883760080 140392625534875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12075] ppid=12059 vsize=28834892 memory=0 CPUtime=0.96 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) R 12059 12059 7170 0 -1 4202560 2449 0 0 0 96 0 0 0 20 0 28 0 418441209 29526929408 52937 33554432000 4194304 4196468 140729246824000 140390882694088 140392607037458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12076] ppid=12059 vsize=28834892 memory=0 CPUtime=0.94 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) R 12059 12059 7170 0 -1 4202560 2254 0 0 0 94 0 0 0 20 0 28 0 418441209 29526929408 52937 33554432000 4194304 4196468 140729246824000 140390881645688 140392609016676 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12077] ppid=12059 vsize=28834892 memory=0 CPUtime=1 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) R 12059 12059 7170 0 -1 4202560 2426 0 0 0 100 0 0 0 20 0 28 0 418441209 29526929408 52937 33554432000 4194304 4196468 140729246824000 140390880591088 140392606695116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12078] ppid=12059 vsize=28834892 memory=0 CPUtime=0.62 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) R 12059 12059 7170 0 -1 4202560 2852 0 0 0 61 1 0 0 20 0 28 0 418441209 29526929408 52937 33554432000 4194304 4196468 140729246824000 140390879547176 140392618233242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12079] ppid=12059 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418441209 29526929408 52937 33554432000 4194304 4196468 140729246824000 140390878497248 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12080] ppid=12059 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418441209 29526929408 52937 33554432000 4194304 4196468 140729246824000 140390877444784 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
Current children cumulated CPU time: 7.65 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 213204 KiB

[startup+2.00105 s]*
/proc/loadavg: 5.42 6.13 6.24 12/222 12327
/proc/meminfo: memFree=31317772/32770624 swapFree=66995604/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418441203 115843072 364 33554432000 4194304 5098028 140724972205744 140724972203848 139914358940284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8069120 140724972209013 140724972209257 140724972209257 140724972212170 0
/proc/12059/statm: 28282 364 305 221 0 87 0
[pid=12061] ppid=12059 vsize=28968020 memory=223304 CPUtime=10.82 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 7170 0 -1 1077944320 27025 0 0 0 1067 15 0 0 20 0 31 0 418441203 29663252480 55826 33554432000 4194304 4196468 140729246824000 140729246806544 140392625516279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
/proc/12061/statm: 7242005 55826 3487 1 0 7203107 0
[pid=12061/tid=12062] ppid=12059 vsize=28968020 memory=8317482817917895235 CPUtime=0.61 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) S 12059 12059 7170 0 -1 1077944384 9366 0 0 0 57 4 0 0 20 0 31 0 418441204 29663252480 55826 33554432000 4194304 4196468 140729246824000 140392629757056 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12063] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 7170 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 31 0 418441204 29663252480 55826 33554432000 4194304 4196468 140729246824000 140392578136592 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12064] ppid=12059 vsize=28968020 memory=7292650485265270960 CPUtime=0 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 7170 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 31 0 418441204 29663252480 55826 33554432000 4194304 4196468 140729246824000 140392577084048 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12065] ppid=12059 vsize=28968020 memory=7311575516602054131 CPUtime=0 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 7170 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 31 0 418441204 29663252480 55826 33554432000 4194304 4196468 140729246824000 140392576030992 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12066] ppid=12059 vsize=28968020 memory=3184097920075968559 CPUtime=0 cores=0-7
/proc/12061/task/12066/stat : 12066 (java) S 12059 12059 7170 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 31 0 418441204 29663252480 55826 33554432000 4194304 4196468 140729246824000 140392574978448 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12067] ppid=12059 vsize=28968020 memory=3472328296227680303 CPUtime=0 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 7170 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 31 0 418441204 29663252480 55826 33554432000 4194304 4196468 140729246824000 140392573926416 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12068] ppid=12059 vsize=28968020 memory=3472328296227680299 CPUtime=0 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 7170 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 31 0 418441204 29663252480 55826 33554432000 4194304 4196468 140729246824000 140392572873872 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12069] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 7170 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 31 0 418441204 29663252480 55826 33554432000 4194304 4196468 140729246824000 140392571820816 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12070] ppid=12059 vsize=28968020 memory=4049334406416119346 CPUtime=0 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 7170 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 31 0 418441204 29663252480 55826 33554432000 4194304 4196468 140729246824000 140392570768272 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12071] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) S 12059 12059 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 31 0 418441206 29663252480 55826 33554432000 4194304 4196468 140729246824000 140390886918384 140392625527426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12072] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 31 0 418441206 29663252480 55826 33554432000 4194304 4196468 140729246824000 140390885864672 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12073] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 7170 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 31 0 418441206 29663252480 55826 33554432000 4194304 4196468 140729246824000 140390884811520 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12074] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 418441209 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390883760080 140392625534875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12075] ppid=12059 vsize=28968020 memory=140484958161824 CPUtime=1.25 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) R 12059 12059 7170 0 -1 4202560 3741 0 0 0 125 0 0 0 20 0 31 0 418441209 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390882689224 140392607060002 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12076] ppid=12059 vsize=28968020 memory=11172 CPUtime=1.19 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) R 12059 12059 7170 0 -1 4202560 2319 0 0 0 119 0 0 0 20 0 31 0 418441209 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390881648688 140392605020608 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12077] ppid=12059 vsize=28968020 memory=0 CPUtime=1.3 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) R 12059 12059 7170 0 -1 4202560 2609 0 0 0 129 1 0 0 20 0 31 0 418441209 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390880588368 140392603932634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12078] ppid=12059 vsize=28968020 memory=0 CPUtime=0.7 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) S 12059 12059 7170 0 -1 1077944384 3029 0 0 0 69 1 0 0 20 0 31 0 418441209 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390879550064 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12079] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 31 0 418441209 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390878497248 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12080] ppid=12059 vsize=28968020 memory=6592 CPUtime=0 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 31 0 418441209 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390877444784 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12292] ppid=12059 vsize=28968020 memory=140484958022575 CPUtime=0.34 cores=0-7
/proc/12061/task/12292/stat : 12292 (java) R 12059 12059 7170 0 -1 4202560 22 0 0 0 34 0 0 0 20 0 31 0 418441357 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390418834736 140392230149768 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12295] ppid=12059 vsize=28968020 memory=280969916033600 CPUtime=0.33 cores=0-7
/proc/12061/task/12295/stat : 12295 (java) R 12059 12059 7170 0 -1 1077944384 23 0 0 0 33 0 0 0 20 0 31 0 418441357 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390419891856 140392625526485 0 2147221247 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12320] ppid=12059 vsize=28968020 memory=65 CPUtime=0.09 cores=0-7
/proc/12061/task/12320/stat : 12320 (java) S 12059 12059 7170 0 -1 1077944384 17 0 0 0 9 0 0 0 20 0 31 0 418441382 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390415688848 140392625526485 0 2147221247 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12321] ppid=12059 vsize=28968020 memory=288230583199596876 CPUtime=0.03 cores=0-7
/proc/12061/task/12321/stat : 12321 (java) R 12059 12059 7170 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 31 0 418441399 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390872763448 140392234993029 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12322] ppid=12059 vsize=28968020 memory=15820019019816054 CPUtime=0.02 cores=0-7
/proc/12061/task/12322/stat : 12322 (java) R 12059 12059 7170 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 31 0 418441399 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390424104808 140392234507381 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12323] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12323/stat : 12323 (java) R 12059 12059 7170 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 31 0 418441399 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390420940848 140392625526485 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12324] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12324/stat : 12324 (java) S 12059 12059 7170 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 31 0 418441399 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390414639408 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12325] ppid=12059 vsize=28968020 memory=0 CPUtime=0.02 cores=0-7
/proc/12061/task/12325/stat : 12325 (java) R 12059 12059 7170 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 31 0 418441400 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390425161288 140392235039690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12326] ppid=12059 vsize=28968020 memory=0 CPUtime=0.01 cores=0-7
/proc/12061/task/12326/stat : 12326 (java) R 12059 12059 7170 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 31 0 418441400 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390422002784 140392230151909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12327] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12327/stat : 12327 (java) R 12059 12059 7170 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 31 0 418441403 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390423055584 140392237303823 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12328] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12328/stat : 12328 (java) R 12059 12059 7170 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 31 0 418441404 29663252480 55891 33554432000 4194304 4196468 140729246824000 140390414639040 140392618256129 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
Current children cumulated CPU time: 10.82 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 224760 KiB

[startup+2.20205 s]
/proc/loadavg: 5.42 6.13 6.24 12/222 12327
/proc/meminfo: memFree=31317772/32770624 swapFree=66995604/67108860
[pid=12059] ppid=12056 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/12059/stat : 12059 (xcsp3-exec) S 12056 12059 7170 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418441203 115843072 364 33554432000 4194304 5098028 140724972205744 140724972203848 139914358940284 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 8069120 140724972209013 140724972209257 140724972209257 140724972212170 0
/proc/12059/statm: 28282 364 305 221 0 87 0
[pid=12061] ppid=12059 vsize=28968020 memory=224720 CPUtime=12.09 cores=0-7
/proc/12061/stat : 12061 (java) S 12059 12059 7170 0 -1 1077944320 27619 0 0 0 1193 16 0 0 20 0 28 0 418441203 29663252480 56180 33554432000 4194304 4196468 140729246824000 140729246806544 140392625516279 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
/proc/12061/statm: 7242005 56180 3487 1 0 7203107 0
[pid=12061/tid=12062] ppid=12059 vsize=28968020 memory=4137282616176384387 CPUtime=0.61 cores=0-7
/proc/12061/task/12062/stat : 12062 (java) S 12059 12059 7170 0 -1 1077944384 9368 0 0 0 57 4 0 0 20 0 28 0 418441204 29663252480 56180 33554432000 4194304 4196468 140729246824000 140392629757056 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12063] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12063/stat : 12063 (java) S 12059 12059 7170 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 418441204 29663252480 56180 33554432000 4194304 4196468 140729246824000 140392578136592 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12064] ppid=12059 vsize=28968020 memory=208960 CPUtime=0 cores=0-7
/proc/12061/task/12064/stat : 12064 (java) S 12059 12059 7170 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 418441204 29663252480 56180 33554432000 4194304 4196468 140729246824000 140392577084048 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12065] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12065/stat : 12065 (java) S 12059 12059 7170 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 418441204 29663252480 56180 33554432000 4194304 4196468 140729246824000 140392576030992 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12066] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12066/stat : 12066 (java) S 12059 12059 7170 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 418441204 29663252480 56180 33554432000 4194304 4196468 140729246824000 140392574978448 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12067] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12067/stat : 12067 (java) S 12059 12059 7170 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 418441204 29663252480 56180 33554432000 4194304 4196468 140729246824000 140392573926416 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12068] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12068/stat : 12068 (java) S 12059 12059 7170 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 418441204 29663252480 56180 33554432000 4194304 4196468 140729246824000 140392572873872 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12069] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12069/stat : 12069 (java) S 12059 12059 7170 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418441204 29663252480 56180 33554432000 4194304 4196468 140729246824000 140392571820816 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12070] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12070/stat : 12070 (java) S 12059 12059 7170 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 418441204 29663252480 56180 33554432000 4194304 4196468 140729246824000 140392570768272 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12071] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12071/stat : 12071 (java) S 12059 12059 7170 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 418441206 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390886918384 140392625527426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12072] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12072/stat : 12072 (java) S 12059 12059 7170 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 418441206 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390885864672 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12073] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12073/stat : 12073 (java) S 12059 12059 7170 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 418441206 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390884811520 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12074] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12074/stat : 12074 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418441209 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390883760080 140392625534875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12075] ppid=12059 vsize=28968020 memory=0 CPUtime=1.44 cores=0-7
/proc/12061/task/12075/stat : 12075 (java) R 12059 12059 7170 0 -1 4202560 3955 0 0 0 144 0 0 0 20 0 28 0 418441209 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390882694560 140392607047372 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12076] ppid=12059 vsize=28968020 memory=0 CPUtime=1.37 cores=0-7
/proc/12061/task/12076/stat : 12076 (java) R 12059 12059 7170 0 -1 4202560 2337 0 0 0 137 0 0 0 20 0 28 0 418441209 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390881642464 140392605207889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12077] ppid=12059 vsize=28968020 memory=0 CPUtime=1.47 cores=0-7
/proc/12061/task/12077/stat : 12077 (java) R 12059 12059 7170 0 -1 4202560 2623 0 0 0 146 1 0 0 20 0 28 0 418441209 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390880592400 140392608999472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12078] ppid=12059 vsize=28968020 memory=0 CPUtime=0.71 cores=0-7
/proc/12061/task/12078/stat : 12078 (java) R 12059 12059 7170 0 -1 1077944384 3048 0 0 0 70 1 0 0 20 0 28 0 418441209 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390879550064 140392625527426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12079] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12079/stat : 12079 (java) S 12059 12059 7170 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418441209 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390878497248 140392625526485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12080] ppid=12059 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/12061/task/12080/stat : 12080 (java) S 12059 12059 7170 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418441209 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390877444784 140392625527426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12292] ppid=12059 vsize=28968020 memory=0 CPUtime=0.53 cores=0-7
/proc/12061/task/12292/stat : 12292 (java) R 12059 12059 7170 0 -1 4202560 22 0 0 0 53 0 0 0 20 0 28 0 418441357 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390418836320 140392238222611 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
[pid=12061/tid=12320] ppid=12059 vsize=28968020 memory=0 CPUtime=0.27 cores=0-7
/proc/12061/task/12320/stat : 12320 (java) R 12059 12059 7170 0 -1 4202560 17 0 0 0 27 0 0 0 20 0 28 0 418441382 29663252480 56180 33554432000 4194304 4196468 140729246824000 140390415685984 140392238222629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9920512 140729246831594 140729246831766 140729246831766 140729246834639 0
Current children cumulated CPU time: 12.09 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 226176 KiB

Child status: 0
Real time (s): 2.28261
CPU time (s): 12.5957
CPU user time (s): 12.4172
CPU system time (s): 0.178503
CPU usage (%): 551.809
Max. virtual memory (cumulated for all children) (KiB): 29081148
Max. memory (cumulated for all children) (KiB): 226176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4172
system time used= 0.178503
maximum resident set size= 228460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28936
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= 5273
involuntary context switches= 275


# summary of solver processes directly reported to runsolver:
#   pid: 12059
#   total CPU time (s): 12.5957
#   total CPU user time (s): 12.4172
#   total CPU system time (s): 0.178503

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033045 second user time and 0.074618 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-14 02:44:12
IDJOB=4394501
IDBENCH=123088
IDSOLVER=2843
FILE ID=node102/4394501-1568421898
RUNJOBID= node102-1568416723-7197
PBS_JOBID= 21702264
Free space on /tmp= 59328 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr15a.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-4394501-1568421898/watcher-4394501-1568421898 -o /tmp/evaluation-result-4394501-1568421898/solver-4394501-1568421898 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1568416723-7197 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 2133145587 HOME/instance-4394501-1568421898.xml

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

MD5SUM BENCH= 2cf522cde643a9876c78ef6348327f24
RANDOM SEED=2133145587

node102.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.13
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.13
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.13
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.13
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:        31532828 kB
MemAvailable:   31918120 kB
Buffers:          167972 kB
Cached:           510488 kB
SwapCached:         9588 kB
Active:           339772 kB
Inactive:         350276 kB
Active(anon):       8944 kB
Inactive(anon):    33848 kB
Active(file):     330828 kB
Inactive(file):   316428 kB
Unevictable:      110432 kB
Mlocked:          110432 kB
SwapTotal:      67108860 kB
SwapFree:       66995604 kB
Dirty:             26124 kB
Writeback:             0 kB
AnonPages:        128468 kB
Mapped:            35372 kB
Shmem:             22620 kB
Slab:             137012 kB
SReclaimable:     107740 kB
SUnreclaim:        29272 kB
KernelStack:        3728 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59304 MiB
End job on node102 at 2019-09-14 02:44:15