Trace number 4300052

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
slowpoke 2018-04-29SAT (TO)643 2520.09 2513.21

General information on the benchmark

NameKnapsack/
Knapsack-70-300-00_c18.xml
MD5SUMd44f39e6a51fbfbb7edc85febdf9cbd2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1425
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":70}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":70}]
Minimum constraint arity70
Maximum constraint arity70
Distribution of constraint arities[{"arity":70,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.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.32/0.26	I had a sum
0.32/0.30	o 0
0.32/0.30	o 21
0.32/0.30	o 57
0.32/0.30	o 120
0.32/0.31	o 218
0.32/0.31	o 278
0.32/0.31	o 373
0.32/0.31	o 400
0.32/0.31	o 415
0.32/0.31	o 441
0.32/0.31	o 447
0.32/0.31	o 468
0.32/0.31	o 493
0.32/0.32	o 505
0.32/0.32	o 509
0.32/0.32	o 513
0.32/0.32	o 534
0.56/0.32	o 565
0.56/0.33	o 570
0.56/0.33	o 574
0.56/0.33	o 604
0.56/0.33	o 625
0.56/0.33	o 642
0.56/0.35	o 643
2520.06/2513.20	s SATISFIABLE
2520.06/2513.20	v <instantiation>
2520.06/2513.20	v 	<list>
2520.06/2513.20	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] 
2520.06/2513.20	v 	</list>
2520.06/2513.20	v 	<values>
2520.06/2513.20	v 		0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 1 1 
2520.06/2513.20	v 	</values>
2520.06/2513.20	v </instantiation>

Verifier Data

OK	643

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300052-1532839709/watcher-4300052-1532839709 -o /tmp/evaluation-result-4300052-1532839709/solver-4300052-1532839709 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532809628-10649 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300052-1532839709.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
solver pid=14553, runsolver pid=14550
Current StackSize limit: 8192 KiB


[startup+0.100165 s]*
/proc/loadavg: 1.14 1.21 1.31 3/219 14568
/proc/meminfo: memFree=27079916/32770624 swapFree=67108860/67108860
[pid=14553] ppid=14550 vsize=10661056 memory=29704 CPUtime=0.13 cores=0,2,4,6
/proc/14553/stat : 14553 (java) S 14550 14553 10618 0 -1 1077944320 5275 0 0 0 12 1 0 0 20 0 15 0 101534088 10916921344 7426 33554432000 4194304 4196468 140725442921264 140725442903808 140500839190263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
/proc/14553/statm: 2665264 7426 2844 1 0 2627263 0
[pid=14553/tid=14555] ppid=14550 vsize=10661056 memory=-8125511277465474428 CPUtime=0.09 cores=0,2,4,6
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 10618 0 -1 4202560 3134 0 0 0 9 0 0 0 20 0 15 0 101534089 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500843418752 140500825257949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14556] ppid=14550 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14556/stat : 14556 (java) S 14550 14553 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101534090 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500446141456 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14557] ppid=14550 vsize=10661056 memory=140414830937728 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14557/stat : 14557 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500445088912 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14558] ppid=14550 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14558/stat : 14558 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500444035856 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14559] ppid=14550 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14559/stat : 14559 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500442983312 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14560] ppid=14550 vsize=10661056 memory=140414830937728 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14560/stat : 14560 (java) S 14550 14553 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101534091 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500399032560 140500839201410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14561] ppid=14550 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14561/stat : 14561 (java) S 14550 14553 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101534091 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500397978784 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14562] ppid=14550 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14562/stat : 14562 (java) S 14550 14553 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101534092 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500396925680 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14563] ppid=14550 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14563/stat : 14563 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500395874256 140500839208859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14564] ppid=14550 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14564/stat : 14564 (java) R 14550 14553 10618 0 -1 4202560 450 0 0 0 0 0 0 0 20 0 15 0 101534094 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500394803288 140500824608208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14565] ppid=14550 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14565/stat : 14565 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500070820720 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14566] ppid=14550 vsize=10661056 memory=140414830937728 CPUtime=0.02 cores=0,2,4,6
/proc/14553/task/14566/stat : 14566 (java) R 14550 14553 10618 0 -1 4202560 345 0 0 0 2 0 0 0 20 0 15 0 101534094 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500069767664 140500839202198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14567] ppid=14550 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14567/stat : 14567 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916921344 7426 33554432000 4194304 4196468 140725442921264 140500068715360 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14568] ppid=14550 vsize=10661056 memory=140414830937728 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14568/stat : 14568 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534094 10916921344 7492 33554432000 4194304 4196468 140725442921264 140500067662384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 29704 KiB

[startup+0.210901 s]*
/proc/loadavg: 1.14 1.21 1.31 3/219 14568
/proc/meminfo: memFree=27067160/32770624 swapFree=67108860/67108860
[pid=14553] ppid=14550 vsize=10661132 memory=42388 CPUtime=0.32 cores=0,2,4,6
/proc/14553/stat : 14553 (java) S 14550 14553 10618 0 -1 1077944320 8159 0 0 0 30 2 0 0 20 0 15 0 101534088 10916999168 10597 33554432000 4194304 4196468 140725442921264 140725442903808 140500839190263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
/proc/14553/statm: 2665283 10597 2978 1 0 2627263 0
[pid=14553/tid=14555] ppid=14550 vsize=10661132 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 10618 0 -1 4202560 5249 0 0 0 19 1 0 0 20 0 15 0 101534089 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500843422576 140500839212189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14556] ppid=14550 vsize=10661132 memory=365 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14556/stat : 14556 (java) S 14550 14553 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500446141456 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14557] ppid=14550 vsize=10661132 memory=4123530232103863968 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14557/stat : 14557 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500445088912 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14558] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14558/stat : 14558 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500444035856 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14559] ppid=14550 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14559/stat : 14559 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500442983312 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14560] ppid=14550 vsize=10661132 memory=140414830937728 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14560/stat : 14560 (java) S 14550 14553 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500399032560 140500839201410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14561] ppid=14550 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14561/stat : 14561 (java) S 14550 14553 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500397978784 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14562] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14562/stat : 14562 (java) S 14550 14553 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101534092 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500396925680 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14563] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14563/stat : 14563 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500395874256 140500839208859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14564] ppid=14550 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14553/task/14564/stat : 14564 (java) S 14550 14553 10618 0 -1 1077944384 633 0 0 0 2 0 0 0 20 0 15 0 101534094 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500394822384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14565] ppid=14550 vsize=10661132 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/14553/task/14565/stat : 14565 (java) S 14550 14553 10618 0 -1 1077944384 110 0 0 0 2 0 0 0 20 0 15 0 101534094 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500070820720 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14566] ppid=14550 vsize=10661132 memory=140414830937728 CPUtime=0.07 cores=0,2,4,6
/proc/14553/task/14566/stat : 14566 (java) S 14550 14553 10618 0 -1 1077944384 802 0 0 0 7 0 0 0 20 0 15 0 101534094 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500069767664 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14567] ppid=14550 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14567/stat : 14567 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500068715360 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14568] ppid=14550 vsize=10661132 memory=140414830937728 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14568/stat : 14568 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 10597 33554432000 4194304 4196468 140725442921264 140500067662384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 42388 KiB

[startup+0.310861 s]*
/proc/loadavg: 1.14 1.21 1.31 7/219 14568
/proc/meminfo: memFree=27063608/32770624 swapFree=67108860/67108860
[pid=14553] ppid=14550 vsize=10661132 memory=46924 CPUtime=0.56 cores=0,2,4,6
/proc/14553/stat : 14553 (java) S 14550 14553 10618 0 -1 1077944320 8943 0 0 0 53 3 0 0 20 0 15 0 101534088 10916999168 11731 33554432000 4194304 4196468 140725442921264 140725442903808 140500839190263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
/proc/14553/statm: 2665283 11731 3070 1 0 2627263 0
[pid=14553/tid=14555] ppid=14550 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 10618 0 -1 4202560 5677 0 0 0 28 2 0 0 20 0 15 0 101534089 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500843429072 140725443442626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14556] ppid=14550 vsize=10661132 memory=304556161963917335 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14556/stat : 14556 (java) S 14550 14553 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500446141456 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14557] ppid=14550 vsize=10661132 memory=3473041560925537952 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14557/stat : 14557 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500445088912 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14558] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14558/stat : 14558 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500444035856 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14559] ppid=14550 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14559/stat : 14559 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500442983312 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14560] ppid=14550 vsize=10661132 memory=140414830937728 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14560/stat : 14560 (java) S 14550 14553 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500399032560 140500839201410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14561] ppid=14550 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14561/stat : 14561 (java) S 14550 14553 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500397978784 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14562] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14562/stat : 14562 (java) S 14550 14553 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101534092 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500396925680 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14563] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14563/stat : 14563 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500395874256 140500839208859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14564] ppid=14550 vsize=10661132 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/14553/task/14564/stat : 14564 (java) R 14550 14553 10618 0 -1 4202560 781 0 0 0 5 0 0 0 20 0 15 0 101534094 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500394812496 140500819052696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14565] ppid=14550 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/14553/task/14565/stat : 14565 (java) R 14550 14553 10618 0 -1 1077944384 205 0 0 0 5 0 0 0 20 0 15 0 101534094 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500070809520 140500839200469 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14566] ppid=14550 vsize=10661132 memory=140414830937728 CPUtime=0.14 cores=0,2,4,6
/proc/14553/task/14566/stat : 14566 (java) R 14550 14553 10618 0 -1 4202560 913 0 0 0 14 0 0 0 20 0 15 0 101534094 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500069767664 140500832287099 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14567] ppid=14550 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14567/stat : 14567 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500068715360 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14568] ppid=14550 vsize=10661132 memory=140414830937728 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14568/stat : 14568 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 11731 33554432000 4194304 4196468 140725442921264 140500067662384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46924 KiB

[startup+0.700682 s]
/proc/loadavg: 1.14 1.21 1.31 5/219 14568
/proc/meminfo: memFree=27046028/32770624 swapFree=67108860/67108860
[pid=14553] ppid=14550 vsize=10661132 memory=81464 CPUtime=1.52 cores=0,2,4,6
/proc/14553/stat : 14553 (java) S 14550 14553 10618 0 -1 1077944320 10934 0 0 0 147 5 0 0 20 0 15 0 101534088 10916999168 20366 33554432000 4194304 4196468 140725442921264 140725442903808 140500839190263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
/proc/14553/statm: 2665283 20366 3102 1 0 2627263 0
[pid=14553/tid=14555] ppid=14550 vsize=10661132 memory=17484 CPUtime=0.67 cores=0,2,4,6
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 10618 0 -1 4202560 5726 0 0 0 64 3 0 0 20 0 15 0 101534089 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500843427632 140725443442626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14556] ppid=14550 vsize=10661132 memory=18220 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14556/stat : 14556 (java) S 14550 14553 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500446141456 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14557] ppid=14550 vsize=10661132 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14557/stat : 14557 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500445088912 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14558] ppid=14550 vsize=10661132 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14558/stat : 14558 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500444035856 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14559] ppid=14550 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14559/stat : 14559 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500442983312 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14560] ppid=14550 vsize=10661132 memory=952 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14560/stat : 14560 (java) S 14550 14553 10618 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500399032560 140500839201410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14561] ppid=14550 vsize=10661132 memory=2376 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14561/stat : 14561 (java) S 14550 14553 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500397978784 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14562] ppid=14550 vsize=10661132 memory=1536 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14562/stat : 14562 (java) S 14550 14553 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101534092 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500396925680 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14563] ppid=14550 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14563/stat : 14563 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500395874256 140500839208859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14564] ppid=14550 vsize=10661132 memory=6081108994580113768 CPUtime=0.32 cores=0,2,4,6
/proc/14553/task/14564/stat : 14564 (java) S 14550 14553 10618 0 -1 1077944384 1657 0 0 0 32 0 0 0 20 0 15 0 101534094 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500394822384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14565] ppid=14550 vsize=10661132 memory=6154282490091891024 CPUtime=0.32 cores=0,2,4,6
/proc/14553/task/14565/stat : 14565 (java) S 14550 14553 10618 0 -1 1077944384 1101 0 0 0 32 0 0 0 20 0 15 0 101534094 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500070820720 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14566] ppid=14550 vsize=10661132 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/14553/task/14566/stat : 14566 (java) S 14550 14553 10618 0 -1 1077944384 1079 0 0 0 17 0 0 0 20 0 15 0 101534094 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500069767664 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14567] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14567/stat : 14567 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500068715360 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14568] ppid=14550 vsize=10661132 memory=4576 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14568/stat : 14568 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 20366 33554432000 4194304 4196468 140725442921264 140500067662384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 81464 KiB

[startup+1.50069 s]
/proc/loadavg: 1.14 1.21 1.31 3/219 14568
/proc/meminfo: memFree=26997168/32770624 swapFree=67108860/67108860
[pid=14553] ppid=14550 vsize=10661132 memory=163680 CPUtime=2.45 cores=0,2,4,6
/proc/14553/stat : 14553 (java) S 14550 14553 10618 0 -1 1077944320 11538 0 0 0 234 11 0 0 20 0 15 0 101534088 10916999168 40920 33554432000 4194304 4196468 140725442921264 140725442903808 140500839190263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
/proc/14553/statm: 2665283 40920 3107 1 0 2627263 0
[pid=14553/tid=14555] ppid=14550 vsize=10661132 memory=143200 CPUtime=1.47 cores=0,2,4,6
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 10618 0 -1 4202560 5805 0 0 0 138 9 0 0 20 0 15 0 101534089 10916999168 40920 33554432000 4194304 4196468 140725442921264 140500843429184 140725443442626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14556] ppid=14550 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14556/stat : 14556 (java) S 14550 14553 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 40920 33554432000 4194304 4196468 140725442921264 140500446141456 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14557] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14557/stat : 14557 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 40920 33554432000 4194304 4196468 140725442921264 140500445088912 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14558] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14558/stat : 14558 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 40920 33554432000 4194304 4196468 140725442921264 140500444035856 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14559] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14559/stat : 14559 (java) S 14550 14553 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101534090 10916999168 40920 33554432000 4194304 4196468 140725442921264 140500442983312 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14560] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14560/stat : 14560 (java) S 14550 14553 10618 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 40920 33554432000 4194304 4196468 140725442921264 140500399032560 140500839201410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0

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

/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 10618 0 -1 4202560 16343 0 0 0 225338 12123 0 0 20 0 15 0 101534089 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500843431312 140725443442626 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14556] ppid=14550 vsize=10661132 memory=190784 CPUtime=2.21 cores=0,2,4,6
/proc/14553/task/14556/stat : 14556 (java) S 14550 14553 10618 0 -1 1077944384 1602 0 0 0 192 29 0 0 20 0 15 0 101534090 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500446141456 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14557] ppid=14550 vsize=10661132 memory=190784 CPUtime=2.26 cores=0,2,4,6
/proc/14553/task/14557/stat : 14557 (java) S 14550 14553 10618 0 -1 1077944384 1639 0 0 0 198 28 0 0 20 0 15 0 101534090 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500445088912 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14558] ppid=14550 vsize=10661132 memory=222 CPUtime=2.24 cores=0,2,4,6
/proc/14553/task/14558/stat : 14558 (java) S 14550 14553 10618 0 -1 1077944384 1951 0 0 0 195 29 0 0 20 0 15 0 101534090 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500444035856 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14559] ppid=14550 vsize=10661132 memory=190784 CPUtime=2.27 cores=0,2,4,6
/proc/14553/task/14559/stat : 14559 (java) S 14550 14553 10618 0 -1 1077944384 2052 0 0 0 201 26 0 0 20 0 15 0 101534090 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500442983312 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14560] ppid=14550 vsize=10661132 memory=190784 CPUtime=3.35 cores=0,2,4,6
/proc/14553/task/14560/stat : 14560 (java) S 14550 14553 10618 0 -1 1077944384 4059 0 0 0 313 22 0 0 20 0 15 0 101534091 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500399032560 140500839201410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14561] ppid=14550 vsize=10661132 memory=2376 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14561/stat : 14561 (java) S 14550 14553 10618 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500397978784 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14562] ppid=14550 vsize=10661132 memory=190784 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14562/stat : 14562 (java) S 14550 14553 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101534092 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500396925680 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14563] ppid=14550 vsize=10661132 memory=4049217535288732197 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14563/stat : 14563 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500395874256 140500839208859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14564] ppid=14550 vsize=10661132 memory=190784 CPUtime=0.42 cores=0,2,4,6
/proc/14553/task/14564/stat : 14564 (java) S 14550 14553 10618 0 -1 1077944384 3619 0 0 0 42 0 0 0 20 0 15 0 101534094 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500394822384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14565] ppid=14550 vsize=10661132 memory=190784 CPUtime=0.41 cores=0,2,4,6
/proc/14553/task/14565/stat : 14565 (java) S 14550 14553 10618 0 -1 1077944384 1442 0 0 0 41 0 0 0 20 0 15 0 101534094 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500070820720 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14566] ppid=14550 vsize=10661132 memory=223 CPUtime=0.21 cores=0,2,4,6
/proc/14553/task/14566/stat : 14566 (java) S 14550 14553 10618 0 -1 1077944384 2263 0 0 0 20 1 0 0 20 0 15 0 101534094 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500069767664 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14567] ppid=14550 vsize=10661132 memory=328 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14567/stat : 14567 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500068715360 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14568] ppid=14550 vsize=10661132 memory=190784 CPUtime=0.76 cores=0,2,4,6
/proc/14553/task/14568/stat : 14568 (java) S 14550 14553 10618 0 -1 1077944384 587 0 0 0 35 41 0 0 20 0 15 0 101534094 10916999168 47696 33554432000 4194304 4196468 140725442921264 140500067662384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
Current children cumulated CPU time: 2388.85 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 190784 KiB

[startup+2442.3 s]
/proc/loadavg: 1.50 1.42 1.41 3/219 14748
/proc/meminfo: memFree=26918128/32770624 swapFree=67108860/67108860
[pid=14553] ppid=14550 vsize=10661132 memory=191844 CPUtime=2449 cores=0,2,4,6
/proc/14553/stat : 14553 (java) S 14550 14553 10618 0 -1 1077944320 37390 0 0 0 232320 12580 0 0 20 0 15 0 101534088 10916999168 47961 33554432000 4194304 4196468 140725442921264 140725442903808 140500839190263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
/proc/14553/statm: 2665283 47961 3141 1 0 2627263 0
[pid=14553/tid=14555] ppid=14550 vsize=10661132 memory=191844 CPUtime=2434.41 cores=0,2,4,6
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 10618 0 -1 4202560 16548 0 0 0 231007 12434 0 0 20 0 15 0 101534089 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500843429696 140725443442626 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14556] ppid=14550 vsize=10661132 memory=191844 CPUtime=2.26 cores=0,2,4,6
/proc/14553/task/14556/stat : 14556 (java) S 14550 14553 10618 0 -1 1077944384 1805 0 0 0 197 29 0 0 20 0 15 0 101534090 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500446141456 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14557] ppid=14550 vsize=10661132 memory=191844 CPUtime=2.33 cores=0,2,4,6
/proc/14553/task/14557/stat : 14557 (java) S 14550 14553 10618 0 -1 1077944384 1649 0 0 0 204 29 0 0 20 0 15 0 101534090 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500445088912 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14558] ppid=14550 vsize=10661132 memory=191844 CPUtime=2.31 cores=0,2,4,6
/proc/14553/task/14558/stat : 14558 (java) S 14550 14553 10618 0 -1 1077944384 1976 0 0 0 201 30 0 0 20 0 15 0 101534090 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500444035856 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14559] ppid=14550 vsize=10661132 memory=191844 CPUtime=2.34 cores=0,2,4,6
/proc/14553/task/14559/stat : 14559 (java) S 14550 14553 10618 0 -1 1077944384 2057 0 0 0 207 27 0 0 20 0 15 0 101534090 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500442983312 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14560] ppid=14550 vsize=10661132 memory=191844 CPUtime=3.44 cores=0,2,4,6
/proc/14553/task/14560/stat : 14560 (java) S 14550 14553 10618 0 -1 1077944384 4073 0 0 0 321 23 0 0 20 0 15 0 101534091 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500399032560 140500839201410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14561] ppid=14550 vsize=10661132 memory=222 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14561/stat : 14561 (java) S 14550 14553 10618 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500397978784 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14562] ppid=14550 vsize=10661132 memory=191844 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14562/stat : 14562 (java) S 14550 14553 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101534092 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500396925680 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14563] ppid=14550 vsize=10661132 memory=4576 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14563/stat : 14563 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500395874256 140500839208859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14564] ppid=14550 vsize=10661132 memory=191844 CPUtime=0.42 cores=0,2,4,6
/proc/14553/task/14564/stat : 14564 (java) S 14550 14553 10618 0 -1 1077944384 3619 0 0 0 42 0 0 0 20 0 15 0 101534094 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500394822384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14565] ppid=14550 vsize=10661132 memory=191844 CPUtime=0.41 cores=0,2,4,6
/proc/14553/task/14565/stat : 14565 (java) S 14550 14553 10618 0 -1 1077944384 1444 0 0 0 41 0 0 0 20 0 15 0 101534094 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500070820720 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14566] ppid=14550 vsize=10661132 memory=191844 CPUtime=0.21 cores=0,2,4,6
/proc/14553/task/14566/stat : 14566 (java) S 14550 14553 10618 0 -1 1077944384 2265 0 0 0 20 1 0 0 20 0 15 0 101534094 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500069767664 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14567] ppid=14550 vsize=10661132 memory=191844 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14567/stat : 14567 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500068715360 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14568] ppid=14550 vsize=10661132 memory=3560 CPUtime=0.78 cores=0,2,4,6
/proc/14553/task/14568/stat : 14568 (java) S 14550 14553 10618 0 -1 1077944384 593 0 0 0 35 43 0 0 20 0 15 0 101534094 10916999168 47961 33554432000 4194304 4196468 140725442921264 140500067662384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
Current children cumulated CPU time: 2449 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 191844 KiB

[startup+2502.3 s]
/proc/loadavg: 1.32 1.39 1.40 3/220 14757
/proc/meminfo: memFree=26922220/32770624 swapFree=67108860/67108860
[pid=14553] ppid=14550 vsize=10661132 memory=191992 CPUtime=2509.15 cores=0,2,4,6
/proc/14553/stat : 14553 (java) S 14550 14553 10618 0 -1 1077944320 37884 0 0 0 238026 12889 0 0 20 0 15 0 101534088 10916999168 47998 33554432000 4194304 4196468 140725442921264 140725442903808 140500839190263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
/proc/14553/statm: 2665283 47998 3141 1 0 2627263 0
[pid=14553/tid=14555] ppid=14550 vsize=10661132 memory=191992 CPUtime=2494.23 cores=0,2,4,6
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 10618 0 -1 4202560 16846 0 0 0 236682 12741 0 0 20 0 15 0 101534089 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500843430192 140725443442626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14556] ppid=14550 vsize=10661132 memory=191992 CPUtime=2.32 cores=0,2,4,6
/proc/14553/task/14556/stat : 14556 (java) S 14550 14553 10618 0 -1 1077944384 1808 0 0 0 202 30 0 0 20 0 15 0 101534090 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500446141456 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14557] ppid=14550 vsize=10661132 memory=29320 CPUtime=2.38 cores=0,2,4,6
/proc/14553/task/14557/stat : 14557 (java) S 14550 14553 10618 0 -1 1077944384 1661 0 0 0 209 29 0 0 20 0 15 0 101534090 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500445088912 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14558] ppid=14550 vsize=10661132 memory=191992 CPUtime=2.36 cores=0,2,4,6
/proc/14553/task/14558/stat : 14558 (java) S 14550 14553 10618 0 -1 1077944384 1978 0 0 0 206 30 0 0 20 0 15 0 101534090 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500444035856 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14559] ppid=14550 vsize=10661132 memory=191992 CPUtime=2.39 cores=0,2,4,6
/proc/14553/task/14559/stat : 14559 (java) S 14550 14553 10618 0 -1 1077944384 2065 0 0 0 212 27 0 0 20 0 15 0 101534090 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500442983312 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14560] ppid=14550 vsize=10661132 memory=191992 CPUtime=3.52 cores=0,2,4,6
/proc/14553/task/14560/stat : 14560 (java) S 14550 14553 10618 0 -1 1077944384 4228 0 0 0 329 23 0 0 20 0 15 0 101534091 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500399032560 140500839201410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14561] ppid=14550 vsize=10661132 memory=191992 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14561/stat : 14561 (java) S 14550 14553 10618 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500397978784 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14562] ppid=14550 vsize=10661132 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14562/stat : 14562 (java) S 14550 14553 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101534092 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500396925680 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14563] ppid=14550 vsize=10661132 memory=191992 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14563/stat : 14563 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500395874256 140500839208859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14564] ppid=14550 vsize=10661132 memory=191992 CPUtime=0.42 cores=0,2,4,6
/proc/14553/task/14564/stat : 14564 (java) S 14550 14553 10618 0 -1 1077944384 3621 0 0 0 42 0 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500394822384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14565] ppid=14550 vsize=10661132 memory=191992 CPUtime=0.41 cores=0,2,4,6
/proc/14553/task/14565/stat : 14565 (java) S 14550 14553 10618 0 -1 1077944384 1444 0 0 0 41 0 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500070820720 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14566] ppid=14550 vsize=10661132 memory=191992 CPUtime=0.21 cores=0,2,4,6
/proc/14553/task/14566/stat : 14566 (java) S 14550 14553 10618 0 -1 1077944384 2265 0 0 0 20 1 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500069767664 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14567] ppid=14550 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14567/stat : 14567 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500068715360 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14568] ppid=14550 vsize=10661132 memory=2376 CPUtime=0.8 cores=0,2,4,6
/proc/14553/task/14568/stat : 14568 (java) S 14550 14553 10618 0 -1 1077944384 607 0 0 0 36 44 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500067662384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
Current children cumulated CPU time: 2509.15 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 191992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.2 s]
/proc/loadavg: 1.41 1.40 1.40 3/220 14757
/proc/meminfo: memFree=26922308/32770624 swapFree=67108860/67108860
[pid=14553] ppid=14550 vsize=10661132 memory=191992 CPUtime=2520.06 cores=0,2,4,6
/proc/14553/stat : 14553 (java) S 14550 14553 10618 0 -1 1077944320 37914 0 0 0 239063 12943 0 0 20 0 15 0 101534088 10916999168 47998 33554432000 4194304 4196468 140725442921264 140725442903808 140500839190263 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
/proc/14553/statm: 2665283 47998 3141 1 0 2627263 0
[pid=14553/tid=14555] ppid=14550 vsize=10661132 memory=18220 CPUtime=2505.1 cores=0,2,4,6
/proc/14553/task/14555/stat : 14555 (java) R 14550 14553 10618 0 -1 4202560 16874 0 0 0 237715 12795 0 0 20 0 15 0 101534089 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500843429712 140725443442626 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14556] ppid=14550 vsize=10661132 memory=1788 CPUtime=2.33 cores=0,2,4,6
/proc/14553/task/14556/stat : 14556 (java) S 14550 14553 10618 0 -1 1077944384 1810 0 0 0 203 30 0 0 20 0 15 0 101534090 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500446141456 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14557] ppid=14550 vsize=10661132 memory=6791534058613427641 CPUtime=2.39 cores=0,2,4,6
/proc/14553/task/14557/stat : 14557 (java) S 14550 14553 10618 0 -1 1077944384 1661 0 0 0 210 29 0 0 20 0 15 0 101534090 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500445088912 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14558] ppid=14550 vsize=10661132 memory=8292088564187963537 CPUtime=2.37 cores=0,2,4,6
/proc/14553/task/14558/stat : 14558 (java) S 14550 14553 10618 0 -1 1077944384 1978 0 0 0 207 30 0 0 20 0 15 0 101534090 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500444035856 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14559] ppid=14550 vsize=10661132 memory=6944656592455360604 CPUtime=2.4 cores=0,2,4,6
/proc/14553/task/14559/stat : 14559 (java) S 14550 14553 10618 0 -1 1077944384 2065 0 0 0 213 27 0 0 20 0 15 0 101534090 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500442983312 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14560] ppid=14550 vsize=10661132 memory=6082229375756037475 CPUtime=3.53 cores=0,2,4,6
/proc/14553/task/14560/stat : 14560 (java) S 14550 14553 10618 0 -1 1077944384 4228 0 0 0 330 23 0 0 20 0 15 0 101534091 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500399032560 140500839201410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14561] ppid=14550 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14561/stat : 14561 (java) S 14550 14553 10618 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101534091 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500397978784 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14562] ppid=14550 vsize=10661132 memory=1399103955520229747 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14562/stat : 14562 (java) S 14550 14553 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101534092 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500396925680 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14563] ppid=14550 vsize=10661132 memory=8305307729386299488 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14563/stat : 14563 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500395874256 140500839208859 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14564] ppid=14550 vsize=10661132 memory=7734478714547759697 CPUtime=0.42 cores=0,2,4,6
/proc/14553/task/14564/stat : 14564 (java) S 14550 14553 10618 0 -1 1077944384 3621 0 0 0 42 0 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500394822384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14565] ppid=14550 vsize=10661132 memory=3472464312067647472 CPUtime=0.41 cores=0,2,4,6
/proc/14553/task/14565/stat : 14565 (java) S 14550 14553 10618 0 -1 1077944384 1444 0 0 0 41 0 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500070820720 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14566] ppid=14550 vsize=10661132 memory=468 CPUtime=0.21 cores=0,2,4,6
/proc/14553/task/14566/stat : 14566 (java) S 14550 14553 10618 0 -1 1077944384 2265 0 0 0 20 1 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500069767664 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14567] ppid=14550 vsize=10661132 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/14553/task/14567/stat : 14567 (java) S 14550 14553 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500068715360 140500839200469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
[pid=14553/tid=14568] ppid=14550 vsize=10661132 memory=792 CPUtime=0.8 cores=0,2,4,6
/proc/14553/task/14568/stat : 14568 (java) S 14550 14553 10618 0 -1 1077944384 607 0 0 0 36 44 0 0 20 0 15 0 101534094 10916999168 47998 33554432000 4194304 4196468 140725442921264 140500067662384 140500839201410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29962240 140725442925724 140725442925833 140725442925833 140725442928591 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 191992 KiB

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

[startup+2513.21 s]
# the end of solver process 14553 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2390.65 s, system=129.441 s

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

Child status: 143
Real time (s): 2513.21
CPU time (s): 2520.09
CPU user time (s): 2390.65
CPU system time (s): 129.441
CPU usage (%): 100.274
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 191992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.65
system time used= 129.441
maximum resident set size= 192580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38168
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154867
involuntary context switches= 6514


# summary of solver processes directly reported to runsolver:
#   pid: 14553
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2390.65
#   total CPU system time (s): 129.441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6366 second user time and 22.6141 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-29 06:48:29
IDJOB=4300052
IDBENCH=141535
IDSOLVER=2765
FILE ID=node135/4300052-1532839709
RUNJOBID= node135-1532809628-10649
PBS_JOBID= 21022479
Free space on /tmp= 48364 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Knapsack/Knapsack-70-300-00_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300052-1532839709/watcher-4300052-1532839709 -o /tmp/evaluation-result-4300052-1532839709/solver-4300052-1532839709 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532809628-10649 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300052-1532839709.xml --timelimit 2520

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

MD5SUM BENCH= d44f39e6a51fbfbb7edc85febdf9cbd2
RANDOM SEED=837541872

node135.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.50
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.50
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.50
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.50
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:        27097004 kB
MemAvailable:   31752900 kB
Buffers:          208632 kB
Cached:          4679628 kB
SwapCached:            0 kB
Active:          1845860 kB
Inactive:        3274460 kB
Active(anon):     182968 kB
Inactive(anon):    76928 kB
Active(file):    1662892 kB
Inactive(file):  3197532 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1252 kB
Writeback:            16 kB
AnonPages:        238596 kB
Mapped:            55100 kB
Shmem:             25248 kB
Slab:             250932 kB
SReclaimable:     222616 kB
SUnreclaim:        28316 kB
KernelStack:        3584 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1135600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48364 MiB
End job on node135 at 2018-07-29 07:30:23