Trace number 4390581

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-23UNSAT 8.21763 4.91765

DiagnosticValue
WRONG_DECISIONS14924

General information on the benchmark

NameMixed/Mixed-xcsp2-cril/
cril-2_X2.xml
MD5SUMe953f4a4989b8abb5ffb897aaba74e21
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.102789
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints2032
Number of domains2
Minimum domain size8
Maximum domain size10
Distribution of domain sizes[{"size":8,"count":200},{"size":10,"count":8}]
Minimum variable degree4
Maximum variable degree35
Distribution of variable degrees[{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":2},{"degree":7,"count":1},{"degree":8,"count":1},{"degree":9,"count":3},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":12,"count":3},{"degree":13,"count":8},{"degree":14,"count":4},{"degree":15,"count":12},{"degree":16,"count":15},{"degree":17,"count":16},{"degree":18,"count":13},{"degree":19,"count":12},{"degree":20,"count":23},{"degree":21,"count":26},{"degree":22,"count":16},{"degree":23,"count":9},{"degree":24,"count":12},{"degree":25,"count":7},{"degree":26,"count":4},{"degree":27,"count":5},{"degree":28,"count":3},{"degree":29,"count":2},{"degree":30,"count":3},{"degree":31,"count":1},{"degree":32,"count":1},{"degree":33,"count":1},{"degree":35,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2032}]
Number of extensional constraints2032
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2032}]
Optimization problemNO
Type of objective

Solver Data

2.40/1.87	
2.40/1.87	AbsCon 2 
2.40/1.89	
3.98/2.31	  Instance
3.98/2.31	    name=instance-4390581-1568380530, framework=CSP
3.98/2.31	
3.98/2.31	  Loading variables...
3.98/2.35	  Loading constraints...
5.03/2.61	
5.03/2.61	  Domains
5.03/2.61	    nTypes=2, nValues=1680, sizes=[8#200,10#8]
5.03/2.61	  Variables
5.03/2.61	    count=208, degrees=[4#1,5#1,6#2,7#1...31#1,32#1,33#1,35#1]
5.03/2.61	  Constraints
5.03/2.61	    count=2032, arities=[2#2032]
5.03/2.61	    distribution=[CtrExtensionV-Bits#2032]
5.03/2.61	    nExtStructures=(2032,shared:0), nCftStructures=(2032,shared:0)
5.03/2.61	    wck=0.767, cpu=2.576, mem=97M858
5.03/2.62	  Solver SolverBacktrack being built...
5.03/2.62	
5.03/2.65	
5.03/2.65	  Solver
5.03/2.65	    guaranteedGAC=true
5.03/2.65	    wck=0.805, cpu=2.612, mem=111M143
5.03/2.66	
5.03/2.66	  Preprocessing
5.03/2.66	    filters=12, revisions=(47,useless=35), nACremovedValues=12, nTotalRemovedValues=12, inconcistency=false
5.03/2.66	    wck=0.006, cpu=2.62, mem=111M143
5.03/2.66	
5.03/2.67	    num=0, depth=28..31, filters=2134, revisions=(8724,useless=6590), wck=0.023, mem=111M143
5.03/2.67	    decisions=54, wrong=13, backtracks=3, failedAssignments=10, nogoods=2
5.03/2.67	    
5.03/2.68	    num=1, depth=24..28, filters=4451, revisions=(18491,useless=14040), wck=0.034, mem=111M143
5.03/2.68	    decisions=112, wrong=29, backtracks=8, failedAssignments=21, nogoods=7
5.03/2.68	    
5.03/2.69	    num=2, depth=20..25, filters=6837, revisions=(30192,useless=23354), wck=0.046, mem=111M143
5.03/2.69	    decisions=178, wrong=51, backtracks=18, failedAssignments=33, nogoods=11
5.03/2.69	    
5.34/2.72	    num=3, depth=21..27, filters=9696, revisions=(44684,useless=34986), wck=0.071, mem=111M143
5.34/2.72	    decisions=246, wrong=72, backtracks=30, failedAssignments=46, nogoods=17
5.34/2.72	    
5.34/2.73	    num=4, depth=27..32, filters=12871, revisions=(57390,useless=44515), wck=0.081, mem=111M143
5.34/2.73	    decisions=310, wrong=90, backtracks=36, failedAssignments=60, nogoods=24
5.34/2.73	    
5.34/2.74	    num=5, depth=26..34, filters=16774, revisions=(74500,useless=57718), wck=0.092, mem=111M143
5.34/2.74	    decisions=387, wrong=115, backtracks=51, failedAssignments=76, nogoods=27
5.34/2.74	    
5.34/2.75	    num=6, depth=27..34, filters=20636, revisions=(92422,useless=71777), wck=0.103, mem=111M143
5.34/2.75	    decisions=472, wrong=142, backtracks=67, failedAssignments=93, nogoods=32
5.34/2.75	    
5.34/2.76	    num=7, depth=24..33, filters=24689, revisions=(110910,useless=86211), wck=0.115, mem=111M143
5.34/2.76	    decisions=561, wrong=174, backtracks=85, failedAssignments=112, nogoods=36
5.34/2.76	    
5.34/2.78	    num=8, depth=29..35, filters=30296, revisions=(135891,useless=105583), wck=0.129, mem=111M143
5.34/2.78	    decisions=663, wrong=210, backtracks=107, failedAssignments=133, nogoods=41
5.34/2.78	    
5.34/2.79	    num=9, depth=31..38, filters=35369, revisions=(160760,useless=125378), wck=0.14, mem=111M143
5.34/2.79	    decisions=778, wrong=251, backtracks=131, failedAssignments=156, nogoods=44
5.34/2.79	    
5.65/2.80	    num=10, depth=25..34, filters=40305, revisions=(186693,useless=146374), wck=0.15, mem=111M143
5.65/2.80	    decisions=888, wrong=292, backtracks=151, failedAssignments=181, nogoods=50
5.65/2.80	    
5.65/2.81	    num=11, depth=24..33, filters=47371, revisions=(219832,useless=172447), wck=0.162, mem=111M143
5.65/2.81	    decisions=1022, wrong=346, backtracks=186, failedAssignments=209, nogoods=53
5.65/2.81	    
5.65/2.82	    num=12, depth=33..38, filters=53039, revisions=(244979,useless=191926), wck=0.171, mem=113M785
5.65/2.82	    decisions=1148, wrong=392, backtracks=203, failedAssignments=240, nogoods=56
5.65/2.82	    
5.65/2.83	    num=13, depth=28..39, filters=60485, revisions=(283551,useless=223051), wck=0.184, mem=113M785
5.65/2.83	    decisions=1317, wrong=462, backtracks=248, failedAssignments=274, nogoods=60
5.65/2.83	    
5.65/2.85	    num=14, depth=31..40, filters=68935, revisions=(325179,useless=256228), wck=0.196, mem=113M785
5.65/2.85	    decisions=1486, wrong=530, backtracks=296, failedAssignments=311, nogoods=69
5.65/2.85	    
6.23/3.22	    num=15, depth=30..35, filters=76858, revisions=(365984,useless=289109), wck=0.208, mem=113M785
6.23/3.22	    decisions=1646, wrong=595, backtracks=332, failedAssignments=352, nogoods=73
6.23/3.22	    
6.23/3.22	    num=16, depth=27..38, filters=87287, revisions=(420919,useless=333604), wck=0.224, mem=113M785
6.23/3.22	    decisions=1837, wrong=675, backtracks=386, failedAssignments=397, nogoods=82
6.23/3.22	    
6.23/3.22	    num=17, depth=26..37, filters=97118, revisions=(472380,useless=375228), wck=0.238, mem=113M785
6.23/3.22	    decisions=2060, wrong=772, backtracks=449, failedAssignments=447, nogoods=86
6.23/3.22	    
6.23/3.22	    num=18, depth=29..41, filters=109610, revisions=(537541,useless=427892), wck=0.256, mem=113M785
6.23/3.22	    decisions=2302, wrong=875, backtracks=522, failedAssignments=502, nogoods=93
6.23/3.22	    
6.23/3.22	    num=19, depth=26..36, filters=121041, revisions=(594391,useless=473299), wck=0.272, mem=116M427
6.23/3.22	    decisions=2517, wrong=969, backtracks=575, failedAssignments=563, nogoods=95
6.23/3.22	    
6.23/3.22	    num=20, depth=29..38, filters=136912, revisions=(668101,useless=531133), wck=0.291, mem=116M427
6.23/3.22	    decisions=2777, wrong=1084, backtracks=651, failedAssignments=630, nogoods=104
6.23/3.22	    
6.23/3.22	    num=21, depth=28..39, filters=151945, revisions=(731163,useless=579158), wck=0.309, mem=116M427
6.23/3.22	    decisions=3036, wrong=1199, backtracks=709, failedAssignments=704, nogoods=114
6.23/3.22	    
6.23/3.22	    num=22, depth=31..40, filters=168597, revisions=(809700,useless=641038), wck=0.332, mem=116M427
6.23/3.22	    decisions=3346, wrong=1338, backtracks=793, failedAssignments=785, nogoods=121
6.23/3.22	    
6.23/3.22	    num=23, depth=27..36, filters=185032, revisions=(895621,useless=710515), wck=0.354, mem=119M70
6.23/3.22	    decisions=3651, wrong=1475, backtracks=863, failedAssignments=874, nogoods=129
6.23/3.22	    
6.23/3.22	    num=24, depth=29..49, filters=200831, revisions=(976014,useless=775102), wck=0.374, mem=119M70
6.23/3.22	    decisions=4004, wrong=1635, backtracks=956, failedAssignments=972, nogoods=137
6.23/3.22	    
6.23/3.22	    num=25, depth=28..38, filters=221952, revisions=(1077754,useless=855719), wck=0.402, mem=119M70
6.23/3.22	    decisions=4406, wrong=1819, backtracks=1060, failedAssignments=1080, nogoods=142
6.23/3.22	    
6.23/3.22	    num=26, depth=34..47, filters=246344, revisions=(1189365,useless=942920), wck=0.432, mem=121M712
6.23/3.22	    decisions=4831, wrong=2014, backtracks=1175, failedAssignments=1199, nogoods=147
6.23/3.22	    
6.23/3.22	    num=27, depth=27..43, filters=270438, revisions=(1303581,useless=1033033), wck=0.462, mem=121M712
6.23/3.22	    decisions=5270, wrong=2219, backtracks=1301, failedAssignments=1330, nogoods=160
6.23/3.22	    
6.23/3.22	    num=28, depth=27..39, filters=304229, revisions=(1460043,useless=1155679), wck=0.504, mem=121M712
6.23/3.22	    decisions=5831, wrong=2485, backtracks=1476, failedAssignments=1474, nogoods=168
6.23/3.22	    
6.23/3.22	    num=29, depth=27..38, filters=338657, revisions=(1646669,useless=1307862), wck=0.55, mem=124M355
6.23/3.22	    decisions=6439, wrong=2775, backtracks=1665, failedAssignments=1632, nogoods=174
6.23/3.22	    
6.23/3.25	    num=30, depth=30..45, filters=375557, revisions=(1852663,useless=1476934), wck=0.601, mem=126M997
6.23/3.25	    decisions=7112, wrong=3095, backtracks=1880, failedAssignments=1806, nogoods=180
6.23/3.25	    
6.23/3.29	    num=31, depth=29..45, filters=410798, revisions=(2028733,useless=1617743), wck=0.645, mem=126M997
6.23/3.29	    decisions=7785, wrong=3414, backtracks=2085, failedAssignments=1997, nogoods=195
6.23/3.29	    
6.33/3.34	    num=32, depth=32..47, filters=446634, revisions=(2226315,useless=1779477), wck=0.694, mem=129M640
6.33/3.34	    decisions=8519, wrong=3764, backtracks=2315, failedAssignments=2208, nogoods=200
6.33/3.34	    
6.44/3.40	    num=33, depth=30..41, filters=497241, revisions=(2466868,useless=1969383), wck=0.756, mem=129M640
6.44/3.40	    decisions=9361, wrong=4169, backtracks=2556, failedAssignments=2440, nogoods=208
6.44/3.40	    
6.44/3.47	    num=34, depth=33..47, filters=547968, revisions=(2727959,useless=2179734), wck=0.822, mem=132M282
6.44/3.47	    decisions=10247, wrong=4594, backtracks=2821, failedAssignments=2695, nogoods=213
6.44/3.47	    
6.54/3.55	    num=35, depth=23..35, filters=611998, revisions=(3038506,useless=2426229), wck=0.901, mem=134M925
6.54/3.55	    decisions=11260, wrong=5086, backtracks=3142, failedAssignments=2976, nogoods=222
6.54/3.55	    
6.67/3.63	    num=36, depth=28..49, filters=672568, revisions=(3362037,useless=2689172), wck=0.98, mem=137M567
6.67/3.63	    decisions=12365, wrong=5619, backtracks=3486, failedAssignments=3285, nogoods=225
6.67/3.63	    
6.83/3.71	    num=37, depth=32..42, filters=736734, revisions=(3682618,useless=2945550), wck=1.064, mem=140M209
6.83/3.71	    decisions=13527, wrong=6181, backtracks=3850, failedAssignments=3625, nogoods=239
6.83/3.71	    
6.97/3.82	    num=38, depth=27..43, filters=818994, revisions=(4099056,useless=3279686), wck=1.167, mem=142M778
6.97/3.82	    decisions=14901, wrong=6854, backtracks=4293, failedAssignments=3999, nogoods=250
6.97/3.82	    
7.18/3.93	    num=39, depth=29..43, filters=902154, revisions=(4521170,useless=3618616), wck=1.284, mem=31M21
7.18/3.93	    decisions=16329, wrong=7552, backtracks=4756, failedAssignments=4410, nogoods=259
7.18/3.93	    
7.29/4.06	    num=40, depth=32..45, filters=1006495, revisions=(5043080,useless=4036137), wck=1.413, mem=34M932
7.29/4.06	    decisions=17992, wrong=8366, backtracks=5276, failedAssignments=4862, nogoods=267
7.29/4.06	    
7.48/4.20	    num=41, depth=28..46, filters=1123293, revisions=(5629258,useless=4505458), wck=1.549, mem=40M111
7.48/4.20	    decisions=19888, wrong=9299, backtracks=5913, failedAssignments=5359, nogoods=275
7.48/4.20	    
7.59/4.33	    num=42, depth=37..52, filters=1235081, revisions=(6230985,useless=4995329), wck=1.679, mem=45M290
7.59/4.33	    decisions=21967, wrong=10318, backtracks=6616, failedAssignments=5906, nogoods=281
7.59/4.33	    
7.69/4.46	    num=43, depth=28..42, filters=1353914, revisions=(6819285,useless=5464707), wck=1.814, mem=47M880
7.69/4.46	    decisions=23990, wrong=11312, backtracks=7240, failedAssignments=6508, nogoods=289
7.69/4.46	    
7.89/4.61	    num=44, depth=33..51, filters=1484229, revisions=(7494675,useless=6009719), wck=1.965, mem=53M59
7.89/4.61	    decisions=26403, wrong=12500, backtracks=8038, failedAssignments=7170, nogoods=299
7.89/4.61	    
8.09/4.80	    num=45, depth=30..47, filters=1642690, revisions=(8324890,useless=6681396), wck=2.148, mem=60M828
8.09/4.80	    decisions=29057, wrong=13811, backtracks=8900, failedAssignments=7898, nogoods=307
8.09/4.80	    
8.19/4.91	    num=46, depth=0..59, filters=1739525, revisions=(8806001,useless=7065430), wck=2.256, mem=63M417
8.19/4.91	    decisions=31281, wrong=14924, backtracks=9481, failedAssignments=8631, nogoods=307
8.19/4.91	    
8.19/4.91	  Global
8.19/4.91	    filters=1739525, revisions=(8806001,useless=7065430), nogoods=307
8.19/4.91	    Stop=FULL_EXPLORATION, wrong=14924, wck=3.062, cpu=4.839, mem=63M417
8.19/4.91	
8.19/4.91	s UNSATISFIABLE
8.19/4.91	
8.19/4.91	d WRONG_DECISIONS 14924

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390581-1568380530/watcher-4390581-1568380530 -o /tmp/evaluation-result-4390581-1568380530/solver-4390581-1568380530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568380478-20884 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390581-1568380530.xml -cm 

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
solver pid=21162, runsolver pid=21159
Current StackSize limit: 8192 KiB


[startup+0.100106 s]*
/proc/loadavg: 0.54 0.13 0.08 8/229 21177
/proc/meminfo: memFree=27969896/32770624 swapFree=67004752/67108860
[pid=21162] ppid=21159 vsize=10659884 memory=29204 CPUtime=0.14 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 20852 0 -1 1077944320 5807 0 0 0 13 1 0 0 20 0 15 0 414320775 10915721216 7301 33554432000 4194304 4196468 140733826414912 140733826397456 139647571730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
/proc/21162/statm: 2664971 7301 2891 1 0 2627468 0
[pid=21162/tid=21164] ppid=21159 vsize=10659884 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/21162/task/21164/stat : 21164 (java) R 21159 21162 20852 0 -1 4202560 3293 0 0 0 9 0 0 0 20 0 15 0 414320775 10915721216 7367 33554432000 4194304 4196468 140733826414912 139647575958568 139647553124266 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21165] ppid=21159 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21165/stat : 21165 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 7367 33554432000 4194304 4196468 140733826414912 139647508421520 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21166] ppid=21159 vsize=10659884 memory=140026156361344 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21166/stat : 21166 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 7367 33554432000 4194304 4196468 140733826414912 139647507368720 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21167] ppid=21159 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21167/stat : 21167 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 7367 33554432000 4194304 4196468 140733826414912 139647176797328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21168] ppid=21159 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21168/stat : 21168 (java) S 21159 21162 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 7367 33554432000 4194304 4196468 140733826414912 139647175744528 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21169] ppid=21159 vsize=10659884 memory=140026156361344 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21169/stat : 21169 (java) S 21159 21162 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414320778 10915721216 7367 33554432000 4194304 4196468 140733826414912 139646929205360 139647571741314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21170] ppid=21159 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21170/stat : 21170 (java) S 21159 21162 20852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414320778 10915721216 7367 33554432000 4194304 4196468 140733826414912 139646928151328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21171] ppid=21159 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21171/stat : 21171 (java) S 21159 21162 20852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414320778 10915721216 7367 33554432000 4194304 4196468 140733826414912 139646927098992 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21172] ppid=21159 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21172/stat : 21172 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 7367 33554432000 4194304 4196468 140733826414912 139646926047312 139647571748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21173] ppid=21159 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21173/stat : 21173 (java) R 21159 21162 20852 0 -1 4202560 511 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 7367 33554432000 4194304 4196468 140733826414912 139646924976088 139647552364316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21174] ppid=21159 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21174/stat : 21174 (java) S 21159 21162 20852 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 7433 33554432000 4194304 4196468 140733826414912 139646923942384 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21175] ppid=21159 vsize=10659884 memory=140026156361344 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21175/stat : 21175 (java) R 21159 21162 20852 0 -1 4202560 663 0 0 0 2 0 0 0 20 0 15 0 414320781 10915721216 7433 33554432000 4194304 4196468 140733826414912 139646922886008 139647550686505 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21176] ppid=21159 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21176/stat : 21176 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 7433 33554432000 4194304 4196468 140733826414912 139646921837536 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21177] ppid=21159 vsize=10659884 memory=140026156361344 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21177/stat : 21177 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 7499 33554432000 4194304 4196468 140733826414912 139646920784304 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29204 KiB

[startup+0.210888 s]*
/proc/loadavg: 0.54 0.13 0.08 5/229 21177
/proc/meminfo: memFree=27875492/32770624 swapFree=67004752/67108860
[pid=21162] ppid=21159 vsize=10659884 memory=35080 CPUtime=0.33 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 20852 0 -1 1077944320 6897 0 0 0 31 2 0 0 20 0 15 0 414320775 10915721216 8770 33554432000 4194304 4196468 140733826414912 140733826397456 139647571730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
/proc/21162/statm: 2664971 8770 2989 1 0 2627468 0
[pid=21162/tid=21164] ppid=21159 vsize=10659884 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/21162/task/21164/stat : 21164 (java) R 21159 21162 20852 0 -1 4202560 3884 0 0 0 20 1 0 0 20 0 15 0 414320775 10915721216 8770 33554432000 4194304 4196468 140733826414912 139647575956528 139647571752093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21165] ppid=21159 vsize=10659884 memory=339 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21165/stat : 21165 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 8770 33554432000 4194304 4196468 140733826414912 139647508421520 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21166] ppid=21159 vsize=10659884 memory=140026156382303 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21166/stat : 21166 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 8770 33554432000 4194304 4196468 140733826414912 139647507368720 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21167] ppid=21159 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21167/stat : 21167 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 8770 33554432000 4194304 4196468 140733826414912 139647176797328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21168] ppid=21159 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21168/stat : 21168 (java) S 21159 21162 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 8770 33554432000 4194304 4196468 140733826414912 139647175744528 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21169] ppid=21159 vsize=10659884 memory=140026156361344 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21169/stat : 21169 (java) S 21159 21162 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414320778 10915721216 8770 33554432000 4194304 4196468 140733826414912 139646929205360 139647571741314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21170] ppid=21159 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21170/stat : 21170 (java) S 21159 21162 20852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414320778 10915721216 8770 33554432000 4194304 4196468 140733826414912 139646928151328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21171] ppid=21159 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21171/stat : 21171 (java) S 21159 21162 20852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414320778 10915721216 8770 33554432000 4194304 4196468 140733826414912 139646927098992 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21172] ppid=21159 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21172/stat : 21172 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 8770 33554432000 4194304 4196468 140733826414912 139646926047312 139647571748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21173] ppid=21159 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21173/stat : 21173 (java) S 21159 21162 20852 0 -1 1077944384 664 0 0 0 2 0 0 0 20 0 15 0 414320781 10915721216 8770 33554432000 4194304 4196468 140733826414912 139646924995184 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21174] ppid=21159 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21174/stat : 21174 (java) S 21159 21162 20852 0 -1 1077944384 248 0 0 0 2 0 0 0 20 0 15 0 414320781 10915721216 8770 33554432000 4194304 4196468 140733826414912 139646923942384 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21175] ppid=21159 vsize=10659884 memory=140026156361344 CPUtime=0.05 cores=1,3,5,7
/proc/21162/task/21175/stat : 21175 (java) S 21159 21162 20852 0 -1 1077944384 742 0 0 0 5 0 0 0 20 0 15 0 414320781 10915721216 8770 33554432000 4194304 4196468 140733826414912 139646922890096 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21176] ppid=21159 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21176/stat : 21176 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 8770 33554432000 4194304 4196468 140733826414912 139646921837536 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21177] ppid=21159 vsize=10659884 memory=140026156361344 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21177/stat : 21177 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 8770 33554432000 4194304 4196468 140733826414912 139646920784304 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35080 KiB

[startup+0.310321 s]*
/proc/loadavg: 0.54 0.13 0.08 4/229 21177
/proc/meminfo: memFree=27868660/32770624 swapFree=67004752/67108860
[pid=21162] ppid=21159 vsize=10659884 memory=40224 CPUtime=0.48 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 20852 0 -1 1077944320 9453 0 0 0 45 3 0 0 20 0 15 0 414320775 10915721216 10056 33554432000 4194304 4196468 140733826414912 140733826397456 139647571730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
/proc/21162/statm: 2664971 10056 3001 1 0 2627468 0
[pid=21162/tid=21164] ppid=21159 vsize=10659884 memory=8390339637985935414 CPUtime=0.3 cores=1,3,5,7
/proc/21162/task/21164/stat : 21164 (java) R 21159 21162 20852 0 -1 4202560 6369 0 0 0 28 2 0 0 20 0 15 0 414320775 10915721216 10056 33554432000 4194304 4196468 140733826414912 139647575961968 139647571752093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21165] ppid=21159 vsize=10659884 memory=304556140472303639 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21165/stat : 21165 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 10056 33554432000 4194304 4196468 140733826414912 139647508421520 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21166] ppid=21159 vsize=10659884 memory=140026156381940 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21166/stat : 21166 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 10056 33554432000 4194304 4196468 140733826414912 139647507368720 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21167] ppid=21159 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21167/stat : 21167 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 10056 33554432000 4194304 4196468 140733826414912 139647176797328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21168] ppid=21159 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21168/stat : 21168 (java) S 21159 21162 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414320776 10915721216 10056 33554432000 4194304 4196468 140733826414912 139647175744528 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21169] ppid=21159 vsize=10659884 memory=140026156361344 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21169/stat : 21169 (java) S 21159 21162 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414320778 10915721216 10056 33554432000 4194304 4196468 140733826414912 139646929205360 139647571741314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21170] ppid=21159 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21170/stat : 21170 (java) S 21159 21162 20852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414320778 10915721216 10056 33554432000 4194304 4196468 140733826414912 139646928151328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21171] ppid=21159 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21171/stat : 21171 (java) S 21159 21162 20852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414320778 10915721216 10056 33554432000 4194304 4196468 140733826414912 139646927098992 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21172] ppid=21159 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21172/stat : 21172 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 10056 33554432000 4194304 4196468 140733826414912 139646926047312 139647571748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21173] ppid=21159 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/21162/task/21173/stat : 21173 (java) S 21159 21162 20852 0 -1 1077944384 699 0 0 0 4 0 0 0 20 0 15 0 414320781 10915721216 10056 33554432000 4194304 4196468 140733826414912 139646924995184 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21174] ppid=21159 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/21162/task/21174/stat : 21174 (java) S 21159 21162 20852 0 -1 1077944384 262 0 0 0 3 0 0 0 20 0 15 0 414320781 10915721216 10056 33554432000 4194304 4196468 140733826414912 139646923942384 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21175] ppid=21159 vsize=10659884 memory=140026156361344 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21175/stat : 21175 (java) S 21159 21162 20852 0 -1 1077944384 767 0 0 0 8 0 0 0 20 0 15 0 414320781 10915721216 10056 33554432000 4194304 4196468 140733826414912 139646922890096 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21176] ppid=21159 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21176/stat : 21176 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 10056 33554432000 4194304 4196468 140733826414912 139646921837536 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21177] ppid=21159 vsize=10659884 memory=140026156361344 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21177/stat : 21177 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320781 10915721216 10056 33554432000 4194304 4196468 140733826414912 139646920784304 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40224 KiB

[startup+0.701596 s]
/proc/loadavg: 0.54 0.13 0.08 3/229 21177
/proc/meminfo: memFree=27830588/32770624 swapFree=67004752/67108860
[pid=21162] ppid=21159 vsize=10661932 memory=62772 CPUtime=1.1 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 20852 0 -1 1077944320 12787 0 0 0 105 5 0 0 20 0 15 0 414320775 10917818368 15693 33554432000 4194304 4196468 140733826414912 140733826397456 139647571730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
/proc/21162/statm: 2665483 15693 3074 1 0 2627980 0
[pid=21162/tid=21164] ppid=21159 vsize=10661932 memory=1276 CPUtime=0.68 cores=1,3,5,7
/proc/21162/task/21164/stat : 21164 (java) R 21159 21162 20852 0 -1 4202560 8902 0 0 0 65 3 0 0 20 0 15 0 414320775 10917818368 15693 33554432000 4194304 4196468 140733826414912 139647575962304 139647553997310 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21165] ppid=21159 vsize=10661932 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21165/stat : 21165 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10917818368 15693 33554432000 4194304 4196468 140733826414912 139647508421520 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21166] ppid=21159 vsize=10661932 memory=752 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21166/stat : 21166 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10917818368 15693 33554432000 4194304 4196468 140733826414912 139647507368720 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21167] ppid=21159 vsize=10661932 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21167/stat : 21167 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10917818368 15693 33554432000 4194304 4196468 140733826414912 139647176797328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21168] ppid=21159 vsize=10661932 memory=9584 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21168/stat : 21168 (java) S 21159 21162 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414320776 10917818368 15693 33554432000 4194304 4196468 140733826414912 139647175744528 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21169] ppid=21159 vsize=10661932 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21169/stat : 21169 (java) S 21159 21162 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414320778 10917818368 15693 33554432000 4194304 4196468 140733826414912 139646929205360 139647571741314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21170] ppid=21159 vsize=10661932 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21170/stat : 21170 (java) S 21159 21162 20852 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414320778 10917818368 15693 33554432000 4194304 4196468 140733826414912 139646928151328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21171] ppid=21159 vsize=10661932 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21171/stat : 21171 (java) S 21159 21162 20852 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414320778 10917818368 15693 33554432000 4194304 4196468 140733826414912 139646927098992 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21172] ppid=21159 vsize=10661932 memory=6296683642736693604 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21172/stat : 21172 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414320781 10917818368 15693 33554432000 4194304 4196468 140733826414912 139646926047312 139647571748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21173] ppid=21159 vsize=10661932 memory=7594592247738553961 CPUtime=0.11 cores=1,3,5,7
/proc/21162/task/21173/stat : 21173 (java) R 21159 21162 20852 0 -1 4202560 925 0 0 0 11 0 0 0 20 0 15 0 414320781 10917818368 15693 33554432000 4194304 4196468 140733826414912 139646924995184 139647553255463 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21174] ppid=21159 vsize=10661932 memory=5787213857196369745 CPUtime=0.08 cores=1,3,5,7
/proc/21162/task/21174/stat : 21174 (java) S 21159 21162 20852 0 -1 1077944384 458 0 0 0 8 0 0 0 20 0 15 0 414320781 10917818368 15693 33554432000 4194304 4196468 140733826414912 139646923942384 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21175] ppid=21159 vsize=10661932 memory=5450909908396308010 CPUtime=0.19 cores=1,3,5,7
/proc/21162/task/21175/stat : 21175 (java) S 21159 21162 20852 0 -1 1077944384 1143 0 0 0 19 0 0 0 20 0 15 0 414320781 10917818368 15693 33554432000 4194304 4196468 140733826414912 139646922890096 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21176] ppid=21159 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21176/stat : 21176 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414320781 10917818368 15693 33554432000 4194304 4196468 140733826414912 139646921837536 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21177] ppid=21159 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21177/stat : 21177 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320781 10917818368 15693 33554432000 4194304 4196468 140733826414912 139646920784304 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62772 KiB

[startup+1.50075 s]
/proc/loadavg: 0.65 0.16 0.09 4/229 21177
/proc/meminfo: memFree=27654900/32770624 swapFree=67004752/67108860
[pid=21162] ppid=21159 vsize=10663980 memory=74880 CPUtime=1.99 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 20852 0 -1 1077944320 18361 0 0 0 193 6 0 0 20 0 15 0 414320775 10919915520 18720 33554432000 4194304 4196468 140733826414912 140733826397456 139647571730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
/proc/21162/statm: 2665995 18720 3093 1 0 2628492 0
[pid=21162/tid=21164] ppid=21159 vsize=10663980 memory=6791534058613427641 CPUtime=1.48 cores=1,3,5,7
/proc/21162/task/21164/stat : 21164 (java) R 21159 21162 20852 0 -1 4202560 13127 0 0 0 144 4 0 0 20 0 15 0 414320775 10919915520 18720 33554432000 4194304 4196468 140733826414912 139647575962192 139647553293719 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21165] ppid=21159 vsize=10663980 memory=33 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21165/stat : 21165 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10919915520 18720 33554432000 4194304 4196468 140733826414912 139647508421520 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21166] ppid=21159 vsize=10663980 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21166/stat : 21166 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10919915520 18720 33554432000 4194304 4196468 140733826414912 139647507368720 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21167] ppid=21159 vsize=10663980 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21167/stat : 21167 (java) S 21159 21162 20852 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414320776 10919915520 18720 33554432000 4194304 4196468 140733826414912 139647176797328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21168] ppid=21159 vsize=10663980 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21168/stat : 21168 (java) S 21159 21162 20852 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414320776 10919915520 18720 33554432000 4194304 4196468 140733826414912 139647175744528 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21169] ppid=21159 vsize=10663980 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21169/stat : 21169 (java) S 21159 21162 20852 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 414320778 10919915520 18720 33554432000 4194304 4196468 140733826414912 139646929205360 139647571741314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0

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

[startup+4.00151 s]*
/proc/loadavg: 0.65 0.16 0.09 3/231 21180
/proc/meminfo: memFree=26821852/32770624 swapFree=67004752/67108860
[pid=21162] ppid=21159 vsize=10748324 memory=257220 CPUtime=7.29 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 20852 0 -1 1077944320 30305 0 0 0 714 15 0 0 20 0 16 0 414320775 11006283776 64305 33554432000 4194304 4196468 140733826414912 140733826397456 139647571730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
/proc/21162/statm: 2687081 64305 3353 1 0 2647217 0
[pid=21162/tid=21164] ppid=21159 vsize=10748324 memory=1398722017469774279 CPUtime=1.85 cores=1,3,5,7
/proc/21162/task/21164/stat : 21164 (java) S 21159 21162 20852 0 -1 1077944384 15373 0 0 0 180 5 0 0 20 0 16 0 414320775 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647575973040 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21165] ppid=21159 vsize=10748324 memory=4872558044660077418 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21165/stat : 21165 (java) S 21159 21162 20852 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647508421520 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21166] ppid=21159 vsize=10748324 memory=1228 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21166/stat : 21166 (java) S 21159 21162 20852 0 -1 1077944384 43 0 0 0 2 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647507368720 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21167] ppid=21159 vsize=10748324 memory=9584 CPUtime=0.01 cores=1,3,5,7
/proc/21162/task/21167/stat : 21167 (java) S 21159 21162 20852 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647176797328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21168] ppid=21159 vsize=10748324 memory=4140 CPUtime=0.03 cores=1,3,5,7
/proc/21162/task/21168/stat : 21168 (java) S 21159 21162 20852 0 -1 1077944384 54 0 0 0 2 1 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647175744528 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21169] ppid=21159 vsize=10748324 memory=2832 CPUtime=0.01 cores=1,3,5,7
/proc/21162/task/21169/stat : 21169 (java) S 21159 21162 20852 0 -1 1077944384 1127 0 0 0 1 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646929205360 139647571741314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21170] ppid=21159 vsize=10748324 memory=1540 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21170/stat : 21170 (java) S 21159 21162 20852 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646928151392 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21171] ppid=21159 vsize=10748324 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21171/stat : 21171 (java) S 21159 21162 20852 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646927099008 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21172] ppid=21159 vsize=10748324 memory=5960 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21172/stat : 21172 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646926047312 139647571748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21173] ppid=21159 vsize=10748324 memory=772 CPUtime=1.23 cores=1,3,5,7
/proc/21162/task/21173/stat : 21173 (java) S 21159 21162 20852 0 -1 1077944384 2972 0 0 0 122 1 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646924995184 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21174] ppid=21159 vsize=10748324 memory=952 CPUtime=1.21 cores=1,3,5,7
/proc/21162/task/21174/stat : 21174 (java) S 21159 21162 20852 0 -1 1077944384 2315 0 0 0 121 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646923942384 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21175] ppid=21159 vsize=10748324 memory=14008 CPUtime=0.75 cores=1,3,5,7
/proc/21162/task/21175/stat : 21175 (java) S 21159 21162 20852 0 -1 1077944384 3433 0 0 0 74 1 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646922890096 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21176] ppid=21159 vsize=10748324 memory=21732 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21176/stat : 21176 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646921837536 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21177] ppid=21159 vsize=10748324 memory=2116 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21177/stat : 21177 (java) S 21159 21162 20852 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646920784304 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21178] ppid=21159 vsize=10748324 memory=12028 CPUtime=2.06 cores=1,3,5,7
/proc/21162/task/21178/stat : 21178 (java) R 21159 21162 20852 0 -1 4202560 3411 0 0 0 204 2 0 0 20 0 16 0 414320963 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646904003616 139647194861589 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
Current children cumulated CPU time: 7.29 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 257220 KiB

[startup+4.40069 s]
/proc/loadavg: 0.65 0.16 0.09 3/231 21180
/proc/meminfo: memFree=26821852/32770624 swapFree=67004752/67108860
[pid=21162] ppid=21159 vsize=10748324 memory=257220 CPUtime=7.69 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 20852 0 -1 1077944320 30314 0 0 0 754 15 0 0 20 0 16 0 414320775 11006283776 64305 33554432000 4194304 4196468 140733826414912 140733826397456 139647571730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
/proc/21162/statm: 2687081 64305 3353 1 0 2647217 0
[pid=21162/tid=21164] ppid=21159 vsize=10748324 memory=-6452064069391756930 CPUtime=1.85 cores=1,3,5,7
/proc/21162/task/21164/stat : 21164 (java) S 21159 21162 20852 0 -1 1077944384 15373 0 0 0 180 5 0 0 20 0 16 0 414320775 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647575973040 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21165] ppid=21159 vsize=10748324 memory=-3395018486312292127 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21165/stat : 21165 (java) S 21159 21162 20852 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647508421520 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21166] ppid=21159 vsize=10748324 memory=-6584131518529234534 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21166/stat : 21166 (java) S 21159 21162 20852 0 -1 1077944384 43 0 0 0 2 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647507368720 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21167] ppid=21159 vsize=10748324 memory=-2746958450906831424 CPUtime=0.01 cores=1,3,5,7
/proc/21162/task/21167/stat : 21167 (java) S 21159 21162 20852 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647176797328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21168] ppid=21159 vsize=10748324 memory=240816 CPUtime=0.03 cores=1,3,5,7
/proc/21162/task/21168/stat : 21168 (java) S 21159 21162 20852 0 -1 1077944384 54 0 0 0 2 1 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647175744528 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21169] ppid=21159 vsize=10748324 memory=4050477907219731055 CPUtime=0.01 cores=1,3,5,7
/proc/21162/task/21169/stat : 21169 (java) S 21159 21162 20852 0 -1 1077944384 1127 0 0 0 1 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646929205360 139647571741314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21170] ppid=21159 vsize=10748324 memory=7811325772477846102 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21170/stat : 21170 (java) S 21159 21162 20852 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646928151392 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21171] ppid=21159 vsize=10748324 memory=7595159596023758956 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21171/stat : 21171 (java) S 21159 21162 20852 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646927099008 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21172] ppid=21159 vsize=10748324 memory=5859271421085237344 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21172/stat : 21172 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646926047312 139647571748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21173] ppid=21159 vsize=10748324 memory=0 CPUtime=1.24 cores=1,3,5,7
/proc/21162/task/21173/stat : 21173 (java) S 21159 21162 20852 0 -1 1077944384 2972 0 0 0 123 1 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646924995184 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21174] ppid=21159 vsize=10748324 memory=2241 CPUtime=1.22 cores=1,3,5,7
/proc/21162/task/21174/stat : 21174 (java) S 21159 21162 20852 0 -1 1077944384 2320 0 0 0 122 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646923942384 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21175] ppid=21159 vsize=10748324 memory=2244 CPUtime=0.76 cores=1,3,5,7
/proc/21162/task/21175/stat : 21175 (java) S 21159 21162 20852 0 -1 1077944384 3435 0 0 0 75 1 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646922890096 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21176] ppid=21159 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21176/stat : 21176 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646921837536 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21177] ppid=21159 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21177/stat : 21177 (java) S 21159 21162 20852 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646920784304 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21178] ppid=21159 vsize=10748324 memory=0 CPUtime=2.45 cores=1,3,5,7
/proc/21162/task/21178/stat : 21178 (java) R 21159 21162 20852 0 -1 4202560 3412 0 0 0 243 2 0 0 20 0 16 0 414320963 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646904010168 139647194876258 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
Current children cumulated CPU time: 7.69 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 257220 KiB

[startup+4.80071 s]
/proc/loadavg: 0.65 0.16 0.09 3/231 21180
/proc/meminfo: memFree=26821852/32770624 swapFree=67004752/67108860
[pid=21162] ppid=21159 vsize=10748324 memory=257220 CPUtime=8.09 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 20852 0 -1 1077944320 30314 0 0 0 794 15 0 0 20 0 16 0 414320775 11006283776 64305 33554432000 4194304 4196468 140733826414912 140733826397456 139647571730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
/proc/21162/statm: 2687081 64305 3353 1 0 2647217 0
[pid=21162/tid=21164] ppid=21159 vsize=10748324 memory=6944656575208382560 CPUtime=1.85 cores=1,3,5,7
/proc/21162/task/21164/stat : 21164 (java) S 21159 21162 20852 0 -1 1077944384 15373 0 0 0 180 5 0 0 20 0 16 0 414320775 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647575973040 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21165] ppid=21159 vsize=10748324 memory=6943526294502006880 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21165/stat : 21165 (java) S 21159 21162 20852 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647508421520 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21166] ppid=21159 vsize=10748324 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21166/stat : 21166 (java) S 21159 21162 20852 0 -1 1077944384 43 0 0 0 2 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647507368720 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21167] ppid=21159 vsize=10748324 memory=140026000325376 CPUtime=0.01 cores=1,3,5,7
/proc/21162/task/21167/stat : 21167 (java) S 21159 21162 20852 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647176797328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21168] ppid=21159 vsize=10748324 memory=140026000325408 CPUtime=0.03 cores=1,3,5,7
/proc/21162/task/21168/stat : 21168 (java) S 21159 21162 20852 0 -1 1077944384 54 0 0 0 2 1 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647175744528 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21169] ppid=21159 vsize=10748324 memory=3472468322228005744 CPUtime=0.01 cores=1,3,5,7
/proc/21162/task/21169/stat : 21169 (java) S 21159 21162 20852 0 -1 1077944384 1127 0 0 0 1 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646929205360 139647571741314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21170] ppid=21159 vsize=10748324 memory=3472468322228005776 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21170/stat : 21170 (java) S 21159 21162 20852 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646928151392 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21171] ppid=21159 vsize=10748324 memory=4715515776422310022 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21171/stat : 21171 (java) S 21159 21162 20852 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646927099008 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21172] ppid=21159 vsize=10748324 memory=3472468322225341602 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21172/stat : 21172 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646926047312 139647571748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21173] ppid=21159 vsize=10748324 memory=234636 CPUtime=1.24 cores=1,3,5,7
/proc/21162/task/21173/stat : 21173 (java) S 21159 21162 20852 0 -1 1077944384 2972 0 0 0 123 1 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646924995184 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21174] ppid=21159 vsize=10748324 memory=288292155850772521 CPUtime=1.22 cores=1,3,5,7
/proc/21162/task/21174/stat : 21174 (java) S 21159 21162 20852 0 -1 1077944384 2320 0 0 0 122 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646923942384 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21175] ppid=21159 vsize=10748324 memory=4049641195843119933 CPUtime=0.76 cores=1,3,5,7
/proc/21162/task/21175/stat : 21175 (java) S 21159 21162 20852 0 -1 1077944384 3435 0 0 0 75 1 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646922890096 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21176] ppid=21159 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21176/stat : 21176 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646921837536 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21177] ppid=21159 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21177/stat : 21177 (java) S 21159 21162 20852 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646920784304 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21178] ppid=21159 vsize=10748324 memory=0 CPUtime=2.85 cores=1,3,5,7
/proc/21162/task/21178/stat : 21178 (java) R 21159 21162 20852 0 -1 4202560 3412 0 0 0 283 2 0 0 20 0 16 0 414320963 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646904010168 139647194945682 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
Current children cumulated CPU time: 8.09 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 257220 KiB

[startup+4.90067 s]
/proc/loadavg: 0.65 0.16 0.09 3/231 21180
/proc/meminfo: memFree=26821852/32770624 swapFree=67004752/67108860
[pid=21162] ppid=21159 vsize=10748324 memory=257220 CPUtime=8.19 cores=1,3,5,7
/proc/21162/stat : 21162 (java) S 21159 21162 20852 0 -1 1077944320 30323 0 0 0 804 15 0 0 20 0 16 0 414320775 11006283776 64305 33554432000 4194304 4196468 140733826414912 140733826397456 139647571730167 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
/proc/21162/statm: 2687081 64305 3353 1 0 2647217 0
[pid=21162/tid=21164] ppid=21159 vsize=10748324 memory=257220 CPUtime=1.85 cores=1,3,5,7
/proc/21162/task/21164/stat : 21164 (java) S 21159 21162 20852 0 -1 1077944384 15373 0 0 0 180 5 0 0 20 0 16 0 414320775 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647575973040 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21165] ppid=21159 vsize=10748324 memory=590024333722744109 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21165/stat : 21165 (java) S 21159 21162 20852 0 -1 1077944384 37 0 0 0 2 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647508421520 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21166] ppid=21159 vsize=10748324 memory=6438155977927 CPUtime=0.02 cores=1,3,5,7
/proc/21162/task/21166/stat : 21166 (java) S 21159 21162 20852 0 -1 1077944384 43 0 0 0 2 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647507368720 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21167] ppid=21159 vsize=10748324 memory=297237816763744566 CPUtime=0.01 cores=1,3,5,7
/proc/21162/task/21167/stat : 21167 (java) S 21159 21162 20852 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647176797328 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21168] ppid=21159 vsize=10748324 memory=280052000697392 CPUtime=0.03 cores=1,3,5,7
/proc/21162/task/21168/stat : 21168 (java) S 21159 21162 20852 0 -1 1077944384 54 0 0 0 2 1 0 0 20 0 16 0 414320776 11006283776 64305 33554432000 4194304 4196468 140733826414912 139647175744528 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21169] ppid=21159 vsize=10748324 memory=4638778398332833889 CPUtime=0.01 cores=1,3,5,7
/proc/21162/task/21169/stat : 21169 (java) S 21159 21162 20852 0 -1 1077944384 1127 0 0 0 1 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646929205360 139647571741314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21170] ppid=21159 vsize=10748324 memory=2317753195388562059 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21170/stat : 21170 (java) S 21159 21162 20852 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646928151392 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21171] ppid=21159 vsize=10748324 memory=280052000695680 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21171/stat : 21171 (java) S 21159 21162 20852 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414320778 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646927099008 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21172] ppid=21159 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21172/stat : 21172 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646926047312 139647571748763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21173] ppid=21159 vsize=10748324 memory=8316868033356759116 CPUtime=1.24 cores=1,3,5,7
/proc/21162/task/21173/stat : 21173 (java) S 21159 21162 20852 0 -1 1077944384 2972 0 0 0 123 1 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646924995184 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21174] ppid=21159 vsize=10748324 memory=10537 CPUtime=1.22 cores=1,3,5,7
/proc/21162/task/21174/stat : 21174 (java) S 21159 21162 20852 0 -1 1077944384 2320 0 0 0 122 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646923942384 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21175] ppid=21159 vsize=10748324 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/21162/task/21175/stat : 21175 (java) S 21159 21162 20852 0 -1 1077944384 3444 0 0 0 75 1 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646922890096 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21176] ppid=21159 vsize=10748324 memory=1 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21176/stat : 21176 (java) S 21159 21162 20852 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646921837536 139647571740373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21177] ppid=21159 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21162/task/21177/stat : 21177 (java) S 21159 21162 20852 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 414320781 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646920784304 139647571741314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
[pid=21162/tid=21178] ppid=21159 vsize=10748324 memory=68 CPUtime=2.95 cores=1,3,5,7
/proc/21162/task/21178/stat : 21178 (java) R 21159 21162 20852 0 -1 4202560 3412 0 0 0 293 2 0 0 20 0 16 0 414320963 11006283776 64305 33554432000 4194304 4196468 140733826414912 139646904010168 139647194876276 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24170496 140733826417675 140733826417778 140733826417778 140733826420687 0
Current children cumulated CPU time: 8.19 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 257220 KiB

Child status: 0
Real time (s): 4.91765
CPU time (s): 8.21763
CPU user time (s): 8.05917
CPU system time (s): 0.158458
CPU usage (%): 167.105
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 257220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.05917
system time used= 0.158458
maximum resident set size= 257988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30387
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= 2545
involuntary context switches= 48


# summary of solver processes directly reported to runsolver:
#   pid: 21162
#   total CPU time (s): 8.21763
#   total CPU user time (s): 8.05917
#   total CPU system time (s): 0.158458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052986 second user time and 0.091844 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-13 15:14:52
IDJOB=4390581
IDBENCH=122870
IDSOLVER=2832
FILE ID=node126/4390581-1568380530
RUNJOBID= node126-1568380478-20884
PBS_JOBID= 21701838
Free space on /tmp= 55272 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-cril/cril-2_X2.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390581-1568380530/watcher-4390581-1568380530 -o /tmp/evaluation-result-4390581-1568380530/solver-4390581-1568380530 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568380478-20884 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390581-1568380530.xml -cm

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

MD5SUM BENCH= e953f4a4989b8abb5ffb897aaba74e21
RANDOM SEED=993803669

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27989996 kB
MemAvailable:   31505984 kB
Buffers:          150096 kB
Cached:          3604512 kB
SwapCached:         2860 kB
Active:          2365124 kB
Inactive:        1750240 kB
Active(anon):     359000 kB
Inactive(anon):    43272 kB
Active(file):    2006124 kB
Inactive(file):  1706968 kB
Unevictable:      109116 kB
Mlocked:          109116 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:            125888 kB
Writeback:             0 kB
AnonPages:        468548 kB
Mapped:            56536 kB
Shmem:             32816 kB
Slab:             261468 kB
SReclaimable:     231356 kB
SUnreclaim:        30112 kB
KernelStack:        3728 kB
PageTables:         6556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1704720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    378880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55264 MiB
End job on node126 at 2019-09-13 15:14:57