Trace number 4390663

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 52.2795 49.8228

DiagnosticValue
WRONG_DECISIONS83989

General information on the benchmark

NameLatinSquare/LatinSquare-m1-gp/
qwh-o30-h374-11.xml
MD5SUM593ac311ff8adf8f7756cc1eeec69a70
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 benchmark18.7897
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.42/1.88	
2.42/1.88	AbsCon 2 
2.42/1.89	
2.94/2.03	  Instance
2.94/2.03	    name=instance-4390663-1568385853, framework=CSP
2.94/2.03	
2.94/2.03	  Loading variables...
2.94/2.10	  Loading constraints...
3.48/2.26	
3.48/2.26	  Domains
3.48/2.26	    nTypes=1, nValues=27000, sizes=[30#900]
3.48/2.26	  Variables
3.48/2.26	    count=900, degrees=[2#374,3#526]
3.48/2.26	  Constraints
3.48/2.26	    count=586, nSpecific=60, arities=[1#526,30#60]
3.48/2.26	    distribution=[AllDifferent#60,CtrIntension#526]
3.48/2.26	    nIntStructures=(30,shared:496)
3.48/2.26	    wck=0.411, cpu=2.221, mem=37M82
3.48/2.27	  Solver SolverBacktrack being built...
3.48/2.27	
3.82/2.31	
3.82/2.31	  Solver
3.82/2.31	    guaranteedGAC=true
3.82/2.31	    wck=0.468, cpu=2.275, mem=50M367
4.09/2.48	
4.09/2.48	  Preprocessing
4.09/2.48	    filters=1587, revisions=(526,useless=0), ccks=8132, nACremovedValues=24544, nTotalRemovedValues=24544, inconcistency=false
4.09/2.48	    wck=0.17, cpu=2.446, mem=50M367
4.09/2.48	
4.37/2.51	    num=0, depth=28..32, filters=2609, revisions=(526,useless=0), ccks=8132, wck=0.198, mem=50M367
4.37/2.51	    decisions=56, wrong=14, backtracks=8, failedAssignments=10, nogoods=4
4.37/2.51	    
4.37/2.54	    num=1, depth=35..49, filters=3676, revisions=(526,useless=0), ccks=8132, wck=0.223, mem=50M367
4.37/2.54	    decisions=132, wrong=31, backtracks=17, failedAssignments=21, nogoods=9
4.37/2.54	    
4.37/2.57	    num=2, depth=39..56, filters=4950, revisions=(526,useless=0), ccks=8132, wck=0.259, mem=50M367
4.37/2.57	    decisions=220, wrong=52, backtracks=29, failedAssignments=33, nogoods=14
4.37/2.57	    
4.37/2.59	    num=3, depth=46..55, filters=6198, revisions=(526,useless=0), ccks=8132, wck=0.282, mem=50M367
4.37/2.59	    decisions=311, wrong=74, backtracks=43, failedAssignments=46, nogoods=16
4.37/2.59	    
4.64/2.62	    num=4, depth=45..54, filters=7928, revisions=(526,useless=0), ccks=8132, wck=0.308, mem=50M367
4.64/2.62	    decisions=406, wrong=99, backtracks=60, failedAssignments=60, nogoods=20
4.64/2.62	    
4.64/2.64	    num=5, depth=49..55, filters=9126, revisions=(526,useless=0), ccks=8132, wck=0.329, mem=50M367
4.64/2.64	    decisions=507, wrong=124, backtracks=76, failedAssignments=76, nogoods=27
4.64/2.64	    
4.64/2.66	    num=6, depth=42..55, filters=10447, revisions=(526,useless=0), ccks=8132, wck=0.35, mem=50M367
4.64/2.66	    decisions=614, wrong=153, backtracks=88, failedAssignments=93, nogoods=32
4.64/2.66	    
4.64/2.69	    num=7, depth=39..49, filters=12103, revisions=(526,useless=0), ccks=8132, wck=0.376, mem=50M367
4.64/2.69	    decisions=722, wrong=186, backtracks=111, failedAssignments=112, nogoods=35
4.64/2.69	    
4.78/2.71	    num=8, depth=31..53, filters=13766, revisions=(526,useless=0), ccks=8132, wck=0.401, mem=50M367
4.78/2.71	    decisions=839, wrong=222, backtracks=132, failedAssignments=133, nogoods=45
4.78/2.71	    
4.78/2.74	    num=9, depth=53..62, filters=15867, revisions=(526,useless=0), ccks=8132, wck=0.431, mem=50M367
4.78/2.74	    decisions=970, wrong=261, backtracks=161, failedAssignments=156, nogoods=47
4.78/2.74	    
4.78/2.78	    num=10, depth=33..63, filters=18832, revisions=(526,useless=0), ccks=8132, wck=0.471, mem=50M367
4.78/2.78	    decisions=1135, wrong=320, backtracks=210, failedAssignments=181, nogoods=50
4.78/2.78	    
4.89/2.82	    num=11, depth=51..67, filters=21635, revisions=(526,useless=0), ccks=8132, wck=0.51, mem=50M367
4.89/2.82	    decisions=1299, wrong=374, backtracks=250, failedAssignments=209, nogoods=53
4.89/2.82	    
4.89/2.86	    num=12, depth=47..63, filters=24290, revisions=(526,useless=0), ccks=8132, wck=0.547, mem=50M367
4.89/2.86	    decisions=1460, wrong=427, backtracks=289, failedAssignments=240, nogoods=62
4.89/2.86	    
5.01/2.91	    num=13, depth=57..70, filters=28387, revisions=(526,useless=0), ccks=8132, wck=0.6, mem=50M367
5.01/2.91	    decisions=1644, wrong=490, backtracks=330, failedAssignments=274, nogoods=66
5.01/2.91	    
5.01/2.96	    num=14, depth=43..54, filters=31722, revisions=(526,useless=0), ccks=8132, wck=0.643, mem=50M367
5.01/2.96	    decisions=1821, wrong=557, backtracks=379, failedAssignments=311, nogoods=69
5.01/2.96	    
5.12/3.01	    num=15, depth=46..59, filters=35720, revisions=(526,useless=0), ccks=8132, wck=0.695, mem=50M367
5.12/3.01	    decisions=2012, wrong=627, backtracks=429, failedAssignments=352, nogoods=72
5.12/3.01	    
5.12/3.06	    num=16, depth=56..66, filters=40059, revisions=(526,useless=0), ccks=8132, wck=0.751, mem=50M367
5.12/3.06	    decisions=2237, wrong=709, backtracks=491, failedAssignments=397, nogoods=76
5.12/3.06	    
5.22/3.12	    num=17, depth=45..56, filters=44608, revisions=(526,useless=0), ccks=8132, wck=0.81, mem=50M367
5.22/3.12	    decisions=2479, wrong=806, backtracks=556, failedAssignments=447, nogoods=82
5.22/3.12	    
5.22/3.18	    num=18, depth=44..56, filters=49199, revisions=(526,useless=0), ccks=8132, wck=0.867, mem=50M367
5.22/3.18	    decisions=2715, wrong=902, backtracks=629, failedAssignments=502, nogoods=84
5.22/3.18	    
5.31/3.25	    num=19, depth=50..64, filters=54969, revisions=(526,useless=0), ccks=8132, wck=0.938, mem=53M10
5.31/3.25	    decisions=2982, wrong=1008, backtracks=708, failedAssignments=563, nogoods=93
5.31/3.25	    
5.42/3.34	    num=20, depth=44..56, filters=62281, revisions=(526,useless=0), ccks=8132, wck=1.022, mem=53M10
5.42/3.34	    decisions=3314, wrong=1150, backtracks=814, failedAssignments=630, nogoods=98
5.42/3.34	    
5.52/3.42	    num=21, depth=56..73, filters=69501, revisions=(526,useless=0), ccks=8132, wck=1.107, mem=53M10
5.52/3.42	    decisions=3668, wrong=1296, backtracks=922, failedAssignments=704, nogoods=103
5.52/3.42	    
5.63/3.50	    num=22, depth=48..57, filters=76297, revisions=(526,useless=0), ccks=8132, wck=1.189, mem=53M10
5.63/3.50	    decisions=3978, wrong=1427, backtracks=1024, failedAssignments=785, nogoods=106
5.63/3.50	    
5.73/3.61	    num=23, depth=45..69, filters=85599, revisions=(526,useless=0), ccks=8132, wck=1.294, mem=53M10
5.73/3.61	    decisions=4370, wrong=1595, backtracks=1155, failedAssignments=874, nogoods=113
5.73/3.61	    
5.83/3.71	    num=24, depth=41..58, filters=94305, revisions=(526,useless=0), ccks=8132, wck=1.393, mem=53M10
5.83/3.71	    decisions=4802, wrong=1786, backtracks=1298, failedAssignments=972, nogoods=126
5.83/3.71	    
5.93/3.81	    num=25, depth=41..63, filters=102807, revisions=(526,useless=0), ccks=8132, wck=1.498, mem=53M10
5.93/3.81	    decisions=5218, wrong=1969, backtracks=1427, failedAssignments=1080, nogoods=130
5.93/3.81	    
6.03/3.92	    num=26, depth=45..63, filters=112652, revisions=(526,useless=0), ccks=8132, wck=1.611, mem=53M10
6.03/3.92	    decisions=5643, wrong=2157, backtracks=1550, failedAssignments=1199, nogoods=139
6.03/3.92	    
6.14/4.05	    num=27, depth=48..65, filters=123552, revisions=(526,useless=0), ccks=8132, wck=1.738, mem=53M10
6.14/4.05	    decisions=6185, wrong=2402, backtracks=1737, failedAssignments=1330, nogoods=145
6.14/4.05	    
6.36/4.21	    num=28, depth=43..79, filters=136309, revisions=(526,useless=0), ccks=8132, wck=1.899, mem=53M10
6.36/4.21	    decisions=6739, wrong=2647, backtracks=1901, failedAssignments=1474, nogoods=148
6.36/4.21	    
6.46/4.38	    num=29, depth=40..60, filters=150897, revisions=(526,useless=0), ccks=8132, wck=2.069, mem=53M10
6.46/4.38	    decisions=7348, wrong=2929, backtracks=2127, failedAssignments=1632, nogoods=151
6.46/4.38	    
6.71/4.59	    num=30, depth=47..65, filters=168337, revisions=(526,useless=0), ccks=8132, wck=2.274, mem=53M10
6.71/4.59	    decisions=8087, wrong=3272, backtracks=2383, failedAssignments=1806, nogoods=160
6.71/4.59	    
6.91/4.78	    num=31, depth=38..55, filters=184849, revisions=(526,useless=0), ccks=8132, wck=2.47, mem=53M10
6.91/4.78	    decisions=8823, wrong=3621, backtracks=2638, failedAssignments=1997, nogoods=161
6.91/4.78	    
7.22/5.02	    num=32, depth=49..72, filters=204626, revisions=(526,useless=0), ccks=8132, wck=2.705, mem=53M10
7.22/5.02	    decisions=9675, wrong=4021, backtracks=2924, failedAssignments=2208, nogoods=174
7.22/5.02	    
7.41/5.28	    num=33, depth=34..53, filters=227087, revisions=(526,useless=0), ccks=8132, wck=2.965, mem=53M10
7.41/5.28	    decisions=10528, wrong=4429, backtracks=3240, failedAssignments=2440, nogoods=178
7.41/5.28	    
7.71/5.52	    num=34, depth=46..63, filters=248841, revisions=(526,useless=0), ccks=8132, wck=3.208, mem=53M10
7.71/5.52	    decisions=11527, wrong=4901, backtracks=3591, failedAssignments=2695, nogoods=184
7.71/5.52	    
8.06/5.84	    num=35, depth=44..69, filters=276593, revisions=(526,useless=0), ccks=8132, wck=3.525, mem=53M10
8.06/5.84	    decisions=12567, wrong=5395, backtracks=3933, failedAssignments=2976, nogoods=191
8.06/5.84	    
8.37/6.17	    num=36, depth=54..76, filters=306529, revisions=(526,useless=0), ccks=8132, wck=3.858, mem=53M10
8.37/6.17	    decisions=13751, wrong=5957, backtracks=4347, failedAssignments=3285, nogoods=198
8.37/6.17	    
8.76/6.53	    num=37, depth=49..71, filters=337521, revisions=(526,useless=0), ccks=8132, wck=4.213, mem=53M10
8.76/6.53	    decisions=15039, wrong=6572, backtracks=4810, failedAssignments=3625, nogoods=207
8.76/6.53	    
9.16/6.91	    num=38, depth=46..66, filters=371688, revisions=(526,useless=0), ccks=8132, wck=4.602, mem=53M10
9.16/6.91	    decisions=16495, wrong=7276, backtracks=5336, failedAssignments=3999, nogoods=213
9.16/6.91	    
9.56/7.34	    num=39, depth=46..75, filters=408799, revisions=(526,useless=0), ccks=8132, wck=5.023, mem=53M10
9.56/7.34	    decisions=18088, wrong=8046, backtracks=5886, failedAssignments=4410, nogoods=218
9.56/7.34	    
10.06/7.84	    num=40, depth=42..65, filters=454853, revisions=(526,useless=0), ccks=8132, wck=5.528, mem=53M10
10.06/7.84	    decisions=19938, wrong=8949, backtracks=6575, failedAssignments=4862, nogoods=224
10.06/7.84	    
10.66/8.40	    num=41, depth=51..71, filters=504243, revisions=(526,useless=0), ccks=8132, wck=6.084, mem=53M10
10.66/8.40	    decisions=21815, wrong=9858, backtracks=7246, failedAssignments=5359, nogoods=236
10.66/8.40	    
11.16/8.94	    num=42, depth=41..61, filters=552838, revisions=(526,useless=0), ccks=8132, wck=6.632, mem=53M10
11.16/8.94	    decisions=23874, wrong=10865, backtracks=7947, failedAssignments=5906, nogoods=247
11.16/8.94	    
11.77/9.54	    num=43, depth=50..71, filters=605116, revisions=(526,useless=0), ccks=8132, wck=7.223, mem=53M10
11.77/9.54	    decisions=26026, wrong=11913, backtracks=8719, failedAssignments=6508, nogoods=253
11.77/9.54	    
12.38/10.18	    num=44, depth=49..72, filters=661778, revisions=(526,useless=0), ccks=8132, wck=7.867, mem=53M10
12.38/10.18	    decisions=28472, wrong=13108, backtracks=9652, failedAssignments=7170, nogoods=258
12.38/10.18	    
13.07/10.89	    num=45, depth=48..69, filters=726298, revisions=(526,useless=0), ccks=8132, wck=8.58, mem=53M10
13.07/10.89	    decisions=31076, wrong=14384, backtracks=10620, failedAssignments=7898, nogoods=265
13.07/10.89	    
13.88/11.69	    num=46, depth=51..72, filters=799402, revisions=(526,useless=0), ccks=8132, wck=9.378, mem=53M10
13.88/11.69	    decisions=34000, wrong=15818, backtracks=11660, failedAssignments=8699, nogoods=278
13.88/11.69	    
14.98/12.70	    num=47, depth=48..74, filters=890040, revisions=(526,useless=0), ccks=8132, wck=10.39, mem=53M10
14.98/12.70	    decisions=37507, wrong=17543, backtracks=13002, failedAssignments=9580, nogoods=288
14.98/12.70	    
15.88/13.64	    num=48, depth=48..72, filters=975316, revisions=(526,useless=0), ccks=8132, wck=11.326, mem=53M10
15.88/13.64	    decisions=41011, wrong=19269, backtracks=14241, failedAssignments=10550, nogoods=296
15.88/13.64	    
16.88/14.63	    num=49, depth=47..74, filters=1062857, revisions=(526,useless=0), ccks=8132, wck=12.322, mem=53M10
16.88/14.63	    decisions=44960, wrong=21218, backtracks=15711, failedAssignments=11617, nogoods=303
16.88/14.63	    
18.08/15.81	    num=50, depth=38..60, filters=1168490, revisions=(526,useless=0), ccks=8132, wck=13.495, mem=53M10
18.08/15.81	    decisions=49195, wrong=23314, backtracks=17307, failedAssignments=12790, nogoods=319
18.08/15.81	    
19.29/17.07	    num=51, depth=45..66, filters=1289954, revisions=(526,useless=0), ccks=8132, wck=14.752, mem=53M10
19.29/17.07	    decisions=54122, wrong=25753, backtracks=19140, failedAssignments=14081, nogoods=331
19.29/17.07	    
20.68/18.40	    num=52, depth=23..58, filters=1412553, revisions=(526,useless=0), ccks=8132, wck=16.086, mem=53M10
20.68/18.40	    decisions=59451, wrong=28399, backtracks=21045, failedAssignments=15501, nogoods=344
20.68/18.40	    
22.19/19.93	    num=53, depth=47..72, filters=1553277, revisions=(526,useless=0), ccks=8132, wck=17.618, mem=53M10
22.19/19.93	    decisions=65006, wrong=31148, backtracks=23052, failedAssignments=17063, nogoods=358
22.19/19.93	    
24.11/21.89	    num=54, depth=50..77, filters=1726238, revisions=(526,useless=0), ccks=8132, wck=19.575, mem=53M10
24.11/21.89	    decisions=71657, wrong=34444, backtracks=25510, failedAssignments=18781, nogoods=370
24.11/21.89	    
26.32/24.05	    num=55, depth=39..63, filters=1918980, revisions=(526,useless=0), ccks=8132, wck=21.735, mem=53M10
26.32/24.05	    decisions=78891, wrong=38037, backtracks=28164, failedAssignments=20671, nogoods=381
26.32/24.05	    
28.32/26.09	    num=56, depth=48..78, filters=2099470, revisions=(526,useless=0), ccks=8132, wck=23.779, mem=53M10
28.32/26.09	    decisions=86708, wrong=41920, backtracks=31066, failedAssignments=22750, nogoods=391
28.32/26.09	    
30.94/28.62	    num=57, depth=38..64, filters=2323520, revisions=(526,useless=0), ccks=8132, wck=26.308, mem=53M10
30.94/28.62	    decisions=95367, wrong=46227, backtracks=34201, failedAssignments=25037, nogoods=409
30.94/28.62	    
33.67/31.31	    num=58, depth=38..63, filters=2565442, revisions=(526,useless=0), ccks=8132, wck=29.002, mem=53M10
33.67/31.31	    decisions=104567, wrong=50805, backtracks=37642, failedAssignments=27553, nogoods=418
33.67/31.31	    
36.77/34.44	    num=59, depth=32..75, filters=2841275, revisions=(526,useless=0), ccks=8132, wck=32.126, mem=55M652
36.77/34.44	    decisions=114963, wrong=55979, backtracks=41535, failedAssignments=30321, nogoods=430
36.77/34.44	    
39.67/37.32	    num=60, depth=47..78, filters=3113173, revisions=(526,useless=0), ccks=8132, wck=35.011, mem=55M652
39.67/37.32	    decisions=126074, wrong=61506, backtracks=45656, failedAssignments=33365, nogoods=437
39.67/37.32	    
42.97/40.60	    num=61, depth=41..63, filters=3413781, revisions=(526,useless=0), ccks=8132, wck=38.29, mem=55M652
42.97/40.60	    decisions=138275, wrong=67585, backtracks=50244, failedAssignments=36714, nogoods=443
42.97/40.60	    
46.87/44.56	    num=62, depth=49..73, filters=3766474, revisions=(526,useless=0), ccks=8132, wck=42.25, mem=55M652
46.87/44.56	    decisions=152219, wrong=74531, backtracks=55368, failedAssignments=40398, nogoods=457
46.87/44.56	    
50.79/48.42	    num=63, depth=49..77, filters=4103737, revisions=(526,useless=0), ccks=8132, wck=46.107, mem=55M652
50.79/48.42	    decisions=166131, wrong=81459, backtracks=60334, failedAssignments=44450, nogoods=475
50.79/48.42	    
52.25/49.80	    num=64, depth=41..899, filters=4234469, revisions=(526,useless=0), ccks=8718, wck=47.487, mem=55M652
52.25/49.80	    decisions=171249, wrong=83989, backtracks=62318, failedAssignments=45733, nogoods=475, foundSolutions=1
52.25/49.80	    
52.25/49.80	  Global
52.25/49.80	    filters=4234469, revisions=(526,useless=0), ccks=8718, nogoods=475
52.25/49.80	    Stop=REACHED_GOAL, wrong=83989, foundSolutions=1, firstSolCpu=49.753
52.25/49.80	    wck=47.956, cpu=49.766, mem=55M652
52.25/49.80	
52.25/49.80	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 20 27 26 16 9 21 28 5 2 10 22 23 6 19 18 1 14 13 17 8 25 7 12 15 11 29 24 3 0 4 18 24 2 26 23 29 27 17 12 0 13 7 5 25 21 28 20 15 9 14 4 22 3 11 1 19 16 10 6 8 29 12 19 13 10 16 24 2 21 1 5 8 7 23 6 0 27 14 18 22 17 15 28 3 25 9 4 26 11 20 4 20 22 17 26 2 0 7 23 11 1 28 18 16 24 5 8 19 15 29 14 9 6 13 10 25 27 12 21 3 11 2 29 22 20 18 14 3 16 27 23 12 4 6 10 15 19 5 26 25 24 8 13 17 9 7 0 1 28 21 21 18 3 0 8 5 13 11 17 15 28 22 29 12 4 23 24 26 27 7 9 16 10 19 20 2 25 6 14 1 22 13 18 23 28 15 20 4 27 14 11 26 3 9 5 25 29 17 8 24 1 12 2 6 19 16 7 21 10 0 5 22 24 15 19 28 25 27 9 26 18 11 16 17 14 8 0 3 13 4 6 21 23 29 7 10 1 20 12 2 8 28 6 10 16 13 1 26 14 23 29 24 21 4 15 11 5 0 20 19 3 25 27 7 18 12 2 9 22 17 28 5 11 4 24 9 16 1 6 25 8 18 27 21 0 19 23 2 14 12 22 29 7 20 15 3 13 17 26 10 2 25 28 14 3 0 17 18 8 5 7 10 11 26 22 16 13 20 19 1 15 6 4 12 23 21 29 24 27 9 27 6 21 1 12 26 3 15 19 8 10 16 0 22 9 24 25 28 29 20 18 23 14 2 5 11 17 13 4 7 25 4 7 20 27 17 2 19 5 13 6 0 22 24 3 9 15 12 11 10 16 14 8 1 26 18 21 29 23 28 16 26 5 9 0 3 29 22 4 24 21 19 10 7 8 13 12 1 2 27 23 11 20 28 6 17 18 14 15 25 12 23 16 3 29 24 8 6 10 2 14 15 9 20 25 17 1 18 28 5 11 13 26 4 21 0 22 19 7 27 19 9 25 18 1 8 12 21 7 3 27 4 26 13 2 14 11 23 10 16 0 24 15 22 29 20 6 28 17 5 15 17 27 21 5 10 9 20 11 22 24 6 2 18 1 4 16 29 12 28 26 3 0 25 13 8 23 7 19 14 10 15 17 12 6 11 26 13 29 7 3 14 20 5 27 21 4 16 25 23 2 19 1 0 22 28 9 8 24 18 3 29 14 7 25 4 15 24 13 16 9 5 1 2 20 12 26 10 22 0 21 17 19 18 28 23 11 27 8 6 0 11 10 29 21 20 6 9 3 28 15 27 23 14 16 18 7 25 24 13 19 2 17 26 12 5 8 4 1 22 24 0 8 2 7 27 5 28 1 29 16 17 15 10 23 26 9 6 4 11 20 18 21 14 3 13 19 22 25 12 1 14 20 6 11 23 19 25 0 4 12 21 28 8 17 3 22 27 7 18 29 10 9 24 2 26 15 5 16 13 13 21 15 27 18 19 11 10 24 6 4 1 12 28 29 2 17 9 0 3 7 26 25 5 8 22 14 23 20 16 7 8 9 5 2 12 18 14 15 19 17 3 25 0 28 20 21 4 6 26 13 1 22 23 16 27 10 11 29 24 17 3 12 28 22 14 23 0 26 21 25 13 24 29 11 7 6 8 1 9 10 27 5 16 4 15 20 18 2 19 26 10 4 19 15 1 21 23 25 9 0 20 13 3 7 6 2 22 5 17 27 28 11 8 24 14 12 16 18 29 9 16 13 24 4 22 7 29 20 17 19 25 8 15 26 27 3 21 23 6 12 0 18 10 14 1 28 2 5 11 6 1 23 25 17 7 22 16 18 12 20 29 14 27 19 10 28 11 21 2 8 5 24 9 0 4 3 15 13 26 14 19 0 11 13 6 4 8 22 18 26 2 17 1 12 29 10 7 3 15 28 20 16 21 27 24 5 25 9 23 23 7 1 8 14 25 10 12 28 20 2 9 19 11 13 22 18 24 16 21 5 4 29 27 17 6 26 0 3 15 </values>  </instantiation>
52.25/49.80	s SATISFIABLE
52.25/49.80	
52.25/49.80	d WRONG_DECISIONS 83989

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390663-1568385853/watcher-4390663-1568385853 -o /tmp/evaluation-result-4390663-1568385853/solver-4390663-1568385853 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568380471-32432 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390663-1568385853.xml -cm 

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

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


[startup+0.100109 s]*
/proc/loadavg: 1.97 1.88 1.83 5/229 1465
/proc/meminfo: memFree=30844936/32770624 swapFree=67001900/67108860
[pid=1450] ppid=1447 vsize=10659884 memory=27420 CPUtime=0.13 cores=1,3,5,7
/proc/1450/stat : 1450 (java) S 1447 1450 32400 0 -1 1077944320 5371 0 0 0 12 1 0 0 20 0 15 0 414833970 10915721216 6855 33554432000 4194304 4196468 140735894352480 140735894335024 140263236808439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
/proc/1450/statm: 2664971 6855 2879 1 0 2627468 0
[pid=1450/tid=1452] ppid=1447 vsize=10659884 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/1450/task/1452/stat : 1452 (java) R 1447 1450 32400 0 -1 4202560 3226 0 0 0 8 0 0 0 20 0 15 0 414833971 10915721216 7053 33554432000 4194304 4196468 140735894352480 140263241037400 140263220852069 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1453] ppid=1447 vsize=10659884 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1453/stat : 1453 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 7053 33554432000 4194304 4196468 140735894352480 140263173499792 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1454] ppid=1447 vsize=10659884 memory=3906511866720679584 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1454/stat : 1454 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 7053 33554432000 4194304 4196468 140735894352480 140263172446992 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1455] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1455/stat : 1455 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 7053 33554432000 4194304 4196468 140735894352480 140263171394704 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1456] ppid=1447 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1456/stat : 1456 (java) S 1447 1450 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 7053 33554432000 4194304 4196468 140735894352480 140263170341904 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1457] ppid=1447 vsize=10659884 memory=140347396585088 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1457/stat : 1457 (java) S 1447 1450 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414833973 10915721216 7053 33554432000 4194304 4196468 140735894352480 140262271400048 140263236819586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1458] ppid=1447 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1458/stat : 1458 (java) S 1447 1450 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414833973 10915721216 7053 33554432000 4194304 4196468 140735894352480 140262270346016 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1459] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1459/stat : 1459 (java) S 1447 1450 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414833973 10915721216 7053 33554432000 4194304 4196468 140735894352480 140262269293680 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1460] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1460/stat : 1460 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 7053 33554432000 4194304 4196468 140735894352480 140262268242000 140263236827035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1461] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1461/stat : 1461 (java) S 1447 1450 32400 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 7053 33554432000 4194304 4196468 140735894352480 140262267189872 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1462] ppid=1447 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1462/stat : 1462 (java) S 1447 1450 32400 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 7053 33554432000 4194304 4196468 140735894352480 140262266137072 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1463] ppid=1447 vsize=10659884 memory=140347396585088 CPUtime=0.02 cores=1,3,5,7
/proc/1450/task/1463/stat : 1463 (java) R 1447 1450 32400 0 -1 4202560 402 0 0 0 2 0 0 0 20 0 15 0 414833976 10915721216 7053 33554432000 4194304 4196468 140735894352480 140262265080696 140263215611568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1464] ppid=1447 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1464/stat : 1464 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 7053 33554432000 4194304 4196468 140735894352480 140262264032224 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1465] ppid=1447 vsize=10659884 memory=140347396585088 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1465/stat : 1465 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 7053 33554432000 4194304 4196468 140735894352480 140262262978992 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27420 KiB

[startup+0.210703 s]*
/proc/loadavg: 1.97 1.88 1.83 3/229 1465
/proc/meminfo: memFree=30836936/32770624 swapFree=67001900/67108860
[pid=1450] ppid=1447 vsize=10659884 memory=35688 CPUtime=0.32 cores=1,3,5,7
/proc/1450/stat : 1450 (java) S 1447 1450 32400 0 -1 1077944320 7000 0 0 0 31 1 0 0 20 0 15 0 414833970 10915721216 8922 33554432000 4194304 4196468 140735894352480 140735894335024 140263236808439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
/proc/1450/statm: 2664971 8922 2991 1 0 2627468 0
[pid=1450/tid=1452] ppid=1447 vsize=10659884 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1450/task/1452/stat : 1452 (java) R 1447 1450 32400 0 -1 4202560 3883 0 0 0 19 1 0 0 20 0 15 0 414833971 10915721216 8922 33554432000 4194304 4196468 140735894352480 140263241034456 140263236830365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1453] ppid=1447 vsize=10659884 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1453/stat : 1453 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 8922 33554432000 4194304 4196468 140735894352480 140263173499792 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1454] ppid=1447 vsize=10659884 memory=3906511866720679584 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1454/stat : 1454 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 8922 33554432000 4194304 4196468 140735894352480 140263172446992 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1455] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1455/stat : 1455 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 8922 33554432000 4194304 4196468 140735894352480 140263171394704 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1456] ppid=1447 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1456/stat : 1456 (java) S 1447 1450 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 8922 33554432000 4194304 4196468 140735894352480 140263170341904 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1457] ppid=1447 vsize=10659884 memory=140347396585088 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1457/stat : 1457 (java) S 1447 1450 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414833973 10915721216 8922 33554432000 4194304 4196468 140735894352480 140262271400048 140263236819586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1458] ppid=1447 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1458/stat : 1458 (java) S 1447 1450 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414833973 10915721216 8922 33554432000 4194304 4196468 140735894352480 140262270346016 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1459] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1459/stat : 1459 (java) S 1447 1450 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414833973 10915721216 8922 33554432000 4194304 4196468 140735894352480 140262269293680 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1460] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1460/stat : 1460 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 8922 33554432000 4194304 4196468 140735894352480 140262268242000 140263236827035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1461] ppid=1447 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1450/task/1461/stat : 1461 (java) S 1447 1450 32400 0 -1 1077944384 617 0 0 0 2 0 0 0 20 0 15 0 414833976 10915721216 8922 33554432000 4194304 4196468 140735894352480 140262267189872 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1462] ppid=1447 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/1450/task/1462/stat : 1462 (java) S 1447 1450 32400 0 -1 1077944384 413 0 0 0 3 0 0 0 20 0 15 0 414833976 10915721216 8922 33554432000 4194304 4196468 140735894352480 140262266137072 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1463] ppid=1447 vsize=10659884 memory=140347396585088 CPUtime=0.05 cores=1,3,5,7
/proc/1450/task/1463/stat : 1463 (java) S 1447 1450 32400 0 -1 1077944384 728 0 0 0 5 0 0 0 20 0 15 0 414833976 10915721216 8922 33554432000 4194304 4196468 140735894352480 140262265084784 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1464] ppid=1447 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1464/stat : 1464 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 8922 33554432000 4194304 4196468 140735894352480 140262264032224 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1465] ppid=1447 vsize=10659884 memory=140347396585088 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1465/stat : 1465 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 8922 33554432000 4194304 4196468 140735894352480 140262262978992 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35688 KiB

[startup+0.310179 s]*
/proc/loadavg: 1.97 1.88 1.83 3/229 1465
/proc/meminfo: memFree=30829476/32770624 swapFree=67001900/67108860
[pid=1450] ppid=1447 vsize=10659884 memory=40812 CPUtime=0.47 cores=1,3,5,7
/proc/1450/stat : 1450 (java) S 1447 1450 32400 0 -1 1077944320 9516 0 0 0 44 3 0 0 20 0 15 0 414833970 10915721216 10203 33554432000 4194304 4196468 140735894352480 140735894335024 140263236808439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
/proc/1450/statm: 2664971 10203 3003 1 0 2627468 0
[pid=1450/tid=1452] ppid=1447 vsize=10659884 memory=1398720917958146503 CPUtime=0.3 cores=1,3,5,7
/proc/1450/task/1452/stat : 1452 (java) R 1447 1450 32400 0 -1 4202560 6348 0 0 0 28 2 0 0 20 0 15 0 414833971 10915721216 10203 33554432000 4194304 4196468 140735894352480 140263241047424 140263236830365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1453] ppid=1447 vsize=10659884 memory=13692 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1453/stat : 1453 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 10203 33554432000 4194304 4196468 140735894352480 140263173499792 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1454] ppid=1447 vsize=10659884 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1454/stat : 1454 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 10203 33554432000 4194304 4196468 140735894352480 140263172446992 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1455] ppid=1447 vsize=10659884 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1455/stat : 1455 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 10203 33554432000 4194304 4196468 140735894352480 140263171394704 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1456] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1456/stat : 1456 (java) S 1447 1450 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414833971 10915721216 10203 33554432000 4194304 4196468 140735894352480 140263170341904 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1457] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1457/stat : 1457 (java) S 1447 1450 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414833973 10915721216 10203 33554432000 4194304 4196468 140735894352480 140262271400048 140263236819586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1458] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1458/stat : 1458 (java) S 1447 1450 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414833973 10915721216 10203 33554432000 4194304 4196468 140735894352480 140262270346016 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1459] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1459/stat : 1459 (java) S 1447 1450 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414833973 10915721216 10203 33554432000 4194304 4196468 140735894352480 140262269293680 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1460] ppid=1447 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1460/stat : 1460 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 10203 33554432000 4194304 4196468 140735894352480 140262268242000 140263236827035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1461] ppid=1447 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1450/task/1461/stat : 1461 (java) R 1447 1450 32400 0 -1 4202560 625 0 0 0 3 0 0 0 20 0 15 0 414833976 10915721216 10203 33554432000 4194304 4196468 140735894352480 140262267189872 140263236820374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1462] ppid=1447 vsize=10659884 memory=140347250401839 CPUtime=0.04 cores=1,3,5,7
/proc/1450/task/1462/stat : 1462 (java) R 1447 1450 32400 0 -1 1077944384 455 0 0 0 4 0 0 0 20 0 15 0 414833976 10915721216 10203 33554432000 4194304 4196468 140735894352480 140262266137072 140263236819586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1463] ppid=1447 vsize=10659884 memory=280694646996096 CPUtime=0.08 cores=1,3,5,7
/proc/1450/task/1463/stat : 1463 (java) R 1447 1450 32400 0 -1 4202560 749 0 0 0 8 0 0 0 20 0 15 0 414833976 10915721216 10203 33554432000 4194304 4196468 140735894352480 140262265084784 140263236829786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1464] ppid=1447 vsize=10659884 memory=140347250406447 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1464/stat : 1464 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 10203 33554432000 4194304 4196468 140735894352480 140262264032224 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1465] ppid=1447 vsize=10659884 memory=140347396585100 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1465/stat : 1465 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833976 10915721216 10203 33554432000 4194304 4196468 140735894352480 140262262978992 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40812 KiB

[startup+0.70074 s]
/proc/loadavg: 1.97 1.88 1.83 3/229 1465
/proc/meminfo: memFree=30820436/32770624 swapFree=67001900/67108860
[pid=1450] ppid=1447 vsize=10661932 memory=64136 CPUtime=1.1 cores=1,3,5,7
/proc/1450/stat : 1450 (java) S 1447 1450 32400 0 -1 1077944320 13135 0 0 0 106 4 0 0 20 0 15 0 414833970 10917818368 16034 33554432000 4194304 4196468 140735894352480 140735894335024 140263236808439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
/proc/1450/statm: 2665483 16034 3071 1 0 2627980 0
[pid=1450/tid=1452] ppid=1447 vsize=10661932 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/1450/task/1452/stat : 1452 (java) R 1447 1450 32400 0 -1 4202560 8905 0 0 0 65 3 0 0 20 0 15 0 414833971 10917818368 16034 33554432000 4194304 4196468 140735894352480 140263241040464 140263219995248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1453] ppid=1447 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1453/stat : 1453 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10917818368 16034 33554432000 4194304 4196468 140735894352480 140263173499792 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1454] ppid=1447 vsize=10661932 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1454/stat : 1454 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10917818368 16034 33554432000 4194304 4196468 140735894352480 140263172446992 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1455] ppid=1447 vsize=10661932 memory=10472 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1455/stat : 1455 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10917818368 16034 33554432000 4194304 4196468 140735894352480 140263171394704 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1456] ppid=1447 vsize=10661932 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1456/stat : 1456 (java) S 1447 1450 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414833971 10917818368 16034 33554432000 4194304 4196468 140735894352480 140263170341904 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1457] ppid=1447 vsize=10661932 memory=5260 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1457/stat : 1457 (java) S 1447 1450 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414833973 10917818368 16034 33554432000 4194304 4196468 140735894352480 140262271400048 140263236819586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1458] ppid=1447 vsize=10661932 memory=636 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1458/stat : 1458 (java) S 1447 1450 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414833973 10917818368 16034 33554432000 4194304 4196468 140735894352480 140262270346016 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1459] ppid=1447 vsize=10661932 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1459/stat : 1459 (java) S 1447 1450 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414833973 10917818368 16034 33554432000 4194304 4196468 140735894352480 140262269293680 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1460] ppid=1447 vsize=10661932 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1460/stat : 1460 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414833976 10917818368 16034 33554432000 4194304 4196468 140735894352480 140262268242000 140263236827035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1461] ppid=1447 vsize=10661932 memory=1568 CPUtime=0.09 cores=1,3,5,7
/proc/1450/task/1461/stat : 1461 (java) R 1447 1450 32400 0 -1 4202560 923 0 0 0 9 0 0 0 20 0 15 0 414833976 10917818368 16034 33554432000 4194304 4196468 140735894352480 140262267189872 140263220711520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1462] ppid=1447 vsize=10661932 memory=1040 CPUtime=0.12 cores=1,3,5,7
/proc/1450/task/1462/stat : 1462 (java) S 1447 1450 32400 0 -1 1077944384 711 0 0 0 12 0 0 0 20 0 15 0 414833976 10917818368 16034 33554432000 4194304 4196468 140735894352480 140262266137072 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1463] ppid=1447 vsize=10661932 memory=13692 CPUtime=0.18 cores=1,3,5,7
/proc/1450/task/1463/stat : 1463 (java) S 1447 1450 32400 0 -1 1077944384 1237 0 0 0 18 0 0 0 20 0 15 0 414833976 10917818368 16034 33554432000 4194304 4196468 140735894352480 140262265084784 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1464] ppid=1447 vsize=10661932 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1464/stat : 1464 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414833976 10917818368 16034 33554432000 4194304 4196468 140735894352480 140262264032224 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1465] ppid=1447 vsize=10661932 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1465/stat : 1465 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833976 10917818368 16034 33554432000 4194304 4196468 140735894352480 140262262978992 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64136 KiB

[startup+1.50077 s]
/proc/loadavg: 1.97 1.88 1.83 4/229 1465
/proc/meminfo: memFree=30799844/32770624 swapFree=67001900/67108860
[pid=1450] ppid=1447 vsize=10663980 memory=76124 CPUtime=2.01 cores=1,3,5,7
/proc/1450/stat : 1450 (java) S 1447 1450 32400 0 -1 1077944320 17361 0 0 0 195 6 0 0 20 0 15 0 414833970 10919915520 19031 33554432000 4194304 4196468 140735894352480 140735894335024 140263236808439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
/proc/1450/statm: 2665995 19031 3094 1 0 2628492 0
[pid=1450/tid=1452] ppid=1447 vsize=10663980 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/1450/task/1452/stat : 1452 (java) R 1447 1450 32400 0 -1 4202560 11920 0 0 0 144 4 0 0 20 0 15 0 414833971 10919915520 19031 33554432000 4194304 4196468 140735894352480 140263241040464 140263218371968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1453] ppid=1447 vsize=10663980 memory=-1189914978686163229 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1453/stat : 1453 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10919915520 19031 33554432000 4194304 4196468 140735894352480 140263173499792 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1454] ppid=1447 vsize=10663980 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1454/stat : 1454 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10919915520 19031 33554432000 4194304 4196468 140735894352480 140263172446992 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1455] ppid=1447 vsize=10663980 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1455/stat : 1455 (java) S 1447 1450 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414833971 10919915520 19031 33554432000 4194304 4196468 140735894352480 140263171394704 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1456] ppid=1447 vsize=10663980 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1456/stat : 1456 (java) S 1447 1450 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414833971 10919915520 19031 33554432000 4194304 4196468 140735894352480 140263170341904 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1457] ppid=1447 vsize=10663980 memory=6944656591801717405 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1457/stat : 1457 (java) S 1447 1450 32400 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 414833973 10919915520 19031 33554432000 4194304 4196468 140735894352480 140262271400048 140263236819586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0

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

[startup+48.0006 s]*
/proc/loadavg: 1.71 1.82 1.82 3/230 1469
/proc/meminfo: memFree=30714420/32770624 swapFree=67001900/67108860
[pid=1450] ppid=1447 vsize=10748324 memory=157844 CPUtime=50.39 cores=1,3,5,7
/proc/1450/stat : 1450 (java) S 1447 1450 32400 0 -1 1077944320 36262 0 0 0 5026 13 0 0 20 0 16 0 414833970 11006283776 39461 33554432000 4194304 4196468 140735894352480 140735894335024 140263236808439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
/proc/1450/statm: 2687081 39461 3354 1 0 2647217 0
[pid=1450/tid=1452] ppid=1447 vsize=10748324 memory=1398720917958146503 CPUtime=1.85 cores=1,3,5,7
/proc/1450/task/1452/stat : 1452 (java) S 1447 1450 32400 0 -1 1077944384 13757 0 0 0 179 6 0 0 20 0 16 0 414833971 11006283776 39461 33554432000 4194304 4196468 140735894352480 140263241051312 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1453] ppid=1447 vsize=10748324 memory=5260 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1453/stat : 1453 (java) S 1447 1450 32400 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414833971 11006283776 39461 33554432000 4194304 4196468 140735894352480 140263173499792 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1454] ppid=1447 vsize=10748324 memory=636 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1454/stat : 1454 (java) S 1447 1450 32400 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414833971 11006283776 39461 33554432000 4194304 4196468 140735894352480 140263172446992 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1455] ppid=1447 vsize=10748324 memory=2832 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1455/stat : 1455 (java) S 1447 1450 32400 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 414833971 11006283776 39461 33554432000 4194304 4196468 140735894352480 140263171394704 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1456] ppid=1447 vsize=10748324 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1456/stat : 1456 (java) S 1447 1450 32400 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 414833971 11006283776 39461 33554432000 4194304 4196468 140735894352480 140263170341904 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1457] ppid=1447 vsize=10748324 memory=1568 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1457/stat : 1457 (java) S 1447 1450 32400 0 -1 1077944384 914 0 0 0 1 0 0 0 20 0 16 0 414833973 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262271400048 140263236819586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1458] ppid=1447 vsize=10748324 memory=1040 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1458/stat : 1458 (java) S 1447 1450 32400 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414833973 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262270346080 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1459] ppid=1447 vsize=10748324 memory=157836 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1459/stat : 1459 (java) S 1447 1450 32400 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414833973 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262269293696 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1460] ppid=1447 vsize=10748324 memory=932 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1460/stat : 1460 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262268242000 140263236827035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1461] ppid=1447 vsize=10748324 memory=157836 CPUtime=0.86 cores=1,3,5,7
/proc/1450/task/1461/stat : 1461 (java) S 1447 1450 32400 0 -1 1077944384 5314 0 0 0 85 1 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262267189872 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1462] ppid=1447 vsize=10748324 memory=2840 CPUtime=0.82 cores=1,3,5,7
/proc/1450/task/1462/stat : 1462 (java) S 1447 1450 32400 0 -1 1077944384 3107 0 0 0 82 0 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262266137072 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1463] ppid=1447 vsize=10748324 memory=157836 CPUtime=0.64 cores=1,3,5,7
/proc/1450/task/1463/stat : 1463 (java) S 1447 1450 32400 0 -1 1077944384 4885 0 0 0 64 0 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262265084784 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1464] ppid=1447 vsize=10748324 memory=157836 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1464/stat : 1464 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262264032224 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1465] ppid=1447 vsize=10748324 memory=1656 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1465/stat : 1465 (java) S 1447 1450 32400 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262262978992 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1466] ppid=1447 vsize=10748324 memory=804 CPUtime=46.09 cores=1,3,5,7
/proc/1450/task/1466/stat : 1466 (java) R 1447 1450 32400 0 -1 4202560 6256 0 0 0 4607 2 0 0 20 0 16 0 414834158 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262246308944 140262850457799 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
Current children cumulated CPU time: 50.39 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 157844 KiB

[startup+48.8006 s]
/proc/loadavg: 1.71 1.82 1.82 3/230 1469
/proc/meminfo: memFree=30714420/32770624 swapFree=67001900/67108860
[pid=1450] ppid=1447 vsize=10748324 memory=157844 CPUtime=51.19 cores=1,3,5,7
/proc/1450/stat : 1450 (java) S 1447 1450 32400 0 -1 1077944320 36290 0 0 0 5106 13 0 0 20 0 16 0 414833970 11006283776 39461 33554432000 4194304 4196468 140735894352480 140735894335024 140263236808439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
/proc/1450/statm: 2687081 39461 3354 1 0 2647217 0
[pid=1450/tid=1452] ppid=1447 vsize=10748324 memory=8401560013546 CPUtime=1.85 cores=1,3,5,7
/proc/1450/task/1452/stat : 1452 (java) S 1447 1450 32400 0 -1 1077944384 13757 0 0 0 179 6 0 0 20 0 16 0 414833971 11006283776 39461 33554432000 4194304 4196468 140735894352480 140263241051312 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1453] ppid=1447 vsize=10748324 memory=280694501322744 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1453/stat : 1453 (java) S 1447 1450 32400 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414833971 11006283776 39461 33554432000 4194304 4196468 140735894352480 140263173499792 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1454] ppid=1447 vsize=10748324 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1454/stat : 1454 (java) S 1447 1450 32400 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414833971 11006283776 39461 33554432000 4194304 4196468 140735894352480 140263172446992 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1455] ppid=1447 vsize=10748324 memory=157844 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1455/stat : 1455 (java) S 1447 1450 32400 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 414833971 11006283776 39461 33554432000 4194304 4196468 140735894352480 140263171394704 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1456] ppid=1447 vsize=10748324 memory=157844 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1456/stat : 1456 (java) S 1447 1450 32400 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 414833971 11006283776 39461 33554432000 4194304 4196468 140735894352480 140263170341904 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1457] ppid=1447 vsize=10748324 memory=13692 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1457/stat : 1457 (java) S 1447 1450 32400 0 -1 1077944384 914 0 0 0 1 0 0 0 20 0 16 0 414833973 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262271400048 140263236819586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1458] ppid=1447 vsize=10748324 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1458/stat : 1458 (java) S 1447 1450 32400 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414833973 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262270346080 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1459] ppid=1447 vsize=10748324 memory=157844 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1459/stat : 1459 (java) S 1447 1450 32400 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414833973 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262269293696 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1460] ppid=1447 vsize=10748324 memory=20932 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1460/stat : 1460 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262268242000 140263236827035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1461] ppid=1447 vsize=10748324 memory=1408 CPUtime=0.86 cores=1,3,5,7
/proc/1450/task/1461/stat : 1461 (java) S 1447 1450 32400 0 -1 1077944384 5314 0 0 0 85 1 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262267189872 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1462] ppid=1447 vsize=10748324 memory=3328 CPUtime=0.82 cores=1,3,5,7
/proc/1450/task/1462/stat : 1462 (java) S 1447 1450 32400 0 -1 1077944384 3107 0 0 0 82 0 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262266137072 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1463] ppid=1447 vsize=10748324 memory=261484 CPUtime=0.64 cores=1,3,5,7
/proc/1450/task/1463/stat : 1463 (java) S 1447 1450 32400 0 -1 1077944384 4913 0 0 0 64 0 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262265084784 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1464] ppid=1447 vsize=10748324 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1464/stat : 1464 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262264032224 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1465] ppid=1447 vsize=10748324 memory=500 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1465/stat : 1465 (java) S 1447 1450 32400 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262262978992 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1466] ppid=1447 vsize=10748324 memory=920 CPUtime=46.88 cores=1,3,5,7
/proc/1450/task/1466/stat : 1466 (java) R 1447 1450 32400 0 -1 4202560 6256 0 0 0 4686 2 0 0 20 0 16 0 414834158 11006283776 39461 33554432000 4194304 4196468 140735894352480 140262246315112 140262850458600 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
Current children cumulated CPU time: 51.19 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 157844 KiB

[startup+49.6006 s]
/proc/loadavg: 1.71 1.82 1.82 3/230 1469
/proc/meminfo: memFree=30714420/32770624 swapFree=67001900/67108860
[pid=1450] ppid=1447 vsize=10748324 memory=157868 CPUtime=52.01 cores=1,3,5,7
/proc/1450/stat : 1450 (java) S 1447 1450 32400 0 -1 1077944320 36533 0 0 0 5187 14 0 0 20 0 16 0 414833970 11006283776 39467 33554432000 4194304 4196468 140735894352480 140735894335024 140263236808439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
/proc/1450/statm: 2687081 39467 3354 1 0 2647217 0
[pid=1450/tid=1452] ppid=1447 vsize=10748324 memory=8112282956445269571 CPUtime=1.85 cores=1,3,5,7
/proc/1450/task/1452/stat : 1452 (java) S 1447 1450 32400 0 -1 1077944384 13757 0 0 0 179 6 0 0 20 0 16 0 414833971 11006283776 39467 33554432000 4194304 4196468 140735894352480 140263241051312 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1453] ppid=1447 vsize=10748324 memory=1408 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1453/stat : 1453 (java) S 1447 1450 32400 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414833971 11006283776 39467 33554432000 4194304 4196468 140735894352480 140263173499792 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1454] ppid=1447 vsize=10748324 memory=3328 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1454/stat : 1454 (java) S 1447 1450 32400 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414833971 11006283776 39467 33554432000 4194304 4196468 140735894352480 140263172446992 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1455] ppid=1447 vsize=10748324 memory=261484 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1455/stat : 1455 (java) S 1447 1450 32400 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 414833971 11006283776 39467 33554432000 4194304 4196468 140735894352480 140263171394704 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1456] ppid=1447 vsize=10748324 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1456/stat : 1456 (java) S 1447 1450 32400 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 414833971 11006283776 39467 33554432000 4194304 4196468 140735894352480 140263170341904 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1457] ppid=1447 vsize=10748324 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1457/stat : 1457 (java) S 1447 1450 32400 0 -1 1077944384 914 0 0 0 1 0 0 0 20 0 16 0 414833973 11006283776 39467 33554432000 4194304 4196468 140735894352480 140262271400048 140263236819586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1458] ppid=1447 vsize=10748324 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1458/stat : 1458 (java) S 1447 1450 32400 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414833973 11006283776 39467 33554432000 4194304 4196468 140735894352480 140262270346080 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1459] ppid=1447 vsize=10748324 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1459/stat : 1459 (java) S 1447 1450 32400 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414833973 11006283776 39467 33554432000 4194304 4196468 140735894352480 140262269293696 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1460] ppid=1447 vsize=10748324 memory=1040 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1460/stat : 1460 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39467 33554432000 4194304 4196468 140735894352480 140262268242000 140263236827035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1461] ppid=1447 vsize=10748324 memory=13692 CPUtime=0.86 cores=1,3,5,7
/proc/1450/task/1461/stat : 1461 (java) S 1447 1450 32400 0 -1 1077944384 5314 0 0 0 85 1 0 0 20 0 16 0 414833976 11006283776 39467 33554432000 4194304 4196468 140735894352480 140262267189872 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1462] ppid=1447 vsize=10748324 memory=12040 CPUtime=0.84 cores=1,3,5,7
/proc/1450/task/1462/stat : 1462 (java) S 1447 1450 32400 0 -1 1077944384 3336 0 0 0 84 0 0 0 20 0 16 0 414833976 11006283776 39467 33554432000 4194304 4196468 140735894352480 140262266137072 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1463] ppid=1447 vsize=10748324 memory=157844 CPUtime=0.64 cores=1,3,5,7
/proc/1450/task/1463/stat : 1463 (java) S 1447 1450 32400 0 -1 1077944384 4913 0 0 0 64 0 0 0 20 0 16 0 414833976 11006283776 39467 33554432000 4194304 4196468 140735894352480 140262265084784 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1464] ppid=1447 vsize=10748324 memory=157836 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1464/stat : 1464 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39467 33554432000 4194304 4196468 140735894352480 140262264032224 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1465] ppid=1447 vsize=10748324 memory=157844 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1465/stat : 1465 (java) S 1447 1450 32400 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39467 33554432000 4194304 4196468 140735894352480 140262262978992 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1466] ppid=1447 vsize=10748324 memory=2120 CPUtime=47.68 cores=1,3,5,7
/proc/1450/task/1466/stat : 1466 (java) R 1447 1450 32400 0 -1 4202560 6270 0 0 0 4766 2 0 0 20 0 16 0 414834158 11006283776 39467 33554432000 4194304 4196468 140735894352480 140262246315112 140262850457732 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
Current children cumulated CPU time: 52.01 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 157868 KiB

[startup+49.8014 s]
/proc/loadavg: 1.71 1.82 1.82 3/230 1469
/proc/meminfo: memFree=30714420/32770624 swapFree=67001900/67108860
[pid=1450] ppid=1447 vsize=10748324 memory=158036 CPUtime=52.25 cores=1,3,5,7
/proc/1450/stat : 1450 (java) S 1447 1450 32400 0 -1 1077944320 37769 0 0 0 5211 14 0 0 20 0 16 0 414833970 11006283776 39509 33554432000 4194304 4196468 140735894352480 140735894335024 140263236808439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
/proc/1450/statm: 2687081 39509 3355 1 0 2647217 0
[pid=1450/tid=1452] ppid=1447 vsize=10748324 memory=1408 CPUtime=1.85 cores=1,3,5,7
/proc/1450/task/1452/stat : 1452 (java) S 1447 1450 32400 0 -1 1077944384 13757 0 0 0 179 6 0 0 20 0 16 0 414833971 11006283776 39509 33554432000 4194304 4196468 140735894352480 140263241051312 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1453] ppid=1447 vsize=10748324 memory=3328 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1453/stat : 1453 (java) S 1447 1450 32400 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 16 0 414833971 11006283776 39509 33554432000 4194304 4196468 140735894352480 140263173499792 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1454] ppid=1447 vsize=10748324 memory=261484 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1454/stat : 1454 (java) S 1447 1450 32400 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 414833971 11006283776 39509 33554432000 4194304 4196468 140735894352480 140263172446992 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1455] ppid=1447 vsize=10748324 memory=140347396584049 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1455/stat : 1455 (java) S 1447 1450 32400 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 414833971 11006283776 39509 33554432000 4194304 4196468 140735894352480 140263171394704 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1456] ppid=1447 vsize=10748324 memory=7810487918915055718 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1456/stat : 1456 (java) S 1447 1450 32400 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 16 0 414833971 11006283776 39511 33554432000 4194304 4196468 140735894352480 140263170341904 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1457] ppid=1447 vsize=10748324 memory=6944656592455359580 CPUtime=0.01 cores=1,3,5,7
/proc/1450/task/1457/stat : 1457 (java) S 1447 1450 32400 0 -1 1077944384 914 0 0 0 1 0 0 0 20 0 16 0 414833973 11006283776 39511 33554432000 4194304 4196468 140735894352480 140262271400048 140263236819586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1458] ppid=1447 vsize=10748324 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1458/stat : 1458 (java) S 1447 1450 32400 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414833973 11006283776 39511 33554432000 4194304 4196468 140735894352480 140262270346080 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1459] ppid=1447 vsize=10748324 memory=7307210987797523922 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1459/stat : 1459 (java) S 1447 1450 32400 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 414833973 11006283776 39511 33554432000 4194304 4196468 140735894352480 140262269293696 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1460] ppid=1447 vsize=10748324 memory=280028986085241 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1460/stat : 1460 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39511 33554432000 4194304 4196468 140735894352480 140262268242000 140263236827035 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1461] ppid=1447 vsize=10748324 memory=2110697858075189 CPUtime=0.87 cores=1,3,5,7
/proc/1450/task/1461/stat : 1461 (java) S 1447 1450 32400 0 -1 1077944384 5391 0 0 0 86 1 0 0 20 0 16 0 414833976 11006283776 39511 33554432000 4194304 4196468 140735894352480 140262267189872 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1462] ppid=1447 vsize=10748324 memory=6944656592455359580 CPUtime=0.85 cores=1,3,5,7
/proc/1450/task/1462/stat : 1462 (java) R 1447 1450 32400 0 -1 4202560 3527 0 0 0 85 0 0 0 20 0 16 0 414833976 11006283776 39511 33554432000 4194304 4196468 140735894352480 140262266122944 140263216159945 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1463] ppid=1447 vsize=10748324 memory=10472 CPUtime=0.65 cores=1,3,5,7
/proc/1450/task/1463/stat : 1463 (java) R 1447 1450 32400 0 -1 4202560 5140 0 0 0 65 0 0 0 20 0 16 0 414833976 11006283776 39511 33554432000 4194304 4196468 140735894352480 140262265084880 140263222489137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1464] ppid=1447 vsize=10748324 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1464/stat : 1464 (java) S 1447 1450 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39511 33554432000 4194304 4196468 140735894352480 140262264032224 140263236818645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1465] ppid=1447 vsize=10748324 memory=5260 CPUtime=0 cores=1,3,5,7
/proc/1450/task/1465/stat : 1465 (java) S 1447 1450 32400 0 -1 1077944384 433 0 0 0 0 0 0 0 20 0 16 0 414833976 11006283776 39511 33554432000 4194304 4196468 140735894352480 140262262978992 140263236819586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
[pid=1450/tid=1466] ppid=1447 vsize=10748324 memory=636 CPUtime=47.88 cores=1,3,5,7
/proc/1450/task/1466/stat : 1466 (java) R 1447 1450 32400 0 -1 4202560 7089 0 0 0 4786 2 0 0 20 0 16 0 414834158 11006283776 39511 33554432000 4194304 4196468 140735894352480 140262246313952 140263220852069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23281664 140735894357003 140735894357106 140735894357106 140735894360015 0
Current children cumulated CPU time: 52.25 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 158036 KiB

Child status: 0
Real time (s): 49.8228
CPU time (s): 52.2795
CPU user time (s): 52.1342
CPU system time (s): 0.145309
CPU usage (%): 104.931
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 158036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.1342
system time used= 0.145309
maximum resident set size= 158540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38355
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3947
involuntary context switches= 31


# summary of solver processes directly reported to runsolver:
#   pid: 1450
#   total CPU time (s): 52.2795
#   total CPU user time (s): 52.1342
#   total CPU system time (s): 0.145309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.256577 second user time and 0.517504 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 16:43:29
IDJOB=4390663
IDBENCH=138937
IDSOLVER=2832
FILE ID=node136/4390663-1568385853
RUNJOBID= node136-1568380471-32432
PBS_JOBID= 21701832
Free space on /tmp= 56784 MiB

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

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

MD5SUM BENCH= 593ac311ff8adf8f7756cc1eeec69a70
RANDOM SEED=1138934892

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30861048 kB
MemAvailable:   31651076 kB
Buffers:           41472 kB
Cached:          1032724 kB
SwapCached:         3252 kB
Active:           804772 kB
Inactive:         525816 kB
Active(anon):     254616 kB
Inactive(anon):    42116 kB
Active(file):     550156 kB
Inactive(file):   483700 kB
Unevictable:      107848 kB
Mlocked:          107848 kB
SwapTotal:      67108860 kB
SwapFree:       67001900 kB
Dirty:              8576 kB
Writeback:             0 kB
AnonPages:        364468 kB
Mapped:            55228 kB
Shmem:             31852 kB
Slab:             172784 kB
SReclaimable:     144016 kB
SUnreclaim:        28768 kB
KernelStack:        4048 kB
PageTables:         6140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1165840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56776 MiB
End job on node136 at 2019-09-13 16:44:19