Trace number 4387175

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.10? (TO) 2520.06 2477.03

General information on the benchmark

NameDubois/Dubois-m1-s1/
Dubois-050.xml
MD5SUM630ab63eaf7c5bcaa7f0eb192a58705a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009281
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":150}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":150}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

0.72/0.55	c Concrete v3.10.1560635388952 running
2520.02/2477.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.02/2477.01		at concrete.MAC.mac(MAC.scala:189)
2520.02/2477.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.02/2477.01		at scala.util.Try$.apply(Try.scala:212)
2520.02/2477.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2477.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2477.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2477.01		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2477.01		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2477.01		at concrete.MAC.$anonfun$nextSolution$5(MAC.scala:336)
2520.02/2477.02		at concrete.ProblemState.map(ProblemState.scala:228)
2520.02/2477.02		at concrete.ProblemState.map(ProblemState.scala:210)
2520.02/2477.02		at concrete.MAC.nextSolution(MAC.scala:334)
2520.02/2477.02		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2477.02		at scala.collection.Iterator.nextOption(Iterator.scala:104)
2520.02/2477.02		at scala.collection.Iterator.nextOption$(Iterator.scala:104)
2520.02/2477.02		at concrete.Solver.nextOption(Solver.scala:67)
2520.02/2477.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:77)
2520.02/2477.02		at scala.util.Success.map(Try.scala:264)
2520.02/2477.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.02/2477.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2477.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2477.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2477.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2477.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2477.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2477.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2477.02		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2477.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2477.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2477.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2477.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2477.02		at scala.App.main(App.scala:75)
2520.02/2477.02		at scala.App.main$(App.scala:73)
2520.02/2477.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2477.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2477.02	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 (5825 MiB free)
  memory of node 1: 16384 MiB (8423 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387175-1568292707/watcher-4387175-1568292707 -o /tmp/evaluation-result-4387175-1568292707/solver-4387175-1568292707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4541 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=753353531 HOME/instance-4387175-1568292707.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
solver pid=8255, runsolver pid=8252
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 1.76 1.72 1.69 3/215 8308
/proc/meminfo: memFree=14585652/32770624 swapFree=66999904/67108860
[pid=8255] ppid=8252 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/8255/stat : 8255 (java) S 8252 8255 3654 0 -1 1077944320 4315 13305 0 0 1 0 5 3 20 0 6 0 405535608 10212057088 4583 33554432000 4194304 4196468 140728021956592 140728021939136 140133285220087 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
/proc/8255/statm: 2493178 4583 1931 1 0 2481616 0
[pid=8255/tid=8308] ppid=8252 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8308/stat : 8308 (java) R 8252 8255 3654 0 -1 4202560 2113 13305 0 0 0 0 5 3 20 0 6 0 405535617 10212057088 4583 33554432000 4194304 4196468 140728021956592 140133257056848 140133270902579 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8309] ppid=8252 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8309/stat : 8309 (java) S 8252 8255 3654 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 6 0 405535618 10212057088 4583 33554432000 4194304 4196468 140728021956592 140133289462032 140133285230293 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8310] ppid=8252 vsize=9972712 memory=14275336970942104 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8310/stat : 8310 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 405535618 10212057088 4583 33554432000 4194304 4196468 140728021956592 140133177735568 140133285230293 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8311] ppid=8252 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8311/stat : 8311 (java) S 8252 8255 3654 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 6 0 405535618 10212057088 4583 33554432000 4194304 4196468 140728021956592 140133176683024 140133285230293 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8312] ppid=8252 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8312/stat : 8312 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 405535618 10212057088 4583 33554432000 4194304 4196468 140728021956592 140133175630480 140133285230293 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210199 s]*
/proc/loadavg: 1.76 1.72 1.69 3/228 8321
/proc/meminfo: memFree=14565584/32770624 swapFree=66999904/67108860
[pid=8255] ppid=8252 vsize=10818940 memory=37500 CPUtime=0.26 cores=0,2,4,6
/proc/8255/stat : 8255 (java) S 8252 8255 3654 0 -1 1077944320 6745 13305 0 0 16 2 5 3 20 0 15 0 405535608 11078594560 9375 33554432000 4194304 4196468 140728021956592 140728021939136 140133285220087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
/proc/8255/statm: 2704735 9375 2963 1 0 2667149 0
[pid=8255/tid=8308] ppid=8252 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8255/task/8308/stat : 8308 (java) R 8252 8255 3654 0 -1 4202560 3253 13305 0 0 10 1 5 3 20 0 15 0 405535617 11078594560 9375 33554432000 4194304 4196468 140728021956592 140133257052816 140133269263717 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8309] ppid=8252 vsize=10818940 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8309/stat : 8309 (java) S 8252 8255 3654 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 405535618 11078594560 9375 33554432000 4194304 4196468 140728021956592 140133289462032 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8310] ppid=8252 vsize=10818940 memory=139791222953916 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8310/stat : 8310 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535618 11078594560 9375 33554432000 4194304 4196468 140728021956592 140133177735568 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8311] ppid=8252 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8311/stat : 8311 (java) S 8252 8255 3654 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 405535618 11078594560 9375 33554432000 4194304 4196468 140728021956592 140133176683024 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8312] ppid=8252 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8312/stat : 8312 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535618 11078594560 9375 33554432000 4194304 4196468 140728021956592 140133175630480 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8313] ppid=8252 vsize=10818940 memory=139791222945408 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8313/stat : 8313 (java) S 8252 8255 3654 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 405535619 11078594560 9375 33554432000 4194304 4196468 140728021956592 140132744260080 140133285231234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8314] ppid=8252 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8314/stat : 8314 (java) S 8252 8255 3654 0 -1 1077944384 33 13305 0 0 0 0 5 3 20 0 15 0 405535619 11078594560 9375 33554432000 4194304 4196468 140728021956592 140132743206304 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8315] ppid=8252 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8315/stat : 8315 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535620 11078594560 9375 33554432000 4194304 4196468 140728021956592 140132166395376 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8316] ppid=8252 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8316/stat : 8316 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535622 11078594560 9375 33554432000 4194304 4196468 140728021956592 140131858995920 140133285238683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8317] ppid=8252 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8255/task/8317/stat : 8317 (java) S 8252 8255 3654 0 -1 1077944384 564 13305 0 0 1 0 5 3 20 0 15 0 405535622 11078594560 9375 33554432000 4194304 4196468 140728021956592 140132709648368 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8318] ppid=8252 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8318/stat : 8318 (java) S 8252 8255 3654 0 -1 1077944384 59 13305 0 0 0 0 5 3 20 0 15 0 405535622 11078594560 9375 33554432000 4194304 4196468 140728021956592 140132708595824 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8319] ppid=8252 vsize=10818940 memory=139791222945408 CPUtime=0.11 cores=0,2,4,6
/proc/8255/task/8319/stat : 8319 (java) S 8252 8255 3654 0 -1 1077944384 633 13305 0 0 3 0 5 3 20 0 15 0 405535622 11078594560 9375 33554432000 4194304 4196468 140728021956592 140132707543280 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8320] ppid=8252 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8320/stat : 8320 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535623 11078594560 9375 33554432000 4194304 4196468 140728021956592 140131825437280 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8321] ppid=8252 vsize=10818940 memory=139791222945408 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8321/stat : 8321 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535623 11078594560 9375 33554432000 4194304 4196468 140728021956592 140132706491184 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37500 KiB

[startup+0.310487 s]*
/proc/loadavg: 1.76 1.72 1.69 3/228 8321
/proc/meminfo: memFree=14552440/32770624 swapFree=66999904/67108860
[pid=8255] ppid=8252 vsize=10820096 memory=49852 CPUtime=0.41 cores=0,2,4,6
/proc/8255/stat : 8255 (java) S 8252 8255 3654 0 -1 1077944320 10261 13305 0 0 29 4 5 3 20 0 15 0 405535608 11079778304 12463 33554432000 4194304 4196468 140728021956592 140728021939136 140133285220087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
/proc/8255/statm: 2705024 12463 3217 1 0 2667149 0
[pid=8255/tid=8308] ppid=8252 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=0,2,4,6
/proc/8255/task/8308/stat : 8308 (java) R 8252 8255 3654 0 -1 4202560 6736 13305 0 0 19 2 5 3 20 0 15 0 405535617 11079778304 12975 33554432000 4194304 4196468 140728021956592 140133257047760 140133285242013 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8309] ppid=8252 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8309/stat : 8309 (java) S 8252 8255 3654 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 405535618 11079778304 12975 33554432000 4194304 4196468 140728021956592 140133289462032 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8310] ppid=8252 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8310/stat : 8310 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535618 11079778304 12975 33554432000 4194304 4196468 140728021956592 140133177735568 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8311] ppid=8252 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8311/stat : 8311 (java) S 8252 8255 3654 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 405535618 11079778304 12975 33554432000 4194304 4196468 140728021956592 140133176683024 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8312] ppid=8252 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8312/stat : 8312 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535618 11079778304 12975 33554432000 4194304 4196468 140728021956592 140133175630480 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8313] ppid=8252 vsize=10820096 memory=139791222945407 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8313/stat : 8313 (java) S 8252 8255 3654 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 405535619 11079778304 12975 33554432000 4194304 4196468 140728021956592 140132744260080 140133285231234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8314] ppid=8252 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8314/stat : 8314 (java) S 8252 8255 3654 0 -1 1077944384 33 13305 0 0 0 0 5 3 20 0 15 0 405535619 11079778304 12975 33554432000 4194304 4196468 140728021956592 140132743206304 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8315] ppid=8252 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8315/stat : 8315 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535620 11079778304 12975 33554432000 4194304 4196468 140728021956592 140132166395376 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8316] ppid=8252 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8316/stat : 8316 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535622 11079778304 12975 33554432000 4194304 4196468 140728021956592 140131858995920 140133285238683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8317] ppid=8252 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8255/task/8317/stat : 8317 (java) S 8252 8255 3654 0 -1 1077944384 566 13305 0 0 2 0 5 3 20 0 15 0 405535622 11079778304 12975 33554432000 4194304 4196468 140728021956592 140132709648368 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8318] ppid=8252 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8255/task/8318/stat : 8318 (java) S 8252 8255 3654 0 -1 1077944384 59 13305 0 0 1 0 5 3 20 0 15 0 405535622 11079778304 12975 33554432000 4194304 4196468 140728021956592 140132708595824 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8319] ppid=8252 vsize=10820096 memory=139791222945408 CPUtime=0.13 cores=0,2,4,6
/proc/8255/task/8319/stat : 8319 (java) S 8252 8255 3654 0 -1 1077944384 642 13305 0 0 5 0 5 3 20 0 15 0 405535622 11079778304 12975 33554432000 4194304 4196468 140728021956592 140132707543280 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8320] ppid=8252 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8320/stat : 8320 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535623 11079778304 12975 33554432000 4194304 4196468 140728021956592 140131825437280 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8321] ppid=8252 vsize=10820096 memory=139791222945408 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8321/stat : 8321 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535623 11079778304 12975 33554432000 4194304 4196468 140728021956592 140132706491184 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49852 KiB

[startup+0.70079 s]
/proc/loadavg: 1.76 1.72 1.69 5/228 8321
/proc/meminfo: memFree=14541472/32770624 swapFree=66999904/67108860
[pid=8255] ppid=8252 vsize=10824340 memory=81372 CPUtime=1.14 cores=0,2,4,6
/proc/8255/stat : 8255 (java) S 8252 8255 3654 0 -1 1077944320 14081 13305 0 0 101 5 5 3 20 0 15 0 405535608 11084124160 20343 33554432000 4194304 4196468 140728021956592 140728021939136 140133285220087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
/proc/8255/statm: 2706085 20343 3507 1 0 2668173 0
[pid=8255/tid=8308] ppid=8252 vsize=10824340 memory=2020 CPUtime=0.67 cores=0,2,4,6
/proc/8255/task/8308/stat : 8308 (java) R 8252 8255 3654 0 -1 4202560 9782 13305 0 0 55 4 5 3 20 0 15 0 405535617 11084124160 20343 33554432000 4194304 4196468 140728021956592 140133257034624 140133285242013 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8309] ppid=8252 vsize=10824340 memory=1432 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8309/stat : 8309 (java) S 8252 8255 3654 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 405535618 11084124160 20343 33554432000 4194304 4196468 140728021956592 140133289462032 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8310] ppid=8252 vsize=10824340 memory=9536 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8310/stat : 8310 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535618 11084124160 20343 33554432000 4194304 4196468 140728021956592 140133177735568 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8311] ppid=8252 vsize=10824340 memory=33 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8311/stat : 8311 (java) S 8252 8255 3654 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 405535618 11084124160 20343 33554432000 4194304 4196468 140728021956592 140133176683024 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8312] ppid=8252 vsize=10824340 memory=139791222944289 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8312/stat : 8312 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535618 11084124160 20343 33554432000 4194304 4196468 140728021956592 140133175630480 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8313] ppid=8252 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8313/stat : 8313 (java) S 8252 8255 3654 0 -1 1077944384 5 13305 0 0 0 0 5 3 20 0 15 0 405535619 11084124160 20343 33554432000 4194304 4196468 140728021956592 140132744260080 140133285231234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8314] ppid=8252 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8314/stat : 8314 (java) S 8252 8255 3654 0 -1 1077944384 33 13305 0 0 0 0 5 3 20 0 15 0 405535619 11084124160 20343 33554432000 4194304 4196468 140728021956592 140132743206304 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8315] ppid=8252 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8315/stat : 8315 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535620 11084124160 20343 33554432000 4194304 4196468 140728021956592 140132166395376 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8316] ppid=8252 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8316/stat : 8316 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535622 11084124160 20343 33554432000 4194304 4196468 140728021956592 140131858995920 140133285238683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8317] ppid=8252 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/8255/task/8317/stat : 8317 (java) S 8252 8255 3654 0 -1 1077944384 857 13305 0 0 14 0 5 3 20 0 15 0 405535622 11084124160 20343 33554432000 4194304 4196468 140728021956592 140132709648368 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8318] ppid=8252 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/8255/task/8318/stat : 8318 (java) S 8252 8255 3654 0 -1 1077944384 399 13305 0 0 14 0 5 3 20 0 15 0 405535622 11084124160 20343 33554432000 4194304 4196468 140728021956592 140132708595824 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8319] ppid=8252 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/8255/task/8319/stat : 8319 (java) S 8252 8255 3654 0 -1 1077944384 781 13305 0 0 17 0 5 3 20 0 15 0 405535622 11084124160 20343 33554432000 4194304 4196468 140728021956592 140132707543280 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8320] ppid=8252 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8320/stat : 8320 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535623 11084124160 20343 33554432000 4194304 4196468 140728021956592 140131825437280 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8321] ppid=8252 vsize=10824340 memory=3580 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8321/stat : 8321 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535623 11084124160 20343 33554432000 4194304 4196468 140728021956592 140132706491184 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 81372 KiB

[startup+1.50074 s]
/proc/loadavg: 1.76 1.72 1.69 3/228 8321
/proc/meminfo: memFree=14496908/32770624 swapFree=66999904/67108860
[pid=8255] ppid=8252 vsize=10834656 memory=167440 CPUtime=2.45 cores=0,2,4,6
/proc/8255/stat : 8255 (java) S 8252 8255 3654 0 -1 1077944320 21314 13305 0 0 227 10 5 3 20 0 15 0 405535608 11094687744 41860 33554432000 4194304 4196468 140728021956592 140728021939136 140133285220087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
/proc/8255/statm: 2708664 41860 3570 1 0 2670733 0
[pid=8255/tid=8308] ppid=8252 vsize=10834656 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/8255/task/8308/stat : 8308 (java) R 8252 8255 3654 0 -1 4202560 14720 13305 0 0 130 6 5 3 20 0 15 0 405535617 11094687744 41860 33554432000 4194304 4196468 140728021956592 140133257027712 140133263216258 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8309] ppid=8252 vsize=10834656 memory=1432 CPUtime=0.09 cores=0,2,4,6
/proc/8255/task/8309/stat : 8309 (java) S 8252 8255 3654 0 -1 1077944384 76 13305 0 0 1 0 5 3 20 0 15 0 405535618 11094687744 41860 33554432000 4194304 4196468 140728021956592 140133289462032 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8310] ppid=8252 vsize=10834656 memory=9536 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8310/stat : 8310 (java) S 8252 8255 3654 0 -1 1077944384 24 13305 0 0 0 0 5 3 20 0 15 0 405535618 11094687744 41860 33554432000 4194304 4196468 140728021956592 140133177735568 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8311] ppid=8252 vsize=10834656 memory=279582238323808 CPUtime=0.09 cores=0,2,4,6
/proc/8255/task/8311/stat : 8311 (java) S 8252 8255 3654 0 -1 1077944384 63 13305 0 0 1 0 5 3 20 0 15 0 405535618 11094687744 41860 33554432000 4194304 4196468 140728021956592 140133176683024 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8312] ppid=8252 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8255/task/8312/stat : 8312 (java) S 8252 8255 3654 0 -1 1077944384 389 13305 0 0 1 0 5 3 20 0 15 0 405535618 11094687744 41860 33554432000 4194304 4196468 140728021956592 140133175630480 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8313] ppid=8252 vsize=10834656 memory=6944656591801717918 CPUtime=0.09 cores=0,2,4,6
/proc/8255/task/8313/stat : 8313 (java) S 8252 8255 3654 0 -1 1077944384 719 13305 0 0 1 0 5 3 20 0 15 0 405535619 11094687744 41860 33554432000 4194304 4196468 140728021956592 140132744260080 140133285231234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8314] ppid=8252 vsize=10834656 memory=6944656592455360569 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8314/stat : 8314 (java) S 8252 8255 3654 0 -1 1077944384 34 13305 0 0 0 0 5 3 20 0 15 0 405535619 11094687744 41860 33554432000 4194304 4196468 140728021956592 140132743206368 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8315] ppid=8252 vsize=10834656 memory=6944656592452807316 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8315/stat : 8315 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535620 11094687744 41860 33554432000 4194304 4196468 140728021956592 140132166395392 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8316] ppid=8252 vsize=10834656 memory=279582238747104 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8316/stat : 8316 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535622 11094687744 41860 33554432000 4194304 4196468 140728021956592 140131858995920 140133285238683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8317] ppid=8252 vsize=10834656 memory=175230370726076 CPUtime=0.33 cores=0,2,4,6
/proc/8255/task/8317/stat : 8317 (java) S 8252 8255 3654 0 -1 1077944384 1049 13305 0 0 25 0 5 3 20 0 15 0 405535622 11094687744 41860 33554432000 4194304 4196468 140728021956592 140132709648368 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8318] ppid=8252 vsize=10834656 memory=175230370726077 CPUtime=0.31 cores=0,2,4,6
/proc/8255/task/8318/stat : 8318 (java) S 8252 8255 3654 0 -1 1077944384 495 13305 0 0 23 0 5 3 20 0 15 0 405535622 11094687744 41860 33554432000 4194304 4196468 140728021956592 140132708595824 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8319] ppid=8252 vsize=10834656 memory=175230370726078 CPUtime=0.5 cores=0,2,4,6
/proc/8255/task/8319/stat : 8319 (java) R 8252 8255 3654 0 -1 4202560 1529 13305 0 0 41 1 5 3 20 0 15 0 405535622 11094687744 41860 33554432000 4194304 4196468 140728021956592 140132707539008 140133277457214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8320] ppid=8252 vsize=10834656 memory=175230370726079 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8320/stat : 8320 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535623 11094687744 41860 33554432000 4194304 4196468 140728021956592 140131825437280 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8321] ppid=8252 vsize=10834656 memory=175230370726080 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8321/stat : 8321 (java) S 8252 8255 3654 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 405535623 11094687744 41860 33554432000 4194304 4196468 140728021956592 140132706491184 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834656 KiB

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

/proc/8255/task/8308/stat : 8308 (java) R 8252 8255 3654 0 -1 4202560 56326 13305 0 0 229462 49 5 3 20 0 15 0 405535617 11105193984 182512 33554432000 4194304 4196468 140728021956592 140133257055232 140132866066361 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8309] ppid=8252 vsize=10844916 memory=0 CPUtime=11.7 cores=0,2,4,6
/proc/8255/task/8309/stat : 8309 (java) S 8252 8255 3654 0 -1 1077944384 9098 13305 0 0 1095 67 5 3 20 0 15 0 405535618 11105193984 182512 33554432000 4194304 4196468 140728021956592 140133289462032 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8310] ppid=8252 vsize=10844916 memory=730048 CPUtime=11.69 cores=0,2,4,6
/proc/8255/task/8310/stat : 8310 (java) S 8252 8255 3654 0 -1 1077944384 15857 13305 0 0 1098 63 5 3 20 0 15 0 405535618 11105193984 182512 33554432000 4194304 4196468 140728021956592 140133177735568 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8311] ppid=8252 vsize=10844916 memory=730048 CPUtime=11.72 cores=0,2,4,6
/proc/8255/task/8311/stat : 8311 (java) S 8252 8255 3654 0 -1 1077944384 10299 13305 0 0 1100 64 5 3 20 0 15 0 405535618 11105193984 182512 33554432000 4194304 4196468 140728021956592 140133176683024 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8312] ppid=8252 vsize=10844916 memory=3580 CPUtime=11.69 cores=0,2,4,6
/proc/8255/task/8312/stat : 8312 (java) S 8252 8255 3654 0 -1 1077944384 15516 13305 0 0 1099 62 5 3 20 0 15 0 405535618 11105193984 182512 33554432000 4194304 4196468 140728021956592 140133175630480 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8313] ppid=8252 vsize=10844916 memory=729968 CPUtime=11.71 cores=0,2,4,6
/proc/8255/task/8313/stat : 8313 (java) S 8252 8255 3654 0 -1 1077944384 14475 13305 0 0 1102 61 5 3 20 0 15 0 405535619 11105193984 182512 33554432000 4194304 4196468 140728021956592 140132744260080 140133285231234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8314] ppid=8252 vsize=10844916 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8314/stat : 8314 (java) S 8252 8255 3654 0 -1 1077944384 43 13305 0 0 0 0 5 3 20 0 15 0 405535619 11105193984 182512 33554432000 4194304 4196468 140728021956592 140132743206432 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8315] ppid=8252 vsize=10844916 memory=730048 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8315/stat : 8315 (java) S 8252 8255 3654 0 -1 1077944384 9 13305 0 0 0 0 5 3 20 0 15 0 405535620 11105193984 182512 33554432000 4194304 4196468 140728021956592 140132166395392 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8316] ppid=8252 vsize=10844916 memory=730048 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8316/stat : 8316 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535622 11105193984 182512 33554432000 4194304 4196468 140728021956592 140131858995920 140133285238683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8317] ppid=8252 vsize=10844916 memory=730048 CPUtime=3.13 cores=0,2,4,6
/proc/8255/task/8317/stat : 8317 (java) S 8252 8255 3654 0 -1 1077944384 9199 13305 0 0 302 3 5 3 20 0 15 0 405535622 11105193984 182512 33554432000 4194304 4196468 140728021956592 140132709648368 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8318] ppid=8252 vsize=10844916 memory=730048 CPUtime=2.56 cores=0,2,4,6
/proc/8255/task/8318/stat : 8318 (java) S 8252 8255 3654 0 -1 1077944384 10406 13305 0 0 243 5 5 3 20 0 15 0 405535622 11105193984 182512 33554432000 4194304 4196468 140728021956592 140132708595824 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8319] ppid=8252 vsize=10844916 memory=692 CPUtime=2.76 cores=0,2,4,6
/proc/8255/task/8319/stat : 8319 (java) S 8252 8255 3654 0 -1 1077944384 8773 13305 0 0 264 4 5 3 20 0 15 0 405535622 11105193984 182512 33554432000 4194304 4196468 140728021956592 140132707543280 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8320] ppid=8252 vsize=10844916 memory=4132 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8320/stat : 8320 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535623 11105193984 182512 33554432000 4194304 4196468 140728021956592 140131825437280 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8321] ppid=8252 vsize=10844916 memory=2832 CPUtime=1.57 cores=0,2,4,6
/proc/8255/task/8321/stat : 8321 (java) S 8252 8255 3654 0 -1 1077944384 1094 13305 0 0 72 77 5 3 20 0 15 0 405535623 11105193984 182512 33554432000 4194304 4196468 140728021956592 140132706491184 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
Current children cumulated CPU time: 2363.1 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 730048 KiB

[startup+2382.3 s]
/proc/loadavg: 1.28 1.32 1.38 3/228 8821
/proc/meminfo: memFree=14329144/32770624 swapFree=66999904/67108860
[pid=8255] ppid=8252 vsize=10844916 memory=730100 CPUtime=2423.95 cores=0,2,4,6
/proc/8255/stat : 8255 (java) S 8252 8255 3654 0 -1 1077944320 154570 13305 0 0 242006 381 5 3 20 0 15 0 405535608 11105193984 182525 33554432000 4194304 4196468 140728021956592 140728021939136 140133285220087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
/proc/8255/statm: 2711229 182525 3614 1 0 2673293 0
[pid=8255/tid=8308] ppid=8252 vsize=10844916 memory=730048 CPUtime=2354.45 cores=0,2,4,6
/proc/8255/task/8308/stat : 8308 (java) R 8252 8255 3654 0 -1 4202560 57037 13305 0 0 235387 50 5 3 20 0 15 0 405535617 11105193984 182525 33554432000 4194304 4196468 140728021956592 140133257055408 140132864514544 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8309] ppid=8252 vsize=10844916 memory=730048 CPUtime=12 cores=0,2,4,6
/proc/8255/task/8309/stat : 8309 (java) S 8252 8255 3654 0 -1 1077944384 9158 13305 0 0 1123 69 5 3 20 0 15 0 405535618 11105193984 182525 33554432000 4194304 4196468 140728021956592 140133289462032 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8310] ppid=8252 vsize=10844916 memory=730100 CPUtime=12 cores=0,2,4,6
/proc/8255/task/8310/stat : 8310 (java) S 8252 8255 3654 0 -1 1077944384 15899 13305 0 0 1126 66 5 3 20 0 15 0 405535618 11105193984 182525 33554432000 4194304 4196468 140728021956592 140133177735568 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8311] ppid=8252 vsize=10844916 memory=730100 CPUtime=12.02 cores=0,2,4,6
/proc/8255/task/8311/stat : 8311 (java) S 8252 8255 3654 0 -1 1077944384 10312 13305 0 0 1129 65 5 3 20 0 15 0 405535618 11105193984 182525 33554432000 4194304 4196468 140728021956592 140133176683024 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8312] ppid=8252 vsize=10844916 memory=730100 CPUtime=11.99 cores=0,2,4,6
/proc/8255/task/8312/stat : 8312 (java) S 8252 8255 3654 0 -1 1077944384 15730 13305 0 0 1127 64 5 3 20 0 15 0 405535618 11105193984 182525 33554432000 4194304 4196468 140728021956592 140133175630480 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8313] ppid=8252 vsize=10844916 memory=279582238873648 CPUtime=12.02 cores=0,2,4,6
/proc/8255/task/8313/stat : 8313 (java) S 8252 8255 3654 0 -1 1077944384 14673 13305 0 0 1131 63 5 3 20 0 15 0 405535619 11105193984 182525 33554432000 4194304 4196468 140728021956592 140132744260080 140133285231234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8314] ppid=8252 vsize=10844916 memory=730100 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8314/stat : 8314 (java) S 8252 8255 3654 0 -1 1077944384 43 13305 0 0 0 0 5 3 20 0 15 0 405535619 11105193984 182525 33554432000 4194304 4196468 140728021956592 140132743206432 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8315] ppid=8252 vsize=10844916 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8315/stat : 8315 (java) S 8252 8255 3654 0 -1 1077944384 9 13305 0 0 0 0 5 3 20 0 15 0 405535620 11105193984 182525 33554432000 4194304 4196468 140728021956592 140132166395392 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8316] ppid=8252 vsize=10844916 memory=730048 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8316/stat : 8316 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535622 11105193984 182525 33554432000 4194304 4196468 140728021956592 140131858995920 140133285238683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8317] ppid=8252 vsize=10844916 memory=776 CPUtime=3.13 cores=0,2,4,6
/proc/8255/task/8317/stat : 8317 (java) S 8252 8255 3654 0 -1 1077944384 9201 13305 0 0 302 3 5 3 20 0 15 0 405535622 11105193984 182525 33554432000 4194304 4196468 140728021956592 140132709648368 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8318] ppid=8252 vsize=10844916 memory=730100 CPUtime=2.56 cores=0,2,4,6
/proc/8255/task/8318/stat : 8318 (java) S 8252 8255 3654 0 -1 1077944384 10408 13305 0 0 243 5 5 3 20 0 15 0 405535622 11105193984 182525 33554432000 4194304 4196468 140728021956592 140132708595824 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8319] ppid=8252 vsize=10844916 memory=730100 CPUtime=2.76 cores=0,2,4,6
/proc/8255/task/8319/stat : 8319 (java) S 8252 8255 3654 0 -1 1077944384 8775 13305 0 0 264 4 5 3 20 0 15 0 405535622 11105193984 182525 33554432000 4194304 4196468 140728021956592 140132707543280 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8320] ppid=8252 vsize=10844916 memory=730100 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8320/stat : 8320 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535623 11105193984 182525 33554432000 4194304 4196468 140728021956592 140131825437280 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8321] ppid=8252 vsize=10844916 memory=776 CPUtime=1.6 cores=0,2,4,6
/proc/8255/task/8321/stat : 8321 (java) S 8252 8255 3654 0 -1 1077944384 1109 13305 0 0 73 79 5 3 20 0 15 0 405535623 11105193984 182525 33554432000 4194304 4196468 140728021956592 140132706491184 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
Current children cumulated CPU time: 2423.95 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 730100 KiB

[startup+2442.3 s]
/proc/loadavg: 1.32 1.33 1.39 3/228 8825
/proc/meminfo: memFree=14328392/32770624 swapFree=66999904/67108860
[pid=8255] ppid=8252 vsize=10844916 memory=730156 CPUtime=2484.79 cores=0,2,4,6
/proc/8255/stat : 8255 (java) S 8252 8255 3654 0 -1 1077944320 155856 13305 0 0 248081 390 5 3 20 0 15 0 405535608 11105193984 182539 33554432000 4194304 4196468 140728021956592 140728021939136 140133285220087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
/proc/8255/statm: 2711229 182539 3614 1 0 2673293 0
[pid=8255/tid=8308] ppid=8252 vsize=10844916 memory=730156 CPUtime=2413.71 cores=0,2,4,6
/proc/8255/task/8308/stat : 8308 (java) R 8252 8255 3654 0 -1 4202560 57761 13305 0 0 241312 51 5 3 20 0 15 0 405535617 11105193984 182539 33554432000 4194304 4196468 140728021956592 140133257055712 140132864899840 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8309] ppid=8252 vsize=10844916 memory=730156 CPUtime=12.31 cores=0,2,4,6
/proc/8255/task/8309/stat : 8309 (java) S 8252 8255 3654 0 -1 1077944384 9221 13305 0 0 1151 72 5 3 20 0 15 0 405535618 11105193984 182539 33554432000 4194304 4196468 140728021956592 140133289462032 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8310] ppid=8252 vsize=10844916 memory=730156 CPUtime=12.31 cores=0,2,4,6
/proc/8255/task/8310/stat : 8310 (java) S 8252 8255 3654 0 -1 1077944384 16111 13305 0 0 1156 67 5 3 20 0 15 0 405535618 11105193984 182539 33554432000 4194304 4196468 140728021956592 140133177735568 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8311] ppid=8252 vsize=10844916 memory=730100 CPUtime=12.34 cores=0,2,4,6
/proc/8255/task/8311/stat : 8311 (java) S 8252 8255 3654 0 -1 1077944384 10354 13305 0 0 1159 67 5 3 20 0 15 0 405535618 11105193984 182539 33554432000 4194304 4196468 140728021956592 140133176683024 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8312] ppid=8252 vsize=10844916 memory=730100 CPUtime=12.3 cores=0,2,4,6
/proc/8255/task/8312/stat : 8312 (java) S 8252 8255 3654 0 -1 1077944384 15747 13305 0 0 1156 66 5 3 20 0 15 0 405535618 11105193984 182539 33554432000 4194304 4196468 140728021956592 140133175630480 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8313] ppid=8252 vsize=10844916 memory=730100 CPUtime=12.33 cores=0,2,4,6
/proc/8255/task/8313/stat : 8313 (java) S 8252 8255 3654 0 -1 1077944384 14876 13305 0 0 1160 65 5 3 20 0 15 0 405535619 11105193984 182539 33554432000 4194304 4196468 140728021956592 140132744260080 140133285231234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8314] ppid=8252 vsize=10844916 memory=730100 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8314/stat : 8314 (java) S 8252 8255 3654 0 -1 1077944384 43 13305 0 0 0 0 5 3 20 0 15 0 405535619 11105193984 182539 33554432000 4194304 4196468 140728021956592 140132743206432 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8315] ppid=8252 vsize=10844916 memory=730156 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8315/stat : 8315 (java) S 8252 8255 3654 0 -1 1077944384 9 13305 0 0 0 0 5 3 20 0 15 0 405535620 11105193984 182539 33554432000 4194304 4196468 140728021956592 140132166395392 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8316] ppid=8252 vsize=10844916 memory=730156 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8316/stat : 8316 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535622 11105193984 182539 33554432000 4194304 4196468 140728021956592 140131858995920 140133285238683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8317] ppid=8252 vsize=10844916 memory=730156 CPUtime=3.13 cores=0,2,4,6
/proc/8255/task/8317/stat : 8317 (java) S 8252 8255 3654 0 -1 1077944384 9204 13305 0 0 302 3 5 3 20 0 15 0 405535622 11105193984 182539 33554432000 4194304 4196468 140728021956592 140132709648368 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8318] ppid=8252 vsize=10844916 memory=730156 CPUtime=2.56 cores=0,2,4,6
/proc/8255/task/8318/stat : 8318 (java) S 8252 8255 3654 0 -1 1077944384 10411 13305 0 0 243 5 5 3 20 0 15 0 405535622 11105193984 182539 33554432000 4194304 4196468 140728021956592 140132708595824 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8319] ppid=8252 vsize=10844916 memory=730100 CPUtime=2.76 cores=0,2,4,6
/proc/8255/task/8319/stat : 8319 (java) S 8252 8255 3654 0 -1 1077944384 8781 13305 0 0 264 4 5 3 20 0 15 0 405535622 11105193984 182539 33554432000 4194304 4196468 140728021956592 140132707543280 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8320] ppid=8252 vsize=10844916 memory=730156 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8320/stat : 8320 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535623 11105193984 182539 33554432000 4194304 4196468 140728021956592 140131825437280 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8321] ppid=8252 vsize=10844916 memory=730156 CPUtime=1.64 cores=0,2,4,6
/proc/8255/task/8321/stat : 8321 (java) S 8252 8255 3654 0 -1 1077944384 1122 13305 0 0 75 81 5 3 20 0 15 0 405535623 11105193984 182539 33554432000 4194304 4196468 140728021956592 140132706491184 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
Current children cumulated CPU time: 2484.79 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 730156 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477 s]*
/proc/loadavg: 1.17 1.28 1.37 3/228 8829
/proc/meminfo: memFree=14328444/32770624 swapFree=66999904/67108860
[pid=8255] ppid=8252 vsize=10844916 memory=730200 CPUtime=2520.02 cores=0,2,4,6
/proc/8255/stat : 8255 (java) S 8252 8255 3654 0 -1 1077944320 156196 13305 0 0 251598 396 5 3 20 0 15 0 405535608 11105193984 182550 33554432000 4194304 4196468 140728021956592 140728021939136 140133285220087 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
/proc/8255/statm: 2711229 182550 3614 1 0 2673293 0
[pid=8255/tid=8308] ppid=8252 vsize=10844916 memory=1398722017469774279 CPUtime=2447.99 cores=0,2,4,6
/proc/8255/task/8308/stat : 8308 (java) R 8252 8255 3654 0 -1 4202560 58075 13305 0 0 244740 51 5 3 20 0 15 0 405535617 11105193984 182550 33554432000 4194304 4196468 140728021956592 140133257055216 140132871159896 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8309] ppid=8252 vsize=10844916 memory=1408 CPUtime=12.49 cores=0,2,4,6
/proc/8255/task/8309/stat : 8309 (java) S 8252 8255 3654 0 -1 1077944384 9225 13305 0 0 1168 73 5 3 20 0 15 0 405535618 11105193984 182550 33554432000 4194304 4196468 140728021956592 140133289462032 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8310] ppid=8252 vsize=10844916 memory=3232 CPUtime=12.49 cores=0,2,4,6
/proc/8255/task/8310/stat : 8310 (java) S 8252 8255 3654 0 -1 1077944384 16116 13305 0 0 1173 68 5 3 20 0 15 0 405535618 11105193984 182550 33554432000 4194304 4196468 140728021956592 140133177735568 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8311] ppid=8252 vsize=10844916 memory=730200 CPUtime=12.52 cores=0,2,4,6
/proc/8255/task/8311/stat : 8311 (java) S 8252 8255 3654 0 -1 1077944384 10363 13305 0 0 1176 68 5 3 20 0 15 0 405535618 11105193984 182550 33554432000 4194304 4196468 140728021956592 140133176683024 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8312] ppid=8252 vsize=10844916 memory=1408 CPUtime=12.48 cores=0,2,4,6
/proc/8255/task/8312/stat : 8312 (java) S 8252 8255 3654 0 -1 1077944384 15749 13305 0 0 1173 67 5 3 20 0 15 0 405535618 11105193984 182550 33554432000 4194304 4196468 140728021956592 140133175630480 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8313] ppid=8252 vsize=10844916 memory=3280 CPUtime=12.51 cores=0,2,4,6
/proc/8255/task/8313/stat : 8313 (java) S 8252 8255 3654 0 -1 1077944384 14880 13305 0 0 1178 65 5 3 20 0 15 0 405535619 11105193984 182550 33554432000 4194304 4196468 140728021956592 140132744260080 140133285231234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8314] ppid=8252 vsize=10844916 memory=730200 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8314/stat : 8314 (java) S 8252 8255 3654 0 -1 1077944384 43 13305 0 0 0 0 5 3 20 0 15 0 405535619 11105193984 182550 33554432000 4194304 4196468 140728021956592 140132743206432 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8315] ppid=8252 vsize=10844916 memory=730200 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8315/stat : 8315 (java) S 8252 8255 3654 0 -1 1077944384 9 13305 0 0 0 0 5 3 20 0 15 0 405535620 11105193984 182550 33554432000 4194304 4196468 140728021956592 140132166395392 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8316] ppid=8252 vsize=10844916 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8316/stat : 8316 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535622 11105193984 182550 33554432000 4194304 4196468 140728021956592 140131858995920 140133285238683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8317] ppid=8252 vsize=10844916 memory=1560 CPUtime=3.13 cores=0,2,4,6
/proc/8255/task/8317/stat : 8317 (java) S 8252 8255 3654 0 -1 1077944384 9204 13305 0 0 302 3 5 3 20 0 15 0 405535622 11105193984 182550 33554432000 4194304 4196468 140728021956592 140132709648368 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8318] ppid=8252 vsize=10844916 memory=932 CPUtime=2.56 cores=0,2,4,6
/proc/8255/task/8318/stat : 8318 (java) S 8252 8255 3654 0 -1 1077944384 10411 13305 0 0 243 5 5 3 20 0 15 0 405535622 11105193984 182550 33554432000 4194304 4196468 140728021956592 140132708595824 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8319] ppid=8252 vsize=10844916 memory=1980 CPUtime=2.76 cores=0,2,4,6
/proc/8255/task/8319/stat : 8319 (java) S 8252 8255 3654 0 -1 1077944384 8781 13305 0 0 264 4 5 3 20 0 15 0 405535622 11105193984 182550 33554432000 4194304 4196468 140728021956592 140132707543280 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8320] ppid=8252 vsize=10844916 memory=2428 CPUtime=0.08 cores=0,2,4,6
/proc/8255/task/8320/stat : 8320 (java) S 8252 8255 3654 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 405535623 11105193984 182550 33554432000 4194304 4196468 140728021956592 140131825437280 140133285230293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
[pid=8255/tid=8321] ppid=8252 vsize=10844916 memory=1608 CPUtime=1.67 cores=0,2,4,6
/proc/8255/task/8321/stat : 8321 (java) S 8252 8255 3654 0 -1 1077944384 1124 13305 0 0 76 83 5 3 20 0 15 0 405535623 11105193984 182550 33554432000 4194304 4196468 140728021956592 140132706491184 140133285231234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39395328 140728021961462 140728021963973 140728021963973 140728021966799 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10844916 KiB
Current children cumulated memory: 730200 KiB

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

[startup+2477.03 s]
# the end of solver process 8255 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.06 s, system=4.00201 s

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

Child status: 143
Real time (s): 2477.03
CPU time (s): 2520.06
CPU user time (s): 2516.06
CPU system time (s): 4.00201
CPU usage (%): 101.737
Max. virtual memory (cumulated for all children) (KiB): 10847580
Max. memory (cumulated for all children) (KiB): 730200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.06
system time used= 4.00201
maximum resident set size= 734420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170422
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 343321
involuntary context switches= 9510


# summary of solver processes directly reported to runsolver:
#   pid: 8255
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.06
#   total CPU system time (s): 4.00201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2122 second user time and 23.7933 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-12 14:51:08
IDJOB=4387175
IDBENCH=126861
IDSOLVER=2823
FILE ID=node123/4387175-1568292707
RUNJOBID= node123-1568285996-4541
PBS_JOBID= 21701081
Free space on /tmp= 52480 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Dubois/Dubois-m1-s1/Dubois-050.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387175-1568292707/watcher-4387175-1568292707 -o /tmp/evaluation-result-4387175-1568292707/solver-4387175-1568292707 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568285996-4541 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=753353531 HOME/instance-4387175-1568292707.xml

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

MD5SUM BENCH= 630ab63eaf7c5bcaa7f0eb192a58705a
RANDOM SEED=753353531

node123.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.49
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.49
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.49
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.49
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:        14592692 kB
MemAvailable:   30049440 kB
Buffers:          182868 kB
Cached:         15331104 kB
SwapCached:         7400 kB
Active:          3577896 kB
Inactive:       13752404 kB
Active(anon):    1812900 kB
Inactive(anon):    44876 kB
Active(file):    1764996 kB
Inactive(file): 13707528 kB
Unevictable:      107128 kB
Mlocked:          107128 kB
SwapTotal:      67108860 kB
SwapFree:       66999904 kB
Dirty:             34976 kB
Writeback:             0 kB
AnonPages:       1916920 kB
Mapped:            56224 kB
Shmem:             32668 kB
Slab:             442080 kB
SReclaimable:     412684 kB
SUnreclaim:        29396 kB
KernelStack:        3968 kB
PageTables:         9756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3020616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1732608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52444 MiB
End job on node123 at 2019-09-12 15:32:26