Trace number 4393810

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 parallelOPT115 10.2791 2.36976

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-4-5-20-1.xml
MD5SUMe6e5223db5de59749ca81141a6ec4e70
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark115
Best CPU time to get the best result obtained on this benchmark0.249208
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints442
Number of domains42
Minimum domain size3
Maximum domain size20
Distribution of domain sizes[{"size":3,"count":7},{"size":4,"count":10},{"size":5,"count":3},{"size":11,"count":3},{"size":12,"count":3},{"size":13,"count":8},{"size":14,"count":2},{"size":15,"count":4},{"size":19,"count":20},{"size":20,"count":20}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":40},{"degree":21,"count":20},{"degree":22,"count":19},{"degree":23,"count":1}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":440},{"arity":20,"count":1}]
Number of extensional constraints40
Number of intensional constraints401
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":401},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393810-1568427418.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393810-1568427418.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.65/1.61	c solve instance...
6.96/1.81	o 175 
6.96/1.83	o 170 
6.96/1.83	o 169 
6.96/1.84	o 167 
6.96/1.85	o 166 
6.96/1.86	o 165 
6.96/1.87	o 164 
6.96/1.88	o 163 
6.96/1.89	o 154 
7.45/1.90	o 153 
7.45/1.91	o 152 
7.45/1.94	o 150 
7.45/1.94	o 149 
7.45/1.95	o 148 
7.45/1.95	o 146 
7.45/1.96	o 145 
7.45/1.96	o 143 
7.45/1.96	o 142 
7.45/1.97	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (132/137)
7.45/1.97		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
7.45/1.97		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
7.45/1.97		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
7.45/1.97		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
7.45/1.97		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
7.45/1.97	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (132/137)
7.45/1.97		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
7.45/1.97		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
7.45/1.97		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
7.45/1.97		at org.chocosolver.solver.Solver.repair(Solver.java:443)
7.45/1.97		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
7.45/1.97		at org.chocosolver.solver.Solver.solve(Solver.java:262)
7.45/1.97		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
7.45/1.97		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
7.45/1.97		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.45/1.97		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
7.45/1.97		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
7.45/1.97		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
7.45/1.97		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
7.45/1.97		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
7.45/1.97		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
7.45/1.97		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
7.45/1.97	o 140 
7.45/1.97	o 139 
7.45/1.98	o 137 
7.45/1.99	o 136 
7.45/1.99	o 135 
7.45/2.00	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (81/83)
7.45/2.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
7.45/2.00		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
7.45/2.00		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
7.45/2.00		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
7.45/2.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
7.45/2.00	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (81/83)
7.45/2.00		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
7.45/2.00		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
7.45/2.00		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
7.45/2.00		at org.chocosolver.solver.Solver.repair(Solver.java:443)
7.45/2.00		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
7.45/2.00		at org.chocosolver.solver.Solver.solve(Solver.java:262)
7.45/2.00		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
7.45/2.00		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
7.45/2.00		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
7.45/2.00		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
7.45/2.00		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
7.45/2.00		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
7.45/2.00		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
7.45/2.00		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
7.45/2.00		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
7.45/2.00		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
7.45/2.00	o 134 
7.45/2.01	o 133 
7.45/2.01	o 132 
8.09/2.02	o 131 
8.09/2.06	o 130 
8.09/2.09	o 129 
8.82/2.15	o 128 
8.82/2.16	o 127 
8.82/2.17	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (80/82)
8.82/2.17		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
8.82/2.17		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
8.82/2.17		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
8.82/2.17		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
8.82/2.17		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
8.82/2.17	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (80/82)
8.82/2.17		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
8.82/2.17		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
8.82/2.17		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
8.82/2.17		at org.chocosolver.solver.Solver.repair(Solver.java:443)
8.82/2.17		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
8.82/2.17		at org.chocosolver.solver.Solver.solve(Solver.java:262)
8.82/2.17		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
8.82/2.17		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
8.82/2.17		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
8.82/2.17		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
8.82/2.17		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
8.82/2.17		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
8.82/2.17		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
8.82/2.17		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
8.82/2.17		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
8.82/2.17		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
8.82/2.17	o 126 
8.82/2.19	o 125 
9.34/2.20	o 124 
9.34/2.20	o 123 
9.34/2.22	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (97/99)
9.34/2.22		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.34/2.22		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.34/2.22		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.34/2.22		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.34/2.22		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.34/2.22	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (97/99)
9.34/2.22		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
9.34/2.22		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
9.34/2.22		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
9.34/2.22		at org.chocosolver.solver.Solver.repair(Solver.java:443)
9.34/2.22		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
9.34/2.22		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.34/2.22		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.34/2.22		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.34/2.22		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.34/2.22		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.34/2.22		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.34/2.22		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.34/2.22		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.34/2.22		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.34/2.22		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.34/2.22		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.34/2.22	o 122 
9.34/2.23	o 121 
9.34/2.23	o 120 
9.34/2.24	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (90/92)
9.34/2.24		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
9.34/2.24		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
9.34/2.24		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
9.34/2.24		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
9.34/2.24		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
9.34/2.24	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (90/92)
9.34/2.24		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
9.34/2.24		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
9.34/2.24		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
9.34/2.24		at org.chocosolver.solver.Solver.repair(Solver.java:443)
9.34/2.24		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
9.34/2.24		at org.chocosolver.solver.Solver.solve(Solver.java:262)
9.34/2.24		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
9.34/2.24		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
9.34/2.24		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
9.34/2.24		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
9.34/2.24		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
9.34/2.24		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
9.34/2.24		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
9.34/2.24		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
9.34/2.24		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
9.34/2.24		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
9.34/2.24	o 119 
9.34/2.24	o 118 
9.34/2.26	o 117 
9.34/2.28	o 116 
9.93/2.30	o 115 
9.93/2.34	s OPTIMUM FOUND
9.93/2.34	v <instantiation>
9.93/2.34	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] l[0] l[1] l[2] l[3] l[4] l[5] l[6] l[7] l[8] l[9] l[10] l[11] l[12] l[13] l[14] l[15] l[16] l[17] l[18] l[19] c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] </list>
9.93/2.34	v 	<values>0 1 2 3 4 5 6 7 8 10 11 15 12 9 13 19 16 17 14 18 0 0 0 0 0 0 0 0 0 6 4 1 0 1 1 14 0 0 10 12 14 11 15 18 18 9 15 14 11 15 10 11 9 9 9 9 13 11 15 18 4 2 3 2 1 3 6 3 2 1 1 9 9 5 2 3 1 2 2 5 </values>
9.93/2.34	v </instantiation>

Verifier Data

OK	115

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393810-1568427418/watcher-4393810-1568427418 -o /tmp/evaluation-result-4393810-1568427418/solver-4393810-1568427418 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 902536433 HOME/instance-4393810-1568427418.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
Current StackSize limit: 8192 KiB

solver pid=21869, runsolver pid=21866

[startup+0.10021 s]*
/proc/loadavg: 5.20 6.52 6.75 2/211 21890
/proc/meminfo: memFree=30931832/32770624 swapFree=66947516/67108860
[pid=21869] ppid=21866 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21869/stat : 21869 (xcsp3-exec) S 21866 21869 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418683738 115843072 364 33554432000 4194304 5098028 140722722474048 140722722472152 140209167970940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27475968 140722722481014 140722722481257 140722722481257 140722722484170 0
/proc/21869/statm: 28282 364 305 221 0 87 0
[pid=21871] ppid=21869 vsize=28227388 memory=32180 CPUtime=0.12 cores=0-7
/proc/21871/stat : 21871 (java) S 21869 21869 15751 0 -1 1077944320 5429 0 0 0 11 1 0 0 20 0 20 0 418683739 28904845312 8045 33554432000 4194304 4196468 140723671609824 140723671592368 140511306981111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
/proc/21871/statm: 7056847 8045 3140 1 0 7019032 0
[pid=21871/tid=21872] ppid=21869 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/21871/task/21872/stat : 21872 (java) R 21869 21869 15751 0 -1 4202560 3344 0 0 0 8 0 0 0 20 0 20 0 418683739 28904845312 8045 33554432000 4194304 4196468 140723671609824 140511311207072 140511306993046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21873] ppid=21869 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/21871/task/21873/stat : 21873 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 8045 33554432000 4194304 4196468 140723671609824 140511265741072 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21874] ppid=21869 vsize=28227388 memory=140553656223360 CPUtime=0 cores=0-7
/proc/21871/task/21874/stat : 21874 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 8045 33554432000 4194304 4196468 140723671609824 140510857537936 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21875] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21875/stat : 21875 (java) S 21869 21869 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 8045 33554432000 4194304 4196468 140723671609824 140510856485392 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21876] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21876/stat : 21876 (java) S 21869 21869 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 8045 33554432000 4194304 4196468 140723671609824 140510855432848 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21877] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21877/stat : 21877 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 8045 33554432000 4194304 4196468 140723671609824 140510854380304 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21878] ppid=21869 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21871/task/21878/stat : 21878 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 8045 33554432000 4194304 4196468 140723671609824 140510853327760 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21879] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21879/stat : 21879 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 8045 33554432000 4194304 4196468 140723671609824 140510852275216 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21880] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21880/stat : 21880 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 8045 33554432000 4194304 4196468 140723671609824 140510851222672 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21881] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21881/stat : 21881 (java) S 21869 21869 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683741 28904845312 8045 33554432000 4194304 4196468 140723671609824 140509434533872 140511306992258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21882] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21882/stat : 21882 (java) S 21869 21869 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418683742 28904845312 8045 33554432000 4194304 4196468 140723671609824 140509433480096 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21883] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21883/stat : 21883 (java) S 21869 21869 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418683742 28904845312 8045 33554432000 4194304 4196468 140723671609824 140509432427504 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21884] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21884/stat : 21884 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683744 28904845312 8045 33554432000 4194304 4196468 140723671609824 140509431376080 140511306999707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21885] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21885/stat : 21885 (java) S 21869 21869 15751 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 20 0 418683744 28904845312 8045 33554432000 4194304 4196468 140723671609824 140509430323696 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21886] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21886/stat : 21886 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683744 28904845312 8045 33554432000 4194304 4196468 140723671609824 140509429271152 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21887] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21887/stat : 21887 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683744 28904845312 8045 33554432000 4194304 4196468 140723671609824 140509428218608 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21888] ppid=21869 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/21871/task/21888/stat : 21888 (java) R 21869 21869 15751 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 20 0 418683744 28904845312 8045 33554432000 4194304 4196468 140723671609824 140509427166064 140511306993046 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21889] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21889/stat : 21889 (java) S 21869 21869 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683745 28904845312 8045 33554432000 4194304 4196468 140723671609824 140509426112736 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21890] ppid=21869 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21871/task/21890/stat : 21890 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683745 28904845312 8045 33554432000 4194304 4196468 140723671609824 140509425060272 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 33636 KiB

[startup+0.210554 s]*
/proc/loadavg: 5.20 6.52 6.75 3/211 21890
/proc/meminfo: memFree=30919124/32770624 swapFree=66947516/67108860
[pid=21869] ppid=21866 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21869/stat : 21869 (xcsp3-exec) S 21866 21869 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418683738 115843072 364 33554432000 4194304 5098028 140722722474048 140722722472152 140209167970940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27475968 140722722481014 140722722481257 140722722481257 140722722484170 0
/proc/21869/statm: 28282 364 305 221 0 87 0
[pid=21871] ppid=21869 vsize=28227388 memory=43064 CPUtime=0.34 cores=0-7
/proc/21871/stat : 21871 (java) S 21869 21869 15751 0 -1 1077944320 9009 0 0 0 31 3 0 0 20 0 20 0 418683739 28904845312 10766 33554432000 4194304 4196468 140723671609824 140723671592368 140511306981111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
/proc/21871/statm: 7056847 10766 3297 1 0 7019032 0
[pid=21871/tid=21872] ppid=21869 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/21871/task/21872/stat : 21872 (java) R 21869 21869 15751 0 -1 4202560 6160 0 0 0 18 2 0 0 20 0 20 0 418683739 28904845312 10766 33554432000 4194304 4196468 140723671609824 140511311213024 140510943540970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21873] ppid=21869 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/21871/task/21873/stat : 21873 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 10766 33554432000 4194304 4196468 140723671609824 140511265741072 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21874] ppid=21869 vsize=28227388 memory=140553659314507 CPUtime=0 cores=0-7
/proc/21871/task/21874/stat : 21874 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 10766 33554432000 4194304 4196468 140723671609824 140510857537936 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21875] ppid=21869 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21871/task/21875/stat : 21875 (java) S 21869 21869 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 10766 33554432000 4194304 4196468 140723671609824 140510856485392 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21876] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21876/stat : 21876 (java) S 21869 21869 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 10766 33554432000 4194304 4196468 140723671609824 140510855432848 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21877] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21877/stat : 21877 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 10766 33554432000 4194304 4196468 140723671609824 140510854380304 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21878] ppid=21869 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21871/task/21878/stat : 21878 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 10766 33554432000 4194304 4196468 140723671609824 140510853327760 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21879] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21879/stat : 21879 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 10766 33554432000 4194304 4196468 140723671609824 140510852275216 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21880] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21880/stat : 21880 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28904845312 10766 33554432000 4194304 4196468 140723671609824 140510851222672 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21881] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21881/stat : 21881 (java) S 21869 21869 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418683741 28904845312 10766 33554432000 4194304 4196468 140723671609824 140509434533872 140511306992258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21882] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21882/stat : 21882 (java) S 21869 21869 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418683742 28904845312 10766 33554432000 4194304 4196468 140723671609824 140509433480096 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21883] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21883/stat : 21883 (java) S 21869 21869 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418683742 28904845312 10766 33554432000 4194304 4196468 140723671609824 140509432427504 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21884] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21884/stat : 21884 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683744 28904845312 10766 33554432000 4194304 4196468 140723671609824 140509431376080 140511306999707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21885] ppid=21869 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/21871/task/21885/stat : 21885 (java) S 21869 21869 15751 0 -1 1077944384 743 0 0 0 2 0 0 0 20 0 20 0 418683744 28904845312 10766 33554432000 4194304 4196468 140723671609824 140509430323696 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21886] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21886/stat : 21886 (java) S 21869 21869 15751 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 418683744 28904845312 10766 33554432000 4194304 4196468 140723671609824 140509429271152 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21887] ppid=21869 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/21871/task/21887/stat : 21887 (java) S 21869 21869 15751 0 -1 1077944384 59 0 0 0 1 0 0 0 20 0 20 0 418683744 28904845312 10766 33554432000 4194304 4196468 140723671609824 140509428218608 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21888] ppid=21869 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/21871/task/21888/stat : 21888 (java) R 21869 21869 15751 0 -1 4202560 723 0 0 0 8 0 0 0 20 0 20 0 418683744 28904845312 10766 33554432000 4194304 4196468 140723671609824 140509427166064 140511299218238 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21889] ppid=21869 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21889/stat : 21889 (java) S 21869 21869 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683745 28904845312 10766 33554432000 4194304 4196468 140723671609824 140509426112736 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21890] ppid=21869 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/21871/task/21890/stat : 21890 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683745 28904845312 10766 33554432000 4194304 4196468 140723671609824 140509425060272 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 44520 KiB

[startup+0.311668 s]*
/proc/loadavg: 5.20 6.52 6.75 5/211 21890
/proc/meminfo: memFree=30912928/32770624 swapFree=66947516/67108860
[pid=21869] ppid=21866 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21869/stat : 21869 (xcsp3-exec) S 21866 21869 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418683738 115843072 364 33554432000 4194304 5098028 140722722474048 140722722472152 140209167970940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27475968 140722722481014 140722722481257 140722722481257 140722722484170 0
/proc/21869/statm: 28282 364 305 221 0 87 0
[pid=21871] ppid=21869 vsize=28231644 memory=52044 CPUtime=0.53 cores=0-7
/proc/21871/stat : 21871 (java) S 21869 21869 15751 0 -1 1077944320 10373 0 0 0 49 4 0 0 20 0 20 0 418683739 28909203456 13011 33554432000 4194304 4196468 140723671609824 140723671592368 140511306981111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
/proc/21871/statm: 7057911 13011 3355 1 0 7019032 0
[pid=21871/tid=21872] ppid=21869 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/21871/task/21872/stat : 21872 (java) R 21869 21869 15751 0 -1 4202560 7301 0 0 0 27 3 0 0 20 0 20 0 418683739 28909203456 13080 33554432000 4194304 4196468 140723671609824 140511311214896 140511299698074 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21873] ppid=21869 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21873/stat : 21873 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28909203456 13080 33554432000 4194304 4196468 140723671609824 140511265741072 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21874] ppid=21869 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21874/stat : 21874 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28909203456 13080 33554432000 4194304 4196468 140723671609824 140510857537936 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21875] ppid=21869 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21875/stat : 21875 (java) S 21869 21869 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683740 28909203456 13080 33554432000 4194304 4196468 140723671609824 140510856485392 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21876] ppid=21869 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21876/stat : 21876 (java) S 21869 21869 15751 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418683740 28909203456 13080 33554432000 4194304 4196468 140723671609824 140510855432848 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21877] ppid=21869 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21877/stat : 21877 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28909203456 13080 33554432000 4194304 4196468 140723671609824 140510854380304 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21878] ppid=21869 vsize=28231644 memory=140553543051951 CPUtime=0 cores=0-7
/proc/21871/task/21878/stat : 21878 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28909203456 13080 33554432000 4194304 4196468 140723671609824 140510853327760 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21879] ppid=21869 vsize=28231644 memory=140553543054256 CPUtime=0 cores=0-7
/proc/21871/task/21879/stat : 21879 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28909203456 13080 33554432000 4194304 4196468 140723671609824 140510852275216 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21880] ppid=21869 vsize=28231644 memory=140553543056560 CPUtime=0 cores=0-7
/proc/21871/task/21880/stat : 21880 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28909203456 13080 33554432000 4194304 4196468 140723671609824 140510851222672 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21881] ppid=21869 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21881/stat : 21881 (java) S 21869 21869 15751 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418683741 28909203456 13080 33554432000 4194304 4196468 140723671609824 140509434533872 140511306992258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21882] ppid=21869 vsize=28231644 memory=281107086126992 CPUtime=0 cores=0-7
/proc/21871/task/21882/stat : 21882 (java) S 21869 21869 15751 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418683742 28909203456 13080 33554432000 4194304 4196468 140723671609824 140509433480096 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21883] ppid=21869 vsize=28231644 memory=281107086124688 CPUtime=0 cores=0-7
/proc/21871/task/21883/stat : 21883 (java) S 21869 21869 15751 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418683742 28909203456 13080 33554432000 4194304 4196468 140723671609824 140509432427504 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21884] ppid=21869 vsize=28231644 memory=281107086131600 CPUtime=0 cores=0-7
/proc/21871/task/21884/stat : 21884 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683744 28909203456 13080 33554432000 4194304 4196468 140723671609824 140509431376080 140511306999707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21885] ppid=21869 vsize=28231644 memory=281107086072880 CPUtime=0.03 cores=0-7
/proc/21871/task/21885/stat : 21885 (java) S 21869 21869 15751 0 -1 1077944384 759 0 0 0 3 0 0 0 20 0 20 0 418683744 28909203456 13080 33554432000 4194304 4196468 140723671609824 140509430323696 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21886] ppid=21869 vsize=28231644 memory=281107086145424 CPUtime=0.01 cores=0-7
/proc/21871/task/21886/stat : 21886 (java) S 21869 21869 15751 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 20 0 418683744 28909203456 13080 33554432000 4194304 4196468 140723671609824 140509429271152 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21887] ppid=21869 vsize=28231644 memory=281107086152336 CPUtime=0.03 cores=0-7
/proc/21871/task/21887/stat : 21887 (java) R 21869 21869 15751 0 -1 4202560 162 0 0 0 3 0 0 0 20 0 20 0 418683744 28909203456 13080 33554432000 4194304 4196468 140723671609824 140509428199624 140511284242368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21888] ppid=21869 vsize=28231644 memory=281107086150032 CPUtime=0.12 cores=0-7
/proc/21871/task/21888/stat : 21888 (java) S 21869 21869 15751 0 -1 1077944384 808 0 0 0 12 0 0 0 20 0 20 0 418683744 28909203456 13080 33554432000 4194304 4196468 140723671609824 140509427166064 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21889] ppid=21869 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21889/stat : 21889 (java) S 21869 21869 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683745 28909203456 13080 33554432000 4194304 4196468 140723671609824 140509426112736 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21890] ppid=21869 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/21871/task/21890/stat : 21890 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683745 28909203456 13080 33554432000 4194304 4196468 140723671609824 140509425060272 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 53500 KiB

[startup+0.703849 s]
/proc/loadavg: 5.20 6.52 6.75 4/211 21890
/proc/meminfo: memFree=30898696/32770624 swapFree=66947516/67108860
[pid=21869] ppid=21866 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21869/stat : 21869 (xcsp3-exec) S 21866 21869 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418683738 115843072 364 33554432000 4194304 5098028 140722722474048 140722722472152 140209167970940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27475968 140722722481014 140722722481257 140722722481257 140722722484170 0
/proc/21869/statm: 28282 364 305 221 0 87 0
[pid=21871] ppid=21869 vsize=28233768 memory=90236 CPUtime=1.82 cores=0-7
/proc/21871/stat : 21871 (java) S 21869 21869 15751 0 -1 1077944320 14583 0 0 0 175 7 0 0 20 0 20 0 418683739 28911378432 22559 33554432000 4194304 4196468 140723671609824 140723671592368 140511306981111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
/proc/21871/statm: 7058442 22559 3451 1 0 7019544 0
[pid=21871/tid=21872] ppid=21869 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/21871/task/21872/stat : 21872 (java) R 21869 21869 15751 0 -1 4202560 8471 0 0 0 64 4 0 0 20 0 20 0 418683739 28911378432 22559 33554432000 4194304 4196468 140723671609824 140511311216240 140510943433405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21873] ppid=21869 vsize=28233768 memory=140553543263088 CPUtime=0 cores=0-7
/proc/21871/task/21873/stat : 21873 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28911378432 22559 33554432000 4194304 4196468 140723671609824 140511265741072 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21874] ppid=21869 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21874/stat : 21874 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418683740 28911378432 22559 33554432000 4194304 4196468 140723671609824 140510857537936 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21875] ppid=21869 vsize=28233768 memory=1200 CPUtime=0 cores=0-7
/proc/21871/task/21875/stat : 21875 (java) S 21869 21869 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418683740 28911378432 22559 33554432000 4194304 4196468 140723671609824 140510856485392 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0

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

/proc/21871/stat : 21871 (java) S 21869 21869 15751 0 -1 1077944320 30838 0 0 0 765 44 0 0 20 0 25 0 418683739 29595090944 102392 33554432000 4194304 4196468 140723671609824 140723671592368 140511306981111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
/proc/21871/statm: 7225364 102409 3513 1 0 7186466 0
[pid=21871/tid=21872] ppid=21869 vsize=28901456 memory=6944656592455097440 CPUtime=1.56 cores=0-7
/proc/21871/task/21872/stat : 21872 (java) S 21869 21869 15751 0 -1 1077944384 10144 0 0 0 150 6 0 0 20 0 24 0 418683739 29595090944 102376 33554432000 4194304 4196468 140723671609824 140511311221888 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21873] ppid=21869 vsize=28901456 memory=4872558044660077418 CPUtime=0.06 cores=0-7
/proc/21871/task/21873/stat : 21873 (java) S 21869 21869 15751 0 -1 1077944384 96 0 0 0 3 3 0 0 20 0 24 0 418683740 29595090944 102376 33554432000 4194304 4196468 140723671609824 140511265741072 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21874] ppid=21869 vsize=28901456 memory=7230638415855315031 CPUtime=0.06 cores=0-7
/proc/21871/task/21874/stat : 21874 (java) S 21869 21869 15751 0 -1 1077944384 69 0 0 0 3 3 0 0 20 0 24 0 418683740 29595090944 102376 33554432000 4194304 4196468 140723671609824 140510857537936 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21875] ppid=21869 vsize=28901456 memory=22129 CPUtime=0.05 cores=0-7
/proc/21871/task/21875/stat : 21875 (java) S 21869 21869 15751 0 -1 1077944384 74 0 0 0 3 2 0 0 20 0 24 0 418683740 29595090944 102376 33554432000 4194304 4196468 140723671609824 140510856485392 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21876] ppid=21869 vsize=28901456 memory=4420 CPUtime=0.06 cores=0-7
/proc/21871/task/21876/stat : 21876 (java) S 21869 21869 15751 0 -1 1077944384 101 0 0 0 3 3 0 0 20 0 25 0 418683740 29595090944 102376 33554432000 4194304 4196468 140723671609824 140510855432848 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21877] ppid=21869 vsize=28901456 memory=6628 CPUtime=0.06 cores=0-7
/proc/21871/task/21877/stat : 21877 (java) S 21869 21869 15751 0 -1 1077944384 102 0 0 0 3 3 0 0 20 0 26 0 418683740 29595090944 102376 33554432000 4194304 4196468 140723671609824 140510854380304 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21878] ppid=21869 vsize=28901456 memory=8836 CPUtime=0.07 cores=0-7
/proc/21871/task/21878/stat : 21878 (java) S 21869 21869 15751 0 -1 1077944384 104 0 0 0 4 3 0 0 20 0 26 0 418683740 29595090944 102376 33554432000 4194304 4196468 140723671609824 140510853327760 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21879] ppid=21869 vsize=28901456 memory=11044 CPUtime=0.07 cores=0-7
/proc/21871/task/21879/stat : 21879 (java) S 21869 21869 15751 0 -1 1077944384 94 0 0 0 4 3 0 0 20 0 26 0 418683740 29595090944 102376 33554432000 4194304 4196468 140723671609824 140510852275216 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21880] ppid=21869 vsize=28901456 memory=13230 CPUtime=0.06 cores=0-7
/proc/21871/task/21880/stat : 21880 (java) S 21869 21869 15751 0 -1 1077944384 154 0 0 0 3 3 0 0 20 0 26 0 418683740 29595090944 102376 33554432000 4194304 4196468 140723671609824 140510851222672 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21881] ppid=21869 vsize=28901456 memory=-3252517613199061085 CPUtime=0.01 cores=0-7
/proc/21871/task/21881/stat : 21881 (java) S 21869 21869 15751 0 -1 1077944384 242 0 0 0 1 0 0 0 20 0 26 0 418683741 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509434533872 140511306992258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21882] ppid=21869 vsize=28901456 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/21871/task/21882/stat : 21882 (java) S 21869 21869 15751 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 26 0 418683742 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509433480160 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21883] ppid=21869 vsize=28901456 memory=19876 CPUtime=0 cores=0-7
/proc/21871/task/21883/stat : 21883 (java) S 21869 21869 15751 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 26 0 418683742 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509432427520 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21884] ppid=21869 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21884/stat : 21884 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 418683744 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509431376080 140511306999707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21885] ppid=21869 vsize=28901456 memory=0 CPUtime=1.26 cores=0-7
/proc/21871/task/21885/stat : 21885 (java) R 21869 21869 15751 0 -1 4202560 4028 0 0 0 125 1 0 0 20 0 26 0 418683744 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509430323696 140511288525769 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21886] ppid=21869 vsize=28901456 memory=0 CPUtime=1.21 cores=0-7
/proc/21871/task/21886/stat : 21886 (java) R 21869 21869 15751 0 -1 4202560 3651 0 0 0 120 1 0 0 20 0 26 0 418683744 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509429271152 140511288525416 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21887] ppid=21869 vsize=28901456 memory=0 CPUtime=1.22 cores=0-7
/proc/21871/task/21887/stat : 21887 (java) S 21869 21869 15751 0 -1 1077944384 2963 0 0 0 122 0 0 0 20 0 27 0 418683744 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509428218608 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21888] ppid=21869 vsize=28901456 memory=0 CPUtime=0.79 cores=0-7
/proc/21871/task/21888/stat : 21888 (java) R 21869 21869 15751 0 -1 4202560 3786 0 0 0 78 1 0 0 20 0 27 0 418683744 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509427166064 140511285619920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21889] ppid=21869 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21889/stat : 21889 (java) S 21869 21869 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 418683745 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509426112736 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21890] ppid=21869 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/21890/stat : 21890 (java) S 21869 21869 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 27 0 418683745 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509425060272 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=22099] ppid=21869 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/22099/stat : 22099 (java) R 21869 21869 15751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 418683940 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509410835232 140510951947945 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=22100] ppid=21869 vsize=28901456 memory=33 CPUtime=0 cores=0-7
/proc/21871/task/22100/stat : 22100 (java) S 21869 21869 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 27 0 418683940 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509406625712 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=22101] ppid=21869 vsize=28901456 memory=8243114992657236055 CPUtime=0 cores=0-7
/proc/21871/task/22101/stat : 22101 (java) R 21869 21869 15751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 418683940 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509405573696 140511306993046 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=22102] ppid=21869 vsize=28901456 memory=288286666899343424 CPUtime=0 cores=0-7
/proc/21871/task/22102/stat : 22102 (java) S 21869 21869 15751 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 27 0 418683940 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509413994304 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=22103] ppid=21869 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/22103/stat : 22103 (java) R 21869 21869 15751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 418683940 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509404523976 140510951947929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=22104] ppid=21869 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/22104/stat : 22104 (java) R 21869 21869 15751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 27 0 418683940 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509411892704 140511288630059 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=22105] ppid=21869 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/21871/task/22105/stat : 22105 (java) R 21869 21869 15751 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 27 0 418683940 29595090944 102376 33554432000 4194304 4196468 140723671609824 140509406625344 140511299720961 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
Current children cumulated CPU time: 8.09 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 411088 KiB

[startup+2.20303 s]
/proc/loadavg: 5.20 6.52 6.75 7/219 22082
/proc/meminfo: memFree=30559924/32770624 swapFree=66947516/67108860
[pid=21869] ppid=21866 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21869/stat : 21869 (xcsp3-exec) S 21866 21869 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418683738 115843072 364 33554432000 4194304 5098028 140722722474048 140722722472152 140209167970940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27475968 140722722481014 140722722481257 140722722481257 140722722484170 0
/proc/21869/statm: 28282 364 305 221 0 87 0
[pid=21871] ppid=21869 vsize=28901456 memory=438120 CPUtime=9.34 cores=0-7
/proc/21871/stat : 21871 (java) S 21869 21869 15751 0 -1 1077944320 32524 0 0 0 886 48 0 0 20 0 28 0 418683739 29595090944 109530 33554432000 4194304 4196468 140723671609824 140723671592368 140511306981111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
/proc/21871/statm: 7225364 109530 3513 1 0 7186466 0
[pid=21871/tid=21872] ppid=21869 vsize=28901456 memory=0 CPUtime=1.57 cores=0-7
/proc/21871/task/21872/stat : 21872 (java) S 21869 21869 15751 0 -1 1077944384 10144 0 0 0 151 6 0 0 20 0 28 0 418683739 29595090944 109530 33554432000 4194304 4196468 140723671609824 140511311221888 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21873] ppid=21869 vsize=28901456 memory=0 CPUtime=0.07 cores=0-7
/proc/21871/task/21873/stat : 21873 (java) S 21869 21869 15751 0 -1 1077944384 141 0 0 0 3 4 0 0 20 0 28 0 418683740 29595090944 109530 33554432000 4194304 4196468 140723671609824 140511265741072 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21874] ppid=21869 vsize=28901456 memory=6944656591801718942 CPUtime=0.07 cores=0-7
/proc/21871/task/21874/stat : 21874 (java) S 21869 21869 15751 0 -1 1077944384 140 0 0 0 3 4 0 0 20 0 28 0 418683740 29595090944 109530 33554432000 4194304 4196468 140723671609824 140510857537936 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21875] ppid=21869 vsize=28901456 memory=8764164798296070351 CPUtime=0.05 cores=0-7
/proc/21871/task/21875/stat : 21875 (java) S 21869 21869 15751 0 -1 1077944384 74 0 0 0 3 2 0 0 20 0 28 0 418683740 29595090944 109530 33554432000 4194304 4196468 140723671609824 140510856485392 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21876] ppid=21869 vsize=28901456 memory=6944656425122961013 CPUtime=0.08 cores=0-7
/proc/21871/task/21876/stat : 21876 (java) S 21869 21869 15751 0 -1 1077944384 146 0 0 0 4 4 0 0 20 0 28 0 418683740 29595090944 109530 33554432000 4194304 4196468 140723671609824 140510855432848 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21877] ppid=21869 vsize=28901456 memory=-2025810976467231676 CPUtime=0.08 cores=0-7
/proc/21871/task/21877/stat : 21877 (java) S 21869 21869 15751 0 -1 1077944384 128 0 0 0 4 4 0 0 20 0 28 0 418683740 29595090944 109530 33554432000 4194304 4196468 140723671609824 140510854380304 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21878] ppid=21869 vsize=28901456 memory=6944656592385698452 CPUtime=0.08 cores=0-7
/proc/21871/task/21878/stat : 21878 (java) S 21869 21869 15751 0 -1 1077944384 170 0 0 0 5 3 0 0 20 0 28 0 418683740 29595090944 109530 33554432000 4194304 4196468 140723671609824 140510853327760 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21879] ppid=21869 vsize=28901456 memory=6656426216303648864 CPUtime=0.08 cores=0-7
/proc/21871/task/21879/stat : 21879 (java) S 21869 21869 15751 0 -1 1077944384 136 0 0 0 5 3 0 0 20 0 28 0 418683740 29595090944 109530 33554432000 4194304 4196468 140723671609824 140510852275216 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21880] ppid=21869 vsize=28901456 memory=6944656592455360604 CPUtime=0.08 cores=0-7
/proc/21871/task/21880/stat : 21880 (java) S 21869 21869 15751 0 -1 1077944384 169 0 0 0 5 3 0 0 20 0 28 0 418683740 29595090944 109530 33554432000 4194304 4196468 140723671609824 140510851222672 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21881] ppid=21869 vsize=28901456 memory=6944656592387989600 CPUtime=0.01 cores=0-7
/proc/21871/task/21881/stat : 21881 (java) S 21869 21869 15751 0 -1 1077944384 242 0 0 0 1 0 0 0 20 0 28 0 418683741 29595090944 109530 33554432000 4194304 4196468 140723671609824 140509434533872 140511306992258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21882] ppid=21869 vsize=28901456 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/21871/task/21882/stat : 21882 (java) S 21869 21869 15751 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 418683742 29595090944 109530 33554432000 4194304 4196468 140723671609824 140509433480160 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21883] ppid=21869 vsize=28901456 memory=281107086809600 CPUtime=0 cores=0-7
/proc/21871/task/21883/stat : 21883 (java) S 21869 21869 15751 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418683742 29595090944 109530 33554432000 4194304 4196468 140723671609824 140509432427520 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21884] ppid=21869 vsize=28901456 memory=93926639839978 CPUtime=0 cores=0-7
/proc/21871/task/21884/stat : 21884 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418683744 29595090944 109530 33554432000 4194304 4196468 140723671609824 140509431376080 140511306999707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21885] ppid=21869 vsize=28901456 memory=93926639839979 CPUtime=1.44 cores=0-7
/proc/21871/task/21885/stat : 21885 (java) R 21869 21869 15751 0 -1 4202560 4065 0 0 0 143 1 0 0 20 0 28 0 418683744 29595090944 109530 33554432000 4194304 4196468 140723671609824 140509430301592 140511288499023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21886] ppid=21869 vsize=28901456 memory=93926639839980 CPUtime=1.35 cores=0-7
/proc/21871/task/21886/stat : 21886 (java) R 21869 21869 15751 0 -1 4202560 3682 0 0 0 134 1 0 0 20 0 28 0 418683744 29595090944 109530 33554432000 4194304 4196468 140723671609824 140509429264176 140511286499040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21887] ppid=21869 vsize=28901456 memory=93926639839981 CPUtime=1.37 cores=0-7
/proc/21871/task/21887/stat : 21887 (java) R 21869 21869 15751 0 -1 4202560 2985 0 0 0 137 0 0 0 20 0 28 0 418683744 29595090944 109530 33554432000 4194304 4196468 140723671609824 140509428199504 140511285217863 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21888] ppid=21869 vsize=28901456 memory=93926639839982 CPUtime=0.87 cores=0-7
/proc/21871/task/21888/stat : 21888 (java) S 21869 21869 15751 0 -1 1077944384 3953 0 0 0 86 1 0 0 20 0 28 0 418683744 29595090944 109530 33554432000 4194304 4196468 140723671609824 140509427166064 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21889] ppid=21869 vsize=28901456 memory=7163352779489044822 CPUtime=0 cores=0-7
/proc/21871/task/21889/stat : 21889 (java) S 21869 21869 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418683745 29595090944 109530 33554432000 4194304 4196468 140723671609824 140509426112736 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21890] ppid=21869 vsize=28901456 memory=6371016122021990765 CPUtime=0 cores=0-7
/proc/21871/task/21890/stat : 21890 (java) S 21869 21869 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 418683745 29595090944 109530 33554432000 4194304 4196468 140723671609824 140509425060272 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
Current children cumulated CPU time: 9.34 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 439576 KiB

[startup+2.30085 s]
/proc/loadavg: 5.20 6.52 6.75 7/219 22082
/proc/meminfo: memFree=30559924/32770624 swapFree=66947516/67108860
[pid=21869] ppid=21866 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/21869/stat : 21869 (xcsp3-exec) S 21866 21869 15751 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418683738 115843072 364 33554432000 4194304 5098028 140722722474048 140722722472152 140209167970940 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 27475968 140722722481014 140722722481257 140722722481257 140722722484170 0
/proc/21869/statm: 28282 364 305 221 0 87 0
[pid=21871] ppid=21869 vsize=28901456 memory=548596 CPUtime=9.93 cores=0-7
/proc/21871/stat : 21871 (java) S 21869 21869 15751 0 -1 1077944320 34203 0 0 0 938 55 0 0 20 0 28 0 418683739 29595090944 137149 33554432000 4194304 4196468 140723671609824 140723671592368 140511306981111 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
/proc/21871/statm: 7225364 137149 3513 1 0 7186466 0
[pid=21871/tid=21872] ppid=21869 vsize=28901456 memory=0 CPUtime=1.57 cores=0-7
/proc/21871/task/21872/stat : 21872 (java) S 21869 21869 15751 0 -1 1077944384 10144 0 0 0 151 6 0 0 20 0 28 0 418683739 29595090944 137149 33554432000 4194304 4196468 140723671609824 140511311221888 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21873] ppid=21869 vsize=28901456 memory=1456 CPUtime=0.08 cores=0-7
/proc/21871/task/21873/stat : 21873 (java) S 21869 21869 15751 0 -1 1077944384 151 0 0 0 4 4 0 0 20 0 28 0 418683740 29595090944 137149 33554432000 4194304 4196468 140723671609824 140511265741072 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21874] ppid=21869 vsize=28901456 memory=224968 CPUtime=0.07 cores=0-7
/proc/21871/task/21874/stat : 21874 (java) S 21869 21869 15751 0 -1 1077944384 140 0 0 0 3 4 0 0 20 0 28 0 418683740 29595090944 137149 33554432000 4194304 4196468 140723671609824 140510857537936 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21875] ppid=21869 vsize=28901456 memory=56 CPUtime=0.07 cores=0-7
/proc/21871/task/21875/stat : 21875 (java) S 21869 21869 15751 0 -1 1077944384 83 0 0 0 4 3 0 0 20 0 28 0 418683740 29595090944 137149 33554432000 4194304 4196468 140723671609824 140510856485392 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21876] ppid=21869 vsize=28901456 memory=13877 CPUtime=0.08 cores=0-7
/proc/21871/task/21876/stat : 21876 (java) S 21869 21869 15751 0 -1 1077944384 156 0 0 0 4 4 0 0 20 0 28 0 418683740 29595090944 137149 33554432000 4194304 4196468 140723671609824 140510855432848 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21877] ppid=21869 vsize=28901456 memory=26820 CPUtime=0.1 cores=0-7
/proc/21871/task/21877/stat : 21877 (java) S 21869 21869 15751 0 -1 1077944384 137 0 0 0 5 5 0 0 20 0 28 0 418683740 29595090944 137149 33554432000 4194304 4196468 140723671609824 140510854380304 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21878] ppid=21869 vsize=28901456 memory=0 CPUtime=0.09 cores=0-7
/proc/21871/task/21878/stat : 21878 (java) S 21869 21869 15751 0 -1 1077944384 179 0 0 0 6 3 0 0 20 0 28 0 418683740 29595090944 137149 33554432000 4194304 4196468 140723671609824 140510853327760 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21879] ppid=21869 vsize=28901456 memory=69939985648362 CPUtime=0.1 cores=0-7
/proc/21871/task/21879/stat : 21879 (java) S 21869 21869 15751 0 -1 1077944384 145 0 0 0 6 4 0 0 20 0 28 0 418683740 29595090944 137149 33554432000 4194304 4196468 140723671609824 140510852275216 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21880] ppid=21869 vsize=28901456 memory=96083451579114 CPUtime=0.1 cores=0-7
/proc/21871/task/21880/stat : 21880 (java) S 21869 21869 15751 0 -1 1077944384 181 0 0 0 6 4 0 0 20 0 28 0 418683740 29595090944 137149 33554432000 4194304 4196468 140723671609824 140510851222672 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21881] ppid=21869 vsize=28901456 memory=96087746546410 CPUtime=0.01 cores=0-7
/proc/21871/task/21881/stat : 21881 (java) S 21869 21869 15751 0 -1 1077944384 523 0 0 0 1 0 0 0 20 0 28 0 418683741 29595090944 137149 33554432000 4194304 4196468 140723671609824 140509434533872 140511306992258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21882] ppid=21869 vsize=28901456 memory=96100631448298 CPUtime=0 cores=0-7
/proc/21871/task/21882/stat : 21882 (java) S 21869 21869 15751 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 418683742 29595090944 137149 33554432000 4194304 4196468 140723671609824 140509433480160 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21883] ppid=21869 vsize=28901456 memory=96109221382890 CPUtime=0 cores=0-7
/proc/21871/task/21883/stat : 21883 (java) S 21869 21869 15751 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 418683742 29595090944 137149 33554432000 4194304 4196468 140723671609824 140509432427520 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21884] ppid=21869 vsize=28901456 memory=123953494361857 CPUtime=0 cores=0-7
/proc/21871/task/21884/stat : 21884 (java) S 21869 21869 15751 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418683744 29595090944 137149 33554432000 4194304 4196468 140723671609824 140509431376080 140511306999707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21885] ppid=21869 vsize=28901456 memory=281107085922064 CPUtime=1.52 cores=0-7
/proc/21871/task/21885/stat : 21885 (java) R 21869 21869 15751 0 -1 4202560 4090 0 0 0 151 1 0 0 20 0 28 0 418683744 29595090944 137149 33554432000 4194304 4196468 140723671609824 140509430314976 140511291376019 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21886] ppid=21869 vsize=28901456 memory=96109221382890 CPUtime=1.43 cores=0-7
/proc/21871/task/21886/stat : 21886 (java) R 21869 21869 15751 0 -1 4202560 3687 0 0 0 142 1 0 0 20 0 28 0 418683744 29595090944 137149 33554432000 4194304 4196468 140723671609824 140509429250192 140511292090831 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21887] ppid=21869 vsize=28901456 memory=96109221382890 CPUtime=1.46 cores=0-7
/proc/21871/task/21887/stat : 21887 (java) R 21869 21869 15751 0 -1 4202560 3005 0 0 0 146 0 0 0 20 0 28 0 418683744 29595090944 137149 33554432000 4194304 4196468 140723671609824 140509428210448 140511286637680 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21888] ppid=21869 vsize=28901456 memory=96109221382890 CPUtime=0.89 cores=0-7
/proc/21871/task/21888/stat : 21888 (java) R 21869 21869 15751 0 -1 1077944384 4000 0 0 0 88 1 0 0 20 0 28 0 418683744 29595090944 137149 33554432000 4194304 4196468 140723671609824 140509427166064 140511306992258 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21889] ppid=21869 vsize=28901456 memory=96109221382890 CPUtime=0 cores=0-7
/proc/21871/task/21889/stat : 21889 (java) S 21869 21869 15751 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418683745 29595090944 137149 33554432000 4194304 4196468 140723671609824 140509426112736 140511306991317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
[pid=21871/tid=21890] ppid=21869 vsize=28901456 memory=281107085963296 CPUtime=0 cores=0-7
/proc/21871/task/21890/stat : 21890 (java) S 21869 21869 15751 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 418683745 29595090944 137149 33554432000 4194304 4196468 140723671609824 140509425060272 140511306992258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29642752 140723671614442 140723671614614 140723671614614 140723671617487 0
Current children cumulated CPU time: 9.93 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 550052 KiB

Child status: 0
Real time (s): 2.36976
CPU time (s): 10.2791
CPU user time (s): 9.7169
CPU system time (s): 0.562152
CPU usage (%): 433.759
Max. virtual memory (cumulated for all children) (KiB): 29014584
Max. memory (cumulated for all children) (KiB): 550052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.7169
system time used= 0.562152
maximum resident set size= 549568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34972
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6630
involuntary context switches= 151


# summary of solver processes directly reported to runsolver:
#   pid: 21869
#   total CPU time (s): 10.2791
#   total CPU user time (s): 9.7169
#   total CPU system time (s): 0.562152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040639 second user time and 0.071653 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 04:16:16
IDJOB=4393810
IDBENCH=126829
IDSOLVER=2841
FILE ID=node117/4393810-1568427418
RUNJOBID= node117-1568427144-15778
PBS_JOBID= 21702295
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-4-5-20-1.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-4393810-1568427418/watcher-4393810-1568427418 -o /tmp/evaluation-result-4393810-1568427418/solver-4393810-1568427418 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568427144-15778 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 902536433 HOME/instance-4393810-1568427418.xml

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

MD5SUM BENCH= e6e5223db5de59749ca81141a6ec4e70
RANDOM SEED=902536433

node117.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.75
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.75
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.75
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.75
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:        30951788 kB
MemAvailable:   31865784 kB
Buffers:          138816 kB
Cached:          1043804 kB
SwapCached:        51464 kB
Active:           769756 kB
Inactive:         466892 kB
Active(anon):      19248 kB
Inactive(anon):    58832 kB
Active(file):     750508 kB
Inactive(file):   408060 kB
Unevictable:      110108 kB
Mlocked:          110108 kB
SwapTotal:      67108860 kB
SwapFree:       66947516 kB
Dirty:             26556 kB
Writeback:             0 kB
AnonPages:        122744 kB
Mapped:            33412 kB
Shmem:             15436 kB
Slab:             171372 kB
SReclaimable:     142524 kB
SUnreclaim:        28848 kB
KernelStack:        3712 kB
PageTables:         5616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-14 04:16:18