Trace number 4387144

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.13 2464.04

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-5-5-9-cp.xml
MD5SUMa6754b0df54e854fabf9aee35b814723
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark15.7529
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints10811
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":225}]
Minimum variable degree194
Maximum variable degree195
Distribution of variable degrees[{"degree":194,"count":200},{"degree":195,"count":25}]
Minimum constraint arity4
Maximum constraint arity225
Distribution of constraint arities[{"arity":4,"count":10800},{"arity":25,"count":10},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints10800
Distribution of constraint types[{"type":"intension","count":10800},{"type":"lex","count":1},{"type":"cardinality","count":9},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387144-1568292150/watcher-4387144-1568292150 -o /tmp/evaluation-result-4387144-1568292150/solver-4387144-1568292150 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=755230263 HOME/instance-4387144-1568292150.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=8346, runsolver pid=8343

[startup+0.10009 s]*
/proc/loadavg: 1.68 1.74 1.63 3/216 8399
/proc/meminfo: memFree=31342952/32770624 swapFree=66934216/67108860
[pid=8346] ppid=8343 vsize=9972712 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/8346/stat : 8346 (java) S 8343 8346 5271 0 -1 1077944320 4393 13306 0 0 1 1 4 3 20 0 6 0 405473515 10212057088 4137 33554432000 4194304 4196468 140733622296976 140733622279520 139800736177911 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
/proc/8346/statm: 2493178 4137 1933 1 0 2481616 0
[pid=8346/tid=8399] ppid=8343 vsize=9972712 memory=-8617482348318186131 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8399/stat : 8399 (java) R 8343 8346 5271 0 -1 4202560 2217 13306 0 0 0 0 4 3 20 0 6 0 405473524 10212057088 4203 33554432000 4194304 4196468 140733622296976 139800708014672 139800720258398 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8400] ppid=8343 vsize=9972712 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8400/stat : 8400 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 6 0 405473525 10212057088 4203 33554432000 4194304 4196468 140733622296976 139800740420496 139800736188117 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8401] ppid=8343 vsize=9972712 memory=140541070628480 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8401/stat : 8401 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 6 0 405473525 10212057088 4203 33554432000 4194304 4196468 140733622296976 139800655239952 139800736188117 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8402] ppid=8343 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8402/stat : 8402 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 6 0 405473525 10212057088 4203 33554432000 4194304 4196468 140733622296976 139800654187664 139800736188117 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8403] ppid=8343 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8403/stat : 8403 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 6 0 405473525 10212057088 4203 33554432000 4194304 4196468 140733622296976 139800653134864 139800736188117 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210299 s]*
/proc/loadavg: 1.68 1.74 1.63 3/229 8412
/proc/meminfo: memFree=31322180/32770624 swapFree=66934216/67108860
[pid=8346] ppid=8343 vsize=10818940 memory=38308 CPUtime=0.25 cores=0,2,4,6
/proc/8346/stat : 8346 (java) S 8343 8346 5271 0 -1 1077944320 6891 13306 0 0 16 2 4 3 20 0 15 0 405473515 11078594560 9577 33554432000 4194304 4196468 140733622296976 140733622279520 139800736177911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
/proc/8346/statm: 2704735 9577 2982 1 0 2667149 0
[pid=8346/tid=8399] ppid=8343 vsize=10818940 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/8346/task/8399/stat : 8399 (java) R 8343 8346 5271 0 -1 4202560 3389 13306 0 0 10 1 4 3 20 0 15 0 405473524 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800707965696 139800720258398 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8400] ppid=8343 vsize=10818940 memory=345 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8400/stat : 8400 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473525 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800740420496 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8401] ppid=8343 vsize=10818940 memory=140541070636876 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8401/stat : 8401 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473525 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800655239952 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8402] ppid=8343 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8402/stat : 8402 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 15 0 405473525 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800654187664 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8403] ppid=8343 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8403/stat : 8403 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 15 0 405473525 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800653134864 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8404] ppid=8343 vsize=10818940 memory=140541070628480 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8404/stat : 8404 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 15 0 405473527 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800262785136 139800736189058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8405] ppid=8343 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8405/stat : 8405 (java) S 8343 8346 5271 0 -1 1077944384 13 13306 0 0 0 0 4 3 20 0 15 0 405473527 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800178844448 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8406] ppid=8343 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8406/stat : 8406 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473527 11078594560 9577 33554432000 4194304 4196468 140733622296976 139799574865008 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8407] ppid=8343 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8407/stat : 8407 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11078594560 9577 33554432000 4194304 4196468 140733622296976 139799267465296 139800736196507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8408] ppid=8343 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8346/task/8408/stat : 8408 (java) S 8343 8346 5271 0 -1 1077944384 474 13306 0 0 1 0 4 3 20 0 15 0 405473530 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800261732976 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8409] ppid=8343 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8409/stat : 8409 (java) S 8343 8346 5271 0 -1 1077944384 158 13306 0 0 0 0 4 3 20 0 15 0 405473530 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800260680176 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8410] ppid=8343 vsize=10818940 memory=140541070628480 CPUtime=0.1 cores=0,2,4,6
/proc/8346/task/8410/stat : 8410 (java) S 8343 8346 5271 0 -1 1077944384 644 13306 0 0 3 0 4 3 20 0 15 0 405473530 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800259627888 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8411] ppid=8343 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8411/stat : 8411 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11078594560 9577 33554432000 4194304 4196468 140733622296976 139799233907680 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8412] ppid=8343 vsize=10818940 memory=140541070628480 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8412/stat : 8412 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473530 11078594560 9577 33554432000 4194304 4196468 140733622296976 139800258574768 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38308 KiB

[startup+0.316842 s]*
/proc/loadavg: 1.68 1.74 1.63 3/229 8412
/proc/meminfo: memFree=31311680/32770624 swapFree=66934216/67108860
[pid=8346] ppid=8343 vsize=10820096 memory=50168 CPUtime=0.4 cores=0,2,4,6
/proc/8346/stat : 8346 (java) S 8343 8346 5271 0 -1 1077944320 10691 13306 0 0 29 4 4 3 20 0 15 0 405473515 11079778304 12542 33554432000 4194304 4196468 140733622296976 140733622279520 139800736177911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
/proc/8346/statm: 2705024 12542 3295 1 0 2667149 0
[pid=8346/tid=8399] ppid=8343 vsize=10820244 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/8346/task/8399/stat : 8399 (java) R 8343 8346 5271 0 -1 4202560 7178 13306 0 0 19 2 4 3 20 0 15 0 405473524 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800707990352 139800659255158 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8400] ppid=8343 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8400/stat : 8400 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473525 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800740420496 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8401] ppid=8343 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8401/stat : 8401 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473525 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800655239952 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8402] ppid=8343 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8402/stat : 8402 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 15 0 405473525 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800654187664 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8403] ppid=8343 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8403/stat : 8403 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 15 0 405473525 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800653134864 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8404] ppid=8343 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8404/stat : 8404 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 15 0 405473527 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800262785136 139800736189058 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8405] ppid=8343 vsize=10820244 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8405/stat : 8405 (java) S 8343 8346 5271 0 -1 1077944384 13 13306 0 0 0 0 4 3 20 0 15 0 405473527 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800178844448 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8406] ppid=8343 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8406/stat : 8406 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473527 11079929856 12542 33554432000 4194304 4196468 140733622296976 139799574865008 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8407] ppid=8343 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8407/stat : 8407 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11079929856 12542 33554432000 4194304 4196468 140733622296976 139799267465296 139800736196507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8408] ppid=8343 vsize=10820244 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8346/task/8408/stat : 8408 (java) S 8343 8346 5271 0 -1 1077944384 476 13306 0 0 1 0 4 3 20 0 15 0 405473530 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800261732976 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8409] ppid=8343 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8346/task/8409/stat : 8409 (java) S 8343 8346 5271 0 -1 1077944384 158 13306 0 0 1 0 4 3 20 0 15 0 405473530 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800260680176 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8410] ppid=8343 vsize=10820244 memory=140541070628480 CPUtime=0.12 cores=0,2,4,6
/proc/8346/task/8410/stat : 8410 (java) S 8343 8346 5271 0 -1 1077944384 672 13306 0 0 5 0 4 3 20 0 15 0 405473530 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800259627888 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8411] ppid=8343 vsize=10820244 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8411/stat : 8411 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11079929856 12542 33554432000 4194304 4196468 140733622296976 139799233907680 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8412] ppid=8343 vsize=10820244 memory=140541070628480 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8412/stat : 8412 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473530 11079929856 12542 33554432000 4194304 4196468 140733622296976 139800258574768 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50168 KiB

[startup+0.700782 s]
/proc/loadavg: 1.68 1.74 1.63 5/229 8412
/proc/meminfo: memFree=31298620/32770624 swapFree=66934216/67108860
[pid=8346] ppid=8343 vsize=10824340 memory=80260 CPUtime=1.13 cores=0,2,4,6
/proc/8346/stat : 8346 (java) S 8343 8346 5271 0 -1 1077944320 14814 13306 0 0 101 5 4 3 20 0 15 0 405473515 11084124160 20065 33554432000 4194304 4196468 140733622296976 140733622279520 139800736177911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
/proc/8346/statm: 2706085 20065 3507 1 0 2668173 0
[pid=8346/tid=8399] ppid=8343 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/8346/task/8399/stat : 8399 (java) R 8343 8346 5271 0 -1 4202560 10463 13306 0 0 55 4 4 3 20 0 15 0 405473524 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800707991104 139800720258398 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8400] ppid=8343 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8400/stat : 8400 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473525 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800740420496 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8401] ppid=8343 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8401/stat : 8401 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473525 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800655239952 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8402] ppid=8343 vsize=10824340 memory=140540926636240 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8402/stat : 8402 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 15 0 405473525 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800654187664 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8403] ppid=8343 vsize=10824340 memory=140544214827625 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8403/stat : 8403 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 15 0 405473525 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800653134864 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8404] ppid=8343 vsize=10824340 memory=1060 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8404/stat : 8404 (java) S 8343 8346 5271 0 -1 1077944384 5 13306 0 0 0 0 4 3 20 0 15 0 405473527 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800262785136 139800736189058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8405] ppid=8343 vsize=10824340 memory=7014751519667017297 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8405/stat : 8405 (java) S 8343 8346 5271 0 -1 1077944384 13 13306 0 0 0 0 4 3 20 0 15 0 405473527 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800178844448 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8406] ppid=8343 vsize=10824340 memory=7741517697710052455 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8406/stat : 8406 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473527 11084124160 20065 33554432000 4194304 4196468 140733622296976 139799574865008 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8407] ppid=8343 vsize=10824340 memory=14056 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8407/stat : 8407 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11084124160 20065 33554432000 4194304 4196468 140733622296976 139799267465296 139800736196507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8408] ppid=8343 vsize=10824340 memory=2116 CPUtime=0.19 cores=0,2,4,6
/proc/8346/task/8408/stat : 8408 (java) S 8343 8346 5271 0 -1 1077944384 738 13306 0 0 12 0 4 3 20 0 15 0 405473530 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800261732976 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8409] ppid=8343 vsize=10824340 memory=516 CPUtime=0.21 cores=0,2,4,6
/proc/8346/task/8409/stat : 8409 (java) S 8343 8346 5271 0 -1 1077944384 514 13306 0 0 14 0 4 3 20 0 15 0 405473530 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800260680176 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8410] ppid=8343 vsize=10824340 memory=1556 CPUtime=0.24 cores=0,2,4,6
/proc/8346/task/8410/stat : 8410 (java) S 8343 8346 5271 0 -1 1077944384 857 13306 0 0 17 0 4 3 20 0 15 0 405473530 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800259627888 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8411] ppid=8343 vsize=10824340 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8411/stat : 8411 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11084124160 20065 33554432000 4194304 4196468 140733622296976 139799233907680 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8412] ppid=8343 vsize=10824340 memory=1668 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8412/stat : 8412 (java) S 8343 8346 5271 0 -1 1077944384 1 13306 0 0 0 0 4 3 20 0 15 0 405473530 11084124160 20065 33554432000 4194304 4196468 140733622296976 139800258574768 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80260 KiB

[startup+1.50093 s]
/proc/loadavg: 1.86 1.77 1.64 4/229 8412
/proc/meminfo: memFree=31241424/32770624 swapFree=66934216/67108860
[pid=8346] ppid=8343 vsize=10830560 memory=219464 CPUtime=3.44 cores=0,2,4,6
/proc/8346/stat : 8346 (java) S 8343 8346 5271 0 -1 1077944320 24629 13306 0 0 327 10 4 3 20 0 15 0 405473515 11090493440 54866 33554432000 4194304 4196468 140733622296976 140733622279520 139800736177911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
/proc/8346/statm: 2707640 54866 3583 1 0 2669709 0
[pid=8346/tid=8399] ppid=8343 vsize=10830560 memory=208376 CPUtime=1.43 cores=0,2,4,6
/proc/8346/task/8399/stat : 8399 (java) R 8343 8346 5271 0 -1 4202560 14178 13306 0 0 130 6 4 3 20 0 15 0 405473524 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800707987584 139800720258398 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8400] ppid=8343 vsize=10830560 memory=2436 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8400/stat : 8400 (java) S 8343 8346 5271 0 -1 1077944384 8 13306 0 0 0 0 4 3 20 0 15 0 405473525 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800740420496 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8401] ppid=8343 vsize=10830560 memory=1760 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8401/stat : 8401 (java) S 8343 8346 5271 0 -1 1077944384 9 13306 0 0 0 0 4 3 20 0 15 0 405473525 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800655239952 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8402] ppid=8343 vsize=10830560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8402/stat : 8402 (java) S 8343 8346 5271 0 -1 1077944384 356 13306 0 0 0 0 4 3 20 0 15 0 405473525 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800654187664 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8403] ppid=8343 vsize=10830560 memory=-7303279828959712342 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8403/stat : 8403 (java) S 8343 8346 5271 0 -1 1077944384 113 13306 0 0 0 0 4 3 20 0 15 0 405473525 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800653134864 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8404] ppid=8343 vsize=10830560 memory=3833724587141655611 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8404/stat : 8404 (java) S 8343 8346 5271 0 -1 1077944384 102 13306 0 0 0 0 4 3 20 0 15 0 405473527 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800262785136 139800736189058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8405] ppid=8343 vsize=10830560 memory=-6798310482166503264 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8405/stat : 8405 (java) S 8343 8346 5271 0 -1 1077944384 13 13306 0 0 0 0 4 3 20 0 15 0 405473527 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800178844448 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8406] ppid=8343 vsize=10830560 memory=-6078294146213043397 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8406/stat : 8406 (java) S 8343 8346 5271 0 -1 1077944384 2 13306 0 0 0 0 4 3 20 0 15 0 405473527 11090493440 54866 33554432000 4194304 4196468 140733622296976 139799574865024 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8407] ppid=8343 vsize=10830560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8407/stat : 8407 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11090493440 54866 33554432000 4194304 4196468 140733622296976 139799267465296 139800736196507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8408] ppid=8343 vsize=10830560 memory=0 CPUtime=0.82 cores=0,2,4,6
/proc/8346/task/8408/stat : 8408 (java) R 8343 8346 5271 0 -1 4202560 2550 13306 0 0 75 0 4 3 20 0 15 0 405473530 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800261732976 139800715416336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8409] ppid=8343 vsize=10830560 memory=4580 CPUtime=0.83 cores=0,2,4,6
/proc/8346/task/8409/stat : 8409 (java) S 8343 8346 5271 0 -1 1077944384 2860 13306 0 0 76 0 4 3 20 0 15 0 405473530 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800260680176 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8410] ppid=8343 vsize=10830560 memory=6298657248459903568 CPUtime=0.48 cores=0,2,4,6
/proc/8346/task/8410/stat : 8410 (java) S 8343 8346 5271 0 -1 1077944384 2219 13306 0 0 41 0 4 3 20 0 15 0 405473530 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800259627888 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8411] ppid=8343 vsize=10830560 memory=6075463926090388816 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8411/stat : 8411 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11090493440 54866 33554432000 4194304 4196468 140733622296976 139799233907680 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8412] ppid=8343 vsize=10830560 memory=7516902878270285931 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8412/stat : 8412 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11090493440 54866 33554432000 4194304 4196468 140733622296976 139800258574768 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
Current children cumulated CPU time: 3.44 s
Current children cumulated vsize: 10830560 KiB

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

/proc/8346/task/8399/stat : 8399 (java) R 8343 8346 5271 0 -1 4202560 98889 13306 0 0 229890 76 4 3 20 0 15 0 405473524 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800708013680 139800353178874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8400] ppid=8343 vsize=10846964 memory=2520536 CPUtime=11.3 cores=0,2,4,6
/proc/8346/task/8400/stat : 8400 (java) S 8343 8346 5271 0 -1 1077944384 28665 13306 0 0 1067 56 4 3 20 0 15 0 405473525 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800740420496 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8401] ppid=8343 vsize=10846964 memory=2520540 CPUtime=11.31 cores=0,2,4,6
/proc/8346/task/8401/stat : 8401 (java) S 8343 8346 5271 0 -1 1077944384 35908 13306 0 0 1068 56 4 3 20 0 15 0 405473525 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800655239952 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8402] ppid=8343 vsize=10846964 memory=2520540 CPUtime=11.32 cores=0,2,4,6
/proc/8346/task/8402/stat : 8402 (java) S 8343 8346 5271 0 -1 1077944384 32950 13306 0 0 1071 54 4 3 20 0 15 0 405473525 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800654187664 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8403] ppid=8343 vsize=10846964 memory=2520540 CPUtime=11.3 cores=0,2,4,6
/proc/8346/task/8403/stat : 8403 (java) S 8343 8346 5271 0 -1 1077944384 30486 13306 0 0 1070 53 4 3 20 0 15 0 405473525 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800653134864 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8404] ppid=8343 vsize=10846964 memory=2520540 CPUtime=9.35 cores=0,2,4,6
/proc/8346/task/8404/stat : 8404 (java) S 8343 8346 5271 0 -1 1077944384 30901 13306 0 0 881 47 4 3 20 0 15 0 405473527 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800262785136 139800736189058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8405] ppid=8343 vsize=10846964 memory=2520540 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8405/stat : 8405 (java) S 8343 8346 5271 0 -1 1077944384 15 13306 0 0 0 0 4 3 20 0 15 0 405473527 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800178844512 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8406] ppid=8343 vsize=10846964 memory=2520536 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8406/stat : 8406 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473527 11107291136 630135 33554432000 4194304 4196468 140733622296976 139799574865024 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8407] ppid=8343 vsize=10846964 memory=2520540 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8407/stat : 8407 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11107291136 630135 33554432000 4194304 4196468 140733622296976 139799267465296 139800736196507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8408] ppid=8343 vsize=10846964 memory=2520540 CPUtime=8.16 cores=0,2,4,6
/proc/8346/task/8408/stat : 8408 (java) S 8343 8346 5271 0 -1 1077944384 24729 13306 0 0 804 5 4 3 20 0 15 0 405473530 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800261732976 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8409] ppid=8343 vsize=10846964 memory=2520540 CPUtime=8.68 cores=0,2,4,6
/proc/8346/task/8409/stat : 8409 (java) S 8343 8346 5271 0 -1 1077944384 17215 13306 0 0 856 5 4 3 20 0 15 0 405473530 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800260680176 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8410] ppid=8343 vsize=10846964 memory=2520540 CPUtime=3.99 cores=0,2,4,6
/proc/8346/task/8410/stat : 8410 (java) S 8343 8346 5271 0 -1 1077944384 14119 13306 0 0 384 8 4 3 20 0 15 0 405473530 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800259627888 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8411] ppid=8343 vsize=10846964 memory=3848 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8411/stat : 8411 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11107291136 630135 33554432000 4194304 4196468 140733622296976 139799233907680 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8412] ppid=8343 vsize=10846964 memory=2948 CPUtime=1.4 cores=0,2,4,6
/proc/8346/task/8412/stat : 8412 (java) S 8343 8346 5271 0 -1 1077944384 1598 13306 0 0 70 63 4 3 20 0 15 0 405473530 11107291136 630135 33554432000 4194304 4196468 140733622296976 139800258574768 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
Current children cumulated CPU time: 2376 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2520540 KiB

[startup+2382.3 s]
/proc/loadavg: 1.23 1.44 1.48 3/227 8783
/proc/meminfo: memFree=28236640/32770624 swapFree=66934260/67108860
[pid=8346] ppid=8343 vsize=10846964 memory=2520556 CPUtime=2437.01 cores=0,2,4,6
/proc/8346/stat : 8346 (java) S 8343 8346 5271 0 -1 1077944320 320280 13306 0 0 243317 377 4 3 20 0 15 0 405473515 11107291136 630139 33554432000 4194304 4196468 140733622296976 140733622279520 139800736177911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
/proc/8346/statm: 2711741 630139 3634 1 0 2673805 0
[pid=8346/tid=8399] ppid=8343 vsize=10846964 memory=2520556 CPUtime=2359.06 cores=0,2,4,6
/proc/8346/task/8399/stat : 8399 (java) R 8343 8346 5271 0 -1 4202560 99917 13306 0 0 235822 77 4 3 20 0 15 0 405473524 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800708013664 139800330966947 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8400] ppid=8343 vsize=10846964 memory=2520556 CPUtime=11.65 cores=0,2,4,6
/proc/8346/task/8400/stat : 8400 (java) S 8343 8346 5271 0 -1 1077944384 28993 13306 0 0 1100 58 4 3 20 0 15 0 405473525 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800740420496 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8401] ppid=8343 vsize=10846964 memory=2520556 CPUtime=11.65 cores=0,2,4,6
/proc/8346/task/8401/stat : 8401 (java) S 8343 8346 5271 0 -1 1077944384 36267 13306 0 0 1102 56 4 3 20 0 15 0 405473525 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800655239952 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8402] ppid=8343 vsize=10846964 memory=0 CPUtime=11.66 cores=0,2,4,6
/proc/8346/task/8402/stat : 8402 (java) S 8343 8346 5271 0 -1 1077944384 33108 13306 0 0 1103 56 4 3 20 0 15 0 405473525 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800654187664 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8403] ppid=8343 vsize=10846964 memory=2520544 CPUtime=11.64 cores=0,2,4,6
/proc/8346/task/8403/stat : 8403 (java) S 8343 8346 5271 0 -1 1077944384 30717 13306 0 0 1102 55 4 3 20 0 15 0 405473525 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800653134864 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8404] ppid=8343 vsize=10846964 memory=2520544 CPUtime=9.62 cores=0,2,4,6
/proc/8346/task/8404/stat : 8404 (java) S 8343 8346 5271 0 -1 1077944384 31341 13306 0 0 907 48 4 3 20 0 15 0 405473527 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800262785136 139800736189058 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8405] ppid=8343 vsize=10846964 memory=1072 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8405/stat : 8405 (java) S 8343 8346 5271 0 -1 1077944384 15 13306 0 0 0 0 4 3 20 0 15 0 405473527 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800178844512 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8406] ppid=8343 vsize=10846964 memory=2520544 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8406/stat : 8406 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473527 11107291136 630139 33554432000 4194304 4196468 140733622296976 139799574865024 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8407] ppid=8343 vsize=10846964 memory=2520544 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8407/stat : 8407 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11107291136 630139 33554432000 4194304 4196468 140733622296976 139799267465296 139800736196507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8408] ppid=8343 vsize=10846964 memory=2520544 CPUtime=8.16 cores=0,2,4,6
/proc/8346/task/8408/stat : 8408 (java) S 8343 8346 5271 0 -1 1077944384 24733 13306 0 0 804 5 4 3 20 0 15 0 405473530 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800261732976 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8409] ppid=8343 vsize=10846964 memory=2520544 CPUtime=8.68 cores=0,2,4,6
/proc/8346/task/8409/stat : 8409 (java) S 8343 8346 5271 0 -1 1077944384 17219 13306 0 0 856 5 4 3 20 0 15 0 405473530 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800260680176 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8410] ppid=8343 vsize=10846964 memory=8112282956445269571 CPUtime=3.99 cores=0,2,4,6
/proc/8346/task/8410/stat : 8410 (java) S 8343 8346 5271 0 -1 1077944384 14124 13306 0 0 384 8 4 3 20 0 15 0 405473530 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800259627888 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8411] ppid=8343 vsize=10846964 memory=7148 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8411/stat : 8411 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11107291136 630139 33554432000 4194304 4196468 140733622296976 139799233907680 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8412] ppid=8343 vsize=10846964 memory=1136 CPUtime=1.44 cores=0,2,4,6
/proc/8346/task/8412/stat : 8412 (java) S 8343 8346 5271 0 -1 1077944384 1627 13306 0 0 72 65 4 3 20 0 15 0 405473530 11107291136 630139 33554432000 4194304 4196468 140733622296976 139800258574768 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
Current children cumulated CPU time: 2437.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2520556 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.44 1.47 3/227 8787
/proc/meminfo: memFree=28275140/32770624 swapFree=66934260/67108860
[pid=8346] ppid=8343 vsize=10846964 memory=2522616 CPUtime=2497.99 cores=0,2,4,6
/proc/8346/stat : 8346 (java) S 8343 8346 5271 0 -1 1077944320 323264 13306 0 0 249408 384 4 3 20 0 15 0 405473515 11107291136 630654 33554432000 4194304 4196468 140733622296976 140733622279520 139800736177911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
/proc/8346/statm: 2711741 630654 3634 1 0 2673805 0
[pid=8346/tid=8399] ppid=8343 vsize=10846964 memory=2016 CPUtime=2418.38 cores=0,2,4,6
/proc/8346/task/8399/stat : 8399 (java) R 8343 8346 5271 0 -1 4202560 101048 13306 0 0 241754 77 4 3 20 0 15 0 405473524 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800708013952 139800348504254 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8400] ppid=8343 vsize=10846964 memory=2522616 CPUtime=11.98 cores=0,2,4,6
/proc/8346/task/8400/stat : 8400 (java) S 8343 8346 5271 0 -1 1077944384 29241 13306 0 0 1132 59 4 3 20 0 15 0 405473525 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800740420496 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8401] ppid=8343 vsize=10846964 memory=2520556 CPUtime=11.98 cores=0,2,4,6
/proc/8346/task/8401/stat : 8401 (java) S 8343 8346 5271 0 -1 1077944384 36483 13306 0 0 1134 57 4 3 20 0 15 0 405473525 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800655239952 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8402] ppid=8343 vsize=10846964 memory=2522612 CPUtime=11.99 cores=0,2,4,6
/proc/8346/task/8402/stat : 8402 (java) S 8343 8346 5271 0 -1 1077944384 33230 13306 0 0 1135 57 4 3 20 0 15 0 405473525 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800654187664 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8403] ppid=8343 vsize=10846964 memory=2522616 CPUtime=11.97 cores=0,2,4,6
/proc/8346/task/8403/stat : 8403 (java) S 8343 8346 5271 0 -1 1077944384 31313 13306 0 0 1134 56 4 3 20 0 15 0 405473525 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800653134864 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8404] ppid=8343 vsize=10846964 memory=2522616 CPUtime=9.9 cores=0,2,4,6
/proc/8346/task/8404/stat : 8404 (java) S 8343 8346 5271 0 -1 1077944384 31960 13306 0 0 934 49 4 3 20 0 15 0 405473527 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800262785136 139800736189058 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8405] ppid=8343 vsize=10846964 memory=2522616 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8405/stat : 8405 (java) S 8343 8346 5271 0 -1 1077944384 15 13306 0 0 0 0 4 3 20 0 15 0 405473527 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800178844512 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8406] ppid=8343 vsize=10846964 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8406/stat : 8406 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473527 11107291136 630654 33554432000 4194304 4196468 140733622296976 139799574865024 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8407] ppid=8343 vsize=10846964 memory=2522616 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8407/stat : 8407 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139799267465296 139800736196507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8408] ppid=8343 vsize=10846964 memory=7 CPUtime=8.16 cores=0,2,4,6
/proc/8346/task/8408/stat : 8408 (java) S 8343 8346 5271 0 -1 1077944384 24739 13306 0 0 804 5 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800261732976 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8409] ppid=8343 vsize=10846964 memory=3624 CPUtime=8.68 cores=0,2,4,6
/proc/8346/task/8409/stat : 8409 (java) S 8343 8346 5271 0 -1 1077944384 17225 13306 0 0 856 5 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800260680176 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8410] ppid=8343 vsize=10846964 memory=2522616 CPUtime=3.99 cores=0,2,4,6
/proc/8346/task/8410/stat : 8410 (java) S 8343 8346 5271 0 -1 1077944384 14130 13306 0 0 384 8 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800259627888 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8411] ppid=8343 vsize=10846964 memory=2522616 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8411/stat : 8411 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139799233907680 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8412] ppid=8343 vsize=10846964 memory=2522616 CPUtime=1.47 cores=0,2,4,6
/proc/8346/task/8412/stat : 8412 (java) S 8343 8346 5271 0 -1 1077944384 1661 13306 0 0 73 67 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800258574768 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
Current children cumulated CPU time: 2497.99 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2522616 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464 s]*
/proc/loadavg: 1.33 1.42 1.47 3/227 8789
/proc/meminfo: memFree=28288632/32770624 swapFree=66934260/67108860
[pid=8346] ppid=8343 vsize=10846964 memory=2522616 CPUtime=2520.06 cores=0,2,4,6
/proc/8346/stat : 8346 (java) S 8343 8346 5271 0 -1 1077944320 324382 13306 0 0 251612 387 4 3 20 0 15 0 405473515 11107291136 630654 33554432000 4194304 4196468 140733622296976 140733622279520 139800736177911 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
/proc/8346/statm: 2711741 630654 3634 1 0 2673805 0
[pid=8346/tid=8399] ppid=8343 vsize=10846964 memory=8317482817917895235 CPUtime=2439.85 cores=0,2,4,6
/proc/8346/task/8399/stat : 8399 (java) R 8343 8346 5271 0 -1 4202560 101471 13306 0 0 243901 77 4 3 20 0 15 0 405473524 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800708013952 139800347658522 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8400] ppid=8343 vsize=10846964 memory=4872558044660077418 CPUtime=12.1 cores=0,2,4,6
/proc/8346/task/8400/stat : 8400 (java) S 8343 8346 5271 0 -1 1077944384 29279 13306 0 0 1144 59 4 3 20 0 15 0 405473525 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800740420496 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8401] ppid=8343 vsize=10846964 memory=2948 CPUtime=12.1 cores=0,2,4,6
/proc/8346/task/8401/stat : 8401 (java) S 8343 8346 5271 0 -1 1077944384 36502 13306 0 0 1145 58 4 3 20 0 15 0 405473525 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800655239952 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8402] ppid=8343 vsize=10846964 memory=2788 CPUtime=12.12 cores=0,2,4,6
/proc/8346/task/8402/stat : 8402 (java) S 8343 8346 5271 0 -1 1077944384 33289 13306 0 0 1147 58 4 3 20 0 15 0 405473525 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800654187664 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8403] ppid=8343 vsize=10846964 memory=4104 CPUtime=12.1 cores=0,2,4,6
/proc/8346/task/8403/stat : 8403 (java) S 8343 8346 5271 0 -1 1077944384 31662 13306 0 0 1146 57 4 3 20 0 15 0 405473525 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800653134864 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8404] ppid=8343 vsize=10846964 memory=8112282956445269571 CPUtime=10 cores=0,2,4,6
/proc/8346/task/8404/stat : 8404 (java) S 8343 8346 5271 0 -1 1077944384 32170 13306 0 0 943 50 4 3 20 0 15 0 405473527 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800262785136 139800736189058 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8405] ppid=8343 vsize=10846964 memory=1160 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8405/stat : 8405 (java) S 8343 8346 5271 0 -1 1077944384 15 13306 0 0 0 0 4 3 20 0 15 0 405473527 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800178844512 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8406] ppid=8343 vsize=10846964 memory=20480 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8406/stat : 8406 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473527 11107291136 630654 33554432000 4194304 4196468 140733622296976 139799574865024 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8407] ppid=8343 vsize=10846964 memory=984 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8407/stat : 8407 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139799267465296 139800736196507 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8408] ppid=8343 vsize=10846964 memory=2016 CPUtime=8.16 cores=0,2,4,6
/proc/8346/task/8408/stat : 8408 (java) S 8343 8346 5271 0 -1 1077944384 24741 13306 0 0 804 5 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800261732976 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8409] ppid=8343 vsize=10846964 memory=8112282956445269571 CPUtime=8.68 cores=0,2,4,6
/proc/8346/task/8409/stat : 8409 (java) S 8343 8346 5271 0 -1 1077944384 17227 13306 0 0 856 5 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800260680176 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8410] ppid=8343 vsize=10846964 memory=7230340546987970645 CPUtime=3.99 cores=0,2,4,6
/proc/8346/task/8410/stat : 8410 (java) S 8343 8346 5271 0 -1 1077944384 14132 13306 0 0 384 8 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800259627888 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8411] ppid=8343 vsize=10846964 memory=6298942043797475414 CPUtime=0.07 cores=0,2,4,6
/proc/8346/task/8411/stat : 8411 (java) S 8343 8346 5271 0 -1 1077944384 3 13306 0 0 0 0 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139799233907680 139800736188117 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
[pid=8346/tid=8412] ppid=8343 vsize=10846964 memory=4279353494052299584 CPUtime=1.49 cores=0,2,4,6
/proc/8346/task/8412/stat : 8412 (java) S 8343 8346 5271 0 -1 1077944384 1675 13306 0 0 74 68 4 3 20 0 15 0 405473530 11107291136 630654 33554432000 4194304 4196468 140733622296976 139800258574768 139800736189058 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33734656 140733622299382 140733622301893 140733622301893 140733622304719 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 2522616 KiB

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

[startup+2464.04 s]
# the end of solver process 8346 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.2 s, system=3.93204 s

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

Child status: 143
Real time (s): 2464.04
CPU time (s): 2520.13
CPU user time (s): 2516.2
CPU system time (s): 3.93204
CPU usage (%): 102.276
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 2603328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.2
system time used= 3.93204
maximum resident set size= 2605376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 338984
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 279102
involuntary context switches= 10595


# summary of solver processes directly reported to runsolver:
#   pid: 8346
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.2
#   total CPU system time (s): 3.93204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8756 second user time and 22.1549 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 13:40:56
IDJOB=4387144
IDBENCH=126449
IDSOLVER=2823
FILE ID=node105/4387144-1568292150
RUNJOBID= node105-1568282271-6097
PBS_JOBID= 21701089
Free space on /tmp= 50948 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-5-9-cp.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387144-1568292150/watcher-4387144-1568292150 -o /tmp/evaluation-result-4387144-1568292150/solver-4387144-1568292150 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=755230263 HOME/instance-4387144-1568292150.xml

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

MD5SUM BENCH= a6754b0df54e854fabf9aee35b814723
RANDOM SEED=755230263

node105.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.00
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.00
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.00
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.00
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:        31349460 kB
MemAvailable:   31522500 kB
Buffers:           92060 kB
Cached:           367400 kB
SwapCached:        69128 kB
Active:           602188 kB
Inactive:         260868 kB
Active(anon):     346176 kB
Inactive(anon):    88444 kB
Active(file):     256012 kB
Inactive(file):   172424 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934216 kB
Dirty:             35100 kB
Writeback:             0 kB
AnonPages:        475980 kB
Mapped:            46772 kB
Shmem:             22376 kB
Slab:             149600 kB
SReclaimable:     120876 kB
SUnreclaim:        28724 kB
KernelStack:        4016 kB
PageTables:         8172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1424036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 50912 MiB
End job on node105 at 2019-09-12 14:22:01