Trace number 4401083

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)42 2520.24 2477.73

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-15.xml
MD5SUM194a9771da43b175c5c48a6f0c769610
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark29.4975
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints182
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":75},{"size":9,"count":75}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":75},{"degree":7,"count":4},{"degree":8,"count":32},{"degree":10,"count":39}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":75},{"arity":3,"count":32},{"arity":4,"count":4},{"arity":6,"count":32},{"arity":9,"count":39}]
Number of extensional constraints107
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":107},{"type":"sum","count":75}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.77/1.38	c Concrete v3.12.2.1568631193530 running
9.89/5.10	o 25
10.48/5.28	o 29
11.10/5.40	o 31
11.10/5.42	o 32
11.10/5.43	o 33
13.62/6.72	o 34
13.91/6.97	o 35
14.58/7.59	o 36
25.93/18.18	o 37
56.45/48.54	o 38
102.92/94.71	o 39
103.16/95.00	o 40
103.93/95.55	o 41
350.95/339.59	o 42
2520.10/2477.70	Exception in thread "main" java.util.concurrent.TimeoutException
2520.10/2477.70		at concrete.MAC.mac(MAC.scala:192)
2520.10/2477.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.10/2477.70		at scala.util.Try$.apply(Try.scala:212)
2520.10/2477.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.10/2477.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.10/2477.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.10/2477.70		at concrete.MAC.oneRun(MAC.scala:265)
2520.10/2477.70		at concrete.MAC.nextSolution(MAC.scala:284)
2520.10/2477.70		at concrete.MAC.nextSolution(MAC.scala:369)
2520.10/2477.70		at concrete.Solver.hasNext(Solver.scala:160)
2520.10/2477.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.10/2477.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.10/2477.70		at concrete.Solver.foreach(Solver.scala:67)
2520.10/2477.70		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.10/2477.70		at scala.util.Success.map(Try.scala:264)
2520.10/2477.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.10/2477.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.10/2477.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.10/2477.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.10/2477.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.10/2477.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.10/2477.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.10/2477.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.10/2477.70		at scala.App.$anonfun$main$1(App.scala:75)
2520.10/2477.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.10/2477.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.10/2477.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.10/2477.70		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.10/2477.70		at scala.App.main(App.scala:75)
2520.10/2477.70		at scala.App.main$(App.scala:73)
2520.10/2477.70		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.10/2477.70		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.10/2477.71	v <instantiation
2520.10/2477.71	v         cost = '42'>
2520.10/2477.71	v       <list>
2520.10/2477.71	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[0][14] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[1][14] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[2][14] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[3][14] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13] s[4][14]
2520.10/2477.71	v       </list>
2520.10/2477.71	v       <values>
2520.10/2477.71	v         1 1 0 1 1 0 1 0 1 0 1 1 0 1 1 1 1 0 1 0 1 1 0 1 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 1 1 1 1 0 1 0 1 1 1 0 1 1 0 1 0 0 1 0 1 1 0 1 1 3 3 4 2 3 4 2 4 2 4 3 2 4 3 3 3 3 5 3 5 3 2 4 2 3 5 3 5 3 3 4 4 5 2 5 4 5 5 5 4 5 2 5 4 4 2 3 5 3 5 2 3 3 3 3 5 3 5 3 3 2 4 3 2 4 2 4 4 3 4 3 2 4 3 3
2520.10/2477.71	v       </values>
2520.10/2477.71	v     </instantiation>
2520.10/2477.71	s SATISFIABLE

Verifier Data

OK	42

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: 16375 MiB (14233 MiB free)
  memory of node 1: 16384 MiB (14496 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401083-1568673331/watcher-4401083-1568673331 -o /tmp/evaluation-result-4401083-1568673331/solver-4401083-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324187754-10365 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401083-1568673331.xml 

running on 4 cores: 0-3

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=10396, runsolver pid=10390
Starting watchdog thread
Current StackSize limit: 8192 KiB


[startup+0.100146 s]*
/proc/loadavg: 0.18 1.62 2.49 2/206 10454
/proc/meminfo: memFree=29417324/32770688 swapFree=66919992/67108860
[pid=10396] ppid=10390 vsize=113256 memory=1616 CPUtime=0.01 cores=0-3
/proc/10396/stat : 10396 (bash) S 10390 10396 10334 0 -1 4202496 888 5701 0 0 0 0 0 1 20 0 1 0 443340052 115974144 404 33554432000 4194304 5098028 140722426556128 140722426550136 140440420097024 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 31883264 140722426561556 140722426561681 140722426561681 140722426564590 0
/proc/10396/statm: 28314 404 320 221 0 119 0
[pid=10452] ppid=10396 vsize=113256 memory=712 CPUtime=0 cores=0-3
/proc/10452/stat : 10452 (bash) S 10396 10396 10334 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443340057 115974144 178 33554432000 4194304 5098028 140722426556128 140722426548808 140440419922556 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31883264 140722426561556 140722426561681 140722426561681 140722426564590 0
/proc/10452/statm: 28314 178 94 221 0 119 0
[pid=10453] ppid=10452 vsize=296 memory=4 CPUtime=0 cores=0-3
/proc/10453/stat : 10453 (java) D 10452 10396 10334 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 443340057 303104 1 33554432000 4194304 4196468 140732591274624 140732591271896 140447877842631 0 0 4096 0 18446744072101752356 0 0 17 0 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
/proc/10453/statm: 74 1 0 1 0 38 0
[pid=10454] ppid=10452 vsize=113488 memory=972 CPUtime=0 cores=0-3
/proc/10454/stat : 10454 (awk) S 10452 10396 10334 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443340057 116211712 243 33554432000 4194304 4609284 140723641801376 140723641800552 140091143494656 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 40275968 140723641808060 140723641808090 140723641808090 140723641810927 0
/proc/10454/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.211557 s]*
/proc/loadavg: 0.18 1.62 2.49 2/206 10454
/proc/meminfo: memFree=29417436/32770688 swapFree=66919992/67108860
[pid=10396] ppid=10390 vsize=113256 memory=1616 CPUtime=0.01 cores=0-3
/proc/10396/stat : 10396 (bash) S 10390 10396 10334 0 -1 4202496 888 5701 0 0 0 0 0 1 20 0 1 0 443340052 115974144 404 33554432000 4194304 5098028 140722426556128 140722426550136 140440420097024 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 31883264 140722426561556 140722426561681 140722426561681 140722426564590 0
/proc/10396/statm: 28314 404 320 221 0 119 0
[pid=10452] ppid=10396 vsize=113256 memory=712 CPUtime=0 cores=0-3
/proc/10452/stat : 10452 (bash) S 10396 10396 10334 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443340057 115974144 178 33554432000 4194304 5098028 140722426556128 140722426548808 140440419922556 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31883264 140722426561556 140722426561681 140722426561681 140722426564590 0
/proc/10452/statm: 28314 178 94 221 0 119 0
[pid=10453] ppid=10452 vsize=296 memory=4 CPUtime=0 cores=0-3
/proc/10453/stat : 10453 (java) D 10452 10396 10334 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 443340057 303104 1 33554432000 4194304 4196468 140732591274624 140732591271896 140447877842631 0 0 4096 0 18446744072101752356 0 0 17 0 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
/proc/10453/statm: 74 1 0 1 0 38 0
[pid=10454] ppid=10452 vsize=113488 memory=972 CPUtime=0 cores=0-3
/proc/10454/stat : 10454 (awk) S 10452 10396 10334 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443340057 116211712 243 33554432000 4194304 4609284 140723641801376 140723641800552 140091143494656 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 40275968 140723641808060 140723641808090 140723641808090 140723641810927 0
/proc/10454/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 340296 KiB
Current children cumulated memory: 3304 KiB

[startup+0.311017 s]*
/proc/loadavg: 0.18 1.62 2.49 2/206 10454
/proc/meminfo: memFree=29417436/32770688 swapFree=66919992/67108860
[pid=10396] ppid=10390 vsize=113256 memory=1616 CPUtime=0.01 cores=0-3
/proc/10396/stat : 10396 (bash) S 10390 10396 10334 0 -1 4202496 888 5701 0 0 0 0 0 1 20 0 1 0 443340052 115974144 404 33554432000 4194304 5098028 140722426556128 140722426550136 140440420097024 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 31883264 140722426561556 140722426561681 140722426561681 140722426564590 0
/proc/10396/statm: 28314 404 320 221 0 119 0
[pid=10452] ppid=10396 vsize=113256 memory=712 CPUtime=0 cores=0-3
/proc/10452/stat : 10452 (bash) S 10396 10396 10334 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443340057 115974144 178 33554432000 4194304 5098028 140722426556128 140722426548808 140440419922556 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31883264 140722426561556 140722426561681 140722426561681 140722426564590 0
/proc/10452/statm: 28314 178 94 221 0 119 0
[pid=10453] ppid=10452 vsize=10648 memory=688 CPUtime=0 cores=0-3
/proc/10453/stat : 10453 (java) D 10452 10396 10334 0 -1 1077944320 329 0 0 0 0 0 0 0 20 0 1 0 443340057 10903552 172 33554432000 4194304 4196468 140732591274624 140732591255320 140447877842631 0 0 4096 0 18446744072101752356 0 0 17 0 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
/proc/10453/statm: 2662 172 139 1 0 84 0
[pid=10454] ppid=10452 vsize=113488 memory=972 CPUtime=0 cores=0-3
/proc/10454/stat : 10454 (awk) S 10452 10396 10334 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443340057 116211712 243 33554432000 4194304 4609284 140723641801376 140723641800552 140091143494656 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 40275968 140723641808060 140723641808090 140723641808090 140723641810927 0
/proc/10454/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 350648 KiB
Current children cumulated memory: 3988 KiB

[startup+0.700758 s]
/proc/loadavg: 0.18 1.62 2.49 3/222 10470
/proc/meminfo: memFree=29397288/32770688 swapFree=66919992/67108860
[pid=10396] ppid=10390 vsize=113256 memory=1616 CPUtime=0.01 cores=0-3
/proc/10396/stat : 10396 (bash) S 10390 10396 10334 0 -1 4202496 888 5701 0 0 0 0 0 1 20 0 1 0 443340052 115974144 404 33554432000 4194304 5098028 140722426556128 140722426550136 140440420097024 0 0 4100 65536 18446744071580971376 0 0 17 0 0 0 0 0 0 7196144 7232144 31883264 140722426561556 140722426561681 140722426561681 140722426564590 0
/proc/10396/statm: 28314 404 320 221 0 119 0
[pid=10452] ppid=10396 vsize=113256 memory=712 CPUtime=0 cores=0-3
/proc/10452/stat : 10452 (bash) S 10396 10396 10334 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443340057 115974144 178 33554432000 4194304 5098028 140722426556128 140722426548808 140440419922556 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 31883264 140722426561556 140722426561681 140722426561681 140722426564590 0
/proc/10452/statm: 28314 178 94 221 0 119 0
[pid=10453] ppid=10452 vsize=10260324 memory=19460 CPUtime=0.05 cores=0-3
/proc/10453/stat : 10453 (java) S 10452 10396 10334 0 -1 1077944320 4259 0 0 0 4 1 0 0 20 0 9 0 443340057 10506571776 4865 33554432000 4194304 4196468 140732591274624 140732591257168 140447875567351 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
/proc/10453/statm: 2565081 4865 2193 1 0 2527622 0
[pid=10453/tid=10456] ppid=10452 vsize=10260324 memory=6656426216303648864 CPUtime=0.04 cores=0-3
/proc/10453/task/10456/stat : 10456 (java) D 10452 10396 10334 0 -1 1077944384 2914 0 0 0 4 0 0 0 20 0 9 0 443340086 10506571776 4865 33554432000 4194304 4196468 140732591274624 140447879802392 140447868245365 0 4 0 16800971 18446744072101752356 0 0 -1 3 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
[pid=10453/tid=10461] ppid=10452 vsize=10260324 memory=6944656592455097440 CPUtime=0 cores=0-3
/proc/10453/task/10461/stat : 10461 (java) S 10452 10396 10334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443340100 10506571776 4865 33554432000 4194304 4196468 140732591274624 140447481956880 140447875577557 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
[pid=10453/tid=10462] ppid=10452 vsize=10260324 memory=-1751206890918255646 CPUtime=0 cores=0-3
/proc/10453/task/10462/stat : 10462 (java) S 10452 10396 10334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443340100 10506571776 4865 33554432000 4194304 4196468 140732591274624 140447480904336 140447875577557 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
[pid=10453/tid=10463] ppid=10452 vsize=10260324 memory=6944656592455360608 CPUtime=0 cores=0-3
/proc/10453/task/10463/stat : 10463 (java) S 10452 10396 10334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443340100 10506571776 4865 33554432000 4194304 4196468 140732591274624 140447479851280 140447875577557 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
[pid=10453/tid=10464] ppid=10452 vsize=10260324 memory=5996 CPUtime=0 cores=0-3
/proc/10453/task/10464/stat : 10464 (java) S 10452 10396 10334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443340100 10506571776 4865 33554432000 4194304 4196468 140732591274624 140447478798736 140447875577557 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
[pid=10453/tid=10466] ppid=10452 vsize=10260324 memory=4156 CPUtime=0 cores=0-3
/proc/10453/task/10466/stat : 10466 (java) S 10452 10396 10334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443340101 10506571776 4865 33554432000 4194304 4196468 140732591274624 140447233039088 140447875578498 0 0 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
[pid=10453/tid=10468] ppid=10452 vsize=10260324 memory=1056 CPUtime=0 cores=0-3
/proc/10453/task/10468/stat : 10468 (java) S 10452 10396 10334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443340102 10506571776 4865 33554432000 4194304 4196468 140732591274624 140447231985312 140447875577557 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
[pid=10453/tid=10470] ppid=10452 vsize=10260324 memory=2828 CPUtime=0 cores=0-3
/proc/10453/task/10470/stat : 10470 (java) S 10452 10396 10334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443340102 10506571776 4865 33554432000 4194304 4196468 140732591274624 140447230932208 140447875577557 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21323776 140732591277196 140732591277210 140732591277210 140732591280079 0
[pid=10454] ppid=10452 vsize=113488 memory=972 CPUtime=0 cores=0-3
/proc/10454/stat : 10454 (awk) S 10452 10396 10334 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443340057 116211712 243 33554432000 4194304 4609284 140723641801376 140723641800552 140091143494656 0 0 4096 1216 18446744071580971376 0 0 17 0 0 0 0 0 0 6708720 6711756 40275968 140723641808060 140723641808090 140723641808090 140723641810927 0
/proc/10454/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 22760 KiB

[startup+1.50134 s]
/proc/loadavg: 0.41 1.64 2.49 2/228 10528
/proc/meminfo: memFree=29357152/32770688 swapFree=66919992/67108860
[pid=10396] ppid=10390 vsize=10822316 memory=80984 CPUtime=1.01 cores=0-3
/proc/10396/stat : 10396 (java) S 10390 10396 10334 0 -1 1077944320 14428 13301 0 0 85 7 6 3 20 0 15 0 443340052 11082051584 20246 33554432000 4194304 4196468 140736225637408 140736225619952 140617473453815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
/proc/10396/statm: 2705579 20246 3489 1 0 2667661 0
[pid=10396/tid=10502] ppid=10390 vsize=10822316 memory=0 CPUtime=0.66 cores=0-3
/proc/10396/task/10502/stat : 10502 (java) D 10390 10396 10334 0 -1 1077944384 9886 13301 0 0 52 5 6 3 20 0 15 0 443340132 11082051584 20246 33554432000 4194304 4196468 140736225637408 140617445276768 140617473475837 0 4 0 16800975 18446744072101752356 0 0 -1 1 0 0 1 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10507] ppid=10390 vsize=10822316 memory=6416681141432 CPUtime=0.09 cores=0-3
/proc/10396/task/10507/stat : 10507 (java) S 10390 10396 10334 0 -1 1077944384 1 13301 0 0 0 0 6 3 20 0 15 0 443340134 11082051584 20246 33554432000 4194304 4196468 140736225637408 140617477696144 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10508] ppid=10390 vsize=10822316 memory=304556140405195066 CPUtime=0.09 cores=0-3
/proc/10396/task/10508/stat : 10508 (java) S 10390 10396 10334 0 -1 1077944384 1 13301 0 0 0 0 6 3 20 0 15 0 443340134 11082051584 20246 33554432000 4194304 4196468 140736225637408 140617365969424 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10509] ppid=10390 vsize=10822316 memory=13563791027735092 CPUtime=0.09 cores=0-3
/proc/10396/task/10509/stat : 10509 (java) S 10390 10396 10334 0 -1 1077944384 1 13301 0 0 0 0 6 3 20 0 15 0 443340134 11082051584 20246 33554432000 4194304 4196468 140736225637408 140617364916624 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10510] ppid=10390 vsize=10822316 memory=0 CPUtime=0.09 cores=0-3
/proc/10396/task/10510/stat : 10510 (java) S 10390 10396 10334 0 -1 1077944384 2 13301 0 0 0 0 6 3 20 0 15 0 443340134 11082051584 20246 33554432000 4194304 4196468 140736225637408 140617044715792 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10514] ppid=10390 vsize=10822316 memory=0 CPUtime=0.09 cores=0-3
/proc/10396/task/10514/stat : 10514 (java) S 10390 10396 10334 0 -1 1077944384 5 13301 0 0 0 0 6 3 20 0 15 0 443340135 11082051584 20246 33554432000 4194304 4196468 140736225637408 140616932920176 140617473464962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10515] ppid=10390 vsize=10822316 memory=0 CPUtime=0.09 cores=0-3
/proc/10396/task/10515/stat : 10515 (java) S 10390 10396 10334 0 -1 1077944384 33 13301 0 0 0 0 6 3 20 0 15 0 443340136 11082051584 20246 33554432000 4194304 4196468 140736225637408 140616931866144 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10516] ppid=10390 vsize=10822316 memory=45217415702991 CPUtime=0.09 cores=0-3
/proc/10396/task/10516/stat : 10516 (java) S 10390 10396 10334 0 -1 1077944384 1 13301 0 0 0 0 6 3 20 0 15 0 443340136 11082051584 20246 33554432000 4194304 4196468 140736225637408 140616826611056 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10522] ppid=10390 vsize=10822316 memory=6944656592455097440 CPUtime=0.09 cores=0-3
/proc/10396/task/10522/stat : 10522 (java) S 10390 10396 10334 0 -1 1077944384 2 13301 0 0 0 0 6 3 20 0 15 0 443340140 11082051584 20246 33554432000 4194304 4196468 140736225637408 140616222632272 140617473472411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10523] ppid=10390 vsize=10822316 memory=6656426216303648864 CPUtime=0.17 cores=0-3
/proc/10396/task/10523/stat : 10523 (java) S 10390 10396 10334 0 -1 1077944384 961 13301 0 0 8 0 6 3 20 0 15 0 443340140 11082051584 20246 33554432000 4194304 4196468 140736225637408 140616898308464 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10524] ppid=10390 vsize=10822316 memory=6944656592387989600 CPUtime=0.16 cores=0-3
/proc/10396/task/10524/stat : 10524 (java) S 10390 10396 10334 0 -1 1077944384 531 13301 0 0 7 0 6 3 20 0 15 0 443340140 11082051584 20246 33554432000 4194304 4196468 140736225637408 140616897255664 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10525] ppid=10390 vsize=10822316 memory=6944656592455360604 CPUtime=0.25 cores=0-3
/proc/10396/task/10525/stat : 10525 (java) R 10390 10396 10334 0 -1 4202560 794 13301 0 0 16 0 6 3 20 0 15 0 443340141 11082051584 20246 33554432000 4194304 4196468 140736225637408 140616896202864 140617452421455 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10526] ppid=10390 vsize=10822316 memory=10 CPUtime=0.09 cores=0-3
/proc/10396/task/10526/stat : 10526 (java) S 10390 10396 10334 0 -1 1077944384 3 13301 0 0 0 0 6 3 20 0 15 0 443340141 11082051584 20246 33554432000 4194304 4196468 140736225637408 140615752870112 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10528] ppid=10390 vsize=10822316 memory=5937811804517711968 CPUtime=0.09 cores=0-3
/proc/10396/task/10528/stat : 10528 (java) S 10390 10396 10334 0 -1 1077944384 1 13301 0 0 0 0 6 3 20 0 15 0 443340144 11082051584 20246 33554432000 4194304 4196468 140736225637408 140616895151280 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 80984 KiB

[startup+3.11178 s]
/proc/loadavg: 0.41 1.64 2.49 11/228 10528
/proc/meminfo: memFree=29077728/32770688 swapFree=66919992/67108860
[pid=10396] ppid=10390 vsize=10838796 memory=198132 CPUtime=4.08 cores=0-3
/proc/10396/stat : 10396 (java) S 10390 10396 10334 0 -1 1077944320 33996 13301 0 0 384 15 6 3 20 0 15 0 443340052 11098927104 49533 33554432000 4194304 4196468 140736225637408 140736225619952 140617473453815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
/proc/10396/statm: 2709699 49533 3594 1 0 2671757 0
[pid=10396/tid=10502] ppid=10390 vsize=10838796 memory=0 CPUtime=2.18 cores=0-3
/proc/10396/task/10502/stat : 10502 (java) R 10390 10396 10334 0 -1 4202560 20536 13301 0 0 201 8 6 3 20 0 15 0 443340132 11098927104 49533 33554432000 4194304 4196468 140736225637408 140617445286168 140617473465750 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10507] ppid=10390 vsize=10838796 memory=0 CPUtime=0.1 cores=0-3
/proc/10396/task/10507/stat : 10507 (java) S 10390 10396 10334 0 -1 1077944384 20 13301 0 0 1 0 6 3 20 0 15 0 443340134 11098927104 49533 33554432000 4194304 4196468 140736225637408 140617477696144 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10508] ppid=10390 vsize=10838796 memory=23 CPUtime=0.1 cores=0-3
/proc/10396/task/10508/stat : 10508 (java) S 10390 10396 10334 0 -1 1077944384 319 13301 0 0 1 0 6 3 20 0 15 0 443340134 11098927104 49533 33554432000 4194304 4196468 140736225637408 140617365969424 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10509] ppid=10390 vsize=10838796 memory=21 CPUtime=0.1 cores=0-3
/proc/10396/task/10509/stat : 10509 (java) S 10390 10396 10334 0 -1 1077944384 51 13301 0 0 1 0 6 3 20 0 15 0 443340134 11098927104 49533 33554432000 4194304 4196468 140736225637408 140617364916624 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10510] ppid=10390 vsize=10838796 memory=280394926903552 CPUtime=0.1 cores=0-3
/proc/10396/task/10510/stat : 10510 (java) S 10390 10396 10334 0 -1 1077944384 78 13301 0 0 1 0 6 3 20 0 15 0 443340134 11098927104 49533 33554432000 4194304 4196468 140736225637408 140617044715792 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10514] ppid=10390 vsize=10838796 memory=1915838 CPUtime=0.1 cores=0-3
/proc/10396/task/10514/stat : 10514 (java) S 10390 10396 10334 0 -1 1077944384 1380 13301 0 0 1 0 6 3 20 0 15 0 443340135 11098927104 49533 33554432000 4194304 4196468 140736225637408 140616932920176 140617473464962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10515] ppid=10390 vsize=10838796 memory=1917231 CPUtime=0.09 cores=0-3
/proc/10396/task/10515/stat : 10515 (java) S 10390 10396 10334 0 -1 1077944384 34 13301 0 0 0 0 6 3 20 0 15 0 443340136 11098927104 49533 33554432000 4194304 4196468 140736225637408 140616931866208 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10516] ppid=10390 vsize=10838796 memory=0 CPUtime=0.09 cores=0-3
/proc/10396/task/10516/stat : 10516 (java) S 10390 10396 10334 0 -1 1077944384 1 13301 0 0 0 0 6 3 20 0 15 0 443340136 11098927104 49533 33554432000 4194304 4196468 140736225637408 140616826611072 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10522] ppid=10390 vsize=10838796 memory=0 CPUtime=0.09 cores=0-3
/proc/10396/task/10522/stat : 10522 (java) S 10390 10396 10334 0 -1 1077944384 2 13301 0 0 0 0 6 3 20 0 15 0 443340140 11098927104 49533 33554432000 4194304 4196468 140736225637408 140616222632272 140617473472411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10523] ppid=10390 vsize=10838796 memory=4420 CPUtime=0.57 cores=0-3
/proc/10396/task/10523/stat : 10523 (java) R 10390 10396 10334 0 -1 4202560 2795 13301 0 0 47 1 6 3 20 0 15 0 443340140 11098927104 49533 33554432000 4194304 4196468 140736225637408 140616898308464 140617459470320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10524] ppid=10390 vsize=10838796 memory=6628 CPUtime=0.62 cores=0-3
/proc/10396/task/10524/stat : 10524 (java) R 10390 10396 10334 0 -1 4202560 3015 13301 0 0 52 1 6 3 20 0 15 0 443340140 11098927104 49533 33554432000 4194304 4196468 140736225637408 140616897236680 140617456939765 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10525] ppid=10390 vsize=10838796 memory=8836 CPUtime=0.85 cores=0-3
/proc/10396/task/10525/stat : 10525 (java) S 10390 10396 10334 0 -1 1077944384 3550 13301 0 0 75 1 6 3 20 0 15 0 443340141 11098927104 49533 33554432000 4194304 4196468 140736225637408 140616896202864 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10526] ppid=10390 vsize=10838796 memory=11044 CPUtime=0.09 cores=0-3
/proc/10396/task/10526/stat : 10526 (java) S 10390 10396 10334 0 -1 1077944384 3 13301 0 0 0 0 6 3 20 0 15 0 443340141 11098927104 49533 33554432000 4194304 4196468 140736225637408 140615752870112 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10528] ppid=10390 vsize=10838796 memory=280394926755552 CPUtime=0.09 cores=0-3
/proc/10396/task/10528/stat : 10528 (java) S 10390 10396 10334 0 -1 1077944384 6 13301 0 0 0 0 6 3 20 0 15 0 443340144 11098927104 49533 33554432000 4194304 4196468 140736225637408 140616895151280 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
Current children cumulated CPU time: 4.08 s
Current children cumulated vsize: 10838796 KiB
Current children cumulated memory: 198132 KiB

[startup+6.30082 s]

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

/proc/10396/task/10502/stat : 10502 (java) R 10390 10396 10334 0 -1 4202560 70665 13301 0 0 229428 48 6 3 20 0 15 0 443340132 11109412864 234273 33554432000 4194304 4196468 140736225637408 140617445290000 140617060996103 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10507] ppid=10390 vsize=10849036 memory=935044 CPUtime=11.62 cores=0-3
/proc/10396/task/10507/stat : 10507 (java) S 10390 10396 10334 0 -1 1077944384 17657 13301 0 0 1095 58 6 3 20 0 15 0 443340134 11109412864 234273 33554432000 4194304 4196468 140736225637408 140617477696144 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10508] ppid=10390 vsize=10849036 memory=935044 CPUtime=11.63 cores=0-3
/proc/10396/task/10508/stat : 10508 (java) S 10390 10396 10334 0 -1 1077944384 16592 13301 0 0 1097 57 6 3 20 0 15 0 443340134 11109412864 234273 33554432000 4194304 4196468 140736225637408 140617365969424 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10509] ppid=10390 vsize=10849036 memory=164 CPUtime=11.62 cores=0-3
/proc/10396/task/10509/stat : 10509 (java) S 10390 10396 10334 0 -1 1077944384 19893 13301 0 0 1096 57 6 3 20 0 15 0 443340134 11109412864 234273 33554432000 4194304 4196468 140736225637408 140617364916624 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10510] ppid=10390 vsize=10849036 memory=937092 CPUtime=11.61 cores=0-3
/proc/10396/task/10510/stat : 10510 (java) S 10390 10396 10334 0 -1 1077944384 13901 13301 0 0 1096 56 6 3 20 0 15 0 443340134 11109412864 234273 33554432000 4194304 4196468 140736225637408 140617044715792 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10514] ppid=10390 vsize=10849036 memory=935044 CPUtime=11.23 cores=0-3
/proc/10396/task/10514/stat : 10514 (java) S 10390 10396 10334 0 -1 1077944384 16410 13301 0 0 1060 54 6 3 20 0 15 0 443340135 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616932920176 140617473464962 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10515] ppid=10390 vsize=10849036 memory=937092 CPUtime=0.09 cores=0-3
/proc/10396/task/10515/stat : 10515 (java) S 10390 10396 10334 0 -1 1077944384 39 13301 0 0 0 0 6 3 20 0 15 0 443340136 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616931866272 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10516] ppid=10390 vsize=10849036 memory=937092 CPUtime=0.09 cores=0-3
/proc/10396/task/10516/stat : 10516 (java) S 10390 10396 10334 0 -1 1077944384 1 13301 0 0 0 0 6 3 20 0 15 0 443340136 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616826611072 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10522] ppid=10390 vsize=10849036 memory=937092 CPUtime=0.09 cores=0-3
/proc/10396/task/10522/stat : 10522 (java) S 10390 10396 10334 0 -1 1077944384 2 13301 0 0 0 0 6 3 20 0 15 0 443340140 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616222632272 140617473472411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10523] ppid=10390 vsize=10849036 memory=6791534058613427641 CPUtime=3.19 cores=0-3
/proc/10396/task/10523/stat : 10523 (java) S 10390 10396 10334 0 -1 1077944384 15404 13301 0 0 305 5 6 3 20 0 15 0 443340140 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616898308464 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10524] ppid=10390 vsize=10849036 memory=937092 CPUtime=3.82 cores=0-3
/proc/10396/task/10524/stat : 10524 (java) S 10390 10396 10334 0 -1 1077944384 20111 13301 0 0 370 3 6 3 20 0 15 0 443340140 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616897255664 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10525] ppid=10390 vsize=10849036 memory=937092 CPUtime=2.09 cores=0-3
/proc/10396/task/10525/stat : 10525 (java) S 10390 10396 10334 0 -1 1077944384 12000 13301 0 0 196 4 6 3 20 0 15 0 443340141 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616896202864 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10526] ppid=10390 vsize=10849036 memory=2257 CPUtime=0.09 cores=0-3
/proc/10396/task/10526/stat : 10526 (java) S 10390 10396 10334 0 -1 1077944384 3 13301 0 0 0 0 6 3 20 0 15 0 443340141 11109412864 234273 33554432000 4194304 4196468 140736225637408 140615752870112 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10528] ppid=10390 vsize=10849036 memory=937092 CPUtime=1.45 cores=0-3
/proc/10396/task/10528/stat : 10528 (java) S 10390 10396 10334 0 -1 1077944384 1029 13301 0 0 73 63 6 3 20 0 15 0 443340144 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616895151280 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
Current children cumulated CPU time: 2362.38 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 937092 KiB

[startup+2382.3 s]
/proc/loadavg: 1.42 1.46 1.51 4/228 10794
/proc/meminfo: memFree=27479444/32770688 swapFree=66919992/67108860
[pid=10396] ppid=10390 vsize=10849036 memory=937092 CPUtime=2423.33 cores=0-3
/proc/10396/stat : 10396 (java) S 10390 10396 10334 0 -1 1077944320 207507 13301 0 0 241974 350 6 3 20 0 15 0 443340052 11109412864 234273 33554432000 4194304 4196468 140736225637408 140736225619952 140617473453815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
/proc/10396/statm: 2712259 234273 3629 1 0 2674317 0
[pid=10396/tid=10502] ppid=10390 vsize=10849036 memory=937092 CPUtime=2354.18 cores=0-3
/proc/10396/task/10502/stat : 10502 (java) R 10390 10396 10334 0 -1 4202560 71501 13301 0 0 235360 49 6 3 20 0 15 0 443340132 11109412864 234273 33554432000 4194304 4196468 140736225637408 140617445289952 140617062212533 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10507] ppid=10390 vsize=10849036 memory=937092 CPUtime=11.95 cores=0-3
/proc/10396/task/10507/stat : 10507 (java) S 10390 10396 10334 0 -1 1077944384 17671 13301 0 0 1126 60 6 3 20 0 15 0 443340134 11109412864 234273 33554432000 4194304 4196468 140736225637408 140617477696144 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10508] ppid=10390 vsize=10849036 memory=164 CPUtime=11.94 cores=0-3
/proc/10396/task/10508/stat : 10508 (java) S 10390 10396 10334 0 -1 1077944384 16976 13301 0 0 1127 58 6 3 20 0 15 0 443340134 11109412864 234273 33554432000 4194304 4196468 140736225637408 140617365969424 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10509] ppid=10390 vsize=10849036 memory=935044 CPUtime=11.95 cores=0-3
/proc/10396/task/10509/stat : 10509 (java) S 10390 10396 10334 0 -1 1077944384 19951 13301 0 0 1127 59 6 3 20 0 15 0 443340134 11109412864 234273 33554432000 4194304 4196468 140736225637408 140617364916624 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10510] ppid=10390 vsize=10849036 memory=937092 CPUtime=11.93 cores=0-3
/proc/10396/task/10510/stat : 10510 (java) S 10390 10396 10334 0 -1 1077944384 13979 13301 0 0 1127 57 6 3 20 0 15 0 443340134 11109412864 234273 33554432000 4194304 4196468 140736225637408 140617044715792 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10514] ppid=10390 vsize=10849036 memory=937092 CPUtime=11.53 cores=0-3
/proc/10396/task/10514/stat : 10514 (java) S 10390 10396 10334 0 -1 1077944384 16611 13301 0 0 1089 55 6 3 20 0 15 0 443340135 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616932920176 140617473464962 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10515] ppid=10390 vsize=10849036 memory=937092 CPUtime=0.09 cores=0-3
/proc/10396/task/10515/stat : 10515 (java) S 10390 10396 10334 0 -1 1077944384 39 13301 0 0 0 0 6 3 20 0 15 0 443340136 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616931866272 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10516] ppid=10390 vsize=10849036 memory=937092 CPUtime=0.09 cores=0-3
/proc/10396/task/10516/stat : 10516 (java) S 10390 10396 10334 0 -1 1077944384 1 13301 0 0 0 0 6 3 20 0 15 0 443340136 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616826611072 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10522] ppid=10390 vsize=10849036 memory=937092 CPUtime=0.09 cores=0-3
/proc/10396/task/10522/stat : 10522 (java) S 10390 10396 10334 0 -1 1077944384 2 13301 0 0 0 0 6 3 20 0 15 0 443340140 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616222632272 140617473472411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10523] ppid=10390 vsize=10849036 memory=937092 CPUtime=3.19 cores=0-3
/proc/10396/task/10523/stat : 10523 (java) S 10390 10396 10334 0 -1 1077944384 15406 13301 0 0 305 5 6 3 20 0 15 0 443340140 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616898308464 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10524] ppid=10390 vsize=10849036 memory=280394927322624 CPUtime=3.82 cores=0-3
/proc/10396/task/10524/stat : 10524 (java) S 10390 10396 10334 0 -1 1077944384 20113 13301 0 0 370 3 6 3 20 0 15 0 443340140 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616897255664 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10525] ppid=10390 vsize=10849036 memory=937092 CPUtime=2.09 cores=0-3
/proc/10396/task/10525/stat : 10525 (java) S 10390 10396 10334 0 -1 1077944384 12002 13301 0 0 196 4 6 3 20 0 15 0 443340141 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616896202864 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10526] ppid=10390 vsize=10849036 memory=5996 CPUtime=0.09 cores=0-3
/proc/10396/task/10526/stat : 10526 (java) S 10390 10396 10334 0 -1 1077944384 3 13301 0 0 0 0 6 3 20 0 15 0 443340141 11109412864 234273 33554432000 4194304 4196468 140736225637408 140615752870112 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10528] ppid=10390 vsize=10849036 memory=937092 CPUtime=1.48 cores=0-3
/proc/10396/task/10528/stat : 10528 (java) S 10390 10396 10334 0 -1 1077944384 1046 13301 0 0 74 65 6 3 20 0 15 0 443340144 11109412864 234273 33554432000 4194304 4196468 140736225637408 140616895151280 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
Current children cumulated CPU time: 2423.33 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 937092 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.44 1.50 4/227 10798
/proc/meminfo: memFree=27475720/32770688 swapFree=66919992/67108860
[pid=10396] ppid=10390 vsize=10849036 memory=939140 CPUtime=2484.27 cores=0-3
/proc/10396/stat : 10396 (java) S 10390 10396 10334 0 -1 1077944320 209184 13301 0 0 248059 359 6 3 20 0 15 0 443340052 11109412864 234785 33554432000 4194304 4196468 140736225637408 140736225619952 140617473453815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
/proc/10396/statm: 2712259 234785 3629 1 0 2674317 0
[pid=10396/tid=10502] ppid=10390 vsize=10849036 memory=939140 CPUtime=2413.51 cores=0-3
/proc/10396/task/10502/stat : 10502 (java) R 10390 10396 10334 0 -1 4202560 72387 13301 0 0 241293 49 6 3 20 0 15 0 443340132 11109412864 234785 33554432000 4194304 4196468 140736225637408 140617445289776 140617060149779 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10507] ppid=10390 vsize=10849036 memory=939140 CPUtime=12.26 cores=0-3
/proc/10396/task/10507/stat : 10507 (java) S 10390 10396 10334 0 -1 1077944384 17694 13301 0 0 1156 61 6 3 20 0 15 0 443340134 11109412864 234785 33554432000 4194304 4196468 140736225637408 140617477696144 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10508] ppid=10390 vsize=10849036 memory=939140 CPUtime=12.26 cores=0-3
/proc/10396/task/10508/stat : 10508 (java) S 10390 10396 10334 0 -1 1077944384 17270 13301 0 0 1157 60 6 3 20 0 15 0 443340134 11109412864 234785 33554432000 4194304 4196468 140736225637408 140617365969424 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10509] ppid=10390 vsize=10849036 memory=935044 CPUtime=12.26 cores=0-3
/proc/10396/task/10509/stat : 10509 (java) S 10390 10396 10334 0 -1 1077944384 20005 13301 0 0 1156 61 6 3 20 0 15 0 443340134 11109412864 234785 33554432000 4194304 4196468 140736225637408 140617364916624 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10510] ppid=10390 vsize=10849036 memory=937092 CPUtime=12.25 cores=0-3
/proc/10396/task/10510/stat : 10510 (java) S 10390 10396 10334 0 -1 1077944384 14179 13301 0 0 1158 58 6 3 20 0 15 0 443340134 11109412864 234785 33554432000 4194304 4196468 140736225637408 140617044715792 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10514] ppid=10390 vsize=10849036 memory=939140 CPUtime=11.83 cores=0-3
/proc/10396/task/10514/stat : 10514 (java) S 10390 10396 10334 0 -1 1077944384 16817 13301 0 0 1118 56 6 3 20 0 15 0 443340135 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616932920176 140617473464962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10515] ppid=10390 vsize=10849036 memory=939140 CPUtime=0.09 cores=0-3
/proc/10396/task/10515/stat : 10515 (java) S 10390 10396 10334 0 -1 1077944384 39 13301 0 0 0 0 6 3 20 0 15 0 443340136 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616931866272 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10516] ppid=10390 vsize=10849036 memory=939140 CPUtime=0.09 cores=0-3
/proc/10396/task/10516/stat : 10516 (java) S 10390 10396 10334 0 -1 1077944384 1 13301 0 0 0 0 6 3 20 0 15 0 443340136 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616826611072 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10522] ppid=10390 vsize=10849036 memory=939140 CPUtime=0.09 cores=0-3
/proc/10396/task/10522/stat : 10522 (java) S 10390 10396 10334 0 -1 1077944384 2 13301 0 0 0 0 6 3 20 0 15 0 443340140 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616222632272 140617473472411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10523] ppid=10390 vsize=10849036 memory=939140 CPUtime=3.19 cores=0-3
/proc/10396/task/10523/stat : 10523 (java) S 10390 10396 10334 0 -1 1077944384 15408 13301 0 0 305 5 6 3 20 0 15 0 443340140 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616898308464 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10524] ppid=10390 vsize=10849036 memory=937092 CPUtime=3.82 cores=0-3
/proc/10396/task/10524/stat : 10524 (java) S 10390 10396 10334 0 -1 1077944384 20115 13301 0 0 370 3 6 3 20 0 15 0 443340140 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616897255664 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10525] ppid=10390 vsize=10849036 memory=939140 CPUtime=2.09 cores=0-3
/proc/10396/task/10525/stat : 10525 (java) S 10390 10396 10334 0 -1 1077944384 12004 13301 0 0 196 4 6 3 20 0 15 0 443340141 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616896202864 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10526] ppid=10390 vsize=10849036 memory=56 CPUtime=0.09 cores=0-3
/proc/10396/task/10526/stat : 10526 (java) S 10390 10396 10334 0 -1 1077944384 3 13301 0 0 0 0 6 3 20 0 15 0 443340141 11109412864 234785 33554432000 4194304 4196468 140736225637408 140615752870112 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10528] ppid=10390 vsize=10849036 memory=6791534058613427641 CPUtime=1.5 cores=0-3
/proc/10396/task/10528/stat : 10528 (java) S 10390 10396 10334 0 -1 1077944384 1054 13301 0 0 75 66 6 3 20 0 15 0 443340144 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616895151280 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
Current children cumulated CPU time: 2484.27 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 939140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.6 s]
/proc/loadavg: 1.54 1.46 1.50 4/227 10933
/proc/meminfo: memFree=28466840/32770688 swapFree=66919992/67108860
[pid=10396] ppid=10390 vsize=10849036 memory=939140 CPUtime=2520.1 cores=0-3
/proc/10396/stat : 10396 (java) S 10390 10396 10334 0 -1 1077944320 210566 13301 0 0 251639 362 6 3 20 0 15 0 443340052 11109412864 234785 33554432000 4194304 4196468 140736225637408 140736225619952 140617473453815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
/proc/10396/statm: 2712259 234785 3629 1 0 2674317 0
[pid=10396/tid=10502] ppid=10390 vsize=10849036 memory=111632 CPUtime=2448.44 cores=0-3
/proc/10396/task/10502/stat : 10502 (java) R 10390 10396 10334 0 -1 4202560 73045 13301 0 0 244786 49 6 3 20 0 15 0 443340132 11109412864 234785 33554432000 4194304 4196468 140736225637408 140617445289680 140617060113563 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10507] ppid=10390 vsize=10849036 memory=6791534058613427641 CPUtime=12.44 cores=0-3
/proc/10396/task/10507/stat : 10507 (java) S 10390 10396 10334 0 -1 1077944384 17962 13301 0 0 1173 62 6 3 20 0 15 0 443340134 11109412864 234785 33554432000 4194304 4196468 140736225637408 140617477696144 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10508] ppid=10390 vsize=10849036 memory=6791534058613427641 CPUtime=12.44 cores=0-3
/proc/10396/task/10508/stat : 10508 (java) S 10390 10396 10334 0 -1 1077944384 17299 13301 0 0 1175 60 6 3 20 0 15 0 443340134 11109412864 234785 33554432000 4194304 4196468 140736225637408 140617365969424 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10509] ppid=10390 vsize=10849036 memory=660 CPUtime=12.44 cores=0-3
/proc/10396/task/10509/stat : 10509 (java) S 10390 10396 10334 0 -1 1077944384 20163 13301 0 0 1173 62 6 3 20 0 15 0 443340134 11109412864 234785 33554432000 4194304 4196468 140736225637408 140617364916624 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10510] ppid=10390 vsize=10849036 memory=1556 CPUtime=12.43 cores=0-3
/proc/10396/task/10510/stat : 10510 (java) S 10390 10396 10334 0 -1 1077944384 14230 13301 0 0 1176 58 6 3 20 0 15 0 443340134 11109412864 234785 33554432000 4194304 4196468 140736225637408 140617044715792 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10514] ppid=10390 vsize=10849036 memory=9588 CPUtime=11.99 cores=0-3
/proc/10396/task/10514/stat : 10514 (java) S 10390 10396 10334 0 -1 1077944384 17023 13301 0 0 1133 57 6 3 20 0 15 0 443340135 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616932920176 140617473464962 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10515] ppid=10390 vsize=10849036 memory=55420 CPUtime=0.09 cores=0-3
/proc/10396/task/10515/stat : 10515 (java) S 10390 10396 10334 0 -1 1077944384 39 13301 0 0 0 0 6 3 20 0 15 0 443340136 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616931866272 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10516] ppid=10390 vsize=10849036 memory=984 CPUtime=0.09 cores=0-3
/proc/10396/task/10516/stat : 10516 (java) S 10390 10396 10334 0 -1 1077944384 1 13301 0 0 0 0 6 3 20 0 15 0 443340136 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616826611072 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10522] ppid=10390 vsize=10849036 memory=2020 CPUtime=0.09 cores=0-3
/proc/10396/task/10522/stat : 10522 (java) S 10390 10396 10334 0 -1 1077944384 2 13301 0 0 0 0 6 3 20 0 15 0 443340140 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616222632272 140617473472411 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10523] ppid=10390 vsize=10849036 memory=1428 CPUtime=3.19 cores=0-3
/proc/10396/task/10523/stat : 10523 (java) S 10390 10396 10334 0 -1 1077944384 15410 13301 0 0 305 5 6 3 20 0 15 0 443340140 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616898308464 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10524] ppid=10390 vsize=10849036 memory=1712 CPUtime=3.82 cores=0-3
/proc/10396/task/10524/stat : 10524 (java) S 10390 10396 10334 0 -1 1077944384 20117 13301 0 0 370 3 6 3 20 0 15 0 443340140 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616897255664 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10525] ppid=10390 vsize=10849036 memory=5996 CPUtime=2.09 cores=0-3
/proc/10396/task/10525/stat : 10525 (java) S 10390 10396 10334 0 -1 1077944384 12006 13301 0 0 196 4 6 3 20 0 15 0 443340141 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616896202864 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10526] ppid=10390 vsize=10849036 memory=4156 CPUtime=0.09 cores=0-3
/proc/10396/task/10526/stat : 10526 (java) S 10390 10396 10334 0 -1 1077944384 3 13301 0 0 0 0 6 3 20 0 15 0 443340141 11109412864 234785 33554432000 4194304 4196468 140736225637408 140615752870112 140617473464021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
[pid=10396/tid=10528] ppid=10390 vsize=10849036 memory=1056 CPUtime=1.52 cores=0-3
/proc/10396/task/10528/stat : 10528 (java) S 10390 10396 10334 0 -1 1077944384 1060 13301 0 0 76 67 6 3 20 0 15 0 443340144 11109412864 234785 33554432000 4194304 4196468 140736225637408 140616895151280 140617473464962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25206784 140736225643247 140736225645765 140736225645765 140736225648591 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 939140 KiB

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

[startup+2477.73 s]
# the end of solver process 10396 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.56 s, system=3.67558 s

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

Child status: 143
Real time (s): 2477.73
CPU time (s): 2520.24
CPU user time (s): 2516.56
CPU system time (s): 3.67558
CPU usage (%): 101.716
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 939140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.56
system time used= 3.67558
maximum resident set size= 943272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224593
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 296376
involuntary context switches= 13037


# summary of solver processes directly reported to runsolver:
#   pid: 10396
#   total CPU time (s): 2520.24
#   total CPU user time (s): 2516.56
#   total CPU system time (s): 3.67558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.1295 second user time and 21.1925 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-18 06:55:54
IDJOB=4401083
IDBENCH=115968
IDSOLVER=2857
FILE ID=node120/4401083-1568673331
RUNJOBID= node120-1324187754-10365
PBS_JOBID= 21703789
Free space on /tmp= 61628 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401083-1568673331/watcher-4401083-1568673331 -o /tmp/evaluation-result-4401083-1568673331/solver-4401083-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324187754-10365 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401083-1568673331.xml

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

MD5SUM BENCH= 194a9771da43b175c5c48a6f0c769610
RANDOM SEED=1889038206

node120.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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        29420764 kB
MemAvailable:   31829196 kB
Buffers:          171260 kB
Cached:          2541736 kB
SwapCached:        77548 kB
Active:          1491160 kB
Inactive:        1302980 kB
Active(anon):       4204 kB
Inactive(anon):   127072 kB
Active(file):    1486956 kB
Inactive(file):  1175908 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             30736 kB
Writeback:           136 kB
AnonPages:        113648 kB
Mapped:            52780 kB
Shmem:             41008 kB
Slab:             152068 kB
SReclaimable:     122804 kB
SUnreclaim:        29264 kB
KernelStack:        3408 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     520728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 61556 MiB
End job on node120 at 2011-12-18 07:37:18