Trace number 4402587

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.3? (TO) 2520.06 2466.94

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-6-5-5-cp.xml
MD5SUM7ef6c2ff7df08c4e9d344e8b869548bc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark117.039
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints4357
Number of domains1
Minimum domain size6
Maximum domain size6
Distribution of domain sizes[{"size":6,"count":150}]
Minimum variable degree118
Maximum variable degree119
Distribution of variable degrees[{"degree":118,"count":120},{"degree":119,"count":30}]
Minimum constraint arity4
Maximum constraint arity150
Distribution of constraint arities[{"arity":4,"count":4350},{"arity":30,"count":6},{"arity":150,"count":1}]
Number of extensional constraints0
Number of intensional constraints4350
Distribution of constraint types[{"type":"intension","count":4350},{"type":"lex","count":1},{"type":"cardinality","count":5},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402587-1568973308/watcher-4402587-1568973308 -o /var/tmp/evaluation-result-4402587-1568973308/solver-4402587-1568973308 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402587-1568973308.xml 

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

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


[startup+0.100159 s]*
/proc/loadavg: 1.54 1.39 1.40 3/218 18243
/proc/meminfo: memFree=5887264/32770624 swapFree=66992852/67108860
[pid=18186] ppid=18183 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/18186/stat : 18186 (java) S 18183 18186 16228 0 -1 1077944320 4446 13124 0 0 1 1 6 2 20 0 6 0 473598596 10212057088 4203 33554432000 4194304 4196468 140724353131872 140724353114416 140147756613367 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
/proc/18186/statm: 2493178 4203 1934 1 0 2481616 0
[pid=18186/tid=18239] ppid=18183 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18239/stat : 18239 (java) R 18183 18186 16228 0 -1 4202560 2254 13124 0 0 0 0 6 2 20 0 6 0 473598605 10212057088 4203 33554432000 4194304 4196468 140724353131872 140147728450128 140147740693854 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18240] ppid=18183 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18240/stat : 18240 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 6 0 473598605 10212057088 4203 33554432000 4194304 4196468 140724353131872 140147760855952 140147756623573 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18241] ppid=18183 vsize=9972712 memory=140397236456083 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18241/stat : 18241 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 6 0 473598605 10212057088 4203 33554432000 4194304 4196468 140724353131872 140147675675408 140147756623573 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18242] ppid=18183 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18242/stat : 18242 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 6 0 473598605 10212057088 4203 33554432000 4194304 4196468 140724353131872 140147674623120 140147756623573 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18243] ppid=18183 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18243/stat : 18243 (java) S 18183 18186 16228 0 -1 1077944384 2 13124 0 0 0 0 6 2 20 0 6 0 473598605 10212057088 4203 33554432000 4194304 4196468 140724353131872 140147673570320 140147756623573 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210796 s]*
/proc/loadavg: 1.54 1.39 1.40 3/227 18252
/proc/meminfo: memFree=5867880/32770624 swapFree=66992852/67108860
[pid=18186] ppid=18183 vsize=10820164 memory=41708 CPUtime=0.27 cores=0,2,4,6
/proc/18186/stat : 18186 (java) S 18183 18186 16228 0 -1 1077944320 7323 13124 0 0 17 2 6 2 20 0 15 0 473598596 11079847936 10427 33554432000 4194304 4196468 140724353131872 140724353114416 140147756613367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
/proc/18186/statm: 2705041 10427 3297 1 0 2667149 0
[pid=18186/tid=18239] ppid=18183 vsize=10820164 memory=753035770744996145 CPUtime=0.2 cores=0,2,4,6
/proc/18186/task/18239/stat : 18239 (java) R 18183 18186 16228 0 -1 4202560 3842 13124 0 0 11 1 6 2 20 0 15 0 473598605 11079847936 10427 33554432000 4194304 4196468 140724353131872 140147728424400 140147756625302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18240] ppid=18183 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18240/stat : 18240 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598605 11079847936 10427 33554432000 4194304 4196468 140724353131872 140147760855952 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18241] ppid=18183 vsize=10820164 memory=140397236456083 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18241/stat : 18241 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598605 11079847936 10427 33554432000 4194304 4196468 140724353131872 140147675675408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18242] ppid=18183 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18242/stat : 18242 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598605 11079847936 10427 33554432000 4194304 4196468 140724353131872 140147674623120 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18243] ppid=18183 vsize=10820164 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18243/stat : 18243 (java) S 18183 18186 16228 0 -1 1077944384 2 13124 0 0 0 0 6 2 20 0 15 0 473598605 11079847936 10427 33554432000 4194304 4196468 140724353131872 140147673570320 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18244] ppid=18183 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18244/stat : 18244 (java) S 18183 18186 16228 0 -1 1077944384 2 13124 0 0 0 0 6 2 20 0 15 0 473598607 11079860224 10427 33554432000 4194304 4196468 140724353131872 140147283126384 140147756624514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18245] ppid=18183 vsize=10820176 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18245/stat : 18245 (java) S 18183 18186 16228 0 -1 1077944384 13 13124 0 0 0 0 6 2 20 0 15 0 473598607 11079860224 10427 33554432000 4194304 4196468 140724353131872 140146661909280 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18246] ppid=18183 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18246/stat : 18246 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598608 11079860224 10427 33554432000 4194304 4196468 140724353131872 140146527691888 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18247] ppid=18183 vsize=10820176 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18247/stat : 18247 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598610 11079860224 10427 33554432000 4194304 4196468 140724353131872 140146287401040 140147756631963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18248] ppid=18183 vsize=10820176 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/18186/task/18248/stat : 18248 (java) R 18183 18186 16228 0 -1 4202560 352 13124 0 0 1 0 6 2 20 0 15 0 473598610 11079860224 10427 33554432000 4194304 4196468 140724353131872 140147282074224 140147737919268 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18249] ppid=18183 vsize=10820176 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18186/task/18249/stat : 18249 (java) S 18183 18186 16228 0 -1 1077944384 296 13124 0 0 1 0 6 2 20 0 15 0 473598610 11079860224 10427 33554432000 4194304 4196468 140724353131872 140147281021424 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18250] ppid=18183 vsize=10820184 memory=140397236438656 CPUtime=0.11 cores=0,2,4,6
/proc/18186/task/18250/stat : 18250 (java) R 18183 18186 16228 0 -1 1077944384 603 13124 0 0 3 0 6 2 20 0 15 0 473598610 11079868416 10427 33554432000 4194304 4196468 140724353131872 140147279969136 140147756624514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18251] ppid=18183 vsize=10820184 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18251/stat : 18251 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598611 11079868416 10427 33554432000 4194304 4196468 140724353131872 140146253843424 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18252] ppid=18183 vsize=10820184 memory=140397236438656 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18252/stat : 18252 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598611 11079868416 10427 33554432000 4194304 4196468 140724353131872 140147278916016 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 41708 KiB

[startup+0.310494 s]*
/proc/loadavg: 1.54 1.39 1.40 3/227 18252
/proc/meminfo: memFree=5854360/32770624 swapFree=66992852/67108860
[pid=18186] ppid=18183 vsize=10820196 memory=50024 CPUtime=0.41 cores=0,2,4,6
/proc/18186/stat : 18186 (java) S 18183 18186 16228 0 -1 1077944320 10741 13124 0 0 29 4 6 2 20 0 15 0 473598596 11079880704 12506 33554432000 4194304 4196468 140724353131872 140724353114416 140147756613367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
/proc/18186/statm: 2705049 12506 3317 1 0 2667149 0
[pid=18186/tid=18239] ppid=18183 vsize=10820196 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/18186/task/18239/stat : 18239 (java) R 18183 18186 16228 0 -1 4202560 7232 13124 0 0 19 3 6 2 20 0 15 0 473598605 11079880704 12506 33554432000 4194304 4196468 140724353131872 140147728423616 140147740693854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18240] ppid=18183 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18240/stat : 18240 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598605 11079880704 12506 33554432000 4194304 4196468 140724353131872 140147760855952 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18241] ppid=18183 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18241/stat : 18241 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598605 11079880704 12506 33554432000 4194304 4196468 140724353131872 140147675675408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18242] ppid=18183 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18242/stat : 18242 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598605 11079880704 12506 33554432000 4194304 4196468 140724353131872 140147674623120 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18243] ppid=18183 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18243/stat : 18243 (java) S 18183 18186 16228 0 -1 1077944384 2 13124 0 0 0 0 6 2 20 0 15 0 473598605 11079880704 12506 33554432000 4194304 4196468 140724353131872 140147673570320 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18244] ppid=18183 vsize=10820196 memory=140397236438655 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18244/stat : 18244 (java) S 18183 18186 16228 0 -1 1077944384 2 13124 0 0 0 0 6 2 20 0 15 0 473598607 11079880704 12506 33554432000 4194304 4196468 140724353131872 140147283126384 140147756624514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18245] ppid=18183 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18245/stat : 18245 (java) S 18183 18186 16228 0 -1 1077944384 13 13124 0 0 0 0 6 2 20 0 15 0 473598607 11079880704 12506 33554432000 4194304 4196468 140724353131872 140146661909280 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18246] ppid=18183 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18246/stat : 18246 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598608 11079880704 12506 33554432000 4194304 4196468 140724353131872 140146527691888 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18247] ppid=18183 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18247/stat : 18247 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598610 11079880704 12506 33554432000 4194304 4196468 140724353131872 140146287401040 140147756631963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18248] ppid=18183 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/18186/task/18248/stat : 18248 (java) S 18183 18186 16228 0 -1 1077944384 361 13124 0 0 2 0 6 2 20 0 15 0 473598610 11079880704 12506 33554432000 4194304 4196468 140724353131872 140147282074224 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18249] ppid=18183 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/18186/task/18249/stat : 18249 (java) S 18183 18186 16228 0 -1 1077944384 297 13124 0 0 1 0 6 2 20 0 15 0 473598610 11079880704 12506 33554432000 4194304 4196468 140724353131872 140147281021424 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18250] ppid=18183 vsize=10820196 memory=140397236438656 CPUtime=0.13 cores=0,2,4,6
/proc/18186/task/18250/stat : 18250 (java) S 18183 18186 16228 0 -1 1077944384 622 13124 0 0 5 0 6 2 20 0 15 0 473598610 11079880704 12506 33554432000 4194304 4196468 140724353131872 140147279969136 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18251] ppid=18183 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18251/stat : 18251 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598611 11079880704 12506 33554432000 4194304 4196468 140724353131872 140146253843424 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18252] ppid=18183 vsize=10820196 memory=140397236438656 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18252/stat : 18252 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598611 11079880704 12506 33554432000 4194304 4196468 140724353131872 140147278916016 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50024 KiB

[startup+0.70078 s]
/proc/loadavg: 1.54 1.39 1.40 3/227 18252
/proc/meminfo: memFree=5839812/32770624 swapFree=66992852/67108860
[pid=18186] ppid=18183 vsize=10824364 memory=83324 CPUtime=1.15 cores=0,2,4,6
/proc/18186/stat : 18186 (java) S 18183 18186 16228 0 -1 1077944320 15017 13124 0 0 101 6 6 2 20 0 15 0 473598596 11084148736 20831 33554432000 4194304 4196468 140724353131872 140724353114416 140147756613367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
/proc/18186/statm: 2706091 20831 3508 1 0 2668173 0
[pid=18186/tid=18239] ppid=18183 vsize=10824364 memory=7660742144744843625 CPUtime=0.67 cores=0,2,4,6
/proc/18186/task/18239/stat : 18239 (java) R 18183 18186 16228 0 -1 4202560 10371 13124 0 0 55 4 6 2 20 0 15 0 473598605 11084148736 20831 33554432000 4194304 4196468 140724353131872 140147728437760 140147735032883 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18240] ppid=18183 vsize=10824364 memory=1212 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18240/stat : 18240 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598605 11084148736 20831 33554432000 4194304 4196468 140724353131872 140147760855952 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18241] ppid=18183 vsize=10824364 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18241/stat : 18241 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598605 11084148736 20831 33554432000 4194304 4196468 140724353131872 140147675675408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18242] ppid=18183 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18242/stat : 18242 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598605 11084148736 20831 33554432000 4194304 4196468 140724353131872 140147674623120 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18243] ppid=18183 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18243/stat : 18243 (java) S 18183 18186 16228 0 -1 1077944384 2 13124 0 0 0 0 6 2 20 0 15 0 473598605 11084148736 20831 33554432000 4194304 4196468 140724353131872 140147673570320 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18244] ppid=18183 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18244/stat : 18244 (java) S 18183 18186 16228 0 -1 1077944384 5 13124 0 0 0 0 6 2 20 0 15 0 473598607 11084148736 20831 33554432000 4194304 4196468 140724353131872 140147283126384 140147756624514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18245] ppid=18183 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18245/stat : 18245 (java) S 18183 18186 16228 0 -1 1077944384 13 13124 0 0 0 0 6 2 20 0 15 0 473598607 11084148736 20831 33554432000 4194304 4196468 140724353131872 140146661909280 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18246] ppid=18183 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18246/stat : 18246 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598608 11084148736 20831 33554432000 4194304 4196468 140724353131872 140146527691888 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18247] ppid=18183 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18247/stat : 18247 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598610 11084148736 20831 33554432000 4194304 4196468 140724353131872 140146287401040 140147756631963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18248] ppid=18183 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/18186/task/18248/stat : 18248 (java) R 18183 18186 16228 0 -1 4202560 778 13124 0 0 13 0 6 2 20 0 15 0 473598610 11084148736 20831 33554432000 4194304 4196468 140724353131872 140147282074224 140147742628595 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18249] ppid=18183 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/18186/task/18249/stat : 18249 (java) S 18183 18186 16228 0 -1 1077944384 819 13124 0 0 14 0 6 2 20 0 15 0 473598610 11084148736 20831 33554432000 4194304 4196468 140724353131872 140147281021424 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18250] ppid=18183 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/18186/task/18250/stat : 18250 (java) S 18183 18186 16228 0 -1 1077944384 816 13124 0 0 17 0 6 2 20 0 15 0 473598610 11084148736 20831 33554432000 4194304 4196468 140724353131872 140147279969136 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18251] ppid=18183 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18251/stat : 18251 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598611 11084148736 20831 33554432000 4194304 4196468 140724353131872 140146253843424 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18252] ppid=18183 vsize=10824364 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18252/stat : 18252 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598611 11084148736 20831 33554432000 4194304 4196468 140724353131872 140147278916016 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83324 KiB

[startup+1.50072 s]
/proc/loadavg: 1.54 1.39 1.40 5/227 18252
/proc/meminfo: memFree=5656100/32770624 swapFree=66992852/67108860
[pid=18186] ppid=18183 vsize=10832632 memory=224308 CPUtime=3.07 cores=0,2,4,6
/proc/18186/stat : 18186 (java) S 18183 18186 16228 0 -1 1077944320 23235 13124 0 0 288 11 6 2 20 0 15 0 473598596 11092615168 56077 33554432000 4194304 4196468 140724353131872 140724353114416 140147756613367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
/proc/18186/statm: 2708158 56077 3582 1 0 2670221 0
[pid=18186/tid=18239] ppid=18183 vsize=10832632 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/18186/task/18239/stat : 18239 (java) R 18183 18186 16228 0 -1 4202560 14618 13124 0 0 128 6 6 2 20 0 15 0 473598605 11092615168 56077 33554432000 4194304 4196468 140724353131872 140147728438176 140147756635293 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18240] ppid=18183 vsize=10832632 memory=-7522837583129502606 CPUtime=0.09 cores=0,2,4,6
/proc/18186/task/18240/stat : 18240 (java) S 18183 18186 16228 0 -1 1077944384 83 13124 0 0 1 0 6 2 20 0 15 0 473598605 11092615168 56077 33554432000 4194304 4196468 140724353131872 140147760855952 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18241] ppid=18183 vsize=10832632 memory=7521946406555248216 CPUtime=0.09 cores=0,2,4,6
/proc/18186/task/18241/stat : 18241 (java) S 18183 18186 16228 0 -1 1077944384 253 13124 0 0 1 0 6 2 20 0 15 0 473598605 11092615168 56077 33554432000 4194304 4196468 140724353131872 140147675675408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18242] ppid=18183 vsize=10832632 memory=7595149631716221272 CPUtime=0.09 cores=0,2,4,6
/proc/18186/task/18242/stat : 18242 (java) S 18183 18186 16228 0 -1 1077944384 20 13124 0 0 1 0 6 2 20 0 15 0 473598605 11092615168 56077 33554432000 4194304 4196468 140724353131872 140147674623120 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18243] ppid=18183 vsize=10832632 memory=280794224830816 CPUtime=0.09 cores=0,2,4,6
/proc/18186/task/18243/stat : 18243 (java) S 18183 18186 16228 0 -1 1077944384 49 13124 0 0 1 0 6 2 20 0 15 0 473598605 11092615168 56077 33554432000 4194304 4196468 140724353131872 140147673570320 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18244] ppid=18183 vsize=10832632 memory=218489281351251 CPUtime=0.09 cores=0,2,4,6
/proc/18186/task/18244/stat : 18244 (java) S 18183 18186 16228 0 -1 1077944384 981 13124 0 0 1 0 6 2 20 0 15 0 473598607 11092615168 56077 33554432000 4194304 4196468 140724353131872 140147283126384 140147756624514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18245] ppid=18183 vsize=10832632 memory=218489281351252 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18245/stat : 18245 (java) S 18183 18186 16228 0 -1 1077944384 14 13124 0 0 0 0 6 2 20 0 15 0 473598607 11092615168 56077 33554432000 4194304 4196468 140724353131872 140146661909344 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18246] ppid=18183 vsize=10832632 memory=218489281351253 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18246/stat : 18246 (java) S 18183 18186 16228 0 -1 1077944384 1 13124 0 0 0 0 6 2 20 0 15 0 473598608 11092615168 56077 33554432000 4194304 4196468 140724353131872 140146527691904 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18247] ppid=18183 vsize=10832632 memory=218489281351254 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18247/stat : 18247 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598610 11092615168 56077 33554432000 4194304 4196468 140724353131872 140146287401040 140147756631963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18248] ppid=18183 vsize=10832632 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/18186/task/18248/stat : 18248 (java) S 18183 18186 16228 0 -1 1077944384 1885 13124 0 0 53 0 6 2 20 0 15 0 473598610 11092615168 56077 33554432000 4194304 4196468 140724353131872 140147282074224 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18249] ppid=18183 vsize=10832632 memory=280794224424880 CPUtime=0.6 cores=0,2,4,6
/proc/18186/task/18249/stat : 18249 (java) S 18183 18186 16228 0 -1 1077944384 1551 13124 0 0 52 0 6 2 20 0 15 0 473598610 11092615168 56077 33554432000 4194304 4196468 140724353131872 140147281021424 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18250] ppid=18183 vsize=10832632 memory=280794224423024 CPUtime=0.51 cores=0,2,4,6
/proc/18186/task/18250/stat : 18250 (java) S 18183 18186 16228 0 -1 1077944384 1569 13124 0 0 43 0 6 2 20 0 15 0 473598610 11092615168 56077 33554432000 4194304 4196468 140724353131872 140147279969136 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18251] ppid=18183 vsize=10832632 memory=280794224423088 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18251/stat : 18251 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598611 11092615168 56077 33554432000 4194304 4196468 140724353131872 140146253843424 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18252] ppid=18183 vsize=10832632 memory=280794224870608 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18252/stat : 18252 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598611 11092615168 56077 33554432000 4194304 4196468 140724353131872 140147278916016 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 10832632 KiB

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

/proc/18186/task/18239/stat : 18239 (java) R 18183 18186 16228 0 -1 4202560 78882 13124 0 0 235596 54 6 2 20 0 15 0 473598605 11107315712 302797 33554432000 4194304 4196468 140724353131872 140147728448960 140147369546930 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18240] ppid=18183 vsize=10846988 memory=1211188 CPUtime=13.11 cores=0,2,4,6
/proc/18186/task/18240/stat : 18240 (java) S 18183 18186 16228 0 -1 1077944384 22383 13124 0 0 1255 48 6 2 20 0 15 0 473598605 11107315712 302797 33554432000 4194304 4196468 140724353131872 140147760855952 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18241] ppid=18183 vsize=10846988 memory=1211132 CPUtime=13.06 cores=0,2,4,6
/proc/18186/task/18241/stat : 18241 (java) S 18183 18186 16228 0 -1 1077944384 28187 13124 0 0 1244 54 6 2 20 0 15 0 473598605 11107315712 302797 33554432000 4194304 4196468 140724353131872 140147675675408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18242] ppid=18183 vsize=10846988 memory=1211188 CPUtime=13.09 cores=0,2,4,6
/proc/18186/task/18242/stat : 18242 (java) S 18183 18186 16228 0 -1 1077944384 21575 13124 0 0 1248 53 6 2 20 0 15 0 473598605 11107315712 302797 33554432000 4194304 4196468 140724353131872 140147674623120 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18243] ppid=18183 vsize=10846988 memory=1211188 CPUtime=13.11 cores=0,2,4,6
/proc/18186/task/18243/stat : 18243 (java) S 18183 18186 16228 0 -1 1077944384 23226 13124 0 0 1253 50 6 2 20 0 15 0 473598605 11107315712 302797 33554432000 4194304 4196468 140724353131872 140147673570320 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18244] ppid=18183 vsize=10846988 memory=12028 CPUtime=9.75 cores=0,2,4,6
/proc/18186/task/18244/stat : 18244 (java) S 18183 18186 16228 0 -1 1077944384 21461 13124 0 0 916 51 6 2 20 0 15 0 473598607 11107315712 302797 33554432000 4194304 4196468 140724353131872 140147283126384 140147756624514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18245] ppid=18183 vsize=10846988 memory=1211188 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18245/stat : 18245 (java) S 18183 18186 16228 0 -1 1077944384 22 13124 0 0 0 0 6 2 20 0 15 0 473598607 11107315712 302797 33554432000 4194304 4196468 140724353131872 140146661909408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18246] ppid=18183 vsize=10846988 memory=1211188 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18246/stat : 18246 (java) S 18183 18186 16228 0 -1 1077944384 21 13124 0 0 0 0 6 2 20 0 15 0 473598608 11107315712 302797 33554432000 4194304 4196468 140724353131872 140146527691904 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18247] ppid=18183 vsize=10846988 memory=1211188 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18247/stat : 18247 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598610 11107315712 302797 33554432000 4194304 4196468 140724353131872 140146287401040 140147756631963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18248] ppid=18183 vsize=10846988 memory=1211188 CPUtime=5.99 cores=0,2,4,6
/proc/18186/task/18248/stat : 18248 (java) S 18183 18186 16228 0 -1 1077944384 19189 13124 0 0 588 3 6 2 20 0 15 0 473598610 11107315712 302797 33554432000 4194304 4196468 140724353131872 140147282074224 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18249] ppid=18183 vsize=10846988 memory=1211188 CPUtime=6.15 cores=0,2,4,6
/proc/18186/task/18249/stat : 18249 (java) S 18183 18186 16228 0 -1 1077944384 24476 13124 0 0 604 3 6 2 20 0 15 0 473598610 11107315712 302797 33554432000 4194304 4196468 140724353131872 140147281021424 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18250] ppid=18183 vsize=10846988 memory=1211132 CPUtime=2.27 cores=0,2,4,6
/proc/18186/task/18250/stat : 18250 (java) S 18183 18186 16228 0 -1 1077944384 12480 13124 0 0 216 3 6 2 20 0 15 0 473598610 11107315712 302797 33554432000 4194304 4196468 140724353131872 140147279969136 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18251] ppid=18183 vsize=10846988 memory=44880 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18251/stat : 18251 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598611 11107315712 302797 33554432000 4194304 4196468 140724353131872 140146253843424 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18252] ppid=18183 vsize=10846988 memory=1211132 CPUtime=1.51 cores=0,2,4,6
/proc/18186/task/18252/stat : 18252 (java) S 18183 18186 16228 0 -1 1077944384 1112 13124 0 0 72 71 6 2 20 0 15 0 473598611 11107315712 302797 33554432000 4194304 4196468 140724353131872 140147278916016 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
Current children cumulated CPU time: 2434.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1211188 KiB

[startup+2442.3 s]
/proc/loadavg: 1.28 1.27 1.32 3/227 18499
/proc/meminfo: memFree=3614228/32770624 swapFree=66992924/67108860
[pid=18186] ppid=18183 vsize=10846988 memory=1211260 CPUtime=2495.03 cores=0,2,4,6
/proc/18186/stat : 18186 (java) S 18183 18186 16228 0 -1 1077944320 260114 13124 0 0 249148 347 6 2 20 0 15 0 473598596 11107315712 302815 33554432000 4194304 4196468 140724353131872 140724353114416 140147756613367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
/proc/18186/statm: 2711747 302815 3636 1 0 2673805 0
[pid=18186/tid=18239] ppid=18183 vsize=10846988 memory=1211260 CPUtime=2415.91 cores=0,2,4,6
/proc/18186/task/18239/stat : 18239 (java) R 18183 18186 16228 0 -1 4202560 80472 13124 0 0 241529 54 6 2 20 0 15 0 473598605 11107315712 302815 33554432000 4194304 4196468 140724353131872 140147728448672 140147359146060 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18240] ppid=18183 vsize=10846988 memory=1211228 CPUtime=13.46 cores=0,2,4,6
/proc/18186/task/18240/stat : 18240 (java) S 18183 18186 16228 0 -1 1077944384 22490 13124 0 0 1289 49 6 2 20 0 15 0 473598605 11107315712 302815 33554432000 4194304 4196468 140724353131872 140147760855952 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18241] ppid=18183 vsize=10846988 memory=1211228 CPUtime=13.41 cores=0,2,4,6
/proc/18186/task/18241/stat : 18241 (java) S 18183 18186 16228 0 -1 1077944384 28386 13124 0 0 1278 55 6 2 20 0 15 0 473598605 11107315712 302815 33554432000 4194304 4196468 140724353131872 140147675675408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18242] ppid=18183 vsize=10846988 memory=1211260 CPUtime=13.45 cores=0,2,4,6
/proc/18186/task/18242/stat : 18242 (java) S 18183 18186 16228 0 -1 1077944384 22701 13124 0 0 1281 56 6 2 20 0 15 0 473598605 11107315712 302815 33554432000 4194304 4196468 140724353131872 140147674623120 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18243] ppid=18183 vsize=10846988 memory=1211260 CPUtime=13.46 cores=0,2,4,6
/proc/18186/task/18243/stat : 18243 (java) S 18183 18186 16228 0 -1 1077944384 24367 13124 0 0 1286 52 6 2 20 0 15 0 473598605 11107315712 302815 33554432000 4194304 4196468 140724353131872 140147673570320 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18244] ppid=18183 vsize=10846988 memory=1211260 CPUtime=10 cores=0,2,4,6
/proc/18186/task/18244/stat : 18244 (java) S 18183 18186 16228 0 -1 1077944384 22147 13124 0 0 940 52 6 2 20 0 15 0 473598607 11107315712 302815 33554432000 4194304 4196468 140724353131872 140147283126384 140147756624514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18245] ppid=18183 vsize=10846988 memory=1211260 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18245/stat : 18245 (java) S 18183 18186 16228 0 -1 1077944384 22 13124 0 0 0 0 6 2 20 0 15 0 473598607 11107315712 302815 33554432000 4194304 4196468 140724353131872 140146661909408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18246] ppid=18183 vsize=10846988 memory=1211260 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18246/stat : 18246 (java) S 18183 18186 16228 0 -1 1077944384 21 13124 0 0 0 0 6 2 20 0 15 0 473598608 11107315712 302815 33554432000 4194304 4196468 140724353131872 140146527691904 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18247] ppid=18183 vsize=10846988 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18247/stat : 18247 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598610 11107315712 302815 33554432000 4194304 4196468 140724353131872 140146287401040 140147756631963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18248] ppid=18183 vsize=10846988 memory=1211260 CPUtime=5.99 cores=0,2,4,6
/proc/18186/task/18248/stat : 18248 (java) S 18183 18186 16228 0 -1 1077944384 19193 13124 0 0 588 3 6 2 20 0 15 0 473598610 11107315712 302815 33554432000 4194304 4196468 140724353131872 140147282074224 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18249] ppid=18183 vsize=10846988 memory=1211260 CPUtime=6.15 cores=0,2,4,6
/proc/18186/task/18249/stat : 18249 (java) S 18183 18186 16228 0 -1 1077944384 24480 13124 0 0 604 3 6 2 20 0 15 0 473598610 11107315712 302815 33554432000 4194304 4196468 140724353131872 140147281021424 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18250] ppid=18183 vsize=10846988 memory=1211260 CPUtime=2.27 cores=0,2,4,6
/proc/18186/task/18250/stat : 18250 (java) S 18183 18186 16228 0 -1 1077944384 12486 13124 0 0 216 3 6 2 20 0 15 0 473598610 11107315712 302815 33554432000 4194304 4196468 140724353131872 140147279969136 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18251] ppid=18183 vsize=10846988 memory=1211260 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18251/stat : 18251 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598611 11107315712 302815 33554432000 4194304 4196468 140724353131872 140146253843424 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18252] ppid=18183 vsize=10846988 memory=1211260 CPUtime=1.54 cores=0,2,4,6
/proc/18186/task/18252/stat : 18252 (java) S 18183 18186 16228 0 -1 1077944384 1141 13124 0 0 73 73 6 2 20 0 15 0 473598611 11107315712 302815 33554432000 4194304 4196468 140724353131872 140147278916016 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
Current children cumulated CPU time: 2495.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1211260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2466.9 s]
/proc/loadavg: 1.34 1.29 1.33 3/228 18629
/proc/meminfo: memFree=4673132/32770624 swapFree=66992924/67108860
[pid=18186] ppid=18183 vsize=10846988 memory=1213328 CPUtime=2520 cores=0,2,4,6
/proc/18186/stat : 18186 (java) S 18183 18186 16228 0 -1 1077944320 260437 13124 0 0 251643 349 6 2 20 0 15 0 473598596 11107315712 303332 33554432000 4194304 4196468 140724353131872 140724353114416 140147756613367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
/proc/18186/statm: 2711747 303332 3636 1 0 2673805 0
[pid=18186/tid=18239] ppid=18183 vsize=10846988 memory=2608 CPUtime=2440.27 cores=0,2,4,6
/proc/18186/task/18239/stat : 18239 (java) R 18183 18186 16228 0 -1 4202560 80705 13124 0 0 243965 54 6 2 20 0 15 0 473598605 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147728448560 140147369401094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18240] ppid=18183 vsize=10846988 memory=1213328 CPUtime=13.57 cores=0,2,4,6
/proc/18186/task/18240/stat : 18240 (java) S 18183 18186 16228 0 -1 1077944384 22497 13124 0 0 1300 49 6 2 20 0 15 0 473598605 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147760855952 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18241] ppid=18183 vsize=10846988 memory=1213312 CPUtime=13.54 cores=0,2,4,6
/proc/18186/task/18241/stat : 18241 (java) S 18183 18186 16228 0 -1 1077944384 28390 13124 0 0 1291 55 6 2 20 0 15 0 473598605 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147675675408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18242] ppid=18183 vsize=10846988 memory=1211264 CPUtime=13.57 cores=0,2,4,6
/proc/18186/task/18242/stat : 18242 (java) S 18183 18186 16228 0 -1 1077944384 22729 13124 0 0 1293 56 6 2 20 0 15 0 473598605 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147674623120 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18243] ppid=18183 vsize=10846988 memory=280794226023360 CPUtime=13.59 cores=0,2,4,6
/proc/18186/task/18243/stat : 18243 (java) S 18183 18186 16228 0 -1 1077944384 24385 13124 0 0 1299 52 6 2 20 0 15 0 473598605 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147673570320 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18244] ppid=18183 vsize=10846988 memory=1211264 CPUtime=10.08 cores=0,2,4,6
/proc/18186/task/18244/stat : 18244 (java) S 18183 18186 16228 0 -1 1077944384 22179 13124 0 0 948 52 6 2 20 0 15 0 473598607 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147283126384 140147756624514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18245] ppid=18183 vsize=10846988 memory=1540 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18245/stat : 18245 (java) S 18183 18186 16228 0 -1 1077944384 22 13124 0 0 0 0 6 2 20 0 15 0 473598607 11107315712 303332 33554432000 4194304 4196468 140724353131872 140146661909408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18246] ppid=18183 vsize=10846988 memory=1213312 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18246/stat : 18246 (java) S 18183 18186 16228 0 -1 1077944384 21 13124 0 0 0 0 6 2 20 0 15 0 473598608 11107315712 303332 33554432000 4194304 4196468 140724353131872 140146527691904 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18247] ppid=18183 vsize=10846988 memory=740 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18247/stat : 18247 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598610 11107315712 303332 33554432000 4194304 4196468 140724353131872 140146287401040 140147756631963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18248] ppid=18183 vsize=10846988 memory=1213312 CPUtime=5.99 cores=0,2,4,6
/proc/18186/task/18248/stat : 18248 (java) S 18183 18186 16228 0 -1 1077944384 19193 13124 0 0 588 3 6 2 20 0 15 0 473598610 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147282074224 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18249] ppid=18183 vsize=10846988 memory=1213328 CPUtime=6.15 cores=0,2,4,6
/proc/18186/task/18249/stat : 18249 (java) S 18183 18186 16228 0 -1 1077944384 24480 13124 0 0 604 3 6 2 20 0 15 0 473598610 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147281021424 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18250] ppid=18183 vsize=10846988 memory=1213312 CPUtime=2.27 cores=0,2,4,6
/proc/18186/task/18250/stat : 18250 (java) S 18183 18186 16228 0 -1 1077944384 12486 13124 0 0 216 3 6 2 20 0 15 0 473598610 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147279969136 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18251] ppid=18183 vsize=10846988 memory=1213312 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18251/stat : 18251 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598611 11107315712 303332 33554432000 4194304 4196468 140724353131872 140146253843424 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18252] ppid=18183 vsize=10846988 memory=1213312 CPUtime=1.56 cores=0,2,4,6
/proc/18186/task/18252/stat : 18252 (java) S 18183 18186 16228 0 -1 1077944384 1142 13124 0 0 74 74 6 2 20 0 15 0 473598611 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147278916016 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1213328 KiB

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

[startup+2466.94 s]
# the end of solver process 18186 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.52 s, system=3.54169 s

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

[startup+2466.9 s]
/proc/loadavg: 1.34 1.29 1.33 3/228 18629
/proc/meminfo: memFree=4673132/32770624 swapFree=66992924/67108860
[pid=18186] ppid=18183 vsize=10846988 memory=1213328 CPUtime=2520 cores=0,2,4,6
/proc/18186/stat : 18186 (java) S 18183 18186 16228 0 -1 1077944320 260437 13124 0 0 251643 349 6 2 20 0 15 0 473598596 11107315712 303332 33554432000 4194304 4196468 140724353131872 140724353114416 140147756613367 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
/proc/18186/statm: 2711747 303332 3636 1 0 2673805 0
[pid=18186/tid=18239] ppid=18183 vsize=10846988 memory=2608 CPUtime=2440.27 cores=0,2,4,6
/proc/18186/task/18239/stat : 18239 (java) R 18183 18186 16228 0 -1 4202560 80705 13124 0 0 243965 54 6 2 20 0 15 0 473598605 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147728448560 140147369401094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18240] ppid=18183 vsize=10846988 memory=1213328 CPUtime=13.57 cores=0,2,4,6
/proc/18186/task/18240/stat : 18240 (java) S 18183 18186 16228 0 -1 1077944384 22497 13124 0 0 1300 49 6 2 20 0 15 0 473598605 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147760855952 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18241] ppid=18183 vsize=10846988 memory=1213312 CPUtime=13.54 cores=0,2,4,6
/proc/18186/task/18241/stat : 18241 (java) S 18183 18186 16228 0 -1 1077944384 28390 13124 0 0 1291 55 6 2 20 0 15 0 473598605 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147675675408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18242] ppid=18183 vsize=10846988 memory=1211264 CPUtime=13.57 cores=0,2,4,6
/proc/18186/task/18242/stat : 18242 (java) S 18183 18186 16228 0 -1 1077944384 22729 13124 0 0 1293 56 6 2 20 0 15 0 473598605 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147674623120 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18243] ppid=18183 vsize=10846988 memory=280794226023360 CPUtime=13.59 cores=0,2,4,6
/proc/18186/task/18243/stat : 18243 (java) S 18183 18186 16228 0 -1 1077944384 24385 13124 0 0 1299 52 6 2 20 0 15 0 473598605 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147673570320 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18244] ppid=18183 vsize=10846988 memory=1211264 CPUtime=10.08 cores=0,2,4,6
/proc/18186/task/18244/stat : 18244 (java) S 18183 18186 16228 0 -1 1077944384 22179 13124 0 0 948 52 6 2 20 0 15 0 473598607 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147283126384 140147756624514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18245] ppid=18183 vsize=10846988 memory=1540 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18245/stat : 18245 (java) S 18183 18186 16228 0 -1 1077944384 22 13124 0 0 0 0 6 2 20 0 15 0 473598607 11107315712 303332 33554432000 4194304 4196468 140724353131872 140146661909408 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18246] ppid=18183 vsize=10846988 memory=1213312 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18246/stat : 18246 (java) S 18183 18186 16228 0 -1 1077944384 21 13124 0 0 0 0 6 2 20 0 15 0 473598608 11107315712 303332 33554432000 4194304 4196468 140724353131872 140146527691904 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18247] ppid=18183 vsize=10846988 memory=740 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18247/stat : 18247 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598610 11107315712 303332 33554432000 4194304 4196468 140724353131872 140146287401040 140147756631963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18248] ppid=18183 vsize=10846988 memory=1213312 CPUtime=5.99 cores=0,2,4,6
/proc/18186/task/18248/stat : 18248 (java) S 18183 18186 16228 0 -1 1077944384 19193 13124 0 0 588 3 6 2 20 0 15 0 473598610 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147282074224 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18249] ppid=18183 vsize=10846988 memory=1213328 CPUtime=6.15 cores=0,2,4,6
/proc/18186/task/18249/stat : 18249 (java) S 18183 18186 16228 0 -1 1077944384 24480 13124 0 0 604 3 6 2 20 0 15 0 473598610 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147281021424 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18250] ppid=18183 vsize=10846988 memory=1213312 CPUtime=2.27 cores=0,2,4,6
/proc/18186/task/18250/stat : 18250 (java) S 18183 18186 16228 0 -1 1077944384 12486 13124 0 0 216 3 6 2 20 0 15 0 473598610 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147279969136 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18251] ppid=18183 vsize=10846988 memory=1213312 CPUtime=0.08 cores=0,2,4,6
/proc/18186/task/18251/stat : 18251 (java) S 18183 18186 16228 0 -1 1077944384 3 13124 0 0 0 0 6 2 20 0 15 0 473598611 11107315712 303332 33554432000 4194304 4196468 140724353131872 140146253843424 140147756623573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
[pid=18186/tid=18252] ppid=18183 vsize=10846988 memory=1213312 CPUtime=1.56 cores=0,2,4,6
/proc/18186/task/18252/stat : 18252 (java) S 18183 18186 16228 0 -1 1077944384 1142 13124 0 0 74 74 6 2 20 0 15 0 473598611 11107315712 303332 33554432000 4194304 4196468 140724353131872 140147278916016 140147756624514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22933504 140724353137252 140724353139893 140724353139893 140724353142735 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1213328 KiB

Child status: 143
Real time (s): 2466.94
CPU time (s): 2520.06
CPU user time (s): 2516.52
CPU system time (s): 3.54169
CPU usage (%): 102.153
Max. virtual memory (cumulated for all children) (KiB): 10846988
Max. memory (cumulated for all children) (KiB): 1270768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.52
system time used= 3.54169
maximum resident set size= 1271800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277046
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 267815
involuntary context switches= 6636


# summary of solver processes directly reported to runsolver:
#   pid: 18186
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.52
#   total CPU system time (s): 3.54169

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2658 second user time and 23.7066 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-20 11:54:30
IDJOB=4402587
IDBENCH=126656
IDSOLVER=2861
FILE ID=node126/4402587-1568973308
RUNJOBID= node126-1568967600-16259
PBS_JOBID= 21704622
Free space on /var/tmp= 13476 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-6-5-5-cp.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402587-1568973308/watcher-4402587-1568973308 -o /var/tmp/evaluation-result-4402587-1568973308/solver-4402587-1568973308 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node126-1568967600-16259 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=453517493 HOME/instance-4402587-1568973308.xml

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

MD5SUM BENCH= 7ef6c2ff7df08c4e9d344e8b869548bc
RANDOM SEED=453517493

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         5895356 kB
MemAvailable:   30894112 kB
Buffers:          117404 kB
Cached:         24928496 kB
SwapCached:         6728 kB
Active:         13473840 kB
Inactive:       12550656 kB
Active(anon):     970768 kB
Inactive(anon):    45464 kB
Active(file):   12503072 kB
Inactive(file): 12505192 kB
Unevictable:      109312 kB
Mlocked:          109312 kB
SwapTotal:      67108860 kB
SwapFree:       66992852 kB
Dirty:             35604 kB
Writeback:            16 kB
AnonPages:       1081848 kB
Mapped:            60684 kB
Shmem:             29244 kB
Slab:             447840 kB
SReclaimable:     418952 kB
SUnreclaim:        28888 kB
KernelStack:        3712 kB
PageTables:         7352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2416768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    929792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /var/tmp at the end= 13440 MiB
End job on node126 at 2019-09-20 12:35:37