Trace number 4291530

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
OscaR - Hybrid 2018-07-02SAT (TO)45 2400.08 2357.42

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark11.569
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 1919929160
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
1.71/1.12	c Parsing done, starting first complete search...
2.00/1.24	o 80
2.00/1.27	o 79
2.29/1.33	o 77
2.29/1.36	o 76
2.29/1.39	o 75
2.29/1.39	o 74
2.29/1.39	o 72
2.61/1.49	o 71
2.91/1.52	o 70
2.91/1.53	o 69
2.91/1.53	o 68
2.91/1.53	o 66
2.91/1.53	o 62
2.91/1.54	o 57
3.20/1.68	o 56
4.90/2.80	c First complete search done, starting ALNS search...
6.00/3.30	o 55
6.23/3.58	o 54
7.13/4.26	o 53
13.44/10.47	o 52
13.54/10.55	o 51
24.63/21.56	o 50
25.74/22.64	o 48
29.27/26.11	o 45
2400.04/2357.41	s SATISFIABLE
2400.04/2357.41	v <instantiation>
2400.04/2357.41	v 	<list>
2400.04/2357.41	v 		y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8]
2400.04/2357.41	v 	</list>
2400.04/2357.41	v 	<values>
2400.04/2357.41	v 		1 10 24 27 32 39 43 45 9 23 26 31 38 42 44 14 17 22 29 33 35 3 8 15 19 21 5 12 16 18 7 11 13 4 6 2 0 1 10 24 27 32 39 43 45 
2400.04/2357.41	v 	</values>
2400.04/2357.41	v </instantiation>

Verifier Data

OK	45

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291530-1532249953/watcher-4291530-1532249953 -o /tmp/evaluation-result-4291530-1532249953/solver-4291530-1532249953 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532226565-30210 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1919929160 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291530-1532249953.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=529, runsolver pid=524

[startup+0.10009 s]*
/proc/loadavg: 1.39 1.35 1.33 3/215 546
/proc/meminfo: memFree=22472508/32770624 swapFree=67108860/67108860
[pid=529] ppid=524 vsize=14082740 memory=30276 CPUtime=0.1 cores=0,2,4,6
/proc/529/stat : 529 (java) S 524 529 30179 0 -1 1077944320 6481 0 0 0 10 0 0 0 20 0 15 0 42558454 14420725760 7569 33554432000 4194304 4196468 140731873822800 140731873805344 140369065189111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
/proc/529/statm: 3520685 7569 3141 1 0 3482761 0
[pid=529/tid=531] ppid=524 vsize=14082740 memory=8389772277269004345 CPUtime=0.09 cores=0,2,4,6
/proc/529/task/531/stat : 531 (java) R 524 529 30179 0 -1 4202560 5163 0 0 0 9 0 0 0 20 0 15 0 42558455 14420725760 8162 33554432000 4194304 4196468 140731873822800 140369069414800 140369065201046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=532] ppid=524 vsize=14082740 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/529/task/532/stat : 532 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 8162 33554432000 4194304 4196468 140731873822800 140368995277840 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=535] ppid=524 vsize=14082740 memory=3618843358172493472 CPUtime=0 cores=0,2,4,6
/proc/529/task/535/stat : 535 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 8162 33554432000 4194304 4196468 140731873822800 140368659790992 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=536] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/536/stat : 536 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 8162 33554432000 4194304 4196468 140731873822800 140368658737936 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=537] ppid=524 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/529/task/537/stat : 537 (java) S 524 529 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 8162 33554432000 4194304 4196468 140731873822800 140368657685392 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=538] ppid=524 vsize=14082740 memory=140338788513408 CPUtime=0 cores=0,2,4,6
/proc/529/task/538/stat : 538 (java) S 524 529 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42558457 14420725760 8162 33554432000 4194304 4196468 140731873822800 140367977470192 140369065200258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=539] ppid=524 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/529/task/539/stat : 539 (java) S 524 529 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42558457 14420725760 8162 33554432000 4194304 4196468 140731873822800 140367976416416 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=540] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/540/stat : 540 (java) S 524 529 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42558457 14420725760 8162 33554432000 4194304 4196468 140731873822800 140367975363312 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=541] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/541/stat : 541 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 8162 33554432000 4194304 4196468 140731873822800 140367974311888 140369065207707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=542] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/542/stat : 542 (java) S 524 529 30179 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 8162 33554432000 4194304 4196468 140731873822800 140367973260016 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=543] ppid=524 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/529/task/543/stat : 543 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 8162 33554432000 4194304 4196468 140731873822800 140367972207472 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=544] ppid=524 vsize=14082740 memory=140338788513408 CPUtime=0.01 cores=0,2,4,6
/proc/529/task/544/stat : 544 (java) R 524 529 30179 0 -1 4202560 262 0 0 0 1 0 0 0 20 0 15 0 42558460 14420725760 8162 33554432000 4194304 4196468 140731873822800 140367971154416 140369049436638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=545] ppid=524 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/529/task/545/stat : 545 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 8162 33554432000 4194304 4196468 140731873822800 140367970102112 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=546] ppid=524 vsize=14082740 memory=140338788513408 CPUtime=0 cores=0,2,4,6
/proc/529/task/546/stat : 546 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 8162 33554432000 4194304 4196468 140731873822800 140367969049136 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 30276 KiB

[startup+0.210319 s]*
/proc/loadavg: 1.39 1.35 1.33 4/215 546
/proc/meminfo: memFree=22456324/32770624 swapFree=67108860/67108860
[pid=529] ppid=524 vsize=14082740 memory=46540 CPUtime=0.3 cores=0,2,4,6
/proc/529/stat : 529 (java) S 524 529 30179 0 -1 1077944320 10230 0 0 0 28 2 0 0 20 0 15 0 42558454 14420725760 11635 33554432000 4194304 4196468 140731873822800 140731873805344 140369065189111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
/proc/529/statm: 3520685 11635 3357 1 0 3482761 0
[pid=529/tid=531] ppid=524 vsize=14082740 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/529/task/531/stat : 531 (java) R 524 529 30179 0 -1 4202560 8028 0 0 0 18 1 0 0 20 0 15 0 42558455 14420725760 11635 33554432000 4194304 4196468 140731873822800 140369069416416 140369049269598 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=532] ppid=524 vsize=14082740 memory=4294967639 CPUtime=0 cores=0,2,4,6
/proc/529/task/532/stat : 532 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 11635 33554432000 4194304 4196468 140731873822800 140368995277840 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=535] ppid=524 vsize=14082740 memory=3618843358172493472 CPUtime=0 cores=0,2,4,6
/proc/529/task/535/stat : 535 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 11635 33554432000 4194304 4196468 140731873822800 140368659790992 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=536] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/536/stat : 536 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 11635 33554432000 4194304 4196468 140731873822800 140368658737936 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=537] ppid=524 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/529/task/537/stat : 537 (java) S 524 529 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 11635 33554432000 4194304 4196468 140731873822800 140368657685392 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=538] ppid=524 vsize=14082740 memory=140338788513408 CPUtime=0 cores=0,2,4,6
/proc/529/task/538/stat : 538 (java) S 524 529 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42558457 14420725760 11701 33554432000 4194304 4196468 140731873822800 140367977470192 140369065200258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=539] ppid=524 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/529/task/539/stat : 539 (java) S 524 529 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42558457 14420725760 11701 33554432000 4194304 4196468 140731873822800 140367976416416 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=540] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/540/stat : 540 (java) S 524 529 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42558457 14420725760 11701 33554432000 4194304 4196468 140731873822800 140367975363312 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=541] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/541/stat : 541 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 11701 33554432000 4194304 4196468 140731873822800 140367974311888 140369065207707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=542] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/542/stat : 542 (java) R 524 529 30179 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 11701 33554432000 4194304 4196468 140731873822800 140367973260016 140369065200258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=543] ppid=524 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/529/task/543/stat : 543 (java) R 524 529 30179 0 -1 4202560 272 0 0 0 2 0 0 0 20 0 15 0 42558460 14420725760 11701 33554432000 4194304 4196468 140731873822800 140367972207472 140369042726912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=544] ppid=524 vsize=14082740 memory=140338788513408 CPUtime=0.06 cores=0,2,4,6
/proc/529/task/544/stat : 544 (java) R 524 529 30179 0 -1 4202560 313 0 0 0 6 0 0 0 20 0 15 0 42558460 14420725760 11701 33554432000 4194304 4196468 140731873822800 140367971152208 140369043450290 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=545] ppid=524 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/529/task/545/stat : 545 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 11701 33554432000 4194304 4196468 140731873822800 140367970102112 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=546] ppid=524 vsize=14082740 memory=140338788513408 CPUtime=0 cores=0,2,4,6
/proc/529/task/546/stat : 546 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 11701 33554432000 4194304 4196468 140731873822800 140367969049136 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 46540 KiB

[startup+0.310405 s]*
/proc/loadavg: 1.39 1.35 1.33 3/215 546
/proc/meminfo: memFree=22452648/32770624 swapFree=67108860/67108860
[pid=529] ppid=524 vsize=14082740 memory=50520 CPUtime=0.43 cores=0,2,4,6
/proc/529/stat : 529 (java) S 524 529 30179 0 -1 1077944320 10703 0 0 0 41 2 0 0 20 0 15 0 42558454 14420725760 12630 33554432000 4194304 4196468 140731873822800 140731873805344 140369065189111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
/proc/529/statm: 3520685 12630 3409 1 0 3482761 0
[pid=529/tid=531] ppid=524 vsize=14082740 memory=8389772277269004345 CPUtime=0.29 cores=0,2,4,6
/proc/529/task/531/stat : 531 (java) R 524 529 30179 0 -1 4202560 8404 0 0 0 28 1 0 0 20 0 15 0 42558455 14420725760 12630 33554432000 4194304 4196468 140731873822800 140369069400976 140369045464263 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=532] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/532/stat : 532 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 12630 33554432000 4194304 4196468 140731873822800 140368995277840 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=535] ppid=524 vsize=14082740 memory=3834730267263055520 CPUtime=0 cores=0,2,4,6
/proc/529/task/535/stat : 535 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 12630 33554432000 4194304 4196468 140731873822800 140368659790992 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=536] ppid=524 vsize=14082740 memory=140338788513408 CPUtime=0 cores=0,2,4,6
/proc/529/task/536/stat : 536 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 12630 33554432000 4194304 4196468 140731873822800 140368658737936 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=537] ppid=524 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/529/task/537/stat : 537 (java) S 524 529 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42558455 14420725760 12630 33554432000 4194304 4196468 140731873822800 140368657685392 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=538] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/538/stat : 538 (java) S 524 529 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42558457 14420725760 12630 33554432000 4194304 4196468 140731873822800 140367977470192 140369065200258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=539] ppid=524 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/529/task/539/stat : 539 (java) S 524 529 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42558457 14420725760 12630 33554432000 4194304 4196468 140731873822800 140367976416416 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=540] ppid=524 vsize=14082740 memory=140338788513408 CPUtime=0 cores=0,2,4,6
/proc/529/task/540/stat : 540 (java) S 524 529 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42558457 14420725760 12630 33554432000 4194304 4196468 140731873822800 140367975363312 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=541] ppid=524 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/529/task/541/stat : 541 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 12630 33554432000 4194304 4196468 140731873822800 140367974311888 140369065207707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=542] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/542/stat : 542 (java) S 524 529 30179 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 12630 33554432000 4194304 4196468 140731873822800 140367973260016 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=543] ppid=524 vsize=14082740 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/529/task/543/stat : 543 (java) S 524 529 30179 0 -1 1077944384 274 0 0 0 3 0 0 0 20 0 15 0 42558460 14420725760 12630 33554432000 4194304 4196468 140731873822800 140367972207472 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=544] ppid=524 vsize=14082740 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/529/task/544/stat : 544 (java) S 524 529 30179 0 -1 1077944384 332 0 0 0 8 0 0 0 20 0 15 0 42558460 14420725760 12630 33554432000 4194304 4196468 140731873822800 140367971154416 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=545] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/545/stat : 545 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 12630 33554432000 4194304 4196468 140731873822800 140367970102112 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=546] ppid=524 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/546/stat : 546 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558460 14420725760 12630 33554432000 4194304 4196468 140731873822800 140367969049136 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50520 KiB

[startup+0.700718 s]
/proc/loadavg: 1.39 1.35 1.33 3/215 546
/proc/meminfo: memFree=22431008/32770624 swapFree=67108860/67108860
[pid=529] ppid=524 vsize=14084808 memory=88664 CPUtime=1 cores=0,2,4,6
/proc/529/stat : 529 (java) S 524 529 30179 0 -1 1077944320 17579 0 0 0 97 3 0 0 20 0 15 0 42558454 14422843392 22166 33554432000 4194304 4196468 140731873822800 140731873805344 140369065189111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
/proc/529/statm: 3521202 22166 3499 1 0 3483273 0
[pid=529/tid=531] ppid=524 vsize=14084808 memory=200 CPUtime=0.67 cores=0,2,4,6
/proc/529/task/531/stat : 531 (java) R 524 529 30179 0 -1 4202560 14825 0 0 0 65 2 0 0 20 0 15 0 42558455 14422843392 22166 33554432000 4194304 4196468 140731873822800 140369069404752 140369065211037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=532] ppid=524 vsize=14084808 memory=68 CPUtime=0 cores=0,2,4,6
/proc/529/task/532/stat : 532 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14422843392 22166 33554432000 4194304 4196468 140731873822800 140368995277840 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=535] ppid=524 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/535/stat : 535 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14422843392 22166 33554432000 4194304 4196468 140731873822800 140368659790992 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=536] ppid=524 vsize=14084808 memory=142649352919385 CPUtime=0 cores=0,2,4,6
/proc/529/task/536/stat : 536 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14422843392 22166 33554432000 4194304 4196468 140731873822800 140368658737936 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=537] ppid=524 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/537/stat : 537 (java) S 524 529 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42558455 14422843392 22166 33554432000 4194304 4196468 140731873822800 140368657685392 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=538] ppid=524 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/538/stat : 538 (java) S 524 529 30179 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42558457 14422843392 22166 33554432000 4194304 4196468 140731873822800 140367977470192 140369065200258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=539] ppid=524 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/539/stat : 539 (java) S 524 529 30179 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42558457 14422843392 22166 33554432000 4194304 4196468 140731873822800 140367976416416 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=540] ppid=524 vsize=14084808 memory=280677320753392 CPUtime=0 cores=0,2,4,6
/proc/529/task/540/stat : 540 (java) S 524 529 30179 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42558457 14422843392 22166 33554432000 4194304 4196468 140731873822800 140367975363312 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=541] ppid=524 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/541/stat : 541 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14422843392 22166 33554432000 4194304 4196468 140731873822800 140367974311888 140369065207707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=542] ppid=524 vsize=14084808 memory=-1161699032756226647 CPUtime=0.06 cores=0,2,4,6
/proc/529/task/542/stat : 542 (java) S 524 529 30179 0 -1 1077944384 503 0 0 0 6 0 0 0 20 0 15 0 42558460 14422843392 22166 33554432000 4194304 4196468 140731873822800 140367973260016 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=543] ppid=524 vsize=14084808 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/529/task/543/stat : 543 (java) S 524 529 30179 0 -1 1077944384 431 0 0 0 8 0 0 0 20 0 15 0 42558460 14422843392 22166 33554432000 4194304 4196468 140731873822800 140367972207472 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=544] ppid=524 vsize=14084808 memory=6944656592455359580 CPUtime=0.16 cores=0,2,4,6
/proc/529/task/544/stat : 544 (java) S 524 529 30179 0 -1 1077944384 440 0 0 0 16 0 0 0 20 0 15 0 42558460 14422843392 22166 33554432000 4194304 4196468 140731873822800 140367971154416 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=545] ppid=524 vsize=14084808 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/529/task/545/stat : 545 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14422843392 22166 33554432000 4194304 4196468 140731873822800 140367970102112 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=546] ppid=524 vsize=14084808 memory=-4190076264842474805 CPUtime=0 cores=0,2,4,6
/proc/529/task/546/stat : 546 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558460 14422843392 22166 33554432000 4194304 4196468 140731873822800 140367969049136 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88664 KiB

[startup+1.50413 s]
/proc/loadavg: 1.44 1.36 1.33 3/215 546
/proc/meminfo: memFree=22398988/32770624 swapFree=67108860/67108860
[pid=529] ppid=524 vsize=14090952 memory=135992 CPUtime=2.91 cores=0,2,4,6
/proc/529/stat : 529 (java) S 524 529 30179 0 -1 1077944320 25737 0 0 0 285 6 0 0 20 0 15 0 42558454 14429134848 33998 33554432000 4194304 4196468 140731873822800 140731873805344 140369065189111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
/proc/529/statm: 3522738 33998 3534 1 0 3484809 0
[pid=529/tid=531] ppid=524 vsize=14090952 memory=126520 CPUtime=1.48 cores=0,2,4,6
/proc/529/task/531/stat : 531 (java) R 524 529 30179 0 -1 4202560 19117 0 0 0 144 4 0 0 20 0 15 0 42558455 14429134848 33998 33554432000 4194304 4196468 140731873822800 140369069420112 140368679158342 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=532] ppid=524 vsize=14090952 memory=88664 CPUtime=0 cores=0,2,4,6
/proc/529/task/532/stat : 532 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14429134848 33998 33554432000 4194304 4196468 140731873822800 140368995277840 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=535] ppid=524 vsize=14090952 memory=200 CPUtime=0 cores=0,2,4,6
/proc/529/task/535/stat : 535 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14429134848 33998 33554432000 4194304 4196468 140731873822800 140368659790992 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=536] ppid=524 vsize=14090952 memory=68 CPUtime=0 cores=0,2,4,6
/proc/529/task/536/stat : 536 (java) S 524 529 30179 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42558455 14429134848 33998 33554432000 4194304 4196468 140731873822800 140368658737936 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=537] ppid=524 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/537/stat : 537 (java) S 524 529 30179 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42558455 14429134848 33998 33554432000 4194304 4196468 140731873822800 140368657685392 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=538] ppid=524 vsize=14090952 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/538/stat : 538 (java) S 524 529 30179 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 42558457 14429134848 33998 33554432000 4194304 4196468 140731873822800 140367977470192 140369065200258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0

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

/proc/529/task/531/stat : 531 (java) R 524 529 30179 0 -1 4202560 60510 0 0 0 217604 44 0 0 20 0 15 0 42558455 14431232000 205273 33554432000 4194304 4196468 140731873822800 140369069427152 140368681124044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=532] ppid=524 vsize=14093000 memory=280677322670592 CPUtime=12.67 cores=0,2,4,6
/proc/529/task/532/stat : 532 (java) S 524 529 30179 0 -1 1077944384 7901 0 0 0 1200 67 0 0 20 0 15 0 42558455 14431232000 205273 33554432000 4194304 4196468 140731873822800 140368995277840 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=535] ppid=524 vsize=14093000 memory=812900 CPUtime=12.63 cores=0,2,4,6
/proc/529/task/535/stat : 535 (java) S 524 529 30179 0 -1 1077944384 7087 0 0 0 1202 61 0 0 20 0 15 0 42558455 14431232000 205273 33554432000 4194304 4196468 140731873822800 140368659790992 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=536] ppid=524 vsize=14093000 memory=821092 CPUtime=12.67 cores=0,2,4,6
/proc/529/task/536/stat : 536 (java) S 524 529 30179 0 -1 1077944384 11084 0 0 0 1204 63 0 0 20 0 15 0 42558455 14431232000 205273 33554432000 4194304 4196468 140731873822800 140368658737936 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=537] ppid=524 vsize=14093000 memory=816996 CPUtime=12.67 cores=0,2,4,6
/proc/529/task/537/stat : 537 (java) S 524 529 30179 0 -1 1077944384 7394 0 0 0 1206 61 0 0 20 0 15 0 42558455 14431232000 205273 33554432000 4194304 4196468 140731873822800 140368657685392 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=538] ppid=524 vsize=14093000 memory=821092 CPUtime=9.44 cores=0,2,4,6
/proc/529/task/538/stat : 538 (java) S 524 529 30179 0 -1 1077944384 7561 0 0 0 881 63 0 0 20 0 15 0 42558457 14431232000 205273 33554432000 4194304 4196468 140731873822800 140367977470192 140369065200258 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=539] ppid=524 vsize=14093000 memory=821092 CPUtime=0 cores=0,2,4,6
/proc/529/task/539/stat : 539 (java) S 524 529 30179 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 42558457 14431232000 205273 33554432000 4194304 4196468 140731873822800 140367976416480 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=540] ppid=524 vsize=14093000 memory=821092 CPUtime=0 cores=0,2,4,6
/proc/529/task/540/stat : 540 (java) S 524 529 30179 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 42558457 14431232000 205273 33554432000 4194304 4196468 140731873822800 140367975363328 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=541] ppid=524 vsize=14093000 memory=816996 CPUtime=0 cores=0,2,4,6
/proc/529/task/541/stat : 541 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14431232000 205273 33554432000 4194304 4196468 140731873822800 140367974311888 140369065207707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=542] ppid=524 vsize=14093000 memory=821092 CPUtime=1.68 cores=0,2,4,6
/proc/529/task/542/stat : 542 (java) S 524 529 30179 0 -1 1077944384 17064 0 0 0 166 2 0 0 20 0 15 0 42558460 14431232000 205273 33554432000 4194304 4196468 140731873822800 140367973260016 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=543] ppid=524 vsize=14093000 memory=0 CPUtime=1.5 cores=0,2,4,6
/proc/529/task/543/stat : 543 (java) S 524 529 30179 0 -1 1077944384 16580 0 0 0 147 3 0 0 20 0 15 0 42558460 14431232000 205273 33554432000 4194304 4196468 140731873822800 140367972207472 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=544] ppid=524 vsize=14093000 memory=4612 CPUtime=0.8 cores=0,2,4,6
/proc/529/task/544/stat : 544 (java) S 524 529 30179 0 -1 1077944384 15321 0 0 0 79 1 0 0 20 0 15 0 42558460 14431232000 205273 33554432000 4194304 4196468 140731873822800 140367971154416 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=545] ppid=524 vsize=14093000 memory=0 CPUtime=0 cores=0,2,4,6
/proc/529/task/545/stat : 545 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14431232000 205273 33554432000 4194304 4196468 140731873822800 140367970102112 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=546] ppid=524 vsize=14093000 memory=816996 CPUtime=1.37 cores=0,2,4,6
/proc/529/task/546/stat : 546 (java) S 524 529 30179 0 -1 1077944384 1458 0 0 0 67 70 0 0 20 0 15 0 42558460 14431232000 205273 33554432000 4194304 4196468 140731873822800 140367969049136 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
Current children cumulated CPU time: 2241.99 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 821092 KiB

[startup+2262.3 s]
/proc/loadavg: 1.51 1.39 1.41 3/215 743
/proc/meminfo: memFree=21199108/32770624 swapFree=67108860/67108860
[pid=529] ppid=524 vsize=14093000 memory=827236 CPUtime=2303.11 cores=0,2,4,6
/proc/529/stat : 529 (java) S 524 529 30179 0 -1 1077944320 155258 0 0 0 229946 365 0 0 20 0 15 0 42558454 14431232000 206809 33554432000 4194304 4196468 140731873822800 140731873805344 140369065189111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
/proc/529/statm: 3523250 206809 3597 1 0 3485321 0
[pid=529/tid=531] ppid=524 vsize=14093000 memory=827236 CPUtime=2235.75 cores=0,2,4,6
/proc/529/task/531/stat : 531 (java) R 524 529 30179 0 -1 4202560 61447 0 0 0 223530 45 0 0 20 0 15 0 42558455 14431232000 206809 33554432000 4194304 4196468 140731873822800 140369069427152 140368679725667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=532] ppid=524 vsize=14093000 memory=6947385649911455296 CPUtime=13.06 cores=0,2,4,6
/proc/529/task/532/stat : 532 (java) S 524 529 30179 0 -1 1077944384 8066 0 0 0 1238 68 0 0 20 0 15 0 42558455 14431232000 206809 33554432000 4194304 4196468 140731873822800 140368995277840 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=535] ppid=524 vsize=14093000 memory=825188 CPUtime=13.03 cores=0,2,4,6
/proc/529/task/535/stat : 535 (java) S 524 529 30179 0 -1 1077944384 7325 0 0 0 1240 63 0 0 20 0 15 0 42558455 14431232000 206809 33554432000 4194304 4196468 140731873822800 140368659790992 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=536] ppid=524 vsize=14093000 memory=827236 CPUtime=13.06 cores=0,2,4,6
/proc/529/task/536/stat : 536 (java) S 524 529 30179 0 -1 1077944384 11256 0 0 0 1242 64 0 0 20 0 15 0 42558455 14431232000 206809 33554432000 4194304 4196468 140731873822800 140368658737936 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=537] ppid=524 vsize=14093000 memory=827236 CPUtime=13.07 cores=0,2,4,6
/proc/529/task/537/stat : 537 (java) S 524 529 30179 0 -1 1077944384 7536 0 0 0 1244 63 0 0 20 0 15 0 42558455 14431232000 206809 33554432000 4194304 4196468 140731873822800 140368657685392 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=538] ppid=524 vsize=14093000 memory=827236 CPUtime=9.65 cores=0,2,4,6
/proc/529/task/538/stat : 538 (java) S 524 529 30179 0 -1 1077944384 7741 0 0 0 901 64 0 0 20 0 15 0 42558457 14431232000 206809 33554432000 4194304 4196468 140731873822800 140367977470192 140369065200258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=539] ppid=524 vsize=14093000 memory=827236 CPUtime=0 cores=0,2,4,6
/proc/529/task/539/stat : 539 (java) S 524 529 30179 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 42558457 14431232000 206809 33554432000 4194304 4196468 140731873822800 140367976416480 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=540] ppid=524 vsize=14093000 memory=827236 CPUtime=0 cores=0,2,4,6
/proc/529/task/540/stat : 540 (java) S 524 529 30179 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 42558457 14431232000 206809 33554432000 4194304 4196468 140731873822800 140367975363328 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=541] ppid=524 vsize=14093000 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/529/task/541/stat : 541 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14431232000 206809 33554432000 4194304 4196468 140731873822800 140367974311888 140369065207707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=542] ppid=524 vsize=14093000 memory=827236 CPUtime=1.68 cores=0,2,4,6
/proc/529/task/542/stat : 542 (java) S 524 529 30179 0 -1 1077944384 17066 0 0 0 166 2 0 0 20 0 15 0 42558460 14431232000 206809 33554432000 4194304 4196468 140731873822800 140367973260016 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=543] ppid=524 vsize=14093000 memory=4140 CPUtime=1.5 cores=0,2,4,6
/proc/529/task/543/stat : 543 (java) S 524 529 30179 0 -1 1077944384 16582 0 0 0 147 3 0 0 20 0 15 0 42558460 14431232000 206809 33554432000 4194304 4196468 140731873822800 140367972207472 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=544] ppid=524 vsize=14093000 memory=928 CPUtime=0.8 cores=0,2,4,6
/proc/529/task/544/stat : 544 (java) S 524 529 30179 0 -1 1077944384 15323 0 0 0 79 1 0 0 20 0 15 0 42558460 14431232000 206809 33554432000 4194304 4196468 140731873822800 140367971154416 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=545] ppid=524 vsize=14093000 memory=1576 CPUtime=0 cores=0,2,4,6
/proc/529/task/545/stat : 545 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14431232000 206809 33554432000 4194304 4196468 140731873822800 140367970102112 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=546] ppid=524 vsize=14093000 memory=827236 CPUtime=1.41 cores=0,2,4,6
/proc/529/task/546/stat : 546 (java) S 524 529 30179 0 -1 1077944384 1471 0 0 0 69 72 0 0 20 0 15 0 42558460 14431232000 206809 33554432000 4194304 4196468 140731873822800 140367969049136 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
Current children cumulated CPU time: 2303.11 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 827236 KiB

[startup+2322.3 s]
/proc/loadavg: 1.72 1.49 1.44 3/215 744
/proc/meminfo: memFree=21209136/32770624 swapFree=67108860/67108860
[pid=529] ppid=524 vsize=14093000 memory=833380 CPUtime=2364.25 cores=0,2,4,6
/proc/529/stat : 529 (java) S 524 529 30179 0 -1 1077944320 157347 0 0 0 236053 372 0 0 20 0 15 0 42558454 14431232000 208345 33554432000 4194304 4196468 140731873822800 140731873805344 140369065189111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
/proc/529/statm: 3523250 208345 3597 1 0 3485321 0
[pid=529/tid=531] ppid=524 vsize=14093000 memory=831332 CPUtime=2295.02 cores=0,2,4,6
/proc/529/task/531/stat : 531 (java) R 524 529 30179 0 -1 4202560 62282 0 0 0 229457 45 0 0 20 0 15 0 42558455 14431232000 208345 33554432000 4194304 4196468 140731873822800 140369069427152 140368681124260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=532] ppid=524 vsize=14093000 memory=831332 CPUtime=13.46 cores=0,2,4,6
/proc/529/task/532/stat : 532 (java) S 524 529 30179 0 -1 1077944384 8503 0 0 0 1277 69 0 0 20 0 15 0 42558455 14431232000 208345 33554432000 4194304 4196468 140731873822800 140368995277840 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=535] ppid=524 vsize=14093000 memory=833380 CPUtime=13.43 cores=0,2,4,6
/proc/529/task/535/stat : 535 (java) S 524 529 30179 0 -1 1077944384 7475 0 0 0 1279 64 0 0 20 0 15 0 42558455 14431232000 208345 33554432000 4194304 4196468 140731873822800 140368659790992 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=536] ppid=524 vsize=14093000 memory=833380 CPUtime=13.47 cores=0,2,4,6
/proc/529/task/536/stat : 536 (java) S 524 529 30179 0 -1 1077944384 11546 0 0 0 1281 66 0 0 20 0 15 0 42558455 14431232000 208345 33554432000 4194304 4196468 140731873822800 140368658737936 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=537] ppid=524 vsize=14093000 memory=833380 CPUtime=13.48 cores=0,2,4,6
/proc/529/task/537/stat : 537 (java) S 524 529 30179 0 -1 1077944384 7713 0 0 0 1284 64 0 0 20 0 15 0 42558455 14431232000 208345 33554432000 4194304 4196468 140731873822800 140368657685392 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=538] ppid=524 vsize=14093000 memory=833380 CPUtime=9.86 cores=0,2,4,6
/proc/529/task/538/stat : 538 (java) S 524 529 30179 0 -1 1077944384 7920 0 0 0 921 65 0 0 20 0 15 0 42558457 14431232000 208345 33554432000 4194304 4196468 140731873822800 140367977470192 140369065200258 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=539] ppid=524 vsize=14093000 memory=833380 CPUtime=0 cores=0,2,4,6
/proc/529/task/539/stat : 539 (java) S 524 529 30179 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 42558457 14431232000 208345 33554432000 4194304 4196468 140731873822800 140367976416480 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=540] ppid=524 vsize=14093000 memory=833380 CPUtime=0 cores=0,2,4,6
/proc/529/task/540/stat : 540 (java) S 524 529 30179 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 42558457 14431232000 208345 33554432000 4194304 4196468 140731873822800 140367975363328 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=541] ppid=524 vsize=14093000 memory=833380 CPUtime=0 cores=0,2,4,6
/proc/529/task/541/stat : 541 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14431232000 208345 33554432000 4194304 4196468 140731873822800 140367974311888 140369065207707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=542] ppid=524 vsize=14093000 memory=833380 CPUtime=1.68 cores=0,2,4,6
/proc/529/task/542/stat : 542 (java) S 524 529 30179 0 -1 1077944384 17068 0 0 0 166 2 0 0 20 0 15 0 42558460 14431232000 208345 33554432000 4194304 4196468 140731873822800 140367973260016 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=543] ppid=524 vsize=14093000 memory=4388 CPUtime=1.5 cores=0,2,4,6
/proc/529/task/543/stat : 543 (java) S 524 529 30179 0 -1 1077944384 16584 0 0 0 147 3 0 0 20 0 15 0 42558460 14431232000 208345 33554432000 4194304 4196468 140731873822800 140367972207472 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=544] ppid=524 vsize=14093000 memory=2244 CPUtime=0.8 cores=0,2,4,6
/proc/529/task/544/stat : 544 (java) S 524 529 30179 0 -1 1077944384 15325 0 0 0 79 1 0 0 20 0 15 0 42558460 14431232000 208345 33554432000 4194304 4196468 140731873822800 140367971154416 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=545] ppid=524 vsize=14093000 memory=833380 CPUtime=0 cores=0,2,4,6
/proc/529/task/545/stat : 545 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14431232000 208345 33554432000 4194304 4196468 140731873822800 140367970102112 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=546] ppid=524 vsize=14093000 memory=833380 CPUtime=1.45 cores=0,2,4,6
/proc/529/task/546/stat : 546 (java) S 524 529 30179 0 -1 1077944384 1486 0 0 0 71 74 0 0 20 0 15 0 42558460 14431232000 208345 33554432000 4194304 4196468 140731873822800 140367969049136 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
Current children cumulated CPU time: 2364.25 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 833380 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.4 s]
/proc/loadavg: 1.55 1.47 1.43 3/215 744
/proc/meminfo: memFree=21034284/32770624 swapFree=67108860/67108860
[pid=529] ppid=524 vsize=14093000 memory=837476 CPUtime=2400.04 cores=0,2,4,6
/proc/529/stat : 529 (java) S 524 529 30179 0 -1 1077944320 158913 0 0 0 239628 376 0 0 20 0 15 0 42558454 14431232000 209369 33554432000 4194304 4196468 140731873822800 140731873805344 140369065189111 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
/proc/529/statm: 3523250 209369 3597 1 0 3485321 0
[pid=529/tid=531] ppid=524 vsize=14093000 memory=288230621803970871 CPUtime=2329.69 cores=0,2,4,6
/proc/529/task/531/stat : 531 (java) R 524 529 30179 0 -1 4202560 62931 0 0 0 232923 46 0 0 20 0 15 0 42558455 14431232000 209369 33554432000 4194304 4196468 140731873822800 140369069427040 140368681364886 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=532] ppid=524 vsize=14093000 memory=15257034622764436 CPUtime=13.71 cores=0,2,4,6
/proc/529/task/532/stat : 532 (java) S 524 529 30179 0 -1 1077944384 8684 0 0 0 1301 70 0 0 20 0 15 0 42558455 14431232000 209369 33554432000 4194304 4196468 140731873822800 140368995277840 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=535] ppid=524 vsize=14093000 memory=4612 CPUtime=13.68 cores=0,2,4,6
/proc/529/task/535/stat : 535 (java) S 524 529 30179 0 -1 1077944384 7598 0 0 0 1303 65 0 0 20 0 15 0 42558455 14431232000 209369 33554432000 4194304 4196468 140731873822800 140368659790992 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=536] ppid=524 vsize=14093000 memory=837476 CPUtime=13.72 cores=0,2,4,6
/proc/529/task/536/stat : 536 (java) S 524 529 30179 0 -1 1077944384 11628 0 0 0 1305 67 0 0 20 0 15 0 42558455 14431232000 209369 33554432000 4194304 4196468 140731873822800 140368658737936 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=537] ppid=524 vsize=14093000 memory=288230574492221466 CPUtime=13.72 cores=0,2,4,6
/proc/529/task/537/stat : 537 (java) S 524 529 30179 0 -1 1077944384 8046 0 0 0 1307 65 0 0 20 0 15 0 42558455 14431232000 209369 33554432000 4194304 4196468 140731873822800 140368657685392 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=538] ppid=524 vsize=14093000 memory=288230621803970871 CPUtime=9.99 cores=0,2,4,6
/proc/529/task/538/stat : 538 (java) S 524 529 30179 0 -1 1077944384 8096 0 0 0 933 66 0 0 20 0 15 0 42558457 14431232000 209369 33554432000 4194304 4196468 140731873822800 140367977470192 140369065200258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=539] ppid=524 vsize=14093000 memory=15257034622764436 CPUtime=0 cores=0,2,4,6
/proc/529/task/539/stat : 539 (java) S 524 529 30179 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 42558457 14431232000 209369 33554432000 4194304 4196468 140731873822800 140367976416480 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=540] ppid=524 vsize=14093000 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/529/task/540/stat : 540 (java) S 524 529 30179 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 42558457 14431232000 209369 33554432000 4194304 4196468 140731873822800 140367975363328 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=541] ppid=524 vsize=14093000 memory=960 CPUtime=0 cores=0,2,4,6
/proc/529/task/541/stat : 541 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14431232000 209369 33554432000 4194304 4196468 140731873822800 140367974311888 140369065207707 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=542] ppid=524 vsize=14093000 memory=1236 CPUtime=1.68 cores=0,2,4,6
/proc/529/task/542/stat : 542 (java) S 524 529 30179 0 -1 1077944384 17070 0 0 0 166 2 0 0 20 0 15 0 42558460 14431232000 209369 33554432000 4194304 4196468 140731873822800 140367973260016 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=543] ppid=524 vsize=14093000 memory=140338661059857 CPUtime=1.5 cores=0,2,4,6
/proc/529/task/543/stat : 543 (java) S 524 529 30179 0 -1 1077944384 16586 0 0 0 147 3 0 0 20 0 15 0 42558460 14431232000 209369 33554432000 4194304 4196468 140731873822800 140367972207472 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=544] ppid=524 vsize=14093000 memory=-7812736537705029536 CPUtime=0.8 cores=0,2,4,6
/proc/529/task/544/stat : 544 (java) S 524 529 30179 0 -1 1077944384 15328 0 0 0 79 1 0 0 20 0 15 0 42558460 14431232000 209369 33554432000 4194304 4196468 140731873822800 140367971154416 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=545] ppid=524 vsize=14093000 memory=-3195349257566499689 CPUtime=0 cores=0,2,4,6
/proc/529/task/545/stat : 545 (java) S 524 529 30179 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42558460 14431232000 209369 33554432000 4194304 4196468 140731873822800 140367970102112 140369065199317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
[pid=529/tid=546] ppid=524 vsize=14093000 memory=288230621803970871 CPUtime=1.47 cores=0,2,4,6
/proc/529/task/546/stat : 546 (java) S 524 529 30179 0 -1 1077944384 1501 0 0 0 72 75 0 0 20 0 15 0 42558460 14431232000 209369 33554432000 4194304 4196468 140731873822800 140367969049136 140369065200258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33931264 140731873825876 140731873826057 140731873826057 140731873828815 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 837476 KiB

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

[startup+2357.42 s]
# the end of solver process 529 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.3 s, system=3.77413 s

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

Child status: 143
Real time (s): 2357.42
CPU time (s): 2400.08
CPU user time (s): 2396.3
CPU system time (s): 3.77413
CPU usage (%): 101.809
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 837476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.3
system time used= 3.77413
maximum resident set size= 837896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159239
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 321658
involuntary context switches= 8299


# summary of solver processes directly reported to runsolver:
#   pid: 529
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.3
#   total CPU system time (s): 3.77413

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2741 second user time and 21.6603 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-22 10:59:13
IDJOB=4291530
IDBENCH=141374
IDSOLVER=2746
FILE ID=node138/4291530-1532249953
RUNJOBID= node138-1532226565-30210
PBS_JOBID= 21018959
Free space on /tmp= 59076 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291530-1532249953/watcher-4291530-1532249953 -o /tmp/evaluation-result-4291530-1532249953/solver-4291530-1532249953 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532226565-30210 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1919929160 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291530-1532249953.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=1919929160

node138.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.71
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.71
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.71
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.71
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:        22490056 kB
MemAvailable:   31594336 kB
Buffers:          240116 kB
Cached:          9105920 kB
SwapCached:            0 kB
Active:          2694472 kB
Inactive:        7069084 kB
Active(anon):     420668 kB
Inactive(anon):    16972 kB
Active(file):    2273804 kB
Inactive(file):  7052112 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35680 kB
Writeback:             0 kB
AnonPages:        425260 kB
Mapped:            48964 kB
Shmem:             17036 kB
Slab:             215368 kB
SReclaimable:     188400 kB
SUnreclaim:        26968 kB
KernelStack:        3840 kB
PageTables:         6032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1259080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    344064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 59040 MiB
End job on node138 at 2018-07-22 11:38:30