Trace number 4393888

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 parallelOPT804126 793.383 125.886

General information on the benchmark

NameWarehouse/Warehouse-m1-s1/
Warehouse-cap081.xml
MD5SUMb3bc9c910d0d9ad9cb0df62a165750df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark804126
Best CPU time to get the best result obtained on this benchmark98.5886
Satisfiable
(Un)Satisfiability was proved
Number of variables125
Number of constraints125
Number of domains52
Minimum domain size2
Maximum domain size25
Distribution of domain sizes[{"size":2,"count":25},{"size":24,"count":3},{"size":25,"count":97}]
Minimum variable degree2
Maximum variable degree51
Distribution of variable degrees[{"degree":2,"count":50},{"degree":27,"count":50},{"degree":51,"count":25}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":50},{"arity":26,"count":50},{"arity":50,"count":25}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":25},{"type":"element","count":100}]
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-4393888-1568422153.xml"  -tl '20160s' -p 8
0.12/0.20	c Choco e747e1e
0.12/0.20	c [HOME/instance-4393888-1568422153.xml, -tl, 20160s, -p, 8]
0.34/0.24	c 8 solvers in parallel
0.34/0.31	c parse instance...
2.26/0.81	c solve instance...
2.26/0.89	o 1942594 
2.90/0.91	o 1869411 
2.90/0.95	o 1867550 
2.90/0.96	o 1864867 
2.90/0.98	o 1862646 
2.90/0.98	o 1642154 
3.51/1.01	o 1608477 
3.51/1.02	o 1594108 
3.51/1.02	o 1586745 
3.51/1.02	o 1586337 
3.51/1.02	o 1585967 
3.51/1.03	o 1532700 
3.51/1.03	o 1532330 
3.51/1.04	o 1510598 
3.51/1.04	o 1510551 
3.51/1.04	o 1510181 
3.51/1.05	o 1509871 
3.51/1.06	o 1509773 
3.51/1.06	o 1405338 
3.51/1.07	o 1383606 
3.51/1.07	o 1383189 
3.51/1.07	o 1373761 
3.51/1.07	o 1373344 
3.51/1.08	o 1369477 
4.14/1.11	o 1368488 
4.14/1.12	o 1368071 
4.14/1.12	o 1365624 
4.14/1.15	o 1362749 
4.14/1.15	o 1362341 
4.14/1.15	o 1361971 
4.14/1.15	o 1361152 
4.14/1.15	o 1356682 
4.14/1.16	o 1293723 
4.14/1.17	o 1276666 
4.14/1.18	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (710/712)
4.14/1.18		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.14/1.18		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.14/1.18		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.14/1.18		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.14/1.18		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.14/1.18	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (710/712)
4.14/1.18		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.14/1.18		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.14/1.18		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.14/1.18		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.14/1.18		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.14/1.18		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.14/1.18		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.14/1.18		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.14/1.18		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.14/1.18		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.14/1.18		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.14/1.18		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.14/1.18		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.14/1.18		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.14/1.18		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.14/1.18		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.14/1.18	o 1244895 
4.66/1.21	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (899/903)
4.66/1.21		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.66/1.21		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.66/1.21		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.66/1.21		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.66/1.21		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.66/1.21	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (899/903)
4.66/1.21		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.66/1.21		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.66/1.21		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.66/1.21		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.66/1.21		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.66/1.21		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.66/1.21		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.66/1.21		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.66/1.21		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.66/1.21		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.66/1.21		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.66/1.21		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.66/1.21		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.66/1.21		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.66/1.21		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.66/1.21		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.66/1.21	o 1225621 
4.66/1.23	o 1220030 
4.66/1.28	o 1210861 
4.66/1.29	o 1206342 
5.19/1.30	o 1185962 
5.19/1.32	o 1159608 
5.19/1.32	o 1157956 
5.19/1.36	o 1146424 
5.19/1.40	o 1142729 
5.75/1.43	o 814680 
5.75/1.46	o 814036 
5.75/1.48	o 814026 
5.75/1.49	o 813989 
6.29/1.59	o 813879 
6.74/1.69	o 812863 
7.47/1.73	o 812848 
7.47/1.74	o 812845 
7.47/1.75	o 812698 
7.47/1.75	o 812534 
7.47/1.78	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (455/458)
7.47/1.78		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
7.47/1.78		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
7.47/1.78		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
7.47/1.78		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
7.47/1.78		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
7.47/1.78	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (455/458)
7.47/1.78		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
7.47/1.78		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
7.47/1.78		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
7.47/1.78		at org.chocosolver.solver.Solver.repair(Solver.java:443)
7.47/1.78		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
7.47/1.78		at org.chocosolver.solver.Solver.solve(Solver.java:262)
7.47/1.78		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
7.47/1.78		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
7.47/1.78		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.47/1.78		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
7.47/1.78		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
7.47/1.78		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
7.47/1.78		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
7.47/1.78		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
7.47/1.78		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
7.47/1.78		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
7.47/1.78	o 812397 
13.70/2.65	o 812296 
17.55/3.17	o 811331 
22.17/3.90	o 808645 
39.30/6.35	o 808606 
138.99/20.35	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (582/587)
138.99/20.35		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
138.99/20.35		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
138.99/20.35		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
138.99/20.35		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
138.99/20.35		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
138.99/20.35	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (582/587)
138.99/20.35		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
138.99/20.36		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
138.99/20.36		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
138.99/20.36		at org.chocosolver.solver.Solver.repair(Solver.java:443)
138.99/20.36		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
138.99/20.36		at org.chocosolver.solver.Solver.solve(Solver.java:262)
138.99/20.36		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
138.99/20.36		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
138.99/20.36		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
138.99/20.36		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
138.99/20.36		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
138.99/20.36		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
138.99/20.36		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
138.99/20.36		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
138.99/20.36		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
138.99/20.36		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
138.99/20.36	o 807817 
161.06/23.22	java.util.concurrent.ExecutionException: java.lang.NullPointerException
161.06/23.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
161.06/23.22		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
161.06/23.22		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
161.06/23.22		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
161.06/23.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
161.06/23.22	Caused by: java.lang.NullPointerException
161.06/23.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
161.06/23.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
161.06/23.22		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
161.06/23.22		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
161.06/23.22		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
161.06/23.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
161.06/23.22		... 4 more
161.06/23.22	Caused by: java.lang.NullPointerException
161.06/23.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
161.06/23.22		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
161.06/23.22		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
161.06/23.22		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
161.06/23.22		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
161.06/23.22		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
161.06/23.22		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
161.06/23.22		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
161.06/23.22		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
161.06/23.22		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
161.06/23.22		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
161.06/23.22		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
161.06/23.22		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
161.06/23.22		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
161.06/23.22		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
161.06/23.22		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
161.06/23.22		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
161.06/23.22		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
161.06/23.23	Caused by: java.lang.NullPointerException
161.06/23.23		at org.chocosolver.sat.PropNogoods.addLearnt(PropNogoods.java:549)
161.06/23.23		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:88)
161.06/23.23		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
161.06/23.23		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
161.06/23.23		at org.chocosolver.solver.Solver.restart(Solver.java:596)
161.06/23.23		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
161.06/23.23		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:96)
161.06/23.23		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:94)
161.06/23.23		at org.chocosolver.solver.Solver.repair(Solver.java:438)
161.06/23.23		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
161.06/23.23		at org.chocosolver.solver.Solver.solve(Solver.java:262)
161.06/23.23		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
161.06/23.23		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
161.06/23.23		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
161.06/23.23		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
161.06/23.23		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
161.06/23.23		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
161.06/23.23		... 4 more
161.06/23.23	o 807786 
329.17/47.15	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
329.17/47.15		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
329.17/47.15		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
329.17/47.15		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
329.17/47.15		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
329.17/47.15		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
329.17/47.15	Caused by: java.lang.ArrayIndexOutOfBoundsException
329.17/47.15		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
329.17/47.15		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
329.17/47.15		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
329.17/47.15		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
329.17/47.15		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
329.17/47.15		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
329.17/47.15		... 4 more
329.17/47.15	Caused by: java.lang.ArrayIndexOutOfBoundsException
329.17/47.15		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
329.17/47.15		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
329.17/47.15		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
329.17/47.15		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
329.17/47.15		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
329.17/47.15		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
329.17/47.15		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
329.17/47.15		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
329.17/47.15		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
329.17/47.15		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
329.17/47.15		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
329.17/47.15		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
329.17/47.15		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
329.17/47.15		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
329.17/47.15		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
329.17/47.15		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
329.17/47.15		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
329.17/47.15		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
329.17/47.15	Caused by: java.lang.ArrayIndexOutOfBoundsException
329.17/47.15	o 807732 
348.78/49.88	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
348.78/49.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
348.78/49.88		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
348.78/49.88		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
348.78/49.88		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
348.78/49.88		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
348.78/49.88	Caused by: java.lang.ArrayIndexOutOfBoundsException
348.78/49.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
348.78/49.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
348.78/49.88		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
348.78/49.88		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
348.78/49.88		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
348.78/49.88		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
348.78/49.88		... 4 more
348.78/49.88	Caused by: java.lang.ArrayIndexOutOfBoundsException
348.78/49.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
348.78/49.88		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
348.78/49.88		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
348.78/49.88		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
348.78/49.88		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
348.78/49.88		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
348.78/49.88		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
348.78/49.88		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
348.78/49.88		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
348.78/49.88		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
348.78/49.88		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
348.78/49.88		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
348.78/49.88		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
348.78/49.88		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
348.78/49.88		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
348.78/49.88		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
348.78/49.88		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
348.78/49.88		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
348.78/49.88	Caused by: java.lang.ArrayIndexOutOfBoundsException
348.78/49.88	o 806664 
396.87/57.87	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
396.87/57.87		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
396.87/57.87		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
396.87/57.87		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
396.87/57.87		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
396.87/57.87		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
396.87/57.87	Caused by: java.lang.ArrayIndexOutOfBoundsException
396.87/57.87		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
396.87/57.87		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
396.87/57.87		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
396.87/57.87		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
396.87/57.87		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
396.87/57.87		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
396.87/57.87		... 4 more
396.87/57.87	Caused by: java.lang.ArrayIndexOutOfBoundsException
396.87/57.87		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
396.87/57.87		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
396.87/57.87		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
396.87/57.87		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
396.87/57.87		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
396.87/57.87		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
396.87/57.87		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
396.87/57.87		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
396.87/57.87		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
396.87/57.87		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
396.87/57.87		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
396.87/57.87		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
396.87/57.87		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
396.87/57.87		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
396.87/57.87		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
396.87/57.87		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
396.87/57.87		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
396.87/57.87		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
396.87/57.87	Caused by: java.lang.ArrayIndexOutOfBoundsException
396.87/57.87	o 805803 
581.35/88.28	java.util.concurrent.ExecutionException: java.lang.ArrayIndexOutOfBoundsException
581.35/88.28		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
581.35/88.28		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
581.35/88.28		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
581.35/88.28		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
581.35/88.28		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
581.35/88.28	Caused by: java.lang.ArrayIndexOutOfBoundsException
581.35/88.28		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
581.35/88.28		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
581.35/88.28		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
581.35/88.28		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
581.35/88.28		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
581.35/88.28		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
581.35/88.28		... 4 more
581.35/88.28	Caused by: java.lang.ArrayIndexOutOfBoundsException
581.35/88.28		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
581.35/88.28		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
581.35/88.28		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
581.35/88.28		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
581.35/88.28		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
581.35/88.28		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
581.35/88.28		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
581.35/88.29		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
581.35/88.29		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
581.35/88.29		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
581.35/88.29		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
581.35/88.29		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
581.35/88.29		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
581.35/88.29		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
581.35/88.29		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
581.35/88.29		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
581.35/88.29		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
581.35/88.29		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
581.35/88.29	Caused by: java.lang.ArrayIndexOutOfBoundsException
581.35/88.29	o 804987 
781.27/123.58	java.util.concurrent.ExecutionException: java.lang.NullPointerException
781.27/123.58		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
781.27/123.58		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
781.27/123.58		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
781.27/123.58		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
781.27/123.58		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
781.27/123.58	Caused by: java.lang.NullPointerException
781.27/123.58		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
781.27/123.58		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
781.27/123.58		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
781.27/123.58		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
781.27/123.58		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
781.27/123.58		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
781.27/123.58		... 4 more
781.27/123.58	Caused by: java.lang.NullPointerException
781.27/123.58		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
781.27/123.58		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
781.27/123.58		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
781.27/123.58		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
781.27/123.58		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
781.27/123.58		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
781.27/123.58		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
781.27/123.58		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
781.27/123.58		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
781.27/123.58		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
781.27/123.58		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
781.27/123.58		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
781.27/123.58		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
781.27/123.58		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
781.27/123.58		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
781.27/123.58		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
781.27/123.58		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
781.27/123.58		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
781.27/123.58	Caused by: java.lang.NullPointerException
781.27/123.58		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
781.27/123.58		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:214)
781.27/123.58		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
781.27/123.58		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
781.27/123.58		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
781.27/123.58		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
781.27/123.58		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
781.27/123.58		at org.chocosolver.solver.Solver.solve(Solver.java:262)
781.27/123.58		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
781.27/123.58		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
781.27/123.58		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
781.27/123.58		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
781.27/123.58		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
781.27/123.58		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
781.27/123.58		... 4 more
781.27/123.59	o 804126 
793.05/125.86	java.util.concurrent.ExecutionException: java.lang.NullPointerException
793.05/125.86		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
793.05/125.86		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
793.05/125.86		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
793.05/125.86		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
793.05/125.86		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
793.05/125.86	Caused by: java.lang.NullPointerException
793.05/125.86		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
793.05/125.86		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
793.05/125.86		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
793.05/125.86		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
793.05/125.86		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
793.05/125.86		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
793.05/125.86		... 4 more
793.05/125.86	Caused by: java.lang.NullPointerException
793.05/125.86		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
793.05/125.86		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
793.05/125.86		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
793.05/125.86		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
793.05/125.86		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
793.05/125.86		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
793.05/125.86		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
793.05/125.86		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
793.05/125.86		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
793.05/125.86		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
793.05/125.86		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
793.05/125.86		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
793.05/125.86		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
793.05/125.86		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
793.05/125.86		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
793.05/125.86		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
793.05/125.86		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
793.05/125.86		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
793.05/125.86	Caused by: java.lang.NullPointerException
793.05/125.86		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
793.05/125.86		at org.chocosolver.solver.propagation.PropagationEngine.execute(PropagationEngine.java:214)
793.05/125.86		at org.chocosolver.solver.propagation.PropagationEngine.activatePropagators(PropagationEngine.java:197)
793.05/125.86		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:162)
793.05/125.86		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
793.05/125.86		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
793.05/125.86		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
793.05/125.86		at org.chocosolver.solver.Solver.solve(Solver.java:262)
793.05/125.86		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
793.05/125.86		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
793.05/125.86		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
793.05/125.86		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
793.05/125.86		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
793.05/125.86		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
793.05/125.86		... 4 more
793.05/125.86	s OPTIMUM FOUND
793.05/125.86	v <instantiation>
793.05/125.86	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] o[0] o[1] o[2] o[3] o[4] o[5] o[6] o[7] o[8] o[9] o[10] o[11] o[12] o[13] o[14] o[15] o[16] o[17] o[18] o[19] o[20] o[21] o[22] o[23] o[24] </list>
793.05/125.86	v 	<values>7 6 0 24 7 0 1 5 7 7 3 10 5 0 6 7 3 8 3 6 3 6 10 0 19 10 12 10 19 0 0 10 0 16 19 19 17 5 23 24 19 3 7 6 22 23 23 6 24 19 3847 1838 4914 12183 955 6421 28499 8861 1211 546 12638 2463 5185 1953 7310 8135 2542 11423 3542 5467 693 14919 0 4883 8099 3268 124051 1601 5121 12480 3727 2398 13451 130895 5378 4886 32993 15076 23696 3636 5043 13627 7885 9331 68042 21302 8172 1756 11949 3335 1 1 0 1 0 1 1 1 1 0 1 0 1 0 0 0 1 1 0 1 0 0 1 1 1 </values>
793.05/125.86	v </instantiation>

Verifier Data

OK	804126

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393888-1568422153/watcher-4393888-1568422153 -o /tmp/evaluation-result-4393888-1568422153/solver-4393888-1568422153 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568417068-26099 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 547609640 HOME/instance-4393888-1568422153.xml 

running on 8 cores: 0-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=26772, runsolver pid=26769
Current StackSize limit: 8192 KiB


[startup+0.100142 s]*
/proc/loadavg: 8.08 8.19 8.23 2/211 26793
/proc/meminfo: memFree=29818288/32770688 swapFree=66961104/67108860
[pid=26772] ppid=26769 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26772/stat : 26772 (xcsp3-exec) S 26769 26772 26071 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 418157008 115843072 363 33554432000 4194304 5098028 140724993416960 140724993415064 140307452371580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11825152 140724993418102 140724993418345 140724993418345 140724993421258 0
/proc/26772/statm: 28282 363 305 221 0 87 0
[pid=26774] ppid=26772 vsize=28227388 memory=30288 CPUtime=0.12 cores=0-7
/proc/26774/stat : 26774 (java) S 26772 26772 26071 0 -1 1077944320 5501 0 0 0 10 2 0 0 20 0 20 0 418157008 28904845312 7572 33554432000 4194304 4196468 140734585971456 140734585954000 140228708015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
/proc/26774/statm: 7056847 7572 3120 1 0 7019032 0
[pid=26774/tid=26775] ppid=26772 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/26774/task/26775/stat : 26775 (java) R 26772 26772 26071 0 -1 4202560 3430 0 0 0 8 1 0 0 20 0 20 0 418157009 28904845312 7572 33554432000 4194304 4196468 140734585971456 140228712236672 140228345916100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26776] ppid=26772 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26774/task/26776/stat : 26776 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 7572 33554432000 4194304 4196468 140734585971456 140228259912080 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26777] ppid=26772 vsize=28227388 memory=140279477020288 CPUtime=0 cores=0-7
/proc/26774/task/26777/stat : 26777 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 7572 33554432000 4194304 4196468 140734585971456 140228258859280 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26778] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26778/stat : 26778 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 7572 33554432000 4194304 4196468 140734585971456 140228257806992 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26779] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26779/stat : 26779 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 7572 33554432000 4194304 4196468 140734585971456 140228256754192 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26780] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26780/stat : 26780 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 7572 33554432000 4194304 4196468 140734585971456 140228255701904 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26781] ppid=26772 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26774/task/26781/stat : 26781 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 7572 33554432000 4194304 4196468 140734585971456 140228254649104 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26782] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26782/stat : 26782 (java) S 26772 26772 26071 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 7572 33554432000 4194304 4196468 140734585971456 140228253596816 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26783] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26783/stat : 26783 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 7572 33554432000 4194304 4196468 140734585971456 140228252544016 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26784] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26784/stat : 26784 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418157011 28904845312 7572 33554432000 4194304 4196468 140734585971456 140226836461680 140228708027010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26785] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26785/stat : 26785 (java) S 26772 26772 26071 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418157012 28904845312 7572 33554432000 4194304 4196468 140734585971456 140226835407648 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26786] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26786/stat : 26786 (java) S 26772 26772 26071 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418157012 28904845312 7572 33554432000 4194304 4196468 140734585971456 140226834355312 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26787] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26787/stat : 26787 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157015 28904845312 7572 33554432000 4194304 4196468 140734585971456 140226833303632 140228708034459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26788] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26788/stat : 26788 (java) R 26772 26772 26071 0 -1 1077944384 282 0 0 0 0 0 0 0 20 0 20 0 418157015 28904845312 7572 33554432000 4194304 4196468 140734585971456 140226832251504 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26789] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26789/stat : 26789 (java) S 26772 26772 26071 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418157015 28904845312 7572 33554432000 4194304 4196468 140734585971456 140226831198704 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26790] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26790/stat : 26790 (java) R 26772 26772 26071 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418157015 28904845312 7572 33554432000 4194304 4196468 140734585971456 140226830146416 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26791] ppid=26772 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26774/task/26791/stat : 26791 (java) S 26772 26772 26071 0 -1 1077944384 354 0 0 0 1 0 0 0 20 0 20 0 418157015 28904845312 7572 33554432000 4194304 4196468 140734585971456 140226829093616 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26792] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26792/stat : 26792 (java) S 26772 26772 26071 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418157015 28904845312 7572 33554432000 4194304 4196468 140734585971456 140226828040544 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26793] ppid=26772 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26774/task/26793/stat : 26793 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157015 28904845312 7572 33554432000 4194304 4196468 140734585971456 140226826987824 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31740 KiB

[startup+0.211073 s]*
/proc/loadavg: 8.08 8.19 8.23 3/211 26793
/proc/meminfo: memFree=29805348/32770688 swapFree=66961104/67108860
[pid=26772] ppid=26769 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26772/stat : 26772 (xcsp3-exec) S 26769 26772 26071 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 418157008 115843072 363 33554432000 4194304 5098028 140724993416960 140724993415064 140307452371580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11825152 140724993418102 140724993418345 140724993418345 140724993421258 0
/proc/26772/statm: 28282 363 305 221 0 87 0
[pid=26774] ppid=26772 vsize=28227388 memory=41400 CPUtime=0.34 cores=0-7
/proc/26774/stat : 26774 (java) S 26772 26772 26071 0 -1 1077944320 9055 0 0 0 30 4 0 0 20 0 20 0 418157008 28904845312 10350 33554432000 4194304 4196468 140734585971456 140734585954000 140228708015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
/proc/26774/statm: 7056847 10350 3305 1 0 7019032 0
[pid=26774/tid=26775] ppid=26772 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/26774/task/26775/stat : 26775 (java) R 26772 26772 26071 0 -1 4202560 6230 0 0 0 17 3 0 0 20 0 20 0 418157009 28904845312 10350 33554432000 4194304 4196468 140734585971456 140228712253424 140228345916234 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26776] ppid=26772 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/26774/task/26776/stat : 26776 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 10350 33554432000 4194304 4196468 140734585971456 140228259912080 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26777] ppid=26772 vsize=28227388 memory=3760706669943301792 CPUtime=0 cores=0-7
/proc/26774/task/26777/stat : 26777 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 10350 33554432000 4194304 4196468 140734585971456 140228258859280 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26778] ppid=26772 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26774/task/26778/stat : 26778 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 10350 33554432000 4194304 4196468 140734585971456 140228257806992 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26779] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26779/stat : 26779 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 10350 33554432000 4194304 4196468 140734585971456 140228256754192 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26780] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26780/stat : 26780 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 10350 33554432000 4194304 4196468 140734585971456 140228255701904 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26781] ppid=26772 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26774/task/26781/stat : 26781 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 10350 33554432000 4194304 4196468 140734585971456 140228254649104 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26782] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26782/stat : 26782 (java) S 26772 26772 26071 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 10350 33554432000 4194304 4196468 140734585971456 140228253596816 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26783] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26783/stat : 26783 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28904845312 10350 33554432000 4194304 4196468 140734585971456 140228252544016 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26784] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26784/stat : 26784 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418157011 28904845312 10350 33554432000 4194304 4196468 140734585971456 140226836461680 140228708027010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26785] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26785/stat : 26785 (java) S 26772 26772 26071 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418157012 28904845312 10350 33554432000 4194304 4196468 140734585971456 140226835407648 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26786] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26786/stat : 26786 (java) S 26772 26772 26071 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418157012 28904845312 10350 33554432000 4194304 4196468 140734585971456 140226834355312 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26787] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26787/stat : 26787 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157015 28904845312 10350 33554432000 4194304 4196468 140734585971456 140226833303632 140228708034459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26788] ppid=26772 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26774/task/26788/stat : 26788 (java) S 26772 26772 26071 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 20 0 418157015 28904845312 10350 33554432000 4194304 4196468 140734585971456 140226832251504 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26789] ppid=26772 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/26774/task/26789/stat : 26789 (java) S 26772 26772 26071 0 -1 1077944384 347 0 0 0 1 0 0 0 20 0 20 0 418157015 28904845312 10350 33554432000 4194304 4196468 140734585971456 140226831198704 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26790] ppid=26772 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/26774/task/26790/stat : 26790 (java) S 26772 26772 26071 0 -1 1077944384 77 0 0 0 1 0 0 0 20 0 20 0 418157015 28904845312 10350 33554432000 4194304 4196468 140734585971456 140226830146416 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26791] ppid=26772 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/26774/task/26791/stat : 26791 (java) R 26772 26772 26071 0 -1 4202560 723 0 0 0 7 0 0 0 20 0 20 0 418157015 28904845312 10350 33554432000 4194304 4196468 140734585971456 140226829093616 140228708027798 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26792] ppid=26772 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26792/stat : 26792 (java) S 26772 26772 26071 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418157015 28904845312 10350 33554432000 4194304 4196468 140734585971456 140226828040544 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26793] ppid=26772 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/26774/task/26793/stat : 26793 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157015 28904845312 10350 33554432000 4194304 4196468 140734585971456 140226826987824 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42852 KiB

[startup+0.310876 s]*
/proc/loadavg: 8.08 8.19 8.23 2/211 26793
/proc/meminfo: memFree=29800848/32770688 swapFree=66961104/67108860
[pid=26772] ppid=26769 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26772/stat : 26772 (xcsp3-exec) S 26769 26772 26071 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 418157008 115843072 363 33554432000 4194304 5098028 140724993416960 140724993415064 140307452371580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11825152 140724993418102 140724993418345 140724993418345 140724993421258 0
/proc/26772/statm: 28282 363 305 221 0 87 0
[pid=26774] ppid=26772 vsize=28231644 memory=47152 CPUtime=0.51 cores=0-7
/proc/26774/stat : 26774 (java) S 26772 26772 26071 0 -1 1077944320 10073 0 0 0 47 4 0 0 20 0 20 0 418157008 28909203456 11788 33554432000 4194304 4196468 140734585971456 140734585954000 140228708015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
/proc/26774/statm: 7057911 11788 3329 1 0 7019032 0
[pid=26774/tid=26775] ppid=26772 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/26774/task/26775/stat : 26775 (java) R 26772 26772 26071 0 -1 4202560 7157 0 0 0 27 3 0 0 20 0 20 0 418157009 28909203456 11788 33554432000 4194304 4196468 140734585971456 140228712237376 140228708037789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26776] ppid=26772 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26776/stat : 26776 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418157010 28909203456 11788 33554432000 4194304 4196468 140734585971456 140228259912080 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26777] ppid=26772 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26777/stat : 26777 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28909203456 11788 33554432000 4194304 4196468 140734585971456 140228258859280 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26778] ppid=26772 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26778/stat : 26778 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28909203456 11788 33554432000 4194304 4196468 140734585971456 140228257806992 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26779] ppid=26772 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26779/stat : 26779 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28909203456 11788 33554432000 4194304 4196468 140734585971456 140228256754192 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26780] ppid=26772 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/26774/task/26780/stat : 26780 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28909203456 11788 33554432000 4194304 4196468 140734585971456 140228255701904 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26781] ppid=26772 vsize=28231644 memory=140279336235951 CPUtime=0 cores=0-7
/proc/26774/task/26781/stat : 26781 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418157010 28909203456 11788 33554432000 4194304 4196468 140734585971456 140228254649104 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26782] ppid=26772 vsize=28231644 memory=140279336238256 CPUtime=0 cores=0-7
/proc/26774/task/26782/stat : 26782 (java) S 26772 26772 26071 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418157010 28909203456 11788 33554432000 4194304 4196468 140734585971456 140228253596816 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26783] ppid=26772 vsize=28231644 memory=140279336240560 CPUtime=0 cores=0-7
/proc/26774/task/26783/stat : 26783 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28909203456 11788 33554432000 4194304 4196468 140734585971456 140228252544016 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26784] ppid=26772 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26784/stat : 26784 (java) S 26772 26772 26071 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418157011 28909203456 11788 33554432000 4194304 4196468 140734585971456 140226836461680 140228708027010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26785] ppid=26772 vsize=28231644 memory=280558672488080 CPUtime=0 cores=0-7
/proc/26774/task/26785/stat : 26785 (java) S 26772 26772 26071 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418157012 28909203456 11788 33554432000 4194304 4196468 140734585971456 140226835407648 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26786] ppid=26772 vsize=28231644 memory=280558672494992 CPUtime=0 cores=0-7
/proc/26774/task/26786/stat : 26786 (java) S 26772 26772 26071 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418157012 28909203456 11788 33554432000 4194304 4196468 140734585971456 140226834355312 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26787] ppid=26772 vsize=28231644 memory=280558672436240 CPUtime=0 cores=0-7
/proc/26774/task/26787/stat : 26787 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157015 28909203456 11788 33554432000 4194304 4196468 140734585971456 140226833303632 140228708034459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26788] ppid=26772 vsize=28231644 memory=280558672508816 CPUtime=0.02 cores=0-7
/proc/26774/task/26788/stat : 26788 (java) S 26772 26772 26071 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 20 0 418157015 28909203456 11788 33554432000 4194304 4196468 140734585971456 140226832251504 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26789] ppid=26772 vsize=28231644 memory=280558672515728 CPUtime=0.02 cores=0-7
/proc/26774/task/26789/stat : 26789 (java) S 26772 26772 26071 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 20 0 418157015 28909203456 11788 33554432000 4194304 4196468 140734585971456 140226831198704 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26790] ppid=26772 vsize=28231644 memory=280558672513424 CPUtime=0.02 cores=0-7
/proc/26774/task/26790/stat : 26790 (java) S 26772 26772 26071 0 -1 1077944384 85 0 0 0 2 0 0 0 20 0 20 0 418157015 28909203456 11788 33554432000 4194304 4196468 140734585971456 140226830146416 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26791] ppid=26772 vsize=28231644 memory=280558672529584 CPUtime=0.12 cores=0-7
/proc/26774/task/26791/stat : 26791 (java) S 26772 26772 26071 0 -1 1077944384 790 0 0 0 12 0 0 0 20 0 20 0 418157015 28909203456 11788 33554432000 4194304 4196468 140734585971456 140226829093616 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26792] ppid=26772 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26792/stat : 26792 (java) S 26772 26772 26071 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418157015 28909203456 11788 33554432000 4194304 4196468 140734585971456 140226828040544 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26793] ppid=26772 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/26774/task/26793/stat : 26793 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157015 28909203456 11788 33554432000 4194304 4196468 140734585971456 140226826987824 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48604 KiB

[startup+0.700965 s]
/proc/loadavg: 8.08 8.19 8.23 3/211 26793
/proc/meminfo: memFree=29789224/32770688 swapFree=66961104/67108860
[pid=26772] ppid=26769 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26772/stat : 26772 (xcsp3-exec) S 26769 26772 26071 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 418157008 115843072 363 33554432000 4194304 5098028 140724993416960 140724993415064 140307452371580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11825152 140724993418102 140724993418345 140724993418345 140724993421258 0
/proc/26772/statm: 28282 363 305 221 0 87 0
[pid=26774] ppid=26772 vsize=28233768 memory=87456 CPUtime=1.76 cores=0-7
/proc/26774/stat : 26774 (java) S 26772 26772 26071 0 -1 1077944320 14598 0 0 0 170 6 0 0 20 0 20 0 418157008 28911378432 21864 33554432000 4194304 4196468 140734585971456 140734585954000 140228708015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
/proc/26774/statm: 7058442 21864 3458 1 0 7019544 0
[pid=26774/tid=26775] ppid=26772 vsize=28233768 memory=280558672887472 CPUtime=0.67 cores=0-7
/proc/26774/task/26775/stat : 26775 (java) R 26772 26772 26071 0 -1 4202560 8808 0 0 0 63 4 0 0 20 0 20 0 418157009 28911378432 21864 33554432000 4194304 4196468 140734585971456 140228712251168 140228345905680 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26776] ppid=26772 vsize=28233768 memory=140279336444784 CPUtime=0 cores=0-7
/proc/26774/task/26776/stat : 26776 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418157010 28911378432 21864 33554432000 4194304 4196468 140734585971456 140228259912080 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26777] ppid=26772 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/26774/task/26777/stat : 26777 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28911378432 21864 33554432000 4194304 4196468 140734585971456 140228258859280 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26778] ppid=26772 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/26774/task/26778/stat : 26778 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418157010 28911378432 21864 33554432000 4194304 4196468 140734585971456 140228257806992 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0

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

[pid=26774/tid=26791] ppid=26772 vsize=28901456 memory=1708 CPUtime=1.79 cores=0-7
/proc/26774/task/26791/stat : 26791 (java) S 26772 26772 26071 0 -1 1077944384 21909 0 0 0 174 5 0 0 20 0 28 0 418157015 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226829093616 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26792] ppid=26772 vsize=28901456 memory=2439828 CPUtime=0 cores=0-7
/proc/26774/task/26792/stat : 26792 (java) S 26772 26772 26071 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418157015 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226828040544 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26793] ppid=26772 vsize=28901456 memory=6791534058613427641 CPUtime=0.03 cores=0-7
/proc/26774/task/26793/stat : 26793 (java) S 26772 26772 26071 0 -1 1077944384 2143 0 0 0 1 2 0 0 20 0 28 0 418157015 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226826987824 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27339] ppid=26772 vsize=28901456 memory=780 CPUtime=1.2 cores=0-7
/proc/26774/task/27339/stat : 27339 (java) R 26772 26772 26071 0 -1 4202560 80 0 0 0 120 0 0 0 20 0 28 0 418169367 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226812513976 140228352705777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27340] ppid=26772 vsize=28901456 memory=3988 CPUtime=1.2 cores=0-7
/proc/26774/task/27340/stat : 27340 (java) R 26772 26772 26071 0 -1 4202560 33 0 0 0 120 0 0 0 20 0 28 0 418169367 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226811461736 140228358148093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27341] ppid=26772 vsize=28901456 memory=1088 CPUtime=0 cores=0-7
/proc/26774/task/27341/stat : 27341 (java) S 26772 26772 26071 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 418169367 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226814625232 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27342] ppid=26772 vsize=28901456 memory=2832 CPUtime=1.2 cores=0-7
/proc/26774/task/27342/stat : 27342 (java) R 26772 26772 26071 0 -1 4202560 45 0 0 0 120 0 0 0 20 0 28 0 418169367 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226810409336 140228346924086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27343] ppid=26772 vsize=28901456 memory=1564 CPUtime=1.2 cores=0-7
/proc/26774/task/27343/stat : 27343 (java) R 26772 26772 26071 0 -1 4202560 133 0 0 0 120 0 0 0 20 0 28 0 418169367 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226816725480 140228346924303 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27344] ppid=26772 vsize=28901456 memory=1452 CPUtime=0.21 cores=0-7
/proc/26774/task/27344/stat : 27344 (java) S 26772 26772 26071 0 -1 1077944384 41 0 0 0 21 0 0 0 20 0 28 0 418169367 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226815678032 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27345] ppid=26772 vsize=28901456 memory=2439828 CPUtime=1.2 cores=0-7
/proc/26774/task/27345/stat : 27345 (java) R 26772 26772 26071 0 -1 4202560 28 0 0 0 120 0 0 0 20 0 28 0 418169367 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226817777136 140228356119717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27346] ppid=26772 vsize=28901456 memory=2439828 CPUtime=0 cores=0-7
/proc/26774/task/27346/stat : 27346 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418169367 29595090944 609891 33554432000 4194304 4196468 140734585971456 140226807264080 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
Current children cumulated CPU time: 788.05 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 2441016 KiB

[startup+125.601 s]
/proc/loadavg: 6.02 7.45 7.96 6/220 27346
/proc/meminfo: memFree=27404480/32770688 swapFree=66961104/67108860
[pid=26772] ppid=26769 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26772/stat : 26772 (xcsp3-exec) S 26769 26772 26071 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 418157008 115843072 363 33554432000 4194304 5098028 140724993416960 140724993415064 140307452371580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11825152 140724993418102 140724993418345 140724993418345 140724993421258 0
/proc/26772/statm: 28282 363 305 221 0 87 0
[pid=26774] ppid=26772 vsize=28901456 memory=2439772 CPUtime=792.05 cores=0-7
/proc/26774/stat : 26774 (java) S 26772 26772 26071 0 -1 1077944320 212453 0 0 0 79009 196 0 0 20 0 28 0 418157008 29595090944 609943 33554432000 4194304 4196468 140734585971456 140734585954000 140228708015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
/proc/26774/statm: 7225364 609943 3547 1 0 7186466 0
[pid=26774/tid=26775] ppid=26772 vsize=28901456 memory=1452 CPUtime=0.86 cores=0-7
/proc/26774/task/26775/stat : 26775 (java) S 26772 26772 26071 0 -1 1077944384 11042 0 0 0 81 5 0 0 20 0 28 0 418157009 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228712256640 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26776] ppid=26772 vsize=28901456 memory=39384 CPUtime=0.26 cores=0-7
/proc/26774/task/26776/stat : 26776 (java) S 26772 26772 26071 0 -1 1077944384 670 0 0 0 16 10 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228259912080 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26777] ppid=26772 vsize=28901456 memory=984 CPUtime=0.3 cores=0-7
/proc/26774/task/26777/stat : 26777 (java) S 26772 26772 26071 0 -1 1077944384 1682 0 0 0 20 10 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228258859280 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26778] ppid=26772 vsize=28901456 memory=2044 CPUtime=0.27 cores=0-7
/proc/26774/task/26778/stat : 26778 (java) S 26772 26772 26071 0 -1 1077944384 1055 0 0 0 19 8 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228257806992 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26779] ppid=26772 vsize=28901456 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/26774/task/26779/stat : 26779 (java) S 26772 26772 26071 0 -1 1077944384 1758 0 0 0 19 11 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228256754192 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26780] ppid=26772 vsize=28901456 memory=2439564 CPUtime=0.26 cores=0-7
/proc/26774/task/26780/stat : 26780 (java) S 26772 26772 26071 0 -1 1077944384 808 0 0 0 17 9 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228255701904 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26781] ppid=26772 vsize=28901456 memory=1708 CPUtime=0.3 cores=0-7
/proc/26774/task/26781/stat : 26781 (java) S 26772 26772 26071 0 -1 1077944384 2307 0 0 0 20 10 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228254649104 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26782] ppid=26772 vsize=28901456 memory=1804 CPUtime=0.28 cores=0-7
/proc/26774/task/26782/stat : 26782 (java) S 26772 26772 26071 0 -1 1077944384 1891 0 0 0 19 9 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228253596816 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26783] ppid=26772 vsize=28901456 memory=916 CPUtime=0.25 cores=0-7
/proc/26774/task/26783/stat : 26783 (java) S 26772 26772 26071 0 -1 1077944384 591 0 0 0 17 8 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228252544016 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26784] ppid=26772 vsize=28901456 memory=4140 CPUtime=0.08 cores=0-7
/proc/26774/task/26784/stat : 26784 (java) S 26772 26772 26071 0 -1 1077944384 5457 0 0 0 6 2 0 0 20 0 28 0 418157011 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226836461680 140228708027010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26785] ppid=26772 vsize=28901456 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/26774/task/26785/stat : 26785 (java) S 26772 26772 26071 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 418157012 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226835407712 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26786] ppid=26772 vsize=28901456 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/26774/task/26786/stat : 26786 (java) S 26772 26772 26071 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 418157012 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226834355328 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26787] ppid=26772 vsize=28901456 memory=14698491322567293 CPUtime=0 cores=0-7
/proc/26774/task/26787/stat : 26787 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226833303632 140228708034459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26788] ppid=26772 vsize=28901456 memory=3612 CPUtime=4.6 cores=0-7
/proc/26774/task/26788/stat : 26788 (java) S 26772 26772 26071 0 -1 1077944384 21655 0 0 0 455 5 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226832251504 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26789] ppid=26772 vsize=28901456 memory=39384 CPUtime=4.86 cores=0-7
/proc/26774/task/26789/stat : 26789 (java) S 26772 26772 26071 0 -1 1077944384 28150 0 0 0 480 6 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226831198704 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26790] ppid=26772 vsize=28901456 memory=984 CPUtime=4.27 cores=0-7
/proc/26774/task/26790/stat : 26790 (java) S 26772 26772 26071 0 -1 1077944384 27218 0 0 0 421 6 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226830146416 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26791] ppid=26772 vsize=28901456 memory=2044 CPUtime=1.79 cores=0-7
/proc/26774/task/26791/stat : 26791 (java) S 26772 26772 26071 0 -1 1077944384 21909 0 0 0 174 5 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226829093616 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26792] ppid=26772 vsize=28901456 memory=1380 CPUtime=0 cores=0-7
/proc/26774/task/26792/stat : 26792 (java) S 26772 26772 26071 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226828040544 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26793] ppid=26772 vsize=28901456 memory=1056 CPUtime=0.03 cores=0-7
/proc/26774/task/26793/stat : 26793 (java) S 26772 26772 26071 0 -1 1077944384 2374 0 0 0 1 2 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226826987824 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27339] ppid=26772 vsize=28901456 memory=764 CPUtime=2 cores=0-7
/proc/26774/task/27339/stat : 27339 (java) R 26772 26772 26071 0 -1 4202560 301 0 0 0 200 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226812513976 140228357049612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27340] ppid=26772 vsize=28901456 memory=1708 CPUtime=2 cores=0-7
/proc/26774/task/27340/stat : 27340 (java) R 26772 26772 26071 0 -1 4202560 129 0 0 0 200 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226811461736 140228352705459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27341] ppid=26772 vsize=28901456 memory=1224 CPUtime=0 cores=0-7
/proc/26774/task/27341/stat : 27341 (java) S 26772 26772 26071 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226814625232 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27342] ppid=26772 vsize=28901456 memory=5932 CPUtime=2 cores=0-7
/proc/26774/task/27342/stat : 27342 (java) R 26772 26772 26071 0 -1 4202560 189 0 0 0 200 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226810409336 140228352410095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27343] ppid=26772 vsize=28901456 memory=780 CPUtime=2 cores=0-7
/proc/26774/task/27343/stat : 27343 (java) R 26772 26772 26071 0 -1 4202560 449 0 0 0 198 2 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226816727464 140228353256159 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27344] ppid=26772 vsize=28901456 memory=2120 CPUtime=0.21 cores=0-7
/proc/26774/task/27344/stat : 27344 (java) S 26772 26772 26071 0 -1 1077944384 41 0 0 0 21 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226815678032 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27345] ppid=26772 vsize=28901456 memory=496 CPUtime=2 cores=0-7
/proc/26774/task/27345/stat : 27345 (java) R 26772 26772 26071 0 -1 4202560 85 0 0 0 200 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226817777136 140228352409824 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27346] ppid=26772 vsize=28901456 memory=1556 CPUtime=0 cores=0-7
/proc/26774/task/27346/stat : 27346 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226807264080 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
Current children cumulated CPU time: 792.05 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 2441224 KiB

[startup+125.801 s]
/proc/loadavg: 6.02 7.45 7.96 6/220 27346
/proc/meminfo: memFree=27404480/32770688 swapFree=66961104/67108860
[pid=26772] ppid=26769 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/26772/stat : 26772 (xcsp3-exec) S 26769 26772 26071 0 -1 4202496 542 0 0 0 0 0 0 0 20 0 1 0 418157008 115843072 363 33554432000 4194304 5098028 140724993416960 140724993415064 140307452371580 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 11825152 140724993418102 140724993418345 140724993418345 140724993421258 0
/proc/26772/statm: 28282 363 305 221 0 87 0
[pid=26774] ppid=26772 vsize=28901456 memory=2439772 CPUtime=793.05 cores=0-7
/proc/26774/stat : 26774 (java) S 26772 26772 26071 0 -1 1077944320 212541 0 0 0 79107 198 0 0 20 0 28 0 418157008 29595090944 609943 33554432000 4194304 4196468 140734585971456 140734585954000 140228708015863 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
/proc/26774/statm: 7225364 609943 3547 1 0 7186466 0
[pid=26774/tid=26775] ppid=26772 vsize=28901456 memory=796 CPUtime=0.86 cores=0-7
/proc/26774/task/26775/stat : 26775 (java) S 26772 26772 26071 0 -1 1077944384 11042 0 0 0 81 5 0 0 20 0 28 0 418157009 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228712256640 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26776] ppid=26772 vsize=28901456 memory=1444 CPUtime=0.26 cores=0-7
/proc/26774/task/26776/stat : 26776 (java) S 26772 26772 26071 0 -1 1077944384 670 0 0 0 16 10 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228259912080 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26777] ppid=26772 vsize=28901456 memory=1984 CPUtime=0.3 cores=0-7
/proc/26774/task/26777/stat : 26777 (java) S 26772 26772 26071 0 -1 1077944384 1682 0 0 0 20 10 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228258859280 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26778] ppid=26772 vsize=28901456 memory=2439896 CPUtime=0.27 cores=0-7
/proc/26774/task/26778/stat : 26778 (java) S 26772 26772 26071 0 -1 1077944384 1055 0 0 0 19 8 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228257806992 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26779] ppid=26772 vsize=28901456 memory=1452 CPUtime=0.3 cores=0-7
/proc/26774/task/26779/stat : 26779 (java) S 26772 26772 26071 0 -1 1077944384 1758 0 0 0 19 11 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228256754192 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26780] ppid=26772 vsize=28901456 memory=2439896 CPUtime=0.26 cores=0-7
/proc/26774/task/26780/stat : 26780 (java) S 26772 26772 26071 0 -1 1077944384 808 0 0 0 17 9 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228255701904 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26781] ppid=26772 vsize=28901456 memory=1452 CPUtime=0.3 cores=0-7
/proc/26774/task/26781/stat : 26781 (java) S 26772 26772 26071 0 -1 1077944384 2307 0 0 0 20 10 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228254649104 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26782] ppid=26772 vsize=28901456 memory=2439896 CPUtime=0.28 cores=0-7
/proc/26774/task/26782/stat : 26782 (java) S 26772 26772 26071 0 -1 1077944384 1891 0 0 0 19 9 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228253596816 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26783] ppid=26772 vsize=28901456 memory=1452 CPUtime=0.25 cores=0-7
/proc/26774/task/26783/stat : 26783 (java) S 26772 26772 26071 0 -1 1077944384 591 0 0 0 17 8 0 0 20 0 28 0 418157010 29595090944 609943 33554432000 4194304 4196468 140734585971456 140228252544016 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26784] ppid=26772 vsize=28901456 memory=984 CPUtime=0.08 cores=0-7
/proc/26774/task/26784/stat : 26784 (java) S 26772 26772 26071 0 -1 1077944384 5457 0 0 0 6 2 0 0 20 0 28 0 418157011 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226836461680 140228708027010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26785] ppid=26772 vsize=28901456 memory=2044 CPUtime=0 cores=0-7
/proc/26774/task/26785/stat : 26785 (java) S 26772 26772 26071 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 28 0 418157012 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226835407712 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26786] ppid=26772 vsize=28901456 memory=3988 CPUtime=0 cores=0-7
/proc/26774/task/26786/stat : 26786 (java) S 26772 26772 26071 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 418157012 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226834355328 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26787] ppid=26772 vsize=28901456 memory=1088 CPUtime=0 cores=0-7
/proc/26774/task/26787/stat : 26787 (java) S 26772 26772 26071 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226833303632 140228708034459 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26788] ppid=26772 vsize=28901456 memory=2832 CPUtime=4.6 cores=0-7
/proc/26774/task/26788/stat : 26788 (java) S 26772 26772 26071 0 -1 1077944384 21655 0 0 0 455 5 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226832251504 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26789] ppid=26772 vsize=28901456 memory=1564 CPUtime=4.86 cores=0-7
/proc/26774/task/26789/stat : 26789 (java) S 26772 26772 26071 0 -1 1077944384 28150 0 0 0 480 6 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226831198704 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26790] ppid=26772 vsize=28901456 memory=8560 CPUtime=4.27 cores=0-7
/proc/26774/task/26790/stat : 26790 (java) S 26772 26772 26071 0 -1 1077944384 27218 0 0 0 421 6 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226830146416 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26791] ppid=26772 vsize=28901456 memory=14008 CPUtime=1.79 cores=0-7
/proc/26774/task/26791/stat : 26791 (java) S 26772 26772 26071 0 -1 1077944384 21909 0 0 0 174 5 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226829093616 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26792] ppid=26772 vsize=28901456 memory=18964 CPUtime=0 cores=0-7
/proc/26774/task/26792/stat : 26792 (java) S 26772 26772 26071 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226828040544 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=26793] ppid=26772 vsize=28901456 memory=14068 CPUtime=0.03 cores=0-7
/proc/26774/task/26793/stat : 26793 (java) S 26772 26772 26071 0 -1 1077944384 2374 0 0 0 1 2 0 0 20 0 28 0 418157015 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226826987824 140228708027010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27339] ppid=26772 vsize=28901456 memory=2424 CPUtime=2.2 cores=0-7
/proc/26774/task/27339/stat : 27339 (java) R 26772 26772 26071 0 -1 4202560 305 0 0 0 220 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226812513976 140228353255990 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27340] ppid=26772 vsize=28901456 memory=1760 CPUtime=2.2 cores=0-7
/proc/26774/task/27340/stat : 27340 (java) R 26772 26772 26071 0 -1 4202560 131 0 0 0 220 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226811461736 140228352705463 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27341] ppid=26772 vsize=28901456 memory=111636 CPUtime=0 cores=0-7
/proc/26774/task/27341/stat : 27341 (java) S 26772 26772 26071 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226814625232 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27342] ppid=26772 vsize=28901456 memory=800 CPUtime=2.2 cores=0-7
/proc/26774/task/27342/stat : 27342 (java) R 26772 26772 26071 0 -1 4202560 195 0 0 0 220 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226810409336 140228355520605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27343] ppid=26772 vsize=28901456 memory=1708 CPUtime=2.2 cores=0-7
/proc/26774/task/27343/stat : 27343 (java) R 26772 26772 26071 0 -1 4202560 525 0 0 0 217 3 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226816727464 140228693226976 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27344] ppid=26772 vsize=28901456 memory=1804 CPUtime=0.21 cores=0-7
/proc/26774/task/27344/stat : 27344 (java) S 26772 26772 26071 0 -1 1077944384 41 0 0 0 21 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226815678032 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27345] ppid=26772 vsize=28901456 memory=916 CPUtime=2.2 cores=0-7
/proc/26774/task/27345/stat : 27345 (java) R 26772 26772 26071 0 -1 4202560 85 0 0 0 220 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226817777136 140228346924539 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
[pid=26774/tid=27346] ppid=26772 vsize=28901456 memory=4140 CPUtime=0 cores=0-7
/proc/26774/task/27346/stat : 27346 (java) S 26772 26772 26071 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 418169367 29595090944 609943 33554432000 4194304 4196468 140734585971456 140226807264080 140228708026069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7880704 140734585975786 140734585975958 140734585975958 140734585978831 0
Current children cumulated CPU time: 793.05 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 2441224 KiB

Child status: 0
Real time (s): 125.886
CPU time (s): 793.383
CPU user time (s): 791.376
CPU system time (s): 2.00672
CPU usage (%): 630.238
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 2441352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 791.376
system time used= 2.00671
maximum resident set size= 2463812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214911
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15677
involuntary context switches= 3651


# summary of solver processes directly reported to runsolver:
#   pid: 26772
#   total CPU time (s): 793.383
#   total CPU user time (s): 791.376
#   total CPU system time (s): 2.00672

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.11362 second user time and 1.52965 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 02:48:32
IDJOB=4393888
IDBENCH=123246
IDSOLVER=2841
FILE ID=node116/4393888-1568422153
RUNJOBID= node116-1568417068-26099
PBS_JOBID= 21702268
Free space on /tmp= 61244 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Warehouse/Warehouse-m1-s1/Warehouse-cap081.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-4393888-1568422153/watcher-4393888-1568422153 -o /tmp/evaluation-result-4393888-1568422153/solver-4393888-1568422153 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568417068-26099 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 547609640 HOME/instance-4393888-1568422153.xml

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

MD5SUM BENCH= b3bc9c910d0d9ad9cb0df62a165750df
RANDOM SEED=547609640

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        29835304 kB
MemAvailable:   31854660 kB
Buffers:          145960 kB
Cached:          2158892 kB
SwapCached:        46664 kB
Active:           908436 kB
Inactive:        1448396 kB
Active(anon):       4472 kB
Inactive(anon):    87864 kB
Active(file):     903964 kB
Inactive(file):  1360532 kB
Unevictable:      109332 kB
Mlocked:          109332 kB
SwapTotal:      67108860 kB
SwapFree:       66961104 kB
Dirty:             25988 kB
Writeback:            32 kB
AnonPages:        115348 kB
Mapped:            43780 kB
Shmem:             31996 kB
Slab:             169688 kB
SReclaimable:     141392 kB
SUnreclaim:        28296 kB
KernelStack:        3360 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     497608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 02:50:38