Trace number 4395987

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.12.2? (TO) 2520.09 2481.95

General information on the benchmark

NameXCSP19/hcp/
graph171.xml
MD5SUM889399dd2d9405aab831b2de91bd17ad
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 benchmark72.9286
Satisfiable
(Un)Satisfiability was proved
Number of variables996
Number of constraints1
Number of domains996
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":994},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":996}]
Minimum constraint arity996
Maximum constraint arity996
Distribution of constraint arities[{"arity":996,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
2520.02/2481.93	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2481.93		at concrete.MAC.mac(MAC.scala:192)
2520.02/2481.93		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2481.93		at scala.util.Try$.apply(Try.scala:212)
2520.02/2481.93		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2481.93		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2481.93		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2481.93		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2481.93		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2481.93		at concrete.MAC.$anonfun$nextSolution$7(MAC.scala:350)
2520.02/2481.93		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2481.93		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2481.93		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2481.93		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2481.93		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.02/2481.93		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.02/2481.93		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2481.93		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2481.93		at scala.util.Success.map(Try.scala:264)
2520.02/2481.93		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2481.93		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2481.93		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2481.93		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2481.93		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2481.93		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2481.93		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2481.93		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2481.93		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2481.93		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2481.93		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2481.93		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2481.93		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2481.93		at scala.App.main(App.scala:75)
2520.02/2481.93		at scala.App.main$(App.scala:73)
2520.02/2481.93		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2481.93		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2481.93	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 (15322 MiB free)
  memory of node 1: 16384 MiB (14993 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395987-1568413409/watcher-4395987-1568413409 -o /tmp/evaluation-result-4395987-1568413409/solver-4395987-1568413409 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568398330-31019 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2076154603 HOME/instance-4395987-1568413409.xml 

running on 4 cores: 0,2,4,6

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=2132, runsolver pid=2129

[startup+0.100127 s]*
/proc/loadavg: 1.92 1.69 1.62 3/224 2190
/proc/meminfo: memFree=31033496/32770624 swapFree=67009508/67108860
[pid=2132] ppid=2129 vsize=9972712 memory=16816 CPUtime=0.1 cores=0,2,4,6
/proc/2132/stat : 2132 (java) S 2129 2132 30988 0 -1 1077944320 4437 13004 0 0 1 1 5 3 20 0 6 0 417263678 10212057088 4204 33554432000 4194304 4196468 140727874756864 140727874739408 139759805984503 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
/proc/2132/statm: 2493178 4204 1935 1 0 2481616 0
[pid=2132/tid=2186] ppid=2129 vsize=9972712 memory=7100839887284177512 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2186/stat : 2186 (java) R 2129 2132 30988 0 -1 4202560 2309 13004 0 0 0 0 5 3 20 0 6 0 417263687 10212057088 4270 33554432000 4194304 4196468 140727874756864 139759777821264 139759791677935 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2187] ppid=2129 vsize=9972712 memory=3472328128895609921 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2187/stat : 2187 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 6 0 417263687 10212057088 4270 33554432000 4194304 4196468 140727874756864 139759810226832 139759805994709 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2188] ppid=2129 vsize=9972712 memory=140495365498496 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2188/stat : 2188 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 6 0 417263687 10212057088 4270 33554432000 4194304 4196468 140727874756864 139759714429456 139759805994709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2189] ppid=2129 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2189/stat : 2189 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 6 0 417263687 10212057088 4270 33554432000 4194304 4196468 140727874756864 139759713376656 139759805994709 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2190] ppid=2129 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2190/stat : 2190 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 6 0 417263687 10212057088 4270 33554432000 4194304 4196468 140727874756864 139759377504528 139759805994709 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21059 s]*
/proc/loadavg: 1.92 1.69 1.62 4/233 2200
/proc/meminfo: memFree=31011328/32770624 swapFree=67009508/67108860
[pid=2132] ppid=2129 vsize=10819664 memory=43528 CPUtime=0.26 cores=0,2,4,6
/proc/2132/stat : 2132 (java) S 2129 2132 30988 0 -1 1077944320 7241 13004 0 0 16 2 5 3 20 0 15 0 417263678 11079335936 10882 33554432000 4194304 4196468 140727874756864 140727874739408 139759805984503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
/proc/2132/statm: 2704916 10882 3142 1 0 2667149 0
[pid=2132/tid=2186] ppid=2129 vsize=10819664 memory=7100839887284177512 CPUtime=0.19 cores=0,2,4,6
/proc/2132/task/2186/stat : 2186 (java) R 2129 2132 30988 0 -1 4202560 3745 13004 0 0 10 1 5 3 20 0 15 0 417263687 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759777772496 139759790064990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2187] ppid=2129 vsize=10819664 memory=3472328128895609921 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2187/stat : 2187 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263687 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759810226832 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2188] ppid=2129 vsize=10819664 memory=140495365498496 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2188/stat : 2188 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263687 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759714429456 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2189] ppid=2129 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2189/stat : 2189 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263687 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759713376656 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2190] ppid=2129 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2190/stat : 2190 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263687 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759377504528 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2191] ppid=2129 vsize=10819664 memory=140495365498496 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2191/stat : 2191 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263689 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759332555632 139759805995650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2192] ppid=2129 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2192/stat : 2192 (java) S 2129 2132 30988 0 -1 1077944384 13 13004 0 0 0 0 5 3 20 0 15 0 417263689 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759242438176 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2193] ppid=2129 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2193/stat : 2193 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263690 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759108220272 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2194] ppid=2129 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2194/stat : 2194 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263692 11079335936 11394 33554432000 4194304 4196468 140727874756864 139758974003536 139759806003099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2195] ppid=2129 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2132/task/2195/stat : 2195 (java) S 2129 2132 30988 0 -1 1077944384 590 13004 0 0 1 0 5 3 20 0 15 0 417263692 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759331502448 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2197] ppid=2129 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2197/stat : 2197 (java) S 2129 2132 30988 0 -1 1077944384 56 13004 0 0 0 0 5 3 20 0 15 0 417263692 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759330449648 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2198] ppid=2129 vsize=10819664 memory=140495365498496 CPUtime=0.11 cores=0,2,4,6
/proc/2132/task/2198/stat : 2198 (java) R 2129 2132 30988 0 -1 4202560 626 13004 0 0 3 0 5 3 20 0 15 0 417263692 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759329396848 139759798221630 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2199] ppid=2129 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2199/stat : 2199 (java) S 2129 2132 30988 0 -1 1077944384 3 13004 0 0 0 0 5 3 20 0 15 0 417263693 11079335936 11394 33554432000 4194304 4196468 140727874756864 139758034479328 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2200] ppid=2129 vsize=10819664 memory=140495365498496 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2200/stat : 2200 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263693 11079335936 11394 33554432000 4194304 4196468 140727874756864 139759328345264 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43528 KiB

[startup+0.310818 s]*
/proc/loadavg: 1.92 1.69 1.62 6/233 2200
/proc/meminfo: memFree=30998040/32770624 swapFree=67009508/67108860
[pid=2132] ppid=2129 vsize=10820148 memory=54488 CPUtime=0.41 cores=0,2,4,6
/proc/2132/stat : 2132 (java) S 2129 2132 30988 0 -1 1077944320 10899 13004 0 0 28 5 5 3 20 0 15 0 417263678 11079831552 13622 33554432000 4194304 4196468 140727874756864 140727874739408 139759805984503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
/proc/2132/statm: 2705037 13622 3274 1 0 2667149 0
[pid=2132/tid=2186] ppid=2129 vsize=10820148 memory=4134692831991786133 CPUtime=0.29 cores=0,2,4,6
/proc/2132/task/2186/stat : 2186 (java) R 2129 2132 30988 0 -1 4202560 7377 13004 0 0 18 3 5 3 20 0 15 0 417263687 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759777796016 139759790064990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2187] ppid=2129 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2187/stat : 2187 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263687 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759810226832 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2188] ppid=2129 vsize=10820148 memory=140495365498496 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2188/stat : 2188 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263687 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759714429456 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2189] ppid=2129 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2189/stat : 2189 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263687 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759713376656 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2190] ppid=2129 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2190/stat : 2190 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263687 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759377504528 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2191] ppid=2129 vsize=10820148 memory=140495365498495 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2191/stat : 2191 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263689 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759332555632 139759805995650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2192] ppid=2129 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2192/stat : 2192 (java) S 2129 2132 30988 0 -1 1077944384 13 13004 0 0 0 0 5 3 20 0 15 0 417263689 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759242438176 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2193] ppid=2129 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2193/stat : 2193 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263690 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759108220272 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2194] ppid=2129 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2194/stat : 2194 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263692 11079831552 13622 33554432000 4194304 4196468 140727874756864 139758974003536 139759806003099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2195] ppid=2129 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2132/task/2195/stat : 2195 (java) S 2129 2132 30988 0 -1 1077944384 591 13004 0 0 2 0 5 3 20 0 15 0 417263692 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759331502448 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2197] ppid=2129 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2132/task/2197/stat : 2197 (java) S 2129 2132 30988 0 -1 1077944384 65 13004 0 0 1 0 5 3 20 0 15 0 417263692 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759330449648 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2198] ppid=2129 vsize=10820148 memory=140495365498496 CPUtime=0.13 cores=0,2,4,6
/proc/2132/task/2198/stat : 2198 (java) S 2129 2132 30988 0 -1 1077944384 634 13004 0 0 5 0 5 3 20 0 15 0 417263692 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759329396848 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2199] ppid=2129 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2199/stat : 2199 (java) S 2129 2132 30988 0 -1 1077944384 3 13004 0 0 0 0 5 3 20 0 15 0 417263693 11079831552 13622 33554432000 4194304 4196468 140727874756864 139758034479328 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2200] ppid=2129 vsize=10820148 memory=140495365498496 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2200/stat : 2200 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263693 11079831552 13622 33554432000 4194304 4196468 140727874756864 139759328345264 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54488 KiB

[startup+0.70818 s]
/proc/loadavg: 1.92 1.69 1.62 3/233 2200
/proc/meminfo: memFree=30983728/32770624 swapFree=67009508/67108860
[pid=2132] ppid=2129 vsize=10824360 memory=88108 CPUtime=1.17 cores=0,2,4,6
/proc/2132/stat : 2132 (java) S 2129 2132 30988 0 -1 1077944320 15198 13004 0 0 102 7 5 3 20 0 15 0 417263678 11084144640 22027 33554432000 4194304 4196468 140727874756864 140727874739408 139759805984503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
/proc/2132/statm: 2706090 22027 3508 1 0 2668173 0
[pid=2132/tid=2186] ppid=2129 vsize=10824360 memory=3484 CPUtime=0.68 cores=0,2,4,6
/proc/2132/task/2186/stat : 2186 (java) R 2129 2132 30988 0 -1 4202560 10511 13004 0 0 55 5 5 3 20 0 15 0 417263687 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759777811664 139759805996438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2187] ppid=2129 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2187/stat : 2187 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263687 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759810226832 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2188] ppid=2129 vsize=10824360 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2188/stat : 2188 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263687 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759714429456 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2189] ppid=2129 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2189/stat : 2189 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263687 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759713376656 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2190] ppid=2129 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2190/stat : 2190 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263687 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759377504528 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2191] ppid=2129 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2191/stat : 2191 (java) S 2129 2132 30988 0 -1 1077944384 5 13004 0 0 0 0 5 3 20 0 15 0 417263689 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759332555632 139759805995650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2192] ppid=2129 vsize=10824360 memory=19265 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2192/stat : 2192 (java) S 2129 2132 30988 0 -1 1077944384 13 13004 0 0 0 0 5 3 20 0 15 0 417263689 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759242438176 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2193] ppid=2129 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2193/stat : 2193 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263690 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759108220272 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2194] ppid=2129 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2194/stat : 2194 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263692 11084144640 22027 33554432000 4194304 4196468 140727874756864 139758974003536 139759806003099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2195] ppid=2129 vsize=10824360 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2132/task/2195/stat : 2195 (java) S 2129 2132 30988 0 -1 1077944384 1002 13004 0 0 12 0 5 3 20 0 15 0 417263692 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759331502448 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2197] ppid=2129 vsize=10824360 memory=10 CPUtime=0.24 cores=0,2,4,6
/proc/2132/task/2197/stat : 2197 (java) R 2129 2132 30988 0 -1 4202560 627 13004 0 0 16 0 5 3 20 0 15 0 417263692 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759330449944 139759789539728 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2198] ppid=2129 vsize=10824360 memory=-6305711719810622336 CPUtime=0.25 cores=0,2,4,6
/proc/2132/task/2198/stat : 2198 (java) R 2129 2132 30988 0 -1 4202560 817 13004 0 0 17 0 5 3 20 0 15 0 417263692 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759329396848 139759784638677 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2199] ppid=2129 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2199/stat : 2199 (java) S 2129 2132 30988 0 -1 1077944384 3 13004 0 0 0 0 5 3 20 0 15 0 417263693 11084144640 22027 33554432000 4194304 4196468 140727874756864 139758034479328 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2200] ppid=2129 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2200/stat : 2200 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263693 11084144640 22027 33554432000 4194304 4196468 140727874756864 139759328345264 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 88108 KiB

[startup+1.50065 s]
/proc/loadavg: 1.92 1.69 1.62 3/233 2200
/proc/meminfo: memFree=30942812/32770624 swapFree=67009508/67108860
[pid=2132] ppid=2129 vsize=10834676 memory=183584 CPUtime=2.66 cores=0,2,4,6
/proc/2132/stat : 2132 (java) S 2129 2132 30988 0 -1 1077944320 24584 13004 0 0 245 13 5 3 20 0 15 0 417263678 11094708224 45896 33554432000 4194304 4196468 140727874756864 140727874739408 139759805984503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
/proc/2132/statm: 2708669 45896 3578 1 0 2670733 0
[pid=2132/tid=2186] ppid=2129 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/2132/task/2186/stat : 2186 (java) R 2129 2132 30988 0 -1 4202560 16390 13004 0 0 127 8 5 3 20 0 15 0 417263687 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759777809776 139759805996438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2187] ppid=2129 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2132/task/2187/stat : 2187 (java) S 2129 2132 30988 0 -1 1077944384 55 13004 0 0 1 0 5 3 20 0 15 0 417263687 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759810226832 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2188] ppid=2129 vsize=10834676 memory=2276 CPUtime=0.09 cores=0,2,4,6
/proc/2132/task/2188/stat : 2188 (java) S 2129 2132 30988 0 -1 1077944384 295 13004 0 0 1 0 5 3 20 0 15 0 417263687 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759714429456 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2189] ppid=2129 vsize=10834676 memory=4484 CPUtime=0.09 cores=0,2,4,6
/proc/2132/task/2189/stat : 2189 (java) S 2129 2132 30988 0 -1 1077944384 74 13004 0 0 1 0 5 3 20 0 15 0 417263687 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759713376656 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2190] ppid=2129 vsize=10834676 memory=6692 CPUtime=0.09 cores=0,2,4,6
/proc/2132/task/2190/stat : 2190 (java) S 2129 2132 30988 0 -1 1077944384 34 13004 0 0 1 0 5 3 20 0 15 0 417263687 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759377504528 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2191] ppid=2129 vsize=10834676 memory=8900 CPUtime=0.09 cores=0,2,4,6
/proc/2132/task/2191/stat : 2191 (java) S 2129 2132 30988 0 -1 1077944384 1068 13004 0 0 1 0 5 3 20 0 15 0 417263689 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759332555632 139759805995650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2192] ppid=2129 vsize=10834676 memory=11108 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2192/stat : 2192 (java) S 2129 2132 30988 0 -1 1077944384 15 13004 0 0 0 0 5 3 20 0 15 0 417263689 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759242438240 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2193] ppid=2129 vsize=10834676 memory=13316 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2193/stat : 2193 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263690 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759108220288 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2194] ppid=2129 vsize=10834676 memory=15524 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2194/stat : 2194 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263692 11094708224 45896 33554432000 4194304 4196468 140727874756864 139758974003536 139759806003099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2195] ppid=2129 vsize=10834676 memory=17732 CPUtime=0.38 cores=0,2,4,6
/proc/2132/task/2195/stat : 2195 (java) S 2129 2132 30988 0 -1 1077944384 1278 13004 0 0 30 0 5 3 20 0 15 0 417263692 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759331502448 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2197] ppid=2129 vsize=10834676 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/2132/task/2197/stat : 2197 (java) S 2129 2132 30988 0 -1 1077944384 1476 13004 0 0 37 0 5 3 20 0 15 0 417263692 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759330449648 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2198] ppid=2129 vsize=10834676 memory=8102582798355869745 CPUtime=0.49 cores=0,2,4,6
/proc/2132/task/2198/stat : 2198 (java) R 2129 2132 30988 0 -1 4202560 1682 13004 0 0 41 0 5 3 20 0 15 0 417263692 11094708224 45896 33554432000 4194304 4196468 140727874756864 139759329396848 139759806005850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2199] ppid=2129 vsize=10834676 memory=7018949424745764179 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2199/stat : 2199 (java) S 2129 2132 30988 0 -1 1077944384 3 13004 0 0 0 0 5 3 20 0 15 0 417263693 11094708224 45896 33554432000 4194304 4196468 140727874756864 139758034479328 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2200] ppid=2129 vsize=10834676 memory=7597402612410957923 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2200/stat : 2200 (java) S 2129 2132 30988 0 -1 1077944384 1 13004 0 0 0 0 5 3 20 0 15 0 417263693 11094708224 45926 33554432000 4194304 4196468 140727874756864 139759328345264 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 10834676 KiB

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

/proc/2132/task/2186/stat : 2186 (java) R 2129 2132 30988 0 -1 4202560 75019 13004 0 0 236507 36 5 3 20 0 15 0 417263687 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759777819152 139759398533955 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2187] ppid=2129 vsize=10846996 memory=791748 CPUtime=7.82 cores=0,2,4,6
/proc/2132/task/2187/stat : 2187 (java) S 2129 2132 30988 0 -1 1077944384 11700 13004 0 0 732 42 5 3 20 0 15 0 417263687 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759810226832 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2188] ppid=2129 vsize=10846996 memory=164 CPUtime=7.83 cores=0,2,4,6
/proc/2132/task/2188/stat : 2188 (java) S 2129 2132 30988 0 -1 1077944384 14601 13004 0 0 734 41 5 3 20 0 15 0 417263687 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759714429456 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2189] ppid=2129 vsize=10846996 memory=791748 CPUtime=7.81 cores=0,2,4,6
/proc/2132/task/2189/stat : 2189 (java) S 2129 2132 30988 0 -1 1077944384 16136 13004 0 0 733 40 5 3 20 0 15 0 417263687 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759713376656 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2190] ppid=2129 vsize=10846996 memory=793796 CPUtime=7.85 cores=0,2,4,6
/proc/2132/task/2190/stat : 2190 (java) S 2129 2132 30988 0 -1 1077944384 15087 13004 0 0 735 42 5 3 20 0 15 0 417263687 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759377504528 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2191] ppid=2129 vsize=10846996 memory=793796 CPUtime=6.89 cores=0,2,4,6
/proc/2132/task/2191/stat : 2191 (java) S 2129 2132 30988 0 -1 1077944384 15500 13004 0 0 647 34 5 3 20 0 15 0 417263689 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759332555632 139759805995650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2192] ppid=2129 vsize=10846996 memory=280990451578424 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2192/stat : 2192 (java) S 2129 2132 30988 0 -1 1077944384 21 13004 0 0 0 0 5 3 20 0 15 0 417263689 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759242438304 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2193] ppid=2129 vsize=10846996 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2193/stat : 2193 (java) S 2129 2132 30988 0 -1 1077944384 19 13004 0 0 0 0 5 3 20 0 15 0 417263690 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759108220288 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2194] ppid=2129 vsize=10846996 memory=791748 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2194/stat : 2194 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263692 11107323904 198449 33554432000 4194304 4196468 140727874756864 139758974003536 139759806003099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2195] ppid=2129 vsize=10846996 memory=8500 CPUtime=4.44 cores=0,2,4,6
/proc/2132/task/2195/stat : 2195 (java) S 2129 2132 30988 0 -1 1077944384 36600 13004 0 0 430 6 5 3 20 0 15 0 417263692 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759331502448 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2197] ppid=2129 vsize=10846996 memory=793796 CPUtime=5.13 cores=0,2,4,6
/proc/2132/task/2197/stat : 2197 (java) S 2129 2132 30988 0 -1 1077944384 41677 13004 0 0 497 8 5 3 20 0 15 0 417263692 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759330449648 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2198] ppid=2129 vsize=10846996 memory=3484 CPUtime=4.95 cores=0,2,4,6
/proc/2132/task/2198/stat : 2198 (java) S 2129 2132 30988 0 -1 1077944384 32642 13004 0 0 481 6 5 3 20 0 15 0 417263692 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759329396848 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2199] ppid=2129 vsize=10846996 memory=3484 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2199/stat : 2199 (java) S 2129 2132 30988 0 -1 1077944384 3 13004 0 0 0 0 5 3 20 0 15 0 417263693 11107323904 198449 33554432000 4194304 4196468 140727874756864 139758034479328 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2200] ppid=2129 vsize=10846996 memory=17660 CPUtime=1.38 cores=0,2,4,6
/proc/2132/task/2200/stat : 2200 (java) S 2129 2132 30988 0 -1 1077944384 1333 13004 0 0 67 63 5 3 20 0 15 0 417263693 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759328345264 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
Current children cumulated CPU time: 2419.02 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 793796 KiB

[startup+2442.3 s]
/proc/loadavg: 1.15 1.32 1.40 2/210 2509
/proc/meminfo: memFree=30985392/32770624 swapFree=67009528/67108860
[pid=2132] ppid=2129 vsize=10846996 memory=793796 CPUtime=2479.87 cores=0,2,4,6
/proc/2132/stat : 2132 (java) S 2129 2132 30988 0 -1 1077944320 265285 13004 0 0 247699 280 5 3 20 0 15 0 417263678 11107323904 198449 33554432000 4194304 4196468 140727874756864 140727874739408 139759805984503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
/proc/2132/statm: 2711749 198449 3634 1 0 2673805 0
[pid=2132/tid=2186] ppid=2129 vsize=10846996 memory=8500 CPUtime=2424.9 cores=0,2,4,6
/proc/2132/task/2186/stat : 2186 (java) R 2129 2132 30988 0 -1 4202560 76136 13004 0 0 242445 37 5 3 20 0 15 0 417263687 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759777819392 139759787633588 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2187] ppid=2129 vsize=10846996 memory=793796 CPUtime=8.11 cores=0,2,4,6
/proc/2132/task/2187/stat : 2187 (java) S 2129 2132 30988 0 -1 1077944384 12078 13004 0 0 760 43 5 3 20 0 15 0 417263687 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759810226832 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2188] ppid=2129 vsize=10846996 memory=793796 CPUtime=8.13 cores=0,2,4,6
/proc/2132/task/2188/stat : 2188 (java) S 2129 2132 30988 0 -1 1077944384 14674 13004 0 0 762 43 5 3 20 0 15 0 417263687 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759714429456 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2189] ppid=2129 vsize=10846996 memory=793796 CPUtime=8.11 cores=0,2,4,6
/proc/2132/task/2189/stat : 2189 (java) S 2129 2132 30988 0 -1 1077944384 16535 13004 0 0 762 41 5 3 20 0 15 0 417263687 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759713376656 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2190] ppid=2129 vsize=10846996 memory=793796 CPUtime=8.14 cores=0,2,4,6
/proc/2132/task/2190/stat : 2190 (java) S 2129 2132 30988 0 -1 1077944384 15230 13004 0 0 763 43 5 3 20 0 15 0 417263687 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759377504528 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2191] ppid=2129 vsize=10846996 memory=793796 CPUtime=7.14 cores=0,2,4,6
/proc/2132/task/2191/stat : 2191 (java) S 2129 2132 30988 0 -1 1077944384 15794 13004 0 0 671 35 5 3 20 0 15 0 417263689 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759332555632 139759805995650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2192] ppid=2129 vsize=10846996 memory=793796 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2192/stat : 2192 (java) S 2129 2132 30988 0 -1 1077944384 21 13004 0 0 0 0 5 3 20 0 15 0 417263689 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759242438304 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2193] ppid=2129 vsize=10846996 memory=793796 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2193/stat : 2193 (java) S 2129 2132 30988 0 -1 1077944384 19 13004 0 0 0 0 5 3 20 0 15 0 417263690 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759108220288 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2194] ppid=2129 vsize=10846996 memory=793796 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2194/stat : 2194 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263692 11107323904 198449 33554432000 4194304 4196468 140727874756864 139758974003536 139759806003099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2195] ppid=2129 vsize=10846996 memory=793796 CPUtime=4.44 cores=0,2,4,6
/proc/2132/task/2195/stat : 2195 (java) S 2129 2132 30988 0 -1 1077944384 36605 13004 0 0 430 6 5 3 20 0 15 0 417263692 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759331502448 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2197] ppid=2129 vsize=10846996 memory=793796 CPUtime=5.13 cores=0,2,4,6
/proc/2132/task/2197/stat : 2197 (java) S 2129 2132 30988 0 -1 1077944384 41750 13004 0 0 497 8 5 3 20 0 15 0 417263692 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759330449648 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2198] ppid=2129 vsize=10846996 memory=793796 CPUtime=4.96 cores=0,2,4,6
/proc/2132/task/2198/stat : 2198 (java) S 2129 2132 30988 0 -1 1077944384 32864 13004 0 0 482 6 5 3 20 0 15 0 417263692 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759329396848 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2199] ppid=2129 vsize=10846996 memory=793796 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2199/stat : 2199 (java) S 2129 2132 30988 0 -1 1077944384 3 13004 0 0 0 0 5 3 20 0 15 0 417263693 11107323904 198449 33554432000 4194304 4196468 140727874756864 139758034479328 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2200] ppid=2129 vsize=10846996 memory=3978702887483343137 CPUtime=1.42 cores=0,2,4,6
/proc/2132/task/2200/stat : 2200 (java) S 2129 2132 30988 0 -1 1077944384 1364 13004 0 0 69 65 5 3 20 0 15 0 417263693 11107323904 198449 33554432000 4194304 4196468 140727874756864 139759328345264 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
Current children cumulated CPU time: 2479.87 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 793796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2481.9 s]
/proc/loadavg: 1.02 1.27 1.38 3/210 2511
/proc/meminfo: memFree=30983964/32770624 swapFree=67009528/67108860
[pid=2132] ppid=2129 vsize=10846996 memory=795844 CPUtime=2520.02 cores=0,2,4,6
/proc/2132/stat : 2132 (java) S 2129 2132 30988 0 -1 1077944320 265679 13004 0 0 251710 284 5 3 20 0 15 0 417263678 11107323904 198961 33554432000 4194304 4196468 140727874756864 140727874739408 139759805984503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
/proc/2132/statm: 2711749 198961 3634 1 0 2673805 0
[pid=2132/tid=2186] ppid=2129 vsize=10846996 memory=795844 CPUtime=2464.1 cores=0,2,4,6
/proc/2132/task/2186/stat : 2186 (java) R 2129 2132 30988 0 -1 4202560 76471 13004 0 0 246365 37 5 3 20 0 15 0 417263687 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759777819312 139759404961508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2187] ppid=2129 vsize=10846996 memory=793796 CPUtime=8.3 cores=0,2,4,6
/proc/2132/task/2187/stat : 2187 (java) S 2129 2132 30988 0 -1 1077944384 12078 13004 0 0 778 44 5 3 20 0 15 0 417263687 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759810226832 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2188] ppid=2129 vsize=10846996 memory=795844 CPUtime=8.32 cores=0,2,4,6
/proc/2132/task/2188/stat : 2188 (java) S 2129 2132 30988 0 -1 1077944384 14686 13004 0 0 781 43 5 3 20 0 15 0 417263687 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759714429456 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2189] ppid=2129 vsize=10846996 memory=795844 CPUtime=8.3 cores=0,2,4,6
/proc/2132/task/2189/stat : 2189 (java) S 2129 2132 30988 0 -1 1077944384 16541 13004 0 0 780 42 5 3 20 0 15 0 417263687 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759713376656 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2190] ppid=2129 vsize=10846996 memory=795844 CPUtime=8.34 cores=0,2,4,6
/proc/2132/task/2190/stat : 2190 (java) S 2129 2132 30988 0 -1 1077944384 15264 13004 0 0 782 44 5 3 20 0 15 0 417263687 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759377504528 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2191] ppid=2129 vsize=10846996 memory=795844 CPUtime=7.3 cores=0,2,4,6
/proc/2132/task/2191/stat : 2191 (java) S 2129 2132 30988 0 -1 1077944384 15799 13004 0 0 686 36 5 3 20 0 15 0 417263689 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759332555632 139759805995650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2192] ppid=2129 vsize=10846996 memory=1188 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2192/stat : 2192 (java) S 2129 2132 30988 0 -1 1077944384 21 13004 0 0 0 0 5 3 20 0 15 0 417263689 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759242438304 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2193] ppid=2129 vsize=10846996 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2193/stat : 2193 (java) S 2129 2132 30988 0 -1 1077944384 19 13004 0 0 0 0 5 3 20 0 15 0 417263690 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759108220288 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2194] ppid=2129 vsize=10846996 memory=795844 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2194/stat : 2194 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263692 11107323904 198961 33554432000 4194304 4196468 140727874756864 139758974003536 139759806003099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2195] ppid=2129 vsize=10846996 memory=3484 CPUtime=4.44 cores=0,2,4,6
/proc/2132/task/2195/stat : 2195 (java) S 2129 2132 30988 0 -1 1077944384 36605 13004 0 0 430 6 5 3 20 0 15 0 417263692 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759331502448 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2197] ppid=2129 vsize=10846996 memory=795844 CPUtime=5.13 cores=0,2,4,6
/proc/2132/task/2197/stat : 2197 (java) S 2129 2132 30988 0 -1 1077944384 41750 13004 0 0 497 8 5 3 20 0 15 0 417263692 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759330449648 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2198] ppid=2129 vsize=10846996 memory=795844 CPUtime=4.96 cores=0,2,4,6
/proc/2132/task/2198/stat : 2198 (java) S 2129 2132 30988 0 -1 1077944384 32864 13004 0 0 482 6 5 3 20 0 15 0 417263692 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759329396848 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2199] ppid=2129 vsize=10846996 memory=795844 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2199/stat : 2199 (java) S 2129 2132 30988 0 -1 1077944384 3 13004 0 0 0 0 5 3 20 0 15 0 417263693 11107323904 198961 33554432000 4194304 4196468 140727874756864 139758034479328 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2200] ppid=2129 vsize=10846996 memory=795844 CPUtime=1.44 cores=0,2,4,6
/proc/2132/task/2200/stat : 2200 (java) S 2129 2132 30988 0 -1 1077944384 1366 13004 0 0 70 66 5 3 20 0 15 0 417263693 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759328345264 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 795844 KiB

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

[startup+2481.95 s]
# the end of solver process 2132 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.2 s, system=2.8889 s

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

[startup+2481.9 s]
/proc/loadavg: 1.02 1.27 1.38 3/210 2511
/proc/meminfo: memFree=30983964/32770624 swapFree=67009528/67108860
[pid=2132] ppid=2129 vsize=10846996 memory=795844 CPUtime=2520.02 cores=0,2,4,6
/proc/2132/stat : 2132 (java) S 2129 2132 30988 0 -1 1077944320 265679 13004 0 0 251710 284 5 3 20 0 15 0 417263678 11107323904 198961 33554432000 4194304 4196468 140727874756864 140727874739408 139759805984503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
/proc/2132/statm: 2711749 198961 3634 1 0 2673805 0
[pid=2132/tid=2186] ppid=2129 vsize=10846996 memory=795844 CPUtime=2464.1 cores=0,2,4,6
/proc/2132/task/2186/stat : 2186 (java) R 2129 2132 30988 0 -1 4202560 76471 13004 0 0 246365 37 5 3 20 0 15 0 417263687 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759777819312 139759404961508 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2187] ppid=2129 vsize=10846996 memory=793796 CPUtime=8.3 cores=0,2,4,6
/proc/2132/task/2187/stat : 2187 (java) S 2129 2132 30988 0 -1 1077944384 12078 13004 0 0 778 44 5 3 20 0 15 0 417263687 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759810226832 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2188] ppid=2129 vsize=10846996 memory=795844 CPUtime=8.32 cores=0,2,4,6
/proc/2132/task/2188/stat : 2188 (java) S 2129 2132 30988 0 -1 1077944384 14686 13004 0 0 781 43 5 3 20 0 15 0 417263687 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759714429456 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2189] ppid=2129 vsize=10846996 memory=795844 CPUtime=8.3 cores=0,2,4,6
/proc/2132/task/2189/stat : 2189 (java) S 2129 2132 30988 0 -1 1077944384 16541 13004 0 0 780 42 5 3 20 0 15 0 417263687 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759713376656 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2190] ppid=2129 vsize=10846996 memory=795844 CPUtime=8.34 cores=0,2,4,6
/proc/2132/task/2190/stat : 2190 (java) S 2129 2132 30988 0 -1 1077944384 15264 13004 0 0 782 44 5 3 20 0 15 0 417263687 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759377504528 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2191] ppid=2129 vsize=10846996 memory=795844 CPUtime=7.3 cores=0,2,4,6
/proc/2132/task/2191/stat : 2191 (java) S 2129 2132 30988 0 -1 1077944384 15799 13004 0 0 686 36 5 3 20 0 15 0 417263689 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759332555632 139759805995650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2192] ppid=2129 vsize=10846996 memory=1188 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2192/stat : 2192 (java) S 2129 2132 30988 0 -1 1077944384 21 13004 0 0 0 0 5 3 20 0 15 0 417263689 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759242438304 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2193] ppid=2129 vsize=10846996 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2193/stat : 2193 (java) S 2129 2132 30988 0 -1 1077944384 19 13004 0 0 0 0 5 3 20 0 15 0 417263690 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759108220288 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2194] ppid=2129 vsize=10846996 memory=795844 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2194/stat : 2194 (java) S 2129 2132 30988 0 -1 1077944384 2 13004 0 0 0 0 5 3 20 0 15 0 417263692 11107323904 198961 33554432000 4194304 4196468 140727874756864 139758974003536 139759806003099 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2195] ppid=2129 vsize=10846996 memory=3484 CPUtime=4.44 cores=0,2,4,6
/proc/2132/task/2195/stat : 2195 (java) S 2129 2132 30988 0 -1 1077944384 36605 13004 0 0 430 6 5 3 20 0 15 0 417263692 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759331502448 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2197] ppid=2129 vsize=10846996 memory=795844 CPUtime=5.13 cores=0,2,4,6
/proc/2132/task/2197/stat : 2197 (java) S 2129 2132 30988 0 -1 1077944384 41750 13004 0 0 497 8 5 3 20 0 15 0 417263692 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759330449648 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2198] ppid=2129 vsize=10846996 memory=795844 CPUtime=4.96 cores=0,2,4,6
/proc/2132/task/2198/stat : 2198 (java) S 2129 2132 30988 0 -1 1077944384 32864 13004 0 0 482 6 5 3 20 0 15 0 417263692 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759329396848 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2199] ppid=2129 vsize=10846996 memory=795844 CPUtime=0.08 cores=0,2,4,6
/proc/2132/task/2199/stat : 2199 (java) S 2129 2132 30988 0 -1 1077944384 3 13004 0 0 0 0 5 3 20 0 15 0 417263693 11107323904 198961 33554432000 4194304 4196468 140727874756864 139758034479328 139759805994709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
[pid=2132/tid=2200] ppid=2129 vsize=10846996 memory=795844 CPUtime=1.44 cores=0,2,4,6
/proc/2132/task/2200/stat : 2200 (java) S 2129 2132 30988 0 -1 1077944384 1366 13004 0 0 70 66 5 3 20 0 15 0 417263693 11107323904 198961 33554432000 4194304 4196468 140727874756864 139759328345264 139759805995650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38920192 140727874763503 140727874766021 140727874766021 140727874768847 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10846996 KiB
Current children cumulated memory: 795844 KiB

Child status: 143
Real time (s): 2481.95
CPU time (s): 2520.09
CPU user time (s): 2517.2
CPU system time (s): 2.8889
CPU usage (%): 101.537
Max. virtual memory (cumulated for all children) (KiB): 10846996
Max. memory (cumulated for all children) (KiB): 795844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.2
system time used= 2.8889
maximum resident set size= 799964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279512
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 228136
involuntary context switches= 7212


# summary of solver processes directly reported to runsolver:
#   pid: 2132
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2517.2
#   total CPU system time (s): 2.8889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2446 second user time and 23.3751 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-14 00:22:40
IDJOB=4395987
IDBENCH=141696
IDSOLVER=2846
FILE ID=node132/4395987-1568413409
RUNJOBID= node132-1568398330-31019
PBS_JOBID= 21701871
Free space on /tmp= 61588 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP19/hcp/graph171.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395987-1568413409/watcher-4395987-1568413409 -o /tmp/evaluation-result-4395987-1568413409/solver-4395987-1568413409 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568398330-31019 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2076154603 HOME/instance-4395987-1568413409.xml

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

MD5SUM BENCH= 889399dd2d9405aab831b2de91bd17ad
RANDOM SEED=2076154603

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31043652 kB
MemAvailable:   31228396 kB
Buffers:           53536 kB
Cached:           411012 kB
SwapCached:         6232 kB
Active:          1047420 kB
Inactive:         117516 kB
Active(anon):     697260 kB
Inactive(anon):    31176 kB
Active(file):     350160 kB
Inactive(file):    86340 kB
Unevictable:      109592 kB
Mlocked:          109592 kB
SwapTotal:      67108860 kB
SwapFree:       67009508 kB
Dirty:             35616 kB
Writeback:             0 kB
AnonPages:        806104 kB
Mapped:            45296 kB
Shmem:             19356 kB
Slab:             157304 kB
SReclaimable:     128156 kB
SUnreclaim:        29148 kB
KernelStack:        3792 kB
PageTables:         7212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1973144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61588 MiB
End job on node132 at 2019-09-14 01:04:02