Trace number 4394571

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 parallelOPT1003 220.012 54.4367

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-02.xml
MD5SUM917d2a52bc099bc665a23ef7a1bbabd2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1003
Best CPU time to get the best result obtained on this benchmark85.0464
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax 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-4394571-1568433980.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394571-1568433980.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.71/0.47	c solve instance...
0.71/0.50	o 60 
1.01/0.52	o 67 
1.01/0.52	o 97 
1.01/0.52	o 378 
1.01/0.53	o 418 
1.01/0.57	o 419 
1.01/0.57	o 422 
1.01/0.58	o 448 
1.01/0.58	o 467 
1.01/0.59	o 505 
1.01/0.59	o 585 
1.01/0.60	o 589 
1.41/0.61	o 612 
1.41/0.61	o 635 
1.41/0.62	o 640 
1.41/0.62	o 643 
1.41/0.62	o 645 
1.41/0.63	o 650 
1.41/0.63	o 668 
1.41/0.64	o 673 
1.41/0.64	o 682 
1.41/0.64	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
1.41/0.64		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.41/0.64		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.41/0.64		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.41/0.64		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.41/0.64		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.41/0.64	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
1.41/0.64		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.41/0.64		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.41/0.64		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.41/0.64		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.41/0.64		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.41/0.64		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.41/0.64		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.41/0.64		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.41/0.64		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.41/0.64		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.41/0.64		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.41/0.64		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.41/0.64		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.41/0.64		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.41/0.64		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.41/0.64		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.41/0.64	o 690 
1.41/0.66	o 701 
1.41/0.66	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/40)
1.41/0.66		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.41/0.66		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.41/0.66		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.41/0.66		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.41/0.66		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.41/0.66	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/40)
1.41/0.66		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.41/0.66		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.41/0.66		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.41/0.66		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.41/0.66		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.41/0.66		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.41/0.66		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.41/0.66		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.41/0.66		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.41/0.66		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.41/0.66		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.41/0.66		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.41/0.66		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.41/0.66		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.41/0.66		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.41/0.66		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.41/0.66	o 705 
1.41/0.67	o 708 
1.41/0.67	o 709 
1.41/0.68	o 713 
1.41/0.69	o 719 
1.41/0.69	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
1.41/0.69		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.41/0.69		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.41/0.69		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.41/0.69		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.41/0.69		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.41/0.69	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
1.41/0.69		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.41/0.69		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.41/0.69		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.41/0.69		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.41/0.69		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.41/0.69		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.41/0.69		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.41/0.69		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.41/0.69		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.41/0.69		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.41/0.69		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.41/0.69		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.41/0.69		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.41/0.69		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.41/0.69		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.41/0.69		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.41/0.69	o 725 
1.41/0.70	o 732 
2.00/0.71	o 749 
2.00/0.72	o 764 
2.00/0.73	o 770 
2.00/0.73	o 790 
2.00/0.75	o 794 
2.00/0.77	o 795 
2.00/0.79	o 822 
2.00/0.79	o 828 
2.00/0.80	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (41/43)
2.00/0.80		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.00/0.80		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.00/0.80		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.00/0.80		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.00/0.80		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.00/0.80	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (41/43)
2.00/0.80		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.00/0.80		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.00/0.80		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.00/0.80		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.00/0.80		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.00/0.80		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.00/0.80		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.00/0.80		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.00/0.80		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.00/0.80		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.00/0.80		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.00/0.80		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.00/0.80		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.00/0.80		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.00/0.80		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.00/0.80		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.00/0.80	o 856 
2.59/0.80	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
2.59/0.80		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.59/0.80		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.59/0.80		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.59/0.80		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.59/0.80		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.59/0.80	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
2.59/0.80		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.59/0.80		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.59/0.80		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.59/0.80		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.59/0.80		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.59/0.80		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.59/0.80		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.59/0.80		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.59/0.80		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.59/0.80		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.59/0.80		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.59/0.80		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.59/0.80		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.59/0.80		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.59/0.80		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.59/0.80		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.59/0.80	o 888 
2.59/0.81	o 889 
2.59/0.82	o 907 
2.59/0.85	o 909 
2.59/0.86	o 911 
2.59/0.86	o 915 
2.59/0.87	o 930 
2.59/0.89	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
2.59/0.89		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
2.59/0.89		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
2.59/0.89		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
2.59/0.89		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
2.59/0.89		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
2.59/0.89	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (37/39)
2.59/0.89		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
2.59/0.89		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
2.59/0.89		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
2.59/0.89		at org.chocosolver.solver.Solver.repair(Solver.java:443)
2.59/0.89		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
2.59/0.89		at org.chocosolver.solver.Solver.solve(Solver.java:262)
2.59/0.89		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
2.59/0.89		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
2.59/0.89		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
2.59/0.89		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
2.59/0.89		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
2.59/0.89		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
2.59/0.89		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
2.59/0.89		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
2.59/0.89		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
2.59/0.89		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
2.59/0.89	o 953 
3.33/0.97	o 959 
4.15/1.03	o 963 
4.15/1.09	o 965 
4.87/1.12	o 969 
4.87/1.15	o 976 
4.87/1.16	o 982 
5.53/1.21	o 987 
5.53/1.23	o 1003 
219.82/54.39	s OPTIMUM FOUND
219.82/54.39	v <instantiation>
219.82/54.39	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] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
219.82/54.39	v 	<values>1 0 0 0 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 1 1 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 </values>
219.82/54.39	v </instantiation>

Verifier Data

OK	1003

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394571-1568433980/watcher-4394571-1568433980 -o /tmp/evaluation-result-4394571-1568433980/solver-4394571-1568433980 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1568426152-22892 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 803759740 HOME/instance-4394571-1568433980.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=25556, runsolver pid=25553
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 6.61 6.19 5.22 3/213 25577
/proc/meminfo: memFree=28832972/32770624 swapFree=66998528/67108860
[pid=25556] ppid=25553 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25556/stat : 25556 (xcsp3-exec) S 25553 25556 22865 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419666820 115843072 363 33554432000 4194304 5098028 140721091494480 140721091492584 140231800324732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31518720 140721091502966 140721091503209 140721091503209 140721091506122 0
/proc/25556/statm: 28282 363 304 221 0 87 0
[pid=25558] ppid=25556 vsize=28227388 memory=28612 CPUtime=0.12 cores=0-7
/proc/25558/stat : 25558 (java) S 25556 25556 22865 0 -1 1077944320 5646 0 0 0 11 1 0 0 20 0 20 0 419666820 28904845312 7153 33554432000 4194304 4196468 140723683037696 140723683020240 139948138680055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
/proc/25558/statm: 7056847 7153 3112 1 0 7019032 0
[pid=25558/tid=25559] ppid=25556 vsize=28227388 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/25558/task/25559/stat : 25559 (java) R 25556 25556 22865 0 -1 1077944384 3581 0 0 0 8 0 0 0 20 0 20 0 419666820 28904845312 7153 33554432000 4194304 4196468 140723683037696 139948142905888 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25560] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25560/stat : 25560 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 7153 33554432000 4194304 4196468 140723683037696 139948091300240 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25561] ppid=25556 vsize=28227388 memory=139784685740162 CPUtime=0 cores=0-7
/proc/25558/task/25561/stat : 25561 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 7153 33554432000 4194304 4196468 140723683037696 139948090247440 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25562] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25562/stat : 25562 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 7153 33554432000 4194304 4196468 140723683037696 139948089195152 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25563] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25563/stat : 25563 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 7153 33554432000 4194304 4196468 140723683037696 139948088142352 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25564] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25564/stat : 25564 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 7153 33554432000 4194304 4196468 140723683037696 139947686091664 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25565] ppid=25556 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25558/task/25565/stat : 25565 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 7153 33554432000 4194304 4196468 140723683037696 139947685038864 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25566] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25566/stat : 25566 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 7153 33554432000 4194304 4196468 140723683037696 139947683986576 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25567] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25567/stat : 25567 (java) S 25556 25556 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 7153 33554432000 4194304 4196468 140723683037696 139947682933776 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25568] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25568/stat : 25568 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666822 28904845312 7153 33554432000 4194304 4196468 140723683037696 139946736183408 139948138691202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25569] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25569/stat : 25569 (java) S 25556 25556 22865 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419666823 28904845312 7153 33554432000 4194304 4196468 140723683037696 139946735129376 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25570] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25570/stat : 25570 (java) S 25556 25556 22865 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419666823 28904845312 7153 33554432000 4194304 4196468 140723683037696 139946734077040 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25571] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25571/stat : 25571 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666825 28904845312 7153 33554432000 4194304 4196468 140723683037696 139946733025360 139948138698651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25572] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25572/stat : 25572 (java) S 25556 25556 22865 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 419666825 28904845312 7153 33554432000 4194304 4196468 140723683037696 139946731973232 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25573] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25573/stat : 25573 (java) S 25556 25556 22865 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419666825 28904845312 7153 33554432000 4194304 4196468 140723683037696 139946730920432 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25574] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25574/stat : 25574 (java) R 25556 25556 22865 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 20 0 419666825 28904845312 7153 33554432000 4194304 4196468 140723683037696 139946729868144 139948120032368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25575] ppid=25556 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/25558/task/25575/stat : 25575 (java) R 25556 25556 22865 0 -1 4202560 327 0 0 0 2 0 0 0 20 0 20 0 419666825 28904845312 7153 33554432000 4194304 4196468 140723683037696 139946728815344 139948138691990 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25576] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25576/stat : 25576 (java) S 25556 25556 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419666826 28904845312 7153 33554432000 4194304 4196468 140723683037696 139946727762272 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25577] ppid=25556 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25558/task/25577/stat : 25577 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666826 28904845312 7153 33554432000 4194304 4196468 140723683037696 139946726709552 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30064 KiB

[startup+0.210753 s]*
/proc/loadavg: 6.61 6.19 5.22 3/213 25577
/proc/meminfo: memFree=28819112/32770624 swapFree=66998528/67108860
[pid=25556] ppid=25553 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25556/stat : 25556 (xcsp3-exec) S 25553 25556 22865 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419666820 115843072 363 33554432000 4194304 5098028 140721091494480 140721091492584 140231800324732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31518720 140721091502966 140721091503209 140721091503209 140721091506122 0
/proc/25556/statm: 28282 363 304 221 0 87 0
[pid=25558] ppid=25556 vsize=28227388 memory=40696 CPUtime=0.34 cores=0-7
/proc/25558/stat : 25558 (java) S 25556 25556 22865 0 -1 1077944320 9522 0 0 0 31 3 0 0 20 0 20 0 419666820 28904845312 10174 33554432000 4194304 4196468 140723683037696 140723683020240 139948138680055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
/proc/25558/statm: 7056847 10174 3259 1 0 7019032 0
[pid=25558/tid=25559] ppid=25556 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/25558/task/25559/stat : 25559 (java) R 25556 25556 22865 0 -1 4202560 6613 0 0 0 18 2 0 0 20 0 20 0 419666820 28904845312 10174 33554432000 4194304 4196468 140723683037696 139948142909776 139948138691990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25560] ppid=25556 vsize=28227388 memory=288230596134830447 CPUtime=0 cores=0-7
/proc/25558/task/25560/stat : 25560 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 10174 33554432000 4194304 4196468 140723683037696 139948091300240 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25561] ppid=25556 vsize=28227388 memory=288370160837428864 CPUtime=0 cores=0-7
/proc/25558/task/25561/stat : 25561 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 10174 33554432000 4194304 4196468 140723683037696 139948090247440 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25562] ppid=25556 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25558/task/25562/stat : 25562 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 10174 33554432000 4194304 4196468 140723683037696 139948089195152 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25563] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25563/stat : 25563 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 10174 33554432000 4194304 4196468 140723683037696 139948088142352 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25564] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25564/stat : 25564 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 10174 33554432000 4194304 4196468 140723683037696 139947686091664 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25565] ppid=25556 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25558/task/25565/stat : 25565 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 10174 33554432000 4194304 4196468 140723683037696 139947685038864 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25566] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25566/stat : 25566 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 10174 33554432000 4194304 4196468 140723683037696 139947683986576 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25567] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25567/stat : 25567 (java) S 25556 25556 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419666821 28904845312 10174 33554432000 4194304 4196468 140723683037696 139947682933776 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25568] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25568/stat : 25568 (java) S 25556 25556 22865 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419666822 28904845312 10174 33554432000 4194304 4196468 140723683037696 139946736183408 139948138691202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25569] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25569/stat : 25569 (java) S 25556 25556 22865 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419666823 28904845312 10174 33554432000 4194304 4196468 140723683037696 139946735129376 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25570] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25570/stat : 25570 (java) S 25556 25556 22865 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419666823 28904845312 10174 33554432000 4194304 4196468 140723683037696 139946734077040 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25571] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25571/stat : 25571 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666825 28904845312 10174 33554432000 4194304 4196468 140723683037696 139946733025360 139948138698651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25572] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25572/stat : 25572 (java) S 25556 25556 22865 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 419666825 28904845312 10174 33554432000 4194304 4196468 140723683037696 139946731973232 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25573] ppid=25556 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/25558/task/25573/stat : 25573 (java) S 25556 25556 22865 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 20 0 419666825 28904845312 10174 33554432000 4194304 4196468 140723683037696 139946730920432 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25574] ppid=25556 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/25558/task/25574/stat : 25574 (java) S 25556 25556 22865 0 -1 1077944384 130 0 0 0 2 0 0 0 20 0 20 0 419666825 28904845312 10174 33554432000 4194304 4196468 140723683037696 139946729868144 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25575] ppid=25556 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/25558/task/25575/stat : 25575 (java) S 25556 25556 22865 0 -1 1077944384 787 0 0 0 8 0 0 0 20 0 20 0 419666825 28904845312 10174 33554432000 4194304 4196468 140723683037696 139946728815344 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25576] ppid=25556 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25576/stat : 25576 (java) S 25556 25556 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419666826 28904845312 10174 33554432000 4194304 4196468 140723683037696 139946727762272 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25577] ppid=25556 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/25558/task/25577/stat : 25577 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666826 28904845312 10174 33554432000 4194304 4196468 140723683037696 139946726709552 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42148 KiB

[startup+0.310614 s]*
/proc/loadavg: 6.61 6.19 5.22 3/213 25577
/proc/meminfo: memFree=28811468/32770624 swapFree=66998528/67108860
[pid=25556] ppid=25553 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25556/stat : 25556 (xcsp3-exec) S 25553 25556 22865 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419666820 115843072 363 33554432000 4194304 5098028 140721091494480 140721091492584 140231800324732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31518720 140721091502966 140721091503209 140721091503209 140721091506122 0
/proc/25556/statm: 28282 363 304 221 0 87 0
[pid=25558] ppid=25556 vsize=28231644 memory=50212 CPUtime=0.52 cores=0-7
/proc/25558/stat : 25558 (java) S 25556 25556 22865 0 -1 1077944320 10940 0 0 0 48 4 0 0 20 0 20 0 419666820 28909203456 12553 33554432000 4194304 4196468 140723683037696 140723683020240 139948138680055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
/proc/25558/statm: 7057911 12553 3331 1 0 7019032 0
[pid=25558/tid=25559] ppid=25556 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/25558/task/25559/stat : 25559 (java) R 25556 25556 22865 0 -1 4202560 7780 0 0 0 27 3 0 0 20 0 20 0 419666820 28909203456 12553 33554432000 4194304 4196468 140723683037696 139948142911168 139948138701981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25560] ppid=25556 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25560/stat : 25560 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666821 28909203456 12553 33554432000 4194304 4196468 140723683037696 139948091300240 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25561] ppid=25556 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25561/stat : 25561 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28909203456 12553 33554432000 4194304 4196468 140723683037696 139948090247440 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25562] ppid=25556 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25562/stat : 25562 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28909203456 12553 33554432000 4194304 4196468 140723683037696 139948089195152 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25563] ppid=25556 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25563/stat : 25563 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666821 28909203456 12553 33554432000 4194304 4196468 140723683037696 139948088142352 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25564] ppid=25556 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25564/stat : 25564 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666821 28909203456 12553 33554432000 4194304 4196468 140723683037696 139947686091664 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25565] ppid=25556 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25565/stat : 25565 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28909203456 12553 33554432000 4194304 4196468 140723683037696 139947685038864 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25566] ppid=25556 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25566/stat : 25566 (java) S 25556 25556 22865 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419666821 28909203456 12553 33554432000 4194304 4196468 140723683037696 139947683986576 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25567] ppid=25556 vsize=28231644 memory=6872598998417432672 CPUtime=0 cores=0-7
/proc/25558/task/25567/stat : 25567 (java) S 25556 25556 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419666821 28909203456 12553 33554432000 4194304 4196468 140723683037696 139947682933776 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25568] ppid=25556 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25568/stat : 25568 (java) S 25556 25556 22865 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419666822 28909203456 12553 33554432000 4194304 4196468 140723683037696 139946736183408 139948138691202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25569] ppid=25556 vsize=28231644 memory=279569085177216 CPUtime=0 cores=0-7
/proc/25558/task/25569/stat : 25569 (java) S 25556 25556 22865 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419666823 28909203456 12553 33554432000 4194304 4196468 140723683037696 139946735129376 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25570] ppid=25556 vsize=28231644 memory=279569085181824 CPUtime=0 cores=0-7
/proc/25558/task/25570/stat : 25570 (java) S 25556 25556 22865 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419666823 28909203456 12553 33554432000 4194304 4196468 140723683037696 139946734077040 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25571] ppid=25556 vsize=28231644 memory=279569085186432 CPUtime=0 cores=0-7
/proc/25558/task/25571/stat : 25571 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666825 28909203456 12553 33554432000 4194304 4196468 140723683037696 139946733025360 139948138698651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25572] ppid=25556 vsize=28231644 memory=279569085191040 CPUtime=0.01 cores=0-7
/proc/25558/task/25572/stat : 25572 (java) S 25556 25556 22865 0 -1 1077944384 344 0 0 0 1 0 0 0 20 0 20 0 419666825 28909203456 12553 33554432000 4194304 4196468 140723683037696 139946731973232 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25573] ppid=25556 vsize=28231644 memory=279569085195648 CPUtime=0.03 cores=0-7
/proc/25558/task/25573/stat : 25573 (java) S 25556 25556 22865 0 -1 1077944384 377 0 0 0 3 0 0 0 20 0 20 0 419666825 28909203456 12553 33554432000 4194304 4196468 140723683037696 139946730920432 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25574] ppid=25556 vsize=28231644 memory=279569085200256 CPUtime=0.03 cores=0-7
/proc/25558/task/25574/stat : 25574 (java) R 25556 25556 22865 0 -1 4202560 248 0 0 0 3 0 0 0 20 0 20 0 419666825 28909203456 12553 33554432000 4194304 4196468 140723683037696 139946729868144 139948120201173 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25575] ppid=25556 vsize=28231644 memory=279569085204864 CPUtime=0.12 cores=0-7
/proc/25558/task/25575/stat : 25575 (java) S 25556 25556 22865 0 -1 1077944384 879 0 0 0 12 0 0 0 20 0 20 0 419666825 28909203456 12553 33554432000 4194304 4196468 140723683037696 139946728815344 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25576] ppid=25556 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25576/stat : 25576 (java) S 25556 25556 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419666826 28909203456 12553 33554432000 4194304 4196468 140723683037696 139946727762272 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25577] ppid=25556 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/25558/task/25577/stat : 25577 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419666826 28909203456 12553 33554432000 4194304 4196468 140723683037696 139946726709552 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51664 KiB

[startup+0.705507 s]
/proc/loadavg: 6.61 6.19 5.22 6/218 25590
/proc/meminfo: memFree=28772088/32770624 swapFree=66998528/67108860
[pid=25556] ppid=25553 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25556/stat : 25556 (xcsp3-exec) S 25553 25556 22865 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419666820 115843072 363 33554432000 4194304 5098028 140721091494480 140721091492584 140231800324732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31518720 140721091502966 140721091503209 140721091503209 140721091506122 0
/proc/25556/statm: 28282 363 304 221 0 87 0
[pid=25558] ppid=25556 vsize=28833872 memory=195452 CPUtime=2 cores=0-7
/proc/25558/stat : 25558 (java) S 25556 25556 22865 0 -1 1077944320 20303 0 0 0 190 10 0 0 20 0 28 0 419666820 29525884928 48863 33554432000 4194304 4196468 140723683037696 140723683020240 139948138680055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
/proc/25558/statm: 7208468 48863 3483 1 0 7169570 0
[pid=25558/tid=25559] ppid=25556 vsize=28833872 memory=4580 CPUtime=0.48 cores=0-7
/proc/25558/task/25559/stat : 25559 (java) S 25556 25556 22865 0 -1 1077944384 9102 0 0 0 44 4 0 0 20 0 28 0 419666820 29525884928 48863 33554432000 4194304 4196468 140723683037696 139948142920832 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25560] ppid=25556 vsize=28833872 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25560/stat : 25560 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419666821 29525884928 48863 33554432000 4194304 4196468 140723683037696 139948091300240 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25561] ppid=25556 vsize=28833872 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25561/stat : 25561 (java) S 25556 25556 22865 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 419666821 29525884928 48863 33554432000 4194304 4196468 140723683037696 139948090247440 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25562] ppid=25556 vsize=28833872 memory=0 CPUtime=0 cores=0-7
/proc/25558/task/25562/stat : 25562 (java) S 25556 25556 22865 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 419666821 29525884928 48863 33554432000 4194304 4196468 140723683037696 139948089195152 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0

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

[pid=25558/tid=25566] ppid=25556 vsize=28835920 memory=9592 CPUtime=0.15 cores=0-7
/proc/25558/task/25566/stat : 25566 (java) S 25556 25556 22865 0 -1 1077944384 901 0 0 0 12 3 0 0 20 0 28 0 419666821 29527982080 703150 33554432000 4194304 4196468 140723683037696 139947683986576 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25567] ppid=25556 vsize=28835920 memory=2828 CPUtime=0.14 cores=0-7
/proc/25558/task/25567/stat : 25567 (java) S 25556 25556 22865 0 -1 1077944384 267 0 0 0 10 4 0 0 20 0 28 0 419666821 29527982080 703150 33554432000 4194304 4196468 140723683037696 139947682933776 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25568] ppid=25556 vsize=28835920 memory=780 CPUtime=0.02 cores=0-7
/proc/25558/task/25568/stat : 25568 (java) S 25556 25556 22865 0 -1 1077944384 2787 0 0 0 2 0 0 0 20 0 28 0 419666822 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946736183408 139948138691202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25569] ppid=25556 vsize=28835920 memory=620 CPUtime=0 cores=0-7
/proc/25558/task/25569/stat : 25569 (java) S 25556 25556 22865 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419666823 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946735129440 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25570] ppid=25556 vsize=28835920 memory=928 CPUtime=0 cores=0-7
/proc/25558/task/25570/stat : 25570 (java) S 25556 25556 22865 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 419666823 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946734077040 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25571] ppid=25556 vsize=28835920 memory=3704 CPUtime=0 cores=0-7
/proc/25558/task/25571/stat : 25571 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419666825 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946733025360 139948138698651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25572] ppid=25556 vsize=28835920 memory=1976 CPUtime=2.24 cores=0-7
/proc/25558/task/25572/stat : 25572 (java) S 25556 25556 22865 0 -1 1077944384 10368 0 0 0 221 3 0 0 20 0 28 0 419666825 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946731973232 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25573] ppid=25556 vsize=28835920 memory=2580 CPUtime=2.04 cores=0-7
/proc/25558/task/25573/stat : 25573 (java) S 25556 25556 22865 0 -1 1077944384 6763 0 0 0 203 1 0 0 20 0 28 0 419666825 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946730920432 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25574] ppid=25556 vsize=28835920 memory=824 CPUtime=2.13 cores=0-7
/proc/25558/task/25574/stat : 25574 (java) S 25556 25556 22865 0 -1 1077944384 9582 0 0 0 211 2 0 0 20 0 28 0 419666825 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946729868144 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25575] ppid=25556 vsize=28835920 memory=1448 CPUtime=0.81 cores=0-7
/proc/25558/task/25575/stat : 25575 (java) S 25556 25556 22865 0 -1 1077944384 4988 0 0 0 79 2 0 0 20 0 28 0 419666825 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946728815344 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25576] ppid=25556 vsize=28835920 memory=1764 CPUtime=0 cores=0-7
/proc/25558/task/25576/stat : 25576 (java) S 25556 25556 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419666826 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946727762272 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25577] ppid=25556 vsize=28835920 memory=111632 CPUtime=0.01 cores=0-7
/proc/25558/task/25577/stat : 25577 (java) S 25556 25556 22865 0 -1 1077944384 914 0 0 0 0 1 0 0 20 0 28 0 419666826 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946726709552 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26018] ppid=25556 vsize=28835920 memory=800 CPUtime=22.2 cores=0-7
/proc/25558/task/26018/stat : 26018 (java) S 25556 25556 22865 0 -1 1077944384 763 0 0 0 2215 5 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946711424688 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26019] ppid=25556 vsize=28835920 memory=1712 CPUtime=22.33 cores=0-7
/proc/25558/task/26019/stat : 26019 (java) S 25556 25556 22865 0 -1 1077944384 294 0 0 0 2227 6 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946713531376 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26020] ppid=25556 vsize=28835920 memory=1052 CPUtime=22.24 cores=0-7
/proc/25558/task/26020/stat : 26020 (java) S 25556 25556 22865 0 -1 1077944384 1845 0 0 0 2210 14 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946714584432 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26021] ppid=25556 vsize=28835920 memory=5908 CPUtime=22.16 cores=0-7
/proc/25558/task/26021/stat : 26021 (java) S 25556 25556 22865 0 -1 1077944384 2678 0 0 0 2197 19 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946712478960 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26022] ppid=25556 vsize=28835920 memory=14012 CPUtime=51.8 cores=0-7
/proc/25558/task/26022/stat : 26022 (java) R 25556 25556 22865 0 -1 4202560 3305 0 0 0 5170 10 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946716684808 139947777197747 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26023] ppid=25556 vsize=28835920 memory=2116 CPUtime=22.39 cores=0-7
/proc/25558/task/26023/stat : 26023 (java) S 25556 25556 22865 0 -1 1077944384 1599 0 0 0 2228 11 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946708268432 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26024] ppid=25556 vsize=28835920 memory=22572 CPUtime=21.89 cores=0-7
/proc/25558/task/26024/stat : 26024 (java) S 25556 25556 22865 0 -1 1077944384 636 0 0 0 2184 5 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946709320560 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26025] ppid=25556 vsize=28835920 memory=14068 CPUtime=22.12 cores=0-7
/proc/25558/task/26025/stat : 26025 (java) S 25556 25556 22865 0 -1 1077944384 1622 0 0 0 2201 11 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946715636464 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
Current children cumulated CPU time: 219.12 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 2814052 KiB

[startup+54.001 s]*
/proc/loadavg: 4.77 5.87 5.17 2/220 26030
/proc/meminfo: memFree=26040944/32770624 swapFree=66998528/67108860
[pid=25556] ppid=25553 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25556/stat : 25556 (xcsp3-exec) S 25553 25556 22865 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419666820 115843072 363 33554432000 4194304 5098028 140721091494480 140721091492584 140231800324732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31518720 140721091502966 140721091503209 140721091503209 140721091506122 0
/proc/25556/statm: 28282 363 304 221 0 87 0
[pid=25558] ppid=25556 vsize=28835920 memory=2812600 CPUtime=219.53 cores=0-7
/proc/25558/stat : 25558 (java) S 25556 25556 22865 0 -1 1077944320 69491 0 0 0 21809 144 0 0 20 0 28 0 419666820 29527982080 703150 33554432000 4194304 4196468 140723683037696 140723683020240 139948138680055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
/proc/25558/statm: 7208980 703150 3527 1 0 7170082 0
[pid=25558/tid=25559] ppid=25556 vsize=28835920 memory=8317482817917895235 CPUtime=0.5 cores=0-7
/proc/25558/task/25559/stat : 25559 (java) S 25556 25556 22865 0 -1 1077944384 9102 0 0 0 46 4 0 0 20 0 28 0 419666820 29527982080 703150 33554432000 4194304 4196468 140723683037696 139948142920832 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25560] ppid=25556 vsize=28835920 memory=139784543448416 CPUtime=0.14 cores=0-7
/proc/25558/task/25560/stat : 25560 (java) S 25556 25556 22865 0 -1 1077944384 267 0 0 0 10 4 0 0 20 0 28 0 419666821 29527982080 703150 33554432000 4194304 4196468 140723683037696 139948091300240 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25561] ppid=25556 vsize=28835920 memory=139784543448512 CPUtime=0.15 cores=0-7
/proc/25558/task/25561/stat : 25561 (java) S 25556 25556 22865 0 -1 1077944384 351 0 0 0 10 5 0 0 20 0 28 0 419666821 29527982080 703150 33554432000 4194304 4196468 140723683037696 139948090247440 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25562] ppid=25556 vsize=28835920 memory=139784543448608 CPUtime=0.15 cores=0-7
/proc/25558/task/25562/stat : 25562 (java) S 25556 25556 22865 0 -1 1077944384 226 0 0 0 11 4 0 0 20 0 28 0 419666821 29527982080 703150 33554432000 4194304 4196468 140723683037696 139948089195152 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25563] ppid=25556 vsize=28835920 memory=139784543448704 CPUtime=0.15 cores=0-7
/proc/25558/task/25563/stat : 25563 (java) S 25556 25556 22865 0 -1 1077944384 494 0 0 0 11 4 0 0 20 0 28 0 419666821 29527982080 703150 33554432000 4194304 4196468 140723683037696 139948088142352 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25564] ppid=25556 vsize=28835920 memory=139784543448800 CPUtime=0.14 cores=0-7
/proc/25558/task/25564/stat : 25564 (java) S 25556 25556 22865 0 -1 1077944384 237 0 0 0 10 4 0 0 20 0 28 0 419666821 29527982080 703150 33554432000 4194304 4196468 140723683037696 139947686091664 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25565] ppid=25556 vsize=28835920 memory=139784543448896 CPUtime=0.13 cores=0-7
/proc/25558/task/25565/stat : 25565 (java) S 25556 25556 22865 0 -1 1077944384 269 0 0 0 9 4 0 0 20 0 28 0 419666821 29527982080 703150 33554432000 4194304 4196468 140723683037696 139947685038864 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25566] ppid=25556 vsize=28835920 memory=139784543448992 CPUtime=0.15 cores=0-7
/proc/25558/task/25566/stat : 25566 (java) S 25556 25556 22865 0 -1 1077944384 901 0 0 0 12 3 0 0 20 0 28 0 419666821 29527982080 703150 33554432000 4194304 4196468 140723683037696 139947683986576 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25567] ppid=25556 vsize=28835920 memory=139784543449088 CPUtime=0.14 cores=0-7
/proc/25558/task/25567/stat : 25567 (java) S 25556 25556 22865 0 -1 1077944384 267 0 0 0 10 4 0 0 20 0 28 0 419666821 29527982080 703150 33554432000 4194304 4196468 140723683037696 139947682933776 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25568] ppid=25556 vsize=28835920 memory=139784542746592 CPUtime=0.02 cores=0-7
/proc/25558/task/25568/stat : 25568 (java) S 25556 25556 22865 0 -1 1077944384 2787 0 0 0 2 0 0 0 20 0 28 0 419666822 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946736183408 139948138691202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25569] ppid=25556 vsize=28835920 memory=139784544693589 CPUtime=0 cores=0-7
/proc/25558/task/25569/stat : 25569 (java) S 25556 25556 22865 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419666823 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946735129440 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25570] ppid=25556 vsize=28835920 memory=139784544693777 CPUtime=0 cores=0-7
/proc/25558/task/25570/stat : 25570 (java) S 25556 25556 22865 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 419666823 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946734077040 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25571] ppid=25556 vsize=28835920 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/25558/task/25571/stat : 25571 (java) S 25556 25556 22865 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419666825 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946733025360 139948138698651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25572] ppid=25556 vsize=28835920 memory=139784542746976 CPUtime=2.24 cores=0-7
/proc/25558/task/25572/stat : 25572 (java) S 25556 25556 22865 0 -1 1077944384 10368 0 0 0 221 3 0 0 20 0 28 0 419666825 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946731973232 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25573] ppid=25556 vsize=28835920 memory=139784542747072 CPUtime=2.04 cores=0-7
/proc/25558/task/25573/stat : 25573 (java) S 25556 25556 22865 0 -1 1077944384 6763 0 0 0 203 1 0 0 20 0 28 0 419666825 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946730920432 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25574] ppid=25556 vsize=28835920 memory=139784542747168 CPUtime=2.13 cores=0-7
/proc/25558/task/25574/stat : 25574 (java) S 25556 25556 22865 0 -1 1077944384 9582 0 0 0 211 2 0 0 20 0 28 0 419666825 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946729868144 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25575] ppid=25556 vsize=28835920 memory=139784542747264 CPUtime=0.81 cores=0-7
/proc/25558/task/25575/stat : 25575 (java) S 25556 25556 22865 0 -1 1077944384 4988 0 0 0 79 2 0 0 20 0 28 0 419666825 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946728815344 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25576] ppid=25556 vsize=28835920 memory=3472468080770165520 CPUtime=0 cores=0-7
/proc/25558/task/25576/stat : 25576 (java) S 25556 25556 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419666826 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946727762272 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25577] ppid=25556 vsize=28835920 memory=3471342180863585136 CPUtime=0.01 cores=0-7
/proc/25558/task/25577/stat : 25577 (java) S 25556 25556 22865 0 -1 1077944384 914 0 0 0 0 1 0 0 20 0 28 0 419666826 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946726709552 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26018] ppid=25556 vsize=28835920 memory=3472468080770165712 CPUtime=22.2 cores=0-7
/proc/25558/task/26018/stat : 26018 (java) S 25556 25556 22865 0 -1 1077944384 763 0 0 0 2215 5 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946711424688 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26019] ppid=25556 vsize=28835920 memory=3471342180055146918 CPUtime=22.33 cores=0-7
/proc/25558/task/26019/stat : 26019 (java) S 25556 25556 22865 0 -1 1077944384 294 0 0 0 2227 6 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946713531376 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26020] ppid=25556 vsize=28835920 memory=3472468080770428044 CPUtime=22.24 cores=0-7
/proc/25558/task/26020/stat : 26020 (java) S 25556 25556 22865 0 -1 1077944384 1845 0 0 0 2210 14 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946714584432 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26021] ppid=25556 vsize=28835920 memory=3472468080770427120 CPUtime=22.16 cores=0-7
/proc/25558/task/26021/stat : 26021 (java) S 25556 25556 22865 0 -1 1077944384 2678 0 0 0 2197 19 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946712478960 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26022] ppid=25556 vsize=28835920 memory=0 CPUtime=52.21 cores=0-7
/proc/25558/task/26022/stat : 26022 (java) R 25556 25556 22865 0 -1 4202560 3305 0 0 0 5211 10 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946716684808 139947777197696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26023] ppid=25556 vsize=28835920 memory=0 CPUtime=22.39 cores=0-7
/proc/25558/task/26023/stat : 26023 (java) S 25556 25556 22865 0 -1 1077944384 1599 0 0 0 2228 11 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946708268432 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26024] ppid=25556 vsize=28835920 memory=0 CPUtime=21.89 cores=0-7
/proc/25558/task/26024/stat : 26024 (java) S 25556 25556 22865 0 -1 1077944384 636 0 0 0 2184 5 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946709320560 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=26025] ppid=25556 vsize=28835920 memory=0 CPUtime=22.12 cores=0-7
/proc/25558/task/26025/stat : 26025 (java) S 25556 25556 22865 0 -1 1077944384 1622 0 0 0 2201 11 0 0 20 0 28 0 419666943 29527982080 703150 33554432000 4194304 4196468 140723683037696 139946715636464 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
Current children cumulated CPU time: 219.53 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 2814052 KiB

[startup+54.4009 s]
/proc/loadavg: 4.77 5.87 5.17 2/220 26030
/proc/meminfo: memFree=26040944/32770624 swapFree=66998528/67108860
[pid=25556] ppid=25553 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/25556/stat : 25556 (xcsp3-exec) S 25553 25556 22865 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419666820 115843072 363 33554432000 4194304 5098028 140721091494480 140721091492584 140231800324732 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 31518720 140721091502966 140721091503209 140721091503209 140721091506122 0
/proc/25556/statm: 28282 363 304 221 0 87 0
[pid=25558] ppid=25556 vsize=28835920 memory=2812116 CPUtime=219.98 cores=0-7
/proc/25558/stat : 25558 (java) S 25556 25556 22865 0 -1 1077944320 72638 0 0 0 21853 145 0 0 20 0 19 0 419666820 29527982080 703029 33554432000 4194304 4196468 140723683037696 140723683020240 139948138680055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
/proc/25558/statm: 7208980 703029 3527 1 0 7170082 0
[pid=25558/tid=25559] ppid=25556 vsize=28835920 memory=7230646198370657380 CPUtime=0.5 cores=0-7
/proc/25558/task/25559/stat : 25559 (java) S 25556 25556 22865 0 -1 1077944384 9394 0 0 0 46 4 0 0 20 0 19 0 419666820 29527982080 703029 33554432000 4194304 4196468 140723683037696 139948142922896 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25560] ppid=25556 vsize=28835920 memory=7230646198370657380 CPUtime=0.14 cores=0-7
/proc/25558/task/25560/stat : 25560 (java) S 25556 25556 22865 0 -1 1077944384 267 0 0 0 10 4 0 0 20 0 19 0 419666821 29527982080 703029 33554432000 4194304 4196468 140723683037696 139948091300240 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25561] ppid=25556 vsize=28835920 memory=7230646198370657380 CPUtime=0.15 cores=0-7
/proc/25558/task/25561/stat : 25561 (java) S 25556 25556 22865 0 -1 1077944384 351 0 0 0 10 5 0 0 20 0 19 0 419666821 29527982080 703029 33554432000 4194304 4196468 140723683037696 139948090247440 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25562] ppid=25556 vsize=28835920 memory=1452 CPUtime=0.15 cores=0-7
/proc/25558/task/25562/stat : 25562 (java) S 25556 25556 22865 0 -1 1077944384 226 0 0 0 11 4 0 0 20 0 19 0 419666821 29527982080 703029 33554432000 4194304 4196468 140723683037696 139948089195152 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25563] ppid=25556 vsize=28835920 memory=2812600 CPUtime=0.15 cores=0-7
/proc/25558/task/25563/stat : 25563 (java) S 25556 25556 22865 0 -1 1077944384 494 0 0 0 11 4 0 0 20 0 19 0 419666821 29527982080 703029 33554432000 4194304 4196468 140723683037696 139948088142352 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25564] ppid=25556 vsize=28835920 memory=2812600 CPUtime=0.14 cores=0-7
/proc/25558/task/25564/stat : 25564 (java) S 25556 25556 22865 0 -1 1077944384 237 0 0 0 10 4 0 0 20 0 19 0 419666821 29527982080 703029 33554432000 4194304 4196468 140723683037696 139947686091664 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25565] ppid=25556 vsize=28835920 memory=928 CPUtime=0.13 cores=0-7
/proc/25558/task/25565/stat : 25565 (java) S 25556 25556 22865 0 -1 1077944384 269 0 0 0 9 4 0 0 20 0 19 0 419666821 29527982080 703029 33554432000 4194304 4196468 140723683037696 139947685038864 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25566] ppid=25556 vsize=28835920 memory=3704 CPUtime=0.15 cores=0-7
/proc/25558/task/25566/stat : 25566 (java) S 25556 25556 22865 0 -1 1077944384 901 0 0 0 12 3 0 0 20 0 19 0 419666821 29527982080 703029 33554432000 4194304 4196468 140723683037696 139947683986576 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25567] ppid=25556 vsize=28835920 memory=2024 CPUtime=0.14 cores=0-7
/proc/25558/task/25567/stat : 25567 (java) S 25556 25556 22865 0 -1 1077944384 267 0 0 0 10 4 0 0 20 0 19 0 419666821 29527982080 703029 33554432000 4194304 4196468 140723683037696 139947682933776 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25568] ppid=25556 vsize=28835920 memory=1428 CPUtime=0.02 cores=0-7
/proc/25558/task/25568/stat : 25568 (java) S 25556 25556 22865 0 -1 1077944384 2798 0 0 0 2 0 0 0 20 0 19 0 419666822 29527982080 703029 33554432000 4194304 4196468 140723683037696 139946736183616 139948138691202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25569] ppid=25556 vsize=28835920 memory=4160 CPUtime=0 cores=0-7
/proc/25558/task/25569/stat : 25569 (java) S 25556 25556 22865 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 19 0 419666823 29527982080 703029 33554432000 4194304 4196468 140723683037696 139946735129440 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25570] ppid=25556 vsize=28835920 memory=1056 CPUtime=0 cores=0-7
/proc/25558/task/25570/stat : 25570 (java) S 25556 25556 22865 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 19 0 419666823 29527982080 703029 33554432000 4194304 4196468 140723683037696 139946734077040 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25571] ppid=25556 vsize=28835920 memory=1204 CPUtime=0 cores=0-7
/proc/25558/task/25571/stat : 25571 (java) S 25556 25556 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 419666825 29527982080 703029 33554432000 4194304 4196468 140723683037696 139946733024416 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25572] ppid=25556 vsize=28835920 memory=1536 CPUtime=2.25 cores=0-7
/proc/25558/task/25572/stat : 25572 (java) S 25556 25556 22865 0 -1 1077944384 10932 0 0 0 222 3 0 0 20 0 19 0 419666825 29527982080 703029 33554432000 4194304 4196468 140723683037696 139946731953632 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25573] ppid=25556 vsize=28835920 memory=9592 CPUtime=2.04 cores=0-7
/proc/25558/task/25573/stat : 25573 (java) S 25556 25556 22865 0 -1 1077944384 6871 0 0 0 203 1 0 0 20 0 19 0 419666825 29527982080 703029 33554432000 4194304 4196468 140723683037696 139946730911536 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25574] ppid=25556 vsize=28835920 memory=2828 CPUtime=2.16 cores=0-7
/proc/25558/task/25574/stat : 25574 (java) S 25556 25556 22865 0 -1 1077944384 10274 0 0 0 214 2 0 0 20 0 19 0 419666825 29527982080 703029 33554432000 4194304 4196468 140723683037696 139946729848544 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25575] ppid=25556 vsize=28835920 memory=780 CPUtime=0.82 cores=0-7
/proc/25558/task/25575/stat : 25575 (java) S 25556 25556 22865 0 -1 1077944384 5643 0 0 0 80 2 0 0 20 0 19 0 419666825 29527982080 703029 33554432000 4194304 4196468 140723683037696 139946728815344 139948138691202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
[pid=25558/tid=25576] ppid=25556 vsize=28835920 memory=620 CPUtime=0 cores=0-7
/proc/25558/task/25576/stat : 25576 (java) S 25556 25556 22865 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 419666826 29527982080 703029 33554432000 4194304 4196468 140723683037696 139946727762272 139948138690261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140723683042282 140723683042454 140723683042454 140723683045327 0
Current children cumulated CPU time: 219.98 s
Current children cumulated vsize: 28949048 KiB
Current children cumulated memory: 2813568 KiB

Child status: 0
Real time (s): 54.4367
CPU time (s): 220.012
CPU user time (s): 218.532
CPU system time (s): 1.48017
CPU usage (%): 404.162
Max. virtual memory (cumulated for all children) (KiB): 28950932
Max. memory (cumulated for all children) (KiB): 2818716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 218.532
system time used= 1.48017
maximum resident set size= 2817264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73245
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61533
involuntary context switches= 1619


# summary of solver processes directly reported to runsolver:
#   pid: 25556
#   total CPU time (s): 220.012
#   total CPU user time (s): 218.532
#   total CPU system time (s): 1.48017

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.489957 second user time and 0.650343 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-14 06:05:39
IDJOB=4394571
IDBENCH=133456
IDSOLVER=2843
FILE ID=node127/4394571-1568433980
RUNJOBID= node127-1568426152-22892
PBS_JOBID= 21702286
Free space on /tmp= 61308 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-02.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-4394571-1568433980/watcher-4394571-1568433980 -o /tmp/evaluation-result-4394571-1568433980/solver-4394571-1568433980 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node127-1568426152-22892 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 803759740 HOME/instance-4394571-1568433980.xml

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

MD5SUM BENCH= 917d2a52bc099bc665a23ef7a1bbabd2
RANDOM SEED=803759740

node127.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.55
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.55
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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:        28849588 kB
MemAvailable:   31876096 kB
Buffers:          185236 kB
Cached:          3107900 kB
SwapCached:         6772 kB
Active:          1904432 kB
Inactive:        1399808 kB
Active(anon):       4216 kB
Inactive(anon):    48308 kB
Active(file):    1900216 kB
Inactive(file):  1351500 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             26120 kB
Writeback:             0 kB
AnonPages:        127288 kB
Mapped:            45424 kB
Shmem:             32700 kB
Slab:             211160 kB
SReclaimable:     181256 kB
SUnreclaim:        29904 kB
KernelStack:        3744 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61284 MiB
End job on node127 at 2019-09-14 06:06:34