Trace number 4396016

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2? (TO) 2520.13 2462.3

General information on the benchmark

NameBibd/Bibd-sum-open/
Bibd-sum-40-052-13-10-03.xml
MD5SUM2a84a2defac446a2567920a0781991b9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2080
Number of constraints873
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2080}]
Minimum variable degree42
Maximum variable degree42
Distribution of variable degrees[{"degree":42,"count":2080}]
Minimum constraint arity40
Maximum constraint arity2080
Distribution of constraint arities[{"arity":40,"count":52},{"arity":52,"count":40},{"arity":104,"count":780},{"arity":2080,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":872}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396016-1568396609/watcher-4396016-1568396609 -o /tmp/evaluation-result-4396016-1568396609/solver-4396016-1568396609 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568394081-28381 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1854958821 HOME/instance-4396016-1568396609.xml 

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

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

solver pid=28959, runsolver pid=28956

[startup+0.100062 s]*
/proc/loadavg: 1.49 1.57 1.53 3/214 29012
/proc/meminfo: memFree=27464680/32770624 swapFree=66999916/67108860
[pid=28959] ppid=28956 vsize=9972712 memory=16684 CPUtime=0.08 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28956 28959 25641 0 -1 1077944320 4424 13311 0 0 1 0 4 3 20 0 6 0 415925784 10212057088 4171 33554432000 4194304 4196468 140736787988336 140736787970880 140089355505399 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
/proc/28959/statm: 2493178 4171 1933 1 0 2481616 0
[pid=28959/tid=29012] ppid=28956 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29012/stat : 29012 (java) R 28956 28959 25641 0 -1 4202560 2214 13311 0 0 0 0 4 3 20 0 6 0 415925793 10212057088 4171 33554432000 4194304 4196468 140736787988336 140089327342160 140089355527325 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29013] ppid=28956 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29013/stat : 29013 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 6 0 415925794 10212057088 4171 33554432000 4194304 4196468 140736787988336 140089359747344 140089355515605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29014] ppid=28956 vsize=9972712 memory=3545658686708991648 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29014/stat : 29014 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 6 0 415925794 10212057088 4171 33554432000 4194304 4196468 140736787988336 140089285052816 140089355515605 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29015] ppid=28956 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29015/stat : 29015 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 6 0 415925794 10212057088 4171 33554432000 4194304 4196468 140736787988336 140088928033296 140089355515605 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29016] ppid=28956 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29016/stat : 29016 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 6 0 415925794 10212057088 4171 33554432000 4194304 4196468 140736787988336 140088926980752 140089355515605 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16684 KiB

[startup+0.210142 s]*
/proc/loadavg: 1.49 1.57 1.53 3/227 29025
/proc/meminfo: memFree=27443136/32770624 swapFree=66999916/67108860
[pid=28959] ppid=28956 vsize=10819664 memory=38740 CPUtime=0.25 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28956 28959 25641 0 -1 1077944320 7124 13311 0 0 17 1 4 3 20 0 15 0 415925784 11079335936 9685 33554432000 4194304 4196468 140736787988336 140736787970880 140089355505399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
/proc/28959/statm: 2704916 9685 3139 1 0 2667149 0
[pid=28959/tid=29012] ppid=28956 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/28959/task/29012/stat : 29012 (java) R 28956 28959 25641 0 -1 4202560 3569 13311 0 0 10 1 4 3 20 0 15 0 415925793 11079335936 9685 33554432000 4194304 4196468 140736787988336 140089327302304 140089339585886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29013] ppid=28956 vsize=10819664 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29013/stat : 29013 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925794 11079335936 9685 33554432000 4194304 4196468 140736787988336 140089359747344 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29014] ppid=28956 vsize=10819664 memory=140277964295721 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29014/stat : 29014 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925794 11079335936 9685 33554432000 4194304 4196468 140736787988336 140089285052816 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29015] ppid=28956 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29015/stat : 29015 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 15 0 415925794 11079335936 9685 33554432000 4194304 4196468 140736787988336 140088928033296 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29016] ppid=28956 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29016/stat : 29016 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 15 0 415925794 11079335936 9685 33554432000 4194304 4196468 140736787988336 140088926980752 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29017] ppid=28956 vsize=10819664 memory=140277961279104 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29017/stat : 29017 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 15 0 415925795 11079335936 9685 33554432000 4194304 4196468 140736787988336 140088814070256 140089355516546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29018] ppid=28956 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29018/stat : 29018 (java) S 28956 28959 25641 0 -1 1077944384 33 13311 0 0 0 0 4 3 20 0 15 0 415925796 11079335936 9685 33554432000 4194304 4196468 140736787988336 140088813016480 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29019] ppid=28956 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29019/stat : 29019 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925796 11079335936 9685 33554432000 4194304 4196468 140736787988336 140088210089456 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29020] ppid=28956 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29020/stat : 29020 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925798 11079335936 9685 33554432000 4194304 4196468 140736787988336 140087902690000 140089355523995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29021] ppid=28956 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28959/task/29021/stat : 29021 (java) S 28956 28959 25641 0 -1 1077944384 456 13311 0 0 1 0 4 3 20 0 15 0 415925798 11079335936 9685 33554432000 4194304 4196468 140736787988336 140088779458544 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29022] ppid=28956 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29022/stat : 29022 (java) S 28956 28959 25641 0 -1 1077944384 195 13311 0 0 0 0 4 3 20 0 15 0 415925798 11079335936 9685 33554432000 4194304 4196468 140736787988336 140088778406000 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29023] ppid=28956 vsize=10819664 memory=140277961279104 CPUtime=0.1 cores=0,2,4,6
/proc/28959/task/29023/stat : 29023 (java) R 28956 28959 25641 0 -1 4202560 646 13311 0 0 3 0 4 3 20 0 15 0 415925798 11079335936 9685 33554432000 4194304 4196468 140736787988336 140088777353456 140089334025550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29024] ppid=28956 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29024/stat : 29024 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925799 11079335936 9685 33554432000 4194304 4196468 140736787988336 140087869131360 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29025] ppid=28956 vsize=10819664 memory=140277961279104 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29025/stat : 29025 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925799 11079335936 9685 33554432000 4194304 4196468 140736787988336 140088776301360 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38740 KiB

[startup+0.310561 s]*
/proc/loadavg: 1.49 1.57 1.53 6/227 29025
/proc/meminfo: memFree=27394492/32770624 swapFree=66999916/67108860
[pid=28959] ppid=28956 vsize=10820148 memory=48168 CPUtime=0.39 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28956 28959 25641 0 -1 1077944320 10773 13311 0 0 29 3 4 3 20 0 15 0 415925784 11079831552 12042 33554432000 4194304 4196468 140736787988336 140736787970880 140089355505399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
/proc/28959/statm: 2705037 12042 3303 1 0 2667149 0
[pid=28959/tid=29012] ppid=28956 vsize=10820148 memory=1398722017469774279 CPUtime=0.28 cores=0,2,4,6
/proc/28959/task/29012/stat : 29012 (java) R 28956 28959 25641 0 -1 4202560 7188 13311 0 0 19 2 4 3 20 0 15 0 415925793 11079831552 12042 33554432000 4194304 4196468 140736787988336 140089327305312 140089339585886 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29013] ppid=28956 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29013/stat : 29013 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925794 11079831552 12042 33554432000 4194304 4196468 140736787988336 140089359747344 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29014] ppid=28956 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29014/stat : 29014 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925794 11079831552 12042 33554432000 4194304 4196468 140736787988336 140089285052816 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29015] ppid=28956 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29015/stat : 29015 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 15 0 415925794 11079831552 12042 33554432000 4194304 4196468 140736787988336 140088928033296 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29016] ppid=28956 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29016/stat : 29016 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 15 0 415925794 11079831552 12042 33554432000 4194304 4196468 140736787988336 140088926980752 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29017] ppid=28956 vsize=10820148 memory=140277961279103 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29017/stat : 29017 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 15 0 415925795 11079831552 12042 33554432000 4194304 4196468 140736787988336 140088814070256 140089355516546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29018] ppid=28956 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29018/stat : 29018 (java) S 28956 28959 25641 0 -1 1077944384 33 13311 0 0 0 0 4 3 20 0 15 0 415925796 11079831552 12042 33554432000 4194304 4196468 140736787988336 140088813016480 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29019] ppid=28956 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29019/stat : 29019 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925796 11079831552 12042 33554432000 4194304 4196468 140736787988336 140088210089456 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29020] ppid=28956 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29020/stat : 29020 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925798 11079831552 12042 33554432000 4194304 4196468 140736787988336 140087902690000 140089355523995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29021] ppid=28956 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/28959/task/29021/stat : 29021 (java) S 28956 28959 25641 0 -1 1077944384 465 13311 0 0 2 0 4 3 20 0 15 0 415925798 11079831552 12042 33554432000 4194304 4196468 140736787988336 140088779458544 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29022] ppid=28956 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/28959/task/29022/stat : 29022 (java) S 28956 28959 25641 0 -1 1077944384 196 13311 0 0 1 0 4 3 20 0 15 0 415925798 11079831552 12042 33554432000 4194304 4196468 140736787988336 140088778406000 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29023] ppid=28956 vsize=10820148 memory=140277961279104 CPUtime=0.12 cores=0,2,4,6
/proc/28959/task/29023/stat : 29023 (java) S 28956 28959 25641 0 -1 1077944384 665 13311 0 0 5 0 4 3 20 0 15 0 415925798 11079831552 12042 33554432000 4194304 4196468 140736787988336 140088777353456 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29024] ppid=28956 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29024/stat : 29024 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925799 11079831552 12042 33554432000 4194304 4196468 140736787988336 140087869131360 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29025] ppid=28956 vsize=10820148 memory=140277961279104 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29025/stat : 29025 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925799 11079831552 12042 33554432000 4194304 4196468 140736787988336 140088776301360 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48168 KiB

[startup+0.700771 s]
/proc/loadavg: 1.49 1.57 1.53 3/227 29025
/proc/meminfo: memFree=27364020/32770624 swapFree=66999916/67108860
[pid=28959] ppid=28956 vsize=10824360 memory=81676 CPUtime=1.14 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28956 28959 25641 0 -1 1077944320 15181 13311 0 0 102 5 4 3 20 0 15 0 415925784 11084144640 20419 33554432000 4194304 4196468 140736787988336 140736787970880 140089355505399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
/proc/28959/statm: 2706090 20419 3506 1 0 2668173 0
[pid=28959/tid=29012] ppid=28956 vsize=10824360 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/28959/task/29012/stat : 29012 (java) R 28956 28959 25641 0 -1 4202560 10426 13311 0 0 55 4 4 3 20 0 15 0 415925793 11084144640 20419 33554432000 4194304 4196468 140736787988336 140089327334944 140089355527325 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29013] ppid=28956 vsize=10824360 memory=1432 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29013/stat : 29013 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925794 11084144640 20419 33554432000 4194304 4196468 140736787988336 140089359747344 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29014] ppid=28956 vsize=10824360 memory=9536 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29014/stat : 29014 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925794 11084144640 20419 33554432000 4194304 4196468 140736787988336 140089285052816 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29015] ppid=28956 vsize=10824360 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29015/stat : 29015 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 15 0 415925794 11084144640 20419 33554432000 4194304 4196468 140736787988336 140088928033296 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29016] ppid=28956 vsize=10824360 memory=97 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29016/stat : 29016 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 15 0 415925794 11084144640 20419 33554432000 4194304 4196468 140736787988336 140088926980752 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29017] ppid=28956 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29017/stat : 29017 (java) S 28956 28959 25641 0 -1 1077944384 5 13311 0 0 0 0 4 3 20 0 15 0 415925795 11084144640 20419 33554432000 4194304 4196468 140736787988336 140088814070256 140089355516546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29018] ppid=28956 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29018/stat : 29018 (java) S 28956 28959 25641 0 -1 1077944384 33 13311 0 0 0 0 4 3 20 0 15 0 415925796 11084144640 20419 33554432000 4194304 4196468 140736787988336 140088813016480 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29019] ppid=28956 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29019/stat : 29019 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925796 11084144640 20419 33554432000 4194304 4196468 140736787988336 140088210089456 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29020] ppid=28956 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29020/stat : 29020 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925798 11084144640 20419 33554432000 4194304 4196468 140736787988336 140087902690000 140089355523995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29021] ppid=28956 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/28959/task/29021/stat : 29021 (java) S 28956 28959 25641 0 -1 1077944384 911 13311 0 0 12 0 4 3 20 0 15 0 415925798 11084144640 20419 33554432000 4194304 4196468 140736787988336 140088779458544 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29022] ppid=28956 vsize=10824360 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/28959/task/29022/stat : 29022 (java) S 28956 28959 25641 0 -1 1077944384 703 13311 0 0 16 0 4 3 20 0 15 0 415925798 11084144640 20449 33554432000 4194304 4196468 140736787988336 140088778406000 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29023] ppid=28956 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/28959/task/29023/stat : 29023 (java) S 28956 28959 25641 0 -1 1077944384 878 13311 0 0 17 0 4 3 20 0 15 0 415925798 11084144640 20449 33554432000 4194304 4196468 140736787988336 140088777353456 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29024] ppid=28956 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29024/stat : 29024 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925799 11084144640 20449 33554432000 4194304 4196468 140736787988336 140087869131360 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29025] ppid=28956 vsize=10824360 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29025/stat : 29025 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925799 11084144640 20449 33554432000 4194304 4196468 140736787988336 140088776301360 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81676 KiB

[startup+1.50083 s]
/proc/loadavg: 1.49 1.57 1.53 7/227 29025
/proc/meminfo: memFree=27153404/32770624 swapFree=66999916/67108860
[pid=28959] ppid=28956 vsize=10834676 memory=189948 CPUtime=2.8 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28956 28959 25641 0 -1 1077944320 23631 13311 0 0 263 10 4 3 20 0 15 0 415925784 11094708224 47487 33554432000 4194304 4196468 140736787988336 140736787970880 140089355505399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
/proc/28959/statm: 2708669 47487 3586 1 0 2670733 0
[pid=28959/tid=29012] ppid=28956 vsize=10834676 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/28959/task/29012/stat : 29012 (java) R 28956 28959 25641 0 -1 4202560 15430 13311 0 0 128 6 4 3 20 0 15 0 415925793 11094708224 47487 33554432000 4194304 4196468 140736787988336 140089327329808 140089338698119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29013] ppid=28956 vsize=10834676 memory=7308047405733276759 CPUtime=0.09 cores=0,2,4,6
/proc/28959/task/29013/stat : 29013 (java) S 28956 28959 25641 0 -1 1077944384 65 13311 0 0 2 0 4 3 20 0 15 0 415925794 11094708224 47487 33554432000 4194304 4196468 140736787988336 140089359747344 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29014] ppid=28956 vsize=10834676 memory=7308047405733079383 CPUtime=0.09 cores=0,2,4,6
/proc/28959/task/29014/stat : 29014 (java) S 28956 28959 25641 0 -1 1077944384 28 13311 0 0 2 0 4 3 20 0 15 0 415925794 11094708224 47487 33554432000 4194304 4196468 140736787988336 140089285052816 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29015] ppid=28956 vsize=10834676 memory=7452160322123163735 CPUtime=0.09 cores=0,2,4,6
/proc/28959/task/29015/stat : 29015 (java) S 28956 28959 25641 0 -1 1077944384 109 13311 0 0 2 0 4 3 20 0 15 0 415925794 11094708224 47487 33554432000 4194304 4196468 140736787988336 140088928033296 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29016] ppid=28956 vsize=10834676 memory=280555719928224 CPUtime=0.09 cores=0,2,4,6
/proc/28959/task/29016/stat : 29016 (java) S 28956 28959 25641 0 -1 1077944384 325 13311 0 0 2 0 4 3 20 0 15 0 415925794 11094708224 47487 33554432000 4194304 4196468 140736787988336 140088926980752 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29017] ppid=28956 vsize=10834676 memory=264638704968317 CPUtime=0.08 cores=0,2,4,6
/proc/28959/task/29017/stat : 29017 (java) S 28956 28959 25641 0 -1 1077944384 492 13311 0 0 1 0 4 3 20 0 15 0 415925795 11094708224 47487 33554432000 4194304 4196468 140736787988336 140088814070256 140089355516546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29018] ppid=28956 vsize=10834676 memory=264638704968318 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29018/stat : 29018 (java) S 28956 28959 25641 0 -1 1077944384 33 13311 0 0 0 0 4 3 20 0 15 0 415925796 11094708224 47487 33554432000 4194304 4196468 140736787988336 140088813016544 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29019] ppid=28956 vsize=10834676 memory=264638704968319 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29019/stat : 29019 (java) S 28956 28959 25641 0 -1 1077944384 2 13311 0 0 0 0 4 3 20 0 15 0 415925796 11094708224 47487 33554432000 4194304 4196468 140736787988336 140088210089472 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29020] ppid=28956 vsize=10834676 memory=264638704968320 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29020/stat : 29020 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925798 11094708224 47487 33554432000 4194304 4196468 140736787988336 140087902690000 140089355523995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29021] ppid=28956 vsize=10834676 memory=280555719552768 CPUtime=0.45 cores=0,2,4,6
/proc/28959/task/29021/stat : 29021 (java) S 28956 28959 25641 0 -1 1077944384 1684 13311 0 0 38 0 4 3 20 0 15 0 415925798 11094708224 47487 33554432000 4194304 4196468 140736787988336 140088779458544 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29022] ppid=28956 vsize=10834676 memory=3612118576609210001 CPUtime=0.48 cores=0,2,4,6
/proc/28959/task/29022/stat : 29022 (java) S 28956 28959 25641 0 -1 1077944384 1458 13311 0 0 41 0 4 3 20 0 15 0 415925798 11094708224 47487 33554432000 4194304 4196468 140736787988336 140088778406000 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29023] ppid=28956 vsize=10834676 memory=280555719515136 CPUtime=0.51 cores=0,2,4,6
/proc/28959/task/29023/stat : 29023 (java) S 28956 28959 25641 0 -1 1077944384 1787 13311 0 0 43 1 4 3 20 0 15 0 415925798 11094708224 47487 33554432000 4194304 4196468 140736787988336 140088777353456 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29024] ppid=28956 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29024/stat : 29024 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925799 11094708224 47487 33554432000 4194304 4196468 140736787988336 140087869131360 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29025] ppid=28956 vsize=10834676 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29025/stat : 29025 (java) S 28956 28959 25641 0 -1 1077944384 1 13311 0 0 0 0 4 3 20 0 15 0 415925799 11094708224 47487 33554432000 4194304 4196468 140736787988336 140088776301360 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 10834676 KiB

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

/proc/28959/task/29012/stat : 29012 (java) R 28956 28959 25641 0 -1 4202560 227529 13311 0 0 230704 55 4 3 20 0 15 0 415925793 11107311616 549799 33554432000 4194304 4196468 140736787988336 140089327340624 140088971224028 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29013] ppid=28956 vsize=10846984 memory=2202788 CPUtime=11.44 cores=0,2,4,6
/proc/28959/task/29013/stat : 29013 (java) S 28956 28959 25641 0 -1 1077944384 104009 13311 0 0 1081 56 4 3 20 0 15 0 415925794 11107311616 549799 33554432000 4194304 4196468 140736787988336 140089359747344 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29014] ppid=28956 vsize=10846984 memory=2200220 CPUtime=11.44 cores=0,2,4,6
/proc/28959/task/29014/stat : 29014 (java) S 28956 28959 25641 0 -1 1077944384 97584 13311 0 0 1079 58 4 3 20 0 15 0 415925794 11107311616 549799 33554432000 4194304 4196468 140736787988336 140089285052816 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29015] ppid=28956 vsize=10846984 memory=2199196 CPUtime=11.42 cores=0,2,4,6
/proc/28959/task/29015/stat : 29015 (java) S 28956 28959 25641 0 -1 1077944384 87741 13311 0 0 1081 54 4 3 20 0 15 0 415925794 11107311616 549799 33554432000 4194304 4196468 140736787988336 140088928033296 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29016] ppid=28956 vsize=10846984 memory=39608 CPUtime=11.42 cores=0,2,4,6
/proc/28959/task/29016/stat : 29016 (java) S 28956 28959 25641 0 -1 1077944384 107045 13311 0 0 1081 54 4 3 20 0 15 0 415925794 11107311616 549799 33554432000 4194304 4196468 140736787988336 140088926980752 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29017] ppid=28956 vsize=10846984 memory=2205352 CPUtime=2.24 cores=0,2,4,6
/proc/28959/task/29017/stat : 29017 (java) S 28956 28959 25641 0 -1 1077944384 29645 13311 0 0 193 24 4 3 20 0 15 0 415925795 11107311616 549799 33554432000 4194304 4196468 140736787988336 140088814070256 140089355516546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29018] ppid=28956 vsize=10846984 memory=2201760 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29018/stat : 29018 (java) S 28956 28959 25641 0 -1 1077944384 59 13311 0 0 0 0 4 3 20 0 15 0 415925796 11107311616 549799 33554432000 4194304 4196468 140736787988336 140088813016544 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29019] ppid=28956 vsize=10846984 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29019/stat : 29019 (java) S 28956 28959 25641 0 -1 1077944384 27 13311 0 0 0 0 4 3 20 0 15 0 415925796 11107311616 549799 33554432000 4194304 4196468 140736787988336 140088210089472 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29020] ppid=28956 vsize=10846984 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29020/stat : 29020 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925798 11107311616 549799 33554432000 4194304 4196468 140736787988336 140087902690000 140089355523995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29021] ppid=28956 vsize=10846984 memory=1980 CPUtime=8.64 cores=0,2,4,6
/proc/28959/task/29021/stat : 29021 (java) S 28956 28959 25641 0 -1 1077944384 54863 13311 0 0 848 9 4 3 20 0 15 0 415925798 11107311616 549799 33554432000 4194304 4196468 140736787988336 140088779458544 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29022] ppid=28956 vsize=10846984 memory=2200220 CPUtime=9.38 cores=0,2,4,6
/proc/28959/task/29022/stat : 29022 (java) S 28956 28959 25641 0 -1 1077944384 60499 13311 0 0 925 6 4 3 20 0 15 0 415925798 11107311616 549799 33554432000 4194304 4196468 140736787988336 140088778406000 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29023] ppid=28956 vsize=10846984 memory=2200220 CPUtime=2.81 cores=0,2,4,6
/proc/28959/task/29023/stat : 29023 (java) S 28956 28959 25641 0 -1 1077944384 22063 13311 0 0 267 7 4 3 20 0 15 0 415925798 11107311616 549799 33554432000 4194304 4196468 140736787988336 140088777353456 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29024] ppid=28956 vsize=10846984 memory=2203300 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29024/stat : 29024 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925799 11107311616 549799 33554432000 4194304 4196468 140736787988336 140087869131360 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29025] ppid=28956 vsize=10846984 memory=2203300 CPUtime=1.46 cores=0,2,4,6
/proc/28959/task/29025/stat : 29025 (java) S 28956 28959 25641 0 -1 1077944384 2266 13311 0 0 72 67 4 3 20 0 15 0 415925799 11107311616 549799 33554432000 4194304 4196468 140736787988336 140088776301360 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
Current children cumulated CPU time: 2377.39 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 2199196 KiB

[startup+2382.3 s]
/proc/loadavg: 1.30 1.54 1.61 2/207 29315
/proc/meminfo: memFree=27031240/32770624 swapFree=66999916/67108860
[pid=28959] ppid=28956 vsize=10846984 memory=2139168 CPUtime=2438.52 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28956 28959 25641 0 -1 1077944320 809632 13311 0 0 243472 373 4 3 20 0 15 0 415925784 11107311616 534792 33554432000 4194304 4196468 140736787988336 140736787970880 140089355505399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
/proc/28959/statm: 2711746 534792 3640 1 0 2673805 0
[pid=28959/tid=29012] ppid=28956 vsize=10846984 memory=2170976 CPUtime=2367.12 cores=0,2,4,6
/proc/28959/task/29012/stat : 29012 (java) R 28956 28959 25641 0 -1 4202560 230208 13311 0 0 236649 56 4 3 20 0 15 0 415925793 11107311616 534792 33554432000 4194304 4196468 140736787988336 140089327340624 140088962693488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29013] ppid=28956 vsize=10846984 memory=0 CPUtime=11.82 cores=0,2,4,6
/proc/28959/task/29013/stat : 29013 (java) S 28956 28959 25641 0 -1 1077944384 108670 13311 0 0 1119 56 4 3 20 0 15 0 415925794 11107311616 534792 33554432000 4194304 4196468 140736787988336 140089359747344 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29014] ppid=28956 vsize=10846984 memory=2163792 CPUtime=11.83 cores=0,2,4,6
/proc/28959/task/29014/stat : 29014 (java) S 28956 28959 25641 0 -1 1077944384 100590 13311 0 0 1117 59 4 3 20 0 15 0 415925794 11107311616 534792 33554432000 4194304 4196468 140736787988336 140089285052816 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29015] ppid=28956 vsize=10846984 memory=2166360 CPUtime=11.81 cores=0,2,4,6
/proc/28959/task/29015/stat : 29015 (java) S 28956 28959 25641 0 -1 1077944384 88743 13311 0 0 1119 55 4 3 20 0 15 0 415925794 11107311616 534792 33554432000 4194304 4196468 140736787988336 140088928033296 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29016] ppid=28956 vsize=10846984 memory=2139680 CPUtime=11.8 cores=0,2,4,6
/proc/28959/task/29016/stat : 29016 (java) S 28956 28959 25641 0 -1 1077944384 109077 13311 0 0 1119 54 4 3 20 0 15 0 415925794 11107311616 534792 33554432000 4194304 4196468 140736787988336 140088926980752 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29017] ppid=28956 vsize=10846984 memory=33 CPUtime=2.33 cores=0,2,4,6
/proc/28959/task/29017/stat : 29017 (java) S 28956 28959 25641 0 -1 1077944384 30290 13311 0 0 201 25 4 3 20 0 15 0 415925795 11107311616 534792 33554432000 4194304 4196468 140736787988336 140088814070256 140089355516546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29018] ppid=28956 vsize=10846984 memory=2139168 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29018/stat : 29018 (java) S 28956 28959 25641 0 -1 1077944384 59 13311 0 0 0 0 4 3 20 0 15 0 415925796 11107311616 534792 33554432000 4194304 4196468 140736787988336 140088813016544 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29019] ppid=28956 vsize=10846984 memory=20868 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29019/stat : 29019 (java) S 28956 28959 25641 0 -1 1077944384 27 13311 0 0 0 0 4 3 20 0 15 0 415925796 11107311616 534792 33554432000 4194304 4196468 140736787988336 140088210089472 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29020] ppid=28956 vsize=10846984 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29020/stat : 29020 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925798 11107311616 534792 33554432000 4194304 4196468 140736787988336 140087902690000 140089355523995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29021] ppid=28956 vsize=10846984 memory=39608 CPUtime=8.65 cores=0,2,4,6
/proc/28959/task/29021/stat : 29021 (java) S 28956 28959 25641 0 -1 1077944384 54867 13311 0 0 849 9 4 3 20 0 15 0 415925798 11107311616 534792 33554432000 4194304 4196468 140736787988336 140088779458544 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29022] ppid=28956 vsize=10846984 memory=2139168 CPUtime=9.38 cores=0,2,4,6
/proc/28959/task/29022/stat : 29022 (java) S 28956 28959 25641 0 -1 1077944384 60505 13311 0 0 925 6 4 3 20 0 15 0 415925798 11107311616 534792 33554432000 4194304 4196468 140736787988336 140088778406000 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29023] ppid=28956 vsize=10846984 memory=2139680 CPUtime=2.81 cores=0,2,4,6
/proc/28959/task/29023/stat : 29023 (java) S 28956 28959 25641 0 -1 1077944384 22067 13311 0 0 267 7 4 3 20 0 15 0 415925798 11107311616 534792 33554432000 4194304 4196468 140736787988336 140088777353456 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29024] ppid=28956 vsize=10846984 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29024/stat : 29024 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925799 11107311616 534792 33554432000 4194304 4196468 140736787988336 140087869131360 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29025] ppid=28956 vsize=10846984 memory=39608 CPUtime=1.5 cores=0,2,4,6
/proc/28959/task/29025/stat : 29025 (java) S 28956 28959 25641 0 -1 1077944384 2312 13311 0 0 74 69 4 3 20 0 15 0 415925799 11107311616 534792 33554432000 4194304 4196468 140736787988336 140088776301360 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
Current children cumulated CPU time: 2438.52 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 2139168 KiB

[startup+2442.3 s]
/proc/loadavg: 0.84 1.37 1.55 2/207 29319
/proc/meminfo: memFree=27072624/32770624 swapFree=66999916/67108860
[pid=28959] ppid=28956 vsize=10846984 memory=2099144 CPUtime=2499.7 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28956 28959 25641 0 -1 1077944320 824945 13311 0 0 249587 376 4 3 20 0 15 0 415925784 11107311616 524786 33554432000 4194304 4196468 140736787988336 140736787970880 140089355505399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
/proc/28959/statm: 2711746 524786 3640 1 0 2673805 0
[pid=28959/tid=29012] ppid=28956 vsize=10846984 memory=2099144 CPUtime=2426.63 cores=0,2,4,6
/proc/28959/task/29012/stat : 29012 (java) R 28956 28959 25641 0 -1 4202560 234335 13311 0 0 242599 57 4 3 20 0 15 0 415925793 11107311616 524786 33554432000 4194304 4196468 140736787988336 140089327340624 140088979646781 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29013] ppid=28956 vsize=10846984 memory=2110436 CPUtime=12.22 cores=0,2,4,6
/proc/28959/task/29013/stat : 29013 (java) S 28956 28959 25641 0 -1 1077944384 109750 13311 0 0 1158 57 4 3 20 0 15 0 415925794 11107311616 524786 33554432000 4194304 4196468 140736787988336 140089359747344 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29014] ppid=28956 vsize=10846984 memory=2108892 CPUtime=12.21 cores=0,2,4,6
/proc/28959/task/29014/stat : 29014 (java) S 28956 28959 25641 0 -1 1077944384 101414 13311 0 0 1155 59 4 3 20 0 15 0 415925794 11107311616 524786 33554432000 4194304 4196468 140736787988336 140089285052816 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29015] ppid=28956 vsize=10846984 memory=2106840 CPUtime=12.19 cores=0,2,4,6
/proc/28959/task/29015/stat : 29015 (java) S 28956 28959 25641 0 -1 1077944384 93864 13311 0 0 1157 55 4 3 20 0 15 0 415925794 11107311616 524786 33554432000 4194304 4196468 140736787988336 140088928033296 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29016] ppid=28956 vsize=10846984 memory=2105300 CPUtime=12.19 cores=0,2,4,6
/proc/28959/task/29016/stat : 29016 (java) S 28956 28959 25641 0 -1 1077944384 111061 13311 0 0 1157 55 4 3 20 0 15 0 415925794 11107311616 524786 33554432000 4194304 4196468 140736787988336 140088926980752 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29017] ppid=28956 vsize=10846984 memory=2102224 CPUtime=2.41 cores=0,2,4,6
/proc/28959/task/29017/stat : 29017 (java) S 28956 28959 25641 0 -1 1077944384 30908 13311 0 0 209 25 4 3 20 0 15 0 415925795 11107311616 524786 33554432000 4194304 4196468 140736787988336 140088814070256 140089355516546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29018] ppid=28956 vsize=10846984 memory=2101196 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29018/stat : 29018 (java) S 28956 28959 25641 0 -1 1077944384 59 13311 0 0 0 0 4 3 20 0 15 0 415925796 11107311616 524786 33554432000 4194304 4196468 140736787988336 140088813016544 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29019] ppid=28956 vsize=10846984 memory=2099144 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29019/stat : 29019 (java) S 28956 28959 25641 0 -1 1077944384 27 13311 0 0 0 0 4 3 20 0 15 0 415925796 11107311616 524786 33554432000 4194304 4196468 140736787988336 140088210089472 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29020] ppid=28956 vsize=10846984 memory=2099144 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29020/stat : 29020 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925798 11107311616 524786 33554432000 4194304 4196468 140736787988336 140087902690000 140089355523995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29021] ppid=28956 vsize=10846984 memory=2604 CPUtime=8.65 cores=0,2,4,6
/proc/28959/task/29021/stat : 29021 (java) S 28956 28959 25641 0 -1 1077944384 54871 13311 0 0 849 9 4 3 20 0 15 0 415925798 11107311616 524786 33554432000 4194304 4196468 140736787988336 140088779458544 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29022] ppid=28956 vsize=10846984 memory=1208 CPUtime=9.38 cores=0,2,4,6
/proc/28959/task/29022/stat : 29022 (java) S 28956 28959 25641 0 -1 1077944384 62010 13311 0 0 925 6 4 3 20 0 15 0 415925798 11107311616 524786 33554432000 4194304 4196468 140736787988336 140088778406000 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29023] ppid=28956 vsize=10846984 memory=2103760 CPUtime=2.82 cores=0,2,4,6
/proc/28959/task/29023/stat : 29023 (java) S 28956 28959 25641 0 -1 1077944384 22071 13311 0 0 267 8 4 3 20 0 15 0 415925798 11107311616 524786 33554432000 4194304 4196468 140736787988336 140088777353456 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29024] ppid=28956 vsize=10846984 memory=2104276 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29024/stat : 29024 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925799 11107311616 524786 33554432000 4194304 4196468 140736787988336 140087869131360 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29025] ppid=28956 vsize=10846984 memory=9536 CPUtime=1.54 cores=0,2,4,6
/proc/28959/task/29025/stat : 29025 (java) S 28956 28959 25641 0 -1 1077944384 2358 13311 0 0 76 71 4 3 20 0 15 0 415925799 11107311616 524786 33554432000 4194304 4196468 140736787988336 140088776301360 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
Current children cumulated CPU time: 2499.7 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 2099144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2462.2 s]
/proc/loadavg: 0.66 1.29 1.52 2/207 29322
/proc/meminfo: memFree=27082988/32770624 swapFree=66999916/67108860
[pid=28959] ppid=28956 vsize=10846984 memory=2088368 CPUtime=2520 cores=0,2,4,6
/proc/28959/stat : 28959 (java) S 28956 28959 25641 0 -1 1077944320 830065 13311 0 0 251616 377 4 3 20 0 15 0 415925784 11107311616 522092 33554432000 4194304 4196468 140736787988336 140736787970880 140089355505399 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
/proc/28959/statm: 2711746 522092 3640 1 0 2673805 0
[pid=28959/tid=29012] ppid=28956 vsize=10846984 memory=303430270546346295 CPUtime=2446.36 cores=0,2,4,6
/proc/28959/task/29012/stat : 29012 (java) R 28956 28959 25641 0 -1 4202560 236220 13311 0 0 244572 57 4 3 20 0 15 0 415925793 11107311616 522092 33554432000 4194304 4196468 140736787988336 140089327340048 140088966824355 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29013] ppid=28956 vsize=10846984 memory=14699590834195078 CPUtime=12.35 cores=0,2,4,6
/proc/28959/task/29013/stat : 29013 (java) S 28956 28959 25641 0 -1 1077944384 110275 13311 0 0 1171 57 4 3 20 0 15 0 415925794 11107311616 522092 33554432000 4194304 4196468 140736787988336 140089359747344 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29014] ppid=28956 vsize=10846984 memory=2604 CPUtime=12.34 cores=0,2,4,6
/proc/28959/task/29014/stat : 29014 (java) S 28956 28959 25641 0 -1 1077944384 101506 13311 0 0 1168 59 4 3 20 0 15 0 415925794 11107311616 522092 33554432000 4194304 4196468 140736787988336 140089285052816 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29015] ppid=28956 vsize=10846984 memory=1208 CPUtime=12.32 cores=0,2,4,6
/proc/28959/task/29015/stat : 29015 (java) S 28956 28959 25641 0 -1 1077944384 94136 13311 0 0 1170 55 4 3 20 0 15 0 415925794 11107311616 522092 33554432000 4194304 4196468 140736787988336 140088928033296 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29016] ppid=28956 vsize=10846984 memory=9536 CPUtime=12.32 cores=0,2,4,6
/proc/28959/task/29016/stat : 29016 (java) S 28956 28959 25641 0 -1 1077944384 113392 13311 0 0 1170 55 4 3 20 0 15 0 415925794 11107311616 522092 33554432000 4194304 4196468 140736787988336 140088926980752 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29017] ppid=28956 vsize=10846984 memory=692 CPUtime=2.44 cores=0,2,4,6
/proc/28959/task/29017/stat : 29017 (java) S 28956 28959 25641 0 -1 1077944384 30918 13311 0 0 211 26 4 3 20 0 15 0 415925795 11107311616 522092 33554432000 4194304 4196468 140736787988336 140088814070256 140089355516546 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29018] ppid=28956 vsize=10846984 memory=2092476 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29018/stat : 29018 (java) S 28956 28959 25641 0 -1 1077944384 59 13311 0 0 0 0 4 3 20 0 15 0 415925796 11107311616 522092 33554432000 4194304 4196468 140736787988336 140088813016544 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29019] ppid=28956 vsize=10846984 memory=2832 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29019/stat : 29019 (java) S 28956 28959 25641 0 -1 1077944384 27 13311 0 0 0 0 4 3 20 0 15 0 415925796 11107311616 522092 33554432000 4194304 4196468 140736787988336 140088210089472 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29020] ppid=28956 vsize=10846984 memory=1712 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29020/stat : 29020 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925798 11107311616 522092 33554432000 4194304 4196468 140736787988336 140087902690000 140089355523995 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29021] ppid=28956 vsize=10846984 memory=1220 CPUtime=8.65 cores=0,2,4,6
/proc/28959/task/29021/stat : 29021 (java) S 28956 28959 25641 0 -1 1077944384 54871 13311 0 0 849 9 4 3 20 0 15 0 415925798 11107311616 522092 33554432000 4194304 4196468 140736787988336 140088779458544 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29022] ppid=28956 vsize=10846984 memory=992 CPUtime=9.38 cores=0,2,4,6
/proc/28959/task/29022/stat : 29022 (java) S 28956 28959 25641 0 -1 1077944384 62010 13311 0 0 925 6 4 3 20 0 15 0 415925798 11107311616 522092 33554432000 4194304 4196468 140736787988336 140088778406000 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29023] ppid=28956 vsize=10846984 memory=5988 CPUtime=2.82 cores=0,2,4,6
/proc/28959/task/29023/stat : 29023 (java) S 28956 28959 25641 0 -1 1077944384 22071 13311 0 0 267 8 4 3 20 0 15 0 415925798 11107311616 522092 33554432000 4194304 4196468 140736787988336 140088777353456 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29024] ppid=28956 vsize=10846984 memory=1544 CPUtime=0.07 cores=0,2,4,6
/proc/28959/task/29024/stat : 29024 (java) S 28956 28959 25641 0 -1 1077944384 3 13311 0 0 0 0 4 3 20 0 15 0 415925799 11107311616 522092 33554432000 4194304 4196468 140736787988336 140087869131360 140089355515605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
[pid=28959/tid=29025] ppid=28956 vsize=10846984 memory=1208 CPUtime=1.55 cores=0,2,4,6
/proc/28959/task/29025/stat : 29025 (java) S 28956 28959 25641 0 -1 1077944384 2363 13311 0 0 77 71 4 3 20 0 15 0 415925799 11107311616 522092 33554432000 4194304 4196468 140736787988336 140088776301360 140089355516546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28581888 140736787991279 140736787993797 140736787993797 140736787996623 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 2088368 KiB

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

[startup+2462.3 s]
# the end of solver process 28959 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.28 s, system=3.84907 s

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

Child status: 143
Real time (s): 2462.3
CPU time (s): 2520.13
CPU user time (s): 2516.28
CPU system time (s): 3.84907
CPU usage (%): 102.349
Max. virtual memory (cumulated for all children) (KiB): 10849676
Max. memory (cumulated for all children) (KiB): 3156704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.28
system time used= 3.84906
maximum resident set size= 3156704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 845996
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 101703
involuntary context switches= 6006


# summary of solver processes directly reported to runsolver:
#   pid: 28959
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.28
#   total CPU system time (s): 3.84907

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3066 second user time and 24.722 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-13 19:42:50
IDJOB=4396016
IDBENCH=124057
IDSOLVER=2846
FILE ID=node123/4396016-1568396609
RUNJOBID= node123-1568394081-28381
PBS_JOBID= 21701841
Free space on /tmp= 59132 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Bibd/Bibd-sum-open/Bibd-sum-40-052-13-10-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396016-1568396609/watcher-4396016-1568396609 -o /tmp/evaluation-result-4396016-1568396609/solver-4396016-1568396609 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568394081-28381 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1854958821 HOME/instance-4396016-1568396609.xml

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

MD5SUM BENCH= 2a84a2defac446a2567920a0781991b9
RANDOM SEED=1854958821

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:        27469928 kB
MemAvailable:   30230756 kB
Buffers:          126252 kB
Cached:          2899496 kB
SwapCached:         7392 kB
Active:          2614840 kB
Inactive:        2067996 kB
Active(anon):    1649220 kB
Inactive(anon):    49488 kB
Active(file):     965620 kB
Inactive(file):  2018508 kB
Unevictable:      107360 kB
Mlocked:          107360 kB
SwapTotal:      67108860 kB
SwapFree:       66999916 kB
Dirty:             35516 kB
Writeback:             0 kB
AnonPages:       1758424 kB
Mapped:            57788 kB
Shmem:             32680 kB
Slab:             214332 kB
SReclaimable:     185068 kB
SUnreclaim:        29264 kB
KernelStack:        3696 kB
PageTables:         8956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3289984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1642496 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= 59148 MiB
End job on node123 at 2019-09-13 20:23:53