Trace number 4387085

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 NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.04 2449.23

General information on the benchmark

NameBibd/Bibd-sum-stab1/
Bibd-sum-25-05-01.xml
MD5SUM8664f4f5c29eba7e0c756194721bfaf5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark21.1993
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of constraints356
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":750}]
Minimum variable degree27
Maximum variable degree27
Distribution of variable degrees[{"degree":27,"count":750}]
Minimum constraint arity25
Maximum constraint arity750
Distribution of constraint arities[{"arity":25,"count":30},{"arity":30,"count":25},{"arity":60,"count":300},{"arity":750,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":355}]
Optimization problemNO
Type of objective

Solver Data

0.63/0.59	c Concrete v3.10.1560635388952 running
2520.00/2449.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2449.21		at concrete.MAC.mac(MAC.scala:189)
2520.00/2449.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.00/2449.21		at scala.util.Try$.apply(Try.scala:212)
2520.00/2449.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2449.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2449.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2449.21		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2449.21		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2449.21		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.00/2449.21		at concrete.ProblemState.map(ProblemState.scala:228)
2520.00/2449.21		at concrete.ProblemState.map(ProblemState.scala:210)
2520.00/2449.21		at concrete.MAC.nextSolution(MAC.scala:334)
2520.00/2449.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2449.21		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.00/2449.21		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.00/2449.21		at concrete.Solver.nextOption(Solver.scala:67)
2520.00/2449.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.00/2449.21		at scala.util.Success.map(Try.scala:264)
2520.00/2449.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.00/2449.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2449.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2449.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2449.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2449.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2449.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2449.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2449.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2449.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2449.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2449.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2449.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2449.21		at scala.App.main(App.scala:75)
2520.00/2449.21		at scala.App.main$(App.scala:73)
2520.00/2449.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2449.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2449.21	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387085-1568289870/watcher-4387085-1568289870 -o /tmp/evaluation-result-4387085-1568289870/solver-4387085-1568289870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568289834-11524 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=510231952 HOME/instance-4387085-1568289870.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100158 s]*
/proc/loadavg: 3.35 4.54 5.00 3/222 11626
/proc/meminfo: memFree=24579552/32770624 swapFree=67004040/67108860
[pid=11549] ppid=11545 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/11549/stat : 11549 (bash) S 11545 11549 8208 0 -1 4202496 894 5687 1 2 0 0 0 1 20 0 1 0 405148692 115974144 404 33554432000 4194304 5098028 140722092131376 140722092125384 139801638935552 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 35725312 140722092135445 140722092135569 140722092135569 140722092138478 0
/proc/11549/statm: 28314 404 320 221 0 119 0
[pid=11605] ppid=11549 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/11605/stat : 11605 (bash) S 11549 11549 8208 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 405148698 115974144 178 33554432000 4194304 5098028 140722092131376 140722092124056 139801638761084 0 65536 4096 65538 18446744071579417331 0 0 17 7 0 0 0 0 0 7196144 7232144 35725312 140722092135445 140722092135569 140722092135569 140722092138478 0
/proc/11605/statm: 28314 178 94 221 0 119 0
[pid=11607] ppid=11605 vsize=10260324 memory=22064 CPUtime=0.03 cores=1,3,5,7
/proc/11607/stat : 11607 (java) S 11605 11549 8208 0 -1 1077944320 4424 0 0 0 3 0 0 0 20 0 9 0 405148698 10506571776 5516 33554432000 4194304 4196468 140727254408224 140727254390768 140340642135799 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17154048 140727254410380 140727254410394 140727254410394 140727254413263 0
/proc/11607/statm: 2565081 5516 2187 1 0 2527622 0
[pid=11607/tid=11611] ppid=11605 vsize=10260324 memory=576460756329984031 CPUtime=0.03 cores=1,3,5,7
/proc/11607/task/11611/stat : 11611 (java) R 11605 11549 8208 0 -1 4202560 3086 0 0 0 3 0 0 0 20 0 9 0 405148698 10506571776 5516 33554432000 4194304 4196468 140727254408224 140340646371192 140340642157725 0 4 0 16800971 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17154048 140727254410380 140727254410394 140727254410394 140727254413263 0
[pid=11607/tid=11613] ppid=11605 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11607/task/11613/stat : 11613 (java) S 11605 11549 8208 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 405148699 10506571776 5516 33554432000 4194304 4196468 140727254408224 140340248553744 140340642146005 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17154048 140727254410380 140727254410394 140727254410394 140727254413263 0
[pid=11607/tid=11614] ppid=11605 vsize=10260324 memory=4049357500351512608 CPUtime=0 cores=1,3,5,7
/proc/11607/task/11614/stat : 11614 (java) S 11605 11549 8208 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 405148699 10506571776 5516 33554432000 4194304 4196468 140727254408224 140340247501200 140340642146005 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17154048 140727254410380 140727254410394 140727254410394 140727254413263 0
[pid=11607/tid=11615] ppid=11605 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11607/task/11615/stat : 11615 (java) S 11605 11549 8208 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 405148699 10506571776 5516 33554432000 4194304 4196468 140727254408224 140340246448656 140340642146005 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17154048 140727254410380 140727254410394 140727254410394 140727254413263 0
[pid=11607/tid=11616] ppid=11605 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11607/task/11616/stat : 11616 (java) S 11605 11549 8208 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 405148699 10506571776 5516 33554432000 4194304 4196468 140727254408224 140340245396112 140340642146005 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17154048 140727254410380 140727254410394 140727254410394 140727254413263 0
[pid=11607/tid=11621] ppid=11605 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11607/task/11621/stat : 11621 (java) S 11605 11549 8208 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 405148700 10506571776 5516 33554432000 4194304 4196468 140727254408224 140339946498544 140340642146946 0 0 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17154048 140727254410380 140727254410394 140727254410394 140727254413263 0
[pid=11607/tid=11623] ppid=11605 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11607/task/11623/stat : 11623 (java) S 11605 11549 8208 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 405148701 10506571776 5516 33554432000 4194304 4196468 140727254408224 140339945444768 140340642146005 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17154048 140727254410380 140727254410394 140727254410394 140727254413263 0
[pid=11607/tid=11625] ppid=11605 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11607/task/11625/stat : 11625 (java) S 11605 11549 8208 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 405148701 10506571776 5516 33554432000 4194304 4196468 140727254408224 140339944392176 140340642146005 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17154048 140727254410380 140727254410394 140727254410394 140727254413263 0
[pid=11608] ppid=11605 vsize=113488 memory=968 CPUtime=0 cores=1,3,5,7
/proc/11608/stat : 11608 (awk) S 11605 11549 8208 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 405148698 116211712 242 33554432000 4194304 4609284 140722398277760 140722398276936 139805316688896 0 0 4096 1216 18446744071580971376 0 0 17 5 0 0 0 0 0 6708720 6711756 13897728 140722398278844 140722398278874 140722398278874 140722398281711 0
/proc/11608/statm: 28372 242 204 102 0 88 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 25360 KiB

[startup+0.2108 s]*
/proc/loadavg: 3.35 4.54 5.00 4/226 11682
/proc/meminfo: memFree=24565264/32770624 swapFree=67004040/67108860
[pid=11549] ppid=11545 vsize=10818900 memory=34004 CPUtime=0.17 cores=1,3,5,7
/proc/11549/stat : 11549 (java) S 11545 11549 8208 0 -1 1077944320 6347 13444 1 3 8 1 5 3 20 0 15 0 405148692 11078553600 8501 33554432000 4194304 4196468 140735811809648 140735811792192 139717569335031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
/proc/11549/statm: 2704725 8501 2854 1 0 2667149 0
[pid=11549/tid=11657] ppid=11545 vsize=10818900 memory=720575944405811505 CPUtime=0.14 cores=1,3,5,7
/proc/11549/task/11657/stat : 11657 (java) R 11545 11549 8208 0 -1 4202560 3413 13444 0 3 6 0 5 3 20 0 15 0 405148706 11078553600 8501 33554432000 4194304 4196468 140735811809648 139717541168488 139717173362432 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11659] ppid=11545 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11659/stat : 11659 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148706 11078553600 8501 33554432000 4194304 4196468 140735811809648 139717573577232 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11660] ppid=11545 vsize=10818900 memory=3474167655316293280 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11660/stat : 11660 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148706 11078553600 8501 33554432000 4194304 4196468 140735811809648 139717142751888 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11661] ppid=11545 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11661/stat : 11661 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148706 11078553600 8501 33554432000 4194304 4196468 140735811809648 139717141698832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11662] ppid=11545 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11662/stat : 11662 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148706 11078553600 8501 33554432000 4194304 4196468 140735811809648 139717140646288 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11667] ppid=11545 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11667/stat : 11667 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148708 11078553600 8501 33554432000 4194304 4196468 140735811809648 139717028858608 139717569346178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11669] ppid=11545 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11669/stat : 11669 (java) S 11545 11549 8208 0 -1 1077944384 34 13444 0 3 0 0 5 3 20 0 15 0 405148708 11078553600 8501 33554432000 4194304 4196468 140735811809648 139717027804832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11671] ppid=11545 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11671/stat : 11671 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148708 11078553600 8501 33554432000 4194304 4196468 140735811809648 139716896744688 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11673] ppid=11545 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11673/stat : 11673 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148711 11078553600 8501 33554432000 4194304 4196468 140735811809648 139716292766160 139717569353627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11674] ppid=11545 vsize=10818900 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11674/stat : 11674 (java) S 11545 11549 8208 0 -1 1077944384 424 13444 0 3 0 0 5 3 20 0 15 0 405148711 11078553600 8501 33554432000 4194304 4196468 140735811809648 139716994246896 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11675] ppid=11545 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11675/stat : 11675 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148711 11078553600 8501 33554432000 4194304 4196468 140735811809648 139716993194352 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11676] ppid=11545 vsize=10818900 memory=140613609817728 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11676/stat : 11676 (java) S 11545 11549 8208 0 -1 1077944384 256 13444 0 3 0 0 5 3 20 0 15 0 405148711 11078553600 8501 33554432000 4194304 4196468 140735811809648 139716992141296 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11678] ppid=11545 vsize=10818900 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11678/stat : 11678 (java) S 11545 11549 8208 0 -1 1077944384 3 13444 0 3 0 0 5 3 20 0 15 0 405148711 11078553600 8501 33554432000 4194304 4196468 140735811809648 139715823004000 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11679] ppid=11545 vsize=10818900 memory=140613609817728 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11679/stat : 11679 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148712 11078553600 8501 33554432000 4194304 4196468 140735811809648 139716991089712 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 34004 KiB

[startup+0.310373 s]*
/proc/loadavg: 3.35 4.54 5.00 4/228 11684
/proc/meminfo: memFree=24528940/32770624 swapFree=67004040/67108860
[pid=11549] ppid=11545 vsize=10819084 memory=47136 CPUtime=0.33 cores=1,3,5,7
/proc/11549/stat : 11549 (java) S 11545 11549 8208 0 -1 1077944320 10078 13444 1 3 22 3 5 3 20 0 15 0 405148692 11078742016 11784 33554432000 4194304 4196468 140735811809648 140735811792192 139717569335031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
/proc/11549/statm: 2704771 11784 2997 1 0 2667149 0
[pid=11549/tid=11657] ppid=11545 vsize=10819084 memory=140613471274304 CPUtime=0.24 cores=1,3,5,7
/proc/11549/task/11657/stat : 11657 (java) R 11545 11549 8208 0 -1 4202560 6554 13444 0 3 14 2 5 3 20 0 15 0 405148706 11078742016 11804 33554432000 4194304 4196468 140735811809648 139717541147040 139717553415518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11659] ppid=11545 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11659/stat : 11659 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148706 11078742016 11804 33554432000 4194304 4196468 140735811809648 139717573577232 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11660] ppid=11545 vsize=10819084 memory=281226942558080 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11660/stat : 11660 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148706 11078742016 11804 33554432000 4194304 4196468 140735811809648 139717142751888 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11661] ppid=11545 vsize=10819084 memory=281226942562688 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11661/stat : 11661 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148706 11078742016 11804 33554432000 4194304 4196468 140735811809648 139717141698832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11662] ppid=11545 vsize=10819084 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11662/stat : 11662 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148706 11078742016 11804 33554432000 4194304 4196468 140735811809648 139717140646288 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11667] ppid=11545 vsize=10819084 memory=281227081103680 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11667/stat : 11667 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148708 11078742016 11804 33554432000 4194304 4196468 140735811809648 139717028858608 139717569346178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11669] ppid=11545 vsize=10819084 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11669/stat : 11669 (java) S 11545 11549 8208 0 -1 1077944384 34 13444 0 3 0 0 5 3 20 0 15 0 405148708 11078742016 11804 33554432000 4194304 4196468 140735811809648 139717027804832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11671] ppid=11545 vsize=10819084 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11671/stat : 11671 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148708 11078742016 11804 33554432000 4194304 4196468 140735811809648 139716896744688 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11673] ppid=11545 vsize=10819084 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11673/stat : 11673 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148711 11078742016 11804 33554432000 4194304 4196468 140735811809648 139716292766160 139717569353627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11674] ppid=11545 vsize=10819084 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11549/task/11674/stat : 11674 (java) S 11545 11549 8208 0 -1 1077944384 575 13444 0 3 1 0 5 3 20 0 15 0 405148711 11078742016 11804 33554432000 4194304 4196468 140735811809648 139716994246896 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11675] ppid=11545 vsize=10819084 memory=35 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11675/stat : 11675 (java) S 11545 11549 8208 0 -1 1077944384 60 13444 0 3 0 0 5 3 20 0 15 0 405148711 11078742016 11804 33554432000 4194304 4196468 140735811809648 139716993194352 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11676] ppid=11545 vsize=10819084 memory=140613609898784 CPUtime=0.12 cores=1,3,5,7
/proc/11549/task/11676/stat : 11676 (java) S 11545 11549 8208 0 -1 1077944384 637 13444 0 3 4 0 5 3 20 0 15 0 405148711 11078742016 11804 33554432000 4194304 4196468 140735811809648 139716992141296 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11678] ppid=11545 vsize=10819084 memory=67 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11678/stat : 11678 (java) S 11545 11549 8208 0 -1 1077944384 3 13444 0 3 0 0 5 3 20 0 15 0 405148711 11078742016 11804 33554432000 4194304 4196468 140735811809648 139715823004000 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11679] ppid=11545 vsize=10819084 memory=140613609817728 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11679/stat : 11679 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148712 11078742016 11804 33554432000 4194304 4196468 140735811809648 139716991089712 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 47136 KiB

[startup+0.706382 s]
/proc/loadavg: 3.35 4.54 5.00 3/228 11684
/proc/meminfo: memFree=24506720/32770624 swapFree=67004040/67108860
[pid=11549] ppid=11545 vsize=10822292 memory=79104 CPUtime=1.05 cores=1,3,5,7
/proc/11549/stat : 11549 (java) S 11545 11549 8208 0 -1 1077944320 14588 13444 1 3 92 5 5 3 20 0 15 0 405148692 11082027008 19776 33554432000 4194304 4196468 140735811809648 140735811792192 139717569335031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
/proc/11549/statm: 2705573 19776 3497 1 0 2667661 0
[pid=11549/tid=11657] ppid=11545 vsize=10822292 memory=1160 CPUtime=0.63 cores=1,3,5,7
/proc/11549/task/11657/stat : 11657 (java) R 11545 11549 8208 0 -1 4202560 10380 13444 0 3 51 4 5 3 20 0 15 0 405148706 11082027008 19776 33554432000 4194304 4196468 140735811809648 139717541162672 139717569356957 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11659] ppid=11545 vsize=10822292 memory=1720 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11659/stat : 11659 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148706 11082027008 19776 33554432000 4194304 4196468 140735811809648 139717573577232 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11660] ppid=11545 vsize=10822292 memory=1096 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11660/stat : 11660 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148706 11082027008 19776 33554432000 4194304 4196468 140735811809648 139717142751888 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11661] ppid=11545 vsize=10822292 memory=7377554047144912448 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11661/stat : 11661 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148706 11082027008 19776 33554432000 4194304 4196468 140735811809648 139717141698832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11662] ppid=11545 vsize=10822292 memory=7661859274143395432 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11662/stat : 11662 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148706 11082027008 19776 33554432000 4194304 4196468 140735811809648 139717140646288 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11667] ppid=11545 vsize=10822292 memory=7881696724453321575 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11667/stat : 11667 (java) S 11545 11549 8208 0 -1 1077944384 5 13444 0 3 0 0 5 3 20 0 15 0 405148708 11082027008 19776 33554432000 4194304 4196468 140735811809648 139717028858608 139717569346178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11669] ppid=11545 vsize=10822292 memory=6298636353862657127 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11669/stat : 11669 (java) S 11545 11549 8208 0 -1 1077944384 34 13444 0 3 0 0 5 3 20 0 15 0 405148708 11082027008 19776 33554432000 4194304 4196468 140735811809648 139717027804832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11671] ppid=11545 vsize=10822292 memory=54 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11671/stat : 11671 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148708 11082027008 19776 33554432000 4194304 4196468 140735811809648 139716896744688 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11673] ppid=11545 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11673/stat : 11673 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148711 11082027008 19776 33554432000 4194304 4196468 140735811809648 139716292766160 139717569353627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11674] ppid=11545 vsize=10822292 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/11549/task/11674/stat : 11674 (java) S 11545 11549 8208 0 -1 1077944384 930 13444 0 3 13 0 5 3 20 0 15 0 405148711 11082027008 19776 33554432000 4194304 4196468 140735811809648 139716994246896 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11675] ppid=11545 vsize=10822292 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/11549/task/11675/stat : 11675 (java) S 11545 11549 8208 0 -1 1077944384 297 13444 0 3 10 0 5 3 20 0 15 0 405148711 11082027008 19776 33554432000 4194304 4196468 140735811809648 139716993194352 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11676] ppid=11545 vsize=10822292 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/11549/task/11676/stat : 11676 (java) R 11545 11549 8208 0 -1 4202560 724 13444 0 3 16 0 5 3 20 0 15 0 405148711 11082027008 19776 33554432000 4194304 4196468 140735811809648 139716992141296 139717562431772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11678] ppid=11545 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11678/stat : 11678 (java) S 11545 11549 8208 0 -1 1077944384 3 13444 0 3 0 0 5 3 20 0 15 0 405148711 11082027008 19776 33554432000 4194304 4196468 140735811809648 139715823004000 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11679] ppid=11545 vsize=10822292 memory=72 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11679/stat : 11679 (java) S 11545 11549 8208 0 -1 1077944384 1 13444 0 3 0 0 5 3 20 0 15 0 405148712 11082027008 19776 33554432000 4194304 4196468 140735811809648 139716991089712 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 79104 KiB

[startup+1.50066 s]
/proc/loadavg: 3.35 4.54 5.00 5/228 11684
/proc/meminfo: memFree=24430400/32770624 swapFree=67004040/67108860
[pid=11549] ppid=11545 vsize=10834656 memory=171396 CPUtime=2.46 cores=1,3,5,7
/proc/11549/stat : 11549 (java) S 11545 11549 8208 0 -1 1077944320 21836 13444 1 3 229 9 5 3 20 0 15 0 405148692 11094687744 42849 33554432000 4194304 4196468 140735811809648 140735811792192 139717569335031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
/proc/11549/statm: 2708664 42849 3581 1 0 2670733 0
[pid=11549/tid=11657] ppid=11545 vsize=10834656 memory=1160 CPUtime=1.39 cores=1,3,5,7
/proc/11549/task/11657/stat : 11657 (java) R 11545 11549 8208 0 -1 4202560 15728 13444 0 3 125 6 5 3 20 0 15 0 405148706 11094687744 42849 33554432000 4194304 4196468 140735811809648 139717541158592 139717569346966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11659] ppid=11545 vsize=10834656 memory=1720 CPUtime=0.09 cores=1,3,5,7
/proc/11549/task/11659/stat : 11659 (java) S 11545 11549 8208 0 -1 1077944384 31 13444 0 3 1 0 5 3 20 0 15 0 405148706 11094687744 42849 33554432000 4194304 4196468 140735811809648 139717573577232 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11660] ppid=11545 vsize=10834656 memory=1096 CPUtime=0.09 cores=1,3,5,7
/proc/11549/task/11660/stat : 11660 (java) S 11545 11549 8208 0 -1 1077944384 63 13444 0 3 1 0 5 3 20 0 15 0 405148706 11094687744 42849 33554432000 4194304 4196468 140735811809648 139717142751888 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11661] ppid=11545 vsize=10834656 memory=281226942371552 CPUtime=0.09 cores=1,3,5,7
/proc/11549/task/11661/stat : 11661 (java) S 11545 11549 8208 0 -1 1077944384 309 13444 0 3 1 0 5 3 20 0 15 0 405148706 11094687744 42849 33554432000 4194304 4196468 140735811809648 139717141698832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11662] ppid=11545 vsize=10834656 memory=281226942375968 CPUtime=0.09 cores=1,3,5,7
/proc/11549/task/11662/stat : 11662 (java) S 11545 11549 8208 0 -1 1077944384 78 13444 0 3 1 0 5 3 20 0 15 0 405148706 11094687744 42849 33554432000 4194304 4196468 140735811809648 139717140646288 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11667] ppid=11545 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11549/task/11667/stat : 11667 (java) S 11545 11549 8208 0 -1 1077944384 370 13444 0 3 1 0 5 3 20 0 15 0 405148708 11094687744 42849 33554432000 4194304 4196468 140735811809648 139717028858608 139717569346178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11669] ppid=11545 vsize=10834656 memory=17697 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11669/stat : 11669 (java) S 11545 11549 8208 0 -1 1077944384 35 13444 0 3 0 0 5 3 20 0 15 0 405148708 11094687744 42849 33554432000 4194304 4196468 140735811809648 139717027804896 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11671] ppid=11545 vsize=10834656 memory=140613471304528 CPUtime=0.08 cores=1,3,5,7

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

/proc/11549/task/11657/stat : 11657 (java) R 11545 11549 8208 0 -1 4202560 66784 13444 0 3 229872 48 5 3 20 0 15 0 405148706 11107291136 133767 33554432000 4194304 4196468 140735811809648 139717541170096 139717551856757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11659] ppid=11545 vsize=10846964 memory=537120 CPUtime=14.83 cores=1,3,5,7
/proc/11549/task/11659/stat : 11659 (java) S 11545 11549 8208 0 -1 1077944384 10598 13444 0 3 1437 38 5 3 20 0 15 0 405148706 11107291136 133767 33554432000 4194304 4196468 140735811809648 139717573577232 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11660] ppid=11545 vsize=10846964 memory=0 CPUtime=14.82 cores=1,3,5,7
/proc/11549/task/11660/stat : 11660 (java) S 11545 11549 8208 0 -1 1077944384 13333 13444 0 3 1435 39 5 3 20 0 15 0 405148706 11107291136 133767 33554432000 4194304 4196468 140735811809648 139717142751888 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11661] ppid=11545 vsize=10846964 memory=543792 CPUtime=14.83 cores=1,3,5,7
/proc/11549/task/11661/stat : 11661 (java) S 11545 11549 8208 0 -1 1077944384 14500 13444 0 3 1435 40 5 3 20 0 15 0 405148706 11107291136 133767 33554432000 4194304 4196468 140735811809648 139717141698832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11662] ppid=11545 vsize=10846964 memory=8 CPUtime=14.83 cores=1,3,5,7
/proc/11549/task/11662/stat : 11662 (java) S 11545 11549 8208 0 -1 1077944384 16982 13444 0 3 1434 41 5 3 20 0 15 0 405148706 11107291136 133767 33554432000 4194304 4196468 140735811809648 139717140646288 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11667] ppid=11545 vsize=10846964 memory=2832 CPUtime=6.54 cores=1,3,5,7
/proc/11549/task/11667/stat : 11667 (java) S 11545 11549 8208 0 -1 1077944384 14597 13444 0 3 591 55 5 3 20 0 15 0 405148708 11107291136 133767 33554432000 4194304 4196468 140735811809648 139717028858608 139717569346178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11669] ppid=11545 vsize=10846964 memory=535068 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11669/stat : 11669 (java) S 11545 11549 8208 0 -1 1077944384 41 13444 0 3 0 0 5 3 20 0 15 0 405148708 11107291136 133767 33554432000 4194304 4196468 140735811809648 139717027804896 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11671] ppid=11545 vsize=10846964 memory=535068 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11671/stat : 11671 (java) S 11545 11549 8208 0 -1 1077944384 6 13444 0 3 0 0 5 3 20 0 15 0 405148708 11107291136 133767 33554432000 4194304 4196468 140735811809648 139716896744704 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11673] ppid=11545 vsize=10846964 memory=535068 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11673/stat : 11673 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148711 11107291136 133767 33554432000 4194304 4196468 140735811809648 139716292766160 139717569353627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11674] ppid=11545 vsize=10846964 memory=535068 CPUtime=9.84 cores=1,3,5,7
/proc/11549/task/11674/stat : 11674 (java) S 11545 11549 8208 0 -1 1077944384 15629 13444 0 3 973 3 5 3 20 0 15 0 405148711 11107291136 133767 33554432000 4194304 4196468 140735811809648 139716994246896 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11675] ppid=11545 vsize=10846964 memory=916 CPUtime=9.88 cores=1,3,5,7
/proc/11549/task/11675/stat : 11675 (java) S 11545 11549 8208 0 -1 1077944384 16234 13444 0 3 975 5 5 3 20 0 15 0 405148711 11107291136 133767 33554432000 4194304 4196468 140735811809648 139716993194352 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11676] ppid=11545 vsize=10846964 memory=3588 CPUtime=4.83 cores=1,3,5,7
/proc/11549/task/11676/stat : 11676 (java) S 11545 11549 8208 0 -1 1077944384 17465 13444 0 3 469 6 5 3 20 0 15 0 405148711 11107291136 133767 33554432000 4194304 4196468 140735811809648 139716992141296 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11678] ppid=11545 vsize=10846964 memory=540712 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11678/stat : 11678 (java) S 11545 11549 8208 0 -1 1077944384 3 13444 0 3 0 0 5 3 20 0 15 0 405148711 11107291136 133767 33554432000 4194304 4196468 140735811809648 139715823004000 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11679] ppid=11545 vsize=10846964 memory=535068 CPUtime=1.37 cores=1,3,5,7
/proc/11549/task/11679/stat : 11679 (java) S 11545 11549 8208 0 -1 1077944384 1295 13444 0 3 57 72 5 3 20 0 15 0 405148712 11107291136 133767 33554432000 4194304 4196468 140735811809648 139716991089712 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
Current children cumulated CPU time: 2390.44 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 535068 KiB

[startup+2382.3 s]
/proc/loadavg: 1.53 1.38 1.62 3/228 11905
/proc/meminfo: memFree=22970204/32770624 swapFree=67004044/67108860
[pid=11549] ppid=11545 vsize=10846964 memory=525324 CPUtime=2451.71 cores=1,3,5,7
/proc/11549/stat : 11549 (java) S 11545 11549 8208 0 -1 1077944320 191092 13444 1 3 244838 325 5 3 20 0 15 0 405148692 11107291136 131331 33554432000 4194304 4196468 140735811809648 140735811792192 139717569335031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
/proc/11549/statm: 2711741 131331 3626 1 0 2673805 0
[pid=11549/tid=11657] ppid=11545 vsize=10846964 memory=525324 CPUtime=2358.64 cores=1,3,5,7
/proc/11549/task/11657/stat : 11657 (java) R 11545 11549 8208 0 -1 4202560 67364 13444 0 3 235807 49 5 3 20 0 15 0 405148706 11107291136 131331 33554432000 4194304 4196468 140735811809648 139717541170096 139717551855750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11659] ppid=11545 vsize=10846964 memory=0 CPUtime=15.25 cores=1,3,5,7
/proc/11549/task/11659/stat : 11659 (java) S 11545 11549 8208 0 -1 1077944384 10772 13444 0 3 1479 38 5 3 20 0 15 0 405148706 11107291136 131331 33554432000 4194304 4196468 140735811809648 139717573577232 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11660] ppid=11545 vsize=10846964 memory=529940 CPUtime=15.25 cores=1,3,5,7
/proc/11549/task/11660/stat : 11660 (java) S 11545 11549 8208 0 -1 1077944384 13444 13444 0 3 1477 40 5 3 20 0 15 0 405148706 11107291136 131331 33554432000 4194304 4196468 140735811809648 139717142751888 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11661] ppid=11545 vsize=10846964 memory=527376 CPUtime=15.25 cores=1,3,5,7
/proc/11549/task/11661/stat : 11661 (java) S 11545 11549 8208 0 -1 1077944384 14717 13444 0 3 1476 41 5 3 20 0 15 0 405148706 11107291136 131331 33554432000 4194304 4196468 140735811809648 139717141698832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11662] ppid=11545 vsize=10846964 memory=525324 CPUtime=15.25 cores=1,3,5,7
/proc/11549/task/11662/stat : 11662 (java) S 11545 11549 8208 0 -1 1077944384 17097 13444 0 3 1476 41 5 3 20 0 15 0 405148706 11107291136 131331 33554432000 4194304 4196468 140735811809648 139717140646288 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11667] ppid=11545 vsize=10846964 memory=525324 CPUtime=6.73 cores=1,3,5,7
/proc/11549/task/11667/stat : 11667 (java) S 11545 11549 8208 0 -1 1077944384 14791 13444 0 3 608 57 5 3 20 0 15 0 405148708 11107291136 131331 33554432000 4194304 4196468 140735811809648 139717028858608 139717569346178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11669] ppid=11545 vsize=10846964 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11669/stat : 11669 (java) S 11545 11549 8208 0 -1 1077944384 41 13444 0 3 0 0 5 3 20 0 15 0 405148708 11107291136 131331 33554432000 4194304 4196468 140735811809648 139717027804896 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11671] ppid=11545 vsize=10846964 memory=530964 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11671/stat : 11671 (java) S 11545 11549 8208 0 -1 1077944384 6 13444 0 3 0 0 5 3 20 0 15 0 405148708 11107291136 131331 33554432000 4194304 4196468 140735811809648 139716896744704 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11673] ppid=11545 vsize=10846964 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11673/stat : 11673 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148711 11107291136 131331 33554432000 4194304 4196468 140735811809648 139716292766160 139717569353627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11674] ppid=11545 vsize=10846964 memory=525324 CPUtime=9.84 cores=1,3,5,7
/proc/11549/task/11674/stat : 11674 (java) S 11545 11549 8208 0 -1 1077944384 15631 13444 0 3 973 3 5 3 20 0 15 0 405148711 11107291136 131331 33554432000 4194304 4196468 140735811809648 139716994246896 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11675] ppid=11545 vsize=10846964 memory=6791534058613427641 CPUtime=9.88 cores=1,3,5,7
/proc/11549/task/11675/stat : 11675 (java) S 11545 11549 8208 0 -1 1077944384 16236 13444 0 3 975 5 5 3 20 0 15 0 405148711 11107291136 131331 33554432000 4194304 4196468 140735811809648 139716993194352 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11676] ppid=11545 vsize=10846964 memory=2832 CPUtime=4.83 cores=1,3,5,7
/proc/11549/task/11676/stat : 11676 (java) S 11545 11549 8208 0 -1 1077944384 17467 13444 0 3 469 6 5 3 20 0 15 0 405148711 11107291136 131331 33554432000 4194304 4196468 140735811809648 139716992141296 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11678] ppid=11545 vsize=10846964 memory=525324 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11678/stat : 11678 (java) S 11545 11549 8208 0 -1 1077944384 3 13444 0 3 0 0 5 3 20 0 15 0 405148711 11107291136 131331 33554432000 4194304 4196468 140735811809648 139715823004000 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11679] ppid=11545 vsize=10846964 memory=2120 CPUtime=1.4 cores=1,3,5,7
/proc/11549/task/11679/stat : 11679 (java) S 11545 11549 8208 0 -1 1077944384 1312 13444 0 3 58 74 5 3 20 0 15 0 405148712 11107291136 131331 33554432000 4194304 4196468 140735811809648 139716991089712 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
Current children cumulated CPU time: 2451.71 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 525324 KiB

[startup+2442.3 s]
/proc/loadavg: 1.56 1.40 1.62 4/228 11909
/proc/meminfo: memFree=23008052/32770624 swapFree=67004044/67108860
[pid=11549] ppid=11545 vsize=10846964 memory=487356 CPUtime=2512.96 cores=1,3,5,7
/proc/11549/stat : 11549 (java) S 11545 11549 8208 0 -1 1077944320 192360 13444 1 3 250956 332 5 3 20 0 15 0 405148692 11107291136 121839 33554432000 4194304 4196468 140735811809648 140735811792192 139717569335031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
/proc/11549/statm: 2711741 121839 3626 1 0 2673805 0
[pid=11549/tid=11657] ppid=11545 vsize=10846964 memory=487868 CPUtime=2417.98 cores=1,3,5,7
/proc/11549/task/11657/stat : 11657 (java) R 11545 11549 8208 0 -1 4202560 67924 13444 0 3 241741 49 5 3 20 0 15 0 405148706 11107291136 121839 33554432000 4194304 4196468 140735811809648 139717541169968 139717188103984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11659] ppid=11545 vsize=10846964 memory=515064 CPUtime=15.68 cores=1,3,5,7
/proc/11549/task/11659/stat : 11659 (java) S 11545 11549 8208 0 -1 1077944384 11053 13444 0 3 1520 40 5 3 20 0 15 0 405148706 11107291136 121839 33554432000 4194304 4196468 140735811809648 139717573577232 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11660] ppid=11545 vsize=10846964 memory=520704 CPUtime=15.67 cores=1,3,5,7
/proc/11549/task/11660/stat : 11660 (java) S 11545 11549 8208 0 -1 1077944384 13550 13444 0 3 1518 41 5 3 20 0 15 0 405148706 11107291136 121839 33554432000 4194304 4196468 140735811809648 139717142751888 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11661] ppid=11545 vsize=10846964 memory=514548 CPUtime=15.67 cores=1,3,5,7
/proc/11549/task/11661/stat : 11661 (java) S 11545 11549 8208 0 -1 1077944384 14745 13444 0 3 1517 42 5 3 20 0 15 0 405148706 11107291136 121839 33554432000 4194304 4196468 140735811809648 139717141698832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11662] ppid=11545 vsize=10846964 memory=526348 CPUtime=15.67 cores=1,3,5,7
/proc/11549/task/11662/stat : 11662 (java) S 11545 11549 8208 0 -1 1077944384 17181 13444 0 3 1517 42 5 3 20 0 15 0 405148706 11107291136 121839 33554432000 4194304 4196468 140735811809648 139717140646288 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11667] ppid=11545 vsize=10846964 memory=496592 CPUtime=6.92 cores=1,3,5,7
/proc/11549/task/11667/stat : 11667 (java) S 11545 11549 8208 0 -1 1077944384 14978 13444 0 3 625 59 5 3 20 0 15 0 405148708 11107291136 121839 33554432000 4194304 4196468 140735811809648 139717028858608 139717569346178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11669] ppid=11545 vsize=10846964 memory=489408 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11669/stat : 11669 (java) S 11545 11549 8208 0 -1 1077944384 41 13444 0 3 0 0 5 3 20 0 15 0 405148708 11107291136 121839 33554432000 4194304 4196468 140735811809648 139717027804896 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11671] ppid=11545 vsize=10846964 memory=488896 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11671/stat : 11671 (java) S 11545 11549 8208 0 -1 1077944384 6 13444 0 3 0 0 5 3 20 0 15 0 405148708 11107291136 121839 33554432000 4194304 4196468 140735811809648 139716896744704 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11673] ppid=11545 vsize=10846964 memory=489408 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11673/stat : 11673 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148711 11107291136 121839 33554432000 4194304 4196468 140735811809648 139716292766160 139717569353627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11674] ppid=11545 vsize=10846964 memory=487356 CPUtime=9.84 cores=1,3,5,7
/proc/11549/task/11674/stat : 11674 (java) S 11545 11549 8208 0 -1 1077944384 15633 13444 0 3 973 3 5 3 20 0 15 0 405148711 11107291136 121839 33554432000 4194304 4196468 140735811809648 139716994246896 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11675] ppid=11545 vsize=10846964 memory=493512 CPUtime=9.88 cores=1,3,5,7
/proc/11549/task/11675/stat : 11675 (java) S 11545 11549 8208 0 -1 1077944384 16238 13444 0 3 975 5 5 3 20 0 15 0 405148711 11107291136 121839 33554432000 4194304 4196468 140735811809648 139716993194352 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11676] ppid=11545 vsize=10846964 memory=290763849282617370 CPUtime=4.83 cores=1,3,5,7
/proc/11549/task/11676/stat : 11676 (java) S 11545 11549 8208 0 -1 1077944384 17469 13444 0 3 469 6 5 3 20 0 15 0 405148711 11107291136 121839 33554432000 4194304 4196468 140735811809648 139716992141296 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11678] ppid=11545 vsize=10846964 memory=288230621803970871 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11678/stat : 11678 (java) S 11545 11549 8208 0 -1 1077944384 3 13444 0 3 0 0 5 3 20 0 15 0 405148711 11107291136 121839 33554432000 4194304 4196468 140735811809648 139715823004000 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11679] ppid=11545 vsize=10846964 memory=489408 CPUtime=1.43 cores=1,3,5,7
/proc/11549/task/11679/stat : 11679 (java) S 11545 11549 8208 0 -1 1077944384 1328 13444 0 3 60 75 5 3 20 0 15 0 405148712 11107291136 121839 33554432000 4194304 4196468 140735811809648 139716991089712 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
Current children cumulated CPU time: 2512.96 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 487356 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2449.2 s]
/proc/loadavg: 1.48 1.39 1.61 3/229 11911
/proc/meminfo: memFree=23013868/32770624 swapFree=67004044/67108860
[pid=11549] ppid=11545 vsize=10846964 memory=480688 CPUtime=2520 cores=1,3,5,7
/proc/11549/stat : 11549 (java) S 11545 11549 8208 0 -1 1077944320 192764 13444 1 3 251659 333 5 3 20 0 15 0 405148692 11107291136 120172 33554432000 4194304 4196468 140735811809648 140735811792192 139717569335031 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
/proc/11549/statm: 2711741 120172 3626 1 0 2673805 0
[pid=11549/tid=11657] ppid=11545 vsize=10846964 memory=14012 CPUtime=2424.81 cores=1,3,5,7
/proc/11549/task/11657/stat : 11657 (java) R 11545 11549 8208 0 -1 4202560 68108 13444 0 3 242424 49 5 3 20 0 15 0 405148706 11107291136 120172 33554432000 4194304 4196468 140735811809648 139717541170752 139717190393280 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11659] ppid=11545 vsize=10846964 memory=17628 CPUtime=15.72 cores=1,3,5,7
/proc/11549/task/11659/stat : 11659 (java) S 11545 11549 8208 0 -1 1077944384 11055 13444 0 3 1524 40 5 3 20 0 15 0 405148706 11107291136 120172 33554432000 4194304 4196468 140735811809648 139717573577232 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11660] ppid=11545 vsize=10846964 memory=14068 CPUtime=15.72 cores=1,3,5,7
/proc/11549/task/11660/stat : 11660 (java) S 11545 11549 8208 0 -1 1077944384 13554 13444 0 3 1523 41 5 3 20 0 15 0 405148706 11107291136 120172 33554432000 4194304 4196468 140735811809648 139717142751888 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11661] ppid=11545 vsize=10846964 memory=2120 CPUtime=15.71 cores=1,3,5,7
/proc/11549/task/11661/stat : 11661 (java) S 11545 11549 8208 0 -1 1077944384 14787 13444 0 3 1521 42 5 3 20 0 15 0 405148706 11107291136 120172 33554432000 4194304 4196468 140735811809648 139717141698832 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11662] ppid=11545 vsize=10846964 memory=504 CPUtime=15.72 cores=1,3,5,7
/proc/11549/task/11662/stat : 11662 (java) S 11545 11549 8208 0 -1 1077944384 17334 13444 0 3 1522 42 5 3 20 0 15 0 405148706 11107291136 120172 33554432000 4194304 4196468 140735811809648 139717140646288 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11667] ppid=11545 vsize=10846964 memory=484280 CPUtime=6.95 cores=1,3,5,7
/proc/11549/task/11667/stat : 11667 (java) S 11545 11549 8208 0 -1 1077944384 14995 13444 0 3 627 60 5 3 20 0 15 0 405148708 11107291136 120172 33554432000 4194304 4196468 140735811809648 139717028858608 139717569346178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11669] ppid=11545 vsize=10846964 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11669/stat : 11669 (java) S 11545 11549 8208 0 -1 1077944384 41 13444 0 3 0 0 5 3 20 0 15 0 405148708 11107291136 120172 33554432000 4194304 4196468 140735811809648 139717027804896 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11671] ppid=11545 vsize=10846964 memory=1692 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11671/stat : 11671 (java) S 11545 11549 8208 0 -1 1077944384 6 13444 0 3 0 0 5 3 20 0 15 0 405148708 11107291136 120172 33554432000 4194304 4196468 140735811809648 139716896744704 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11673] ppid=11545 vsize=10846964 memory=792 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11673/stat : 11673 (java) S 11545 11549 8208 0 -1 1077944384 2 13444 0 3 0 0 5 3 20 0 15 0 405148711 11107291136 120172 33554432000 4194304 4196468 140735811809648 139716292766160 139717569353627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11674] ppid=11545 vsize=10846964 memory=1448 CPUtime=9.84 cores=1,3,5,7
/proc/11549/task/11674/stat : 11674 (java) S 11545 11549 8208 0 -1 1077944384 15633 13444 0 3 973 3 5 3 20 0 15 0 405148711 11107291136 120172 33554432000 4194304 4196468 140735811809648 139716994246896 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11675] ppid=11545 vsize=10846964 memory=1964 CPUtime=9.88 cores=1,3,5,7
/proc/11549/task/11675/stat : 11675 (java) S 11545 11549 8208 0 -1 1077944384 16238 13444 0 3 975 5 5 3 20 0 15 0 405148711 11107291136 120172 33554432000 4194304 4196468 140735811809648 139716993194352 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11676] ppid=11545 vsize=10846964 memory=2456 CPUtime=4.83 cores=1,3,5,7
/proc/11549/task/11676/stat : 11676 (java) S 11545 11549 8208 0 -1 1077944384 17469 13444 0 3 469 6 5 3 20 0 15 0 405148711 11107291136 120172 33554432000 4194304 4196468 140735811809648 139716992141296 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11678] ppid=11545 vsize=10846964 memory=481712 CPUtime=0.08 cores=1,3,5,7
/proc/11549/task/11678/stat : 11678 (java) S 11545 11549 8208 0 -1 1077944384 3 13444 0 3 0 0 5 3 20 0 15 0 405148711 11107291136 120172 33554432000 4194304 4196468 140735811809648 139715823004000 139717569345237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
[pid=11549/tid=11679] ppid=11545 vsize=10846964 memory=740 CPUtime=1.44 cores=1,3,5,7
/proc/11549/task/11679/stat : 11679 (java) S 11545 11549 8208 0 -1 1077944384 1330 13444 0 3 60 76 5 3 20 0 15 0 405148712 11107291136 120172 33554432000 4194304 4196468 140735811809648 139716991089712 139717569346178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19509248 140735811812086 140735811814597 140735811814597 140735811817423 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 480688 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2449.23 s]
# the end of solver process 11549 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.67 s, system=3.37669 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2449.23
CPU time (s): 2520.04
CPU user time (s): 2516.67
CPU system time (s): 3.37669
CPU usage (%): 102.891
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 1633544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.67
system time used= 3.37669
maximum resident set size= 1634572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207158
page faults= 4
swaps= 0
block input operations= 424
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 214722
involuntary context switches= 6017


# summary of solver processes directly reported to runsolver:
#   pid: 11549
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.67
#   total CPU system time (s): 3.37669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5956 second user time and 23.2995 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-12 14:03:54
IDJOB=4387085
IDBENCH=123874
IDSOLVER=2823
FILE ID=node148/4387085-1568289870
RUNJOBID= node148-1568289834-11524
PBS_JOBID= 21701063
Free space on /tmp= 54288 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Bibd/Bibd-sum-stab1/Bibd-sum-25-05-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387085-1568289870/watcher-4387085-1568289870 -o /tmp/evaluation-result-4387085-1568289870/solver-4387085-1568289870 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568289834-11524 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=510231952 HOME/instance-4387085-1568289870.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8664f4f5c29eba7e0c756194721bfaf5
RANDOM SEED=510231952

node148.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
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:        24605668 kB
MemAvailable:   31861624 kB
Buffers:          118900 kB
Cached:          7362324 kB
SwapCached:         3972 kB
Active:          2709404 kB
Inactive:        4776952 kB
Active(anon):        572 kB
Inactive(anon):    45944 kB
Active(file):    2708832 kB
Inactive(file):  4731008 kB
Unevictable:      109256 kB
Mlocked:          109256 kB
SwapTotal:      67108860 kB
SwapFree:       67004040 kB
Dirty:             69988 kB
Writeback:             0 kB
AnonPages:        112708 kB
Mapped:            42112 kB
Shmem:             32160 kB
Slab:             273384 kB
SReclaimable:     244576 kB
SUnreclaim:        28808 kB
KernelStack:        3424 kB
PageTables:         5408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501508 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:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 54216 MiB
End job on node148 at 2019-09-12 14:44:44