Trace number 4401081

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)37 2520.05 2475.23

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-12.xml
MD5SUM7162d4a2bfb4649e5ff01c254dbd946c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark41.7674
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints172
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":28},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":28},{"arity":4,"count":4},{"arity":6,"count":28},{"arity":9,"count":40}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":72}]
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.72/0.98	c Concrete v3.12.2.1568631193530 running
8.81/4.43	o 24
8.81/4.45	o 25
9.47/4.67	o 27
9.47/4.67	o 28
9.47/4.67	o 30
9.47/4.67	o 31
10.08/4.81	o 32
10.66/5.01	o 33
11.39/5.46	o 34
15.49/8.95	o 36
15.49/8.96	o 37
2520.00/2475.21	Exception in thread "main" java.util.concurrent.TimeoutException
2520.00/2475.21		at concrete.MAC.mac(MAC.scala:192)
2520.00/2475.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.00/2475.21		at scala.util.Try$.apply(Try.scala:212)
2520.00/2475.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.00/2475.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.00/2475.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.00/2475.21		at concrete.MAC.oneRun(MAC.scala:265)
2520.00/2475.21		at concrete.MAC.nextSolution(MAC.scala:284)
2520.00/2475.21		at concrete.MAC.nextSolution(MAC.scala:369)
2520.00/2475.21		at concrete.Solver.hasNext(Solver.scala:160)
2520.00/2475.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2475.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2475.21		at concrete.Solver.foreach(Solver.scala:67)
2520.00/2475.21		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.00/2475.21		at scala.util.Success.map(Try.scala:264)
2520.00/2475.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2475.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.00/2475.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.00/2475.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2475.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.00/2475.21		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.00/2475.21		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.00/2475.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.00/2475.21		at scala.App.$anonfun$main$1(App.scala:75)
2520.00/2475.21		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.00/2475.21		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.00/2475.21		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.00/2475.21		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.00/2475.21		at scala.App.main(App.scala:75)
2520.00/2475.21		at scala.App.main$(App.scala:73)
2520.00/2475.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.00/2475.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2475.22	v <instantiation
2520.00/2475.22	v         cost = '37'>
2520.00/2475.22	v       <list>
2520.00/2475.22	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[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[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[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[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[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] 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[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[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[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[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[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]
2520.00/2475.22	v       </list>
2520.00/2475.22	v       <values>
2520.00/2475.22	v         0 1 1 0 0 0 1 1 0 0 1 1 1 0 0 1 0 1 0 0 1 0 0 1 1 1 1 1 0 1 1 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 1 1 0 1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 0 1 1 2 2 2 2 2 2 2 2 2 2 2 2 3 6 6 3 4 3 5 5 3 5 5 3 2 3 3 2 4 3 3 4 2 3 2 2 4 5 5 4 4 5 3 5 4 5 4 2 2 3 4 3 3 5 3 5 2 3 4 2 2 4 3 3 4 3 2 4 2 4 3 2
2520.00/2475.22	v       </values>
2520.00/2475.22	v     </instantiation>
2520.00/2475.22	s SATISFIABLE

Verifier Data

OK	37

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14979 MiB free)
  memory of node 1: 16384 MiB (15329 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=23025, runsolver pid=23019

[startup+0.100061 s]*
/proc/loadavg: 0.24 0.91 2.06 1/211 23085
/proc/meminfo: memFree=31033808/32770624 swapFree=67004520/67108860
[pid=23025] ppid=23019 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/23025/stat : 23025 (bash) S 23019 23025 22966 0 -1 4202496 888 5694 0 0 0 0 0 1 20 0 1 0 443573280 115974144 404 33554432000 4194304 5098028 140720725565744 140720725559752 140296754519040 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 9273344 140720725574676 140720725574801 140720725574801 140720725577710 0
/proc/23025/statm: 28314 404 320 221 0 119 0
[pid=23083] ppid=23025 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/23083/stat : 23083 (bash) S 23025 23025 22966 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443573282 115974144 178 33554432000 4194304 5098028 140720725565744 140720725558424 140296754344572 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9273344 140720725574676 140720725574801 140720725574801 140720725577710 0
/proc/23083/statm: 28314 178 94 221 0 119 0
[pid=23084] ppid=23083 vsize=10648 memory=684 CPUtime=0 cores=0,2,4,6
/proc/23084/stat : 23084 (java) D 23083 23025 22966 0 -1 1077944320 328 0 0 0 0 0 0 0 20 0 1 0 443573282 10903552 171 33554432000 4194304 4196468 140728912891968 140728912872664 140313034696391 0 0 4096 0 18446744072101711396 0 0 17 0 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
/proc/23084/statm: 2662 171 139 1 0 84 0
[pid=23085] ppid=23083 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/23085/stat : 23085 (awk) S 23083 23025 22966 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443573282 116211712 243 33554432000 4194304 4609284 140735183229984 140735183229160 140015885356032 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 34398208 140735183238332 140735183238362 140735183238362 140735183241199 0
/proc/23085/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: 3984 KiB

[startup+0.210468 s]*
/proc/loadavg: 0.24 0.91 2.06 2/213 23087
/proc/meminfo: memFree=31028824/32770624 swapFree=67004520/67108860
[pid=23025] ppid=23019 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/23025/stat : 23025 (bash) S 23019 23025 22966 0 -1 4202496 888 5694 0 0 0 0 0 1 20 0 1 0 443573280 115974144 404 33554432000 4194304 5098028 140720725565744 140720725559752 140296754519040 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 9273344 140720725574676 140720725574801 140720725574801 140720725577710 0
/proc/23025/statm: 28314 404 320 221 0 119 0
[pid=23083] ppid=23025 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/23083/stat : 23083 (bash) S 23025 23025 22966 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443573282 115974144 178 33554432000 4194304 5098028 140720725565744 140720725558424 140296754344572 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9273344 140720725574676 140720725574801 140720725574801 140720725577710 0
/proc/23083/statm: 28314 178 94 221 0 119 0
[pid=23084] ppid=23083 vsize=8349744 memory=9732 CPUtime=0 cores=0,2,4,6
/proc/23084/stat : 23084 (java) S 23083 23025 22966 0 -1 1077944320 2280 0 0 0 0 0 0 0 20 0 2 0 443573282 8550137856 2433 33554432000 4194304 4196468 140728912891968 140728912874512 140313032421111 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
/proc/23084/statm: 2087436 2433 1191 1 0 2076347 0
[pid=23084/tid=23086] ppid=23083 vsize=8681536 memory=7751702667093440019 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23086/stat : 23086 (java) D 23083 23025 22966 0 -1 4202560 1021 0 0 0 0 0 0 0 20 0 6 0 443573291 8889892864 2499 33554432000 4194304 4196468 140728912891968 140313036662888 140313004334530 0 4 0 16784584 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23092] ppid=23083 vsize=8550464 memory=4210146916469654281 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23092/stat : 23092 (java) S 23083 23025 22966 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443573302 8755675136 2499 33554432000 4194304 4196468 140728912891968 140312638909072 140313032431317 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23093] ppid=23083 vsize=8880992 memory=140605663549056 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23093/stat : 23093 (java) S 23083 23025 22966 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443573302 9094135808 2512 33554432000 4194304 4196468 140728912891968 140312637856272 140313032431317 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23094] ppid=23083 vsize=9937760 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23094/stat : 23094 (java) S 23083 23025 22966 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 443573302 10176266240 2512 33554432000 4194304 4196468 140728912891968 140312636803472 140313032431317 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23095] ppid=23083 vsize=9937920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23095/stat : 23095 (java) S 23083 23025 22966 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 443573302 10176430080 2512 33554432000 4194304 4196468 140728912891968 140312635750672 140313032431317 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23085] ppid=23083 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/23085/stat : 23085 (awk) S 23083 23025 22966 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443573282 116211712 243 33554432000 4194304 4609284 140735183229984 140735183229160 140015885356032 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 34398208 140735183238332 140735183238362 140735183238362 140735183241199 0
/proc/23085/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 8689744 KiB
Current children cumulated memory: 13032 KiB

[startup+0.310688 s]*
/proc/loadavg: 0.24 0.91 2.06 1/227 23101
/proc/meminfo: memFree=31008584/32770624 swapFree=67004520/67108860
[pid=23025] ppid=23019 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/23025/stat : 23025 (bash) S 23019 23025 22966 0 -1 4202496 888 5694 0 0 0 0 0 1 20 0 1 0 443573280 115974144 404 33554432000 4194304 5098028 140720725565744 140720725559752 140296754519040 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 9273344 140720725574676 140720725574801 140720725574801 140720725577710 0
/proc/23025/statm: 28314 404 320 221 0 119 0
[pid=23083] ppid=23025 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/23083/stat : 23083 (bash) S 23025 23025 22966 0 -1 4202560 154 0 0 0 0 0 0 0 20 0 1 0 443573282 115974144 178 33554432000 4194304 5098028 140720725565744 140720725558424 140296754344572 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 9273344 140720725574676 140720725574801 140720725574801 140720725577710 0
/proc/23083/statm: 28314 178 94 221 0 119 0
[pid=23084] ppid=23083 vsize=10260324 memory=20416 CPUtime=0.04 cores=0,2,4,6
/proc/23084/stat : 23084 (java) S 23083 23025 22966 0 -1 1077944320 3984 0 0 0 4 0 0 0 20 0 9 0 443573282 10506571776 5104 33554432000 4194304 4196468 140728912891968 140728912874512 140313032421111 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
/proc/23084/statm: 2565081 5104 2193 1 0 2527622 0
[pid=23084/tid=23086] ppid=23083 vsize=10260324 memory=288355116380323867 CPUtime=0.03 cores=0,2,4,6
/proc/23084/task/23086/stat : 23086 (java) D 23083 23025 22966 0 -1 1077944384 2640 0 0 0 3 0 0 0 20 0 9 0 443573291 10506571776 5104 33554432000 4194304 4196468 140728912891968 140313036656152 140313025099125 0 4 0 16800971 18446744072101711396 0 0 -1 4 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23092] ppid=23083 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23092/stat : 23092 (java) S 23083 23025 22966 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443573302 10506571776 5104 33554432000 4194304 4196468 140728912891968 140312638909072 140313032431317 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23093] ppid=23083 vsize=10260324 memory=140605663562636 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23093/stat : 23093 (java) S 23083 23025 22966 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443573302 10506571776 5104 33554432000 4194304 4196468 140728912891968 140312637856272 140313032431317 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23094] ppid=23083 vsize=10260324 memory=140605663549056 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23094/stat : 23094 (java) S 23083 23025 22966 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443573302 10506571776 5104 33554432000 4194304 4196468 140728912891968 140312636803472 140313032431317 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23095] ppid=23083 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23095/stat : 23095 (java) S 23083 23025 22966 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 443573302 10506571776 5104 33554432000 4194304 4196468 140728912891968 140312635750672 140313032431317 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23097] ppid=23083 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23097/stat : 23097 (java) S 23083 23025 22966 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 443573303 10506571776 5104 33554432000 4194304 4196468 140728912891968 140312524360560 140313032432258 0 0 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23099] ppid=23083 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23099/stat : 23099 (java) S 23083 23025 22966 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 443573304 10506571776 5104 33554432000 4194304 4196468 140728912891968 140312523306528 140313032431317 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23084/tid=23101] ppid=23083 vsize=10260324 memory=140605663549056 CPUtime=0 cores=0,2,4,6
/proc/23084/task/23101/stat : 23101 (java) S 23083 23025 22966 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 443573304 10506571776 5104 33554432000 4194304 4196468 140728912891968 140312522253680 140313032431317 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36139008 140728912893068 140728912893082 140728912893082 140728912895951 0
[pid=23085] ppid=23083 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/23085/stat : 23085 (awk) S 23083 23025 22966 0 -1 4202496 426 0 0 0 0 0 0 0 20 0 1 0 443573282 116211712 243 33554432000 4194304 4609284 140735183229984 140735183229160 140015885356032 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 34398208 140735183238332 140735183238362 140735183238362 140735183241199 0
/proc/23085/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 23716 KiB

[startup+0.700768 s]
/proc/loadavg: 0.24 0.91 2.06 3/226 23152
/proc/meminfo: memFree=31004112/32770624 swapFree=67004520/67108860
[pid=23025] ppid=23019 vsize=10820196 memory=47360 CPUtime=0.35 cores=0,2,4,6
/proc/23025/stat : 23025 (java) S 23019 23025 22966 0 -1 1077944320 10073 13021 0 0 24 3 5 3 20 0 15 0 443573280 11079880704 11840 33554432000 4194304 4196468 140725276462336 140725276444880 140669430484727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
/proc/23025/statm: 2705049 11840 3314 1 0 2667149 0
[pid=23025/tid=23123] ppid=23019 vsize=10820196 memory=728 CPUtime=0.25 cores=0,2,4,6
/proc/23025/task/23123/stat : 23123 (java) R 23019 23025 22966 0 -1 4202560 6545 13021 0 0 15 2 5 3 20 0 15 0 443573321 11079880704 11840 33554432000 4194304 4196468 140725276462336 140669402307952 140669413671536 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23134] ppid=23019 vsize=10820196 memory=4000 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23134/stat : 23134 (java) S 23019 23025 22966 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 443573324 11079880704 11840 33554432000 4194304 4196468 140725276462336 140669434727440 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23135] ppid=23019 vsize=10820196 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23135/stat : 23135 (java) S 23019 23025 22966 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 443573324 11079880704 11840 33554432000 4194304 4196468 140725276462336 140669323000976 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23136] ppid=23019 vsize=10820196 memory=1212 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23136/stat : 23136 (java) S 23019 23025 22966 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 443573324 11079880704 11840 33554432000 4194304 4196468 140725276462336 140669321947920 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23137] ppid=23019 vsize=10820196 memory=1036 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23137/stat : 23137 (java) S 23019 23025 22966 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 443573324 11079880704 11840 33554432000 4194304 4196468 140725276462336 140669320895376 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23142] ppid=23019 vsize=10820196 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23142/stat : 23142 (java) S 23019 23025 22966 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 443573326 11079880704 11840 33554432000 4194304 4196468 140725276462336 140668433275120 140669430495874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23143] ppid=23019 vsize=10820196 memory=12024 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23143/stat : 23143 (java) S 23019 23025 22966 0 -1 1077944384 33 13021 0 0 0 0 5 3 20 0 15 0 443573326 11079880704 11840 33554432000 4194304 4196468 140725276462336 140668432221344 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23144] ppid=23019 vsize=10820196 memory=7305493377323934631 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23144/stat : 23144 (java) S 23019 23025 22966 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 443573326 11079880704 11840 33554432000 4194304 4196468 140725276462336 140668299109104 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23148] ppid=23019 vsize=10820196 memory=140605552462320 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23148/stat : 23148 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11079880704 11840 33554432000 4194304 4196468 140725276462336 140667991709648 140669430503323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23149] ppid=23019 vsize=10820196 memory=-2895008908443676273 CPUtime=0.09 cores=0,2,4,6
/proc/23025/task/23149/stat : 23149 (java) S 23019 23025 22966 0 -1 1077944384 609 13021 0 0 1 0 5 3 20 0 15 0 443573330 11079880704 11840 33554432000 4194304 4196468 140725276462336 140668398664432 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23150] ppid=23019 vsize=10820196 memory=6943526294502006880 CPUtime=0.09 cores=0,2,4,6
/proc/23025/task/23150/stat : 23150 (java) S 23019 23025 22966 0 -1 1077944384 47 13021 0 0 1 0 5 3 20 0 15 0 443573330 11079880704 11840 33554432000 4194304 4196468 140725276462336 140668397611888 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23151] ppid=23019 vsize=10820196 memory=6656426216303648864 CPUtime=0.12 cores=0,2,4,6
/proc/23025/task/23151/stat : 23151 (java) S 23019 23025 22966 0 -1 1077944384 616 13021 0 0 4 0 5 3 20 0 15 0 443573330 11079880704 11840 33554432000 4194304 4196468 140725276462336 140668396558832 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23152] ppid=23019 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23152/stat : 23152 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11079880704 11840 33554432000 4194304 4196468 140725276462336 140667958152032 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47360 KiB

[startup+1.50615 s]
/proc/loadavg: 0.24 0.91 2.06 7/233 23159
/proc/meminfo: memFree=30920432/32770624 swapFree=67004520/67108860
[pid=23025] ppid=23019 vsize=10826488 memory=99904 CPUtime=1.64 cores=0,2,4,6
/proc/23025/stat : 23025 (java) S 23019 23025 22966 0 -1 1077944320 16799 13021 0 0 149 7 5 3 20 0 15 0 443573280 11086323712 24976 33554432000 4194304 4196468 140725276462336 140725276444880 140669430484727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
/proc/23025/statm: 2706622 24976 3539 1 0 2668685 0
[pid=23025/tid=23123] ppid=23019 vsize=10826488 memory=5080 CPUtime=0.91 cores=0,2,4,6
/proc/23025/task/23123/stat : 23123 (java) R 23019 23025 22966 0 -1 4202560 11857 13021 0 0 78 5 5 3 20 0 15 0 443573321 11086323712 24976 33554432000 4194304 4196468 140725276462336 140669402317920 140669430506653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23134] ppid=23019 vsize=10826488 memory=64592 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23134/stat : 23134 (java) S 23019 23025 22966 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 443573324 11086323712 24976 33554432000 4194304 4196468 140725276462336 140669434727440 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23135] ppid=23019 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23135/stat : 23135 (java) S 23019 23025 22966 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 443573324 11086323712 24976 33554432000 4194304 4196468 140725276462336 140669323000976 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23136] ppid=23019 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23136/stat : 23136 (java) S 23019 23025 22966 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 443573324 11086323712 24976 33554432000 4194304 4196468 140725276462336 140669321947920 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23137] ppid=23019 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23137/stat : 23137 (java) S 23019 23025 22966 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 443573324 11086323712 24976 33554432000 4194304 4196468 140725276462336 140669320895376 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23142] ppid=23019 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23142/stat : 23142 (java) S 23019 23025 22966 0 -1 1077944384 5 13021 0 0 0 0 5 3 20 0 15 0 443573326 11086323712 24976 33554432000 4194304 4196468 140725276462336 140668433275120 140669430495874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23143] ppid=23019 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23143/stat : 23143 (java) S 23019 23025 22966 0 -1 1077944384 33 13021 0 0 0 0 5 3 20 0 15 0 443573326 11086323712 24976 33554432000 4194304 4196468 140725276462336 140668432221344 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23144] ppid=23019 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23144/stat : 23144 (java) S 23019 23025 22966 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 443573326 11086323712 24976 33554432000 4194304 4196468 140725276462336 140668299109104 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23148] ppid=23019 vsize=10826488 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23148/stat : 23148 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11086323712 24976 33554432000 4194304 4196468 140725276462336 140667991709648 140669430503323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23149] ppid=23019 vsize=10826488 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/23025/task/23149/stat : 23149 (java) S 23019 23025 22966 0 -1 1077944384 1060 13021 0 0 22 0 5 3 20 0 15 0 443573330 11086323712 24976 33554432000 4194304 4196468 140725276462336 140668398664432 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23150] ppid=23019 vsize=10826488 memory=6655300316396806240 CPUtime=0.25 cores=0,2,4,6
/proc/23025/task/23150/stat : 23150 (java) R 23019 23025 22966 0 -1 4202560 510 13021 0 0 17 0 5 3 20 0 15 0 443573330 11086323712 24976 33554432000 4194304 4196468 140725276462336 140668397611888 140669430506074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23151] ppid=23019 vsize=10826488 memory=-6950297297252786219 CPUtime=0.37 cores=0,2,4,6
/proc/23025/task/23151/stat : 23151 (java) R 23019 23025 22966 0 -1 4202560 1113 13021 0 0 29 0 5 3 20 0 15 0 443573330 11086323712 24976 33554432000 4194304 4196468 140725276462336 140668396556088 140669422721854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23152] ppid=23019 vsize=10826488 memory=7012785567106158680 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23152/stat : 23152 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11086323712 24976 33554432000 4194304 4196468 140725276462336 140667958152032 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23158] ppid=23019 vsize=10826488 memory=7955440994963975232 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23158/stat : 23158 (java) S 23019 23025 22966 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 443573335 11086323712 24976 33554432000 4194304 4196468 140725276462336 140668395506224 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
Current children cumulated CPU time: 1.64 s
Current children cumulated vsize: 10826488 KiB
Current children cumulated memory: 99904 KiB

[startup+3.11088 s]
/proc/loadavg: 0.24 0.91 2.06 7/233 23159
/proc/meminfo: memFree=30674180/32770624 swapFree=67004520/67108860
[pid=23025] ppid=23019 vsize=10842892 memory=201944 CPUtime=4.76 cores=0,2,4,6
/proc/23025/stat : 23025 (java) S 23019 23025 22966 0 -1 1077944320 28338 13021 0 0 455 13 5 3 20 0 15 0 443573280 11103121408 50486 33554432000 4194304 4196468 140725276462336 140725276444880 140669430484727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
/proc/23025/statm: 2710723 50486 3601 1 0 2672781 0
[pid=23025/tid=23123] ppid=23019 vsize=10842892 memory=-7361183220417256563 CPUtime=2.48 cores=0,2,4,6
/proc/23025/task/23123/stat : 23123 (java) R 23019 23025 22966 0 -1 4202560 18899 13021 0 0 232 8 5 3 20 0 15 0 443573321 11103121408 50486 33554432000 4194304 4196468 140725276462336 140669402318672 140669422721854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23134] ppid=23019 vsize=10842892 memory=-2895008908443424103 CPUtime=0.09 cores=0,2,4,6
/proc/23025/task/23134/stat : 23134 (java) S 23019 23025 22966 0 -1 1077944384 70 13021 0 0 1 0 5 3 20 0 15 0 443573324 11103121408 50486 33554432000 4194304 4196468 140725276462336 140669434727440 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23135] ppid=23019 vsize=10842892 memory=56 CPUtime=0.09 cores=0,2,4,6
/proc/23025/task/23135/stat : 23135 (java) S 23019 23025 22966 0 -1 1077944384 69 13021 0 0 1 0 5 3 20 0 15 0 443573324 11103121408 50486 33554432000 4194304 4196468 140725276462336 140669323000976 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23136] ppid=23019 vsize=10842892 memory=281211104946896 CPUtime=0.09 cores=0,2,4,6

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

/proc/23025/task/23123/stat : 23123 (java) R 23019 23025 22966 0 -1 4202560 62906 13021 0 0 229510 45 5 3 20 0 15 0 443573321 11109412864 251042 33554432000 4194304 4196468 140725276462336 140669402320544 140669002406300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23134] ppid=23019 vsize=10849036 memory=1004168 CPUtime=12.38 cores=0,2,4,6
/proc/23025/task/23134/stat : 23134 (java) S 23019 23025 22966 0 -1 1077944384 8980 13021 0 0 1178 52 5 3 20 0 15 0 443573324 11109412864 251042 33554432000 4194304 4196468 140725276462336 140669434727440 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23135] ppid=23019 vsize=10849036 memory=1004168 CPUtime=12.38 cores=0,2,4,6
/proc/23025/task/23135/stat : 23135 (java) S 23019 23025 22966 0 -1 1077944384 7005 13021 0 0 1172 58 5 3 20 0 15 0 443573324 11109412864 251042 33554432000 4194304 4196468 140725276462336 140669323000976 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23136] ppid=23019 vsize=10849036 memory=1004168 CPUtime=12.36 cores=0,2,4,6
/proc/23025/task/23136/stat : 23136 (java) S 23019 23025 22966 0 -1 1077944384 12969 13021 0 0 1177 51 5 3 20 0 15 0 443573324 11109412864 251042 33554432000 4194304 4196468 140725276462336 140669321947920 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23137] ppid=23019 vsize=10849036 memory=1004168 CPUtime=12.36 cores=0,2,4,6
/proc/23025/task/23137/stat : 23137 (java) S 23019 23025 22966 0 -1 1077944384 8249 13021 0 0 1175 53 5 3 20 0 15 0 443573324 11109412864 251042 33554432000 4194304 4196468 140725276462336 140669320895376 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23142] ppid=23019 vsize=10849036 memory=1004168 CPUtime=10.6 cores=0,2,4,6
/proc/23025/task/23142/stat : 23142 (java) S 23019 23025 22966 0 -1 1077944384 11487 13021 0 0 995 57 5 3 20 0 15 0 443573326 11109412864 251042 33554432000 4194304 4196468 140725276462336 140668433275120 140669430495874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23143] ppid=23019 vsize=10849036 memory=1004168 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23143/stat : 23143 (java) S 23019 23025 22966 0 -1 1077944384 39 13021 0 0 0 0 5 3 20 0 15 0 443573326 11109412864 251042 33554432000 4194304 4196468 140725276462336 140668432221408 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23144] ppid=23019 vsize=10849036 memory=1004168 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23144/stat : 23144 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573326 11109412864 251042 33554432000 4194304 4196468 140725276462336 140668299109120 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23148] ppid=23019 vsize=10849036 memory=1004168 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23148/stat : 23148 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11109412864 251042 33554432000 4194304 4196468 140725276462336 140667991709648 140669430503323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23149] ppid=23019 vsize=10849036 memory=1004168 CPUtime=3.18 cores=0,2,4,6
/proc/23025/task/23149/stat : 23149 (java) S 23019 23025 22966 0 -1 1077944384 18004 13021 0 0 307 3 5 3 20 0 15 0 443573330 11109412864 251042 33554432000 4194304 4196468 140725276462336 140668398664432 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23150] ppid=23019 vsize=10849036 memory=1004168 CPUtime=2.89 cores=0,2,4,6
/proc/23025/task/23150/stat : 23150 (java) S 23019 23025 22966 0 -1 1077944384 14313 13021 0 0 278 3 5 3 20 0 15 0 443573330 11109412864 251042 33554432000 4194304 4196468 140725276462336 140668397611888 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23151] ppid=23019 vsize=10849036 memory=1004168 CPUtime=1.87 cores=0,2,4,6
/proc/23025/task/23151/stat : 23151 (java) S 23019 23025 22966 0 -1 1077944384 10893 13021 0 0 176 3 5 3 20 0 15 0 443573330 11109412864 251042 33554432000 4194304 4196468 140725276462336 140668396558832 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23152] ppid=23019 vsize=10849036 memory=1004168 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23152/stat : 23152 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11109412864 251042 33554432000 4194304 4196468 140725276462336 140667958152032 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23158] ppid=23019 vsize=10849036 memory=47428 CPUtime=1.49 cores=0,2,4,6
/proc/23025/task/23158/stat : 23158 (java) S 23019 23025 22966 0 -1 1077944384 1010 13021 0 0 69 72 5 3 20 0 15 0 443573335 11109412864 251042 33554432000 4194304 4196468 140725276462336 140668395506224 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
Current children cumulated CPU time: 2364.54 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1004168 KiB

[startup+2382.3 s]
/proc/loadavg: 1.34 1.32 1.38 3/231 23541
/proc/meminfo: memFree=28498672/32770624 swapFree=67004520/67108860
[pid=23025] ppid=23019 vsize=10849036 memory=1006216 CPUtime=2425.51 cores=0,2,4,6
/proc/23025/stat : 23025 (java) S 23019 23025 22966 0 -1 1077944320 159161 13021 0 0 242201 342 5 3 20 0 15 0 443573280 11109412864 251554 33554432000 4194304 4196468 140725276462336 140725276444880 140669430484727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
/proc/23025/statm: 2712259 251554 3625 1 0 2674317 0
[pid=23025/tid=23123] ppid=23019 vsize=10849036 memory=1006216 CPUtime=2354.95 cores=0,2,4,6
/proc/23025/task/23123/stat : 23123 (java) R 23019 23025 22966 0 -1 4202560 63560 13021 0 0 235441 46 5 3 20 0 15 0 443573321 11109412864 251554 33554432000 4194304 4196468 140725276462336 140669402320448 140669002406275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23134] ppid=23019 vsize=10849036 memory=1006216 CPUtime=12.72 cores=0,2,4,6
/proc/23025/task/23134/stat : 23134 (java) S 23019 23025 22966 0 -1 1077944384 9023 13021 0 0 1211 53 5 3 20 0 15 0 443573324 11109412864 251554 33554432000 4194304 4196468 140725276462336 140669434727440 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23135] ppid=23019 vsize=10849036 memory=1006216 CPUtime=12.71 cores=0,2,4,6
/proc/23025/task/23135/stat : 23135 (java) S 23019 23025 22966 0 -1 1077944384 7229 13021 0 0 1204 59 5 3 20 0 15 0 443573324 11109412864 251554 33554432000 4194304 4196468 140725276462336 140669323000976 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23136] ppid=23019 vsize=10849036 memory=1006216 CPUtime=12.69 cores=0,2,4,6
/proc/23025/task/23136/stat : 23136 (java) S 23019 23025 22966 0 -1 1077944384 13040 13021 0 0 1209 52 5 3 20 0 15 0 443573324 11109412864 251554 33554432000 4194304 4196468 140725276462336 140669321947920 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23137] ppid=23019 vsize=10849036 memory=1006216 CPUtime=12.7 cores=0,2,4,6
/proc/23025/task/23137/stat : 23137 (java) S 23019 23025 22966 0 -1 1077944384 8306 13021 0 0 1208 54 5 3 20 0 15 0 443573324 11109412864 251554 33554432000 4194304 4196468 140725276462336 140669320895376 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23142] ppid=23019 vsize=10849036 memory=1006216 CPUtime=10.87 cores=0,2,4,6
/proc/23025/task/23142/stat : 23142 (java) S 23019 23025 22966 0 -1 1077944384 11516 13021 0 0 1021 58 5 3 20 0 15 0 443573326 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668433275120 140669430495874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23143] ppid=23019 vsize=10849036 memory=1006216 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23143/stat : 23143 (java) S 23019 23025 22966 0 -1 1077944384 39 13021 0 0 0 0 5 3 20 0 15 0 443573326 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668432221408 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23144] ppid=23019 vsize=10849036 memory=1006216 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23144/stat : 23144 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573326 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668299109120 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23148] ppid=23019 vsize=10849036 memory=3280 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23148/stat : 23148 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11109412864 251554 33554432000 4194304 4196468 140725276462336 140667991709648 140669430503323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23149] ppid=23019 vsize=10849036 memory=1006216 CPUtime=3.18 cores=0,2,4,6
/proc/23025/task/23149/stat : 23149 (java) S 23019 23025 22966 0 -1 1077944384 18006 13021 0 0 307 3 5 3 20 0 15 0 443573330 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668398664432 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23150] ppid=23019 vsize=10849036 memory=1006216 CPUtime=2.89 cores=0,2,4,6
/proc/23025/task/23150/stat : 23150 (java) S 23019 23025 22966 0 -1 1077944384 14315 13021 0 0 278 3 5 3 20 0 15 0 443573330 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668397611888 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23151] ppid=23019 vsize=10849036 memory=4000 CPUtime=1.87 cores=0,2,4,6
/proc/23025/task/23151/stat : 23151 (java) S 23019 23025 22966 0 -1 1077944384 10895 13021 0 0 176 3 5 3 20 0 15 0 443573330 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668396558832 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23152] ppid=23019 vsize=10849036 memory=281211106893952 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23152/stat : 23152 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11109412864 251554 33554432000 4194304 4196468 140725276462336 140667958152032 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23158] ppid=23019 vsize=10849036 memory=28829630602021044 CPUtime=1.53 cores=0,2,4,6
/proc/23025/task/23158/stat : 23158 (java) S 23019 23025 22966 0 -1 1077944384 1016 13021 0 0 71 74 5 3 20 0 15 0 443573335 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668395506224 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
Current children cumulated CPU time: 2425.51 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1006216 KiB

[startup+2442.3 s]
/proc/loadavg: 1.47 1.36 1.39 3/231 23546
/proc/meminfo: memFree=28495792/32770624 swapFree=67004520/67108860
[pid=23025] ppid=23019 vsize=10849036 memory=1006216 CPUtime=2486.52 cores=0,2,4,6
/proc/23025/stat : 23025 (java) S 23019 23025 22966 0 -1 1077944320 160400 13021 0 0 248293 351 5 3 20 0 15 0 443573280 11109412864 251554 33554432000 4194304 4196468 140725276462336 140725276444880 140669430484727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
/proc/23025/statm: 2712259 251554 3625 1 0 2674317 0
[pid=23025/tid=23123] ppid=23019 vsize=10849036 memory=1006216 CPUtime=2414.23 cores=0,2,4,6
/proc/23025/task/23123/stat : 23123 (java) R 23019 23025 22966 0 -1 4202560 64264 13021 0 0 241369 46 5 3 20 0 15 0 443573321 11109412864 251554 33554432000 4194304 4196468 140725276462336 140669402320592 140669003274444 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23134] ppid=23019 vsize=10849036 memory=1006216 CPUtime=13.08 cores=0,2,4,6
/proc/23025/task/23134/stat : 23134 (java) S 23019 23025 22966 0 -1 1077944384 9082 13021 0 0 1245 55 5 3 20 0 15 0 443573324 11109412864 251554 33554432000 4194304 4196468 140725276462336 140669434727440 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23135] ppid=23019 vsize=10849036 memory=1006216 CPUtime=13.06 cores=0,2,4,6
/proc/23025/task/23135/stat : 23135 (java) S 23019 23025 22966 0 -1 1077944384 7341 13021 0 0 1238 60 5 3 20 0 15 0 443573324 11109412864 251554 33554432000 4194304 4196468 140725276462336 140669323000976 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23136] ppid=23019 vsize=10849036 memory=1006216 CPUtime=13.05 cores=0,2,4,6
/proc/23025/task/23136/stat : 23136 (java) S 23019 23025 22966 0 -1 1077944384 13116 13021 0 0 1243 54 5 3 20 0 15 0 443573324 11109412864 251554 33554432000 4194304 4196468 140725276462336 140669321947920 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23137] ppid=23019 vsize=10849036 memory=1006216 CPUtime=13.05 cores=0,2,4,6
/proc/23025/task/23137/stat : 23137 (java) S 23019 23025 22966 0 -1 1077944384 8396 13021 0 0 1241 56 5 3 20 0 15 0 443573324 11109412864 251554 33554432000 4194304 4196468 140725276462336 140669320895376 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23142] ppid=23019 vsize=10849036 memory=1006216 CPUtime=11.16 cores=0,2,4,6
/proc/23025/task/23142/stat : 23142 (java) S 23019 23025 22966 0 -1 1077944384 11707 13021 0 0 1048 60 5 3 20 0 15 0 443573326 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668433275120 140669430495874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23143] ppid=23019 vsize=10849036 memory=1006216 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23143/stat : 23143 (java) S 23019 23025 22966 0 -1 1077944384 39 13021 0 0 0 0 5 3 20 0 15 0 443573326 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668432221408 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23144] ppid=23019 vsize=10849036 memory=1006216 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23144/stat : 23144 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573326 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668299109120 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23148] ppid=23019 vsize=10849036 memory=1006216 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23148/stat : 23148 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11109412864 251554 33554432000 4194304 4196468 140725276462336 140667991709648 140669430503323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23149] ppid=23019 vsize=10849036 memory=1006216 CPUtime=3.18 cores=0,2,4,6
/proc/23025/task/23149/stat : 23149 (java) S 23019 23025 22966 0 -1 1077944384 18006 13021 0 0 307 3 5 3 20 0 15 0 443573330 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668398664432 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23150] ppid=23019 vsize=10849036 memory=1006216 CPUtime=2.89 cores=0,2,4,6
/proc/23025/task/23150/stat : 23150 (java) S 23019 23025 22966 0 -1 1077944384 14316 13021 0 0 278 3 5 3 20 0 15 0 443573330 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668397611888 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23151] ppid=23019 vsize=10849036 memory=2052 CPUtime=1.87 cores=0,2,4,6
/proc/23025/task/23151/stat : 23151 (java) S 23019 23025 22966 0 -1 1077944384 10895 13021 0 0 176 3 5 3 20 0 15 0 443573330 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668396558832 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23152] ppid=23019 vsize=10849036 memory=1006216 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23152/stat : 23152 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11109412864 251554 33554432000 4194304 4196468 140725276462336 140667958152032 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23158] ppid=23019 vsize=10849036 memory=1006216 CPUtime=1.57 cores=0,2,4,6
/proc/23025/task/23158/stat : 23158 (java) S 23019 23025 22966 0 -1 1077944384 1022 13021 0 0 73 76 5 3 20 0 15 0 443573335 11109412864 251554 33554432000 4194304 4196468 140725276462336 140668395506224 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
Current children cumulated CPU time: 2486.52 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1006216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2475.2 s]
/proc/loadavg: 1.22 1.30 1.37 3/231 23548
/proc/meminfo: memFree=28493840/32770624 swapFree=67004520/67108860
[pid=23025] ppid=23019 vsize=10849036 memory=1008264 CPUtime=2520 cores=0,2,4,6
/proc/23025/stat : 23025 (java) S 23019 23025 22966 0 -1 1077944320 161696 13021 0 0 251636 356 5 3 20 0 15 0 443573280 11109412864 252066 33554432000 4194304 4196468 140725276462336 140725276444880 140669430484727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
/proc/23025/statm: 2712259 252066 3625 1 0 2674317 0
[pid=23025/tid=23123] ppid=23019 vsize=10849036 memory=3280 CPUtime=2446.74 cores=0,2,4,6
/proc/23025/task/23123/stat : 23123 (java) R 23019 23025 22966 0 -1 4202560 64864 13021 0 0 244619 47 5 3 20 0 15 0 443573321 11109412864 252066 33554432000 4194304 4196468 140725276462336 140669402321008 140669002406707 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23134] ppid=23019 vsize=10849036 memory=47428 CPUtime=13.27 cores=0,2,4,6
/proc/23025/task/23134/stat : 23134 (java) S 23019 23025 22966 0 -1 1077944384 9139 13021 0 0 1263 56 5 3 20 0 15 0 443573324 11109412864 252066 33554432000 4194304 4196468 140725276462336 140669434727440 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23135] ppid=23019 vsize=10849036 memory=988 CPUtime=13.26 cores=0,2,4,6
/proc/23025/task/23135/stat : 23135 (java) S 23019 23025 22966 0 -1 1077944384 7602 13021 0 0 1257 61 5 3 20 0 15 0 443573324 11109412864 252066 33554432000 4194304 4196468 140725276462336 140669323000976 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23136] ppid=23019 vsize=10849036 memory=1008264 CPUtime=13.24 cores=0,2,4,6
/proc/23025/task/23136/stat : 23136 (java) S 23019 23025 22966 0 -1 1077944384 13163 13021 0 0 1262 54 5 3 20 0 15 0 443573324 11109412864 252066 33554432000 4194304 4196468 140725276462336 140669321947920 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23137] ppid=23019 vsize=10849036 memory=4100 CPUtime=13.25 cores=0,2,4,6
/proc/23025/task/23137/stat : 23137 (java) S 23019 23025 22966 0 -1 1077944384 8507 13021 0 0 1260 57 5 3 20 0 15 0 443573324 11109412864 252066 33554432000 4194304 4196468 140725276462336 140669320895376 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23142] ppid=23019 vsize=10849036 memory=2608 CPUtime=11.31 cores=0,2,4,6
/proc/23025/task/23142/stat : 23142 (java) S 23019 23025 22966 0 -1 1077944384 11905 13021 0 0 1062 61 5 3 20 0 15 0 443573326 11109412864 252066 33554432000 4194304 4196468 140725276462336 140668433275120 140669430495874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23143] ppid=23019 vsize=10849036 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23143/stat : 23143 (java) S 23019 23025 22966 0 -1 1077944384 39 13021 0 0 0 0 5 3 20 0 15 0 443573326 11109412864 252066 33554432000 4194304 4196468 140725276462336 140668432221408 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23144] ppid=23019 vsize=10849036 memory=1220 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23144/stat : 23144 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573326 11109412864 252066 33554432000 4194304 4196468 140725276462336 140668299109120 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23148] ppid=23019 vsize=10849036 memory=1716 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23148/stat : 23148 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11109412864 252066 33554432000 4194304 4196468 140725276462336 140667991709648 140669430503323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23149] ppid=23019 vsize=10849036 memory=784 CPUtime=3.18 cores=0,2,4,6
/proc/23025/task/23149/stat : 23149 (java) S 23019 23025 22966 0 -1 1077944384 18008 13021 0 0 307 3 5 3 20 0 15 0 443573330 11109412864 252066 33554432000 4194304 4196468 140725276462336 140668398664432 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23150] ppid=23019 vsize=10849036 memory=8252 CPUtime=2.89 cores=0,2,4,6
/proc/23025/task/23150/stat : 23150 (java) S 23019 23025 22966 0 -1 1077944384 14318 13021 0 0 278 3 5 3 20 0 15 0 443573330 11109412864 252066 33554432000 4194304 4196468 140725276462336 140668397611888 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23151] ppid=23019 vsize=10849036 memory=6032 CPUtime=1.87 cores=0,2,4,6
/proc/23025/task/23151/stat : 23151 (java) S 23019 23025 22966 0 -1 1077944384 10897 13021 0 0 176 3 5 3 20 0 15 0 443573330 11109412864 252066 33554432000 4194304 4196468 140725276462336 140668396558832 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23152] ppid=23019 vsize=10849036 memory=1056 CPUtime=0.08 cores=0,2,4,6
/proc/23025/task/23152/stat : 23152 (java) S 23019 23025 22966 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 443573330 11109412864 252066 33554432000 4194304 4196468 140725276462336 140667958152032 140669430494933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
[pid=23025/tid=23158] ppid=23019 vsize=10849036 memory=1540 CPUtime=1.58 cores=0,2,4,6
/proc/23025/task/23158/stat : 23158 (java) S 23019 23025 22966 0 -1 1077944384 1038 13021 0 0 73 77 5 3 20 0 15 0 443573335 11109412864 252066 33554432000 4194304 4196468 140725276462336 140668395506224 140669430495874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18575360 140725276469999 140725276472517 140725276472517 140725276475343 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1008264 KiB

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

[startup+2475.23 s]
# the end of solver process 23025 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.44 s, system=3.60664 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.05
CPU user time (s): 2516.44
CPU system time (s): 3.60664
CPU usage (%): 101.81
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1008264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.44
system time used= 3.60664
maximum resident set size= 1012476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175736
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 299114
involuntary context switches= 9833


# summary of solver processes directly reported to runsolver:
#   pid: 23025
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.44
#   total CPU system time (s): 3.60664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2342 second user time and 25.5324 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-17 00:34:51
IDJOB=4401081
IDBENCH=115953
IDSOLVER=2857
FILE ID=node133/4401081-1568673331
RUNJOBID= node133-1568673291-22997
PBS_JOBID= 21703782
Free space on /tmp= 59576 MiB

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

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

MD5SUM BENCH= 7162d4a2bfb4649e5ff01c254dbd946c
RANDOM SEED=1889038206

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31037188 kB
MemAvailable:   31893972 kB
Buffers:          234212 kB
Cached:           913144 kB
SwapCached:         3180 kB
Active:           565776 kB
Inactive:         584332 kB
Active(anon):      26812 kB
Inactive(anon):    24424 kB
Active(file):     538964 kB
Inactive(file):   559908 kB
Unevictable:      111224 kB
Mlocked:          111224 kB
SwapTotal:      67108860 kB
SwapFree:       67004520 kB
Dirty:              9820 kB
Writeback:         14600 kB
AnonPages:        112240 kB
Mapped:            48028 kB
Shmem:             40072 kB
Slab:             176504 kB
SReclaimable:     147492 kB
SUnreclaim:        29012 kB
KernelStack:        3456 kB
PageTables:         5428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 59508 MiB
End job on node133 at 2019-09-17 01:16:12