Trace number 4298656

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
GG's minicp 2018-04-29SAT (TO)28 2520.07 2500.41

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.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: -1
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
0.54/0.37	o 39
0.54/0.38	o 37
0.54/0.38	o 35
1.15/0.53	o 32
1.15/0.55	o 29
1.43/0.62	o 28
2520.05/2500.40	s SATISFIABLE
2520.05/2500.40	v <instantiation>
2520.05/2500.40	v 	<list>
2520.05/2500.40	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.05/2500.40	v 	</list>
2520.05/2500.40	v 	<values>
2520.05/2500.40	v 		1 2 3 2 1 1 3 1 2 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 0 1 2 
2520.05/2500.40	v 	</values>
2520.05/2500.40	v </instantiation>

Verifier Data

OK	28

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298656-1532770763/watcher-4298656-1532770763 -o /tmp/evaluation-result-4298656-1532770763/solver-4298656-1532770763 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298656-1532770763.xml 

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=15367, runsolver pid=15364

[startup+0.105835 s]*
/proc/loadavg: 1.29 1.40 1.39 5/218 15382
/proc/meminfo: memFree=23154748/32770624 swapFree=67108860/67108860
[pid=15367] ppid=15364 vsize=10661056 memory=28052 CPUtime=0.14 cores=1,3,5,7
/proc/15367/stat : 15367 (java) S 15364 15367 11635 0 -1 1077944320 5349 0 0 0 13 1 0 0 20 0 15 0 94639515 10916921344 7013 33554432000 4194304 4196468 140729885411808 140729885394352 140011259150071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
/proc/15367/statm: 2665264 7013 2892 1 0 2627263 0
[pid=15367/tid=15369] ppid=15364 vsize=10661056 memory=-7254947776133162106 CPUtime=0.09 cores=1,3,5,7
/proc/15367/task/15369/stat : 15369 (java) R 15364 15367 11635 0 -1 4202560 3156 0 0 0 9 0 0 0 20 0 15 0 94639515 10916921344 7013 33554432000 4194304 4196468 140729885411808 140011263379552 140010850479872 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15370] ppid=15364 vsize=10661056 memory=5793855461311764921 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15370/stat : 15370 (java) S 15364 15367 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94639516 10916921344 7013 33554432000 4194304 4196468 140729885411808 140011185223952 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15371] ppid=15364 vsize=10661056 memory=140210301871744 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15371/stat : 15371 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916921344 7013 33554432000 4194304 4196468 140729885411808 140011184171408 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15372] ppid=15364 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15372/stat : 15372 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916921344 7013 33554432000 4194304 4196468 140729885411808 140011183118864 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15373] ppid=15364 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15373/stat : 15373 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916921344 7013 33554432000 4194304 4196468 140729885411808 140011182066320 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15374] ppid=15364 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15374/stat : 15374 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639517 10916921344 7013 33554432000 4194304 4196468 140729885411808 140010361702896 140011259161218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15375] ppid=15364 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15375/stat : 15375 (java) S 15364 15367 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94639518 10916921344 7013 33554432000 4194304 4196468 140729885411808 140010360649120 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15376] ppid=15364 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15376/stat : 15376 (java) S 15364 15367 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94639518 10916921344 7013 33554432000 4194304 4196468 140729885411808 140010359596528 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15377] ppid=15364 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15377/stat : 15377 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916921344 7013 33554432000 4194304 4196468 140729885411808 140010358545104 140011259168667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15378] ppid=15364 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15378/stat : 15378 (java) S 15364 15367 11635 0 -1 1077944384 347 0 0 0 0 0 0 0 20 0 15 0 94639520 10916921344 7013 33554432000 4194304 4196468 140729885411808 140010357491696 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15379] ppid=15364 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15379/stat : 15379 (java) S 15364 15367 11635 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 94639520 10916921344 7013 33554432000 4194304 4196468 140729885411808 140010356439152 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15380] ppid=15364 vsize=10661056 memory=140210301871744 CPUtime=0.02 cores=1,3,5,7
/proc/15367/task/15380/stat : 15380 (java) R 15364 15367 11635 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 94639520 10916921344 7013 33554432000 4194304 4196468 140729885411808 140010355386608 140011251387198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15381] ppid=15364 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15381/stat : 15381 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916921344 7013 33554432000 4194304 4196468 140729885411808 140010354334304 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15382] ppid=15364 vsize=10661056 memory=140210301871744 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15382/stat : 15382 (java) S 15364 15367 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94639521 10916921344 7013 33554432000 4194304 4196468 140729885411808 140010353281840 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28052 KiB

[startup+0.210564 s]*
/proc/loadavg: 1.29 1.40 1.39 4/218 15382
/proc/meminfo: memFree=23142920/32770624 swapFree=67108860/67108860
[pid=15367] ppid=15364 vsize=10661056 memory=40652 CPUtime=0.34 cores=1,3,5,7
/proc/15367/stat : 15367 (java) S 15364 15367 11635 0 -1 1077944320 8208 0 0 0 32 2 0 0 20 0 15 0 94639515 10916921344 10163 33554432000 4194304 4196468 140729885411808 140729885394352 140011259150071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
/proc/15367/statm: 2665264 10163 2970 1 0 2627263 0
[pid=15367/tid=15369] ppid=15364 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/15367/task/15369/stat : 15369 (java) R 15364 15367 11635 0 -1 4202560 5182 0 0 0 19 1 0 0 20 0 15 0 94639515 10916921344 10169 33554432000 4194304 4196468 140729885411808 140011263388032 140011259171997 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15370] ppid=15364 vsize=10661056 memory=4211973936506662282 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15370/stat : 15370 (java) S 15364 15367 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94639516 10916921344 10169 33554432000 4194304 4196468 140729885411808 140011185223952 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15371] ppid=15364 vsize=10661056 memory=140210301871744 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15371/stat : 15371 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916921344 10169 33554432000 4194304 4196468 140729885411808 140011184171408 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15372] ppid=15364 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15372/stat : 15372 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916921344 10169 33554432000 4194304 4196468 140729885411808 140011183118864 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15373] ppid=15364 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15373/stat : 15373 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916921344 10169 33554432000 4194304 4196468 140729885411808 140011182066320 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15374] ppid=15364 vsize=10661056 memory=140210301871744 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15374/stat : 15374 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639517 10916921344 10169 33554432000 4194304 4196468 140729885411808 140010361702896 140011259161218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15375] ppid=15364 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15375/stat : 15375 (java) S 15364 15367 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94639518 10916921344 10169 33554432000 4194304 4196468 140729885411808 140010360649120 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15376] ppid=15364 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15376/stat : 15376 (java) S 15364 15367 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94639518 10916921344 10169 33554432000 4194304 4196468 140729885411808 140010359596528 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15377] ppid=15364 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15377/stat : 15377 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916921344 10169 33554432000 4194304 4196468 140729885411808 140010358545104 140011259168667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15378] ppid=15364 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15367/task/15378/stat : 15378 (java) S 15364 15367 11635 0 -1 1077944384 625 0 0 0 2 0 0 0 20 0 15 0 94639520 10916921344 10169 33554432000 4194304 4196468 140729885411808 140010357491696 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15379] ppid=15364 vsize=10661056 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15367/task/15379/stat : 15379 (java) S 15364 15367 11635 0 -1 1077944384 231 0 0 0 2 0 0 0 20 0 15 0 94639520 10916921344 10169 33554432000 4194304 4196468 140729885411808 140010356439152 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15380] ppid=15364 vsize=10661056 memory=140210301871744 CPUtime=0.08 cores=1,3,5,7
/proc/15367/task/15380/stat : 15380 (java) S 15364 15367 11635 0 -1 1077944384 808 0 0 0 8 0 0 0 20 0 15 0 94639520 10916921344 10169 33554432000 4194304 4196468 140729885411808 140010355386608 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15381] ppid=15364 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15381/stat : 15381 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916921344 10169 33554432000 4194304 4196468 140729885411808 140010354334304 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15382] ppid=15364 vsize=10661056 memory=140210301871744 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15382/stat : 15382 (java) S 15364 15367 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94639521 10916921344 10169 33554432000 4194304 4196468 140729885411808 140010353281840 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40652 KiB

[startup+0.310471 s]*
/proc/loadavg: 1.29 1.40 1.39 4/218 15382
/proc/meminfo: memFree=23137896/32770624 swapFree=67108860/67108860
[pid=15367] ppid=15364 vsize=10661132 memory=44572 CPUtime=0.54 cores=1,3,5,7
/proc/15367/stat : 15367 (java) S 15364 15367 11635 0 -1 1077944320 8927 0 0 0 52 2 0 0 20 0 15 0 94639515 10916999168 11143 33554432000 4194304 4196468 140729885411808 140729885394352 140011259150071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
/proc/15367/statm: 2665283 11143 3018 1 0 2627263 0
[pid=15367/tid=15369] ppid=15364 vsize=10661132 memory=6735269665583770266 CPUtime=0.29 cores=1,3,5,7
/proc/15367/task/15369/stat : 15369 (java) R 15364 15367 11635 0 -1 4202560 5650 0 0 0 28 1 0 0 20 0 15 0 94639515 10916999168 11655 33554432000 4194304 4196468 140729885411808 140011263385168 140011259162006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15370] ppid=15364 vsize=10661132 memory=4211973936506662282 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15370/stat : 15370 (java) S 15364 15367 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 11655 33554432000 4194304 4196468 140729885411808 140011185223952 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15371] ppid=15364 vsize=10661132 memory=280420448885120 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15371/stat : 15371 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 11655 33554432000 4194304 4196468 140729885411808 140011184171408 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15372] ppid=15364 vsize=10661132 memory=280420294054400 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15372/stat : 15372 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 11655 33554432000 4194304 4196468 140729885411808 140011183118864 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15373] ppid=15364 vsize=10661132 memory=140210147013391 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15373/stat : 15373 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 11655 33554432000 4194304 4196468 140729885411808 140011182066320 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15374] ppid=15364 vsize=10661132 memory=280420448894336 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15374/stat : 15374 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639517 10916999168 11655 33554432000 4194304 4196468 140729885411808 140010361702896 140011259161218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15375] ppid=15364 vsize=10661132 memory=140210147017999 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15375/stat : 15375 (java) S 15364 15367 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 11655 33554432000 4194304 4196468 140729885411808 140010360649120 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15376] ppid=15364 vsize=10661132 memory=140210147031971 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15376/stat : 15376 (java) S 15364 15367 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 11655 33554432000 4194304 4196468 140729885411808 140010359596528 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15377] ppid=15364 vsize=10661132 memory=140210147037546 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15377/stat : 15377 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 11655 33554432000 4194304 4196468 140729885411808 140010358545104 140011259168667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15378] ppid=15364 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/15367/task/15378/stat : 15378 (java) R 15364 15367 11635 0 -1 1077944384 657 0 0 0 3 0 0 0 20 0 15 0 94639520 10916999168 11655 33554432000 4194304 4196468 140729885411808 140010357491696 140011259161218 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15379] ppid=15364 vsize=10661132 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/15367/task/15379/stat : 15379 (java) S 15364 15367 11635 0 -1 1077944384 319 0 0 0 5 0 0 0 20 0 15 0 94639520 10916999168 11655 33554432000 4194304 4196468 140729885411808 140010356439152 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15380] ppid=15364 vsize=10661132 memory=140210301871744 CPUtime=0.14 cores=1,3,5,7
/proc/15367/task/15380/stat : 15380 (java) R 15364 15367 11635 0 -1 4202560 933 0 0 0 14 0 0 0 20 0 15 0 94639520 10916999168 11655 33554432000 4194304 4196468 140729885411808 140010355386608 140011252246907 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15381] ppid=15364 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15381/stat : 15381 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 11655 33554432000 4194304 4196468 140729885411808 140010354334304 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15382] ppid=15364 vsize=10661132 memory=140210301899796 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15382/stat : 15382 (java) S 15364 15367 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94639521 10916999168 11655 33554432000 4194304 4196468 140729885411808 140010353281840 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44572 KiB

[startup+0.700787 s]
/proc/loadavg: 1.29 1.40 1.39 5/218 15382
/proc/meminfo: memFree=23121588/32770624 swapFree=67108860/67108860
[pid=15367] ppid=15364 vsize=10661132 memory=99420 CPUtime=1.7 cores=1,3,5,7
/proc/15367/stat : 15367 (java) S 15364 15367 11635 0 -1 1077944320 14925 0 0 0 167 3 0 0 20 0 15 0 94639515 10916999168 24855 33554432000 4194304 4196468 140729885411808 140729885394352 140011259150071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
/proc/15367/statm: 2665283 24855 3079 1 0 2627263 0
[pid=15367/tid=15369] ppid=15364 vsize=10661132 memory=56 CPUtime=0.67 cores=1,3,5,7
/proc/15367/task/15369/stat : 15369 (java) R 15364 15367 11635 0 -1 4202560 5764 0 0 0 66 1 0 0 20 0 15 0 94639515 10916999168 24855 33554432000 4194304 4196468 140729885411808 140011263380704 140010853212361 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15370] ppid=15364 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15370/stat : 15370 (java) S 15364 15367 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 24855 33554432000 4194304 4196468 140729885411808 140011185223952 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15371] ppid=15364 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15371/stat : 15371 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 24855 33554432000 4194304 4196468 140729885411808 140011184171408 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15372] ppid=15364 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15372/stat : 15372 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 24855 33554432000 4194304 4196468 140729885411808 140011183118864 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15373] ppid=15364 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15373/stat : 15373 (java) S 15364 15367 11635 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 24855 33554432000 4194304 4196468 140729885411808 140011182066320 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15374] ppid=15364 vsize=10661132 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15374/stat : 15374 (java) S 15364 15367 11635 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 94639517 10916999168 24855 33554432000 4194304 4196468 140729885411808 140010361702896 140011259161218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15375] ppid=15364 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15375/stat : 15375 (java) S 15364 15367 11635 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 24855 33554432000 4194304 4196468 140729885411808 140010360649120 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15376] ppid=15364 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15376/stat : 15376 (java) S 15364 15367 11635 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 24855 33554432000 4194304 4196468 140729885411808 140010359596528 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15377] ppid=15364 vsize=10661132 memory=5776 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15377/stat : 15377 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 24855 33554432000 4194304 4196468 140729885411808 140010358545104 140011259168667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15378] ppid=15364 vsize=10661132 memory=1200 CPUtime=0.38 cores=1,3,5,7
/proc/15367/task/15378/stat : 15378 (java) R 15364 15367 11635 0 -1 4202560 3610 0 0 0 38 0 0 0 20 0 15 0 94639520 10916999168 24855 33554432000 4194304 4196468 140729885411808 140010357472712 140011237000064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15379] ppid=15364 vsize=10661132 memory=12136 CPUtime=0.39 cores=1,3,5,7
/proc/15367/task/15379/stat : 15379 (java) R 15364 15367 11635 0 -1 4202560 2793 0 0 0 39 0 0 0 20 0 15 0 94639520 10916999168 24855 33554432000 4194304 4196468 140729885411808 140010356423640 140011240677231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15380] ppid=15364 vsize=10661132 memory=1008 CPUtime=0.21 cores=1,3,5,7
/proc/15367/task/15380/stat : 15380 (java) S 15364 15367 11635 0 -1 1077944384 1385 0 0 0 21 0 0 0 20 0 15 0 94639520 10916999168 24855 33554432000 4194304 4196468 140729885411808 140010355386608 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15381] ppid=15364 vsize=10661132 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15381/stat : 15381 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 24855 33554432000 4194304 4196468 140729885411808 140010354334304 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15382] ppid=15364 vsize=10661132 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15382/stat : 15382 (java) S 15364 15367 11635 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94639521 10916999168 24855 33554432000 4194304 4196468 140729885411808 140010353281840 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 99420 KiB

[startup+1.50079 s]
/proc/loadavg: 1.29 1.40 1.39 3/218 15382
/proc/meminfo: memFree=23035400/32770624 swapFree=67108860/67108860
[pid=15367] ppid=15364 vsize=10661132 memory=197592 CPUtime=2.91 cores=1,3,5,7
/proc/15367/stat : 15367 (java) S 15364 15367 11635 0 -1 1077944320 16443 0 0 0 286 5 0 0 20 0 15 0 94639515 10916999168 49398 33554432000 4194304 4196468 140729885411808 140729885394352 140011259150071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
/proc/15367/statm: 2665283 49398 3103 1 0 2627263 0
[pid=15367/tid=15369] ppid=15364 vsize=10661132 memory=4132 CPUtime=1.47 cores=1,3,5,7
/proc/15367/task/15369/stat : 15369 (java) R 15364 15367 11635 0 -1 4202560 5875 0 0 0 144 3 0 0 20 0 15 0 94639515 10916999168 49398 33554432000 4194304 4196468 140729885411808 140011263389456 140010853631716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15370] ppid=15364 vsize=10661132 memory=27448 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15370/stat : 15370 (java) S 15364 15367 11635 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 49398 33554432000 4194304 4196468 140729885411808 140011185223952 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15371] ppid=15364 vsize=10661132 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15371/stat : 15371 (java) S 15364 15367 11635 0 -1 1077944384 179 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 49398 33554432000 4194304 4196468 140729885411808 140011184171408 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15372] ppid=15364 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15372/stat : 15372 (java) S 15364 15367 11635 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 49398 33554432000 4194304 4196468 140729885411808 140011183118864 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15373] ppid=15364 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15373/stat : 15373 (java) S 15364 15367 11635 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 94639516 10916999168 49398 33554432000 4194304 4196468 140729885411808 140011182066320 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15374] ppid=15364 vsize=10661132 memory=7306059475989849942 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15374/stat : 15374 (java) S 15364 15367 11635 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 94639517 10916999168 49398 33554432000 4194304 4196468 140729885411808 140010361702896 140011259161218 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0

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

/proc/15367/task/15369/stat : 15369 (java) R 15364 15367 11635 0 -1 4202560 19618 0 0 0 230743 21 0 0 20 0 15 0 94639515 10916999168 60679 33554432000 4194304 4196468 140729885411808 140011263389968 140010853611026 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15370] ppid=15364 vsize=10661132 memory=242716 CPUtime=6.02 cores=1,3,5,7
/proc/15367/task/15370/stat : 15370 (java) S 15364 15367 11635 0 -1 1077944384 3126 0 0 0 560 42 0 0 20 0 15 0 94639516 10916999168 60679 33554432000 4194304 4196468 140729885411808 140011185223952 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15371] ppid=15364 vsize=10661132 memory=242716 CPUtime=6 cores=1,3,5,7
/proc/15367/task/15371/stat : 15371 (java) S 15364 15367 11635 0 -1 1077944384 4323 0 0 0 559 41 0 0 20 0 15 0 94639516 10916999168 60679 33554432000 4194304 4196468 140729885411808 140011184171408 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15372] ppid=15364 vsize=10661132 memory=242716 CPUtime=6.04 cores=1,3,5,7
/proc/15367/task/15372/stat : 15372 (java) S 15364 15367 11635 0 -1 1077944384 5916 0 0 0 559 45 0 0 20 0 15 0 94639516 10916999168 60679 33554432000 4194304 4196468 140729885411808 140011183118864 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15373] ppid=15364 vsize=10661132 memory=242716 CPUtime=6.03 cores=1,3,5,7
/proc/15367/task/15373/stat : 15373 (java) S 15364 15367 11635 0 -1 1077944384 3227 0 0 0 561 42 0 0 20 0 15 0 94639516 10916999168 60679 33554432000 4194304 4196468 140729885411808 140011182066320 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15374] ppid=15364 vsize=10661132 memory=242716 CPUtime=5.8 cores=1,3,5,7
/proc/15367/task/15374/stat : 15374 (java) S 15364 15367 11635 0 -1 1077944384 3978 0 0 0 540 40 0 0 20 0 15 0 94639517 10916999168 60679 33554432000 4194304 4196468 140729885411808 140010361702896 140011259161218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15375] ppid=15364 vsize=10661132 memory=242716 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15375/stat : 15375 (java) S 15364 15367 11635 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 60679 33554432000 4194304 4196468 140729885411808 140010360649120 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15376] ppid=15364 vsize=10661132 memory=242716 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15376/stat : 15376 (java) S 15364 15367 11635 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 60679 33554432000 4194304 4196468 140729885411808 140010359596528 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15377] ppid=15364 vsize=10661132 memory=242716 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15377/stat : 15377 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 60679 33554432000 4194304 4196468 140729885411808 140010358545104 140011259168667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15378] ppid=15364 vsize=10661132 memory=242716 CPUtime=0.8 cores=1,3,5,7
/proc/15367/task/15378/stat : 15378 (java) S 15364 15367 11635 0 -1 1077944384 8205 0 0 0 79 1 0 0 20 0 15 0 94639520 10916999168 60679 33554432000 4194304 4196468 140729885411808 140010357491696 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15379] ppid=15364 vsize=10661132 memory=242716 CPUtime=0.7 cores=1,3,5,7
/proc/15367/task/15379/stat : 15379 (java) S 15364 15367 11635 0 -1 1077944384 5579 0 0 0 69 1 0 0 20 0 15 0 94639520 10916999168 60679 33554432000 4194304 4196468 140729885411808 140010356439152 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15380] ppid=15364 vsize=10661132 memory=242716 CPUtime=0.3 cores=1,3,5,7
/proc/15367/task/15380/stat : 15380 (java) S 15364 15367 11635 0 -1 1077944384 3563 0 0 0 30 0 0 0 20 0 15 0 94639520 10916999168 60679 33554432000 4194304 4196468 140729885411808 140010355386608 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15381] ppid=15364 vsize=10661132 memory=240668 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15381/stat : 15381 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 60679 33554432000 4194304 4196468 140729885411808 140010354334304 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15382] ppid=15364 vsize=10661132 memory=242716 CPUtime=1.09 cores=1,3,5,7
/proc/15367/task/15382/stat : 15382 (java) S 15364 15367 11635 0 -1 1077944384 863 0 0 0 55 54 0 0 20 0 15 0 94639521 10916999168 60679 33554432000 4194304 4196468 140729885411808 140010353281840 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
Current children cumulated CPU time: 2340.5 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 242716 KiB

[startup+2382.3 s]
/proc/loadavg: 1.88 1.48 1.37 4/218 15483
/proc/meminfo: memFree=23171816/32770624 swapFree=67108860/67108860
[pid=15367] ppid=15364 vsize=10661132 memory=244764 CPUtime=2400.96 cores=1,3,5,7
/proc/15367/stat : 15367 (java) S 15364 15367 11635 0 -1 1077944320 60205 0 0 0 239866 230 0 0 20 0 15 0 94639515 10916999168 61191 33554432000 4194304 4196468 140729885411808 140729885394352 140011259150071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
/proc/15367/statm: 2665283 61191 3131 1 0 2627263 0
[pid=15367/tid=15369] ppid=15364 vsize=10661132 memory=242716 CPUtime=2367.26 cores=1,3,5,7
/proc/15367/task/15369/stat : 15369 (java) R 15364 15367 11635 0 -1 4202560 19886 0 0 0 236704 22 0 0 20 0 15 0 94639515 10916999168 61191 33554432000 4194304 4196468 140729885411808 140011263389968 140010853352042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15370] ppid=15364 vsize=10661132 memory=244764 CPUtime=6.18 cores=1,3,5,7
/proc/15367/task/15370/stat : 15370 (java) S 15364 15367 11635 0 -1 1077944384 3126 0 0 0 576 42 0 0 20 0 15 0 94639516 10916999168 61191 33554432000 4194304 4196468 140729885411808 140011185223952 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15371] ppid=15364 vsize=10661132 memory=242716 CPUtime=6.16 cores=1,3,5,7
/proc/15367/task/15371/stat : 15371 (java) S 15364 15367 11635 0 -1 1077944384 4323 0 0 0 574 42 0 0 20 0 15 0 94639516 10916999168 61191 33554432000 4194304 4196468 140729885411808 140011184171408 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15372] ppid=15364 vsize=10661132 memory=244764 CPUtime=6.2 cores=1,3,5,7
/proc/15367/task/15372/stat : 15372 (java) S 15364 15367 11635 0 -1 1077944384 6021 0 0 0 575 45 0 0 20 0 15 0 94639516 10916999168 61191 33554432000 4194304 4196468 140729885411808 140011183118864 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15373] ppid=15364 vsize=10661132 memory=244764 CPUtime=6.19 cores=1,3,5,7
/proc/15367/task/15373/stat : 15373 (java) S 15364 15367 11635 0 -1 1077944384 3249 0 0 0 576 43 0 0 20 0 15 0 94639516 10916999168 61191 33554432000 4194304 4196468 140729885411808 140011182066320 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15374] ppid=15364 vsize=10661132 memory=4132 CPUtime=5.95 cores=1,3,5,7
/proc/15367/task/15374/stat : 15374 (java) S 15364 15367 11635 0 -1 1077944384 3983 0 0 0 554 41 0 0 20 0 15 0 94639517 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010361702896 140011259161218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15375] ppid=15364 vsize=10661132 memory=95632368 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15375/stat : 15375 (java) S 15364 15367 11635 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010360649120 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15376] ppid=15364 vsize=10661132 memory=3168 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15376/stat : 15376 (java) S 15364 15367 11635 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010359596528 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15377] ppid=15364 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15377/stat : 15377 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010358545104 140011259168667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15378] ppid=15364 vsize=10661132 memory=1792 CPUtime=0.8 cores=1,3,5,7
/proc/15367/task/15378/stat : 15378 (java) S 15364 15367 11635 0 -1 1077944384 8205 0 0 0 79 1 0 0 20 0 15 0 94639520 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010357491696 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15379] ppid=15364 vsize=10661132 memory=1792 CPUtime=0.7 cores=1,3,5,7
/proc/15367/task/15379/stat : 15379 (java) S 15364 15367 11635 0 -1 1077944384 5579 0 0 0 69 1 0 0 20 0 15 0 94639520 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010356439152 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15380] ppid=15364 vsize=10661132 memory=1236 CPUtime=0.3 cores=1,3,5,7
/proc/15367/task/15380/stat : 15380 (java) S 15364 15367 11635 0 -1 1077944384 3563 0 0 0 30 0 0 0 20 0 15 0 94639520 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010355386608 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15381] ppid=15364 vsize=10661132 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15381/stat : 15381 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010354334304 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15382] ppid=15364 vsize=10661132 memory=27512 CPUtime=1.12 cores=1,3,5,7
/proc/15367/task/15382/stat : 15382 (java) S 15364 15367 11635 0 -1 1077944384 867 0 0 0 56 56 0 0 20 0 15 0 94639521 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010353281840 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
Current children cumulated CPU time: 2400.96 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 244764 KiB

[startup+2442.3 s]
/proc/loadavg: 1.52 1.44 1.37 2/197 15540
/proc/meminfo: memFree=23467912/32770624 swapFree=67108860/67108860
[pid=15367] ppid=15364 vsize=10661132 memory=244764 CPUtime=2461.47 cores=1,3,5,7
/proc/15367/stat : 15367 (java) S 15364 15367 11635 0 -1 1077944320 60920 0 0 0 245911 236 0 0 20 0 15 0 94639515 10916999168 61191 33554432000 4194304 4196468 140729885411808 140729885394352 140011259150071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
/proc/15367/statm: 2665283 61191 3131 1 0 2627263 0
[pid=15367/tid=15369] ppid=15364 vsize=10661132 memory=244764 CPUtime=2426.88 cores=1,3,5,7
/proc/15367/task/15369/stat : 15369 (java) R 15364 15367 11635 0 -1 4202560 20186 0 0 0 242666 22 0 0 20 0 15 0 94639515 10916999168 61191 33554432000 4194304 4196468 140729885411808 140011263389856 140010853494464 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15370] ppid=15364 vsize=10661132 memory=244764 CPUtime=6.35 cores=1,3,5,7
/proc/15367/task/15370/stat : 15370 (java) S 15364 15367 11635 0 -1 1077944384 3161 0 0 0 592 43 0 0 20 0 15 0 94639516 10916999168 61191 33554432000 4194304 4196468 140729885411808 140011185223952 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15371] ppid=15364 vsize=10661132 memory=244764 CPUtime=6.33 cores=1,3,5,7
/proc/15367/task/15371/stat : 15371 (java) S 15364 15367 11635 0 -1 1077944384 4341 0 0 0 590 43 0 0 20 0 15 0 94639516 10916999168 61191 33554432000 4194304 4196468 140729885411808 140011184171408 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15372] ppid=15364 vsize=10661132 memory=242716 CPUtime=6.38 cores=1,3,5,7
/proc/15367/task/15372/stat : 15372 (java) S 15364 15367 11635 0 -1 1077944384 6113 0 0 0 591 47 0 0 20 0 15 0 94639516 10916999168 61191 33554432000 4194304 4196468 140729885411808 140011183118864 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15373] ppid=15364 vsize=10661132 memory=244764 CPUtime=6.36 cores=1,3,5,7
/proc/15367/task/15373/stat : 15373 (java) S 15364 15367 11635 0 -1 1077944384 3485 0 0 0 592 44 0 0 20 0 15 0 94639516 10916999168 61191 33554432000 4194304 4196468 140729885411808 140011182066320 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15374] ppid=15364 vsize=10661132 memory=244764 CPUtime=6.11 cores=1,3,5,7
/proc/15367/task/15374/stat : 15374 (java) S 15364 15367 11635 0 -1 1077944384 4006 0 0 0 569 42 0 0 20 0 15 0 94639517 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010361702896 140011259161218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15375] ppid=15364 vsize=10661132 memory=244764 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15375/stat : 15375 (java) S 15364 15367 11635 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010360649120 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15376] ppid=15364 vsize=10661132 memory=244764 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15376/stat : 15376 (java) S 15364 15367 11635 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010359596528 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15377] ppid=15364 vsize=10661132 memory=244764 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15377/stat : 15377 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010358545104 140011259168667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15378] ppid=15364 vsize=10661132 memory=244764 CPUtime=0.8 cores=1,3,5,7
/proc/15367/task/15378/stat : 15378 (java) S 15364 15367 11635 0 -1 1077944384 8207 0 0 0 79 1 0 0 20 0 15 0 94639520 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010357491696 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15379] ppid=15364 vsize=10661132 memory=244764 CPUtime=0.7 cores=1,3,5,7
/proc/15367/task/15379/stat : 15379 (java) S 15364 15367 11635 0 -1 1077944384 5581 0 0 0 69 1 0 0 20 0 15 0 94639520 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010356439152 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15380] ppid=15364 vsize=10661132 memory=244764 CPUtime=0.3 cores=1,3,5,7
/proc/15367/task/15380/stat : 15380 (java) S 15364 15367 11635 0 -1 1077944384 3566 0 0 0 30 0 0 0 20 0 15 0 94639520 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010355386608 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15381] ppid=15364 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15381/stat : 15381 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010354334304 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15382] ppid=15364 vsize=10661132 memory=244764 CPUtime=1.15 cores=1,3,5,7
/proc/15367/task/15382/stat : 15382 (java) S 15364 15367 11635 0 -1 1077944384 871 0 0 0 58 57 0 0 20 0 15 0 94639521 10916999168 61191 33554432000 4194304 4196468 140729885411808 140010353281840 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
Current children cumulated CPU time: 2461.47 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 244764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.4 s]
/proc/loadavg: 0.95 1.30 1.32 2/198 15542
/proc/meminfo: memFree=23466592/32770624 swapFree=67108860/67108860
[pid=15367] ppid=15364 vsize=10661132 memory=246812 CPUtime=2520.05 cores=1,3,5,7
/proc/15367/stat : 15367 (java) S 15364 15367 11635 0 -1 1077944320 61673 0 0 0 251763 242 0 0 20 0 15 0 94639515 10916999168 61703 33554432000 4194304 4196468 140729885411808 140729885394352 140011259150071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
/proc/15367/statm: 2665283 61703 3131 1 0 2627263 0
[pid=15367/tid=15369] ppid=15364 vsize=10661132 memory=1948 CPUtime=2484.61 cores=1,3,5,7
/proc/15367/task/15369/stat : 15369 (java) R 15364 15367 11635 0 -1 4202560 20531 0 0 0 248438 23 0 0 20 0 15 0 94639515 10916999168 61703 33554432000 4194304 4196468 140729885411808 140011263389968 140010853613417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15370] ppid=15364 vsize=10661132 memory=796 CPUtime=6.51 cores=1,3,5,7
/proc/15367/task/15370/stat : 15370 (java) S 15364 15367 11635 0 -1 1077944384 3199 0 0 0 607 44 0 0 20 0 15 0 94639516 10916999168 61703 33554432000 4194304 4196468 140729885411808 140011185223952 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15371] ppid=15364 vsize=10661132 memory=8452 CPUtime=6.51 cores=1,3,5,7
/proc/15367/task/15371/stat : 15371 (java) S 15364 15367 11635 0 -1 1077944384 4396 0 0 0 607 44 0 0 20 0 15 0 94639516 10916999168 61703 33554432000 4194304 4196468 140729885411808 140011184171408 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15372] ppid=15364 vsize=10661132 memory=5776 CPUtime=6.54 cores=1,3,5,7
/proc/15367/task/15372/stat : 15372 (java) S 15364 15367 11635 0 -1 1077944384 6257 0 0 0 606 48 0 0 20 0 15 0 94639516 10916999168 61703 33554432000 4194304 4196468 140729885411808 140011183118864 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15373] ppid=15364 vsize=10661132 memory=1224 CPUtime=6.53 cores=1,3,5,7
/proc/15367/task/15373/stat : 15373 (java) S 15364 15367 11635 0 -1 1077944384 3489 0 0 0 607 46 0 0 20 0 15 0 94639516 10916999168 61703 33554432000 4194304 4196468 140729885411808 140011182066320 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15374] ppid=15364 vsize=10661132 memory=1716 CPUtime=6.26 cores=1,3,5,7
/proc/15367/task/15374/stat : 15374 (java) S 15364 15367 11635 0 -1 1077944384 4167 0 0 0 583 43 0 0 20 0 15 0 94639517 10916999168 61703 33554432000 4194304 4196468 140729885411808 140010361702896 140011259161218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15375] ppid=15364 vsize=10661132 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15375/stat : 15375 (java) S 15364 15367 11635 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 61703 33554432000 4194304 4196468 140729885411808 140010360649120 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15376] ppid=15364 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15376/stat : 15376 (java) S 15364 15367 11635 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 94639518 10916999168 61703 33554432000 4194304 4196468 140729885411808 140010359596528 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15377] ppid=15364 vsize=10661132 memory=8452 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15377/stat : 15377 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 61703 33554432000 4194304 4196468 140729885411808 140010358545104 140011259168667 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15378] ppid=15364 vsize=10661132 memory=5776 CPUtime=0.8 cores=1,3,5,7
/proc/15367/task/15378/stat : 15378 (java) S 15364 15367 11635 0 -1 1077944384 8207 0 0 0 79 1 0 0 20 0 15 0 94639520 10916999168 61703 33554432000 4194304 4196468 140729885411808 140010357491696 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15379] ppid=15364 vsize=10661132 memory=1200 CPUtime=0.7 cores=1,3,5,7
/proc/15367/task/15379/stat : 15379 (java) S 15364 15367 11635 0 -1 1077944384 5581 0 0 0 69 1 0 0 20 0 15 0 94639520 10916999168 61703 33554432000 4194304 4196468 140729885411808 140010356439152 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15380] ppid=15364 vsize=10661132 memory=12136 CPUtime=0.3 cores=1,3,5,7
/proc/15367/task/15380/stat : 15380 (java) S 15364 15367 11635 0 -1 1077944384 3566 0 0 0 30 0 0 0 20 0 15 0 94639520 10916999168 61703 33554432000 4194304 4196468 140729885411808 140010355386608 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15381] ppid=15364 vsize=10661132 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/15367/task/15381/stat : 15381 (java) S 15364 15367 11635 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94639520 10916999168 61703 33554432000 4194304 4196468 140729885411808 140010354334304 140011259160277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
[pid=15367/tid=15382] ppid=15364 vsize=10661132 memory=4620 CPUtime=1.19 cores=1,3,5,7
/proc/15367/task/15382/stat : 15382 (java) S 15364 15367 11635 0 -1 1077944384 877 0 0 0 60 59 0 0 20 0 15 0 94639521 10916999168 61703 33554432000 4194304 4196468 140729885411808 140010353281840 140011259161218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10973184 140729885418613 140729885418761 140729885418761 140729885421519 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 246812 KiB

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

[startup+2500.41 s]
# the end of solver process 15367 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.64 s, system=2.42595 s

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

Child status: 143
Real time (s): 2500.41
CPU time (s): 2520.07
CPU user time (s): 2517.64
CPU system time (s): 2.42595
CPU usage (%): 100.786
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 246812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.64
system time used= 2.42595
maximum resident set size= 247320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61919
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 228710
involuntary context switches= 8115


# summary of solver processes directly reported to runsolver:
#   pid: 15367
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2517.64
#   total CPU system time (s): 2.42595

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5584 second user time and 23.8991 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-28 11:39:23
IDJOB=4298656
IDBENCH=141216
IDSOLVER=2762
FILE ID=node132/4298656-1532770763
RUNJOBID= node132-1532740752-11667
PBS_JOBID= 21022446
Free space on /tmp= 52040 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/SumColoring/SumColoring-1-fullins-3_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298656-1532770763/watcher-4298656-1532770763 -o /tmp/evaluation-result-4298656-1532770763/solver-4298656-1532770763 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532740752-11667 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4298656-1532770763.xml

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

MD5SUM BENCH= 7c95366121fdff59751822ead1677482
RANDOM SEED=1251353862

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23171832 kB
MemAvailable:   31400176 kB
Buffers:          201336 kB
Cached:          8233036 kB
SwapCached:            0 kB
Active:          3118444 kB
Inactive:        5898488 kB
Active(anon):     532784 kB
Inactive(anon):    77852 kB
Active(file):    2585660 kB
Inactive(file):  5820636 kB
Unevictable:        6992 kB
Mlocked:            6992 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1236 kB
Writeback:             0 kB
AnonPages:        702212 kB
Mapped:            54636 kB
Shmem:             25248 kB
Slab:             278508 kB
SReclaimable:     250508 kB
SUnreclaim:        28000 kB
KernelStack:        3856 kB
PageTables:         6572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1469248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52040 MiB
End job on node132 at 2018-07-28 12:21:04