Trace number 4387149

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.09 2459.45

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-8-4-8-cp.xml
MD5SUM98d7ab41a8bb825fcbc10f63a442bd58
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 variables256
Number of constraints13898
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":256}]
Minimum variable degree219
Maximum variable degree220
Distribution of variable degrees[{"degree":219,"count":224},{"degree":220,"count":32}]
Minimum constraint arity4
Maximum constraint arity256
Distribution of constraint arities[{"arity":4,"count":13888},{"arity":32,"count":9},{"arity":256,"count":1}]
Number of extensional constraints0
Number of intensional constraints13888
Distribution of constraint types[{"type":"intension","count":13888},{"type":"lex","count":1},{"type":"cardinality","count":8},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387149-1568292314/watcher-4387149-1568292314 -o /tmp/evaluation-result-4387149-1568292314/solver-4387149-1568292314 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=66421164 HOME/instance-4387149-1568292314.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=8728, runsolver pid=8725

[startup+0.100172 s]*
/proc/loadavg: 1.15 1.24 1.34 3/218 8785
/proc/meminfo: memFree=20887584/32770624 swapFree=66977604/67108860
[pid=8728] ppid=8725 vsize=9972712 memory=18596 CPUtime=0.09 cores=0,2,4,6
/proc/8728/stat : 8728 (java) S 8725 8728 5836 0 -1 1077944320 4354 13185 0 0 1 0 5 3 20 0 6 0 405488738 10212057088 4649 33554432000 4194304 4196468 140721940630864 140721940613408 139846262906615 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
/proc/8728/statm: 2493178 4649 1935 1 0 2481616 0
[pid=8728/tid=8781] ppid=8725 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/8728/task/8781/stat : 8781 (java) R 8725 8728 5836 0 -1 4202560 2176 13185 0 0 1 0 5 3 20 0 6 0 405488747 10212057088 4649 33554432000 4194304 4196468 140721940630864 139846234743376 139846248218617 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8782] ppid=8725 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8782/stat : 8782 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 6 0 405488748 10212057088 4649 33554432000 4194304 4196468 140721940630864 139846267149456 139846262916821 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8783] ppid=8725 vsize=9972712 memory=15120003341219480 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8783/stat : 8783 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 6 0 405488748 10212057088 4649 33554432000 4194304 4196468 140721940630864 139846155422736 139846262916821 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8784] ppid=8725 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8784/stat : 8784 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 6 0 405488748 10212057088 4649 33554432000 4194304 4196468 140721940630864 139846154369936 139846262916821 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8785] ppid=8725 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8785/stat : 8785 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 6 0 405488748 10212057088 4649 33554432000 4194304 4196468 140721940630864 139846153317136 139846262916821 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210041 s]*
/proc/loadavg: 1.15 1.24 1.34 3/227 8794
/proc/meminfo: memFree=20868440/32770624 swapFree=66977604/67108860
[pid=8728] ppid=8725 vsize=10818940 memory=41580 CPUtime=0.26 cores=0,2,4,6
/proc/8728/stat : 8728 (java) S 8725 8728 5836 0 -1 1077944320 6780 13185 0 0 17 1 5 3 20 0 15 0 405488738 11078594560 10395 33554432000 4194304 4196468 140721940630864 140721940613408 139846262906615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
/proc/8728/statm: 2704735 10395 2959 1 0 2667149 0
[pid=8728/tid=8781] ppid=8725 vsize=10819964 memory=729618466009055537 CPUtime=0.2 cores=0,2,4,6
/proc/8728/task/8781/stat : 8781 (java) R 8725 8728 5836 0 -1 4202560 3525 13185 0 0 11 1 5 3 20 0 15 0 405488747 11079643136 10658 33554432000 4194304 4196468 140721940630864 139846234731424 139846255586333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8782] ppid=8725 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8782/stat : 8782 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488748 11079643136 10658 33554432000 4194304 4196468 140721940630864 139846267149456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8783] ppid=8725 vsize=10819964 memory=15120003341219480 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8783/stat : 8783 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488748 11079643136 10658 33554432000 4194304 4196468 140721940630864 139846155422736 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8784] ppid=8725 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8784/stat : 8784 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488748 11079643136 10658 33554432000 4194304 4196468 140721940630864 139846154369936 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8785] ppid=8725 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8785/stat : 8785 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488748 11079643136 10658 33554432000 4194304 4196468 140721940630864 139846153317136 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8786] ppid=8725 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8786/stat : 8786 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488749 11079643136 10658 33554432000 4194304 4196468 140721940630864 139845721586032 139846262917762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8787] ppid=8725 vsize=10819964 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8787/stat : 8787 (java) S 8725 8728 5836 0 -1 1077944384 33 13185 0 0 0 0 5 3 20 0 15 0 405488749 11079643136 10658 33554432000 4194304 4196468 140721940630864 139845720532000 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8788] ppid=8725 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8788/stat : 8788 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488750 11079643136 10658 33554432000 4194304 4196468 140721940630864 139845611545456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8789] ppid=8725 vsize=10819964 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8789/stat : 8789 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488752 11079643136 10658 33554432000 4194304 4196468 140721940630864 139845007566672 139846262925211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8790] ppid=8725 vsize=10820924 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8728/task/8790/stat : 8790 (java) S 8725 8728 5836 0 -1 1077944384 573 13185 0 0 1 0 5 3 20 0 15 0 405488752 11080626176 10658 33554432000 4194304 4196468 140721940630864 139845686975344 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8791] ppid=8725 vsize=10820924 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8791/stat : 8791 (java) S 8725 8728 5836 0 -1 1077944384 60 13185 0 0 0 0 5 3 20 0 15 0 405488752 11080626176 10658 33554432000 4194304 4196468 140721940630864 139845685922544 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8792] ppid=8725 vsize=10820924 memory=140028351346304 CPUtime=0.11 cores=0,2,4,6
/proc/8728/task/8792/stat : 8792 (java) S 8725 8728 5836 0 -1 1077944384 624 13185 0 0 3 0 5 3 20 0 15 0 405488752 11080626176 10724 33554432000 4194304 4196468 140721940630864 139845684869744 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8793] ppid=8725 vsize=10820924 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8793/stat : 8793 (java) S 8725 8728 5836 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 405488753 11080626176 10724 33554432000 4194304 4196468 140721940630864 139844537805536 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8794] ppid=8725 vsize=10820924 memory=140028351346304 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8794/stat : 8794 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488753 11080626176 10724 33554432000 4194304 4196468 140721940630864 139845683817136 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 41580 KiB

[startup+0.310516 s]*
/proc/loadavg: 1.15 1.24 1.34 4/227 8794
/proc/meminfo: memFree=20857704/32770624 swapFree=66977604/67108860
[pid=8728] ppid=8725 vsize=10820096 memory=52736 CPUtime=0.4 cores=0,2,4,6
/proc/8728/stat : 8728 (java) S 8725 8728 5836 0 -1 1077944320 10464 13185 0 0 29 3 5 3 20 0 15 0 405488738 11079778304 13184 33554432000 4194304 4196468 140721940630864 140721940613408 139846262906615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
/proc/8728/statm: 2705024 13184 3213 1 0 2667149 0
[pid=8728/tid=8781] ppid=8725 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/8728/task/8781/stat : 8781 (java) R 8725 8728 5836 0 -1 4202560 6942 13185 0 0 19 2 5 3 20 0 15 0 405488747 11079778304 13184 33554432000 4194304 4196468 140721940630864 139846234705872 139846262918550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8782] ppid=8725 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8782/stat : 8782 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488748 11079778304 13184 33554432000 4194304 4196468 140721940630864 139846267149456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8783] ppid=8725 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8783/stat : 8783 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488748 11079778304 13184 33554432000 4194304 4196468 140721940630864 139846155422736 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8784] ppid=8725 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8784/stat : 8784 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488748 11079778304 13184 33554432000 4194304 4196468 140721940630864 139846154369936 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8785] ppid=8725 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8785/stat : 8785 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488748 11079778304 13184 33554432000 4194304 4196468 140721940630864 139846153317136 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8786] ppid=8725 vsize=10820096 memory=140028351346303 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8786/stat : 8786 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488749 11079778304 13184 33554432000 4194304 4196468 140721940630864 139845721586032 139846262917762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8787] ppid=8725 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8787/stat : 8787 (java) S 8725 8728 5836 0 -1 1077944384 33 13185 0 0 0 0 5 3 20 0 15 0 405488749 11079778304 13184 33554432000 4194304 4196468 140721940630864 139845720532000 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8788] ppid=8725 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8788/stat : 8788 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488750 11079778304 13184 33554432000 4194304 4196468 140721940630864 139845611545456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8789] ppid=8725 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8789/stat : 8789 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488752 11079778304 13184 33554432000 4194304 4196468 140721940630864 139845007566672 139846262925211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8790] ppid=8725 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8728/task/8790/stat : 8790 (java) S 8725 8728 5836 0 -1 1077944384 575 13185 0 0 2 0 5 3 20 0 15 0 405488752 11079778304 13184 33554432000 4194304 4196468 140721940630864 139845686975344 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8791] ppid=8725 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8728/task/8791/stat : 8791 (java) S 8725 8728 5836 0 -1 1077944384 60 13185 0 0 1 0 5 3 20 0 15 0 405488752 11079778304 13184 33554432000 4194304 4196468 140721940630864 139845685922544 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8792] ppid=8725 vsize=10820096 memory=140028351346304 CPUtime=0.13 cores=0,2,4,6
/proc/8728/task/8792/stat : 8792 (java) R 8725 8728 5836 0 -1 4202560 637 13185 0 0 5 0 5 3 20 0 15 0 405488752 11079778304 13184 33554432000 4194304 4196468 140721940630864 139845684869744 139846241540479 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8793] ppid=8725 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8793/stat : 8793 (java) S 8725 8728 5836 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 405488753 11079778304 13184 33554432000 4194304 4196468 140721940630864 139844537805536 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8794] ppid=8725 vsize=10820096 memory=140028351346304 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8794/stat : 8794 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488753 11079778304 13184 33554432000 4194304 4196468 140721940630864 139845683817136 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 52736 KiB

[startup+0.700702 s]
/proc/loadavg: 1.15 1.24 1.34 5/227 8794
/proc/meminfo: memFree=20842528/32770624 swapFree=66977604/67108860
[pid=8728] ppid=8725 vsize=10824340 memory=82364 CPUtime=1.15 cores=0,2,4,6
/proc/8728/stat : 8728 (java) S 8725 8728 5836 0 -1 1077944320 14367 13185 0 0 102 5 5 3 20 0 15 0 405488738 11084124160 20591 33554432000 4194304 4196468 140721940630864 140721940613408 139846262906615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
/proc/8728/statm: 2706085 20591 3503 1 0 2668173 0
[pid=8728/tid=8781] ppid=8725 vsize=10824340 memory=7810487918915055718 CPUtime=0.67 cores=0,2,4,6
/proc/8728/task/8781/stat : 8781 (java) R 8725 8728 5836 0 -1 4202560 10063 13185 0 0 55 4 5 3 20 0 15 0 405488747 11084124160 20591 33554432000 4194304 4196468 140721940630864 139846234733808 139846262918550 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8782] ppid=8725 vsize=10824340 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8782/stat : 8782 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488748 11084124160 20591 33554432000 4194304 4196468 140721940630864 139846267149456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8783] ppid=8725 vsize=10824340 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8783/stat : 8783 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488748 11084124160 20591 33554432000 4194304 4196468 140721940630864 139846155422736 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8784] ppid=8725 vsize=10824340 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8784/stat : 8784 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488748 11084124160 20591 33554432000 4194304 4196468 140721940630864 139846154369936 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8785] ppid=8725 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8785/stat : 8785 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488748 11084124160 20591 33554432000 4194304 4196468 140721940630864 139846153317136 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8786] ppid=8725 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8786/stat : 8786 (java) S 8725 8728 5836 0 -1 1077944384 5 13185 0 0 0 0 5 3 20 0 15 0 405488749 11084124160 20591 33554432000 4194304 4196468 140721940630864 139845721586032 139846262917762 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8787] ppid=8725 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8787/stat : 8787 (java) S 8725 8728 5836 0 -1 1077944384 33 13185 0 0 0 0 5 3 20 0 15 0 405488749 11084124160 20591 33554432000 4194304 4196468 140721940630864 139845720532000 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8788] ppid=8725 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8788/stat : 8788 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488750 11084124160 20591 33554432000 4194304 4196468 140721940630864 139845611545456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8789] ppid=8725 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8789/stat : 8789 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488752 11084124160 20591 33554432000 4194304 4196468 140721940630864 139845007566672 139846262925211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8790] ppid=8725 vsize=10824340 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/8728/task/8790/stat : 8790 (java) S 8725 8728 5836 0 -1 1077944384 882 13185 0 0 13 0 5 3 20 0 15 0 405488752 11084124160 20591 33554432000 4194304 4196468 140721940630864 139845686975344 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8791] ppid=8725 vsize=10824340 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/8728/task/8791/stat : 8791 (java) S 8725 8728 5836 0 -1 1077944384 381 13185 0 0 15 0 5 3 20 0 15 0 405488752 11084124160 20591 33554432000 4194304 4196468 140721940630864 139845685922544 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8792] ppid=8725 vsize=10824340 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/8728/task/8792/stat : 8792 (java) R 8725 8728 5836 0 -1 4202560 784 13185 0 0 17 0 5 3 20 0 15 0 405488752 11084124160 20591 33554432000 4194304 4196468 140721940630864 139845684869744 139846262918550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8793] ppid=8725 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8793/stat : 8793 (java) S 8725 8728 5836 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 405488753 11084124160 20591 33554432000 4194304 4196468 140721940630864 139844537805536 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8794] ppid=8725 vsize=10824340 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8794/stat : 8794 (java) S 8725 8728 5836 0 -1 1077944384 1 13185 0 0 0 0 5 3 20 0 15 0 405488753 11084124160 20591 33554432000 4194304 4196468 140721940630864 139845683817136 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82364 KiB

[startup+1.50081 s]
/proc/loadavg: 1.15 1.24 1.34 5/227 8794
/proc/meminfo: memFree=20790100/32770624 swapFree=66977604/67108860
[pid=8728] ppid=8725 vsize=10828512 memory=218936 CPUtime=3.6 cores=0,2,4,6
/proc/8728/stat : 8728 (java) S 8725 8728 5836 0 -1 1077944320 22559 13185 0 0 342 10 5 3 20 0 15 0 405488738 11088396288 54734 33554432000 4194304 4196468 140721940630864 140721940613408 139846262906615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
/proc/8728/statm: 2707128 54734 3581 1 0 2669197 0
[pid=8728/tid=8781] ppid=8725 vsize=10828512 memory=140028214776408 CPUtime=1.45 cores=0,2,4,6
/proc/8728/task/8781/stat : 8781 (java) R 8725 8728 5836 0 -1 4202560 12226 13185 0 0 131 6 5 3 20 0 15 0 405488747 11088396288 54734 33554432000 4194304 4196468 140721940630864 139846234739776 139846255143742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8782] ppid=8725 vsize=10828512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8782/stat : 8782 (java) S 8725 8728 5836 0 -1 1077944384 76 13185 0 0 0 0 5 3 20 0 15 0 405488748 11088396288 54734 33554432000 4194304 4196468 140721940630864 139846267149456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8783] ppid=8725 vsize=10828512 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8783/stat : 8783 (java) S 8725 8728 5836 0 -1 1077944384 7 13185 0 0 0 0 5 3 20 0 15 0 405488748 11088396288 54734 33554432000 4194304 4196468 140721940630864 139846155422736 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8784] ppid=8725 vsize=10828512 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8784/stat : 8784 (java) S 8725 8728 5836 0 -1 1077944384 324 13185 0 0 0 0 5 3 20 0 15 0 405488748 11088396288 54734 33554432000 4194304 4196468 140721940630864 139846154369936 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8785] ppid=8725 vsize=10828512 memory=280056429959584 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8785/stat : 8785 (java) S 8725 8728 5836 0 -1 1077944384 73 13185 0 0 0 0 5 3 20 0 15 0 405488748 11088396288 54734 33554432000 4194304 4196468 140721940630864 139846153317136 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8786] ppid=8725 vsize=10828512 memory=177498113459302 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8786/stat : 8786 (java) S 8725 8728 5836 0 -1 1077944384 102 13185 0 0 0 0 5 3 20 0 15 0 405488749 11088396288 54734 33554432000 4194304 4196468 140721940630864 139845721586032 139846262917762 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8787] ppid=8725 vsize=10828512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8787/stat : 8787 (java) S 8725 8728 5836 0 -1 1077944384 54 13185 0 0 0 0 5 3 20 0 15 0 405488749 11088396288 54734 33554432000 4194304 4196468 140721940630864 139845720532000 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8788] ppid=8725 vsize=10828512 memory=6011695707888448306 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8788/stat : 8788 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488750 11088396288 54734 33554432000 4194304 4196468 140721940630864 139845611545456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8789] ppid=8725 vsize=10828512 memory=-8412660965132101773 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8789/stat : 8789 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488752 11088396288 54734 33554432000 4194304 4196468 140721940630864 139845007566672 139846262925211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8790] ppid=8725 vsize=10828512 memory=-7668917182949848256 CPUtime=0.89 cores=0,2,4,6
/proc/8728/task/8790/stat : 8790 (java) S 8725 8728 5836 0 -1 1077944384 3364 13185 0 0 81 0 5 3 20 0 15 0 405488752 11088396288 54734 33554432000 4194304 4196468 140721940630864 139845686975344 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8791] ppid=8725 vsize=10828512 memory=8514726395714956677 CPUtime=0.9 cores=0,2,4,6
/proc/8728/task/8791/stat : 8791 (java) S 8725 8728 5836 0 -1 1077944384 2080 13185 0 0 82 0 5 3 20 0 15 0 405488752 11088396288 54734 33554432000 4194304 4196468 140721940630864 139845685922544 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8792] ppid=8725 vsize=10828512 memory=-8995268955501401461 CPUtime=0.5 cores=0,2,4,6
/proc/8728/task/8792/stat : 8792 (java) S 8725 8728 5836 0 -1 1077944384 2037 13185 0 0 42 0 5 3 20 0 15 0 405488752 11088396288 54734 33554432000 4194304 4196468 140721940630864 139845684869744 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8793] ppid=8725 vsize=10828512 memory=4283920778551074714 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8793/stat : 8793 (java) S 8725 8728 5836 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 405488753 11088396288 54734 33554432000 4194304 4196468 140721940630864 139844537805536 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8794] ppid=8725 vsize=10828512 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8794/stat : 8794 (java) S 8725 8728 5836 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 405488753 11088396288 54734 33554432000 4194304 4196468 140721940630864 139845683817136 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
Current children cumulated CPU time: 3.6 s
Current children cumulated vsize: 10828512 KiB

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

/proc/8728/task/8781/stat : 8781 (java) R 8725 8728 5836 0 -1 4202560 104988 13185 0 0 229856 72 5 3 20 0 15 0 405488747 11107291136 673232 33554432000 4194304 4196468 140721940630864 139846234742416 139845833344815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8782] ppid=8725 vsize=10846964 memory=2692928 CPUtime=12.36 cores=0,2,4,6
/proc/8728/task/8782/stat : 8782 (java) S 8725 8728 5836 0 -1 1077944384 29567 13185 0 0 1181 47 5 3 20 0 15 0 405488748 11107291136 673232 33554432000 4194304 4196468 140721940630864 139846267149456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8783] ppid=8725 vsize=10846964 memory=2692772 CPUtime=12.36 cores=0,2,4,6
/proc/8728/task/8783/stat : 8783 (java) S 8725 8728 5836 0 -1 1077944384 42035 13185 0 0 1180 48 5 3 20 0 15 0 405488748 11107291136 673232 33554432000 4194304 4196468 140721940630864 139846155422736 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8784] ppid=8725 vsize=10846964 memory=2692780 CPUtime=12.41 cores=0,2,4,6
/proc/8728/task/8784/stat : 8784 (java) S 8725 8728 5836 0 -1 1077944384 32941 13185 0 0 1185 48 5 3 20 0 15 0 405488748 11107291136 673232 33554432000 4194304 4196468 140721940630864 139846154369936 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8785] ppid=8725 vsize=10846964 memory=2692928 CPUtime=12.39 cores=0,2,4,6
/proc/8728/task/8785/stat : 8785 (java) S 8725 8728 5836 0 -1 1077944384 36166 13185 0 0 1183 48 5 3 20 0 15 0 405488748 11107291136 673232 33554432000 4194304 4196468 140721940630864 139846153317136 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8786] ppid=8725 vsize=10846964 memory=2692928 CPUtime=7.94 cores=0,2,4,6
/proc/8728/task/8786/stat : 8786 (java) S 8725 8728 5836 0 -1 1077944384 32027 13185 0 0 741 45 5 3 20 0 15 0 405488749 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845721586032 139846262917762 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8787] ppid=8725 vsize=10846964 memory=2692928 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8787/stat : 8787 (java) S 8725 8728 5836 0 -1 1077944384 65 13185 0 0 0 0 5 3 20 0 15 0 405488749 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845720532064 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8788] ppid=8725 vsize=10846964 memory=2692928 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8788/stat : 8788 (java) S 8725 8728 5836 0 -1 1077944384 8 13185 0 0 0 0 5 3 20 0 15 0 405488750 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845611545472 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8789] ppid=8725 vsize=10846964 memory=2692928 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8789/stat : 8789 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488752 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845007566672 139846262925211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8790] ppid=8725 vsize=10846964 memory=164 CPUtime=9.46 cores=0,2,4,6
/proc/8728/task/8790/stat : 8790 (java) S 8725 8728 5836 0 -1 1077944384 20886 13185 0 0 932 6 5 3 20 0 15 0 405488752 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845686975344 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8791] ppid=8725 vsize=10846964 memory=2692928 CPUtime=9.32 cores=0,2,4,6
/proc/8728/task/8791/stat : 8791 (java) S 8725 8728 5836 0 -1 1077944384 24212 13185 0 0 918 6 5 3 20 0 15 0 405488752 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845685922544 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8792] ppid=8725 vsize=10846964 memory=912 CPUtime=4.03 cores=0,2,4,6
/proc/8728/task/8792/stat : 8792 (java) S 8725 8728 5836 0 -1 1077944384 14885 13185 0 0 389 6 5 3 20 0 15 0 405488752 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845684869744 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8793] ppid=8725 vsize=10846964 memory=1984 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8793/stat : 8793 (java) S 8725 8728 5836 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 405488753 11107291136 673232 33554432000 4194304 4196468 140721940630864 139844537805536 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8794] ppid=8725 vsize=10846964 memory=2692928 CPUtime=1.44 cores=0,2,4,6
/proc/8728/task/8794/stat : 8794 (java) S 8725 8728 5836 0 -1 1077944384 1658 13185 0 0 65 71 5 3 20 0 15 0 405488753 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845683817136 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
Current children cumulated CPU time: 2380.47 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2692928 KiB

[startup+2382.3 s]
/proc/loadavg: 1.49 1.29 1.33 3/227 9549
/proc/meminfo: memFree=19030468/32770624 swapFree=66977604/67108860
[pid=8728] ppid=8725 vsize=10846964 memory=2692928 CPUtime=2441.51 cores=0,2,4,6
/proc/8728/stat : 8728 (java) S 8725 8728 5836 0 -1 1077944320 344246 13185 0 0 243786 357 5 3 20 0 15 0 405488738 11107291136 673232 33554432000 4194304 4196468 140721940630864 140721940613408 139846262906615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
/proc/8728/statm: 2711741 673232 3635 1 0 2673805 0
[pid=8728/tid=8781] ppid=8725 vsize=10846964 memory=2692928 CPUtime=2358.71 cores=0,2,4,6
/proc/8728/task/8781/stat : 8781 (java) R 8725 8728 5836 0 -1 4202560 106088 13185 0 0 235791 72 5 3 20 0 15 0 405488747 11107291136 673232 33554432000 4194304 4196468 140721940630864 139846234742720 139845843571992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8782] ppid=8725 vsize=10846964 memory=2692928 CPUtime=12.71 cores=0,2,4,6
/proc/8728/task/8782/stat : 8782 (java) S 8725 8728 5836 0 -1 1077944384 30102 13185 0 0 1215 48 5 3 20 0 15 0 405488748 11107291136 673232 33554432000 4194304 4196468 140721940630864 139846267149456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8783] ppid=8725 vsize=10846964 memory=2692928 CPUtime=12.73 cores=0,2,4,6
/proc/8728/task/8783/stat : 8783 (java) S 8725 8728 5836 0 -1 1077944384 42060 13185 0 0 1216 49 5 3 20 0 15 0 405488748 11107291136 673232 33554432000 4194304 4196468 140721940630864 139846155422736 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8784] ppid=8725 vsize=10846964 memory=2692928 CPUtime=12.76 cores=0,2,4,6
/proc/8728/task/8784/stat : 8784 (java) S 8725 8728 5836 0 -1 1077944384 33155 13185 0 0 1220 48 5 3 20 0 15 0 405488748 11107291136 673232 33554432000 4194304 4196468 140721940630864 139846154369936 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8785] ppid=8725 vsize=10846964 memory=1056 CPUtime=12.74 cores=0,2,4,6
/proc/8728/task/8785/stat : 8785 (java) S 8725 8728 5836 0 -1 1077944384 36410 13185 0 0 1218 48 5 3 20 0 15 0 405488748 11107291136 673232 33554432000 4194304 4196468 140721940630864 139846153317136 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8786] ppid=8725 vsize=10846964 memory=2692928 CPUtime=8.16 cores=0,2,4,6
/proc/8728/task/8786/stat : 8786 (java) S 8725 8728 5836 0 -1 1077944384 32462 13185 0 0 762 46 5 3 20 0 15 0 405488749 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845721586032 139846262917762 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8787] ppid=8725 vsize=10846964 memory=2692928 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8787/stat : 8787 (java) S 8725 8728 5836 0 -1 1077944384 65 13185 0 0 0 0 5 3 20 0 15 0 405488749 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845720532064 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8788] ppid=8725 vsize=10846964 memory=2692928 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8788/stat : 8788 (java) S 8725 8728 5836 0 -1 1077944384 8 13185 0 0 0 0 5 3 20 0 15 0 405488750 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845611545472 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8789] ppid=8725 vsize=10846964 memory=280056431322768 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8789/stat : 8789 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488752 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845007566672 139846262925211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8790] ppid=8725 vsize=10846964 memory=2692928 CPUtime=9.46 cores=0,2,4,6
/proc/8728/task/8790/stat : 8790 (java) S 8725 8728 5836 0 -1 1077944384 20890 13185 0 0 932 6 5 3 20 0 15 0 405488752 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845686975344 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8791] ppid=8725 vsize=10846964 memory=3616 CPUtime=9.32 cores=0,2,4,6
/proc/8728/task/8791/stat : 8791 (java) S 8725 8728 5836 0 -1 1077944384 24216 13185 0 0 918 6 5 3 20 0 15 0 405488752 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845685922544 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8792] ppid=8725 vsize=10846964 memory=2692928 CPUtime=4.03 cores=0,2,4,6
/proc/8728/task/8792/stat : 8792 (java) S 8725 8728 5836 0 -1 1077944384 14889 13185 0 0 389 6 5 3 20 0 15 0 405488752 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845684869744 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8793] ppid=8725 vsize=10846964 memory=2692928 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8793/stat : 8793 (java) S 8725 8728 5836 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 405488753 11107291136 673232 33554432000 4194304 4196468 140721940630864 139844537805536 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8794] ppid=8725 vsize=10846964 memory=2692928 CPUtime=1.48 cores=0,2,4,6
/proc/8728/task/8794/stat : 8794 (java) S 8725 8728 5836 0 -1 1077944384 1689 13185 0 0 67 73 5 3 20 0 15 0 405488753 11107291136 673232 33554432000 4194304 4196468 140721940630864 139845683817136 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
Current children cumulated CPU time: 2441.51 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2692928 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.25 1.31 3/226 9553
/proc/meminfo: memFree=19037232/32770624 swapFree=66977604/67108860
[pid=8728] ppid=8725 vsize=10846964 memory=2685748 CPUtime=2502.63 cores=0,2,4,6
/proc/8728/stat : 8728 (java) S 8725 8728 5836 0 -1 1077944320 347037 13185 0 0 249893 362 5 3 20 0 15 0 405488738 11107291136 671437 33554432000 4194304 4196468 140721940630864 140721940613408 139846262906615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
/proc/8728/statm: 2711741 671437 3635 1 0 2673805 0
[pid=8728/tid=8781] ppid=8725 vsize=10846964 memory=2685748 CPUtime=2418.06 cores=0,2,4,6
/proc/8728/task/8781/stat : 8781 (java) S 8725 8728 5836 0 -1 1077944384 107188 13185 0 0 241725 73 5 3 20 0 15 0 405488747 11107291136 671437 33554432000 4194304 4196468 140721940630864 139846234742800 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8782] ppid=8725 vsize=10846964 memory=2692928 CPUtime=13.1 cores=0,2,4,6
/proc/8728/task/8782/stat : 8782 (java) S 8725 8728 5836 0 -1 1077944384 30281 13185 0 0 1253 49 5 3 20 0 15 0 405488748 11107291136 671437 33554432000 4194304 4196468 140721940630864 139846267149456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8783] ppid=8725 vsize=10846964 memory=2692928 CPUtime=13.11 cores=0,2,4,6
/proc/8728/task/8783/stat : 8783 (java) S 8725 8728 5836 0 -1 1077944384 42362 13185 0 0 1253 50 5 3 20 0 15 0 405488748 11107291136 671437 33554432000 4194304 4196468 140721940630864 139846155422736 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8784] ppid=8725 vsize=10846964 memory=2692928 CPUtime=13.15 cores=0,2,4,6
/proc/8728/task/8784/stat : 8784 (java) S 8725 8728 5836 0 -1 1077944384 33527 13185 0 0 1258 49 5 3 20 0 15 0 405488748 11107291136 671437 33554432000 4194304 4196468 140721940630864 139846154369936 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8785] ppid=8725 vsize=10846964 memory=3616 CPUtime=13.11 cores=0,2,4,6
/proc/8728/task/8785/stat : 8785 (java) R 8725 8728 5836 0 -1 1077944384 36609 13185 0 0 1254 49 5 3 20 0 15 0 405488748 11107291136 671437 33554432000 4194304 4196468 140721940630864 139846153317136 139846262916821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8786] ppid=8725 vsize=10846964 memory=2692928 CPUtime=8.39 cores=0,2,4,6
/proc/8728/task/8786/stat : 8786 (java) S 8725 8728 5836 0 -1 1077944384 33053 13185 0 0 784 47 5 3 20 0 15 0 405488749 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845721584544 139846262917762 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8787] ppid=8725 vsize=10846964 memory=2685748 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8787/stat : 8787 (java) S 8725 8728 5836 0 -1 1077944384 65 13185 0 0 0 0 5 3 20 0 15 0 405488749 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845720532064 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8788] ppid=8725 vsize=10846964 memory=2685748 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8788/stat : 8788 (java) S 8725 8728 5836 0 -1 1077944384 8 13185 0 0 0 0 5 3 20 0 15 0 405488750 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845611545472 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8789] ppid=8725 vsize=10846964 memory=2685748 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8789/stat : 8789 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488752 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845007566672 139846262925211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8790] ppid=8725 vsize=10846964 memory=2685748 CPUtime=9.47 cores=0,2,4,6
/proc/8728/task/8790/stat : 8790 (java) S 8725 8728 5836 0 -1 1077944384 20896 13185 0 0 933 6 5 3 20 0 15 0 405488752 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845686975344 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8791] ppid=8725 vsize=10846964 memory=2685748 CPUtime=9.32 cores=0,2,4,6
/proc/8728/task/8791/stat : 8791 (java) S 8725 8728 5836 0 -1 1077944384 24222 13185 0 0 918 6 5 3 20 0 15 0 405488752 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845685922544 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8792] ppid=8725 vsize=10846964 memory=3616 CPUtime=4.03 cores=0,2,4,6
/proc/8728/task/8792/stat : 8792 (java) S 8725 8728 5836 0 -1 1077944384 14895 13185 0 0 389 6 5 3 20 0 15 0 405488752 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845684869744 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8793] ppid=8725 vsize=10846964 memory=2685748 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8793/stat : 8793 (java) S 8725 8728 5836 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 405488753 11107291136 671437 33554432000 4194304 4196468 140721940630864 139844537805536 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8794] ppid=8725 vsize=10846964 memory=2685748 CPUtime=1.51 cores=0,2,4,6
/proc/8728/task/8794/stat : 8794 (java) S 8725 8728 5836 0 -1 1077944384 1719 13185 0 0 68 75 5 3 20 0 15 0 405488753 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845683817136 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
Current children cumulated CPU time: 2502.63 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2685748 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2459.4 s]
/proc/loadavg: 1.34 1.27 1.32 3/226 9556
/proc/meminfo: memFree=19036960/32770624 swapFree=66977604/67108860
[pid=8728] ppid=8725 vsize=10846964 memory=2685748 CPUtime=2520.03 cores=0,2,4,6
/proc/8728/stat : 8728 (java) S 8725 8728 5836 0 -1 1077944320 347245 13185 0 0 251631 364 5 3 20 0 15 0 405488738 11107291136 671437 33554432000 4194304 4196468 140721940630864 140721940613408 139846262906615 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
/proc/8728/statm: 2711741 671437 3635 1 0 2673805 0
[pid=8728/tid=8781] ppid=8725 vsize=10846964 memory=8112282956445269571 CPUtime=2434.96 cores=0,2,4,6
/proc/8728/task/8781/stat : 8781 (java) R 8725 8728 5836 0 -1 4202560 107341 13185 0 0 243415 73 5 3 20 0 15 0 405488747 11107291136 671437 33554432000 4194304 4196468 140721940630864 139846234742352 139845848112712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8782] ppid=8725 vsize=10846964 memory=288230574492221466 CPUtime=13.2 cores=0,2,4,6
/proc/8728/task/8782/stat : 8782 (java) S 8725 8728 5836 0 -1 1077944384 30281 13185 0 0 1263 49 5 3 20 0 15 0 405488748 11107291136 671437 33554432000 4194304 4196468 140721940630864 139846267149456 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8783] ppid=8725 vsize=10846964 memory=2685748 CPUtime=13.21 cores=0,2,4,6
/proc/8728/task/8783/stat : 8783 (java) S 8725 8728 5836 0 -1 1077944384 42364 13185 0 0 1263 50 5 3 20 0 15 0 405488748 11107291136 671437 33554432000 4194304 4196468 140721940630864 139846155422736 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8784] ppid=8725 vsize=10846964 memory=2685748 CPUtime=13.25 cores=0,2,4,6
/proc/8728/task/8784/stat : 8784 (java) S 8725 8728 5836 0 -1 1077944384 33556 13185 0 0 1268 49 5 3 20 0 15 0 405488748 11107291136 671437 33554432000 4194304 4196468 140721940630864 139846154369936 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8785] ppid=8725 vsize=10846964 memory=8112282956445269571 CPUtime=13.22 cores=0,2,4,6
/proc/8728/task/8785/stat : 8785 (java) S 8725 8728 5836 0 -1 1077944384 36610 13185 0 0 1265 49 5 3 20 0 15 0 405488748 11107291136 671437 33554432000 4194304 4196468 140721940630864 139846153317136 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8786] ppid=8725 vsize=10846964 memory=1564 CPUtime=8.45 cores=0,2,4,6
/proc/8728/task/8786/stat : 8786 (java) S 8725 8728 5836 0 -1 1077944384 33074 13185 0 0 790 47 5 3 20 0 15 0 405488749 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845721586032 139846262917762 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8787] ppid=8725 vsize=10846964 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8787/stat : 8787 (java) S 8725 8728 5836 0 -1 1077944384 65 13185 0 0 0 0 5 3 20 0 15 0 405488749 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845720532064 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8788] ppid=8725 vsize=10846964 memory=1756 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8788/stat : 8788 (java) S 8725 8728 5836 0 -1 1077944384 8 13185 0 0 0 0 5 3 20 0 15 0 405488750 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845611545472 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8789] ppid=8725 vsize=10846964 memory=14012 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8789/stat : 8789 (java) S 8725 8728 5836 0 -1 1077944384 2 13185 0 0 0 0 5 3 20 0 15 0 405488752 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845007566672 139846262925211 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8790] ppid=8725 vsize=10846964 memory=14048 CPUtime=9.47 cores=0,2,4,6
/proc/8728/task/8790/stat : 8790 (java) S 8725 8728 5836 0 -1 1077944384 20896 13185 0 0 933 6 5 3 20 0 15 0 405488752 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845686975344 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8791] ppid=8725 vsize=10846964 memory=19872 CPUtime=9.32 cores=0,2,4,6
/proc/8728/task/8791/stat : 8791 (java) S 8725 8728 5836 0 -1 1077944384 24222 13185 0 0 918 6 5 3 20 0 15 0 405488752 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845685922544 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8792] ppid=8725 vsize=10846964 memory=2120 CPUtime=4.03 cores=0,2,4,6
/proc/8728/task/8792/stat : 8792 (java) S 8725 8728 5836 0 -1 1077944384 14895 13185 0 0 389 6 5 3 20 0 15 0 405488752 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845684869744 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8793] ppid=8725 vsize=10846964 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/8728/task/8793/stat : 8793 (java) S 8725 8728 5836 0 -1 1077944384 3 13185 0 0 0 0 5 3 20 0 15 0 405488753 11107291136 671437 33554432000 4194304 4196468 140721940630864 139844537805536 139846262916821 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
[pid=8728/tid=8794] ppid=8725 vsize=10846964 memory=912 CPUtime=1.52 cores=0,2,4,6
/proc/8728/task/8794/stat : 8794 (java) S 8725 8728 5836 0 -1 1077944384 1721 13185 0 0 69 75 5 3 20 0 15 0 405488753 11107291136 671437 33554432000 4194304 4196468 140721940630864 139845683817136 139846262917762 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9420800 140721940634359 140721940636869 140721940636869 140721940639695 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2685748 KiB

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

[startup+2459.45 s]
# the end of solver process 8728 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.4 s, system=3.69095 s

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

Child status: 143
Real time (s): 2459.45
CPU time (s): 2520.09
CPU user time (s): 2516.4
CPU system time (s): 3.69095
CPU usage (%): 102.466
Max. virtual memory (cumulated for all children) (KiB): 10849592
Max. memory (cumulated for all children) (KiB): 2900412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.4
system time used= 3.69095
maximum resident set size= 2901472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 361602
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 246038
involuntary context switches= 8151


# summary of solver processes directly reported to runsolver:
#   pid: 8728
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.4
#   total CPU system time (s): 3.69095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9939 second user time and 21.0275 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-12 13:34:58
IDJOB=4387149
IDBENCH=126708
IDSOLVER=2823
FILE ID=node104/4387149-1568292314
RUNJOBID= node104-1568282865-6843
PBS_JOBID= 21701090
Free space on /tmp= 54196 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-8-4-8-cp.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387149-1568292314/watcher-4387149-1568292314 -o /tmp/evaluation-result-4387149-1568292314/solver-4387149-1568292314 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568282865-6843 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=66421164 HOME/instance-4387149-1568292314.xml

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

MD5SUM BENCH= 98d7ab41a8bb825fcbc10f63a442bd58
RANDOM SEED=66421164

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        20897944 kB
MemAvailable:   30276140 kB
Buffers:          119808 kB
Cached:          9431128 kB
SwapCached:        31868 kB
Active:          3895884 kB
Inactive:        7243684 kB
Active(anon):    1556560 kB
Inactive(anon):    74116 kB
Active(file):    2339324 kB
Inactive(file):  7169568 kB
Unevictable:      106872 kB
Mlocked:          106872 kB
SwapTotal:      67108860 kB
SwapFree:       66977604 kB
Dirty:             35840 kB
Writeback:             0 kB
AnonPages:       1667532 kB
Mapped:            55940 kB
Shmem:             32780 kB
Slab:             327148 kB
SReclaimable:     297764 kB
SUnreclaim:        29384 kB
KernelStack:        3984 kB
PageTables:         9084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2671572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1507328 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 54160 MiB
End job on node104 at 2019-09-12 14:15:57