Trace number 4401154

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)70 2520.1 2475.23

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-10-14.xml
MD5SUM2f9116219e9bb224096732f26408ee63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark2520.05
Satisfiable
(Un)Satisfiability was proved
Number of variables280
Number of constraints320
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":140},{"size":9,"count":140}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":140},{"degree":7,"count":4},{"degree":8,"count":40},{"degree":10,"count":96}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":140},{"arity":3,"count":40},{"arity":4,"count":4},{"arity":6,"count":40},{"arity":9,"count":96}]
Number of extensional constraints180
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":180},{"type":"sum","count":140}]
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.76/1.37	c Concrete v3.12.2.1568631193530 running
12.27/5.72	o 49
13.22/6.07	o 59
13.22/6.08	o 61
16.27/7.77	o 62
17.74/9.16	o 64
30.75/21.38	o 65
34.98/25.53	o 66
96.74/87.03	o 67
119.07/109.11	o 68
1056.22/1033.35	o 69
1907.39/1871.95	o 70
2520.05/2475.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.05/2475.20		at concrete.MAC.mac(MAC.scala:192)
2520.05/2475.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.05/2475.20		at scala.util.Try$.apply(Try.scala:212)
2520.05/2475.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.05/2475.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.05/2475.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.05/2475.20		at concrete.MAC.oneRun(MAC.scala:265)
2520.05/2475.20		at concrete.MAC.nextSolution(MAC.scala:284)
2520.05/2475.20		at concrete.MAC.nextSolution(MAC.scala:369)
2520.05/2475.20		at concrete.Solver.hasNext(Solver.scala:160)
2520.05/2475.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2475.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2475.20		at concrete.Solver.foreach(Solver.scala:67)
2520.05/2475.20		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.05/2475.20		at scala.util.Success.map(Try.scala:264)
2520.05/2475.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.05/2475.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.05/2475.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.05/2475.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.05/2475.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.05/2475.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.05/2475.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.05/2475.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.05/2475.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.05/2475.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.05/2475.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.05/2475.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.05/2475.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.05/2475.21		at scala.App.main(App.scala:75)
2520.05/2475.21		at scala.App.main$(App.scala:73)
2520.05/2475.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.05/2475.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.05/2475.21	v <instantiation
2520.05/2475.21	v         cost = '70'>
2520.05/2475.21	v       <list>
2520.05/2475.21	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[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[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[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[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[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[5][13] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] 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[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[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[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[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[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11] s[5][12] s[5][13] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[6][9] s[6][10] s[6][11] s[6][12] s[6][13] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8] s[7][9] s[7][10] s[7][11] s[7][12] s[7][13] s[8][0] s[8][1] s[8][2] s[8][3] s[8][4] s[8][5] s[8][6] s[8][7] s[8][8] s[8][9] s[8][10] s[8][11] s[8][12] s[8][13] s[9][0] s[9][1] s[9][2] s[9][3] s[9][4] s[9][5] s[9][6] s[9][7] s[9][8] s[9][9] s[9][10] s[9][11] s[9][12] s[9][13]
2520.05/2475.21	v       </list>
2520.05/2475.21	v       <values>
2520.05/2475.21	v         1 0 0 1 0 0 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 0 0 0 1 0 1 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 1 1 1 1 1 0 1 0 0 0 1 1 1 1 1 0 0 0 1 0 1 1 1 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 1 0 1 1 1 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 0 1 1 0 0 1 0 2 4 4 3 4 4 2 2 1 2 2 4 3 3 2 3 3 3 3 3 3 4 4 5 3 4 3 3 4 6 6 6 5 5 4 3 2 3 4 5 5 4 2 3 2 3 2 4 3 6 6 5 3 2 3 2 3 5 5 5 3 4 2 3 2 2 4 4 5 2 4 3 4 3 5 5 5 6 6 5 5 3 4 2 3 3 5 2 3 2 2 2 2 2 3 3 2 1 4 3 5 4 5 5 5 5 5 5 6 6 4 2 4 3 5 3 3 4 2 3 4 3 3 3 2 2 2 2 4 3 3 4 2 4 3 3 4 4 2 2
2520.05/2475.21	v       </values>
2520.05/2475.21	v     </instantiation>
2520.05/2475.21	s SATISFIABLE

Verifier Data

OK	70

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-4401154-1568673331/watcher-4401154-1568673331 -o /tmp/evaluation-result-4401154-1568673331/solver-4401154-1568673331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node120-1324187754-10366 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1889038206 HOME/instance-4401154-1568673331.xml 

running on 4 cores: 4-7

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=10395, runsolver pid=10388
Current StackSize limit: 8192 KiB


[startup+0.10019 s]*
/proc/loadavg: 0.18 1.62 2.49 2/206 10454
/proc/meminfo: memFree=29417324/32770688 swapFree=66919992/67108860
[pid=10395] ppid=10388 vsize=113256 memory=1616 CPUtime=0.01 cores=4-7
/proc/10395/stat : 10395 (bash) S 10388 10395 10334 0 -1 4202496 892 5688 0 1 0 0 0 1 20 0 1 0 443340052 115974144 404 33554432000 4194304 5098028 140720478303552 140720478297560 140512416713728 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 20254720 140720478311444 140720478311569 140720478311569 140720478314478 0
/proc/10395/statm: 28314 404 320 221 0 119 0
[pid=10449] ppid=10395 vsize=113256 memory=712 CPUtime=0 cores=4-7
/proc/10449/stat : 10449 (bash) S 10395 10395 10334 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443340057 115974144 178 33554432000 4194304 5098028 140720478303552 140720478296232 140512416539260 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20254720 140720478311444 140720478311569 140720478311569 140720478314478 0
/proc/10449/statm: 28314 178 94 221 0 119 0
[pid=10450] ppid=10449 vsize=296 memory=4 CPUtime=0 cores=4-7
/proc/10450/stat : 10450 (java) D 10449 10395 10334 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 443340057 303104 1 33554432000 4194304 4196468 140726871629808 140726871627080 140170488321735 0 0 4096 0 18446744072101752356 0 0 17 4 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
/proc/10450/statm: 74 1 0 1 0 38 0
[pid=10451] ppid=10449 vsize=113488 memory=972 CPUtime=0 cores=4-7
/proc/10451/stat : 10451 (awk) S 10449 10395 10334 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443340057 116211712 243 33554432000 4194304 4609284 140731730996752 140731730995928 139657516940288 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 21499904 140731731002556 140731731002586 140731731002586 140731731005423 0
/proc/10451/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.211601 s]*
/proc/loadavg: 0.18 1.62 2.49 2/206 10454
/proc/meminfo: memFree=29417436/32770688 swapFree=66919992/67108860
[pid=10395] ppid=10388 vsize=113256 memory=1616 CPUtime=0.01 cores=4-7
/proc/10395/stat : 10395 (bash) S 10388 10395 10334 0 -1 4202496 892 5688 0 1 0 0 0 1 20 0 1 0 443340052 115974144 404 33554432000 4194304 5098028 140720478303552 140720478297560 140512416713728 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 20254720 140720478311444 140720478311569 140720478311569 140720478314478 0
/proc/10395/statm: 28314 404 320 221 0 119 0
[pid=10449] ppid=10395 vsize=113256 memory=712 CPUtime=0 cores=4-7
/proc/10449/stat : 10449 (bash) S 10395 10395 10334 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443340057 115974144 178 33554432000 4194304 5098028 140720478303552 140720478296232 140512416539260 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20254720 140720478311444 140720478311569 140720478311569 140720478314478 0
/proc/10449/statm: 28314 178 94 221 0 119 0
[pid=10450] ppid=10449 vsize=296 memory=4 CPUtime=0 cores=4-7
/proc/10450/stat : 10450 (java) D 10449 10395 10334 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 443340057 303104 1 33554432000 4194304 4196468 140726871629808 140726871627080 140170488321735 0 0 4096 0 18446744072101752356 0 0 17 4 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
/proc/10450/statm: 74 1 0 1 0 38 0
[pid=10451] ppid=10449 vsize=113488 memory=972 CPUtime=0 cores=4-7
/proc/10451/stat : 10451 (awk) S 10449 10395 10334 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443340057 116211712 243 33554432000 4194304 4609284 140731730996752 140731730995928 139657516940288 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 21499904 140731731002556 140731731002586 140731731002586 140731731005423 0
/proc/10451/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.310877 s]*
/proc/loadavg: 0.18 1.62 2.49 1/206 10454
/proc/meminfo: memFree=29417436/32770688 swapFree=66919992/67108860
[pid=10395] ppid=10388 vsize=113256 memory=1616 CPUtime=0.01 cores=4-7
/proc/10395/stat : 10395 (bash) S 10388 10395 10334 0 -1 4202496 892 5688 0 1 0 0 0 1 20 0 1 0 443340052 115974144 404 33554432000 4194304 5098028 140720478303552 140720478297560 140512416713728 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 20254720 140720478311444 140720478311569 140720478311569 140720478314478 0
/proc/10395/statm: 28314 404 320 221 0 119 0
[pid=10449] ppid=10395 vsize=113256 memory=712 CPUtime=0 cores=4-7
/proc/10449/stat : 10449 (bash) S 10395 10395 10334 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443340057 115974144 178 33554432000 4194304 5098028 140720478303552 140720478296232 140512416539260 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20254720 140720478311444 140720478311569 140720478311569 140720478314478 0
/proc/10449/statm: 28314 178 94 221 0 119 0
[pid=10450] ppid=10449 vsize=10648 memory=688 CPUtime=0 cores=4-7
/proc/10450/stat : 10450 (java) D 10449 10395 10334 0 -1 1077944320 328 0 0 0 0 0 0 0 20 0 1 0 443340057 10903552 172 33554432000 4194304 4196468 140726871629808 140726871610504 140170488321735 0 0 4096 0 18446744072101752356 0 0 17 4 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
/proc/10450/statm: 2662 172 139 1 0 84 0
[pid=10451] ppid=10449 vsize=113488 memory=972 CPUtime=0 cores=4-7
/proc/10451/stat : 10451 (awk) S 10449 10395 10334 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443340057 116211712 243 33554432000 4194304 4609284 140731730996752 140731730995928 139657516940288 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 21499904 140731731002556 140731731002586 140731731002586 140731731005423 0
/proc/10451/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.700843 s]
/proc/loadavg: 0.18 1.62 2.49 3/222 10470
/proc/meminfo: memFree=29397288/32770688 swapFree=66919992/67108860
[pid=10395] ppid=10388 vsize=113256 memory=1616 CPUtime=0.01 cores=4-7
/proc/10395/stat : 10395 (bash) S 10388 10395 10334 0 -1 4202496 892 5688 0 1 0 0 0 1 20 0 1 0 443340052 115974144 404 33554432000 4194304 5098028 140720478303552 140720478297560 140512416713728 0 0 4100 65536 18446744071580971376 0 0 17 4 0 0 0 0 0 7196144 7232144 20254720 140720478311444 140720478311569 140720478311569 140720478314478 0
/proc/10395/statm: 28314 404 320 221 0 119 0
[pid=10449] ppid=10395 vsize=113256 memory=712 CPUtime=0 cores=4-7
/proc/10449/stat : 10449 (bash) S 10395 10395 10334 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443340057 115974144 178 33554432000 4194304 5098028 140720478303552 140720478296232 140512416539260 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20254720 140720478311444 140720478311569 140720478311569 140720478314478 0
/proc/10449/statm: 28314 178 94 221 0 119 0
[pid=10450] ppid=10449 vsize=10260324 memory=21616 CPUtime=0.05 cores=4-7
/proc/10450/stat : 10450 (java) S 10449 10395 10334 0 -1 1077944320 4285 0 0 0 4 1 0 0 20 0 9 0 443340057 10506571776 5404 33554432000 4194304 4196468 140726871629808 140726871612352 140170486046455 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
/proc/10450/statm: 2565081 5404 2192 1 0 2527622 0
[pid=10450/tid=10455] ppid=10449 vsize=10260324 memory=6655300316396806240 CPUtime=0.05 cores=4-7
/proc/10450/task/10455/stat : 10455 (java) D 10449 10395 10334 0 -1 1077944384 2940 0 0 0 4 1 0 0 20 0 9 0 443340086 10506571776 5404 33554432000 4194304 4196468 140726871629808 140170490281496 140170478724469 0 4 0 16800971 18446744072101752356 0 0 -1 6 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
[pid=10450/tid=10457] ppid=10449 vsize=10260324 memory=6944652177228980320 CPUtime=0 cores=4-7
/proc/10450/task/10457/stat : 10457 (java) S 10449 10395 10334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443340099 10506571776 5404 33554432000 4194304 4196468 140726871629808 140170422737808 140170486056661 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
[pid=10450/tid=10458] ppid=10449 vsize=10260324 memory=-2892745056951965031 CPUtime=0 cores=4-7
/proc/10450/task/10458/stat : 10458 (java) S 10449 10395 10334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443340099 10506571776 5404 33554432000 4194304 4196468 140726871629808 140170421685008 140170486056661 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
[pid=10450/tid=10459] ppid=10449 vsize=10260324 memory=4206468019014099040 CPUtime=0 cores=4-7
/proc/10450/task/10459/stat : 10459 (java) S 10449 10395 10334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443340099 10506571776 5404 33554432000 4194304 4196468 140726871629808 140170420632720 140170486056661 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
[pid=10450/tid=10460] ppid=10449 vsize=10260324 memory=-7522837415797432224 CPUtime=0 cores=4-7
/proc/10450/task/10460/stat : 10460 (java) S 10449 10395 10334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443340099 10506571776 5404 33554432000 4194304 4196468 140726871629808 140170419579920 140170486056661 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
[pid=10450/tid=10465] ppid=10449 vsize=10260324 memory=4156 CPUtime=0 cores=4-7
/proc/10450/task/10465/stat : 10465 (java) S 10449 10395 10334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443340101 10506571776 5404 33554432000 4194304 4196468 140726871629808 140169843578992 140170486057602 0 0 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
[pid=10450/tid=10467] ppid=10449 vsize=10260324 memory=1056 CPUtime=0 cores=4-7
/proc/10450/task/10467/stat : 10467 (java) S 10449 10395 10334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443340102 10506571776 5404 33554432000 4194304 4196468 140726871629808 140169842524960 140170486056661 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
[pid=10450/tid=10469] ppid=10449 vsize=10260324 memory=2828 CPUtime=0 cores=4-7
/proc/10450/task/10469/stat : 10469 (java) S 10449 10395 10334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443340102 10506571776 5404 33554432000 4194304 4196468 140726871629808 140169841472624 140170486056661 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8466432 140726871635084 140726871635098 140726871635098 140726871637967 0
[pid=10451] ppid=10449 vsize=113488 memory=972 CPUtime=0 cores=4-7
/proc/10451/stat : 10451 (awk) S 10449 10395 10334 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443340057 116211712 243 33554432000 4194304 4609284 140731730996752 140731730995928 139657516940288 0 0 4096 1216 18446744071580971376 0 0 17 4 0 0 0 0 0 6708720 6711756 21499904 140731731002556 140731731002586 140731731002586 140731731005423 0
/proc/10451/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: 24916 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=10395] ppid=10388 vsize=10822316 memory=76628 CPUtime=0.99 cores=4-7
/proc/10395/stat : 10395 (java) S 10388 10395 10334 0 -1 1077944320 14409 13300 0 1 85 6 5 3 20 0 15 0 443340052 11082051584 19157 33554432000 4194304 4196468 140735082737632 140735082720176 140468608364279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
/proc/10395/statm: 2705579 19157 3480 1 0 2667661 0
[pid=10395/tid=10492] ppid=10388 vsize=10822316 memory=288230591755977018 CPUtime=0.64 cores=4-7
/proc/10395/task/10492/stat : 10492 (java) D 10388 10395 10334 0 -1 1077944384 9886 13300 0 1 52 4 5 3 20 0 15 0 443340130 11082051584 19157 33554432000 4194304 4196468 140735082737632 140468580187816 140468601042293 0 4 0 16800975 18446744072101752356 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10503] ppid=10388 vsize=10822316 memory=6416681141432 CPUtime=0.08 cores=4-7
/proc/10395/task/10503/stat : 10503 (java) S 10388 10395 10334 0 -1 1077944384 1 13300 0 1 0 0 5 3 20 0 15 0 443340132 11082051584 19157 33554432000 4194304 4196468 140735082737632 140468612606736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10504] ppid=10388 vsize=10822316 memory=304556140405195066 CPUtime=0.08 cores=4-7
/proc/10395/task/10504/stat : 10504 (java) S 10388 10395 10334 0 -1 1077944384 1 13300 0 1 0 0 5 3 20 0 15 0 443340132 11082051584 19157 33554432000 4194304 4196468 140735082737632 140468181326736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10505] ppid=10388 vsize=10822316 memory=13563791027735092 CPUtime=0.08 cores=4-7
/proc/10395/task/10505/stat : 10505 (java) S 10388 10395 10334 0 -1 1077944384 1 13300 0 1 0 0 5 3 20 0 15 0 443340132 11082051584 19157 33554432000 4194304 4196468 140735082737632 140468180274192 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10506] ppid=10388 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/10395/task/10506/stat : 10506 (java) S 10388 10395 10334 0 -1 1077944384 2 13300 0 1 0 0 5 3 20 0 15 0 443340132 11082051584 19157 33554432000 4194304 4196468 140735082737632 140468179221648 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10511] ppid=10388 vsize=10822316 memory=0 CPUtime=0.08 cores=4-7
/proc/10395/task/10511/stat : 10511 (java) S 10388 10395 10334 0 -1 1077944384 6 13300 0 1 0 0 5 3 20 0 15 0 443340134 11082051584 19157 33554432000 4194304 4196468 140735082737632 140468134967280 140468608375426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10512] ppid=10388 vsize=10822316 memory=164 CPUtime=0.08 cores=4-7
/proc/10395/task/10512/stat : 10512 (java) S 10388 10395 10334 0 -1 1077944384 13 13300 0 1 0 0 5 3 20 0 15 0 443340135 11082051584 19157 33554432000 4194304 4196468 140735082737632 140467509388192 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10513] ppid=10388 vsize=10822316 memory=-3831251742559211316 CPUtime=0.08 cores=4-7
/proc/10395/task/10513/stat : 10513 (java) S 10388 10395 10334 0 -1 1077944384 1 13300 0 1 0 0 5 3 20 0 15 0 443340135 11082051584 19157 33554432000 4194304 4196468 140735082737632 140467375170544 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10517] ppid=10388 vsize=10822316 memory=8128038100524242582 CPUtime=0.08 cores=4-7
/proc/10395/task/10517/stat : 10517 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11082051584 19157 33554432000 4194304 4196468 140735082737632 140467134879952 140468608382875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10518] ppid=10388 vsize=10822316 memory=-3123010188551861097 CPUtime=0.17 cores=4-7
/proc/10395/task/10518/stat : 10518 (java) S 10388 10395 10334 0 -1 1077944384 1041 13300 0 1 9 0 5 3 20 0 15 0 443340139 11082051584 19157 33554432000 4194304 4196468 140735082737632 140468133915120 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10519] ppid=10388 vsize=10822316 memory=1414353297708861353 CPUtime=0.15 cores=4-7
/proc/10395/task/10519/stat : 10519 (java) S 10388 10395 10334 0 -1 1077944384 442 13300 0 1 7 0 5 3 20 0 15 0 443340139 11082051584 19157 33554432000 4194304 4196468 140735082737632 140468132862576 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10520] ppid=10388 vsize=10822316 memory=-7595754389018307734 CPUtime=0.24 cores=4-7
/proc/10395/task/10520/stat : 10520 (java) R 10388 10395 10334 0 -1 4202560 797 13300 0 1 16 0 5 3 20 0 15 0 443340139 11082051584 19157 33554432000 4194304 4196468 140735082737632 140468131810032 140468587305823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10521] ppid=10388 vsize=10822316 memory=443643161 CPUtime=0.08 cores=4-7
/proc/10395/task/10521/stat : 10521 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11082051584 19157 33554432000 4194304 4196468 140735082737632 140467101322336 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10527] ppid=10388 vsize=10822316 memory=140346042505733 CPUtime=0.08 cores=4-7
/proc/10395/task/10527/stat : 10527 (java) S 10388 10395 10334 0 -1 1077944384 1 13300 0 1 0 0 5 3 20 0 15 0 443340143 11082051584 19157 33554432000 4194304 4196468 140735082737632 140468130756912 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 76628 KiB

[startup+3.11192 s]
/proc/loadavg: 0.41 1.64 2.49 9/228 10528
/proc/meminfo: memFree=29078472/32770688 swapFree=66919992/67108860
[pid=10395] ppid=10388 vsize=10838796 memory=192540 CPUtime=4.07 cores=4-7
/proc/10395/stat : 10395 (java) S 10388 10395 10334 0 -1 1077944320 28174 13300 0 1 385 14 5 3 20 0 15 0 443340052 11098927104 48135 33554432000 4194304 4196468 140735082737632 140735082720176 140468608364279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
/proc/10395/statm: 2709699 48135 3592 1 0 2671757 0
[pid=10395/tid=10492] ppid=10388 vsize=10838796 memory=280692084855184 CPUtime=2.16 cores=4-7
/proc/10395/task/10492/stat : 10492 (java) R 10388 10395 10334 0 -1 4202560 17248 13300 0 1 200 8 5 3 20 0 15 0 443340130 11098927104 48135 33554432000 4194304 4196468 140735082737632 140468580194512 140468201542055 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10503] ppid=10388 vsize=10838796 memory=3624 CPUtime=0.09 cores=4-7
/proc/10395/task/10503/stat : 10503 (java) S 10388 10395 10334 0 -1 1077944384 61 13300 0 1 1 0 5 3 20 0 15 0 443340132 11098927104 48135 33554432000 4194304 4196468 140735082737632 140468612606736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10504] ppid=10388 vsize=10838796 memory=2241 CPUtime=0.09 cores=4-7
/proc/10395/task/10504/stat : 10504 (java) S 10388 10395 10334 0 -1 1077944384 311 13300 0 1 1 0 5 3 20 0 15 0 443340132 11098927104 48135 33554432000 4194304 4196468 140735082737632 140468181326736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10505] ppid=10388 vsize=10838796 memory=2244 CPUtime=0.09 cores=4-7
/proc/10395/task/10505/stat : 10505 (java) S 10388 10395 10334 0 -1 1077944384 26 13300 0 1 1 0 5 3 20 0 15 0 443340132 11098927104 48135 33554432000 4194304 4196468 140735082737632 140468180274192 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10506] ppid=10388 vsize=10838796 memory=280692085281696 CPUtime=0.09 cores=4-7
/proc/10395/task/10506/stat : 10506 (java) S 10388 10395 10334 0 -1 1077944384 92 13300 0 1 1 0 5 3 20 0 15 0 443340132 11098927104 48135 33554432000 4194304 4196468 140735082737632 140468179221648 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10511] ppid=10388 vsize=10838796 memory=6933690279252828305 CPUtime=0.09 cores=4-7
/proc/10395/task/10511/stat : 10511 (java) S 10388 10395 10334 0 -1 1077944384 125 13300 0 1 1 0 5 3 20 0 15 0 443340134 11098927104 48135 33554432000 4194304 4196468 140735082737632 140468134967280 140468608375426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10512] ppid=10388 vsize=10838796 memory=-7966001734603266090 CPUtime=0.08 cores=4-7
/proc/10395/task/10512/stat : 10512 (java) S 10388 10395 10334 0 -1 1077944384 14 13300 0 1 0 0 5 3 20 0 15 0 443340135 11098927104 48135 33554432000 4194304 4196468 140735082737632 140467509388256 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10513] ppid=10388 vsize=10838796 memory=-7882018838379555936 CPUtime=0.08 cores=4-7
/proc/10395/task/10513/stat : 10513 (java) S 10388 10395 10334 0 -1 1077944384 1 13300 0 1 0 0 5 3 20 0 15 0 443340135 11098927104 48135 33554432000 4194304 4196468 140735082737632 140467375170560 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10517] ppid=10388 vsize=10838796 memory=-7882018838379555936 CPUtime=0.08 cores=4-7
/proc/10395/task/10517/stat : 10517 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11098927104 48135 33554432000 4194304 4196468 140735082737632 140467134879952 140468608382875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10518] ppid=10388 vsize=10838796 memory=4137299070596000674 CPUtime=0.61 cores=4-7
/proc/10395/task/10518/stat : 10518 (java) S 10388 10395 10334 0 -1 1077944384 2571 13300 0 1 53 0 5 3 20 0 15 0 443340139 11098927104 48135 33554432000 4194304 4196468 140735082737632 140468133915120 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10519] ppid=10388 vsize=10838796 memory=6944656592452807320 CPUtime=0.54 cores=4-7
/proc/10395/task/10519/stat : 10519 (java) R 10388 10395 10334 0 -1 4202560 2137 13300 0 1 46 0 5 3 20 0 15 0 443340139 11098927104 48135 33554432000 4194304 4196468 140735082737632 140468132842640 140468592756787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10520] ppid=10388 vsize=10838796 memory=6944656575208382560 CPUtime=0.84 cores=4-7
/proc/10395/task/10520/stat : 10520 (java) R 10388 10395 10334 0 -1 1077944384 3370 13300 0 1 75 1 5 3 20 0 15 0 443340139 11098927104 48135 33554432000 4194304 4196468 140735082737632 140468131810032 140468608375426 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10521] ppid=10388 vsize=10838796 memory=6944656575208382560 CPUtime=0.08 cores=4-7
/proc/10395/task/10521/stat : 10521 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11098927104 48135 33554432000 4194304 4196468 140735082737632 140467101322336 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10527] ppid=10388 vsize=10838796 memory=6368767625088166755 CPUtime=0.08 cores=4-7
/proc/10395/task/10527/stat : 10527 (java) S 10388 10395 10334 0 -1 1077944384 1 13300 0 1 0 0 5 3 20 0 15 0 443340143 11098927104 48135 33554432000 4194304 4196468 140735082737632 140468130756912 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
Current children cumulated CPU time: 4.07 s
Current children cumulated vsize: 10838796 KiB
Current children cumulated memory: 192540 KiB

[startup+6.30086 s]
/proc/loadavg: 0.70 1.68 2.50 6/227 10528

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

/proc/10395/task/10492/stat : 10492 (java) R 10388 10395 10334 0 -1 4202560 65274 13300 0 1 229541 56 5 3 20 0 15 0 443340130 11109412864 254873 33554432000 4194304 4196468 140735082737632 140468580200528 140468206093929 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10503] ppid=10388 vsize=10849036 memory=1019492 CPUtime=11.67 cores=4-7
/proc/10395/task/10503/stat : 10503 (java) S 10388 10395 10334 0 -1 1077944384 9600 13300 0 1 1102 57 5 3 20 0 15 0 443340132 11109412864 254873 33554432000 4194304 4196468 140735082737632 140468612606736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10504] ppid=10388 vsize=10849036 memory=1019492 CPUtime=11.67 cores=4-7
/proc/10395/task/10504/stat : 10504 (java) S 10388 10395 10334 0 -1 1077944384 9604 13300 0 1 1106 53 5 3 20 0 15 0 443340132 11109412864 254873 33554432000 4194304 4196468 140735082737632 140468181326736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10505] ppid=10388 vsize=10849036 memory=1019492 CPUtime=11.67 cores=4-7
/proc/10395/task/10505/stat : 10505 (java) S 10388 10395 10334 0 -1 1077944384 13985 13300 0 1 1106 53 5 3 20 0 15 0 443340132 11109412864 254873 33554432000 4194304 4196468 140735082737632 140468180274192 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10506] ppid=10388 vsize=10849036 memory=1019492 CPUtime=11.62 cores=4-7
/proc/10395/task/10506/stat : 10506 (java) S 10388 10395 10334 0 -1 1077944384 14974 13300 0 1 1096 58 5 3 20 0 15 0 443340132 11109412864 254873 33554432000 4194304 4196468 140735082737632 140468179221648 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10511] ppid=10388 vsize=10849036 memory=56 CPUtime=10.41 cores=4-7
/proc/10395/task/10511/stat : 10511 (java) S 10388 10395 10334 0 -1 1077944384 16702 13300 0 1 978 55 5 3 20 0 15 0 443340134 11109412864 254873 33554432000 4194304 4196468 140735082737632 140468134967280 140468608375426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10512] ppid=10388 vsize=10849036 memory=1019492 CPUtime=0.08 cores=4-7
/proc/10395/task/10512/stat : 10512 (java) S 10388 10395 10334 0 -1 1077944384 19 13300 0 1 0 0 5 3 20 0 15 0 443340135 11109412864 254873 33554432000 4194304 4196468 140735082737632 140467509388256 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10513] ppid=10388 vsize=10849036 memory=1019492 CPUtime=0.08 cores=4-7
/proc/10395/task/10513/stat : 10513 (java) S 10388 10395 10334 0 -1 1077944384 8 13300 0 1 0 0 5 3 20 0 15 0 443340135 11109412864 254873 33554432000 4194304 4196468 140735082737632 140467375170560 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10517] ppid=10388 vsize=10849036 memory=1019492 CPUtime=0.08 cores=4-7
/proc/10395/task/10517/stat : 10517 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11109412864 254873 33554432000 4194304 4196468 140735082737632 140467134879952 140468608382875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10518] ppid=10388 vsize=10849036 memory=1019492 CPUtime=4.3 cores=4-7
/proc/10395/task/10518/stat : 10518 (java) S 10388 10395 10334 0 -1 1077944384 25312 13300 0 1 419 3 5 3 20 0 15 0 443340139 11109412864 254873 33554432000 4194304 4196468 140735082737632 140468133915120 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10519] ppid=10388 vsize=10849036 memory=1019492 CPUtime=4.25 cores=4-7
/proc/10395/task/10519/stat : 10519 (java) S 10388 10395 10334 0 -1 1077944384 24656 13300 0 1 413 4 5 3 20 0 15 0 443340139 11109412864 254873 33554432000 4194304 4196468 140735082737632 140468132862576 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10520] ppid=10388 vsize=10849036 memory=1019492 CPUtime=2.27 cores=4-7
/proc/10395/task/10520/stat : 10520 (java) S 10388 10395 10334 0 -1 1077944384 18163 13300 0 1 214 5 5 3 20 0 15 0 443340139 11109412864 254873 33554432000 4194304 4196468 140735082737632 140468131810032 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10521] ppid=10388 vsize=10849036 memory=1019492 CPUtime=0.08 cores=4-7
/proc/10395/task/10521/stat : 10521 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11109412864 254873 33554432000 4194304 4196468 140735082737632 140467101322336 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10527] ppid=10388 vsize=10849036 memory=1019492 CPUtime=1.48 cores=4-7
/proc/10395/task/10527/stat : 10527 (java) S 10388 10395 10334 0 -1 1077944384 863 13300 0 1 60 80 5 3 20 0 15 0 443340143 11109412864 254873 33554432000 4194304 4196468 140735082737632 140468130756912 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
Current children cumulated CPU time: 2364.77 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1019492 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=10395] ppid=10388 vsize=10849036 memory=1021540 CPUtime=2425.71 cores=4-7
/proc/10395/stat : 10395 (java) S 10388 10395 10334 0 -1 1077944320 202854 13300 0 1 242193 370 5 3 20 0 15 0 443340052 11109412864 255385 33554432000 4194304 4196468 140735082737632 140735082720176 140468608364279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
/proc/10395/statm: 2712259 255385 3626 1 0 2674317 0
[pid=10395/tid=10492] ppid=10388 vsize=10849036 memory=1021540 CPUtime=2355.34 cores=4-7
/proc/10395/task/10492/stat : 10492 (java) R 10388 10395 10334 0 -1 4202560 65996 13300 0 1 235470 56 5 3 20 0 15 0 443340130 11109412864 255385 33554432000 4194304 4196468 140735082737632 140468580199616 140468213443766 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10503] ppid=10388 vsize=10849036 memory=1021540 CPUtime=11.99 cores=4-7
/proc/10395/task/10503/stat : 10503 (java) S 10388 10395 10334 0 -1 1077944384 9650 13300 0 1 1133 58 5 3 20 0 15 0 443340132 11109412864 255385 33554432000 4194304 4196468 140735082737632 140468612606736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10504] ppid=10388 vsize=10849036 memory=1021540 CPUtime=12 cores=4-7
/proc/10395/task/10504/stat : 10504 (java) S 10388 10395 10334 0 -1 1077944384 9648 13300 0 1 1138 54 5 3 20 0 15 0 443340132 11109412864 255385 33554432000 4194304 4196468 140735082737632 140468181326736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10505] ppid=10388 vsize=10849036 memory=1019492 CPUtime=12 cores=4-7
/proc/10395/task/10505/stat : 10505 (java) S 10388 10395 10334 0 -1 1077944384 14338 13300 0 1 1138 54 5 3 20 0 15 0 443340132 11109412864 255385 33554432000 4194304 4196468 140735082737632 140468180274192 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10506] ppid=10388 vsize=10849036 memory=1021540 CPUtime=11.96 cores=4-7
/proc/10395/task/10506/stat : 10506 (java) S 10388 10395 10334 0 -1 1077944384 15049 13300 0 1 1128 60 5 3 20 0 15 0 443340132 11109412864 255385 33554432000 4194304 4196468 140735082737632 140468179221648 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10511] ppid=10388 vsize=10849036 memory=1021540 CPUtime=10.68 cores=4-7
/proc/10395/task/10511/stat : 10511 (java) S 10388 10395 10334 0 -1 1077944384 16910 13300 0 1 1003 57 5 3 20 0 15 0 443340134 11109412864 255385 33554432000 4194304 4196468 140735082737632 140468134967280 140468608375426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10512] ppid=10388 vsize=10849036 memory=1021540 CPUtime=0.08 cores=4-7
/proc/10395/task/10512/stat : 10512 (java) S 10388 10395 10334 0 -1 1077944384 19 13300 0 1 0 0 5 3 20 0 15 0 443340135 11109412864 255385 33554432000 4194304 4196468 140735082737632 140467509388256 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10513] ppid=10388 vsize=10849036 memory=1021540 CPUtime=0.08 cores=4-7
/proc/10395/task/10513/stat : 10513 (java) S 10388 10395 10334 0 -1 1077944384 8 13300 0 1 0 0 5 3 20 0 15 0 443340135 11109412864 255385 33554432000 4194304 4196468 140735082737632 140467375170560 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10517] ppid=10388 vsize=10849036 memory=1021540 CPUtime=0.08 cores=4-7
/proc/10395/task/10517/stat : 10517 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11109412864 255385 33554432000 4194304 4196468 140735082737632 140467134879952 140468608382875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10518] ppid=10388 vsize=10849036 memory=4156 CPUtime=4.3 cores=4-7
/proc/10395/task/10518/stat : 10518 (java) S 10388 10395 10334 0 -1 1077944384 25314 13300 0 1 419 3 5 3 20 0 15 0 443340139 11109412864 255385 33554432000 4194304 4196468 140735082737632 140468133915120 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10519] ppid=10388 vsize=10849036 memory=1021540 CPUtime=4.26 cores=4-7
/proc/10395/task/10519/stat : 10519 (java) S 10388 10395 10334 0 -1 1077944384 24658 13300 0 1 414 4 5 3 20 0 15 0 443340139 11109412864 255385 33554432000 4194304 4196468 140735082737632 140468132862576 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10520] ppid=10388 vsize=10849036 memory=1021540 CPUtime=2.27 cores=4-7
/proc/10395/task/10520/stat : 10520 (java) S 10388 10395 10334 0 -1 1077944384 18166 13300 0 1 214 5 5 3 20 0 15 0 443340139 11109412864 255385 33554432000 4194304 4196468 140735082737632 140468131810032 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10521] ppid=10388 vsize=10849036 memory=1021540 CPUtime=0.08 cores=4-7
/proc/10395/task/10521/stat : 10521 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11109412864 255385 33554432000 4194304 4196468 140735082737632 140467101322336 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10527] ppid=10388 vsize=10849036 memory=1021540 CPUtime=1.51 cores=4-7
/proc/10395/task/10527/stat : 10527 (java) S 10388 10395 10334 0 -1 1077944384 881 13300 0 1 61 82 5 3 20 0 15 0 443340143 11109412864 255385 33554432000 4194304 4196468 140735082737632 140468130756912 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
Current children cumulated CPU time: 2425.71 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1021540 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=10395] ppid=10388 vsize=10849036 memory=1023588 CPUtime=2486.65 cores=4-7
/proc/10395/stat : 10395 (java) S 10388 10395 10334 0 -1 1077944320 204295 13300 0 1 248279 378 5 3 20 0 15 0 443340052 11109412864 255897 33554432000 4194304 4196468 140735082737632 140735082720176 140468608364279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
/proc/10395/statm: 2712259 255897 3626 1 0 2674317 0
[pid=10395/tid=10492] ppid=10388 vsize=10849036 memory=1023588 CPUtime=2414.63 cores=4-7
/proc/10395/task/10492/stat : 10492 (java) R 10388 10395 10334 0 -1 4202560 66702 13300 0 1 241398 57 5 3 20 0 15 0 443340130 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468580200576 140468206095366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10503] ppid=10388 vsize=10849036 memory=984 CPUtime=12.33 cores=4-7
/proc/10395/task/10503/stat : 10503 (java) S 10388 10395 10334 0 -1 1077944384 9660 13300 0 1 1165 60 5 3 20 0 15 0 443340132 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468612606736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10504] ppid=10388 vsize=10849036 memory=1023588 CPUtime=12.34 cores=4-7
/proc/10395/task/10504/stat : 10504 (java) S 10388 10395 10334 0 -1 1077944384 9981 13300 0 1 1170 56 5 3 20 0 15 0 443340132 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468181326736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10505] ppid=10388 vsize=10849036 memory=1021540 CPUtime=12.34 cores=4-7
/proc/10395/task/10505/stat : 10505 (java) S 10388 10395 10334 0 -1 1077944384 14436 13300 0 1 1171 55 5 3 20 0 15 0 443340132 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468180274192 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10506] ppid=10388 vsize=10849036 memory=1021540 CPUtime=12.29 cores=4-7
/proc/10395/task/10506/stat : 10506 (java) S 10388 10395 10334 0 -1 1077944384 15113 13300 0 1 1160 61 5 3 20 0 15 0 443340132 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468179221648 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10511] ppid=10388 vsize=10849036 memory=1021540 CPUtime=10.97 cores=4-7
/proc/10395/task/10511/stat : 10511 (java) S 10388 10395 10334 0 -1 1077944384 17116 13300 0 1 1030 59 5 3 20 0 15 0 443340134 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468134967280 140468608375426 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10512] ppid=10388 vsize=10849036 memory=1021540 CPUtime=0.08 cores=4-7
/proc/10395/task/10512/stat : 10512 (java) S 10388 10395 10334 0 -1 1077944384 19 13300 0 1 0 0 5 3 20 0 15 0 443340135 11109412864 255897 33554432000 4194304 4196468 140735082737632 140467509388256 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10513] ppid=10388 vsize=10849036 memory=1023588 CPUtime=0.08 cores=4-7
/proc/10395/task/10513/stat : 10513 (java) S 10388 10395 10334 0 -1 1077944384 8 13300 0 1 0 0 5 3 20 0 15 0 443340135 11109412864 255897 33554432000 4194304 4196468 140735082737632 140467375170560 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10517] ppid=10388 vsize=10849036 memory=1021540 CPUtime=0.08 cores=4-7
/proc/10395/task/10517/stat : 10517 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11109412864 255897 33554432000 4194304 4196468 140735082737632 140467134879952 140468608382875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10518] ppid=10388 vsize=10849036 memory=1021540 CPUtime=4.3 cores=4-7
/proc/10395/task/10518/stat : 10518 (java) S 10388 10395 10334 0 -1 1077944384 25316 13300 0 1 419 3 5 3 20 0 15 0 443340139 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468133915120 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10519] ppid=10388 vsize=10849036 memory=1023588 CPUtime=4.26 cores=4-7
/proc/10395/task/10519/stat : 10519 (java) S 10388 10395 10334 0 -1 1077944384 24660 13300 0 1 414 4 5 3 20 0 15 0 443340139 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468132862576 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10520] ppid=10388 vsize=10849036 memory=3624 CPUtime=2.27 cores=4-7
/proc/10395/task/10520/stat : 10520 (java) S 10388 10395 10334 0 -1 1077944384 18168 13300 0 1 214 5 5 3 20 0 15 0 443340139 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468131810032 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10521] ppid=10388 vsize=10849036 memory=1023588 CPUtime=0.08 cores=4-7
/proc/10395/task/10521/stat : 10521 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11109412864 255897 33554432000 4194304 4196468 140735082737632 140467101322336 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10527] ppid=10388 vsize=10849036 memory=1023588 CPUtime=1.55 cores=4-7
/proc/10395/task/10527/stat : 10527 (java) S 10388 10395 10334 0 -1 1077944384 899 13300 0 1 63 84 5 3 20 0 15 0 443340143 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468130756912 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
Current children cumulated CPU time: 2486.65 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1023588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.2 s]
/proc/loadavg: 1.33 1.42 1.49 4/227 10801
/proc/meminfo: memFree=27475592/32770688 swapFree=66919992/67108860
[pid=10395] ppid=10388 vsize=10849036 memory=1023588 CPUtime=2520.05 cores=4-7
/proc/10395/stat : 10395 (java) S 10388 10395 10334 0 -1 1077944320 204822 13300 0 1 251615 382 5 3 20 0 15 0 443340052 11109412864 255897 33554432000 4194304 4196468 140735082737632 140735082720176 140468608364279 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
/proc/10395/statm: 2712259 255897 3626 1 0 2674317 0
[pid=10395/tid=10492] ppid=10388 vsize=10849036 memory=1964 CPUtime=2447.15 cores=4-7
/proc/10395/task/10492/stat : 10492 (java) R 10388 10395 10334 0 -1 4202560 67023 13300 0 1 244650 57 5 3 20 0 15 0 443340130 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468580199920 140468214204342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10503] ppid=10388 vsize=10849036 memory=6791534058613427641 CPUtime=12.51 cores=4-7
/proc/10395/task/10503/stat : 10503 (java) S 10388 10395 10334 0 -1 1077944384 9853 13300 0 1 1183 60 5 3 20 0 15 0 443340132 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468612606736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10504] ppid=10388 vsize=10849036 memory=9588 CPUtime=12.51 cores=4-7
/proc/10395/task/10504/stat : 10504 (java) S 10388 10395 10334 0 -1 1077944384 9985 13300 0 1 1187 56 5 3 20 0 15 0 443340132 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468181326736 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10505] ppid=10388 vsize=10849036 memory=1712 CPUtime=12.52 cores=4-7
/proc/10395/task/10505/stat : 10505 (java) S 10388 10395 10334 0 -1 1077944384 14436 13300 0 1 1188 56 5 3 20 0 15 0 443340132 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468180274192 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10506] ppid=10388 vsize=10849036 memory=5996 CPUtime=12.47 cores=4-7
/proc/10395/task/10506/stat : 10506 (java) S 10388 10395 10334 0 -1 1077944384 15114 13300 0 1 1177 62 5 3 20 0 15 0 443340132 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468179221648 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10511] ppid=10388 vsize=10849036 memory=14008 CPUtime=11.11 cores=4-7
/proc/10395/task/10511/stat : 10511 (java) S 10388 10395 10334 0 -1 1077944384 17122 13300 0 1 1044 59 5 3 20 0 15 0 443340134 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468134967280 140468608375426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10512] ppid=10388 vsize=10849036 memory=12028 CPUtime=0.08 cores=4-7
/proc/10395/task/10512/stat : 10512 (java) S 10388 10395 10334 0 -1 1077944384 19 13300 0 1 0 0 5 3 20 0 15 0 443340135 11109412864 255897 33554432000 4194304 4196468 140735082737632 140467509388256 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10513] ppid=10388 vsize=10849036 memory=29244 CPUtime=0.08 cores=4-7
/proc/10395/task/10513/stat : 10513 (java) S 10388 10395 10334 0 -1 1077944384 8 13300 0 1 0 0 5 3 20 0 15 0 443340135 11109412864 255897 33554432000 4194304 4196468 140735082737632 140467375170560 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10517] ppid=10388 vsize=10849036 memory=2120 CPUtime=0.08 cores=4-7
/proc/10395/task/10517/stat : 10517 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11109412864 255897 33554432000 4194304 4196468 140735082737632 140467134879952 140468608382875 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10518] ppid=10388 vsize=10849036 memory=496 CPUtime=4.3 cores=4-7
/proc/10395/task/10518/stat : 10518 (java) S 10388 10395 10334 0 -1 1077944384 25316 13300 0 1 419 3 5 3 20 0 15 0 443340139 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468133915120 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10519] ppid=10388 vsize=10849036 memory=6791534058613427641 CPUtime=4.26 cores=4-7
/proc/10395/task/10519/stat : 10519 (java) S 10388 10395 10334 0 -1 1077944384 24660 13300 0 1 414 4 5 3 20 0 15 0 443340139 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468132862576 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10520] ppid=10388 vsize=10849036 memory=1412 CPUtime=2.27 cores=4-7
/proc/10395/task/10520/stat : 10520 (java) S 10388 10395 10334 0 -1 1077944384 18168 13300 0 1 214 5 5 3 20 0 15 0 443340139 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468131810032 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10521] ppid=10388 vsize=10849036 memory=3212 CPUtime=0.08 cores=4-7
/proc/10395/task/10521/stat : 10521 (java) S 10388 10395 10334 0 -1 1077944384 3 13300 0 1 0 0 5 3 20 0 15 0 443340139 11109412864 255897 33554432000 4194304 4196468 140735082737632 140467101322336 140468608374485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
[pid=10395/tid=10527] ppid=10388 vsize=10849036 memory=1408 CPUtime=1.56 cores=4-7
/proc/10395/task/10527/stat : 10527 (java) S 10388 10395 10334 0 -1 1077944384 901 13300 0 1 63 85 5 3 20 0 15 0 443340143 11109412864 255897 33554432000 4194304 4196468 140735082737632 140468130756912 140468608375426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25280512 140735082740463 140735082742981 140735082742981 140735082745807 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1023588 KiB

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

[startup+2475.23 s]
# the end of solver process 10395 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.23 s, system=3.87107 s

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

Child status: 143
Real time (s): 2475.23
CPU time (s): 2520.1
CPU user time (s): 2516.23
CPU system time (s): 3.87107
CPU usage (%): 101.813
Max. virtual memory (cumulated for all children) (KiB): 10851776
Max. memory (cumulated for all children) (KiB): 1103164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.23
system time used= 3.87107
maximum resident set size= 1105212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 219001
page faults= 1
swaps= 0
block input operations= 24
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 281303
involuntary context switches= 6906


# summary of solver processes directly reported to runsolver:
#   pid: 10395
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2516.23
#   total CPU system time (s): 3.87107

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7742 second user time and 23.5716 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 2f9116219e9bb224096732f26408ee63
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:        29421048 kB
MemAvailable:   31829480 kB
Buffers:          171260 kB
Cached:          2541736 kB
SwapCached:        77548 kB
Active:          1488296 kB
Inactive:        1305584 kB
Active(anon):       3944 kB
Inactive(anon):   127072 kB
Active(file):    1484352 kB
Inactive(file):  1178512 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66919992 kB
Dirty:             30736 kB
Writeback:           136 kB
AnonPages:        112872 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:     518588 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= 61560 MiB
End job on node120 at 2011-12-18 07:37:15