Trace number 4394414

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 parallelOPT303 288.943 49.5657

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-6.xml
MD5SUMf9b69c01e6bb1a0d57b760340d1825ed
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark303
Best CPU time to get the best result obtained on this benchmark29.7154
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size4
Maximum domain size405
Distribution of domain sizes[{"size":4,"count":5},{"size":5,"count":45},{"size":405,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

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-4394414-1568418200.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394414-1568418200.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.51/0.76	c solve instance...
1.93/0.86	o 392 
5.77/1.39	o 389 
7.15/1.56	o 388 
7.15/1.59	o 386 
7.15/1.59	o 374 
7.86/1.63	o 373 
7.86/1.63	o 357 
7.86/1.67	o 345 
8.57/1.70	o 339 
8.57/1.72	o 338 
8.57/1.74	o 335 
9.28/1.88	o 332 
17.60/2.92	o 329 
21.96/3.54	o 324 
24.81/3.96	o 317 
28.02/4.46	o 316 
34.54/5.37	o 315 
36.57/6.00	o 314 
39.81/6.46	o 312 
45.52/7.74	o 310 
64.88/10.74	o 309 
73.18/12.05	o 308 
74.92/12.39	o 307 
76.28/12.72	o 306 
81.74/13.55	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (49/79)
81.74/13.55		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
81.74/13.55		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
81.74/13.55		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
81.74/13.55		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
81.74/13.55		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
81.74/13.55	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (49/79)
81.74/13.55		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
81.74/13.55		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
81.74/13.55		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
81.74/13.55		at org.chocosolver.solver.Solver.repair(Solver.java:443)
81.74/13.55		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
81.74/13.55		at org.chocosolver.solver.Solver.solve(Solver.java:262)
81.74/13.55		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
81.74/13.55		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
81.74/13.55		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
81.74/13.55		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
81.74/13.55		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
81.74/13.55		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
81.74/13.55		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
81.74/13.55		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
81.74/13.55		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
81.74/13.55		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
81.74/13.55	o 305 
92.02/14.83	java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
92.02/14.83		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
92.02/14.83		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
92.02/14.83		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
92.02/14.83		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
92.02/14.83		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
92.02/14.83	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
92.02/14.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
92.02/14.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
92.02/14.83		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
92.02/14.83		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
92.02/14.83		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
92.02/14.83		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
92.02/14.83		... 4 more
92.02/14.83	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
92.02/14.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
92.02/14.83		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
92.02/14.83		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
92.02/14.83		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
92.02/14.83		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
92.02/14.83		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
92.02/14.83		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
92.02/14.83		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
92.02/14.83		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
92.02/14.83		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
92.02/14.83		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
92.02/14.83		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
92.02/14.83		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
92.02/14.83		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
92.02/14.83		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
92.02/14.83		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
92.02/14.83		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
92.02/14.83		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
92.02/14.83	Caused by: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
92.02/14.83		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:107)
92.02/14.83		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
92.02/14.83		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
92.02/14.83		at org.chocosolver.solver.Solver.restart(Solver.java:596)
92.02/14.83		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
92.02/14.83		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:96)
92.02/14.83		at org.chocosolver.solver.Solver.repair(Solver.java:438)
92.02/14.83		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
92.02/14.83		at org.chocosolver.solver.Solver.solve(Solver.java:262)
92.02/14.83		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
92.02/14.83		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
92.02/14.83		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
92.02/14.83		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
92.02/14.83		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
92.02/14.83		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
92.02/14.83		... 4 more
92.02/14.83	o 304 
140.98/21.61	java.util.concurrent.ExecutionException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
140.98/21.61		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
140.98/21.61		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
140.98/21.61		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
140.98/21.61		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
140.98/21.61		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
140.98/21.61	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
140.98/21.61		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
140.98/21.61		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
140.98/21.61		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
140.98/21.61		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
140.98/21.61		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
140.98/21.61		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
140.98/21.61		... 4 more
140.98/21.61	Caused by: java.lang.UnsupportedOperationException: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
140.98/21.61		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
140.98/21.61		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
140.98/21.61		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
140.98/21.61		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
140.98/21.61		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:593)
140.98/21.61		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
140.98/21.61		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
140.98/21.61		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
140.98/21.61		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
140.98/21.61		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
140.98/21.61		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
140.98/21.61		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
140.98/21.61		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
140.98/21.61		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
140.98/21.61		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
140.98/21.61		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
140.98/21.61		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
140.98/21.61		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
140.98/21.61	Caused by: java.lang.UnsupportedOperationException: NogoodStoreFromRestarts can only deal with IntDecision.
140.98/21.61		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.extractNogoodFromPath(NogoodFromRestarts.java:107)
140.98/21.61		at org.chocosolver.solver.search.loop.monitors.NogoodFromRestarts.beforeRestart(NogoodFromRestarts.java:65)
140.98/21.61		at org.chocosolver.solver.search.loop.monitors.SearchMonitorList.beforeRestart(SearchMonitorList.java:141)
140.98/21.61		at org.chocosolver.solver.Solver.restart(Solver.java:596)
140.98/21.61		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
140.98/21.61		at org.chocosolver.solver.search.loop.move.MoveRestart.repair(MoveRestart.java:96)
140.98/21.62		at org.chocosolver.solver.Solver.repair(Solver.java:438)
140.98/21.62		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
140.98/21.62		at org.chocosolver.solver.Solver.solve(Solver.java:262)
140.98/21.62		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
140.98/21.62		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
140.98/21.62		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
140.98/21.62		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
140.98/21.62		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
140.98/21.62		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
140.98/21.62		... 4 more
140.98/21.62	o 303 
288.67/49.55	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (13/22)
288.67/49.55		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
288.67/49.55		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
288.67/49.55		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
288.67/49.55		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
288.67/49.55		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
288.67/49.55	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (13/22)
288.67/49.55		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
288.67/49.55		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
288.67/49.55		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
288.67/49.55		at org.chocosolver.solver.Solver.repair(Solver.java:443)
288.67/49.55		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
288.67/49.55		at org.chocosolver.solver.Solver.solve(Solver.java:262)
288.67/49.55		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
288.67/49.55		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
288.67/49.55		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
288.67/49.55		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
288.67/49.55		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
288.67/49.55		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
288.67/49.55		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
288.67/49.55		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
288.67/49.55		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
288.67/49.55		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
288.67/49.55	s OPTIMUM FOUND
288.67/49.55	v <instantiation>
288.67/49.55	v 	<list>s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4] </list>
288.67/49.55	v 	<values>0 84 149 225 251 2 61 132 166 254 14 63 156 163 241 0 14 111 206 257 4 100 119 126 214 302 303 303 299 303 62 65 65 16 51 58 71 31 85 49 47 63 2 78 62 14 97 95 48 42 80 9 7 76 89 2 3 0 4 1 4 0 1 3 2 0 2 3 1 4 0 1 4 2 3 3 4 1 2 0 149 251 0 84 225 61 132 254 166 2 14 163 63 156 241 0 14 206 257 111 214 119 126 4 100 </values>
288.67/49.55	v </instantiation>

Verifier Data

OK	303

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15150 MiB free)
  memory of node 1: 16384 MiB (15719 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394414-1568418200/watcher-4394414-1568418200 -o /tmp/evaluation-result-4394414-1568418200/solver-4394414-1568418200 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568417824-4885 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 72361977 HOME/instance-4394414-1568418200.xml 

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

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


[startup+0.100111 s]*
/proc/loadavg: 5.21 4.04 2.40 2/212 7870
/proc/meminfo: memFree=31593800/32770624 swapFree=67004224/67108860
[pid=7849] ppid=7846 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7849/stat : 7849 (xcsp3-exec) S 7846 7849 4858 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 417981661 115843072 363 33554432000 4194304 5098028 140735041146032 140735041144136 140551182537340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31141888 140735041151863 140735041152105 140735041152105 140735041155018 0
/proc/7849/statm: 28282 363 304 221 0 87 0
[pid=7851] ppid=7849 vsize=28227388 memory=29896 CPUtime=0.12 cores=0-7
/proc/7851/stat : 7851 (java) S 7849 7849 4858 0 -1 1077944320 5845 0 0 0 10 2 0 0 20 0 20 0 417981661 28904845312 7474 33554432000 4194304 4196468 140724905807456 140724905790000 140623589023479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
/proc/7851/statm: 7056847 7474 3146 1 0 7019032 0
[pid=7851/tid=7852] ppid=7849 vsize=28227388 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/7851/task/7852/stat : 7852 (java) R 7849 7849 4858 0 -1 4202560 3835 0 0 0 8 1 0 0 20 0 20 0 417981661 28904845312 7474 33554432000 4194304 4196468 140724905807456 140623593248288 140623589035414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7853] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7853/stat : 7853 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 7474 33554432000 4194304 4196468 140724905807456 140623541644048 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7854] ppid=7849 vsize=28227388 memory=14833448456378008 CPUtime=0 cores=0-7
/proc/7851/task/7854/stat : 7854 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 7474 33554432000 4194304 4196468 140724905807456 140623540591504 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7855] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7855/stat : 7855 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 7474 33554432000 4194304 4196468 140724905807456 140623539538960 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7856] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7856/stat : 7856 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 7474 33554432000 4194304 4196468 140724905807456 140623136808080 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7857] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7857/stat : 7857 (java) S 7849 7849 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 7474 33554432000 4194304 4196468 140724905807456 140623135754512 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7858] ppid=7849 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7851/task/7858/stat : 7858 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 7474 33554432000 4194304 4196468 140724905807456 140623134701968 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7859] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7859/stat : 7859 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 7474 33554432000 4194304 4196468 140724905807456 140623133649424 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7860] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7860/stat : 7860 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 7474 33554432000 4194304 4196468 140724905807456 140623132596880 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7861] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7861/stat : 7861 (java) S 7849 7849 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417981663 28904845312 7474 33554432000 4194304 4196468 140724905807456 140622705334768 140623589034626 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7862] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7862/stat : 7862 (java) S 7849 7849 4858 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417981664 28904845312 7474 33554432000 4194304 4196468 140724905807456 140622704280992 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7863] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7863/stat : 7863 (java) S 7849 7849 4858 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417981664 28904845312 7474 33554432000 4194304 4196468 140724905807456 140622703228400 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7864] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7864/stat : 7864 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981667 28904845312 7474 33554432000 4194304 4196468 140724905807456 140622702176976 140623589042075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7865] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7865/stat : 7865 (java) S 7849 7849 4858 0 -1 1077944384 429 0 0 0 0 0 0 0 20 0 20 0 417981667 28904845312 7474 33554432000 4194304 4196468 140724905807456 140622701123568 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7866] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7866/stat : 7866 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417981667 28904845312 7474 33554432000 4194304 4196468 140724905807456 140622700071024 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7867] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7867/stat : 7867 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417981667 28904845312 7474 33554432000 4194304 4196468 140724905807456 140622699018480 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7868] ppid=7849 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7851/task/7868/stat : 7868 (java) R 7849 7849 4858 0 -1 4202560 316 0 0 0 1 0 0 0 20 0 20 0 417981667 28904845312 7474 33554432000 4194304 4196468 140724905807456 140622697965936 140623567950319 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7869] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7869/stat : 7869 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417981667 28904845312 7474 33554432000 4194304 4196468 140724905807456 140622696913632 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7870] ppid=7849 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7851/task/7870/stat : 7870 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981667 28904845312 7474 33554432000 4194304 4196468 140724905807456 140622695861168 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31348 KiB

[startup+0.210482 s]*
/proc/loadavg: 5.21 4.04 2.40 3/212 7870
/proc/meminfo: memFree=31580704/32770624 swapFree=67004224/67108860
[pid=7849] ppid=7846 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7849/stat : 7849 (xcsp3-exec) S 7846 7849 4858 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 417981661 115843072 363 33554432000 4194304 5098028 140735041146032 140735041144136 140551182537340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31141888 140735041151863 140735041152105 140735041152105 140735041155018 0
/proc/7849/statm: 28282 363 304 221 0 87 0
[pid=7851] ppid=7849 vsize=28227388 memory=41228 CPUtime=0.34 cores=0-7
/proc/7851/stat : 7851 (java) S 7849 7849 4858 0 -1 1077944320 9549 0 0 0 30 4 0 0 20 0 20 0 417981661 28904845312 10307 33554432000 4194304 4196468 140724905807456 140724905790000 140623589023479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
/proc/7851/statm: 7056847 10307 3304 1 0 7019032 0
[pid=7851/tid=7852] ppid=7849 vsize=28227388 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/7851/task/7852/stat : 7852 (java) R 7849 7849 4858 0 -1 4202560 6660 0 0 0 17 2 0 0 20 0 20 0 417981661 28904845312 10307 33554432000 4194304 4196468 140724905807456 140623593263152 140623573103966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7853] ppid=7849 vsize=28227388 memory=14965 CPUtime=0 cores=0-7
/proc/7851/task/7853/stat : 7853 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 10307 33554432000 4194304 4196468 140724905807456 140623541644048 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7854] ppid=7849 vsize=28227388 memory=140441756725163 CPUtime=0 cores=0-7
/proc/7851/task/7854/stat : 7854 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 10307 33554432000 4194304 4196468 140724905807456 140623540591504 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7855] ppid=7849 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7851/task/7855/stat : 7855 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 10307 33554432000 4194304 4196468 140724905807456 140623539538960 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7856] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7856/stat : 7856 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 10307 33554432000 4194304 4196468 140724905807456 140623136808080 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7857] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7857/stat : 7857 (java) S 7849 7849 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 10307 33554432000 4194304 4196468 140724905807456 140623135754512 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7858] ppid=7849 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7851/task/7858/stat : 7858 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 10307 33554432000 4194304 4196468 140724905807456 140623134701968 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7859] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7859/stat : 7859 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 10307 33554432000 4194304 4196468 140724905807456 140623133649424 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7860] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7860/stat : 7860 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28904845312 10307 33554432000 4194304 4196468 140724905807456 140623132596880 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7861] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7861/stat : 7861 (java) S 7849 7849 4858 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417981663 28904845312 10307 33554432000 4194304 4196468 140724905807456 140622705334768 140623589034626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7862] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7862/stat : 7862 (java) S 7849 7849 4858 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417981664 28904845312 10307 33554432000 4194304 4196468 140724905807456 140622704280992 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7863] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7863/stat : 7863 (java) S 7849 7849 4858 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417981664 28904845312 10307 33554432000 4194304 4196468 140724905807456 140622703228400 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7864] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7864/stat : 7864 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981667 28904845312 10307 33554432000 4194304 4196468 140724905807456 140622702176976 140623589042075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7865] ppid=7849 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7851/task/7865/stat : 7865 (java) S 7849 7849 4858 0 -1 1077944384 611 0 0 0 1 0 0 0 20 0 20 0 417981667 28904845312 10307 33554432000 4194304 4196468 140724905807456 140622701123568 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7866] ppid=7849 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7851/task/7866/stat : 7866 (java) S 7849 7849 4858 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 20 0 417981667 28904845312 10307 33554432000 4194304 4196468 140724905807456 140622700071024 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7867] ppid=7849 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7851/task/7867/stat : 7867 (java) S 7849 7849 4858 0 -1 1077944384 197 0 0 0 0 0 0 0 20 0 20 0 417981667 28904845312 10307 33554432000 4194304 4196468 140724905807456 140622699018480 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7868] ppid=7849 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/7851/task/7868/stat : 7868 (java) R 7849 7849 4858 0 -1 4202560 729 0 0 0 7 0 0 0 20 0 20 0 417981667 28904845312 10307 33554432000 4194304 4196468 140724905807456 140622697965936 140623589035414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7869] ppid=7849 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7869/stat : 7869 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417981667 28904845312 10307 33554432000 4194304 4196468 140724905807456 140622696913632 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7870] ppid=7849 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7851/task/7870/stat : 7870 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981667 28904845312 10307 33554432000 4194304 4196468 140724905807456 140622695861168 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42680 KiB

[startup+0.310316 s]*
/proc/loadavg: 5.21 4.04 2.40 3/212 7870
/proc/meminfo: memFree=31575864/32770624 swapFree=67004224/67108860
[pid=7849] ppid=7846 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7849/stat : 7849 (xcsp3-exec) S 7846 7849 4858 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 417981661 115843072 363 33554432000 4194304 5098028 140735041146032 140735041144136 140551182537340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31141888 140735041151863 140735041152105 140735041152105 140735041155018 0
/proc/7849/statm: 28282 363 304 221 0 87 0
[pid=7851] ppid=7849 vsize=28231644 memory=49964 CPUtime=0.51 cores=0-7
/proc/7851/stat : 7851 (java) S 7849 7849 4858 0 -1 1077944320 10861 0 0 0 47 4 0 0 20 0 20 0 417981661 28909203456 12491 33554432000 4194304 4196468 140724905807456 140724905790000 140623589023479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
/proc/7851/statm: 7057911 12491 3346 1 0 7019032 0
[pid=7851/tid=7852] ppid=7849 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/7851/task/7852/stat : 7852 (java) R 7849 7849 4858 0 -1 4202560 7756 0 0 0 26 3 0 0 20 0 20 0 417981661 28909203456 12491 33554432000 4194304 4196468 140724905807456 140623593253488 140623589045405 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7853] ppid=7849 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7853/stat : 7853 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28909203456 12491 33554432000 4194304 4196468 140724905807456 140623541644048 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7854] ppid=7849 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7854/stat : 7854 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28909203456 12491 33554432000 4194304 4196468 140724905807456 140623540591504 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7855] ppid=7849 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7855/stat : 7855 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417981662 28909203456 12491 33554432000 4194304 4196468 140724905807456 140623539538960 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7856] ppid=7849 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7856/stat : 7856 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28909203456 12491 33554432000 4194304 4196468 140724905807456 140623136808080 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7857] ppid=7849 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7857/stat : 7857 (java) S 7849 7849 4858 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 417981662 28909203456 12491 33554432000 4194304 4196468 140724905807456 140623135754512 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7858] ppid=7849 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7858/stat : 7858 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28909203456 12491 33554432000 4194304 4196468 140724905807456 140623134701968 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7859] ppid=7849 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7859/stat : 7859 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28909203456 12491 33554432000 4194304 4196468 140724905807456 140623133649424 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7860] ppid=7849 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7860/stat : 7860 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28909203456 12491 33554432000 4194304 4196468 140724905807456 140623132596880 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7861] ppid=7849 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7861/stat : 7861 (java) S 7849 7849 4858 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 417981663 28909203456 12491 33554432000 4194304 4196468 140724905807456 140622705334768 140623589034626 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7862] ppid=7849 vsize=28231644 memory=280883210952064 CPUtime=0 cores=0-7
/proc/7851/task/7862/stat : 7862 (java) S 7849 7849 4858 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 417981664 28909203456 12491 33554432000 4194304 4196468 140724905807456 140622704280992 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7863] ppid=7849 vsize=28231644 memory=280883210956672 CPUtime=0 cores=0-7
/proc/7851/task/7863/stat : 7863 (java) S 7849 7849 4858 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 417981664 28909203456 12491 33554432000 4194304 4196468 140724905807456 140622703228400 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7864] ppid=7849 vsize=28231644 memory=280883210961280 CPUtime=0 cores=0-7
/proc/7851/task/7864/stat : 7864 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981667 28909203456 12491 33554432000 4194304 4196468 140724905807456 140622702176976 140623589042075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7865] ppid=7849 vsize=28231644 memory=280883210965888 CPUtime=0.03 cores=0-7
/proc/7851/task/7865/stat : 7865 (java) S 7849 7849 4858 0 -1 1077944384 634 0 0 0 3 0 0 0 20 0 20 0 417981667 28909203456 12491 33554432000 4194304 4196468 140724905807456 140622701123568 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7866] ppid=7849 vsize=28231644 memory=280883210970496 CPUtime=0.02 cores=0-7
/proc/7851/task/7866/stat : 7866 (java) S 7849 7849 4858 0 -1 1077944384 50 0 0 0 2 0 0 0 20 0 20 0 417981667 28909203456 12491 33554432000 4194304 4196468 140724905807456 140622700071024 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7867] ppid=7849 vsize=28231644 memory=280883210975104 CPUtime=0.02 cores=0-7
/proc/7851/task/7867/stat : 7867 (java) R 7849 7849 4858 0 -1 4202560 301 0 0 0 2 0 0 0 20 0 20 0 417981667 28909203456 12491 33554432000 4194304 4196468 140724905807456 140622699018480 140623566675344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7868] ppid=7849 vsize=28231644 memory=280883210979712 CPUtime=0.12 cores=0-7
/proc/7851/task/7868/stat : 7868 (java) S 7849 7849 4858 0 -1 1077944384 818 0 0 0 12 0 0 0 20 0 20 0 417981667 28909203456 12491 33554432000 4194304 4196468 140724905807456 140622697965936 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7869] ppid=7849 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7869/stat : 7869 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417981667 28909203456 12491 33554432000 4194304 4196468 140724905807456 140622696913632 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7870] ppid=7849 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7851/task/7870/stat : 7870 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981667 28909203456 12491 33554432000 4194304 4196468 140724905807456 140622695861168 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51416 KiB

[startup+0.700949 s]
/proc/loadavg: 5.21 4.04 2.40 5/212 7870
/proc/meminfo: memFree=31558684/32770624 swapFree=67004224/67108860
[pid=7849] ppid=7846 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7849/stat : 7849 (xcsp3-exec) S 7846 7849 4858 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 417981661 115843072 363 33554432000 4194304 5098028 140735041146032 140735041144136 140551182537340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31141888 140735041151863 140735041152105 140735041152105 140735041155018 0
/proc/7849/statm: 28282 363 304 221 0 87 0
[pid=7851] ppid=7849 vsize=28233768 memory=84360 CPUtime=1.51 cores=0-7
/proc/7851/stat : 7851 (java) S 7849 7849 4858 0 -1 1077944320 14863 0 0 0 143 8 0 0 20 0 20 0 417981661 28911378432 21090 33554432000 4194304 4196468 140724905807456 140724905790000 140623589023479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
/proc/7851/statm: 7058442 21090 3449 1 0 7019544 0
[pid=7851/tid=7852] ppid=7849 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/7851/task/7852/stat : 7852 (java) R 7849 7849 4858 0 -1 4202560 9385 0 0 0 63 5 0 0 20 0 20 0 417981661 28911378432 21090 33554432000 4194304 4196468 140724905807456 140623593259600 140623221294336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7853] ppid=7849 vsize=28233768 memory=140441605677952 CPUtime=0 cores=0-7
/proc/7851/task/7853/stat : 7853 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28911378432 21090 33554432000 4194304 4196468 140724905807456 140623541644048 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7854] ppid=7849 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7854/stat : 7854 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 417981662 28911378432 21090 33554432000 4194304 4196468 140724905807456 140623540591504 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7855] ppid=7849 vsize=28233768 memory=1052 CPUtime=0 cores=0-7
/proc/7851/task/7855/stat : 7855 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 417981662 28911378432 21090 33554432000 4194304 4196468 140724905807456 140623539538960 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0

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

[pid=7851/tid=7868] ppid=7849 vsize=28968020 memory=1052 CPUtime=1.33 cores=0-7
/proc/7851/task/7868/stat : 7868 (java) S 7849 7849 4858 0 -1 1077944384 13553 0 0 0 130 3 0 0 20 0 28 0 417981667 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622697965936 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7869] ppid=7849 vsize=28968020 memory=7548 CPUtime=0 cores=0-7
/proc/7851/task/7869/stat : 7869 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417981667 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622696913632 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7870] ppid=7849 vsize=28968020 memory=4004 CPUtime=0.01 cores=0-7
/proc/7851/task/7870/stat : 7870 (java) S 7849 7849 4858 0 -1 1077944384 2060 0 0 0 0 1 0 0 20 0 28 0 417981667 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622695861168 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8088] ppid=7849 vsize=28968020 memory=0 CPUtime=27.49 cores=0-7
/proc/7851/task/8088/stat : 8088 (java) R 7849 7849 4858 0 -1 4202560 1065 0 0 0 2749 0 0 0 20 0 28 0 417983823 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622676131616 140623226987707 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8089] ppid=7849 vsize=28968020 memory=7811019017424693601 CPUtime=27.49 cores=0-7
/proc/7851/task/8089/stat : 8089 (java) R 7849 7849 4858 0 -1 4202560 758 0 0 0 2749 0 0 0 20 0 28 0 417983823 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622681396344 140623226585944 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8090] ppid=7849 vsize=28968020 memory=7596274483649925218 CPUtime=0 cores=0-7
/proc/7851/task/8090/stat : 8090 (java) S 7849 7849 4858 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 417983823 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622674031248 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8091] ppid=7849 vsize=28968020 memory=7811019017424693601 CPUtime=27.49 cores=0-7
/proc/7851/task/8091/stat : 8091 (java) R 7849 7849 4858 0 -1 4202560 2137 0 0 0 2747 2 0 0 20 0 28 0 417983823 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622683500144 140623229718296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8092] ppid=7849 vsize=28968020 memory=5794274998548129126 CPUtime=27.48 cores=0-7
/proc/7851/task/8092/stat : 8092 (java) R 7849 7849 4858 0 -1 4202560 1098 0 0 0 2747 1 0 0 20 0 28 0 417983823 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622679290224 140623229397000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8093] ppid=7849 vsize=28968020 memory=140441756717665 CPUtime=3.88 cores=0-7
/proc/7851/task/8093/stat : 8093 (java) S 7849 7849 4858 0 -1 1077944384 134 0 0 0 388 0 0 0 20 0 28 0 417983823 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622682453008 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8094] ppid=7849 vsize=28968020 memory=7019467088023926839 CPUtime=27.48 cores=0-7
/proc/7851/task/8094/stat : 8094 (java) R 7849 7849 4858 0 -1 4202560 758 0 0 0 2748 0 0 0 20 0 28 0 417983823 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622680345776 140623573400496 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8095] ppid=7849 vsize=28968020 memory=7019467088040704055 CPUtime=0 cores=0-7
/proc/7851/task/8095/stat : 8095 (java) S 7849 7849 4858 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 417983823 29663252480 64783 33554432000 4194304 4196468 140724905807456 140622678242576 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
Current children cumulated CPU time: 287.18 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 260584 KiB

[startup+49.4011 s]
/proc/loadavg: 5.74 4.40 2.60 6/220 8097
/proc/meminfo: memFree=31362948/32770624 swapFree=67004224/67108860
[pid=7849] ppid=7846 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7849/stat : 7849 (xcsp3-exec) S 7846 7849 4858 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 417981661 115843072 363 33554432000 4194304 5098028 140735041146032 140735041144136 140551182537340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31141888 140735041151863 140735041152105 140735041152105 140735041155018 0
/proc/7849/statm: 28282 363 304 221 0 87 0
[pid=7851] ppid=7849 vsize=28968020 memory=257080 CPUtime=288.17 cores=0-7
/proc/7851/stat : 7851 (java) S 7849 7849 4858 0 -1 1077944320 134675 0 0 0 28753 64 0 0 20 0 28 0 417981661 29663252480 64270 33554432000 4194304 4196468 140724905807456 140724905790000 140623589023479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
/proc/7851/statm: 7242005 64270 3543 1 0 7203107 0
[pid=7851/tid=7852] ppid=7849 vsize=28968020 memory=7019467087923329079 CPUtime=0.79 cores=0-7
/proc/7851/task/7852/stat : 7852 (java) S 7849 7849 4858 0 -1 1077944384 10329 0 0 0 73 6 0 0 20 0 28 0 417981661 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623593264256 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7853] ppid=7849 vsize=28968020 memory=7019467088057610296 CPUtime=0.1 cores=0-7
/proc/7851/task/7853/stat : 7853 (java) S 7849 7849 4858 0 -1 1077944384 279 0 0 0 9 1 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623541644048 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7854] ppid=7849 vsize=28968020 memory=7019467088074387512 CPUtime=0.12 cores=0-7
/proc/7851/task/7854/stat : 7854 (java) S 7849 7849 4858 0 -1 1077944384 813 0 0 0 10 2 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623540591504 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7855] ppid=7849 vsize=28968020 memory=108100 CPUtime=0.13 cores=0-7
/proc/7851/task/7855/stat : 7855 (java) S 7849 7849 4858 0 -1 1077944384 1455 0 0 0 11 2 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623539538960 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7856] ppid=7849 vsize=28968020 memory=0 CPUtime=0.11 cores=0-7
/proc/7851/task/7856/stat : 7856 (java) S 7849 7849 4858 0 -1 1077944384 2552 0 0 0 10 1 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623136808080 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7857] ppid=7849 vsize=28968020 memory=0 CPUtime=0.11 cores=0-7
/proc/7851/task/7857/stat : 7857 (java) S 7849 7849 4858 0 -1 1077944384 1061 0 0 0 10 1 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623135754512 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7858] ppid=7849 vsize=28968020 memory=0 CPUtime=0.1 cores=0-7
/proc/7851/task/7858/stat : 7858 (java) S 7849 7849 4858 0 -1 1077944384 501 0 0 0 9 1 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623134701968 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7859] ppid=7849 vsize=28968020 memory=0 CPUtime=0.12 cores=0-7
/proc/7851/task/7859/stat : 7859 (java) S 7849 7849 4858 0 -1 1077944384 1331 0 0 0 10 2 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623133649424 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7860] ppid=7849 vsize=28968020 memory=0 CPUtime=0.12 cores=0-7
/proc/7851/task/7860/stat : 7860 (java) S 7849 7849 4858 0 -1 1077944384 1014 0 0 0 10 2 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623132596880 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7861] ppid=7849 vsize=28968020 memory=0 CPUtime=0.07 cores=0-7
/proc/7851/task/7861/stat : 7861 (java) S 7849 7849 4858 0 -1 1077944384 3352 0 0 0 5 2 0 0 20 0 28 0 417981663 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622705334768 140623589034626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7862] ppid=7849 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7862/stat : 7862 (java) S 7849 7849 4858 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 417981664 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622704281056 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7863] ppid=7849 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7863/stat : 7863 (java) S 7849 7849 4858 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 417981664 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622703228416 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7864] ppid=7849 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7864/stat : 7864 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622702176976 140623589042075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7865] ppid=7849 vsize=28968020 memory=0 CPUtime=4.85 cores=0-7
/proc/7851/task/7865/stat : 7865 (java) S 7849 7849 4858 0 -1 1077944384 27237 0 0 0 479 6 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622701123568 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7866] ppid=7849 vsize=28968020 memory=0 CPUtime=4.54 cores=0-7
/proc/7851/task/7866/stat : 7866 (java) S 7849 7849 4858 0 -1 1077944384 23484 0 0 0 449 5 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622700071024 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7867] ppid=7849 vsize=28968020 memory=0 CPUtime=4.77 cores=0-7
/proc/7851/task/7867/stat : 7867 (java) S 7849 7849 4858 0 -1 1077944384 25701 0 0 0 472 5 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622699018480 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7868] ppid=7849 vsize=28968020 memory=0 CPUtime=1.33 cores=0-7
/proc/7851/task/7868/stat : 7868 (java) S 7849 7849 4858 0 -1 1077944384 13553 0 0 0 130 3 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622697965936 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7869] ppid=7849 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/7869/stat : 7869 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622696913632 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7870] ppid=7849 vsize=28968020 memory=0 CPUtime=0.01 cores=0-7
/proc/7851/task/7870/stat : 7870 (java) S 7849 7849 4858 0 -1 1077944384 2060 0 0 0 0 1 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622695861168 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8088] ppid=7849 vsize=28968020 memory=0 CPUtime=27.69 cores=0-7
/proc/7851/task/8088/stat : 8088 (java) R 7849 7849 4858 0 -1 4202560 1065 0 0 0 2769 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622676130960 140623230634084 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8089] ppid=7849 vsize=28968020 memory=0 CPUtime=27.69 cores=0-7
/proc/7851/task/8089/stat : 8089 (java) R 7849 7849 4858 0 -1 4202560 759 0 0 0 2769 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622681396208 140623226355705 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8090] ppid=7849 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/7851/task/8090/stat : 8090 (java) S 7849 7849 4858 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622674031248 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8091] ppid=7849 vsize=28968020 memory=0 CPUtime=27.69 cores=0-7
/proc/7851/task/8091/stat : 8091 (java) R 7849 7849 4858 0 -1 4202560 2138 0 0 0 2767 2 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622683500160 140623222343439 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8092] ppid=7849 vsize=28968020 memory=8514701219781834910 CPUtime=27.68 cores=0-7
/proc/7851/task/8092/stat : 8092 (java) R 7849 7849 4858 0 -1 4202560 1098 0 0 0 2767 1 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622679291904 140623226585834 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8093] ppid=7849 vsize=28968020 memory=7738140074877936237 CPUtime=3.88 cores=0-7
/proc/7851/task/8093/stat : 8093 (java) S 7849 7849 4858 0 -1 1077944384 134 0 0 0 388 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622682453008 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8094] ppid=7849 vsize=28968020 memory=7594873731556927057 CPUtime=27.68 cores=0-7
/proc/7851/task/8094/stat : 8094 (java) R 7849 7849 4858 0 -1 4202560 759 0 0 0 2768 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622680343168 140623231576000 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8095] ppid=7849 vsize=28968020 memory=7595997440189293904 CPUtime=0 cores=0-7
/proc/7851/task/8095/stat : 8095 (java) S 7849 7849 4858 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622678242576 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
Current children cumulated CPU time: 288.17 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 258532 KiB

[startup+49.5012 s]
/proc/loadavg: 5.74 4.40 2.60 6/220 8097
/proc/meminfo: memFree=31362948/32770624 swapFree=67004224/67108860
[pid=7849] ppid=7846 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/7849/stat : 7849 (xcsp3-exec) S 7846 7849 4858 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 417981661 115843072 363 33554432000 4194304 5098028 140735041146032 140735041144136 140551182537340 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 31141888 140735041151863 140735041152105 140735041152105 140735041155018 0
/proc/7849/statm: 28282 363 304 221 0 87 0
[pid=7851] ppid=7849 vsize=28968020 memory=257080 CPUtime=288.67 cores=0-7
/proc/7851/stat : 7851 (java) S 7849 7849 4858 0 -1 1077944320 134675 0 0 0 28803 64 0 0 20 0 28 0 417981661 29663252480 64270 33554432000 4194304 4196468 140724905807456 140724905790000 140623589023479 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
/proc/7851/statm: 7242005 64270 3543 1 0 7203107 0
[pid=7851/tid=7852] ppid=7849 vsize=28968020 memory=317556 CPUtime=0.79 cores=0-7
/proc/7851/task/7852/stat : 7852 (java) S 7849 7849 4858 0 -1 1077944384 10329 0 0 0 73 6 0 0 20 0 28 0 417981661 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623593264256 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7853] ppid=7849 vsize=28968020 memory=286820 CPUtime=0.1 cores=0-7
/proc/7851/task/7853/stat : 7853 (java) S 7849 7849 4858 0 -1 1077944384 279 0 0 0 9 1 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623541644048 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7854] ppid=7849 vsize=28968020 memory=269396 CPUtime=0.12 cores=0-7
/proc/7851/task/7854/stat : 7854 (java) S 7849 7849 4858 0 -1 1077944384 813 0 0 0 10 2 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623540591504 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7855] ppid=7849 vsize=28968020 memory=261184 CPUtime=0.13 cores=0-7
/proc/7851/task/7855/stat : 7855 (java) S 7849 7849 4858 0 -1 1077944384 1455 0 0 0 11 2 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623539538960 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7856] ppid=7849 vsize=28968020 memory=259132 CPUtime=0.11 cores=0-7
/proc/7851/task/7856/stat : 7856 (java) S 7849 7849 4858 0 -1 1077944384 2552 0 0 0 10 1 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623136808080 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7857] ppid=7849 vsize=28968020 memory=1452 CPUtime=0.11 cores=0-7
/proc/7851/task/7857/stat : 7857 (java) S 7849 7849 4858 0 -1 1077944384 1061 0 0 0 10 1 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623135754512 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7858] ppid=7849 vsize=28968020 memory=1692 CPUtime=0.1 cores=0-7
/proc/7851/task/7858/stat : 7858 (java) S 7849 7849 4858 0 -1 1077944384 501 0 0 0 9 1 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623134701968 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7859] ppid=7849 vsize=28968020 memory=792 CPUtime=0.12 cores=0-7
/proc/7851/task/7859/stat : 7859 (java) S 7849 7849 4858 0 -1 1077944384 1331 0 0 0 10 2 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623133649424 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7860] ppid=7849 vsize=28968020 memory=280883212269376 CPUtime=0.12 cores=0-7
/proc/7851/task/7860/stat : 7860 (java) S 7849 7849 4858 0 -1 1077944384 1014 0 0 0 10 2 0 0 20 0 28 0 417981662 29663252480 64270 33554432000 4194304 4196468 140724905807456 140623132596880 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7861] ppid=7849 vsize=28968020 memory=0 CPUtime=0.07 cores=0-7
/proc/7851/task/7861/stat : 7861 (java) S 7849 7849 4858 0 -1 1077944384 3352 0 0 0 5 2 0 0 20 0 28 0 417981663 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622705334768 140623589034626 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7862] ppid=7849 vsize=28968020 memory=320004 CPUtime=0 cores=0-7
/proc/7851/task/7862/stat : 7862 (java) S 7849 7849 4858 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 417981664 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622704281056 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7863] ppid=7849 vsize=28968020 memory=1452 CPUtime=0 cores=0-7
/proc/7851/task/7863/stat : 7863 (java) S 7849 7849 4858 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 417981664 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622703228416 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7864] ppid=7849 vsize=28968020 memory=14012 CPUtime=0 cores=0-7
/proc/7851/task/7864/stat : 7864 (java) S 7849 7849 4858 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622702176976 140623589042075 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7865] ppid=7849 vsize=28968020 memory=19464 CPUtime=4.85 cores=0-7
/proc/7851/task/7865/stat : 7865 (java) S 7849 7849 4858 0 -1 1077944384 27237 0 0 0 479 6 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622701123568 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7866] ppid=7849 vsize=28968020 memory=14068 CPUtime=4.54 cores=0-7
/proc/7851/task/7866/stat : 7866 (java) S 7849 7849 4858 0 -1 1077944384 23484 0 0 0 449 5 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622700071024 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7867] ppid=7849 vsize=28968020 memory=306828 CPUtime=4.77 cores=0-7
/proc/7851/task/7867/stat : 7867 (java) S 7849 7849 4858 0 -1 1077944384 25701 0 0 0 472 5 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622699018480 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7868] ppid=7849 vsize=28968020 memory=1452 CPUtime=1.33 cores=0-7
/proc/7851/task/7868/stat : 7868 (java) S 7849 7849 4858 0 -1 1077944384 13553 0 0 0 130 3 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622697965936 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7869] ppid=7849 vsize=28968020 memory=3588 CPUtime=0 cores=0-7
/proc/7851/task/7869/stat : 7869 (java) S 7849 7849 4858 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622696913632 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=7870] ppid=7849 vsize=28968020 memory=263236 CPUtime=0.01 cores=0-7
/proc/7851/task/7870/stat : 7870 (java) S 7849 7849 4858 0 -1 1077944384 2060 0 0 0 0 1 0 0 20 0 28 0 417981667 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622695861168 140623589034626 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8088] ppid=7849 vsize=28968020 memory=1452 CPUtime=27.79 cores=0-7
/proc/7851/task/8088/stat : 8088 (java) R 7849 7849 4858 0 -1 4202560 1065 0 0 0 2779 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622676130960 140623569866449 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8089] ppid=7849 vsize=28968020 memory=274524 CPUtime=27.79 cores=0-7
/proc/7851/task/8089/stat : 8089 (java) R 7849 7849 4858 0 -1 4202560 759 0 0 0 2779 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622681396208 140623224446016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8090] ppid=7849 vsize=28968020 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/7851/task/8090/stat : 8090 (java) S 7849 7849 4858 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622674031248 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8091] ppid=7849 vsize=28968020 memory=8112282956445269571 CPUtime=27.79 cores=0-7
/proc/7851/task/8091/stat : 8091 (java) R 7849 7849 4858 0 -1 4202560 2138 0 0 0 2777 2 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622683500160 140623229397176 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8092] ppid=7849 vsize=28968020 memory=0 CPUtime=27.78 cores=0-7
/proc/7851/task/8092/stat : 8092 (java) R 7849 7849 4858 0 -1 4202560 1098 0 0 0 2777 1 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622679291904 140623229724672 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8093] ppid=7849 vsize=28968020 memory=0 CPUtime=3.88 cores=0-7
/proc/7851/task/8093/stat : 8093 (java) S 7849 7849 4858 0 -1 1077944384 134 0 0 0 388 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622682453008 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8094] ppid=7849 vsize=28968020 memory=1452 CPUtime=27.78 cores=0-7
/proc/7851/task/8094/stat : 8094 (java) R 7849 7849 4858 0 -1 4202560 759 0 0 0 2778 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622680343168 140623568748513 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
[pid=7851/tid=8095] ppid=7849 vsize=28968020 memory=265288 CPUtime=0 cores=0-7
/proc/7851/task/8095/stat : 8095 (java) S 7849 7849 4858 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 417983823 29663252480 64270 33554432000 4194304 4196468 140724905807456 140622678242576 140623589033685 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15134720 140724905812970 140724905813142 140724905813142 140724905816015 0
Current children cumulated CPU time: 288.67 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 258532 KiB

Child status: 0
Real time (s): 49.5657
CPU time (s): 288.943
CPU user time (s): 288.277
CPU system time (s): 0.666752
CPU usage (%): 582.951
Max. virtual memory (cumulated for all children) (KiB): 29081148
Max. memory (cumulated for all children) (KiB): 331640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.277
system time used= 0.666752
maximum resident set size= 332236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136874
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11969
involuntary context switches= 2980


# summary of solver processes directly reported to runsolver:
#   pid: 7849
#   total CPU time (s): 288.943
#   total CPU user time (s): 288.277
#   total CPU system time (s): 0.666752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.458056 second user time and 0.568509 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-14 01:42:44
IDJOB=4394414
IDBENCH=115829
IDSOLVER=2843
FILE ID=node148/4394414-1568418200
RUNJOBID= node148-1568417824-4885
PBS_JOBID= 21702282
Free space on /tmp= 61308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-6.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394414-1568418200/watcher-4394414-1568418200 -o /tmp/evaluation-result-4394414-1568418200/solver-4394414-1568418200 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1568417824-4885 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 72361977 HOME/instance-4394414-1568418200.xml

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

MD5SUM BENCH= f9b69c01e6bb1a0d57b760340d1825ed
RANDOM SEED=72361977

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31610364 kB
MemAvailable:   31910520 kB
Buffers:           58096 kB
Cached:           540916 kB
SwapCached:         3820 kB
Active:           376780 kB
Inactive:         229944 kB
Active(anon):       5136 kB
Inactive(anon):    43732 kB
Active(file):     371644 kB
Inactive(file):   186212 kB
Unevictable:      108956 kB
Mlocked:          108956 kB
SwapTotal:      67108860 kB
SwapFree:       67004224 kB
Dirty:             26228 kB
Writeback:             0 kB
AnonPages:        113020 kB
Mapped:            44096 kB
Shmem:             32344 kB
Slab:             145152 kB
SReclaimable:     116268 kB
SUnreclaim:        28884 kB
KernelStack:        3424 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61284 MiB
End job on node148 at 2019-09-14 01:43:34