Trace number 4394431

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 parallelOPT1105 59.0997 8.07724

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-05.xml
MD5SUMfc947c5025dc4a3c0350e3415d914057
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1105
Best CPU time to get the best result obtained on this benchmark22.636
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-4394431-1568433906.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394431-1568433906.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
0.70/0.47	c solve instance...
0.70/0.51	o 71 
1.03/0.52	o 329 
1.03/0.53	o 344 
1.03/0.53	o 382 
1.03/0.54	o 393 
1.03/0.55	o 501 
1.03/0.55	o 503 
1.03/0.56	o 512 
1.03/0.57	o 515 
1.03/0.57	o 518 
1.03/0.58	o 524 
1.03/0.58	o 562 
1.03/0.58	o 566 
1.03/0.59	o 581 
1.03/0.59	o 585 
1.03/0.60	o 600 
1.03/0.60	o 604 
1.35/0.61	o 605 
1.35/0.61	o 609 
1.35/0.62	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/40)
1.35/0.62		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.35/0.62		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.35/0.62		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.35/0.62		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.35/0.62		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.35/0.62	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (38/40)
1.35/0.62		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.35/0.62		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.35/0.62		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.35/0.62		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.35/0.62		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.35/0.62		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.35/0.62		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.35/0.62		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.35/0.62		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.35/0.62		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.35/0.62		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.35/0.62		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.35/0.62		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.35/0.62		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.35/0.62		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.35/0.62		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.35/0.62	o 618 
1.35/0.62	o 647 
1.35/0.63	o 649 
1.35/0.64	o 650 
1.35/0.64	o 663 
1.35/0.64	o 723 
1.35/0.65	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (36/39)
1.35/0.65		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.35/0.65		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.35/0.65		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.35/0.65		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.35/0.65		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.35/0.65	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (36/39)
1.35/0.65		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.35/0.65		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.35/0.65		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.35/0.65		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.35/0.65		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.35/0.65		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.35/0.65		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.35/0.65		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.35/0.65		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.35/0.65		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.35/0.65		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.35/0.65		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.35/0.65		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.35/0.65		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.35/0.65		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.35/0.65		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.35/0.65	o 730 
1.35/0.65	o 782 
1.35/0.69	o 793 
1.91/0.70	o 802 
1.91/0.71	java.util.concurrent.ExecutionException: org.chocosolver.solver.exception.SolverException: Learn a weak clause (32/34)
1.91/0.71		at java.util.concurrent.ForkJoinTask.get(ForkJoinTask.java:1006)
1.91/0.71		at org.chocosolver.solver.ParallelPortfolio.solve(ParallelPortfolio.java:207)
1.91/0.71		at org.chocosolver.parser.xcsp.XCSP.manyThread(XCSP.java:162)
1.91/0.71		at org.chocosolver.parser.xcsp.XCSP.solve(XCSP.java:132)
1.91/0.71		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:24)
1.91/0.71	Caused by: org.chocosolver.solver.exception.SolverException: Learn a weak clause (32/34)
1.91/0.71		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.check(ClauseStore.java:201)
1.91/0.71		at org.chocosolver.solver.constraints.nary.clauses.ClauseStore.forget(ClauseStore.java:219)
1.91/0.71		at org.chocosolver.solver.search.loop.learn.LearnSignedClauses.forget(LearnSignedClauses.java:90)
1.91/0.71		at org.chocosolver.solver.Solver.repair(Solver.java:443)
1.91/0.71		at org.chocosolver.solver.Solver.searchLoop(Solver.java:301)
1.91/0.71		at org.chocosolver.solver.Solver.solve(Solver.java:262)
1.91/0.71		at org.chocosolver.solver.ParallelPortfolio.lambda$null$0(ParallelPortfolio.java:202)
1.91/0.71		at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
1.91/0.71		at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
1.91/0.71		at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
1.91/0.71		at java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:291)
1.91/0.71		at java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:731)
1.91/0.71		at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
1.91/0.71		at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
1.91/0.71		at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
1.91/0.71		at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
1.91/0.71	o 817 
1.91/0.72	o 823 
1.91/0.72	o 832 
1.91/0.73	o 890 
1.91/0.75	o 910 
1.91/0.76	o 913 
2.56/0.81	o 933 
2.56/0.86	o 952 
2.56/0.88	o 956 
2.56/0.89	o 978 
3.20/0.90	o 983 
3.20/0.90	o 989 
3.20/0.91	o 998 
3.20/0.93	o 1006 
3.20/0.94	o 1014 
3.20/0.96	o 1047 
3.20/0.97	o 1048 
3.20/0.99	o 1062 
3.97/1.03	o 1085 
3.97/1.07	o 1098 
6.96/1.40	o 1105 
58.72/8.06	s OPTIMUM FOUND
58.72/8.06	v <instantiation>
58.72/8.06	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>
58.72/8.06	v 	<values>0 0 0 0 0 1 1 0 0 0 1 1 0 0 1 0 0 1 0 0 1 0 1 1 1 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 </values>
58.72/8.06	v </instantiation>

Verifier Data

OK	1105

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-4394431-1568433906/watcher-4394431-1568433906 -o /tmp/evaluation-result-4394431-1568433906/solver-4394431-1568433906 -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 1965641151 HOME/instance-4394431-1568433906.xml 

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

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

solver pid=8288, runsolver pid=8285

[startup+0.100113 s]*
/proc/loadavg: 3.78 3.09 2.86 2/212 8309
/proc/meminfo: memFree=31266696/32770624 swapFree=66919320/67108860
[pid=8288] ppid=8285 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8288/stat : 8288 (xcsp3-exec) S 8285 8288 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419328545 115843072 363 33554432000 4194304 5098028 140734485520656 140734485518760 140437320352380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7696384 140734485525365 140734485525609 140734485525609 140734485528522 0
/proc/8288/statm: 28282 363 304 221 0 87 0
[pid=8290] ppid=8288 vsize=28227388 memory=28892 CPUtime=0.12 cores=0-7
/proc/8290/stat : 8290 (java) S 8288 8288 4990 0 -1 1077944320 5687 0 0 0 10 2 0 0 20 0 20 0 419328546 28904845312 7223 33554432000 4194304 4196468 140735474731888 140735474714432 139809635180279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
/proc/8290/statm: 7056847 7223 3121 1 0 7019032 0
[pid=8290/tid=8291] ppid=8288 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/8290/task/8291/stat : 8291 (java) R 8288 8288 4990 0 -1 4202560 3597 0 0 0 8 1 0 0 20 0 20 0 419328546 28904845312 7223 33554432000 4194304 4196468 140735474731888 139809639416704 139809627496784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8292] ppid=8288 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8290/task/8292/stat : 8292 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 7223 33554432000 4194304 4196468 140735474731888 139809587800976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8293] ppid=8288 vsize=28227388 memory=140638791317120 CPUtime=0 cores=0-7
/proc/8290/task/8293/stat : 8293 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 7223 33554432000 4194304 4196468 140735474731888 139809586748176 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8294] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8294/stat : 8294 (java) S 8288 8288 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 7223 33554432000 4194304 4196468 140735474731888 139809585695888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8295] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8295/stat : 8295 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 7223 33554432000 4194304 4196468 140735474731888 139809584643088 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8296] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8296/stat : 8296 (java) S 8288 8288 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 7223 33554432000 4194304 4196468 140735474731888 139809583589776 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8297] ppid=8288 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8290/task/8297/stat : 8297 (java) S 8288 8288 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 7223 33554432000 4194304 4196468 140735474731888 139809582536976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8298] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8298/stat : 8298 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 7223 33554432000 4194304 4196468 140735474731888 139809581484688 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8299] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8299/stat : 8299 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 7223 33554432000 4194304 4196468 140735474731888 139809580431888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8300] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8300/stat : 8300 (java) S 8288 8288 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328548 28904845312 7223 33554432000 4194304 4196468 140735474731888 139808233024112 139809635191426 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8301] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8301/stat : 8301 (java) S 8288 8288 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419328549 28904845312 7223 33554432000 4194304 4196468 140735474731888 139807896364320 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8302] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8302/stat : 8302 (java) S 8288 8288 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419328549 28904845312 7223 33554432000 4194304 4196468 140735474731888 139807895311984 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8303] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8303/stat : 8303 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328551 28904845312 7223 33554432000 4194304 4196468 140735474731888 139807894260304 139809635198875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8304] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8304/stat : 8304 (java) S 8288 8288 4990 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 419328551 28904845312 7223 33554432000 4194304 4196468 140735474731888 139807893207152 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8305] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8305/stat : 8305 (java) S 8288 8288 4990 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 419328552 28904845312 7223 33554432000 4194304 4196468 140735474731888 139807892154352 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8306] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8306/stat : 8306 (java) S 8288 8288 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328552 28904845312 7223 33554432000 4194304 4196468 140735474731888 139807891102064 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8307] ppid=8288 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8290/task/8307/stat : 8307 (java) R 8288 8288 4990 0 -1 4202560 357 0 0 0 1 0 0 0 20 0 20 0 419328552 28904845312 7223 33554432000 4194304 4196468 140735474731888 139807890049264 139809635192214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8308] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8308/stat : 8308 (java) S 8288 8288 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328552 28904845312 7223 33554432000 4194304 4196468 140735474731888 139807888997216 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8309] ppid=8288 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8290/task/8309/stat : 8309 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328552 28904845312 7223 33554432000 4194304 4196468 140735474731888 139807887944496 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30344 KiB

[startup+0.210225 s]*
/proc/loadavg: 3.78 3.09 2.86 3/212 8309
/proc/meminfo: memFree=31252296/32770624 swapFree=66919320/67108860
[pid=8288] ppid=8285 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8288/stat : 8288 (xcsp3-exec) S 8285 8288 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419328545 115843072 363 33554432000 4194304 5098028 140734485520656 140734485518760 140437320352380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7696384 140734485525365 140734485525609 140734485525609 140734485528522 0
/proc/8288/statm: 28282 363 304 221 0 87 0
[pid=8290] ppid=8288 vsize=28227388 memory=40840 CPUtime=0.33 cores=0-7
/proc/8290/stat : 8290 (java) S 8288 8288 4990 0 -1 1077944320 9483 0 0 0 29 4 0 0 20 0 20 0 419328546 28904845312 10210 33554432000 4194304 4196468 140735474731888 140735474714432 139809635180279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
/proc/8290/statm: 7056847 10210 3288 1 0 7019032 0
[pid=8290/tid=8291] ppid=8288 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8290/task/8291/stat : 8291 (java) R 8288 8288 4990 0 -1 4202560 6620 0 0 0 17 2 0 0 20 0 20 0 419328546 28904845312 10210 33554432000 4194304 4196468 140735474731888 139809639413008 139809635202205 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8292] ppid=8288 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/8290/task/8292/stat : 8292 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 10210 33554432000 4194304 4196468 140735474731888 139809587800976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8293] ppid=8288 vsize=28227388 memory=140638791325667 CPUtime=0 cores=0-7
/proc/8290/task/8293/stat : 8293 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 10210 33554432000 4194304 4196468 140735474731888 139809586748176 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8294] ppid=8288 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8290/task/8294/stat : 8294 (java) S 8288 8288 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 10210 33554432000 4194304 4196468 140735474731888 139809585695888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8295] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8295/stat : 8295 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 10210 33554432000 4194304 4196468 140735474731888 139809584643088 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8296] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8296/stat : 8296 (java) S 8288 8288 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 10210 33554432000 4194304 4196468 140735474731888 139809583589776 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8297] ppid=8288 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8290/task/8297/stat : 8297 (java) S 8288 8288 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 10210 33554432000 4194304 4196468 140735474731888 139809582536976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8298] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8298/stat : 8298 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 10210 33554432000 4194304 4196468 140735474731888 139809581484688 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8299] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8299/stat : 8299 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28904845312 10210 33554432000 4194304 4196468 140735474731888 139809580431888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8300] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8300/stat : 8300 (java) S 8288 8288 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419328548 28904845312 10210 33554432000 4194304 4196468 140735474731888 139808233024112 139809635191426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8301] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8301/stat : 8301 (java) S 8288 8288 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419328549 28904845312 10210 33554432000 4194304 4196468 140735474731888 139807896364320 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8302] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8302/stat : 8302 (java) S 8288 8288 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419328549 28904845312 10210 33554432000 4194304 4196468 140735474731888 139807895311984 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8303] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8303/stat : 8303 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328551 28904845312 10210 33554432000 4194304 4196468 140735474731888 139807894260304 139809635198875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8304] ppid=8288 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/8290/task/8304/stat : 8304 (java) S 8288 8288 4990 0 -1 1077944384 366 0 0 0 1 0 0 0 20 0 20 0 419328551 28904845312 10210 33554432000 4194304 4196468 140735474731888 139807893207152 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8305] ppid=8288 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/8290/task/8305/stat : 8305 (java) S 8288 8288 4990 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 20 0 419328552 28904845312 10210 33554432000 4194304 4196468 140735474731888 139807892154352 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8306] ppid=8288 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8290/task/8306/stat : 8306 (java) S 8288 8288 4990 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 20 0 419328552 28904845312 10210 33554432000 4194304 4196468 140735474731888 139807891102064 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8307] ppid=8288 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/8290/task/8307/stat : 8307 (java) S 8288 8288 4990 0 -1 1077944384 777 0 0 0 7 0 0 0 20 0 20 0 419328552 28904845312 10210 33554432000 4194304 4196468 140735474731888 139807890049264 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8308] ppid=8288 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8308/stat : 8308 (java) S 8288 8288 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328552 28904845312 10210 33554432000 4194304 4196468 140735474731888 139807888997216 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8309] ppid=8288 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8290/task/8309/stat : 8309 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328552 28904845312 10210 33554432000 4194304 4196468 140735474731888 139807887944496 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42292 KiB

[startup+0.30961 s]*
/proc/loadavg: 3.78 3.09 2.86 3/212 8309
/proc/meminfo: memFree=31247864/32770624 swapFree=66919320/67108860
[pid=8288] ppid=8285 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8288/stat : 8288 (xcsp3-exec) S 8285 8288 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419328545 115843072 363 33554432000 4194304 5098028 140734485520656 140734485518760 140437320352380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7696384 140734485525365 140734485525609 140734485525609 140734485528522 0
/proc/8288/statm: 28282 363 304 221 0 87 0
[pid=8290] ppid=8288 vsize=28231644 memory=50016 CPUtime=0.52 cores=0-7
/proc/8290/stat : 8290 (java) S 8288 8288 4990 0 -1 1077944320 10796 0 0 0 47 5 0 0 20 0 20 0 419328546 28909203456 12504 33554432000 4194304 4196468 140735474731888 140735474714432 139809635180279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
/proc/8290/statm: 7057911 12504 3364 1 0 7019032 0
[pid=8290/tid=8291] ppid=8288 vsize=28231644 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/8290/task/8291/stat : 8291 (java) R 8288 8288 4990 0 -1 4202560 7719 0 0 0 26 3 0 0 20 0 20 0 419328546 28909203456 12504 33554432000 4194304 4196468 140735474731888 139809639409240 139809619260766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8292] ppid=8288 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8292/stat : 8292 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28909203456 12504 33554432000 4194304 4196468 140735474731888 139809587800976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8293] ppid=8288 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8293/stat : 8293 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28909203456 12504 33554432000 4194304 4196468 140735474731888 139809586748176 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8294] ppid=8288 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8294/stat : 8294 (java) S 8288 8288 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328547 28909203456 12504 33554432000 4194304 4196468 140735474731888 139809585695888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8295] ppid=8288 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8295/stat : 8295 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28909203456 12504 33554432000 4194304 4196468 140735474731888 139809584643088 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8296] ppid=8288 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8296/stat : 8296 (java) S 8288 8288 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328547 28909203456 12504 33554432000 4194304 4196468 140735474731888 139809583589776 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8297] ppid=8288 vsize=28231644 memory=140638637091503 CPUtime=0 cores=0-7
/proc/8290/task/8297/stat : 8297 (java) S 8288 8288 4990 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 419328547 28909203456 12504 33554432000 4194304 4196468 140735474731888 139809582536976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8298] ppid=8288 vsize=28231644 memory=140638637093808 CPUtime=0 cores=0-7
/proc/8290/task/8298/stat : 8298 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28909203456 12504 33554432000 4194304 4196468 140735474731888 139809581484688 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8299] ppid=8288 vsize=28231644 memory=140638637096112 CPUtime=0 cores=0-7
/proc/8290/task/8299/stat : 8299 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328547 28909203456 12504 33554432000 4194304 4196468 140735474731888 139809580431888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8300] ppid=8288 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8300/stat : 8300 (java) S 8288 8288 4990 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 419328548 28909203456 12504 33554432000 4194304 4196468 140735474731888 139808233024112 139809635191426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8301] ppid=8288 vsize=28231644 memory=281277274206096 CPUtime=0 cores=0-7
/proc/8290/task/8301/stat : 8301 (java) S 8288 8288 4990 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 419328549 28909203456 12504 33554432000 4194304 4196468 140735474731888 139807896364320 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8302] ppid=8288 vsize=28231644 memory=281277274203792 CPUtime=0 cores=0-7
/proc/8290/task/8302/stat : 8302 (java) S 8288 8288 4990 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 419328549 28909203456 12548 33554432000 4194304 4196468 140735474731888 139807895311984 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8303] ppid=8288 vsize=28231644 memory=281277274210704 CPUtime=0 cores=0-7
/proc/8290/task/8303/stat : 8303 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328551 28909203456 12548 33554432000 4194304 4196468 140735474731888 139807894260304 139809635198875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8304] ppid=8288 vsize=28231644 memory=281277274151984 CPUtime=0.01 cores=0-7
/proc/8290/task/8304/stat : 8304 (java) S 8288 8288 4990 0 -1 1077944384 398 0 0 0 1 0 0 0 20 0 20 0 419328551 28909203456 12548 33554432000 4194304 4196468 140735474731888 139807893207152 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8305] ppid=8288 vsize=28231644 memory=281277274224528 CPUtime=0.03 cores=0-7
/proc/8290/task/8305/stat : 8305 (java) S 8288 8288 4990 0 -1 1077944384 231 0 0 0 3 0 0 0 20 0 20 0 419328552 28909203456 12548 33554432000 4194304 4196468 140735474731888 139807892154352 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8306] ppid=8288 vsize=28231644 memory=281277274231440 CPUtime=0.02 cores=0-7
/proc/8290/task/8306/stat : 8306 (java) R 8288 8288 4990 0 -1 4202560 277 0 0 0 2 0 0 0 20 0 20 0 419328552 28909203456 12548 33554432000 4194304 4196468 140735474731888 139807891092448 139809627469733 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8307] ppid=8288 vsize=28231644 memory=281277274229136 CPUtime=0.12 cores=0-7
/proc/8290/task/8307/stat : 8307 (java) S 8288 8288 4990 0 -1 1077944384 884 0 0 0 12 0 0 0 20 0 20 0 419328552 28909203456 12548 33554432000 4194304 4196468 140735474731888 139807890049264 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8308] ppid=8288 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8308/stat : 8308 (java) S 8288 8288 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 419328552 28909203456 12548 33554432000 4194304 4196468 140735474731888 139807888997216 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8309] ppid=8288 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/8290/task/8309/stat : 8309 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 419328552 28909203456 12548 33554432000 4194304 4196468 140735474731888 139807887944496 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51468 KiB

[startup+0.70109 s]
/proc/loadavg: 3.78 3.09 2.86 5/220 8317
/proc/meminfo: memFree=31211256/32770624 swapFree=66919320/67108860
[pid=8288] ppid=8285 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8288/stat : 8288 (xcsp3-exec) S 8285 8288 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419328545 115843072 363 33554432000 4194304 5098028 140734485520656 140734485518760 140437320352380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7696384 140734485525365 140734485525609 140734485525609 140734485528522 0
/proc/8288/statm: 28282 363 304 221 0 87 0
[pid=8290] ppid=8288 vsize=28965972 memory=193156 CPUtime=1.91 cores=0-7
/proc/8290/stat : 8290 (java) S 8288 8288 4990 0 -1 1077944320 19470 0 0 0 178 13 0 0 20 0 27 0 419328546 29661155328 48289 33554432000 4194304 4196468 140735474731888 140735474714432 139809635180279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
/proc/8290/statm: 7241493 48289 3478 1 0 7202595 0
[pid=8290/tid=8291] ppid=8288 vsize=28965972 memory=0 CPUtime=0.49 cores=0-7
/proc/8290/task/8291/stat : 8291 (java) S 8288 8288 4990 0 -1 1077944384 9132 0 0 0 45 4 0 0 20 0 27 0 419328546 29661155328 48289 33554432000 4194304 4196468 140735474731888 139809639421056 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8292] ppid=8288 vsize=28965972 memory=140638637302640 CPUtime=0 cores=0-7
/proc/8290/task/8292/stat : 8292 (java) S 8288 8288 4990 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 27 0 419328547 29661155328 48289 33554432000 4194304 4196468 140735474731888 139809587800976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8293] ppid=8288 vsize=28965972 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8293/stat : 8293 (java) S 8288 8288 4990 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 27 0 419328547 29661155328 48289 33554432000 4194304 4196468 140735474731888 139809586748176 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8294] ppid=8288 vsize=28965972 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8294/stat : 8294 (java) S 8288 8288 4990 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 27 0 419328547 29661155328 48289 33554432000 4194304 4196468 140735474731888 139809585695888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0

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

[pid=8290/tid=8307] ppid=8288 vsize=28968020 memory=6944656592455097440 CPUtime=0.78 cores=0-7
/proc/8290/task/8307/stat : 8307 (java) S 8288 8288 4990 0 -1 1077944384 4389 0 0 0 77 1 0 0 20 0 28 0 419328552 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807890049264 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8308] ppid=8288 vsize=28968020 memory=-7025448733113094249 CPUtime=0 cores=0-7
/proc/8290/task/8308/stat : 8308 (java) S 8288 8288 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419328552 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807888997216 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8309] ppid=8288 vsize=28968020 memory=-7522837583045875833 CPUtime=0 cores=0-7
/proc/8290/task/8309/stat : 8309 (java) S 8288 8288 4990 0 -1 1077944384 694 0 0 0 0 0 0 0 20 0 28 0 419328552 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807887944496 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8709] ppid=8288 vsize=28968020 memory=-8675733323038954102 CPUtime=4.88 cores=0-7
/proc/8290/task/8709/stat : 8709 (java) R 8288 8288 4990 0 -1 4202560 119 0 0 0 486 2 0 0 20 0 28 0 419328686 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807877921696 139809260633127 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8710] ppid=8288 vsize=28968020 memory=-9001728533042062950 CPUtime=4.87 cores=0-7
/proc/8290/task/8710/stat : 8710 (java) R 8288 8288 4990 0 -1 1077944384 64 0 0 0 487 0 0 0 20 0 28 0 419328686 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807869501824 139809635191426 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8711] ppid=8288 vsize=28968020 memory=-3472574944341025154 CPUtime=5.26 cores=0-7
/proc/8290/task/8711/stat : 8711 (java) R 8288 8288 4990 0 -1 4202560 1043 0 0 0 519 7 0 0 20 0 28 0 419328686 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807871602808 139809261673948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8712] ppid=8288 vsize=28968020 memory=0 CPUtime=5.06 cores=0-7
/proc/8290/task/8712/stat : 8712 (java) R 8288 8288 4990 0 -1 4202560 347 0 0 0 503 3 0 0 20 0 28 0 419328686 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807876869760 139809635192214 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8713] ppid=8288 vsize=28968020 memory=0 CPUtime=5.15 cores=0-7
/proc/8290/task/8713/stat : 8713 (java) R 8288 8288 4990 0 -1 4202560 267 0 0 0 511 4 0 0 20 0 28 0 419328686 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807868448256 139809261312732 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8714] ppid=8288 vsize=28968020 memory=0 CPUtime=5.03 cores=0-7
/proc/8290/task/8714/stat : 8714 (java) R 8288 8288 4990 0 -1 1077944384 289 0 0 0 501 2 0 0 20 0 28 0 419328686 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807878975456 139809635190485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8715] ppid=8288 vsize=28968020 memory=0 CPUtime=5.22 cores=0-7
/proc/8290/task/8715/stat : 8715 (java) R 8288 8288 4990 0 -1 4202560 361 0 0 0 522 0 0 0 20 0 28 0 419328686 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807872659200 139809259464175 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8716] ppid=8288 vsize=28968020 memory=4580 CPUtime=5.02 cores=0-7
/proc/8290/task/8716/stat : 8716 (java) R 8288 8288 4990 0 -1 4202560 339 0 0 0 497 5 0 0 20 0 28 0 419328688 29663252480 299467 33554432000 4194304 4196468 140735474731888 139807875817600 139809619519162 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
Current children cumulated CPU time: 52.38 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 1199320 KiB

[startup+7.60453 s]
/proc/loadavg: 4.36 3.22 2.91 9/220 8716
/proc/meminfo: memFree=30128068/32770624 swapFree=66919320/67108860
[pid=8288] ppid=8285 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8288/stat : 8288 (xcsp3-exec) S 8285 8288 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419328545 115843072 363 33554432000 4194304 5098028 140734485520656 140734485518760 140437320352380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7696384 140734485525365 140734485525609 140734485525609 140734485528522 0
/proc/8288/statm: 28282 363 304 221 0 87 0
[pid=8290] ppid=8288 vsize=28968020 memory=1197900 CPUtime=55.5 cores=0-7
/proc/8290/stat : 8290 (java) S 8288 8288 4990 0 -1 1077944320 46747 0 0 0 5473 77 0 0 20 0 28 0 419328546 29663252480 299475 33554432000 4194304 4196468 140735474731888 140735474714432 139809635180279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
/proc/8290/statm: 7242005 299475 3526 1 0 7203107 0
[pid=8290/tid=8291] ppid=8288 vsize=28968020 memory=1164704 CPUtime=0.5 cores=0-7
/proc/8290/task/8291/stat : 8291 (java) S 8288 8288 4990 0 -1 1077944384 9132 0 0 0 46 4 0 0 20 0 28 0 419328546 29663252480 299475 33554432000 4194304 4196468 140735474731888 139809639421056 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8292] ppid=8288 vsize=28968020 memory=8112282956445269571 CPUtime=0.06 cores=0-7
/proc/8290/task/8292/stat : 8292 (java) S 8288 8288 4990 0 -1 1077944384 68 0 0 0 3 3 0 0 20 0 28 0 419328547 29663252480 299475 33554432000 4194304 4196468 140735474731888 139809587800976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8293] ppid=8288 vsize=28968020 memory=5936 CPUtime=0.07 cores=0-7
/proc/8290/task/8293/stat : 8293 (java) S 8288 8288 4990 0 -1 1077944384 116 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299475 33554432000 4194304 4196468 140735474731888 139809586748176 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8294] ppid=8288 vsize=28968020 memory=588 CPUtime=0.07 cores=0-7
/proc/8290/task/8294/stat : 8294 (java) S 8288 8288 4990 0 -1 1077944384 85 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299475 33554432000 4194304 4196468 140735474731888 139809585695888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8295] ppid=8288 vsize=28968020 memory=780 CPUtime=0.07 cores=0-7
/proc/8290/task/8295/stat : 8295 (java) S 8288 8288 4990 0 -1 1077944384 704 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299475 33554432000 4194304 4196468 140735474731888 139809584643088 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8296] ppid=8288 vsize=28968020 memory=1056 CPUtime=0.07 cores=0-7
/proc/8290/task/8296/stat : 8296 (java) S 8288 8288 4990 0 -1 1077944384 150 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299475 33554432000 4194304 4196468 140735474731888 139809583589776 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8297] ppid=8288 vsize=28968020 memory=11464 CPUtime=0.07 cores=0-7
/proc/8290/task/8297/stat : 8297 (java) S 8288 8288 4990 0 -1 1077944384 83 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299475 33554432000 4194304 4196468 140735474731888 139809582536976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8298] ppid=8288 vsize=28968020 memory=4004 CPUtime=0.07 cores=0-7
/proc/8290/task/8298/stat : 8298 (java) S 8288 8288 4990 0 -1 1077944384 104 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299475 33554432000 4194304 4196468 140735474731888 139809581484688 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8299] ppid=8288 vsize=28968020 memory=0 CPUtime=0.07 cores=0-7
/proc/8290/task/8299/stat : 8299 (java) S 8288 8288 4990 0 -1 1077944384 266 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299475 33554432000 4194304 4196468 140735474731888 139809580431888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8300] ppid=8288 vsize=28968020 memory=28868 CPUtime=0.01 cores=0-7
/proc/8290/task/8300/stat : 8300 (java) S 8288 8288 4990 0 -1 1077944384 1179 0 0 0 1 0 0 0 20 0 28 0 419328548 29663252480 299475 33554432000 4194304 4196468 140735474731888 139808233024112 139809635191426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8301] ppid=8288 vsize=28968020 memory=1704 CPUtime=0 cores=0-7
/proc/8290/task/8301/stat : 8301 (java) S 8288 8288 4990 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419328549 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807896364384 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8302] ppid=8288 vsize=28968020 memory=5936 CPUtime=0 cores=0-7
/proc/8290/task/8302/stat : 8302 (java) S 8288 8288 4990 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419328549 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807895312000 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8303] ppid=8288 vsize=28968020 memory=588 CPUtime=0 cores=0-7
/proc/8290/task/8303/stat : 8303 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419328551 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807894260304 139809635198875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8304] ppid=8288 vsize=28968020 memory=780 CPUtime=1.74 cores=0-7
/proc/8290/task/8304/stat : 8304 (java) S 8288 8288 4990 0 -1 1077944384 5169 0 0 0 173 1 0 0 20 0 28 0 419328551 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807893207152 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8305] ppid=8288 vsize=28968020 memory=1056 CPUtime=2.16 cores=0-7
/proc/8290/task/8305/stat : 8305 (java) S 8288 8288 4990 0 -1 1077944384 7139 0 0 0 214 2 0 0 20 0 28 0 419328552 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807892154352 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8306] ppid=8288 vsize=28968020 memory=11464 CPUtime=2.13 cores=0-7
/proc/8290/task/8306/stat : 8306 (java) S 8288 8288 4990 0 -1 1077944384 5996 0 0 0 212 1 0 0 20 0 28 0 419328552 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807891102064 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8307] ppid=8288 vsize=28968020 memory=4004 CPUtime=0.78 cores=0-7
/proc/8290/task/8307/stat : 8307 (java) S 8288 8288 4990 0 -1 1077944384 4391 0 0 0 77 1 0 0 20 0 28 0 419328552 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807890049264 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8308] ppid=8288 vsize=28968020 memory=2828 CPUtime=0 cores=0-7
/proc/8290/task/8308/stat : 8308 (java) S 8288 8288 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419328552 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807888997216 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8309] ppid=8288 vsize=28968020 memory=1000 CPUtime=0 cores=0-7
/proc/8290/task/8309/stat : 8309 (java) R 8288 8288 4990 0 -1 1077944384 694 0 0 0 0 0 0 0 20 0 28 0 419328552 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807887944496 139809635191426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8709] ppid=8288 vsize=28968020 memory=1560 CPUtime=5.24 cores=0-7
/proc/8290/task/8709/stat : 8709 (java) R 8288 8288 4990 0 -1 4202560 121 0 0 0 521 3 0 0 20 0 28 0 419328686 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807877921792 139809259744137 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8710] ppid=8288 vsize=28968020 memory=1172 CPUtime=5.22 cores=0-7
/proc/8290/task/8710/stat : 8710 (java) R 8288 8288 4990 0 -1 1077944384 64 0 0 0 522 0 0 0 20 0 28 0 419328686 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807869501920 139809635190485 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8711] ppid=8288 vsize=28968020 memory=14008 CPUtime=5.66 cores=0-7
/proc/8290/task/8711/stat : 8711 (java) R 8288 8288 4990 0 -1 4202560 1052 0 0 0 559 7 0 0 20 0 28 0 419328686 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807871603512 139809260395272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8712] ppid=8288 vsize=28968020 memory=14072 CPUtime=5.44 cores=0-7
/proc/8290/task/8712/stat : 8712 (java) R 8288 8288 4990 0 -1 4202560 348 0 0 0 541 3 0 0 20 0 28 0 419328686 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807876869856 139809260353201 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8713] ppid=8288 vsize=28968020 memory=2116 CPUtime=5.55 cores=0-7
/proc/8290/task/8713/stat : 8713 (java) R 8288 8288 4990 0 -1 4202560 267 0 0 0 551 4 0 0 20 0 28 0 419328686 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807868448352 139809261312717 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8714] ppid=8288 vsize=28968020 memory=8860 CPUtime=5.41 cores=0-7
/proc/8290/task/8714/stat : 8714 (java) R 8288 8288 4990 0 -1 4202560 290 0 0 0 539 2 0 0 20 0 28 0 419328686 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807878975360 139809259651597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8715] ppid=8288 vsize=28968020 memory=528 CPUtime=5.6 cores=0-7
/proc/8290/task/8715/stat : 8715 (java) R 8288 8288 4990 0 -1 4202560 361 0 0 0 560 0 0 0 20 0 28 0 419328686 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807872659200 139809259679206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8716] ppid=8288 vsize=28968020 memory=1560 CPUtime=5.43 cores=0-7
/proc/8290/task/8716/stat : 8716 (java) R 8288 8288 4990 0 -1 4202560 340 0 0 0 537 6 0 0 20 0 28 0 419328688 29663252480 299475 33554432000 4194304 4196468 140735474731888 139807875817600 139809261312708 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
Current children cumulated CPU time: 55.5 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 1199352 KiB

[startup+8.00652 s]*
/proc/loadavg: 4.36 3.22 2.91 9/220 8716
/proc/meminfo: memFree=30094680/32770624 swapFree=66919320/67108860
[pid=8288] ppid=8285 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/8288/stat : 8288 (xcsp3-exec) S 8285 8288 4990 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 419328545 115843072 363 33554432000 4194304 5098028 140734485520656 140734485518760 140437320352380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 7696384 140734485525365 140734485525609 140734485525609 140734485528522 0
/proc/8288/statm: 28282 363 304 221 0 87 0
[pid=8290] ppid=8288 vsize=28968020 memory=1197984 CPUtime=58.72 cores=0-7
/proc/8290/stat : 8290 (java) S 8288 8288 4990 0 -1 1077944320 46836 0 0 0 5794 78 0 0 20 0 28 0 419328546 29663252480 299496 33554432000 4194304 4196468 140735474731888 140735474714432 139809635180279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
/proc/8290/statm: 7242005 299496 3526 1 0 7203107 0
[pid=8290/tid=8291] ppid=8288 vsize=28968020 memory=8317482817917895235 CPUtime=0.5 cores=0-7
/proc/8290/task/8291/stat : 8291 (java) S 8288 8288 4990 0 -1 1077944384 9132 0 0 0 46 4 0 0 20 0 28 0 419328546 29663252480 299496 33554432000 4194304 4196468 140735474731888 139809639421056 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8292] ppid=8288 vsize=28968020 memory=-7161131788332309537 CPUtime=0.06 cores=0-7
/proc/8290/task/8292/stat : 8292 (java) S 8288 8288 4990 0 -1 1077944384 68 0 0 0 3 3 0 0 20 0 28 0 419328547 29663252480 299496 33554432000 4194304 4196468 140735474731888 139809587800976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8293] ppid=8288 vsize=28968020 memory=0 CPUtime=0.07 cores=0-7
/proc/8290/task/8293/stat : 8293 (java) S 8288 8288 4990 0 -1 1077944384 116 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299496 33554432000 4194304 4196468 140735474731888 139809586748176 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8294] ppid=8288 vsize=28968020 memory=0 CPUtime=0.07 cores=0-7
/proc/8290/task/8294/stat : 8294 (java) S 8288 8288 4990 0 -1 1077944384 85 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299496 33554432000 4194304 4196468 140735474731888 139809585695888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8295] ppid=8288 vsize=28968020 memory=4872558044660077418 CPUtime=0.07 cores=0-7
/proc/8290/task/8295/stat : 8295 (java) S 8288 8288 4990 0 -1 1077944384 704 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299496 33554432000 4194304 4196468 140735474731888 139809584643088 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8296] ppid=8288 vsize=28968020 memory=5 CPUtime=0.07 cores=0-7
/proc/8290/task/8296/stat : 8296 (java) S 8288 8288 4990 0 -1 1077944384 150 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299496 33554432000 4194304 4196468 140735474731888 139809583589776 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8297] ppid=8288 vsize=28968020 memory=5 CPUtime=0.07 cores=0-7
/proc/8290/task/8297/stat : 8297 (java) S 8288 8288 4990 0 -1 1077944384 83 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299496 33554432000 4194304 4196468 140735474731888 139809582536976 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8298] ppid=8288 vsize=28968020 memory=5 CPUtime=0.07 cores=0-7
/proc/8290/task/8298/stat : 8298 (java) S 8288 8288 4990 0 -1 1077944384 104 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299496 33554432000 4194304 4196468 140735474731888 139809581484688 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8299] ppid=8288 vsize=28968020 memory=5 CPUtime=0.07 cores=0-7
/proc/8290/task/8299/stat : 8299 (java) S 8288 8288 4990 0 -1 1077944384 266 0 0 0 4 3 0 0 20 0 28 0 419328547 29663252480 299496 33554432000 4194304 4196468 140735474731888 139809580431888 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8300] ppid=8288 vsize=28968020 memory=5 CPUtime=0.01 cores=0-7
/proc/8290/task/8300/stat : 8300 (java) S 8288 8288 4990 0 -1 1077944384 1179 0 0 0 1 0 0 0 20 0 28 0 419328548 29663252480 299496 33554432000 4194304 4196468 140735474731888 139808233024112 139809635191426 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8301] ppid=8288 vsize=28968020 memory=5 CPUtime=0 cores=0-7
/proc/8290/task/8301/stat : 8301 (java) S 8288 8288 4990 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 419328549 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807896364384 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8302] ppid=8288 vsize=28968020 memory=1 CPUtime=0 cores=0-7
/proc/8290/task/8302/stat : 8302 (java) S 8288 8288 4990 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 28 0 419328549 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807895312000 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8303] ppid=8288 vsize=28968020 memory=0 CPUtime=0 cores=0-7
/proc/8290/task/8303/stat : 8303 (java) S 8288 8288 4990 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 419328551 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807894260304 139809635198875 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8304] ppid=8288 vsize=28968020 memory=0 CPUtime=1.74 cores=0-7
/proc/8290/task/8304/stat : 8304 (java) S 8288 8288 4990 0 -1 1077944384 5169 0 0 0 173 1 0 0 20 0 28 0 419328551 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807893207152 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8305] ppid=8288 vsize=28968020 memory=0 CPUtime=2.16 cores=0-7
/proc/8290/task/8305/stat : 8305 (java) S 8288 8288 4990 0 -1 1077944384 7139 0 0 0 214 2 0 0 20 0 28 0 419328552 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807892154352 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8306] ppid=8288 vsize=28968020 memory=170 CPUtime=2.14 cores=0-7
/proc/8290/task/8306/stat : 8306 (java) S 8288 8288 4990 0 -1 1077944384 6063 0 0 0 213 1 0 0 20 0 28 0 419328552 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807891102064 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8307] ppid=8288 vsize=28968020 memory=206 CPUtime=0.79 cores=0-7
/proc/8290/task/8307/stat : 8307 (java) S 8288 8288 4990 0 -1 1077944384 4393 0 0 0 78 1 0 0 20 0 28 0 419328552 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807890049264 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8308] ppid=8288 vsize=28968020 memory=211 CPUtime=0 cores=0-7
/proc/8290/task/8308/stat : 8308 (java) S 8288 8288 4990 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 419328552 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807888997216 139809635190485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8309] ppid=8288 vsize=28968020 memory=1804 CPUtime=0 cores=0-7
/proc/8290/task/8309/stat : 8309 (java) S 8288 8288 4990 0 -1 1077944384 694 0 0 0 0 0 0 0 20 0 28 0 419328552 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807887944496 139809635191426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8709] ppid=8288 vsize=28968020 memory=916 CPUtime=5.64 cores=0-7
/proc/8290/task/8709/stat : 8709 (java) R 8288 8288 4990 0 -1 1077944384 124 0 0 0 561 3 0 0 20 0 28 0 419328686 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807877921696 139809635191426 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8710] ppid=8288 vsize=28968020 memory=4884 CPUtime=5.58 cores=0-7
/proc/8290/task/8710/stat : 8710 (java) R 8288 8288 4990 0 -1 4202560 66 0 0 0 558 0 0 0 20 0 28 0 419328686 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807869502312 139809259539791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8711] ppid=8288 vsize=28968020 memory=4100 CPUtime=6.07 cores=0-7
/proc/8290/task/8711/stat : 8711 (java) R 8288 8288 4990 0 -1 4202560 1056 0 0 0 600 7 0 0 20 0 28 0 419328686 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807871602440 139809261722376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8712] ppid=8288 vsize=28968020 memory=1412 CPUtime=5.84 cores=0-7
/proc/8290/task/8712/stat : 8712 (java) R 8288 8288 4990 0 -1 4202560 351 0 0 0 581 3 0 0 20 0 28 0 419328686 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807876869760 139809263957112 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8713] ppid=8288 vsize=28968020 memory=2704 CPUtime=5.94 cores=0-7
/proc/8290/task/8713/stat : 8713 (java) R 8288 8288 4990 0 -1 4202560 270 0 0 0 590 4 0 0 20 0 28 0 419328686 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807868448744 139809261311724 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8714] ppid=8288 vsize=28968020 memory=1452 CPUtime=5.82 cores=0-7
/proc/8290/task/8714/stat : 8714 (java) R 8288 8288 4990 0 -1 4202560 292 0 0 0 580 2 0 0 20 0 28 0 419328686 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807878975456 139809261312827 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8715] ppid=8288 vsize=28968020 memory=746704 CPUtime=6.01 cores=0-7
/proc/8290/task/8715/stat : 8715 (java) R 8288 8288 4990 0 -1 4202560 362 0 0 0 601 0 0 0 20 0 28 0 419328686 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807872659200 139809256477279 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
[pid=8290/tid=8716] ppid=8288 vsize=28968020 memory=1580 CPUtime=5.83 cores=0-7
/proc/8290/task/8716/stat : 8716 (java) R 8288 8288 4990 0 -1 4202560 342 0 0 0 577 6 0 0 20 0 28 0 419328688 29663252480 299496 33554432000 4194304 4196468 140735474731888 139807875817600 139809261312850 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 39211008 140735474734058 140735474734230 140735474734230 140735474737103 0
Current children cumulated CPU time: 58.72 s
Current children cumulated vsize: 29081148 KiB
Current children cumulated memory: 1199436 KiB

Child status: 0
Real time (s): 8.07724
CPU time (s): 59.0997
CPU user time (s): 58.3001
CPU system time (s): 0.799512
CPU usage (%): 731.681
Max. virtual memory (cumulated for all children) (KiB): 29082856
Max. memory (cumulated for all children) (KiB): 1199436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.3001
system time used= 0.799512
maximum resident set size= 1198180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47688
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15787
involuntary context switches= 1114


# summary of solver processes directly reported to runsolver:
#   pid: 8288
#   total CPU time (s): 59.0997
#   total CPU user time (s): 58.3001
#   total CPU system time (s): 0.799512

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.085159 second user time and 0.145087 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-14 06:04:25
IDJOB=4394431
IDBENCH=133449
IDSOLVER=2843
FILE ID=node141/4394431-1568433906
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-05.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-4394431-1568433906/watcher-4394431-1568433906 -o /tmp/evaluation-result-4394431-1568433906/solver-4394431-1568433906 -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 1965641151 HOME/instance-4394431-1568433906.xml

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

MD5SUM BENCH= fc947c5025dc4a3c0350e3415d914057
RANDOM SEED=1965641151

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:        31281860 kB
MemAvailable:   31838664 kB
Buffers:          182604 kB
Cached:           661972 kB
SwapCached:        80296 kB
Active:           448668 kB
Inactive:         481344 kB
Active(anon):      11016 kB
Inactive(anon):   106128 kB
Active(file):     437652 kB
Inactive(file):   375216 kB
Unevictable:      109464 kB
Mlocked:          109464 kB
SwapTotal:      67108860 kB
SwapFree:       66919320 kB
Dirty:             26040 kB
Writeback:             0 kB
AnonPages:        262460 kB
Mapped:            36012 kB
Shmem:             23348 kB
Slab:             149448 kB
SReclaimable:     119540 kB
SUnreclaim:        29908 kB
KernelStack:        3888 kB
PageTables:         5060 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:    217088 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:33