Trace number 4390657

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 13.6028 11.344

DiagnosticValue
WRONG_DECISIONS14772

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h374-02.xml
MD5SUM595b80e98a8312b53afa04c8c4859da3
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 benchmark10.2016
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":374},{"degree":2,"count":526}]
Minimum constraint arity526
Maximum constraint arity900
Distribution of constraint arities[{"arity":526,"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.41/1.89	
2.41/1.89	AbsCon 2 
2.65/1.90	
2.93/2.04	  Instance
2.93/2.04	    name=instance-4390657-1568385904, framework=CSP
2.93/2.04	
2.93/2.04	  Loading variables...
3.20/2.11	  Loading constraints...
3.47/2.27	
3.47/2.27	  Domains
3.47/2.27	    nTypes=1, nValues=27000, sizes=[30#900]
3.47/2.27	  Variables
3.47/2.27	    count=900, degrees=[2#374,3#526]
3.47/2.27	  Constraints
3.47/2.27	    count=586, nSpecific=60, arities=[1#526,30#60]
3.47/2.27	    distribution=[AllDifferent#60,CtrIntension#526]
3.47/2.27	    nIntStructures=(30,shared:496)
3.47/2.27	    wck=0.417, cpu=2.24, mem=37M82
3.47/2.29	  Solver SolverBacktrack being built...
3.47/2.29	
3.76/2.33	
3.76/2.33	  Solver
3.76/2.33	    guaranteedGAC=true
3.76/2.33	    wck=0.475, cpu=2.297, mem=50M367
4.29/2.50	
4.29/2.50	  Preprocessing
4.29/2.50	    filters=1583, revisions=(526,useless=0), ccks=8179, nACremovedValues=24521, nTotalRemovedValues=24521, inconcistency=false
4.29/2.50	    wck=0.17, cpu=2.469, mem=50M367
4.29/2.50	
4.29/2.53	    num=0, depth=34..43, filters=2580, revisions=(526,useless=0), ccks=8179, wck=0.199, mem=50M367
4.29/2.53	    decisions=67, wrong=16, backtracks=8, failedAssignments=10, nogoods=2
4.29/2.53	    
4.29/2.55	    num=1, depth=45..52, filters=3623, revisions=(526,useless=0), ccks=8179, wck=0.223, mem=50M367
4.29/2.55	    decisions=147, wrong=32, backtracks=15, failedAssignments=21, nogoods=7
4.29/2.55	    
4.29/2.59	    num=2, depth=53..59, filters=4828, revisions=(526,useless=0), ccks=8179, wck=0.26, mem=50M367
4.29/2.59	    decisions=247, wrong=55, backtracks=31, failedAssignments=33, nogoods=11
4.29/2.59	    
4.56/2.61	    num=3, depth=51..59, filters=6051, revisions=(526,useless=0), ccks=8179, wck=0.282, mem=50M367
4.56/2.61	    decisions=347, wrong=79, backtracks=44, failedAssignments=46, nogoods=14
4.56/2.61	    
4.56/2.64	    num=4, depth=36..42, filters=7442, revisions=(526,useless=0), ccks=8179, wck=0.305, mem=50M367
4.56/2.64	    decisions=431, wrong=102, backtracks=58, failedAssignments=60, nogoods=17
4.56/2.64	    
4.56/2.66	    num=5, depth=49..59, filters=8829, revisions=(526,useless=0), ccks=8179, wck=0.327, mem=50M367
4.56/2.66	    decisions=536, wrong=130, backtracks=74, failedAssignments=76, nogoods=19
4.56/2.66	    
4.56/2.68	    num=6, depth=43..50, filters=10334, revisions=(526,useless=0), ccks=8179, wck=0.352, mem=50M367
4.56/2.68	    decisions=633, wrong=156, backtracks=93, failedAssignments=93, nogoods=26
4.56/2.68	    
4.71/2.71	    num=7, depth=32..54, filters=11687, revisions=(526,useless=0), ccks=8179, wck=0.376, mem=50M367
4.71/2.71	    decisions=758, wrong=194, backtracks=115, failedAssignments=112, nogoods=29
4.71/2.71	    
4.71/2.74	    num=8, depth=45..53, filters=13830, revisions=(526,useless=0), ccks=8179, wck=0.406, mem=50M367
4.71/2.74	    decisions=876, wrong=229, backtracks=135, failedAssignments=133, nogoods=33
4.71/2.74	    
4.71/2.77	    num=9, depth=40..49, filters=16353, revisions=(526,useless=0), ccks=8179, wck=0.44, mem=50M367
4.71/2.77	    decisions=999, wrong=268, backtracks=158, failedAssignments=156, nogoods=40
4.71/2.77	    
4.82/2.81	    num=10, depth=44..63, filters=19285, revisions=(526,useless=0), ccks=8179, wck=0.48, mem=50M367
4.82/2.81	    decisions=1145, wrong=313, backtracks=187, failedAssignments=181, nogoods=50
4.82/2.81	    
4.82/2.85	    num=11, depth=40..51, filters=22483, revisions=(526,useless=0), ccks=8179, wck=0.522, mem=50M367
4.82/2.85	    decisions=1284, wrong=362, backtracks=228, failedAssignments=209, nogoods=52
4.82/2.85	    
4.82/2.89	    num=12, depth=39..52, filters=25413, revisions=(526,useless=0), ccks=8179, wck=0.561, mem=50M367
4.82/2.89	    decisions=1435, wrong=417, backtracks=267, failedAssignments=240, nogoods=59
4.82/2.89	    
4.94/2.93	    num=13, depth=44..58, filters=28368, revisions=(526,useless=0), ccks=8179, wck=0.598, mem=50M367
4.94/2.93	    decisions=1601, wrong=476, backtracks=303, failedAssignments=274, nogoods=64
4.94/2.93	    
4.94/2.97	    num=14, depth=54..68, filters=31757, revisions=(526,useless=0), ccks=8179, wck=0.641, mem=50M367
4.94/2.97	    decisions=1797, wrong=544, backtracks=354, failedAssignments=311, nogoods=69
4.94/2.97	    
5.05/3.01	    num=15, depth=43..60, filters=34330, revisions=(526,useless=0), ccks=8179, wck=0.682, mem=50M367
5.05/3.01	    decisions=1984, wrong=613, backtracks=394, failedAssignments=352, nogoods=79
5.05/3.01	    
5.05/3.08	    num=16, depth=52..67, filters=39807, revisions=(526,useless=0), ccks=8179, wck=0.746, mem=50M367
5.05/3.08	    decisions=2243, wrong=715, backtracks=467, failedAssignments=397, nogoods=83
5.05/3.08	    
5.16/3.16	    num=17, depth=55..70, filters=46433, revisions=(526,useless=0), ccks=8179, wck=0.825, mem=50M367
5.16/3.16	    decisions=2489, wrong=808, backtracks=538, failedAssignments=447, nogoods=90
5.16/3.16	    
5.25/3.23	    num=18, depth=53..69, filters=52832, revisions=(526,useless=0), ccks=8179, wck=0.899, mem=50M367
5.25/3.23	    decisions=2746, wrong=908, backtracks=614, failedAssignments=502, nogoods=101
5.25/3.23	    
5.36/3.30	    num=19, depth=43..54, filters=59077, revisions=(526,useless=0), ccks=8179, wck=0.973, mem=53M9
5.36/3.30	    decisions=3025, wrong=1024, backtracks=703, failedAssignments=563, nogoods=106
5.36/3.30	    
5.36/3.37	    num=20, depth=49..64, filters=64528, revisions=(526,useless=0), ccks=8179, wck=1.037, mem=53M9
5.36/3.37	    decisions=3303, wrong=1137, backtracks=781, failedAssignments=630, nogoods=111
5.36/3.37	    
5.46/3.46	    num=21, depth=56..73, filters=72185, revisions=(526,useless=0), ccks=8179, wck=1.128, mem=53M9
5.46/3.46	    decisions=3646, wrong=1276, backtracks=878, failedAssignments=704, nogoods=121
5.46/3.46	    
5.56/3.54	    num=22, depth=47..76, filters=78519, revisions=(526,useless=0), ccks=8179, wck=1.211, mem=53M9
5.56/3.54	    decisions=3980, wrong=1415, backtracks=984, failedAssignments=785, nogoods=130
5.56/3.54	    
5.66/3.64	    num=23, depth=43..58, filters=86962, revisions=(526,useless=0), ccks=8179, wck=1.313, mem=53M9
5.66/3.64	    decisions=4331, wrong=1569, backtracks=1094, failedAssignments=874, nogoods=134
5.66/3.64	    
5.76/3.78	    num=24, depth=51..74, filters=98938, revisions=(526,useless=0), ccks=8179, wck=1.45, mem=53M9
5.76/3.78	    decisions=4766, wrong=1754, backtracks=1240, failedAssignments=972, nogoods=139
5.76/3.78	    
5.96/3.91	    num=25, depth=40..59, filters=109846, revisions=(526,useless=0), ccks=8179, wck=1.584, mem=53M9
5.96/3.91	    decisions=5220, wrong=1956, backtracks=1380, failedAssignments=1080, nogoods=145
5.96/3.91	    
6.07/4.05	    num=26, depth=51..73, filters=121233, revisions=(526,useless=0), ccks=8179, wck=1.719, mem=53M9
6.07/4.05	    decisions=5756, wrong=2193, backtracks=1559, failedAssignments=1199, nogoods=148
6.07/4.05	    
6.27/4.20	    num=27, depth=24..66, filters=133394, revisions=(526,useless=0), ccks=8179, wck=1.868, mem=53M9
6.27/4.20	    decisions=6262, wrong=2419, backtracks=1732, failedAssignments=1330, nogoods=154
6.27/4.20	    
6.39/4.36	    num=28, depth=58..74, filters=147216, revisions=(526,useless=0), ccks=8179, wck=2.03, mem=53M9
6.39/4.36	    decisions=6831, wrong=2672, backtracks=1924, failedAssignments=1474, nogoods=161
6.39/4.36	    
6.59/4.54	    num=29, depth=34..74, filters=163133, revisions=(526,useless=0), ccks=8179, wck=2.212, mem=53M9
6.59/4.54	    decisions=7453, wrong=2954, backtracks=2124, failedAssignments=1632, nogoods=173
6.59/4.54	    
6.84/4.74	    num=30, depth=53..75, filters=180375, revisions=(526,useless=0), ccks=8179, wck=2.41, mem=53M9
6.84/4.74	    decisions=8157, wrong=3279, backtracks=2375, failedAssignments=1806, nogoods=180
6.84/4.74	    
7.04/4.99	    num=31, depth=29..56, filters=200184, revisions=(526,useless=0), ccks=8179, wck=2.66, mem=53M9
7.04/4.99	    decisions=8882, wrong=3626, backtracks=2605, failedAssignments=1997, nogoods=183
7.04/4.99	    
7.34/5.22	    num=32, depth=59..78, filters=221076, revisions=(526,useless=0), ccks=8179, wck=2.887, mem=53M9
7.34/5.22	    decisions=9773, wrong=4040, backtracks=2907, failedAssignments=2208, nogoods=190
7.34/5.22	    
7.59/5.44	    num=33, depth=51..70, filters=241645, revisions=(526,useless=0), ccks=8179, wck=3.105, mem=53M9
7.59/5.44	    decisions=10643, wrong=4449, backtracks=3214, failedAssignments=2440, nogoods=195
7.59/5.44	    
7.89/5.72	    num=34, depth=40..77, filters=266132, revisions=(526,useless=0), ccks=8179, wck=3.388, mem=53M9
7.89/5.72	    decisions=11672, wrong=4935, backtracks=3581, failedAssignments=2695, nogoods=213
7.89/5.72	    
8.20/6.02	    num=35, depth=49..70, filters=292211, revisions=(526,useless=0), ccks=8179, wck=3.692, mem=53M9
8.20/6.02	    decisions=12713, wrong=5430, backtracks=3920, failedAssignments=2976, nogoods=217
8.20/6.02	    
8.49/6.36	    num=36, depth=44..65, filters=323408, revisions=(526,useless=0), ccks=8179, wck=4.025, mem=53M9
8.49/6.36	    decisions=13910, wrong=6001, backtracks=4326, failedAssignments=3285, nogoods=230
8.49/6.36	    
8.89/6.74	    num=37, depth=56..85, filters=356389, revisions=(526,useless=0), ccks=8179, wck=4.412, mem=53M9
8.89/6.74	    decisions=15231, wrong=6632, backtracks=4797, failedAssignments=3625, nogoods=243
8.89/6.74	    
9.30/7.11	    num=38, depth=44..62, filters=387770, revisions=(526,useless=0), ccks=8179, wck=4.779, mem=53M9
9.30/7.11	    decisions=16667, wrong=7325, backtracks=5295, failedAssignments=3999, nogoods=252
9.30/7.11	    
9.69/7.56	    num=39, depth=49..69, filters=427123, revisions=(526,useless=0), ccks=8179, wck=5.228, mem=53M9
9.69/7.56	    decisions=18226, wrong=8077, backtracks=5854, failedAssignments=4410, nogoods=259
9.69/7.56	    
10.20/8.04	    num=40, depth=53..85, filters=467456, revisions=(526,useless=0), ccks=8179, wck=5.705, mem=53M9
10.20/8.04	    decisions=20014, wrong=8943, backtracks=6490, failedAssignments=4862, nogoods=269
10.20/8.04	    
10.70/8.52	    num=41, depth=42..69, filters=512237, revisions=(526,useless=0), ccks=8179, wck=6.188, mem=53M9
10.70/8.52	    decisions=21917, wrong=9868, backtracks=7170, failedAssignments=5359, nogoods=278
10.70/8.52	    
11.31/9.11	    num=42, depth=25..61, filters=560567, revisions=(526,useless=0), ccks=8179, wck=6.777, mem=53M9
11.31/9.11	    decisions=23914, wrong=10845, backtracks=7838, failedAssignments=5906, nogoods=293
11.31/9.11	    
11.90/9.74	    num=43, depth=36..60, filters=608862, revisions=(526,useless=0), ccks=8179, wck=7.407, mem=53M9
11.90/9.74	    decisions=26173, wrong=11952, backtracks=8666, failedAssignments=6508, nogoods=299
11.90/9.74	    
12.50/10.35	    num=44, depth=39..69, filters=665778, revisions=(526,useless=0), ccks=8179, wck=8.023, mem=53M9
12.50/10.35	    decisions=28527, wrong=13103, backtracks=9519, failedAssignments=7170, nogoods=305
12.50/10.35	    
13.21/11.10	    num=45, depth=49..67, filters=731680, revisions=(526,useless=0), ccks=8179, wck=8.771, mem=53M9
13.21/11.10	    decisions=31148, wrong=14388, backtracks=10465, failedAssignments=7898, nogoods=313
13.21/11.10	    
13.51/11.32	    num=46, depth=41..899, filters=750403, revisions=(526,useless=0), ccks=8765, wck=8.99, mem=53M9
13.51/11.32	    decisions=31970, wrong=14772, backtracks=10767, failedAssignments=8120, nogoods=313, foundSolutions=1
13.51/11.32	    
13.51/11.32	  Global
13.51/11.32	    filters=750403, revisions=(526,useless=0), ccks=8765, nogoods=313
13.51/11.32	    Stop=REACHED_GOAL, wrong=14772, foundSolutions=1, firstSolCpu=11.273
13.51/11.32	    wck=9.467, cpu=11.289, mem=53M9
13.51/11.32	
13.51/11.32	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 14 3 19 23 13 9 22 0 17 6 29 7 28 18 25 1 21 20 2 26 24 10 16 12 8 27 11 4 5 15 27 10 28 6 21 0 19 13 16 7 14 26 23 17 24 3 20 11 9 8 22 18 1 29 2 4 15 12 25 5 28 26 6 22 7 18 0 4 12 2 11 23 19 8 21 16 9 14 17 1 10 25 13 20 5 24 3 27 15 29 5 4 21 19 8 28 9 29 18 16 10 24 27 14 11 7 22 13 3 6 17 2 23 0 15 12 1 25 26 20 20 7 26 10 23 5 6 28 27 29 0 11 2 4 15 17 12 21 1 25 14 19 3 8 9 13 24 18 16 22 13 9 20 8 11 1 12 25 14 23 16 15 4 3 5 27 18 19 21 24 29 0 2 6 26 28 22 10 17 7 6 19 11 26 16 12 3 17 28 21 15 14 1 29 9 13 4 2 8 22 7 20 27 18 25 5 23 0 24 10 25 16 22 12 14 20 21 2 8 26 24 3 13 5 29 4 23 15 11 27 28 9 10 1 18 6 7 19 0 17 23 29 12 25 24 22 16 3 26 4 20 1 17 10 13 2 8 7 0 11 5 27 19 15 14 21 9 28 18 6 19 24 0 20 9 8 5 23 13 27 2 29 21 1 3 25 10 28 26 18 15 22 6 17 16 7 12 11 4 14 4 1 27 11 25 29 8 9 2 15 21 18 14 20 17 0 16 23 6 12 3 5 28 24 7 22 10 26 13 19 26 8 15 16 10 6 28 11 20 1 13 2 9 19 7 22 27 24 29 23 25 14 12 4 3 0 17 5 21 18 9 2 16 18 1 14 11 5 4 20 22 27 25 24 6 10 13 8 23 29 21 17 0 3 12 15 28 7 19 26 16 12 18 4 20 24 10 1 7 17 28 21 22 2 26 23 0 29 25 19 27 13 9 5 6 8 14 15 3 11 29 22 10 1 12 4 27 19 9 14 7 6 15 16 18 21 11 0 20 5 26 3 17 28 13 25 8 24 23 2 17 25 13 3 6 19 15 21 5 10 27 4 11 28 2 20 1 26 18 9 0 7 24 22 29 23 16 14 8 12 2 13 25 14 5 7 23 26 29 18 12 20 8 0 28 11 24 6 15 3 16 1 21 27 4 10 19 17 22 9 7 17 8 29 26 3 18 16 6 24 1 28 10 22 4 15 2 25 5 14 23 12 20 11 19 9 21 13 27 0 12 21 1 13 2 25 24 6 23 9 19 10 20 11 27 14 15 5 7 17 4 16 29 26 0 3 18 22 28 8 18 11 24 2 15 23 4 22 1 0 5 17 29 13 8 6 3 9 10 7 20 26 14 19 28 16 25 21 12 27 0 28 4 7 29 21 26 24 22 11 25 9 18 15 14 12 17 27 19 10 6 23 8 13 1 2 5 3 20 16 22 14 17 27 0 13 20 18 25 28 26 19 6 12 10 5 7 3 24 16 8 29 15 23 11 1 4 9 2 21 8 23 9 0 22 17 29 10 15 3 6 13 12 25 19 26 5 18 27 2 1 28 4 7 21 11 20 16 14 24 11 5 2 21 28 15 14 20 3 19 18 8 7 26 16 24 25 17 13 4 12 6 22 9 27 29 0 1 10 23 24 15 3 28 27 2 1 7 11 5 8 22 16 23 12 18 29 10 4 0 19 21 25 14 17 20 26 6 9 13 10 0 23 15 19 27 17 12 21 13 4 16 5 7 22 9 14 1 28 20 2 11 26 25 24 18 29 8 6 3 3 27 29 17 4 11 25 14 24 22 23 0 26 9 1 8 6 16 12 21 18 15 5 2 10 19 13 20 7 28 21 20 7 5 18 26 2 8 10 25 9 12 3 27 0 28 19 4 14 15 13 24 11 16 22 17 6 23 29 1 15 18 5 9 17 10 13 27 0 12 3 25 24 6 23 19 26 22 16 28 11 8 7 21 20 14 2 29 1 4 1 6 14 24 3 16 7 15 19 8 17 5 0 21 20 29 28 12 22 13 9 4 18 10 23 26 27 2 11 25 </values>  </instantiation>
13.51/11.32	s SATISFIABLE
13.51/11.32	
13.51/11.32	d WRONG_DECISIONS 14772

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390657-1568385904/watcher-4390657-1568385904 -o /tmp/evaluation-result-4390657-1568385904/solver-4390657-1568385904 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568380471-32432 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390657-1568385904.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
Current StackSize limit: 8192 KiB
solver pid=1530, runsolver pid=1527


[startup+0.100109 s]*
/proc/loadavg: 1.82 1.84 1.82 4/229 1545
/proc/meminfo: memFree=30846188/32770624 swapFree=67001900/67108860
[pid=1530] ppid=1527 vsize=10659884 memory=26004 CPUtime=0.14 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1527 1530 32400 0 -1 1077944320 5505 0 0 0 13 1 0 0 20 0 15 0 414839029 10915721216 6501 33554432000 4194304 4196468 140735378433504 140735378416048 140349965135607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
/proc/1530/statm: 2664971 6501 2903 1 0 2627468 0
[pid=1530/tid=1532] ppid=1527 vsize=10659884 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/1530/task/1532/stat : 1532 (java) R 1527 1530 32400 0 -1 4202560 3277 0 0 0 9 0 0 0 20 0 15 0 414839030 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349969365376 140349602769760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1533] ppid=1527 vsize=10659884 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1527 1530 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349572254608 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1534] ppid=1527 vsize=10659884 memory=3906511895370852000 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349571201808 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1535] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349570149520 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1536] ppid=1527 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349569096720 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1537] ppid=1527 vsize=10659884 memory=140376046757504 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1527 1530 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414839032 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349202319472 140349965146754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1538] ppid=1527 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1527 1530 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414839032 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349201265440 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1539] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1527 1530 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414839032 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349200213104 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1540] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414839035 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349199161424 140349965154203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1541] ppid=1527 vsize=10659884 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1527 1530 32400 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 15 0 414839035 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349198109296 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1542] ppid=1527 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839035 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349129353712 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1543] ppid=1527 vsize=10659884 memory=140376046757504 CPUtime=0.02 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) R 1527 1530 32400 0 -1 4202560 408 0 0 0 2 0 0 0 20 0 15 0 414839035 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349128299216 140349943692512 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1544] ppid=1527 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414839035 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349127248864 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1545] ppid=1527 vsize=10659884 memory=140376046757504 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839035 10915721216 6566 33554432000 4194304 4196468 140735378433504 140349126195632 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 26004 KiB

[startup+0.210785 s]*
/proc/loadavg: 1.82 1.84 1.82 4/229 1545
/proc/meminfo: memFree=30835008/32770624 swapFree=67001900/67108860
[pid=1530] ppid=1527 vsize=10659884 memory=36316 CPUtime=0.32 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1527 1530 32400 0 -1 1077944320 9353 0 0 0 30 2 0 0 20 0 15 0 414839029 10915721216 9079 33554432000 4194304 4196468 140735378433504 140735378416048 140349965135607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
/proc/1530/statm: 2664971 9079 2988 1 0 2627468 0
[pid=1530/tid=1532] ppid=1527 vsize=10659884 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1530/task/1532/stat : 1532 (java) R 1527 1530 32400 0 -1 4202560 6175 0 0 0 18 2 0 0 20 0 15 0 414839030 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349969373776 140349965157533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1533] ppid=1527 vsize=10659884 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1527 1530 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349572254608 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1534] ppid=1527 vsize=10659884 memory=3906511895370852000 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349571201808 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1535] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349570149520 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1536] ppid=1527 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349569096720 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1537] ppid=1527 vsize=10659884 memory=140376046757504 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1527 1530 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414839032 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349202319472 140349965146754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1538] ppid=1527 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1527 1530 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414839032 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349201265440 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1539] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1527 1530 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414839032 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349200213104 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1540] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414839035 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349199161424 140349965154203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1541] ppid=1527 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1527 1530 32400 0 -1 1077944384 566 0 0 0 3 0 0 0 20 0 15 0 414839035 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349198109296 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1542] ppid=1527 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1527 1530 32400 0 -1 1077944384 400 0 0 0 3 0 0 0 20 0 15 0 414839035 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349129353712 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1543] ppid=1527 vsize=10659884 memory=140376046757504 CPUtime=0.05 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1527 1530 32400 0 -1 1077944384 853 0 0 0 5 0 0 0 20 0 15 0 414839035 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349128301424 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1544] ppid=1527 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414839035 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349127248864 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1545] ppid=1527 vsize=10659884 memory=140376046757504 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839035 10915721216 9079 33554432000 4194304 4196468 140735378433504 140349126195632 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 36316 KiB

[startup+0.310298 s]*
/proc/loadavg: 1.82 1.84 1.82 3/229 1545
/proc/meminfo: memFree=30832836/32770624 swapFree=67001900/67108860
[pid=1530] ppid=1527 vsize=10659884 memory=39128 CPUtime=0.48 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1527 1530 32400 0 -1 1077944320 9585 0 0 0 45 3 0 0 20 0 15 0 414839029 10915721216 9782 33554432000 4194304 4196468 140735378433504 140735378416048 140349965135607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
/proc/1530/statm: 2664971 9782 3001 1 0 2627468 0
[pid=1530/tid=1532] ppid=1527 vsize=10659884 memory=1398720917958146503 CPUtime=0.3 cores=1,3,5,7
/proc/1530/task/1532/stat : 1532 (java) R 1527 1530 32400 0 -1 4202560 6325 0 0 0 28 2 0 0 20 0 15 0 414839030 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349969374592 140349949216094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1533] ppid=1527 vsize=10659884 memory=13692 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1527 1530 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349572254608 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1534] ppid=1527 vsize=10659884 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349571201808 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1535] ppid=1527 vsize=10659884 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349570149520 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1536] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349569096720 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1537] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1527 1530 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414839032 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349202319472 140349965146754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1538] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1527 1530 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414839032 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349201265440 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1539] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1527 1530 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414839032 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349200213104 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1540] ppid=1527 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414839035 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349199161424 140349965154203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1541] ppid=1527 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1527 1530 32400 0 -1 1077944384 579 0 0 0 4 0 0 0 20 0 15 0 414839035 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349198109296 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1542] ppid=1527 vsize=10659884 memory=140375905886767 CPUtime=0.04 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1527 1530 32400 0 -1 1077944384 441 0 0 0 4 0 0 0 20 0 15 0 414839035 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349129353712 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1543] ppid=1527 vsize=10659884 memory=280751952653440 CPUtime=0.08 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1527 1530 32400 0 -1 1077944384 907 0 0 0 8 0 0 0 20 0 15 0 414839035 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349128301424 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1544] ppid=1527 vsize=10659884 memory=140375905891375 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414839035 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349127248864 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1545] ppid=1527 vsize=10659884 memory=140376046757517 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839035 10915721216 9782 33554432000 4194304 4196468 140735378433504 140349126195632 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 39128 KiB

[startup+0.700725 s]
/proc/loadavg: 1.82 1.84 1.82 3/229 1545
/proc/meminfo: memFree=30821948/32770624 swapFree=67001900/67108860
[pid=1530] ppid=1527 vsize=10661932 memory=62936 CPUtime=1.11 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1527 1530 32400 0 -1 1077944320 13257 0 0 0 106 5 0 0 20 0 15 0 414839029 10917818368 15734 33554432000 4194304 4196468 140735378433504 140735378416048 140349965135607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
/proc/1530/statm: 2665483 15734 3073 1 0 2627980 0
[pid=1530/tid=1532] ppid=1527 vsize=10661932 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/1530/task/1532/stat : 1532 (java) R 1527 1530 32400 0 -1 4202560 8838 0 0 0 64 4 0 0 20 0 15 0 414839030 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349969367632 140349965157533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1533] ppid=1527 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1527 1530 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414839030 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349572254608 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1534] ppid=1527 vsize=10661932 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349571201808 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1535] ppid=1527 vsize=10661932 memory=10472 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349570149520 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1536] ppid=1527 vsize=10661932 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349569096720 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1537] ppid=1527 vsize=10661932 memory=5260 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1527 1530 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414839032 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349202319472 140349965146754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1538] ppid=1527 vsize=10661932 memory=636 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1527 1530 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414839032 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349201265440 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1539] ppid=1527 vsize=10661932 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1527 1530 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414839032 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349200213104 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1540] ppid=1527 vsize=10661932 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414839035 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349199161424 140349965154203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1541] ppid=1527 vsize=10661932 memory=1568 CPUtime=0.11 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1527 1530 32400 0 -1 1077944384 910 0 0 0 11 0 0 0 20 0 15 0 414839035 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349198109296 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1542] ppid=1527 vsize=10661932 memory=1040 CPUtime=0.11 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) R 1527 1530 32400 0 -1 1077944384 716 0 0 0 11 0 0 0 20 0 15 0 414839035 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349129353712 140349965146754 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1543] ppid=1527 vsize=10661932 memory=13692 CPUtime=0.19 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1527 1530 32400 0 -1 1077944384 1434 0 0 0 19 0 0 0 20 0 15 0 414839035 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349128301424 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1544] ppid=1527 vsize=10661932 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414839035 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349127248864 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1545] ppid=1527 vsize=10661932 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839035 10917818368 15734 33554432000 4194304 4196468 140735378433504 140349126195632 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62936 KiB

[startup+1.50077 s]
/proc/loadavg: 1.82 1.84 1.82 3/229 1545
/proc/meminfo: memFree=30805632/32770624 swapFree=67001900/67108860
[pid=1530] ppid=1527 vsize=10663980 memory=75016 CPUtime=2.01 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1527 1530 32400 0 -1 1077944320 17014 0 0 0 196 5 0 0 20 0 15 0 414839029 10919915520 18754 33554432000 4194304 4196468 140735378433504 140735378416048 140349965135607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
/proc/1530/statm: 2665995 18754 3094 1 0 2628492 0
[pid=1530/tid=1532] ppid=1527 vsize=10663980 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/1530/task/1532/stat : 1532 (java) R 1527 1530 32400 0 -1 4202560 11584 0 0 0 143 4 0 0 20 0 15 0 414839030 10919915520 18754 33554432000 4194304 4196468 140735378433504 140349969361488 140349965157533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1533] ppid=1527 vsize=10663980 memory=-1189914978686163229 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1527 1530 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414839030 10919915520 18754 33554432000 4194304 4196468 140735378433504 140349572254608 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1534] ppid=1527 vsize=10663980 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10919915520 18754 33554432000 4194304 4196468 140735378433504 140349571201808 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1535] ppid=1527 vsize=10663980 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10919915520 18754 33554432000 4194304 4196468 140735378433504 140349570149520 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1536] ppid=1527 vsize=10663980 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1527 1530 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414839030 10919915520 18754 33554432000 4194304 4196468 140735378433504 140349569096720 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1537] ppid=1527 vsize=10663980 memory=6944656591801717405 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1527 1530 32400 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 414839032 10919915520 18754 33554432000 4194304 4196468 140735378433504 140349202319472 140349965146754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0

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

[startup+10.4006 s]
/proc/loadavg: 1.84 1.85 1.82 3/231 1548
/proc/meminfo: memFree=30717224/32770624 swapFree=67001900/67108860
[pid=1530] ppid=1527 vsize=10748324 memory=155332 CPUtime=12.6 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1527 1530 32400 0 -1 1077944320 27766 0 0 0 1248 12 0 0 20 0 16 0 414839029 11006283776 38833 33554432000 4194304 4196468 140735378433504 140735378416048 140349965135607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
/proc/1530/statm: 2687081 38833 3349 1 0 2647217 0
[pid=1530/tid=1532] ppid=1527 vsize=10748324 memory=10472 CPUtime=1.87 cores=1,3,5,7
/proc/1530/task/1532/stat : 1532 (java) S 1527 1530 32400 0 -1 1077944384 13217 0 0 0 180 7 0 0 20 0 16 0 414839030 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349969378480 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1533] ppid=1527 vsize=10748324 memory=155328 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1527 1530 32400 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 414839030 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349572254608 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1534] ppid=1527 vsize=10748324 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1527 1530 32400 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 414839030 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349571201808 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1535] ppid=1527 vsize=10748324 memory=155328 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1527 1530 32400 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 414839030 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349570149520 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1536] ppid=1527 vsize=10748324 memory=38184 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1527 1530 32400 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 16 0 414839030 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349569096720 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1537] ppid=1527 vsize=10748324 memory=988 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1527 1530 32400 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 16 0 414839032 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349202319472 140349965146754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1538] ppid=1527 vsize=10748324 memory=155328 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1527 1530 32400 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414839032 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349201265504 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1539] ppid=1527 vsize=10748324 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1527 1530 32400 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414839032 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349200213120 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1540] ppid=1527 vsize=10748324 memory=776 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349199161424 140349965154203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1541] ppid=1527 vsize=10748324 memory=4008 CPUtime=0.75 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1527 1530 32400 0 -1 1077944384 2195 0 0 0 75 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349198109296 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1542] ppid=1527 vsize=10748324 memory=8112282956445269571 CPUtime=0.77 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1527 1530 32400 0 -1 1077944384 2360 0 0 0 77 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349129353712 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1543] ppid=1527 vsize=10748324 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1527 1530 32400 0 -1 1077944384 3287 0 0 0 62 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349128301424 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1544] ppid=1527 vsize=10748324 memory=280751812388512 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349127248864 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1545] ppid=1527 vsize=10748324 memory=140375906191888 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1527 1530 32400 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349126195632 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1546] ppid=1527 vsize=10748324 memory=2868665472214412 CPUtime=8.47 cores=1,3,5,7
/proc/1530/task/1546/stat : 1546 (java) R 1527 1530 32400 0 -1 4202560 4680 0 0 0 846 1 0 0 20 0 16 0 414839218 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349109525536 140349609013120 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 155332 KiB

[startup+10.8006 s]
/proc/loadavg: 1.84 1.85 1.82 3/231 1548
/proc/meminfo: memFree=30717224/32770624 swapFree=67001900/67108860
[pid=1530] ppid=1527 vsize=10748324 memory=155332 CPUtime=13 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1527 1530 32400 0 -1 1077944320 27778 0 0 0 1288 12 0 0 20 0 16 0 414839029 11006283776 38833 33554432000 4194304 4196468 140735378433504 140735378416048 140349965135607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
/proc/1530/statm: 2687081 38833 3349 1 0 2647217 0
[pid=1530/tid=1532] ppid=1527 vsize=10748324 memory=288230621803970871 CPUtime=1.87 cores=1,3,5,7
/proc/1530/task/1532/stat : 1532 (java) S 1527 1530 32400 0 -1 1077944384 13217 0 0 0 180 7 0 0 20 0 16 0 414839030 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349969378480 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1533] ppid=1527 vsize=10748324 memory=15538518189409885 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1527 1530 32400 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 414839030 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349572254608 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1534] ppid=1527 vsize=10748324 memory=5260 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1527 1530 32400 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 414839030 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349571201808 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1535] ppid=1527 vsize=10748324 memory=636 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1527 1530 32400 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 414839030 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349570149520 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1536] ppid=1527 vsize=10748324 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1527 1530 32400 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 16 0 414839030 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349569096720 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1537] ppid=1527 vsize=10748324 memory=2244 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1527 1530 32400 0 -1 1077944384 219 0 0 0 1 0 0 0 20 0 16 0 414839032 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349202319472 140349965146754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1538] ppid=1527 vsize=10748324 memory=2869764983878857 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1527 1530 32400 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414839032 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349201265504 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1539] ppid=1527 vsize=10748324 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1527 1530 32400 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414839032 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349200213120 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1540] ppid=1527 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349199161424 140349965154203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1541] ppid=1527 vsize=10748324 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1527 1530 32400 0 -1 1077944384 2195 0 0 0 75 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349198109296 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1542] ppid=1527 vsize=10748324 memory=0 CPUtime=0.77 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1527 1530 32400 0 -1 1077944384 2360 0 0 0 77 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349129353712 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1543] ppid=1527 vsize=10748324 memory=0 CPUtime=0.62 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1527 1530 32400 0 -1 1077944384 3287 0 0 0 62 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349128301424 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1544] ppid=1527 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349127248864 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1545] ppid=1527 vsize=10748324 memory=280751811726456 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1527 1530 32400 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349126195632 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1546] ppid=1527 vsize=10748324 memory=6299244379565549673 CPUtime=8.87 cores=1,3,5,7
/proc/1530/task/1546/stat : 1546 (java) R 1527 1530 32400 0 -1 4202560 4692 0 0 0 886 1 0 0 20 0 16 0 414839218 11006283776 38833 33554432000 4194304 4196468 140735378433504 140349109525536 140349609055106 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
Current children cumulated CPU time: 13 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 155332 KiB

[startup+11.2007 s]
/proc/loadavg: 1.84 1.85 1.82 3/231 1548
/proc/meminfo: memFree=30717224/32770624 swapFree=67001900/67108860
[pid=1530] ppid=1527 vsize=10748324 memory=155372 CPUtime=13.41 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1527 1530 32400 0 -1 1077944320 28073 0 0 0 1329 12 0 0 20 0 16 0 414839029 11006283776 38843 33554432000 4194304 4196468 140735378433504 140735378416048 140349965135607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
/proc/1530/statm: 2687081 38843 3349 1 0 2647217 0
[pid=1530/tid=1532] ppid=1527 vsize=10748324 memory=6944652177228980320 CPUtime=1.87 cores=1,3,5,7
/proc/1530/task/1532/stat : 1532 (java) S 1527 1530 32400 0 -1 1077944384 13217 0 0 0 180 7 0 0 20 0 16 0 414839030 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349969378480 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1533] ppid=1527 vsize=10748324 memory=-7361183220417256563 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1527 1530 32400 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 414839030 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349572254608 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1534] ppid=1527 vsize=10748324 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1527 1530 32400 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 414839030 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349571201808 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1535] ppid=1527 vsize=10748324 memory=-7606742951091920751 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1527 1530 32400 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 414839030 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349570149520 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1536] ppid=1527 vsize=10748324 memory=6944656425123485561 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1527 1530 32400 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 16 0 414839030 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349569096720 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1537] ppid=1527 vsize=10748324 memory=-8918989755622569014 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1527 1530 32400 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 16 0 414839032 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349202319472 140349965146754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1538] ppid=1527 vsize=10748324 memory=5450916479948256810 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1527 1530 32400 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414839032 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349201265504 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1539] ppid=1527 vsize=10748324 memory=155328 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1527 1530 32400 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414839032 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349200213120 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1540] ppid=1527 vsize=10748324 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349199161424 140349965154203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1541] ppid=1527 vsize=10748324 memory=38184 CPUtime=0.75 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1527 1530 32400 0 -1 1077944384 2195 0 0 0 75 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349198109296 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1542] ppid=1527 vsize=10748324 memory=988 CPUtime=0.77 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1527 1530 32400 0 -1 1077944384 2360 0 0 0 77 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349129353712 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1543] ppid=1527 vsize=10748324 memory=2024 CPUtime=0.62 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1527 1530 32400 0 -1 1077944384 3539 0 0 0 62 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349128301424 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1544] ppid=1527 vsize=10748324 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349127248864 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1545] ppid=1527 vsize=10748324 memory=776 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1527 1530 32400 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349126195632 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1546] ppid=1527 vsize=10748324 memory=8112282956445269571 CPUtime=9.27 cores=1,3,5,7
/proc/1530/task/1546/stat : 1546 (java) R 1527 1530 32400 0 -1 4202560 4698 0 0 0 926 1 0 0 20 0 16 0 414839218 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349109530912 140349609016170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
Current children cumulated CPU time: 13.41 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 155372 KiB

[startup+11.3006 s]
/proc/loadavg: 1.84 1.85 1.82 3/231 1548
/proc/meminfo: memFree=30717224/32770624 swapFree=67001900/67108860
[pid=1530] ppid=1527 vsize=10748324 memory=155372 CPUtime=13.51 cores=1,3,5,7
/proc/1530/stat : 1530 (java) S 1527 1530 32400 0 -1 1077944320 28073 0 0 0 1339 12 0 0 20 0 16 0 414839029 11006283776 38843 33554432000 4194304 4196468 140735378433504 140735378416048 140349965135607 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
/proc/1530/statm: 2687081 38843 3349 1 0 2647217 0
[pid=1530/tid=1532] ppid=1527 vsize=10748324 memory=155328 CPUtime=1.87 cores=1,3,5,7
/proc/1530/task/1532/stat : 1532 (java) S 1527 1530 32400 0 -1 1077944384 13217 0 0 0 180 7 0 0 20 0 16 0 414839030 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349969378480 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1533] ppid=1527 vsize=10748324 memory=155372 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1533/stat : 1533 (java) S 1527 1530 32400 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 16 0 414839030 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349572254608 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1534] ppid=1527 vsize=10748324 memory=776 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1534/stat : 1534 (java) S 1527 1530 32400 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 16 0 414839030 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349571201808 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1535] ppid=1527 vsize=10748324 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1535/stat : 1535 (java) S 1527 1530 32400 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 414839030 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349570149520 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1536] ppid=1527 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1536/stat : 1536 (java) S 1527 1530 32400 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 16 0 414839030 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349569096720 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1537] ppid=1527 vsize=10748324 memory=4 CPUtime=0.01 cores=1,3,5,7
/proc/1530/task/1537/stat : 1537 (java) S 1527 1530 32400 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 16 0 414839032 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349202319472 140349965146754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1538] ppid=1527 vsize=10748324 memory=1 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1538/stat : 1538 (java) S 1527 1530 32400 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414839032 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349201265504 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1539] ppid=1527 vsize=10748324 memory=1 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1539/stat : 1539 (java) S 1527 1530 32400 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414839032 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349200213120 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1540] ppid=1527 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1540/stat : 1540 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349199161424 140349965154203 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1541] ppid=1527 vsize=10748324 memory=6944656592455097440 CPUtime=0.75 cores=1,3,5,7
/proc/1530/task/1541/stat : 1541 (java) S 1527 1530 32400 0 -1 1077944384 2195 0 0 0 75 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349198109296 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1542] ppid=1527 vsize=10748324 memory=91720 CPUtime=0.77 cores=1,3,5,7
/proc/1530/task/1542/stat : 1542 (java) S 1527 1530 32400 0 -1 1077944384 2360 0 0 0 77 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349129353712 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1543] ppid=1527 vsize=10748324 memory=6944656591801717405 CPUtime=0.62 cores=1,3,5,7
/proc/1530/task/1543/stat : 1543 (java) S 1527 1530 32400 0 -1 1077944384 3539 0 0 0 62 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349128301424 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1544] ppid=1527 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1544/stat : 1544 (java) S 1527 1530 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349127248864 140349965145813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1545] ppid=1527 vsize=10748324 memory=1 CPUtime=0 cores=1,3,5,7
/proc/1530/task/1545/stat : 1545 (java) S 1527 1530 32400 0 -1 1077944384 211 0 0 0 0 0 0 0 20 0 16 0 414839035 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349126195632 140349965146754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
[pid=1530/tid=1546] ppid=1527 vsize=10748324 memory=0 CPUtime=9.37 cores=1,3,5,7
/proc/1530/task/1546/stat : 1546 (java) R 1527 1530 32400 0 -1 4202560 4698 0 0 0 936 1 0 0 20 0 16 0 414839218 11006283776 38843 33554432000 4194304 4196468 140735378433504 140349109530912 140349609014557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10235904 140735378441227 140735378441330 140735378441330 140735378444239 0
Current children cumulated CPU time: 13.51 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 155372 KiB

Child status: 0
Real time (s): 11.344
CPU time (s): 13.6028
CPU user time (s): 13.4669
CPU system time (s): 0.135897
CPU usage (%): 119.912
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 155372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4669
system time used= 0.135897
maximum resident set size= 155948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30942
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= 3092
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 1530
#   total CPU time (s): 13.6028
#   total CPU user time (s): 13.4669
#   total CPU system time (s): 0.135897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.091581 second user time and 0.145526 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 16:44:20
IDJOB=4390657
IDBENCH=138963
IDSOLVER=2832
FILE ID=node136/4390657-1568385904
RUNJOBID= node136-1568380471-32432
PBS_JOBID= 21701832
Free space on /tmp= 56784 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/LatinSquare/LatinSquare-m1-gp/qwh-o30-h374-02.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390657-1568385904/watcher-4390657-1568385904 -o /tmp/evaluation-result-4390657-1568385904/solver-4390657-1568385904 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568380471-32432 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390657-1568385904.xml -cm

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

MD5SUM BENCH= 595b80e98a8312b53afa04c8c4859da3
RANDOM SEED=1836070979

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30860900 kB
MemAvailable:   31651348 kB
Buffers:           41588 kB
Cached:          1032808 kB
SwapCached:         3252 kB
Active:           804928 kB
Inactive:         526124 kB
Active(anon):     254632 kB
Inactive(anon):    42116 kB
Active(file):     550296 kB
Inactive(file):   484008 kB
Unevictable:      107848 kB
Mlocked:          107848 kB
SwapTotal:      67108860 kB
SwapFree:       67001900 kB
Dirty:              8648 kB
Writeback:             0 kB
AnonPages:        362708 kB
Mapped:            54588 kB
Shmem:             31852 kB
Slab:             172836 kB
SReclaimable:     143960 kB
SUnreclaim:        28876 kB
KernelStack:        3808 kB
PageTables:         6628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1165808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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= 56776 MiB
End job on node136 at 2019-09-13 16:44:31