Trace number 4393811

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 parallelOPT1120 464.533 103.327

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-lseu.xml
MD5SUMb8e79a81cec6901ac635f2e0750bfcb6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark113.579
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints28
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":89}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":13},{"degree":4,"count":23},{"degree":5,"count":27},{"degree":6,"count":16},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity47
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":5},{"arity":4,"count":5},{"arity":5,"count":5},{"arity":7,"count":3},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":33,"count":1},{"arity":47,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":28}]
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-4393811-1568438729.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393811-1568438729.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.03/0.59	c solve instance...
1.38/0.67	o 2985 
1.81/0.72	o 2980 
1.81/0.73	o 2565 
1.81/0.74	o 2477 
1.81/0.76	o 2467 
1.81/0.77	o 2445 
1.81/0.77	o 2357 
1.81/0.78	o 2044 
1.81/0.79	o 2020 
1.81/0.80	o 1967 
2.41/0.80	o 1943 
3.19/0.97	o 1886 
3.19/0.99	o 1883 
3.19/0.99	o 1807 
3.19/1.00	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (71/73)
3.19/1.00		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.19/1.00		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.19/1.00		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.19/1.00		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.19/1.00		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.19/1.00	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (71/73)
3.19/1.00		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.19/1.00		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.19/1.00		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.19/1.00		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.19/1.00		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.19/1.00		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.19/1.00		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.19/1.00		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.19/1.00		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.19/1.00		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.19/1.00		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.19/1.00		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.19/1.00		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.19/1.00		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.19/1.00		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.19/1.00		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.19/1.00	o 1784 
3.94/1.04	o 1777 
3.94/1.05	o 1713 
3.94/1.06	o 1621 
3.94/1.09	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (68/70)
3.94/1.09		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
3.94/1.09		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
3.94/1.09		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
3.94/1.09		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
3.94/1.09		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
3.94/1.09	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (68/70)
3.94/1.09		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
3.94/1.09		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
3.94/1.09		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
3.94/1.09		at org.chocosolver.solver.Solver.repair(Solver.java:443)
3.94/1.09		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
3.94/1.09		at org.chocosolver.solver.Solver.solve(Solver.java:262)
3.94/1.09		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
3.94/1.09		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
3.94/1.09		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
3.94/1.09		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
3.94/1.09		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
3.94/1.09		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
3.94/1.09		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
3.94/1.09		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
3.94/1.09		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
3.94/1.09		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
3.94/1.09	o 1537 
4.66/1.13	o 1524 
4.66/1.14	o 1429 
5.31/1.25	o 1418 
5.31/1.27	o 1396 
6.08/1.30	o 1395 
6.08/1.31	o 1379 
6.08/1.39	o 1300 
6.85/1.42	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (62/64)
6.85/1.42		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
6.85/1.42		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
6.85/1.42		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
6.85/1.42		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
6.85/1.42		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
6.85/1.42	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (62/64)
6.85/1.42		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
6.85/1.42		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
6.85/1.42		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
6.85/1.42		at org.chocosolver.solver.Solver.repair(Solver.java:443)
6.85/1.42		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
6.85/1.42		at org.chocosolver.solver.Solver.solve(Solver.java:262)
6.85/1.42		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
6.85/1.42		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
6.85/1.42		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
6.85/1.42		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
6.85/1.42		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
6.85/1.42		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
6.85/1.42		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
6.85/1.42		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
6.85/1.42		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
6.85/1.42		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
6.85/1.42	o 1287 
10.76/1.92	o 1282 
10.76/1.99	o 1257 
20.32/3.15	o 1247 
20.32/3.17	o 1239 
32.11/4.65	o 1214 
57.44/7.89	o 1200 
81.34/11.23	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (43/45)
81.34/11.23		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
81.34/11.23		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
81.34/11.23		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
81.34/11.23		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
81.34/11.23		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
81.34/11.23	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (43/45)
81.34/11.23		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
81.34/11.23		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
81.34/11.23		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
81.34/11.23		at org.chocosolver.solver.Solver.repair(Solver.java:443)
81.34/11.23		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
81.34/11.23		at org.chocosolver.solver.Solver.solve(Solver.java:262)
81.34/11.23		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
81.34/11.23		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
81.34/11.23		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
81.34/11.23		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
81.34/11.23		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
81.34/11.23		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
81.34/11.23		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
81.34/11.23		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
81.34/11.23		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
81.34/11.23		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
81.34/11.23	o 1193 
125.10/16.75	o 1178 
126.63/16.90	o 1160 
126.63/16.92	o 1153 
129.00/17.26	o 1136 
135.29/18.08	o 1128 
324.10/58.20	o 1120 
464.38/103.29	s OPTIMUM FOUND
464.38/103.29	v <instantiation>
464.38/103.29	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] </list>
464.38/103.29	v 	<values>1 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 </values>
464.38/103.29	v </instantiation>

Verifier Data

OK	1120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393811-1568438729/watcher-4393811-1568438729 -o /tmp/evaluation-result-4393811-1568438729/solver-4393811-1568438729 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1568438679-8579 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1679559442 HOME/instance-4393811-1568438729.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=8596, runsolver pid=8593
Current StackSize limit: 8192 KiB


[startup+0.100135 s]*
/proc/loadavg: 7.74 5.99 4.67 2/216 8617
/proc/meminfo: memFree=31604760/32770624 swapFree=67009716/67108860
[pid=8596] ppid=8593 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8596/stat : 8596 (xcsp3-exec) S 8593 8596 8552 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419795603 115843072 364 33554432000 4194304 5098028 140722287864336 140722287862440 140536062382716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28962816 140722287870837 140722287871081 140722287871081 140722287873994 0
/proc/8596/statm: 28282 364 305 221 0 87 0
[pid=8598] ppid=8596 vsize=28227388 memory=30044 CPUtime=0.12 cores=0-7
/proc/8598/stat : 8598 (java) S 8596 8596 8552 0 -1 1077944320 5483 0 0 0 11 1 0 0 20 0 20 0 419795603 28904845312 7511 33554432000 4194304 4196468 140733497584464 140733497567008 140155027758839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
/proc/8598/statm: 7056847 7511 3115 1 0 7019032 0
[pid=8598/tid=8599] ppid=8596 vsize=28227388 memory=-7024592270288534718 CPUtime=0.08 cores=0-7
/proc/8598/task/8599/stat : 8599 (java) R 8596 8596 8552 0 -1 4202560 3386 0 0 0 8 0 0 0 20 0 20 0 419795604 28904845312 7511 33554432000 4194304 4196468 140733497584464 140155031992112 140154664790721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8600] ppid=8596 vsize=28227388 memory=6735269665564437106 CPUtime=0 cores=0-7
/proc/8598/task/8600/stat : 8600 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154578786704 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8601] ppid=8596 vsize=28227388 memory=140481385907840 CPUtime=0 cores=0-7
/proc/8598/task/8601/stat : 8601 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154577733904 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8602] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8602/stat : 8602 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154576681616 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8603] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8603/stat : 8603 (java) S 8596 8596 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154575628816 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8604] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8604/stat : 8604 (java) S 8596 8596 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154574576528 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8605] ppid=8596 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8598/task/8605/stat : 8605 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154573523728 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8606] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8606/stat : 8606 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154572471440 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8607] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8607/stat : 8607 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154571418640 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8608] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8608/stat : 8608 (java) S 8596 8596 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419795606 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154144180336 140155027769986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8609] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8609/stat : 8609 (java) S 8596 8596 8552 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419795606 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154143126304 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8610] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8610/stat : 8610 (java) S 8596 8596 8552 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419795607 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154142073968 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8611] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8611/stat : 8611 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795609 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154141022288 140155027777435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8612] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8612/stat : 8612 (java) S 8596 8596 8552 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 419795609 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154139970160 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8613] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8613/stat : 8613 (java) R 8596 8596 8552 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419795609 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154138917360 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8614] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8614/stat : 8614 (java) R 8596 8596 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419795609 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154137865072 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8615] ppid=8596 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8598/task/8615/stat : 8615 (java) R 8596 8596 8552 0 -1 4202560 358 0 0 0 1 0 0 0 20 0 20 0 419795609 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154136812272 140155019995966 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8616] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8616/stat : 8616 (java) S 8596 8596 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419795609 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154135759200 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8617] ppid=8596 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8598/task/8617/stat : 8617 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795610 28904845312 7511 33554432000 4194304 4196468 140733497584464 140154134706480 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31500 KiB

[startup+0.210339 s]*
/proc/loadavg: 7.74 5.99 4.67 2/216 8617
/proc/meminfo: memFree=31592744/32770624 swapFree=67009716/67108860
[pid=8596] ppid=8593 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8596/stat : 8596 (xcsp3-exec) S 8593 8596 8552 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419795603 115843072 364 33554432000 4194304 5098028 140722287864336 140722287862440 140536062382716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28962816 140722287870837 140722287871081 140722287871081 140722287873994 0
/proc/8596/statm: 28282 364 305 221 0 87 0
[pid=8598] ppid=8596 vsize=28227388 memory=41200 CPUtime=0.33 cores=0-7
/proc/8598/stat : 8598 (java) S 8596 8596 8552 0 -1 1077944320 9033 0 0 0 29 4 0 0 20 0 20 0 419795603 28904845312 10300 33554432000 4194304 4196468 140733497584464 140733497567008 140155027758839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
/proc/8598/statm: 7056847 10300 3265 1 0 7019032 0
[pid=8598/tid=8599] ppid=8596 vsize=28227388 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/8598/task/8599/stat : 8599 (java) R 8596 8596 8552 0 -1 4202560 6200 0 0 0 17 2 0 0 20 0 20 0 419795604 28904845312 10300 33554432000 4194304 4196468 140733497584464 140155031992096 140155011839326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8600] ppid=8596 vsize=28227388 memory=288230613314710904 CPUtime=0 cores=0-7
/proc/8598/task/8600/stat : 8600 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154578786704 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8601] ppid=8596 vsize=28227388 memory=140481385929698 CPUtime=0 cores=0-7
/proc/8598/task/8601/stat : 8601 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154577733904 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8602] ppid=8596 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8598/task/8602/stat : 8602 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154576681616 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8603] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8603/stat : 8603 (java) S 8596 8596 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154575628816 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8604] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8604/stat : 8604 (java) S 8596 8596 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154574576528 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8605] ppid=8596 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8598/task/8605/stat : 8605 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154573523728 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8606] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8606/stat : 8606 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154572471440 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8607] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8607/stat : 8607 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154571418640 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8608] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8608/stat : 8608 (java) S 8596 8596 8552 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419795606 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154144180336 140155027769986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8609] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8609/stat : 8609 (java) S 8596 8596 8552 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419795606 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154143126304 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8610] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8610/stat : 8610 (java) S 8596 8596 8552 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419795607 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154142073968 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8611] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8611/stat : 8611 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795609 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154141022288 140155027777435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8612] ppid=8596 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/8598/task/8612/stat : 8612 (java) S 8596 8596 8552 0 -1 1077944384 553 0 0 0 2 0 0 0 20 0 20 0 419795609 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154139970160 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8613] ppid=8596 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8598/task/8613/stat : 8613 (java) R 8596 8596 8552 0 -1 4202560 171 0 0 0 1 0 0 0 20 0 20 0 419795609 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154138917360 140155027769986 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8614] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8614/stat : 8614 (java) R 8596 8596 8552 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 419795609 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154137865072 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8615] ppid=8596 vsize=28227388 memory=0 CPUtime=0.07 cores=0-7
/proc/8598/task/8615/stat : 8615 (java) R 8596 8596 8552 0 -1 4202560 734 0 0 0 7 0 0 0 20 0 20 0 419795609 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154136812080 140155006278974 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8616] ppid=8596 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8616/stat : 8616 (java) S 8596 8596 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419795609 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154135759200 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8617] ppid=8596 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8598/task/8617/stat : 8617 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795610 28904845312 10300 33554432000 4194304 4196468 140733497584464 140154134706480 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42656 KiB

[startup+0.310005 s]*
/proc/loadavg: 7.74 5.99 4.67 4/216 8617
/proc/meminfo: memFree=31585040/32770624 swapFree=67009716/67108860
[pid=8596] ppid=8593 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8596/stat : 8596 (xcsp3-exec) S 8593 8596 8552 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419795603 115843072 364 33554432000 4194304 5098028 140722287864336 140722287862440 140536062382716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28962816 140722287870837 140722287871081 140722287871081 140722287873994 0
/proc/8596/statm: 28282 364 305 221 0 87 0
[pid=8598] ppid=8596 vsize=28231644 memory=50048 CPUtime=0.52 cores=0-7
/proc/8598/stat : 8598 (java) S 8596 8596 8552 0 -1 1077944320 10347 0 0 0 47 5 0 0 20 0 20 0 419795603 28909203456 12512 33554432000 4194304 4196468 140733497584464 140733497567008 140155027758839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
/proc/8598/statm: 7057911 12512 3367 1 0 7019032 0
[pid=8598/tid=8599] ppid=8596 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/8598/task/8599/stat : 8599 (java) R 8596 8596 8552 0 -1 4202560 7274 0 0 0 26 3 0 0 20 0 20 0 419795604 28909203456 12543 33554432000 4194304 4196468 140733497584464 140155031989952 140155011839326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8600] ppid=8596 vsize=28231644 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8598/task/8600/stat : 8600 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154578786704 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8601] ppid=8596 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8601/stat : 8601 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154577733904 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8602] ppid=8596 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8602/stat : 8602 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154576681616 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8603] ppid=8596 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8603/stat : 8603 (java) S 8596 8596 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419795604 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154575628816 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8604] ppid=8596 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8604/stat : 8604 (java) S 8596 8596 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419795604 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154574576528 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8605] ppid=8596 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8605/stat : 8605 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154573523728 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8606] ppid=8596 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/8598/task/8606/stat : 8606 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154572471440 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8607] ppid=8596 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/8598/task/8607/stat : 8607 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795604 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154571418640 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8608] ppid=8596 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8608/stat : 8608 (java) S 8596 8596 8552 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419795606 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154144180336 140155027769986 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8609] ppid=8596 vsize=28231644 memory=140481266803151 CPUtime=0 cores=0-7
/proc/8598/task/8609/stat : 8609 (java) S 8596 8596 8552 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419795606 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154143126304 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8610] ppid=8596 vsize=28231644 memory=280962533633936 CPUtime=0 cores=0-7
/proc/8598/task/8610/stat : 8610 (java) S 8596 8596 8552 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419795607 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154142073968 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8611] ppid=8596 vsize=28231644 memory=280962533631632 CPUtime=0 cores=0-7
/proc/8598/task/8611/stat : 8611 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795609 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154141022288 140155027777435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8612] ppid=8596 vsize=28231644 memory=280962533638544 CPUtime=0.03 cores=0-7
/proc/8598/task/8612/stat : 8612 (java) R 8596 8596 8552 0 -1 4202560 646 0 0 0 3 0 0 0 20 0 20 0 419795609 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154139970160 140155007451935 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8613] ppid=8596 vsize=28231644 memory=280962533579824 CPUtime=0.03 cores=0-7
/proc/8598/task/8613/stat : 8613 (java) S 8596 8596 8552 0 -1 1077944384 199 0 0 0 3 0 0 0 20 0 20 0 419795609 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154138917360 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8614] ppid=8596 vsize=28231644 memory=280962533652368 CPUtime=0.01 cores=0-7
/proc/8598/task/8614/stat : 8614 (java) S 8596 8596 8552 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 20 0 419795609 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154137865072 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8615] ppid=8596 vsize=28231644 memory=280962533659248 CPUtime=0.12 cores=0-7
/proc/8598/task/8615/stat : 8615 (java) S 8596 8596 8552 0 -1 1077944384 825 0 0 0 12 0 0 0 20 0 20 0 419795609 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154136812272 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8616] ppid=8596 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8616/stat : 8616 (java) S 8596 8596 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419795609 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154135759200 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8617] ppid=8596 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/8598/task/8617/stat : 8617 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419795610 28909203456 12543 33554432000 4194304 4196468 140733497584464 140154134706480 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51504 KiB

[startup+0.700911 s]
/proc/loadavg: 7.74 5.99 4.67 4/216 8617
/proc/meminfo: memFree=31569156/32770624 swapFree=67009716/67108860
[pid=8596] ppid=8593 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8596/stat : 8596 (xcsp3-exec) S 8593 8596 8552 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419795603 115843072 364 33554432000 4194304 5098028 140722287864336 140722287862440 140536062382716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28962816 140722287870837 140722287871081 140722287871081 140722287873994 0
/proc/8596/statm: 28282 364 305 221 0 87 0
[pid=8598] ppid=8596 vsize=28768328 memory=117760 CPUtime=1.81 cores=0-7
/proc/8598/stat : 8598 (java) S 8596 8596 8552 0 -1 1077944320 15317 0 0 0 173 8 0 0 20 0 28 0 419795603 29458767872 29440 33554432000 4194304 4196468 140733497584464 140733497567008 140155027758839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
/proc/8598/statm: 7192082 29440 3455 1 0 7153184 0
[pid=8598/tid=8599] ppid=8596 vsize=28768328 memory=2244 CPUtime=0.6 cores=0-7
/proc/8598/task/8599/stat : 8599 (java) S 8596 8596 8552 0 -1 1077944384 8900 0 0 0 56 4 0 0 20 0 28 0 419795604 29458767872 29440 33554432000 4194304 4196468 140733497584464 140155031999616 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8600] ppid=8596 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8600/stat : 8600 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419795604 29458767872 29440 33554432000 4194304 4196468 140733497584464 140154578786704 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8601] ppid=8596 vsize=28768328 memory=0 CPUtime=0 cores=0-7
/proc/8598/task/8601/stat : 8601 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419795604 29458767872 29440 33554432000 4194304 4196468 140733497584464 140154577733904 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8602] ppid=8596 vsize=28768328 memory=14008 CPUtime=0 cores=0-7
/proc/8598/task/8602/stat : 8602 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419795604 29458767872 29440 33554432000 4194304 4196468 140733497584464 140154576681616 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0

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

[pid=8598/tid=8606] ppid=8596 vsize=28902484 memory=1696 CPUtime=0.29 cores=0-7
/proc/8598/task/8606/stat : 8606 (java) S 8596 8596 8552 0 -1 1077944384 1062 0 0 0 22 7 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154572471440 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8607] ppid=8596 vsize=28902484 memory=1188 CPUtime=0.27 cores=0-7
/proc/8598/task/8607/stat : 8607 (java) S 8596 8596 8552 0 -1 1077944384 1611 0 0 0 20 7 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154571418640 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8608] ppid=8596 vsize=28902484 memory=1060 CPUtime=0.04 cores=0-7
/proc/8598/task/8608/stat : 8608 (java) S 8596 8596 8552 0 -1 1077944384 4531 0 0 0 3 1 0 0 20 0 28 0 419795606 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154144180336 140155027769986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8609] ppid=8596 vsize=28902484 memory=7988 CPUtime=0 cores=0-7
/proc/8598/task/8609/stat : 8609 (java) S 8596 8596 8552 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 419795606 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154143126368 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8610] ppid=8596 vsize=28902484 memory=1584 CPUtime=0 cores=0-7
/proc/8598/task/8610/stat : 8610 (java) S 8596 8596 8552 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 419795607 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154142073968 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8611] ppid=8596 vsize=28902484 memory=2 CPUtime=0 cores=0-7
/proc/8598/task/8611/stat : 8611 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154141022288 140155027777435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8612] ppid=8596 vsize=28902484 memory=3 CPUtime=2.57 cores=0-7
/proc/8598/task/8612/stat : 8612 (java) S 8596 8596 8552 0 -1 1077944384 14994 0 0 0 253 4 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154139970160 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8613] ppid=8596 vsize=28902484 memory=31361 CPUtime=2.74 cores=0-7
/proc/8598/task/8613/stat : 8613 (java) S 8596 8596 8552 0 -1 1077944384 14895 0 0 0 272 2 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154138917360 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8614] ppid=8596 vsize=28902484 memory=62 CPUtime=2.76 cores=0-7
/proc/8598/task/8614/stat : 8614 (java) S 8596 8596 8552 0 -1 1077944384 11577 0 0 0 272 4 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154137865072 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8615] ppid=8596 vsize=28902484 memory=20 CPUtime=1 cores=0-7
/proc/8598/task/8615/stat : 8615 (java) S 8596 8596 8552 0 -1 1077944384 7831 0 0 0 99 1 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154136812272 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8616] ppid=8596 vsize=28902484 memory=20 CPUtime=0 cores=0-7
/proc/8598/task/8616/stat : 8616 (java) S 8596 8596 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154135759200 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8617] ppid=8596 vsize=28902484 memory=21 CPUtime=0.03 cores=0-7
/proc/8598/task/8617/stat : 8617 (java) S 8596 8596 8552 0 -1 1077944384 1637 0 0 0 2 1 0 0 20 0 28 0 419795610 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154134706480 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8946] ppid=8596 vsize=28902484 memory=22 CPUtime=13.51 cores=0-7
/proc/8598/task/8946/stat : 8946 (java) S 8596 8596 8552 0 -1 1077944384 1934 0 0 0 1350 1 0 0 20 0 28 0 419801423 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154120236672 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8947] ppid=8596 vsize=28902484 memory=21 CPUtime=13.51 cores=0-7
/proc/8598/task/8947/stat : 8947 (java) S 8596 8596 8552 0 -1 1077944384 440 0 0 0 1350 1 0 0 20 0 28 0 419801423 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154122343424 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8948] ppid=8596 vsize=28902484 memory=273 CPUtime=44.42 cores=0-7
/proc/8598/task/8948/stat : 8948 (java) R 8596 8596 8552 0 -1 4202560 5965 0 0 0 4421 21 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154119180368 140154668834745 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8949] ppid=8596 vsize=28902484 memory=100 CPUtime=13.53 cores=0-7
/proc/8598/task/8949/stat : 8949 (java) S 8596 8596 8552 0 -1 1077944384 3208 0 0 0 1341 12 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154121291008 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8950] ppid=8596 vsize=28902484 memory=0 CPUtime=13.51 cores=0-7
/proc/8598/task/8950/stat : 8950 (java) S 8596 8596 8552 0 -1 1077944384 1637 0 0 0 1345 6 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154114983552 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8951] ppid=8596 vsize=28902484 memory=1 CPUtime=13.52 cores=0-7
/proc/8598/task/8951/stat : 8951 (java) S 8596 8596 8552 0 -1 1077944384 1701 0 0 0 1350 2 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154112878080 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8952] ppid=8596 vsize=28902484 memory=575 CPUtime=13.22 cores=0-7
/proc/8598/task/8952/stat : 8952 (java) S 8596 8596 8552 0 -1 1077944384 320 0 0 0 1322 0 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154113930112 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8953] ppid=8596 vsize=28902484 memory=573 CPUtime=13.38 cores=0-7
/proc/8598/task/8953/stat : 8953 (java) S 8596 8596 8552 0 -1 1077944384 4844 0 0 0 1321 17 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154124448512 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
Current children cumulated CPU time: 463.98 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 2707036 KiB

[startup+103.201 s]
/proc/loadavg: 4.35 5.55 4.66 2/226 8958
/proc/meminfo: memFree=28927492/32770624 swapFree=67009716/67108860
[pid=8596] ppid=8593 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8596/stat : 8596 (xcsp3-exec) S 8593 8596 8552 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419795603 115843072 364 33554432000 4194304 5098028 140722287864336 140722287862440 140536062382716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28962816 140722287870837 140722287871081 140722287871081 140722287873994 0
/proc/8596/statm: 28282 364 305 221 0 87 0
[pid=8598] ppid=8596 vsize=28902484 memory=2705580 CPUtime=464.38 cores=0-7
/proc/8598/stat : 8598 (java) S 8596 8596 8552 0 -1 1077944320 120073 0 0 0 46193 245 0 0 20 0 28 0 419795603 29596143616 676395 33554432000 4194304 4196468 140733497584464 140733497567008 140155027758839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
/proc/8598/statm: 7225621 676395 3526 1 0 7186723 0
[pid=8598/tid=8599] ppid=8596 vsize=28902484 memory=8112282956445269571 CPUtime=0.62 cores=0-7
/proc/8598/task/8599/stat : 8599 (java) S 8596 8596 8552 0 -1 1077944384 9325 0 0 0 58 4 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140155031999616 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8600] ppid=8596 vsize=28902484 memory=2705580 CPUtime=0.28 cores=0-7
/proc/8598/task/8600/stat : 8600 (java) S 8596 8596 8552 0 -1 1077944384 1764 0 0 0 21 7 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154578786704 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8601] ppid=8596 vsize=28902484 memory=1188 CPUtime=0.27 cores=0-7
/proc/8598/task/8601/stat : 8601 (java) S 8596 8596 8552 0 -1 1077944384 1394 0 0 0 20 7 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154577733904 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8602] ppid=8596 vsize=28902484 memory=1060 CPUtime=0.29 cores=0-7
/proc/8598/task/8602/stat : 8602 (java) S 8596 8596 8552 0 -1 1077944384 1404 0 0 0 21 8 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154576681616 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8603] ppid=8596 vsize=28902484 memory=7988 CPUtime=0.28 cores=0-7
/proc/8598/task/8603/stat : 8603 (java) S 8596 8596 8552 0 -1 1077944384 742 0 0 0 22 6 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154575628816 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8604] ppid=8596 vsize=28902484 memory=62 CPUtime=0.28 cores=0-7
/proc/8598/task/8604/stat : 8604 (java) S 8596 8596 8552 0 -1 1077944384 637 0 0 0 22 6 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154574576528 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8605] ppid=8596 vsize=28902484 memory=17 CPUtime=0.28 cores=0-7
/proc/8598/task/8605/stat : 8605 (java) S 8596 8596 8552 0 -1 1077944384 1079 0 0 0 21 7 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154573523728 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8606] ppid=8596 vsize=28902484 memory=16 CPUtime=0.29 cores=0-7
/proc/8598/task/8606/stat : 8606 (java) S 8596 8596 8552 0 -1 1077944384 1062 0 0 0 22 7 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154572471440 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8607] ppid=8596 vsize=28902484 memory=18 CPUtime=0.27 cores=0-7
/proc/8598/task/8607/stat : 8607 (java) S 8596 8596 8552 0 -1 1077944384 1611 0 0 0 20 7 0 0 20 0 28 0 419795604 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154571418640 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8608] ppid=8596 vsize=28902484 memory=18 CPUtime=0.04 cores=0-7
/proc/8598/task/8608/stat : 8608 (java) S 8596 8596 8552 0 -1 1077944384 4531 0 0 0 3 1 0 0 20 0 28 0 419795606 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154144180336 140155027769986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8609] ppid=8596 vsize=28902484 memory=18 CPUtime=0 cores=0-7
/proc/8598/task/8609/stat : 8609 (java) S 8596 8596 8552 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 419795606 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154143126368 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8610] ppid=8596 vsize=28902484 memory=17 CPUtime=0 cores=0-7
/proc/8598/task/8610/stat : 8610 (java) S 8596 8596 8552 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 419795607 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154142073968 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8611] ppid=8596 vsize=28902484 memory=3484 CPUtime=0 cores=0-7
/proc/8598/task/8611/stat : 8611 (java) S 8596 8596 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154141022288 140155027777435 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8612] ppid=8596 vsize=28902484 memory=3484 CPUtime=2.57 cores=0-7
/proc/8598/task/8612/stat : 8612 (java) S 8596 8596 8552 0 -1 1077944384 14994 0 0 0 253 4 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154139970160 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8613] ppid=8596 vsize=28902484 memory=18112 CPUtime=2.74 cores=0-7
/proc/8598/task/8613/stat : 8613 (java) S 8596 8596 8552 0 -1 1077944384 14895 0 0 0 272 2 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154138917360 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8614] ppid=8596 vsize=28902484 memory=984 CPUtime=2.76 cores=0-7
/proc/8598/task/8614/stat : 8614 (java) S 8596 8596 8552 0 -1 1077944384 11577 0 0 0 272 4 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154137865072 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8615] ppid=8596 vsize=28902484 memory=1948 CPUtime=1 cores=0-7
/proc/8598/task/8615/stat : 8615 (java) S 8596 8596 8552 0 -1 1077944384 7831 0 0 0 99 1 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154136812272 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8616] ppid=8596 vsize=28902484 memory=1296 CPUtime=0 cores=0-7
/proc/8598/task/8616/stat : 8616 (java) S 8596 8596 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419795609 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154135759200 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8617] ppid=8596 vsize=28902484 memory=732 CPUtime=0.03 cores=0-7
/proc/8598/task/8617/stat : 8617 (java) S 8596 8596 8552 0 -1 1077944384 1637 0 0 0 2 1 0 0 20 0 28 0 419795610 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154134706480 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8946] ppid=8596 vsize=28902484 memory=1456 CPUtime=13.51 cores=0-7
/proc/8598/task/8946/stat : 8946 (java) S 8596 8596 8552 0 -1 1077944384 1934 0 0 0 1350 1 0 0 20 0 28 0 419801423 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154120236672 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8947] ppid=8596 vsize=28902484 memory=2705580 CPUtime=13.51 cores=0-7
/proc/8598/task/8947/stat : 8947 (java) S 8596 8596 8552 0 -1 1077944384 440 0 0 0 1350 1 0 0 20 0 28 0 419801423 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154122343424 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8948] ppid=8596 vsize=28902484 memory=1436 CPUtime=44.82 cores=0-7
/proc/8598/task/8948/stat : 8948 (java) R 8596 8596 8552 0 -1 4202560 5965 0 0 0 4461 21 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154119180368 140154668834728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8949] ppid=8596 vsize=28902484 memory=1980 CPUtime=13.53 cores=0-7
/proc/8598/task/8949/stat : 8949 (java) S 8596 8596 8552 0 -1 1077944384 3208 0 0 0 1341 12 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154121291008 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8950] ppid=8596 vsize=28902484 memory=2452 CPUtime=13.51 cores=0-7
/proc/8598/task/8950/stat : 8950 (java) S 8596 8596 8552 0 -1 1077944384 1637 0 0 0 1345 6 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154114983552 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8951] ppid=8596 vsize=28902484 memory=1456 CPUtime=13.52 cores=0-7
/proc/8598/task/8951/stat : 8951 (java) S 8596 8596 8552 0 -1 1077944384 1701 0 0 0 1350 2 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154112878080 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8952] ppid=8596 vsize=28902484 memory=2705580 CPUtime=13.22 cores=0-7
/proc/8598/task/8952/stat : 8952 (java) S 8596 8596 8552 0 -1 1077944384 320 0 0 0 1322 0 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154113930112 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8953] ppid=8596 vsize=28902484 memory=1398722017469774279 CPUtime=13.38 cores=0-7
/proc/8598/task/8953/stat : 8953 (java) S 8596 8596 8552 0 -1 1077944384 4844 0 0 0 1321 17 0 0 20 0 28 0 419801424 29596143616 676395 33554432000 4194304 4196468 140733497584464 140154124448512 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
Current children cumulated CPU time: 464.38 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 2707036 KiB

[startup+103.301 s]
/proc/loadavg: 4.35 5.55 4.66 2/226 8958
/proc/meminfo: memFree=28927492/32770624 swapFree=67009716/67108860
[pid=8596] ppid=8593 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8596/stat : 8596 (xcsp3-exec) S 8593 8596 8552 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419795603 115843072 364 33554432000 4194304 5098028 140722287864336 140722287862440 140536062382716 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 28962816 140722287870837 140722287871081 140722287871081 140722287873994 0
/proc/8596/statm: 28282 364 305 221 0 87 0
[pid=8598] ppid=8596 vsize=28902484 memory=2705052 CPUtime=464.51 cores=0-7
/proc/8598/stat : 8598 (java) S 8596 8596 8552 0 -1 1077944320 123077 0 0 0 46205 246 0 0 20 0 19 0 419795603 29596143616 676263 33554432000 4194304 4196468 140733497584464 140733497567008 140155027758839 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
/proc/8598/statm: 7225621 676263 3526 1 0 7186723 0
[pid=8598/tid=8599] ppid=8596 vsize=28902484 memory=2705580 CPUtime=0.62 cores=0-7
/proc/8598/task/8599/stat : 8599 (java) S 8596 8596 8552 0 -1 1077944384 9740 0 0 0 58 4 0 0 20 0 19 0 419795604 29596143616 676263 33554432000 4194304 4196468 140733497584464 140155032001680 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8600] ppid=8596 vsize=28902484 memory=2705580 CPUtime=0.28 cores=0-7
/proc/8598/task/8600/stat : 8600 (java) S 8596 8596 8552 0 -1 1077944384 1764 0 0 0 21 7 0 0 20 0 19 0 419795604 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154578786704 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8601] ppid=8596 vsize=28902484 memory=1456 CPUtime=0.27 cores=0-7
/proc/8598/task/8601/stat : 8601 (java) S 8596 8596 8552 0 -1 1077944384 1394 0 0 0 20 7 0 0 20 0 19 0 419795604 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154577733904 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8602] ppid=8596 vsize=28902484 memory=76871324681704 CPUtime=0.29 cores=0-7
/proc/8598/task/8602/stat : 8602 (java) S 8596 8596 8552 0 -1 1077944384 1404 0 0 0 21 8 0 0 20 0 19 0 419795604 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154576681616 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8603] ppid=8596 vsize=28902484 memory=0 CPUtime=0.28 cores=0-7
/proc/8598/task/8603/stat : 8603 (java) S 8596 8596 8552 0 -1 1077944384 742 0 0 0 22 6 0 0 20 0 19 0 419795604 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154575628816 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8604] ppid=8596 vsize=28902484 memory=8500 CPUtime=0.28 cores=0-7
/proc/8598/task/8604/stat : 8604 (java) S 8596 8596 8552 0 -1 1077944384 637 0 0 0 22 6 0 0 20 0 19 0 419795604 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154574576528 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8605] ppid=8596 vsize=28902484 memory=1696 CPUtime=0.28 cores=0-7
/proc/8598/task/8605/stat : 8605 (java) S 8596 8596 8552 0 -1 1077944384 1079 0 0 0 21 7 0 0 20 0 19 0 419795604 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154573523728 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8606] ppid=8596 vsize=28902484 memory=4004 CPUtime=0.29 cores=0-7
/proc/8598/task/8606/stat : 8606 (java) S 8596 8596 8552 0 -1 1077944384 1062 0 0 0 22 7 0 0 20 0 19 0 419795604 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154572471440 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8607] ppid=8596 vsize=28902484 memory=2832 CPUtime=0.27 cores=0-7
/proc/8598/task/8607/stat : 8607 (java) S 8596 8596 8552 0 -1 1077944384 1611 0 0 0 20 7 0 0 20 0 19 0 419795604 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154571418640 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8608] ppid=8596 vsize=28902484 memory=3484 CPUtime=0.04 cores=0-7
/proc/8598/task/8608/stat : 8608 (java) S 8596 8596 8552 0 -1 1077944384 4544 0 0 0 3 1 0 0 20 0 19 0 419795606 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154144180544 140155027769986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8609] ppid=8596 vsize=28902484 memory=18112 CPUtime=0 cores=0-7
/proc/8598/task/8609/stat : 8609 (java) S 8596 8596 8552 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 19 0 419795606 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154143126368 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8610] ppid=8596 vsize=28902484 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8598/task/8610/stat : 8610 (java) S 8596 8596 8552 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 419795607 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154142073968 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8611] ppid=8596 vsize=28902484 memory=520 CPUtime=0 cores=0-7
/proc/8598/task/8611/stat : 8611 (java) S 8596 8596 8552 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 419795609 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154141021056 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8612] ppid=8596 vsize=28902484 memory=868364 CPUtime=2.58 cores=0-7
/proc/8598/task/8612/stat : 8612 (java) S 8596 8596 8552 0 -1 1077944384 15145 0 0 0 254 4 0 0 20 0 19 0 419795609 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154139970160 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8613] ppid=8596 vsize=28902484 memory=0 CPUtime=2.76 cores=0-7
/proc/8598/task/8613/stat : 8613 (java) S 8596 8596 8552 0 -1 1077944384 15002 0 0 0 273 3 0 0 20 0 19 0 419795609 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154138917360 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8614] ppid=8596 vsize=28902484 memory=3472328296227679313 CPUtime=2.76 cores=0-7
/proc/8598/task/8614/stat : 8614 (java) S 8596 8596 8552 0 -1 1077944384 11889 0 0 0 272 4 0 0 20 0 19 0 419795609 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154137845472 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8615] ppid=8596 vsize=28902484 memory=288230376974057755 CPUtime=1.01 cores=0-7
/proc/8598/task/8615/stat : 8615 (java) S 8596 8596 8552 0 -1 1077944384 8903 0 0 0 100 1 0 0 20 0 19 0 419795609 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154136812272 140155027769986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
[pid=8598/tid=8616] ppid=8596 vsize=28902484 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8598/task/8616/stat : 8616 (java) S 8596 8596 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 419795609 29596143616 676263 33554432000 4194304 4196468 140733497584464 140154135759200 140155027769045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6426624 140733497586666 140733497586838 140733497586838 140733497589711 0
Current children cumulated CPU time: 464.51 s
Current children cumulated vsize: 29015612 KiB
Current children cumulated memory: 2706508 KiB

Child status: 0
Real time (s): 103.327
CPU time (s): 464.533
CPU user time (s): 462.055
CPU system time (s): 2.47889
CPU usage (%): 449.577
Max. virtual memory (cumulated for all children) (KiB): 29017816
Max. memory (cumulated for all children) (KiB): 2793688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 462.055
system time used= 2.4789
maximum resident set size= 2810516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123691
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16081
involuntary context switches= 5782


# summary of solver processes directly reported to runsolver:
#   pid: 8596
#   total CPU time (s): 464.533
#   total CPU user time (s): 462.055
#   total CPU system time (s): 2.47889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.834967 second user time and 1.27233 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-14 07:24:39
IDJOB=4393811
IDBENCH=135459
IDSOLVER=2841
FILE ID=node132/4393811-1568438729
RUNJOBID= node132-1568438679-8579
PBS_JOBID= 21702326
Free space on /tmp= 61624 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-lseu.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-4393811-1568438729/watcher-4393811-1568438729 -o /tmp/evaluation-result-4393811-1568438729/solver-4393811-1568438729 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1568438679-8579 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1679559442 HOME/instance-4393811-1568438729.xml

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

MD5SUM BENCH= b8e79a81cec6901ac635f2e0750bfcb6
RANDOM SEED=1679559442

node132.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.95
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.95
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.95
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.95
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:        31622468 kB
MemAvailable:   31915084 kB
Buffers:           71544 kB
Cached:           500472 kB
SwapCached:         6308 kB
Active:           408644 kB
Inactive:         170156 kB
Active(anon):       3272 kB
Inactive(anon):    31908 kB
Active(file):     405372 kB
Inactive(file):   138248 kB
Unevictable:      109804 kB
Mlocked:          109804 kB
SwapTotal:      67108860 kB
SwapFree:       67009716 kB
Dirty:             25936 kB
Writeback:             0 kB
AnonPages:        112668 kB
Mapped:            31388 kB
Shmem:             19564 kB
Slab:             158508 kB
SReclaimable:     129660 kB
SUnreclaim:        28848 kB
KernelStack:        3360 kB
PageTables:         5344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     475464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61596 MiB
End job on node132 at 2019-09-14 07:26:23