Trace number 4273034

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 - ALNS 2017-07-26SAT (TO)4 2520.03 2478.02

General information on the benchmark

NameGraphColoring/GraphColoring-m1-fixed/
GraphColoring-qwhopt-o5-h10-1.xml
MD5SUM4716a87298188d70bc9d7e045ef51dee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.074299
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree10
Distribution of variable degrees[{"degree":9,"count":10},{"degree":10,"count":15}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":100},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.25/0.39	c version: 2017-07-26
0.25/0.39	c seed: 2087335287
0.25/0.39	c timeout: 2520
0.25/0.39	c memlimit: 11000
0.25/0.39	c nbcore: 4
0.25/0.41	c Parsing instance...
1.10/0.85	c Parsing done, starting search...
1.10/0.86	o 24
1.25/0.93	o 23
1.25/0.94	o 5
1.97/1.14	o 4
2520.01/2478.01	s SATISFIABLE
2520.01/2478.01	v <instantiation>
2520.01/2478.01	v 	<list>
2520.01/2478.01	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
2520.01/2478.01	v 	</list>
2520.01/2478.01	v 	<values>
2520.01/2478.01	v 		0 1 4 3 2 3 4 1 2 0 1 0 2 4 3 2 3 0 1 4 4 2 3 0 1 
2520.01/2478.01	v 	</values>
2520.01/2478.01	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273034-1502765722/watcher-4273034-1502765722 -o /tmp/evaluation-result-4273034-1502765722/solver-4273034-1502765722 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502658038-4850 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2087335287 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273034-1502765722.xml 

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

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

solver pid=19166, runsolver pid=19163

[startup+0.100062 s]*
/proc/loadavg: 1.39 1.46 1.54 3/208 19172
/proc/meminfo: memFree=28337764/32770624 swapFree=67108776/67108860
[pid=19166] ppid=19163 vsize=13368832 memory=15196 CPUtime=0.01 cores=1,3,5,7
/proc/19166/stat : 19166 (java) S 19163 19166 7084 0 -1 1077944320 3641 0 0 0 1 0 0 0 20 0 6 0 176224854 13689683968 3799 18446744073709551615 4194304 4196468 140737435232272 140737435214816 140621331013367 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
/proc/19166/statm: 3343493 3799 1935 1 0 3332990 0
[pid=19166/tid=19168] ppid=19163 vsize=13440536 memory=7077796292425249400 CPUtime=0.01 cores=1,3,5,7
/proc/19166/task/19168/stat : 19168 (java) R 19163 19166 7084 0 -1 1077944384 2363 0 0 0 1 0 0 0 20 0 7 0 176224863 13763108864 3865 18446744073709551615 4194304 4196468 140737435232272 140621335255824 140621331023573 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19169] ppid=19163 vsize=13440536 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19169/stat : 19169 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 176224863 13763108864 3865 18446744073709551615 4194304 4196468 140737435232272 140621265447312 140621331023573 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19170] ppid=19163 vsize=13440536 memory=139908085483136 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19170/stat : 19170 (java) S 19163 19166 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 176224863 13763108864 3865 18446744073709551615 4194304 4196468 140737435232272 140621264394512 140621331023573 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19171] ppid=19163 vsize=13440536 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19171/stat : 19171 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 176224863 13763108864 3865 18446744073709551615 4194304 4196468 140737435232272 140621263342224 140621331023573 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19172] ppid=19163 vsize=13440536 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19172/stat : 19172 (java) S 19163 19166 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 176224863 13763108864 3865 18446744073709551615 4194304 4196468 140737435232272 140621262289424 140621331023573 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19173] ppid=19163 vsize=13440536 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19173/stat : 19173 (java) S 19163 19166 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 176224865 13763108864 3865 18446744073709551615 4194304 4196468 140737435232272 140620809595504 140621331024514 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13368832 KiB
Current children cumulated memory: 15196 KiB

[startup+0.210204 s]*
/proc/loadavg: 1.39 1.46 1.54 4/217 19181
/proc/meminfo: memFree=28328476/32770624 swapFree=67108776/67108860
[pid=19166] ppid=19163 vsize=13975920 memory=30200 CPUtime=0.08 cores=1,3,5,7
/proc/19166/stat : 19166 (java) S 19163 19166 7084 0 -1 1077944320 6888 0 0 0 7 1 0 0 20 0 15 0 176224854 14311342080 7550 18446744073709551615 4194304 4196468 140737435232272 140737435214816 140621331013367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
/proc/19166/statm: 3493980 7550 3329 1 0 3482759 0
[pid=19166/tid=19168] ppid=19163 vsize=13975920 memory=8316850467074736180 CPUtime=0.07 cores=1,3,5,7
/proc/19166/task/19168/stat : 19168 (java) R 19163 19166 7084 0 -1 4202560 4973 0 0 0 6 1 0 0 20 0 15 0 176224863 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140621335243112 140621331035293 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19169] ppid=19163 vsize=13975920 memory=8333 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19169/stat : 19169 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 176224863 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140621265447312 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19170] ppid=19163 vsize=13975920 memory=288370284237194880 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19170/stat : 19170 (java) S 19163 19166 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 176224863 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140621264394512 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19171] ppid=19163 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19171/stat : 19171 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 176224863 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140621263342224 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19172] ppid=19163 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19172/stat : 19172 (java) S 19163 19166 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 176224863 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140621262289424 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19173] ppid=19163 vsize=13975920 memory=139908085483136 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19173/stat : 19173 (java) S 19163 19166 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 176224865 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140620809595504 140621331024514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19174] ppid=19163 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19174/stat : 19174 (java) S 19163 19166 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 176224865 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140620808541472 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19175] ppid=19163 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19175/stat : 19175 (java) S 19163 19166 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 176224865 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140620807489136 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19176] ppid=19163 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19176/stat : 19176 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140620806437456 140621331031963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19177] ppid=19163 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19177/stat : 19177 (java) S 19163 19166 7084 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 176224868 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140620805384304 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19178] ppid=19163 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19178/stat : 19178 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 176224868 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140620804331504 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19179] ppid=19163 vsize=13975920 memory=139908085483136 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19179/stat : 19179 (java) S 19163 19166 7084 0 -1 1077944384 233 0 0 0 0 0 0 0 20 0 15 0 176224868 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140620803279216 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19180] ppid=19163 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19180/stat : 19180 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140620802226656 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19181] ppid=19163 vsize=13975920 memory=139908085483136 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19181/stat : 19181 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 176224873 14311342080 7614 18446744073709551615 4194304 4196468 140737435232272 140620801174448 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30200 KiB

[startup+0.312582 s]*
/proc/loadavg: 1.39 1.46 1.54 4/217 19181
/proc/meminfo: memFree=28316168/32770624 swapFree=67108776/67108860
[pid=19166] ppid=19163 vsize=13976944 memory=40188 CPUtime=0.25 cores=1,3,5,7
/proc/19166/stat : 19166 (java) S 19163 19166 7084 0 -1 1077944320 10291 0 0 0 22 3 0 0 20 0 15 0 176224854 14312390656 10071 18446744073709551615 4194304 4196468 140737435232272 140737435214816 140621331013367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
/proc/19166/statm: 3493980 10047 3535 1 0 3482759 0
[pid=19166/tid=19168] ppid=19163 vsize=13975920 memory=8316850467074736180 CPUtime=0.17 cores=1,3,5,7
/proc/19166/task/19168/stat : 19168 (java) R 19163 19166 7084 0 -1 1077944384 8102 0 0 0 15 2 0 0 20 0 15 0 176224863 14311342080 10047 18446744073709551615 4194304 4196468 140737435232272 140621335213024 140621323692589 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19169] ppid=19163 vsize=13975920 memory=8333 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19169/stat : 19169 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 176224863 14311342080 10047 18446744073709551615 4194304 4196468 140737435232272 140621265447312 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19170] ppid=19163 vsize=13976944 memory=301891229785780096 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19170/stat : 19170 (java) S 19163 19166 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 176224863 14312390656 10047 18446744073709551615 4194304 4196468 140737435232272 140621264394512 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19171] ppid=19163 vsize=13976944 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19171/stat : 19171 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 176224863 14312390656 10047 18446744073709551615 4194304 4196468 140737435232272 140621263342224 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19172] ppid=19163 vsize=13976944 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19172/stat : 19172 (java) S 19163 19166 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 176224863 14312390656 10047 18446744073709551615 4194304 4196468 140737435232272 140621262289424 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19173] ppid=19163 vsize=13975920 memory=3471342304406320816 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19173/stat : 19173 (java) S 19163 19166 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 176224865 14311342080 10047 18446744073709551615 4194304 4196468 140737435232272 140620809595504 140621331024514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19174] ppid=19163 vsize=13975920 memory=8607328266676888414 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19174/stat : 19174 (java) S 19163 19166 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 176224865 14311342080 10047 18446744073709551615 4194304 4196468 140737435232272 140620808541472 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19175] ppid=19163 vsize=13976944 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19175/stat : 19175 (java) S 19163 19166 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 176224865 14312390656 10047 18446744073709551615 4194304 4196468 140737435232272 140620807489136 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19176] ppid=19163 vsize=13976944 memory=5495740422247797458 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19176/stat : 19176 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14312390656 10047 18446744073709551615 4194304 4196468 140737435232272 140620806437456 140621331031963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19177] ppid=19163 vsize=13976944 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19166/task/19177/stat : 19177 (java) S 19163 19166 7084 0 -1 1077944384 375 0 0 0 1 0 0 0 20 0 15 0 176224868 14312390656 10047 18446744073709551615 4194304 4196468 140737435232272 140620805384304 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19178] ppid=19163 vsize=13975920 memory=3472328296227680299 CPUtime=0.01 cores=1,3,5,7
/proc/19166/task/19178/stat : 19178 (java) S 19163 19166 7084 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 176224868 14311342080 10047 18446744073709551615 4194304 4196468 140737435232272 140620804331504 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19179] ppid=19163 vsize=13975920 memory=8386791814394149614 CPUtime=0.04 cores=1,3,5,7
/proc/19166/task/19179/stat : 19179 (java) S 19163 19166 7084 0 -1 1077944384 380 0 0 0 4 0 0 0 20 0 15 0 176224868 14311342080 10047 18446744073709551615 4194304 4196468 140737435232272 140620803279216 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19180] ppid=19163 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19180/stat : 19180 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14311342080 10047 18446744073709551615 4194304 4196468 140737435232272 140620802226656 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19181] ppid=19163 vsize=13976944 memory=139908085483136 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19181/stat : 19181 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 176224873 14312390656 10047 18446744073709551615 4194304 4196468 140737435232272 140620801174448 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13976944 KiB
Current children cumulated memory: 40188 KiB

[startup+0.700767 s]
/proc/loadavg: 1.39 1.46 1.54 4/217 19181
/proc/meminfo: memFree=28301068/32770624 swapFree=67108776/67108860
[pid=19166] ppid=19163 vsize=13977988 memory=66876 CPUtime=0.95 cores=1,3,5,7
/proc/19166/stat : 19166 (java) S 19163 19166 7084 0 -1 1077944320 13940 0 0 0 90 5 0 0 20 0 15 0 176224854 14313459712 16719 18446744073709551615 4194304 4196468 140737435232272 140737435214816 140621331013367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
/proc/19166/statm: 3494497 16719 3727 1 0 3483271 0
[pid=19166/tid=19168] ppid=19163 vsize=13977988 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/19166/task/19168/stat : 19168 (java) R 19163 19166 7084 0 -1 4202560 10603 0 0 0 50 4 0 0 20 0 15 0 176224863 14313459712 16719 18446744073709551615 4194304 4196468 140737435232272 140621335242992 140621331035293 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19169] ppid=19163 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19169/stat : 19169 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 176224863 14313459712 16719 18446744073709551615 4194304 4196468 140737435232272 140621265447312 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19170] ppid=19163 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19170/stat : 19170 (java) S 19163 19166 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 176224863 14313459712 16719 18446744073709551615 4194304 4196468 140737435232272 140621264394512 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19171] ppid=19163 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19171/stat : 19171 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 176224863 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140621263342224 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19172] ppid=19163 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19172/stat : 19172 (java) S 19163 19166 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 176224863 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140621262289424 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19173] ppid=19163 vsize=13977988 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19173/stat : 19173 (java) S 19163 19166 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 176224865 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140620809595504 140621331024514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19174] ppid=19163 vsize=13977988 memory=4600 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19174/stat : 19174 (java) S 19163 19166 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 176224865 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140620808541472 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19175] ppid=19163 vsize=13977988 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19175/stat : 19175 (java) S 19163 19166 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 176224865 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140620807489136 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19176] ppid=19163 vsize=13977988 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19176/stat : 19176 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140620806437456 140621331031963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19177] ppid=19163 vsize=13977988 memory=988 CPUtime=0.1 cores=1,3,5,7
/proc/19166/task/19177/stat : 19177 (java) R 19163 19166 7084 0 -1 4202560 807 0 0 0 10 0 0 0 20 0 15 0 176224868 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140620805384304 140621312557090 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19178] ppid=19163 vsize=13977988 memory=33 CPUtime=0.09 cores=1,3,5,7
/proc/19166/task/19178/stat : 19178 (java) S 19163 19166 7084 0 -1 1077944384 436 0 0 0 9 0 0 0 20 0 15 0 176224868 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140620804331504 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19179] ppid=19163 vsize=13977988 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/19166/task/19179/stat : 19179 (java) S 19163 19166 7084 0 -1 1077944384 736 0 0 0 19 0 0 0 20 0 15 0 176224868 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140620803279216 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19180] ppid=19163 vsize=13977988 memory=737 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19180/stat : 19180 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140620802226656 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19181] ppid=19163 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19181/stat : 19181 (java) S 19163 19166 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 176224873 14313459712 16785 18446744073709551615 4194304 4196468 140737435232272 140620801174448 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66876 KiB

[startup+1.50077 s]
/proc/loadavg: 1.39 1.46 1.54 5/217 19181
/proc/meminfo: memFree=28264788/32770624 swapFree=67108776/67108860
[pid=19166] ppid=19163 vsize=13982084 memory=220528 CPUtime=3.23 cores=1,3,5,7
/proc/19166/stat : 19166 (java) S 19163 19166 7084 0 -1 1077944320 33662 0 0 0 312 11 0 0 20 0 15 0 176224854 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140737435214816 140621331013367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
/proc/19166/statm: 3495521 55132 3757 1 0 3484295 0
[pid=19166/tid=19168] ppid=19163 vsize=13982084 memory=1296 CPUtime=1.33 cores=1,3,5,7
/proc/19166/task/19168/stat : 19168 (java) R 19163 19166 7084 0 -1 4202560 14790 0 0 0 125 8 0 0 20 0 15 0 176224863 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140621335250272 140621331025302 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19169] ppid=19163 vsize=13982084 memory=279815911619008 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19169/stat : 19169 (java) S 19163 19166 7084 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 15 0 176224863 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140621265447312 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19170] ppid=19163 vsize=13982084 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19170/stat : 19170 (java) S 19163 19166 7084 0 -1 1077944384 246 0 0 0 0 0 0 0 20 0 15 0 176224863 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140621264394512 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19171] ppid=19163 vsize=13982084 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19171/stat : 19171 (java) S 19163 19166 7084 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 176224863 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140621263342224 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19172] ppid=19163 vsize=13982084 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19172/stat : 19172 (java) S 19163 19166 7084 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 176224863 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140621262289424 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19173] ppid=19163 vsize=13982084 memory=-7882018838379555936 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19173/stat : 19173 (java) S 19163 19166 7084 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140620809595504 140621331024514 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19174] ppid=19163 vsize=13982084 memory=-7966001958750355552 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19174/stat : 19174 (java) S 19163 19166 7084 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140620808541472 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19175] ppid=19163 vsize=13982084 memory=-3040564339240289162 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19175/stat : 19175 (java) S 19163 19166 7084 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140620807489136 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19176] ppid=19163 vsize=13982084 memory=7740679968516367955 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19176/stat : 19176 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140620806437456 140621331031963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19177] ppid=19163 vsize=13982084 memory=4639924115538006630 CPUtime=0.67 cores=1,3,5,7
/proc/19166/task/19177/stat : 19177 (java) R 19163 19166 7084 0 -1 4202560 6542 0 0 0 67 0 0 0 20 0 15 0 176224868 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140620805370320 140621310675584 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19178] ppid=19163 vsize=13982084 memory=0 CPUtime=0.69 cores=1,3,5,7
/proc/19166/task/19178/stat : 19178 (java) R 19163 19166 7084 0 -1 4202560 6021 0 0 0 68 1 0 0 20 0 15 0 176224868 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140620804317528 140621314400978 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19179] ppid=19163 vsize=13982084 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/19166/task/19179/stat : 19179 (java) R 19163 19166 7084 0 -1 1077944384 4285 0 0 0 49 0 0 0 20 0 15 0 176224868 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140620803279216 140621331024514 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19180] ppid=19163 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19180/stat : 19180 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140620802226656 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19181] ppid=19163 vsize=13982084 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19181/stat : 19181 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224873 14317654016 55132 18446744073709551615 4194304 4196468 140737435232272 140620801174448 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0

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

/proc/19166/task/19168/stat : 19168 (java) R 19163 19166 7084 0 -1 4202560 67514 0 0 0 229399 60 0 0 20 0 15 0 176224863 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140621335251504 140620941060099 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19169] ppid=19163 vsize=13982084 memory=1184828 CPUtime=12.18 cores=1,3,5,7
/proc/19166/task/19169/stat : 19169 (java) S 19163 19166 7084 0 -1 1077944384 6285 0 0 0 1151 67 0 0 20 0 15 0 176224863 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140621265447312 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19170] ppid=19163 vsize=13982084 memory=279815912389904 CPUtime=12.19 cores=1,3,5,7
/proc/19166/task/19170/stat : 19170 (java) S 19163 19166 7084 0 -1 1077944384 6519 0 0 0 1151 68 0 0 20 0 15 0 176224863 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140621264394512 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19171] ppid=19163 vsize=13982084 memory=1184828 CPUtime=12.23 cores=1,3,5,7
/proc/19166/task/19171/stat : 19171 (java) S 19163 19166 7084 0 -1 1077944384 8305 0 0 0 1152 71 0 0 20 0 15 0 176224863 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140621263342224 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19172] ppid=19163 vsize=13982084 memory=1184828 CPUtime=12.21 cores=1,3,5,7
/proc/19166/task/19172/stat : 19172 (java) S 19163 19166 7084 0 -1 1077944384 5107 0 0 0 1163 58 0 0 20 0 15 0 176224863 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140621262289424 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19173] ppid=19163 vsize=13982084 memory=1184828 CPUtime=11.04 cores=1,3,5,7
/proc/19166/task/19173/stat : 19173 (java) S 19163 19166 7084 0 -1 1077944384 11426 0 0 0 1032 72 0 0 20 0 15 0 176224865 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140620809595504 140621331024514 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19174] ppid=19163 vsize=13982084 memory=1184828 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19174/stat : 19174 (java) S 19163 19166 7084 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140620808541536 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19175] ppid=19163 vsize=13982084 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19175/stat : 19175 (java) S 19163 19166 7084 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140620807489152 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19176] ppid=19163 vsize=13982084 memory=1184828 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19176/stat : 19176 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140620806437456 140621331031963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19177] ppid=19163 vsize=13982084 memory=1184828 CPUtime=2.59 cores=1,3,5,7
/proc/19166/task/19177/stat : 19177 (java) S 19163 19166 7084 0 -1 1077944384 13300 0 0 0 257 2 0 0 20 0 15 0 176224868 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140620805384304 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19178] ppid=19163 vsize=13982084 memory=1184828 CPUtime=2.48 cores=1,3,5,7
/proc/19166/task/19178/stat : 19178 (java) S 19163 19166 7084 0 -1 1077944384 13174 0 0 0 247 1 0 0 20 0 15 0 176224868 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140620804331504 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19179] ppid=19163 vsize=13982084 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/19166/task/19179/stat : 19179 (java) S 19163 19166 7084 0 -1 1077944384 9507 0 0 0 67 1 0 0 20 0 15 0 176224868 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140620803279216 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19180] ppid=19163 vsize=13982084 memory=1184828 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19180/stat : 19180 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140620802226656 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19181] ppid=19163 vsize=13982084 memory=1184828 CPUtime=1.52 cores=1,3,5,7
/proc/19166/task/19181/stat : 19181 (java) S 19163 19166 7084 0 -1 1077944384 927 0 0 0 68 84 0 0 20 0 15 0 176224873 14317654016 296207 18446744073709551615 4194304 4196468 140737435232272 140620801174448 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
Current children cumulated CPU time: 2361.82 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1184828 KiB

[startup+2382.3 s]
/proc/loadavg: 1.30 1.34 1.42 3/216 19431
/proc/meminfo: memFree=28993552/32770624 swapFree=67108776/67108860
[pid=19166] ppid=19163 vsize=13982084 memory=1186876 CPUtime=2422.81 cores=1,3,5,7
/proc/19166/stat : 19166 (java) S 19163 19166 7084 0 -1 1077944320 145575 0 0 0 241877 404 0 0 20 0 15 0 176224854 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140737435214816 140621331013367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
/proc/19166/statm: 3495521 296719 3808 1 0 3484295 0
[pid=19166/tid=19168] ppid=19163 vsize=13982084 memory=1186876 CPUtime=2353.84 cores=1,3,5,7
/proc/19166/task/19168/stat : 19168 (java) R 19163 19166 7084 0 -1 4202560 68738 0 0 0 235323 61 0 0 20 0 15 0 176224863 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140621335251360 140620941060099 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19169] ppid=19163 vsize=13982084 memory=1184828 CPUtime=12.53 cores=1,3,5,7
/proc/19166/task/19169/stat : 19169 (java) S 19163 19166 7084 0 -1 1077944384 6384 0 0 0 1185 68 0 0 20 0 15 0 176224863 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140621265447312 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19170] ppid=19163 vsize=13982084 memory=1186876 CPUtime=12.55 cores=1,3,5,7
/proc/19166/task/19170/stat : 19170 (java) S 19163 19166 7084 0 -1 1077944384 6684 0 0 0 1185 70 0 0 20 0 15 0 176224863 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140621264394512 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19171] ppid=19163 vsize=13982084 memory=1186876 CPUtime=12.59 cores=1,3,5,7
/proc/19166/task/19171/stat : 19171 (java) S 19163 19166 7084 0 -1 1077944384 8484 0 0 0 1185 74 0 0 20 0 15 0 176224863 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140621263342224 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19172] ppid=19163 vsize=13982084 memory=1186876 CPUtime=12.57 cores=1,3,5,7
/proc/19166/task/19172/stat : 19172 (java) S 19163 19166 7084 0 -1 1077944384 5150 0 0 0 1197 60 0 0 20 0 15 0 176224863 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140621262289424 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19173] ppid=19163 vsize=13982084 memory=1186876 CPUtime=11.32 cores=1,3,5,7
/proc/19166/task/19173/stat : 19173 (java) S 19163 19166 7084 0 -1 1077944384 11769 0 0 0 1058 74 0 0 20 0 15 0 176224865 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140620809595504 140621331024514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19174] ppid=19163 vsize=13982084 memory=1186876 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19174/stat : 19174 (java) S 19163 19166 7084 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140620808541536 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19175] ppid=19163 vsize=13982084 memory=1186876 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19175/stat : 19175 (java) S 19163 19166 7084 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140620807489152 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19176] ppid=19163 vsize=13982084 memory=1186876 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19176/stat : 19176 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140620806437456 140621331031963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19177] ppid=19163 vsize=13982084 memory=1186876 CPUtime=2.59 cores=1,3,5,7
/proc/19166/task/19177/stat : 19177 (java) S 19163 19166 7084 0 -1 1077944384 13302 0 0 0 257 2 0 0 20 0 15 0 176224868 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140620805384304 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19178] ppid=19163 vsize=13982084 memory=1186876 CPUtime=2.48 cores=1,3,5,7
/proc/19166/task/19178/stat : 19178 (java) S 19163 19166 7084 0 -1 1077944384 13176 0 0 0 247 1 0 0 20 0 15 0 176224868 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140620804331504 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19179] ppid=19163 vsize=13982084 memory=15884 CPUtime=0.68 cores=1,3,5,7
/proc/19166/task/19179/stat : 19179 (java) S 19163 19166 7084 0 -1 1077944384 9509 0 0 0 67 1 0 0 20 0 15 0 176224868 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140620803279216 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19180] ppid=19163 vsize=13982084 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19180/stat : 19180 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140620802226656 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19181] ppid=19163 vsize=13982084 memory=836 CPUtime=1.56 cores=1,3,5,7
/proc/19166/task/19181/stat : 19181 (java) S 19163 19166 7084 0 -1 1077944384 944 0 0 0 70 86 0 0 20 0 15 0 176224873 14317654016 296719 18446744073709551615 4194304 4196468 140737435232272 140620801174448 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
Current children cumulated CPU time: 2422.81 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1186876 KiB

[startup+2442.3 s]
/proc/loadavg: 1.59 1.42 1.44 3/215 19433
/proc/meminfo: memFree=28992512/32770624 swapFree=67108776/67108860
[pid=19166] ppid=19163 vsize=13982084 memory=1188924 CPUtime=2483.78 cores=1,3,5,7
/proc/19166/stat : 19166 (java) S 19163 19166 7084 0 -1 1077944320 147299 0 0 0 247966 412 0 0 20 0 15 0 176224854 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140737435214816 140621331013367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
/proc/19166/statm: 3495521 297231 3808 1 0 3484295 0
[pid=19166/tid=19168] ppid=19163 vsize=13982084 memory=1188924 CPUtime=2413.13 cores=1,3,5,7
/proc/19166/task/19168/stat : 19168 (java) R 19163 19166 7084 0 -1 4202560 69854 0 0 0 241251 62 0 0 20 0 15 0 176224863 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140621335251360 140620941060315 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19169] ppid=19163 vsize=13982084 memory=1188924 CPUtime=12.88 cores=1,3,5,7
/proc/19166/task/19169/stat : 19169 (java) S 19163 19166 7084 0 -1 1077944384 6446 0 0 0 1218 70 0 0 20 0 15 0 176224863 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140621265447312 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19170] ppid=19163 vsize=13982084 memory=1186876 CPUtime=12.89 cores=1,3,5,7
/proc/19166/task/19170/stat : 19170 (java) S 19163 19166 7084 0 -1 1077944384 6811 0 0 0 1218 71 0 0 20 0 15 0 176224863 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140621264394512 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19171] ppid=19163 vsize=13982084 memory=1188924 CPUtime=12.93 cores=1,3,5,7
/proc/19166/task/19171/stat : 19171 (java) S 19163 19166 7084 0 -1 1077944384 8516 0 0 0 1218 75 0 0 20 0 15 0 176224863 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140621263342224 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19172] ppid=19163 vsize=13982084 memory=1188924 CPUtime=12.9 cores=1,3,5,7
/proc/19166/task/19172/stat : 19172 (java) S 19163 19166 7084 0 -1 1077944384 5340 0 0 0 1228 62 0 0 20 0 15 0 176224863 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140621262289424 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19173] ppid=19163 vsize=13982084 memory=1188924 CPUtime=11.59 cores=1,3,5,7
/proc/19166/task/19173/stat : 19173 (java) S 19163 19166 7084 0 -1 1077944384 11946 0 0 0 1083 76 0 0 20 0 15 0 176224865 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620809595504 140621331024514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19174] ppid=19163 vsize=13982084 memory=1188924 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19174/stat : 19174 (java) S 19163 19166 7084 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620808541536 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19175] ppid=19163 vsize=13982084 memory=1188924 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19175/stat : 19175 (java) S 19163 19166 7084 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620807489152 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19176] ppid=19163 vsize=13982084 memory=1188924 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19176/stat : 19176 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620806437456 140621331031963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19177] ppid=19163 vsize=13982084 memory=1188924 CPUtime=2.59 cores=1,3,5,7
/proc/19166/task/19177/stat : 19177 (java) S 19163 19166 7084 0 -1 1077944384 13304 0 0 0 257 2 0 0 20 0 15 0 176224868 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620805384304 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19178] ppid=19163 vsize=13982084 memory=1188924 CPUtime=2.48 cores=1,3,5,7
/proc/19166/task/19178/stat : 19178 (java) S 19163 19166 7084 0 -1 1077944384 13178 0 0 0 247 1 0 0 20 0 15 0 176224868 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620804331504 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19179] ppid=19163 vsize=13982084 memory=1188924 CPUtime=0.68 cores=1,3,5,7
/proc/19166/task/19179/stat : 19179 (java) S 19163 19166 7084 0 -1 1077944384 9511 0 0 0 67 1 0 0 20 0 15 0 176224868 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620803279216 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19180] ppid=19163 vsize=13982084 memory=1188924 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19180/stat : 19180 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620802226656 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19181] ppid=19163 vsize=13982084 memory=1188924 CPUtime=1.61 cores=1,3,5,7
/proc/19166/task/19181/stat : 19181 (java) S 19163 19166 7084 0 -1 1077944384 958 0 0 0 72 89 0 0 20 0 15 0 176224873 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620801174448 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
Current children cumulated CPU time: 2483.78 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1188924 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2478 s]*
/proc/loadavg: 1.47 1.40 1.43 3/212 19433
/proc/meminfo: memFree=28996436/32770624 swapFree=67108776/67108860
[pid=19166] ppid=19163 vsize=13982084 memory=1188924 CPUtime=2520.01 cores=1,3,5,7
/proc/19166/stat : 19166 (java) S 19163 19166 7084 0 -1 1077944320 148515 0 0 0 251584 417 0 0 20 0 15 0 176224854 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140737435214816 140621331013367 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
/proc/19166/statm: 3495521 297231 3808 1 0 3484295 0
[pid=19166/tid=19168] ppid=19163 vsize=13982084 memory=988 CPUtime=2448.45 cores=1,3,5,7
/proc/19166/task/19168/stat : 19168 (java) R 19163 19166 7084 0 -1 4202560 70641 0 0 0 244783 62 0 0 20 0 15 0 176224863 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140621335252128 140620941060099 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19169] ppid=19163 vsize=13982084 memory=12320 CPUtime=13.05 cores=1,3,5,7
/proc/19166/task/19169/stat : 19169 (java) S 19163 19166 7084 0 -1 1077944384 6476 0 0 0 1235 70 0 0 20 0 15 0 176224863 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140621265447312 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19170] ppid=19163 vsize=13982084 memory=1196 CPUtime=13.08 cores=1,3,5,7
/proc/19166/task/19170/stat : 19170 (java) S 19163 19166 7084 0 -1 1077944384 6959 0 0 0 1235 73 0 0 20 0 15 0 176224863 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140621264394512 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19171] ppid=19163 vsize=13982084 memory=4872558044660077418 CPUtime=13.11 cores=1,3,5,7
/proc/19166/task/19171/stat : 19171 (java) S 19163 19166 7084 0 -1 1077944384 8550 0 0 0 1236 75 0 0 20 0 15 0 176224863 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140621263342224 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19172] ppid=19163 vsize=13982084 memory=288230621803970871 CPUtime=13.09 cores=1,3,5,7
/proc/19166/task/19172/stat : 19172 (java) S 19163 19166 7084 0 -1 1077944384 5366 0 0 0 1246 63 0 0 20 0 15 0 176224863 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140621262289424 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19173] ppid=19163 vsize=13982084 memory=13563786715989427 CPUtime=11.73 cores=1,3,5,7
/proc/19166/task/19173/stat : 19173 (java) S 19163 19166 7084 0 -1 1077944384 12125 0 0 0 1096 77 0 0 20 0 15 0 176224865 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620809595504 140621331024514 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19174] ppid=19163 vsize=13982084 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19174/stat : 19174 (java) S 19163 19166 7084 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620808541536 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19175] ppid=19163 vsize=13982084 memory=796 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19175/stat : 19175 (java) S 19163 19166 7084 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 176224865 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620807489152 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19176] ppid=19163 vsize=13982084 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19176/stat : 19176 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620806437456 140621331031963 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19177] ppid=19163 vsize=13982084 memory=2008 CPUtime=2.59 cores=1,3,5,7
/proc/19166/task/19177/stat : 19177 (java) S 19163 19166 7084 0 -1 1077944384 13306 0 0 0 257 2 0 0 20 0 15 0 176224868 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620805384304 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19178] ppid=19163 vsize=13982084 memory=11388 CPUtime=2.48 cores=1,3,5,7
/proc/19166/task/19178/stat : 19178 (java) S 19163 19166 7084 0 -1 1077944384 13180 0 0 0 247 1 0 0 20 0 15 0 176224868 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620804331504 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19179] ppid=19163 vsize=13982084 memory=1224 CPUtime=0.68 cores=1,3,5,7
/proc/19166/task/19179/stat : 19179 (java) S 19163 19166 7084 0 -1 1077944384 9513 0 0 0 67 1 0 0 20 0 15 0 176224868 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620803279216 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19180] ppid=19163 vsize=13982084 memory=279815912629440 CPUtime=0 cores=1,3,5,7
/proc/19166/task/19180/stat : 19180 (java) S 19163 19166 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 176224868 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620802226656 140621331023573 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
[pid=19166/tid=19181] ppid=19163 vsize=13982084 memory=6655300316396806240 CPUtime=1.63 cores=1,3,5,7
/proc/19166/task/19181/stat : 19181 (java) S 19163 19166 7084 0 -1 1077944384 964 0 0 0 73 90 0 0 20 0 15 0 176224873 14317654016 297231 18446744073709551615 4194304 4196468 140737435232272 140620801174448 140621331024514 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39149568 140737435234676 140737435234857 140737435234857 140737435238351 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1188924 KiB

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

[startup+2478.02 s]
# the end of solver process 19166 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.85 s, system=4.17784 s

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

Child status: 143
Real time (s): 2478.02
CPU time (s): 2520.03
CPU user time (s): 2515.85
CPU system time (s): 4.17784
CPU usage (%): 101.695
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 1188924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.85
system time used= 4.17784
maximum resident set size= 1189476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148782
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 340499
involuntary context switches= 8903


# summary of solver processes directly reported to runsolver:
#   pid: 19166
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2515.85
#   total CPU system time (s): 4.17784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3662 second user time and 23.7489 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-15 04:40:56
IDJOB=4273034
IDBENCH=120534
IDSOLVER=2665
FILE ID=node132/4273034-1502765722
RUNJOBID= node132-1502658038-4850
PBS_JOBID= 
Free space on /tmp= 61984 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-fixed/GraphColoring-qwhopt-o5-h10-1.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273034-1502765722/watcher-4273034-1502765722 -o /tmp/evaluation-result-4273034-1502765722/solver-4273034-1502765722 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502658038-4850 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2087335287 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273034-1502765722.xml

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

MD5SUM BENCH= 4716a87298188d70bc9d7e045ef51dee
RANDOM SEED=2087335287

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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.74
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.74
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.74
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:        28343268 kB
MemAvailable:   28944908 kB
Buffers:          293220 kB
Cached:           620572 kB
SwapCached:           84 kB
Active:          3683008 kB
Inactive:         289120 kB
Active(anon):    3006164 kB
Inactive(anon):   110012 kB
Active(file):     676844 kB
Inactive(file):   179108 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:             42356 kB
Writeback:             0 kB
AnonPages:       3019408 kB
Mapped:            84152 kB
Shmem:             57960 kB
Slab:             149648 kB
SReclaimable:     123048 kB
SUnreclaim:        26600 kB
KernelStack:        3840 kB
PageTables:        11756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3841732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2881536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61948 MiB
End job on node132 at 2017-08-15 05:22:14