Trace number 4393863

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-06-14 parallelWrong Opt.383 4.3233 1.2566

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-9.xml
MD5SUMb1b903d633c720775ef1eb29649a113f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark36.2839
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size426
Distribution of domain sizes[{"size":5,"count":50},{"size":426,"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-4393863-1568418625.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393863-1568418625.xml, -tl, 20160s, -p, 8]
0.34/0.23	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.51/0.77	c solve instance...
2.51/0.91	o 423 
2.51/0.95	o 417 
3.16/1.01	o 414 
3.16/1.05	o 402 
3.16/1.08	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (12/29)
3.16/1.08		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.16/1.08		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.16/1.08		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.16/1.08		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.16/1.08		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.16/1.08	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (12/29)
3.16/1.08		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.16/1.08		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.16/1.08		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.16/1.08		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.16/1.08		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.16/1.08		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.16/1.08		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.16/1.08		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.16/1.08		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.16/1.08		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.16/1.08		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.16/1.08		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.16/1.08		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.16/1.08		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.16/1.08		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.16/1.08		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.16/1.09	o 398 
3.80/1.12	java.util.concurrent.ExecutionException: java.lang.NullPointerException
3.80/1.12		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.80/1.12		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.80/1.12		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.80/1.12		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.80/1.12		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.80/1.12	Caused by: java.lang.NullPointerException
3.80/1.12		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.80/1.12		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.80/1.12		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.80/1.12		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.80/1.12		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.80/1.12		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3.80/1.12		... 4 more
3.80/1.12	Caused by: java.lang.NullPointerException
3.80/1.12		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.80/1.12		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.80/1.12		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.80/1.12		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.80/1.12		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.80/1.12		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3.80/1.12		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3.80/1.12		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3.80/1.12		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3.80/1.12		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3.80/1.12		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3.80/1.12		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3.80/1.12		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
3.80/1.12		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3.80/1.12		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.80/1.12		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.80/1.12		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.80/1.12		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.80/1.12	Caused by: java.lang.NullPointerException
3.80/1.12		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
3.80/1.12		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
3.80/1.12		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
3.80/1.12		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.bound(IntDomainBest.java:102)
3.80/1.12		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainBest.selectValue(IntDomainBest.java:71)
3.80/1.12		at org.chocosolver.solver.search.strategy.selectors.values.IntDomainLast.selectValue(IntDomainLast.java:84)
3.80/1.12		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.computeDecision(DomOverWDeg.java:127)
3.80/1.12		at org.chocosolver.solver.search.strategy.selectors.variables.DomOverWDeg.getDecision(DomOverWDeg.java:167)
3.80/1.12		at org.chocosolver.solver.search.strategy.strategy.LastConflict.getDecision(LastConflict.java:121)
3.80/1.12		at org.chocosolver.solver.search.loop.move.MoveBinaryDFS.extend(MoveBinaryDFS.java:62)
3.80/1.12		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
3.80/1.12		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
3.80/1.12		at org.chocosolver.solver.Solver.extend(Solver.java:421)
3.80/1.12		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
3.80/1.12		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.80/1.12		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.80/1.12		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.80/1.12		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.80/1.12		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.80/1.12		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.80/1.12		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.80/1.12		... 4 more
3.80/1.12	o 396 
3.80/1.13	java.util.concurrent.ExecutionException: java.lang.NullPointerException
3.80/1.13		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.80/1.13		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.80/1.13		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.80/1.13		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.80/1.13		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.80/1.13	Caused by: java.lang.NullPointerException
3.80/1.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.80/1.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.80/1.13		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.80/1.13		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.80/1.13		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.80/1.13		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3.80/1.13		... 4 more
3.80/1.13	Caused by: java.lang.NullPointerException
3.80/1.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.80/1.13		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.80/1.13		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.80/1.13		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.80/1.13		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.80/1.13		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3.80/1.13		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3.80/1.13		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3.80/1.13		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3.80/1.13		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3.80/1.13		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3.80/1.13		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3.80/1.13		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
3.80/1.13		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3.80/1.13		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.80/1.13		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.80/1.13		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.80/1.13		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.80/1.13	Caused by: java.lang.NullPointerException
3.80/1.13		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
3.80/1.13		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
3.80/1.13		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
3.80/1.13		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
3.80/1.13		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
3.80/1.13		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
3.80/1.13		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.80/1.13		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.80/1.13		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.80/1.13		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.80/1.13		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.80/1.13		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.80/1.13		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.80/1.13		... 4 more
3.80/1.13	o 385 
3.80/1.16	java.util.concurrent.ExecutionException: java.lang.NullPointerException
3.80/1.16		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.80/1.16		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.80/1.16		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.80/1.16		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.80/1.16		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.80/1.16	Caused by: java.lang.NullPointerException
3.80/1.16		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.80/1.16		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.80/1.16		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.80/1.16		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.80/1.16		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.80/1.16		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
3.80/1.16		... 4 more
3.80/1.16	Caused by: java.lang.NullPointerException
3.80/1.16		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
3.80/1.16		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
3.80/1.16		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
3.80/1.16		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
3.80/1.16		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
3.80/1.16		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
3.80/1.16		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
3.80/1.16		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
3.80/1.16		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
3.80/1.16		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
3.80/1.16		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
3.80/1.16		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
3.80/1.16		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
3.80/1.16		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
3.80/1.16		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.80/1.16		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.80/1.16		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.80/1.16		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.80/1.17	Caused by: java.lang.NullPointerException
3.80/1.17		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
3.80/1.17		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
3.80/1.17		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:164)
3.80/1.17		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
3.80/1.17		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
3.80/1.17		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
3.80/1.17		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.80/1.17		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.80/1.17		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.80/1.17		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.80/1.17		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.80/1.17		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.80/1.17		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.80/1.17		... 4 more
3.80/1.17	o 383 
3.80/1.17	s OPTIMUM FOUND
3.80/1.17	v <instantiation>
3.80/1.17	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>
3.80/1.17	v 	<values>0 36 123 158 248 0 144 176 245 338 0 40 220 264 338 40 91 158 232 281 0 91 144 220 281 307 352 383 362 355 36 87 17 90 59 99 32 56 93 14 40 97 44 59 45 30 67 50 49 81 91 53 76 25 74 1 2 3 0 4 3 4 1 2 0 4 1 3 0 2 4 0 2 1 3 0 4 3 2 1 158 0 36 123 248 338 176 245 0 144 264 40 338 220 0 91 232 158 281 40 0 281 220 144 91 </values>
3.80/1.17	v </instantiation>

Verifier Data

OK	383

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393863-1568418625/watcher-4393863-1568418625 -o /tmp/evaluation-result-4393863-1568418625/solver-4393863-1568418625 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1568416726-24393 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1426430 HOME/instance-4393863-1568418625.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=25965, runsolver pid=25962
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100097 s]*
/proc/loadavg: 7.64 6.62 3.99 2/214 25986
/proc/meminfo: memFree=30245056/32770624 swapFree=66916604/67108860
[pid=25965] ppid=25962 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25965/stat : 25965 (xcsp3-exec) S 25962 25965 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418113066 115843072 363 33554432000 4194304 5098028 140722180272832 140722180270936 140348474163836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13332480 140722180277112 140722180277353 140722180277353 140722180280266 0
/proc/25965/statm: 28282 363 304 221 0 87 0
[pid=25967] ppid=25965 vsize=28227388 memory=29068 CPUtime=0.12 cores=0-7
/proc/25967/stat : 25967 (java) S 25965 25965 24366 0 -1 1077944320 5728 0 0 0 11 1 0 0 20 0 20 0 418113066 28904845312 7267 33554432000 4194304 4196468 140725399175008 140725399157552 140432379485943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
/proc/25967/statm: 7056847 7267 3120 1 0 7019032 0
[pid=25967/tid=25968] ppid=25965 vsize=28227388 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/25967/task/25968/stat : 25968 (java) R 25965 25965 24366 0 -1 4202560 3642 0 0 0 8 0 0 0 20 0 20 0 418113066 28904845312 7267 33554432000 4194304 4196468 140725399175008 140432383719216 140432359387689 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25969] ppid=25965 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25967/task/25969/stat : 25969 (java) S 25965 25965 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431930992912 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25970] ppid=25965 vsize=28227388 memory=139873082975872 CPUtime=0 cores=0-7
/proc/25967/task/25970/stat : 25970 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431929940368 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25971] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25971/stat : 25971 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431928887824 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25972] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25972/stat : 25972 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431927835280 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25973] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25973/stat : 25973 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431926782736 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25974] ppid=25965 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25967/task/25974/stat : 25974 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431925730192 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25975] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25975/stat : 25975 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431924677648 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25976] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25976/stat : 25976 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431923625104 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25977] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25977/stat : 25977 (java) S 25965 25965 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418113069 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431880607728 140432379497090 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25978] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25978/stat : 25978 (java) S 25965 25965 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418113069 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431879553952 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25979] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25979/stat : 25979 (java) S 25965 25965 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418113069 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431878501360 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25980] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25980/stat : 25980 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113072 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431877449936 140432379504539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25981] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25981/stat : 25981 (java) S 25965 25965 24366 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 418113072 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431876397552 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25982] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25982/stat : 25982 (java) S 25965 25965 24366 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418113072 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431758322288 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25983] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25983/stat : 25983 (java) R 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113072 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431757269744 140432379497090 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25984] ppid=25965 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/25967/task/25984/stat : 25984 (java) R 25965 25965 24366 0 -1 4202560 356 0 0 0 1 0 0 0 20 0 20 0 418113072 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431756217200 140432379497878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25985] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25985/stat : 25985 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113072 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431755163872 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25986] ppid=25965 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25967/task/25986/stat : 25986 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113072 28904845312 7267 33554432000 4194304 4196468 140725399175008 140431754111408 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30520 KiB

[startup+0.210453 s]*
/proc/loadavg: 7.64 6.62 3.99 2/214 25986
/proc/meminfo: memFree=30231416/32770624 swapFree=66916604/67108860
[pid=25965] ppid=25962 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25965/stat : 25965 (xcsp3-exec) S 25962 25965 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418113066 115843072 363 33554432000 4194304 5098028 140722180272832 140722180270936 140348474163836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13332480 140722180277112 140722180277353 140722180277353 140722180280266 0
/proc/25965/statm: 28282 363 304 221 0 87 0
[pid=25967] ppid=25965 vsize=28227388 memory=40976 CPUtime=0.34 cores=0-7
/proc/25967/stat : 25967 (java) S 25965 25965 24366 0 -1 1077944320 9533 0 0 0 31 3 0 0 20 0 20 0 418113066 28904845312 10244 33554432000 4194304 4196468 140725399175008 140725399157552 140432379485943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
/proc/25967/statm: 7056847 10244 3239 1 0 7019032 0
[pid=25967/tid=25968] ppid=25965 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/25967/task/25968/stat : 25968 (java) R 25965 25965 24366 0 -1 4202560 6673 0 0 0 18 1 0 0 20 0 20 0 418113066 28904845312 10244 33554432000 4194304 4196468 140725399175008 140432383723968 140432379507869 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25969] ppid=25965 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/25967/task/25969/stat : 25969 (java) S 25965 25965 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431930992912 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25970] ppid=25965 vsize=28227388 memory=139873082999009 CPUtime=0 cores=0-7
/proc/25967/task/25970/stat : 25970 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431929940368 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25971] ppid=25965 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25967/task/25971/stat : 25971 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431928887824 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25972] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25972/stat : 25972 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431927835280 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25973] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25973/stat : 25973 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431926782736 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25974] ppid=25965 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25967/task/25974/stat : 25974 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431925730192 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25975] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25975/stat : 25975 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431924677648 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25976] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25976/stat : 25976 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431923625104 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25977] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25977/stat : 25977 (java) S 25965 25965 24366 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418113069 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431880607728 140432379497090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25978] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25978/stat : 25978 (java) S 25965 25965 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418113069 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431879553952 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25979] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25979/stat : 25979 (java) S 25965 25965 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418113069 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431878501360 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25980] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25980/stat : 25980 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113072 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431877449936 140432379504539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25981] ppid=25965 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/25967/task/25981/stat : 25981 (java) S 25965 25965 24366 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 20 0 418113072 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431876397552 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25982] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25982/stat : 25982 (java) S 25965 25965 24366 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 20 0 418113072 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431758322288 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25983] ppid=25965 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/25967/task/25983/stat : 25983 (java) S 25965 25965 24366 0 -1 1077944384 140 0 0 0 1 0 0 0 20 0 20 0 418113072 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431757269744 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25984] ppid=25965 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/25967/task/25984/stat : 25984 (java) R 25965 25965 24366 0 -1 4202560 765 0 0 0 7 0 0 0 20 0 20 0 418113072 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431756211552 140432358415166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25985] ppid=25965 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25985/stat : 25985 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113072 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431755163872 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25986] ppid=25965 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25967/task/25986/stat : 25986 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113072 28904845312 10244 33554432000 4194304 4196468 140725399175008 140431754111408 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42428 KiB

[startup+0.310192 s]*
/proc/loadavg: 7.64 6.62 3.99 3/214 25986
/proc/meminfo: memFree=30225708/32770624 swapFree=66916604/67108860
[pid=25965] ppid=25962 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25965/stat : 25965 (xcsp3-exec) S 25962 25965 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418113066 115843072 363 33554432000 4194304 5098028 140722180272832 140722180270936 140348474163836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13332480 140722180277112 140722180277353 140722180277353 140722180280266 0
/proc/25965/statm: 28282 363 304 221 0 87 0
[pid=25967] ppid=25965 vsize=28231644 memory=49760 CPUtime=0.51 cores=0-7
/proc/25967/stat : 25967 (java) S 25965 25965 24366 0 -1 1077944320 10778 0 0 0 48 3 0 0 20 0 20 0 418113066 28909203456 12440 33554432000 4194304 4196468 140725399175008 140725399157552 140432379485943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
/proc/25967/statm: 7057911 12440 3358 1 0 7019032 0
[pid=25967/tid=25968] ppid=25965 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25967/task/25968/stat : 25968 (java) R 25965 25965 24366 0 -1 4202560 7736 0 0 0 27 2 0 0 20 0 20 0 418113066 28909203456 12440 33554432000 4194304 4196468 140725399175008 140432383717056 140432372163957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25969] ppid=25965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25969/stat : 25969 (java) S 25965 25965 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418113067 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431930992912 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25970] ppid=25965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25970/stat : 25970 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431929940368 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25971] ppid=25965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25971/stat : 25971 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431928887824 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25972] ppid=25965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25972/stat : 25972 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431927835280 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25973] ppid=25965 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/25967/task/25973/stat : 25973 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431926782736 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25974] ppid=25965 vsize=28231644 memory=139872924955567 CPUtime=0 cores=0-7
/proc/25967/task/25974/stat : 25974 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431925730192 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25975] ppid=25965 vsize=28231644 memory=139872924957872 CPUtime=0 cores=0-7
/proc/25967/task/25975/stat : 25975 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113067 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431924677648 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25976] ppid=25965 vsize=28231644 memory=139872924960176 CPUtime=0 cores=0-7
/proc/25967/task/25976/stat : 25976 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431923625104 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25977] ppid=25965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25977/stat : 25977 (java) S 25965 25965 24366 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418113069 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431880607728 140432379497090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25978] ppid=25965 vsize=28231644 memory=279745849927312 CPUtime=0 cores=0-7
/proc/25967/task/25978/stat : 25978 (java) S 25965 25965 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418113069 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431879553952 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25979] ppid=25965 vsize=28231644 memory=279745849934224 CPUtime=0 cores=0-7
/proc/25967/task/25979/stat : 25979 (java) S 25965 25965 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418113069 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431878501360 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25980] ppid=25965 vsize=28231644 memory=279745849875376 CPUtime=0 cores=0-7
/proc/25967/task/25980/stat : 25980 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113072 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431877449936 140432379504539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25981] ppid=25965 vsize=28231644 memory=279745849948048 CPUtime=0.03 cores=0-7
/proc/25967/task/25981/stat : 25981 (java) R 25965 25965 24366 0 -1 4202560 560 0 0 0 3 0 0 0 20 0 20 0 418113072 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431876387936 140432363459526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25982] ppid=25965 vsize=28231644 memory=279745849954960 CPUtime=0.01 cores=0-7
/proc/25967/task/25982/stat : 25982 (java) S 25965 25965 24366 0 -1 1077944384 156 0 0 0 1 0 0 0 20 0 20 0 418113072 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431758322288 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25983] ppid=25965 vsize=28231644 memory=279745849952656 CPUtime=0.03 cores=0-7
/proc/25967/task/25983/stat : 25983 (java) S 25965 25965 24366 0 -1 1077944384 152 0 0 0 3 0 0 0 20 0 20 0 418113072 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431757269744 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25984] ppid=25965 vsize=28231644 memory=279745849968816 CPUtime=0.12 cores=0-7
/proc/25967/task/25984/stat : 25984 (java) R 25965 25965 24366 0 -1 4202560 862 0 0 0 12 0 0 0 20 0 20 0 418113072 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431756217200 140432363648352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25985] ppid=25965 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25985/stat : 25985 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113072 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431755163872 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25986] ppid=25965 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/25967/task/25986/stat : 25986 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113072 28909203456 12440 33554432000 4194304 4196468 140725399175008 140431754111408 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51212 KiB

[startup+0.700961 s]
/proc/loadavg: 7.03 6.51 3.97 4/214 25986
/proc/meminfo: memFree=30210028/32770624 swapFree=66916604/67108860
[pid=25965] ppid=25962 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25965/stat : 25965 (xcsp3-exec) S 25962 25965 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418113066 115843072 363 33554432000 4194304 5098028 140722180272832 140722180270936 140348474163836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13332480 140722180277112 140722180277353 140722180277353 140722180280266 0
/proc/25965/statm: 28282 363 304 221 0 87 0
[pid=25967] ppid=25965 vsize=28233768 memory=78988 CPUtime=1.51 cores=0-7
/proc/25967/stat : 25967 (java) S 25965 25965 24366 0 -1 1077944320 14512 0 0 0 146 5 0 0 20 0 20 0 418113066 28911378432 19747 33554432000 4194304 4196468 140725399175008 140725399157552 140432379485943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
/proc/25967/statm: 7058442 19747 3450 1 0 7019544 0
[pid=25967/tid=25968] ppid=25965 vsize=28233768 memory=279745850326704 CPUtime=0.67 cores=0-7
/proc/25967/task/25968/stat : 25968 (java) R 25965 25965 24366 0 -1 4202560 9432 0 0 0 64 3 0 0 20 0 20 0 418113066 28911378432 19747 33554432000 4194304 4196468 140725399175008 140432383722688 140432016968711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25969] ppid=25965 vsize=28233768 memory=139872925164400 CPUtime=0 cores=0-7
/proc/25967/task/25969/stat : 25969 (java) S 25965 25965 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418113067 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431930992912 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25970] ppid=25965 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25970/stat : 25970 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431929940368 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25971] ppid=25965 vsize=28233768 memory=5996 CPUtime=0 cores=0-7
/proc/25967/task/25971/stat : 25971 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431928887824 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25972] ppid=25965 vsize=28233768 memory=8300 CPUtime=0 cores=0-7
/proc/25967/task/25972/stat : 25972 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431927835280 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25973] ppid=25965 vsize=28233768 memory=776 CPUtime=0 cores=0-7
/proc/25967/task/25973/stat : 25973 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431926782736 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25974] ppid=25965 vsize=28233768 memory=14012 CPUtime=0 cores=0-7
/proc/25967/task/25974/stat : 25974 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431925730192 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25975] ppid=25965 vsize=28233768 memory=20584 CPUtime=0 cores=0-7
/proc/25967/task/25975/stat : 25975 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113067 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431924677648 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25976] ppid=25965 vsize=28233768 memory=12036 CPUtime=0 cores=0-7
/proc/25967/task/25976/stat : 25976 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431923625104 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25977] ppid=25965 vsize=28233768 memory=2116 CPUtime=0 cores=0-7
/proc/25967/task/25977/stat : 25977 (java) S 25965 25965 24366 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418113069 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431880607728 140432379497090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25978] ppid=25965 vsize=28233768 memory=500 CPUtime=0 cores=0-7
/proc/25967/task/25978/stat : 25978 (java) S 25965 25965 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418113069 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431879553952 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25979] ppid=25965 vsize=28233768 memory=1556 CPUtime=0 cores=0-7
/proc/25967/task/25979/stat : 25979 (java) S 25965 25965 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418113069 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431878501360 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25980] ppid=25965 vsize=28233768 memory=928 CPUtime=0 cores=0-7
/proc/25967/task/25980/stat : 25980 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113072 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431877449936 140432379504539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25981] ppid=25965 vsize=28233768 memory=0 CPUtime=0.12 cores=0-7
/proc/25967/task/25981/stat : 25981 (java) S 25965 25965 24366 0 -1 1077944384 715 0 0 0 12 0 0 0 20 0 20 0 418113072 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431876397552 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25982] ppid=25965 vsize=28233768 memory=4000 CPUtime=0.13 cores=0-7
/proc/25967/task/25982/stat : 25982 (java) S 25965 25965 24366 0 -1 1077944384 645 0 0 0 13 0 0 0 20 0 20 0 418113072 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431758322288 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25983] ppid=25965 vsize=28233768 memory=2828 CPUtime=0.16 cores=0-7
/proc/25967/task/25983/stat : 25983 (java) R 25965 25965 24366 0 -1 4202560 606 0 0 0 16 0 0 0 20 0 20 0 418113072 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431757261696 140432365514708 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25984] ppid=25965 vsize=28233768 memory=1712 CPUtime=0.4 cores=0-7
/proc/25967/task/25984/stat : 25984 (java) R 25965 25965 24366 0 -1 4202560 1803 0 0 0 40 0 0 0 20 0 20 0 418113072 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431756215600 140432371723070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25985] ppid=25965 vsize=28233768 memory=1156 CPUtime=0 cores=0-7
/proc/25967/task/25985/stat : 25985 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113072 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431755163872 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25986] ppid=25965 vsize=28233768 memory=944 CPUtime=0 cores=0-7
/proc/25967/task/25986/stat : 25986 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113072 28911378432 19747 33554432000 4194304 4196468 140725399175008 140431754111408 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 28346896 KiB
Current children cumulated memory: 80440 KiB

[startup+1.25655 s]
# the end of solver process 25965 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=4.1906 s, system=0.132695 s

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

[startup+0.801116 s]
/proc/loadavg: 7.03 6.51 3.97 4/214 25986
/proc/meminfo: memFree=30210028/32770624 swapFree=66916604/67108860
[pid=25965] ppid=25962 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25965/stat : 25965 (xcsp3-exec) S 25962 25965 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418113066 115843072 363 33554432000 4194304 5098028 140722180272832 140722180270936 140348474163836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13332480 140722180277112 140722180277353 140722180277353 140722180280266 0
/proc/25965/statm: 28282 363 304 221 0 87 0
[pid=25967] ppid=25965 vsize=28235816 memory=95028 CPUtime=1.87 cores=0-7
/proc/25967/stat : 25967 (java) S 25965 25965 24366 0 -1 1077944320 15433 0 0 0 182 5 0 0 20 0 20 0 418113066 28913475584 23757 33554432000 4194304 4196468 140725399175008 140725399157552 140432379485943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
/proc/25967/statm: 7058954 23757 3454 1 0 7020056 0
[pid=25967/tid=25968] ppid=25965 vsize=28235816 memory=5787213827130353767 CPUtime=0.77 cores=0-7
/proc/25967/task/25968/stat : 25968 (java) R 25965 25965 24366 0 -1 4202560 9583 0 0 0 74 3 0 0 20 0 20 0 418113066 28913475584 23757 33554432000 4194304 4196468 140725399175008 140432383723640 140432363566430 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25969] ppid=25965 vsize=28235816 memory=4641332576728924256 CPUtime=0 cores=0-7
/proc/25967/task/25969/stat : 25969 (java) S 25965 25965 24366 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418113067 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431930992912 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25970] ppid=25965 vsize=28235816 memory=4638778398332764256 CPUtime=0 cores=0-7
/proc/25967/task/25970/stat : 25970 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431929940368 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25971] ppid=25965 vsize=28235816 memory=-7242455096852575424 CPUtime=0 cores=0-7
/proc/25967/task/25971/stat : 25971 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431928887824 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25972] ppid=25965 vsize=28235816 memory=-9109189289656491381 CPUtime=0 cores=0-7
/proc/25967/task/25972/stat : 25972 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431927835280 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25973] ppid=25965 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25973/stat : 25973 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431926782736 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25974] ppid=25965 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25974/stat : 25974 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431925730192 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25975] ppid=25965 vsize=28235816 memory=279745849790016 CPUtime=0 cores=0-7
/proc/25967/task/25975/stat : 25975 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113067 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431924677648 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25976] ppid=25965 vsize=28235816 memory=-9178176117151205470 CPUtime=0 cores=0-7
/proc/25967/task/25976/stat : 25976 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113067 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431923625104 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25977] ppid=25965 vsize=28235816 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25977/stat : 25977 (java) S 25965 25965 24366 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418113069 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431880607728 140432379497090 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25978] ppid=25965 vsize=28235816 memory=1296 CPUtime=0 cores=0-7
/proc/25967/task/25978/stat : 25978 (java) S 25965 25965 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418113069 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431879553952 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25979] ppid=25965 vsize=28235816 memory=620 CPUtime=0 cores=0-7
/proc/25967/task/25979/stat : 25979 (java) S 25965 25965 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418113069 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431878501360 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25980] ppid=25965 vsize=28235816 memory=4000 CPUtime=0 cores=0-7
/proc/25967/task/25980/stat : 25980 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113072 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431877449936 140432379504539 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25981] ppid=25965 vsize=28235816 memory=2828 CPUtime=0.2 cores=0-7
/proc/25967/task/25981/stat : 25981 (java) R 25965 25965 24366 0 -1 4202560 1116 0 0 0 20 0 0 0 20 0 20 0 418113072 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431876390184 140432357878169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25982] ppid=25965 vsize=28235816 memory=1712 CPUtime=0.19 cores=0-7
/proc/25967/task/25982/stat : 25982 (java) S 25965 25965 24366 0 -1 1077944384 802 0 0 0 19 0 0 0 20 0 20 0 418113072 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431758322288 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25983] ppid=25965 vsize=28235816 memory=1156 CPUtime=0.2 cores=0-7
/proc/25967/task/25983/stat : 25983 (java) S 25965 25965 24366 0 -1 1077944384 634 0 0 0 20 0 0 0 20 0 20 0 418113072 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431757269744 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25984] ppid=25965 vsize=28235816 memory=944 CPUtime=0.47 cores=0-7
/proc/25967/task/25984/stat : 25984 (java) R 25965 25965 24366 0 -1 4202560 1987 0 0 0 47 0 0 0 20 0 20 0 418113072 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431756217200 140432379507290 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25985] ppid=25965 vsize=28235816 memory=1552 CPUtime=0 cores=0-7
/proc/25967/task/25985/stat : 25985 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418113072 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431755163872 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25986] ppid=25965 vsize=28235816 memory=1052 CPUtime=0 cores=0-7
/proc/25967/task/25986/stat : 25986 (java) S 25965 25965 24366 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418113072 28913475584 23757 33554432000 4194304 4196468 140725399175008 140431754111408 140432379497090 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 28348944 KiB
Current children cumulated memory: 96480 KiB

[startup+1.20107 s]
/proc/loadavg: 7.03 6.51 3.97 7/222 26010
/proc/meminfo: memFree=30101608/32770624 swapFree=66916604/67108860
[pid=25965] ppid=25962 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25965/stat : 25965 (xcsp3-exec) S 25962 25965 24366 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418113066 115843072 363 33554432000 4194304 5098028 140722180272832 140722180270936 140348474163836 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 13332480 140722180277112 140722180277353 140722180277353 140722180280266 0
/proc/25965/statm: 28282 363 304 221 0 87 0
[pid=25967] ppid=25965 vsize=28834892 memory=224844 CPUtime=4.24 cores=0-7
/proc/25967/stat : 25967 (java) S 25965 25965 24366 0 -1 1077944320 28790 0 0 0 413 11 0 0 20 0 19 0 418113066 29526929408 56211 33554432000 4194304 4196468 140725399175008 140725399157552 140432379485943 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
/proc/25967/statm: 7208723 56211 3472 1 0 7169825 0
[pid=25967/tid=25968] ppid=25965 vsize=28834892 memory=0 CPUtime=0.78 cores=0-7
/proc/25967/task/25968/stat : 25968 (java) S 25965 25965 24366 0 -1 1077944384 9634 0 0 0 75 3 0 0 20 0 19 0 418113066 29526929408 56211 33554432000 4194304 4196468 140725399175008 140432383728784 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25969] ppid=25965 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25969/stat : 25969 (java) S 25965 25965 24366 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 19 0 418113067 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431930992912 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25970] ppid=25965 vsize=28834892 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/25967/task/25970/stat : 25970 (java) S 25965 25965 24366 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 19 0 418113067 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431929940368 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25971] ppid=25965 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25971/stat : 25971 (java) S 25965 25965 24366 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 418113067 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431928887824 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25972] ppid=25965 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25972/stat : 25972 (java) S 25965 25965 24366 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 418113067 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431927835280 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25973] ppid=25965 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25973/stat : 25973 (java) S 25965 25965 24366 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 19 0 418113067 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431926782736 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25974] ppid=25965 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25974/stat : 25974 (java) S 25965 25965 24366 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 19 0 418113067 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431925730192 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25975] ppid=25965 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25975/stat : 25975 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 418113067 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431924677648 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25976] ppid=25965 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25976/stat : 25976 (java) S 25965 25965 24366 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 19 0 418113067 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431923625104 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25977] ppid=25965 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25977/stat : 25977 (java) S 25965 25965 24366 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 418113069 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431880607936 140432379497090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25978] ppid=25965 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25978/stat : 25978 (java) S 25965 25965 24366 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 418113069 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431879553952 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25979] ppid=25965 vsize=28834892 memory=301741373374332954 CPUtime=0 cores=0-7
/proc/25967/task/25979/stat : 25979 (java) S 25965 25965 24366 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 418113069 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431878501360 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25980] ppid=25965 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/25967/task/25980/stat : 25980 (java) S 25965 25965 24366 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 418113072 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431877448704 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25981] ppid=25965 vsize=28834892 memory=7451599657023597417 CPUtime=0.49 cores=0-7
/proc/25967/task/25981/stat : 25981 (java) R 25965 25965 24366 0 -1 4202560 3816 0 0 0 48 1 0 0 20 0 19 0 418113072 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431876383576 140432358733299 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25982] ppid=25965 vsize=28834892 memory=0 CPUtime=0.5 cores=0-7
/proc/25967/task/25982/stat : 25982 (java) S 25965 25965 24366 0 -1 1077944384 2997 0 0 0 50 0 0 0 20 0 19 0 418113072 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431758301296 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25983] ppid=25965 vsize=28834892 memory=1 CPUtime=0.48 cores=0-7
/proc/25967/task/25983/stat : 25983 (java) R 25965 25965 24366 0 -1 4202560 4418 0 0 0 47 1 0 0 20 0 19 0 418113072 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431757254408 140432364598107 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25984] ppid=25965 vsize=28834892 memory=6656426216303648864 CPUtime=0.69 cores=0-7
/proc/25967/task/25984/stat : 25984 (java) S 25965 25965 24366 0 -1 1077944384 4400 0 0 0 68 1 0 0 20 0 19 0 418113072 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431756213456 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
[pid=25967/tid=25985] ppid=25965 vsize=28834892 memory=2436 CPUtime=0 cores=0-7
/proc/25967/task/25985/stat : 25985 (java) S 25965 25965 24366 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 418113072 29526929408 56211 33554432000 4194304 4196468 140725399175008 140431755163872 140432379496149 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37036032 140725399180266 140725399180438 140725399180438 140725399183311 0
Current children cumulated CPU time: 4.24 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 226296 KiB

Child status: 0
Real time (s): 1.2566
CPU time (s): 4.3233
CPU user time (s): 4.1906
CPU system time (s): 0.132695
CPU usage (%): 344.047
Max. virtual memory (cumulated for all children) (KiB): 28948020
Max. memory (cumulated for all children) (KiB): 226296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.1906
system time used= 0.132695
maximum resident set size= 227900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29796
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4850
involuntary context switches= 54


# summary of solver processes directly reported to runsolver:
#   pid: 25965
#   total CPU time (s): 4.3233
#   total CPU user time (s): 4.1906
#   total CPU system time (s): 0.132695

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031273 second user time and 0.060286 second system time

The end

Launcher Data

Begin job on node134 at 2019-09-14 01:49:44
IDJOB=4393863
IDBENCH=115842
IDSOLVER=2841
FILE ID=node134/4393863-1568418625
RUNJOBID= node134-1568416726-24393
PBS_JOBID= 21702257
Free space on /tmp= 59576 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-9.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-4393863-1568418625/watcher-4393863-1568418625 -o /tmp/evaluation-result-4393863-1568418625/solver-4393863-1568418625 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1568416726-24393 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1426430 HOME/instance-4393863-1568418625.xml

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

MD5SUM BENCH= b1b903d633c720775ef1eb29649a113f
RANDOM SEED=1426430

node134.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.76
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.76
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.76
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.76
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:        30259584 kB
MemAvailable:   31792912 kB
Buffers:          192460 kB
Cached:          1607560 kB
SwapCached:        90624 kB
Active:           496848 kB
Inactive:        1395280 kB
Active(anon):      24872 kB
Inactive(anon):   106568 kB
Active(file):     471976 kB
Inactive(file):  1288712 kB
Unevictable:      110920 kB
Mlocked:          110920 kB
SwapTotal:      67108860 kB
SwapFree:       66916604 kB
Dirty:             26156 kB
Writeback:             0 kB
AnonPages:        112312 kB
Mapped:            43412 kB
Shmem:             31048 kB
Slab:             207052 kB
SReclaimable:     176952 kB
SUnreclaim:        30100 kB
KernelStack:        3456 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498024 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59552 MiB
End job on node134 at 2019-09-14 01:49:45