Trace number 4390674

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 NameAnswerCPU timeWall clock time
AbsCon 2019-07-23SAT 6.57156 4.32772

DiagnosticValue
WRONG_DECISIONS2564

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h375-19.xml
MD5SUM2072ed2e4af5bca545229f959ebdc074
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.57156
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints2
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":900}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":375},{"degree":2,"count":525}]
Minimum constraint arity525
Maximum constraint arity900
Distribution of constraint arities[{"arity":525,"count":1},{"arity":900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.39/1.89	
2.39/1.89	AbsCon 2 
2.64/1.91	
2.94/2.05	  Instance
2.94/2.05	    name=instance-4390674-1568385890, framework=CSP
2.94/2.05	
2.94/2.05	  Loading variables...
3.20/2.12	  Loading constraints...
3.51/2.27	
3.51/2.27	  Domains
3.51/2.27	    nTypes=1, nValues=27000, sizes=[30#900]
3.51/2.27	  Variables
3.51/2.27	    count=900, degrees=[2#375,3#525]
3.51/2.27	  Constraints
3.51/2.27	    count=585, nSpecific=60, arities=[1#525,30#60]
3.51/2.27	    distribution=[AllDifferent#60,CtrIntension#525]
3.51/2.27	    nIntStructures=(30,shared:495)
3.51/2.27	    wck=0.409, cpu=2.24, mem=37M83
3.51/2.29	  Solver SolverBacktrack being built...
3.51/2.29	
3.80/2.33	
3.80/2.33	  Solver
3.80/2.33	    guaranteedGAC=true
3.80/2.33	    wck=0.464, cpu=2.293, mem=50M368
4.14/2.50	
4.14/2.50	  Preprocessing
4.14/2.50	    filters=1584, revisions=(525,useless=0), ccks=8146, nACremovedValues=24570, nTotalRemovedValues=24570, inconcistency=false
4.14/2.50	    wck=0.167, cpu=2.461, mem=50M368
4.14/2.50	
4.38/2.52	    num=0, depth=34..40, filters=2598, revisions=(525,useless=0), ccks=8146, wck=0.196, mem=53M10
4.38/2.52	    decisions=65, wrong=14, backtracks=9, failedAssignments=10, nogoods=2
4.38/2.52	    
4.38/2.55	    num=1, depth=38..44, filters=3564, revisions=(525,useless=0), ccks=8146, wck=0.219, mem=53M10
4.38/2.55	    decisions=139, wrong=30, backtracks=16, failedAssignments=21, nogoods=5
4.38/2.55	    
4.38/2.58	    num=2, depth=45..53, filters=4512, revisions=(525,useless=0), ccks=8146, wck=0.251, mem=53M10
4.38/2.58	    decisions=222, wrong=49, backtracks=25, failedAssignments=33, nogoods=6
4.38/2.58	    
4.63/2.60	    num=3, depth=43..48, filters=5541, revisions=(525,useless=0), ccks=8146, wck=0.271, mem=53M10
4.63/2.60	    decisions=308, wrong=70, backtracks=35, failedAssignments=46, nogoods=11
4.63/2.60	    
4.63/2.62	    num=4, depth=37..45, filters=6989, revisions=(525,useless=0), ccks=8146, wck=0.293, mem=53M10
4.63/2.62	    decisions=391, wrong=93, backtracks=50, failedAssignments=60, nogoods=12
4.63/2.62	    
4.63/2.65	    num=5, depth=44..53, filters=9070, revisions=(525,useless=0), ccks=8146, wck=0.326, mem=53M10
4.63/2.65	    decisions=499, wrong=121, backtracks=72, failedAssignments=76, nogoods=15
4.63/2.65	    
4.63/2.68	    num=6, depth=49..58, filters=10751, revisions=(525,useless=0), ccks=8146, wck=0.351, mem=53M10
4.63/2.68	    decisions=608, wrong=151, backtracks=94, failedAssignments=93, nogoods=18
4.63/2.68	    
4.80/2.70	    num=7, depth=53..66, filters=12262, revisions=(525,useless=0), ccks=8146, wck=0.374, mem=53M10
4.80/2.70	    decisions=726, wrong=182, backtracks=112, failedAssignments=112, nogoods=20
4.80/2.70	    
4.80/2.73	    num=8, depth=34..45, filters=14398, revisions=(525,useless=0), ccks=8146, wck=0.404, mem=53M10
4.80/2.73	    decisions=834, wrong=219, backtracks=135, failedAssignments=133, nogoods=23
4.80/2.73	    
4.80/2.76	    num=9, depth=51..62, filters=16411, revisions=(525,useless=0), ccks=8146, wck=0.433, mem=53M10
4.80/2.76	    decisions=965, wrong=256, backtracks=158, failedAssignments=156, nogoods=30
4.80/2.76	    
4.80/2.79	    num=10, depth=49..60, filters=18878, revisions=(525,useless=0), ccks=8146, wck=0.466, mem=53M10
4.80/2.79	    decisions=1101, wrong=298, backtracks=188, failedAssignments=181, nogoods=37
4.80/2.79	    
4.92/2.83	    num=11, depth=41..62, filters=21330, revisions=(525,useless=0), ccks=8146, wck=0.5, mem=55M653
4.92/2.83	    decisions=1241, wrong=345, backtracks=226, failedAssignments=209, nogoods=42
4.92/2.83	    
4.92/2.87	    num=12, depth=49..59, filters=24802, revisions=(525,useless=0), ccks=8146, wck=0.546, mem=55M653
4.92/2.87	    decisions=1408, wrong=404, backtracks=272, failedAssignments=240, nogoods=43
4.92/2.87	    
5.04/2.93	    num=13, depth=46..59, filters=28941, revisions=(525,useless=0), ccks=8146, wck=0.599, mem=55M653
5.04/2.93	    decisions=1588, wrong=470, backtracks=317, failedAssignments=274, nogoods=47
5.04/2.93	    
5.04/2.98	    num=14, depth=53..63, filters=32808, revisions=(525,useless=0), ccks=8146, wck=0.647, mem=55M653
5.04/2.98	    decisions=1770, wrong=534, backtracks=361, failedAssignments=311, nogoods=55
5.04/2.98	    
5.15/3.03	    num=15, depth=44..57, filters=37144, revisions=(525,useless=0), ccks=8146, wck=0.705, mem=55M653
5.15/3.03	    decisions=1985, wrong=618, backtracks=424, failedAssignments=352, nogoods=65
5.15/3.03	    
5.15/3.09	    num=16, depth=41..65, filters=41851, revisions=(525,useless=0), ccks=8146, wck=0.765, mem=58M295
5.15/3.09	    decisions=2203, wrong=702, backtracks=492, failedAssignments=397, nogoods=71
5.15/3.09	    
5.26/3.16	    num=17, depth=51..65, filters=46517, revisions=(525,useless=0), ccks=8146, wck=0.828, mem=58M295
5.26/3.16	    decisions=2436, wrong=792, backtracks=560, failedAssignments=447, nogoods=78
5.26/3.16	    
5.35/3.23	    num=18, depth=52..63, filters=52368, revisions=(525,useless=0), ccks=8146, wck=0.9, mem=58M295
5.35/3.23	    decisions=2713, wrong=901, backtracks=650, failedAssignments=502, nogoods=84
5.35/3.23	    
5.35/3.30	    num=19, depth=16..49, filters=57857, revisions=(525,useless=0), ccks=8146, wck=0.967, mem=60M938
5.35/3.30	    decisions=2944, wrong=995, backtracks=705, failedAssignments=563, nogoods=95
5.35/3.30	    
5.46/3.36	    num=20, depth=44..58, filters=63749, revisions=(525,useless=0), ccks=8146, wck=1.037, mem=60M938
5.46/3.36	    decisions=3214, wrong=1104, backtracks=792, failedAssignments=630, nogoods=99
5.46/3.36	    
5.56/3.45	    num=21, depth=46..62, filters=70745, revisions=(525,useless=0), ccks=8146, wck=1.126, mem=60M938
5.56/3.45	    decisions=3530, wrong=1237, backtracks=885, failedAssignments=704, nogoods=103
5.56/3.45	    
5.66/3.54	    num=22, depth=59..74, filters=78124, revisions=(525,useless=0), ccks=8146, wck=1.215, mem=63M580
5.66/3.54	    decisions=3888, wrong=1384, backtracks=988, failedAssignments=785, nogoods=116
5.66/3.54	    
5.77/3.65	    num=23, depth=50..63, filters=86706, revisions=(525,useless=0), ccks=8146, wck=1.318, mem=63M580
5.77/3.65	    decisions=4303, wrong=1565, backtracks=1118, failedAssignments=874, nogoods=118
5.77/3.65	    
5.87/3.76	    num=24, depth=46..61, filters=96009, revisions=(525,useless=0), ccks=8146, wck=1.432, mem=66M222
5.87/3.76	    decisions=4712, wrong=1743, backtracks=1265, failedAssignments=972, nogoods=122
5.87/3.76	    
5.97/3.89	    num=25, depth=44..60, filters=106501, revisions=(525,useless=0), ccks=8146, wck=1.562, mem=66M222
5.97/3.89	    decisions=5166, wrong=1945, backtracks=1422, failedAssignments=1080, nogoods=124
5.97/3.89	    
6.18/4.03	    num=26, depth=49..66, filters=118929, revisions=(525,useless=0), ccks=8146, wck=1.701, mem=68M865
6.18/4.03	    decisions=5676, wrong=2171, backtracks=1592, failedAssignments=1199, nogoods=134
6.18/4.03	    
6.28/4.19	    num=27, depth=47..61, filters=132282, revisions=(525,useless=0), ccks=8146, wck=1.862, mem=68M865
6.28/4.19	    decisions=6204, wrong=2409, backtracks=1779, failedAssignments=1330, nogoods=137
6.28/4.19	    
6.37/4.30	    num=28, depth=55..899, filters=140488, revisions=(525,useless=0), ccks=8731, wck=1.971, mem=71M507
6.37/4.30	    decisions=6576, wrong=2564, backtracks=1893, failedAssignments=1422, nogoods=137, foundSolutions=1
6.37/4.30	    
6.37/4.30	  Global
6.37/4.30	    filters=140488, revisions=(525,useless=0), ccks=8731, nogoods=137
6.37/4.30	    Stop=REACHED_GOAL, wrong=2564, foundSolutions=1, firstSolCpu=4.251
6.37/4.30	    wck=2.436, cpu=4.264, mem=71M507
6.37/4.30	
6.37/4.30	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 18 13 10 15 0 27 7 8 23 9 21 17 4 12 26 24 1 19 16 25 11 5 20 28 14 29 6 22 3 2 21 14 22 6 9 3 2 24 29 5 13 28 18 11 0 10 26 16 23 12 1 19 15 8 20 7 17 4 25 27 10 2 9 16 29 24 20 14 5 21 26 12 15 1 17 18 6 8 11 7 23 25 19 3 22 4 27 13 28 0 26 19 12 20 10 0 3 18 2 24 14 23 21 5 15 1 7 9 6 29 28 13 4 17 11 16 8 27 22 25 0 25 20 22 23 28 13 16 18 4 12 21 6 17 27 9 29 14 1 10 19 26 11 24 15 3 5 8 2 7 14 18 28 5 12 26 0 2 17 11 8 13 19 16 21 29 27 10 24 20 3 4 6 23 1 15 9 25 7 22 22 28 6 11 1 4 16 7 9 0 25 20 8 10 24 19 3 21 15 5 26 17 2 13 29 23 18 12 27 14 17 26 24 3 16 7 4 1 27 10 22 8 20 25 19 0 15 2 29 18 14 9 28 12 23 21 11 6 5 13 2 23 0 18 21 8 6 11 22 16 5 25 17 13 1 15 14 26 3 9 29 12 27 10 24 28 20 7 4 19 13 0 2 10 8 15 14 21 24 28 16 4 12 7 11 27 18 25 26 23 20 29 17 22 6 5 3 1 19 9 11 9 7 0 26 6 12 23 1 25 20 27 14 3 10 28 16 29 19 24 4 2 13 5 18 8 22 17 15 21 25 8 18 17 15 13 5 26 28 19 2 14 1 9 29 4 24 11 22 21 0 6 23 16 7 27 10 3 20 12 4 12 27 26 19 21 24 25 16 29 10 1 7 15 14 11 20 13 5 0 17 28 22 9 3 18 23 2 6 8 6 15 25 27 24 20 17 4 13 14 3 29 16 2 18 12 28 23 7 22 8 21 5 19 10 0 1 11 9 26 20 4 8 24 27 12 28 19 7 18 1 2 11 21 22 6 13 3 9 16 15 23 10 25 26 14 0 5 17 29 29 7 17 8 6 5 15 9 10 23 11 26 24 27 28 13 21 1 0 19 25 14 12 20 2 22 4 18 16 3 7 3 1 14 20 25 29 27 19 17 24 6 5 0 8 22 9 15 2 4 18 16 26 11 12 13 21 28 23 10 24 22 13 12 11 19 21 6 25 27 28 10 9 20 23 8 0 5 4 3 2 15 7 14 17 1 16 29 26 18 28 17 5 4 25 29 11 20 12 15 19 24 23 26 9 3 22 6 27 8 7 10 14 1 0 2 13 21 18 16 8 21 3 13 17 22 9 29 14 1 7 18 27 6 2 25 12 4 28 11 16 20 0 15 19 24 26 23 10 5 15 27 21 19 13 23 18 22 11 6 17 3 28 8 12 7 10 0 25 14 5 1 16 2 4 9 24 26 29 20 27 1 4 23 7 16 26 10 6 20 9 11 0 29 3 17 5 22 13 2 21 24 8 18 25 19 14 15 12 28 1 10 29 21 28 9 22 17 15 3 23 5 25 4 16 14 19 24 20 13 6 7 18 26 27 12 2 0 8 11 12 11 16 2 5 18 10 3 8 7 15 19 26 24 13 23 4 28 14 1 27 22 29 0 9 6 25 20 21 17 3 24 23 29 2 14 8 15 4 26 6 0 22 18 20 5 17 7 12 27 10 11 9 21 28 25 19 16 13 1 5 20 11 28 4 1 19 12 21 22 29 15 10 23 25 16 2 17 18 6 9 8 3 27 13 26 7 14 0 24 23 29 19 25 18 2 1 28 26 13 0 16 3 22 6 21 11 20 8 17 12 27 24 7 5 10 15 9 14 4 16 5 26 1 22 10 23 13 3 12 27 9 29 14 7 2 8 18 17 15 24 0 25 4 21 20 28 19 11 6 19 16 15 9 14 17 27 5 0 2 18 7 13 28 4 20 25 12 21 26 22 3 1 6 8 11 29 10 24 23 9 6 14 7 3 11 25 0 20 8 4 22 2 19 5 26 23 27 10 28 13 18 21 29 16 17 12 24 1 15 </values>  </instantiation>
6.56/4.32	s SATISFIABLE
6.56/4.32	
6.56/4.32	d WRONG_DECISIONS 2564

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390674-1568385890/watcher-4390674-1568385890 -o /tmp/evaluation-result-4390674-1568385890/solver-4390674-1568385890 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568376822-25454 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390674-1568385890.xml -cm 

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

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=27186, runsolver pid=27183

[startup+0.104081 s]*
/proc/loadavg: 2.02 1.94 1.86 5/228 27201
/proc/meminfo: memFree=31128392/32770624 swapFree=66936356/67108860
[pid=27186] ppid=27183 vsize=10659884 memory=29532 CPUtime=0.15 cores=0,2,4,6
/proc/27186/stat : 27186 (java) S 27183 27186 25423 0 -1 1077944320 5848 0 0 0 14 1 0 0 20 0 15 0 414847422 10915721216 7383 33554432000 4194304 4196468 140733112737504 140733112720048 140377127624439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
/proc/27186/statm: 2664971 7383 2901 1 0 2627468 0
[pid=27186/tid=27188] ppid=27183 vsize=10659884 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/27186/task/27188/stat : 27188 (java) R 27183 27186 25423 0 -1 4202560 3242 0 0 0 9 0 0 0 20 0 15 0 414847422 10915721216 7383 33554432000 4194304 4196468 140733112737504 140377131855544 140377119861566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27189] ppid=27183 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27189/stat : 27189 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 7383 33554432000 4194304 4196468 140733112737504 140377053698960 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27190] ppid=27183 vsize=10659884 memory=140582085015168 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27190/stat : 27190 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 7383 33554432000 4194304 4196468 140733112737504 140377052646160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27191] ppid=27183 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27191/stat : 27191 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 7383 33554432000 4194304 4196468 140733112737504 140377051593872 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27192] ppid=27183 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27192/stat : 27192 (java) S 27183 27186 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 7383 33554432000 4194304 4196468 140733112737504 140377050541072 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27193] ppid=27183 vsize=10659884 memory=140582085015168 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27193/stat : 27193 (java) S 27183 27186 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847424 10915721216 7383 33554432000 4194304 4196468 140733112737504 140376163407984 140377127635586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27194] ppid=27183 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27194/stat : 27194 (java) S 27183 27186 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847425 10915721216 7383 33554432000 4194304 4196468 140733112737504 140376162353952 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27195] ppid=27183 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27195/stat : 27195 (java) S 27183 27186 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847425 10915721216 7383 33554432000 4194304 4196468 140733112737504 140376161301616 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27196] ppid=27183 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27196/stat : 27196 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847427 10915721216 7383 33554432000 4194304 4196468 140733112737504 140376160249936 140377127643035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27197] ppid=27183 vsize=10659884 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27197/stat : 27197 (java) S 27183 27186 25423 0 -1 1077944384 430 0 0 0 1 0 0 0 20 0 15 0 414847427 10915721216 7383 33554432000 4194304 4196468 140733112737504 140376159197808 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27198] ppid=27183 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27198/stat : 27198 (java) R 27183 27186 25423 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 15 0 414847427 10915721216 7383 33554432000 4194304 4196468 140733112737504 140376158126024 140377108289584 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27199] ppid=27183 vsize=10659884 memory=140582085015168 CPUtime=0.02 cores=0,2,4,6
/proc/27186/task/27199/stat : 27199 (java) R 27183 27186 25423 0 -1 4202560 698 0 0 0 2 0 0 0 20 0 15 0 414847427 10915721216 7383 33554432000 4194304 4196468 140733112737504 140376157088888 140377107022955 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27200] ppid=27183 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27200/stat : 27200 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847427 10915721216 7383 33554432000 4194304 4196468 140733112737504 140376156040160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27201] ppid=27183 vsize=10659884 memory=140582085015168 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27201/stat : 27201 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847428 10915721216 7383 33554432000 4194304 4196468 140733112737504 140376154986928 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29532 KiB

[startup+0.21069 s]*
/proc/loadavg: 2.02 1.94 1.86 3/228 27201
/proc/meminfo: memFree=31122164/32770624 swapFree=66936356/67108860
[pid=27186] ppid=27183 vsize=10659884 memory=35252 CPUtime=0.33 cores=0,2,4,6
/proc/27186/stat : 27186 (java) S 27183 27186 25423 0 -1 1077944320 6916 0 0 0 31 2 0 0 20 0 15 0 414847422 10915721216 8813 33554432000 4194304 4196468 140733112737504 140733112720048 140377127624439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
/proc/27186/statm: 2664971 8813 2989 1 0 2627468 0
[pid=27186/tid=27188] ppid=27183 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27186/task/27188/stat : 27188 (java) R 27183 27186 25423 0 -1 4202560 3875 0 0 0 19 1 0 0 20 0 15 0 414847422 10915721216 8813 33554432000 4194304 4196468 140733112737504 140377131862608 140377127646365 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27189] ppid=27183 vsize=10659884 memory=345 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27189/stat : 27189 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 8813 33554432000 4194304 4196468 140733112737504 140377053698960 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27190] ppid=27183 vsize=10659884 memory=140582085040832 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27190/stat : 27190 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 8813 33554432000 4194304 4196468 140733112737504 140377052646160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27191] ppid=27183 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27191/stat : 27191 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 8813 33554432000 4194304 4196468 140733112737504 140377051593872 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27192] ppid=27183 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27192/stat : 27192 (java) S 27183 27186 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 8813 33554432000 4194304 4196468 140733112737504 140377050541072 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27193] ppid=27183 vsize=10659884 memory=140582085015168 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27193/stat : 27193 (java) S 27183 27186 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847424 10915721216 8813 33554432000 4194304 4196468 140733112737504 140376163407984 140377127635586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27194] ppid=27183 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27194/stat : 27194 (java) S 27183 27186 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847425 10915721216 8813 33554432000 4194304 4196468 140733112737504 140376162353952 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27195] ppid=27183 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27195/stat : 27195 (java) S 27183 27186 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847425 10915721216 8813 33554432000 4194304 4196468 140733112737504 140376161301616 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27196] ppid=27183 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27196/stat : 27196 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847427 10915721216 8813 33554432000 4194304 4196468 140733112737504 140376160249936 140377127643035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27197] ppid=27183 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27186/task/27197/stat : 27197 (java) S 27183 27186 25423 0 -1 1077944384 509 0 0 0 3 0 0 0 20 0 15 0 414847427 10915721216 8813 33554432000 4194304 4196468 140733112737504 140376159197808 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27198] ppid=27183 vsize=10659884 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/27186/task/27198/stat : 27198 (java) S 27183 27186 25423 0 -1 1077944384 409 0 0 0 3 0 0 0 20 0 15 0 414847427 10915721216 8813 33554432000 4194304 4196468 140733112737504 140376158145008 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27199] ppid=27183 vsize=10659884 memory=140582085015168 CPUtime=0.05 cores=0,2,4,6
/proc/27186/task/27199/stat : 27199 (java) S 27183 27186 25423 0 -1 1077944384 765 0 0 0 5 0 0 0 20 0 15 0 414847427 10915721216 8813 33554432000 4194304 4196468 140733112737504 140376157092720 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27200] ppid=27183 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27200/stat : 27200 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847427 10915721216 8813 33554432000 4194304 4196468 140733112737504 140376156040160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27201] ppid=27183 vsize=10659884 memory=140582085015168 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27201/stat : 27201 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847428 10915721216 8813 33554432000 4194304 4196468 140733112737504 140376154986928 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35252 KiB

[startup+0.310175 s]*
/proc/loadavg: 2.02 1.94 1.86 4/228 27201
/proc/meminfo: memFree=31113792/32770624 swapFree=66936356/67108860
[pid=27186] ppid=27183 vsize=10659884 memory=40384 CPUtime=0.47 cores=0,2,4,6
/proc/27186/stat : 27186 (java) S 27183 27186 25423 0 -1 1077944320 9452 0 0 0 44 3 0 0 20 0 15 0 414847422 10915721216 10096 33554432000 4194304 4196468 140733112737504 140733112720048 140377127624439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
/proc/27186/statm: 2664971 10096 3001 1 0 2627468 0
[pid=27186/tid=27188] ppid=27183 vsize=10659884 memory=8390339637985935414 CPUtime=0.3 cores=0,2,4,6
/proc/27186/task/27188/stat : 27188 (java) R 27183 27186 25423 0 -1 4202560 6341 0 0 0 27 3 0 0 20 0 15 0 414847422 10915721216 10096 33554432000 4194304 4196468 140733112737504 140377131856848 140377111704926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27189] ppid=27183 vsize=10659884 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27189/stat : 27189 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 10096 33554432000 4194304 4196468 140733112737504 140377053698960 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27190] ppid=27183 vsize=10659884 memory=140582085040386 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27190/stat : 27190 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 10096 33554432000 4194304 4196468 140733112737504 140377052646160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27191] ppid=27183 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27191/stat : 27191 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 10096 33554432000 4194304 4196468 140733112737504 140377051593872 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27192] ppid=27183 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27192/stat : 27192 (java) S 27183 27186 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847423 10915721216 10096 33554432000 4194304 4196468 140733112737504 140377050541072 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27193] ppid=27183 vsize=10659884 memory=140582085015168 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27193/stat : 27193 (java) S 27183 27186 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847424 10915721216 10096 33554432000 4194304 4196468 140733112737504 140376163407984 140377127635586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27194] ppid=27183 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27194/stat : 27194 (java) S 27183 27186 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847425 10915721216 10096 33554432000 4194304 4196468 140733112737504 140376162353952 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27195] ppid=27183 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27195/stat : 27195 (java) S 27183 27186 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847425 10915721216 10096 33554432000 4194304 4196468 140733112737504 140376161301616 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27196] ppid=27183 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27196/stat : 27196 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847427 10915721216 10096 33554432000 4194304 4196468 140733112737504 140376160249936 140377127643035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27197] ppid=27183 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27186/task/27197/stat : 27197 (java) S 27183 27186 25423 0 -1 1077944384 517 0 0 0 3 0 0 0 20 0 15 0 414847427 10915721216 10096 33554432000 4194304 4196468 140733112737504 140376159197808 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27198] ppid=27183 vsize=10659884 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/27186/task/27198/stat : 27198 (java) S 27183 27186 25423 0 -1 1077944384 454 0 0 0 4 0 0 0 20 0 15 0 414847427 10915721216 10096 33554432000 4194304 4196468 140733112737504 140376158145008 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27199] ppid=27183 vsize=10659884 memory=140582085015168 CPUtime=0.08 cores=0,2,4,6
/proc/27186/task/27199/stat : 27199 (java) S 27183 27186 25423 0 -1 1077944384 786 0 0 0 8 0 0 0 20 0 15 0 414847427 10915721216 10096 33554432000 4194304 4196468 140733112737504 140376157092720 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27200] ppid=27183 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27200/stat : 27200 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847427 10915721216 10096 33554432000 4194304 4196468 140733112737504 140376156040160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27201] ppid=27183 vsize=10659884 memory=140582085015168 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27201/stat : 27201 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847428 10915721216 10096 33554432000 4194304 4196468 140733112737504 140376154986928 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40384 KiB

[startup+0.700721 s]
/proc/loadavg: 2.01 1.94 1.86 3/228 27201
/proc/meminfo: memFree=31105800/32770624 swapFree=66936356/67108860
[pid=27186] ppid=27183 vsize=10661932 memory=62488 CPUtime=1.1 cores=0,2,4,6
/proc/27186/stat : 27186 (java) S 27183 27186 25423 0 -1 1077944320 12742 0 0 0 105 5 0 0 20 0 15 0 414847422 10917818368 15622 33554432000 4194304 4196468 140733112737504 140733112720048 140377127624439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
/proc/27186/statm: 2665483 15622 3066 1 0 2627980 0
[pid=27186/tid=27188] ppid=27183 vsize=10661932 memory=1412 CPUtime=0.68 cores=0,2,4,6
/proc/27186/task/27188/stat : 27188 (java) R 27183 27186 25423 0 -1 4202560 8857 0 0 0 63 5 0 0 20 0 15 0 414847422 10917818368 15622 33554432000 4194304 4196468 140733112737504 140377131847376 140377113319499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27189] ppid=27183 vsize=10661932 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27189/stat : 27189 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10917818368 15622 33554432000 4194304 4196468 140733112737504 140377053698960 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27190] ppid=27183 vsize=10661932 memory=7148 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27190/stat : 27190 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10917818368 15622 33554432000 4194304 4196468 140733112737504 140377052646160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27191] ppid=27183 vsize=10661932 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27191/stat : 27191 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10917818368 15622 33554432000 4194304 4196468 140733112737504 140377051593872 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27192] ppid=27183 vsize=10661932 memory=616 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27192/stat : 27192 (java) S 27183 27186 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847423 10917818368 15622 33554432000 4194304 4196468 140733112737504 140377050541072 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27193] ppid=27183 vsize=10661932 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27193/stat : 27193 (java) S 27183 27186 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847424 10917818368 15622 33554432000 4194304 4196468 140733112737504 140376163407984 140377127635586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27194] ppid=27183 vsize=10661932 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27194/stat : 27194 (java) S 27183 27186 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847425 10917818368 15622 33554432000 4194304 4196468 140733112737504 140376162353952 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27195] ppid=27183 vsize=10661932 memory=1136 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27195/stat : 27195 (java) S 27183 27186 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847425 10917818368 15622 33554432000 4194304 4196468 140733112737504 140376161301616 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27196] ppid=27183 vsize=10661932 memory=4639098309541127012 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27196/stat : 27196 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847427 10917818368 15622 33554432000 4194304 4196468 140733112737504 140376160249936 140377127643035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27197] ppid=27183 vsize=10661932 memory=7811609364956278113 CPUtime=0.09 cores=0,2,4,6
/proc/27186/task/27197/stat : 27197 (java) S 27183 27186 25423 0 -1 1077944384 649 0 0 0 9 0 0 0 20 0 15 0 414847427 10917818368 15622 33554432000 4194304 4196468 140733112737504 140376159197808 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27198] ppid=27183 vsize=10661932 memory=5787213840016500561 CPUtime=0.13 cores=0,2,4,6
/proc/27186/task/27198/stat : 27198 (java) S 27183 27186 25423 0 -1 1077944384 698 0 0 0 13 0 0 0 20 0 15 0 414847427 10917818368 15622 33554432000 4194304 4196468 140733112737504 140376158145008 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27199] ppid=27183 vsize=10661932 memory=5450909908396308010 CPUtime=0.19 cores=0,2,4,6
/proc/27186/task/27199/stat : 27199 (java) S 27183 27186 25423 0 -1 1077944384 1180 0 0 0 19 0 0 0 20 0 15 0 414847427 10917818368 15622 33554432000 4194304 4196468 140733112737504 140376157092720 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27200] ppid=27183 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27200/stat : 27200 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847427 10917818368 15686 33554432000 4194304 4196468 140733112737504 140376156040160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27201] ppid=27183 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27201/stat : 27201 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847428 10917818368 15686 33554432000 4194304 4196468 140733112737504 140376154986928 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62488 KiB

[startup+1.50071 s]
/proc/loadavg: 2.01 1.94 1.86 3/228 27201
/proc/meminfo: memFree=31090200/32770624 swapFree=66936356/67108860
[pid=27186] ppid=27183 vsize=10663980 memory=74984 CPUtime=2 cores=0,2,4,6
/proc/27186/stat : 27186 (java) S 27183 27186 25423 0 -1 1077944320 16810 0 0 0 194 6 0 0 20 0 15 0 414847422 10919915520 18746 33554432000 4194304 4196468 140733112737504 140733112720048 140377127624439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
/proc/27186/statm: 2665995 18746 3091 1 0 2628492 0
[pid=27186/tid=27188] ppid=27183 vsize=10663980 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/27186/task/27188/stat : 27188 (java) R 27183 27186 25423 0 -1 4202560 11766 0 0 0 142 5 0 0 20 0 15 0 414847422 10919915520 18746 33554432000 4194304 4196468 140733112737504 140377131850416 140377109187968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27189] ppid=27183 vsize=10663980 memory=33 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27189/stat : 27189 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10919915520 18746 33554432000 4194304 4196468 140733112737504 140377053698960 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27190] ppid=27183 vsize=10663980 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27190/stat : 27190 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10919915520 18746 33554432000 4194304 4196468 140733112737504 140377052646160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27191] ppid=27183 vsize=10663980 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27191/stat : 27191 (java) S 27183 27186 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847423 10919915520 18746 33554432000 4194304 4196468 140733112737504 140377051593872 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27192] ppid=27183 vsize=10663980 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27192/stat : 27192 (java) S 27183 27186 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847423 10919915520 18746 33554432000 4194304 4196468 140733112737504 140377050541072 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27193] ppid=27183 vsize=10663980 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27193/stat : 27193 (java) S 27183 27186 25423 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 414847424 10919915520 18746 33554432000 4194304 4196468 140733112737504 140376163407984 140377127635586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0

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

Dumping a history of the last processes samples

[startup+3.20092 s]
/proc/loadavg: 2.01 1.94 1.86 3/229 27202
/proc/meminfo: memFree=31001236/32770624 swapFree=66936356/67108860
[pid=27186] ppid=27183 vsize=10748324 memory=156840 CPUtime=5.35 cores=0,2,4,6
/proc/27186/stat : 27186 (java) S 27183 27186 25423 0 -1 1077944320 25842 0 0 0 522 13 0 0 20 0 16 0 414847422 11006283776 39210 33554432000 4194304 4196468 140733112737504 140733112720048 140377127624439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
/proc/27186/statm: 2687081 39210 3356 1 0 2647217 0
[pid=27186/tid=27188] ppid=27183 vsize=10748324 memory=1944 CPUtime=1.87 cores=0,2,4,6
/proc/27186/task/27188/stat : 27188 (java) S 27183 27186 25423 0 -1 1077944384 13774 0 0 0 181 6 0 0 20 0 16 0 414847422 11006283776 39210 33554432000 4194304 4196468 140733112737504 140377131867312 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27189] ppid=27183 vsize=10748324 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27189/stat : 27189 (java) S 27183 27186 25423 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 16 0 414847423 11006283776 39210 33554432000 4194304 4196468 140733112737504 140377053698960 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27190] ppid=27183 vsize=10748324 memory=3472468860169486110 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27190/stat : 27190 (java) S 27183 27186 25423 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 414847423 11006283776 39210 33554432000 4194304 4196468 140733112737504 140377052646160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27191] ppid=27183 vsize=10748324 memory=140582085022161 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27191/stat : 27191 (java) S 27183 27186 25423 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 414847423 11006283776 39210 33554432000 4194304 4196468 140733112737504 140377051593872 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27192] ppid=27183 vsize=10748324 memory=7522508252503103337 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27192/stat : 27192 (java) S 27183 27186 25423 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 16 0 414847423 11006283776 39210 33554432000 4194304 4196468 140733112737504 140377050541072 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27193] ppid=27183 vsize=10748324 memory=7883662548012262487 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27193/stat : 27193 (java) S 27183 27186 25423 0 -1 1077944384 694 0 0 0 1 0 0 0 20 0 16 0 414847424 11006283776 39210 33554432000 4194304 4196468 140733112737504 140376163407984 140377127635586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27194] ppid=27183 vsize=10748324 memory=-7173504570862900581 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27194/stat : 27194 (java) S 27183 27186 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414847425 11006283776 39210 33554432000 4194304 4196468 140733112737504 140376162353952 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27195] ppid=27183 vsize=10748324 memory=7883662548012262487 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27195/stat : 27195 (java) S 27183 27186 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847425 11006283776 39210 33554432000 4194304 4196468 140733112737504 140376161301616 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27196] ppid=27183 vsize=10748324 memory=28 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27196/stat : 27196 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847427 11006283776 39210 33554432000 4194304 4196468 140733112737504 140376160249936 140377127643035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27197] ppid=27183 vsize=10748324 memory=31 CPUtime=0.72 cores=0,2,4,6
/proc/27186/task/27197/stat : 27197 (java) S 27183 27186 25423 0 -1 1077944384 1652 0 0 0 72 0 0 0 20 0 16 0 414847427 11006283776 39210 33554432000 4194304 4196468 140733112737504 140376159197808 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27198] ppid=27183 vsize=10748324 memory=28 CPUtime=0.76 cores=0,2,4,6
/proc/27186/task/27198/stat : 27198 (java) S 27183 27186 25423 0 -1 1077944384 1935 0 0 0 76 0 0 0 20 0 16 0 414847427 11006283776 39210 33554432000 4194304 4196468 140733112737504 140376158145008 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27199] ppid=27183 vsize=10748324 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/27186/task/27199/stat : 27199 (java) S 27183 27186 25423 0 -1 1077944384 2619 0 0 0 61 1 0 0 20 0 16 0 414847427 11006283776 39210 33554432000 4194304 4196468 140733112737504 140376157092720 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27200] ppid=27183 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27200/stat : 27200 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847427 11006283776 39210 33554432000 4194304 4196468 140733112737504 140376156040160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27201] ppid=27183 vsize=10748324 memory=8 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27201/stat : 27201 (java) S 27183 27186 25423 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 414847428 11006283776 39210 33554432000 4194304 4196468 140733112737504 140376154986928 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27202] ppid=27183 vsize=10748324 memory=0 CPUtime=1.27 cores=0,2,4,6
/proc/27186/task/27202/stat : 27202 (java) R 27183 27186 25423 0 -1 4202560 3560 0 0 0 125 2 0 0 20 0 16 0 414847611 11006283776 39210 33554432000 4194304 4196468 140733112737504 140376138032000 140376734514489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 156840 KiB

[startup+4.00073 s]*
/proc/loadavg: 2.01 1.94 1.86 3/229 27202
/proc/meminfo: memFree=31001100/32770624 swapFree=66936356/67108860
[pid=27186] ppid=27183 vsize=10748324 memory=156900 CPUtime=6.18 cores=0,2,4,6
/proc/27186/stat : 27186 (java) S 27183 27186 25423 0 -1 1077944320 26113 0 0 0 605 13 0 0 20 0 16 0 414847422 11006283776 39225 33554432000 4194304 4196468 140733112737504 140733112720048 140377127624439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
/proc/27186/statm: 2687081 39225 3356 1 0 2647217 0
[pid=27186/tid=27188] ppid=27183 vsize=10748324 memory=8317482817917895235 CPUtime=1.87 cores=0,2,4,6
/proc/27186/task/27188/stat : 27188 (java) S 27183 27186 25423 0 -1 1077944384 13774 0 0 0 181 6 0 0 20 0 16 0 414847422 11006283776 39225 33554432000 4194304 4196468 140733112737504 140377131867312 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27189] ppid=27183 vsize=10748324 memory=4872558044660077418 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27189/stat : 27189 (java) S 27183 27186 25423 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 16 0 414847423 11006283776 39225 33554432000 4194304 4196468 140733112737504 140377053698960 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27190] ppid=27183 vsize=10748324 memory=4000 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27190/stat : 27190 (java) S 27183 27186 25423 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 414847423 11006283776 39225 33554432000 4194304 4196468 140733112737504 140377052646160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27191] ppid=27183 vsize=10748324 memory=616 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27191/stat : 27191 (java) S 27183 27186 25423 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 414847423 11006283776 39225 33554432000 4194304 4196468 140733112737504 140377051593872 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27192] ppid=27183 vsize=10748324 memory=2832 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27192/stat : 27192 (java) S 27183 27186 25423 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 16 0 414847423 11006283776 39225 33554432000 4194304 4196468 140733112737504 140377050541072 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27193] ppid=27183 vsize=10748324 memory=1624 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27193/stat : 27193 (java) S 27183 27186 25423 0 -1 1077944384 762 0 0 0 1 0 0 0 20 0 16 0 414847424 11006283776 39225 33554432000 4194304 4196468 140733112737504 140376163407984 140377127635586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27194] ppid=27183 vsize=10748324 memory=1136 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27194/stat : 27194 (java) S 27183 27186 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414847425 11006283776 39225 33554432000 4194304 4196468 140733112737504 140376162353952 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27195] ppid=27183 vsize=10748324 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27195/stat : 27195 (java) S 27183 27186 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847425 11006283776 39225 33554432000 4194304 4196468 140733112737504 140376161301616 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27196] ppid=27183 vsize=10748324 memory=5932 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27196/stat : 27196 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847427 11006283776 39225 33554432000 4194304 4196468 140733112737504 140376160249936 140377127643035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27197] ppid=27183 vsize=10748324 memory=784 CPUtime=0.73 cores=0,2,4,6
/proc/27186/task/27197/stat : 27197 (java) S 27183 27186 25423 0 -1 1077944384 1664 0 0 0 73 0 0 0 20 0 16 0 414847427 11006283776 39225 33554432000 4194304 4196468 140733112737504 140376159197808 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27198] ppid=27183 vsize=10748324 memory=1060 CPUtime=0.77 cores=0,2,4,6
/proc/27186/task/27198/stat : 27198 (java) S 27183 27186 25423 0 -1 1077944384 2043 0 0 0 77 0 0 0 20 0 16 0 414847427 11006283776 39225 33554432000 4194304 4196468 140733112737504 140376158145008 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27199] ppid=27183 vsize=10748324 memory=14012 CPUtime=0.62 cores=0,2,4,6
/proc/27186/task/27199/stat : 27199 (java) S 27183 27186 25423 0 -1 1077944384 2655 0 0 0 61 1 0 0 20 0 16 0 414847427 11006283776 39225 33554432000 4194304 4196468 140733112737504 140376157092720 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27200] ppid=27183 vsize=10748324 memory=10492 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27200/stat : 27200 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847427 11006283776 39225 33554432000 4194304 4196468 140733112737504 140376156040160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27201] ppid=27183 vsize=10748324 memory=14056 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27201/stat : 27201 (java) S 27183 27186 25423 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 414847428 11006283776 39225 33554432000 4194304 4196468 140733112737504 140376154986928 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27202] ppid=27183 vsize=10748324 memory=2116 CPUtime=2.08 cores=0,2,4,6
/proc/27186/task/27202/stat : 27202 (java) R 27183 27186 25423 0 -1 4202560 3607 0 0 0 206 2 0 0 20 0 16 0 414847611 11006283776 39225 33554432000 4194304 4196468 140733112737504 140376138032280 140376734255689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
Current children cumulated CPU time: 6.18 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 156900 KiB

[startup+4.20077 s]
/proc/loadavg: 2.01 1.94 1.86 3/229 27202
/proc/meminfo: memFree=31001100/32770624 swapFree=66936356/67108860
[pid=27186] ppid=27183 vsize=10748324 memory=158948 CPUtime=6.37 cores=0,2,4,6
/proc/27186/stat : 27186 (java) S 27183 27186 25423 0 -1 1077944320 26126 0 0 0 624 13 0 0 20 0 16 0 414847422 11006283776 39737 33554432000 4194304 4196468 140733112737504 140733112720048 140377127624439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
/proc/27186/statm: 2687081 39737 3356 1 0 2647217 0
[pid=27186/tid=27188] ppid=27183 vsize=10748324 memory=288230621803970871 CPUtime=1.87 cores=0,2,4,6
/proc/27186/task/27188/stat : 27188 (java) S 27183 27186 25423 0 -1 1077944384 13774 0 0 0 181 6 0 0 20 0 16 0 414847422 11006283776 39737 33554432000 4194304 4196468 140733112737504 140377131867312 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27189] ppid=27183 vsize=10748324 memory=14691894252800627 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27189/stat : 27189 (java) S 27183 27186 25423 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 16 0 414847423 11006283776 39737 33554432000 4194304 4196468 140733112737504 140377053698960 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27190] ppid=27183 vsize=10748324 memory=4951091520830867572 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27190/stat : 27190 (java) S 27183 27186 25423 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 414847423 11006283776 39737 33554432000 4194304 4196468 140733112737504 140377052646160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27191] ppid=27183 vsize=10748324 memory=8992725908130199082 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27191/stat : 27191 (java) S 27183 27186 25423 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 414847423 11006283776 39737 33554432000 4194304 4196468 140733112737504 140377051593872 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27192] ppid=27183 vsize=10748324 memory=-6526411401870300574 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27192/stat : 27192 (java) S 27183 27186 25423 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 16 0 414847423 11006283776 39737 33554432000 4194304 4196468 140733112737504 140377050541072 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27193] ppid=27183 vsize=10748324 memory=-7738167615158003044 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27193/stat : 27193 (java) S 27183 27186 25423 0 -1 1077944384 768 0 0 0 1 0 0 0 20 0 16 0 414847424 11006283776 39737 33554432000 4194304 4196468 140733112737504 140376163407984 140377127635586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27194] ppid=27183 vsize=10748324 memory=663770999429716758 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27194/stat : 27194 (java) S 27183 27186 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414847425 11006283776 39737 33554432000 4194304 4196468 140733112737504 140376162353952 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27195] ppid=27183 vsize=10748324 memory=-6000919503509141558 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27195/stat : 27195 (java) S 27183 27186 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847425 11006283776 39737 33554432000 4194304 4196468 140733112737504 140376161301616 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27196] ppid=27183 vsize=10748324 memory=-3252517613199061085 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27196/stat : 27196 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847427 11006283776 39737 33554432000 4194304 4196468 140733112737504 140376160249936 140377127643035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27197] ppid=27183 vsize=10748324 memory=6943526294502006880 CPUtime=0.73 cores=0,2,4,6
/proc/27186/task/27197/stat : 27197 (java) S 27183 27186 25423 0 -1 1077944384 1664 0 0 0 73 0 0 0 20 0 16 0 414847427 11006283776 39737 33554432000 4194304 4196468 140733112737504 140376159197808 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27198] ppid=27183 vsize=10748324 memory=6944656575208382560 CPUtime=0.77 cores=0,2,4,6
/proc/27186/task/27198/stat : 27198 (java) S 27183 27186 25423 0 -1 1077944384 2043 0 0 0 77 0 0 0 20 0 16 0 414847427 11006283776 39737 33554432000 4194304 4196468 140733112737504 140376158145008 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27199] ppid=27183 vsize=10748324 memory=6944656592455088490 CPUtime=0.63 cores=0,2,4,6
/proc/27186/task/27199/stat : 27199 (java) S 27183 27186 25423 0 -1 1077944384 2657 0 0 0 62 1 0 0 20 0 16 0 414847427 11006283776 39737 33554432000 4194304 4196468 140733112737504 140376157092720 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27200] ppid=27183 vsize=10748324 memory=-1751206890918255646 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27200/stat : 27200 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847427 11006283776 39737 33554432000 4194304 4196468 140733112737504 140376156040160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27201] ppid=27183 vsize=10748324 memory=6515465389265 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27201/stat : 27201 (java) S 27183 27186 25423 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 414847428 11006283776 39737 33554432000 4194304 4196468 140733112737504 140376154986928 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27202] ppid=27183 vsize=10748324 memory=297237821058711863 CPUtime=2.27 cores=0,2,4,6
/proc/27186/task/27202/stat : 27202 (java) R 27183 27186 25423 0 -1 4202560 3611 0 0 0 225 2 0 0 20 0 16 0 414847611 11006283776 39737 33554432000 4194304 4196468 140733112737504 140376138031216 140376734256481 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
Current children cumulated CPU time: 6.37 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 158948 KiB

[startup+4.30613 s]
/proc/loadavg: 2.01 1.94 1.86 3/229 27202
/proc/meminfo: memFree=31001100/32770624 swapFree=66936356/67108860
[pid=27186] ppid=27183 vsize=10748324 memory=163168 CPUtime=6.56 cores=0,2,4,6
/proc/27186/stat : 27186 (java) S 27183 27186 25423 0 -1 1077944320 26907 0 0 0 642 14 0 0 20 0 15 0 414847422 11006283776 40792 33554432000 4194304 4196468 140733112737504 140733112720048 140377127624439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
/proc/27186/statm: 2687081 40792 3357 1 0 2647217 0
[pid=27186/tid=27188] ppid=27183 vsize=10748324 memory=0 CPUtime=1.87 cores=0,2,4,6
/proc/27186/task/27188/stat : 27188 (java) R 27183 27186 25423 0 -1 4202560 13892 0 0 0 181 6 0 0 20 0 15 0 414847422 11006283776 40792 33554432000 4194304 4196468 140733112737504 140377131867312 140377119856634 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27189] ppid=27183 vsize=10748324 memory=281163860356144 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27189/stat : 27189 (java) S 27183 27186 25423 0 -1 1077944384 29 0 0 0 1 0 0 0 20 0 15 0 414847423 11006283776 40792 33554432000 4194304 4196468 140733112737504 140377053698960 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27190] ppid=27183 vsize=10748324 memory=6935649255759570263 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27190/stat : 27190 (java) S 27183 27186 25423 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 414847423 11006283776 40794 33554432000 4194304 4196468 140733112737504 140377052646160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27191] ppid=27183 vsize=10748324 memory=5782710158696722474 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27191/stat : 27191 (java) S 27183 27186 25423 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 414847423 11006283776 40794 33554432000 4194304 4196468 140733112737504 140377051593872 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27192] ppid=27183 vsize=10748324 memory=2016 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27192/stat : 27192 (java) S 27183 27186 25423 0 -1 1077944384 123 0 0 0 1 0 0 0 20 0 16 0 414847423 11006283776 40794 33554432000 4194304 4196468 140733112737504 140377050541072 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27193] ppid=27183 vsize=10748324 memory=1412 CPUtime=0.01 cores=0,2,4,6
/proc/27186/task/27193/stat : 27193 (java) S 27183 27186 25423 0 -1 1077944384 768 0 0 0 1 0 0 0 20 0 16 0 414847424 11006283776 40794 33554432000 4194304 4196468 140733112737504 140376163407984 140377127635586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27194] ppid=27183 vsize=10748312 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27194/stat : 27194 (java) S 27183 27186 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414847425 11006271488 40794 33554432000 4194304 4196468 140733112737504 140376162353952 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27195] ppid=27183 vsize=10748324 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27195/stat : 27195 (java) S 27183 27186 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847425 11006283776 40794 33554432000 4194304 4196468 140733112737504 140376161301616 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27196] ppid=27183 vsize=10748324 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27196/stat : 27196 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847427 11006283776 40794 33554432000 4194304 4196468 140733112737504 140376160249936 140377127643035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27197] ppid=27183 vsize=10748324 memory=6944656592387989600 CPUtime=0.74 cores=0,2,4,6
/proc/27186/task/27197/stat : 27197 (java) R 27183 27186 25423 0 -1 4202560 1686 0 0 0 74 0 0 0 20 0 16 0 414847427 11006283776 40794 33554432000 4194304 4196468 140733112737504 140376159179008 140377106877237 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27198] ppid=27183 vsize=10748324 memory=6944656592455359580 CPUtime=0.81 cores=0,2,4,6
/proc/27186/task/27198/stat : 27198 (java) R 27183 27186 25423 0 -1 4202560 2180 0 0 0 81 0 0 0 20 0 16 0 414847427 11006283776 40794 33554432000 4194304 4196468 140733112737504 140376158136336 140377107341575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27199] ppid=27183 vsize=10748324 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/27186/task/27199/stat : 27199 (java) S 27183 27186 25423 0 -1 1077944384 2757 0 0 0 63 1 0 0 20 0 16 0 414847427 11006283776 40794 33554432000 4194304 4196468 140733112737504 140376157092720 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27200] ppid=27183 vsize=10748324 memory=1 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27200/stat : 27200 (java) S 27183 27186 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847427 11006283776 40794 33554432000 4194304 4196468 140733112737504 140376156040160 140377127634645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
[pid=27186/tid=27201] ppid=27183 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27186/task/27201/stat : 27201 (java) S 27183 27186 25423 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 16 0 414847428 11006283776 40794 33554432000 4194304 4196468 140733112737504 140376154986928 140377127635586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25853952 140733112738827 140733112738930 140733112738930 140733112741839 0
Current children cumulated CPU time: 6.56 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 163168 KiB

Child status: 0
Real time (s): 4.32772
CPU time (s): 6.57156
CPU user time (s): 6.42616
CPU system time (s): 0.145402
CPU usage (%): 151.848
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 163168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.42616
system time used= 0.145402
maximum resident set size= 165756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27042
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2690
involuntary context switches= 25


# summary of solver processes directly reported to runsolver:
#   pid: 27186
#   total CPU time (s): 6.57156
#   total CPU user time (s): 6.42616
#   total CPU system time (s): 0.145402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059479 second user time and 0.077323 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 15:43:16
IDJOB=4390674
IDBENCH=138958
IDSOLVER=2832
FILE ID=node105/4390674-1568385890
RUNJOBID= node105-1568376822-25454
PBS_JOBID= 21701849
Free space on /tmp= 54360 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gp/qwh-o30-h375-19.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390674-1568385890/watcher-4390674-1568385890 -o /tmp/evaluation-result-4390674-1568385890/solver-4390674-1568385890 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568376822-25454 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390674-1568385890.xml -cm

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

MD5SUM BENCH= 2072ed2e4af5bca545229f959ebdc074
RANDOM SEED=621504613

node105.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.00
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.00
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.00
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.00
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:        31145268 kB
MemAvailable:   31391424 kB
Buffers:          147084 kB
Cached:           386520 kB
SwapCached:        68412 kB
Active:           722148 kB
Inactive:         345980 kB
Active(anon):     477104 kB
Inactive(anon):    89820 kB
Active(file):     245044 kB
Inactive(file):   256160 kB
Unevictable:      111220 kB
Mlocked:          111220 kB
SwapTotal:      67108860 kB
SwapFree:       66936356 kB
Dirty:              8700 kB
Writeback:             0 kB
AnonPages:        586800 kB
Mapped:            48872 kB
Shmem:             24008 kB
Slab:             150232 kB
SReclaimable:     121576 kB
SUnreclaim:        28656 kB
KernelStack:        4000 kB
PageTables:         6640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1667112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    514048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 54352 MiB
End job on node105 at 2019-09-13 15:43:20