Trace number 4298808

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 2506.02

General information on the benchmark

NamePseudoBoolean-dec/
Pb-chnl10-11_c18.xml
MD5SUM0cb6e3dc45605db1284c892a60e68314
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 benchmark187.07
Satisfiable
(Un)Satisfiability was proved
Number of variables220
Number of constraints42
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":220}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":220}]
Minimum constraint arity10
Maximum constraint arity11
Distribution of constraint arities[{"arity":10,"count":22},{"arity":11,"count":20}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":42}]
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.29	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.30	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
0.33/0.31	I had a sum
2520.03/2506.01	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 (8936 MiB free)
  memory of node 1: 16384 MiB (14043 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298808-1532780781/watcher-4298808-1532780781 -o /tmp/evaluation-result-4298808-1532780781/solver-4298808-1532780781 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15807 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298808-1532780781.xml --timelimit 2520 

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=16435, runsolver pid=16432

[startup+0.103172 s]*
/proc/loadavg: 1.40 1.56 1.58 4/219 16450
/proc/meminfo: memFree=23515528/32770624 swapFree=67108860/67108860
[pid=16435] ppid=16432 vsize=10661056 memory=27804 CPUtime=0.13 cores=0,2,4,6
/proc/16435/stat : 16435 (java) S 16432 16435 15776 0 -1 1077944320 5368 0 0 0 12 1 0 0 20 0 15 0 95641296 10916921344 6951 33554432000 4194304 4196468 140733879353552 140733879336096 140139353235191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
/proc/16435/statm: 2665264 6951 2854 1 0 2627263 0
[pid=16435/tid=16437] ppid=16432 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/16435/task/16437/stat : 16437 (java) R 16432 16435 15776 0 -1 4202560 3173 0 0 0 9 0 0 0 20 0 15 0 95641297 10916921344 6951 33554432000 4194304 4196468 140733879353552 140139357457776 140139345472318 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16438] ppid=16432 vsize=10661056 memory=5793854901103520185 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16438/stat : 16438 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916921344 6951 33554432000 4194304 4196468 140733879353552 140139289926416 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16439] ppid=16432 vsize=10661056 memory=139650093627008 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16439/stat : 16439 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916921344 6951 33554432000 4194304 4196468 140733879353552 140139288873872 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16440] ppid=16432 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16440/stat : 16440 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916921344 6951 33554432000 4194304 4196468 140733879353552 140139287821328 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16441] ppid=16432 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16441/stat : 16441 (java) S 16432 16435 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95641298 10916921344 6951 33554432000 4194304 4196468 140733879353552 140139286768784 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16442] ppid=16432 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16442/stat : 16442 (java) S 16432 16435 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95641299 10916921344 6951 33554432000 4194304 4196468 140733879353552 140138844547056 140139353246338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16443] ppid=16432 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16443/stat : 16443 (java) S 16432 16435 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95641299 10916921344 6951 33554432000 4194304 4196468 140733879353552 140138843493280 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16444] ppid=16432 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16444/stat : 16444 (java) S 16432 16435 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95641300 10916921344 6951 33554432000 4194304 4196468 140733879353552 140138842440688 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16445] ppid=16432 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16445/stat : 16445 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916921344 6951 33554432000 4194304 4196468 140733879353552 140138841389264 140139353253787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16446] ppid=16432 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16446/stat : 16446 (java) R 16432 16435 15776 0 -1 1077944384 416 0 0 0 0 0 0 0 20 0 15 0 95641302 10916921344 6951 33554432000 4194304 4196468 140733879353552 140138840336880 140139353246338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16447] ppid=16432 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16447/stat : 16447 (java) R 16432 16435 15776 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 15 0 95641302 10916921344 6951 33554432000 4194304 4196468 140733879353552 140138839284336 140139338848337 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16448] ppid=16432 vsize=10661056 memory=139650093627008 CPUtime=0.02 cores=0,2,4,6
/proc/16435/task/16448/stat : 16448 (java) S 16432 16435 15776 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 95641302 10916921344 6951 33554432000 4194304 4196468 140733879353552 140138838231792 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16449] ppid=16432 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16449/stat : 16449 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916921344 6951 33554432000 4194304 4196468 140733879353552 140138837179488 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16450] ppid=16432 vsize=10661056 memory=139650093627008 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16450/stat : 16450 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641302 10916921344 6951 33554432000 4194304 4196468 140733879353552 140138836126000 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27804 KiB

[startup+0.210733 s]*
/proc/loadavg: 1.40 1.56 1.58 3/219 16450
/proc/meminfo: memFree=23503484/32770624 swapFree=67108860/67108860
[pid=16435] ppid=16432 vsize=10661056 memory=40536 CPUtime=0.33 cores=0,2,4,6
/proc/16435/stat : 16435 (java) S 16432 16435 15776 0 -1 1077944320 8175 0 0 0 31 2 0 0 20 0 15 0 95641296 10916921344 10134 33554432000 4194304 4196468 140733879353552 140733879336096 140139353235191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
/proc/16435/statm: 2665264 10134 2987 1 0 2627263 0
[pid=16435/tid=16437] ppid=16432 vsize=10661132 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/16435/task/16437/stat : 16437 (java) R 16432 16435 15776 0 -1 4202560 5225 0 0 0 19 1 0 0 20 0 15 0 95641297 10916999168 10134 33554432000 4194304 4196468 140733879353552 140139357467504 140139309870966 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16438] ppid=16432 vsize=10661132 memory=4211973376298417546 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16438/stat : 16438 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 10134 33554432000 4194304 4196468 140733879353552 140139289926416 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16439] ppid=16432 vsize=10661132 memory=139650093627008 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16439/stat : 16439 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 10134 33554432000 4194304 4196468 140733879353552 140139288873872 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16440] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16440/stat : 16440 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 10134 33554432000 4194304 4196468 140733879353552 140139287821328 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16441] ppid=16432 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16441/stat : 16441 (java) S 16432 16435 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 10134 33554432000 4194304 4196468 140733879353552 140139286768784 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16442] ppid=16432 vsize=10661132 memory=139650093627008 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16442/stat : 16442 (java) S 16432 16435 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 10134 33554432000 4194304 4196468 140733879353552 140138844547056 140139353246338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16443] ppid=16432 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16443/stat : 16443 (java) S 16432 16435 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 10134 33554432000 4194304 4196468 140733879353552 140138843493280 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16444] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16444/stat : 16444 (java) S 16432 16435 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95641300 10916999168 10134 33554432000 4194304 4196468 140733879353552 140138842440688 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16445] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16445/stat : 16445 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 10134 33554432000 4194304 4196468 140733879353552 140138841389264 140139353253787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16446] ppid=16432 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16435/task/16446/stat : 16446 (java) S 16432 16435 15776 0 -1 1077944384 491 0 0 0 2 0 0 0 20 0 15 0 95641302 10916999168 10134 33554432000 4194304 4196468 140733879353552 140138840336880 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16447] ppid=16432 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16435/task/16447/stat : 16447 (java) S 16432 16435 15776 0 -1 1077944384 406 0 0 0 2 0 0 0 20 0 15 0 95641302 10916999168 10134 33554432000 4194304 4196468 140733879353552 140138839284336 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16448] ppid=16432 vsize=10661132 memory=139650093627008 CPUtime=0.07 cores=0,2,4,6
/proc/16435/task/16448/stat : 16448 (java) S 16432 16435 15776 0 -1 1077944384 704 0 0 0 7 0 0 0 20 0 15 0 95641302 10916999168 10134 33554432000 4194304 4196468 140733879353552 140138838231792 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16449] ppid=16432 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16449/stat : 16449 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 10134 33554432000 4194304 4196468 140733879353552 140138837179488 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16450] ppid=16432 vsize=10661132 memory=139650093627008 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16450/stat : 16450 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 10134 33554432000 4194304 4196468 140733879353552 140138836126000 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40536 KiB

[startup+0.313586 s]*
/proc/loadavg: 1.40 1.56 1.58 4/219 16450
/proc/meminfo: memFree=23498832/32770624 swapFree=67108860/67108860
[pid=16435] ppid=16432 vsize=10661132 memory=46560 CPUtime=0.55 cores=0,2,4,6
/proc/16435/stat : 16435 (java) S 16432 16435 15776 0 -1 1077944320 8889 0 0 0 52 3 0 0 20 0 15 0 95641296 10916999168 11640 33554432000 4194304 4196468 140733879353552 140733879336096 140139353235191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
/proc/16435/statm: 2665283 11640 3032 1 0 2627263 0
[pid=16435/tid=16437] ppid=16432 vsize=10661132 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/16435/task/16437/stat : 16437 (java) R 16432 16435 15776 0 -1 4202560 5675 0 0 0 28 2 0 0 20 0 15 0 95641297 10916999168 11640 33554432000 4194304 4196468 140733879353552 140139357471456 140139338603776 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16438] ppid=16432 vsize=10661132 memory=4211973376298417546 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16438/stat : 16438 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 11640 33554432000 4194304 4196468 140733879353552 140139289926416 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16439] ppid=16432 vsize=10661132 memory=279300082952576 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16439/stat : 16439 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 11640 33554432000 4194304 4196468 140733879353552 140139288873872 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16440] ppid=16432 vsize=10661132 memory=279299978678784 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16440/stat : 16440 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 11640 33554432000 4194304 4196468 140733879353552 140139287821328 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16441] ppid=16432 vsize=10661132 memory=139649989325583 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16441/stat : 16441 (java) S 16432 16435 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 11640 33554432000 4194304 4196468 140733879353552 140139286768784 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16442] ppid=16432 vsize=10661132 memory=279300082961792 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16442/stat : 16442 (java) S 16432 16435 15776 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 11640 33554432000 4194304 4196468 140733879353552 140138844547056 140139353246338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16443] ppid=16432 vsize=10661132 memory=139649989330191 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16443/stat : 16443 (java) S 16432 16435 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 11640 33554432000 4194304 4196468 140733879353552 140138843493280 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16444] ppid=16432 vsize=10661132 memory=139649989348304 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16444/stat : 16444 (java) S 16432 16435 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95641300 10916999168 11640 33554432000 4194304 4196468 140733879353552 140138842440688 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16445] ppid=16432 vsize=10661132 memory=139649989350923 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16445/stat : 16445 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 11640 33554432000 4194304 4196468 140733879353552 140138841389264 140139353253787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16446] ppid=16432 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/16435/task/16446/stat : 16446 (java) S 16432 16435 15776 0 -1 1077944384 582 0 0 0 6 0 0 0 20 0 15 0 95641302 10916999168 11640 33554432000 4194304 4196468 140733879353552 140138840336880 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16447] ppid=16432 vsize=10661132 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/16435/task/16447/stat : 16447 (java) S 16432 16435 15776 0 -1 1077944384 429 0 0 0 3 0 0 0 20 0 15 0 95641302 10916999168 11640 33554432000 4194304 4196468 140733879353552 140138839284336 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16448] ppid=16432 vsize=10661132 memory=139650093627008 CPUtime=0.14 cores=0,2,4,6
/proc/16435/task/16448/stat : 16448 (java) R 16432 16435 15776 0 -1 4202560 835 0 0 0 14 0 0 0 20 0 15 0 95641302 10916999168 11640 33554432000 4194304 4196468 140733879353552 140138838231792 140139331603816 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16449] ppid=16432 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16449/stat : 16449 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 11640 33554432000 4194304 4196468 140733879353552 140138837179488 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16450] ppid=16432 vsize=10661132 memory=139650093654812 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16450/stat : 16450 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 11640 33554432000 4194304 4196468 140733879353552 140138836126000 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46560 KiB

[startup+0.7007 s]
/proc/loadavg: 1.40 1.56 1.58 5/219 16450
/proc/meminfo: memFree=23473216/32770624 swapFree=67108860/67108860
[pid=16435] ppid=16432 vsize=10661132 memory=95692 CPUtime=1.65 cores=0,2,4,6
/proc/16435/stat : 16435 (java) S 16432 16435 15776 0 -1 1077944320 14466 0 0 0 160 5 0 0 20 0 15 0 95641296 10916999168 23923 33554432000 4194304 4196468 140733879353552 140733879336096 140139353235191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
/proc/16435/statm: 2665283 23923 3092 1 0 2627263 0
[pid=16435/tid=16437] ppid=16432 vsize=10661132 memory=56 CPUtime=0.68 cores=0,2,4,6
/proc/16435/task/16437/stat : 16437 (java) R 16432 16435 15776 0 -1 4202560 5759 0 0 0 65 3 0 0 20 0 15 0 95641297 10916999168 23923 33554432000 4194304 4196468 140733879353552 140139357475728 140733880432578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16438] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16438/stat : 16438 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 23923 33554432000 4194304 4196468 140733879353552 140139289926416 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16439] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16439/stat : 16439 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 23923 33554432000 4194304 4196468 140733879353552 140139288873872 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16440] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16440/stat : 16440 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 23923 33554432000 4194304 4196468 140733879353552 140139287821328 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16441] ppid=16432 vsize=10661132 memory=8320808402719684661 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16441/stat : 16441 (java) S 16432 16435 15776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 23923 33554432000 4194304 4196468 140733879353552 140139286768784 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16442] ppid=16432 vsize=10661132 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16442/stat : 16442 (java) S 16432 16435 15776 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 23923 33554432000 4194304 4196468 140733879353552 140138844547056 140139353246338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16443] ppid=16432 vsize=10661132 memory=796 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16443/stat : 16443 (java) S 16432 16435 15776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 23923 33554432000 4194304 4196468 140733879353552 140138843493280 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16444] ppid=16432 vsize=10661132 memory=8452 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16444/stat : 16444 (java) S 16432 16435 15776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95641300 10916999168 23923 33554432000 4194304 4196468 140733879353552 140138842440688 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16445] ppid=16432 vsize=10661132 memory=5776 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16445/stat : 16445 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 23923 33554432000 4194304 4196468 140733879353552 140138841389264 140139353253787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16446] ppid=16432 vsize=10661132 memory=1200 CPUtime=0.37 cores=0,2,4,6
/proc/16435/task/16446/stat : 16446 (java) S 16432 16435 15776 0 -1 1077944384 3637 0 0 0 37 0 0 0 20 0 15 0 95641302 10916999168 23923 33554432000 4194304 4196468 140733879353552 140138840336880 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16447] ppid=16432 vsize=10661132 memory=12136 CPUtime=0.36 cores=0,2,4,6
/proc/16435/task/16447/stat : 16447 (java) S 16432 16435 15776 0 -1 1077944384 2329 0 0 0 36 0 0 0 20 0 15 0 95641302 10916999168 23923 33554432000 4194304 4196468 140733879353552 140138839284336 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16448] ppid=16432 vsize=10661132 memory=1008 CPUtime=0.2 cores=0,2,4,6
/proc/16435/task/16448/stat : 16448 (java) S 16432 16435 15776 0 -1 1077944384 1369 0 0 0 20 0 0 0 20 0 15 0 95641302 10916999168 23923 33554432000 4194304 4196468 140733879353552 140138838231792 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16449] ppid=16432 vsize=10661132 memory=4620 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16449/stat : 16449 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 23923 33554432000 4194304 4196468 140733879353552 140138837179488 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16450] ppid=16432 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16450/stat : 16450 (java) S 16432 16435 15776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 23923 33554432000 4194304 4196468 140733879353552 140138836126000 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 95692 KiB

[startup+1.50072 s]
/proc/loadavg: 1.40 1.56 1.58 4/219 16450
/proc/meminfo: memFree=23398908/32770624 swapFree=67108860/67108860
[pid=16435] ppid=16432 vsize=10661132 memory=193772 CPUtime=2.86 cores=0,2,4,6
/proc/16435/stat : 16435 (java) S 16432 16435 15776 0 -1 1077944320 16940 0 0 0 276 10 0 0 20 0 15 0 95641296 10916999168 48443 33554432000 4194304 4196468 140733879353552 140733879336096 140139353235191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
/proc/16435/statm: 2665283 48443 3120 1 0 2627263 0
[pid=16435/tid=16437] ppid=16432 vsize=10661132 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/16435/task/16437/stat : 16437 (java) R 16432 16435 15776 0 -1 4202560 6124 0 0 0 139 8 0 0 20 0 15 0 95641297 10916999168 48443 33554432000 4194304 4196468 140733879353552 140139357474688 140733880432578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16438] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16438/stat : 16438 (java) S 16432 16435 15776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 48443 33554432000 4194304 4196468 140733879353552 140139289926416 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16439] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16439/stat : 16439 (java) S 16432 16435 15776 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 48443 33554432000 4194304 4196468 140733879353552 140139288873872 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16440] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16440/stat : 16440 (java) S 16432 16435 15776 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 48443 33554432000 4194304 4196468 140733879353552 140139287821328 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16441] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16441/stat : 16441 (java) S 16432 16435 15776 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 95641298 10916999168 48443 33554432000 4194304 4196468 140733879353552 140139286768784 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16442] ppid=16432 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16442/stat : 16442 (java) S 16432 16435 15776 0 -1 1077944384 255 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 48443 33554432000 4194304 4196468 140733879353552 140138844547056 140139353246338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0

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

/proc/16435/task/16437/stat : 16437 (java) R 16432 16435 15776 0 -1 4202560 21529 0 0 0 226211 10740 0 0 20 0 15 0 95641297 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139357474752 140733880432578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16438] ppid=16432 vsize=10661132 memory=218408 CPUtime=4.42 cores=0,2,4,6
/proc/16435/task/16438/stat : 16438 (java) S 16432 16435 15776 0 -1 1077944384 2475 0 0 0 396 46 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139289926416 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16439] ppid=16432 vsize=10661132 memory=218408 CPUtime=4.44 cores=0,2,4,6
/proc/16435/task/16439/stat : 16439 (java) S 16432 16435 15776 0 -1 1077944384 2076 0 0 0 398 46 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139288873872 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16440] ppid=16432 vsize=10661132 memory=218408 CPUtime=4.44 cores=0,2,4,6
/proc/16435/task/16440/stat : 16440 (java) S 16432 16435 15776 0 -1 1077944384 3033 0 0 0 398 46 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139287821328 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16441] ppid=16432 vsize=10661132 memory=218408 CPUtime=4.45 cores=0,2,4,6
/proc/16435/task/16441/stat : 16441 (java) S 16432 16435 15776 0 -1 1077944384 2700 0 0 0 402 43 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139286768784 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16442] ppid=16432 vsize=10661132 memory=218408 CPUtime=5.68 cores=0,2,4,6
/proc/16435/task/16442/stat : 16442 (java) S 16432 16435 15776 0 -1 1077944384 5197 0 0 0 530 38 0 0 20 0 15 0 95641299 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138844547056 140139353246338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16443] ppid=16432 vsize=10661132 memory=218408 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16443/stat : 16443 (java) S 16432 16435 15776 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138843493280 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16444] ppid=16432 vsize=10661132 memory=218408 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16444/stat : 16444 (java) S 16432 16435 15776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95641300 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138842440688 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16445] ppid=16432 vsize=10661132 memory=218408 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16445/stat : 16445 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138841389264 140139353253787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16446] ppid=16432 vsize=10661132 memory=218408 CPUtime=0.64 cores=0,2,4,6
/proc/16435/task/16446/stat : 16446 (java) S 16432 16435 15776 0 -1 1077944384 5240 0 0 0 64 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138840336880 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16447] ppid=16432 vsize=10661132 memory=218408 CPUtime=0.57 cores=0,2,4,6
/proc/16435/task/16447/stat : 16447 (java) S 16432 16435 15776 0 -1 1077944384 3772 0 0 0 57 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138839284336 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16448] ppid=16432 vsize=10661132 memory=218408 CPUtime=0.23 cores=0,2,4,6
/proc/16435/task/16448/stat : 16448 (java) S 16432 16435 15776 0 -1 1077944384 2601 0 0 0 23 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138838231792 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16449] ppid=16432 vsize=10661132 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16449/stat : 16449 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138837179488 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16450] ppid=16432 vsize=10661132 memory=218408 CPUtime=1.19 cores=0,2,4,6
/proc/16435/task/16450/stat : 16450 (java) S 16432 16435 15776 0 -1 1077944384 1000 0 0 0 64 55 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138836126000 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
Current children cumulated CPU time: 2395.68 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 218408 KiB

[startup+2442.3 s]
/proc/loadavg: 1.14 1.35 1.39 3/219 16551
/proc/meminfo: memFree=23304428/32770624 swapFree=67108860/67108860
[pid=16435] ppid=16432 vsize=10661132 memory=218408 CPUtime=2455.99 cores=0,2,4,6
/proc/16435/stat : 16435 (java) S 16432 16435 15776 0 -1 1077944320 51984 0 0 0 234364 11235 0 0 20 0 15 0 95641296 10916999168 54602 33554432000 4194304 4196468 140733879353552 140733879336096 140139353235191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
/proc/16435/statm: 2665283 54602 3136 1 0 2627263 0
[pid=16435/tid=16437] ppid=16432 vsize=10661132 memory=218408 CPUtime=2429.18 cores=0,2,4,6
/proc/16435/task/16437/stat : 16437 (java) R 16432 16435 15776 0 -1 4202560 21976 0 0 0 231919 10999 0 0 20 0 15 0 95641297 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139357474416 140733880432578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16438] ppid=16432 vsize=10661132 memory=218408 CPUtime=4.54 cores=0,2,4,6
/proc/16435/task/16438/stat : 16438 (java) S 16432 16435 15776 0 -1 1077944384 2524 0 0 0 406 48 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139289926416 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16439] ppid=16432 vsize=10661132 memory=218408 CPUtime=4.55 cores=0,2,4,6
/proc/16435/task/16439/stat : 16439 (java) S 16432 16435 15776 0 -1 1077944384 2083 0 0 0 408 47 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139288873872 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16440] ppid=16432 vsize=10661132 memory=218408 CPUtime=4.55 cores=0,2,4,6
/proc/16435/task/16440/stat : 16440 (java) S 16432 16435 15776 0 -1 1077944384 3248 0 0 0 409 46 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139287821328 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16441] ppid=16432 vsize=10661132 memory=1692 CPUtime=4.57 cores=0,2,4,6
/proc/16435/task/16441/stat : 16441 (java) S 16432 16435 15776 0 -1 1077944384 2734 0 0 0 413 44 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139286768784 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16442] ppid=16432 vsize=10661132 memory=218408 CPUtime=5.83 cores=0,2,4,6
/proc/16435/task/16442/stat : 16442 (java) S 16432 16435 15776 0 -1 1077944384 5368 0 0 0 544 39 0 0 20 0 15 0 95641299 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138844547056 140139353246338 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16443] ppid=16432 vsize=10661132 memory=218408 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16443/stat : 16443 (java) S 16432 16435 15776 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138843493280 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16444] ppid=16432 vsize=10661132 memory=218408 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16444/stat : 16444 (java) S 16432 16435 15776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95641300 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138842440688 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16445] ppid=16432 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16445/stat : 16445 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138841389264 140139353253787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16446] ppid=16432 vsize=10661132 memory=218408 CPUtime=0.64 cores=0,2,4,6
/proc/16435/task/16446/stat : 16446 (java) S 16432 16435 15776 0 -1 1077944384 5242 0 0 0 64 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138840336880 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16447] ppid=16432 vsize=10661132 memory=1292 CPUtime=0.57 cores=0,2,4,6
/proc/16435/task/16447/stat : 16447 (java) S 16432 16435 15776 0 -1 1077944384 3774 0 0 0 57 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138839284336 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16448] ppid=16432 vsize=10661132 memory=218408 CPUtime=0.24 cores=0,2,4,6
/proc/16435/task/16448/stat : 16448 (java) S 16432 16435 15776 0 -1 1077944384 2603 0 0 0 24 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138838231792 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16449] ppid=16432 vsize=10661132 memory=218408 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16449/stat : 16449 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138837179488 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16450] ppid=16432 vsize=10661132 memory=1292 CPUtime=1.22 cores=0,2,4,6
/proc/16435/task/16450/stat : 16450 (java) S 16432 16435 15776 0 -1 1077944384 1014 0 0 0 66 56 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138836126000 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
Current children cumulated CPU time: 2455.99 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 218408 KiB

[startup+2502.3 s]
/proc/loadavg: 1.41 1.39 1.40 3/219 16629
/proc/meminfo: memFree=23301608/32770624 swapFree=67108860/67108860
[pid=16435] ppid=16432 vsize=10661132 memory=218408 CPUtime=2516.31 cores=0,2,4,6
/proc/16435/stat : 16435 (java) S 16432 16435 15776 0 -1 1077944320 52268 0 0 0 240121 11510 0 0 20 0 15 0 95641296 10916999168 54602 33554432000 4194304 4196468 140733879353552 140733879336096 140139353235191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
/proc/16435/statm: 2665283 54602 3136 1 0 2627263 0
[pid=16435/tid=16437] ppid=16432 vsize=10661132 memory=1948 CPUtime=2488.84 cores=0,2,4,6
/proc/16435/task/16437/stat : 16437 (java) R 16432 16435 15776 0 -1 4202560 22240 0 0 0 237616 11268 0 0 20 0 15 0 95641297 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139357474416 140733880432578 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16438] ppid=16432 vsize=10661132 memory=218408 CPUtime=4.66 cores=0,2,4,6
/proc/16435/task/16438/stat : 16438 (java) S 16432 16435 15776 0 -1 1077944384 2524 0 0 0 417 49 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139289926416 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16439] ppid=16432 vsize=10661132 memory=592 CPUtime=4.68 cores=0,2,4,6
/proc/16435/task/16439/stat : 16439 (java) S 16432 16435 15776 0 -1 1077944384 2094 0 0 0 419 49 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139288873872 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16440] ppid=16432 vsize=10661132 memory=218408 CPUtime=4.67 cores=0,2,4,6
/proc/16435/task/16440/stat : 16440 (java) S 16432 16435 15776 0 -1 1077944384 3248 0 0 0 420 47 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139287821328 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16441] ppid=16432 vsize=10661132 memory=218408 CPUtime=4.69 cores=0,2,4,6
/proc/16435/task/16441/stat : 16441 (java) S 16432 16435 15776 0 -1 1077944384 2734 0 0 0 424 45 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139286768784 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16442] ppid=16432 vsize=10661132 memory=218408 CPUtime=5.97 cores=0,2,4,6
/proc/16435/task/16442/stat : 16442 (java) S 16432 16435 15776 0 -1 1077944384 5373 0 0 0 557 40 0 0 20 0 15 0 95641299 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138844547056 140139353246338 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16443] ppid=16432 vsize=10661132 memory=218408 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16443/stat : 16443 (java) S 16432 16435 15776 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138843493280 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16444] ppid=16432 vsize=10661132 memory=218408 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16444/stat : 16444 (java) S 16432 16435 15776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95641300 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138842440688 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16445] ppid=16432 vsize=10661132 memory=218408 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16445/stat : 16445 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138841389264 140139353253787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16446] ppid=16432 vsize=10661132 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/16435/task/16446/stat : 16446 (java) S 16432 16435 15776 0 -1 1077944384 5242 0 0 0 64 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138840336880 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16447] ppid=16432 vsize=10661132 memory=279299980396016 CPUtime=0.57 cores=0,2,4,6
/proc/16435/task/16447/stat : 16447 (java) S 16432 16435 15776 0 -1 1077944384 3774 0 0 0 57 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138839284336 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16448] ppid=16432 vsize=10661132 memory=218408 CPUtime=0.24 cores=0,2,4,6
/proc/16435/task/16448/stat : 16448 (java) S 16432 16435 15776 0 -1 1077944384 2603 0 0 0 24 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138838231792 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16449] ppid=16432 vsize=10661132 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16449/stat : 16449 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138837179488 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16450] ppid=16432 vsize=10661132 memory=218408 CPUtime=1.25 cores=0,2,4,6
/proc/16435/task/16450/stat : 16450 (java) S 16432 16435 15776 0 -1 1077944384 1018 0 0 0 68 57 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138836126000 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
Current children cumulated CPU time: 2516.31 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 218408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506 s]*
/proc/loadavg: 1.38 1.38 1.40 3/219 16629
/proc/meminfo: memFree=23304028/32770624 swapFree=67108860/67108860
[pid=16435] ppid=16432 vsize=10661132 memory=218408 CPUtime=2520.03 cores=0,2,4,6
/proc/16435/stat : 16435 (java) S 16432 16435 15776 0 -1 1077944320 52284 0 0 0 240474 11529 0 0 20 0 15 0 95641296 10916999168 54602 33554432000 4194304 4196468 140733879353552 140733879336096 140139353235191 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
/proc/16435/statm: 2665283 54602 3136 1 0 2627263 0
[pid=16435/tid=16437] ppid=16432 vsize=10661132 memory=6791534058613427641 CPUtime=2492.53 cores=0,2,4,6
/proc/16435/task/16437/stat : 16437 (java) R 16432 16435 15776 0 -1 4202560 22256 0 0 0 237966 11287 0 0 20 0 15 0 95641297 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139357474832 140733880432578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16438] ppid=16432 vsize=10661132 memory=-7003737579269690708 CPUtime=4.67 cores=0,2,4,6
/proc/16435/task/16438/stat : 16438 (java) S 16432 16435 15776 0 -1 1077944384 2524 0 0 0 418 49 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139289926416 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16439] ppid=16432 vsize=10661132 memory=836 CPUtime=4.68 cores=0,2,4,6
/proc/16435/task/16439/stat : 16439 (java) S 16432 16435 15776 0 -1 1077944384 2094 0 0 0 419 49 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139288873872 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16440] ppid=16432 vsize=10661132 memory=1692 CPUtime=4.68 cores=0,2,4,6
/proc/16435/task/16440/stat : 16440 (java) S 16432 16435 15776 0 -1 1077944384 3248 0 0 0 421 47 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139287821328 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16441] ppid=16432 vsize=10661132 memory=912 CPUtime=4.69 cores=0,2,4,6
/proc/16435/task/16441/stat : 16441 (java) S 16432 16435 15776 0 -1 1077944384 2734 0 0 0 424 45 0 0 20 0 15 0 95641298 10916999168 54602 33554432000 4194304 4196468 140733879353552 140139286768784 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16442] ppid=16432 vsize=10661132 memory=3844 CPUtime=5.98 cores=0,2,4,6
/proc/16435/task/16442/stat : 16442 (java) S 16432 16435 15776 0 -1 1077944384 5373 0 0 0 558 40 0 0 20 0 15 0 95641299 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138844547056 140139353246338 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16443] ppid=16432 vsize=10661132 memory=2592 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16443/stat : 16443 (java) S 16432 16435 15776 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 95641299 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138843493280 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16444] ppid=16432 vsize=10661132 memory=2588 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16444/stat : 16444 (java) S 16432 16435 15776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 95641300 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138842440688 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16445] ppid=16432 vsize=10661132 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16445/stat : 16445 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138841389264 140139353253787 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16446] ppid=16432 vsize=10661132 memory=1408 CPUtime=0.64 cores=0,2,4,6
/proc/16435/task/16446/stat : 16446 (java) S 16432 16435 15776 0 -1 1077944384 5242 0 0 0 64 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138840336880 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16447] ppid=16432 vsize=10661132 memory=3272 CPUtime=0.57 cores=0,2,4,6
/proc/16435/task/16447/stat : 16447 (java) S 16432 16435 15776 0 -1 1077944384 3774 0 0 0 57 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138839284336 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16448] ppid=16432 vsize=10661132 memory=218408 CPUtime=0.24 cores=0,2,4,6
/proc/16435/task/16448/stat : 16448 (java) S 16432 16435 15776 0 -1 1077944384 2603 0 0 0 24 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138838231792 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16449] ppid=16432 vsize=10661132 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/16435/task/16449/stat : 16449 (java) S 16432 16435 15776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138837179488 140139353245397 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
[pid=16435/tid=16450] ppid=16432 vsize=10661132 memory=2764 CPUtime=1.25 cores=0,2,4,6
/proc/16435/task/16450/stat : 16450 (java) S 16432 16435 15776 0 -1 1077944384 1018 0 0 0 68 57 0 0 20 0 15 0 95641302 10916999168 54602 33554432000 4194304 4196468 140733879353552 140138836126000 140139353246338 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19488768 140733879358620 140733879358729 140733879358729 140733879361487 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 218408 KiB

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

[startup+2506.02 s]
# the end of solver process 16435 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2404.75 s, system=115.304 s

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

Child status: 143
Real time (s): 2506.02
CPU time (s): 2520.06
CPU user time (s): 2404.75
CPU system time (s): 115.304
CPU usage (%): 100.56
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 218408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2404.75
system time used= 115.304
maximum resident set size= 218844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52456
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 222626
involuntary context switches= 6974


# summary of solver processes directly reported to runsolver:
#   pid: 16435
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2404.75
#   total CPU system time (s): 115.304

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1143 second user time and 24.2863 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 14:26:21
IDJOB=4298808
IDBENCH=141236
IDSOLVER=2765
FILE ID=node132/4298808-1532780781
RUNJOBID= node132-1532775768-15807
PBS_JOBID= 21022466
Free space on /tmp= 52040 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-chnl10-11_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298808-1532780781/watcher-4298808-1532780781 -o /tmp/evaluation-result-4298808-1532780781/solver-4298808-1532780781 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532775768-15807 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298808-1532780781.xml --timelimit 2520

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

MD5SUM BENCH= 0cb6e3dc45605db1284c892a60e68314
RANDOM SEED=1262583761

node132.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.65
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.65
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.65
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.65
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:        23531544 kB
MemAvailable:   31767108 kB
Buffers:          204124 kB
Cached:          8237344 kB
SwapCached:            0 kB
Active:          2758336 kB
Inactive:        5901460 kB
Active(anon):     168508 kB
Inactive(anon):    77832 kB
Active(file):    2589828 kB
Inactive(file):  5823628 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1340 kB
Writeback:             0 kB
AnonPages:        246144 kB
Mapped:            54804 kB
Shmem:             25248 kB
Slab:             278340 kB
SReclaimable:     250568 kB
SUnreclaim:        27772 kB
KernelStack:        3856 kB
PageTables:         5768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1126328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52040 MiB
End job on node132 at 2018-07-28 15:08:07