Trace number 4298658

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)24 2520.06 2507.21

General information on the benchmark

NameSumColoring/
SumColoring-1-fullins-3_c18.xml
MD5SUM7c95366121fdff59751822ead1677482
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark24
Best CPU time to get the best result obtained on this benchmark0.513896
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints100
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":30}]
Minimum variable degree5
Maximum variable degree12
Distribution of variable degrees[{"degree":5,"count":4},{"degree":6,"count":6},{"degree":7,"count":7},{"degree":8,"count":4},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":12,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":100}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100}]
Optimization problemYES
Type of objectivemin 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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.55/0.37	o 39
0.55/0.38	o 37
2.46/1.11	o 36
2.46/1.11	o 35
2.67/1.33	o 34
2.67/1.33	o 33
2.67/1.33	o 32
2.67/1.33	o 31
2.67/1.33	o 28
2.91/1.51	o 27
4.61/2.98	o 26
4.61/3.00	o 25
7.37/5.59	o 24
2520.04/2507.20	s SATISFIABLE
2520.04/2507.20	v <instantiation>
2520.04/2507.20	v 	<list>
2520.04/2507.20	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] 
2520.04/2507.20	v 	</list>
2520.04/2507.20	v 	<values>
2520.04/2507.20	v 		2 0 2 3 0 0 2 0 3 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 2 0 1 
2520.04/2507.20	v 	</values>
2520.04/2507.20	v </instantiation>

Verifier Data

OK	24

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298658-1532770352/watcher-4298658-1532770352 -o /tmp/evaluation-result-4298658-1532770352/solver-4298658-1532770352 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2005 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4298658-1532770352.xml --timelimit 2520 

running on 4 cores: 1,3,5,7

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

solver pid=5816, runsolver pid=5813

[startup+0.100174 s]*
/proc/loadavg: 1.31 1.30 1.38 3/215 5831
/proc/meminfo: memFree=28015772/32770624 swapFree=67108792/67108860
[pid=5816] ppid=5813 vsize=10661056 memory=27696 CPUtime=0.12 cores=1,3,5,7
/proc/5816/stat : 5816 (java) S 5813 5816 1972 0 -1 1077944320 5275 0 0 0 12 0 0 0 20 0 15 0 94598433 10916921344 6924 33554432000 4194304 4196468 140722313219088 140722313201632 139852884561655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
/proc/5816/statm: 2665264 6924 2869 1 0 2627263 0
[pid=5816/tid=5818] ppid=5813 vsize=10661056 memory=-8535548841751835840 CPUtime=0.09 cores=1,3,5,7
/proc/5816/task/5818/stat : 5818 (java) R 5813 5816 1972 0 -1 4202560 3141 0 0 0 9 0 0 0 20 0 15 0 94598433 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852888792544 139852473583415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5819] ppid=5813 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5819/stat : 5819 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852810636432 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5820] ppid=5813 vsize=10661056 memory=140191324939904 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5820/stat : 5820 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852809583632 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5821] ppid=5813 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5821/stat : 5821 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852808530832 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5822] ppid=5813 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5822/stat : 5822 (java) S 5813 5816 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94598434 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852807478032 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5823] ppid=5813 vsize=10661056 memory=140191324939904 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5823/stat : 5823 (java) S 5813 5816 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94598436 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852375857520 139852884572802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5824] ppid=5813 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5824/stat : 5824 (java) S 5813 5816 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94598436 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852374803488 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5825] ppid=5813 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5825/stat : 5825 (java) S 5813 5816 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94598436 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852373750640 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5826] ppid=5813 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5826/stat : 5826 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598438 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852372698960 139852884580251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5827] ppid=5813 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5827/stat : 5827 (java) R 5813 5816 1972 0 -1 4202560 316 0 0 0 0 0 0 0 20 0 15 0 94598439 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852371647344 139852869979600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5828] ppid=5813 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5828/stat : 5828 (java) R 5813 5816 1972 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 94598439 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852370594544 139852884572802 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5829] ppid=5813 vsize=10661056 memory=140191324939904 CPUtime=0.01 cores=1,3,5,7
/proc/5816/task/5829/stat : 5829 (java) R 5813 5816 1972 0 -1 4202560 342 0 0 0 1 0 0 0 20 0 15 0 94598439 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852369541744 139852862583938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5830] ppid=5813 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5830/stat : 5830 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598439 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852368489184 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5831] ppid=5813 vsize=10661056 memory=140191324939904 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5831/stat : 5831 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598439 10916921344 6924 33554432000 4194304 4196468 140722313219088 139852367436464 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27696 KiB

[startup+0.210491 s]*
/proc/loadavg: 1.31 1.30 1.38 4/215 5831
/proc/meminfo: memFree=28003988/32770624 swapFree=67108792/67108860
[pid=5816] ppid=5813 vsize=10661056 memory=40716 CPUtime=0.34 cores=1,3,5,7
/proc/5816/stat : 5816 (java) S 5813 5816 1972 0 -1 1077944320 8202 0 0 0 32 2 0 0 20 0 15 0 94598433 10916921344 10179 33554432000 4194304 4196468 140722313219088 140722313201632 139852884561655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
/proc/5816/statm: 2665264 10179 2984 1 0 2627263 0
[pid=5816/tid=5818] ppid=5813 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5816/task/5818/stat : 5818 (java) D 5813 5816 1972 0 -1 1077944384 5202 0 0 0 19 1 0 0 20 0 15 0 94598433 10916921344 10179 33554432000 4194304 4196468 140722313219088 139852888793968 139852884585533 0 4 0 16800975 18446744072101727780 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5819] ppid=5813 vsize=10661056 memory=343 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5819/stat : 5819 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916921344 10179 33554432000 4194304 4196468 140722313219088 139852810636432 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5820] ppid=5813 vsize=10661056 memory=140191325428100 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5820/stat : 5820 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916921344 10179 33554432000 4194304 4196468 140722313219088 139852809583632 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5821] ppid=5813 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5821/stat : 5821 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916921344 10179 33554432000 4194304 4196468 140722313219088 139852808530832 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5822] ppid=5813 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5822/stat : 5822 (java) S 5813 5816 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 10179 33554432000 4194304 4196468 140722313219088 139852807478032 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5823] ppid=5813 vsize=10661132 memory=140191324939904 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5823/stat : 5823 (java) S 5813 5816 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 10179 33554432000 4194304 4196468 140722313219088 139852375857520 139852884572802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5824] ppid=5813 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5824/stat : 5824 (java) S 5813 5816 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 10179 33554432000 4194304 4196468 140722313219088 139852374803488 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5825] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5825/stat : 5825 (java) S 5813 5816 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 10179 33554432000 4194304 4196468 140722313219088 139852373750640 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5826] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5826/stat : 5826 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598438 10916999168 10179 33554432000 4194304 4196468 140722313219088 139852372698960 139852884580251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5827] ppid=5813 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/5816/task/5827/stat : 5827 (java) S 5813 5816 1972 0 -1 1077944384 554 0 0 0 3 0 0 0 20 0 15 0 94598439 10916999168 10179 33554432000 4194304 4196468 140722313219088 139852371647344 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5828] ppid=5813 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5828/stat : 5828 (java) S 5813 5816 1972 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 10179 33554432000 4194304 4196468 140722313219088 139852370594544 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5829] ppid=5813 vsize=10661132 memory=140191324939904 CPUtime=0.08 cores=1,3,5,7
/proc/5816/task/5829/stat : 5829 (java) S 5813 5816 1972 0 -1 1077944384 946 0 0 0 8 0 0 0 20 0 15 0 94598439 10916999168 10179 33554432000 4194304 4196468 140722313219088 139852369541744 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5830] ppid=5813 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5830/stat : 5830 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 10179 33554432000 4194304 4196468 140722313219088 139852368489184 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5831] ppid=5813 vsize=10661132 memory=140191324939904 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5831/stat : 5831 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 10179 33554432000 4194304 4196468 140722313219088 139852367436464 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40716 KiB

[startup+0.310922 s]*
/proc/loadavg: 1.31 1.30 1.38 4/215 5831
/proc/meminfo: memFree=27998592/32770624 swapFree=67108792/67108860
[pid=5816] ppid=5813 vsize=10661132 memory=46840 CPUtime=0.55 cores=1,3,5,7
/proc/5816/stat : 5816 (java) S 5813 5816 1972 0 -1 1077944320 8959 0 0 0 53 2 0 0 20 0 15 0 94598433 10916999168 11710 33554432000 4194304 4196468 140722313219088 140722313201632 139852884561655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
/proc/5816/statm: 2665283 11710 3025 1 0 2627263 0
[pid=5816/tid=5818] ppid=5813 vsize=10661132 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/5816/task/5818/stat : 5818 (java) R 5813 5816 1972 0 -1 4202560 5675 0 0 0 28 1 0 0 20 0 15 0 94598433 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852888799088 139852884573590 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5819] ppid=5813 vsize=10661132 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5819/stat : 5819 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852810636432 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5820] ppid=5813 vsize=10661132 memory=140191325418622 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5820/stat : 5820 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852809583632 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5821] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5821/stat : 5821 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852808530832 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5822] ppid=5813 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5822/stat : 5822 (java) S 5813 5816 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852807478032 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5823] ppid=5813 vsize=10661132 memory=140191324939904 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5823/stat : 5823 (java) S 5813 5816 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852375857520 139852884572802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5824] ppid=5813 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5824/stat : 5824 (java) S 5813 5816 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852374803488 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5825] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5825/stat : 5825 (java) S 5813 5816 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852373750640 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5826] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5826/stat : 5826 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598438 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852372698960 139852884580251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5827] ppid=5813 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5816/task/5827/stat : 5827 (java) S 5813 5816 1972 0 -1 1077944384 572 0 0 0 5 0 0 0 20 0 15 0 94598439 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852371647344 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5828] ppid=5813 vsize=10661132 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/5816/task/5828/stat : 5828 (java) S 5813 5816 1972 0 -1 1077944384 257 0 0 0 3 0 0 0 20 0 15 0 94598439 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852370594544 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5829] ppid=5813 vsize=10661132 memory=140191324939904 CPUtime=0.15 cores=1,3,5,7
/proc/5816/task/5829/stat : 5829 (java) R 5813 5816 1972 0 -1 4202560 1090 0 0 0 15 0 0 0 20 0 15 0 94598439 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852369538680 139852863830561 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5830] ppid=5813 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5830/stat : 5830 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852368489184 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5831] ppid=5813 vsize=10661132 memory=140191324939904 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5831/stat : 5831 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 11710 33554432000 4194304 4196468 140722313219088 139852367436464 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46840 KiB

[startup+0.700816 s]
/proc/loadavg: 1.31 1.30 1.38 5/215 5831
/proc/meminfo: memFree=27979932/32770624 swapFree=67108792/67108860
[pid=5816] ppid=5813 vsize=10661132 memory=91920 CPUtime=1.71 cores=1,3,5,7
/proc/5816/stat : 5816 (java) S 5813 5816 1972 0 -1 1077944320 16668 0 0 0 167 4 0 0 20 0 15 0 94598433 10916999168 22980 33554432000 4194304 4196468 140722313219088 140722313201632 139852884561655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
/proc/5816/statm: 2665283 22980 3094 1 0 2627263 0
[pid=5816/tid=5818] ppid=5813 vsize=10661132 memory=165200816777758 CPUtime=0.68 cores=1,3,5,7
/proc/5816/task/5818/stat : 5818 (java) R 5813 5816 1972 0 -1 4202560 5826 0 0 0 66 2 0 0 20 0 15 0 94598433 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852888800944 139852476223648 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5819] ppid=5813 vsize=10661132 memory=551299 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5819/stat : 5819 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852810636432 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5820] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5820/stat : 5820 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852809583632 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5821] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5821/stat : 5821 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852808530832 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5822] ppid=5813 vsize=10661132 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5822/stat : 5822 (java) S 5813 5816 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852807478032 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5823] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5823/stat : 5823 (java) S 5813 5816 1972 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852375857520 139852884572802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5824] ppid=5813 vsize=10661132 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5824/stat : 5824 (java) S 5813 5816 1972 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852374803488 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5825] ppid=5813 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5825/stat : 5825 (java) S 5813 5816 1972 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852373750640 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5826] ppid=5813 vsize=10661132 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5826/stat : 5826 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598438 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852372698960 139852884580251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5827] ppid=5813 vsize=10661132 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/5816/task/5827/stat : 5827 (java) R 5813 5816 1972 0 -1 4202560 4337 0 0 0 39 0 0 0 20 0 15 0 94598439 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852371633224 139852866105831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5828] ppid=5813 vsize=10661132 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/5816/task/5828/stat : 5828 (java) R 5813 5816 1972 0 -1 4202560 3422 0 0 0 38 0 0 0 20 0 15 0 94598439 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852370581112 139852868553601 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5829] ppid=5813 vsize=10661132 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/5816/task/5829/stat : 5829 (java) S 5813 5816 1972 0 -1 1077944384 1712 0 0 0 23 0 0 0 20 0 15 0 94598439 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852369541744 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5830] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5830/stat : 5830 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852368489184 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5831] ppid=5813 vsize=10661132 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5831/stat : 5831 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 22980 33554432000 4194304 4196468 140722313219088 139852367436464 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 91920 KiB

[startup+1.50075 s]
/proc/loadavg: 1.31 1.30 1.38 3/215 5831
/proc/meminfo: memFree=27919340/32770624 swapFree=67108792/67108860
[pid=5816] ppid=5813 vsize=10661132 memory=184032 CPUtime=2.91 cores=1,3,5,7
/proc/5816/stat : 5816 (java) S 5813 5816 1972 0 -1 1077944320 18883 0 0 0 285 6 0 0 20 0 15 0 94598433 10916999168 46008 33554432000 4194304 4196468 140722313219088 140722313201632 139852884561655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
/proc/5816/statm: 2665283 46008 3102 1 0 2627263 0
[pid=5816/tid=5818] ppid=5813 vsize=10661132 memory=10799 CPUtime=1.47 cores=1,3,5,7
/proc/5816/task/5818/stat : 5818 (java) R 5813 5816 1972 0 -1 4202560 6353 0 0 0 144 3 0 0 20 0 15 0 94598433 10916999168 46008 33554432000 4194304 4196468 140722313219088 139852888802384 139852476886344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5819] ppid=5813 vsize=10661132 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5819/stat : 5819 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 46008 33554432000 4194304 4196468 140722313219088 139852810636432 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5820] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5820/stat : 5820 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 46008 33554432000 4194304 4196468 140722313219088 139852809583632 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5821] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5821/stat : 5821 (java) S 5813 5816 1972 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 46008 33554432000 4194304 4196468 140722313219088 139852808530832 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5822] ppid=5813 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5822/stat : 5822 (java) S 5813 5816 1972 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94598434 10916999168 46008 33554432000 4194304 4196468 140722313219088 139852807478032 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5823] ppid=5813 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5823/stat : 5823 (java) S 5813 5816 1972 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 46008 33554432000 4194304 4196468 140722313219088 139852375857520 139852884572802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0

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

/proc/5816/task/5818/stat : 5818 (java) R 5813 5816 1972 0 -1 4202560 19410 0 0 0 236072 1217 0 0 20 0 15 0 94598433 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852888801376 140722313316290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5819] ppid=5813 vsize=10661132 memory=199368 CPUtime=3.72 cores=1,3,5,7
/proc/5816/task/5819/stat : 5819 (java) S 5813 5816 1972 0 -1 1077944384 2854 0 0 0 343 29 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852810636432 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5820] ppid=5813 vsize=10661132 memory=199368 CPUtime=3.71 cores=1,3,5,7
/proc/5816/task/5820/stat : 5820 (java) S 5813 5816 1972 0 -1 1077944384 3766 0 0 0 341 30 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852809583632 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5821] ppid=5813 vsize=10661132 memory=199368 CPUtime=3.7 cores=1,3,5,7
/proc/5816/task/5821/stat : 5821 (java) S 5813 5816 1972 0 -1 1077944384 3642 0 0 0 340 30 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852808530832 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5822] ppid=5813 vsize=10661132 memory=199368 CPUtime=3.7 cores=1,3,5,7
/proc/5816/task/5822/stat : 5822 (java) S 5813 5816 1972 0 -1 1077944384 3856 0 0 0 338 32 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852807478032 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5823] ppid=5813 vsize=10661132 memory=199368 CPUtime=4.13 cores=1,3,5,7
/proc/5816/task/5823/stat : 5823 (java) S 5813 5816 1972 0 -1 1077944384 5151 0 0 0 379 34 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852375857520 139852884572802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5824] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5824/stat : 5824 (java) S 5813 5816 1972 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852374803488 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5825] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5825/stat : 5825 (java) S 5813 5816 1972 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852373750640 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5826] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5826/stat : 5826 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598438 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852372698960 139852884580251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5827] ppid=5813 vsize=10661132 memory=199368 CPUtime=0.79 cores=1,3,5,7
/proc/5816/task/5827/stat : 5827 (java) S 5813 5816 1972 0 -1 1077944384 7468 0 0 0 78 1 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852371647344 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5828] ppid=5813 vsize=10661132 memory=164 CPUtime=0.83 cores=1,3,5,7
/proc/5816/task/5828/stat : 5828 (java) S 5813 5816 1972 0 -1 1077944384 6919 0 0 0 82 1 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852370594544 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5829] ppid=5813 vsize=10661132 memory=199368 CPUtime=0.28 cores=1,3,5,7
/proc/5816/task/5829/stat : 5829 (java) S 5813 5816 1972 0 -1 1077944384 3205 0 0 0 28 0 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852369541744 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5830] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5830/stat : 5830 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852368489184 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5831] ppid=5813 vsize=10661132 memory=4136 CPUtime=0.74 cores=1,3,5,7
/proc/5816/task/5831/stat : 5831 (java) S 5813 5816 1972 0 -1 1077944384 835 0 0 0 35 39 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852367436464 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
Current children cumulated CPU time: 2394.61 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199368 KiB

[startup+2442.3 s]
/proc/loadavg: 1.26 1.37 1.36 3/215 6001
/proc/meminfo: memFree=27767368/32770624 swapFree=67108792/67108860
[pid=5816] ppid=5813 vsize=10661132 memory=199368 CPUtime=2454.85 cores=1,3,5,7
/proc/5816/stat : 5816 (java) S 5813 5816 1972 0 -1 1077944320 58723 0 0 0 244083 1402 0 0 20 0 15 0 94598433 10916999168 49842 33554432000 4194304 4196468 140722313219088 140722313201632 139852884561655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
/proc/5816/statm: 2665283 49842 3143 1 0 2627263 0
[pid=5816/tid=5818] ppid=5813 vsize=10661132 memory=199368 CPUtime=2432.64 cores=1,3,5,7
/proc/5816/task/5818/stat : 5818 (java) R 5813 5816 1972 0 -1 4202560 19601 0 0 0 242018 1246 0 0 20 0 15 0 94598433 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852888801008 139852476894990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5819] ppid=5813 vsize=10661132 memory=199368 CPUtime=3.81 cores=1,3,5,7
/proc/5816/task/5819/stat : 5819 (java) S 5813 5816 1972 0 -1 1077944384 2854 0 0 0 352 29 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852810636432 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5820] ppid=5813 vsize=10661132 memory=199368 CPUtime=3.81 cores=1,3,5,7
/proc/5816/task/5820/stat : 5820 (java) S 5813 5816 1972 0 -1 1077944384 3767 0 0 0 350 31 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852809583632 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5821] ppid=5813 vsize=10661132 memory=199368 CPUtime=3.79 cores=1,3,5,7
/proc/5816/task/5821/stat : 5821 (java) S 5813 5816 1972 0 -1 1077944384 3642 0 0 0 349 30 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852808530832 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5822] ppid=5813 vsize=10661132 memory=199368 CPUtime=3.79 cores=1,3,5,7
/proc/5816/task/5822/stat : 5822 (java) S 5813 5816 1972 0 -1 1077944384 3857 0 0 0 346 33 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852807478032 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5823] ppid=5813 vsize=10661132 memory=199368 CPUtime=4.24 cores=1,3,5,7
/proc/5816/task/5823/stat : 5823 (java) S 5813 5816 1972 0 -1 1077944384 5157 0 0 0 389 35 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852375857520 139852884572802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5824] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5824/stat : 5824 (java) S 5813 5816 1972 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852374803488 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5825] ppid=5813 vsize=10661132 memory=7666648712502071656 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5825/stat : 5825 (java) S 5813 5816 1972 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852373750640 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5826] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5826/stat : 5826 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598438 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852372698960 139852884580251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5827] ppid=5813 vsize=10661132 memory=199368 CPUtime=0.79 cores=1,3,5,7
/proc/5816/task/5827/stat : 5827 (java) S 5813 5816 1972 0 -1 1077944384 7468 0 0 0 78 1 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852371647344 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5828] ppid=5813 vsize=10661132 memory=199368 CPUtime=0.83 cores=1,3,5,7
/proc/5816/task/5828/stat : 5828 (java) S 5813 5816 1972 0 -1 1077944384 6919 0 0 0 82 1 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852370594544 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5829] ppid=5813 vsize=10661132 memory=5760 CPUtime=0.28 cores=1,3,5,7
/proc/5816/task/5829/stat : 5829 (java) S 5813 5816 1972 0 -1 1077944384 3205 0 0 0 28 0 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852369541744 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5830] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5830/stat : 5830 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852368489184 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5831] ppid=5813 vsize=10661132 memory=4588 CPUtime=0.76 cores=1,3,5,7
/proc/5816/task/5831/stat : 5831 (java) S 5813 5816 1972 0 -1 1077944384 838 0 0 0 36 40 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852367436464 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
Current children cumulated CPU time: 2454.85 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199368 KiB

[startup+2502.3 s]
/proc/loadavg: 1.42 1.38 1.37 3/215 6002
/proc/meminfo: memFree=27767804/32770624 swapFree=67108792/67108860
[pid=5816] ppid=5813 vsize=10661132 memory=199368 CPUtime=2515.11 cores=1,3,5,7
/proc/5816/stat : 5816 (java) S 5813 5816 1972 0 -1 1077944320 59605 0 0 0 250074 1437 0 0 20 0 15 0 94598433 10916999168 49842 33554432000 4194304 4196468 140722313219088 140722313201632 139852884561655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
/proc/5816/statm: 2665283 49842 3143 1 0 2627263 0
[pid=5816/tid=5818] ppid=5813 vsize=10661132 memory=199368 CPUtime=2492.39 cores=1,3,5,7
/proc/5816/task/5818/stat : 5818 (java) R 5813 5816 1972 0 -1 4202560 19982 0 0 0 247961 1278 0 0 20 0 15 0 94598433 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852888800992 140722313316290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5819] ppid=5813 vsize=10661132 memory=1728 CPUtime=3.9 cores=1,3,5,7
/proc/5816/task/5819/stat : 5819 (java) S 5813 5816 1972 0 -1 1077944384 3109 0 0 0 360 30 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852810636432 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5820] ppid=5813 vsize=10661132 memory=199368 CPUtime=3.91 cores=1,3,5,7
/proc/5816/task/5820/stat : 5820 (java) S 5813 5816 1972 0 -1 1077944384 3785 0 0 0 359 32 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852809583632 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5821] ppid=5813 vsize=10661132 memory=199368 CPUtime=3.89 cores=1,3,5,7
/proc/5816/task/5821/stat : 5821 (java) S 5813 5816 1972 0 -1 1077944384 3657 0 0 0 358 31 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852808530832 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5822] ppid=5813 vsize=10661132 memory=2436 CPUtime=3.89 cores=1,3,5,7
/proc/5816/task/5822/stat : 5822 (java) S 5813 5816 1972 0 -1 1077944384 3884 0 0 0 355 34 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852807478032 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5823] ppid=5813 vsize=10661132 memory=199368 CPUtime=4.34 cores=1,3,5,7
/proc/5816/task/5823/stat : 5823 (java) S 5813 5816 1972 0 -1 1077944384 5325 0 0 0 399 35 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852375857520 139852884572802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5824] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5824/stat : 5824 (java) S 5813 5816 1972 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852374803488 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5825] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5825/stat : 5825 (java) S 5813 5816 1972 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852373750640 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5826] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5826/stat : 5826 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598438 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852372698960 139852884580251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5827] ppid=5813 vsize=10661132 memory=199368 CPUtime=0.79 cores=1,3,5,7
/proc/5816/task/5827/stat : 5827 (java) S 5813 5816 1972 0 -1 1077944384 7470 0 0 0 78 1 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852371647344 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5828] ppid=5813 vsize=10661132 memory=280382444523640 CPUtime=0.83 cores=1,3,5,7
/proc/5816/task/5828/stat : 5828 (java) S 5813 5816 1972 0 -1 1077944384 6921 0 0 0 82 1 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852370594544 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5829] ppid=5813 vsize=10661132 memory=199368 CPUtime=0.28 cores=1,3,5,7
/proc/5816/task/5829/stat : 5829 (java) S 5813 5816 1972 0 -1 1077944384 3207 0 0 0 28 0 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852369541744 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5830] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5830/stat : 5830 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852368489184 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5831] ppid=5813 vsize=10661132 memory=199368 CPUtime=0.78 cores=1,3,5,7
/proc/5816/task/5831/stat : 5831 (java) S 5813 5816 1972 0 -1 1077944384 850 0 0 0 37 41 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852367436464 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
Current children cumulated CPU time: 2515.11 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.2 s]
/proc/loadavg: 1.39 1.38 1.36 3/215 6003
/proc/meminfo: memFree=27767184/32770624 swapFree=67108792/67108860
[pid=5816] ppid=5813 vsize=10661132 memory=199368 CPUtime=2520.04 cores=1,3,5,7
/proc/5816/stat : 5816 (java) S 5813 5816 1972 0 -1 1077944320 59621 0 0 0 250563 1441 0 0 20 0 15 0 94598433 10916999168 49842 33554432000 4194304 4196468 140722313219088 140722313201632 139852884561655 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
/proc/5816/statm: 2665283 49842 3143 1 0 2627263 0
[pid=5816/tid=5818] ppid=5813 vsize=10661132 memory=199368 CPUtime=2497.28 cores=1,3,5,7
/proc/5816/task/5818/stat : 5818 (java) R 5813 5816 1972 0 -1 4202560 19998 0 0 0 248446 1282 0 0 20 0 15 0 94598433 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852888801200 139852476886130 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5819] ppid=5813 vsize=10661132 memory=4136 CPUtime=3.91 cores=1,3,5,7
/proc/5816/task/5819/stat : 5819 (java) S 5813 5816 1972 0 -1 1077944384 3109 0 0 0 361 30 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852810636432 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5820] ppid=5813 vsize=10661132 memory=8112282956445269571 CPUtime=3.92 cores=1,3,5,7
/proc/5816/task/5820/stat : 5820 (java) S 5813 5816 1972 0 -1 1077944384 3785 0 0 0 360 32 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852809583632 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5821] ppid=5813 vsize=10661132 memory=1292 CPUtime=3.9 cores=1,3,5,7
/proc/5816/task/5821/stat : 5821 (java) S 5813 5816 1972 0 -1 1077944384 3657 0 0 0 359 31 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852808530832 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5822] ppid=5813 vsize=10661132 memory=2436 CPUtime=3.9 cores=1,3,5,7
/proc/5816/task/5822/stat : 5822 (java) S 5813 5816 1972 0 -1 1077944384 3884 0 0 0 356 34 0 0 20 0 15 0 94598434 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852807478032 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5823] ppid=5813 vsize=10661132 memory=1728 CPUtime=4.35 cores=1,3,5,7
/proc/5816/task/5823/stat : 5823 (java) S 5813 5816 1972 0 -1 1077944384 5325 0 0 0 400 35 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852375857520 139852884572802 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5824] ppid=5813 vsize=10661132 memory=199368 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5824/stat : 5824 (java) S 5813 5816 1972 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852374803488 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5825] ppid=5813 vsize=10661132 memory=4588 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5825/stat : 5825 (java) S 5813 5816 1972 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 94598436 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852373750640 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5826] ppid=5813 vsize=10661132 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5826/stat : 5826 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598438 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852372698960 139852884580251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5827] ppid=5813 vsize=10661132 memory=1944 CPUtime=0.79 cores=1,3,5,7
/proc/5816/task/5827/stat : 5827 (java) S 5813 5816 1972 0 -1 1077944384 7470 0 0 0 78 1 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852371647344 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5828] ppid=5813 vsize=10661132 memory=8112282956445269571 CPUtime=0.83 cores=1,3,5,7
/proc/5816/task/5828/stat : 5828 (java) S 5813 5816 1972 0 -1 1077944384 6921 0 0 0 82 1 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852370594544 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5829] ppid=5813 vsize=10661132 memory=1944 CPUtime=0.28 cores=1,3,5,7
/proc/5816/task/5829/stat : 5829 (java) S 5813 5816 1972 0 -1 1077944384 3207 0 0 0 28 0 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852369541744 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5830] ppid=5813 vsize=10661132 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/5816/task/5830/stat : 5830 (java) S 5813 5816 1972 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852368489184 139852884571861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
[pid=5816/tid=5831] ppid=5813 vsize=10661132 memory=8500 CPUtime=0.78 cores=1,3,5,7
/proc/5816/task/5831/stat : 5831 (java) S 5813 5816 1972 0 -1 1077944384 850 0 0 0 37 41 0 0 20 0 15 0 94598439 10916999168 49842 33554432000 4194304 4196468 140722313219088 139852367436464 139852884572802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22683648 140722313221276 140722313221385 140722313221385 140722313224143 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 199368 KiB

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

[startup+2507.21 s]
# the end of solver process 5816 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2505.64 s, system=14.4176 s

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

Child status: 143
Real time (s): 2507.21
CPU time (s): 2520.06
CPU user time (s): 2505.64
CPU system time (s): 14.4176
CPU usage (%): 100.513
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 204952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2505.64
system time used= 14.4176
maximum resident set size= 204956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59877
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 179574
involuntary context switches= 3139


# summary of solver processes directly reported to runsolver:
#   pid: 5816
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2505.64
#   total CPU system time (s): 14.4176

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6065 second user time and 22.6658 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-28 11:32:32
IDJOB=4298658
IDBENCH=141216
IDSOLVER=2765
FILE ID=node150/4298658-1532770352
RUNJOBID= node150-1532740162-2005
PBS_JOBID= 21022443
Free space on /tmp= 53100 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-3_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298658-1532770352/watcher-4298658-1532770352 -o /tmp/evaluation-result-4298658-1532770352/solver-4298658-1532770352 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532740162-2005 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4298658-1532770352.xml --timelimit 2520

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

MD5SUM BENCH= 7c95366121fdff59751822ead1677482
RANDOM SEED=1606525874

node150.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.76
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.76
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.76
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.76
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:        28031916 kB
MemAvailable:   31834108 kB
Buffers:          201060 kB
Cached:          3840160 kB
SwapCached:           32 kB
Active:          1563272 kB
Inactive:        2633496 kB
Active(anon):     107040 kB
Inactive(anon):    76192 kB
Active(file):    1456232 kB
Inactive(file):  2557304 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:        171368 kB
Mapped:            54660 kB
Shmem:             25156 kB
Slab:             237092 kB
SReclaimable:     208984 kB
SUnreclaim:        28108 kB
KernelStack:        3792 kB
PageTables:         5304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1053712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-28 12:14:19