Trace number 4393815

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 parallelOPT1079 72.8896 10.1066

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-06.xml
MD5SUMe9e920efca2956d8591f17ca956249c3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1079
Best CPU time to get the best result obtained on this benchmark30.4792
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4393815-1568433917.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.19	c [HOME/instance-4393815-1568433917.xml, -tl, 20160s, -p, 8]
0.33/0.23	c 8 solvers in parallel
0.33/0.29	c parse instance...
0.71/0.48	c solve instance...
0.71/0.52	o 168 
1.00/0.53	o 173 
1.00/0.53	o 174 
1.00/0.53	o 183 
1.00/0.54	o 189 
1.00/0.55	o 255 
1.00/0.55	o 270 
1.00/0.55	o 283 
1.00/0.55	o 298 
1.00/0.55	o 353 
1.00/0.56	o 360 
1.00/0.56	o 373 
1.00/0.56	o 388 
1.00/0.56	o 424 
1.00/0.56	o 439 
1.00/0.57	o 452 
1.00/0.57	o 467 
1.00/0.57	o 478 
1.00/0.57	o 506 
1.00/0.60	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (40/42)
1.00/0.60		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.00/0.60		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.00/0.60		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.00/0.60		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.00/0.60		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.00/0.60	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (40/42)
1.00/0.60		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.00/0.60		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.00/0.60		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.00/0.60		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.00/0.60		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.00/0.60		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.00/0.60		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.00/0.60		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.00/0.60		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.00/0.60		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.00/0.60		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.00/0.60		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.00/0.60		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.00/0.60		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.00/0.60		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.00/0.60		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.00/0.60	o 521 
1.30/0.61	o 534 
1.30/0.61	o 549 
1.30/0.62	o 579 
1.30/0.63	o 593 
1.30/0.63	o 594 
1.30/0.63	o 602 
1.30/0.64	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/42)
1.30/0.64		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.30/0.64		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.30/0.64		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.30/0.64		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.30/0.64		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.30/0.64	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (39/42)
1.30/0.64		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.30/0.64		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.30/0.64		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.30/0.64		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.30/0.64		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.30/0.64		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.30/0.64		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.30/0.64		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.30/0.64		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.30/0.64		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.30/0.64		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.30/0.64		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.30/0.64		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.30/0.64		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.30/0.64		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.30/0.64		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.30/0.64	o 615 
1.30/0.65	o 774 
1.30/0.66	o 791 
1.30/0.67	o 803 
1.30/0.69	o 805 
1.30/0.69	o 821 
1.30/0.70	o 828 
1.83/0.71	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (33/35)
1.83/0.71		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.83/0.71		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.83/0.71		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.83/0.71		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.83/0.71		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.83/0.71	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (33/35)
1.83/0.71		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.83/0.71		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.83/0.71		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.83/0.71		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.83/0.71		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.83/0.71		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.83/0.71		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.83/0.71		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.83/0.71		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.83/0.71		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.83/0.71		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.83/0.71		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.83/0.71		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.83/0.71		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.83/0.71		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.83/0.71		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.83/0.71	o 838 
1.83/0.71	o 845 
1.83/0.75	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (36/39)
1.83/0.75		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.83/0.75		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.83/0.75		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.83/0.75		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.83/0.75		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.83/0.75	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (36/39)
1.83/0.75		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.83/0.75		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.83/0.75		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.83/0.75		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.83/0.75		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.83/0.75		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.83/0.75		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.83/0.75		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.83/0.75		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.83/0.75		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.83/0.75		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.83/0.75		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.83/0.75		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.83/0.75		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.83/0.75		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.83/0.75		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.83/0.75	o 860 
1.83/0.76	o 864 
1.83/0.78	o 897 
1.83/0.79	o 901 
1.83/0.79	o 902 
2.48/0.80	o 934 
2.48/0.81	o 935 
2.48/0.83	o 946 
2.48/0.85	o 955 
2.48/0.85	o 956 
2.48/0.87	o 975 
2.48/0.87	o 985 
2.48/0.88	o 994 
2.48/0.89	o 1003 
2.48/0.89	o 1012 
3.19/0.92	o 1021 
3.19/0.93	o 1022 
3.19/0.95	o 1023 
3.19/0.98	o 1034 
3.19/0.98	o 1045 
3.19/0.99	o 1049 
3.19/0.99	o 1065 
3.93/1.03	o 1070 
4.64/1.13	o 1073 
4.64/1.16	o 1079 
72.30/10.08	s OPTIMUM FOUND
72.30/10.08	v <instantiation>
72.30/10.08	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
72.30/10.08	v 	<values>1 1 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 1 1 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 1 0 0 1 </values>
72.30/10.08	v </instantiation>

Verifier Data

OK	1079

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393815-1568433917/watcher-4393815-1568433917 -o /tmp/evaluation-result-4393815-1568433917/solver-4393815-1568433917 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node141-1568427839-5017 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 700764615 HOME/instance-4393815-1568433917.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
Starting watchdog thread
solver pid=9290, runsolver pid=9287
Current StackSize limit: 8192 KiB


[startup+0.100114 s]*
/proc/loadavg: 4.57 3.28 2.93 2/212 9311
/proc/meminfo: memFree=31264052/32770624 swapFree=66919320/67108860
[pid=9290] ppid=9287 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9290/stat : 9290 (xcsp3-exec) S 9287 9290 4990 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419329638 115843072 364 33554432000 4194304 5098028 140733961958816 140733961956920 140590931473020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34816000 140733961962358 140733961962601 140733961962601 140733961965514 0
/proc/9290/statm: 28282 364 305 221 0 87 0
[pid=9292] ppid=9290 vsize=28227388 memory=29720 CPUtime=0.12 cores=0-7
/proc/9292/stat : 9292 (java) S 9290 9290 4990 0 -1 1077944320 5901 0 0 0 11 1 0 0 20 0 20 0 419329639 28904845312 7430 33554432000 4194304 4196468 140732440116816 140732440099360 140178741415671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
/proc/9292/statm: 7056847 7430 3115 1 0 7019032 0
[pid=9292/tid=9293] ppid=9290 vsize=28227388 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/9292/task/9293/stat : 9293 (java) R 9290 9290 4990 0 -1 4202560 3814 0 0 0 8 0 0 0 20 0 20 0 419329639 28904845312 7430 33554432000 4194304 4196468 140732440116816 140178745648944 140178724758343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9294] ppid=9290 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/9292/task/9294/stat : 9294 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 7430 33554432000 4194304 4196468 140732440116816 140178694036112 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9295] ppid=9290 vsize=28227388 memory=140399423075968 CPUtime=0 cores=0-7
/proc/9292/task/9295/stat : 9295 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 7430 33554432000 4194304 4196468 140732440116816 140178692983312 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9296] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9296/stat : 9296 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 7430 33554432000 4194304 4196468 140732440116816 140178691930512 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9297] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9297/stat : 9297 (java) S 9290 9290 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 7430 33554432000 4194304 4196468 140732440116816 140178690877712 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9298] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9298/stat : 9298 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 7430 33554432000 4194304 4196468 140732440116816 140178689825936 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9299] ppid=9290 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9292/task/9299/stat : 9299 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 7430 33554432000 4194304 4196468 140732440116816 140178688773136 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9300] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9300/stat : 9300 (java) S 9290 9290 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 7430 33554432000 4194304 4196468 140732440116816 140178687720336 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9301] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9301/stat : 9301 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 7430 33554432000 4194304 4196468 140732440116816 140178686667536 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9302] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9302/stat : 9302 (java) S 9290 9290 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329641 28904845312 7430 33554432000 4194304 4196468 140732440116816 140176937064816 140178741426818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9303] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9303/stat : 9303 (java) S 9290 9290 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419329642 28904845312 7430 33554432000 4194304 4196468 140732440116816 140176936010784 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9304] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9304/stat : 9304 (java) S 9290 9290 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419329642 28904845312 7430 33554432000 4194304 4196468 140732440116816 140176934957936 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9305] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9305/stat : 9305 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329644 28904845312 7430 33554432000 4194304 4196468 140732440116816 140176933906256 140178741434267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9306] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9306/stat : 9306 (java) S 9290 9290 4990 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 419329644 28904845312 7430 33554432000 4194304 4196468 140732440116816 140176932854640 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9307] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9307/stat : 9307 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329644 28904845312 7430 33554432000 4194304 4196468 140732440116816 140176931801936 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9308] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9308/stat : 9308 (java) S 9290 9290 4990 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 419329644 28904845312 7430 33554432000 4194304 4196468 140732440116816 140176930749040 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9309] ppid=9290 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/9292/task/9309/stat : 9309 (java) R 9290 9290 4990 0 -1 4202560 354 0 0 0 1 0 0 0 20 0 20 0 419329644 28904845312 7430 33554432000 4194304 4196468 140732440116816 140176929696240 140178727739979 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9310] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9310/stat : 9310 (java) S 9290 9290 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329645 28904845312 7430 33554432000 4194304 4196468 140732440116816 140176486390368 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9311] ppid=9290 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9292/task/9311/stat : 9311 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329645 28904845312 7430 33554432000 4194304 4196468 140732440116816 140176485337648 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31176 KiB

[startup+0.210096 s]*
/proc/loadavg: 4.57 3.28 2.93 3/213 9313
/proc/meminfo: memFree=31249352/32770624 swapFree=66919320/67108860
[pid=9290] ppid=9287 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9290/stat : 9290 (xcsp3-exec) S 9287 9290 4990 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419329638 115843072 364 33554432000 4194304 5098028 140733961958816 140733961956920 140590931473020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34816000 140733961962358 140733961962601 140733961962601 140733961965514 0
/proc/9290/statm: 28282 364 305 221 0 87 0
[pid=9292] ppid=9290 vsize=28227388 memory=41140 CPUtime=0.33 cores=0-7
/proc/9292/stat : 9292 (java) S 9290 9290 4990 0 -1 1077944320 9487 0 0 0 30 3 0 0 20 0 20 0 419329639 28904845312 10285 33554432000 4194304 4196468 140732440116816 140732440099360 140178741415671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
/proc/9292/statm: 7056847 10285 3277 1 0 7019032 0
[pid=9292/tid=9293] ppid=9290 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/9292/task/9293/stat : 9293 (java) R 9290 9290 4990 0 -1 4202560 6638 0 0 0 18 2 0 0 20 0 20 0 419329639 28904845312 10285 33554432000 4194304 4196468 140732440116816 140178745646320 140178725496158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9294] ppid=9290 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/9292/task/9294/stat : 9294 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 10285 33554432000 4194304 4196468 140732440116816 140178694036112 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9295] ppid=9290 vsize=28227388 memory=140399423085517 CPUtime=0 cores=0-7
/proc/9292/task/9295/stat : 9295 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 10285 33554432000 4194304 4196468 140732440116816 140178692983312 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9296] ppid=9290 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9292/task/9296/stat : 9296 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 10285 33554432000 4194304 4196468 140732440116816 140178691930512 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9297] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9297/stat : 9297 (java) S 9290 9290 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 10285 33554432000 4194304 4196468 140732440116816 140178690877712 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9298] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9298/stat : 9298 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 10285 33554432000 4194304 4196468 140732440116816 140178689825936 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9299] ppid=9290 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9292/task/9299/stat : 9299 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 10285 33554432000 4194304 4196468 140732440116816 140178688773136 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9300] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9300/stat : 9300 (java) S 9290 9290 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 10285 33554432000 4194304 4196468 140732440116816 140178687720336 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9301] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9301/stat : 9301 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28904845312 10285 33554432000 4194304 4196468 140732440116816 140178686667536 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9302] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9302/stat : 9302 (java) S 9290 9290 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419329641 28904845312 10285 33554432000 4194304 4196468 140732440116816 140176937064816 140178741426818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9303] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9303/stat : 9303 (java) S 9290 9290 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419329642 28904845312 10285 33554432000 4194304 4196468 140732440116816 140176936010784 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9304] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9304/stat : 9304 (java) S 9290 9290 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419329642 28904845312 10285 33554432000 4194304 4196468 140732440116816 140176934957936 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9305] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9305/stat : 9305 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329644 28904845312 10285 33554432000 4194304 4196468 140732440116816 140176933906256 140178741434267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9306] ppid=9290 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/9292/task/9306/stat : 9306 (java) S 9290 9290 4990 0 -1 1077944384 338 0 0 0 1 0 0 0 20 0 20 0 419329644 28904845312 10285 33554432000 4194304 4196468 140732440116816 140176932854640 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9307] ppid=9290 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/9292/task/9307/stat : 9307 (java) S 9290 9290 4990 0 -1 1077944384 81 0 0 0 1 0 0 0 20 0 20 0 419329644 28904845312 10285 33554432000 4194304 4196468 140732440116816 140176931801840 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9308] ppid=9290 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/9292/task/9308/stat : 9308 (java) S 9290 9290 4990 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 20 0 419329644 28904845312 10285 33554432000 4194304 4196468 140732440116816 140176930749040 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9309] ppid=9290 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/9292/task/9309/stat : 9309 (java) R 9290 9290 4990 0 -1 4202560 733 0 0 0 7 0 0 0 20 0 20 0 419329644 28904845312 10285 33554432000 4194304 4196468 140732440116816 140176929691648 140178741437018 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9310] ppid=9290 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9310/stat : 9310 (java) S 9290 9290 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329645 28904845312 10285 33554432000 4194304 4196468 140732440116816 140176486390368 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9311] ppid=9290 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/9292/task/9311/stat : 9311 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329645 28904845312 10285 33554432000 4194304 4196468 140732440116816 140176485337648 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42596 KiB

[startup+0.309966 s]*
/proc/loadavg: 4.57 3.28 2.93 3/213 9313
/proc/meminfo: memFree=31244700/32770624 swapFree=66919320/67108860
[pid=9290] ppid=9287 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9290/stat : 9290 (xcsp3-exec) S 9287 9290 4990 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419329638 115843072 364 33554432000 4194304 5098028 140733961958816 140733961956920 140590931473020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34816000 140733961962358 140733961962601 140733961962601 140733961965514 0
/proc/9290/statm: 28282 364 305 221 0 87 0
[pid=9292] ppid=9290 vsize=28231644 memory=49524 CPUtime=0.52 cores=0-7
/proc/9292/stat : 9292 (java) S 9290 9290 4990 0 -1 1077944320 10705 0 0 0 47 5 0 0 20 0 20 0 419329639 28909203456 12381 33554432000 4194304 4196468 140732440116816 140732440099360 140178741415671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
/proc/9292/statm: 7057911 12381 3349 1 0 7019032 0
[pid=9292/tid=9293] ppid=9290 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/9292/task/9293/stat : 9293 (java) R 9290 9290 4990 0 -1 4202560 7702 0 0 0 26 3 0 0 20 0 20 0 419329639 28909203456 12381 33554432000 4194304 4196468 140732440116816 140178745646784 140178725985735 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9294] ppid=9290 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9294/stat : 9294 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28909203456 12381 33554432000 4194304 4196468 140732440116816 140178694036112 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9295] ppid=9290 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9295/stat : 9295 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28909203456 12381 33554432000 4194304 4196468 140732440116816 140178692983312 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9296] ppid=9290 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9296/stat : 9296 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28909203456 12381 33554432000 4194304 4196468 140732440116816 140178691930512 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9297] ppid=9290 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9297/stat : 9297 (java) S 9290 9290 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419329640 28909203456 12381 33554432000 4194304 4196468 140732440116816 140178690877712 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9298] ppid=9290 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9298/stat : 9298 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28909203456 12381 33554432000 4194304 4196468 140732440116816 140178689825936 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9299] ppid=9290 vsize=28231644 memory=140399326882479 CPUtime=0 cores=0-7
/proc/9292/task/9299/stat : 9299 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28909203456 12381 33554432000 4194304 4196468 140732440116816 140178688773136 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9300] ppid=9290 vsize=28231644 memory=140399326884784 CPUtime=0 cores=0-7
/proc/9292/task/9300/stat : 9300 (java) S 9290 9290 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329640 28909203456 12381 33554432000 4194304 4196468 140732440116816 140178687720336 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9301] ppid=9290 vsize=28231644 memory=140399326887088 CPUtime=0 cores=0-7
/proc/9292/task/9301/stat : 9301 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329640 28909203456 12381 33554432000 4194304 4196468 140732440116816 140178686667536 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9302] ppid=9290 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9302/stat : 9302 (java) S 9290 9290 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419329641 28909203456 12381 33554432000 4194304 4196468 140732440116816 140176937064816 140178741426818 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9303] ppid=9290 vsize=28231644 memory=280798653788048 CPUtime=0 cores=0-7
/proc/9292/task/9303/stat : 9303 (java) S 9290 9290 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419329642 28909203456 12381 33554432000 4194304 4196468 140732440116816 140176936010784 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9304] ppid=9290 vsize=28231644 memory=280798653785744 CPUtime=0 cores=0-7
/proc/9292/task/9304/stat : 9304 (java) S 9290 9290 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419329642 28909203456 12381 33554432000 4194304 4196468 140732440116816 140176934957936 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9305] ppid=9290 vsize=28231644 memory=280798653792656 CPUtime=0 cores=0-7
/proc/9292/task/9305/stat : 9305 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329644 28909203456 12381 33554432000 4194304 4196468 140732440116816 140176933906256 140178741434267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9306] ppid=9290 vsize=28231644 memory=280798653733936 CPUtime=0.02 cores=0-7
/proc/9292/task/9306/stat : 9306 (java) R 9290 9290 4990 0 -1 4202560 391 0 0 0 2 0 0 0 20 0 20 0 419329644 28909203456 12381 33554432000 4194304 4196468 140732440116816 140176932845024 140178722115968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9307] ppid=9290 vsize=28231644 memory=280798653806480 CPUtime=0.02 cores=0-7
/proc/9292/task/9307/stat : 9307 (java) S 9290 9290 4990 0 -1 1077944384 114 0 0 0 2 0 0 0 20 0 20 0 419329644 28909203456 12446 33554432000 4194304 4196468 140732440116816 140176931801840 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9308] ppid=9290 vsize=28231644 memory=280798653813392 CPUtime=0.03 cores=0-7
/proc/9292/task/9308/stat : 9308 (java) S 9290 9290 4990 0 -1 1077944384 398 0 0 0 3 0 0 0 20 0 20 0 419329644 28909203456 12446 33554432000 4194304 4196468 140732440116816 140176930749040 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9309] ppid=9290 vsize=28231644 memory=280798653811088 CPUtime=0.12 cores=0-7
/proc/9292/task/9309/stat : 9309 (java) R 9290 9290 4990 0 -1 4202560 822 0 0 0 12 0 0 0 20 0 20 0 419329644 28909203456 12446 33554432000 4194304 4196468 140732440116816 140176929692192 140178720080977 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9310] ppid=9290 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9310/stat : 9310 (java) S 9290 9290 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419329645 28909203456 12446 33554432000 4194304 4196468 140732440116816 140176486390368 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9311] ppid=9290 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/9292/task/9311/stat : 9311 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419329645 28909203456 12446 33554432000 4194304 4196468 140732440116816 140176485337648 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 50980 KiB

[startup+0.702227 s]
/proc/loadavg: 4.57 3.28 2.93 8/221 9321
/proc/meminfo: memFree=31212620/32770624 swapFree=66919320/67108860
[pid=9290] ppid=9287 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9290/stat : 9290 (xcsp3-exec) S 9287 9290 4990 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419329638 115843072 364 33554432000 4194304 5098028 140733961958816 140733961956920 140590931473020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34816000 140733961962358 140733961962601 140733961962601 140733961965514 0
/proc/9290/statm: 28282 364 305 221 0 87 0
[pid=9292] ppid=9290 vsize=28832844 memory=226368 CPUtime=1.83 cores=0-7
/proc/9292/stat : 9292 (java) S 9290 9290 4990 0 -1 1077944320 19676 0 0 0 168 15 0 0 20 0 28 0 419329639 29524832256 56592 33554432000 4194304 4196468 140732440116816 140732440099360 140178741415671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
/proc/9292/statm: 7208211 56592 3477 1 0 7169313 0
[pid=9292/tid=9293] ppid=9290 vsize=28832844 memory=0 CPUtime=0.49 cores=0-7
/proc/9292/task/9293/stat : 9293 (java) S 9290 9290 4990 0 -1 1077944384 9165 0 0 0 45 4 0 0 20 0 28 0 419329639 29524832256 56592 33554432000 4194304 4196468 140732440116816 140178745656448 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9294] ppid=9290 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9294/stat : 9294 (java) S 9290 9290 4990 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 28 0 419329640 29524832256 56592 33554432000 4194304 4196468 140732440116816 140178694036112 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9295] ppid=9290 vsize=28832844 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9295/stat : 9295 (java) S 9290 9290 4990 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 419329640 29524832256 56592 33554432000 4194304 4196468 140732440116816 140178692983312 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9296] ppid=9290 vsize=28832844 memory=0 CPUtime=0 cores=0-7

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

[pid=9292/tid=9309] ppid=9290 vsize=28901456 memory=0 CPUtime=0.81 cores=0-7
/proc/9292/task/9309/stat : 9309 (java) S 9290 9290 4990 0 -1 1077944384 5250 0 0 0 79 2 0 0 20 0 28 0 419329644 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176929696240 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9310] ppid=9290 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9310/stat : 9310 (java) S 9290 9290 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419329645 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176486390368 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9311] ppid=9290 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9311/stat : 9311 (java) S 9290 9290 4990 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 28 0 419329645 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176485337648 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9793] ppid=9290 vsize=28901456 memory=0 CPUtime=6.34 cores=0-7
/proc/9292/task/9793/stat : 9793 (java) R 9290 9290 4990 0 -1 4202560 376 0 0 0 632 2 0 0 20 0 28 0 419329755 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176473209632 140178358935905 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9794] ppid=9290 vsize=28901456 memory=0 CPUtime=6.56 cores=0-7
/proc/9292/task/9794/stat : 9794 (java) R 9290 9290 4990 0 -1 4202560 77 0 0 0 653 3 0 0 20 0 28 0 419329755 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176470052512 140178358935967 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9795] ppid=9290 vsize=28901456 memory=0 CPUtime=7.05 cores=0-7
/proc/9292/task/9795/stat : 9795 (java) R 9290 9290 4990 0 -1 4202560 1452 0 0 0 695 10 0 0 20 0 28 0 419329755 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176471105056 140178360320531 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9796] ppid=9290 vsize=28901456 memory=1704 CPUtime=6.6 cores=0-7
/proc/9292/task/9796/stat : 9796 (java) R 9290 9290 4990 0 -1 4202560 353 0 0 0 655 5 0 0 20 0 28 0 419329755 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176472158720 140178358271703 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9797] ppid=9290 vsize=28901456 memory=5936 CPUtime=6.52 cores=0-7
/proc/9292/task/9797/stat : 9797 (java) R 9290 9290 4990 0 -1 4202560 541 0 0 0 647 5 0 0 20 0 28 0 419329755 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176476369184 140178359155574 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9798] ppid=9290 vsize=28901456 memory=588 CPUtime=6.29 cores=0-7
/proc/9292/task/9798/stat : 9798 (java) R 9290 9290 4990 0 -1 1077944384 106 0 0 0 625 4 0 0 20 0 28 0 419329755 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176467947776 140178741425877 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9799] ppid=9290 vsize=28901456 memory=780 CPUtime=6.68 cores=0-7
/proc/9292/task/9799/stat : 9799 (java) S 9290 9290 4990 0 -1 1077944384 302 0 0 0 662 6 0 0 20 0 28 0 419329755 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176466894976 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9800] ppid=9290 vsize=28901456 memory=280798654860064 CPUtime=6.28 cores=0-7
/proc/9292/task/9800/stat : 9800 (java) R 9290 9290 4990 0 -1 4202560 356 0 0 0 621 7 0 0 20 0 28 0 419329755 29595090944 325709 33554432000 4194304 4196468 140732440116816 140176475316128 140178360109131 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
Current children cumulated CPU time: 63.21 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 1304292 KiB

[startup+9.60717 s]
/proc/loadavg: 5.24 3.47 2.99 8/220 9801
/proc/meminfo: memFree=29852700/32770624 swapFree=66919320/67108860
[pid=9290] ppid=9287 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9290/stat : 9290 (xcsp3-exec) S 9287 9290 4990 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419329638 115843072 364 33554432000 4194304 5098028 140733961958816 140733961956920 140590931473020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34816000 140733961962358 140733961962601 140733961962601 140733961965514 0
/proc/9290/statm: 28282 364 305 221 0 87 0
[pid=9292] ppid=9290 vsize=28901456 memory=1837404 CPUtime=69.3 cores=0-7
/proc/9292/stat : 9292 (java) S 9290 9290 4990 0 -1 1077944320 54253 0 0 0 6835 95 0 0 20 0 28 0 419329639 29595090944 459351 33554432000 4194304 4196468 140732440116816 140732440099360 140178741415671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
/proc/9292/statm: 7225364 459351 3526 1 0 7186466 0
[pid=9292/tid=9293] ppid=9290 vsize=28901456 memory=6148880529268043108 CPUtime=0.52 cores=0-7
/proc/9292/task/9293/stat : 9293 (java) S 9290 9290 4990 0 -1 1077944384 9165 0 0 0 47 5 0 0 20 0 28 0 419329639 29595090944 459351 33554432000 4194304 4196468 140732440116816 140178745656448 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9294] ppid=9290 vsize=28901456 memory=6081384959482946913 CPUtime=0.05 cores=0-7
/proc/9292/task/9294/stat : 9294 (java) S 9290 9290 4990 0 -1 1077944384 74 0 0 0 4 1 0 0 20 0 28 0 419329640 29595090944 459351 33554432000 4194304 4196468 140732440116816 140178694036112 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9295] ppid=9290 vsize=28901456 memory=4132774494331964790 CPUtime=0.04 cores=0-7
/proc/9292/task/9295/stat : 9295 (java) S 9290 9290 4990 0 -1 1077944384 44 0 0 0 2 2 0 0 20 0 28 0 419329640 29595090944 459351 33554432000 4194304 4196468 140732440116816 140178692983312 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9296] ppid=9290 vsize=28901456 memory=0 CPUtime=0.04 cores=0-7
/proc/9292/task/9296/stat : 9296 (java) S 9290 9290 4990 0 -1 1077944384 114 0 0 0 3 1 0 0 20 0 28 0 419329640 29595090944 459351 33554432000 4194304 4196468 140732440116816 140178691930512 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9297] ppid=9290 vsize=28901456 memory=0 CPUtime=0.06 cores=0-7
/proc/9292/task/9297/stat : 9297 (java) S 9290 9290 4990 0 -1 1077944384 131 0 0 0 4 2 0 0 20 0 28 0 419329640 29595090944 459351 33554432000 4194304 4196468 140732440116816 140178690877712 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9298] ppid=9290 vsize=28901456 memory=1456 CPUtime=0.07 cores=0-7
/proc/9292/task/9298/stat : 9298 (java) S 9290 9290 4990 0 -1 1077944384 217 0 0 0 6 1 0 0 20 0 28 0 419329640 29595090944 459351 33554432000 4194304 4196468 140732440116816 140178689825936 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9299] ppid=9290 vsize=28901456 memory=1456 CPUtime=0.07 cores=0-7
/proc/9292/task/9299/stat : 9299 (java) S 9290 9290 4990 0 -1 1077944384 141 0 0 0 5 2 0 0 20 0 28 0 419329640 29595090944 459351 33554432000 4194304 4196468 140732440116816 140178688773136 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9300] ppid=9290 vsize=28901456 memory=1199232 CPUtime=0.04 cores=0-7
/proc/9292/task/9300/stat : 9300 (java) S 9290 9290 4990 0 -1 1077944384 648 0 0 0 3 1 0 0 20 0 28 0 419329640 29595090944 459351 33554432000 4194304 4196468 140732440116816 140178687720336 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9301] ppid=9290 vsize=28901456 memory=876 CPUtime=0.03 cores=0-7
/proc/9292/task/9301/stat : 9301 (java) S 9290 9290 4990 0 -1 1077944384 101 0 0 0 3 0 0 0 20 0 28 0 419329640 29595090944 459351 33554432000 4194304 4196468 140732440116816 140178686667536 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9302] ppid=9290 vsize=28901456 memory=1448 CPUtime=0.01 cores=0-7
/proc/9292/task/9302/stat : 9302 (java) S 9290 9290 4990 0 -1 1077944384 1382 0 0 0 1 0 0 0 20 0 28 0 419329641 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176937064816 140178741426818 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9303] ppid=9290 vsize=28901456 memory=1980 CPUtime=0 cores=0-7
/proc/9292/task/9303/stat : 9303 (java) S 9290 9290 4990 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419329642 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176936010848 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9304] ppid=9290 vsize=28901456 memory=2432 CPUtime=0 cores=0-7
/proc/9292/task/9304/stat : 9304 (java) S 9290 9290 4990 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419329642 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176934957952 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9305] ppid=9290 vsize=28901456 memory=1760 CPUtime=0 cores=0-7
/proc/9292/task/9305/stat : 9305 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419329644 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176933906256 140178741434267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9306] ppid=9290 vsize=28901456 memory=0 CPUtime=2.12 cores=0-7
/proc/9292/task/9306/stat : 9306 (java) S 9290 9290 4990 0 -1 1077944384 7647 0 0 0 210 2 0 0 20 0 28 0 419329644 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176932854640 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9307] ppid=9290 vsize=28901456 memory=275 CPUtime=2.21 cores=0-7
/proc/9292/task/9307/stat : 9307 (java) R 9290 9290 4990 0 -1 1077944384 8009 0 0 0 219 2 0 0 20 0 28 0 419329644 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176931801840 140178741426818 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9308] ppid=9290 vsize=28901456 memory=288 CPUtime=2.43 cores=0-7
/proc/9292/task/9308/stat : 9308 (java) S 9290 9290 4990 0 -1 1077944384 7005 0 0 0 242 1 0 0 20 0 28 0 419329644 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176930749040 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9309] ppid=9290 vsize=28901456 memory=312 CPUtime=0.81 cores=0-7
/proc/9292/task/9309/stat : 9309 (java) S 9290 9290 4990 0 -1 1077944384 5253 0 0 0 79 2 0 0 20 0 28 0 419329644 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176929696240 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9310] ppid=9290 vsize=28901456 memory=291 CPUtime=0 cores=0-7
/proc/9292/task/9310/stat : 9310 (java) S 9290 9290 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419329645 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176486390368 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9311] ppid=9290 vsize=28901456 memory=286 CPUtime=0 cores=0-7
/proc/9292/task/9311/stat : 9311 (java) S 9290 9290 4990 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 28 0 419329645 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176485337648 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9793] ppid=9290 vsize=28901456 memory=279 CPUtime=7.08 cores=0-7
/proc/9292/task/9793/stat : 9793 (java) R 9290 9290 4990 0 -1 4202560 378 0 0 0 705 3 0 0 20 0 28 0 419329755 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176473209536 140178361298636 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9794] ppid=9290 vsize=28901456 memory=301 CPUtime=7.3 cores=0-7
/proc/9292/task/9794/stat : 9794 (java) R 9290 9290 4990 0 -1 1077944384 79 0 0 0 726 4 0 0 20 0 28 0 419329755 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176470052608 140178741425877 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9795] ppid=9290 vsize=28901456 memory=262 CPUtime=7.86 cores=0-7
/proc/9292/task/9795/stat : 9795 (java) R 9290 9290 4990 0 -1 4202560 1591 0 0 0 774 12 0 0 20 0 28 0 419329755 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176471105152 140178360320469 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9796] ppid=9290 vsize=28901456 memory=6438155977904 CPUtime=7.35 cores=0-7
/proc/9292/task/9796/stat : 9796 (java) S 9290 9290 4990 0 -1 1077944384 395 0 0 0 728 7 0 0 20 0 28 0 419329755 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176472158720 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9797] ppid=9290 vsize=28901456 memory=302867281954996538 CPUtime=7.24 cores=0-7
/proc/9292/task/9797/stat : 9797 (java) S 9290 9290 4990 0 -1 1077944384 612 0 0 0 717 7 0 0 20 0 28 0 419329755 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176476369280 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9798] ppid=9290 vsize=28901456 memory=14126732391221673 CPUtime=6.98 cores=0-7
/proc/9292/task/9798/stat : 9798 (java) R 9290 9290 4990 0 -1 4202560 110 0 0 0 694 4 0 0 20 0 28 0 419329755 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176467947680 140178358271608 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9799] ppid=9290 vsize=28901456 memory=7090180203588315241 CPUtime=7.41 cores=0-7
/proc/9292/task/9799/stat : 9799 (java) R 9290 9290 4990 0 -1 4202560 337 0 0 0 734 7 0 0 20 0 28 0 419329755 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176466894976 140178359087388 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9800] ppid=9290 vsize=28901456 memory=7090180203588315241 CPUtime=7.03 cores=0-7
/proc/9292/task/9800/stat : 9800 (java) R 9290 9290 4990 0 -1 4202560 490 0 0 0 692 11 0 0 20 0 28 0 419329755 29595090944 459351 33554432000 4194304 4196468 140732440116816 140176475316224 140178360107064 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
Current children cumulated CPU time: 69.3 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 1838860 KiB

[startup+10.0013 s]*
/proc/loadavg: 5.24 3.47 2.99 9/220 9801
/proc/meminfo: memFree=29235756/32770624 swapFree=66919320/67108860
[pid=9290] ppid=9287 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/9290/stat : 9290 (xcsp3-exec) S 9287 9290 4990 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 419329638 115843072 364 33554432000 4194304 5098028 140733961958816 140733961956920 140590931473020 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 34816000 140733961962358 140733961962601 140733961962601 140733961965514 0
/proc/9290/statm: 28282 364 305 221 0 87 0
[pid=9292] ppid=9290 vsize=28901456 memory=2058588 CPUtime=72.3 cores=0-7
/proc/9292/stat : 9292 (java) S 9290 9290 4990 0 -1 1077944320 54489 0 0 0 7128 102 0 0 20 0 28 0 419329639 29595090944 514647 33554432000 4194304 4196468 140732440116816 140732440099360 140178741415671 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
/proc/9292/statm: 7225364 514647 3526 1 0 7186466 0
[pid=9292/tid=9293] ppid=9290 vsize=28901456 memory=8317482817917895235 CPUtime=0.52 cores=0-7
/proc/9292/task/9293/stat : 9293 (java) S 9290 9290 4990 0 -1 1077944384 9165 0 0 0 47 5 0 0 20 0 28 0 419329639 29595090944 515159 33554432000 4194304 4196468 140732440116816 140178745656448 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9294] ppid=9290 vsize=28901456 memory=6944656575208382560 CPUtime=0.05 cores=0-7
/proc/9292/task/9294/stat : 9294 (java) S 9290 9290 4990 0 -1 1077944384 74 0 0 0 4 1 0 0 20 0 28 0 419329640 29595090944 515159 33554432000 4194304 4196468 140732440116816 140178694036112 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9295] ppid=9290 vsize=28901456 memory=-7101718590825193272 CPUtime=0.04 cores=0-7
/proc/9292/task/9295/stat : 9295 (java) S 9290 9290 4990 0 -1 1077944384 44 0 0 0 2 2 0 0 20 0 28 0 419329640 29595090944 515159 33554432000 4194304 4196468 140732440116816 140178692983312 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9296] ppid=9290 vsize=28901456 memory=6944656592455350634 CPUtime=0.04 cores=0-7
/proc/9292/task/9296/stat : 9296 (java) S 9290 9290 4990 0 -1 1077944384 114 0 0 0 3 1 0 0 20 0 28 0 419329640 29595090944 515159 33554432000 4194304 4196468 140732440116816 140178691930512 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9297] ppid=9290 vsize=28901456 memory=4872558044660077418 CPUtime=0.06 cores=0-7
/proc/9292/task/9297/stat : 9297 (java) S 9290 9290 4990 0 -1 1077944384 131 0 0 0 4 2 0 0 20 0 28 0 419329640 29595090944 515159 33554432000 4194304 4196468 140732440116816 140178690877712 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9298] ppid=9290 vsize=28901456 memory=23108 CPUtime=0.07 cores=0-7
/proc/9292/task/9298/stat : 9298 (java) S 9290 9290 4990 0 -1 1077944384 217 0 0 0 6 1 0 0 20 0 28 0 419329640 29595090944 515159 33554432000 4194304 4196468 140732440116816 140178689825936 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9299] ppid=9290 vsize=28901456 memory=988 CPUtime=0.07 cores=0-7
/proc/9292/task/9299/stat : 9299 (java) S 9290 9290 4990 0 -1 1077944384 141 0 0 0 5 2 0 0 20 0 28 0 419329640 29595090944 515159 33554432000 4194304 4196468 140732440116816 140178688773136 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9300] ppid=9290 vsize=28901456 memory=2012 CPUtime=0.04 cores=0-7
/proc/9292/task/9300/stat : 9300 (java) S 9290 9290 4990 0 -1 1077944384 648 0 0 0 3 1 0 0 20 0 28 0 419329640 29595090944 515159 33554432000 4194304 4196468 140732440116816 140178687720336 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9301] ppid=9290 vsize=28901456 memory=1324 CPUtime=0.03 cores=0-7
/proc/9292/task/9301/stat : 9301 (java) S 9290 9290 4990 0 -1 1077944384 101 0 0 0 3 0 0 0 20 0 28 0 419329640 29595090944 515159 33554432000 4194304 4196468 140732440116816 140178686667536 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9302] ppid=9290 vsize=28901456 memory=1704 CPUtime=0.01 cores=0-7
/proc/9292/task/9302/stat : 9302 (java) S 9290 9290 4990 0 -1 1077944384 1382 0 0 0 1 0 0 0 20 0 28 0 419329641 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176937064816 140178741426818 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9303] ppid=9290 vsize=28901456 memory=5936 CPUtime=0 cores=0-7
/proc/9292/task/9303/stat : 9303 (java) S 9290 9290 4990 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 28 0 419329642 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176936010848 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9304] ppid=9290 vsize=28901456 memory=588 CPUtime=0 cores=0-7
/proc/9292/task/9304/stat : 9304 (java) S 9290 9290 4990 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 419329642 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176934957952 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9305] ppid=9290 vsize=28901456 memory=780 CPUtime=0 cores=0-7
/proc/9292/task/9305/stat : 9305 (java) S 9290 9290 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419329644 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176933906256 140178741434267 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9306] ppid=9290 vsize=28901456 memory=1056 CPUtime=2.12 cores=0-7
/proc/9292/task/9306/stat : 9306 (java) S 9290 9290 4990 0 -1 1077944384 7647 0 0 0 210 2 0 0 20 0 28 0 419329644 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176932854640 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9307] ppid=9290 vsize=28901456 memory=0 CPUtime=2.22 cores=0-7
/proc/9292/task/9307/stat : 9307 (java) S 9290 9290 4990 0 -1 1077944384 8009 0 0 0 220 2 0 0 20 0 28 0 419329644 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176931801840 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9308] ppid=9290 vsize=28901456 memory=0 CPUtime=2.45 cores=0-7
/proc/9292/task/9308/stat : 9308 (java) S 9290 9290 4990 0 -1 1077944384 7046 0 0 0 244 1 0 0 20 0 28 0 419329644 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176930749040 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9309] ppid=9290 vsize=28901456 memory=140399327497872 CPUtime=0.81 cores=0-7
/proc/9292/task/9309/stat : 9309 (java) S 9290 9290 4990 0 -1 1077944384 5262 0 0 0 79 2 0 0 20 0 28 0 419329644 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176929696240 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9310] ppid=9290 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9310/stat : 9310 (java) S 9290 9290 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419329645 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176486390368 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9311] ppid=9290 vsize=28901456 memory=0 CPUtime=0 cores=0-7
/proc/9292/task/9311/stat : 9311 (java) S 9290 9290 4990 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 28 0 419329645 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176485337648 140178741426818 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9793] ppid=9290 vsize=28901456 memory=0 CPUtime=7.45 cores=0-7
/proc/9292/task/9793/stat : 9793 (java) R 9290 9290 4990 0 -1 4202560 380 0 0 0 742 3 0 0 20 0 28 0 419329755 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176473209536 140178360190275 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9794] ppid=9290 vsize=28901456 memory=0 CPUtime=7.64 cores=0-7
/proc/9292/task/9794/stat : 9794 (java) R 9290 9290 4990 0 -1 1077944384 79 0 0 0 759 5 0 0 20 0 28 0 419329755 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176470052608 140178741425877 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9795] ppid=9290 vsize=28901456 memory=0 CPUtime=8.26 cores=0-7
/proc/9292/task/9795/stat : 9795 (java) R 9290 9290 4990 0 -1 4202560 1658 0 0 0 813 13 0 0 20 0 28 0 419329755 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176471100912 140178360320536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9796] ppid=9290 vsize=28901456 memory=0 CPUtime=7.72 cores=0-7
/proc/9292/task/9796/stat : 9796 (java) R 9290 9290 4990 0 -1 4202560 421 0 0 0 764 8 0 0 20 0 28 0 419329755 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176472158720 140178360190275 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9797] ppid=9290 vsize=28901456 memory=11464 CPUtime=7.6 cores=0-7
/proc/9292/task/9797/stat : 9797 (java) R 9290 9290 4990 0 -1 4202560 635 0 0 0 752 8 0 0 20 0 28 0 419329755 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176476369184 140178360107269 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9798] ppid=9290 vsize=28901456 memory=4004 CPUtime=7.34 cores=0-7
/proc/9292/task/9798/stat : 9798 (java) S 9290 9290 4990 0 -1 1077944384 111 0 0 0 730 4 0 0 20 0 28 0 419329755 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176467947776 140178741425877 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9799] ppid=9290 vsize=28901456 memory=2828 CPUtime=7.79 cores=0-7
/proc/9292/task/9799/stat : 9799 (java) R 9290 9290 4990 0 -1 4202560 357 0 0 0 771 8 0 0 20 0 28 0 419329755 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176466894880 140178361826041 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
[pid=9292/tid=9800] ppid=9290 vsize=28901456 memory=1000 CPUtime=7.4 cores=0-7
/proc/9292/task/9800/stat : 9800 (java) R 9290 9290 4990 0 -1 4202560 538 0 0 0 729 11 0 0 20 0 28 0 419329755 29595090944 515159 33554432000 4194304 4196468 140732440116816 140176475316224 140178360190275 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 18685952 140732440122346 140732440122518 140732440122518 140732440125391 0
Current children cumulated CPU time: 72.3 s
Current children cumulated vsize: 29014584 KiB
Current children cumulated memory: 2060044 KiB

Child status: 0
Real time (s): 10.1066
CPU time (s): 72.8896
CPU user time (s): 71.8348
CPU system time (s): 1.05475
CPU usage (%): 721.208
Max. virtual memory (cumulated for all children) (KiB): 29016848
Max. memory (cumulated for all children) (KiB): 2060044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.8348
system time used= 1.05475
maximum resident set size= 2116244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55314
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= 76946
involuntary context switches= 1044


# summary of solver processes directly reported to runsolver:
#   pid: 9290
#   total CPU time (s): 72.8896
#   total CPU user time (s): 71.8348
#   total CPU system time (s): 1.05475

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.109895 second user time and 0.160696 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 06:04:36
IDJOB=4393815
IDBENCH=133451
IDSOLVER=2841
FILE ID=node141/4393815-1568433917
RUNJOBID= node141-1568427839-5017
PBS_JOBID= 21702301
Free space on /tmp= 58540 MiB

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

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

MD5SUM BENCH= e9e920efca2956d8591f17ca956249c3
RANDOM SEED=700764615

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31281428 kB
MemAvailable:   31838496 kB
Buffers:          182652 kB
Cached:           662372 kB
SwapCached:        80296 kB
Active:           447424 kB
Inactive:         481560 kB
Active(anon):       9884 kB
Inactive(anon):   106128 kB
Active(file):     437540 kB
Inactive(file):   375432 kB
Unevictable:      109464 kB
Mlocked:          109464 kB
SwapTotal:      67108860 kB
SwapFree:       66919320 kB
Dirty:             26448 kB
Writeback:             4 kB
AnonPages:        113216 kB
Mapped:            36228 kB
Shmem:             23348 kB
Slab:             150204 kB
SReclaimable:     119860 kB
SUnreclaim:        30344 kB
KernelStack:        3456 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     499048 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:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58516 MiB
End job on node141 at 2019-09-14 06:04:46