Trace number 4393843

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 parallelOPT26 160.68 22.9761

General information on the benchmark

NameLowAutocorrelation/LowAutocorrelation-m1-s1/
LowAutocorrelation-020.xml
MD5SUM8d1019e9f102c0840a0dc4bc65e6ddfe
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark23.245
Satisfiable
(Un)Satisfiability was proved
Number of variables419
Number of constraints228
Number of domains39
Minimum domain size2
Maximum domain size39
Distribution of domain sizes[{"size":2,"count":211},{"size":3,"count":2},{"size":4,"count":1},{"size":5,"count":2},{"size":6,"count":1},{"size":7,"count":2},{"size":8,"count":1},{"size":9,"count":2},{"size":10,"count":1},{"size":11,"count":2},{"size":12,"count":1},{"size":13,"count":2},{"size":14,"count":1},{"size":15,"count":2},{"size":16,"count":1},{"size":17,"count":2},{"size":18,"count":1},{"size":19,"count":2},{"size":20,"count":1},{"size":21,"count":1},{"size":23,"count":1},{"size":25,"count":1},{"size":27,"count":1},{"size":29,"count":1},{"size":31,"count":1},{"size":33,"count":1},{"size":35,"count":1},{"size":37,"count":1},{"size":39,"count":1}]
Minimum variable degree0
Maximum variable degree19
Distribution of variable degrees[{"degree":0,"count":171},{"degree":2,"count":228},{"degree":19,"count":20}]
Minimum constraint arity2
Maximum constraint arity20
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":191},{"arity":4,"count":1},{"arity":5,"count":1},{"arity":6,"count":1},{"arity":7,"count":1},{"arity":8,"count":1},{"arity":9,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":12,"count":1},{"arity":13,"count":1},{"arity":14,"count":1},{"arity":15,"count":1},{"arity":16,"count":1},{"arity":17,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":1}]
Number of extensional constraints0
Number of intensional constraints209
Distribution of constraint types[{"type":"intension","count":209},{"type":"sum","count":19}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393843-1568428898.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393843-1568428898.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
2.37/0.98	c solve instance...
2.85/1.06	o 2470 
2.85/1.06	o 1786 
2.85/1.09	o 1722 
2.85/1.10	o 1310 
2.85/1.11	o 138 
3.48/1.11	o 86 
3.48/1.15	o 66 
4.91/1.35	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (283/294)
4.91/1.35		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
4.91/1.35		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
4.91/1.35		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
4.91/1.35		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
4.91/1.35		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
4.91/1.35	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (283/294)
4.91/1.35		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
4.91/1.35		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
4.91/1.35		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
4.91/1.35		at org.chocosolver.solver.Solver.repair(Solver.java:443)
4.91/1.35		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
4.91/1.35		at org.chocosolver.solver.Solver.solve(Solver.java:262)
4.91/1.35		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
4.91/1.35		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
4.91/1.35		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
4.91/1.35		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
4.91/1.35		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
4.91/1.35		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
4.91/1.35		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
4.91/1.35		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
4.91/1.35		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
4.91/1.35		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
4.91/1.35	o 54 
7.27/1.62	o 50 
10.36/2.03	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (0/3)
10.36/2.03		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
10.36/2.03		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
10.36/2.03		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
10.36/2.03		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
10.36/2.03		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
10.36/2.03	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (0/3)
10.36/2.03		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
10.36/2.03		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
10.36/2.03		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
10.36/2.03		at org.chocosolver.solver.Solver.repair(Solver.java:443)
10.36/2.03		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
10.36/2.03		at org.chocosolver.solver.Solver.solve(Solver.java:262)
10.36/2.03		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
10.36/2.03		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
10.36/2.03		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
10.36/2.03		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
10.36/2.03		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
10.36/2.03		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
10.36/2.03		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
10.36/2.03		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
10.36/2.03		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
10.36/2.03		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
10.36/2.03	o 46 
12.67/2.32	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
12.67/2.32	prop(mul_exp_13.EQ.y[0][12]) of ARITHM ([prop(mul_exp_13.EQ.y[0][12])])
12.67/2.32		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
12.67/2.32		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
12.67/2.32		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
12.67/2.32		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
12.67/2.32		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
12.67/2.32	Caused by: org.chocosolver.solver.exception.SolverException: Try to passivate a propagator already passive or reified.
12.67/2.32	prop(mul_exp_13.EQ.y[0][12]) of ARITHM ([prop(mul_exp_13.EQ.y[0][12])])
12.67/2.32		at org.chocosolver.solver.constraints.Propagator.setPassive(Propagator.java:546)
12.67/2.32		at org.chocosolver.solver.constraints.binary.PropEqualX_Y.propagate(PropEqualX_Y.java:95)
12.67/2.32		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:175)
12.67/2.32		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:48)
12.67/2.32		at org.chocosolver.solver.Solver.propagate(Solver.java:403)
12.67/2.32		at org.chocosolver.solver.Solver.searchLoop(Solver.java:293)
12.67/2.32		at org.chocosolver.solver.Solver.solve(Solver.java:262)
12.67/2.32		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
12.67/2.32		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
12.67/2.32		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
12.67/2.32		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
12.67/2.32		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
12.67/2.32		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
12.67/2.32		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.67/2.32		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.67/2.32		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.67/2.32		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.67/2.32	o 42 
14.24/2.55	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (175/187)
14.24/2.55		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
14.24/2.55		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
14.24/2.55		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
14.24/2.55		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
14.24/2.56		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
14.24/2.56	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (175/187)
14.24/2.56		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
14.24/2.56		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
14.24/2.56		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
14.24/2.56		at org.chocosolver.solver.Solver.repair(Solver.java:443)
14.24/2.56		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
14.24/2.56		at org.chocosolver.solver.Solver.solve(Solver.java:262)
14.24/2.56		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
14.24/2.56		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
14.24/2.56		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
14.24/2.56		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
14.24/2.56		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
14.24/2.56		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
14.24/2.56		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
14.24/2.56		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
14.24/2.56		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
14.24/2.56		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
14.24/2.56	o 26 
160.25/22.96	java.util.concurrent.ExecutionException: java.lang.NullPointerException
160.25/22.96		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
160.25/22.96		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
160.25/22.96		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
160.25/22.96		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
160.25/22.96		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
160.25/22.96	Caused by: java.lang.NullPointerException
160.25/22.96		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
160.25/22.96		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
160.25/22.96		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
160.25/22.96		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
160.25/22.96		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
160.25/22.96		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1005)
160.25/22.96		... 4 more
160.25/22.96	Caused by: java.lang.NullPointerException
160.25/22.96		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
160.25/22.96		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
160.25/22.96		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
160.25/22.96		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
160.25/22.96		at java.util.concurrent.ForkJoinTask.getThrowableException(ForkJoinTask.java:598)
160.25/22.96		at java.util.concurrent.ForkJoinTask.reportException(ForkJoinTask.java:677)
160.25/22.96		at java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:735)
160.25/22.96		at java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:160)
160.25/22.96		at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:174)
160.25/22.96		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
160.25/22.96		at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
160.25/22.96		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:583)
160.25/22.96		at org.chocosolver.solver.ParallelPortfolio.lambda$solve$1(ParallelPortfolio.java:200)
160.25/22.96		at java.util.concurrent.ForkJoinTask$AdaptedRunnableAction.exec(ForkJoinTask.java:1386)
160.25/22.96		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
160.25/22.96		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
160.25/22.96		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
160.25/22.96		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
160.25/22.96	Caused by: java.lang.NullPointerException
160.25/22.96		at org.chocosolver.solver.propagation.PropagationEngine.schedule(PropagationEngine.java:278)
160.25/22.96		at org.chocosolver.solver.propagation.PropagationEngine.manageModifications(PropagationEngine.java:222)
160.25/22.96		at org.chocosolver.solver.propagation.PropagationEngine.propagate(PropagationEngine.java:181)
160.25/22.96		at org.chocosolver.solver.search.loop.propagate.PropagateBasic.execute(PropagateBasic.java:46)
160.25/22.96		at org.chocosolver.solver.Solver.restart(Solver.java:603)
160.25/22.96		at org.chocosolver.solver.search.loop.move.MoveRestart.restart(MoveRestart.java:135)
160.25/22.96		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:84)
160.25/22.96		at org.chocosolver.solver.search.loop.move.MoveRestart.extend(MoveRestart.java:82)
160.25/22.96		at org.chocosolver.solver.Solver.extend(Solver.java:421)
160.25/22.96		at org.chocosolver.solver.Solver.searchLoop(Solver.java:297)
160.25/22.96		at org.chocosolver.solver.Solver.solve(Solver.java:262)
160.25/22.96		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
160.25/22.96		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
160.25/22.96		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
160.25/22.96		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
160.25/22.96		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
160.25/22.96		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
160.25/22.96		... 4 more
160.25/22.96	s OPTIMUM FOUND
160.25/22.96	v <instantiation>
160.25/22.96	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[0][12] y[0][13] y[0][14] y[0][15] y[0][16] y[0][17] y[0][18] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[1][12] y[1][13] y[1][14] y[1][15] y[1][16] y[1][17] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[2][12] y[2][13] y[2][14] y[2][15] y[2][16] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[3][12] y[3][13] y[3][14] y[3][15] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[4][12] y[4][13] y[4][14] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[5][12] y[5][13] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[6][12] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[7][9] y[7][10] y[7][11] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] y[8][9] y[8][10] y[9][0] y[9][1] y[9][2] y[9][3] y[9][4] y[9][5] y[9][6] y[9][7] y[9][8] y[9][9] y[10][0] y[10][1] y[10][2] y[10][3] y[10][4] y[10][5] y[10][6] y[10][7] y[10][8] y[11][0] y[11][1] y[11][2] y[11][3] y[11][4] y[11][5] y[11][6] y[11][7] y[12][0] y[12][1] y[12][2] y[12][3] y[12][4] y[12][5] y[12][6] y[13][0] y[13][1] y[13][2] y[13][3] y[13][4] y[13][5] y[14][0] y[14][1] y[14][2] y[14][3] y[14][4] y[15][0] y[15][1] y[15][2] y[15][3] y[16][0] y[16][1] y[16][2] y[17][0] y[17][1] y[18][0] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] </list>
160.25/22.96	v 	<values>-1 -1 -1 -1 -1 1 -1 1 1 1 -1 1 -1 -1 1 1 1 -1 -1 1 1 1 1 1 -1 -1 -1 1 1 -1 -1 -1 1 -1 1 1 -1 1 -1 1 1 1 -1 1 1 -1 1 -1 1 1 -1 -1 -1 1 -1 -1 -1 1 1 -1 1 -1 1 -1 -1 1 -1 1 1 -1 -1 -1 -1 1 1 -1 1 -1 -1 1 1 1 -1 -1 -1 1 -1 1 -1 1 -1 1 -1 -1 -1 -1 -1 -1 -1 1 -1 1 1 1 1 1 -1 -1 -1 1 1 1 -1 1 1 -1 -1 1 -1 -1 -1 -1 1 -1 -1 1 1 1 1 1 -1 -1 -1 -1 1 -1 1 -1 -1 1 1 -1 1 1 -1 1 -1 1 1 1 -1 1 -1 -1 -1 1 -1 1 1 -1 1 -1 -1 -1 1 -1 1 1 -1 -1 1 1 -1 1 1 1 -1 -1 -1 -1 1 1 1 -1 -1 -1 1 -1 -1 -1 -1 -1 1 1 1 -1 -1 1 1 -1 -1 1 1 -1 1 1 -1 1 -1 -1 1 0 -1 0 -3 0 -1 0 -1 0 1 0 -3 0 -1 0 1 0 -1 1 0 1 0 9 0 1 0 1 0 1 0 9 0 1 0 1 0 1 </values>
160.25/22.96	v </instantiation>

Verifier Data

OK	26

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393843-1568428898/watcher-4393843-1568428898 -o /tmp/evaluation-result-4393843-1568428898/solver-4393843-1568428898 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node143-1568425676-7549 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1925082528 HOME/instance-4393843-1568428898.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=8753, runsolver pid=8750
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 7.24 7.72 7.81 2/212 8774
/proc/meminfo: memFree=24278052/32770624 swapFree=67108848/67108860
[pid=8753] ppid=8750 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8753/stat : 8753 (xcsp3-exec) S 8750 8753 7522 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418827165 115843072 363 33554432000 4194304 5098028 140729622237120 140729622235224 140484089897596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21393408 140729622242165 140729622242409 140729622242409 140729622245322 0
/proc/8753/statm: 28282 363 304 221 0 87 0
[pid=8755] ppid=8753 vsize=28227388 memory=30100 CPUtime=0.12 cores=0-7
/proc/8755/stat : 8755 (java) S 8753 8753 7522 0 -1 1077944320 5485 0 0 0 11 1 0 0 20 0 20 0 418827165 28904845312 7525 33554432000 4194304 4196468 140735333326272 140735333308816 140217890717431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
/proc/8755/statm: 7056847 7525 3118 1 0 7019032 0
[pid=8755/tid=8756] ppid=8753 vsize=28227388 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/8755/task/8756/stat : 8756 (java) R 8753 8753 7522 0 -1 4202560 3404 0 0 0 8 0 0 0 20 0 20 0 418827166 28904845312 7525 33554432000 4194304 4196468 140735333326272 140217894944032 140217890739357 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8757] ppid=8753 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8755/task/8757/stat : 8757 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 7525 33554432000 4194304 4196468 140735333326272 140217810570000 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8758] ppid=8753 vsize=28227388 memory=139650012141184 CPUtime=0 cores=0-7
/proc/8755/task/8758/stat : 8758 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 7525 33554432000 4194304 4196468 140735333326272 140217809517456 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8759] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8759/stat : 8759 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 7525 33554432000 4194304 4196468 140735333326272 140217808464912 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8760] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8760/stat : 8760 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 7525 33554432000 4194304 4196468 140735333326272 140217807412368 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8761] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8761/stat : 8761 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 7525 33554432000 4194304 4196468 140735333326272 140217806358800 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8762] ppid=8753 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8755/task/8762/stat : 8762 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 7525 33554432000 4194304 4196468 140735333326272 140217805306256 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8763] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8763/stat : 8763 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 7525 33554432000 4194304 4196468 140735333326272 140217804253712 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8764] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8764/stat : 8764 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 7525 33554432000 4194304 4196468 140735333326272 140217803201168 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8765] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8765/stat : 8765 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827168 28904845312 7525 33554432000 4194304 4196468 140735333326272 140216488962544 140217890728578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8766] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8766/stat : 8766 (java) S 8753 8753 7522 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418827169 28904845312 7525 33554432000 4194304 4196468 140735333326272 140216487908768 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8767] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8767/stat : 8767 (java) S 8753 8753 7522 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418827169 28904845312 7525 33554432000 4194304 4196468 140735333326272 140216486856176 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8768] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8768/stat : 8768 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827171 28904845312 7525 33554432000 4194304 4196468 140735333326272 140216485804752 140217890736027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8769] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8769/stat : 8769 (java) S 8753 8753 7522 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 418827171 28904845312 7525 33554432000 4194304 4196468 140735333326272 140216484751344 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8770] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8770/stat : 8770 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418827171 28904845312 7525 33554432000 4194304 4196468 140735333326272 140216483698800 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8771] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8771/stat : 8771 (java) S 8753 8753 7522 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418827171 28904845312 7525 33554432000 4194304 4196468 140735333326272 140216482646256 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8772] ppid=8753 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8755/task/8772/stat : 8772 (java) R 8753 8753 7522 0 -1 4202560 344 0 0 0 1 0 0 0 20 0 20 0 418827171 28904845312 7525 33554432000 4194304 4196468 140735333326272 140216481593712 140217869686941 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8773] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8773/stat : 8773 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418827171 28904845312 7525 33554432000 4194304 4196468 140735333326272 140216480541408 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8774] ppid=8753 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8755/task/8774/stat : 8774 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827172 28904845312 7525 33554432000 4194304 4196468 140735333326272 140216479488944 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31552 KiB

[startup+0.210367 s]*
/proc/loadavg: 7.24 7.72 7.81 4/212 8774
/proc/meminfo: memFree=24266424/32770624 swapFree=67108848/67108860
[pid=8753] ppid=8750 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8753/stat : 8753 (xcsp3-exec) S 8750 8753 7522 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418827165 115843072 363 33554432000 4194304 5098028 140729622237120 140729622235224 140484089897596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21393408 140729622242165 140729622242409 140729622242409 140729622245322 0
/proc/8753/statm: 28282 363 304 221 0 87 0
[pid=8755] ppid=8753 vsize=28227388 memory=41096 CPUtime=0.34 cores=0-7
/proc/8755/stat : 8755 (java) S 8753 8753 7522 0 -1 1077944320 9055 0 0 0 31 3 0 0 20 0 20 0 418827165 28904845312 10274 33554432000 4194304 4196468 140735333326272 140735333308816 140217890717431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
/proc/8755/statm: 7056847 10274 3248 1 0 7019032 0
[pid=8755/tid=8756] ppid=8753 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/8755/task/8756/stat : 8756 (java) R 8753 8753 7522 0 -1 4202560 6223 0 0 0 18 2 0 0 20 0 20 0 418827166 28904845312 10274 33554432000 4194304 4196468 140735333326272 140217894951552 140217872279751 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8757] ppid=8753 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/8755/task/8757/stat : 8757 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 10274 33554432000 4194304 4196468 140735333326272 140217810570000 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8758] ppid=8753 vsize=28227388 memory=139650012150194 CPUtime=0 cores=0-7
/proc/8755/task/8758/stat : 8758 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 10274 33554432000 4194304 4196468 140735333326272 140217809517456 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8759] ppid=8753 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8755/task/8759/stat : 8759 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 10274 33554432000 4194304 4196468 140735333326272 140217808464912 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8760] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8760/stat : 8760 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 10274 33554432000 4194304 4196468 140735333326272 140217807412368 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8761] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8761/stat : 8761 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 10274 33554432000 4194304 4196468 140735333326272 140217806358800 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8762] ppid=8753 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8755/task/8762/stat : 8762 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 10274 33554432000 4194304 4196468 140735333326272 140217805306256 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8763] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8763/stat : 8763 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 10274 33554432000 4194304 4196468 140735333326272 140217804253712 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8764] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8764/stat : 8764 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28904845312 10274 33554432000 4194304 4196468 140735333326272 140217803201168 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8765] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8765/stat : 8765 (java) S 8753 8753 7522 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418827168 28904845312 10274 33554432000 4194304 4196468 140735333326272 140216488962544 140217890728578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8766] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8766/stat : 8766 (java) S 8753 8753 7522 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418827169 28904845312 10274 33554432000 4194304 4196468 140735333326272 140216487908768 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8767] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8767/stat : 8767 (java) S 8753 8753 7522 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418827169 28904845312 10274 33554432000 4194304 4196468 140735333326272 140216486856176 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8768] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8768/stat : 8768 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827171 28904845312 10274 33554432000 4194304 4196468 140735333326272 140216485804752 140217890736027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8769] ppid=8753 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/8755/task/8769/stat : 8769 (java) R 8753 8753 7522 0 -1 1077944384 449 0 0 0 2 0 0 0 20 0 20 0 418827171 28904845312 10274 33554432000 4194304 4196468 140735333326272 140216484751344 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8770] ppid=8753 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8755/task/8770/stat : 8770 (java) S 8753 8753 7522 0 -1 1077944384 234 0 0 0 1 0 0 0 20 0 20 0 418827171 28904845312 10274 33554432000 4194304 4196468 140735333326272 140216483698800 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8771] ppid=8753 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8755/task/8771/stat : 8771 (java) S 8753 8753 7522 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 20 0 418827171 28904845312 10274 33554432000 4194304 4196468 140735333326272 140216482646256 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8772] ppid=8753 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/8755/task/8772/stat : 8772 (java) R 8753 8753 7522 0 -1 4202560 704 0 0 0 7 0 0 0 20 0 20 0 418827171 28904845312 10274 33554432000 4194304 4196468 140735333326272 140216481593712 140217882954558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8773] ppid=8753 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8773/stat : 8773 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418827171 28904845312 10274 33554432000 4194304 4196468 140735333326272 140216480541408 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8774] ppid=8753 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8755/task/8774/stat : 8774 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827172 28904845312 10274 33554432000 4194304 4196468 140735333326272 140216479488944 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42548 KiB

[startup+0.309772 s]*
/proc/loadavg: 7.24 7.72 7.81 5/212 8774
/proc/meminfo: memFree=24260020/32770624 swapFree=67108848/67108860
[pid=8753] ppid=8750 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8753/stat : 8753 (xcsp3-exec) S 8750 8753 7522 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418827165 115843072 363 33554432000 4194304 5098028 140729622237120 140729622235224 140484089897596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21393408 140729622242165 140729622242409 140729622242409 140729622245322 0
/proc/8753/statm: 28282 363 304 221 0 87 0
[pid=8755] ppid=8753 vsize=28231644 memory=49952 CPUtime=0.52 cores=0-7
/proc/8755/stat : 8755 (java) S 8753 8753 7522 0 -1 1077944320 10378 0 0 0 48 4 0 0 20 0 20 0 418827165 28909203456 12488 33554432000 4194304 4196468 140735333326272 140735333308816 140217890717431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
/proc/8755/statm: 7057911 12488 3358 1 0 7019032 0
[pid=8755/tid=8756] ppid=8753 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/8755/task/8756/stat : 8756 (java) R 8753 8753 7522 0 -1 4202560 7337 0 0 0 26 3 0 0 20 0 20 0 418827166 28909203456 12488 33554432000 4194304 4196468 140735333326272 140217894948544 140217874797918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8757] ppid=8753 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8757/stat : 8757 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28909203456 12488 33554432000 4194304 4196468 140735333326272 140217810570000 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8758] ppid=8753 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8758/stat : 8758 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827167 28909203456 12488 33554432000 4194304 4196468 140735333326272 140217809517456 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8759] ppid=8753 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8759/stat : 8759 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418827167 28909203456 12488 33554432000 4194304 4196468 140735333326272 140217808464912 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8760] ppid=8753 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8760/stat : 8760 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28909203456 12488 33554432000 4194304 4196468 140735333326272 140217807412368 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8761] ppid=8753 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8761/stat : 8761 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28909203456 12488 33554432000 4194304 4196468 140735333326272 140217806358800 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8762] ppid=8753 vsize=28231644 memory=139649855089327 CPUtime=0 cores=0-7
/proc/8755/task/8762/stat : 8762 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827167 28909203456 12488 33554432000 4194304 4196468 140735333326272 140217805306256 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8763] ppid=8753 vsize=28231644 memory=139649855091632 CPUtime=0 cores=0-7
/proc/8755/task/8763/stat : 8763 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28909203456 12488 33554432000 4194304 4196468 140735333326272 140217804253712 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8764] ppid=8753 vsize=28231644 memory=139649855093936 CPUtime=0 cores=0-7
/proc/8755/task/8764/stat : 8764 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28909203456 12488 33554432000 4194304 4196468 140735333326272 140217803201168 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8765] ppid=8753 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8765/stat : 8765 (java) S 8753 8753 7522 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418827168 28909203456 12488 33554432000 4194304 4196468 140735333326272 140216488962544 140217890728578 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8766] ppid=8753 vsize=28231644 memory=279299710201744 CPUtime=0 cores=0-7
/proc/8755/task/8766/stat : 8766 (java) S 8753 8753 7522 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418827169 28909203456 12488 33554432000 4194304 4196468 140735333326272 140216487908768 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8767] ppid=8753 vsize=28231644 memory=279299710199440 CPUtime=0 cores=0-7
/proc/8755/task/8767/stat : 8767 (java) S 8753 8753 7522 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418827169 28909203456 12488 33554432000 4194304 4196468 140735333326272 140216486856176 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8768] ppid=8753 vsize=28231644 memory=279299710206352 CPUtime=0 cores=0-7
/proc/8755/task/8768/stat : 8768 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827171 28909203456 12488 33554432000 4194304 4196468 140735333326272 140216485804752 140217890736027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8769] ppid=8753 vsize=28231644 memory=279299710147632 CPUtime=0.04 cores=0-7
/proc/8755/task/8769/stat : 8769 (java) R 8753 8753 7522 0 -1 4202560 552 0 0 0 4 0 0 0 20 0 20 0 418827171 28909203456 12488 33554432000 4194304 4196468 140735333326272 140216484749744 140217872261951 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8770] ppid=8753 vsize=28231644 memory=279299710220176 CPUtime=0.02 cores=0-7
/proc/8755/task/8770/stat : 8770 (java) S 8753 8753 7522 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 20 0 418827171 28909203456 12488 33554432000 4194304 4196468 140735333326272 140216483698800 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8771] ppid=8753 vsize=28231644 memory=279299710227088 CPUtime=0.02 cores=0-7
/proc/8755/task/8771/stat : 8771 (java) S 8753 8753 7522 0 -1 1077944384 159 0 0 0 2 0 0 0 20 0 20 0 418827171 28909203456 12488 33554432000 4194304 4196468 140735333326272 140216482646256 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8772] ppid=8753 vsize=28231644 memory=279299710224784 CPUtime=0.12 cores=0-7
/proc/8755/task/8772/stat : 8772 (java) S 8753 8753 7522 0 -1 1077944384 787 0 0 0 12 0 0 0 20 0 20 0 418827171 28909203456 12488 33554432000 4194304 4196468 140735333326272 140216481593712 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8773] ppid=8753 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8773/stat : 8773 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418827171 28909203456 12488 33554432000 4194304 4196468 140735333326272 140216480541408 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8774] ppid=8753 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/8755/task/8774/stat : 8774 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827172 28909203456 12488 33554432000 4194304 4196468 140735333326272 140216479488944 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51404 KiB

[startup+0.700893 s]
/proc/loadavg: 7.24 7.72 7.81 3/212 8774
/proc/meminfo: memFree=24249268/32770624 swapFree=67108848/67108860
[pid=8753] ppid=8750 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8753/stat : 8753 (xcsp3-exec) S 8750 8753 7522 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418827165 115843072 363 33554432000 4194304 5098028 140729622237120 140729622235224 140484089897596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21393408 140729622242165 140729622242409 140729622242409 140729622245322 0
/proc/8753/statm: 28282 363 304 221 0 87 0
[pid=8755] ppid=8753 vsize=28233768 memory=85824 CPUtime=1.55 cores=0-7
/proc/8755/stat : 8755 (java) S 8753 8753 7522 0 -1 1077944320 14650 0 0 0 149 6 0 0 20 0 20 0 418827165 28911378432 21456 33554432000 4194304 4196468 140735333326272 140735333308816 140217890717431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
/proc/8755/statm: 7058442 21456 3452 1 0 7019544 0
[pid=8755/tid=8756] ppid=8753 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/8755/task/8756/stat : 8756 (java) R 8753 8753 7522 0 -1 4202560 8856 0 0 0 64 3 0 0 20 0 20 0 418827166 28911378432 21456 33554432000 4194304 4196468 140735333326272 140217894953712 140217482251663 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8757] ppid=8753 vsize=28233768 memory=139649855300464 CPUtime=0 cores=0-7
/proc/8755/task/8757/stat : 8757 (java) S 8753 8753 7522 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418827167 28911378432 21456 33554432000 4194304 4196468 140735333326272 140217810570000 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8758] ppid=8753 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8758/stat : 8758 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418827167 28911378432 21456 33554432000 4194304 4196468 140735333326272 140217809517456 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8759] ppid=8753 vsize=28233768 memory=7180 CPUtime=0 cores=0-7
/proc/8755/task/8759/stat : 8759 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418827167 28911378432 21456 33554432000 4194304 4196468 140735333326272 140217808464912 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0

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

[pid=8755/tid=8772] ppid=8753 vsize=28834892 memory=0 CPUtime=1.32 cores=0-7
/proc/8755/task/8772/stat : 8772 (java) S 8753 8753 7522 0 -1 1077944384 7842 0 0 0 130 2 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216481593712 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8773] ppid=8753 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8773/stat : 8773 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216480541408 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8774] ppid=8753 vsize=28834892 memory=0 CPUtime=0 cores=0-7
/proc/8755/task/8774/stat : 8774 (java) S 8753 8753 7522 0 -1 1077944384 921 0 0 0 0 0 0 0 20 0 28 0 418827172 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216479488944 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8871] ppid=8753 vsize=28834892 memory=22244 CPUtime=18.19 cores=0-7
/proc/8755/task/8871/stat : 8871 (java) R 8753 8753 7522 0 -1 4202560 1428 0 0 0 1817 2 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216467126848 140217479696837 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8872] ppid=8753 vsize=28834892 memory=111636 CPUtime=18.89 cores=0-7
/proc/8755/task/8872/stat : 8872 (java) R 8753 8753 7522 0 -1 4202560 574 0 0 0 1889 0 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216466076232 140217486761079 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8873] ppid=8753 vsize=28834892 memory=804 CPUtime=18.12 cores=0-7
/proc/8755/task/8873/stat : 8873 (java) R 8753 8753 7522 0 -1 4202560 5411 0 0 0 1804 8 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216462917152 140217490510890 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8874] ppid=8753 vsize=28834892 memory=1804 CPUtime=18.32 cores=0-7
/proc/8755/task/8874/stat : 8874 (java) R 8753 8753 7522 0 -1 4202560 1071 0 0 0 1831 1 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216459759344 140217485924087 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8875] ppid=8753 vsize=28834892 memory=916 CPUtime=18.13 cores=0-7
/proc/8755/task/8875/stat : 8875 (java) R 8753 8753 7522 0 -1 4202560 1335 0 0 0 1811 2 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216460812096 140217486261583 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8876] ppid=8753 vsize=28834892 memory=4428 CPUtime=18.66 cores=0-7
/proc/8755/task/8876/stat : 8876 (java) R 8753 8753 7522 0 -1 4202560 889 0 0 0 1865 1 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216468183584 140217871560377 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8877] ppid=8753 vsize=28834892 memory=4096 CPUtime=18.48 cores=0-7
/proc/8755/task/8877/stat : 8877 (java) R 8753 8753 7522 0 -1 4202560 866 0 0 0 1847 1 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216465022960 140217485923150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8878] ppid=8753 vsize=28834892 memory=1412 CPUtime=0.58 cores=0-7
/proc/8755/task/8878/stat : 8878 (java) S 8753 8753 7522 0 -1 1077944384 21 0 0 0 58 0 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216461870416 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
Current children cumulated CPU time: 153.25 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 684512 KiB

[startup+22.7011 s]
/proc/loadavg: 6.81 7.57 7.76 8/221 8880
/proc/meminfo: memFree=23624604/32770624 swapFree=67108848/67108860
[pid=8753] ppid=8750 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8753/stat : 8753 (xcsp3-exec) S 8750 8753 7522 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418827165 115843072 363 33554432000 4194304 5098028 140729622237120 140729622235224 140484089897596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21393408 140729622242165 140729622242409 140729622242409 140729622245322 0
/proc/8753/statm: 28282 363 304 221 0 87 0
[pid=8755] ppid=8753 vsize=28834892 memory=683060 CPUtime=158.84 cores=0-7
/proc/8755/stat : 8755 (java) S 8753 8753 7522 0 -1 1077944320 91998 0 0 0 15815 69 0 0 20 0 28 0 418827165 29526929408 170765 33554432000 4194304 4196468 140735333326272 140735333308816 140217890717431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
/proc/8755/statm: 7208723 170765 3535 1 0 7169825 0
[pid=8755/tid=8756] ppid=8753 vsize=28834892 memory=-9109213556524817781 CPUtime=1 cores=0-7
/proc/8755/task/8756/stat : 8756 (java) S 8753 8753 7522 0 -1 1077944384 9122 0 0 0 95 5 0 0 20 0 28 0 418827166 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217894958208 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8757] ppid=8753 vsize=28834892 memory=0 CPUtime=0.07 cores=0-7
/proc/8755/task/8757/stat : 8757 (java) S 8753 8753 7522 0 -1 1077944384 211 0 0 0 5 2 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217810570000 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8758] ppid=8753 vsize=28834892 memory=3924 CPUtime=0.09 cores=0-7
/proc/8755/task/8758/stat : 8758 (java) S 8753 8753 7522 0 -1 1077944384 978 0 0 0 7 2 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217809517456 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8759] ppid=8753 vsize=28834892 memory=41228 CPUtime=0.09 cores=0-7
/proc/8755/task/8759/stat : 8759 (java) S 8753 8753 7522 0 -1 1077944384 357 0 0 0 7 2 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217808464912 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8760] ppid=8753 vsize=28834892 memory=1228 CPUtime=0.1 cores=0-7
/proc/8755/task/8760/stat : 8760 (java) S 8753 8753 7522 0 -1 1077944384 2441 0 0 0 8 2 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217807412368 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8761] ppid=8753 vsize=28834892 memory=2352 CPUtime=0.13 cores=0-7
/proc/8755/task/8761/stat : 8761 (java) S 8753 8753 7522 0 -1 1077944384 1426 0 0 0 10 3 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217806358800 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8762] ppid=8753 vsize=28834892 memory=1792 CPUtime=0.09 cores=0-7
/proc/8755/task/8762/stat : 8762 (java) S 8753 8753 7522 0 -1 1077944384 1002 0 0 0 7 2 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217805306256 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8763] ppid=8753 vsize=28834892 memory=8612 CPUtime=0.12 cores=0-7
/proc/8755/task/8763/stat : 8763 (java) S 8753 8753 7522 0 -1 1077944384 326 0 0 0 9 3 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217804253712 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8764] ppid=8753 vsize=28834892 memory=1192 CPUtime=0.11 cores=0-7
/proc/8755/task/8764/stat : 8764 (java) S 8753 8753 7522 0 -1 1077944384 1349 0 0 0 8 3 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217803201168 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8765] ppid=8753 vsize=28834892 memory=1452 CPUtime=0.04 cores=0-7
/proc/8755/task/8765/stat : 8765 (java) S 8753 8753 7522 0 -1 1077944384 1410 0 0 0 3 1 0 0 20 0 28 0 418827168 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216488962544 140217890728578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8766] ppid=8753 vsize=28834892 memory=683060 CPUtime=0 cores=0-7
/proc/8755/task/8766/stat : 8766 (java) S 8753 8753 7522 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 418827169 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216487908832 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8767] ppid=8753 vsize=28834892 memory=668696 CPUtime=0 cores=0-7
/proc/8755/task/8767/stat : 8767 (java) S 8753 8753 7522 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 418827169 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216486856192 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8768] ppid=8753 vsize=28834892 memory=1964 CPUtime=0 cores=0-7
/proc/8755/task/8768/stat : 8768 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216485804752 140217890736027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8769] ppid=8753 vsize=28834892 memory=0 CPUtime=3.66 cores=0-7
/proc/8755/task/8769/stat : 8769 (java) S 8753 8753 7522 0 -1 1077944384 14901 0 0 0 362 4 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216484751344 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8770] ppid=8753 vsize=28834892 memory=0 CPUtime=3.93 cores=0-7
/proc/8755/task/8770/stat : 8770 (java) S 8753 8753 7522 0 -1 1077944384 13955 0 0 0 390 3 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216483698800 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8771] ppid=8753 vsize=28834892 memory=4048 CPUtime=4.11 cores=0-7
/proc/8755/task/8771/stat : 8771 (java) S 8753 8753 7522 0 -1 1077944384 20692 0 0 0 404 7 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216482646256 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8772] ppid=8753 vsize=28834892 memory=5536 CPUtime=1.32 cores=0-7
/proc/8755/task/8772/stat : 8772 (java) S 8753 8753 7522 0 -1 1077944384 7842 0 0 0 130 2 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216481593712 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8773] ppid=8753 vsize=28834892 memory=4540 CPUtime=0 cores=0-7
/proc/8755/task/8773/stat : 8773 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216480541408 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8774] ppid=8753 vsize=28834892 memory=752 CPUtime=0 cores=0-7
/proc/8755/task/8774/stat : 8774 (java) S 8753 8753 7522 0 -1 1077944384 921 0 0 0 0 0 0 0 20 0 28 0 418827172 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216479488944 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8871] ppid=8753 vsize=28834892 memory=1636 CPUtime=18.99 cores=0-7
/proc/8755/task/8871/stat : 8871 (java) R 8753 8753 7522 0 -1 4202560 1434 0 0 0 1897 2 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216467126984 140217487674284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8872] ppid=8753 vsize=28834892 memory=812 CPUtime=19.69 cores=0-7
/proc/8755/task/8872/stat : 8872 (java) R 8753 8753 7522 0 -1 4202560 574 0 0 0 1969 0 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216466076232 140217489147546 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8873] ppid=8753 vsize=28834892 memory=1840 CPUtime=18.92 cores=0-7
/proc/8755/task/8873/stat : 8873 (java) R 8753 8753 7522 0 -1 4202560 5421 0 0 0 1884 8 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216462917040 140217490509873 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8874] ppid=8753 vsize=28834892 memory=1384 CPUtime=19.12 cores=0-7
/proc/8755/task/8874/stat : 8874 (java) R 8753 8753 7522 0 -1 4202560 1072 0 0 0 1911 1 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216459759592 140217491032613 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8875] ppid=8753 vsize=28834892 memory=7180 CPUtime=18.93 cores=0-7
/proc/8755/task/8875/stat : 8875 (java) R 8753 8753 7522 0 -1 4202560 1336 0 0 0 1891 2 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216460812968 140217487195505 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8876] ppid=8753 vsize=28834892 memory=41228 CPUtime=19.46 cores=0-7
/proc/8755/task/8876/stat : 8876 (java) R 8753 8753 7522 0 -1 4202560 905 0 0 0 1945 1 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216468183472 140217490521194 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8877] ppid=8753 vsize=28834892 memory=1228 CPUtime=19.28 cores=0-7
/proc/8755/task/8877/stat : 8877 (java) R 8753 8753 7522 0 -1 4202560 868 0 0 0 1927 1 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216465023096 140217487436543 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8878] ppid=8753 vsize=28834892 memory=2352 CPUtime=0.58 cores=0-7
/proc/8755/task/8878/stat : 8878 (java) S 8753 8753 7522 0 -1 1077944384 21 0 0 0 58 0 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216461870416 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
Current children cumulated CPU time: 158.84 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 684512 KiB

[startup+22.9011 s]
/proc/loadavg: 6.81 7.57 7.76 8/221 8880
/proc/meminfo: memFree=23624604/32770624 swapFree=67108848/67108860
[pid=8753] ppid=8750 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8753/stat : 8753 (xcsp3-exec) S 8750 8753 7522 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418827165 115843072 363 33554432000 4194304 5098028 140729622237120 140729622235224 140484089897596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 21393408 140729622242165 140729622242409 140729622242409 140729622245322 0
/proc/8753/statm: 28282 363 304 221 0 87 0
[pid=8755] ppid=8753 vsize=28834892 memory=683060 CPUtime=160.25 cores=0-7
/proc/8755/stat : 8755 (java) S 8753 8753 7522 0 -1 1077944320 92008 0 0 0 15956 69 0 0 20 0 28 0 418827165 29526929408 170765 33554432000 4194304 4196468 140735333326272 140735333308816 140217890717431 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
/proc/8755/statm: 7208723 170765 3535 1 0 7169825 0
[pid=8755/tid=8756] ppid=8753 vsize=28834892 memory=1452 CPUtime=1 cores=0-7
/proc/8755/task/8756/stat : 8756 (java) S 8753 8753 7522 0 -1 1077944384 9122 0 0 0 95 5 0 0 20 0 28 0 418827166 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217894958208 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8757] ppid=8753 vsize=28834892 memory=668696 CPUtime=0.07 cores=0-7
/proc/8755/task/8757/stat : 8757 (java) S 8753 8753 7522 0 -1 1077944384 211 0 0 0 5 2 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217810570000 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8758] ppid=8753 vsize=28834892 memory=4872558044660077418 CPUtime=0.09 cores=0-7
/proc/8755/task/8758/stat : 8758 (java) S 8753 8753 7522 0 -1 1077944384 978 0 0 0 7 2 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217809517456 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8759] ppid=8753 vsize=28834892 memory=8112282956445269571 CPUtime=0.09 cores=0-7
/proc/8755/task/8759/stat : 8759 (java) S 8753 8753 7522 0 -1 1077944384 357 0 0 0 7 2 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217808464912 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8760] ppid=8753 vsize=28834892 memory=689888 CPUtime=0.1 cores=0-7
/proc/8755/task/8760/stat : 8760 (java) S 8753 8753 7522 0 -1 1077944384 2441 0 0 0 8 2 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217807412368 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8761] ppid=8753 vsize=28834892 memory=111636 CPUtime=0.13 cores=0-7
/proc/8755/task/8761/stat : 8761 (java) S 8753 8753 7522 0 -1 1077944384 1426 0 0 0 10 3 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217806358800 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8762] ppid=8753 vsize=28834892 memory=804 CPUtime=0.09 cores=0-7
/proc/8755/task/8762/stat : 8762 (java) S 8753 8753 7522 0 -1 1077944384 1002 0 0 0 7 2 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217805306256 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8763] ppid=8753 vsize=28834892 memory=1804 CPUtime=0.12 cores=0-7
/proc/8755/task/8763/stat : 8763 (java) S 8753 8753 7522 0 -1 1077944384 326 0 0 0 9 3 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217804253712 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8764] ppid=8753 vsize=28834892 memory=916 CPUtime=0.11 cores=0-7
/proc/8755/task/8764/stat : 8764 (java) S 8753 8753 7522 0 -1 1077944384 1349 0 0 0 8 3 0 0 20 0 28 0 418827167 29526929408 170765 33554432000 4194304 4196468 140735333326272 140217803201168 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8765] ppid=8753 vsize=28834892 memory=4428 CPUtime=0.04 cores=0-7
/proc/8755/task/8765/stat : 8765 (java) S 8753 8753 7522 0 -1 1077944384 1410 0 0 0 3 1 0 0 20 0 28 0 418827168 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216488962544 140217890728578 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8766] ppid=8753 vsize=28834892 memory=4096 CPUtime=0 cores=0-7
/proc/8755/task/8766/stat : 8766 (java) S 8753 8753 7522 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 28 0 418827169 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216487908832 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8767] ppid=8753 vsize=28834892 memory=2241 CPUtime=0 cores=0-7
/proc/8755/task/8767/stat : 8767 (java) S 8753 8753 7522 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 418827169 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216486856192 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8768] ppid=8753 vsize=28834892 memory=1100 CPUtime=0 cores=0-7
/proc/8755/task/8768/stat : 8768 (java) S 8753 8753 7522 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216485804752 140217890736027 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8769] ppid=8753 vsize=28834892 memory=15208 CPUtime=3.66 cores=0-7
/proc/8755/task/8769/stat : 8769 (java) S 8753 8753 7522 0 -1 1077944384 14901 0 0 0 362 4 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216484751344 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8770] ppid=8753 vsize=28834892 memory=24880 CPUtime=3.93 cores=0-7
/proc/8755/task/8770/stat : 8770 (java) S 8753 8753 7522 0 -1 1077944384 13955 0 0 0 390 3 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216483698800 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8771] ppid=8753 vsize=28834892 memory=4048 CPUtime=4.11 cores=0-7
/proc/8755/task/8771/stat : 8771 (java) S 8753 8753 7522 0 -1 1077944384 20692 0 0 0 404 7 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216482646256 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8772] ppid=8753 vsize=28834892 memory=14288 CPUtime=1.32 cores=0-7
/proc/8755/task/8772/stat : 8772 (java) S 8753 8753 7522 0 -1 1077944384 7842 0 0 0 130 2 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216481593712 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 38 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8773] ppid=8753 vsize=28834892 memory=504 CPUtime=0 cores=0-7
/proc/8755/task/8773/stat : 8773 (java) S 8753 8753 7522 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418827171 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216480541408 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8774] ppid=8753 vsize=28834892 memory=1728 CPUtime=0 cores=0-7
/proc/8755/task/8774/stat : 8774 (java) S 8753 8753 7522 0 -1 1077944384 921 0 0 0 0 0 0 0 20 0 28 0 418827172 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216479488944 140217890728578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 36 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8871] ppid=8753 vsize=28834892 memory=924 CPUtime=19.19 cores=0-7
/proc/8755/task/8871/stat : 8871 (java) R 8753 8753 7522 0 -1 4202560 1434 0 0 0 1917 2 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216467126984 140217487671021 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8872] ppid=8753 vsize=28834892 memory=2376 CPUtime=19.89 cores=0-7
/proc/8755/task/8872/stat : 8872 (java) R 8753 8753 7522 0 -1 4202560 574 0 0 0 1989 0 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216466076232 140217485923923 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8873] ppid=8753 vsize=28834892 memory=2212 CPUtime=19.12 cores=0-7
/proc/8755/task/8873/stat : 8873 (java) R 8753 8753 7522 0 -1 4202560 5429 0 0 0 1904 8 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216462917040 140217490510865 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8874] ppid=8753 vsize=28834892 memory=4276 CPUtime=19.32 cores=0-7
/proc/8755/task/8874/stat : 8874 (java) R 8753 8753 7522 0 -1 4202560 1072 0 0 0 1931 1 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216459759592 140217488969504 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8875] ppid=8753 vsize=28834892 memory=1536 CPUtime=19.13 cores=0-7
/proc/8755/task/8875/stat : 8875 (java) R 8753 8753 7522 0 -1 4202560 1337 0 0 0 1911 2 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216460812968 140217489672420 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8876] ppid=8753 vsize=28834892 memory=932 CPUtime=19.66 cores=0-7
/proc/8755/task/8876/stat : 8876 (java) R 8753 8753 7522 0 -1 4202560 906 0 0 0 1965 1 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216468183472 140217485524629 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8877] ppid=8753 vsize=28834892 memory=2241 CPUtime=19.48 cores=0-7
/proc/8755/task/8877/stat : 8877 (java) R 8753 8753 7522 0 -1 4202560 868 0 0 0 1947 1 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216465023096 140217486228534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
[pid=8755/tid=8878] ppid=8753 vsize=28834892 memory=1452 CPUtime=0.58 cores=0-7
/proc/8755/task/8878/stat : 8878 (java) S 8753 8753 7522 0 -1 1077944384 21 0 0 0 58 0 0 0 20 0 28 0 418827421 29526929408 170765 33554432000 4194304 4196468 140735333326272 140216461870416 140217890727637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33624064 140735333331946 140735333332118 140735333332118 140735333334991 0
Current children cumulated CPU time: 160.25 s
Current children cumulated vsize: 28948020 KiB
Current children cumulated memory: 684512 KiB

Child status: 0
Real time (s): 22.9761
CPU time (s): 160.68
CPU user time (s): 159.966
CPU system time (s): 0.713596
CPU usage (%): 699.336
Max. virtual memory (cumulated for all children) (KiB): 28950476
Max. memory (cumulated for all children) (KiB): 693588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.966
system time used= 0.713596
maximum resident set size= 692292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93162
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7127
involuntary context switches= 1685


# summary of solver processes directly reported to runsolver:
#   pid: 8753
#   total CPU time (s): 160.68
#   total CPU user time (s): 159.966
#   total CPU system time (s): 0.713596

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.217314 second user time and 0.294699 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-14 04:40:57
IDJOB=4393843
IDBENCH=127062
IDSOLVER=2841
FILE ID=node143/4393843-1568428898
RUNJOBID= node143-1568425676-7549
PBS_JOBID= 21702285
Free space on /tmp= 59272 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/LowAutocorrelation/LowAutocorrelation-m1-s1/LowAutocorrelation-020.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-4393843-1568428898/watcher-4393843-1568428898 -o /tmp/evaluation-result-4393843-1568428898/solver-4393843-1568428898 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node143-1568425676-7549 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1925082528 HOME/instance-4393843-1568428898.xml

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

MD5SUM BENCH= 8d1019e9f102c0840a0dc4bc65e6ddfe
RANDOM SEED=1925082528

node143.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.73
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.73
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.73
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.73
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:        24294284 kB
MemAvailable:   31754328 kB
Buffers:          204216 kB
Cached:          7545160 kB
SwapCached:            8 kB
Active:          2147512 kB
Inactive:        5653692 kB
Active(anon):       5872 kB
Inactive(anon):   145036 kB
Active(file):    2141640 kB
Inactive(file):  5508656 kB
Unevictable:      107264 kB
Mlocked:          107264 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             25900 kB
Writeback:             0 kB
AnonPages:        158724 kB
Mapped:            47936 kB
Shmem:             90756 kB
Slab:             267016 kB
SReclaimable:     238208 kB
SUnreclaim:        28808 kB
KernelStack:        3472 kB
PageTables:         5696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 59248 MiB
End job on node143 at 2019-09-14 04:41:20