Trace number 4390630

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 22.1417 19.6671

DiagnosticValue
WRONG_DECISIONS29875

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h374-01.xml
MD5SUMbc231a1d8845efcd5c5ebc235ca42ef6
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 benchmark8.4717
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints2
Number of domains1
Minimum domain size30
Maximum domain size30
Distribution of domain sizes[{"size":30,"count":900}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":374},{"degree":2,"count":526}]
Minimum constraint arity526
Maximum constraint arity900
Distribution of constraint arities[{"arity":526,"count":1},{"arity":900,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.41/1.88	
2.41/1.88	AbsCon 2 
2.41/1.90	
2.94/2.04	  Instance
2.94/2.04	    name=instance-4390630-1568385895, framework=CSP
2.94/2.04	
2.94/2.04	  Loading variables...
3.24/2.11	  Loading constraints...
3.54/2.26	
3.54/2.26	  Domains
3.54/2.26	    nTypes=1, nValues=27000, sizes=[30#900]
3.54/2.27	  Variables
3.54/2.27	    count=900, degrees=[2#374,3#526]
3.54/2.27	  Constraints
3.54/2.27	    count=586, nSpecific=60, arities=[1#526,30#60]
3.54/2.27	    distribution=[AllDifferent#60,CtrIntension#526]
3.54/2.27	    nIntStructures=(30,shared:496)
3.54/2.27	    wck=0.411, cpu=2.23, mem=37M82
3.54/2.29	  Solver SolverBacktrack being built...
3.54/2.29	
3.85/2.32	
3.85/2.32	  Solver
3.85/2.32	    guaranteedGAC=true
3.85/2.32	    wck=0.469, cpu=2.286, mem=50M367
4.12/2.49	
4.12/2.49	  Preprocessing
4.12/2.49	    filters=1591, revisions=(526,useless=0), ccks=8151, nACremovedValues=24536, nTotalRemovedValues=24536, inconcistency=false
4.12/2.49	    wck=0.166, cpu=2.454, mem=50M367
4.12/2.49	
4.41/2.52	    num=0, depth=39..44, filters=2523, revisions=(526,useless=0), ccks=8151, wck=0.195, mem=50M367
4.41/2.52	    decisions=73, wrong=17, backtracks=8, failedAssignments=10, nogoods=4
4.41/2.52	    
4.41/2.54	    num=1, depth=33..47, filters=3778, revisions=(526,useless=0), ccks=8151, wck=0.221, mem=50M367
4.41/2.54	    decisions=155, wrong=38, backtracks=20, failedAssignments=21, nogoods=7
4.41/2.54	    
4.41/2.58	    num=2, depth=44..51, filters=5251, revisions=(526,useless=0), ccks=8151, wck=0.262, mem=50M367
4.41/2.58	    decisions=246, wrong=61, backtracks=37, failedAssignments=33, nogoods=10
4.41/2.58	    
4.69/2.61	    num=3, depth=41..50, filters=6631, revisions=(526,useless=0), ccks=8151, wck=0.285, mem=50M367
4.69/2.61	    decisions=331, wrong=83, backtracks=52, failedAssignments=46, nogoods=13
4.69/2.61	    
4.69/2.63	    num=4, depth=36..45, filters=8037, revisions=(526,useless=0), ccks=8151, wck=0.31, mem=50M367
4.69/2.63	    decisions=416, wrong=105, backtracks=67, failedAssignments=60, nogoods=18
4.69/2.63	    
4.69/2.66	    num=5, depth=44..56, filters=9797, revisions=(526,useless=0), ccks=8151, wck=0.336, mem=50M367
4.69/2.66	    decisions=522, wrong=135, backtracks=90, failedAssignments=76, nogoods=20
4.69/2.66	    
4.69/2.68	    num=6, depth=47..57, filters=11452, revisions=(526,useless=0), ccks=8151, wck=0.362, mem=50M367
4.69/2.68	    decisions=635, wrong=167, backtracks=114, failedAssignments=93, nogoods=24
4.69/2.68	    
4.88/2.71	    num=7, depth=53..64, filters=13616, revisions=(526,useless=0), ccks=8151, wck=0.392, mem=50M367
4.88/2.71	    decisions=772, wrong=206, backtracks=141, failedAssignments=112, nogoods=26
4.88/2.71	    
4.88/2.75	    num=8, depth=47..64, filters=16301, revisions=(526,useless=0), ccks=8151, wck=0.429, mem=50M367
4.88/2.75	    decisions=906, wrong=248, backtracks=174, failedAssignments=133, nogoods=29
4.88/2.75	    
4.88/2.78	    num=9, depth=57..68, filters=18060, revisions=(526,useless=0), ccks=8151, wck=0.458, mem=50M367
4.88/2.78	    decisions=1043, wrong=285, backtracks=198, failedAssignments=156, nogoods=37
4.88/2.78	    
5.00/2.82	    num=10, depth=49..63, filters=20725, revisions=(526,useless=0), ccks=8151, wck=0.497, mem=50M367
5.00/2.82	    decisions=1189, wrong=329, backtracks=228, failedAssignments=181, nogoods=43
5.00/2.82	    
5.00/2.85	    num=11, depth=44..67, filters=22882, revisions=(526,useless=0), ccks=8151, wck=0.526, mem=50M367
5.00/2.85	    decisions=1332, wrong=373, backtracks=255, failedAssignments=209, nogoods=53
5.00/2.85	    
5.00/2.89	    num=12, depth=48..62, filters=25880, revisions=(526,useless=0), ccks=8151, wck=0.569, mem=50M367
5.00/2.89	    decisions=1515, wrong=437, backtracks=301, failedAssignments=240, nogoods=56
5.00/2.89	    
5.12/2.93	    num=13, depth=63..78, filters=28603, revisions=(526,useless=0), ccks=8151, wck=0.607, mem=50M367
5.12/2.93	    decisions=1687, wrong=488, backtracks=325, failedAssignments=274, nogoods=62
5.12/2.93	    
5.12/2.98	    num=14, depth=57..71, filters=32433, revisions=(526,useless=0), ccks=8151, wck=0.658, mem=50M367
5.12/2.98	    decisions=1893, wrong=559, backtracks=375, failedAssignments=311, nogoods=65
5.12/2.98	    
5.23/3.03	    num=15, depth=57..67, filters=36169, revisions=(526,useless=0), ccks=8151, wck=0.705, mem=50M367
5.23/3.03	    decisions=2100, wrong=632, backtracks=430, failedAssignments=352, nogoods=69
5.23/3.03	    
5.23/3.08	    num=16, depth=55..65, filters=40745, revisions=(526,useless=0), ccks=8151, wck=0.759, mem=50M367
5.23/3.08	    decisions=2345, wrong=726, backtracks=501, failedAssignments=397, nogoods=75
5.23/3.08	    
5.33/3.14	    num=17, depth=47..63, filters=45156, revisions=(526,useless=0), ccks=8151, wck=0.816, mem=50M367
5.33/3.14	    decisions=2562, wrong=809, backtracks=555, failedAssignments=447, nogoods=80
5.33/3.14	    
5.33/3.19	    num=18, depth=59..75, filters=49496, revisions=(526,useless=0), ccks=8151, wck=0.872, mem=50M367
5.33/3.19	    decisions=2796, wrong=893, backtracks=610, failedAssignments=502, nogoods=90
5.33/3.19	    
5.42/3.26	    num=19, depth=56..78, filters=54608, revisions=(526,useless=0), ccks=8151, wck=0.935, mem=53M10
5.42/3.26	    decisions=3083, wrong=1006, backtracks=699, failedAssignments=563, nogoods=96
5.42/3.26	    
5.53/3.34	    num=20, depth=58..77, filters=61626, revisions=(526,useless=0), ccks=8151, wck=1.019, mem=53M10
5.53/3.34	    decisions=3384, wrong=1125, backtracks=778, failedAssignments=630, nogoods=101
5.53/3.34	    
5.64/3.42	    num=21, depth=39..57, filters=67731, revisions=(526,useless=0), ccks=8151, wck=1.094, mem=53M10
5.64/3.42	    decisions=3687, wrong=1256, backtracks=883, failedAssignments=704, nogoods=106
5.64/3.42	    
5.74/3.51	    num=22, depth=42..72, filters=75938, revisions=(526,useless=0), ccks=8151, wck=1.193, mem=53M10
5.74/3.51	    decisions=4067, wrong=1415, backtracks=993, failedAssignments=785, nogoods=118
5.74/3.51	    
5.84/3.63	    num=23, depth=59..77, filters=85281, revisions=(526,useless=0), ccks=8151, wck=1.307, mem=53M10
5.84/3.63	    decisions=4468, wrong=1585, backtracks=1127, failedAssignments=874, nogoods=123
5.84/3.63	    
5.94/3.73	    num=24, depth=58..72, filters=94115, revisions=(526,useless=0), ccks=8151, wck=1.41, mem=53M10
5.94/3.73	    decisions=4877, wrong=1758, backtracks=1244, failedAssignments=972, nogoods=131
5.94/3.73	    
6.04/3.87	    num=25, depth=49..66, filters=105808, revisions=(526,useless=0), ccks=8151, wck=1.543, mem=53M10
6.04/3.87	    decisions=5360, wrong=1972, backtracks=1408, failedAssignments=1080, nogoods=137
6.04/3.87	    
6.14/3.99	    num=26, depth=52..66, filters=116700, revisions=(526,useless=0), ccks=8151, wck=1.672, mem=53M10
6.14/3.99	    decisions=5842, wrong=2186, backtracks=1560, failedAssignments=1199, nogoods=141
6.14/3.99	    
6.35/4.15	    num=27, depth=56..76, filters=130087, revisions=(526,useless=0), ccks=8151, wck=1.827, mem=53M10
6.35/4.15	    decisions=6414, wrong=2441, backtracks=1739, failedAssignments=1330, nogoods=148
6.35/4.15	    
6.57/4.30	    num=28, depth=50..70, filters=143168, revisions=(526,useless=0), ccks=8151, wck=1.982, mem=53M10
6.57/4.30	    decisions=6945, wrong=2679, backtracks=1905, failedAssignments=1474, nogoods=152
6.57/4.30	    
6.67/4.48	    num=29, depth=50..68, filters=158183, revisions=(526,useless=0), ccks=8151, wck=2.154, mem=53M10
6.67/4.48	    decisions=7594, wrong=2976, backtracks=2120, failedAssignments=1632, nogoods=157
6.67/4.48	    
6.92/4.65	    num=30, depth=53..71, filters=173505, revisions=(526,useless=0), ccks=8151, wck=2.327, mem=53M10
6.92/4.65	    decisions=8244, wrong=3274, backtracks=2334, failedAssignments=1806, nogoods=160
6.92/4.65	    
7.12/4.86	    num=31, depth=62..80, filters=191549, revisions=(526,useless=0), ccks=8151, wck=2.542, mem=53M10
7.12/4.86	    decisions=9053, wrong=3647, backtracks=2608, failedAssignments=1997, nogoods=165
7.12/4.86	    
7.33/5.09	    num=32, depth=52..70, filters=213294, revisions=(526,useless=0), ccks=8151, wck=2.771, mem=53M10
7.33/5.09	    decisions=9883, wrong=4033, backtracks=2885, failedAssignments=2208, nogoods=174
7.33/5.09	    
7.62/5.33	    num=33, depth=56..69, filters=235218, revisions=(526,useless=0), ccks=8151, wck=3.011, mem=53M10
7.62/5.33	    decisions=10813, wrong=4470, backtracks=3195, failedAssignments=2440, nogoods=182
7.62/5.33	    
7.82/5.58	    num=34, depth=62..86, filters=256735, revisions=(526,useless=0), ccks=8151, wck=3.257, mem=53M10
7.82/5.58	    decisions=11812, wrong=4936, backtracks=3524, failedAssignments=2695, nogoods=194
7.82/5.58	    
8.17/5.83	    num=35, depth=43..65, filters=279207, revisions=(526,useless=0), ccks=8151, wck=3.507, mem=53M10
8.17/5.83	    decisions=12824, wrong=5418, backtracks=3889, failedAssignments=2976, nogoods=201
8.17/5.83	    
8.48/6.17	    num=36, depth=33..78, filters=310106, revisions=(526,useless=0), ccks=8151, wck=3.847, mem=53M10
8.48/6.17	    decisions=14091, wrong=6021, backtracks=4351, failedAssignments=3285, nogoods=209
8.48/6.17	    
8.87/6.55	    num=37, depth=53..78, filters=342111, revisions=(526,useless=0), ccks=8151, wck=4.226, mem=53M10
8.87/6.55	    decisions=15367, wrong=6629, backtracks=4768, failedAssignments=3625, nogoods=214
8.87/6.55	    
9.17/6.89	    num=38, depth=52..74, filters=373796, revisions=(526,useless=0), ccks=8151, wck=4.57, mem=53M10
9.17/6.89	    decisions=16776, wrong=7303, backtracks=5272, failedAssignments=3999, nogoods=219
9.17/6.89	    
9.67/7.32	    num=39, depth=54..73, filters=412389, revisions=(526,useless=0), ccks=8151, wck=4.995, mem=53M10
9.67/7.32	    decisions=18365, wrong=8069, backtracks=5849, failedAssignments=4410, nogoods=227
9.67/7.32	    
10.07/7.79	    num=40, depth=50..68, filters=454040, revisions=(526,useless=0), ccks=8151, wck=5.464, mem=53M10
10.07/7.79	    decisions=19967, wrong=8840, backtracks=6390, failedAssignments=4862, nogoods=241
10.07/7.79	    
10.67/8.30	    num=41, depth=55..78, filters=500541, revisions=(526,useless=0), ccks=8151, wck=5.983, mem=53M10
10.67/8.30	    decisions=21771, wrong=9711, backtracks=7079, failedAssignments=5359, nogoods=252
10.67/8.30	    
11.27/8.92	    num=42, depth=60..79, filters=553304, revisions=(526,useless=0), ccks=8151, wck=6.599, mem=53M10
11.27/8.92	    decisions=23998, wrong=10792, backtracks=7885, failedAssignments=5906, nogoods=256
11.27/8.92	    
11.78/9.49	    num=43, depth=28..68, filters=605114, revisions=(526,useless=0), ccks=8151, wck=7.169, mem=53M10
11.78/9.49	    decisions=26240, wrong=11890, backtracks=8686, failedAssignments=6508, nogoods=269
11.78/9.49	    
12.58/10.22	    num=44, depth=45..64, filters=670872, revisions=(526,useless=0), ccks=8151, wck=7.898, mem=53M10
12.58/10.22	    decisions=28833, wrong=13163, backtracks=9635, failedAssignments=7170, nogoods=273
12.58/10.22	    
13.18/10.89	    num=45, depth=54..73, filters=732520, revisions=(526,useless=0), ccks=8151, wck=8.569, mem=53M10
13.18/10.89	    decisions=31504, wrong=14466, backtracks=10542, failedAssignments=7898, nogoods=288
13.18/10.89	    
14.19/11.81	    num=46, depth=51..72, filters=813893, revisions=(526,useless=0), ccks=8151, wck=9.491, mem=53M10
14.19/11.81	    decisions=34592, wrong=15983, backtracks=11644, failedAssignments=8699, nogoods=297
14.19/11.81	    
15.09/12.73	    num=47, depth=54..77, filters=895554, revisions=(526,useless=0), ccks=8151, wck=10.412, mem=53M10
15.09/12.73	    decisions=37975, wrong=17643, backtracks=12935, failedAssignments=9580, nogoods=309
15.09/12.73	    
16.09/13.76	    num=48, depth=53..79, filters=985193, revisions=(526,useless=0), ccks=8151, wck=11.434, mem=53M10
16.09/13.76	    decisions=41666, wrong=19460, backtracks=14254, failedAssignments=10550, nogoods=318
16.09/13.76	    
17.20/14.87	    num=49, depth=46..75, filters=1091300, revisions=(526,useless=0), ccks=8151, wck=12.552, mem=53M10
17.20/14.87	    decisions=45828, wrong=21514, backtracks=15738, failedAssignments=11617, nogoods=332
17.20/14.87	    
18.51/16.16	    num=50, depth=51..76, filters=1203750, revisions=(526,useless=0), ccks=8151, wck=13.836, mem=53M10
18.51/16.16	    decisions=50105, wrong=23625, backtracks=17220, failedAssignments=12790, nogoods=347
18.51/16.16	    
19.80/17.48	    num=51, depth=49..73, filters=1324932, revisions=(526,useless=0), ccks=8151, wck=15.157, mem=53M10
19.80/17.48	    decisions=54845, wrong=25969, backtracks=18838, failedAssignments=14081, nogoods=358
19.80/17.48	    
21.33/18.97	    num=52, depth=56..78, filters=1458700, revisions=(526,useless=0), ccks=8151, wck=16.644, mem=53M10
21.33/18.97	    decisions=60216, wrong=28625, backtracks=20779, failedAssignments=15501, nogoods=366
21.33/18.97	    
22.03/19.64	    num=53, depth=50..899, filters=1518759, revisions=(526,useless=0), ccks=8737, wck=17.319, mem=55M652
22.03/19.64	    decisions=62772, wrong=29875, backtracks=21712, failedAssignments=16165, nogoods=366, foundSolutions=1
22.03/19.64	    
22.03/19.64	  Global
22.03/19.64	    filters=1518759, revisions=(526,useless=0), ccks=8737, nogoods=366
22.03/19.64	    Stop=REACHED_GOAL, wrong=29875, foundSolutions=1, firstSolCpu=19.588
22.03/19.64	    wck=17.789, cpu=19.604, mem=55M652
22.03/19.64	
22.03/19.64	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 10 18 26 28 2 14 16 24 11 3 6 20 5 13 29 23 21 27 19 12 4 22 9 25 17 15 8 1 0 7 7 17 24 4 28 21 27 16 19 6 29 5 20 2 23 1 25 0 12 10 22 9 14 13 18 11 15 8 3 26 14 15 29 7 3 5 18 4 22 13 8 27 0 10 9 26 1 25 11 19 24 17 21 2 12 6 23 20 28 16 23 26 19 24 8 16 5 9 15 29 22 17 11 7 12 4 20 10 25 21 28 3 27 0 1 18 14 6 2 13 0 25 3 2 9 24 1 17 10 14 21 7 27 15 19 13 23 5 16 28 29 6 20 26 11 8 12 4 18 22 8 6 2 9 16 11 12 23 14 15 3 19 13 22 0 27 4 17 21 24 18 1 26 29 10 5 20 25 7 28 13 11 5 22 27 9 21 3 0 1 12 23 8 20 24 2 16 29 7 18 6 28 15 14 19 17 26 10 25 4 11 20 1 6 22 0 8 29 27 24 15 13 19 17 18 21 9 14 28 25 26 16 3 10 2 4 7 12 5 23 19 29 27 14 10 3 28 6 12 5 4 26 2 16 17 20 7 13 22 23 11 18 24 8 25 21 0 9 15 1 1 2 20 23 25 7 4 0 13 11 19 16 12 5 6 22 17 9 24 27 3 14 8 15 26 29 28 18 21 10 15 27 9 8 18 10 25 14 23 19 5 24 6 28 22 29 26 20 1 2 0 21 16 4 13 12 3 7 11 17 2 14 12 1 4 29 19 28 25 26 16 6 21 0 8 3 18 15 13 9 17 20 10 5 7 23 27 22 24 11 3 19 11 20 5 22 2 12 6 16 24 18 15 4 28 8 14 23 10 26 21 29 7 9 27 0 1 13 17 25 26 3 15 0 17 20 11 18 2 25 13 12 7 21 1 9 24 4 14 6 19 8 23 28 29 10 16 5 22 27 17 1 28 10 26 8 9 27 29 12 11 21 22 3 15 0 13 7 4 20 5 19 6 18 23 14 25 24 16 2 4 23 6 5 24 13 22 21 9 18 0 3 28 1 7 17 29 19 20 11 8 27 2 12 16 25 10 26 14 15 29 7 4 17 6 19 15 13 20 2 27 1 10 8 25 28 11 12 0 16 14 23 18 3 5 9 22 21 26 24 22 0 8 26 20 15 10 19 24 27 7 9 23 29 3 16 12 18 5 14 25 2 4 17 28 1 13 11 6 21 24 21 18 27 12 17 14 20 4 10 25 28 26 19 2 5 15 1 3 0 9 11 13 22 8 7 6 16 23 29 5 4 25 11 1 23 17 22 7 20 2 14 24 18 10 19 28 21 15 8 27 26 29 16 6 13 9 0 12 3 27 13 21 29 15 2 6 5 1 7 18 4 16 9 14 24 8 28 26 22 10 12 25 23 3 19 11 17 20 0 16 10 22 18 23 26 29 7 5 0 28 8 9 25 4 12 27 11 2 13 1 15 17 21 20 3 24 14 19 6 12 22 14 16 0 27 20 25 17 28 10 29 1 6 26 7 5 24 8 3 15 13 11 19 9 2 21 23 4 18 18 9 10 12 13 1 26 8 3 21 23 22 25 24 11 14 0 2 6 4 7 5 28 20 15 16 17 27 29 19 28 24 16 3 11 4 7 10 26 8 9 2 17 23 21 25 6 22 18 29 13 0 19 1 14 20 5 15 27 12 20 8 7 25 14 18 24 11 21 22 1 0 29 26 16 15 19 3 17 5 23 10 12 6 4 27 2 28 13 9 9 28 0 13 19 25 3 2 8 4 26 15 14 12 5 11 10 6 23 17 16 7 22 27 21 24 18 29 1 20 25 5 13 19 21 28 23 15 18 9 17 10 4 11 20 6 2 16 27 1 12 24 0 7 22 26 29 3 8 14 6 16 17 21 7 12 0 1 28 23 14 25 18 27 13 10 3 26 29 15 20 4 5 11 24 22 19 2 9 8 21 12 23 15 29 6 13 26 16 17 20 11 3 14 27 18 22 8 9 7 2 25 1 24 0 28 4 19 10 5 </values>  </instantiation>
22.03/19.64	s SATISFIABLE
22.03/19.64	
22.03/19.64	d WRONG_DECISIONS 29875

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-4390630-1568385895/watcher-4390630-1568385895 -o /tmp/evaluation-result-4390630-1568385895/solver-4390630-1568385895 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568376822-25454 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390630-1568385895.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
solver pid=27263, runsolver pid=27260
Current StackSize limit: 8192 KiB


[startup+0.104806 s]*
/proc/loadavg: 2.01 1.94 1.86 5/228 27278
/proc/meminfo: memFree=31128124/32770624 swapFree=66936356/67108860
[pid=27263] ppid=27260 vsize=10659884 memory=30804 CPUtime=0.14 cores=0,2,4,6
/proc/27263/stat : 27263 (java) S 27260 27263 25423 0 -1 1077944320 5695 0 0 0 13 1 0 0 20 0 15 0 414847927 10915721216 7701 33554432000 4194304 4196468 140731527536208 140731527518752 140560064630519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
/proc/27263/statm: 2664971 7701 2928 1 0 2627468 0
[pid=27263/tid=27265] ppid=27260 vsize=10659884 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/27263/task/27265/stat : 27265 (java) R 27260 27263 25423 0 -1 4202560 2989 0 0 0 9 0 0 0 20 0 15 0 414847928 10915721216 7701 33554432000 4194304 4196468 140731527536208 140560068858768 140560064652445 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27266] ppid=27260 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27266/stat : 27266 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559990704400 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27267] ppid=27260 vsize=10659884 memory=140486858856064 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27267/stat : 27267 (java) S 27260 27263 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559989651856 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27268] ppid=27260 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27268/stat : 27268 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559988599312 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27269] ppid=27260 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27269/stat : 27269 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559987546768 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27270] ppid=27260 vsize=10659884 memory=140486858856064 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27270/stat : 27270 (java) S 27260 27263 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847930 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559572224496 140560064641666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27271] ppid=27260 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27271/stat : 27271 (java) S 27260 27263 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847930 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559571170720 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27272] ppid=27260 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27272/stat : 27272 (java) S 27260 27263 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847930 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559570118128 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27273] ppid=27260 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27273/stat : 27273 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847933 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559569066704 140560064649115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27274] ppid=27260 vsize=10659884 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27274/stat : 27274 (java) R 27260 27263 25423 0 -1 4202560 651 0 0 0 1 0 0 0 20 0 15 0 414847933 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559567994312 140560056867646 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27275] ppid=27260 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27275/stat : 27275 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847933 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559566960752 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27276] ppid=27260 vsize=10659884 memory=140486858856064 CPUtime=0.02 cores=0,2,4,6
/proc/27263/task/27276/stat : 27276 (java) R 27260 27263 25423 0 -1 4202560 714 0 0 0 2 0 0 0 20 0 15 0 414847933 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559565905208 140560064642454 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27277] ppid=27260 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27277/stat : 27277 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847933 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559564855904 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27278] ppid=27260 vsize=10659884 memory=140486858856064 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27278/stat : 27278 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847933 10915721216 7701 33554432000 4194304 4196468 140731527536208 140559563803440 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 30804 KiB

[startup+0.210848 s]*
/proc/loadavg: 2.01 1.94 1.86 4/228 27278
/proc/meminfo: memFree=31122224/32770624 swapFree=66936356/67108860
[pid=27263] ppid=27260 vsize=10659884 memory=35648 CPUtime=0.33 cores=0,2,4,6
/proc/27263/stat : 27263 (java) S 27260 27263 25423 0 -1 1077944320 6476 0 0 0 31 2 0 0 20 0 15 0 414847927 10915721216 8912 33554432000 4194304 4196468 140731527536208 140731527518752 140560064630519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
/proc/27263/statm: 2664971 8912 2988 1 0 2627468 0
[pid=27263/tid=27265] ppid=27260 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/27263/task/27265/stat : 27265 (java) R 27260 27263 25423 0 -1 4202560 3455 0 0 0 19 1 0 0 20 0 15 0 414847928 10915721216 8912 33554432000 4194304 4196468 140731527536208 140560068868784 140560064652445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27266] ppid=27260 vsize=10659884 memory=345 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27266/stat : 27266 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559990704400 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27267] ppid=27260 vsize=10659884 memory=140486858881728 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27267/stat : 27267 (java) S 27260 27263 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559989651856 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27268] ppid=27260 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27268/stat : 27268 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559988599312 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27269] ppid=27260 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27269/stat : 27269 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559987546768 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27270] ppid=27260 vsize=10659884 memory=140486858856064 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27270/stat : 27270 (java) S 27260 27263 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847930 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559572224496 140560064641666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27271] ppid=27260 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27271/stat : 27271 (java) S 27260 27263 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847930 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559571170720 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27272] ppid=27260 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27272/stat : 27272 (java) S 27260 27263 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847930 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559570118128 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27273] ppid=27260 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27273/stat : 27273 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847933 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559569066704 140560064649115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27274] ppid=27260 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27263/task/27274/stat : 27274 (java) S 27260 27263 25423 0 -1 1077944384 706 0 0 0 3 0 0 0 20 0 15 0 414847933 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559568013296 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27275] ppid=27260 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/27263/task/27275/stat : 27275 (java) S 27260 27263 25423 0 -1 1077944384 222 0 0 0 2 0 0 0 20 0 15 0 414847933 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559566960752 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27276] ppid=27260 vsize=10659884 memory=140486858856064 CPUtime=0.05 cores=0,2,4,6
/proc/27263/task/27276/stat : 27276 (java) S 27260 27263 25423 0 -1 1077944384 734 0 0 0 5 0 0 0 20 0 15 0 414847933 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559565908208 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27277] ppid=27260 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27277/stat : 27277 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847933 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559564855904 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27278] ppid=27260 vsize=10659884 memory=140486858856064 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27278/stat : 27278 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847933 10915721216 8912 33554432000 4194304 4196468 140731527536208 140559563803440 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35648 KiB

[startup+0.310243 s]*
/proc/loadavg: 2.01 1.95 1.86 4/228 27278
/proc/meminfo: memFree=31114256/32770624 swapFree=66936356/67108860
[pid=27263] ppid=27260 vsize=10659884 memory=40548 CPUtime=0.48 cores=0,2,4,6
/proc/27263/stat : 27263 (java) S 27260 27263 25423 0 -1 1077944320 8942 0 0 0 44 4 0 0 20 0 15 0 414847927 10915721216 10137 33554432000 4194304 4196468 140731527536208 140731527518752 140560064630519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
/proc/27263/statm: 2664971 10137 3000 1 0 2627468 0
[pid=27263/tid=27265] ppid=27260 vsize=10659884 memory=8390339637985935414 CPUtime=0.3 cores=0,2,4,6
/proc/27263/task/27265/stat : 27265 (java) R 27260 27263 25423 0 -1 4202560 5852 0 0 0 28 2 0 0 20 0 15 0 414847928 10915721216 10137 33554432000 4194304 4196468 140731527536208 140560068853200 140560064652445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27266] ppid=27260 vsize=10659884 memory=304556153357205527 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27266/stat : 27266 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559990704400 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27267] ppid=27260 vsize=10659884 memory=140486858881282 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27267/stat : 27267 (java) S 27260 27263 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559989651856 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27268] ppid=27260 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27268/stat : 27268 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559988599312 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27269] ppid=27260 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27269/stat : 27269 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559987546768 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27270] ppid=27260 vsize=10659884 memory=140486858856064 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27270/stat : 27270 (java) S 27260 27263 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847930 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559572224496 140560064641666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27271] ppid=27260 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27271/stat : 27271 (java) S 27260 27263 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847930 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559571170720 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27272] ppid=27260 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27272/stat : 27272 (java) S 27260 27263 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847930 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559570118128 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27273] ppid=27260 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27273/stat : 27273 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847933 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559569066704 140560064649115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27274] ppid=27260 vsize=10659884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/27263/task/27274/stat : 27274 (java) S 27260 27263 25423 0 -1 1077944384 727 0 0 0 4 0 0 0 20 0 15 0 414847933 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559568013296 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27275] ppid=27260 vsize=10659884 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/27263/task/27275/stat : 27275 (java) S 27260 27263 25423 0 -1 1077944384 259 0 0 0 3 0 0 0 20 0 15 0 414847933 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559566960752 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27276] ppid=27260 vsize=10659884 memory=140486858856064 CPUtime=0.08 cores=0,2,4,6
/proc/27263/task/27276/stat : 27276 (java) R 27260 27263 25423 0 -1 4202560 746 0 0 0 8 0 0 0 20 0 15 0 414847933 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559565908208 140560049267425 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27277] ppid=27260 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27277/stat : 27277 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847933 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559564855904 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27278] ppid=27260 vsize=10659884 memory=140486858856064 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27278/stat : 27278 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847933 10915721216 10137 33554432000 4194304 4196468 140731527536208 140559563803440 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40548 KiB

[startup+0.700755 s]
/proc/loadavg: 2.01 1.95 1.86 3/228 27278
/proc/meminfo: memFree=31105120/32770624 swapFree=66936356/67108860
[pid=27263] ppid=27260 vsize=10661932 memory=64064 CPUtime=1.11 cores=0,2,4,6
/proc/27263/stat : 27263 (java) S 27260 27263 25423 0 -1 1077944320 12600 0 0 0 105 6 0 0 20 0 15 0 414847927 10917818368 16016 33554432000 4194304 4196468 140731527536208 140731527518752 140560064630519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
/proc/27263/statm: 2665483 16016 3063 1 0 2627980 0
[pid=27263/tid=27265] ppid=27260 vsize=10661932 memory=1412 CPUtime=0.68 cores=0,2,4,6
/proc/27263/task/27265/stat : 27265 (java) R 27260 27263 25423 0 -1 4202560 8396 0 0 0 64 4 0 0 20 0 15 0 414847928 10917818368 16016 33554432000 4194304 4196468 140731527536208 140560068862544 140560064652445 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27266] ppid=27260 vsize=10661932 memory=1548 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27266/stat : 27266 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559990704400 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27267] ppid=27260 vsize=10661932 memory=7148 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27267/stat : 27267 (java) S 27260 27263 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847928 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559989651856 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27268] ppid=27260 vsize=10661932 memory=4000 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27268/stat : 27268 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559988599312 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27269] ppid=27260 vsize=10661932 memory=616 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27269/stat : 27269 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559987546768 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27270] ppid=27260 vsize=10661932 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27270/stat : 27270 (java) S 27260 27263 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847930 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559572224496 140560064641666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27271] ppid=27260 vsize=10661932 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27271/stat : 27271 (java) S 27260 27263 25423 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414847930 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559571170720 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27272] ppid=27260 vsize=10661932 memory=1136 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27272/stat : 27272 (java) S 27260 27263 25423 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414847930 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559570118128 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27273] ppid=27260 vsize=10661932 memory=4639098309541127012 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27273/stat : 27273 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847933 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559569066704 140560064649115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27274] ppid=27260 vsize=10661932 memory=7811609364956278113 CPUtime=0.11 cores=0,2,4,6
/proc/27263/task/27274/stat : 27274 (java) S 27260 27263 25423 0 -1 1077944384 989 0 0 0 11 0 0 0 20 0 15 0 414847933 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559568013296 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27275] ppid=27260 vsize=10661932 memory=5787213840016500561 CPUtime=0.1 cores=0,2,4,6
/proc/27263/task/27275/stat : 27275 (java) R 27260 27263 25423 0 -1 4202560 583 0 0 0 10 0 0 0 20 0 15 0 414847933 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559566960752 140560045330092 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27276] ppid=27260 vsize=10661932 memory=5450909908396308010 CPUtime=0.19 cores=0,2,4,6
/proc/27263/task/27276/stat : 27276 (java) S 27260 27263 25423 0 -1 1077944384 1273 0 0 0 19 0 0 0 20 0 15 0 414847933 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559565908208 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27277] ppid=27260 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27277/stat : 27277 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414847933 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559564855904 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27278] ppid=27260 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27278/stat : 27278 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847933 10917818368 16016 33554432000 4194304 4196468 140731527536208 140559563803440 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64064 KiB

[startup+1.50081 s]
/proc/loadavg: 2.01 1.95 1.86 3/228 27278
/proc/meminfo: memFree=31089176/32770624 swapFree=66936356/67108860
[pid=27263] ppid=27260 vsize=10663980 memory=76196 CPUtime=2.01 cores=0,2,4,6
/proc/27263/stat : 27263 (java) S 27260 27263 25423 0 -1 1077944320 17911 0 0 0 194 7 0 0 20 0 15 0 414847927 10919915520 19049 33554432000 4194304 4196468 140731527536208 140731527518752 140560064630519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
/proc/27263/statm: 2665995 19049 3097 1 0 2628492 0
[pid=27263/tid=27265] ppid=27260 vsize=10663980 memory=6791534058613427641 CPUtime=1.48 cores=0,2,4,6
/proc/27263/task/27265/stat : 27265 (java) R 27260 27263 25423 0 -1 4202560 12428 0 0 0 143 5 0 0 20 0 15 0 414847928 10919915520 19049 33554432000 4194304 4196468 140731527536208 140560068856400 140560048711006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27266] ppid=27260 vsize=10663980 memory=33 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27266/stat : 27266 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10919915520 19049 33554432000 4194304 4196468 140731527536208 140559990704400 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27267] ppid=27260 vsize=10663980 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27267/stat : 27267 (java) S 27260 27263 25423 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414847928 10919915520 19049 33554432000 4194304 4196468 140731527536208 140559989651856 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27268] ppid=27260 vsize=10663980 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27268/stat : 27268 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10919915520 19049 33554432000 4194304 4196468 140731527536208 140559988599312 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27269] ppid=27260 vsize=10663980 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27269/stat : 27269 (java) S 27260 27263 25423 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414847928 10919915520 19049 33554432000 4194304 4196468 140731527536208 140559987546768 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27270] ppid=27260 vsize=10663980 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27270/stat : 27270 (java) S 27260 27263 25423 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 414847930 10919915520 19049 33554432000 4194304 4196468 140731527536208 140559572224496 140560064641666 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0

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

[startup+17.6007 s]
/proc/loadavg: 2.01 1.95 1.87 3/229 27280
/proc/meminfo: memFree=30997800/32770624 swapFree=66936356/67108860
[pid=27263] ppid=27260 vsize=10748324 memory=159044 CPUtime=20 cores=0,2,4,6
/proc/27263/stat : 27263 (java) S 27260 27263 25423 0 -1 1077944320 31670 0 0 0 1984 16 0 0 20 0 16 0 414847927 11006283776 39761 33554432000 4194304 4196468 140731527536208 140731527518752 140560064630519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
/proc/27263/statm: 2687081 39761 3357 1 0 2647217 0
[pid=27263/tid=27265] ppid=27260 vsize=10748324 memory=0 CPUtime=1.86 cores=0,2,4,6
/proc/27263/task/27265/stat : 27265 (java) S 27260 27263 25423 0 -1 1077944384 14591 0 0 0 179 7 0 0 20 0 16 0 414847928 11006283776 39761 33554432000 4194304 4196468 140731527536208 140560068873392 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27266] ppid=27260 vsize=10748324 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27266/stat : 27266 (java) S 27260 27263 25423 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 414847928 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559990704400 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27267] ppid=27260 vsize=10748324 memory=1327 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27267/stat : 27267 (java) S 27260 27263 25423 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 16 0 414847928 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559989651856 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27268] ppid=27260 vsize=10748324 memory=164 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27268/stat : 27268 (java) S 27260 27263 25423 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 414847928 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559988599312 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27269] ppid=27260 vsize=10748324 memory=301741420686082359 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27269/stat : 27269 (java) S 27260 27263 25423 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414847928 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559987546768 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27270] ppid=27260 vsize=10748324 memory=14691894252800627 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27270/stat : 27270 (java) S 27260 27263 25423 0 -1 1077944384 1107 0 0 0 1 0 0 0 20 0 16 0 414847930 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559572224496 140560064641666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27271] ppid=27260 vsize=10748324 memory=280973405160824 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27271/stat : 27271 (java) S 27260 27263 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414847930 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559571170784 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27272] ppid=27260 vsize=10748324 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27272/stat : 27272 (java) S 27260 27263 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847930 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559570118144 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27273] ppid=27260 vsize=10748324 memory=159044 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27273/stat : 27273 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559569066704 140560064649115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27274] ppid=27260 vsize=10748324 memory=6442213889274831712 CPUtime=0.81 cores=0,2,4,6
/proc/27263/task/27274/stat : 27274 (java) S 27260 27263 25423 0 -1 1077944384 2246 0 0 0 81 0 0 0 20 0 16 0 414847933 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559568013296 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27275] ppid=27260 vsize=10748324 memory=159044 CPUtime=0.89 cores=0,2,4,6
/proc/27263/task/27275/stat : 27275 (java) S 27260 27263 25423 0 -1 1077944384 2786 0 0 0 88 1 0 0 20 0 16 0 414847933 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559566960752 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27276] ppid=27260 vsize=10748324 memory=0 CPUtime=0.64 cores=0,2,4,6
/proc/27263/task/27276/stat : 27276 (java) S 27260 27263 25423 0 -1 1077944384 3934 0 0 0 63 1 0 0 20 0 16 0 414847933 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559565908208 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27277] ppid=27260 vsize=10748324 memory=280973406062352 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27277/stat : 27277 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559564855904 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27278] ppid=27260 vsize=10748324 memory=159044 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27278/stat : 27278 (java) S 27260 27263 25423 0 -1 1077944384 192 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559563803440 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27279] ppid=27260 vsize=10748324 memory=6791534058613427641 CPUtime=15.67 cores=0,2,4,6
/proc/27263/task/27279/stat : 27279 (java) R 27260 27263 25423 0 -1 4202560 5183 0 0 0 1565 2 0 0 20 0 16 0 414848116 11006283776 39761 33554432000 4194304 4196468 140731527536208 140559547022976 140559672999796 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
Current children cumulated CPU time: 20 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 159044 KiB

[startup+18.4007 s]
/proc/loadavg: 2.01 1.95 1.87 3/229 27280
/proc/meminfo: memFree=30997800/32770624 swapFree=66936356/67108860
[pid=27263] ppid=27260 vsize=10748324 memory=159072 CPUtime=20.83 cores=0,2,4,6
/proc/27263/stat : 27263 (java) S 27260 27263 25423 0 -1 1077944320 32846 0 0 0 2067 16 0 0 20 0 16 0 414847927 11006283776 39768 33554432000 4194304 4196468 140731527536208 140731527518752 140560064630519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
/proc/27263/statm: 2687081 39768 3357 1 0 2647217 0
[pid=27263/tid=27265] ppid=27260 vsize=10748324 memory=159044 CPUtime=1.86 cores=0,2,4,6
/proc/27263/task/27265/stat : 27265 (java) S 27260 27263 25423 0 -1 1077944384 14591 0 0 0 179 7 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140560068873392 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27266] ppid=27260 vsize=10748324 memory=6944656592387989600 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27266/stat : 27266 (java) S 27260 27263 25423 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559990704400 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27267] ppid=27260 vsize=10748324 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27267/stat : 27267 (java) S 27260 27263 25423 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559989651856 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27268] ppid=27260 vsize=10748324 memory=81 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27268/stat : 27268 (java) S 27260 27263 25423 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559988599312 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27269] ppid=27260 vsize=10748324 memory=91 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27269/stat : 27269 (java) S 27260 27263 25423 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559987546768 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27270] ppid=27260 vsize=10748324 memory=64 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27270/stat : 27270 (java) S 27260 27263 25423 0 -1 1077944384 1144 0 0 0 1 0 0 0 20 0 16 0 414847930 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559572224496 140560064641666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27271] ppid=27260 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27271/stat : 27271 (java) S 27260 27263 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414847930 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559571170784 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27272] ppid=27260 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27272/stat : 27272 (java) S 27260 27263 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847930 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559570118144 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27273] ppid=27260 vsize=10748324 memory=1587 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27273/stat : 27273 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559569066704 140560064649115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27274] ppid=27260 vsize=10748324 memory=2054 CPUtime=0.81 cores=0,2,4,6
/proc/27263/task/27274/stat : 27274 (java) S 27260 27263 25423 0 -1 1077944384 2249 0 0 0 81 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559568013296 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27275] ppid=27260 vsize=10748324 memory=159072 CPUtime=0.91 cores=0,2,4,6
/proc/27263/task/27275/stat : 27275 (java) S 27260 27263 25423 0 -1 1077944384 3889 0 0 0 90 1 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559566960752 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27276] ppid=27260 vsize=10748324 memory=984 CPUtime=0.64 cores=0,2,4,6
/proc/27263/task/27276/stat : 27276 (java) S 27260 27263 25423 0 -1 1077944384 3938 0 0 0 63 1 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559565908208 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27277] ppid=27260 vsize=10748324 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27277/stat : 27277 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559564855904 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27278] ppid=27260 vsize=10748324 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27278/stat : 27278 (java) S 27260 27263 25423 0 -1 1077944384 192 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559563803440 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27279] ppid=27260 vsize=10748324 memory=1548 CPUtime=16.47 cores=0,2,4,6
/proc/27263/task/27279/stat : 27279 (java) R 27260 27263 25423 0 -1 4202560 5212 0 0 0 1645 2 0 0 20 0 16 0 414848116 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559547028576 140559673001917 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
Current children cumulated CPU time: 20.83 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 159072 KiB

[startup+19.2007 s]
/proc/loadavg: 2.01 1.95 1.87 3/229 27280
/proc/meminfo: memFree=30997800/32770624 swapFree=66936356/67108860
[pid=27263] ppid=27260 vsize=10748324 memory=159072 CPUtime=21.63 cores=0,2,4,6
/proc/27263/stat : 27263 (java) S 27260 27263 25423 0 -1 1077944320 33001 0 0 0 2147 16 0 0 20 0 16 0 414847927 11006283776 39768 33554432000 4194304 4196468 140731527536208 140731527518752 140560064630519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
/proc/27263/statm: 2687081 39768 3357 1 0 2647217 0
[pid=27263/tid=27265] ppid=27260 vsize=10748324 memory=159044 CPUtime=1.86 cores=0,2,4,6
/proc/27263/task/27265/stat : 27265 (java) S 27260 27263 25423 0 -1 1077944384 14591 0 0 0 179 7 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140560068873392 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27266] ppid=27260 vsize=10748324 memory=7016952788452204857 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27266/stat : 27266 (java) S 27260 27263 25423 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559990704400 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27267] ppid=27260 vsize=10748324 memory=4712519221702938782 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27267/stat : 27267 (java) S 27260 27263 25423 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559989651856 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27268] ppid=27260 vsize=10748324 memory=3467833492828009278 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27268/stat : 27268 (java) S 27260 27263 25423 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559988599312 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27269] ppid=27260 vsize=10748324 memory=7368002589315584080 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27269/stat : 27269 (java) S 27260 27263 25423 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559987546768 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27270] ppid=27260 vsize=10748324 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27270/stat : 27270 (java) S 27260 27263 25423 0 -1 1077944384 1144 0 0 0 1 0 0 0 20 0 16 0 414847930 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559572224496 140560064641666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27271] ppid=27260 vsize=10748324 memory=23992 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27271/stat : 27271 (java) S 27260 27263 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414847930 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559571170784 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27272] ppid=27260 vsize=10748324 memory=984 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27272/stat : 27272 (java) S 27260 27263 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847930 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559570118144 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27273] ppid=27260 vsize=10748324 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27273/stat : 27273 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559569066704 140560064649115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27274] ppid=27260 vsize=10748324 memory=1412 CPUtime=0.81 cores=0,2,4,6
/proc/27263/task/27274/stat : 27274 (java) S 27260 27263 25423 0 -1 1077944384 2249 0 0 0 81 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559568013296 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27275] ppid=27260 vsize=10748324 memory=6791534058613427641 CPUtime=0.91 cores=0,2,4,6
/proc/27263/task/27275/stat : 27275 (java) S 27260 27263 25423 0 -1 1077944384 3889 0 0 0 90 1 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559566960752 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27276] ppid=27260 vsize=10748324 memory=14056 CPUtime=0.64 cores=0,2,4,6
/proc/27263/task/27276/stat : 27276 (java) S 27260 27263 25423 0 -1 1077944384 4091 0 0 0 63 1 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559565908208 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27277] ppid=27260 vsize=10748324 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27277/stat : 27277 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559564855904 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27278] ppid=27260 vsize=10748324 memory=516 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27278/stat : 27278 (java) S 27260 27263 25423 0 -1 1077944384 192 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559563803440 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27279] ppid=27260 vsize=10748324 memory=1556 CPUtime=17.27 cores=0,2,4,6
/proc/27263/task/27279/stat : 27279 (java) R 27260 27263 25423 0 -1 4202560 5214 0 0 0 1725 2 0 0 20 0 16 0 414848116 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559547028528 140559673021921 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
Current children cumulated CPU time: 21.63 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 159072 KiB

[startup+19.6007 s]
/proc/loadavg: 2.01 1.95 1.87 3/229 27280
/proc/meminfo: memFree=30997800/32770624 swapFree=66936356/67108860
[pid=27263] ppid=27260 vsize=10748324 memory=159072 CPUtime=22.03 cores=0,2,4,6
/proc/27263/stat : 27263 (java) S 27260 27263 25423 0 -1 1077944320 33001 0 0 0 2187 16 0 0 20 0 16 0 414847927 11006283776 39768 33554432000 4194304 4196468 140731527536208 140731527518752 140560064630519 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
/proc/27263/statm: 2687081 39768 3357 1 0 2647217 0
[pid=27263/tid=27265] ppid=27260 vsize=10748324 memory=-3253322038155611931 CPUtime=1.86 cores=0,2,4,6
/proc/27263/task/27265/stat : 27265 (java) S 27260 27263 25423 0 -1 1077944384 14591 0 0 0 179 7 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140560068873392 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27266] ppid=27260 vsize=10748324 memory=-1088251628401078322 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27266/stat : 27266 (java) S 27260 27263 25423 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559990704400 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27267] ppid=27260 vsize=10748324 memory=8761640388971749472 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27267/stat : 27267 (java) S 27260 27263 25423 0 -1 1077944384 131 0 0 0 1 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559989651856 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27268] ppid=27260 vsize=10748324 memory=6944656592452938395 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27268/stat : 27268 (java) S 27260 27263 25423 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559988599312 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27269] ppid=27260 vsize=10748324 memory=-7233780906022716832 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27269/stat : 27269 (java) S 27260 27263 25423 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414847928 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559987546768 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27270] ppid=27260 vsize=10748324 memory=-7531822216213012384 CPUtime=0.01 cores=0,2,4,6
/proc/27263/task/27270/stat : 27270 (java) S 27260 27263 25423 0 -1 1077944384 1144 0 0 0 1 0 0 0 20 0 16 0 414847930 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559572224496 140560064641666 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27271] ppid=27260 vsize=10748324 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27271/stat : 27271 (java) S 27260 27263 25423 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414847930 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559571170784 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27272] ppid=27260 vsize=10748324 memory=6944656592452807323 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27272/stat : 27272 (java) S 27260 27263 25423 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414847930 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559570118144 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27273] ppid=27260 vsize=10748324 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27273/stat : 27273 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559569066704 140560064649115 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27274] ppid=27260 vsize=10748324 memory=6944652177228980320 CPUtime=0.81 cores=0,2,4,6
/proc/27263/task/27274/stat : 27274 (java) S 27260 27263 25423 0 -1 1077944384 2249 0 0 0 81 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559568013296 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27275] ppid=27260 vsize=10748324 memory=56 CPUtime=0.91 cores=0,2,4,6
/proc/27263/task/27275/stat : 27275 (java) S 27260 27263 25423 0 -1 1077944384 3889 0 0 0 90 1 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559566960752 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27276] ppid=27260 vsize=10748324 memory=8836 CPUtime=0.64 cores=0,2,4,6
/proc/27263/task/27276/stat : 27276 (java) S 27260 27263 25423 0 -1 1077944384 4091 0 0 0 63 1 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559565908208 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27277] ppid=27260 vsize=10748324 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27277/stat : 27277 (java) S 27260 27263 25423 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559564855904 140560064640725 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27278] ppid=27260 vsize=10748324 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/27263/task/27278/stat : 27278 (java) S 27260 27263 25423 0 -1 1077944384 192 0 0 0 0 0 0 0 20 0 16 0 414847933 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559563803440 140560064641666 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
[pid=27263/tid=27279] ppid=27260 vsize=10748324 memory=15460 CPUtime=17.67 cores=0,2,4,6
/proc/27263/task/27279/stat : 27279 (java) R 27260 27263 25423 0 -1 4202560 5214 0 0 0 1765 2 0 0 20 0 16 0 414848116 11006283776 39768 33554432000 4194304 4196468 140731527536208 140559547028416 140559673414420 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23339008 140731527537675 140731527537778 140731527537778 140731527540687 0
Current children cumulated CPU time: 22.03 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 159072 KiB

Child status: 0
Real time (s): 19.6671
CPU time (s): 22.1417
CPU user time (s): 21.977
CPU system time (s): 0.164697
CPU usage (%): 112.582
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 159072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.977
system time used= 0.164697
maximum resident set size= 159632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35450
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= 3124
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 27263
#   total CPU time (s): 22.1417
#   total CPU user time (s): 21.977
#   total CPU system time (s): 0.164697

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.123151 second user time and 0.234207 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= bc231a1d8845efcd5c5ebc235ca42ef6
RANDOM SEED=1932443271

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:        31145020 kB
MemAvailable:   31390960 kB
Buffers:          147112 kB
Cached:           386328 kB
SwapCached:        68412 kB
Active:           721928 kB
Inactive:         345988 kB
Active(anon):     477116 kB
Inactive(anon):    89820 kB
Active(file):     244812 kB
Inactive(file):   256168 kB
Unevictable:      111220 kB
Mlocked:          111220 kB
SwapTotal:      67108860 kB
SwapFree:       66936356 kB
Dirty:              8844 kB
Writeback:             0 kB
AnonPages:        578196 kB
Mapped:            48720 kB
Shmem:             24008 kB
Slab:             150140 kB
SReclaimable:     121592 kB
SUnreclaim:        28548 kB
KernelStack:        3744 kB
PageTables:         6656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1667112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    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:40