Trace number 4390636

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 65.7983 63.2738

DiagnosticValue
WRONG_DECISIONS110983

General information on the benchmark

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

Solver Data

2.42/1.87	
2.42/1.87	AbsCon 2 
2.42/1.89	
2.97/2.03	  Instance
2.97/2.03	    name=instance-4390636-1568385916, framework=CSP
2.97/2.03	
2.97/2.03	  Loading variables...
2.97/2.10	  Loading constraints...
3.52/2.25	
3.52/2.25	  Domains
3.52/2.25	    nTypes=1, nValues=27000, sizes=[30#900]
3.52/2.25	  Variables
3.52/2.25	    count=900, degrees=[2#375,3#525]
3.52/2.25	  Constraints
3.52/2.25	    count=585, nSpecific=60, arities=[1#525,30#60]
3.52/2.25	    distribution=[AllDifferent#60,CtrIntension#525]
3.52/2.25	    nIntStructures=(30,shared:495)
3.52/2.25	    wck=0.408, cpu=2.215, mem=37M82
3.52/2.27	  Solver SolverBacktrack being built...
3.52/2.27	
3.85/2.31	
3.85/2.31	  Solver
3.85/2.31	    guaranteedGAC=true
3.85/2.31	    wck=0.464, cpu=2.269, mem=50M367
4.15/2.48	
4.15/2.48	  Preprocessing
4.15/2.48	    filters=1587, revisions=(525,useless=0), ccks=8190, nACremovedValues=24575, nTotalRemovedValues=24575, inconcistency=false
4.15/2.48	    wck=0.174, cpu=2.443, mem=50M367
4.15/2.48	
4.44/2.51	    num=0, depth=39..45, filters=2474, revisions=(525,useless=0), ccks=8190, wck=0.203, mem=50M367
4.44/2.51	    decisions=74, wrong=16, backtracks=8, failedAssignments=10, nogoods=4
4.44/2.51	    
4.44/2.53	    num=1, depth=46..55, filters=3463, revisions=(525,useless=0), ccks=8190, wck=0.225, mem=50M367
4.44/2.53	    decisions=155, wrong=32, backtracks=15, failedAssignments=21, nogoods=10
4.44/2.53	    
4.44/2.58	    num=2, depth=47..55, filters=5122, revisions=(525,useless=0), ccks=8190, wck=0.27, mem=50M367
4.44/2.58	    decisions=257, wrong=59, backtracks=38, failedAssignments=33, nogoods=14
4.44/2.58	    
4.71/2.60	    num=3, depth=55..64, filters=6668, revisions=(525,useless=0), ccks=8190, wck=0.297, mem=50M367
4.71/2.60	    decisions=376, wrong=91, backtracks=61, failedAssignments=46, nogoods=19
4.71/2.60	    
4.71/2.63	    num=4, depth=56..65, filters=7833, revisions=(525,useless=0), ccks=8190, wck=0.317, mem=50M367
4.71/2.63	    decisions=474, wrong=112, backtracks=77, failedAssignments=60, nogoods=20
4.71/2.63	    
4.71/2.65	    num=5, depth=43..54, filters=9340, revisions=(525,useless=0), ccks=8190, wck=0.341, mem=50M367
4.71/2.65	    decisions=576, wrong=140, backtracks=95, failedAssignments=76, nogoods=28
4.71/2.65	    
4.71/2.67	    num=6, depth=14..68, filters=11047, revisions=(525,useless=0), ccks=8190, wck=0.367, mem=50M367
4.71/2.67	    decisions=692, wrong=171, backtracks=116, failedAssignments=93, nogoods=32
4.71/2.67	    
4.85/2.70	    num=7, depth=52..61, filters=12938, revisions=(525,useless=0), ccks=8190, wck=0.395, mem=50M367
4.85/2.70	    decisions=815, wrong=206, backtracks=135, failedAssignments=112, nogoods=37
4.85/2.70	    
4.85/2.73	    num=8, depth=61..71, filters=15162, revisions=(525,useless=0), ccks=8190, wck=0.425, mem=50M367
4.85/2.73	    decisions=955, wrong=245, backtracks=164, failedAssignments=133, nogoods=41
4.85/2.73	    
4.85/2.77	    num=9, depth=8..69, filters=17387, revisions=(525,useless=0), ccks=8190, wck=0.458, mem=50M367
4.85/2.77	    decisions=1090, wrong=283, backtracks=191, failedAssignments=156, nogoods=48
4.85/2.77	    
4.97/2.80	    num=10, depth=13..57, filters=19934, revisions=(525,useless=0), ccks=8190, wck=0.493, mem=50M367
4.97/2.80	    decisions=1236, wrong=333, backtracks=224, failedAssignments=181, nogoods=50
4.97/2.80	    
4.97/2.83	    num=11, depth=44..73, filters=22337, revisions=(525,useless=0), ccks=8190, wck=0.525, mem=50M367
4.97/2.83	    decisions=1394, wrong=380, backtracks=258, failedAssignments=209, nogoods=58
4.97/2.83	    
4.97/2.87	    num=12, depth=57..71, filters=25013, revisions=(525,useless=0), ccks=8190, wck=0.562, mem=50M367
4.97/2.87	    decisions=1567, wrong=436, backtracks=296, failedAssignments=240, nogoods=64
4.97/2.87	    
5.08/2.92	    num=13, depth=57..72, filters=28936, revisions=(525,useless=0), ccks=8190, wck=0.612, mem=50M367
5.08/2.92	    decisions=1774, wrong=509, backtracks=354, failedAssignments=274, nogoods=69
5.08/2.92	    
5.08/2.96	    num=14, depth=45..63, filters=32283, revisions=(525,useless=0), ccks=8190, wck=0.656, mem=50M367
5.08/2.96	    decisions=1958, wrong=575, backtracks=394, failedAssignments=311, nogoods=80
5.08/2.96	    
5.19/3.02	    num=15, depth=53..63, filters=36765, revisions=(525,useless=0), ccks=8190, wck=0.71, mem=50M367
5.19/3.02	    decisions=2161, wrong=650, backtracks=445, failedAssignments=352, nogoods=81
5.19/3.02	    
5.19/3.08	    num=16, depth=58..71, filters=41788, revisions=(525,useless=0), ccks=8190, wck=0.773, mem=50M367
5.19/3.08	    decisions=2404, wrong=742, backtracks=520, failedAssignments=397, nogoods=85
5.19/3.08	    
5.30/3.13	    num=17, depth=23..58, filters=45929, revisions=(525,useless=0), ccks=8190, wck=0.826, mem=50M367
5.30/3.13	    decisions=2615, wrong=823, backtracks=579, failedAssignments=447, nogoods=92
5.30/3.13	    
5.30/3.19	    num=18, depth=60..69, filters=50714, revisions=(525,useless=0), ccks=8190, wck=0.887, mem=50M367
5.30/3.19	    decisions=2859, wrong=913, backtracks=637, failedAssignments=502, nogoods=102
5.30/3.19	    
5.39/3.26	    num=19, depth=57..68, filters=55746, revisions=(525,useless=0), ccks=8190, wck=0.949, mem=53M9
5.39/3.26	    decisions=3127, wrong=1018, backtracks=716, failedAssignments=563, nogoods=109
5.39/3.26	    
5.50/3.35	    num=20, depth=55..70, filters=63479, revisions=(525,useless=0), ccks=8190, wck=1.038, mem=53M9
5.50/3.35	    decisions=3465, wrong=1156, backtracks=817, failedAssignments=630, nogoods=120
5.50/3.35	    
5.60/3.43	    num=21, depth=53..70, filters=70110, revisions=(525,useless=0), ccks=8190, wck=1.12, mem=53M9
5.60/3.43	    decisions=3808, wrong=1299, backtracks=931, failedAssignments=704, nogoods=127
5.60/3.43	    
5.70/3.52	    num=22, depth=48..62, filters=77756, revisions=(525,useless=0), ccks=8190, wck=1.215, mem=53M9
5.70/3.52	    decisions=4168, wrong=1455, backtracks=1047, failedAssignments=785, nogoods=132
5.70/3.52	    
5.80/3.62	    num=23, depth=40..53, filters=85962, revisions=(525,useless=0), ccks=8190, wck=1.309, mem=53M9
5.80/3.62	    decisions=4518, wrong=1609, backtracks=1165, failedAssignments=874, nogoods=138
5.80/3.62	    
5.91/3.73	    num=24, depth=30..71, filters=95361, revisions=(525,useless=0), ccks=8190, wck=1.424, mem=53M9
5.91/3.73	    decisions=4947, wrong=1794, backtracks=1297, failedAssignments=972, nogoods=148
5.91/3.73	    
6.01/3.83	    num=25, depth=54..84, filters=104105, revisions=(525,useless=0), ccks=8190, wck=1.526, mem=53M9
6.01/3.83	    decisions=5419, wrong=1996, backtracks=1454, failedAssignments=1080, nogoods=160
6.01/3.83	    
6.11/3.98	    num=26, depth=57..79, filters=115629, revisions=(525,useless=0), ccks=8190, wck=1.67, mem=53M9
6.11/3.98	    decisions=5946, wrong=2231, backtracks=1639, failedAssignments=1199, nogoods=165
6.11/3.98	    
6.34/4.13	    num=27, depth=60..72, filters=128696, revisions=(525,useless=0), ccks=8190, wck=1.82, mem=53M9
6.34/4.13	    decisions=6463, wrong=2459, backtracks=1795, failedAssignments=1330, nogoods=173
6.34/4.13	    
6.43/4.29	    num=28, depth=55..73, filters=142603, revisions=(525,useless=0), ccks=8190, wck=1.985, mem=53M9
6.43/4.29	    decisions=7070, wrong=2731, backtracks=1986, failedAssignments=1474, nogoods=184
6.43/4.29	    
6.66/4.46	    num=29, depth=9..89, filters=156439, revisions=(525,useless=0), ccks=8190, wck=2.15, mem=53M9
6.66/4.46	    decisions=7725, wrong=3021, backtracks=2198, failedAssignments=1632, nogoods=195
6.66/4.46	    
6.88/4.62	    num=30, depth=61..80, filters=170535, revisions=(525,useless=0), ccks=8190, wck=2.317, mem=53M9
6.88/4.62	    decisions=8421, wrong=3335, backtracks=2421, failedAssignments=1806, nogoods=209
6.88/4.62	    
7.08/4.84	    num=31, depth=52..69, filters=187770, revisions=(525,useless=0), ccks=8190, wck=2.529, mem=53M9
7.08/4.84	    decisions=9181, wrong=3688, backtracks=2678, failedAssignments=1997, nogoods=216
7.08/4.84	    
7.18/4.94	    num=32, depth=30..68, filters=195192, revisions=(525,useless=0), ccks=8190, wck=2.633, mem=53M9
7.18/4.94	    decisions=9847, wrong=4003, backtracks=2836, failedAssignments=2208, nogoods=219
7.18/4.94	    
7.39/5.17	    num=33, depth=51..71, filters=216345, revisions=(525,useless=0), ccks=8190, wck=2.86, mem=53M9
7.39/5.17	    decisions=10734, wrong=4419, backtracks=3147, failedAssignments=2440, nogoods=222
7.39/5.17	    
7.68/5.49	    num=34, depth=41..80, filters=244259, revisions=(525,useless=0), ccks=8190, wck=3.185, mem=53M9
7.68/5.49	    decisions=11803, wrong=4924, backtracks=3526, failedAssignments=2695, nogoods=231
7.68/5.49	    
8.03/5.78	    num=35, depth=49..80, filters=268991, revisions=(525,useless=0), ccks=8190, wck=3.472, mem=53M9
8.03/5.78	    decisions=12870, wrong=5427, backtracks=3894, failedAssignments=2976, nogoods=239
8.03/5.78	    
8.44/6.12	    num=36, depth=54..76, filters=298166, revisions=(525,useless=0), ccks=8190, wck=3.808, mem=53M9
8.44/6.12	    decisions=14100, wrong=6013, backtracks=4321, failedAssignments=3285, nogoods=247
8.44/6.12	    
8.73/6.47	    num=37, depth=59..81, filters=328676, revisions=(525,useless=0), ccks=8190, wck=4.162, mem=53M9
8.73/6.47	    decisions=15400, wrong=6629, backtracks=4717, failedAssignments=3625, nogoods=253
8.73/6.47	    
9.13/6.84	    num=38, depth=63..81, filters=363429, revisions=(525,useless=0), ccks=8190, wck=4.536, mem=53M9
9.13/6.84	    decisions=16848, wrong=7320, backtracks=5223, failedAssignments=3999, nogoods=262
9.13/6.84	    
9.53/7.28	    num=39, depth=54..76, filters=400592, revisions=(525,useless=0), ccks=8190, wck=4.973, mem=53M9
9.53/7.28	    decisions=18465, wrong=8098, backtracks=5832, failedAssignments=4410, nogoods=273
9.53/7.28	    
10.13/7.82	    num=40, depth=70..86, filters=448311, revisions=(525,useless=0), ccks=8190, wck=5.513, mem=53M9
10.13/7.82	    decisions=20404, wrong=9031, backtracks=6544, failedAssignments=4862, nogoods=278
10.13/7.82	    
10.64/8.33	    num=41, depth=35..94, filters=491470, revisions=(525,useless=0), ccks=8190, wck=6.019, mem=53M9
10.64/8.33	    decisions=22451, wrong=10016, backtracks=7266, failedAssignments=5359, nogoods=287
10.64/8.33	    
11.24/8.90	    num=42, depth=66..90, filters=542160, revisions=(525,useless=0), ccks=8190, wck=6.593, mem=53M9
11.24/8.90	    decisions=24702, wrong=11105, backtracks=8078, failedAssignments=5906, nogoods=295
11.24/8.90	    
11.74/9.48	    num=43, depth=39..74, filters=595266, revisions=(525,useless=0), ccks=8190, wck=7.176, mem=53M9
11.74/9.48	    decisions=26924, wrong=12185, backtracks=8894, failedAssignments=6508, nogoods=318
11.74/9.48	    
12.45/10.19	    num=44, depth=59..78, filters=657803, revisions=(525,useless=0), ccks=8190, wck=7.882, mem=53M9
12.45/10.19	    decisions=29584, wrong=13485, backtracks=9899, failedAssignments=7170, nogoods=324
12.45/10.19	    
13.35/11.03	    num=45, depth=47..69, filters=732912, revisions=(525,useless=0), ccks=8190, wck=8.718, mem=53M9
13.35/11.03	    decisions=32489, wrong=14911, backtracks=10980, failedAssignments=7898, nogoods=331
13.35/11.03	    
14.15/11.81	    num=46, depth=51..79, filters=801262, revisions=(525,useless=0), ccks=8190, wck=9.506, mem=53M9
14.15/11.81	    decisions=35508, wrong=16392, backtracks=12054, failedAssignments=8699, nogoods=345
14.15/11.81	    
15.05/12.77	    num=47, depth=52..75, filters=888211, revisions=(525,useless=0), ccks=8190, wck=10.464, mem=53M9
15.05/12.77	    decisions=38818, wrong=18019, backtracks=13267, failedAssignments=9580, nogoods=354
15.05/12.77	    
16.05/13.79	    num=48, depth=56..83, filters=976215, revisions=(525,useless=0), ccks=8190, wck=11.482, mem=53M9
16.05/13.79	    decisions=42675, wrong=19917, backtracks=14708, failedAssignments=10550, nogoods=368
16.05/13.79	    
17.05/14.79	    num=49, depth=49..77, filters=1065774, revisions=(525,useless=0), ccks=8190, wck=12.479, mem=53M9
17.05/14.79	    decisions=46747, wrong=21924, backtracks=16203, failedAssignments=11617, nogoods=378
17.05/14.79	    
18.49/16.11	    num=50, depth=52..75, filters=1183871, revisions=(525,useless=0), ccks=8190, wck=13.805, mem=53M9
18.49/16.11	    decisions=51248, wrong=24145, backtracks=17827, failedAssignments=12790, nogoods=389
18.49/16.11	    
19.68/17.37	    num=51, depth=40..80, filters=1294769, revisions=(525,useless=0), ccks=8190, wck=15.061, mem=53M9
19.68/17.37	    decisions=56197, wrong=26589, backtracks=19698, failedAssignments=14081, nogoods=403
19.68/17.37	    
21.38/19.03	    num=52, depth=52..76, filters=1443793, revisions=(525,useless=0), ccks=8190, wck=16.727, mem=53M9
21.38/19.03	    decisions=61946, wrong=29434, backtracks=21849, failedAssignments=15501, nogoods=410
21.38/19.03	    
22.88/20.58	    num=53, depth=64..90, filters=1584808, revisions=(525,useless=0), ccks=8190, wck=18.277, mem=53M9
22.88/20.58	    decisions=68008, wrong=32432, backtracks=24098, failedAssignments=17063, nogoods=414
22.88/20.58	    
24.68/22.31	    num=54, depth=40..89, filters=1740063, revisions=(525,useless=0), ccks=8190, wck=19.999, mem=53M9
24.68/22.31	    decisions=74577, wrong=35681, backtracks=26523, failedAssignments=18781, nogoods=422
24.68/22.31	    
26.49/24.17	    num=55, depth=53..86, filters=1911588, revisions=(525,useless=0), ccks=8190, wck=21.864, mem=53M9
26.49/24.17	    decisions=81531, wrong=39130, backtracks=28998, failedAssignments=20671, nogoods=437
26.49/24.17	    
28.58/26.25	    num=56, depth=21..86, filters=2088712, revisions=(525,useless=0), ccks=8190, wck=23.941, mem=53M9
28.58/26.25	    decisions=89133, wrong=42898, backtracks=31688, failedAssignments=22750, nogoods=454
28.58/26.25	    
30.82/28.41	    num=57, depth=11..71, filters=2294690, revisions=(525,useless=0), ccks=8190, wck=26.099, mem=53M9
30.82/28.41	    decisions=97282, wrong=46946, backtracks=34780, failedAssignments=25037, nogoods=470
30.82/28.41	    
33.43/31.01	    num=58, depth=47..69, filters=2526169, revisions=(525,useless=0), ccks=8190, wck=28.705, mem=53M9
33.43/31.01	    decisions=106813, wrong=51687, backtracks=38249, failedAssignments=27553, nogoods=479
33.43/31.01	    
35.93/33.54	    num=59, depth=70..96, filters=2756087, revisions=(525,useless=0), ccks=8190, wck=31.23, mem=55M652
35.93/33.54	    decisions=116776, wrong=56630, backtracks=41844, failedAssignments=30321, nogoods=498
35.93/33.54	    
38.73/36.34	    num=60, depth=61..95, filters=3008745, revisions=(525,useless=0), ccks=8190, wck=34.034, mem=55M652
38.73/36.34	    decisions=127889, wrong=62153, backtracks=45808, failedAssignments=33365, nogoods=509
38.73/36.34	    
41.84/39.41	    num=61, depth=51..76, filters=3283729, revisions=(525,useless=0), ccks=8190, wck=37.098, mem=55M652
41.84/39.41	    decisions=140130, wrong=68242, backtracks=50248, failedAssignments=36714, nogoods=521
41.84/39.41	    
45.64/43.23	    num=62, depth=56..90, filters=3625162, revisions=(525,useless=0), ccks=8190, wck=40.922, mem=55M652
45.64/43.23	    decisions=154118, wrong=75204, backtracks=55259, failedAssignments=40398, nogoods=532
45.64/43.23	    
50.15/47.75	    num=63, depth=49..75, filters=4038141, revisions=(525,useless=0), ccks=8190, wck=45.438, mem=55M652
50.15/47.75	    decisions=169768, wrong=83001, backtracks=61192, failedAssignments=44450, nogoods=550
50.15/47.75	    
54.87/52.46	    num=64, depth=62..91, filters=4463571, revisions=(525,useless=0), ccks=8190, wck=50.155, mem=55M652
54.87/52.46	    decisions=186060, wrong=91114, backtracks=67327, failedAssignments=48907, nogoods=571
54.87/52.46	    
60.37/57.95	    num=65, depth=55..82, filters=4964242, revisions=(525,useless=0), ccks=8190, wck=55.637, mem=55M652
60.37/57.95	    decisions=205398, wrong=100752, backtracks=74667, failedAssignments=53810, nogoods=589
60.37/57.95	    
65.37/63.00	    num=66, depth=51..75, filters=5433383, revisions=(525,useless=0), ccks=8190, wck=60.693, mem=55M652
65.37/63.00	    decisions=225054, wrong=110550, backtracks=81956, failedAssignments=59204, nogoods=611
65.37/63.00	    
65.67/63.25	    num=67, depth=44..899, filters=5455227, revisions=(525,useless=0), ccks=8775, wck=60.943, mem=58M299
65.67/63.25	    decisions=225992, wrong=110983, backtracks=82294, failedAssignments=59437, nogoods=611, foundSolutions=1
65.67/63.25	    
65.67/63.25	  Global
65.67/63.25	    filters=5455227, revisions=(525,useless=0), ccks=8775, nogoods=611
65.67/63.25	    Stop=REACHED_GOAL, wrong=110983, foundSolutions=1, firstSolCpu=63.204
65.67/63.25	    wck=61.408, cpu=63.217, mem=58M299
65.67/63.25	
65.67/63.25	v <instantiation id='sol1' type='solution'>  <list> x[][] </list>  <values> 17 12 3 19 1 28 21 11 6 15 2 7 23 22 29 27 9 16 24 20 25 18 8 0 5 13 26 10 14 4 18 7 15 11 27 23 5 13 17 3 1 8 2 4 0 14 25 20 28 6 16 26 12 29 21 24 22 9 10 19 23 3 8 2 18 1 6 28 20 14 21 27 13 7 25 29 0 10 5 22 17 16 19 26 11 4 12 15 9 24 10 23 25 6 15 21 7 0 26 19 28 3 18 12 5 1 11 8 29 24 14 27 22 4 9 16 20 13 17 2 25 27 13 18 9 12 4 29 0 22 26 11 8 19 21 20 17 15 14 1 28 6 23 24 3 2 7 5 16 10 16 19 18 8 20 26 12 6 5 7 25 22 4 28 2 24 13 29 1 10 15 0 21 3 27 17 14 11 23 9 6 2 17 26 25 20 27 12 14 9 24 16 5 10 15 11 21 23 8 0 13 4 7 22 29 19 18 3 1 28 5 26 21 1 28 3 14 15 16 25 20 10 6 17 19 18 7 22 23 8 11 29 24 2 13 9 0 4 27 12 0 11 14 17 5 4 16 7 28 27 22 23 20 2 18 15 19 6 9 3 10 8 29 25 24 1 13 26 12 21 4 10 28 15 23 25 9 17 24 6 11 21 0 27 1 5 3 12 13 7 19 22 18 14 16 8 2 20 26 29 21 8 7 29 24 0 2 4 27 26 19 6 17 25 23 16 15 18 20 14 3 9 1 13 12 28 10 22 11 5 19 5 12 24 26 22 13 21 25 2 23 4 10 29 3 28 20 0 11 9 1 15 6 16 17 14 8 27 7 18 26 28 4 25 7 5 15 14 1 11 27 29 3 8 22 6 10 17 18 19 12 23 0 20 2 21 9 16 24 13 7 4 24 0 11 18 3 20 22 16 10 9 29 23 27 19 26 2 17 25 21 28 13 5 1 12 6 14 15 8 22 13 29 9 19 7 28 5 8 23 18 25 14 0 11 17 16 24 12 2 20 3 26 27 10 15 21 1 4 6 27 29 5 12 6 14 19 26 2 24 4 17 9 21 16 25 18 13 22 28 7 10 15 8 20 11 3 23 0 1 1 14 23 5 21 17 29 2 18 10 3 28 19 9 8 22 12 4 16 26 6 11 27 7 25 20 15 24 13 0 8 15 27 10 29 13 1 22 12 17 6 19 25 18 20 3 2 14 21 23 0 24 9 11 28 26 4 7 5 16 13 20 0 22 17 11 18 27 3 29 16 24 7 1 9 2 28 26 4 15 8 12 10 21 14 5 23 19 6 25 29 21 26 3 10 6 0 18 19 20 9 14 24 15 12 23 5 28 25 13 4 1 16 17 7 27 11 8 2 22 28 25 22 21 4 2 10 19 15 1 13 20 16 24 17 9 8 27 3 12 5 7 11 23 26 6 29 0 18 14 15 6 11 23 16 10 20 24 29 8 17 26 1 5 4 12 14 9 19 21 27 13 2 18 0 7 28 25 22 3 3 1 9 20 2 24 8 25 11 0 12 18 26 16 10 13 22 5 7 27 29 19 14 6 4 23 17 28 21 15 20 24 6 16 0 9 23 8 7 21 14 13 22 11 28 4 29 25 27 5 18 2 17 1 15 10 19 12 3 26 9 16 19 4 12 29 17 10 21 13 7 0 15 3 14 8 27 1 26 18 23 20 5 28 6 22 24 2 25 11 14 17 2 7 22 15 11 23 4 18 8 12 28 13 24 21 6 3 10 16 26 5 25 9 19 0 1 29 20 27 12 0 1 28 14 16 22 9 10 5 29 2 27 26 13 7 23 11 15 4 24 21 20 19 18 3 25 6 8 17 2 9 10 13 3 27 25 1 23 4 5 15 11 6 7 26 24 21 0 17 22 14 28 12 8 29 16 18 19 20 11 22 16 14 13 8 24 3 9 12 0 5 21 20 26 10 1 19 6 29 2 25 4 15 23 18 27 17 28 7 24 18 20 27 8 19 26 16 13 28 15 1 12 14 6 0 4 7 2 11 9 17 3 10 22 25 5 21 29 23 </values>  </instantiation>
65.67/63.25	s SATISFIABLE
65.67/63.25	
65.67/63.25	d WRONG_DECISIONS 110983

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

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

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

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

solver pid=1614, runsolver pid=1611

[startup+0.100158 s]*
/proc/loadavg: 1.84 1.85 1.82 4/229 1629
/proc/meminfo: memFree=30845148/32770624 swapFree=67001900/67108860
[pid=1614] ppid=1611 vsize=10659884 memory=27712 CPUtime=0.13 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1611 1614 32400 0 -1 1077944320 5451 0 0 0 12 1 0 0 20 0 15 0 414840236 10915721216 6928 33554432000 4194304 4196468 140731902112848 140731902095392 140242447511287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
/proc/1614/statm: 2664971 6928 2910 1 0 2627468 0
[pid=1614/tid=1616] ppid=1611 vsize=10659884 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1611 1614 32400 0 -1 4202560 3199 0 0 0 8 1 0 0 20 0 15 0 414840237 10915721216 6994 33554432000 4194304 4196468 140731902112848 140242451740248 140242431703906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1617] ppid=1611 vsize=10659884 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 6994 33554432000 4194304 4196468 140731902112848 140242373585296 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1618] ppid=1611 vsize=10659884 memory=3906511390274565792 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 6994 33554432000 4194304 4196468 140731902112848 140242372532496 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1619] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 6994 33554432000 4194304 4196468 140731902112848 140242371480208 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1620] ppid=1611 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1611 1614 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 6994 33554432000 4194304 4196468 140731902112848 140242370427408 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1621] ppid=1611 vsize=10659884 memory=139870950471296 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1611 1614 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414840239 10915721216 6994 33554432000 4194304 4196468 140731902112848 140241938770544 140242447522434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1622] ppid=1611 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1611 1614 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414840239 10915721216 6994 33554432000 4194304 4196468 140731902112848 140241937716512 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1623] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1611 1614 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414840239 10915721216 6994 33554432000 4194304 4196468 140731902112848 140241936664176 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1624] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1624/stat : 1624 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 6994 33554432000 4194304 4196468 140731902112848 140241935612496 140242447529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1625] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1611 1614 32400 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 6994 33554432000 4194304 4196468 140731902112848 140241934559344 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1626] ppid=1611 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1611 1614 32400 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 6994 33554432000 4194304 4196468 140731902112848 140241933506544 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1627] ppid=1611 vsize=10659884 memory=139870950471296 CPUtime=0.02 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) R 1611 1614 32400 0 -1 4202560 411 0 0 0 2 0 0 0 20 0 15 0 414840242 10915721216 6994 33554432000 4194304 4196468 140731902112848 140241932450168 140242447525136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1628] ppid=1611 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 6994 33554432000 4194304 4196468 140731902112848 140241931401696 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1629] ppid=1611 vsize=10659884 memory=139870950471296 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 6994 33554432000 4194304 4196468 140731902112848 140241930349488 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27712 KiB

[startup+0.211259 s]*
/proc/loadavg: 1.84 1.85 1.82 4/229 1629
/proc/meminfo: memFree=30837272/32770624 swapFree=67001900/67108860
[pid=1614] ppid=1611 vsize=10659884 memory=34956 CPUtime=0.32 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1611 1614 32400 0 -1 1077944320 6945 0 0 0 31 1 0 0 20 0 15 0 414840236 10915721216 8739 33554432000 4194304 4196468 140731902112848 140731902095392 140242447511287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
/proc/1614/statm: 2664971 8739 2988 1 0 2627468 0
[pid=1614/tid=1616] ppid=1611 vsize=10659884 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1611 1614 32400 0 -1 4202560 3851 0 0 0 19 1 0 0 20 0 15 0 414840237 10915721216 8739 33554432000 4194304 4196468 140731902112848 140242451743376 140242447533213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1617] ppid=1611 vsize=10659884 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 8739 33554432000 4194304 4196468 140731902112848 140242373585296 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1618] ppid=1611 vsize=10659884 memory=3906511390274565792 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 8739 33554432000 4194304 4196468 140731902112848 140242372532496 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1619] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 8739 33554432000 4194304 4196468 140731902112848 140242371480208 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1620] ppid=1611 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1611 1614 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 8739 33554432000 4194304 4196468 140731902112848 140242370427408 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1621] ppid=1611 vsize=10659884 memory=139870950471296 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1611 1614 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414840239 10915721216 8739 33554432000 4194304 4196468 140731902112848 140241938770544 140242447522434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1622] ppid=1611 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1611 1614 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414840239 10915721216 8739 33554432000 4194304 4196468 140731902112848 140241937716512 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1623] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1611 1614 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414840239 10915721216 8739 33554432000 4194304 4196468 140731902112848 140241936664176 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1624] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1624/stat : 1624 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 8739 33554432000 4194304 4196468 140731902112848 140241935612496 140242447529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1625] ppid=1611 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1611 1614 32400 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 414840242 10915721216 8739 33554432000 4194304 4196468 140731902112848 140241934559344 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1626] ppid=1611 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1611 1614 32400 0 -1 1077944384 634 0 0 0 3 0 0 0 20 0 15 0 414840242 10915721216 8739 33554432000 4194304 4196468 140731902112848 140241933506544 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1627] ppid=1611 vsize=10659884 memory=139870950471296 CPUtime=0.05 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1611 1614 32400 0 -1 1077944384 714 0 0 0 5 0 0 0 20 0 15 0 414840242 10915721216 8739 33554432000 4194304 4196468 140731902112848 140241932454256 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1628] ppid=1611 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 8739 33554432000 4194304 4196468 140731902112848 140241931401696 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1629] ppid=1611 vsize=10659884 memory=139870950471296 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 8739 33554432000 4194304 4196468 140731902112848 140241930349488 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 34956 KiB

[startup+0.310479 s]*
/proc/loadavg: 1.84 1.85 1.82 4/229 1629
/proc/meminfo: memFree=30829416/32770624 swapFree=67001900/67108860
[pid=1614] ppid=1611 vsize=10659884 memory=40288 CPUtime=0.47 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1611 1614 32400 0 -1 1077944320 9452 0 0 0 44 3 0 0 20 0 15 0 414840236 10915721216 10072 33554432000 4194304 4196468 140731902112848 140731902095392 140242447511287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
/proc/1614/statm: 2664971 10072 3001 1 0 2627468 0
[pid=1614/tid=1616] ppid=1611 vsize=10659884 memory=1398720917958146503 CPUtime=0.29 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1611 1614 32400 0 -1 4202560 6297 0 0 0 27 2 0 0 20 0 15 0 414840237 10915721216 10087 33554432000 4194304 4196468 140731902112848 140242451732176 140242447533213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1617] ppid=1611 vsize=10659884 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 10087 33554432000 4194304 4196468 140731902112848 140242373585296 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1618] ppid=1611 vsize=10659884 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 10087 33554432000 4194304 4196468 140731902112848 140242372532496 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1619] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 10087 33554432000 4194304 4196468 140731902112848 140242371480208 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1620] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1611 1614 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414840237 10915721216 10087 33554432000 4194304 4196468 140731902112848 140242370427408 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1621] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1611 1614 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414840239 10915721216 10087 33554432000 4194304 4196468 140731902112848 140241938770544 140242447522434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1622] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1611 1614 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414840239 10915721216 10087 33554432000 4194304 4196468 140731902112848 140241937716512 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1623] ppid=1611 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1611 1614 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414840239 10915721216 10087 33554432000 4194304 4196468 140731902112848 140241936664176 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1624] ppid=1611 vsize=10659884 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1624/stat : 1624 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 10087 33554432000 4194304 4196468 140731902112848 140241935612496 140242447529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1625] ppid=1611 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) R 1611 1614 32400 0 -1 1077944384 414 0 0 0 3 0 0 0 20 0 15 0 414840242 10915721216 10087 33554432000 4194304 4196468 140731902112848 140241934559344 140242447522434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1626] ppid=1611 vsize=10659884 memory=139870844488143 CPUtime=0.04 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1611 1614 32400 0 -1 1077944384 652 0 0 0 4 0 0 0 20 0 15 0 414840242 10915721216 10087 33554432000 4194304 4196468 140731902112848 140241933506544 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1627] ppid=1611 vsize=10659884 memory=279741689075920 CPUtime=0.08 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) R 1611 1614 32400 0 -1 4202560 735 0 0 0 8 0 0 0 20 0 15 0 414840242 10915721216 10087 33554432000 4194304 4196468 140731902112848 140241932454256 140242447532634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1628] ppid=1611 vsize=10659884 memory=279741688980264 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 10087 33554432000 4194304 4196468 140731902112848 140241931401696 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1629] ppid=1611 vsize=10659884 memory=13 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840242 10915721216 10087 33554432000 4194304 4196468 140731902112848 140241930349488 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40288 KiB

[startup+0.704259 s]
/proc/loadavg: 1.84 1.85 1.82 4/229 1629
/proc/meminfo: memFree=30821744/32770624 swapFree=67001900/67108860
[pid=1614] ppid=1611 vsize=10661932 memory=63012 CPUtime=1.11 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1611 1614 32400 0 -1 1077944320 12927 0 0 0 106 5 0 0 20 0 15 0 414840236 10917818368 15753 33554432000 4194304 4196468 140731902112848 140731902095392 140242447511287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
/proc/1614/statm: 2665483 15753 3071 1 0 2627980 0
[pid=1614/tid=1616] ppid=1611 vsize=10661932 memory=2009 CPUtime=0.68 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1611 1614 32400 0 -1 4202560 8863 0 0 0 64 4 0 0 20 0 15 0 414840237 10917818368 15753 33554432000 4194304 4196468 140731902112848 140242451743312 140242430698096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1617] ppid=1611 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10917818368 15753 33554432000 4194304 4196468 140731902112848 140242373585296 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1618] ppid=1611 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10917818368 15753 33554432000 4194304 4196468 140731902112848 140242372532496 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1619] ppid=1611 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10917818368 15753 33554432000 4194304 4196468 140731902112848 140242371480208 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1620] ppid=1611 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1611 1614 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414840237 10917818368 15753 33554432000 4194304 4196468 140731902112848 140242370427408 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1621] ppid=1611 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1611 1614 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414840239 10917818368 15753 33554432000 4194304 4196468 140731902112848 140241938770544 140242447522434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1622] ppid=1611 vsize=10661932 memory=2 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1611 1614 32400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414840239 10917818368 15753 33554432000 4194304 4196468 140731902112848 140241937716512 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1623] ppid=1611 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1611 1614 32400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414840239 10917818368 15753 33554432000 4194304 4196468 140731902112848 140241936664176 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1624] ppid=1611 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1624/stat : 1624 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414840242 10917818368 15753 33554432000 4194304 4196468 140731902112848 140241935612496 140242447529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1625] ppid=1611 vsize=10661932 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1611 1614 32400 0 -1 1077944384 656 0 0 0 9 0 0 0 20 0 15 0 414840242 10917818368 15753 33554432000 4194304 4196468 140731902112848 140241934559344 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1626] ppid=1611 vsize=10661932 memory=47 CPUtime=0.13 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) R 1611 1614 32400 0 -1 4202560 954 0 0 0 13 0 0 0 20 0 15 0 414840242 10917818368 15753 33554432000 4194304 4196468 140731902112848 140241933492640 140242427204995 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1627] ppid=1611 vsize=10661932 memory=2 CPUtime=0.18 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1611 1614 32400 0 -1 1077944384 1095 0 0 0 18 0 0 0 20 0 15 0 414840242 10917818368 15753 33554432000 4194304 4196468 140731902112848 140241932454256 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1628] ppid=1611 vsize=10661932 memory=94 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414840242 10917818368 15753 33554432000 4194304 4196468 140731902112848 140241931401696 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1629] ppid=1611 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840242 10917818368 15753 33554432000 4194304 4196468 140731902112848 140241930349488 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 63012 KiB

[startup+1.50076 s]
/proc/loadavg: 1.84 1.85 1.82 3/229 1629
/proc/meminfo: memFree=30805428/32770624 swapFree=67001900/67108860
[pid=1614] ppid=1611 vsize=10663980 memory=75232 CPUtime=2 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1611 1614 32400 0 -1 1077944320 18491 0 0 0 194 6 0 0 20 0 15 0 414840236 10919915520 18808 33554432000 4194304 4196468 140731902112848 140731902095392 140242447511287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
/proc/1614/statm: 2665995 18808 3096 1 0 2628492 0
[pid=1614/tid=1616] ppid=1611 vsize=10663980 memory=279741689227680 CPUtime=1.47 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) R 1611 1614 32400 0 -1 4202560 13081 0 0 0 142 5 0 0 20 0 15 0 414840237 10919915520 18808 33554432000 4194304 4196468 140731902112848 140242451737168 140242427786617 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1617] ppid=1611 vsize=10663980 memory=71088 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10919915520 18808 33554432000 4194304 4196468 140731902112848 140242373585296 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1618] ppid=1611 vsize=10663980 memory=63012 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10919915520 18808 33554432000 4194304 4196468 140731902112848 140242372532496 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1619] ppid=1611 vsize=10663980 memory=2009 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1611 1614 32400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414840237 10919915520 18808 33554432000 4194304 4196468 140731902112848 140242371480208 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1620] ppid=1611 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1611 1614 32400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414840237 10919915520 18808 33554432000 4194304 4196468 140731902112848 140242370427408 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1621] ppid=1611 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1611 1614 32400 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 414840239 10919915520 18808 33554432000 4194304 4196468 140731902112848 140241938770544 140242447522434 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0

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

[startup+60.8006 s]
/proc/loadavg: 1.86 1.86 1.83 3/229 1634
/proc/meminfo: memFree=30714660/32770624 swapFree=67001900/67108860
[pid=1614] ppid=1611 vsize=10748324 memory=156488 CPUtime=63.27 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1611 1614 32400 0 -1 1077944320 38625 0 0 0 6313 14 0 0 20 0 16 0 414840236 11006283776 39122 33554432000 4194304 4196468 140731902112848 140731902095392 140242447511287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
/proc/1614/statm: 2687081 39122 3353 1 0 2647217 0
[pid=1614/tid=1616] ppid=1611 vsize=10748324 memory=38184 CPUtime=1.85 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) S 1611 1614 32400 0 -1 1077944384 15326 0 0 0 178 7 0 0 20 0 16 0 414840237 11006283776 39122 33554432000 4194304 4196468 140731902112848 140242451754160 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1617] ppid=1611 vsize=10748324 memory=988 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1611 1614 32400 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39122 33554432000 4194304 4196468 140731902112848 140242373585296 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1618] ppid=1611 vsize=10748324 memory=2024 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1611 1614 32400 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414840237 11006283776 39122 33554432000 4194304 4196468 140731902112848 140242372532496 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1619] ppid=1611 vsize=10748324 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1611 1614 32400 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39122 33554432000 4194304 4196468 140731902112848 140242371480208 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1620] ppid=1611 vsize=10748324 memory=776 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1611 1614 32400 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39122 33554432000 4194304 4196468 140731902112848 140242370427408 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1621] ppid=1611 vsize=10748324 memory=8112282956445269571 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1611 1614 32400 0 -1 1077944384 1337 0 0 0 1 0 0 0 20 0 16 0 414840239 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241938770544 140242447522434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1622] ppid=1611 vsize=10748324 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1611 1614 32400 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414840239 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241937716576 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1623] ppid=1611 vsize=10748324 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1611 1614 32400 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414840239 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241936664192 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1624] ppid=1611 vsize=10748324 memory=10472 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1624/stat : 1624 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241935612496 140242447529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1625] ppid=1611 vsize=10748324 memory=1720 CPUtime=0.85 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1611 1614 32400 0 -1 1077944384 2592 0 0 0 85 0 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241934559344 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1626] ppid=1611 vsize=10748324 memory=5260 CPUtime=0.9 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1611 1614 32400 0 -1 1077944384 5616 0 0 0 90 0 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241933506544 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1627] ppid=1611 vsize=10748324 memory=8112282956445269571 CPUtime=0.65 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1611 1614 32400 0 -1 1077944384 5118 0 0 0 64 1 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241932454256 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1628] ppid=1611 vsize=10748324 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241931401696 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1629] ppid=1611 vsize=10748324 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1611 1614 32400 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241930349488 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1630] ppid=1611 vsize=10748324 memory=10472 CPUtime=58.89 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) R 1611 1614 32400 0 -1 4202560 6725 0 0 0 5887 2 0 0 20 0 16 0 414840424 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241913679360 140242046802438 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
Current children cumulated CPU time: 63.27 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 156488 KiB

[startup+62.4006 s]
/proc/loadavg: 1.86 1.86 1.83 3/229 1634
/proc/meminfo: memFree=30714428/32770624 swapFree=67001900/67108860
[pid=1614] ppid=1611 vsize=10748324 memory=156488 CPUtime=64.87 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1611 1614 32400 0 -1 1077944320 38642 0 0 0 6473 14 0 0 20 0 16 0 414840236 11006283776 39122 33554432000 4194304 4196468 140731902112848 140731902095392 140242447511287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
/proc/1614/statm: 2687081 39122 3353 1 0 2647217 0
[pid=1614/tid=1616] ppid=1611 vsize=10748324 memory=8112282956445269571 CPUtime=1.85 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) S 1611 1614 32400 0 -1 1077944384 15326 0 0 0 178 7 0 0 20 0 16 0 414840237 11006283776 39122 33554432000 4194304 4196468 140731902112848 140242451754160 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1617] ppid=1611 vsize=10748324 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1611 1614 32400 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39122 33554432000 4194304 4196468 140731902112848 140242373585296 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1618] ppid=1611 vsize=10748324 memory=1040 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1611 1614 32400 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414840237 11006283776 39122 33554432000 4194304 4196468 140731902112848 140242372532496 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1619] ppid=1611 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1611 1614 32400 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39122 33554432000 4194304 4196468 140731902112848 140242371480208 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1620] ppid=1611 vsize=10748324 memory=156488 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1611 1614 32400 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39122 33554432000 4194304 4196468 140731902112848 140242370427408 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1621] ppid=1611 vsize=10748324 memory=13692 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1611 1614 32400 0 -1 1077944384 1347 0 0 0 1 0 0 0 20 0 16 0 414840239 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241938770544 140242447522434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1622] ppid=1611 vsize=10748324 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1611 1614 32400 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414840239 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241937716576 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1623] ppid=1611 vsize=10748324 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1611 1614 32400 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414840239 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241936664192 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1624] ppid=1611 vsize=10748324 memory=3616 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1624/stat : 1624 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241935612496 140242447529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1625] ppid=1611 vsize=10748324 memory=38184 CPUtime=0.85 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1611 1614 32400 0 -1 1077944384 2592 0 0 0 85 0 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241934559344 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1626] ppid=1611 vsize=10748324 memory=988 CPUtime=0.9 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1611 1614 32400 0 -1 1077944384 5616 0 0 0 90 0 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241933506544 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1627] ppid=1611 vsize=10748324 memory=2024 CPUtime=0.65 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1611 1614 32400 0 -1 1077944384 5118 0 0 0 64 1 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241932454256 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1628] ppid=1611 vsize=10748324 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241931401696 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1629] ppid=1611 vsize=10748324 memory=776 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1611 1614 32400 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241930349488 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1630] ppid=1611 vsize=10748324 memory=4008 CPUtime=60.49 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) R 1611 1614 32400 0 -1 4202560 6732 0 0 0 6047 2 0 0 20 0 16 0 414840424 11006283776 39122 33554432000 4194304 4196468 140731902112848 140241913679360 140242046802788 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
Current children cumulated CPU time: 64.87 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 156488 KiB

[startup+62.8006 s]
/proc/loadavg: 1.86 1.86 1.83 3/229 1634
/proc/meminfo: memFree=30714428/32770624 swapFree=67001900/67108860
[pid=1614] ppid=1611 vsize=10748324 memory=156716 CPUtime=65.27 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1611 1614 32400 0 -1 1077944320 38662 0 0 0 6513 14 0 0 20 0 16 0 414840236 11006283776 39179 33554432000 4194304 4196468 140731902112848 140731902095392 140242447511287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
/proc/1614/statm: 2687081 39179 3353 1 0 2647217 0
[pid=1614/tid=1616] ppid=1611 vsize=10748324 memory=2580 CPUtime=1.85 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) S 1611 1614 32400 0 -1 1077944384 15326 0 0 0 178 7 0 0 20 0 16 0 414840237 11006283776 39179 33554432000 4194304 4196468 140731902112848 140242451754160 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1617] ppid=1611 vsize=10748324 memory=1764 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1611 1614 32400 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39179 33554432000 4194304 4196468 140731902112848 140242373585296 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1618] ppid=1611 vsize=10748324 memory=111632 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1611 1614 32400 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414840237 11006283776 39179 33554432000 4194304 4196468 140731902112848 140242372532496 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1619] ppid=1611 vsize=10748324 memory=12040 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1611 1614 32400 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39179 33554432000 4194304 4196468 140731902112848 140242371480208 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1620] ppid=1611 vsize=10748324 memory=2120 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1611 1614 32400 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39179 33554432000 4194304 4196468 140731902112848 140242370427408 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1621] ppid=1611 vsize=10748324 memory=20932 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1611 1614 32400 0 -1 1077944384 1347 0 0 0 1 0 0 0 20 0 16 0 414840239 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241938770544 140242447522434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1622] ppid=1611 vsize=10748324 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1611 1614 32400 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414840239 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241937716576 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1623] ppid=1611 vsize=10748324 memory=3320 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1611 1614 32400 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414840239 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241936664192 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1624] ppid=1611 vsize=10748324 memory=261484 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1624/stat : 1624 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241935612496 140242447529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1625] ppid=1611 vsize=10748324 memory=1556 CPUtime=0.85 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1611 1614 32400 0 -1 1077944384 2595 0 0 0 85 0 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241934559344 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1626] ppid=1611 vsize=10748324 memory=500 CPUtime=0.9 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1611 1614 32400 0 -1 1077944384 5629 0 0 0 90 0 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241933506544 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1627] ppid=1611 vsize=10748324 memory=932 CPUtime=0.65 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1611 1614 32400 0 -1 1077944384 5122 0 0 0 64 1 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241932454256 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1628] ppid=1611 vsize=10748324 memory=1768 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241931401696 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1629] ppid=1611 vsize=10748324 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1611 1614 32400 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241930349488 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1630] ppid=1611 vsize=10748324 memory=2828 CPUtime=60.89 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) R 1611 1614 32400 0 -1 4202560 6732 0 0 0 6087 2 0 0 20 0 16 0 414840424 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241913679360 140242046743511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
Current children cumulated CPU time: 65.27 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 156716 KiB

[startup+63.2006 s]
/proc/loadavg: 1.87 1.86 1.83 3/229 1634
/proc/meminfo: memFree=30714428/32770624 swapFree=67001900/67108860
[pid=1614] ppid=1611 vsize=10748324 memory=156716 CPUtime=65.67 cores=1,3,5,7
/proc/1614/stat : 1614 (java) S 1611 1614 32400 0 -1 1077944320 39283 0 0 0 6553 14 0 0 20 0 16 0 414840236 11006283776 39179 33554432000 4194304 4196468 140731902112848 140731902095392 140242447511287 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
/proc/1614/statm: 2687081 39179 3353 1 0 2647217 0
[pid=1614/tid=1616] ppid=1611 vsize=10748324 memory=156488 CPUtime=1.85 cores=1,3,5,7
/proc/1614/task/1616/stat : 1616 (java) S 1611 1614 32400 0 -1 1077944384 15326 0 0 0 178 7 0 0 20 0 16 0 414840237 11006283776 39179 33554432000 4194304 4196468 140731902112848 140242451754160 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1617] ppid=1611 vsize=10748324 memory=1656 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1617/stat : 1617 (java) S 1611 1614 32400 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39179 33554432000 4194304 4196468 140731902112848 140242373585296 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1618] ppid=1611 vsize=10748324 memory=804 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1618/stat : 1618 (java) S 1611 1614 32400 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414840237 11006283776 39179 33554432000 4194304 4196468 140731902112848 140242372532496 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1619] ppid=1611 vsize=10748324 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1619/stat : 1619 (java) S 1611 1614 32400 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39179 33554432000 4194304 4196468 140731902112848 140242371480208 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1620] ppid=1611 vsize=10748324 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1620/stat : 1620 (java) S 1611 1614 32400 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 16 0 414840237 11006283776 39179 33554432000 4194304 4196468 140731902112848 140242370427408 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1621] ppid=1611 vsize=10748324 memory=1720 CPUtime=0.01 cores=1,3,5,7
/proc/1614/task/1621/stat : 1621 (java) S 1611 1614 32400 0 -1 1077944384 1347 0 0 0 1 0 0 0 20 0 16 0 414840239 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241938770544 140242447522434 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1622] ppid=1611 vsize=10748324 memory=5260 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1622/stat : 1622 (java) S 1611 1614 32400 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414840239 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241937716576 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1623] ppid=1611 vsize=10748324 memory=636 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1623/stat : 1623 (java) S 1611 1614 32400 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414840239 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241936664192 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1624] ppid=1611 vsize=10748324 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1624/stat : 1624 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241935612496 140242447529883 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1625] ppid=1611 vsize=10748324 memory=1056 CPUtime=0.85 cores=1,3,5,7
/proc/1614/task/1625/stat : 1625 (java) S 1611 1614 32400 0 -1 1077944384 2595 0 0 0 85 0 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241934559344 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1626] ppid=1611 vsize=10748324 memory=1568 CPUtime=0.9 cores=1,3,5,7
/proc/1614/task/1626/stat : 1626 (java) S 1611 1614 32400 0 -1 1077944384 5629 0 0 0 90 0 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241933506544 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1627] ppid=1611 vsize=10748324 memory=1040 CPUtime=0.65 cores=1,3,5,7
/proc/1614/task/1627/stat : 1627 (java) S 1611 1614 32400 0 -1 1077944384 5239 0 0 0 64 1 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241932454256 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1628] ppid=1611 vsize=10748324 memory=13692 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1628/stat : 1628 (java) S 1611 1614 32400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241931401696 140242447521493 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1629] ppid=1611 vsize=10748324 memory=156488 CPUtime=0 cores=1,3,5,7
/proc/1614/task/1629/stat : 1629 (java) S 1611 1614 32400 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 16 0 414840242 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241930349488 140242447522434 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
[pid=1614/tid=1630] ppid=1611 vsize=10748324 memory=288230621803970871 CPUtime=61.29 cores=1,3,5,7
/proc/1614/task/1630/stat : 1630 (java) R 1611 1614 32400 0 -1 4202560 7234 0 0 0 6127 2 0 0 20 0 16 0 414840424 11006283776 39179 33554432000 4194304 4196468 140731902112848 140241913679360 140242046743650 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36761600 140731902120971 140731902121074 140731902121074 140731902123983 0
Current children cumulated CPU time: 65.67 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 156716 KiB

Child status: 0
Real time (s): 63.2738
CPU time (s): 65.7983
CPU user time (s): 65.642
CPU system time (s): 0.156266
CPU usage (%): 103.99
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 156716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.642
system time used= 0.156266
maximum resident set size= 157308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42491
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4125
involuntary context switches= 38


# summary of solver processes directly reported to runsolver:
#   pid: 1614
#   total CPU time (s): 65.7983
#   total CPU user time (s): 65.642
#   total CPU system time (s): 0.156266

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.345469 second user time and 0.620395 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-13 16:44:32
IDJOB=4390636
IDBENCH=138967
IDSOLVER=2832
FILE ID=node136/4390636-1568385916
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-h375-01.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390636-1568385916/watcher-4390636-1568385916 -o /tmp/evaluation-result-4390636-1568385916/solver-4390636-1568385916 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568380471-32432 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390636-1568385916.xml -cm

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

MD5SUM BENCH= debd4f53dd650fe0aa41c33fe17bde33
RANDOM SEED=374922191

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:        30861452 kB
MemAvailable:   31651924 kB
Buffers:           41640 kB
Cached:          1033168 kB
SwapCached:         3252 kB
Active:           805132 kB
Inactive:         525928 kB
Active(anon):     254616 kB
Inactive(anon):    42116 kB
Active(file):     550516 kB
Inactive(file):   483812 kB
Unevictable:      107848 kB
Mlocked:          107848 kB
SwapTotal:      67108860 kB
SwapFree:       67001900 kB
Dirty:              8712 kB
Writeback:             0 kB
AnonPages:        362800 kB
Mapped:            54624 kB
Shmem:             31852 kB
Slab:             172784 kB
SReclaimable:     143960 kB
SUnreclaim:        28824 kB
KernelStack:        3776 kB
PageTables:         6108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1165812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 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:45:35