Trace number 4390611

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 36.1549 33.6873

DiagnosticValue
WRONG_DECISIONS53637

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h374-05.xml
MD5SUM28a405c699ff9e569ded15e71872b7af
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.4884
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.40/1.89	
2.40/1.89	AbsCon 2 
2.65/1.90	
2.92/2.04	  Instance
2.92/2.04	    name=instance-4390611-1568385856, framework=CSP
2.92/2.04	
2.92/2.04	  Loading variables...
3.19/2.11	  Loading constraints...
3.48/2.27	
3.48/2.27	  Domains
3.48/2.27	    nTypes=1, nValues=27000, sizes=[30#900]
3.48/2.27	  Variables
3.48/2.27	    count=900, degrees=[2#374,3#526]
3.48/2.27	  Constraints
3.48/2.27	    count=586, nSpecific=60, arities=[1#526,30#60]
3.48/2.27	    distribution=[AllDifferent#60,CtrIntension#526]
3.48/2.27	    nIntStructures=(30,shared:496)
3.48/2.27	    wck=0.412, cpu=2.239, mem=37M82
3.48/2.29	  Solver SolverBacktrack being built...
3.48/2.29	
3.80/2.33	
3.80/2.33	  Solver
3.80/2.33	    guaranteedGAC=true
3.80/2.33	    wck=0.472, cpu=2.296, mem=50M366
4.31/2.50	
4.31/2.50	  Preprocessing
4.31/2.50	    filters=1592, revisions=(526,useless=0), ccks=8120, nACremovedValues=24537, nTotalRemovedValues=24537, inconcistency=false
4.31/2.50	    wck=0.165, cpu=2.463, mem=50M366
4.31/2.50	
4.31/2.52	    num=0, depth=30..34, filters=2158, revisions=(526,useless=0), ccks=8120, wck=0.187, mem=53M9
4.31/2.52	    decisions=60, wrong=14, backtracks=6, failedAssignments=10, nogoods=3
4.31/2.52	    
4.31/2.54	    num=1, depth=39..50, filters=3149, revisions=(526,useless=0), ccks=8120, wck=0.21, mem=53M9
4.31/2.54	    decisions=137, wrong=32, backtracks=17, failedAssignments=21, nogoods=6
4.31/2.54	    
4.31/2.58	    num=2, depth=50..58, filters=4330, revisions=(526,useless=0), ccks=8120, wck=0.247, mem=53M9
4.31/2.58	    decisions=228, wrong=51, backtracks=29, failedAssignments=33, nogoods=13
4.31/2.58	    
4.31/2.60	    num=3, depth=28..46, filters=5317, revisions=(526,useless=0), ccks=8120, wck=0.265, mem=53M9
4.31/2.60	    decisions=305, wrong=71, backtracks=39, failedAssignments=46, nogoods=20
4.31/2.60	    
4.57/2.63	    num=4, depth=43..53, filters=7532, revisions=(526,useless=0), ccks=8120, wck=0.297, mem=53M9
4.57/2.63	    decisions=414, wrong=104, backtracks=67, failedAssignments=60, nogoods=24
4.57/2.63	    
4.57/2.66	    num=5, depth=43..58, filters=9400, revisions=(526,useless=0), ccks=8120, wck=0.324, mem=53M9
4.57/2.66	    decisions=521, wrong=133, backtracks=88, failedAssignments=76, nogoods=31
4.57/2.66	    
4.57/2.68	    num=6, depth=53..66, filters=11004, revisions=(526,useless=0), ccks=8120, wck=0.35, mem=53M9
4.57/2.68	    decisions=641, wrong=163, backtracks=109, failedAssignments=93, nogoods=39
4.57/2.68	    
4.71/2.71	    num=7, depth=41..56, filters=12905, revisions=(526,useless=0), ccks=8120, wck=0.38, mem=53M9
4.71/2.71	    decisions=751, wrong=192, backtracks=121, failedAssignments=112, nogoods=47
4.71/2.71	    
4.71/2.74	    num=8, depth=45..53, filters=14816, revisions=(526,useless=0), ccks=8120, wck=0.407, mem=53M9
4.71/2.74	    decisions=872, wrong=230, backtracks=145, failedAssignments=133, nogoods=51
4.71/2.74	    
4.71/2.77	    num=9, depth=44..53, filters=17404, revisions=(526,useless=0), ccks=8120, wck=0.443, mem=53M9
4.71/2.77	    decisions=1009, wrong=274, backtracks=176, failedAssignments=156, nogoods=57
4.71/2.77	    
4.82/2.81	    num=10, depth=40..48, filters=19811, revisions=(526,useless=0), ccks=8120, wck=0.476, mem=55M651
4.82/2.81	    decisions=1147, wrong=323, backtracks=213, failedAssignments=181, nogoods=66
4.82/2.81	    
4.82/2.84	    num=11, depth=49..61, filters=22495, revisions=(526,useless=0), ccks=8120, wck=0.513, mem=55M651
4.82/2.84	    decisions=1292, wrong=368, backtracks=244, failedAssignments=209, nogoods=71
4.82/2.84	    
4.82/2.88	    num=12, depth=52..72, filters=24942, revisions=(526,useless=0), ccks=8120, wck=0.548, mem=55M651
4.82/2.88	    decisions=1442, wrong=416, backtracks=270, failedAssignments=240, nogoods=75
4.82/2.88	    
4.94/2.92	    num=13, depth=32..53, filters=28431, revisions=(526,useless=0), ccks=8120, wck=0.592, mem=55M651
4.94/2.92	    decisions=1606, wrong=477, backtracks=309, failedAssignments=274, nogoods=78
4.94/2.92	    
4.94/2.97	    num=14, depth=50..63, filters=32221, revisions=(526,useless=0), ccks=8120, wck=0.642, mem=55M651
4.94/2.97	    decisions=1799, wrong=548, backtracks=362, failedAssignments=311, nogoods=80
4.94/2.97	    
5.05/3.02	    num=15, depth=46..61, filters=35694, revisions=(526,useless=0), ccks=8120, wck=0.688, mem=55M651
5.05/3.02	    decisions=1995, wrong=619, backtracks=421, failedAssignments=352, nogoods=85
5.05/3.02	    
5.05/3.08	    num=16, depth=56..69, filters=39939, revisions=(526,useless=0), ccks=8120, wck=0.746, mem=58M294
5.05/3.08	    decisions=2210, wrong=697, backtracks=478, failedAssignments=397, nogoods=88
5.05/3.08	    
5.15/3.13	    num=17, depth=46..61, filters=44397, revisions=(526,useless=0), ccks=8120, wck=0.801, mem=58M294
5.15/3.13	    decisions=2434, wrong=786, backtracks=549, failedAssignments=447, nogoods=91
5.15/3.13	    
5.15/3.19	    num=18, depth=50..66, filters=49225, revisions=(526,useless=0), ccks=8120, wck=0.864, mem=58M294
5.15/3.19	    decisions=2694, wrong=890, backtracks=628, failedAssignments=502, nogoods=97
5.15/3.19	    
5.25/3.26	    num=19, depth=53..68, filters=54979, revisions=(526,useless=0), ccks=8120, wck=0.933, mem=58M294
5.25/3.26	    decisions=2963, wrong=996, backtracks=701, failedAssignments=563, nogoods=102
5.25/3.26	    
5.35/3.35	    num=20, depth=58..75, filters=61380, revisions=(526,useless=0), ccks=8120, wck=1.015, mem=60M936
5.35/3.35	    decisions=3288, wrong=1128, backtracks=804, failedAssignments=630, nogoods=107
5.35/3.35	    
5.45/3.42	    num=21, depth=51..76, filters=67896, revisions=(526,useless=0), ccks=8120, wck=1.093, mem=60M936
5.45/3.42	    decisions=3607, wrong=1257, backtracks=890, failedAssignments=704, nogoods=113
5.45/3.42	    
5.56/3.53	    num=22, depth=44..61, filters=76719, revisions=(526,useless=0), ccks=8120, wck=1.204, mem=63M579
5.56/3.53	    decisions=3943, wrong=1402, backtracks=987, failedAssignments=785, nogoods=118
5.56/3.53	    
5.66/3.62	    num=23, depth=58..81, filters=83719, revisions=(526,useless=0), ccks=8120, wck=1.289, mem=63M579
5.66/3.62	    decisions=4317, wrong=1555, backtracks=1092, failedAssignments=874, nogoods=123
5.66/3.62	    
5.76/3.73	    num=24, depth=59..74, filters=92967, revisions=(526,useless=0), ccks=8120, wck=1.397, mem=63M579
5.76/3.73	    decisions=4728, wrong=1730, backtracks=1216, failedAssignments=972, nogoods=132
5.76/3.73	    
5.86/3.83	    num=25, depth=44..59, filters=102075, revisions=(526,useless=0), ccks=8120, wck=1.503, mem=66M221
5.86/3.83	    decisions=5150, wrong=1919, backtracks=1343, failedAssignments=1080, nogoods=138
5.86/3.83	    
5.96/3.96	    num=26, depth=43..71, filters=111430, revisions=(526,useless=0), ccks=8120, wck=1.626, mem=66M221
5.96/3.96	    decisions=5597, wrong=2118, backtracks=1469, failedAssignments=1199, nogoods=145
5.96/3.96	    
6.07/4.10	    num=27, depth=56..77, filters=122546, revisions=(526,useless=0), ccks=8120, wck=1.768, mem=68M863
6.07/4.10	    decisions=6094, wrong=2334, backtracks=1609, failedAssignments=1330, nogoods=153
6.07/4.10	    
6.29/4.27	    num=28, depth=52..70, filters=136796, revisions=(526,useless=0), ccks=8120, wck=1.938, mem=71M506
6.29/4.27	    decisions=6686, wrong=2600, backtracks=1818, failedAssignments=1474, nogoods=166
6.29/4.27	    
6.49/4.44	    num=29, depth=51..68, filters=150767, revisions=(526,useless=0), ccks=8120, wck=2.109, mem=71M506
6.49/4.44	    decisions=7315, wrong=2887, backtracks=2017, failedAssignments=1632, nogoods=176
6.49/4.44	    
6.74/4.64	    num=30, depth=52..73, filters=167935, revisions=(526,useless=0), ccks=8120, wck=2.31, mem=74M148
6.74/4.64	    decisions=8068, wrong=3232, backtracks=2286, failedAssignments=1806, nogoods=184
6.74/4.64	    
6.94/4.83	    num=31, depth=38..88, filters=185175, revisions=(526,useless=0), ccks=8120, wck=2.501, mem=76M791
6.94/4.83	    decisions=8804, wrong=3564, backtracks=2528, failedAssignments=1997, nogoods=196
6.94/4.83	    
7.15/5.07	    num=32, depth=52..70, filters=204809, revisions=(526,useless=0), ccks=8120, wck=2.739, mem=79M433
7.15/5.07	    decisions=9676, wrong=3972, backtracks=2838, failedAssignments=2208, nogoods=206
7.15/5.07	    
7.44/5.32	    num=33, depth=51..73, filters=225675, revisions=(526,useless=0), ccks=8120, wck=2.99, mem=82M76
7.44/5.32	    decisions=10589, wrong=4397, backtracks=3163, failedAssignments=2440, nogoods=216
7.44/5.32	    
7.75/5.62	    num=34, depth=48..67, filters=250944, revisions=(526,useless=0), ccks=8120, wck=3.285, mem=87M361
7.75/5.62	    decisions=11579, wrong=4868, backtracks=3494, failedAssignments=2695, nogoods=222
7.75/5.62	    
8.10/5.91	    num=35, depth=54..75, filters=275387, revisions=(526,useless=0), ccks=8120, wck=3.575, mem=90M3
8.10/5.91	    decisions=12629, wrong=5364, backtracks=3882, failedAssignments=2976, nogoods=232
8.10/5.91	    
8.40/6.25	    num=36, depth=44..65, filters=303773, revisions=(526,useless=0), ccks=8120, wck=3.915, mem=92M645
8.40/6.25	    decisions=13873, wrong=5960, backtracks=4344, failedAssignments=3285, nogoods=240
8.40/6.25	    
8.80/6.62	    num=37, depth=34..75, filters=335173, revisions=(526,useless=0), ccks=8120, wck=4.286, mem=97M930
8.80/6.62	    decisions=15173, wrong=6582, backtracks=4816, failedAssignments=3625, nogoods=248
8.80/6.62	    
9.20/7.04	    num=38, depth=51..77, filters=371976, revisions=(526,useless=0), ccks=8120, wck=4.713, mem=103M215
9.20/7.04	    decisions=16647, wrong=7290, backtracks=5331, failedAssignments=3999, nogoods=255
9.20/7.04	    
9.69/7.50	    num=39, depth=46..64, filters=411333, revisions=(526,useless=0), ccks=8120, wck=5.172, mem=108M500
9.69/7.50	    decisions=18232, wrong=8058, backtracks=5887, failedAssignments=4410, nogoods=259
9.69/7.50	    
10.09/7.97	    num=40, depth=50..74, filters=449561, revisions=(526,useless=0), ccks=8120, wck=5.643, mem=113M785
10.09/7.97	    decisions=19875, wrong=8851, backtracks=6450, failedAssignments=4862, nogoods=266
10.09/7.97	    
10.69/8.52	    num=41, depth=45..62, filters=496385, revisions=(526,useless=0), ccks=8120, wck=6.191, mem=119M70
10.69/8.52	    decisions=21728, wrong=9755, backtracks=7090, failedAssignments=5359, nogoods=275
10.69/8.52	    
11.31/9.20	    num=42, depth=45..67, filters=552634, revisions=(526,useless=0), ccks=8120, wck=6.864, mem=126M997
11.31/9.20	    decisions=23975, wrong=10854, backtracks=7923, failedAssignments=5906, nogoods=280
11.31/9.20	    
12.00/9.84	    num=43, depth=44..64, filters=606394, revisions=(526,useless=0), ccks=8120, wck=7.511, mem=134M924
12.00/9.84	    decisions=26146, wrong=11915, backtracks=8651, failedAssignments=6508, nogoods=298
12.00/9.84	    
12.71/10.51	    num=44, depth=45..73, filters=664727, revisions=(526,useless=0), ccks=8120, wck=8.177, mem=142M778
12.71/10.51	    decisions=28592, wrong=13110, backtracks=9525, failedAssignments=7170, nogoods=305
12.71/10.51	    
13.54/11.34	    num=45, depth=61..81, filters=740263, revisions=(526,useless=0), ccks=8120, wck=9.013, mem=33M667
13.54/11.34	    decisions=31440, wrong=14502, backtracks=10519, failedAssignments=7898, nogoods=308
13.54/11.34	    
14.36/12.19	    num=46, depth=48..69, filters=815394, revisions=(526,useless=0), ccks=8120, wck=9.854, mem=44M25
14.36/12.19	    decisions=34499, wrong=16006, backtracks=11632, failedAssignments=8699, nogoods=315
14.36/12.19	    
15.26/13.07	    num=47, depth=52..79, filters=896173, revisions=(526,useless=0), ccks=8120, wck=10.737, mem=54M384
15.26/13.07	    decisions=37680, wrong=17566, backtracks=12755, failedAssignments=9580, nogoods=326
15.26/13.07	    
16.36/14.20	    num=48, depth=51..80, filters=993788, revisions=(526,useless=0), ccks=8120, wck=11.865, mem=67M332
16.36/14.20	    decisions=41487, wrong=19444, backtracks=14104, failedAssignments=10550, nogoods=330
16.36/14.20	    
17.45/15.26	    num=49, depth=57..75, filters=1085276, revisions=(526,useless=0), ccks=8120, wck=12.924, mem=80M280
17.45/15.26	    decisions=45333, wrong=21337, backtracks=15471, failedAssignments=11617, nogoods=336
17.45/15.26	    
18.78/16.54	    num=50, depth=34..64, filters=1206366, revisions=(526,useless=0), ccks=8120, wck=14.206, mem=95M817
18.78/16.54	    decisions=49949, wrong=23626, backtracks=17248, failedAssignments=12790, nogoods=344
18.78/16.54	    
20.08/17.87	    num=51, depth=46..71, filters=1328159, revisions=(526,useless=0), ccks=8120, wck=15.54, mem=111M354
20.08/17.87	    decisions=54737, wrong=25995, backtracks=18910, failedAssignments=14081, nogoods=352
20.08/17.87	    
21.58/19.33	    num=52, depth=52..76, filters=1457796, revisions=(526,useless=0), ccks=8120, wck=17.0, mem=129M481
21.58/19.33	    decisions=59843, wrong=28519, backtracks=20745, failedAssignments=15501, nogoods=358
21.58/19.33	    
23.18/20.94	    num=53, depth=43..78, filters=1604260, revisions=(526,useless=0), ccks=8120, wck=18.609, mem=150M198
23.18/20.94	    decisions=65604, wrong=31374, backtracks=22791, failedAssignments=17063, nogoods=367
23.18/20.94	    
25.02/22.78	    num=54, depth=49..70, filters=1762681, revisions=(526,useless=0), ccks=8120, wck=20.452, mem=38M933
25.02/22.78	    decisions=71701, wrong=34395, backtracks=24793, failedAssignments=18781, nogoods=378
25.02/22.78	    
27.03/24.76	    num=55, depth=47..69, filters=1943841, revisions=(526,useless=0), ccks=8120, wck=22.425, mem=62M405
27.03/24.76	    decisions=78624, wrong=37830, backtracks=27304, failedAssignments=20671, nogoods=390
27.03/24.76	    
29.34/27.01	    num=56, depth=47..68, filters=2149082, revisions=(526,useless=0), ccks=8120, wck=24.679, mem=88M486
29.34/27.01	    decisions=86215, wrong=41601, backtracks=30082, failedAssignments=22750, nogoods=400
29.34/27.01	    
31.44/29.17	    num=57, depth=42..69, filters=2344507, revisions=(526,useless=0), ccks=8120, wck=26.835, mem=114M567
31.44/29.17	    decisions=94324, wrong=45632, backtracks=33042, failedAssignments=25037, nogoods=412
31.44/29.17	    
34.07/31.78	    num=58, depth=51..72, filters=2588030, revisions=(526,useless=0), ccks=8120, wck=29.453, mem=145M863
34.07/31.78	    decisions=103902, wrong=50393, backtracks=36513, failedAssignments=27553, nogoods=433
34.07/31.78	    
36.01/33.68	    num=59, depth=52..899, filters=2755879, revisions=(526,useless=0), ccks=8706, wck=31.344, mem=37M780
36.01/33.68	    decisions=110451, wrong=53637, backtracks=38944, failedAssignments=29214, nogoods=433, foundSolutions=1
36.01/33.68	    
36.01/33.68	  Global
36.01/33.68	    filters=2755879, revisions=(526,useless=0), ccks=8706, nogoods=433
36.01/33.68	    Stop=REACHED_GOAL, wrong=53637, foundSolutions=1, firstSolCpu=33.582
36.01/33.68	    wck=31.817, cpu=33.595, mem=37M780
36.01/33.68	
36.01/33.68	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 24 17 15 18 3 7 9 6 19 0 5 11 28 14 13 16 25 12 21 23 2 1 8 22 26 27 29 20 4 10 4 6 5 17 23 13 27 16 26 20 3 7 12 8 19 22 1 28 0 25 15 29 24 9 10 11 14 2 21 18 13 21 10 7 11 2 12 26 22 17 23 8 1 29 16 18 20 0 3 15 4 6 19 27 14 9 25 24 5 28 8 29 12 3 6 4 15 2 14 19 28 27 25 16 11 24 21 23 1 10 17 5 22 7 13 26 18 9 20 0 0 10 23 22 17 16 20 8 27 11 26 24 5 13 14 28 12 15 9 7 19 3 18 29 21 25 4 1 6 2 23 0 13 28 15 8 26 21 4 12 29 9 11 18 27 3 10 20 14 1 22 25 7 19 16 2 6 5 24 17 10 19 9 26 16 6 21 0 15 23 2 29 24 28 17 8 27 5 13 22 18 12 14 20 1 7 3 25 11 4 11 23 3 24 12 1 18 7 0 22 16 2 10 4 5 17 9 26 20 13 28 19 29 14 25 21 8 6 15 27 14 5 6 13 2 9 24 3 20 1 19 4 7 10 25 12 29 18 15 16 0 17 11 8 23 28 26 27 22 21 9 7 17 11 4 21 25 12 2 18 6 14 15 0 24 1 16 8 22 29 13 28 27 5 19 3 20 10 26 23 20 22 29 14 8 23 5 27 12 25 9 21 13 26 3 11 28 1 19 17 6 18 16 2 15 4 7 0 10 24 19 15 26 9 5 29 11 1 25 6 13 16 18 20 8 10 3 7 23 24 21 27 2 12 4 17 28 22 0 14 17 2 8 25 0 3 14 18 24 28 4 6 22 7 20 15 23 13 5 11 9 16 10 26 12 19 27 21 29 1 18 1 25 23 7 20 0 15 16 4 11 26 21 9 22 5 14 3 2 27 10 24 28 6 17 29 12 13 8 19 5 18 11 21 20 12 4 19 7 13 25 22 0 17 15 26 2 10 8 9 27 14 3 1 29 16 24 23 28 6 27 20 4 29 25 10 2 9 6 21 14 17 16 1 7 0 8 19 28 26 11 13 23 24 5 15 22 18 3 12 16 3 22 2 19 26 10 25 28 9 1 0 14 21 18 4 24 27 7 6 8 11 5 23 20 12 13 15 17 29 6 27 14 8 21 24 23 29 18 7 22 28 4 19 26 13 15 16 10 2 5 9 25 0 3 20 17 12 1 11 7 25 1 15 18 5 28 17 13 14 10 19 9 11 12 27 22 24 26 0 20 4 21 3 6 23 2 29 16 8 26 14 20 0 10 15 16 4 23 29 17 3 2 22 28 21 13 9 24 5 12 8 6 25 11 18 1 19 27 7 28 24 0 19 27 14 13 5 3 15 7 20 8 2 6 29 26 21 16 18 25 23 4 11 9 1 10 17 12 22 22 13 21 20 28 25 3 24 5 8 12 1 6 23 10 2 7 14 17 19 29 26 15 16 27 0 11 4 18 9 2 11 28 27 13 22 17 14 10 5 15 25 26 6 23 19 18 29 12 21 24 20 1 4 0 8 16 7 9 3 21 26 24 4 14 11 29 23 17 16 18 15 3 27 2 9 19 6 25 20 1 10 12 13 28 22 0 8 7 5 25 12 19 16 1 28 6 13 29 27 20 10 17 15 0 7 5 11 4 8 23 22 9 18 2 24 21 3 14 26 15 9 2 12 29 17 19 11 21 24 8 23 27 3 1 25 6 4 18 28 7 0 20 10 22 14 5 26 13 16 12 28 27 5 22 18 1 20 8 10 0 13 29 24 9 14 17 2 11 4 3 21 26 15 7 6 23 16 19 25 1 16 7 10 24 0 8 22 11 2 21 12 19 25 29 6 4 17 27 3 26 15 13 28 18 5 9 14 23 20 3 8 18 6 9 19 22 28 1 26 27 5 23 12 4 20 0 25 29 14 16 7 17 21 24 10 15 11 2 13 29 4 16 1 26 27 7 10 9 3 24 18 20 5 21 23 11 22 6 12 14 2 0 17 8 13 19 28 25 15 </values>  </instantiation>
36.01/33.68	s SATISFIABLE
36.01/33.68	
36.01/33.68	d WRONG_DECISIONS 53637

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 (15312 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-4390611-1568385856/watcher-4390611-1568385856 -o /tmp/evaluation-result-4390611-1568385856/solver-4390611-1568385856 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568376822-25454 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390611-1568385856.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=27107, runsolver pid=27104

[startup+0.100886 s]*
/proc/loadavg: 2.12 1.95 1.86 4/228 27122
/proc/meminfo: memFree=31129412/32770624 swapFree=66936356/67108860
[pid=27107] ppid=27104 vsize=10659884 memory=29012 CPUtime=0.13 cores=0,2,4,6
/proc/27107/stat : 27107 (java) S 27104 27107 25423 0 -1 1077944320 5794 0 0 0 12 1 0 0 20 0 15 0 414843982 10915721216 7253 33554432000 4194304 4196468 140735427322656 140735427305200 139833674075895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
/proc/27107/statm: 2664971 7253 2897 1 0 2627468 0
[pid=27107/tid=27109] ppid=27104 vsize=10659884 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/27107/task/27109/stat : 27109 (java) R 27104 27107 25423 0 -1 4202560 3237 0 0 0 9 0 0 0 20 0 15 0 414843982 10915721216 7253 33554432000 4194304 4196468 140735427322656 139833678305480 139833281479502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27110] ppid=27104 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27110/stat : 27110 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 7253 33554432000 4194304 4196468 140735427322656 139833600150288 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27111] ppid=27104 vsize=10659884 memory=140015088604800 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27111/stat : 27111 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 7253 33554432000 4194304 4196468 140735427322656 139833280293776 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27112] ppid=27104 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27112/stat : 27112 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 7253 33554432000 4194304 4196468 140735427322656 139833279241232 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27113] ppid=27104 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (java) S 27104 27107 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 7253 33554432000 4194304 4196468 140735427322656 139833278188688 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27114] ppid=27104 vsize=10659884 memory=140015088604800 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27114/stat : 27114 (java) S 27104 27107 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414843985 10915721216 7253 33554432000 4194304 4196468 140735427322656 139832709990384 139833674087042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27115] ppid=27104 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27115/stat : 27115 (java) S 27104 27107 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414843985 10915721216 7253 33554432000 4194304 4196468 140735427322656 139832708936608 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27116] ppid=27104 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27116/stat : 27116 (java) S 27104 27107 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414843985 10915721216 7253 33554432000 4194304 4196468 140735427322656 139832707884016 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27117] ppid=27104 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27117/stat : 27117 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 7253 33554432000 4194304 4196468 140735427322656 139832706832592 139833674094491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27118] ppid=27104 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27118/stat : 27118 (java) R 27104 27107 25423 0 -1 1077944384 505 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 7253 33554432000 4194304 4196468 140735427322656 139832705780208 139833674087042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27119] ppid=27104 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27119/stat : 27119 (java) S 27104 27107 25423 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 7253 33554432000 4194304 4196468 140735427322656 139832704727664 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27120] ppid=27104 vsize=10659884 memory=140015088604800 CPUtime=0.02 cores=0,2,4,6
/proc/27107/task/27120/stat : 27120 (java) R 27104 27107 25423 0 -1 4202560 526 0 0 0 2 0 0 0 20 0 15 0 414843988 10915721216 7253 33554432000 4194304 4196468 140735427322656 139832703671672 139833653007660 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27121] ppid=27104 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27121/stat : 27121 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 7253 33554432000 4194304 4196468 140735427322656 139832702622816 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27122] ppid=27104 vsize=10659884 memory=140015088604800 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27122/stat : 27122 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 7253 33554432000 4194304 4196468 140735427322656 139832701569328 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29012 KiB

[startup+0.210807 s]*
/proc/loadavg: 2.12 1.95 1.86 4/228 27122
/proc/meminfo: memFree=31118976/32770624 swapFree=66936356/67108860
[pid=27107] ppid=27104 vsize=10659884 memory=36760 CPUtime=0.33 cores=0,2,4,6
/proc/27107/stat : 27107 (java) S 27104 27107 25423 0 -1 1077944320 8996 0 0 0 30 3 0 0 20 0 15 0 414843982 10915721216 9190 33554432000 4194304 4196468 140735427322656 140735427305200 139833674075895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
/proc/27107/statm: 2664971 9190 2989 1 0 2627468 0
[pid=27107/tid=27109] ppid=27104 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27107/task/27109/stat : 27109 (java) R 27104 27107 25423 0 -1 4202560 6102 0 0 0 18 2 0 0 20 0 15 0 414843982 10915721216 9190 33554432000 4194304 4196468 140735427322656 139833678312912 139833674097821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27110] ppid=27104 vsize=10659884 memory=345 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27110/stat : 27110 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 9190 33554432000 4194304 4196468 140735427322656 139833600150288 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27111] ppid=27104 vsize=10659884 memory=140015088630464 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27111/stat : 27111 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 9190 33554432000 4194304 4196468 140735427322656 139833280293776 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27112] ppid=27104 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27112/stat : 27112 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 9190 33554432000 4194304 4196468 140735427322656 139833279241232 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27113] ppid=27104 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (java) S 27104 27107 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 9190 33554432000 4194304 4196468 140735427322656 139833278188688 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27114] ppid=27104 vsize=10659884 memory=140015088604800 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27114/stat : 27114 (java) S 27104 27107 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414843985 10915721216 9190 33554432000 4194304 4196468 140735427322656 139832709990384 139833674087042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27115] ppid=27104 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27115/stat : 27115 (java) S 27104 27107 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414843985 10915721216 9190 33554432000 4194304 4196468 140735427322656 139832708936608 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27116] ppid=27104 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27116/stat : 27116 (java) S 27104 27107 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414843985 10915721216 9190 33554432000 4194304 4196468 140735427322656 139832707884016 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27117] ppid=27104 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27117/stat : 27117 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 9190 33554432000 4194304 4196468 140735427322656 139832706832592 139833674094491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27118] ppid=27104 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27107/task/27118/stat : 27118 (java) S 27104 27107 25423 0 -1 1077944384 700 0 0 0 3 0 0 0 20 0 15 0 414843988 10915721216 9190 33554432000 4194304 4196468 140735427322656 139832705780208 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27119] ppid=27104 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27107/task/27119/stat : 27119 (java) S 27104 27107 25423 0 -1 1077944384 244 0 0 0 2 0 0 0 20 0 15 0 414843988 10915721216 9190 33554432000 4194304 4196468 140735427322656 139832704727664 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27120] ppid=27104 vsize=10659884 memory=140015088604800 CPUtime=0.05 cores=0,2,4,6
/proc/27107/task/27120/stat : 27120 (java) S 27104 27107 25423 0 -1 1077944384 591 0 0 0 5 0 0 0 20 0 15 0 414843988 10915721216 9190 33554432000 4194304 4196468 140735427322656 139832703675120 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27121] ppid=27104 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27121/stat : 27121 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 9190 33554432000 4194304 4196468 140735427322656 139832702622816 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27122] ppid=27104 vsize=10659884 memory=140015088604800 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27122/stat : 27122 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 9190 33554432000 4194304 4196468 140735427322656 139832701569328 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 36760 KiB

[startup+0.310333 s]*
/proc/loadavg: 2.12 1.95 1.86 3/228 27122
/proc/meminfo: memFree=31117180/32770624 swapFree=66936356/67108860
[pid=27107] ppid=27104 vsize=10659884 memory=39812 CPUtime=0.48 cores=0,2,4,6
/proc/27107/stat : 27107 (java) S 27104 27107 25423 0 -1 1077944320 9234 0 0 0 44 4 0 0 20 0 15 0 414843982 10915721216 9953 33554432000 4194304 4196468 140735427322656 140735427305200 139833674075895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
/proc/27107/statm: 2664971 9953 3021 1 0 2627468 0
[pid=27107/tid=27109] ppid=27104 vsize=10659884 memory=8390339637985935414 CPUtime=0.31 cores=0,2,4,6
/proc/27107/task/27109/stat : 27109 (java) R 27104 27107 25423 0 -1 4202560 6243 0 0 0 28 3 0 0 20 0 15 0 414843982 10915721216 9953 33554432000 4194304 4196468 140735427322656 139833678314880 139833658156382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27110] ppid=27104 vsize=10659884 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27110/stat : 27110 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 9953 33554432000 4194304 4196468 140735427322656 139833600150288 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27111] ppid=27104 vsize=10659884 memory=140015088630018 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27111/stat : 27111 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 9953 33554432000 4194304 4196468 140735427322656 139833280293776 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27112] ppid=27104 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27112/stat : 27112 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 9953 33554432000 4194304 4196468 140735427322656 139833279241232 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27113] ppid=27104 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (java) S 27104 27107 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414843983 10915721216 9953 33554432000 4194304 4196468 140735427322656 139833278188688 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27114] ppid=27104 vsize=10659884 memory=140015088604800 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27114/stat : 27114 (java) S 27104 27107 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414843985 10915721216 9953 33554432000 4194304 4196468 140735427322656 139832709990384 139833674087042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27115] ppid=27104 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27115/stat : 27115 (java) S 27104 27107 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414843985 10915721216 9953 33554432000 4194304 4196468 140735427322656 139832708936608 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27116] ppid=27104 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27116/stat : 27116 (java) S 27104 27107 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414843985 10915721216 9953 33554432000 4194304 4196468 140735427322656 139832707884016 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27117] ppid=27104 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27117/stat : 27117 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 9953 33554432000 4194304 4196468 140735427322656 139832706832592 139833674094491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27118] ppid=27104 vsize=10659884 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/27107/task/27118/stat : 27118 (java) S 27104 27107 25423 0 -1 1077944384 741 0 0 0 5 0 0 0 20 0 15 0 414843988 10915721216 9953 33554432000 4194304 4196468 140735427322656 139832705780208 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27119] ppid=27104 vsize=10659884 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/27107/task/27119/stat : 27119 (java) S 27104 27107 25423 0 -1 1077944384 252 0 0 0 3 0 0 0 20 0 15 0 414843988 10915721216 9953 33554432000 4194304 4196468 140735427322656 139832704727664 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27120] ppid=27104 vsize=10659884 memory=140015088604800 CPUtime=0.07 cores=0,2,4,6
/proc/27107/task/27120/stat : 27120 (java) S 27104 27107 25423 0 -1 1077944384 640 0 0 0 7 0 0 0 20 0 15 0 414843988 10915721216 9953 33554432000 4194304 4196468 140735427322656 139832703675120 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27121] ppid=27104 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27121/stat : 27121 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 9953 33554432000 4194304 4196468 140735427322656 139832702622816 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27122] ppid=27104 vsize=10659884 memory=140015088604800 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27122/stat : 27122 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843988 10915721216 9953 33554432000 4194304 4196468 140735427322656 139832701569328 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 39812 KiB

[startup+0.700779 s]
/proc/loadavg: 2.12 1.95 1.86 3/228 27122
/proc/meminfo: memFree=31105804/32770624 swapFree=66936356/67108860
[pid=27107] ppid=27104 vsize=10661932 memory=62992 CPUtime=1.11 cores=0,2,4,6
/proc/27107/stat : 27107 (java) S 27104 27107 25423 0 -1 1077944320 12807 0 0 0 105 6 0 0 20 0 15 0 414843982 10917818368 15748 33554432000 4194304 4196468 140735427322656 140735427305200 139833674075895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
/proc/27107/statm: 2665483 15748 3062 1 0 2627980 0
[pid=27107/tid=27109] ppid=27104 vsize=10661932 memory=1412 CPUtime=0.68 cores=0,2,4,6
/proc/27107/task/27109/stat : 27109 (java) R 27104 27107 25423 0 -1 4202560 8772 0 0 0 64 4 0 0 20 0 15 0 414843982 10917818368 15748 33554432000 4194304 4196468 140735427322656 139833678298832 139833674097821 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27110] ppid=27104 vsize=10661932 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27110/stat : 27110 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10917818368 15748 33554432000 4194304 4196468 140735427322656 139833600150288 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27111] ppid=27104 vsize=10661932 memory=7148 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27111/stat : 27111 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10917818368 15748 33554432000 4194304 4196468 140735427322656 139833280293776 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27112] ppid=27104 vsize=10661932 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27112/stat : 27112 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10917818368 15748 33554432000 4194304 4196468 140735427322656 139833279241232 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27113] ppid=27104 vsize=10661932 memory=616 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (java) S 27104 27107 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414843983 10917818368 15748 33554432000 4194304 4196468 140735427322656 139833278188688 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27114] ppid=27104 vsize=10661932 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27114/stat : 27114 (java) S 27104 27107 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414843985 10917818368 15748 33554432000 4194304 4196468 140735427322656 139832709990384 139833674087042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27115] ppid=27104 vsize=10661932 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27115/stat : 27115 (java) S 27104 27107 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414843985 10917818368 15748 33554432000 4194304 4196468 140735427322656 139832708936608 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27116] ppid=27104 vsize=10661932 memory=1136 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27116/stat : 27116 (java) S 27104 27107 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414843985 10917818368 15748 33554432000 4194304 4196468 140735427322656 139832707884016 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27117] ppid=27104 vsize=10661932 memory=4639098309541127012 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27117/stat : 27117 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414843988 10917818368 15748 33554432000 4194304 4196468 140735427322656 139832706832592 139833674094491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27118] ppid=27104 vsize=10661932 memory=7811609364956278113 CPUtime=0.12 cores=0,2,4,6
/proc/27107/task/27118/stat : 27118 (java) S 27104 27107 25423 0 -1 1077944384 986 0 0 0 12 0 0 0 20 0 15 0 414843988 10917818368 15748 33554432000 4194304 4196468 140735427322656 139832705780208 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27119] ppid=27104 vsize=10661932 memory=5787213840016500561 CPUtime=0.09 cores=0,2,4,6
/proc/27107/task/27119/stat : 27119 (java) S 27104 27107 25423 0 -1 1077944384 553 0 0 0 9 0 0 0 20 0 15 0 414843988 10917818368 15748 33554432000 4194304 4196468 140735427322656 139832704727664 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27120] ppid=27104 vsize=10661932 memory=5450909908396308010 CPUtime=0.18 cores=0,2,4,6
/proc/27107/task/27120/stat : 27120 (java) S 27104 27107 25423 0 -1 1077944384 1137 0 0 0 18 0 0 0 20 0 15 0 414843988 10917818368 15748 33554432000 4194304 4196468 140735427322656 139832703675120 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27121] ppid=27104 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27121/stat : 27121 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414843988 10917818368 15748 33554432000 4194304 4196468 140735427322656 139832702622816 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27122] ppid=27104 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27122/stat : 27122 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843988 10917818368 15748 33554432000 4194304 4196468 140735427322656 139832701569328 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62992 KiB

[startup+1.50079 s]
/proc/loadavg: 2.12 1.95 1.86 3/228 27122
/proc/meminfo: memFree=31089612/32770624 swapFree=66936356/67108860
[pid=27107] ppid=27104 vsize=10663980 memory=75372 CPUtime=2.01 cores=0,2,4,6
/proc/27107/stat : 27107 (java) S 27104 27107 25423 0 -1 1077944320 16507 0 0 0 195 6 0 0 20 0 15 0 414843982 10919915520 18843 33554432000 4194304 4196468 140735427322656 140735427305200 139833674075895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
/proc/27107/statm: 2665995 18843 3094 1 0 2628492 0
[pid=27107/tid=27109] ppid=27104 vsize=10663980 memory=6791534058613427641 CPUtime=1.48 cores=0,2,4,6
/proc/27107/task/27109/stat : 27109 (java) R 27104 27107 25423 0 -1 4202560 11468 0 0 0 144 4 0 0 20 0 15 0 414843982 10919915520 18843 33554432000 4194304 4196468 140735427322656 139833678307920 139833658645254 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27110] ppid=27104 vsize=10663980 memory=33 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27110/stat : 27110 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10919915520 18843 33554432000 4194304 4196468 140735427322656 139833600150288 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27111] ppid=27104 vsize=10663980 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27111/stat : 27111 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10919915520 18843 33554432000 4194304 4196468 140735427322656 139833280293776 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27112] ppid=27104 vsize=10663980 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27112/stat : 27112 (java) S 27104 27107 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414843983 10919915520 18843 33554432000 4194304 4196468 140735427322656 139833279241232 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27113] ppid=27104 vsize=10663980 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (java) S 27104 27107 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414843983 10919915520 18843 33554432000 4194304 4196468 140735427322656 139833278188688 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27114] ppid=27104 vsize=10663980 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27114/stat : 27114 (java) S 27104 27107 25423 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 414843985 10919915520 18843 33554432000 4194304 4196468 140735427322656 139832709990384 139833674087042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0

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

[startup+32.0007 s]*
/proc/loadavg: 2.02 1.94 1.86 3/229 27125
/proc/meminfo: memFree=30909008/32770624 swapFree=66936356/67108860
[pid=27107] ppid=27104 vsize=10748324 memory=246980 CPUtime=34.38 cores=0,2,4,6
/proc/27107/stat : 27107 (java) S 27104 27107 25423 0 -1 1077944320 35740 0 0 0 3422 16 0 0 20 0 16 0 414843982 11006283776 61745 33554432000 4194304 4196468 140735427322656 140735427305200 139833674075895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
/proc/27107/statm: 2687081 61745 3371 1 0 2647217 0
[pid=27107/tid=27109] ppid=27104 vsize=10748324 memory=8317482817917895235 CPUtime=1.86 cores=0,2,4,6
/proc/27107/task/27109/stat : 27109 (java) S 27104 27107 25423 0 -1 1077944384 13184 0 0 0 181 5 0 0 20 0 16 0 414843982 11006283776 61745 33554432000 4194304 4196468 140735427322656 139833678318768 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27110] ppid=27104 vsize=10748324 memory=4872558044660077418 CPUtime=0.03 cores=0,2,4,6
/proc/27107/task/27110/stat : 27110 (java) S 27104 27107 25423 0 -1 1077944384 144 0 0 0 3 0 0 0 20 0 16 0 414843983 11006283776 61745 33554432000 4194304 4196468 140735427322656 139833600150288 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27111] ppid=27104 vsize=10748324 memory=1624 CPUtime=0.03 cores=0,2,4,6
/proc/27107/task/27111/stat : 27111 (java) S 27104 27107 25423 0 -1 1077944384 192 0 0 0 3 0 0 0 20 0 16 0 414843983 11006283776 61745 33554432000 4194304 4196468 140735427322656 139833280293776 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27112] ppid=27104 vsize=10748324 memory=1136 CPUtime=0.03 cores=0,2,4,6
/proc/27107/task/27112/stat : 27112 (java) S 27104 27107 25423 0 -1 1077944384 2324 0 0 0 3 0 0 0 20 0 16 0 414843983 11006283776 61745 33554432000 4194304 4196468 140735427322656 139833279241232 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27113] ppid=27104 vsize=10748324 memory=1072 CPUtime=0.03 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (java) S 27104 27107 25423 0 -1 1077944384 107 0 0 0 3 0 0 0 20 0 16 0 414843983 11006283776 61745 33554432000 4194304 4196468 140735427322656 139833278188688 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27114] ppid=27104 vsize=10748324 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/27107/task/27114/stat : 27114 (java) S 27104 27107 25423 0 -1 1077944384 707 0 0 0 1 0 0 0 20 0 16 0 414843985 11006283776 61745 33554432000 4194304 4196468 140735427322656 139832709990384 139833674087042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27115] ppid=27104 vsize=10748324 memory=288230621803970871 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27115/stat : 27115 (java) S 27104 27107 25423 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 414843985 11006283776 61745 33554432000 4194304 4196468 140735427322656 139832708936672 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27116] ppid=27104 vsize=10748324 memory=14691894252800627 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27116/stat : 27116 (java) S 27104 27107 25423 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 414843985 11006283776 61745 33554432000 4194304 4196468 140735427322656 139832707884032 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27117] ppid=27104 vsize=10748324 memory=280029854768416 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27117/stat : 27117 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 61745 33554432000 4194304 4196468 140735427322656 139832706832592 139833674094491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27118] ppid=27104 vsize=10748324 memory=280029855251504 CPUtime=0.69 cores=0,2,4,6
/proc/27107/task/27118/stat : 27118 (java) S 27104 27107 25423 0 -1 1077944384 3032 0 0 0 69 0 0 0 20 0 16 0 414843988 11006283776 61745 33554432000 4194304 4196468 140735427322656 139832705780208 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27119] ppid=27104 vsize=10748324 memory=280029854576612 CPUtime=0.9 cores=0,2,4,6
/proc/27107/task/27119/stat : 27119 (java) S 27104 27107 25423 0 -1 1077944384 3551 0 0 0 89 1 0 0 20 0 16 0 414843988 11006283776 61745 33554432000 4194304 4196468 140735427322656 139832704727664 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27120] ppid=27104 vsize=10748324 memory=280029854576944 CPUtime=0.64 cores=0,2,4,6
/proc/27107/task/27120/stat : 27120 (java) S 27104 27107 25423 0 -1 1077944384 4689 0 0 0 63 1 0 0 20 0 16 0 414843988 11006283776 61745 33554432000 4194304 4196468 140735427322656 139832703675120 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27121] ppid=27104 vsize=10748324 memory=280029854577008 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27121/stat : 27121 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 61745 33554432000 4194304 4196468 140735427322656 139832702622816 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27122] ppid=27104 vsize=10748324 memory=280029854577188 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27122/stat : 27122 (java) S 27104 27107 25423 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 61745 33554432000 4194304 4196468 140735427322656 139832701569328 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27123] ppid=27104 vsize=10748324 memory=280029854577520 CPUtime=30.04 cores=0,2,4,6
/proc/27107/task/27123/stat : 27123 (java) R 27104 27107 25423 0 -1 4202560 6101 0 0 0 3001 3 0 0 20 0 16 0 414844171 11006283776 61745 33554432000 4194304 4196468 140735427322656 139832684493952 139833286668729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
Current children cumulated CPU time: 34.38 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 246980 KiB

[startup+32.8008 s]
/proc/loadavg: 2.02 1.94 1.86 3/229 27125
/proc/meminfo: memFree=30909008/32770624 swapFree=66936356/67108860
[pid=27107] ppid=27104 vsize=10748324 memory=259772 CPUtime=35.21 cores=0,2,4,6
/proc/27107/stat : 27107 (java) S 27104 27107 25423 0 -1 1077944320 37283 0 0 0 3503 18 0 0 20 0 16 0 414843982 11006283776 64943 33554432000 4194304 4196468 140735427322656 140735427305200 139833674075895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
/proc/27107/statm: 2687081 64943 3371 1 0 2647217 0
[pid=27107/tid=27109] ppid=27104 vsize=10748324 memory=1444 CPUtime=1.86 cores=0,2,4,6
/proc/27107/task/27109/stat : 27109 (java) S 27104 27107 25423 0 -1 1077944384 13184 0 0 0 181 5 0 0 20 0 16 0 414843982 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833678318768 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27110] ppid=27104 vsize=10748324 memory=1976 CPUtime=0.04 cores=0,2,4,6
/proc/27107/task/27110/stat : 27110 (java) S 27104 27107 25423 0 -1 1077944384 177 0 0 0 4 0 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833600150288 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27111] ppid=27104 vsize=10748324 memory=2436 CPUtime=0.04 cores=0,2,4,6
/proc/27107/task/27111/stat : 27111 (java) S 27104 27107 25423 0 -1 1077944384 283 0 0 0 3 1 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833280293776 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27112] ppid=27104 vsize=10748324 memory=1760 CPUtime=0.05 cores=0,2,4,6
/proc/27107/task/27112/stat : 27112 (java) S 27104 27107 25423 0 -1 1077944384 2370 0 0 0 4 1 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833279241232 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27113] ppid=27104 vsize=10748324 memory=6791534058613427641 CPUtime=0.04 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (java) S 27104 27107 25423 0 -1 1077944384 1243 0 0 0 4 0 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833278188688 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27114] ppid=27104 vsize=10748324 memory=3292 CPUtime=0.01 cores=0,2,4,6
/proc/27107/task/27114/stat : 27114 (java) S 27104 27107 25423 0 -1 1077944384 927 0 0 0 1 0 0 0 20 0 16 0 414843985 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832709990384 139833674087042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27115] ppid=27104 vsize=10748324 memory=477404 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27115/stat : 27115 (java) S 27104 27107 25423 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 414843985 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832708936672 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27116] ppid=27104 vsize=10748324 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27116/stat : 27116 (java) S 27104 27107 25423 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 414843985 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832707884032 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27117] ppid=27104 vsize=10748324 memory=2800 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27117/stat : 27117 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832706832592 139833674094491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27118] ppid=27104 vsize=10748324 memory=246980 CPUtime=0.69 cores=0,2,4,6
/proc/27107/task/27118/stat : 27118 (java) S 27104 27107 25423 0 -1 1077944384 3032 0 0 0 69 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832705780208 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27119] ppid=27104 vsize=10748324 memory=6791534058613427641 CPUtime=0.9 cores=0,2,4,6
/proc/27107/task/27119/stat : 27119 (java) S 27104 27107 25423 0 -1 1077944384 3551 0 0 0 89 1 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832704727664 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27120] ppid=27104 vsize=10748324 memory=14056 CPUtime=0.64 cores=0,2,4,6
/proc/27107/task/27120/stat : 27120 (java) S 27104 27107 25423 0 -1 1077944384 4689 0 0 0 63 1 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832703675120 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27121] ppid=27104 vsize=10748324 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27121/stat : 27121 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832702622816 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27122] ppid=27104 vsize=10748324 memory=516 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27122/stat : 27122 (java) S 27104 27107 25423 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832701569328 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27123] ppid=27104 vsize=10748324 memory=1556 CPUtime=30.82 cores=0,2,4,6
/proc/27107/task/27123/stat : 27123 (java) R 27104 27107 25423 0 -1 4202560 6118 0 0 0 3079 3 0 0 20 0 16 0 414844171 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832684502064 139833286930064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
Current children cumulated CPU time: 35.21 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 259772 KiB

[startup+33.2007 s]
/proc/loadavg: 2.02 1.94 1.86 3/229 27125
/proc/meminfo: memFree=30896284/32770624 swapFree=66936356/67108860
[pid=27107] ppid=27104 vsize=10748324 memory=259772 CPUtime=35.61 cores=0,2,4,6
/proc/27107/stat : 27107 (java) S 27104 27107 25423 0 -1 1077944320 37285 0 0 0 3543 18 0 0 20 0 16 0 414843982 11006283776 64943 33554432000 4194304 4196468 140735427322656 140735427305200 139833674075895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
/proc/27107/statm: 2687081 64943 3371 1 0 2647217 0
[pid=27107/tid=27109] ppid=27104 vsize=10748324 memory=288230621803970871 CPUtime=1.86 cores=0,2,4,6
/proc/27107/task/27109/stat : 27109 (java) S 27104 27107 25423 0 -1 1077944384 13184 0 0 0 181 5 0 0 20 0 16 0 414843982 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833678318768 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27110] ppid=27104 vsize=10748324 memory=14691894252800627 CPUtime=0.04 cores=0,2,4,6
/proc/27107/task/27110/stat : 27110 (java) S 27104 27107 25423 0 -1 1077944384 177 0 0 0 4 0 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833600150288 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27111] ppid=27104 vsize=10748324 memory=916 CPUtime=0.04 cores=0,2,4,6
/proc/27107/task/27111/stat : 27111 (java) S 27104 27107 25423 0 -1 1077944384 283 0 0 0 3 1 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833280293776 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27112] ppid=27104 vsize=10748324 memory=3848 CPUtime=0.05 cores=0,2,4,6
/proc/27107/task/27112/stat : 27112 (java) S 27104 27107 25423 0 -1 1077944384 2370 0 0 0 4 1 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833279241232 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27113] ppid=27104 vsize=10748324 memory=2704 CPUtime=0.04 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (java) S 27104 27107 25423 0 -1 1077944384 1243 0 0 0 4 0 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833278188688 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27114] ppid=27104 vsize=10748324 memory=2628 CPUtime=0.01 cores=0,2,4,6
/proc/27107/task/27114/stat : 27114 (java) S 27104 27107 25423 0 -1 1077944384 927 0 0 0 1 0 0 0 20 0 16 0 414843985 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832709990384 139833674087042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27115] ppid=27104 vsize=10748324 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27115/stat : 27115 (java) S 27104 27107 25423 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 414843985 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832708936672 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27116] ppid=27104 vsize=10748324 memory=246980 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27116/stat : 27116 (java) S 27104 27107 25423 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 414843985 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832707884032 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27117] ppid=27104 vsize=10748324 memory=1072 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27117/stat : 27117 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832706832592 139833674094491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27118] ppid=27104 vsize=10748324 memory=5932 CPUtime=0.69 cores=0,2,4,6
/proc/27107/task/27118/stat : 27118 (java) S 27104 27107 25423 0 -1 1077944384 3032 0 0 0 69 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832705780208 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27119] ppid=27104 vsize=10748324 memory=784 CPUtime=0.9 cores=0,2,4,6
/proc/27107/task/27119/stat : 27119 (java) S 27104 27107 25423 0 -1 1077944384 3551 0 0 0 89 1 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832704727664 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27120] ppid=27104 vsize=10748324 memory=1060 CPUtime=0.64 cores=0,2,4,6
/proc/27107/task/27120/stat : 27120 (java) S 27104 27107 25423 0 -1 1077944384 4689 0 0 0 63 1 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832703675120 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27121] ppid=27104 vsize=10748324 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27121/stat : 27121 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832702622816 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27122] ppid=27104 vsize=10748324 memory=10492 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27122/stat : 27122 (java) S 27104 27107 25423 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832701569328 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27123] ppid=27104 vsize=10748324 memory=14056 CPUtime=31.22 cores=0,2,4,6
/proc/27107/task/27123/stat : 27123 (java) R 27104 27107 25423 0 -1 4202560 6120 0 0 0 3119 3 0 0 20 0 16 0 414844171 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832684501952 139833286669165 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
Current children cumulated CPU time: 35.61 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 259772 KiB

[startup+33.6007 s]
/proc/loadavg: 2.02 1.94 1.86 3/229 27125
/proc/meminfo: memFree=30896284/32770624 swapFree=66936356/67108860
[pid=27107] ppid=27104 vsize=10748324 memory=259772 CPUtime=36.01 cores=0,2,4,6
/proc/27107/stat : 27107 (java) S 27104 27107 25423 0 -1 1077944320 37290 0 0 0 3583 18 0 0 20 0 16 0 414843982 11006283776 64943 33554432000 4194304 4196468 140735427322656 140735427305200 139833674075895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
/proc/27107/statm: 2687081 64943 3371 1 0 2647217 0
[pid=27107/tid=27109] ppid=27104 vsize=10748324 memory=246980 CPUtime=1.86 cores=0,2,4,6
/proc/27107/task/27109/stat : 27109 (java) S 27104 27107 25423 0 -1 1077944384 13184 0 0 0 181 5 0 0 20 0 16 0 414843982 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833678318768 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27110] ppid=27104 vsize=10748324 memory=246952 CPUtime=0.04 cores=0,2,4,6
/proc/27107/task/27110/stat : 27110 (java) S 27104 27107 25423 0 -1 1077944384 177 0 0 0 4 0 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833600150288 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27111] ppid=27104 vsize=10748324 memory=3624 CPUtime=0.04 cores=0,2,4,6
/proc/27107/task/27111/stat : 27111 (java) S 27104 27107 25423 0 -1 1077944384 283 0 0 0 3 1 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833280293776 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27112] ppid=27104 vsize=10748324 memory=246980 CPUtime=0.05 cores=0,2,4,6
/proc/27107/task/27112/stat : 27112 (java) S 27104 27107 25423 0 -1 1077944384 2370 0 0 0 4 1 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833279241232 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27113] ppid=27104 vsize=10748324 memory=3624 CPUtime=0.04 cores=0,2,4,6
/proc/27107/task/27113/stat : 27113 (java) S 27104 27107 25423 0 -1 1077944384 1243 0 0 0 4 0 0 0 20 0 16 0 414843983 11006283776 64943 33554432000 4194304 4196468 140735427322656 139833278188688 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27114] ppid=27104 vsize=10748324 memory=23992 CPUtime=0.01 cores=0,2,4,6
/proc/27107/task/27114/stat : 27114 (java) S 27104 27107 25423 0 -1 1077944384 927 0 0 0 1 0 0 0 20 0 16 0 414843985 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832709990384 139833674087042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27115] ppid=27104 vsize=10748324 memory=984 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27115/stat : 27115 (java) S 27104 27107 25423 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 16 0 414843985 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832708936672 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27116] ppid=27104 vsize=10748324 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27116/stat : 27116 (java) S 27104 27107 25423 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 16 0 414843985 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832707884032 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27117] ppid=27104 vsize=10748324 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27117/stat : 27117 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832706832592 139833674094491 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27118] ppid=27104 vsize=10748324 memory=1548 CPUtime=0.69 cores=0,2,4,6
/proc/27107/task/27118/stat : 27118 (java) S 27104 27107 25423 0 -1 1077944384 3032 0 0 0 69 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832705780208 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27119] ppid=27104 vsize=10748324 memory=1548 CPUtime=0.9 cores=0,2,4,6
/proc/27107/task/27119/stat : 27119 (java) S 27104 27107 25423 0 -1 1077944384 3551 0 0 0 89 1 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832704727664 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27120] ppid=27104 vsize=10748324 memory=7148 CPUtime=0.64 cores=0,2,4,6
/proc/27107/task/27120/stat : 27120 (java) S 27104 27107 25423 0 -1 1077944384 4689 0 0 0 63 1 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832703675120 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27121] ppid=27104 vsize=10748324 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27121/stat : 27121 (java) S 27104 27107 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832702622816 139833674086101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27122] ppid=27104 vsize=10748324 memory=616 CPUtime=0 cores=0,2,4,6
/proc/27107/task/27122/stat : 27122 (java) S 27104 27107 25423 0 -1 1077944384 278 0 0 0 0 0 0 0 20 0 16 0 414843988 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832701569328 139833674087042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
[pid=27107/tid=27123] ppid=27104 vsize=10748324 memory=2832 CPUtime=31.62 cores=0,2,4,6
/proc/27107/task/27123/stat : 27123 (java) R 27104 27107 25423 0 -1 4202560 6123 0 0 0 3159 3 0 0 20 0 16 0 414844171 11006283776 64943 33554432000 4194304 4196468 140735427322656 139832684501952 139833286669558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37134336 140735427331083 140735427331186 140735427331186 140735427334095 0
Current children cumulated CPU time: 36.01 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 259772 KiB

Child status: 0
Real time (s): 33.6873
CPU time (s): 36.1549
CPU user time (s): 35.9603
CPU system time (s): 0.194586
CPU usage (%): 107.325
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 259772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 35.9603
system time used= 0.194586
maximum resident set size= 261324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3638
involuntary context switches= 59


# summary of solver processes directly reported to runsolver:
#   pid: 27107
#   total CPU time (s): 36.1549
#   total CPU user time (s): 35.9603
#   total CPU system time (s): 0.194586

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.205433 second user time and 0.362076 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 15:42:41
IDJOB=4390611
IDBENCH=138945
IDSOLVER=2832
FILE ID=node105/4390611-1568385856
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-05.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390611-1568385856/watcher-4390611-1568385856 -o /tmp/evaluation-result-4390611-1568385856/solver-4390611-1568385856 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568376822-25454 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390611-1568385856.xml -cm

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

MD5SUM BENCH= 28a405c699ff9e569ded15e71872b7af
RANDOM SEED=2037128946

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:        31145664 kB
MemAvailable:   31391276 kB
Buffers:          147000 kB
Cached:           386476 kB
SwapCached:        68412 kB
Active:           721624 kB
Inactive:         345864 kB
Active(anon):     477016 kB
Inactive(anon):    89820 kB
Active(file):     244608 kB
Inactive(file):   256044 kB
Unevictable:      111220 kB
Mlocked:          111220 kB
SwapTotal:      67108860 kB
SwapFree:       66936356 kB
Dirty:              8836 kB
Writeback:             8 kB
AnonPages:        578860 kB
Mapped:            48748 kB
Shmem:             24008 kB
Slab:             150132 kB
SReclaimable:     121588 kB
SUnreclaim:        28544 kB
KernelStack:        3728 kB
PageTables:         6236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1667140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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:15