Trace number 4300173

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
slowpoke 2018-04-29? (TO) 2520.06 2513.41

General information on the benchmark

NameMagicHexagon/
MagicHexagon-04-0017_c18.xml
MD5SUM5026d1a6c388113c28cc4e99e58b99c3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.74901
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.33/0.28	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
0.33/0.29	I had a sum
2520.04/2513.40	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300173-1532873594/watcher-4300173-1532873594 -o /tmp/evaluation-result-4300173-1532873594/solver-4300173-1532873594 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532871090-8823 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300173-1532873594.xml --timelimit 2520 

running on 4 cores: 1,3,5,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=9269, runsolver pid=9266
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 1.06 1.23 1.36 3/216 9284
/proc/meminfo: memFree=28065396/32770624 swapFree=67108436/67108860
[pid=9269] ppid=9266 vsize=10661056 memory=27668 CPUtime=0.13 cores=1,3,5,7
/proc/9269/stat : 9269 (java) S 9266 9269 5289 0 -1 1077944320 5272 0 0 0 12 1 0 0 20 0 15 0 104922595 10916921344 6917 33554432000 4194304 4196468 140727075091920 140727075074464 140565245488887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
/proc/9269/statm: 2665264 6917 2845 1 0 2627263 0
[pid=9269/tid=9271] ppid=9266 vsize=10661056 memory=-8392278078606111936 CPUtime=0.09 cores=1,3,5,7
/proc/9269/task/9271/stat : 9271 (java) R 9266 9269 5289 0 -1 4202560 3135 0 0 0 9 0 0 0 20 0 15 0 104922596 10916921344 6917 33554432000 4194304 4196468 140727075091920 140565249719776 140565229569404 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9272] ppid=9266 vsize=10661056 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9272/stat : 9272 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916921344 6917 33554432000 4194304 4196468 140727075091920 140565171563024 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9273] ppid=9266 vsize=10661056 memory=140343850038912 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9273/stat : 9273 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916921344 6917 33554432000 4194304 4196468 140727075091920 140565170510480 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9274] ppid=9266 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9274/stat : 9274 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916921344 6917 33554432000 4194304 4196468 140727075091920 140565169457424 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9275] ppid=9266 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9275/stat : 9275 (java) S 9266 9269 5289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104922596 10916921344 6917 33554432000 4194304 4196468 140727075091920 140565168404880 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9276] ppid=9266 vsize=10661056 memory=140343850038912 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9276/stat : 9276 (java) S 9266 9269 5289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104922598 10916921344 6917 33554432000 4194304 4196468 140727075091920 140564736449264 140565245500034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9277] ppid=9266 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9277/stat : 9277 (java) S 9266 9269 5289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104922598 10916921344 6917 33554432000 4194304 4196468 140727075091920 140564735395488 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9278] ppid=9266 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9278/stat : 9278 (java) S 9266 9269 5289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104922598 10916921344 6917 33554432000 4194304 4196468 140727075091920 140564734342384 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9279] ppid=9266 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9279/stat : 9279 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916921344 6917 33554432000 4194304 4196468 140727075091920 140564733290960 140565245507483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9280] ppid=9266 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9280/stat : 9280 (java) R 9266 9269 5289 0 -1 1077944384 427 0 0 0 0 0 0 0 20 0 15 0 104922601 10916921344 6917 33554432000 4194304 4196468 140727075091920 140564732238064 140565245500034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9281] ppid=9266 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9281/stat : 9281 (java) R 9266 9269 5289 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 15 0 104922601 10916921344 6917 33554432000 4194304 4196468 140727075091920 140564731185520 140565230906832 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9282] ppid=9266 vsize=10661056 memory=140343850038912 CPUtime=0.01 cores=1,3,5,7
/proc/9269/task/9282/stat : 9282 (java) R 9266 9269 5289 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 15 0 104922601 10916921344 6917 33554432000 4194304 4196468 140727075091920 140564730132464 140565245500822 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9283] ppid=9266 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9283/stat : 9283 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916921344 6917 33554432000 4194304 4196468 140727075091920 140564729080160 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9284] ppid=9266 vsize=10661056 memory=140343850038912 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9284/stat : 9284 (java) R 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922601 10916921344 6917 33554432000 4194304 4196468 140727075091920 140564728028208 140565245500034 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27668 KiB

[startup+0.21081 s]*
/proc/loadavg: 1.06 1.23 1.36 3/216 9284
/proc/meminfo: memFree=28052852/32770624 swapFree=67108436/67108860
[pid=9269] ppid=9266 vsize=10661132 memory=40564 CPUtime=0.33 cores=1,3,5,7
/proc/9269/stat : 9269 (java) S 9266 9269 5289 0 -1 1077944320 8158 0 0 0 31 2 0 0 20 0 15 0 104922595 10916999168 10141 33554432000 4194304 4196468 140727075091920 140727075074464 140565245488887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
/proc/9269/statm: 2665283 10141 3000 1 0 2627263 0
[pid=9269/tid=9271] ppid=9266 vsize=10661132 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/9269/task/9271/stat : 9271 (java) R 9266 9269 5289 0 -1 4202560 5222 0 0 0 18 1 0 0 20 0 15 0 104922596 10916999168 10141 33554432000 4194304 4196468 140727075091920 140565249721200 140565245510813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9272] ppid=9266 vsize=10661132 memory=345 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9272/stat : 9272 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 10141 33554432000 4194304 4196468 140727075091920 140565171563024 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9273] ppid=9266 vsize=10661132 memory=140343850048438 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9273/stat : 9273 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 10141 33554432000 4194304 4196468 140727075091920 140565170510480 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9274] ppid=9266 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9274/stat : 9274 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 10141 33554432000 4194304 4196468 140727075091920 140565169457424 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9275] ppid=9266 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9275/stat : 9275 (java) S 9266 9269 5289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 10141 33554432000 4194304 4196468 140727075091920 140565168404880 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9276] ppid=9266 vsize=10661132 memory=140343850038912 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9276/stat : 9276 (java) S 9266 9269 5289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 10141 33554432000 4194304 4196468 140727075091920 140564736449264 140565245500034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9277] ppid=9266 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9277/stat : 9277 (java) S 9266 9269 5289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 10141 33554432000 4194304 4196468 140727075091920 140564735395488 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9278] ppid=9266 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9278/stat : 9278 (java) S 9266 9269 5289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 10141 33554432000 4194304 4196468 140727075091920 140564734342384 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9279] ppid=9266 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9279/stat : 9279 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 10141 33554432000 4194304 4196468 140727075091920 140564733290960 140565245507483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9280] ppid=9266 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/9269/task/9280/stat : 9280 (java) S 9266 9269 5289 0 -1 1077944384 622 0 0 0 2 0 0 0 20 0 15 0 104922601 10916999168 10141 33554432000 4194304 4196468 140727075091920 140564732238064 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9281] ppid=9266 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/9269/task/9281/stat : 9281 (java) S 9266 9269 5289 0 -1 1077944384 139 0 0 0 2 0 0 0 20 0 15 0 104922601 10916999168 10141 33554432000 4194304 4196468 140727075091920 140564731185520 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9282] ppid=9266 vsize=10661132 memory=140343850038912 CPUtime=0.07 cores=1,3,5,7
/proc/9269/task/9282/stat : 9282 (java) S 9266 9269 5289 0 -1 1077944384 814 0 0 0 7 0 0 0 20 0 15 0 104922601 10916999168 10141 33554432000 4194304 4196468 140727075091920 140564730132464 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9283] ppid=9266 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9283/stat : 9283 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 10141 33554432000 4194304 4196468 140727075091920 140564729080160 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9284] ppid=9266 vsize=10661132 memory=140343850038912 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9284/stat : 9284 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 10141 33554432000 4194304 4196468 140727075091920 140564728028208 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40564 KiB

[startup+0.312217 s]*
/proc/loadavg: 1.06 1.23 1.36 5/216 9284
/proc/meminfo: memFree=28045408/32770624 swapFree=67108436/67108860
[pid=9269] ppid=9266 vsize=10661132 memory=47828 CPUtime=0.56 cores=1,3,5,7
/proc/9269/stat : 9269 (java) S 9266 9269 5289 0 -1 1077944320 9053 0 0 0 53 3 0 0 20 0 15 0 104922595 10916999168 11957 33554432000 4194304 4196468 140727075091920 140727075074464 140565245488887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
/proc/9269/statm: 2665283 11957 3055 1 0 2627263 0
[pid=9269/tid=9271] ppid=9266 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/9269/task/9271/stat : 9271 (java) R 9266 9269 5289 0 -1 4202560 5577 0 0 0 28 2 0 0 20 0 15 0 104922596 10916999168 11957 33554432000 4194304 4196468 140727075091920 140565249726064 140565245510813 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9272] ppid=9266 vsize=10661132 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9272/stat : 9272 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 11957 33554432000 4194304 4196468 140727075091920 140565171563024 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9273] ppid=9266 vsize=10661132 memory=15677749777135256 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9273/stat : 9273 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 11957 33554432000 4194304 4196468 140727075091920 140565170510480 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9274] ppid=9266 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9274/stat : 9274 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 11957 33554432000 4194304 4196468 140727075091920 140565169457424 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9275] ppid=9266 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9275/stat : 9275 (java) S 9266 9269 5289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 11957 33554432000 4194304 4196468 140727075091920 140565168404880 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9276] ppid=9266 vsize=10661132 memory=140343850038912 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9276/stat : 9276 (java) S 9266 9269 5289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 11957 33554432000 4194304 4196468 140727075091920 140564736449264 140565245500034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9277] ppid=9266 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9277/stat : 9277 (java) S 9266 9269 5289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 11957 33554432000 4194304 4196468 140727075091920 140564735395488 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9278] ppid=9266 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9278/stat : 9278 (java) S 9266 9269 5289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 11957 33554432000 4194304 4196468 140727075091920 140564734342384 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9279] ppid=9266 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9279/stat : 9279 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 11957 33554432000 4194304 4196468 140727075091920 140564733290960 140565245507483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9280] ppid=9266 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/9269/task/9280/stat : 9280 (java) R 9266 9269 5289 0 -1 4202560 840 0 0 0 4 0 0 0 20 0 15 0 104922601 10916999168 11957 33554432000 4194304 4196468 140727075091920 140564732224088 140565228876185 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9281] ppid=9266 vsize=10661132 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/9269/task/9281/stat : 9281 (java) R 9266 9269 5289 0 -1 4202560 222 0 0 0 6 0 0 0 20 0 15 0 104922601 10916999168 11957 33554432000 4194304 4196468 140727075091920 140564731185520 140565230614786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9282] ppid=9266 vsize=10661132 memory=140343850038912 CPUtime=0.14 cores=1,3,5,7
/proc/9269/task/9282/stat : 9282 (java) R 9266 9269 5289 0 -1 1077944384 1048 0 0 0 14 0 0 0 20 0 15 0 104922601 10916999168 11957 33554432000 4194304 4196468 140727075091920 140564730132464 140565245500034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9283] ppid=9266 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9283/stat : 9283 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 11957 33554432000 4194304 4196468 140727075091920 140564729080160 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9284] ppid=9266 vsize=10661132 memory=140343850038912 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9284/stat : 9284 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 11957 33554432000 4194304 4196468 140727075091920 140564728028208 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47828 KiB

[startup+0.700773 s]
/proc/loadavg: 1.06 1.23 1.36 5/216 9284
/proc/meminfo: memFree=28031904/32770624 swapFree=67108436/67108860
[pid=9269] ppid=9266 vsize=10661132 memory=82528 CPUtime=1.72 cores=1,3,5,7
/proc/9269/stat : 9269 (java) S 9266 9269 5289 0 -1 1077944320 14156 0 0 0 168 4 0 0 20 0 15 0 104922595 10916999168 20632 33554432000 4194304 4196468 140727075091920 140727075074464 140565245488887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
/proc/9269/statm: 2665283 20632 3095 1 0 2627263 0
[pid=9269/tid=9271] ppid=9266 vsize=10661132 memory=1784 CPUtime=0.67 cores=1,3,5,7
/proc/9269/task/9271/stat : 9271 (java) R 9266 9269 5289 0 -1 4202560 5661 0 0 0 65 2 0 0 20 0 15 0 104922596 10916999168 20632 33554432000 4194304 4196468 140727075091920 140565249728416 140727075801026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9272] ppid=9266 vsize=10661132 memory=5752 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9272/stat : 9272 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 20632 33554432000 4194304 4196468 140727075091920 140565171563024 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9273] ppid=9266 vsize=10661132 memory=4588 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9273/stat : 9273 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 20632 33554432000 4194304 4196468 140727075091920 140565170510480 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9274] ppid=9266 vsize=10661132 memory=1612 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9274/stat : 9274 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 20632 33554432000 4194304 4196468 140727075091920 140565169457424 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9275] ppid=9266 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9275/stat : 9275 (java) S 9266 9269 5289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 20632 33554432000 4194304 4196468 140727075091920 140565168404880 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9276] ppid=9266 vsize=10661132 memory=1852 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9276/stat : 9276 (java) S 9266 9269 5289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 20632 33554432000 4194304 4196468 140727075091920 140564736449264 140565245500034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9277] ppid=9266 vsize=10661132 memory=872 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9277/stat : 9277 (java) S 9266 9269 5289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 20632 33554432000 4194304 4196468 140727075091920 140564735395488 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9278] ppid=9266 vsize=10661132 memory=8068 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9278/stat : 9278 (java) S 9266 9269 5289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 20632 33554432000 4194304 4196468 140727075091920 140564734342384 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9279] ppid=9266 vsize=10661132 memory=7518026621751089001 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9279/stat : 9279 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 20632 33554432000 4194304 4196468 140727075091920 140564733290960 140565245507483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9280] ppid=9266 vsize=10661132 memory=7881696724453321575 CPUtime=0.4 cores=1,3,5,7
/proc/9269/task/9280/stat : 9280 (java) S 9266 9269 5289 0 -1 1077944384 3255 0 0 0 40 0 0 0 20 0 15 0 104922601 10916999168 20632 33554432000 4194304 4196468 140727075091920 140564732238064 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9281] ppid=9266 vsize=10661132 memory=5787213827130353767 CPUtime=0.42 cores=1,3,5,7
/proc/9269/task/9281/stat : 9281 (java) S 9266 9269 5289 0 -1 1077944384 2408 0 0 0 42 0 0 0 20 0 15 0 104922601 10916999168 20632 33554432000 4194304 4196468 140727075091920 140564731185520 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9282] ppid=9266 vsize=10661132 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/9269/task/9282/stat : 9282 (java) S 9266 9269 5289 0 -1 1077944384 1461 0 0 0 19 0 0 0 20 0 15 0 104922601 10916999168 20632 33554432000 4194304 4196468 140727075091920 140564730132464 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9283] ppid=9266 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9283/stat : 9283 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 20632 33554432000 4194304 4196468 140727075091920 140564729080160 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9284] ppid=9266 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9284/stat : 9284 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 20632 33554432000 4194304 4196468 140727075091920 140564728028208 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 82528 KiB

[startup+1.50082 s]
/proc/loadavg: 1.06 1.23 1.36 3/216 9284
/proc/meminfo: memFree=27990460/32770624 swapFree=67108436/67108860
[pid=9269] ppid=9266 vsize=10661132 memory=146784 CPUtime=2.8 cores=1,3,5,7
/proc/9269/stat : 9269 (java) S 9266 9269 5289 0 -1 1077944320 17407 0 0 0 274 6 0 0 20 0 15 0 104922595 10916999168 36696 33554432000 4194304 4196468 140727075091920 140727075074464 140565245488887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
/proc/9269/statm: 2665283 36696 3106 1 0 2627263 0
[pid=9269/tid=9271] ppid=9266 vsize=10661132 memory=8112282956445269571 CPUtime=1.47 cores=1,3,5,7
/proc/9269/task/9271/stat : 9271 (java) R 9266 9269 5289 0 -1 4202560 6042 0 0 0 144 3 0 0 20 0 15 0 104922596 10916999168 36696 33554432000 4194304 4196468 140727075091920 140565249725712 140727075801026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9272] ppid=9266 vsize=10661132 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9272/stat : 9272 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 36696 33554432000 4194304 4196468 140727075091920 140565171563024 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9273] ppid=9266 vsize=10661132 memory=-2843869621055772062 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9273/stat : 9273 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 36696 33554432000 4194304 4196468 140727075091920 140565170510480 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9274] ppid=9266 vsize=10661132 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9274/stat : 9274 (java) S 9266 9269 5289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 36696 33554432000 4194304 4196468 140727075091920 140565169457424 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9275] ppid=9266 vsize=10661132 memory=1401637097735671167 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9275/stat : 9275 (java) S 9266 9269 5289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104922596 10916999168 36696 33554432000 4194304 4196468 140727075091920 140565168404880 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9276] ppid=9266 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9276/stat : 9276 (java) S 9266 9269 5289 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 36696 33554432000 4194304 4196468 140727075091920 140564736449264 140565245500034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0

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

/proc/9269/task/9271/stat : 9271 (java) R 9266 9269 5289 0 -1 4202560 16878 0 0 0 234229 3350 0 0 20 0 15 0 104922596 10916999168 48805 33554432000 4194304 4196468 140727075091920 140565249729936 140727075801026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9272] ppid=9266 vsize=10661132 memory=195220 CPUtime=1.96 cores=1,3,5,7
/proc/9269/task/9272/stat : 9272 (java) S 9266 9269 5289 0 -1 1077944384 2262 0 0 0 169 27 0 0 20 0 15 0 104922596 10916999168 48805 33554432000 4194304 4196468 140727075091920 140565171563024 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9273] ppid=9266 vsize=10661132 memory=195220 CPUtime=1.98 cores=1,3,5,7
/proc/9269/task/9273/stat : 9273 (java) S 9266 9269 5289 0 -1 1077944384 2507 0 0 0 172 26 0 0 20 0 15 0 104922596 10916999168 48805 33554432000 4194304 4196468 140727075091920 140565170510480 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9274] ppid=9266 vsize=10661132 memory=195220 CPUtime=1.94 cores=1,3,5,7
/proc/9269/task/9274/stat : 9274 (java) S 9266 9269 5289 0 -1 1077944384 2699 0 0 0 165 29 0 0 20 0 15 0 104922596 10916999168 48805 33554432000 4194304 4196468 140727075091920 140565169457424 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9275] ppid=9266 vsize=10661132 memory=195220 CPUtime=1.96 cores=1,3,5,7
/proc/9269/task/9275/stat : 9275 (java) S 9266 9269 5289 0 -1 1077944384 2756 0 0 0 168 28 0 0 20 0 15 0 104922596 10916999168 48805 33554432000 4194304 4196468 140727075091920 140565168404880 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9276] ppid=9266 vsize=10661132 memory=195220 CPUtime=2.91 cores=1,3,5,7
/proc/9269/task/9276/stat : 9276 (java) S 9266 9269 5289 0 -1 1077944384 5256 0 0 0 270 21 0 0 20 0 15 0 104922598 10916999168 48805 33554432000 4194304 4196468 140727075091920 140564736449264 140565245500034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9277] ppid=9266 vsize=10661132 memory=195220 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9277/stat : 9277 (java) S 9266 9269 5289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 48805 33554432000 4194304 4196468 140727075091920 140564735395488 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9278] ppid=9266 vsize=10661132 memory=195220 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9278/stat : 9278 (java) S 9266 9269 5289 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 48805 33554432000 4194304 4196468 140727075091920 140564734342384 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9279] ppid=9266 vsize=10661132 memory=195220 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9279/stat : 9279 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 48805 33554432000 4194304 4196468 140727075091920 140564733290960 140565245507483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9280] ppid=9266 vsize=10661132 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/9269/task/9280/stat : 9280 (java) S 9266 9269 5289 0 -1 1077944384 6498 0 0 0 63 1 0 0 20 0 15 0 104922601 10916999168 48805 33554432000 4194304 4196468 140727075091920 140564732238064 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9281] ppid=9266 vsize=10661132 memory=280687388359600 CPUtime=0.63 cores=1,3,5,7
/proc/9269/task/9281/stat : 9281 (java) S 9266 9269 5289 0 -1 1077944384 4094 0 0 0 63 0 0 0 20 0 15 0 104922601 10916999168 48805 33554432000 4194304 4196468 140727075091920 140564731185520 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9282] ppid=9266 vsize=10661132 memory=3472328296227679313 CPUtime=0.24 cores=1,3,5,7
/proc/9269/task/9282/stat : 9282 (java) S 9266 9269 5289 0 -1 1077944384 3131 0 0 0 24 0 0 0 20 0 15 0 104922601 10916999168 48805 33554432000 4194304 4196468 140727075091920 140564730132464 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9283] ppid=9266 vsize=10661132 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9283/stat : 9283 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 48805 33554432000 4194304 4196468 140727075091920 140564729080160 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9284] ppid=9266 vsize=10661132 memory=3268 CPUtime=0.53 cores=1,3,5,7
/proc/9269/task/9284/stat : 9284 (java) S 9266 9269 5289 0 -1 1077944384 913 0 0 0 25 28 0 0 20 0 15 0 104922601 10916999168 48805 33554432000 4194304 4196468 140727075091920 140564728028208 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
Current children cumulated CPU time: 2388.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 195220 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.38 1.37 3/216 9380
/proc/meminfo: memFree=27947184/32770624 swapFree=67108436/67108860
[pid=9269] ppid=9266 vsize=10661132 memory=195240 CPUtime=2448.8 cores=1,3,5,7
/proc/9269/stat : 9269 (java) S 9266 9269 5289 0 -1 1077944320 48573 0 0 0 241326 3554 0 0 20 0 15 0 104922595 10916999168 48810 33554432000 4194304 4196468 140727075091920 140727075074464 140565245488887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
/proc/9269/statm: 2665283 48810 3137 1 0 2627263 0
[pid=9269/tid=9271] ppid=9266 vsize=10661132 memory=195240 CPUtime=2435.61 cores=1,3,5,7
/proc/9269/task/9271/stat : 9271 (java) R 9266 9269 5289 0 -1 4202560 17016 0 0 0 240126 3435 0 0 20 0 15 0 104922596 10916999168 48810 33554432000 4194304 4196468 140727075091920 140565249729936 140727075801026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9272] ppid=9266 vsize=10661132 memory=195240 CPUtime=2.01 cores=1,3,5,7
/proc/9269/task/9272/stat : 9272 (java) S 9266 9269 5289 0 -1 1077944384 2267 0 0 0 173 28 0 0 20 0 15 0 104922596 10916999168 48810 33554432000 4194304 4196468 140727075091920 140565171563024 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9273] ppid=9266 vsize=10661132 memory=195240 CPUtime=2.04 cores=1,3,5,7
/proc/9269/task/9273/stat : 9273 (java) S 9266 9269 5289 0 -1 1077944384 2513 0 0 0 177 27 0 0 20 0 15 0 104922596 10916999168 48810 33554432000 4194304 4196468 140727075091920 140565170510480 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9274] ppid=9266 vsize=10661132 memory=195240 CPUtime=2 cores=1,3,5,7
/proc/9269/task/9274/stat : 9274 (java) S 9266 9269 5289 0 -1 1077944384 2704 0 0 0 170 30 0 0 20 0 15 0 104922596 10916999168 48810 33554432000 4194304 4196468 140727075091920 140565169457424 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9275] ppid=9266 vsize=10661132 memory=195240 CPUtime=2 cores=1,3,5,7
/proc/9269/task/9275/stat : 9275 (java) S 9266 9269 5289 0 -1 1077944384 2759 0 0 0 172 28 0 0 20 0 15 0 104922596 10916999168 48810 33554432000 4194304 4196468 140727075091920 140565168404880 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9276] ppid=9266 vsize=10661132 memory=195240 CPUtime=2.99 cores=1,3,5,7
/proc/9269/task/9276/stat : 9276 (java) S 9266 9269 5289 0 -1 1077944384 5261 0 0 0 277 22 0 0 20 0 15 0 104922598 10916999168 48810 33554432000 4194304 4196468 140727075091920 140564736449264 140565245500034 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9277] ppid=9266 vsize=10661132 memory=195240 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9277/stat : 9277 (java) S 9266 9269 5289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 48810 33554432000 4194304 4196468 140727075091920 140564735395488 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9278] ppid=9266 vsize=10661132 memory=195240 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9278/stat : 9278 (java) S 9266 9269 5289 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 48810 33554432000 4194304 4196468 140727075091920 140564734342384 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9279] ppid=9266 vsize=10661132 memory=195240 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9279/stat : 9279 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 48810 33554432000 4194304 4196468 140727075091920 140564733290960 140565245507483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9280] ppid=9266 vsize=10661132 memory=195240 CPUtime=0.64 cores=1,3,5,7
/proc/9269/task/9280/stat : 9280 (java) S 9266 9269 5289 0 -1 1077944384 6498 0 0 0 63 1 0 0 20 0 15 0 104922601 10916999168 48810 33554432000 4194304 4196468 140727075091920 140564732238064 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9281] ppid=9266 vsize=10661132 memory=195240 CPUtime=0.63 cores=1,3,5,7
/proc/9269/task/9281/stat : 9281 (java) S 9266 9269 5289 0 -1 1077944384 4094 0 0 0 63 0 0 0 20 0 15 0 104922601 10916999168 48810 33554432000 4194304 4196468 140727075091920 140564731185520 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9282] ppid=9266 vsize=10661132 memory=195240 CPUtime=0.24 cores=1,3,5,7
/proc/9269/task/9282/stat : 9282 (java) S 9266 9269 5289 0 -1 1077944384 3131 0 0 0 24 0 0 0 20 0 15 0 104922601 10916999168 48810 33554432000 4194304 4196468 140727075091920 140564730132464 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9283] ppid=9266 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9283/stat : 9283 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 48810 33554432000 4194304 4196468 140727075091920 140564729080160 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9284] ppid=9266 vsize=10661132 memory=30044 CPUtime=0.55 cores=1,3,5,7
/proc/9269/task/9284/stat : 9284 (java) S 9266 9269 5289 0 -1 1077944384 917 0 0 0 26 29 0 0 20 0 15 0 104922601 10916999168 48810 33554432000 4194304 4196468 140727075091920 140564728028208 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
Current children cumulated CPU time: 2448.8 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 195240 KiB

[startup+2502.3 s]
/proc/loadavg: 1.26 1.34 1.36 3/216 9458
/proc/meminfo: memFree=26923388/32770624 swapFree=67108436/67108860
[pid=9269] ppid=9266 vsize=10661132 memory=195456 CPUtime=2508.92 cores=1,3,5,7
/proc/9269/stat : 9269 (java) S 9266 9269 5289 0 -1 1077944320 49406 0 0 0 247246 3646 0 0 20 0 15 0 104922595 10916999168 48864 33554432000 4194304 4196468 140727075091920 140727075074464 140565245488887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
/proc/9269/statm: 2665283 48864 3137 1 0 2627263 0
[pid=9269/tid=9271] ppid=9266 vsize=10661132 memory=1388 CPUtime=2495.46 cores=1,3,5,7
/proc/9269/task/9271/stat : 9271 (java) R 9266 9269 5289 0 -1 4202560 17342 0 0 0 246021 3525 0 0 20 0 15 0 104922596 10916999168 48864 33554432000 4194304 4196468 140727075091920 140565249729936 140727075801026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9272] ppid=9266 vsize=10661132 memory=195456 CPUtime=2.05 cores=1,3,5,7
/proc/9269/task/9272/stat : 9272 (java) S 9266 9269 5289 0 -1 1077944384 2519 0 0 0 177 28 0 0 20 0 15 0 104922596 10916999168 48864 33554432000 4194304 4196468 140727075091920 140565171563024 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9273] ppid=9266 vsize=10661132 memory=195456 CPUtime=2.09 cores=1,3,5,7
/proc/9269/task/9273/stat : 9273 (java) S 9266 9269 5289 0 -1 1077944384 2525 0 0 0 181 28 0 0 20 0 15 0 104922596 10916999168 48864 33554432000 4194304 4196468 140727075091920 140565170510480 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9274] ppid=9266 vsize=10661132 memory=195456 CPUtime=2.04 cores=1,3,5,7
/proc/9269/task/9274/stat : 9274 (java) S 9266 9269 5289 0 -1 1077944384 2744 0 0 0 174 30 0 0 20 0 15 0 104922596 10916999168 48864 33554432000 4194304 4196468 140727075091920 140565169457424 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9275] ppid=9266 vsize=10661132 memory=195456 CPUtime=2.05 cores=1,3,5,7
/proc/9269/task/9275/stat : 9275 (java) S 9266 9269 5289 0 -1 1077944384 2772 0 0 0 176 29 0 0 20 0 15 0 104922596 10916999168 48864 33554432000 4194304 4196468 140727075091920 140565168404880 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9276] ppid=9266 vsize=10661132 memory=195456 CPUtime=3.07 cores=1,3,5,7
/proc/9269/task/9276/stat : 9276 (java) S 9266 9269 5289 0 -1 1077944384 5431 0 0 0 284 23 0 0 20 0 15 0 104922598 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564736449264 140565245500034 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9277] ppid=9266 vsize=10661132 memory=195456 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9277/stat : 9277 (java) S 9266 9269 5289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564735395488 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9278] ppid=9266 vsize=10661132 memory=195456 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9278/stat : 9278 (java) S 9266 9269 5289 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564734342384 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9279] ppid=9266 vsize=10661132 memory=195376 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9279/stat : 9279 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564733290960 140565245507483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9280] ppid=9266 vsize=10661132 memory=4140 CPUtime=0.64 cores=1,3,5,7
/proc/9269/task/9280/stat : 9280 (java) S 9266 9269 5289 0 -1 1077944384 6500 0 0 0 63 1 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564732238064 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9281] ppid=9266 vsize=10661132 memory=30044 CPUtime=0.63 cores=1,3,5,7
/proc/9269/task/9281/stat : 9281 (java) S 9266 9269 5289 0 -1 1077944384 4096 0 0 0 63 0 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564731185520 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9282] ppid=9266 vsize=10661132 memory=195456 CPUtime=0.24 cores=1,3,5,7
/proc/9269/task/9282/stat : 9282 (java) S 9266 9269 5289 0 -1 1077944384 3133 0 0 0 24 0 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564730132464 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9283] ppid=9266 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9283/stat : 9283 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564729080160 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9284] ppid=9266 vsize=10661132 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/9269/task/9284/stat : 9284 (java) S 9266 9269 5289 0 -1 1077944384 931 0 0 0 26 30 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564728028208 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
Current children cumulated CPU time: 2508.92 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 195456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.4 s]
/proc/loadavg: 1.30 1.34 1.36 3/215 9459
/proc/meminfo: memFree=26826784/32770624 swapFree=67108436/67108860
[pid=9269] ppid=9266 vsize=10661132 memory=195456 CPUtime=2520.04 cores=1,3,5,7
/proc/9269/stat : 9269 (java) S 9266 9269 5289 0 -1 1077944320 49438 0 0 0 248343 3661 0 0 20 0 15 0 104922595 10916999168 48864 33554432000 4194304 4196468 140727075091920 140727075074464 140565245488887 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
/proc/9269/statm: 2665283 48864 3137 1 0 2627263 0
[pid=9269/tid=9271] ppid=9266 vsize=10661132 memory=932 CPUtime=2506.52 cores=1,3,5,7
/proc/9269/task/9271/stat : 9271 (java) R 9266 9269 5289 0 -1 4202560 17369 0 0 0 247113 3539 0 0 20 0 15 0 104922596 10916999168 48864 33554432000 4194304 4196468 140727075091920 140565249728320 140727075801026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9272] ppid=9266 vsize=10661132 memory=2244 CPUtime=2.06 cores=1,3,5,7
/proc/9269/task/9272/stat : 9272 (java) S 9266 9269 5289 0 -1 1077944384 2520 0 0 0 178 28 0 0 20 0 15 0 104922596 10916999168 48864 33554432000 4194304 4196468 140727075091920 140565171563024 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9273] ppid=9266 vsize=10661132 memory=4132 CPUtime=2.1 cores=1,3,5,7
/proc/9269/task/9273/stat : 9273 (java) S 9266 9269 5289 0 -1 1077944384 2526 0 0 0 182 28 0 0 20 0 15 0 104922596 10916999168 48864 33554432000 4194304 4196468 140727075091920 140565170510480 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9274] ppid=9266 vsize=10661132 memory=2200 CPUtime=2.05 cores=1,3,5,7
/proc/9269/task/9274/stat : 9274 (java) S 9266 9269 5289 0 -1 1077944384 2745 0 0 0 175 30 0 0 20 0 15 0 104922596 10916999168 48864 33554432000 4194304 4196468 140727075091920 140565169457424 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9275] ppid=9266 vsize=10661132 memory=7532 CPUtime=2.06 cores=1,3,5,7
/proc/9269/task/9275/stat : 9275 (java) S 9266 9269 5289 0 -1 1077944384 2773 0 0 0 176 30 0 0 20 0 15 0 104922596 10916999168 48864 33554432000 4194304 4196468 140727075091920 140565168404880 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9276] ppid=9266 vsize=10661132 memory=288230574492221466 CPUtime=3.08 cores=1,3,5,7
/proc/9269/task/9276/stat : 9276 (java) S 9266 9269 5289 0 -1 1077944384 5432 0 0 0 285 23 0 0 20 0 15 0 104922598 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564736449264 140565245500034 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9277] ppid=9266 vsize=10661132 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9277/stat : 9277 (java) S 9266 9269 5289 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564735395488 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9278] ppid=9266 vsize=10661132 memory=15254844206221894 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9278/stat : 9278 (java) S 9266 9269 5289 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 104922598 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564734342384 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9279] ppid=9266 vsize=10661132 memory=1388 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9279/stat : 9279 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564733290960 140565245507483 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9280] ppid=9266 vsize=10661132 memory=1136 CPUtime=0.64 cores=1,3,5,7
/proc/9269/task/9280/stat : 9280 (java) S 9266 9269 5289 0 -1 1077944384 6500 0 0 0 63 1 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564732238064 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9281] ppid=9266 vsize=10661132 memory=15872 CPUtime=0.63 cores=1,3,5,7
/proc/9269/task/9281/stat : 9281 (java) S 9266 9269 5289 0 -1 1077944384 4096 0 0 0 63 0 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564731185520 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9282] ppid=9266 vsize=10661132 memory=4004 CPUtime=0.24 cores=1,3,5,7
/proc/9269/task/9282/stat : 9282 (java) S 9266 9269 5289 0 -1 1077944384 3133 0 0 0 24 0 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564730132464 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9283] ppid=9266 vsize=10661132 memory=636 CPUtime=0 cores=1,3,5,7
/proc/9269/task/9283/stat : 9283 (java) S 9266 9269 5289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564729080160 140565245499093 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
[pid=9269/tid=9284] ppid=9266 vsize=10661132 memory=1780 CPUtime=0.56 cores=1,3,5,7
/proc/9269/task/9284/stat : 9284 (java) S 9266 9269 5289 0 -1 1077944384 931 0 0 0 26 30 0 0 20 0 15 0 104922601 10916999168 48864 33554432000 4194304 4196468 140727075091920 140564728028208 140565245500034 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6987776 140727075095708 140727075095817 140727075095817 140727075098575 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 195456 KiB

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

[startup+2513.41 s]
# the end of solver process 9269 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2483.45 s, system=36.6158 s

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

Child status: 143
Real time (s): 2513.41
CPU time (s): 2520.06
CPU user time (s): 2483.45
CPU system time (s): 36.6158
CPU usage (%): 100.265
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 195456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2483.45
system time used= 36.6158
maximum resident set size= 196064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49619
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144356
involuntary context switches= 3676


# summary of solver processes directly reported to runsolver:
#   pid: 9269
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2483.45
#   total CPU system time (s): 36.6158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.586 second user time and 23.3345 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 16:13:14
IDJOB=4300173
IDBENCH=141565
IDSOLVER=2765
FILE ID=node137/4300173-1532873594
RUNJOBID= node137-1532871090-8823
PBS_JOBID= 21022493
Free space on /tmp= 48540 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-04-0017_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300173-1532873594/watcher-4300173-1532873594 -o /tmp/evaluation-result-4300173-1532873594/solver-4300173-1532873594 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532871090-8823 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300173-1532873594.xml --timelimit 2520

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

MD5SUM BENCH= 5026d1a6c388113c28cc4e99e58b99c3
RANDOM SEED=1997008305

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28081264 kB
MemAvailable:   31771592 kB
Buffers:          211732 kB
Cached:          3714856 kB
SwapCached:           32 kB
Active:          1865568 kB
Inactive:        2278528 kB
Active(anon):     165212 kB
Inactive(anon):    80044 kB
Active(file):    1700356 kB
Inactive(file):  2198484 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              1472 kB
Writeback:             0 kB
AnonPages:        163160 kB
Mapped:            53944 kB
Shmem:             25052 kB
Slab:             242124 kB
SReclaimable:     214648 kB
SUnreclaim:        27476 kB
KernelStack:        3824 kB
PageTables:         5936 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1126976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48536 MiB
End job on node137 at 2018-07-29 16:55:08