Trace number 4402718

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.3? (TO) 2520.08 2480.44

General information on the benchmark

NamePrimes/
Primes-m1-p15/Primes-15-40-3-5.xml
MD5SUM25f96b3bf5c8370c442a7a32cdfe0f98
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 benchmark208.669
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Number of domains1
Minimum domain size46
Maximum domain size46
Distribution of domain sizes[{"size":46,"count":91}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":9},{"degree":1,"count":19},{"degree":2,"count":29},{"degree":3,"count":25},{"degree":4,"count":15},{"degree":6,"count":3}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":3},{"arity":4,"count":8},{"arity":5,"count":9},{"arity":6,"count":5},{"arity":7,"count":6},{"arity":8,"count":9}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":40}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.65	c Concrete v3.12.3.1568965526260 running
2520.02/2480.41	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2480.41		at concrete.MAC.mac(MAC.scala:192)
2520.02/2480.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2480.41		at scala.util.Try$.apply(Try.scala:210)
2520.02/2480.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2480.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2480.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2480.41		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2480.41		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2480.41		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:350)
2520.02/2480.41		at concrete.ProblemState.map(ProblemState.scala:238)
2520.02/2480.41		at concrete.ProblemState.map(ProblemState.scala:212)
2520.02/2480.41		at concrete.MAC.nextSolution(MAC.scala:348)
2520.02/2480.41		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2480.41		at scala.collection.Iterator.nextOption(Iterator.scala:102)
2520.02/2480.41		at scala.collection.Iterator.nextOption$(Iterator.scala:102)
2520.02/2480.41		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2480.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:78)
2520.02/2480.41		at scala.util.Success.map(Try.scala:262)
2520.02/2480.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2480.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2480.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2480.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2480.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2480.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2480.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2480.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2480.41		at scala.App.$anonfun$main$1(App.scala:73)
2520.02/2480.41		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.02/2480.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.02/2480.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.02/2480.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.02/2480.41		at scala.App.main(App.scala:73)
2520.02/2480.41		at scala.App.main$(App.scala:71)
2520.02/2480.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2480.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2480.41	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 (2563 MiB free)
  memory of node 1: 16384 MiB (3480 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402718-1568978232/watcher-4402718-1568978232 -o /var/tmp/evaluation-result-4402718-1568978232/solver-4402718-1568978232 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16260 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4402718-1568978232.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=19326, runsolver pid=19323

[startup+0.100153 s]*
/proc/loadavg: 1.63 1.39 1.40 2/217 19356
/proc/meminfo: memFree=6189152/32770624 swapFree=66992980/67108860
[pid=19326] ppid=19323 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/19326/stat : 19326 (bash) S 19323 19326 16228 0 -1 4202496 887 5673 0 0 0 0 0 1 20 0 1 0 474091051 115974144 403 33554432000 4194304 5098028 140728303029568 140728303023576 140469784878080 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 38936576 140728303031296 140728303031425 140728303031425 140728303034350 0
/proc/19326/statm: 28314 403 320 221 0 119 0
[pid=19353] ppid=19326 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/19353/stat : 19353 (bash) S 19326 19326 16228 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 474091053 115974144 177 33554432000 4194304 5098028 140728303029568 140728303022248 140469784703612 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 38936576 140728303031296 140728303031425 140728303031425 140728303034350 0
/proc/19353/statm: 28314 177 94 221 0 119 0
[pid=19354] ppid=19353 vsize=109408 memory=5328 CPUtime=0 cores=1,3,5,7
/proc/19354/stat : 19354 (java) S 19353 19326 16228 0 -1 1077944320 1611 0 0 0 0 0 0 0 20 0 2 0 474091053 112033792 1332 33554432000 4194304 4196468 140729498922768 140729498905312 140000314654455 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16723968 140729498928252 140729498928266 140729498928266 140729498931151 0
/proc/19354/statm: 27352 1332 1002 1 0 16810 0
[pid=19354/tid=19356] ppid=19353 vsize=109408 memory=576460756329985062 CPUtime=0 cores=1,3,5,7
/proc/19354/task/19356/stat : 19356 (java) D 19353 19326 16228 0 -1 4202560 329 0 0 0 0 0 0 0 20 0 2 0 474091054 112033792 1332 33554432000 4194304 4196468 140729498922768 140000318896560 140000314676285 0 0 0 16784584 18446744072100592773 0 0 -1 1 0 0 0 0 0 6293624 6294260 16723968 140729498928252 140729498928266 140729498928266 140729498931151 0
[pid=19355] ppid=19353 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/19355/stat : 19355 (awk) S 19353 19326 16228 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 474091053 116211712 243 33554432000 4194304 4609284 140722017620288 140722017619464 140461476064256 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 28483584 140722017625260 140722017625290 140722017625290 140722017628143 0
/proc/19355/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 449408 KiB
Current children cumulated memory: 8620 KiB

[startup+0.210001 s]*
/proc/loadavg: 1.63 1.39 1.40 3/219 19384
/proc/meminfo: memFree=6182180/32770624 swapFree=66992980/67108860
[pid=19326] ppid=19323 vsize=10355560 memory=22684 CPUtime=0.1 cores=1,3,5,7
/proc/19326/stat : 19326 (java) S 19323 19326 16228 0 -1 1077944320 4938 13238 0 0 2 0 5 3 20 0 9 0 474091051 10604093440 5671 33554432000 4194304 4196468 140730155956736 140730155939280 140324247990007 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
/proc/19326/statm: 2588890 5671 2103 1 0 2551431 0
[pid=19326/tid=19379] ppid=19323 vsize=10355560 memory=7022364594140610616 CPUtime=0.1 cores=1,3,5,7
/proc/19326/task/19379/stat : 19379 (java) R 19323 19326 16228 0 -1 4202560 2725 13238 0 0 2 0 5 3 20 0 9 0 474091070 10604093440 5736 33554432000 4194304 4196468 140730155956736 140324219826032 140324234083168 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19380] ppid=19323 vsize=10355560 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19380/stat : 19380 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 9 0 474091071 10604093440 5736 33554432000 4194304 4196468 140730155956736 140324252232080 140324248000213 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19381] ppid=19323 vsize=10355560 memory=140303475924875 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19381/stat : 19381 (java) S 19323 19326 16228 0 -1 1077944384 2 13238 0 0 0 0 5 3 20 0 9 0 474091071 10604093440 5736 33554432000 4194304 4196468 140730155956736 140324167051536 140324248000213 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19382] ppid=19323 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19382/stat : 19382 (java) S 19323 19326 16228 0 -1 1077944384 1 13238 0 0 0 0 5 3 20 0 9 0 474091071 10604093440 5736 33554432000 4194304 4196468 140730155956736 140324165999248 140324248000213 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19383] ppid=19323 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19383/stat : 19383 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 9 0 474091071 10604093440 5736 33554432000 4194304 4196468 140730155956736 140323819543056 140324248000213 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19384] ppid=19323 vsize=10355560 memory=140303475906176 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19384/stat : 19384 (java) S 19323 19326 16228 0 -1 1077944384 2 13238 0 0 0 0 5 3 20 0 9 0 474091072 10604093440 5736 33554432000 4194304 4196468 140730155956736 140323774593648 140324248001154 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19385] ppid=19323 vsize=10355560 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19385/stat : 19385 (java) S 19323 19326 16228 0 -1 1077944384 13 13238 0 0 0 0 5 3 20 0 9 0 474091073 10604093440 5736 33554432000 4194304 4196468 140730155956736 140323695093024 140324248000213 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19386] ppid=19323 vsize=10355560 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19386/stat : 19386 (java) S 19323 19326 16228 0 -1 1077944384 1 13238 0 0 0 0 5 3 20 0 9 0 474091073 10604093440 5736 33554432000 4194304 4196468 140730155956736 140323091113648 140324248000213 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 22684 KiB

[startup+0.312479 s]*
/proc/loadavg: 1.63 1.39 1.40 5/227 19392
/proc/meminfo: memFree=6164672/32770624 swapFree=66992980/67108860
[pid=19326] ppid=19323 vsize=10820196 memory=42928 CPUtime=0.27 cores=1,3,5,7
/proc/19326/stat : 19326 (java) S 19323 19326 16228 0 -1 1077944320 7521 13238 0 0 18 1 5 3 20 0 15 0 474091051 11079880704 10732 33554432000 4194304 4196468 140730155956736 140730155939280 140324247990007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
/proc/19326/statm: 2705049 10732 3303 1 0 2667149 0
[pid=19326/tid=19379] ppid=19323 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/19326/task/19379/stat : 19379 (java) R 19323 19326 16228 0 -1 4202560 4011 13238 0 0 11 0 5 3 20 0 15 0 474091070 11079880704 10732 33554432000 4194304 4196468 140730155956736 140324219804192 140324248011933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19380] ppid=19323 vsize=10820196 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19380/stat : 19380 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091071 11079880704 10732 33554432000 4194304 4196468 140730155956736 140324252232080 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19381] ppid=19323 vsize=10820196 memory=140303475924875 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19381/stat : 19381 (java) S 19323 19326 16228 0 -1 1077944384 2 13238 0 0 0 0 5 3 20 0 15 0 474091071 11079880704 10732 33554432000 4194304 4196468 140730155956736 140324167051536 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19382] ppid=19323 vsize=10820196 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19382/stat : 19382 (java) S 19323 19326 16228 0 -1 1077944384 1 13238 0 0 0 0 5 3 20 0 15 0 474091071 11079880704 10732 33554432000 4194304 4196468 140730155956736 140324165999248 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19383] ppid=19323 vsize=10820196 memory=3472328279047811119 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19383/stat : 19383 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091071 11079880704 10732 33554432000 4194304 4196468 140730155956736 140323819543056 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19384] ppid=19323 vsize=10820196 memory=7166609172286868216 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19384/stat : 19384 (java) S 19323 19326 16228 0 -1 1077944384 2 13238 0 0 0 0 5 3 20 0 15 0 474091072 11079880704 10732 33554432000 4194304 4196468 140730155956736 140323774593648 140324248001154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19385] ppid=19323 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19385/stat : 19385 (java) S 19323 19326 16228 0 -1 1077944384 13 13238 0 0 0 0 5 3 20 0 15 0 474091073 11079880704 10732 33554432000 4194304 4196468 140730155956736 140323695093024 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19386] ppid=19323 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19386/stat : 19386 (java) S 19323 19326 16228 0 -1 1077944384 1 13238 0 0 0 0 5 3 20 0 15 0 474091073 11079880704 10732 33554432000 4194304 4196468 140730155956736 140323091113584 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19387] ppid=19323 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19387/stat : 19387 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11079880704 10732 33554432000 4194304 4196468 140730155956736 140322783713872 140324248008603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19388] ppid=19323 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19326/task/19388/stat : 19388 (java) S 19323 19326 16228 0 -1 1077944384 509 13238 0 0 1 0 5 3 20 0 15 0 474091076 11079880704 10732 33554432000 4194304 4196468 140730155956736 140323773540464 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19389] ppid=19323 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/19326/task/19389/stat : 19389 (java) S 19323 19326 16228 0 -1 1077944384 167 13238 0 0 1 0 5 3 20 0 15 0 474091076 11079880704 10732 33554432000 4194304 4196468 140730155956736 140323772487664 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19390] ppid=19323 vsize=10820196 memory=140303475906176 CPUtime=0.11 cores=1,3,5,7
/proc/19326/task/19390/stat : 19390 (java) S 19323 19326 16228 0 -1 1077944384 600 13238 0 0 3 0 5 3 20 0 15 0 474091076 11079880704 10732 33554432000 4194304 4196468 140730155956736 140323771435376 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19391] ppid=19323 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19391/stat : 19391 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11079880704 10732 33554432000 4194304 4196468 140730155956736 140322750155232 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19392] ppid=19323 vsize=10820196 memory=140303475906176 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19392/stat : 19392 (java) S 19323 19326 16228 0 -1 1077944384 1 13238 0 0 0 0 5 3 20 0 15 0 474091076 11079880704 10732 33554432000 4194304 4196468 140730155956736 140323770383280 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42928 KiB

[startup+0.700748 s]
/proc/loadavg: 1.63 1.39 1.40 3/227 19392
/proc/meminfo: memFree=6156048/32770624 swapFree=66992980/67108860
[pid=19326] ppid=19323 vsize=10822316 memory=74616 CPUtime=0.93 cores=1,3,5,7
/proc/19326/stat : 19326 (java) S 19323 19326 16228 0 -1 1077944320 14443 13238 0 0 80 5 5 3 20 0 15 0 474091051 11082051584 18654 33554432000 4194304 4196468 140730155956736 140730155939280 140324247990007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
/proc/19326/statm: 2705579 18654 3493 1 0 2667661 0
[pid=19326/tid=19379] ppid=19323 vsize=10822316 memory=3620 CPUtime=0.57 cores=1,3,5,7
/proc/19326/task/19379/stat : 19379 (java) R 19323 19326 16228 0 -1 4202560 9858 13238 0 0 46 3 5 3 20 0 15 0 474091070 11082051584 18654 33554432000 4194304 4196468 140730155956736 140324219824192 140324248011354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19380] ppid=19323 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19380/stat : 19380 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091071 11082051584 18654 33554432000 4194304 4196468 140730155956736 140324252232080 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19381] ppid=19323 vsize=10822316 memory=140303361125856 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19381/stat : 19381 (java) S 19323 19326 16228 0 -1 1077944384 2 13238 0 0 0 0 5 3 20 0 15 0 474091071 11082051584 18654 33554432000 4194304 4196468 140730155956736 140324167051536 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19382] ppid=19323 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19382/stat : 19382 (java) S 19323 19326 16228 0 -1 1077944384 1 13238 0 0 0 0 5 3 20 0 15 0 474091071 11082051584 18654 33554432000 4194304 4196468 140730155956736 140324165999248 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19383] ppid=19323 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19383/stat : 19383 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091071 11082051584 18654 33554432000 4194304 4196468 140730155956736 140323819543056 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19384] ppid=19323 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19384/stat : 19384 (java) S 19323 19326 16228 0 -1 1077944384 5 13238 0 0 0 0 5 3 20 0 15 0 474091072 11082051584 18654 33554432000 4194304 4196468 140730155956736 140323774593648 140324248001154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19385] ppid=19323 vsize=10822316 memory=7809523229951467574 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19385/stat : 19385 (java) S 19323 19326 16228 0 -1 1077944384 13 13238 0 0 0 0 5 3 20 0 15 0 474091073 11082051584 18654 33554432000 4194304 4196468 140730155956736 140323695093024 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19386] ppid=19323 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19386/stat : 19386 (java) S 19323 19326 16228 0 -1 1077944384 1 13238 0 0 0 0 5 3 20 0 15 0 474091073 11082051584 18654 33554432000 4194304 4196468 140730155956736 140323091113584 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19387] ppid=19323 vsize=10822316 memory=-1088251628401078322 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19387/stat : 19387 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11082051584 18654 33554432000 4194304 4196468 140730155956736 140322783713872 140324248008603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19388] ppid=19323 vsize=10822316 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/19326/task/19388/stat : 19388 (java) S 19323 19326 16228 0 -1 1077944384 924 13238 0 0 7 0 5 3 20 0 15 0 474091076 11082051584 18654 33554432000 4194304 4196468 140730155956736 140323773540464 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19389] ppid=19323 vsize=10822316 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/19326/task/19389/stat : 19389 (java) S 19323 19326 16228 0 -1 1077944384 708 13238 0 0 10 0 5 3 20 0 15 0 474091076 11082051584 18654 33554432000 4194304 4196468 140730155956736 140323772487664 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19390] ppid=19323 vsize=10822316 memory=33 CPUtime=0.22 cores=1,3,5,7
/proc/19326/task/19390/stat : 19390 (java) R 19323 19326 16228 0 -1 1077944384 717 13238 0 0 14 0 5 3 20 0 15 0 474091076 11082051584 18654 33554432000 4194304 4196468 140730155956736 140323771435376 140324248001154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19391] ppid=19323 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19391/stat : 19391 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11082051584 18654 33554432000 4194304 4196468 140730155956736 140322750155232 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19392] ppid=19323 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19392/stat : 19392 (java) S 19323 19326 16228 0 -1 1077944384 1 13238 0 0 0 0 5 3 20 0 15 0 474091076 11082051584 18654 33554432000 4194304 4196468 140730155956736 140323770383280 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 74616 KiB

[startup+1.50074 s]
/proc/loadavg: 1.63 1.39 1.40 3/227 19392
/proc/meminfo: memFree=6114336/32770624 swapFree=66992980/67108860
[pid=19326] ppid=19323 vsize=10834680 memory=168240 CPUtime=2.29 cores=1,3,5,7
/proc/19326/stat : 19326 (java) S 19323 19326 16228 0 -1 1077944320 21853 13238 0 0 211 10 5 3 20 0 15 0 474091051 11094712320 42060 33554432000 4194304 4196468 140730155956736 140730155939280 140324247990007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
/proc/19326/statm: 2708670 42060 3582 1 0 2670733 0
[pid=19326/tid=19379] ppid=19323 vsize=10834680 memory=56 CPUtime=1.34 cores=1,3,5,7
/proc/19326/task/19379/stat : 19379 (java) R 19323 19326 16228 0 -1 4202560 15112 13238 0 0 121 5 5 3 20 0 15 0 474091070 11094712320 42060 33554432000 4194304 4196468 140730155956736 140324219807376 140324248001942 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19380] ppid=19323 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19326/task/19380/stat : 19380 (java) S 19323 19326 16228 0 -1 1077944384 75 13238 0 0 1 0 5 3 20 0 15 0 474091071 11094712320 42060 33554432000 4194304 4196468 140730155956736 140324252232080 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19381] ppid=19323 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19381/stat : 19381 (java) S 19323 19326 16228 0 -1 1077944384 398 13238 0 0 0 0 5 3 20 0 15 0 474091071 11094712320 42060 33554432000 4194304 4196468 140730155956736 140324167051536 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19382] ppid=19323 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19326/task/19382/stat : 19382 (java) S 19323 19326 16228 0 -1 1077944384 26 13238 0 0 1 0 5 3 20 0 15 0 474091071 11094712320 42060 33554432000 4194304 4196468 140730155956736 140324165999248 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19383] ppid=19323 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19383/stat : 19383 (java) S 19323 19326 16228 0 -1 1077944384 61 13238 0 0 0 0 5 3 20 0 15 0 474091071 11094712320 42060 33554432000 4194304 4196468 140730155956736 140323819543056 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19384] ppid=19323 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/19326/task/19384/stat : 19384 (java) S 19323 19326 16228 0 -1 1077944384 165 13238 0 0 1 0 5 3 20 0 15 0 474091072 11094712320 42060 33554432000 4194304 4196468 140730155956736 140323774593648 140324248001154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19385] ppid=19323 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19385/stat : 19385 (java) S 19323 19326 16228 0 -1 1077944384 14 13238 0 0 0 0 5 3 20 0 15 0 474091073 11094712320 42060 33554432000 4194304 4196468 140730155956736 140323695093088 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19386] ppid=19323 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19386/stat : 19386 (java) S 19323 19326 16228 0 -1 1077944384 2 13238 0 0 0 0 5 3 20 0 15 0 474091073 11094712320 42060 33554432000 4194304 4196468 140730155956736 140323091113600 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19387] ppid=19323 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19387/stat : 19387 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11094712320 42060 33554432000 4194304 4196468 140730155956736 140322783713872 140324248008603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19388] ppid=19323 vsize=10834680 memory=0 CPUtime=0.29 cores=1,3,5,7
/proc/19326/task/19388/stat : 19388 (java) S 19323 19326 16228 0 -1 1077944384 1267 13238 0 0 21 0 5 3 20 0 15 0 474091076 11094712320 42060 33554432000 4194304 4196468 140730155956736 140323773540464 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19389] ppid=19323 vsize=10834680 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/19326/task/19389/stat : 19389 (java) S 19323 19326 16228 0 -1 1077944384 941 13238 0 0 27 0 5 3 20 0 15 0 474091076 11094712320 42060 33554432000 4194304 4196468 140730155956736 140323772487664 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19390] ppid=19323 vsize=10834680 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/19326/task/19390/stat : 19390 (java) R 19323 19326 16228 0 -1 4202560 1583 13238 0 0 34 0 5 3 20 0 15 0 474091076 11094712320 42060 33554432000 4194304 4196468 140730155956736 140323771435472 140324248001942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19391] ppid=19323 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19391/stat : 19391 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11094712320 42060 33554432000 4194304 4196468 140730155956736 140322750155232 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19392] ppid=19323 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19392/stat : 19392 (java) S 19323 19326 16228 0 -1 1077944384 1 13238 0 0 0 0 5 3 20 0 15 0 474091076 11094712320 42060 33554432000 4194304 4196468 140730155956736 140323770383280 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 168240 KiB

[startup+3.11066 s]
/proc/loadavg: 1.74 1.42 1.41 5/227 19392
/proc/meminfo: memFree=5978104/32770624 swapFree=66992980/67108860
[pid=19326] ppid=19323 vsize=10847168 memory=252220 CPUtime=6.13 cores=1,3,5,7
/proc/19326/stat : 19326 (java) S 19323 19326 16228 0 -1 1077944320 38965 13238 0 0 588 17 5 3 20 0 15 0 474091051 11107500032 63055 33554432000 4194304 4196468 140730155956736 140730155939280 140324247990007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
/proc/19326/statm: 2711792 63055 3607 1 0 2673850 0
[pid=19326/tid=19379] ppid=19323 vsize=10847168 memory=0 CPUtime=2.91 cores=1,3,5,7
/proc/19326/task/19379/stat : 19379 (java) R 19323 19326 16228 0 -1 4202560 20223 13238 0 0 276 7 5 3 20 0 15 0 474091070 11107500032 63055 33554432000 4194304 4196468 140730155956736 140324219821872 140323856112911 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19380] ppid=19323 vsize=10847168 memory=-7745171288847258737 CPUtime=0.1 cores=1,3,5,7

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

/proc/19326/task/19379/stat : 19379 (java) R 19323 19326 16228 0 -1 4202560 57367 13238 0 0 229473 49 5 3 20 0 15 0 474091070 11105218560 232204 33554432000 4194304 4196468 140730155956736 140324219825360 140323856536031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19380] ppid=19323 vsize=10844940 memory=928816 CPUtime=11.62 cores=1,3,5,7
/proc/19326/task/19380/stat : 19380 (java) S 19323 19326 16228 0 -1 1077944384 7832 13238 0 0 1096 58 5 3 20 0 15 0 474091071 11105218560 232204 33554432000 4194304 4196468 140730155956736 140324252232080 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19381] ppid=19323 vsize=10844940 memory=928816 CPUtime=11.65 cores=1,3,5,7
/proc/19326/task/19381/stat : 19381 (java) S 19323 19326 16228 0 -1 1077944384 8048 13238 0 0 1093 64 5 3 20 0 15 0 474091071 11105218560 232204 33554432000 4194304 4196468 140730155956736 140324167051536 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19382] ppid=19323 vsize=10844940 memory=928816 CPUtime=11.59 cores=1,3,5,7
/proc/19326/task/19382/stat : 19382 (java) S 19323 19326 16228 0 -1 1077944384 10318 13238 0 0 1091 60 5 3 20 0 15 0 474091071 11105218560 232204 33554432000 4194304 4196468 140730155956736 140324165999248 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19383] ppid=19323 vsize=10844940 memory=161 CPUtime=11.65 cores=1,3,5,7
/proc/19326/task/19383/stat : 19383 (java) S 19323 19326 16228 0 -1 1077944384 10295 13238 0 0 1097 60 5 3 20 0 15 0 474091071 11105218560 232204 33554432000 4194304 4196468 140730155956736 140323819543056 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19384] ppid=19323 vsize=10844940 memory=928816 CPUtime=11.88 cores=1,3,5,7
/proc/19326/task/19384/stat : 19384 (java) S 19323 19326 16228 0 -1 1077944384 11302 13238 0 0 1119 61 5 3 20 0 15 0 474091072 11105218560 232204 33554432000 4194304 4196468 140730155956736 140323774593648 140324248001154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19385] ppid=19323 vsize=10844940 memory=952 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19385/stat : 19385 (java) S 19323 19326 16228 0 -1 1077944384 14 13238 0 0 0 0 5 3 20 0 15 0 474091073 11105218560 232204 33554432000 4194304 4196468 140730155956736 140323695093152 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19386] ppid=19323 vsize=10844940 memory=928816 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19386/stat : 19386 (java) S 19323 19326 16228 0 -1 1077944384 2 13238 0 0 0 0 5 3 20 0 15 0 474091073 11105218560 232204 33554432000 4194304 4196468 140730155956736 140323091113600 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19387] ppid=19323 vsize=10844940 memory=928816 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19387/stat : 19387 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11105218560 232204 33554432000 4194304 4196468 140730155956736 140322783713872 140324248008603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19388] ppid=19323 vsize=10844940 memory=928816 CPUtime=1.94 cores=1,3,5,7
/proc/19326/task/19388/stat : 19388 (java) S 19323 19326 16228 0 -1 1077944384 11105 13238 0 0 184 2 5 3 20 0 15 0 474091076 11105218560 232204 33554432000 4194304 4196468 140730155956736 140323773540464 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19389] ppid=19323 vsize=10844940 memory=928816 CPUtime=1.69 cores=1,3,5,7
/proc/19326/task/19389/stat : 19389 (java) S 19323 19326 16228 0 -1 1077944384 6898 13238 0 0 159 2 5 3 20 0 15 0 474091076 11105218560 232204 33554432000 4194304 4196468 140730155956736 140323772487664 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19390] ppid=19323 vsize=10844940 memory=2004 CPUtime=1.28 cores=1,3,5,7
/proc/19326/task/19390/stat : 19390 (java) S 19323 19326 16228 0 -1 1077944384 7768 13238 0 0 117 3 5 3 20 0 15 0 474091076 11105218560 232204 33554432000 4194304 4196468 140730155956736 140323771435376 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19391] ppid=19323 vsize=10844940 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19391/stat : 19391 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11105218560 232204 33554432000 4194304 4196468 140730155956736 140322750155232 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19392] ppid=19323 vsize=10844940 memory=3272 CPUtime=1.47 cores=1,3,5,7
/proc/19326/task/19392/stat : 19392 (java) S 19323 19326 16228 0 -1 1077944384 1146 13238 0 0 61 78 5 3 20 0 15 0 474091076 11105218560 232204 33554432000 4194304 4196468 140730155956736 140323770383280 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
Current children cumulated CPU time: 2359.44 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 928816 KiB

[startup+2382.3 s]
/proc/loadavg: 1.36 1.36 1.39 3/227 19738
/proc/meminfo: memFree=4854000/32770624 swapFree=66993008/67108860
[pid=19326] ppid=19323 vsize=10844940 memory=930864 CPUtime=2420.4 cores=1,3,5,7
/proc/19326/stat : 19326 (java) S 19323 19326 16228 0 -1 1077944320 135579 13238 0 0 241659 373 5 3 20 0 15 0 474091051 11105218560 232716 33554432000 4194304 4196468 140730155956736 140730155939280 140324247990007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
/proc/19326/statm: 2711235 232716 3620 1 0 2673293 0
[pid=19326/tid=19379] ppid=19323 vsize=10844940 memory=2004 CPUtime=2354.61 cores=1,3,5,7
/proc/19326/task/19379/stat : 19379 (java) R 19323 19326 16228 0 -1 4202560 58143 13238 0 0 235402 51 5 3 20 0 15 0 474091070 11105218560 232716 33554432000 4194304 4196468 140730155956736 140324219825824 140323856830722 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19380] ppid=19323 vsize=10844940 memory=930864 CPUtime=11.95 cores=1,3,5,7
/proc/19326/task/19380/stat : 19380 (java) S 19323 19326 16228 0 -1 1077944384 7911 13238 0 0 1127 60 5 3 20 0 15 0 474091071 11105218560 232716 33554432000 4194304 4196468 140730155956736 140324252232080 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19381] ppid=19323 vsize=10844940 memory=928816 CPUtime=11.97 cores=1,3,5,7
/proc/19326/task/19381/stat : 19381 (java) S 19323 19326 16228 0 -1 1077944384 8086 13238 0 0 1124 65 5 3 20 0 15 0 474091071 11105218560 232716 33554432000 4194304 4196468 140730155956736 140324167051536 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19382] ppid=19323 vsize=10844940 memory=928816 CPUtime=11.91 cores=1,3,5,7
/proc/19326/task/19382/stat : 19382 (java) S 19323 19326 16228 0 -1 1077944384 10469 13238 0 0 1121 62 5 3 20 0 15 0 474091071 11105218560 232716 33554432000 4194304 4196468 140730155956736 140324165999248 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19383] ppid=19323 vsize=10844940 memory=928816 CPUtime=11.97 cores=1,3,5,7
/proc/19326/task/19383/stat : 19383 (java) S 19323 19326 16228 0 -1 1077944384 10345 13238 0 0 1128 61 5 3 20 0 15 0 474091071 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323819543056 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19384] ppid=19323 vsize=10844940 memory=928816 CPUtime=12.19 cores=1,3,5,7
/proc/19326/task/19384/stat : 19384 (java) S 19323 19326 16228 0 -1 1077944384 11461 13238 0 0 1149 62 5 3 20 0 15 0 474091072 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323774593648 140324248001154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19385] ppid=19323 vsize=10844940 memory=928816 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19385/stat : 19385 (java) S 19323 19326 16228 0 -1 1077944384 14 13238 0 0 0 0 5 3 20 0 15 0 474091073 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323695093152 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19386] ppid=19323 vsize=10844940 memory=930864 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19386/stat : 19386 (java) S 19323 19326 16228 0 -1 1077944384 2 13238 0 0 0 0 5 3 20 0 15 0 474091073 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323091113600 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19387] ppid=19323 vsize=10844940 memory=930864 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19387/stat : 19387 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140322783713872 140324248008603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19388] ppid=19323 vsize=10844940 memory=930864 CPUtime=1.94 cores=1,3,5,7
/proc/19326/task/19388/stat : 19388 (java) S 19323 19326 16228 0 -1 1077944384 11107 13238 0 0 184 2 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323773540464 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19389] ppid=19323 vsize=10844940 memory=930864 CPUtime=1.69 cores=1,3,5,7
/proc/19326/task/19389/stat : 19389 (java) S 19323 19326 16228 0 -1 1077944384 6900 13238 0 0 159 2 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323772487664 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19390] ppid=19323 vsize=10844940 memory=3620 CPUtime=1.28 cores=1,3,5,7
/proc/19326/task/19390/stat : 19390 (java) S 19323 19326 16228 0 -1 1077944384 7770 13238 0 0 117 3 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323771435376 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19391] ppid=19323 vsize=10844940 memory=2672 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19391/stat : 19391 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140322750155232 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19392] ppid=19323 vsize=10844940 memory=1440 CPUtime=1.51 cores=1,3,5,7
/proc/19326/task/19392/stat : 19392 (java) S 19323 19326 16228 0 -1 1077944384 1163 13238 0 0 63 80 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323770383280 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
Current children cumulated CPU time: 2420.4 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 930864 KiB

[startup+2442.3 s]
/proc/loadavg: 1.25 1.34 1.38 3/227 19742
/proc/meminfo: memFree=4853180/32770624 swapFree=66993008/67108860
[pid=19326] ppid=19323 vsize=10844940 memory=930864 CPUtime=2481.32 cores=1,3,5,7
/proc/19326/stat : 19326 (java) S 19323 19326 16228 0 -1 1077944320 137063 13238 0 0 247742 382 5 3 20 0 15 0 474091051 11105218560 232716 33554432000 4194304 4196468 140730155956736 140730155939280 140324247990007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
/proc/19326/statm: 2711235 232716 3620 1 0 2673293 0
[pid=19326/tid=19379] ppid=19323 vsize=10844940 memory=930864 CPUtime=2413.93 cores=1,3,5,7
/proc/19326/task/19379/stat : 19379 (java) R 19323 19326 16228 0 -1 4202560 59027 13238 0 0 241333 52 5 3 20 0 15 0 474091070 11105218560 232716 33554432000 4194304 4196468 140730155956736 140324219825488 140323856482275 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19380] ppid=19323 vsize=10844940 memory=930864 CPUtime=12.27 cores=1,3,5,7
/proc/19326/task/19380/stat : 19380 (java) S 19323 19326 16228 0 -1 1077944384 7930 13238 0 0 1157 62 5 3 20 0 15 0 474091071 11105218560 232716 33554432000 4194304 4196468 140730155956736 140324252232080 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19381] ppid=19323 vsize=10844940 memory=930864 CPUtime=12.29 cores=1,3,5,7
/proc/19326/task/19381/stat : 19381 (java) S 19323 19326 16228 0 -1 1077944384 8274 13238 0 0 1155 66 5 3 20 0 15 0 474091071 11105218560 232716 33554432000 4194304 4196468 140730155956736 140324167051536 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19382] ppid=19323 vsize=10844940 memory=930864 CPUtime=12.23 cores=1,3,5,7
/proc/19326/task/19382/stat : 19382 (java) S 19323 19326 16228 0 -1 1077944384 10519 13238 0 0 1152 63 5 3 20 0 15 0 474091071 11105218560 232716 33554432000 4194304 4196468 140730155956736 140324165999248 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19383] ppid=19323 vsize=10844940 memory=930864 CPUtime=12.28 cores=1,3,5,7
/proc/19326/task/19383/stat : 19383 (java) S 19323 19326 16228 0 -1 1077944384 10401 13238 0 0 1157 63 5 3 20 0 15 0 474091071 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323819543056 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19384] ppid=19323 vsize=10844940 memory=930864 CPUtime=12.5 cores=1,3,5,7
/proc/19326/task/19384/stat : 19384 (java) S 19323 19326 16228 0 -1 1077944384 11615 13238 0 0 1178 64 5 3 20 0 15 0 474091072 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323774593648 140324248001154 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19385] ppid=19323 vsize=10844940 memory=930864 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19385/stat : 19385 (java) S 19323 19326 16228 0 -1 1077944384 14 13238 0 0 0 0 5 3 20 0 15 0 474091073 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323695093152 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19386] ppid=19323 vsize=10844940 memory=930864 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19386/stat : 19386 (java) S 19323 19326 16228 0 -1 1077944384 2 13238 0 0 0 0 5 3 20 0 15 0 474091073 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323091113600 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19387] ppid=19323 vsize=10844940 memory=930864 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19387/stat : 19387 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140322783713872 140324248008603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19388] ppid=19323 vsize=10844940 memory=930864 CPUtime=1.94 cores=1,3,5,7
/proc/19326/task/19388/stat : 19388 (java) S 19323 19326 16228 0 -1 1077944384 11109 13238 0 0 184 2 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323773540464 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19389] ppid=19323 vsize=10844940 memory=930864 CPUtime=1.69 cores=1,3,5,7
/proc/19326/task/19389/stat : 19389 (java) S 19323 19326 16228 0 -1 1077944384 6902 13238 0 0 159 2 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323772487664 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19390] ppid=19323 vsize=10844940 memory=930864 CPUtime=1.28 cores=1,3,5,7
/proc/19326/task/19390/stat : 19390 (java) S 19323 19326 16228 0 -1 1077944384 7882 13238 0 0 117 3 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323771435376 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19391] ppid=19323 vsize=10844940 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19391/stat : 19391 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140322750155232 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19392] ppid=19323 vsize=10844940 memory=930864 CPUtime=1.53 cores=1,3,5,7
/proc/19326/task/19392/stat : 19392 (java) S 19323 19326 16228 0 -1 1077944384 1180 13238 0 0 64 81 5 3 20 0 15 0 474091076 11105218560 232716 33554432000 4194304 4196468 140730155956736 140323770383280 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
Current children cumulated CPU time: 2481.32 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 930864 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.4 s]
/proc/loadavg: 1.16 1.31 1.37 3/227 19745
/proc/meminfo: memFree=4850412/32770624 swapFree=66993008/67108860
[pid=19326] ppid=19323 vsize=10844940 memory=932912 CPUtime=2520.02 cores=1,3,5,7
/proc/19326/stat : 19326 (java) S 19323 19326 16228 0 -1 1077944320 137912 13238 0 0 251606 388 5 3 20 0 15 0 474091051 11105218560 233228 33554432000 4194304 4196468 140730155956736 140730155939280 140324247990007 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
/proc/19326/statm: 2711235 233228 3620 1 0 2673293 0
[pid=19326/tid=19379] ppid=19323 vsize=10844940 memory=1808 CPUtime=2451.59 cores=1,3,5,7
/proc/19326/task/19379/stat : 19379 (java) R 19323 19326 16228 0 -1 4202560 59538 13238 0 0 245099 52 5 3 20 0 15 0 474091070 11105218560 233228 33554432000 4194304 4196468 140730155956736 140324219825824 140323855808761 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19380] ppid=19323 vsize=10844940 memory=924 CPUtime=12.47 cores=1,3,5,7
/proc/19326/task/19380/stat : 19380 (java) S 19323 19326 16228 0 -1 1077944384 7938 13238 0 0 1176 63 5 3 20 0 15 0 474091071 11105218560 233228 33554432000 4194304 4196468 140730155956736 140324252232080 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19381] ppid=19323 vsize=10844940 memory=3848 CPUtime=12.5 cores=1,3,5,7
/proc/19326/task/19381/stat : 19381 (java) S 19323 19326 16228 0 -1 1077944384 8344 13238 0 0 1174 68 5 3 20 0 15 0 474091071 11105218560 233228 33554432000 4194304 4196468 140730155956736 140324167051536 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19382] ppid=19323 vsize=10844940 memory=6791534058613427641 CPUtime=12.44 cores=1,3,5,7
/proc/19326/task/19382/stat : 19382 (java) S 19323 19326 16228 0 -1 1077944384 10596 13238 0 0 1172 64 5 3 20 0 15 0 474091071 11105218560 233228 33554432000 4194304 4196468 140730155956736 140324165999248 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19383] ppid=19323 vsize=10844940 memory=496 CPUtime=12.48 cores=1,3,5,7
/proc/19326/task/19383/stat : 19383 (java) S 19323 19326 16228 0 -1 1077944384 10422 13238 0 0 1176 64 5 3 20 0 15 0 474091071 11105218560 233228 33554432000 4194304 4196468 140730155956736 140323819543056 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19384] ppid=19323 vsize=10844940 memory=1564 CPUtime=12.69 cores=1,3,5,7
/proc/19326/task/19384/stat : 19384 (java) S 19323 19326 16228 0 -1 1077944384 11755 13238 0 0 1196 65 5 3 20 0 15 0 474091072 11105218560 233228 33554432000 4194304 4196468 140730155956736 140323774593648 140324248001154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19385] ppid=19323 vsize=10844940 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19385/stat : 19385 (java) S 19323 19326 16228 0 -1 1077944384 14 13238 0 0 0 0 5 3 20 0 15 0 474091073 11105218560 233228 33554432000 4194304 4196468 140730155956736 140323695093152 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19386] ppid=19323 vsize=10844940 memory=1688 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19386/stat : 19386 (java) S 19323 19326 16228 0 -1 1077944384 2 13238 0 0 0 0 5 3 20 0 15 0 474091073 11105218560 233228 33554432000 4194304 4196468 140730155956736 140323091113600 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19387] ppid=19323 vsize=10844940 memory=1984 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19387/stat : 19387 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11105218560 233228 33554432000 4194304 4196468 140730155956736 140322783713872 140324248008603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19388] ppid=19323 vsize=10844940 memory=2672 CPUtime=1.94 cores=1,3,5,7
/proc/19326/task/19388/stat : 19388 (java) S 19323 19326 16228 0 -1 1077944384 11111 13238 0 0 184 2 5 3 20 0 15 0 474091076 11105218560 233228 33554432000 4194304 4196468 140730155956736 140323773540464 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19389] ppid=19323 vsize=10844940 memory=1440 CPUtime=1.69 cores=1,3,5,7
/proc/19326/task/19389/stat : 19389 (java) S 19323 19326 16228 0 -1 1077944384 6904 13238 0 0 159 2 5 3 20 0 15 0 474091076 11105218560 233228 33554432000 4194304 4196468 140730155956736 140323772487664 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19390] ppid=19323 vsize=10844940 memory=2608 CPUtime=1.28 cores=1,3,5,7
/proc/19326/task/19390/stat : 19390 (java) S 19323 19326 16228 0 -1 1077944384 7884 13238 0 0 117 3 5 3 20 0 15 0 474091076 11105218560 233228 33554432000 4194304 4196468 140730155956736 140323771435376 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19391] ppid=19323 vsize=10844940 memory=2608 CPUtime=0.08 cores=1,3,5,7
/proc/19326/task/19391/stat : 19391 (java) S 19323 19326 16228 0 -1 1077944384 3 13238 0 0 0 0 5 3 20 0 15 0 474091076 11105218560 233228 33554432000 4194304 4196468 140730155956736 140322750155232 140324248000213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
[pid=19326/tid=19392] ppid=19323 vsize=10844940 memory=4108 CPUtime=1.56 cores=1,3,5,7
/proc/19326/task/19392/stat : 19392 (java) S 19323 19326 16228 0 -1 1077944384 1196 13238 0 0 66 82 5 3 20 0 15 0 474091076 11105218560 233228 33554432000 4194304 4196468 140730155956736 140323770383280 140324248001154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35913728 140730155960931 140730155963573 140730155963573 140730155966415 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10844940 KiB
Current children cumulated memory: 932912 KiB

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

[startup+2480.44 s]
# the end of solver process 19326 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.16 s, system=3.92244 s

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

Child status: 143
Real time (s): 2480.44
CPU time (s): 2520.08
CPU user time (s): 2516.16
CPU system time (s): 3.92244
CPU usage (%): 101.598
Max. virtual memory (cumulated for all children) (KiB): 10847604
Max. memory (cumulated for all children) (KiB): 932912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.16
system time used= 3.92244
maximum resident set size= 937124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152279
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 316736
involuntary context switches= 8820


# summary of solver processes directly reported to runsolver:
#   pid: 19326
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.16
#   total CPU system time (s): 3.92244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0641 second user time and 24.1027 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 13:16:34
IDJOB=4402718
IDBENCH=133399
IDSOLVER=2861
FILE ID=node126/4402718-1568978232
RUNJOBID= node126-1568967600-16260
PBS_JOBID= 21704622
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Primes/Primes-m1-p15/Primes-15-40-3-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402718-1568978232/watcher-4402718-1568978232 -o /var/tmp/evaluation-result-4402718-1568978232/solver-4402718-1568978232 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16260 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4402718-1568978232.xml

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

MD5SUM BENCH= 25f96b3bf5c8370c442a7a32cdfe0f98
RANDOM SEED=2094713575

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         6189964 kB
MemAvailable:   31194636 kB
Buffers:          122072 kB
Cached:         24929872 kB
SwapCached:         6916 kB
Active:         13158208 kB
Inactive:       12557064 kB
Active(anon):     655464 kB
Inactive(anon):    45724 kB
Active(file):   12502744 kB
Inactive(file): 12511340 kB
Unevictable:      109312 kB
Mlocked:          109312 kB
SwapTotal:      67108860 kB
SwapFree:       66992980 kB
Dirty:                 0 kB
Writeback:         19788 kB
AnonPages:        772416 kB
Mapped:            60896 kB
Shmem:             29372 kB
Slab:             459380 kB
SReclaimable:     419048 kB
SUnreclaim:        40332 kB
KernelStack:        3984 kB
PageTables:         7188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1935920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    651264 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node126 at 2019-09-20 13:57:55