Trace number 4310335

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-08-14SAT (TO)64 252.061 246.136

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark174.462
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"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.56	c version: 2018-08-14
0.68/0.56	c seed: 2116252591
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.52/1.06	c Parsing done, starting first complete search...
1.74/1.19	o 99
3.64/1.80	c First complete search done, starting ALNS search...
3.64/1.88	o 93
3.64/1.88	o 92
3.64/1.88	o 91
3.64/1.88	o 90
3.64/1.88	o 88
3.64/1.88	o 87
3.64/1.89	o 74
14.41/11.44	o 73
19.31/16.14	o 72
43.62/40.12	o 68
44.12/40.65	o 67
53.57/49.94	o 66
62.97/59.21	o 65
73.59/69.71	o 64
252.03/246.11	s SATISFIABLE
252.03/246.11	v <instantiation>
252.03/246.11	v 	<list>
252.03/246.11	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[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9]
252.03/246.11	v 	</list>
252.03/246.11	v 	<values>
252.03/246.11	v 		2 9 17 39 40 43 53 59 64 7 15 37 38 41 51 57 62 8 30 31 34 44 50 55 22 23 26 36 42 47 1 4 14 20 25 3 13 19 24 10 16 21 6 11 5 0 2 9 17 39 40 43 53 59 64 
252.03/246.11	v 	</values>
252.03/246.11	v </instantiation>

Verifier Data

OK	64

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310335-1534331349/watcher-4310335-1534331349 -o /tmp/evaluation-result-4310335-1534331349/solver-4310335-1534331349 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534328374-25580 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 2116252591 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310335-1534331349.xml 

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

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


[startup+0.108662 s]*
/proc/loadavg: 1.24 1.44 1.65 3/215 28159
/proc/meminfo: memFree=28752312/32770624 swapFree=67030680/67108860
[pid=28144] ppid=28141 vsize=14082736 memory=33736 CPUtime=0.13 cores=0,2,4,6
/proc/28144/stat : 28144 (java) S 28141 28144 25549 0 -1 1077944320 7390 0 0 0 12 1 0 0 20 0 15 0 250698033 14420721664 8434 33554432000 4194304 4196468 140730802092448 140730802074992 140259547848439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
/proc/28144/statm: 3520684 8434 3142 1 0 3482761 0
[pid=28144/tid=28146] ppid=28141 vsize=14082736 memory=-8557575366716199548 CPUtime=0.09 cores=0,2,4,6
/proc/28144/task/28146/stat : 28146 (java) R 28141 28144 25549 0 -1 4202560 5477 0 0 0 9 0 0 0 20 0 15 0 250698033 14420721664 8434 33554432000 4194304 4196468 140730802092448 140259552070944 140259531928926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28147] ppid=28141 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28147/stat : 28147 (java) S 28141 28144 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 8434 33554432000 4194304 4196468 140730802092448 140259477937296 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28148] ppid=28141 vsize=14082736 memory=139769597900416 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28148/stat : 28148 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 8434 33554432000 4194304 4196468 140730802092448 140259476884496 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28149] ppid=28141 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28149/stat : 28149 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 8500 33554432000 4194304 4196468 140730802092448 140259475831696 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28150] ppid=28141 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28150/stat : 28150 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 8500 33554432000 4194304 4196468 140730802092448 140259474778896 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28151] ppid=28141 vsize=14082736 memory=139769597900416 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28151/stat : 28151 (java) S 28141 28144 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250698036 14420721664 8500 33554432000 4194304 4196468 140730802092448 140258460014960 140259547859586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28152] ppid=28141 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28152/stat : 28152 (java) S 28141 28144 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250698036 14420721664 8500 33554432000 4194304 4196468 140730802092448 140258458960928 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28153] ppid=28141 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28153/stat : 28153 (java) S 28141 28144 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250698036 14420721664 8500 33554432000 4194304 4196468 140730802092448 140258457908080 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28154] ppid=28141 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28154/stat : 28154 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 8500 33554432000 4194304 4196468 140730802092448 140258456856400 140259547867035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28155] ppid=28141 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28155/stat : 28155 (java) S 28141 28144 25549 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 8500 33554432000 4194304 4196468 140730802092448 140258455804784 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28156] ppid=28141 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28156/stat : 28156 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 8500 33554432000 4194304 4196468 140730802092448 140258454751984 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28157] ppid=28141 vsize=14082736 memory=139769597900416 CPUtime=0.01 cores=0,2,4,6
/proc/28144/task/28157/stat : 28157 (java) S 28141 28144 25549 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 250698039 14420721664 8500 33554432000 4194304 4196468 140730802092448 140258453699184 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28158] ppid=28141 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28158/stat : 28158 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 8500 33554432000 4194304 4196468 140730802092448 140258452646624 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28159] ppid=28141 vsize=14082736 memory=139769597900416 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28159/stat : 28159 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 8500 33554432000 4194304 4196468 140730802092448 140258451593904 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 33736 KiB

[startup+0.210401 s]*
/proc/loadavg: 1.24 1.44 1.65 5/215 28159
/proc/meminfo: memFree=28738128/32770624 swapFree=67030680/67108860
[pid=28144] ppid=28141 vsize=14082736 memory=47128 CPUtime=0.3 cores=0,2,4,6
/proc/28144/stat : 28144 (java) S 28141 28144 25549 0 -1 1077944320 10360 0 0 0 28 2 0 0 20 0 15 0 250698033 14420721664 11782 33554432000 4194304 4196468 140730802092448 140730802074992 140259547848439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
/proc/28144/statm: 3520684 11782 3382 1 0 3482761 0
[pid=28144/tid=28146] ppid=28141 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/28144/task/28146/stat : 28146 (java) R 28141 28144 25549 0 -1 4202560 8132 0 0 0 18 1 0 0 20 0 15 0 250698033 14420721664 11782 33554432000 4194304 4196468 140730802092448 140259552075632 140259547869786 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28147] ppid=28141 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28147/stat : 28147 (java) S 28141 28144 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 11782 33554432000 4194304 4196468 140730802092448 140259477937296 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28148] ppid=28141 vsize=14082736 memory=288370145749612160 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28148/stat : 28148 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 11782 33554432000 4194304 4196468 140730802092448 140259476884496 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28149] ppid=28141 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28149/stat : 28149 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 11782 33554432000 4194304 4196468 140730802092448 140259475831696 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28150] ppid=28141 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28150/stat : 28150 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 11782 33554432000 4194304 4196468 140730802092448 140259474778896 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28151] ppid=28141 vsize=14082736 memory=139769597900416 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28151/stat : 28151 (java) S 28141 28144 25549 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250698036 14420721664 11782 33554432000 4194304 4196468 140730802092448 140258460014960 140259547859586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28152] ppid=28141 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28152/stat : 28152 (java) S 28141 28144 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250698036 14420721664 11782 33554432000 4194304 4196468 140730802092448 140258458960928 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28153] ppid=28141 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28153/stat : 28153 (java) S 28141 28144 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250698036 14420721664 11782 33554432000 4194304 4196468 140730802092448 140258457908080 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28154] ppid=28141 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28154/stat : 28154 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 11782 33554432000 4194304 4196468 140730802092448 140258456856400 140259547867035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28155] ppid=28141 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28144/task/28155/stat : 28155 (java) R 28141 28144 25549 0 -1 4202560 539 0 0 0 1 0 0 0 20 0 15 0 250698039 14420721664 11782 33554432000 4194304 4196468 140730802092448 140258455796112 140259528345456 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28156] ppid=28141 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28144/task/28156/stat : 28156 (java) R 28141 28144 25549 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 15 0 250698039 14420721664 11782 33554432000 4194304 4196468 140730802092448 140258454752080 140259547858645 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28157] ppid=28141 vsize=14082736 memory=139769597900416 CPUtime=0.06 cores=0,2,4,6
/proc/28144/task/28157/stat : 28157 (java) R 28141 28144 25549 0 -1 4202560 270 0 0 0 6 0 0 0 20 0 15 0 250698039 14420721664 11782 33554432000 4194304 4196468 140730802092448 140258453699184 140259547860374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28158] ppid=28141 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28158/stat : 28158 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 11782 33554432000 4194304 4196468 140730802092448 140258452646624 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28159] ppid=28141 vsize=14082736 memory=139769597900416 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28159/stat : 28159 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 11782 33554432000 4194304 4196468 140730802092448 140258451593904 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47128 KiB

[startup+0.310416 s]*
/proc/loadavg: 1.24 1.44 1.65 4/215 28159
/proc/meminfo: memFree=28734840/32770624 swapFree=67030680/67108860
[pid=28144] ppid=28141 vsize=14082736 memory=50376 CPUtime=0.43 cores=0,2,4,6
/proc/28144/stat : 28144 (java) S 28141 28144 25549 0 -1 1077944320 10735 0 0 0 41 2 0 0 20 0 15 0 250698033 14420721664 12594 33554432000 4194304 4196468 140730802092448 140730802074992 140259547848439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
/proc/28144/statm: 3520684 12594 3384 1 0 3482761 0
[pid=28144/tid=28146] ppid=28141 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/28144/task/28146/stat : 28146 (java) R 28141 28144 25549 0 -1 4202560 8465 0 0 0 28 1 0 0 20 0 15 0 250698033 14420721664 12594 33554432000 4194304 4196468 140730802092448 140259552057136 140259533014094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28147] ppid=28141 vsize=14082736 memory=4294976238 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28147/stat : 28147 (java) S 28141 28144 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 12594 33554432000 4194304 4196468 140730802092448 140259477937296 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28148] ppid=28141 vsize=14082736 memory=288370145749612160 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28148/stat : 28148 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 12594 33554432000 4194304 4196468 140730802092448 140259476884496 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28149] ppid=28141 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28149/stat : 28149 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 12594 33554432000 4194304 4196468 140730802092448 140259475831696 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28150] ppid=28141 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28150/stat : 28150 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14420721664 12594 33554432000 4194304 4196468 140730802092448 140259474778896 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28151] ppid=28141 vsize=14082736 memory=139769597900416 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28151/stat : 28151 (java) S 28141 28144 25549 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250698036 14420721664 12594 33554432000 4194304 4196468 140730802092448 140258460014960 140259547859586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28152] ppid=28141 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28152/stat : 28152 (java) S 28141 28144 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250698036 14420721664 12594 33554432000 4194304 4196468 140730802092448 140258458960928 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28153] ppid=28141 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28153/stat : 28153 (java) S 28141 28144 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250698036 14420721664 12594 33554432000 4194304 4196468 140730802092448 140258457908080 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28154] ppid=28141 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28154/stat : 28154 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 12594 33554432000 4194304 4196468 140730802092448 140258456856400 140259547867035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28155] ppid=28141 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28144/task/28155/stat : 28155 (java) S 28141 28144 25549 0 -1 1077944384 558 0 0 0 2 0 0 0 20 0 15 0 250698039 14420721664 12594 33554432000 4194304 4196468 140730802092448 140258455804784 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28156] ppid=28141 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28144/task/28156/stat : 28156 (java) S 28141 28144 25549 0 -1 1077944384 53 0 0 0 1 0 0 0 20 0 15 0 250698039 14420721664 12594 33554432000 4194304 4196468 140730802092448 140258454751984 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28157] ppid=28141 vsize=14082736 memory=139769597900416 CPUtime=0.08 cores=0,2,4,6
/proc/28144/task/28157/stat : 28157 (java) S 28141 28144 25549 0 -1 1077944384 278 0 0 0 8 0 0 0 20 0 15 0 250698039 14420721664 12594 33554432000 4194304 4196468 140730802092448 140258453699184 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28158] ppid=28141 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28158/stat : 28158 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 12594 33554432000 4194304 4196468 140730802092448 140258452646624 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28159] ppid=28141 vsize=14082736 memory=139769597900416 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28159/stat : 28159 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698039 14420721664 12594 33554432000 4194304 4196468 140730802092448 140258451593904 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50376 KiB

[startup+0.700885 s]
/proc/loadavg: 1.24 1.44 1.65 3/215 28159
/proc/meminfo: memFree=28712780/32770624 swapFree=67030680/67108860
[pid=28144] ppid=28141 vsize=14084804 memory=88656 CPUtime=0.99 cores=0,2,4,6
/proc/28144/stat : 28144 (java) S 28141 28144 25549 0 -1 1077944320 17561 0 0 0 95 4 0 0 20 0 15 0 250698033 14422839296 22164 33554432000 4194304 4196468 140730802092448 140730802074992 140259547848439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
/proc/28144/statm: 3521201 22164 3498 1 0 3483273 0
[pid=28144/tid=28146] ppid=28141 vsize=14084804 memory=34144 CPUtime=0.67 cores=0,2,4,6
/proc/28144/task/28146/stat : 28146 (java) R 28141 28144 25549 0 -1 4202560 14874 0 0 0 64 3 0 0 20 0 15 0 250698033 14422839296 22164 33554432000 4194304 4196468 140730802092448 140259552075504 140259547870365 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28147] ppid=28141 vsize=14084804 memory=11908 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28147/stat : 28147 (java) S 28141 28144 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250698034 14422839296 22164 33554432000 4194304 4196468 140730802092448 140259477937296 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28148] ppid=28141 vsize=14084804 memory=492 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28148/stat : 28148 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14422839296 22164 33554432000 4194304 4196468 140730802092448 140259476884496 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28149] ppid=28141 vsize=14084804 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28149/stat : 28149 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14422839296 22164 33554432000 4194304 4196468 140730802092448 140259475831696 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28150] ppid=28141 vsize=14084804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28150/stat : 28150 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14422839296 22164 33554432000 4194304 4196468 140730802092448 140259474778896 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28151] ppid=28141 vsize=14084804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28151/stat : 28151 (java) S 28141 28144 25549 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250698036 14422839296 22164 33554432000 4194304 4196468 140730802092448 140258460014960 140259547859586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28152] ppid=28141 vsize=14084804 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28152/stat : 28152 (java) S 28141 28144 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250698036 14422839296 22164 33554432000 4194304 4196468 140730802092448 140258458960928 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28153] ppid=28141 vsize=14084804 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28153/stat : 28153 (java) S 28141 28144 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250698036 14422839296 22164 33554432000 4194304 4196468 140730802092448 140258457908080 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28154] ppid=28141 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28154/stat : 28154 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14422839296 22164 33554432000 4194304 4196468 140730802092448 140258456856400 140259547867035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28155] ppid=28141 vsize=14084804 memory=7881696724453321575 CPUtime=0.08 cores=0,2,4,6
/proc/28144/task/28155/stat : 28155 (java) S 28141 28144 25549 0 -1 1077944384 699 0 0 0 8 0 0 0 20 0 15 0 250698039 14422839296 22164 33554432000 4194304 4196468 140730802092448 140258455804784 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28156] ppid=28141 vsize=14084804 memory=7453282923461570405 CPUtime=0.06 cores=0,2,4,6
/proc/28144/task/28156/stat : 28156 (java) S 28141 28144 25549 0 -1 1077944384 229 0 0 0 6 0 0 0 20 0 15 0 250698039 14422839296 22164 33554432000 4194304 4196468 140730802092448 140258454751984 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28157] ppid=28141 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/28144/task/28157/stat : 28157 (java) S 28141 28144 25549 0 -1 1077944384 378 0 0 0 15 0 0 0 20 0 15 0 250698039 14422839296 22164 33554432000 4194304 4196468 140730802092448 140258453699184 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28158] ppid=28141 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28158/stat : 28158 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14422839296 22164 33554432000 4194304 4196468 140730802092448 140258452646624 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28159] ppid=28141 vsize=14084804 memory=972 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28159/stat : 28159 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698039 14422839296 22164 33554432000 4194304 4196468 140730802092448 140258451593904 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88656 KiB

[startup+1.50166 s]
/proc/loadavg: 1.22 1.43 1.65 3/215 28159
/proc/meminfo: memFree=28678224/32770624 swapFree=67030680/67108860
[pid=28144] ppid=28141 vsize=14090948 memory=132928 CPUtime=2.95 cores=0,2,4,6
/proc/28144/stat : 28144 (java) S 28141 28144 25549 0 -1 1077944320 24462 0 0 0 288 7 0 0 20 0 15 0 250698033 14429130752 33232 33554432000 4194304 4196468 140730802092448 140730802074992 140259547848439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
/proc/28144/statm: 3522737 33232 3533 1 0 3484809 0
[pid=28144/tid=28146] ppid=28141 vsize=14090948 memory=126344 CPUtime=1.47 cores=0,2,4,6
/proc/28144/task/28146/stat : 28146 (java) R 28141 28144 25549 0 -1 4202560 18976 0 0 0 142 5 0 0 20 0 15 0 250698033 14429130752 33232 33554432000 4194304 4196468 140730802092448 140259552083560 140259157659803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28147] ppid=28141 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28147/stat : 28147 (java) S 28141 28144 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250698034 14429130752 33232 33554432000 4194304 4196468 140730802092448 140259477937296 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28148] ppid=28141 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28148/stat : 28148 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14429130752 33232 33554432000 4194304 4196468 140730802092448 140259476884496 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28149] ppid=28141 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28149/stat : 28149 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14429130752 33232 33554432000 4194304 4196468 140730802092448 140259475831696 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28150] ppid=28141 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28150/stat : 28150 (java) S 28141 28144 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250698034 14429130752 33232 33554432000 4194304 4196468 140730802092448 140259474778896 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28151] ppid=28141 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28151/stat : 28151 (java) S 28141 28144 25549 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 250698036 14429130752 33232 33554432000 4194304 4196468 140730802092448 140258460014960 140259547859586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0

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

/proc/28144/task/28146/stat : 28146 (java) R 28141 28144 25549 0 -1 4202560 29265 0 0 0 16078 8 0 0 20 0 15 0 250698033 14431227904 47790 33554432000 4194304 4196468 140730802092448 140259552085568 140259154284670 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28147] ppid=28141 vsize=14092996 memory=184808 CPUtime=0.53 cores=0,2,4,6
/proc/28144/task/28147/stat : 28147 (java) S 28141 28144 25549 0 -1 1077944384 3095 0 0 0 47 6 0 0 20 0 15 0 250698034 14431227904 47790 33554432000 4194304 4196468 140730802092448 140259477937296 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28148] ppid=28141 vsize=14092996 memory=189060 CPUtime=0.55 cores=0,2,4,6
/proc/28144/task/28148/stat : 28148 (java) S 28141 28144 25549 0 -1 1077944384 369 0 0 0 50 5 0 0 20 0 15 0 250698034 14431227904 47790 33554432000 4194304 4196468 140730802092448 140259476884496 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28149] ppid=28141 vsize=14092996 memory=191160 CPUtime=0.56 cores=0,2,4,6
/proc/28144/task/28149/stat : 28149 (java) S 28141 28144 25549 0 -1 1077944384 2350 0 0 0 51 5 0 0 20 0 15 0 250698034 14431227904 47790 33554432000 4194304 4196468 140730802092448 140259475831696 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28150] ppid=28141 vsize=14092996 memory=191160 CPUtime=0.54 cores=0,2,4,6
/proc/28144/task/28150/stat : 28150 (java) S 28141 28144 25549 0 -1 1077944384 730 0 0 0 50 4 0 0 20 0 15 0 250698034 14431227904 47790 33554432000 4194304 4196468 140730802092448 140259474778896 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28151] ppid=28141 vsize=14092996 memory=189112 CPUtime=0.62 cores=0,2,4,6
/proc/28144/task/28151/stat : 28151 (java) S 28141 28144 25549 0 -1 1077944384 1713 0 0 0 58 4 0 0 20 0 15 0 250698036 14431227904 47790 33554432000 4194304 4196468 140730802092448 140258460014960 140259547859586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28152] ppid=28141 vsize=14092996 memory=66540 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28152/stat : 28152 (java) S 28141 28144 25549 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250698036 14431227904 47790 33554432000 4194304 4196468 140730802092448 140258458960992 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28153] ppid=28141 vsize=14092996 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28153/stat : 28153 (java) S 28141 28144 25549 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250698036 14431227904 47790 33554432000 4194304 4196468 140730802092448 140258457908096 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28154] ppid=28141 vsize=14092996 memory=1684 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28154/stat : 28154 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14431227904 47790 33554432000 4194304 4196468 140730802092448 140258456856400 140259547867035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28155] ppid=28141 vsize=14092996 memory=34144 CPUtime=1.37 cores=0,2,4,6
/proc/28144/task/28155/stat : 28155 (java) S 28141 28144 25549 0 -1 1077944384 9303 0 0 0 136 1 0 0 20 0 15 0 250698039 14431227904 47790 33554432000 4194304 4196468 140730802092448 140258455804784 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28156] ppid=28141 vsize=14092996 memory=11908 CPUtime=1.41 cores=0,2,4,6
/proc/28144/task/28156/stat : 28156 (java) S 28141 28144 25549 0 -1 1077944384 9236 0 0 0 140 1 0 0 20 0 15 0 250698039 14431227904 47790 33554432000 4194304 4196468 140730802092448 140258454751984 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28157] ppid=28141 vsize=14092996 memory=191160 CPUtime=0.71 cores=0,2,4,6
/proc/28144/task/28157/stat : 28157 (java) S 28141 28144 25549 0 -1 1077944384 10848 0 0 0 70 1 0 0 20 0 15 0 250698039 14431227904 47790 33554432000 4194304 4196468 140730802092448 140258453699184 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28158] ppid=28141 vsize=14092996 memory=832 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28158/stat : 28158 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14431227904 47790 33554432000 4194304 4196468 140730802092448 140258452646624 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28159] ppid=28141 vsize=14092996 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/28144/task/28159/stat : 28159 (java) S 28141 28144 25549 0 -1 1077944384 1179 0 0 0 4 4 0 0 20 0 15 0 250698039 14431227904 47790 33554432000 4194304 4196468 140730802092448 140258451593904 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
Current children cumulated CPU time: 167.35 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 191160 KiB

[startup+222.301 s]
/proc/loadavg: 1.95 1.51 1.62 3/215 28246
/proc/meminfo: memFree=28608804/32770624 swapFree=67030680/67108860
[pid=28144] ppid=28141 vsize=14092996 memory=214592 CPUtime=227.96 cores=0,2,4,6
/proc/28144/stat : 28144 (java) S 28141 28144 25549 0 -1 1077944320 73434 0 0 0 22752 44 0 0 20 0 15 0 250698033 14431227904 53648 33554432000 4194304 4196468 140730802092448 140730802074992 140259547848439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
/proc/28144/statm: 3523249 53648 3586 1 0 3485321 0
[pid=28144/tid=28146] ppid=28141 vsize=14092996 memory=214592 CPUtime=220.38 cores=0,2,4,6
/proc/28144/task/28146/stat : 28146 (java) R 28141 28144 25549 0 -1 4202560 31340 0 0 0 22028 10 0 0 20 0 15 0 250698033 14431227904 53648 33554432000 4194304 4196468 140730802092448 140259552085568 140259154283048 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28147] ppid=28141 vsize=14092996 memory=214592 CPUtime=0.75 cores=0,2,4,6
/proc/28144/task/28147/stat : 28147 (java) S 28141 28144 25549 0 -1 1077944384 3647 0 0 0 67 8 0 0 20 0 15 0 250698034 14431227904 53648 33554432000 4194304 4196468 140730802092448 140259477937296 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28148] ppid=28141 vsize=14092996 memory=212544 CPUtime=0.75 cores=0,2,4,6
/proc/28144/task/28148/stat : 28148 (java) S 28141 28144 25549 0 -1 1077944384 437 0 0 0 68 7 0 0 20 0 15 0 250698034 14431227904 53648 33554432000 4194304 4196468 140730802092448 140259476884496 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28149] ppid=28141 vsize=14092996 memory=212544 CPUtime=0.76 cores=0,2,4,6
/proc/28144/task/28149/stat : 28149 (java) S 28141 28144 25549 0 -1 1077944384 2420 0 0 0 70 6 0 0 20 0 15 0 250698034 14431227904 53648 33554432000 4194304 4196468 140730802092448 140259475831696 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28150] ppid=28141 vsize=14092996 memory=214592 CPUtime=0.75 cores=0,2,4,6
/proc/28144/task/28150/stat : 28150 (java) S 28141 28144 25549 0 -1 1077944384 803 0 0 0 69 6 0 0 20 0 15 0 250698034 14431227904 53648 33554432000 4194304 4196468 140730802092448 140259474778896 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28151] ppid=28141 vsize=14092996 memory=214592 CPUtime=0.82 cores=0,2,4,6
/proc/28144/task/28151/stat : 28151 (java) S 28141 28144 25549 0 -1 1077944384 1756 0 0 0 77 5 0 0 20 0 15 0 250698036 14431227904 53648 33554432000 4194304 4196468 140730802092448 140258460014960 140259547859586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28152] ppid=28141 vsize=14092996 memory=212544 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28152/stat : 28152 (java) S 28141 28144 25549 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250698036 14431227904 53648 33554432000 4194304 4196468 140730802092448 140258458960992 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28153] ppid=28141 vsize=14092996 memory=212544 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28153/stat : 28153 (java) S 28141 28144 25549 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250698036 14431227904 53648 33554432000 4194304 4196468 140730802092448 140258457908096 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28154] ppid=28141 vsize=14092996 memory=212544 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28154/stat : 28154 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14431227904 53648 33554432000 4194304 4196468 140730802092448 140258456856400 140259547867035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28155] ppid=28141 vsize=14092996 memory=212544 CPUtime=1.39 cores=0,2,4,6
/proc/28144/task/28155/stat : 28155 (java) S 28141 28144 25549 0 -1 1077944384 9938 0 0 0 138 1 0 0 20 0 15 0 250698039 14431227904 53648 33554432000 4194304 4196468 140730802092448 140258455804784 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28156] ppid=28141 vsize=14092996 memory=214592 CPUtime=1.43 cores=0,2,4,6
/proc/28144/task/28156/stat : 28156 (java) S 28141 28144 25549 0 -1 1077944384 9629 0 0 0 142 1 0 0 20 0 15 0 250698039 14431227904 53648 33554432000 4194304 4196468 140730802092448 140258454751984 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28157] ppid=28141 vsize=14092996 memory=3544 CPUtime=0.71 cores=0,2,4,6
/proc/28144/task/28157/stat : 28157 (java) S 28141 28144 25549 0 -1 1077944384 10850 0 0 0 70 1 0 0 20 0 15 0 250698039 14431227904 53648 33554432000 4194304 4196468 140730802092448 140258453699184 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28158] ppid=28141 vsize=14092996 memory=66540 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28158/stat : 28158 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14431227904 53648 33554432000 4194304 4196468 140730802092448 140258452646624 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28159] ppid=28141 vsize=14092996 memory=776 CPUtime=0.11 cores=0,2,4,6
/proc/28144/task/28159/stat : 28159 (java) S 28141 28144 25549 0 -1 1077944384 1188 0 0 0 6 5 0 0 20 0 15 0 250698039 14431227904 53648 33554432000 4194304 4196468 140730802092448 140258451593904 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
Current children cumulated CPU time: 227.96 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 214592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+246.11 s]
/proc/loadavg: 2.17 1.59 1.64 3/215 28247
/proc/meminfo: memFree=28601796/32770624 swapFree=67030680/67108860
[pid=28144] ppid=28141 vsize=14092996 memory=216640 CPUtime=252.03 cores=0,2,4,6
/proc/28144/stat : 28144 (java) S 28141 28144 25549 0 -1 1077944320 74175 0 0 0 25156 47 0 0 20 0 15 0 250698033 14431227904 54160 33554432000 4194304 4196468 140730802092448 140730802074992 140259547848439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
/proc/28144/statm: 3523249 54160 3586 1 0 3485321 0
[pid=28144/tid=28146] ppid=28141 vsize=14092996 memory=216640 CPUtime=243.96 cores=0,2,4,6
/proc/28144/task/28146/stat : 28146 (java) R 28141 28144 25549 0 -1 4202560 31508 0 0 0 24386 10 0 0 20 0 15 0 250698033 14431227904 54160 33554432000 4194304 4196468 140730802092448 140259552085568 140259157731927 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28147] ppid=28141 vsize=14092996 memory=216640 CPUtime=0.84 cores=0,2,4,6
/proc/28144/task/28147/stat : 28147 (java) S 28141 28144 25549 0 -1 1077944384 3658 0 0 0 75 9 0 0 20 0 15 0 250698034 14431227904 54160 33554432000 4194304 4196468 140730802092448 140259477937296 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28148] ppid=28141 vsize=14092996 memory=216640 CPUtime=0.84 cores=0,2,4,6
/proc/28144/task/28148/stat : 28148 (java) S 28141 28144 25549 0 -1 1077944384 448 0 0 0 77 7 0 0 20 0 15 0 250698034 14431227904 54160 33554432000 4194304 4196468 140730802092448 140259476884496 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28149] ppid=28141 vsize=14092996 memory=216640 CPUtime=0.86 cores=0,2,4,6
/proc/28144/task/28149/stat : 28149 (java) S 28141 28144 25549 0 -1 1077944384 2431 0 0 0 79 7 0 0 20 0 15 0 250698034 14431227904 54160 33554432000 4194304 4196468 140730802092448 140259475831696 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28150] ppid=28141 vsize=14092996 memory=214592 CPUtime=0.85 cores=0,2,4,6
/proc/28144/task/28150/stat : 28150 (java) S 28141 28144 25549 0 -1 1077944384 812 0 0 0 78 7 0 0 20 0 15 0 250698034 14431227904 54160 33554432000 4194304 4196468 140730802092448 140259474778896 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28151] ppid=28141 vsize=14092996 memory=1192 CPUtime=0.92 cores=0,2,4,6
/proc/28144/task/28151/stat : 28151 (java) S 28141 28144 25549 0 -1 1077944384 1759 0 0 0 87 5 0 0 20 0 15 0 250698036 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258460014960 140259547859586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28152] ppid=28141 vsize=14092996 memory=11908 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28152/stat : 28152 (java) S 28141 28144 25549 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250698036 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258458960992 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28153] ppid=28141 vsize=14092996 memory=492 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28153/stat : 28153 (java) S 28141 28144 25549 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250698036 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258457908096 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28154] ppid=28141 vsize=14092996 memory=216640 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28154/stat : 28154 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258456856400 140259547867035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28155] ppid=28141 vsize=14092996 memory=216640 CPUtime=1.39 cores=0,2,4,6
/proc/28144/task/28155/stat : 28155 (java) S 28141 28144 25549 0 -1 1077944384 10240 0 0 0 138 1 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258455804784 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28156] ppid=28141 vsize=14092996 memory=216640 CPUtime=1.43 cores=0,2,4,6
/proc/28144/task/28156/stat : 28156 (java) S 28141 28144 25549 0 -1 1077944384 9851 0 0 0 142 1 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258454751984 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28157] ppid=28141 vsize=14092996 memory=216640 CPUtime=0.72 cores=0,2,4,6
/proc/28144/task/28157/stat : 28157 (java) S 28141 28144 25549 0 -1 1077944384 10850 0 0 0 71 1 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258453699184 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28158] ppid=28141 vsize=14092996 memory=768 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28158/stat : 28158 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258452646624 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28159] ppid=28141 vsize=14092996 memory=5296 CPUtime=0.13 cores=0,2,4,6
/proc/28144/task/28159/stat : 28159 (java) S 28141 28144 25549 0 -1 1077944384 1192 0 0 0 7 6 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258451593904 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 216640 KiB

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

[startup+246.136 s]
# the end of solver process 28144 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.58 s, system=0.481232 s

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

[startup+246.11 s]
/proc/loadavg: 2.17 1.59 1.64 3/215 28247
/proc/meminfo: memFree=28601796/32770624 swapFree=67030680/67108860
[pid=28144] ppid=28141 vsize=14092996 memory=216640 CPUtime=252.03 cores=0,2,4,6
/proc/28144/stat : 28144 (java) S 28141 28144 25549 0 -1 1077944320 74175 0 0 0 25156 47 0 0 20 0 15 0 250698033 14431227904 54160 33554432000 4194304 4196468 140730802092448 140730802074992 140259547848439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
/proc/28144/statm: 3523249 54160 3586 1 0 3485321 0
[pid=28144/tid=28146] ppid=28141 vsize=14092996 memory=216640 CPUtime=243.96 cores=0,2,4,6
/proc/28144/task/28146/stat : 28146 (java) R 28141 28144 25549 0 -1 4202560 31508 0 0 0 24386 10 0 0 20 0 15 0 250698033 14431227904 54160 33554432000 4194304 4196468 140730802092448 140259552085568 140259157731927 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28147] ppid=28141 vsize=14092996 memory=216640 CPUtime=0.84 cores=0,2,4,6
/proc/28144/task/28147/stat : 28147 (java) S 28141 28144 25549 0 -1 1077944384 3658 0 0 0 75 9 0 0 20 0 15 0 250698034 14431227904 54160 33554432000 4194304 4196468 140730802092448 140259477937296 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28148] ppid=28141 vsize=14092996 memory=216640 CPUtime=0.84 cores=0,2,4,6
/proc/28144/task/28148/stat : 28148 (java) S 28141 28144 25549 0 -1 1077944384 448 0 0 0 77 7 0 0 20 0 15 0 250698034 14431227904 54160 33554432000 4194304 4196468 140730802092448 140259476884496 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28149] ppid=28141 vsize=14092996 memory=216640 CPUtime=0.86 cores=0,2,4,6
/proc/28144/task/28149/stat : 28149 (java) S 28141 28144 25549 0 -1 1077944384 2431 0 0 0 79 7 0 0 20 0 15 0 250698034 14431227904 54160 33554432000 4194304 4196468 140730802092448 140259475831696 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28150] ppid=28141 vsize=14092996 memory=214592 CPUtime=0.85 cores=0,2,4,6
/proc/28144/task/28150/stat : 28150 (java) S 28141 28144 25549 0 -1 1077944384 812 0 0 0 78 7 0 0 20 0 15 0 250698034 14431227904 54160 33554432000 4194304 4196468 140730802092448 140259474778896 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28151] ppid=28141 vsize=14092996 memory=1192 CPUtime=0.92 cores=0,2,4,6
/proc/28144/task/28151/stat : 28151 (java) S 28141 28144 25549 0 -1 1077944384 1759 0 0 0 87 5 0 0 20 0 15 0 250698036 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258460014960 140259547859586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28152] ppid=28141 vsize=14092996 memory=11908 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28152/stat : 28152 (java) S 28141 28144 25549 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 250698036 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258458960992 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28153] ppid=28141 vsize=14092996 memory=492 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28153/stat : 28153 (java) S 28141 28144 25549 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 250698036 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258457908096 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28154] ppid=28141 vsize=14092996 memory=216640 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28154/stat : 28154 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258456856400 140259547867035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28155] ppid=28141 vsize=14092996 memory=216640 CPUtime=1.39 cores=0,2,4,6
/proc/28144/task/28155/stat : 28155 (java) S 28141 28144 25549 0 -1 1077944384 10240 0 0 0 138 1 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258455804784 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28156] ppid=28141 vsize=14092996 memory=216640 CPUtime=1.43 cores=0,2,4,6
/proc/28144/task/28156/stat : 28156 (java) S 28141 28144 25549 0 -1 1077944384 9851 0 0 0 142 1 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258454751984 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28157] ppid=28141 vsize=14092996 memory=216640 CPUtime=0.72 cores=0,2,4,6
/proc/28144/task/28157/stat : 28157 (java) S 28141 28144 25549 0 -1 1077944384 10850 0 0 0 71 1 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258453699184 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28158] ppid=28141 vsize=14092996 memory=768 CPUtime=0 cores=0,2,4,6
/proc/28144/task/28158/stat : 28158 (java) S 28141 28144 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258452646624 140259547858645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
[pid=28144/tid=28159] ppid=28141 vsize=14092996 memory=5296 CPUtime=0.13 cores=0,2,4,6
/proc/28144/task/28159/stat : 28159 (java) S 28141 28144 25549 0 -1 1077944384 1192 0 0 0 7 6 0 0 20 0 15 0 250698039 14431227904 54160 33554432000 4194304 4196468 140730802092448 140258451593904 140259547859586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28315648 140730802095194 140730802095374 140730802095374 140730802098127 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 216640 KiB

Child status: 143
Real time (s): 246.136
CPU time (s): 252.061
CPU user time (s): 251.58
CPU system time (s): 0.481232
CPU usage (%): 102.407
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 235020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.58
system time used= 0.481232
maximum resident set size= 236092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74626
page faults= 0
swaps= 0
block input operations= 0
block output operations= 432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32957
involuntary context switches= 880


# summary of solver processes directly reported to runsolver:
#   pid: 28144
#   total CPU time (s): 252.061
#   total CPU user time (s): 251.58
#   total CPU system time (s): 0.481232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30535 second user time and 2.44522 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 13:09:09
IDJOB=4310335
IDBENCH=141365
IDSOLVER=2796
FILE ID=node102/4310335-1534331349
RUNJOBID= node102-1534328374-25580
PBS_JOBID= 21038150
Free space on /tmp= 39416 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_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-4310335-1534331349/watcher-4310335-1534331349 -o /tmp/evaluation-result-4310335-1534331349/solver-4310335-1534331349 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534328374-25580 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 2116252591 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310335-1534331349.xml

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=2116252591

node102.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.51
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.51
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.51
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.51
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:        28776740 kB
MemAvailable:   31626192 kB
Buffers:          162496 kB
Cached:          2952616 kB
SwapCached:        51224 kB
Active:          1863800 kB
Inactive:        1577508 kB
Active(anon):     251096 kB
Inactive(anon):   135252 kB
Active(file):    1612704 kB
Inactive(file):  1442256 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             35588 kB
Writeback:             0 kB
AnonPages:        285212 kB
Mapped:            66872 kB
Shmem:             57196 kB
Slab:             250528 kB
SReclaimable:     220652 kB
SUnreclaim:        29876 kB
KernelStack:        3840 kB
PageTables:         6168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1312136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 39380 MiB
End job on node102 at 2018-08-15 13:13:15