Trace number 4394476

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 parallelOPT165 26.2976 5.10053

General information on the benchmark

NameTpp/Tpp-zinc-s1/
Tpp-5-5-30-1.xml
MD5SUMaf05408dbf994167098c19a92e91e627
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark165
Best CPU time to get the best result obtained on this benchmark0.692329
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints807
Number of domains57
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":6},{"size":4,"count":14},{"size":5,"count":5},{"size":11,"count":1},{"size":12,"count":2},{"size":13,"count":8},{"size":14,"count":6},{"size":15,"count":9},{"size":16,"count":4},{"size":24,"count":30},{"size":25,"count":25}]
Minimum variable degree2
Maximum variable degree33
Distribution of variable degrees[{"degree":2,"count":55},{"degree":26,"count":30},{"degree":32,"count":24},{"degree":33,"count":1}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":805},{"arity":25,"count":1}]
Number of extensional constraints55
Number of intensional constraints751
Distribution of constraint types[{"type":"extension","count":55},{"type":"intension","count":751},{"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-4394476-1568427440.xml"  -tl '20160s' -p 8
0.11/0.20	c Choco e747e1e
0.11/0.20	c [HOME/instance-4394476-1568427440.xml, -tl, 20160s, -p, 8]
0.33/0.24	c 8 solvers in parallel
0.33/0.31	c parse instance...
8.12/2.40	c solve instance...
9.57/2.68	o 298 
9.57/2.69	o 298 
10.31/2.75	o 274 
10.31/2.75	o 269 
10.31/2.75	o 267 
10.31/2.76	o 265 
10.31/2.76	o 264 
10.31/2.77	o 256 
10.31/2.78	o 255 
10.31/2.78	o 254 
10.31/2.78	o 252 
10.31/2.80	o 251 
10.87/2.85	o 250 
10.87/2.86	o 249 
10.87/2.88	o 244 
10.87/2.89	o 243 
10.87/2.89	o 242 
11.54/2.90	o 241 
11.54/2.90	o 240 
11.54/2.91	o 237 
11.54/2.92	o 235 
11.54/2.92	o 229 
11.54/2.93	o 228 
11.54/2.93	o 227 
11.54/2.94	o 226 
11.54/2.95	o 225 
11.54/2.96	o 224 
11.54/2.96	o 223 
11.54/2.97	o 222 
11.54/2.97	o 221 
11.54/3.00	o 220 
11.54/3.00	o 219 
12.11/3.01	o 218 
12.11/3.01	o 217 
12.11/3.03	o 216 
12.11/3.04	o 215 
12.11/3.05	o 214 
12.11/3.05	o 213 
12.11/3.07	o 212 
12.11/3.08	o 209 
12.67/3.12	o 208 
12.67/3.13	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (128/130)
12.67/3.13		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
12.67/3.13		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
12.67/3.13		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
12.67/3.13		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
12.67/3.13		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
12.67/3.13	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (128/130)
12.67/3.13		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
12.67/3.13		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
12.67/3.14		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
12.67/3.14		at org.chocosolver.solver.Solver.repair(Solver.java:443)
12.67/3.14		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
12.67/3.14		at org.chocosolver.solver.Solver.solve(Solver.java:262)
12.67/3.14		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
12.67/3.14		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
12.67/3.14		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
12.67/3.14		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
12.67/3.14		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
12.67/3.14		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
12.67/3.14		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
12.67/3.14		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
12.67/3.14		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
12.67/3.14		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
12.67/3.14	o 207 
12.67/3.14	o 206 
12.67/3.17	o 186 
13.25/3.21	o 185 
13.25/3.22	o 183 
13.25/3.24	o 182 
13.25/3.26	o 181 
13.25/3.26	o 180 
13.25/3.27	o 179 
13.25/3.29	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (138/140)
13.25/3.29		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
13.25/3.29		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
13.25/3.29		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
13.25/3.29		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
13.25/3.29		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
13.25/3.29	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (138/140)
13.25/3.29		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
13.25/3.29		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
13.25/3.29		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
13.25/3.29		at org.chocosolver.solver.Solver.repair(Solver.java:443)
13.25/3.29		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
13.25/3.29		at org.chocosolver.solver.Solver.solve(Solver.java:262)
13.25/3.29		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
13.25/3.29		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
13.25/3.29		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
13.25/3.29		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
13.25/3.29		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
13.25/3.29		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
13.25/3.29		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
13.25/3.29		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
13.25/3.29		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
13.25/3.29		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
13.25/3.29	o 178 
13.86/3.30	o 177 
13.86/3.31	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (166/168)
13.86/3.31		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
13.86/3.31		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
13.86/3.31		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
13.86/3.31		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
13.86/3.31		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
13.86/3.31	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (166/168)
13.86/3.31		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
13.86/3.31		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
13.86/3.31		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
13.86/3.31		at org.chocosolver.solver.Solver.repair(Solver.java:443)
13.86/3.31		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
13.86/3.31		at org.chocosolver.solver.Solver.solve(Solver.java:262)
13.86/3.31		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
13.86/3.31		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
13.86/3.31		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
13.86/3.31		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
13.86/3.31		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
13.86/3.31		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
13.86/3.31		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
13.86/3.31		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
13.86/3.31		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
13.86/3.31		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
13.86/3.31	o 176 
13.86/3.33	o 174 
13.86/3.35	o 172 
13.86/3.38	o 171 
14.48/3.40	o 170 
14.48/3.44	o 168 
14.48/3.45	o 166 
14.48/3.47	o 165 
25.51/4.89	s OPTIMUM FOUND
25.51/4.89	v <instantiation>
25.51/4.89	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] s[20] s[21] s[22] s[23] s[24] 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] d[20] d[21] d[22] d[23] d[24] 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] l[20] l[21] l[22] l[23] l[24] l[25] l[26] l[27] l[28] l[29] 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] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] </list>
25.51/4.89	v 	<values>0 1 2 3 4 5 6 7 8 9 10 11 12 14 19 15 16 17 13 24 20 21 22 18 23 0 0 0 0 0 0 0 0 0 0 0 0 0 13 1 0 0 0 1 9 0 0 0 8 18 18 19 14 18 13 18 14 23 14 13 14 14 13 23 13 14 23 13 18 13 19 19 23 19 23 14 13 14 18 18 4 1 5 1 1 5 7 11 8 1 2 1 4 1 6 5 5 6 4 4 1 7 2 2 6 2 4 1 2 6 </values>
25.51/4.89	v </instantiation>

Verifier Data

OK	165

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394476-1568427440/watcher-4394476-1568427440 -o /tmp/evaluation-result-4394476-1568427440/solver-4394476-1568427440 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 346664680 HOME/instance-4394476-1568427440.xml 

running on 8 cores: 0-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=30810, runsolver pid=30807
Current StackSize limit: 8192 KiB


[startup+0.10016 s]*
/proc/loadavg: 5.84 6.77 6.97 2/212 30831
/proc/meminfo: memFree=29814604/32770688 swapFree=66961108/67108860
[pid=30810] ppid=30807 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30810/stat : 30810 (xcsp3-exec) S 30807 30810 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685720 115843072 363 33554432000 4194304 5098028 140728544309824 140728544307928 140662335144572 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26271744 140728544314230 140728544314473 140728544314473 140728544317386 0
/proc/30810/statm: 28282 363 304 221 0 87 0
[pid=30812] ppid=30810 vsize=28227388 memory=27916 CPUtime=0.11 cores=0-7
/proc/30812/stat : 30812 (java) S 30810 30810 28528 0 -1 1077944320 5517 0 0 0 10 1 0 0 20 0 20 0 418685720 28904845312 6979 33554432000 4194304 4196468 140732981304032 140732981286576 139904051994359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
/proc/30812/statm: 7056847 6979 3081 1 0 7019032 0
[pid=30812/tid=30813] ppid=30810 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/30812/task/30813/stat : 30813 (java) R 30810 30810 28528 0 -1 4202560 3529 0 0 0 8 1 0 0 20 0 20 0 418685720 28904845312 6979 33554432000 4194304 4196468 140732981304032 139904056215168 139904036074846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30814] ppid=30810 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/30812/task/30814/stat : 30814 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 6979 33554432000 4194304 4196468 140732981304032 139904004614800 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30815] ppid=30810 vsize=28227388 memory=140010251163264 CPUtime=0 cores=0-7
/proc/30812/task/30815/stat : 30815 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 6979 33554432000 4194304 4196468 140732981304032 139904003562000 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30816] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30816/stat : 30816 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 6979 33554432000 4194304 4196468 140732981304032 139904002509200 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30817] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30817/stat : 30817 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 6979 33554432000 4194304 4196468 140732981304032 139904001456400 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30818] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30818/stat : 30818 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 6979 33554432000 4194304 4196468 140732981304032 139904000404624 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30819] ppid=30810 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30812/task/30819/stat : 30819 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903999351824 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30820] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30820/stat : 30820 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903998299024 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30821] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30821/stat : 30821 (java) S 30810 30810 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903595567888 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30822] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30822/stat : 30822 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685723 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903369120112 139904052005506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30823] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30823/stat : 30823 (java) S 30810 30810 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418685723 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903368066080 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30824] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30824/stat : 30824 (java) S 30810 30810 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418685724 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903367013232 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30825] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30825/stat : 30825 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685726 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903365961552 139904052012955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30826] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30826/stat : 30826 (java) S 30810 30810 28528 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 418685726 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903364909936 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30827] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30827/stat : 30827 (java) S 30810 30810 28528 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 418685726 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903363857136 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30828] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30828/stat : 30828 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685726 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903362804336 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30829] ppid=30810 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/30812/task/30829/stat : 30829 (java) S 30810 30810 28528 0 -1 1077944384 247 0 0 0 1 0 0 0 20 0 20 0 418685727 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903361751536 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30830] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30830/stat : 30830 (java) S 30810 30810 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685727 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903360698976 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30831] ppid=30810 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30812/task/30831/stat : 30831 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685727 28904845312 6979 33554432000 4194304 4196468 140732981304032 139903359646256 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29368 KiB

[startup+0.211279 s]*
/proc/loadavg: 5.84 6.77 6.97 3/212 30831
/proc/meminfo: memFree=29802416/32770688 swapFree=66961108/67108860
[pid=30810] ppid=30807 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30810/stat : 30810 (xcsp3-exec) S 30807 30810 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685720 115843072 363 33554432000 4194304 5098028 140728544309824 140728544307928 140662335144572 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26271744 140728544314230 140728544314473 140728544314473 140728544317386 0
/proc/30810/statm: 28282 363 304 221 0 87 0
[pid=30812] ppid=30810 vsize=28227388 memory=40120 CPUtime=0.33 cores=0-7
/proc/30812/stat : 30812 (java) S 30810 30810 28528 0 -1 1077944320 9321 0 0 0 30 3 0 0 20 0 20 0 418685720 28904845312 10030 33554432000 4194304 4196468 140732981304032 140732981286576 139904051994359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
/proc/30812/statm: 7056847 10030 3271 1 0 7019032 0
[pid=30812/tid=30813] ppid=30810 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/30812/task/30813/stat : 30813 (java) R 30810 30810 28528 0 -1 4202560 6532 0 0 0 18 2 0 0 20 0 20 0 418685720 28904845312 10030 33554432000 4194304 4196468 140732981304032 139904056213696 139904036074846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30814] ppid=30810 vsize=28227388 memory=342 CPUtime=0 cores=0-7
/proc/30812/task/30814/stat : 30814 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 10030 33554432000 4194304 4196468 140732981304032 139904004614800 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30815] ppid=30810 vsize=28227388 memory=3905383443530061472 CPUtime=0 cores=0-7
/proc/30812/task/30815/stat : 30815 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 10030 33554432000 4194304 4196468 140732981304032 139904003562000 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30816] ppid=30810 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30812/task/30816/stat : 30816 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 10030 33554432000 4194304 4196468 140732981304032 139904002509200 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30817] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30817/stat : 30817 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 10030 33554432000 4194304 4196468 140732981304032 139904001456400 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30818] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30818/stat : 30818 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 10030 33554432000 4194304 4196468 140732981304032 139904000404624 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30819] ppid=30810 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30812/task/30819/stat : 30819 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903999351824 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30820] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30820/stat : 30820 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903998299024 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30821] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30821/stat : 30821 (java) S 30810 30810 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685721 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903595567888 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30822] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30822/stat : 30822 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685723 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903369120112 139904052005506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30823] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30823/stat : 30823 (java) S 30810 30810 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418685723 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903368066080 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30824] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30824/stat : 30824 (java) S 30810 30810 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418685724 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903367013232 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30825] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30825/stat : 30825 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685726 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903365961552 139904052012955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30826] ppid=30810 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/30812/task/30826/stat : 30826 (java) S 30810 30810 28528 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 20 0 418685726 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903364909936 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30827] ppid=30810 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/30812/task/30827/stat : 30827 (java) S 30810 30810 28528 0 -1 1077944384 245 0 0 0 2 0 0 0 20 0 20 0 418685726 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903363857136 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30828] ppid=30810 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30812/task/30828/stat : 30828 (java) S 30810 30810 28528 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 418685726 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903362804336 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30829] ppid=30810 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/30812/task/30829/stat : 30829 (java) R 30810 30810 28528 0 -1 4202560 824 0 0 0 7 0 0 0 20 0 20 0 418685727 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903361751536 139904052015706 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30830] ppid=30810 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30830/stat : 30830 (java) S 30810 30810 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685727 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903360698976 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30831] ppid=30810 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/30812/task/30831/stat : 30831 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685727 28904845312 10030 33554432000 4194304 4196468 140732981304032 139903359646256 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 41572 KiB

[startup+0.311092 s]*
/proc/loadavg: 5.84 6.77 6.97 2/212 30831
/proc/meminfo: memFree=29796560/32770688 swapFree=66961108/67108860
[pid=30810] ppid=30807 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30810/stat : 30810 (xcsp3-exec) S 30807 30810 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685720 115843072 363 33554432000 4194304 5098028 140728544309824 140728544307928 140662335144572 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26271744 140728544314230 140728544314473 140728544314473 140728544317386 0
/proc/30810/statm: 28282 363 304 221 0 87 0
[pid=30812] ppid=30810 vsize=28231644 memory=46412 CPUtime=0.5 cores=0-7
/proc/30812/stat : 30812 (java) S 30810 30810 28528 0 -1 1077944320 10519 0 0 0 47 3 0 0 20 0 20 0 418685720 28909203456 11603 33554432000 4194304 4196468 140732981304032 140732981286576 139904051994359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
/proc/30812/statm: 7057911 11603 3340 1 0 7019032 0
[pid=30812/tid=30813] ppid=30810 vsize=28231644 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/30812/task/30813/stat : 30813 (java) R 30810 30810 28528 0 -1 4202560 7521 0 0 0 27 2 0 0 20 0 20 0 418685720 28909203456 11603 33554432000 4194304 4196468 140732981304032 139904056206768 139904036074846 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30814] ppid=30810 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30814/stat : 30814 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28909203456 11603 33554432000 4194304 4196468 140732981304032 139904004614800 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30815] ppid=30810 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30815/stat : 30815 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28909203456 11603 33554432000 4194304 4196468 140732981304032 139904003562000 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30816] ppid=30810 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30816/stat : 30816 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28909203456 11603 33554432000 4194304 4196468 140732981304032 139904002509200 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30817] ppid=30810 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30817/stat : 30817 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685721 28909203456 11603 33554432000 4194304 4196468 140732981304032 139904001456400 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30818] ppid=30810 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/30812/task/30818/stat : 30818 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28909203456 11603 33554432000 4194304 4196468 140732981304032 139904000404624 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30819] ppid=30810 vsize=28231644 memory=140010095473583 CPUtime=0 cores=0-7
/proc/30812/task/30819/stat : 30819 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685721 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903999351824 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30820] ppid=30810 vsize=28231644 memory=140010095475888 CPUtime=0 cores=0-7
/proc/30812/task/30820/stat : 30820 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685721 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903998299024 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30821] ppid=30810 vsize=28231644 memory=140010095478192 CPUtime=0 cores=0-7
/proc/30812/task/30821/stat : 30821 (java) S 30810 30810 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685721 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903595567888 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30822] ppid=30810 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30822/stat : 30822 (java) S 30810 30810 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418685723 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903369120112 139904052005506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30823] ppid=30810 vsize=28231644 memory=280020190963344 CPUtime=0 cores=0-7
/proc/30812/task/30823/stat : 30823 (java) S 30810 30810 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418685723 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903368066080 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30824] ppid=30810 vsize=28231644 memory=280020190970256 CPUtime=0 cores=0-7
/proc/30812/task/30824/stat : 30824 (java) S 30810 30810 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418685724 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903367013232 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30825] ppid=30810 vsize=28231644 memory=280020190911504 CPUtime=0 cores=0-7
/proc/30812/task/30825/stat : 30825 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685726 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903365961552 139904052012955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30826] ppid=30810 vsize=28231644 memory=280020190984080 CPUtime=0.02 cores=0-7
/proc/30812/task/30826/stat : 30826 (java) S 30810 30810 28528 0 -1 1077944384 378 0 0 0 2 0 0 0 20 0 20 0 418685726 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903364909936 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30827] ppid=30810 vsize=28231644 memory=280020190990992 CPUtime=0.03 cores=0-7
/proc/30812/task/30827/stat : 30827 (java) S 30810 30810 28528 0 -1 1077944384 248 0 0 0 3 0 0 0 20 0 20 0 418685726 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903363857136 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30828] ppid=30810 vsize=28231644 memory=280020190988688 CPUtime=0.01 cores=0-7
/proc/30812/task/30828/stat : 30828 (java) S 30810 30810 28528 0 -1 1077944384 94 0 0 0 1 0 0 0 20 0 20 0 418685726 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903362804336 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30829] ppid=30810 vsize=28231644 memory=280020191004848 CPUtime=0.12 cores=0-7
/proc/30812/task/30829/stat : 30829 (java) S 30810 30810 28528 0 -1 1077944384 965 0 0 0 12 0 0 0 20 0 20 0 418685727 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903361751536 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30830] ppid=30810 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30830/stat : 30830 (java) S 30810 30810 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418685727 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903360698976 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30831] ppid=30810 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/30812/task/30831/stat : 30831 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418685727 28909203456 11603 33554432000 4194304 4196468 140732981304032 139903359646256 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 47864 KiB

[startup+0.701041 s]
/proc/loadavg: 5.84 6.77 6.97 6/212 30831
/proc/meminfo: memFree=29782752/32770688 swapFree=66961108/67108860
[pid=30810] ppid=30807 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30810/stat : 30810 (xcsp3-exec) S 30807 30810 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685720 115843072 363 33554432000 4194304 5098028 140728544309824 140728544307928 140662335144572 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26271744 140728544314230 140728544314473 140728544314473 140728544317386 0
/proc/30810/statm: 28282 363 304 221 0 87 0
[pid=30812] ppid=30810 vsize=28233768 memory=83888 CPUtime=1.77 cores=0-7
/proc/30812/stat : 30812 (java) S 30810 30810 28528 0 -1 1077944320 16082 0 0 0 172 5 0 0 20 0 20 0 418685720 28911378432 20972 33554432000 4194304 4196468 140732981304032 140732981286576 139904051994359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
/proc/30812/statm: 7058442 20972 3452 1 0 7019544 0
[pid=30812/tid=30813] ppid=30810 vsize=28233768 memory=280020191362736 CPUtime=0.67 cores=0-7
/proc/30812/task/30813/stat : 30813 (java) R 30810 30810 28528 0 -1 4202560 8940 0 0 0 64 3 0 0 20 0 20 0 418685720 28911378432 20972 33554432000 4194304 4196468 140732981304032 139904056230272 139904034515390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30814] ppid=30810 vsize=28233768 memory=140010095682416 CPUtime=0 cores=0-7
/proc/30812/task/30814/stat : 30814 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28911378432 20972 33554432000 4194304 4196468 140732981304032 139904004614800 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30815] ppid=30810 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30815/stat : 30815 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28911378432 20972 33554432000 4194304 4196468 140732981304032 139904003562000 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30816] ppid=30810 vsize=28233768 memory=2832 CPUtime=0 cores=0-7
/proc/30812/task/30816/stat : 30816 (java) S 30810 30810 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418685721 28911378432 20972 33554432000 4194304 4196468 140732981304032 139904002509200 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0

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

[pid=30812/tid=30819] ppid=30810 vsize=28769356 memory=3472328296227680303 CPUtime=0.21 cores=0-7
/proc/30812/task/30819/stat : 30819 (java) S 30810 30810 28528 0 -1 1077944384 789 0 0 0 13 8 0 0 20 0 28 0 418685721 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903999351824 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30820] ppid=30810 vsize=28769356 memory=7306334358362155362 CPUtime=0.22 cores=0-7
/proc/30812/task/30820/stat : 30820 (java) S 30810 30810 28528 0 -1 1077944384 247 0 0 0 15 7 0 0 20 0 28 0 418685721 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903998299024 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30821] ppid=30810 vsize=28769356 memory=6944613755361064352 CPUtime=0.23 cores=0-7
/proc/30812/task/30821/stat : 30821 (java) S 30810 30810 28528 0 -1 1077944384 297 0 0 0 15 8 0 0 20 0 28 0 418685721 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903595567888 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30822] ppid=30810 vsize=28769356 memory=0 CPUtime=0.01 cores=0-7
/proc/30812/task/30822/stat : 30822 (java) S 30810 30810 28528 0 -1 1077944384 880 0 0 0 1 0 0 0 20 0 28 0 418685723 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903369120112 139904052005506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30823] ppid=30810 vsize=28769356 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/30812/task/30823/stat : 30823 (java) S 30810 30810 28528 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418685723 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903368066144 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30824] ppid=30810 vsize=28769356 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/30812/task/30824/stat : 30824 (java) S 30810 30810 28528 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 418685724 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903367013248 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30825] ppid=30810 vsize=28769356 memory=-3253322038155611931 CPUtime=0 cores=0-7
/proc/30812/task/30825/stat : 30825 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418685726 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903365961552 139904052012955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30826] ppid=30810 vsize=28769356 memory=0 CPUtime=2.6 cores=0-7
/proc/30812/task/30826/stat : 30826 (java) R 30810 30810 28528 0 -1 4202560 6160 0 0 0 259 1 0 0 20 0 28 0 418685726 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903364896096 139904033538472 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30827] ppid=30810 vsize=28769356 memory=0 CPUtime=2.6 cores=0-7
/proc/30812/task/30827/stat : 30827 (java) R 30810 30810 28528 0 -1 4202560 5467 0 0 0 259 1 0 0 20 0 28 0 418685726 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903363842096 139904037102034 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30828] ppid=30810 vsize=28769356 memory=0 CPUtime=2.72 cores=0-7
/proc/30812/task/30828/stat : 30828 (java) R 30810 30810 28528 0 -1 4202560 5646 0 0 0 270 2 0 0 20 0 28 0 418685726 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903362803440 139904029969719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30829] ppid=30810 vsize=28769356 memory=0 CPUtime=1.16 cores=0-7
/proc/30812/task/30829/stat : 30829 (java) S 30810 30810 28528 0 -1 1077944384 5791 0 0 0 114 2 0 0 20 0 28 0 418685727 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903361751536 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30830] ppid=30810 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30830/stat : 30830 (java) S 30810 30810 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418685727 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903360698976 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30831] ppid=30810 vsize=28769356 memory=140010095642367 CPUtime=0 cores=0-7
/proc/30812/task/30831/stat : 30831 (java) S 30810 30810 28528 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 418685727 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903359646256 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31312] ppid=30810 vsize=28769356 memory=140007343915420 CPUtime=0.53 cores=0-7
/proc/30812/task/31312/stat : 31312 (java) R 30810 30810 28528 0 -1 4202560 19 0 0 0 53 0 0 0 20 0 28 0 418686067 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903347524200 139903686084405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31313] ppid=30810 vsize=28769356 memory=7887610716980917300 CPUtime=0.36 cores=0-7
/proc/30812/task/31313/stat : 31313 (java) R 30810 30810 28528 0 -1 4202560 19 0 0 0 36 0 0 0 20 0 28 0 418686067 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903343317096 139903686084510 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31314] ppid=30810 vsize=28769356 memory=6082228271647908967 CPUtime=0.32 cores=0-7
/proc/30812/task/31314/stat : 31314 (java) R 30810 30810 28528 0 -1 4202560 22 0 0 0 32 0 0 0 20 0 28 0 418686067 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903346470264 139903686128491 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31315] ppid=30810 vsize=28769356 memory=3470692292451393600 CPUtime=0.46 cores=0-7
/proc/30812/task/31315/stat : 31315 (java) R 30810 30810 28528 0 -1 4202560 17 0 0 0 46 0 0 0 20 0 28 0 418686067 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903344367736 139903681050526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31316] ppid=30810 vsize=28769356 memory=-9108684669924967205 CPUtime=0.35 cores=0-7
/proc/30812/task/31316/stat : 31316 (java) R 30810 30810 28528 0 -1 4202560 17 0 0 0 35 0 0 0 20 0 28 0 418686067 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903342259744 139903686151077 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31317] ppid=30810 vsize=28769356 memory=-8458152057954561420 CPUtime=0.38 cores=0-7
/proc/30812/task/31317/stat : 31317 (java) R 30810 30810 28528 0 -1 4202560 17 0 0 0 38 0 0 0 20 0 28 0 418686067 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903348578904 139903688633160 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31318] ppid=30810 vsize=28769356 memory=4206468019030876256 CPUtime=0.25 cores=0-7
/proc/30812/task/31318/stat : 31318 (java) R 30810 30810 28528 0 -1 4202560 17 0 0 0 25 0 0 0 20 0 28 0 418686067 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903340162120 139903686151270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31319] ppid=30810 vsize=28769356 memory=280020191033024 CPUtime=0.26 cores=0-7
/proc/30812/task/31319/stat : 31319 (java) R 30810 30810 28528 0 -1 4202560 18 0 0 0 26 0 0 0 20 0 28 0 418686067 29459820544 205664 33554432000 4194304 4196468 140732981304032 139903345417848 139903686151637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
Current children cumulated CPU time: 19.3 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 824108 KiB

[startup+4.80145 s]
/proc/loadavg: 5.84 6.77 6.97 13/219 31319
/proc/meminfo: memFree=29019280/32770688 swapFree=66961108/67108860
[pid=30810] ppid=30807 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30810/stat : 30810 (xcsp3-exec) S 30807 30810 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685720 115843072 363 33554432000 4194304 5098028 140728544309824 140728544307928 140662335144572 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26271744 140728544314230 140728544314473 140728544314473 140728544317386 0
/proc/30810/statm: 28282 363 304 221 0 87 0
[pid=30812] ppid=30810 vsize=28769356 memory=825240 CPUtime=25.51 cores=0-7
/proc/30812/stat : 30812 (java) S 30810 30810 28528 0 -1 1077944320 48878 0 0 0 2460 91 0 0 20 0 28 0 418685720 29459820544 206310 33554432000 4194304 4196468 140732981304032 140732981286576 139904051994359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
/proc/30812/statm: 7192339 206310 3536 1 0 7153441 0
[pid=30812/tid=30813] ppid=30810 vsize=28769356 memory=6791534058613427641 CPUtime=2.26 cores=0-7
/proc/30812/task/30813/stat : 30813 (java) S 30810 30810 28528 0 -1 1077944384 11335 0 0 0 219 7 0 0 20 0 28 0 418685720 29459820544 206310 33554432000 4194304 4196468 140732981304032 139904056235136 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30814] ppid=30810 vsize=28769356 memory=520448 CPUtime=0.17 cores=0-7
/proc/30812/task/30814/stat : 30814 (java) S 30810 30810 28528 0 -1 1077944384 263 0 0 0 11 6 0 0 20 0 28 0 418685721 29459820544 206310 33554432000 4194304 4196468 140732981304032 139904004614800 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30815] ppid=30810 vsize=28769356 memory=0 CPUtime=0.22 cores=0-7
/proc/30812/task/30815/stat : 30815 (java) S 30810 30810 28528 0 -1 1077944384 275 0 0 0 16 6 0 0 20 0 28 0 418685721 29459820544 206310 33554432000 4194304 4196468 140732981304032 139904003562000 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30816] ppid=30810 vsize=28769356 memory=0 CPUtime=0.2 cores=0-7
/proc/30812/task/30816/stat : 30816 (java) S 30810 30810 28528 0 -1 1077944384 306 0 0 0 14 6 0 0 20 0 28 0 418685721 29459820544 206310 33554432000 4194304 4196468 140732981304032 139904002509200 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30817] ppid=30810 vsize=28769356 memory=0 CPUtime=0.2 cores=0-7
/proc/30812/task/30817/stat : 30817 (java) S 30810 30810 28528 0 -1 1077944384 283 0 0 0 13 7 0 0 20 0 28 0 418685721 29459820544 206310 33554432000 4194304 4196468 140732981304032 139904001456400 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30818] ppid=30810 vsize=28769356 memory=56 CPUtime=0.22 cores=0-7
/proc/30812/task/30818/stat : 30818 (java) S 30810 30810 28528 0 -1 1077944384 293 0 0 0 13 9 0 0 20 0 28 0 418685721 29459820544 206310 33554432000 4194304 4196468 140732981304032 139904000404624 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30819] ppid=30810 vsize=28769356 memory=7666087986988083304 CPUtime=0.21 cores=0-7
/proc/30812/task/30819/stat : 30819 (java) S 30810 30810 28528 0 -1 1077944384 789 0 0 0 13 8 0 0 20 0 28 0 418685721 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903999351824 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30820] ppid=30810 vsize=28769356 memory=0 CPUtime=0.22 cores=0-7
/proc/30812/task/30820/stat : 30820 (java) S 30810 30810 28528 0 -1 1077944384 247 0 0 0 15 7 0 0 20 0 28 0 418685721 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903998299024 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30821] ppid=30810 vsize=28769356 memory=115 CPUtime=0.23 cores=0-7
/proc/30812/task/30821/stat : 30821 (java) S 30810 30810 28528 0 -1 1077944384 297 0 0 0 15 8 0 0 20 0 28 0 418685721 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903595567888 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30822] ppid=30810 vsize=28769356 memory=117 CPUtime=0.02 cores=0-7
/proc/30812/task/30822/stat : 30822 (java) S 30810 30810 28528 0 -1 1077944384 880 0 0 0 2 0 0 0 20 0 28 0 418685723 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903369120112 139904052005506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30823] ppid=30810 vsize=28769356 memory=107 CPUtime=0 cores=0-7
/proc/30812/task/30823/stat : 30823 (java) S 30810 30810 28528 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 418685723 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903368066144 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30824] ppid=30810 vsize=28769356 memory=71 CPUtime=0 cores=0-7
/proc/30812/task/30824/stat : 30824 (java) S 30810 30810 28528 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 418685724 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903367013248 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30825] ppid=30810 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30825/stat : 30825 (java) S 30810 30810 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418685726 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903365961552 139904052012955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30826] ppid=30810 vsize=28769356 memory=0 CPUtime=3.17 cores=0-7
/proc/30812/task/30826/stat : 30826 (java) R 30810 30810 28528 0 -1 4202560 6393 0 0 0 315 2 0 0 20 0 28 0 418685726 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903364891424 139904035491143 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30827] ppid=30810 vsize=28769356 memory=0 CPUtime=3.29 cores=0-7
/proc/30812/task/30827/stat : 30827 (java) R 30810 30810 28528 0 -1 4202560 5754 0 0 0 328 1 0 0 20 0 28 0 418685726 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903363843744 139904032693871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30828] ppid=30810 vsize=28769356 memory=0 CPUtime=3.17 cores=0-7
/proc/30812/task/30828/stat : 30828 (java) R 30810 30810 28528 0 -1 4202560 5676 0 0 0 315 2 0 0 20 0 28 0 418685726 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903362790752 139904030011368 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30829] ppid=30810 vsize=28769356 memory=0 CPUtime=1.23 cores=0-7
/proc/30812/task/30829/stat : 30829 (java) R 30810 30810 28528 0 -1 1077944384 5880 0 0 0 121 2 0 0 20 0 28 0 418685727 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903361751536 139904052005506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30830] ppid=30810 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30830/stat : 30830 (java) S 30810 30810 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418685727 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903360698976 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30831] ppid=30810 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30831/stat : 30831 (java) S 30810 30810 28528 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 418685727 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903359646256 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31312] ppid=30810 vsize=28769356 memory=0 CPUtime=0.97 cores=0-7
/proc/30812/task/31312/stat : 31312 (java) R 30810 30810 28528 0 -1 4202560 32 0 0 0 97 0 0 0 20 0 28 0 418686067 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903347522808 139903688631740 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31313] ppid=30810 vsize=28769356 memory=0 CPUtime=0.84 cores=0-7
/proc/30812/task/31313/stat : 31313 (java) R 30810 30810 28528 0 -1 4202560 28 0 0 0 84 0 0 0 20 0 28 0 418686067 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903343313080 139903686084510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31314] ppid=30810 vsize=28769356 memory=0 CPUtime=0.84 cores=0-7
/proc/30812/task/31314/stat : 31314 (java) R 30810 30810 28528 0 -1 4202560 31 0 0 0 84 0 0 0 20 0 28 0 418686067 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903346471752 139903690094689 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31315] ppid=30810 vsize=28769356 memory=1056 CPUtime=0.98 cores=0-7
/proc/30812/task/31315/stat : 31315 (java) R 30810 30810 28528 0 -1 4202560 42 0 0 0 98 0 0 0 20 0 28 0 418686067 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903344366376 139903686151270 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31316] ppid=30810 vsize=28769356 memory=764 CPUtime=1.11 cores=0-7
/proc/30812/task/31316/stat : 31316 (java) R 30810 30810 28528 0 -1 4202560 27 0 0 0 111 0 0 0 20 0 28 0 418686067 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903342263160 139903686084510 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31317] ppid=30810 vsize=28769356 memory=1708 CPUtime=0.9 cores=0-7
/proc/30812/task/31317/stat : 31317 (java) R 30810 30810 28528 0 -1 4202560 28 0 0 0 90 0 0 0 20 0 28 0 418686067 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903348568208 139903678648271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31318] ppid=30810 vsize=28769356 memory=1224 CPUtime=0.76 cores=0-7
/proc/30812/task/31318/stat : 31318 (java) R 30810 30810 28528 0 -1 4202560 28 0 0 0 76 0 0 0 20 0 28 0 418686067 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903340154104 139903688631977 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=31319] ppid=30810 vsize=28769356 memory=5932 CPUtime=0.87 cores=0-7
/proc/30812/task/31319/stat : 31319 (java) R 30810 30810 28528 0 -1 4202560 42 0 0 0 87 0 0 0 20 0 28 0 418686067 29459820544 206310 33554432000 4194304 4196468 140732981304032 139903345420664 139903687163172 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
Current children cumulated CPU time: 25.51 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 826692 KiB

[startup+5.00103 s]*
/proc/loadavg: 5.84 6.77 6.97 1/209 31319
/proc/meminfo: memFree=29012008/32770688 swapFree=66961108/67108860
[pid=30810] ppid=30807 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/30810/stat : 30810 (xcsp3-exec) S 30807 30810 28528 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 418685720 115843072 363 33554432000 4194304 5098028 140728544309824 140728544307928 140662335144572 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 26271744 140728544314230 140728544314473 140728544314473 140728544317386 0
/proc/30810/statm: 28282 363 304 221 0 87 0
[pid=30812] ppid=30810 vsize=28769356 memory=825888 CPUtime=26.27 cores=0-7
/proc/30812/stat : 30812 (java) S 30810 30810 28528 0 -1 1077944320 49045 0 0 0 2536 91 0 0 20 0 18 0 418685720 29459820544 206472 33554432000 4194304 4196468 140732981304032 140732981286576 139904051994359 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
/proc/30812/statm: 7192339 206472 3536 1 0 7153441 0
[pid=30812/tid=30813] ppid=30810 vsize=28769356 memory=8318255677412212789 CPUtime=2.26 cores=0-7
/proc/30812/task/30813/stat : 30813 (java) D 30810 30810 28528 0 -1 4202560 11341 0 0 0 219 7 0 0 20 0 18 0 418685720 29459820544 206472 33554432000 4194304 4196468 140732981304032 139904056237368 139904044679991 0 0 0 16800975 18446744072099908741 0 0 -1 2 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30814] ppid=30810 vsize=28769356 memory=302304357855265136 CPUtime=0.17 cores=0-7
/proc/30812/task/30814/stat : 30814 (java) S 30810 30810 28528 0 -1 1077944384 263 0 0 0 11 6 0 0 20 0 18 0 418685721 29459820544 206472 33554432000 4194304 4196468 140732981304032 139904004614800 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30815] ppid=30810 vsize=28769356 memory=3761546436191000224 CPUtime=0.22 cores=0-7
/proc/30812/task/30815/stat : 30815 (java) S 30810 30810 28528 0 -1 1077944384 275 0 0 0 16 6 0 0 20 0 18 0 418685721 29459820544 206472 33554432000 4194304 4196468 140732981304032 139904003562000 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30816] ppid=30810 vsize=28769356 memory=3690471420374038576 CPUtime=0.2 cores=0-7
/proc/30812/task/30816/stat : 30816 (java) S 30810 30810 28528 0 -1 1077944384 306 0 0 0 14 6 0 0 20 0 18 0 418685721 29459820544 206472 33554432000 4194304 4196468 140732981304032 139904002509200 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30817] ppid=30810 vsize=28769356 memory=6944656592455360604 CPUtime=0.2 cores=0-7
/proc/30812/task/30817/stat : 30817 (java) S 30810 30810 28528 0 -1 1077944384 283 0 0 0 13 7 0 0 20 0 18 0 418685721 29459820544 206472 33554432000 4194304 4196468 140732981304032 139904001456400 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30818] ppid=30810 vsize=28769356 memory=-8341965534556230502 CPUtime=0.22 cores=0-7
/proc/30812/task/30818/stat : 30818 (java) S 30810 30810 28528 0 -1 1077944384 293 0 0 0 13 9 0 0 20 0 18 0 418685721 29459820544 206472 33554432000 4194304 4196468 140732981304032 139904000404624 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30819] ppid=30810 vsize=28769356 memory=4122819170707507513 CPUtime=0.21 cores=0-7
/proc/30812/task/30819/stat : 30819 (java) S 30810 30810 28528 0 -1 1077944384 789 0 0 0 13 8 0 0 20 0 18 0 418685721 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903999351824 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30820] ppid=30810 vsize=28769356 memory=8761640388318109335 CPUtime=0.22 cores=0-7
/proc/30812/task/30820/stat : 30820 (java) S 30810 30810 28528 0 -1 1077944384 247 0 0 0 15 7 0 0 20 0 18 0 418685721 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903998299024 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30821] ppid=30810 vsize=28769356 memory=1414298054980309879 CPUtime=0.23 cores=0-7
/proc/30812/task/30821/stat : 30821 (java) S 30810 30810 28528 0 -1 1077944384 297 0 0 0 15 8 0 0 20 0 18 0 418685721 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903595567888 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30823] ppid=30810 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30823/stat : 30823 (java) S 30810 30810 28528 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 18 0 418685723 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903368066144 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30824] ppid=30810 vsize=28769356 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/30812/task/30824/stat : 30824 (java) S 30810 30810 28528 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 18 0 418685724 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903367013248 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30825] ppid=30810 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30825/stat : 30825 (java) S 30810 30810 28528 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 18 0 418685726 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903365961200 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30826] ppid=30810 vsize=28769356 memory=0 CPUtime=3.28 cores=0-7
/proc/30812/task/30826/stat : 30826 (java) S 30810 30810 28528 0 -1 1077944384 6501 0 0 0 326 2 0 0 20 0 18 0 418685726 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903364890336 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30827] ppid=30810 vsize=28769356 memory=280020191350192 CPUtime=3.36 cores=0-7
/proc/30812/task/30827/stat : 30827 (java) S 30810 30810 28528 0 -1 1077944384 5782 0 0 0 335 1 0 0 20 0 18 0 418685726 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903363837536 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30828] ppid=30810 vsize=28769356 memory=0 CPUtime=3.25 cores=0-7
/proc/30812/task/30828/stat : 30828 (java) S 30810 30810 28528 0 -1 1077944384 5676 0 0 0 323 2 0 0 20 0 18 0 418685726 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903362788848 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30829] ppid=30810 vsize=28769356 memory=-1 CPUtime=1.24 cores=0-7
/proc/30812/task/30829/stat : 30829 (java) S 30810 30810 28528 0 -1 1077944384 5897 0 0 0 122 2 0 0 20 0 18 0 418685727 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903361751536 139904052005506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
[pid=30812/tid=30830] ppid=30810 vsize=28769356 memory=0 CPUtime=0 cores=0-7
/proc/30812/task/30830/stat : 30830 (java) S 30810 30810 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 18 0 418685727 29459820544 206472 33554432000 4194304 4196468 140732981304032 139903360698976 139904052004565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17633280 140732981306346 140732981306518 140732981306518 140732981309391 0
Current children cumulated CPU time: 26.27 s
Current children cumulated vsize: 28882484 KiB
Current children cumulated memory: 827340 KiB

Child status: 0
Real time (s): 5.10053
CPU time (s): 26.2976
CPU user time (s): 25.3689
CPU system time (s): 0.928753
CPU usage (%): 515.586
Max. virtual memory (cumulated for all children) (KiB): 28882484
Max. memory (cumulated for all children) (KiB): 827340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.3689
system time used= 0.928753
maximum resident set size= 826648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49629
page faults= 0
swaps= 0
block input operations= 0
block output operations= 128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8157
involuntary context switches= 639


# summary of solver processes directly reported to runsolver:
#   pid: 30810
#   total CPU time (s): 26.2976
#   total CPU user time (s): 25.3689
#   total CPU system time (s): 0.928753

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.068577 second user time and 0.111834 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-14 04:16:39
IDJOB=4394476
IDBENCH=126837
IDSOLVER=2843
FILE ID=node116/4394476-1568427440
RUNJOBID= node116-1568427322-28555
PBS_JOBID= 21702297
Free space on /tmp= 61244 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Tpp/Tpp-zinc-s1/Tpp-5-5-30-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-4394476-1568427440/watcher-4394476-1568427440 -o /tmp/evaluation-result-4394476-1568427440/solver-4394476-1568427440 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1568427322-28555 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 346664680 HOME/instance-4394476-1568427440.xml

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

MD5SUM BENCH= af05408dbf994167098c19a92e91e627
RANDOM SEED=346664680

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        29829920 kB
MemAvailable:   31852536 kB
Buffers:          148736 kB
Cached:          2159916 kB
SwapCached:        46660 kB
Active:           930964 kB
Inactive:        1428776 kB
Active(anon):       4164 kB
Inactive(anon):    87864 kB
Active(file):     926800 kB
Inactive(file):  1340912 kB
Unevictable:      109332 kB
Mlocked:          109332 kB
SwapTotal:      67108860 kB
SwapFree:       66961108 kB
Dirty:             14364 kB
Writeback:             0 kB
AnonPages:        178264 kB
Mapped:            44036 kB
Shmem:             32000 kB
Slab:             170476 kB
SReclaimable:     141480 kB
SUnreclaim:        28996 kB
KernelStack:        3840 kB
PageTables:         5732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     497848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61216 MiB
End job on node116 at 2019-09-14 04:16:45