Trace number 4390673

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 19.983 17.5954

DiagnosticValue
WRONG_DECISIONS25735

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h374-08.xml
MD5SUMa38db4eec3f77542c2f3ff7a616038a8
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 benchmark9.15382
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.38/1.90	
2.38/1.90	AbsCon 2 
2.64/1.91	
2.91/2.06	  Instance
2.91/2.06	    name=instance-4390673-1568385916, framework=CSP
2.91/2.06	
2.91/2.06	  Loading variables...
3.18/2.13	  Loading constraints...
3.46/2.29	
3.46/2.29	  Domains
3.46/2.29	    nTypes=1, nValues=27000, sizes=[30#900]
3.46/2.29	  Variables
3.46/2.29	    count=900, degrees=[2#374,3#526]
3.46/2.29	  Constraints
3.46/2.29	    count=586, nSpecific=60, arities=[1#526,30#60]
3.46/2.29	    distribution=[AllDifferent#60,CtrIntension#526]
3.46/2.29	    nIntStructures=(30,shared:496)
3.46/2.29	    wck=0.424, cpu=2.256, mem=37M82
3.74/2.31	  Solver SolverBacktrack being built...
3.74/2.31	
3.74/2.35	
3.74/2.35	  Solver
3.74/2.35	    guaranteedGAC=true
3.74/2.35	    wck=0.483, cpu=2.313, mem=50M367
4.36/2.52	
4.36/2.52	  Preprocessing
4.36/2.52	    filters=1583, revisions=(526,useless=0), ccks=8187, nACremovedValues=24519, nTotalRemovedValues=24519, inconcistency=false
4.36/2.52	    wck=0.175, cpu=2.49, mem=50M367
4.36/2.52	
4.36/2.55	    num=0, depth=42..54, filters=2310, revisions=(526,useless=0), ccks=8187, wck=0.201, mem=50M367
4.36/2.55	    decisions=74, wrong=13, backtracks=6, failedAssignments=10, nogoods=6
4.36/2.55	    
4.36/2.57	    num=1, depth=39..52, filters=3438, revisions=(526,useless=0), ccks=8187, wck=0.226, mem=50M367
4.36/2.57	    decisions=160, wrong=31, backtracks=13, failedAssignments=21, nogoods=13
4.36/2.57	    
4.61/2.61	    num=2, depth=52..60, filters=4593, revisions=(526,useless=0), ccks=8187, wck=0.261, mem=50M367
4.61/2.61	    decisions=253, wrong=49, backtracks=22, failedAssignments=33, nogoods=18
4.61/2.61	    
4.61/2.63	    num=3, depth=45..67, filters=5808, revisions=(526,useless=0), ccks=8187, wck=0.284, mem=50M367
4.61/2.63	    decisions=352, wrong=70, backtracks=35, failedAssignments=46, nogoods=20
4.61/2.63	    
4.61/2.66	    num=4, depth=44..53, filters=7522, revisions=(526,useless=0), ccks=8187, wck=0.31, mem=50M367
4.61/2.66	    decisions=449, wrong=96, backtracks=49, failedAssignments=60, nogoods=24
4.61/2.66	    
4.61/2.69	    num=5, depth=39..49, filters=9214, revisions=(526,useless=0), ccks=8187, wck=0.337, mem=50M367
4.61/2.69	    decisions=540, wrong=120, backtracks=62, failedAssignments=76, nogoods=29
4.61/2.69	    
4.80/2.71	    num=6, depth=40..61, filters=10696, revisions=(526,useless=0), ccks=8187, wck=0.362, mem=50M367
4.80/2.71	    decisions=656, wrong=149, backtracks=74, failedAssignments=93, nogoods=34
4.80/2.71	    
4.80/2.74	    num=7, depth=49..57, filters=12878, revisions=(526,useless=0), ccks=8187, wck=0.393, mem=50M367
4.80/2.74	    decisions=789, wrong=190, backtracks=103, failedAssignments=112, nogoods=40
4.80/2.74	    
4.80/2.77	    num=8, depth=46..67, filters=14866, revisions=(526,useless=0), ccks=8187, wck=0.421, mem=50M367
4.80/2.77	    decisions=918, wrong=224, backtracks=125, failedAssignments=133, nogoods=46
4.80/2.77	    
4.92/2.80	    num=9, depth=36..54, filters=16596, revisions=(526,useless=0), ccks=8187, wck=0.448, mem=50M367
4.92/2.80	    decisions=1036, wrong=262, backtracks=148, failedAssignments=156, nogoods=48
4.92/2.80	    
4.92/2.84	    num=10, depth=58..74, filters=19831, revisions=(526,useless=0), ccks=8187, wck=0.49, mem=50M367
4.92/2.84	    decisions=1211, wrong=319, backtracks=190, failedAssignments=181, nogoods=52
4.92/2.84	    
4.92/2.87	    num=11, depth=56..71, filters=21879, revisions=(526,useless=0), ccks=8187, wck=0.521, mem=50M367
4.92/2.87	    decisions=1354, wrong=359, backtracks=215, failedAssignments=209, nogoods=60
4.92/2.87	    
5.04/2.90	    num=12, depth=49..64, filters=24260, revisions=(526,useless=0), ccks=8187, wck=0.555, mem=50M367
5.04/2.90	    decisions=1514, wrong=413, backtracks=249, failedAssignments=240, nogoods=63
5.04/2.90	    
5.04/2.95	    num=13, depth=47..55, filters=27947, revisions=(526,useless=0), ccks=8187, wck=0.607, mem=50M367
5.04/2.95	    decisions=1692, wrong=478, backtracks=296, failedAssignments=274, nogoods=70
5.04/2.95	    
5.15/3.01	    num=14, depth=47..63, filters=32224, revisions=(526,useless=0), ccks=8187, wck=0.665, mem=50M367
5.15/3.01	    decisions=1888, wrong=552, backtracks=356, failedAssignments=311, nogoods=76
5.15/3.01	    
5.15/3.07	    num=15, depth=40..49, filters=36445, revisions=(526,useless=0), ccks=8187, wck=0.719, mem=50M367
5.15/3.07	    decisions=2089, wrong=631, backtracks=415, failedAssignments=352, nogoods=78
5.15/3.07	    
5.25/3.12	    num=16, depth=57..68, filters=40951, revisions=(526,useless=0), ccks=8187, wck=0.771, mem=50M367
5.25/3.12	    decisions=2292, wrong=703, backtracks=467, failedAssignments=397, nogoods=82
5.25/3.12	    
5.25/3.18	    num=17, depth=51..60, filters=45511, revisions=(526,useless=0), ccks=8187, wck=0.828, mem=50M367
5.25/3.18	    decisions=2505, wrong=784, backtracks=525, failedAssignments=447, nogoods=84
5.25/3.18	    
5.35/3.25	    num=18, depth=62..79, filters=52043, revisions=(526,useless=0), ccks=8187, wck=0.904, mem=53M9
5.35/3.25	    decisions=2822, wrong=909, backtracks=622, failedAssignments=502, nogoods=87
5.35/3.25	    
5.45/3.33	    num=19, depth=59..72, filters=57791, revisions=(526,useless=0), ccks=8187, wck=0.977, mem=53M9
5.45/3.33	    decisions=3106, wrong=1021, backtracks=701, failedAssignments=563, nogoods=96
5.45/3.33	    
5.55/3.40	    num=20, depth=47..65, filters=64183, revisions=(526,useless=0), ccks=8187, wck=1.054, mem=53M9
5.55/3.40	    decisions=3380, wrong=1132, backtracks=778, failedAssignments=630, nogoods=99
5.55/3.40	    
5.55/3.48	    num=21, depth=47..64, filters=71096, revisions=(526,useless=0), ccks=8187, wck=1.134, mem=53M9
5.55/3.48	    decisions=3721, wrong=1277, backtracks=888, failedAssignments=704, nogoods=104
5.55/3.48	    
5.66/3.58	    num=22, depth=60..78, filters=79260, revisions=(526,useless=0), ccks=8187, wck=1.232, mem=53M9
5.66/3.58	    decisions=4075, wrong=1423, backtracks=993, failedAssignments=785, nogoods=110
5.66/3.58	    
5.76/3.66	    num=23, depth=49..64, filters=85243, revisions=(526,useless=0), ccks=8187, wck=1.308, mem=53M9
5.76/3.66	    decisions=4431, wrong=1576, backtracks=1086, failedAssignments=874, nogoods=122
5.76/3.66	    
5.86/3.75	    num=24, depth=60..75, filters=93124, revisions=(526,useless=0), ccks=8187, wck=1.402, mem=53M9
5.86/3.75	    decisions=4810, wrong=1733, backtracks=1188, failedAssignments=972, nogoods=126
5.86/3.75	    
5.96/3.87	    num=25, depth=57..76, filters=102609, revisions=(526,useless=0), ccks=8187, wck=1.518, mem=53M9
5.96/3.87	    decisions=5260, wrong=1924, backtracks=1325, failedAssignments=1080, nogoods=131
5.96/3.87	    
6.17/4.04	    num=26, depth=62..81, filters=117421, revisions=(526,useless=0), ccks=8187, wck=1.687, mem=53M9
6.17/4.04	    decisions=5817, wrong=2169, backtracks=1508, failedAssignments=1199, nogoods=143
6.17/4.04	    
6.27/4.17	    num=27, depth=39..59, filters=128668, revisions=(526,useless=0), ccks=8187, wck=1.824, mem=53M9
6.27/4.17	    decisions=6333, wrong=2405, backtracks=1676, failedAssignments=1330, nogoods=148
6.27/4.17	    
6.49/4.32	    num=28, depth=51..79, filters=141776, revisions=(526,useless=0), ccks=8187, wck=1.977, mem=53M9
6.49/4.32	    decisions=6914, wrong=2664, backtracks=1859, failedAssignments=1474, nogoods=161
6.49/4.32	    
6.59/4.49	    num=29, depth=53..74, filters=155971, revisions=(526,useless=0), ccks=8187, wck=2.137, mem=53M9
6.59/4.49	    decisions=7558, wrong=2958, backtracks=2098, failedAssignments=1632, nogoods=166
6.59/4.49	    
6.84/4.68	    num=30, depth=51..66, filters=171820, revisions=(526,useless=0), ccks=8187, wck=2.328, mem=53M9
6.84/4.68	    decisions=8218, wrong=3261, backtracks=2282, failedAssignments=1806, nogoods=174
6.84/4.68	    
7.04/4.89	    num=31, depth=49..68, filters=190096, revisions=(526,useless=0), ccks=8187, wck=2.546, mem=53M9
7.04/4.89	    decisions=9011, wrong=3627, backtracks=2562, failedAssignments=1997, nogoods=180
7.04/4.89	    
7.35/5.11	    num=32, depth=62..80, filters=208651, revisions=(526,useless=0), ccks=8187, wck=2.762, mem=53M9
7.35/5.11	    decisions=9869, wrong=4022, backtracks=2866, failedAssignments=2208, nogoods=187
7.35/5.11	    
7.58/5.37	    num=33, depth=43..58, filters=231510, revisions=(526,useless=0), ccks=8187, wck=3.025, mem=53M9
7.58/5.37	    decisions=10741, wrong=4435, backtracks=3199, failedAssignments=2440, nogoods=195
7.58/5.37	    
7.89/5.65	    num=34, depth=56..75, filters=255939, revisions=(526,useless=0), ccks=8187, wck=3.3, mem=53M9
7.89/5.65	    decisions=11769, wrong=4919, backtracks=3573, failedAssignments=2695, nogoods=203
7.89/5.65	    
8.30/6.01	    num=35, depth=67..87, filters=285584, revisions=(526,useless=0), ccks=8187, wck=3.664, mem=53M9
8.30/6.01	    decisions=12961, wrong=5481, backtracks=3986, failedAssignments=2976, nogoods=212
8.30/6.01	    
8.59/6.32	    num=36, depth=44..70, filters=312909, revisions=(526,useless=0), ccks=8187, wck=3.972, mem=53M9
8.59/6.32	    decisions=14135, wrong=6042, backtracks=4403, failedAssignments=3285, nogoods=220
8.59/6.32	    
8.89/6.68	    num=37, depth=52..79, filters=343735, revisions=(526,useless=0), ccks=8187, wck=4.335, mem=53M9
8.89/6.68	    decisions=15505, wrong=6696, backtracks=4894, failedAssignments=3625, nogoods=229
8.89/6.68	    
9.30/7.07	    num=38, depth=56..81, filters=378130, revisions=(526,useless=0), ccks=8187, wck=4.722, mem=53M9
9.30/7.07	    decisions=16896, wrong=7361, backtracks=5364, failedAssignments=3999, nogoods=235
9.30/7.07	    
9.79/7.53	    num=39, depth=51..69, filters=419703, revisions=(526,useless=0), ccks=8187, wck=5.178, mem=53M9
9.79/7.53	    decisions=18462, wrong=8116, backtracks=5911, failedAssignments=4410, nogoods=243
9.79/7.53	    
10.19/7.98	    num=40, depth=40..64, filters=460060, revisions=(526,useless=0), ccks=8187, wck=5.634, mem=53M9
10.19/7.98	    decisions=20134, wrong=8928, backtracks=6539, failedAssignments=4862, nogoods=256
10.19/7.98	    
10.69/8.48	    num=41, depth=56..80, filters=503259, revisions=(526,useless=0), ccks=8187, wck=6.135, mem=53M9
10.69/8.48	    decisions=22039, wrong=9852, backtracks=7215, failedAssignments=5359, nogoods=261
10.69/8.48	    
11.31/9.09	    num=42, depth=46..64, filters=557541, revisions=(526,useless=0), ccks=8187, wck=6.737, mem=53M9
11.31/9.09	    decisions=24103, wrong=10861, backtracks=7937, failedAssignments=5906, nogoods=266
11.31/9.09	    
12.00/9.70	    num=43, depth=56..78, filters=611190, revisions=(526,useless=0), ccks=8187, wck=7.349, mem=53M9
12.00/9.70	    decisions=26492, wrong=12025, backtracks=8825, failedAssignments=6508, nogoods=274
12.00/9.70	    
12.70/10.40	    num=44, depth=41..68, filters=674316, revisions=(526,useless=0), ccks=8187, wck=8.052, mem=53M9
12.70/10.40	    decisions=28999, wrong=13255, backtracks=9687, failedAssignments=7170, nogoods=277
12.70/10.40	    
13.43/11.13	    num=45, depth=56..79, filters=735616, revisions=(526,useless=0), ccks=8187, wck=8.785, mem=53M9
13.43/11.13	    decisions=31856, wrong=14652, backtracks=10724, failedAssignments=7898, nogoods=290
13.43/11.13	    
14.22/11.95	    num=46, depth=51..80, filters=806000, revisions=(526,useless=0), ccks=8187, wck=9.607, mem=53M9
14.22/11.95	    decisions=34809, wrong=16101, backtracks=11821, failedAssignments=8699, nogoods=294
14.22/11.95	    
15.24/12.94	    num=47, depth=52..79, filters=893069, revisions=(526,useless=0), ccks=8187, wck=10.593, mem=53M9
15.24/12.94	    decisions=38196, wrong=17765, backtracks=13005, failedAssignments=9580, nogoods=299
15.24/12.94	    
16.14/13.86	    num=48, depth=49..74, filters=975128, revisions=(526,useless=0), ccks=8187, wck=11.51, mem=53M9
16.14/13.86	    decisions=41563, wrong=19422, backtracks=14250, failedAssignments=10550, nogoods=304
16.14/13.86	    
17.35/15.07	    num=49, depth=45..68, filters=1086032, revisions=(526,useless=0), ccks=8187, wck=12.724, mem=53M9
17.35/15.07	    decisions=45850, wrong=21538, backtracks=15876, failedAssignments=11617, nogoods=311
17.35/15.07	    
18.64/16.32	    num=50, depth=55..75, filters=1194946, revisions=(526,useless=0), ccks=8187, wck=13.973, mem=53M9
18.64/16.32	    decisions=50205, wrong=23684, backtracks=17482, failedAssignments=12790, nogoods=324
18.64/16.32	    
19.84/17.57	    num=51, depth=49..899, filters=1302411, revisions=(526,useless=0), ccks=8773, wck=15.224, mem=53M9
19.84/17.57	    decisions=54372, wrong=25735, backtracks=18963, failedAssignments=13938, nogoods=324, foundSolutions=1
19.84/17.57	    
19.84/17.57	  Global
19.84/17.57	    filters=1302411, revisions=(526,useless=0), ccks=8773, nogoods=324
19.84/17.57	    Stop=REACHED_GOAL, wrong=25735, foundSolutions=1, firstSolCpu=17.517
19.84/17.57	    wck=15.708, cpu=17.533, mem=53M9
19.84/17.57	
19.84/17.57	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 18 27 24 8 17 21 22 28 23 4 25 6 26 3 1 2 13 20 15 19 16 14 5 11 0 12 7 9 29 10 10 29 15 2 5 3 24 18 14 9 16 28 8 21 6 27 7 26 11 20 12 0 1 23 25 22 19 17 13 4 5 17 29 16 23 15 0 10 22 28 24 1 6 18 3 9 20 12 14 7 19 2 26 8 4 21 25 13 11 27 12 16 20 28 19 4 5 29 10 17 22 9 23 13 18 25 27 21 6 0 8 15 2 14 11 3 24 26 7 1 15 26 4 27 11 2 8 14 21 7 19 29 25 0 12 18 1 16 5 22 28 24 23 17 9 10 6 20 3 13 8 25 17 26 3 29 11 20 5 21 12 10 14 6 9 13 16 15 22 1 2 19 24 0 7 23 4 27 18 28 19 7 3 13 12 9 15 26 27 5 4 22 18 1 0 6 24 14 10 28 23 25 20 21 16 11 29 8 2 17 4 21 22 17 9 8 3 16 25 29 7 20 1 19 5 15 23 28 27 13 0 26 11 12 18 14 2 10 24 6 24 6 1 0 27 11 14 22 7 2 28 19 16 15 13 23 5 18 3 12 25 29 9 20 17 8 21 4 10 26 11 19 16 18 29 13 17 5 1 10 27 8 12 14 23 7 0 22 21 26 3 6 4 15 20 25 28 2 9 24 23 10 6 19 8 17 4 0 12 18 20 14 21 26 27 1 25 5 9 24 15 11 13 29 22 7 16 3 28 2 27 20 2 5 1 16 9 19 29 11 26 0 7 8 25 14 6 4 18 17 13 12 28 24 10 15 23 22 21 3 2 1 19 10 0 27 20 7 17 14 15 25 29 11 21 26 4 23 28 9 22 5 6 3 13 24 18 16 8 12 20 14 7 6 24 19 28 21 0 23 29 18 2 9 26 17 12 25 16 3 27 4 10 22 8 5 13 1 15 11 3 2 27 11 16 26 25 13 28 19 17 21 10 22 15 12 14 7 24 5 6 8 18 9 23 29 1 0 4 20 29 0 26 9 22 5 19 25 3 16 14 2 27 10 4 24 28 6 23 8 1 7 15 13 21 17 20 11 12 18 25 5 9 20 7 1 13 24 18 6 3 11 19 12 10 16 15 27 4 21 17 23 0 2 29 26 14 28 22 8 1 15 21 22 18 7 2 17 20 0 9 24 13 25 14 4 26 3 8 23 11 28 12 16 27 6 10 29 5 19 14 8 25 4 13 20 27 12 11 1 18 26 24 16 2 19 3 29 17 15 10 22 21 28 5 0 9 7 6 23 16 22 23 21 4 25 6 15 24 26 1 17 3 20 28 8 9 11 7 2 18 10 27 19 14 13 5 12 0 29 13 12 28 23 10 14 29 11 26 25 21 5 0 17 22 20 2 1 19 27 24 3 7 4 15 18 8 6 16 9 0 4 12 15 20 24 26 23 6 22 8 27 28 2 19 10 11 9 13 25 29 21 14 7 1 16 3 18 17 5 7 23 5 24 28 6 1 3 8 13 10 16 15 4 11 0 21 17 25 18 20 9 29 27 26 2 12 19 14 22 21 3 11 7 6 10 18 1 9 27 5 13 4 23 20 22 8 2 29 16 14 17 25 26 12 28 15 24 19 0 26 13 8 29 14 12 7 9 4 15 23 3 22 5 24 28 19 10 0 6 21 18 17 1 2 20 11 25 27 16 28 9 13 1 26 0 21 8 2 3 6 23 20 29 16 5 18 19 12 11 7 27 22 10 24 4 17 15 25 14 17 24 18 14 25 22 23 4 15 20 0 12 9 28 8 11 29 13 2 10 5 16 19 6 3 27 26 21 1 7 6 18 10 25 2 28 12 27 13 24 11 15 17 7 29 3 22 8 26 4 9 20 16 5 19 1 0 14 23 21 22 28 14 12 15 23 16 2 19 8 13 7 11 24 17 21 10 0 20 29 4 1 3 18 6 9 27 5 26 25 9 11 0 3 21 18 10 6 16 12 2 4 5 27 7 29 17 24 1 14 26 13 8 25 28 19 22 23 20 15 </values>  </instantiation>
19.84/17.57	s SATISFIABLE
19.84/17.57	
19.84/17.57	d WRONG_DECISIONS 25735

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15311 MiB free)
  memory of node 1: 16384 MiB (15102 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=27341, runsolver pid=27338

[startup+0.100209 s]*
/proc/loadavg: 2.09 1.97 1.87 4/228 27356
/proc/meminfo: memFree=31131832/32770624 swapFree=66936356/67108860
[pid=27341] ppid=27338 vsize=10659884 memory=26508 CPUtime=0.14 cores=0,2,4,6
/proc/27341/stat : 27341 (java) S 27338 27341 25423 0 -1 1077944320 5628 0 0 0 12 2 0 0 20 0 15 0 414849962 10915721216 6627 33554432000 4194304 4196468 140735329228224 140735329210768 139749206867703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
/proc/27341/statm: 2664971 6627 2910 1 0 2627468 0
[pid=27341/tid=27343] ppid=27338 vsize=10659884 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/27341/task/27343/stat : 27343 (java) R 27338 27341 25423 0 -1 4202560 3275 0 0 0 8 1 0 0 20 0 15 0 414849962 10915721216 6627 33554432000 4194304 4196468 140735329228224 139749211098144 139749190948190 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27344] ppid=27338 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27344/stat : 27344 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748813703696 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27345] ppid=27338 vsize=10659884 memory=139821981890176 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27345/stat : 27345 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748812651152 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27346] ppid=27338 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27346/stat : 27346 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748811598096 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27347] ppid=27338 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27347/stat : 27347 (java) S 27338 27341 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748810545552 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27348] ppid=27338 vsize=10659884 memory=139821981890176 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27348/stat : 27348 (java) S 27338 27341 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849965 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748698843888 139749206878850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27349] ppid=27338 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27349/stat : 27349 (java) S 27338 27341 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414849965 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748697790112 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27350] ppid=27338 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27350/stat : 27350 (java) S 27338 27341 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414849965 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748696737008 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27351] ppid=27338 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27351/stat : 27351 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748695685584 139749206886299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27352] ppid=27338 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27352/stat : 27352 (java) S 27338 27341 25423 0 -1 1077944384 523 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748694632688 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27353] ppid=27338 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27353/stat : 27353 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748693580144 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27354] ppid=27338 vsize=10659884 memory=139821981890176 CPUtime=0.02 cores=0,2,4,6
/proc/27341/task/27354/stat : 27354 (java) R 27338 27341 25423 0 -1 4202560 470 0 0 0 2 0 0 0 20 0 15 0 414849968 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748692521760 139749190948190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27355] ppid=27338 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27355/stat : 27355 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748691474784 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27356] ppid=27338 vsize=10659884 memory=139821981890176 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27356/stat : 27356 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 6627 33554432000 4194304 4196468 140735329228224 139748690422832 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 26508 KiB

[startup+0.210832 s]*
/proc/loadavg: 2.09 1.97 1.87 3/228 27356
/proc/meminfo: memFree=31123192/32770624 swapFree=66936356/67108860
[pid=27341] ppid=27338 vsize=10659884 memory=34072 CPUtime=0.33 cores=0,2,4,6
/proc/27341/stat : 27341 (java) S 27338 27341 25423 0 -1 1077944320 7142 0 0 0 31 2 0 0 20 0 15 0 414849962 10915721216 8518 33554432000 4194304 4196468 140735329228224 140735329210768 139749206867703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
/proc/27341/statm: 2664971 8518 2989 1 0 2627468 0
[pid=27341/tid=27343] ppid=27338 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27341/task/27343/stat : 27343 (java) R 27338 27341 25423 0 -1 4202560 3929 0 0 0 19 1 0 0 20 0 15 0 414849962 10915721216 8518 33554432000 4194304 4196468 140735329228224 139749211094064 139749206889629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27344] ppid=27338 vsize=10659884 memory=345 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27344/stat : 27344 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748813703696 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27345] ppid=27338 vsize=10659884 memory=139821981915840 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27345/stat : 27345 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748812651152 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27346] ppid=27338 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27346/stat : 27346 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748811598096 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27347] ppid=27338 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27347/stat : 27347 (java) S 27338 27341 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748810545552 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27348] ppid=27338 vsize=10659884 memory=139821981890176 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27348/stat : 27348 (java) S 27338 27341 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849965 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748698843888 139749206878850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27349] ppid=27338 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27349/stat : 27349 (java) S 27338 27341 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414849965 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748697790112 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27350] ppid=27338 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27350/stat : 27350 (java) S 27338 27341 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414849965 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748696737008 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27351] ppid=27338 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27351/stat : 27351 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748695685584 139749206886299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27352] ppid=27338 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27341/task/27352/stat : 27352 (java) S 27338 27341 25423 0 -1 1077944384 820 0 0 0 3 0 0 0 20 0 15 0 414849968 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748694632688 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27353] ppid=27338 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27341/task/27353/stat : 27353 (java) S 27338 27341 25423 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 15 0 414849968 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748693580144 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27354] ppid=27338 vsize=10659884 memory=139821981890176 CPUtime=0.05 cores=0,2,4,6
/proc/27341/task/27354/stat : 27354 (java) S 27338 27341 25423 0 -1 1077944384 820 0 0 0 5 0 0 0 20 0 15 0 414849968 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748692527088 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27355] ppid=27338 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27355/stat : 27355 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748691474784 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27356] ppid=27338 vsize=10659884 memory=139821981890176 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27356/stat : 27356 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 8518 33554432000 4194304 4196468 140735329228224 139748690422832 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 34072 KiB

[startup+0.310266 s]*
/proc/loadavg: 2.09 1.97 1.87 3/228 27356
/proc/meminfo: memFree=31115460/32770624 swapFree=66936356/67108860
[pid=27341] ppid=27338 vsize=10659884 memory=39452 CPUtime=0.47 cores=0,2,4,6
/proc/27341/stat : 27341 (java) S 27338 27341 25423 0 -1 1077944320 9722 0 0 0 44 3 0 0 20 0 15 0 414849962 10915721216 9863 33554432000 4194304 4196468 140735329228224 140735329210768 139749206867703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
/proc/27341/statm: 2664971 9863 3002 1 0 2627468 0
[pid=27341/tid=27343] ppid=27338 vsize=10659884 memory=8390339637985935414 CPUtime=0.3 cores=0,2,4,6
/proc/27341/task/27343/stat : 27343 (java) R 27338 27341 25423 0 -1 4202560 6390 0 0 0 28 2 0 0 20 0 15 0 414849962 10915721216 9863 33554432000 4194304 4196468 140735329228224 139749211088592 139749206879638 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27344] ppid=27338 vsize=10659884 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27344/stat : 27344 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748813703696 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27345] ppid=27338 vsize=10659884 memory=139821981915394 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27345/stat : 27345 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748812651152 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27346] ppid=27338 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27346/stat : 27346 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748811598096 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27347] ppid=27338 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27347/stat : 27347 (java) S 27338 27341 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849963 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748810545552 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27348] ppid=27338 vsize=10659884 memory=139821981890176 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27348/stat : 27348 (java) S 27338 27341 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849965 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748698843888 139749206878850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27349] ppid=27338 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27349/stat : 27349 (java) S 27338 27341 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414849965 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748697790112 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27350] ppid=27338 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27350/stat : 27350 (java) S 27338 27341 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414849965 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748696737008 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27351] ppid=27338 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27351/stat : 27351 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748695685584 139749206886299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27352] ppid=27338 vsize=10659884 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/27341/task/27352/stat : 27352 (java) S 27338 27341 25423 0 -1 1077944384 860 0 0 0 5 0 0 0 20 0 15 0 414849968 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748694632688 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27353] ppid=27338 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27341/task/27353/stat : 27353 (java) R 27338 27341 25423 0 -1 4202560 233 0 0 0 2 0 0 0 20 0 15 0 414849968 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748693580144 139749199852745 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27354] ppid=27338 vsize=10659884 memory=139821981890176 CPUtime=0.08 cores=0,2,4,6
/proc/27341/task/27354/stat : 27354 (java) R 27338 27341 25423 0 -1 4202560 881 0 0 0 8 0 0 0 20 0 15 0 414849968 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748692527088 139749190948190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27355] ppid=27338 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27355/stat : 27355 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748691474784 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27356] ppid=27338 vsize=10659884 memory=139821981890176 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27356/stat : 27356 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849968 10915721216 9863 33554432000 4194304 4196468 140735329228224 139748690422832 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 39452 KiB

[startup+0.700792 s]
/proc/loadavg: 2.09 1.97 1.87 3/228 27356
/proc/meminfo: memFree=31107200/32770624 swapFree=66936356/67108860
[pid=27341] ppid=27338 vsize=10661932 memory=60380 CPUtime=1.11 cores=0,2,4,6
/proc/27341/stat : 27341 (java) S 27338 27341 25423 0 -1 1077944320 13256 0 0 0 106 5 0 0 20 0 15 0 414849962 10917818368 15095 33554432000 4194304 4196468 140735329228224 140735329210768 139749206867703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
/proc/27341/statm: 2665483 15095 3061 1 0 2627980 0
[pid=27341/tid=27343] ppid=27338 vsize=10661932 memory=1412 CPUtime=0.68 cores=0,2,4,6
/proc/27341/task/27343/stat : 27343 (java) R 27338 27341 25423 0 -1 4202560 8914 0 0 0 65 3 0 0 20 0 15 0 414849962 10917818368 15095 33554432000 4194304 4196468 140735329228224 139749211099568 139749206889629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27344] ppid=27338 vsize=10661932 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27344/stat : 27344 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748813703696 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27345] ppid=27338 vsize=10661932 memory=7148 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27345/stat : 27345 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748812651152 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27346] ppid=27338 vsize=10661932 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27346/stat : 27346 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748811598096 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27347] ppid=27338 vsize=10661932 memory=616 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27347/stat : 27347 (java) S 27338 27341 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849963 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748810545552 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27348] ppid=27338 vsize=10661932 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27348/stat : 27348 (java) S 27338 27341 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849965 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748698843888 139749206878850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27349] ppid=27338 vsize=10661932 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27349/stat : 27349 (java) S 27338 27341 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414849965 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748697790112 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27350] ppid=27338 vsize=10661932 memory=1136 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27350/stat : 27350 (java) S 27338 27341 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414849965 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748696737008 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27351] ppid=27338 vsize=10661932 memory=4639098309541127012 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27351/stat : 27351 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849968 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748695685584 139749206886299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27352] ppid=27338 vsize=10661932 memory=7811609364956278113 CPUtime=0.12 cores=0,2,4,6
/proc/27341/task/27352/stat : 27352 (java) S 27338 27341 25423 0 -1 1077944384 1191 0 0 0 12 0 0 0 20 0 15 0 414849968 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748694632688 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27353] ppid=27338 vsize=10661932 memory=5787213840016500561 CPUtime=0.09 cores=0,2,4,6
/proc/27341/task/27353/stat : 27353 (java) S 27338 27341 25423 0 -1 1077944384 426 0 0 0 9 0 0 0 20 0 15 0 414849968 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748693580144 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27354] ppid=27338 vsize=10661932 memory=5450909908396308010 CPUtime=0.19 cores=0,2,4,6
/proc/27341/task/27354/stat : 27354 (java) S 27338 27341 25423 0 -1 1077944384 1366 0 0 0 19 0 0 0 20 0 15 0 414849968 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748692527088 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27355] ppid=27338 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27355/stat : 27355 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414849968 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748691474784 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27356] ppid=27338 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27356/stat : 27356 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849968 10917818368 15095 33554432000 4194304 4196468 140735329228224 139748690422832 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 60380 KiB

[startup+1.50079 s]
/proc/loadavg: 2.09 1.97 1.87 3/228 27356
/proc/meminfo: memFree=31090884/32770624 swapFree=66936356/67108860
[pid=27341] ppid=27338 vsize=10663980 memory=74704 CPUtime=2.01 cores=0,2,4,6
/proc/27341/stat : 27341 (java) S 27338 27341 25423 0 -1 1077944320 19075 0 0 0 195 6 0 0 20 0 15 0 414849962 10919915520 18676 33554432000 4194304 4196468 140735329228224 140735329210768 139749206867703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
/proc/27341/statm: 2665995 18676 3096 1 0 2628492 0
[pid=27341/tid=27343] ppid=27338 vsize=10663980 memory=6791534058613427641 CPUtime=1.48 cores=0,2,4,6
/proc/27341/task/27343/stat : 27343 (java) R 27338 27341 25423 0 -1 4202560 13329 0 0 0 143 5 0 0 20 0 15 0 414849962 10919915520 18676 33554432000 4194304 4196468 140735329228224 139749211099728 139749206881607 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27344] ppid=27338 vsize=10663980 memory=33 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27344/stat : 27344 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10919915520 18676 33554432000 4194304 4196468 140735329228224 139748813703696 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27345] ppid=27338 vsize=10663980 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27345/stat : 27345 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10919915520 18676 33554432000 4194304 4196468 140735329228224 139748812651152 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27346] ppid=27338 vsize=10663980 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27346/stat : 27346 (java) S 27338 27341 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414849963 10919915520 18676 33554432000 4194304 4196468 140735329228224 139748811598096 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27347] ppid=27338 vsize=10663980 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27347/stat : 27347 (java) S 27338 27341 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414849963 10919915520 18676 33554432000 4194304 4196468 140735329228224 139748810545552 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27348] ppid=27338 vsize=10663980 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27348/stat : 27348 (java) S 27338 27341 25423 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 15 0 414849965 10919915520 18676 33554432000 4194304 4196468 140735329228224 139748698843888 139749206878850 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0

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

[startup+16.8006 s]
/proc/loadavg: 2.07 1.97 1.87 3/230 27359
/proc/meminfo: memFree=30999372/32770624 swapFree=66936356/67108860
[pid=27341] ppid=27338 vsize=10748324 memory=156584 CPUtime=19.14 cores=0,2,4,6
/proc/27341/stat : 27341 (java) S 27338 27341 25423 0 -1 1077944320 35337 0 0 0 1899 15 0 0 20 0 16 0 414849962 11006283776 39146 33554432000 4194304 4196468 140735329228224 140735329210768 139749206867703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
/proc/27341/statm: 2687081 39146 3351 1 0 2647217 0
[pid=27341/tid=27343] ppid=27338 vsize=10748324 memory=4104 CPUtime=1.88 cores=0,2,4,6
/proc/27341/task/27343/stat : 27343 (java) S 27338 27341 25423 0 -1 1077944384 15605 0 0 0 181 7 0 0 20 0 16 0 414849962 11006283776 39146 33554432000 4194304 4196468 140735329228224 139749211110576 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27344] ppid=27338 vsize=10748324 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27344/stat : 27344 (java) S 27338 27341 25423 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748813703696 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27345] ppid=27338 vsize=10748324 memory=279643710965728 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27345/stat : 27345 (java) S 27338 27341 25423 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748812651152 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27346] ppid=27338 vsize=10748324 memory=156584 CPUtime=0.01 cores=0,2,4,6
/proc/27341/task/27346/stat : 27346 (java) S 27338 27341 25423 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748811598096 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27347] ppid=27338 vsize=10748324 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27347/stat : 27347 (java) S 27338 27341 25423 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748810545552 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27348] ppid=27338 vsize=10748324 memory=14691894252800627 CPUtime=0.01 cores=0,2,4,6
/proc/27341/task/27348/stat : 27348 (java) S 27338 27341 25423 0 -1 1077944384 1227 0 0 0 1 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748698843888 139749206878850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27349] ppid=27338 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27349/stat : 27349 (java) S 27338 27341 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748697790176 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27350] ppid=27338 vsize=10748324 memory=8996 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27350/stat : 27350 (java) S 27338 27341 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748696737024 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27351] ppid=27338 vsize=10748324 memory=7810487918915055718 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27351/stat : 27351 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748695685584 139749206886299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27352] ppid=27338 vsize=10748324 memory=97 CPUtime=0.86 cores=0,2,4,6
/proc/27341/task/27352/stat : 27352 (java) S 27338 27341 25423 0 -1 1077944384 4224 0 0 0 85 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748694632688 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27353] ppid=27338 vsize=10748324 memory=6935650355287975249 CPUtime=0.79 cores=0,2,4,6
/proc/27341/task/27353/stat : 27353 (java) S 27338 27341 25423 0 -1 1077944384 2192 0 0 0 78 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748693580144 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27354] ppid=27338 vsize=10748324 memory=4639059895069856102 CPUtime=0.64 cores=0,2,4,6
/proc/27341/task/27354/stat : 27354 (java) S 27338 27341 25423 0 -1 1077944384 4527 0 0 0 63 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748692527088 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27355] ppid=27338 vsize=10748324 memory=128673 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27355/stat : 27355 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748691474784 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27356] ppid=27338 vsize=10748324 memory=7660742144744843625 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27356/stat : 27356 (java) S 27338 27341 25423 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748690422832 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27357] ppid=27338 vsize=10748324 memory=4639059877604708710 CPUtime=14.85 cores=0,2,4,6
/proc/27341/task/27357/stat : 27357 (java) R 27338 27341 25423 0 -1 4202560 5740 0 0 0 1484 1 0 0 20 0 16 0 414850152 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748673347456 139748850545362 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
Current children cumulated CPU time: 19.14 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 156584 KiB

[startup+17.2006 s]
/proc/loadavg: 2.07 1.97 1.87 3/230 27359
/proc/meminfo: memFree=30999480/32770624 swapFree=66936356/67108860
[pid=27341] ppid=27338 vsize=10748324 memory=156584 CPUtime=19.54 cores=0,2,4,6
/proc/27341/stat : 27341 (java) S 27338 27341 25423 0 -1 1077944320 35341 0 0 0 1939 15 0 0 20 0 16 0 414849962 11006283776 39146 33554432000 4194304 4196468 140735329228224 140735329210768 139749206867703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
/proc/27341/statm: 2687081 39146 3351 1 0 2647217 0
[pid=27341/tid=27343] ppid=27338 vsize=10748324 memory=6628 CPUtime=1.88 cores=0,2,4,6
/proc/27341/task/27343/stat : 27343 (java) S 27338 27341 25423 0 -1 1077944384 15605 0 0 0 181 7 0 0 20 0 16 0 414849962 11006283776 39146 33554432000 4194304 4196468 140735329228224 139749211110576 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27344] ppid=27338 vsize=10748324 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27344/stat : 27344 (java) S 27338 27341 25423 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748813703696 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27345] ppid=27338 vsize=10748324 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27345/stat : 27345 (java) S 27338 27341 25423 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748812651152 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27346] ppid=27338 vsize=10748324 memory=13252 CPUtime=0.01 cores=0,2,4,6
/proc/27341/task/27346/stat : 27346 (java) S 27338 27341 25423 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748811598096 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27347] ppid=27338 vsize=10748324 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27347/stat : 27347 (java) S 27338 27341 25423 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748810545552 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27348] ppid=27338 vsize=10748324 memory=17668 CPUtime=0.01 cores=0,2,4,6
/proc/27341/task/27348/stat : 27348 (java) S 27338 27341 25423 0 -1 1077944384 1231 0 0 0 1 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748698843888 139749206878850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27349] ppid=27338 vsize=10748324 memory=19876 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27349/stat : 27349 (java) S 27338 27341 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748697790176 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27350] ppid=27338 vsize=10748324 memory=22084 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27350/stat : 27350 (java) S 27338 27341 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748696737024 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27351] ppid=27338 vsize=10748324 memory=24292 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27351/stat : 27351 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748695685584 139749206886299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27352] ppid=27338 vsize=10748324 memory=26500 CPUtime=0.86 cores=0,2,4,6
/proc/27341/task/27352/stat : 27352 (java) S 27338 27341 25423 0 -1 1077944384 4224 0 0 0 85 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748694632688 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27353] ppid=27338 vsize=10748324 memory=28708 CPUtime=0.79 cores=0,2,4,6
/proc/27341/task/27353/stat : 27353 (java) S 27338 27341 25423 0 -1 1077944384 2192 0 0 0 78 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748693580144 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27354] ppid=27338 vsize=10748324 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/27341/task/27354/stat : 27354 (java) S 27338 27341 25423 0 -1 1077944384 4527 0 0 0 63 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748692527088 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27355] ppid=27338 vsize=10748324 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27355/stat : 27355 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748691474784 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27356] ppid=27338 vsize=10748324 memory=156584 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27356/stat : 27356 (java) S 27338 27341 25423 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748690422832 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27357] ppid=27338 vsize=10748324 memory=6944656592387989600 CPUtime=15.25 cores=0,2,4,6
/proc/27341/task/27357/stat : 27357 (java) R 27338 27341 25423 0 -1 4202560 5740 0 0 0 1524 1 0 0 20 0 16 0 414850152 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748673347456 139748850545623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
Current children cumulated CPU time: 19.54 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 156584 KiB

[startup+17.4006 s]
/proc/loadavg: 2.07 1.97 1.87 3/230 27359
/proc/meminfo: memFree=30999480/32770624 swapFree=66936356/67108860
[pid=27341] ppid=27338 vsize=10748324 memory=156584 CPUtime=19.74 cores=0,2,4,6
/proc/27341/stat : 27341 (java) S 27338 27341 25423 0 -1 1077944320 35341 0 0 0 1959 15 0 0 20 0 16 0 414849962 11006283776 39146 33554432000 4194304 4196468 140735329228224 140735329210768 139749206867703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
/proc/27341/statm: 2687081 39146 3351 1 0 2647217 0
[pid=27341/tid=27343] ppid=27338 vsize=10748324 memory=8387223549236478041 CPUtime=1.88 cores=0,2,4,6
/proc/27341/task/27343/stat : 27343 (java) S 27338 27341 25423 0 -1 1077944384 15605 0 0 0 181 7 0 0 20 0 16 0 414849962 11006283776 39146 33554432000 4194304 4196468 140735329228224 139749211110576 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27344] ppid=27338 vsize=10748324 memory=288284480760972445 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27344/stat : 27344 (java) S 27338 27341 25423 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748813703696 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27345] ppid=27338 vsize=10748324 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27345/stat : 27345 (java) S 27338 27341 25423 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748812651152 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27346] ppid=27338 vsize=10748324 memory=6944656575208382560 CPUtime=0.01 cores=0,2,4,6
/proc/27341/task/27346/stat : 27346 (java) S 27338 27341 25423 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748811598096 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27347] ppid=27338 vsize=10748324 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27347/stat : 27347 (java) S 27338 27341 25423 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748810545552 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27348] ppid=27338 vsize=10748324 memory=6944656592455360604 CPUtime=0.01 cores=0,2,4,6
/proc/27341/task/27348/stat : 27348 (java) S 27338 27341 25423 0 -1 1077944384 1231 0 0 0 1 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748698843888 139749206878850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27349] ppid=27338 vsize=10748324 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27349/stat : 27349 (java) S 27338 27341 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748697790176 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27350] ppid=27338 vsize=10748324 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27350/stat : 27350 (java) S 27338 27341 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748696737024 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27351] ppid=27338 vsize=10748324 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27351/stat : 27351 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748695685584 139749206886299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27352] ppid=27338 vsize=10748324 memory=6944656575208382560 CPUtime=0.86 cores=0,2,4,6
/proc/27341/task/27352/stat : 27352 (java) S 27338 27341 25423 0 -1 1077944384 4224 0 0 0 85 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748694632688 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27353] ppid=27338 vsize=10748324 memory=6944656592387989600 CPUtime=0.79 cores=0,2,4,6
/proc/27341/task/27353/stat : 27353 (java) S 27338 27341 25423 0 -1 1077944384 2192 0 0 0 78 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748693580144 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27354] ppid=27338 vsize=10748324 memory=6944656592455360604 CPUtime=0.64 cores=0,2,4,6
/proc/27341/task/27354/stat : 27354 (java) S 27338 27341 25423 0 -1 1077944384 4527 0 0 0 63 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748692527088 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27355] ppid=27338 vsize=10748324 memory=7679937539709960979 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27355/stat : 27355 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748691474784 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27356] ppid=27338 vsize=10748324 memory=139821981890176 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27356/stat : 27356 (java) S 27338 27341 25423 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748690422832 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27357] ppid=27338 vsize=10748324 memory=0 CPUtime=15.45 cores=0,2,4,6
/proc/27341/task/27357/stat : 27357 (java) R 27338 27341 25423 0 -1 4202560 5740 0 0 0 1544 1 0 0 20 0 16 0 414850152 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748673347456 139748850542988 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
Current children cumulated CPU time: 19.74 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 156584 KiB

[startup+17.5006 s]
/proc/loadavg: 2.07 1.97 1.87 3/230 27359
/proc/meminfo: memFree=30999480/32770624 swapFree=66936356/67108860
[pid=27341] ppid=27338 vsize=10748324 memory=156584 CPUtime=19.84 cores=0,2,4,6
/proc/27341/stat : 27341 (java) S 27338 27341 25423 0 -1 1077944320 35341 0 0 0 1969 15 0 0 20 0 16 0 414849962 11006283776 39146 33554432000 4194304 4196468 140735329228224 140735329210768 139749206867703 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
/proc/27341/statm: 2687081 39146 3351 1 0 2647217 0
[pid=27341/tid=27343] ppid=27338 vsize=10748324 memory=279643711317296 CPUtime=1.88 cores=0,2,4,6
/proc/27341/task/27343/stat : 27343 (java) S 27338 27341 25423 0 -1 1077944384 15605 0 0 0 181 7 0 0 20 0 16 0 414849962 11006283776 39146 33554432000 4194304 4196468 140735329228224 139749211110576 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27344] ppid=27338 vsize=10748324 memory=156584 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27344/stat : 27344 (java) S 27338 27341 25423 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748813703696 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27345] ppid=27338 vsize=10748324 memory=-7965959121690140575 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27345/stat : 27345 (java) S 27338 27341 25423 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748812651152 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27346] ppid=27338 vsize=10748324 memory=-9181546050914066336 CPUtime=0.01 cores=0,2,4,6
/proc/27341/task/27346/stat : 27346 (java) S 27338 27341 25423 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748811598096 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27347] ppid=27338 vsize=10748324 memory=7667471181710381927 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27347/stat : 27347 (java) S 27338 27341 25423 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414849963 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748810545552 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27348] ppid=27338 vsize=10748324 memory=7595725831727968097 CPUtime=0.01 cores=0,2,4,6
/proc/27341/task/27348/stat : 27348 (java) S 27338 27341 25423 0 -1 1077944384 1231 0 0 0 1 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748698843888 139749206878850 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27349] ppid=27338 vsize=10748324 memory=156584 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27349/stat : 27349 (java) S 27338 27341 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748697790176 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27350] ppid=27338 vsize=10748324 memory=2728 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27350/stat : 27350 (java) S 27338 27341 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414849965 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748696737024 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27351] ppid=27338 vsize=10748324 memory=156584 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27351/stat : 27351 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748695685584 139749206886299 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27352] ppid=27338 vsize=10748324 memory=3624 CPUtime=0.86 cores=0,2,4,6
/proc/27341/task/27352/stat : 27352 (java) S 27338 27341 25423 0 -1 1077944384 4224 0 0 0 85 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748694632688 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27353] ppid=27338 vsize=10748324 memory=23992 CPUtime=0.79 cores=0,2,4,6
/proc/27341/task/27353/stat : 27353 (java) S 27338 27341 25423 0 -1 1077944384 2192 0 0 0 78 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748693580144 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27354] ppid=27338 vsize=10748324 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/27341/task/27354/stat : 27354 (java) S 27338 27341 25423 0 -1 1077944384 4527 0 0 0 63 1 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748692527088 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27355] ppid=27338 vsize=10748324 memory=7156898654944389203 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27355/stat : 27355 (java) S 27338 27341 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748691474784 139749206877909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27356] ppid=27338 vsize=10748324 memory=7156898654944389203 CPUtime=0 cores=0,2,4,6
/proc/27341/task/27356/stat : 27356 (java) S 27338 27341 25423 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 16 0 414849968 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748690422832 139749206878850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
[pid=27341/tid=27357] ppid=27338 vsize=10748324 memory=79 CPUtime=15.55 cores=0,2,4,6
/proc/27341/task/27357/stat : 27357 (java) R 27338 27341 25423 0 -1 4202560 5740 0 0 0 1554 1 0 0 20 0 16 0 414850152 11006283776 39146 33554432000 4194304 4196468 140735329228224 139748673347456 139748850544707 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26427392 140735329231883 140735329231986 140735329231986 140735329234895 0
Current children cumulated CPU time: 19.84 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 156584 KiB

Child status: 0
Real time (s): 17.5954
CPU time (s): 19.983
CPU user time (s): 19.8224
CPU system time (s): 0.160611
CPU usage (%): 113.57
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 156584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.8224
system time used= 0.160611
maximum resident set size= 157180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38253
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= 3178
involuntary context switches= 85


# summary of solver processes directly reported to runsolver:
#   pid: 27341
#   total CPU time (s): 19.983
#   total CPU user time (s): 19.8224
#   total CPU system time (s): 0.160611

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.134517 second user time and 0.190566 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 15:43:41
IDJOB=4390673
IDBENCH=138965
IDSOLVER=2832
FILE ID=node105/4390673-1568385916
RUNJOBID= node105-1568376822-25454
PBS_JOBID= 21701849
Free space on /tmp= 54360 MiB

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

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

MD5SUM BENCH= a38db4eec3f77542c2f3ff7a616038a8
RANDOM SEED=861297164

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31144844 kB
MemAvailable:   31390760 kB
Buffers:          147156 kB
Cached:           386660 kB
SwapCached:        68412 kB
Active:           721812 kB
Inactive:         346076 kB
Active(anon):     477144 kB
Inactive(anon):    89820 kB
Active(file):     244668 kB
Inactive(file):   256256 kB
Unevictable:      111220 kB
Mlocked:          111220 kB
SwapTotal:      67108860 kB
SwapFree:       66936356 kB
Dirty:              8712 kB
Writeback:             0 kB
AnonPages:        677484 kB
Mapped:            48960 kB
Shmem:             24008 kB
Slab:             150280 kB
SReclaimable:     121656 kB
SUnreclaim:        28624 kB
KernelStack:        4032 kB
PageTables:         6860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1667112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    604160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

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