Trace number 4390678

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 17.8083 15.4855

DiagnosticValue
WRONG_DECISIONS22015

General information on the benchmark

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

Solver Data

2.41/1.88	
2.41/1.88	AbsCon 2 
2.41/1.90	
2.92/2.03	  Instance
2.92/2.03	    name=instance-4390678-1568385979, framework=CSP
2.92/2.03	
2.92/2.03	  Loading variables...
2.92/2.10	  Loading constraints...
3.44/2.26	
3.44/2.26	  Domains
3.44/2.26	    nTypes=1, nValues=27000, sizes=[30#900]
3.44/2.26	  Variables
3.44/2.26	    count=900, degrees=[2#375,3#525]
3.44/2.26	  Constraints
3.44/2.26	    count=585, nSpecific=60, arities=[1#525,30#60]
3.44/2.26	    distribution=[AllDifferent#60,CtrIntension#525]
3.44/2.26	    nIntStructures=(30,shared:495)
3.44/2.26	    wck=0.413, cpu=2.222, mem=39M724
3.44/2.28	  Solver SolverBacktrack being built...
3.44/2.28	
3.76/2.32	
3.76/2.32	  Solver
3.76/2.32	    guaranteedGAC=true
3.76/2.32	    wck=0.468, cpu=2.275, mem=53M9
4.03/2.49	
4.03/2.49	  Preprocessing
4.03/2.49	    filters=1581, revisions=(525,useless=0), ccks=8127, nACremovedValues=24532, nTotalRemovedValues=24532, inconcistency=false
4.03/2.49	    wck=0.17, cpu=2.447, mem=53M9
4.03/2.49	
4.32/2.52	    num=0, depth=22..37, filters=2662, revisions=(525,useless=0), ccks=8127, wck=0.2, mem=55M651
4.32/2.52	    decisions=65, wrong=17, backtracks=7, failedAssignments=10, nogoods=6
4.32/2.52	    
4.32/2.54	    num=1, depth=51..61, filters=3594, revisions=(525,useless=0), ccks=8127, wck=0.223, mem=55M651
4.32/2.54	    decisions=149, wrong=33, backtracks=15, failedAssignments=21, nogoods=10
4.32/2.54	    
4.32/2.58	    num=2, depth=32..39, filters=5164, revisions=(525,useless=0), ccks=8127, wck=0.264, mem=55M651
4.32/2.58	    decisions=235, wrong=58, backtracks=33, failedAssignments=33, nogoods=13
4.32/2.58	    
4.57/2.60	    num=3, depth=46..56, filters=6362, revisions=(525,useless=0), ccks=8127, wck=0.284, mem=55M651
4.57/2.60	    decisions=325, wrong=78, backtracks=40, failedAssignments=46, nogoods=18
4.57/2.60	    
4.57/2.63	    num=4, depth=46..56, filters=8030, revisions=(525,useless=0), ccks=8127, wck=0.31, mem=55M651
4.57/2.63	    decisions=426, wrong=104, backtracks=59, failedAssignments=60, nogoods=20
4.57/2.63	    
4.57/2.66	    num=5, depth=48..57, filters=9796, revisions=(525,useless=0), ccks=8127, wck=0.338, mem=55M651
4.57/2.66	    decisions=528, wrong=130, backtracks=74, failedAssignments=76, nogoods=24
4.57/2.66	    
4.57/2.68	    num=6, depth=49..63, filters=11652, revisions=(525,useless=0), ccks=8127, wck=0.365, mem=55M651
4.57/2.68	    decisions=637, wrong=157, backtracks=92, failedAssignments=93, nogoods=28
4.57/2.68	    
4.70/2.71	    num=7, depth=52..66, filters=13497, revisions=(525,useless=0), ccks=8127, wck=0.393, mem=55M651
4.70/2.71	    decisions=753, wrong=185, backtracks=107, failedAssignments=112, nogoods=36
4.70/2.71	    
4.70/2.74	    num=8, depth=46..60, filters=15447, revisions=(525,useless=0), ccks=8127, wck=0.423, mem=55M651
4.70/2.74	    decisions=871, wrong=219, backtracks=130, failedAssignments=133, nogoods=39
4.70/2.74	    
4.70/2.77	    num=9, depth=48..58, filters=17709, revisions=(525,useless=0), ccks=8127, wck=0.456, mem=55M651
4.70/2.77	    decisions=1007, wrong=262, backtracks=162, failedAssignments=156, nogoods=45
4.70/2.77	    
4.82/2.82	    num=10, depth=48..57, filters=20839, revisions=(525,useless=0), ccks=8127, wck=0.499, mem=58M294
4.82/2.82	    decisions=1151, wrong=309, backtracks=192, failedAssignments=181, nogoods=50
4.82/2.82	    
4.82/2.85	    num=11, depth=52..64, filters=23913, revisions=(525,useless=0), ccks=8127, wck=0.536, mem=58M294
4.82/2.85	    decisions=1310, wrong=361, backtracks=230, failedAssignments=209, nogoods=55
4.82/2.85	    
4.82/2.89	    num=12, depth=51..68, filters=26841, revisions=(525,useless=0), ccks=8127, wck=0.576, mem=58M294
4.82/2.89	    decisions=1465, wrong=410, backtracks=261, failedAssignments=240, nogoods=66
4.82/2.89	    
4.94/2.94	    num=13, depth=42..64, filters=30037, revisions=(525,useless=0), ccks=8127, wck=0.618, mem=58M294
4.94/2.94	    decisions=1634, wrong=468, backtracks=297, failedAssignments=274, nogoods=73
4.94/2.94	    
4.94/2.96	    num=14, depth=51..67, filters=31422, revisions=(525,useless=0), ccks=8127, wck=0.643, mem=58M294
4.94/2.96	    decisions=1792, wrong=521, backtracks=325, failedAssignments=311, nogoods=76
4.94/2.96	    
5.05/3.01	    num=15, depth=23..71, filters=35329, revisions=(525,useless=0), ccks=8127, wck=0.694, mem=58M294
5.05/3.01	    decisions=2000, wrong=597, backtracks=383, failedAssignments=352, nogoods=80
5.05/3.01	    
5.05/3.08	    num=16, depth=53..68, filters=40575, revisions=(525,useless=0), ccks=8127, wck=0.759, mem=60M936
5.05/3.08	    decisions=2233, wrong=687, backtracks=452, failedAssignments=397, nogoods=81
5.05/3.08	    
5.15/3.14	    num=17, depth=47..59, filters=45141, revisions=(525,useless=0), ccks=8127, wck=0.818, mem=60M936
5.15/3.14	    decisions=2470, wrong=778, backtracks=515, failedAssignments=447, nogoods=85
5.15/3.14	    
5.24/3.21	    num=18, depth=48..61, filters=51644, revisions=(525,useless=0), ccks=8127, wck=0.895, mem=60M936
5.24/3.21	    decisions=2722, wrong=879, backtracks=581, failedAssignments=502, nogoods=92
5.24/3.21	    
5.24/3.28	    num=19, depth=58..72, filters=57145, revisions=(525,useless=0), ccks=8127, wck=0.966, mem=63M579
5.24/3.28	    decisions=3001, wrong=988, backtracks=664, failedAssignments=563, nogoods=98
5.24/3.28	    
5.35/3.36	    num=20, depth=45..58, filters=63389, revisions=(525,useless=0), ccks=8127, wck=1.045, mem=63M579
5.35/3.36	    decisions=3311, wrong=1117, backtracks=758, failedAssignments=630, nogoods=107
5.35/3.36	    
5.45/3.44	    num=21, depth=42..58, filters=68769, revisions=(525,useless=0), ccks=8127, wck=1.119, mem=63M579
5.45/3.44	    decisions=3619, wrong=1246, backtracks=839, failedAssignments=704, nogoods=114
5.45/3.44	    
5.55/3.52	    num=22, depth=50..71, filters=75680, revisions=(525,useless=0), ccks=8127, wck=1.207, mem=66M221
5.55/3.52	    decisions=3928, wrong=1373, backtracks=921, failedAssignments=785, nogoods=117
5.55/3.52	    
5.66/3.62	    num=23, depth=17..68, filters=83482, revisions=(525,useless=0), ccks=8127, wck=1.306, mem=66M221
5.66/3.62	    decisions=4349, wrong=1560, backtracks=1052, failedAssignments=874, nogoods=124
5.66/3.62	    
5.76/3.75	    num=24, depth=33..67, filters=94304, revisions=(525,useless=0), ccks=8127, wck=1.43, mem=68M864
5.76/3.75	    decisions=4785, wrong=1749, backtracks=1200, failedAssignments=972, nogoods=132
5.76/3.75	    
5.86/3.87	    num=25, depth=47..69, filters=104985, revisions=(525,useless=0), ccks=8127, wck=1.555, mem=68M864
5.86/3.87	    decisions=5235, wrong=1946, backtracks=1342, failedAssignments=1080, nogoods=139
5.86/3.87	    
6.07/4.03	    num=26, depth=57..72, filters=118118, revisions=(525,useless=0), ccks=8127, wck=1.713, mem=71M506
6.07/4.03	    decisions=5769, wrong=2183, backtracks=1513, failedAssignments=1199, nogoods=144
6.07/4.03	    
6.16/4.18	    num=27, depth=45..69, filters=130413, revisions=(525,useless=0), ccks=8127, wck=1.862, mem=71M506
6.16/4.18	    decisions=6363, wrong=2454, backtracks=1717, failedAssignments=1330, nogoods=159
6.16/4.18	    
6.38/4.35	    num=28, depth=58..77, filters=145008, revisions=(525,useless=0), ccks=8127, wck=2.035, mem=74M148
6.38/4.35	    decisions=7026, wrong=2754, backtracks=1935, failedAssignments=1474, nogoods=165
6.38/4.35	    
6.59/4.51	    num=29, depth=45..64, filters=157389, revisions=(525,useless=0), ccks=8127, wck=2.192, mem=76M791
6.59/4.51	    decisions=7650, wrong=3042, backtracks=2127, failedAssignments=1632, nogoods=173
6.59/4.51	    
6.73/4.69	    num=30, depth=42..65, filters=172358, revisions=(525,useless=0), ccks=8127, wck=2.368, mem=79M433
6.73/4.69	    decisions=8306, wrong=3344, backtracks=2343, failedAssignments=1806, nogoods=180
6.73/4.69	    
6.93/4.89	    num=31, depth=49..77, filters=190633, revisions=(525,useless=0), ccks=8127, wck=2.568, mem=79M433
6.93/4.89	    decisions=9027, wrong=3677, backtracks=2605, failedAssignments=1997, nogoods=190
6.93/4.89	    
7.24/5.12	    num=32, depth=53..70, filters=210776, revisions=(525,useless=0), ccks=8127, wck=2.804, mem=82M76
7.24/5.12	    decisions=9874, wrong=4071, backtracks=2893, failedAssignments=2208, nogoods=195
7.24/5.12	    
7.43/5.38	    num=33, depth=41..63, filters=232664, revisions=(525,useless=0), ccks=8127, wck=3.063, mem=87M361
7.43/5.38	    decisions=10770, wrong=4494, backtracks=3220, failedAssignments=2440, nogoods=202
7.43/5.38	    
7.74/5.69	    num=34, depth=39..69, filters=258487, revisions=(525,useless=0), ccks=8127, wck=3.368, mem=90M3
7.74/5.69	    decisions=11792, wrong=4980, backtracks=3556, failedAssignments=2695, nogoods=213
7.74/5.69	    
8.08/5.97	    num=35, depth=49..68, filters=282010, revisions=(525,useless=0), ccks=8127, wck=3.648, mem=92M646
8.08/5.97	    decisions=12805, wrong=5459, backtracks=3914, failedAssignments=2976, nogoods=227
8.08/5.97	    
8.48/6.30	    num=36, depth=25..67, filters=310879, revisions=(525,useless=0), ccks=8127, wck=3.987, mem=97M930
8.48/6.30	    decisions=14021, wrong=6044, backtracks=4325, failedAssignments=3285, nogoods=236
8.48/6.30	    
8.78/6.65	    num=37, depth=52..73, filters=340928, revisions=(525,useless=0), ccks=8127, wck=4.332, mem=100M573
8.78/6.65	    decisions=15310, wrong=6662, backtracks=4788, failedAssignments=3625, nogoods=243
8.78/6.65	    
9.19/7.06	    num=38, depth=42..60, filters=376781, revisions=(525,useless=0), ccks=8127, wck=4.743, mem=105M858
9.19/7.06	    decisions=16741, wrong=7354, backtracks=5291, failedAssignments=3999, nogoods=250
9.19/7.06	    
9.68/7.52	    num=39, depth=34..66, filters=416313, revisions=(525,useless=0), ccks=8127, wck=5.198, mem=111M143
9.68/7.52	    decisions=18268, wrong=8093, backtracks=5838, failedAssignments=4410, nogoods=263
9.68/7.52	    
10.19/8.05	    num=40, depth=45..68, filters=463390, revisions=(525,useless=0), ccks=8127, wck=5.73, mem=116M428
10.19/8.05	    decisions=19981, wrong=8926, backtracks=6477, failedAssignments=4862, nogoods=267
10.19/8.05	    
10.69/8.55	    num=41, depth=50..71, filters=507681, revisions=(525,useless=0), ccks=8127, wck=6.228, mem=124M355
10.69/8.55	    decisions=21786, wrong=9800, backtracks=7131, failedAssignments=5359, nogoods=277
10.69/8.55	    
11.30/9.15	    num=42, depth=47..75, filters=561664, revisions=(525,useless=0), ccks=8127, wck=6.829, mem=129M640
11.30/9.15	    decisions=23909, wrong=10835, backtracks=7939, failedAssignments=5906, nogoods=288
11.30/9.15	    
11.89/9.77	    num=43, depth=44..65, filters=614411, revisions=(525,useless=0), ccks=8127, wck=7.449, mem=137M567
11.89/9.77	    decisions=26217, wrong=11964, backtracks=8747, failedAssignments=6508, nogoods=301
11.89/9.77	    
12.64/10.47	    num=44, depth=56..78, filters=677477, revisions=(525,useless=0), ccks=8127, wck=8.151, mem=25M839
12.64/10.47	    decisions=28665, wrong=13158, backtracks=9703, failedAssignments=7170, nogoods=312
12.64/10.47	    
13.35/11.16	    num=45, depth=45..69, filters=739097, revisions=(525,useless=0), ccks=8127, wck=8.844, mem=33M529
13.35/11.16	    decisions=31213, wrong=14406, backtracks=10627, failedAssignments=7898, nogoods=320
13.35/11.16	    
14.25/12.02	    num=46, depth=43..63, filters=811925, revisions=(525,useless=0), ccks=8127, wck=9.701, mem=43M781
14.25/12.02	    decisions=34011, wrong=15781, backtracks=11569, failedAssignments=8699, nogoods=330
14.25/12.02	    
15.15/12.96	    num=47, depth=43..64, filters=895366, revisions=(525,useless=0), ccks=8127, wck=10.645, mem=56M597
15.15/12.96	    decisions=37229, wrong=17365, backtracks=12760, failedAssignments=9580, nogoods=345
15.15/12.96	    
16.15/14.00	    num=48, depth=51..75, filters=991566, revisions=(525,useless=0), ccks=8127, wck=11.686, mem=69M413
16.15/14.00	    decisions=41017, wrong=19232, backtracks=14234, failedAssignments=10550, nogoods=352
16.15/14.00	    
17.14/14.96	    num=49, depth=39..72, filters=1083598, revisions=(525,useless=0), ccks=8127, wck=12.647, mem=79M666
17.14/14.96	    decisions=44751, wrong=21070, backtracks=15566, failedAssignments=11617, nogoods=367
17.14/14.96	    
17.67/15.46	    num=50, depth=48..899, filters=1129312, revisions=(525,useless=0), ccks=8712, wck=13.143, mem=88M676
17.67/15.46	    decisions=46695, wrong=22015, backtracks=16292, failedAssignments=12153, nogoods=367, foundSolutions=1
17.67/15.46	    
17.67/15.46	  Global
17.67/15.46	    filters=1129312, revisions=(525,useless=0), ccks=8712, nogoods=367
17.67/15.46	    Stop=REACHED_GOAL, wrong=22015, foundSolutions=1, firstSolCpu=15.389
17.67/15.46	    wck=13.613, cpu=15.404, mem=88M676
17.67/15.46	
17.67/15.46	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 21 14 18 12 22 23 20 27 6 28 0 19 7 4 10 25 1 9 16 8 17 2 11 24 15 5 29 26 13 3 3 22 11 4 23 17 10 8 16 19 20 29 18 26 7 24 5 0 25 27 28 21 14 6 9 12 13 2 1 15 23 27 28 14 11 16 13 0 22 26 12 5 1 9 25 3 4 6 15 21 20 24 2 17 8 19 10 29 7 18 11 8 12 18 28 5 7 26 29 2 23 6 9 24 27 17 16 3 10 22 25 15 1 19 13 4 21 0 14 20 15 26 22 13 10 14 29 17 25 5 4 1 3 23 16 9 20 24 7 12 27 8 6 0 2 18 19 11 21 28 17 10 26 9 27 20 1 6 19 16 7 4 29 0 11 5 22 18 13 15 8 28 21 23 12 2 3 14 25 24 27 20 10 7 5 11 8 1 23 3 19 24 6 15 28 26 12 14 21 18 13 4 9 25 0 29 16 22 2 17 9 16 6 29 18 22 3 24 2 1 25 21 11 14 5 4 19 13 12 23 26 17 8 27 28 20 7 15 10 0 4 12 2 26 14 9 15 5 0 8 18 16 20 28 22 23 24 25 17 7 10 27 29 13 6 1 11 19 3 21 16 5 8 3 29 21 23 12 26 18 17 2 0 7 20 22 25 10 27 19 1 11 24 28 14 15 4 9 6 13 10 28 5 27 24 26 22 15 18 29 21 14 2 20 9 19 13 17 11 0 16 3 23 8 25 6 12 7 4 1 26 3 0 22 25 27 17 18 9 13 2 12 15 19 24 11 28 16 6 20 14 7 10 29 21 23 8 1 5 4 5 25 4 8 6 7 12 23 20 24 16 11 17 21 26 1 9 29 2 14 0 13 3 15 18 27 28 10 19 22 13 6 9 23 7 10 24 16 3 12 11 25 28 1 15 14 18 19 5 4 22 20 27 26 29 17 2 21 0 8 8 24 29 1 12 28 9 21 17 6 15 27 26 11 14 16 0 7 19 13 2 23 20 10 4 3 5 18 22 25 14 9 19 21 17 0 4 13 28 7 5 15 25 16 6 10 8 1 23 29 11 12 18 3 27 22 26 24 20 2 19 4 23 6 1 18 11 25 27 15 14 22 5 29 2 21 3 12 8 17 7 26 13 20 10 24 0 28 9 16 20 18 21 2 16 29 0 4 8 25 10 9 24 22 3 27 17 11 14 28 6 1 19 12 5 26 15 13 23 7 12 17 7 25 20 15 28 29 11 22 26 13 14 6 0 18 2 5 3 9 21 19 4 16 1 10 24 27 8 23 1 0 16 19 26 24 25 3 15 21 6 17 4 8 13 2 14 27 28 11 12 10 22 7 20 9 23 5 18 29 28 23 20 17 4 13 14 2 5 11 24 10 19 3 12 8 6 21 22 26 18 25 15 9 7 0 1 16 29 27 2 7 15 24 9 6 18 22 10 14 28 23 13 12 21 20 29 26 4 3 19 0 5 1 16 8 25 17 27 11 29 2 27 16 13 4 5 10 21 17 1 0 23 25 18 7 11 20 9 24 3 14 12 22 26 28 6 8 15 19 18 15 25 20 21 1 6 19 13 27 8 28 12 10 29 0 23 2 24 16 4 22 26 5 17 7 9 3 11 14 6 21 13 0 3 2 26 14 1 20 9 8 16 17 19 15 27 28 29 5 23 18 7 11 24 25 22 4 12 10 0 1 14 10 19 12 21 7 24 9 29 3 8 18 4 13 15 22 20 25 5 16 28 2 23 11 27 6 17 26 24 13 3 5 8 25 19 9 7 10 22 20 21 27 1 12 26 4 0 2 15 29 16 18 11 14 17 23 28 6 7 11 1 15 2 3 16 28 14 0 27 18 22 5 8 6 21 23 26 10 29 9 17 4 19 13 20 25 24 12 25 29 24 11 15 19 2 20 4 23 3 7 27 13 17 28 10 8 18 1 9 6 0 21 22 16 14 12 26 5 22 19 17 28 0 8 27 11 12 4 13 26 10 2 23 29 7 15 1 6 24 5 25 14 3 21 18 20 16 9 </values>  </instantiation>
17.67/15.46	s SATISFIABLE
17.67/15.46	
17.67/15.46	d WRONG_DECISIONS 22015

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390678-1568385979/watcher-4390678-1568385979 -o /tmp/evaluation-result-4390678-1568385979/solver-4390678-1568385979 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568380476-12475 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390678-1568385979.xml -cm 

running on 4 cores: 1,3,5,7

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

solver pid=13982, runsolver pid=13979

[startup+0.100164 s]*
/proc/loadavg: 1.55 1.70 1.75 5/228 13997
/proc/meminfo: memFree=26935860/32770624 swapFree=66998528/67108860
[pid=13982] ppid=13979 vsize=10659884 memory=29300 CPUtime=0.14 cores=1,3,5,7
/proc/13982/stat : 13982 (java) S 13979 13982 12443 0 -1 1077944320 5818 0 0 0 13 1 0 0 20 0 15 0 414866722 10915721216 7325 33554432000 4194304 4196468 140726254704496 140726254687040 140400168386295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
/proc/13982/statm: 2664971 7325 2900 1 0 2627468 0
[pid=13982/tid=13984] ppid=13979 vsize=10659884 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/13982/task/13984/stat : 13984 (java) R 13979 13982 12443 0 -1 4202560 3262 0 0 0 9 0 0 0 20 0 15 0 414866723 10915721216 7325 33554432000 4194304 4196468 140726254704496 140400172615256 140400168408221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13985] ppid=13979 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13985/stat : 13985 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 7325 33554432000 4194304 4196468 140726254704496 140400133667216 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13986] ppid=13979 vsize=10659884 memory=140264667887232 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13986/stat : 13986 (java) S 13979 13982 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399774116112 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13987] ppid=13979 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13987/stat : 13987 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399773063824 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13988] ppid=13979 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13988/stat : 13988 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399772011024 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13989] ppid=13979 vsize=10659884 memory=140264667887232 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13989/stat : 13989 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866725 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399472765552 140400168397442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13990] ppid=13979 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13990/stat : 13990 (java) S 13979 13982 12443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414866725 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399471711520 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13991] ppid=13979 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13991/stat : 13991 (java) S 13979 13982 12443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414866725 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399470659184 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13992] ppid=13979 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13992/stat : 13992 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414866728 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399469607504 140400168404891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13993] ppid=13979 vsize=10659884 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13982/task/13993/stat : 13993 (java) S 13979 13982 12443 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 15 0 414866728 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399468535256 140400168397442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13994] ppid=13979 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13994/stat : 13994 (java) R 13979 13982 12443 0 -1 1077944384 189 0 0 0 0 0 0 0 20 0 15 0 414866728 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399467501552 140400168397442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13995] ppid=13979 vsize=10659884 memory=140264667887232 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13995/stat : 13995 (java) R 13979 13982 12443 0 -1 4202560 557 0 0 0 2 0 0 0 20 0 15 0 414866728 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399466446168 140400147357269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13996] ppid=13979 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13996/stat : 13996 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414866728 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399465396704 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13997] ppid=13979 vsize=10659884 memory=140264667887232 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13997/stat : 13997 (java) S 13979 13982 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414866728 10915721216 7325 33554432000 4194304 4196468 140726254704496 140399464344496 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 29300 KiB

[startup+0.21085 s]*
/proc/loadavg: 1.55 1.70 1.75 3/228 13997
/proc/meminfo: memFree=26928852/32770624 swapFree=66998528/67108860
[pid=13982] ppid=13979 vsize=10659884 memory=35176 CPUtime=0.32 cores=1,3,5,7
/proc/13982/stat : 13982 (java) S 13979 13982 12443 0 -1 1077944320 6887 0 0 0 31 1 0 0 20 0 15 0 414866722 10915721216 8794 33554432000 4194304 4196468 140726254704496 140726254687040 140400168386295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
/proc/13982/statm: 2664971 8794 2987 1 0 2627468 0
[pid=13982/tid=13984] ppid=13979 vsize=10659884 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/13982/task/13984/stat : 13984 (java) R 13979 13982 12443 0 -1 4202560 3920 0 0 0 19 0 0 0 20 0 15 0 414866723 10915721216 8794 33554432000 4194304 4196468 140726254704496 140400172618384 140400168408221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13985] ppid=13979 vsize=10659884 memory=364 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13985/stat : 13985 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 8794 33554432000 4194304 4196468 140726254704496 140400133667216 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13986] ppid=13979 vsize=10659884 memory=140264670956162 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13986/stat : 13986 (java) S 13979 13982 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399774116112 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13987] ppid=13979 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13987/stat : 13987 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399773063824 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13988] ppid=13979 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13988/stat : 13988 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399772011024 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13989] ppid=13979 vsize=10659884 memory=140264667887232 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13989/stat : 13989 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866725 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399472765552 140400168397442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13990] ppid=13979 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13990/stat : 13990 (java) S 13979 13982 12443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414866725 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399471711520 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13991] ppid=13979 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13991/stat : 13991 (java) S 13979 13982 12443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414866725 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399470659184 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13992] ppid=13979 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13992/stat : 13992 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414866728 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399469607504 140400168404891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13993] ppid=13979 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/13982/task/13993/stat : 13993 (java) S 13979 13982 12443 0 -1 1077944384 702 0 0 0 3 0 0 0 20 0 15 0 414866728 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399468554352 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13994] ppid=13979 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13994/stat : 13994 (java) S 13979 13982 12443 0 -1 1077944384 285 0 0 0 2 0 0 0 20 0 15 0 414866728 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399467501552 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13995] ppid=13979 vsize=10659884 memory=140264667887232 CPUtime=0.05 cores=1,3,5,7
/proc/13982/task/13995/stat : 13995 (java) S 13979 13982 12443 0 -1 1077944384 619 0 0 0 5 0 0 0 20 0 15 0 414866728 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399466449264 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13996] ppid=13979 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13996/stat : 13996 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414866728 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399465396704 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13997] ppid=13979 vsize=10659884 memory=140264667887232 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13997/stat : 13997 (java) S 13979 13982 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414866728 10915721216 8794 33554432000 4194304 4196468 140726254704496 140399464344496 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35176 KiB

[startup+0.311096 s]*
/proc/loadavg: 1.55 1.70 1.75 3/228 13997
/proc/meminfo: memFree=26921976/32770624 swapFree=66998528/67108860
[pid=13982] ppid=13979 vsize=10659884 memory=40308 CPUtime=0.47 cores=1,3,5,7
/proc/13982/stat : 13982 (java) S 13979 13982 12443 0 -1 1077944320 9438 0 0 0 44 3 0 0 20 0 15 0 414866722 10915721216 10077 33554432000 4194304 4196468 140726254704496 140726254687040 140400168386295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
/proc/13982/statm: 2664971 10077 2999 1 0 2627468 0
[pid=13982/tid=13984] ppid=13979 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/13982/task/13984/stat : 13984 (java) R 13979 13982 12443 0 -1 4202560 6378 0 0 0 28 2 0 0 20 0 15 0 414866723 10915721216 10077 33554432000 4194304 4196468 140726254704496 140400172607184 140400168408221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13985] ppid=13979 vsize=10659884 memory=1946931 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13985/stat : 13985 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 10077 33554432000 4194304 4196468 140726254704496 140400133667216 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13986] ppid=13979 vsize=10659884 memory=140264670953153 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13986/stat : 13986 (java) S 13979 13982 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399774116112 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13987] ppid=13979 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13987/stat : 13987 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399773063824 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13988] ppid=13979 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13988/stat : 13988 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399772011024 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13989] ppid=13979 vsize=10659884 memory=140264667887232 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13989/stat : 13989 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866725 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399472765552 140400168397442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13990] ppid=13979 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13990/stat : 13990 (java) S 13979 13982 12443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414866725 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399471711520 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13991] ppid=13979 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13991/stat : 13991 (java) S 13979 13982 12443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414866725 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399470659184 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13992] ppid=13979 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13992/stat : 13992 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414866728 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399469607504 140400168404891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13993] ppid=13979 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/13982/task/13993/stat : 13993 (java) S 13979 13982 12443 0 -1 1077944384 715 0 0 0 4 0 0 0 20 0 15 0 414866728 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399468554352 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13994] ppid=13979 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/13982/task/13994/stat : 13994 (java) S 13979 13982 12443 0 -1 1077944384 338 0 0 0 3 0 0 0 20 0 15 0 414866728 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399467501552 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13995] ppid=13979 vsize=10659884 memory=140264667887232 CPUtime=0.07 cores=1,3,5,7
/proc/13982/task/13995/stat : 13995 (java) R 13979 13982 12443 0 -1 4202560 647 0 0 0 7 0 0 0 20 0 15 0 414866728 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399466449264 140400147673383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13996] ppid=13979 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13996/stat : 13996 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414866728 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399465396704 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13997] ppid=13979 vsize=10659884 memory=140264667887232 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13997/stat : 13997 (java) S 13979 13982 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414866728 10915721216 10077 33554432000 4194304 4196468 140726254704496 140399464344496 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40308 KiB

[startup+0.709871 s]
/proc/loadavg: 1.55 1.70 1.75 3/228 13997
/proc/meminfo: memFree=26912228/32770624 swapFree=66998528/67108860
[pid=13982] ppid=13979 vsize=10661932 memory=63996 CPUtime=1.11 cores=1,3,5,7
/proc/13982/stat : 13982 (java) S 13979 13982 12443 0 -1 1077944320 13101 0 0 0 106 5 0 0 20 0 15 0 414866722 10917818368 15999 33554432000 4194304 4196468 140726254704496 140726254687040 140400168386295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
/proc/13982/statm: 2665483 15999 3064 1 0 2627980 0
[pid=13982/tid=13984] ppid=13979 vsize=10661932 memory=21836 CPUtime=0.69 cores=1,3,5,7
/proc/13982/task/13984/stat : 13984 (java) R 13979 13982 12443 0 -1 4202560 8955 0 0 0 65 4 0 0 20 0 15 0 414866723 10917818368 15999 33554432000 4194304 4196468 140726254704496 140400172618320 140400151573121 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13985] ppid=13979 vsize=10661932 memory=14068 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13985/stat : 13985 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10917818368 15999 33554432000 4194304 4196468 140726254704496 140400133667216 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13986] ppid=13979 vsize=10661932 memory=524 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13986/stat : 13986 (java) S 13979 13982 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414866723 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399774116112 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13987] ppid=13979 vsize=10661932 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13987/stat : 13987 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399773063824 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13988] ppid=13979 vsize=10661932 memory=928 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13988/stat : 13988 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399772011024 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13989] ppid=13979 vsize=10661932 memory=3536 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13989/stat : 13989 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866725 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399472765552 140400168397442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13990] ppid=13979 vsize=10661932 memory=1976 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13990/stat : 13990 (java) S 13979 13982 12443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414866725 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399471711520 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13991] ppid=13979 vsize=10661932 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13991/stat : 13991 (java) S 13979 13982 12443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414866725 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399470659184 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13992] ppid=13979 vsize=10661932 memory=816 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13992/stat : 13992 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414866728 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399469607504 140400168404891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13993] ppid=13979 vsize=10661932 memory=6153431502485415268 CPUtime=0.11 cores=1,3,5,7
/proc/13982/task/13993/stat : 13993 (java) S 13979 13982 12443 0 -1 1077944384 986 0 0 0 11 0 0 0 20 0 15 0 414866728 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399468554352 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13994] ppid=13979 vsize=10661932 memory=7453282923461503316 CPUtime=0.1 cores=1,3,5,7
/proc/13982/task/13994/stat : 13994 (java) R 13979 13982 12443 0 -1 4202560 719 0 0 0 10 0 0 0 20 0 15 0 414866728 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399467487648 140400148079387 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13995] ppid=13979 vsize=10661932 memory=7223879631928058176 CPUtime=0.19 cores=1,3,5,7
/proc/13982/task/13995/stat : 13995 (java) S 13979 13982 12443 0 -1 1077944384 1080 0 0 0 19 0 0 0 20 0 15 0 414866728 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399466449264 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13996] ppid=13979 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13996/stat : 13996 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414866728 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399465396704 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13997] ppid=13979 vsize=10661932 memory=7738707418567895914 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13997/stat : 13997 (java) S 13979 13982 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414866728 10917818368 15999 33554432000 4194304 4196468 140726254704496 140399464344496 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63996 KiB

[startup+1.50075 s]
/proc/loadavg: 1.55 1.70 1.75 3/228 13997
/proc/meminfo: memFree=26896656/32770624 swapFree=66998528/67108860
[pid=13982] ppid=13979 vsize=10663980 memory=75872 CPUtime=2 cores=1,3,5,7
/proc/13982/stat : 13982 (java) S 13979 13982 12443 0 -1 1077944320 17241 0 0 0 194 6 0 0 20 0 15 0 414866722 10919915520 18968 33554432000 4194304 4196468 140726254704496 140726254687040 140400168386295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
/proc/13982/statm: 2665995 18968 3090 1 0 2628492 0
[pid=13982/tid=13984] ppid=13979 vsize=10663980 memory=6378026435766 CPUtime=1.47 cores=1,3,5,7
/proc/13982/task/13984/stat : 13984 (java) R 13979 13982 12443 0 -1 4202560 11944 0 0 0 143 4 0 0 20 0 15 0 414866723 10919915520 18968 33554432000 4194304 4196468 140726254704496 140400172612176 140400148661625 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13985] ppid=13979 vsize=10663980 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13985/stat : 13985 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10919915520 18968 33554432000 4194304 4196468 140726254704496 140400133667216 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13986] ppid=13979 vsize=10663980 memory=16100368647981698 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13986/stat : 13986 (java) S 13979 13982 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414866723 10919915520 18968 33554432000 4194304 4196468 140726254704496 140399774116112 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13987] ppid=13979 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13987/stat : 13987 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10919915520 18968 33554432000 4194304 4196468 140726254704496 140399773063824 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13988] ppid=13979 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13988/stat : 13988 (java) S 13979 13982 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414866723 10919915520 18968 33554432000 4194304 4196468 140726254704496 140399772011024 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13989] ppid=13979 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13989/stat : 13989 (java) S 13979 13982 12443 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 414866725 10919915520 18968 33554432000 4194304 4196468 140726254704496 140399472765552 140400168397442 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0

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

[startup+12.8008 s]
/proc/loadavg: 1.69 1.72 1.76 3/229 13998
/proc/meminfo: memFree=26718396/32770624 swapFree=66998528/67108860
[pid=13982] ppid=13979 vsize=10748324 memory=244848 CPUtime=15.05 cores=1,3,5,7
/proc/13982/stat : 13982 (java) S 13979 13982 12443 0 -1 1077944320 31438 0 0 0 1491 14 0 0 20 0 16 0 414866722 11006283776 61212 33554432000 4194304 4196468 140726254704496 140726254687040 140400168386295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
/proc/13982/statm: 2687081 61212 3362 1 0 2647217 0
[pid=13982/tid=13984] ppid=13979 vsize=10748324 memory=228224 CPUtime=1.85 cores=1,3,5,7
/proc/13982/task/13984/stat : 13984 (java) S 13979 13982 12443 0 -1 1077944384 13942 0 0 0 180 5 0 0 20 0 16 0 414866723 11006283776 61212 33554432000 4194304 4196468 140726254704496 140400172629168 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13985] ppid=13979 vsize=10748324 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13985/stat : 13985 (java) S 13979 13982 12443 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61212 33554432000 4194304 4196468 140726254704496 140400133667216 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13986] ppid=13979 vsize=10748324 memory=1204 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13986/stat : 13986 (java) S 13979 13982 12443 0 -1 1077944384 105 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399774116112 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13987] ppid=13979 vsize=10748324 memory=1536 CPUtime=0.01 cores=1,3,5,7
/proc/13982/task/13987/stat : 13987 (java) S 13979 13982 12443 0 -1 1077944384 1172 0 0 0 1 0 0 0 20 0 16 0 414866723 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399773063824 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13988] ppid=13979 vsize=10748324 memory=9592 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13988/stat : 13988 (java) S 13979 13982 12443 0 -1 1077944384 91 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399772011024 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13989] ppid=13979 vsize=10748324 memory=22244 CPUtime=0.01 cores=1,3,5,7
/proc/13982/task/13989/stat : 13989 (java) S 13979 13982 12443 0 -1 1077944384 1010 0 0 0 1 0 0 0 20 0 16 0 414866725 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399472765552 140400168397442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13990] ppid=13979 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13990/stat : 13990 (java) S 13979 13982 12443 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414866725 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399471711584 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13991] ppid=13979 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13991/stat : 13991 (java) S 13979 13982 12443 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 414866725 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399470659200 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13992] ppid=13979 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13992/stat : 13992 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399469607504 140400168404891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13993] ppid=13979 vsize=10748324 memory=0 CPUtime=0.79 cores=1,3,5,7
/proc/13982/task/13993/stat : 13993 (java) S 13979 13982 12443 0 -1 1077944384 2755 0 0 0 79 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399468554352 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13994] ppid=13979 vsize=10748324 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/13982/task/13994/stat : 13994 (java) S 13979 13982 12443 0 -1 1077944384 2285 0 0 0 73 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399467501552 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13995] ppid=13979 vsize=10748324 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/13982/task/13995/stat : 13995 (java) S 13979 13982 12443 0 -1 1077944384 3638 0 0 0 61 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399466449264 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13996] ppid=13979 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13996/stat : 13996 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399465396704 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13997] ppid=13979 vsize=10748324 memory=4160 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13997/stat : 13997 (java) S 13979 13982 12443 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399464344496 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13998] ppid=13979 vsize=10748324 memory=1056 CPUtime=10.86 cores=1,3,5,7
/proc/13982/task/13998/stat : 13998 (java) R 13979 13982 12443 0 -1 4202560 4718 0 0 0 1083 3 0 0 20 0 16 0 414866910 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399380153184 140399810848281 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
Current children cumulated CPU time: 15.05 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 244848 KiB

[startup+14.4006 s]
/proc/loadavg: 1.72 1.73 1.76 3/229 13998
/proc/meminfo: memFree=26718396/32770624 swapFree=66998528/67108860
[pid=13982] ppid=13979 vsize=10748324 memory=244848 CPUtime=16.64 cores=1,3,5,7
/proc/13982/stat : 13982 (java) S 13979 13982 12443 0 -1 1077944320 31810 0 0 0 1650 14 0 0 20 0 16 0 414866722 11006283776 61212 33554432000 4194304 4196468 140726254704496 140726254687040 140400168386295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
/proc/13982/statm: 2687081 61212 3362 1 0 2647217 0
[pid=13982/tid=13984] ppid=13979 vsize=10748324 memory=2024 CPUtime=1.85 cores=1,3,5,7
/proc/13982/task/13984/stat : 13984 (java) S 13979 13982 12443 0 -1 1077944384 13942 0 0 0 180 5 0 0 20 0 16 0 414866723 11006283776 61212 33554432000 4194304 4196468 140726254704496 140400172629168 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13985] ppid=13979 vsize=10748324 memory=244848 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13985/stat : 13985 (java) S 13979 13982 12443 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61212 33554432000 4194304 4196468 140726254704496 140400133667216 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13986] ppid=13979 vsize=10748324 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13986/stat : 13986 (java) S 13979 13982 12443 0 -1 1077944384 105 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399774116112 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13987] ppid=13979 vsize=10748324 memory=6944656592387989600 CPUtime=0.01 cores=1,3,5,7
/proc/13982/task/13987/stat : 13987 (java) S 13979 13982 12443 0 -1 1077944384 1172 0 0 0 1 0 0 0 20 0 16 0 414866723 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399773063824 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13988] ppid=13979 vsize=10748324 memory=6944656592455360604 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13988/stat : 13988 (java) S 13979 13982 12443 0 -1 1077944384 91 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399772011024 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13989] ppid=13979 vsize=10748324 memory=6943526294502006880 CPUtime=0.01 cores=1,3,5,7
/proc/13982/task/13989/stat : 13989 (java) S 13979 13982 12443 0 -1 1077944384 1012 0 0 0 1 0 0 0 20 0 16 0 414866725 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399472765552 140400168397442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13990] ppid=13979 vsize=10748324 memory=4426639978525455914 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13990/stat : 13990 (java) S 13979 13982 12443 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414866725 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399471711584 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13991] ppid=13979 vsize=10748324 memory=8099531882097108048 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13991/stat : 13991 (java) S 13979 13982 12443 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 414866725 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399470659200 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13992] ppid=13979 vsize=10748324 memory=280529011025296 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13992/stat : 13992 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399469607504 140400168404891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13993] ppid=13979 vsize=10748324 memory=5908 CPUtime=0.79 cores=1,3,5,7
/proc/13982/task/13993/stat : 13993 (java) S 13979 13982 12443 0 -1 1077944384 2755 0 0 0 79 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399468554352 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13994] ppid=13979 vsize=10748324 memory=14012 CPUtime=0.73 cores=1,3,5,7
/proc/13982/task/13994/stat : 13994 (java) S 13979 13982 12443 0 -1 1077944384 2285 0 0 0 73 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399467501552 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13995] ppid=13979 vsize=10748324 memory=2116 CPUtime=0.61 cores=1,3,5,7
/proc/13982/task/13995/stat : 13995 (java) S 13979 13982 12443 0 -1 1077944384 3638 0 0 0 61 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399466449264 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13996] ppid=13979 vsize=10748324 memory=21836 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13996/stat : 13996 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399465396704 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13997] ppid=13979 vsize=10748324 memory=14068 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13997/stat : 13997 (java) S 13979 13982 12443 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399464344496 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13998] ppid=13979 vsize=10748324 memory=524 CPUtime=12.46 cores=1,3,5,7
/proc/13982/task/13998/stat : 13998 (java) R 13979 13982 12443 0 -1 4202560 5086 0 0 0 1243 3 0 0 20 0 16 0 414866910 11006283776 61212 33554432000 4194304 4196468 140726254704496 140399380153072 140399810901169 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
Current children cumulated CPU time: 16.64 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 244848 KiB

[startup+15.2006 s]
/proc/loadavg: 1.72 1.73 1.76 3/230 14000
/proc/meminfo: memFree=26717420/32770624 swapFree=66998528/67108860
[pid=13982] ppid=13979 vsize=10748324 memory=244868 CPUtime=17.47 cores=1,3,5,7
/proc/13982/stat : 13982 (java) S 13979 13982 12443 0 -1 1077944320 32671 0 0 0 1733 14 0 0 20 0 16 0 414866722 11006283776 61217 33554432000 4194304 4196468 140726254704496 140726254687040 140400168386295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
/proc/13982/statm: 2687081 61217 3362 1 0 2647217 0
[pid=13982/tid=13984] ppid=13979 vsize=10748324 memory=119 CPUtime=1.85 cores=1,3,5,7
/proc/13982/task/13984/stat : 13984 (java) S 13979 13982 12443 0 -1 1077944384 13942 0 0 0 180 5 0 0 20 0 16 0 414866723 11006283776 61217 33554432000 4194304 4196468 140726254704496 140400172629168 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13985] ppid=13979 vsize=10748324 memory=571 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13985/stat : 13985 (java) S 13979 13982 12443 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61217 33554432000 4194304 4196468 140726254704496 140400133667216 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13986] ppid=13979 vsize=10748324 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13986/stat : 13986 (java) S 13979 13982 12443 0 -1 1077944384 105 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399774116112 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13987] ppid=13979 vsize=10748324 memory=-8253362762722141311 CPUtime=0.01 cores=1,3,5,7
/proc/13982/task/13987/stat : 13987 (java) S 13979 13982 12443 0 -1 1077944384 1172 0 0 0 1 0 0 0 20 0 16 0 414866723 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399773063824 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13988] ppid=13979 vsize=10748324 memory=7822038051842261661 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13988/stat : 13988 (java) S 13979 13982 12443 0 -1 1077944384 91 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399772011024 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13989] ppid=13979 vsize=10748324 memory=4713745541279610410 CPUtime=0.01 cores=1,3,5,7
/proc/13982/task/13989/stat : 13989 (java) S 13979 13982 12443 0 -1 1077944384 1012 0 0 0 1 0 0 0 20 0 16 0 414866725 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399472765552 140400168397442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13990] ppid=13979 vsize=10748324 memory=9047017150487036571 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13990/stat : 13990 (java) S 13979 13982 12443 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414866725 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399471711584 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13991] ppid=13979 vsize=10748324 memory=-8707038579349950309 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13991/stat : 13991 (java) S 13979 13982 12443 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 414866725 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399470659200 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13992] ppid=13979 vsize=10748324 memory=8514726395714825349 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13992/stat : 13992 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399469607504 140400168404891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13993] ppid=13979 vsize=10748324 memory=5859853075905800022 CPUtime=0.82 cores=1,3,5,7
/proc/13982/task/13993/stat : 13993 (java) S 13979 13982 12443 0 -1 1077944384 3589 0 0 0 82 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399468554352 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13994] ppid=13979 vsize=10748324 memory=7451609539861307712 CPUtime=0.73 cores=1,3,5,7
/proc/13982/task/13994/stat : 13994 (java) S 13979 13982 12443 0 -1 1077944384 2287 0 0 0 73 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399467501552 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13995] ppid=13979 vsize=10748324 memory=7301857168522633323 CPUtime=0.61 cores=1,3,5,7
/proc/13982/task/13995/stat : 13995 (java) S 13979 13982 12443 0 -1 1077944384 3640 0 0 0 61 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399466449264 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13996] ppid=13979 vsize=10748324 memory=8317482817917895235 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13996/stat : 13996 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399465396704 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13997] ppid=13979 vsize=10748324 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13997/stat : 13997 (java) S 13979 13982 12443 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399464344496 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13998] ppid=13979 vsize=10748324 memory=16100368647981698 CPUtime=13.26 cores=1,3,5,7
/proc/13982/task/13998/stat : 13998 (java) R 13979 13982 12443 0 -1 4202560 5100 0 0 0 1323 3 0 0 20 0 16 0 414866910 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399380153072 140399810850163 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
Current children cumulated CPU time: 17.47 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 244868 KiB

[startup+15.4006 s]
/proc/loadavg: 1.72 1.73 1.76 3/230 14000
/proc/meminfo: memFree=26717420/32770624 swapFree=66998528/67108860
[pid=13982] ppid=13979 vsize=10748324 memory=244868 CPUtime=17.67 cores=1,3,5,7
/proc/13982/stat : 13982 (java) S 13979 13982 12443 0 -1 1077944320 32683 0 0 0 1753 14 0 0 20 0 16 0 414866722 11006283776 61217 33554432000 4194304 4196468 140726254704496 140726254687040 140400168386295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
/proc/13982/statm: 2687081 61217 3362 1 0 2647217 0
[pid=13982/tid=13984] ppid=13979 vsize=10748324 memory=0 CPUtime=1.85 cores=1,3,5,7
/proc/13982/task/13984/stat : 13984 (java) S 13979 13982 12443 0 -1 1077944384 13942 0 0 0 180 5 0 0 20 0 16 0 414866723 11006283776 61217 33554432000 4194304 4196468 140726254704496 140400172629168 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13985] ppid=13979 vsize=10748324 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13985/stat : 13985 (java) S 13979 13982 12443 0 -1 1077944384 64 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61217 33554432000 4194304 4196468 140726254704496 140400133667216 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13986] ppid=13979 vsize=10748324 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13986/stat : 13986 (java) S 13979 13982 12443 0 -1 1077944384 105 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399774116112 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13987] ppid=13979 vsize=10748324 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13982/task/13987/stat : 13987 (java) S 13979 13982 12443 0 -1 1077944384 1172 0 0 0 1 0 0 0 20 0 16 0 414866723 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399773063824 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13988] ppid=13979 vsize=10748324 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/13982/task/13988/stat : 13988 (java) S 13979 13982 12443 0 -1 1077944384 91 0 0 0 2 0 0 0 20 0 16 0 414866723 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399772011024 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13989] ppid=13979 vsize=10748324 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/13982/task/13989/stat : 13989 (java) S 13979 13982 12443 0 -1 1077944384 1023 0 0 0 1 0 0 0 20 0 16 0 414866725 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399472765552 140400168397442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13990] ppid=13979 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13990/stat : 13990 (java) S 13979 13982 12443 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414866725 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399471711584 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13991] ppid=13979 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13991/stat : 13991 (java) S 13979 13982 12443 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 414866725 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399470659200 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13992] ppid=13979 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13992/stat : 13992 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399469607504 140400168404891 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13993] ppid=13979 vsize=10748324 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/13982/task/13993/stat : 13993 (java) S 13979 13982 12443 0 -1 1077944384 3589 0 0 0 82 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399468554352 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13994] ppid=13979 vsize=10748324 memory=800 CPUtime=0.73 cores=1,3,5,7
/proc/13982/task/13994/stat : 13994 (java) S 13979 13982 12443 0 -1 1077944384 2287 0 0 0 73 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399467501552 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13995] ppid=13979 vsize=10748324 memory=1804 CPUtime=0.61 cores=1,3,5,7
/proc/13982/task/13995/stat : 13995 (java) S 13979 13982 12443 0 -1 1077944384 3640 0 0 0 61 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399466449264 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13996] ppid=13979 vsize=10748324 memory=916 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13996/stat : 13996 (java) S 13979 13982 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399465396704 140400168396501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13997] ppid=13979 vsize=10748324 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/13982/task/13997/stat : 13997 (java) S 13979 13982 12443 0 -1 1077944384 234 0 0 0 0 0 0 0 20 0 16 0 414866728 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399464344496 140400168397442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
[pid=13982/tid=13998] ppid=13979 vsize=10748324 memory=2720 CPUtime=13.46 cores=1,3,5,7
/proc/13982/task/13998/stat : 13998 (java) R 13979 13982 12443 0 -1 4202560 5101 0 0 0 1343 3 0 0 20 0 16 0 414866910 11006283776 61217 33554432000 4194304 4196468 140726254704496 140399380153264 140399810891097 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34607104 140726254707723 140726254707826 140726254707826 140726254710735 0
Current children cumulated CPU time: 17.67 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 244868 KiB

Child status: 0
Real time (s): 15.4855
CPU time (s): 17.8083
CPU user time (s): 17.6514
CPU system time (s): 0.156892
CPU usage (%): 115
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 244868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.6514
system time used= 0.156892
maximum resident set size= 245484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34959
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3209
involuntary context switches= 30


# summary of solver processes directly reported to runsolver:
#   pid: 13982
#   total CPU time (s): 17.8083
#   total CPU user time (s): 17.6514
#   total CPU system time (s): 0.156892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.104248 second user time and 0.19335 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-13 16:45:39
IDJOB=4390678
IDBENCH=138976
IDSOLVER=2832
FILE ID=node127/4390678-1568385979
RUNJOBID= node127-1568380476-12475
PBS_JOBID= 21701837
Free space on /tmp= 58812 MiB

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

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

MD5SUM BENCH= b197b36061edf780c6549c887861e4b6
RANDOM SEED=1036207431

node127.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.55
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.55
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.55
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.55
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:        26952464 kB
MemAvailable:   30452032 kB
Buffers:          156300 kB
Cached:          3596420 kB
SwapCached:         6772 kB
Active:          3432040 kB
Inactive:        1738896 kB
Active(anon):    1410920 kB
Inactive(anon):    48364 kB
Active(file):    2021120 kB
Inactive(file):  1690532 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:              8576 kB
Writeback:             0 kB
AnonPages:       1612264 kB
Mapped:            56508 kB
Shmem:             32700 kB
Slab:             237600 kB
SReclaimable:     207504 kB
SUnreclaim:        30096 kB
KernelStack:        4048 kB
PageTables:         8712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3124280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1478656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58804 MiB
End job on node127 at 2019-09-13 16:45:54