Trace number 4390571

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-23UNSAT 161.114 158.823

DiagnosticValue
WRONG_DECISIONS172497

General information on the benchmark

NameLangford/Langford-m1-k4/
Langford-4-15.xml
MD5SUMbb1ed06e96cb498235a61544b90f533b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.3936
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints46
Number of domains1
Minimum domain size60
Maximum domain size60
Distribution of domain sizes[{"size":60,"count":60}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity2
Maximum constraint arity60
Distribution of constraint arities[{"arity":2,"count":45},{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.39/1.87	
2.39/1.87	AbsCon 2 
2.39/1.89	
2.88/2.01	  Instance
2.88/2.01	    name=instance-4390571-1568380833, framework=CSP
2.88/2.01	
2.88/2.01	  Loading variables...
2.88/2.03	  Loading constraints...
3.13/2.12	
3.13/2.12	  Domains
3.13/2.12	    nTypes=1, nValues=3600, sizes=[60#60]
3.13/2.12	  Variables
3.13/2.12	    count=60, degrees=[2#30,3#30]
3.13/2.12	  Constraints
3.13/2.12	    count=46, nSpecific=1, arities=[2#45,60#1]
3.13/2.12	    distribution=[AllDifferent#1,CtrIntension#45]
3.13/2.12	    nIntStructures=(15,shared:30), nCftStructures=(15,shared:30,unbuilt:1)
3.13/2.12	    wck=0.277, cpu=2.084, mem=21M228
3.13/2.13	  Solver SolverBacktrack being built...
3.13/2.13	
3.13/2.15	
3.13/2.15	  Solver
3.13/2.15	    guaranteedGAC=true
3.13/2.15	    wck=0.309, cpu=2.114, mem=31M871
3.39/2.20	
3.39/2.20	  Preprocessing
3.39/2.20	    filters=86, revisions=(131,useless=0), ccks=166997, nACremovedValues=1620, nTotalRemovedValues=1620, inconcistency=false
3.39/2.20	    wck=0.046, cpu=2.161, mem=31M871
3.39/2.20	
3.39/2.23	    num=0, depth=4..4, filters=444, revisions=(511,useless=33), ccks=182306, wck=0.073, mem=31M871
3.39/2.23	    decisions=24, wrong=10, backtracks=0, failedAssignments=10, nogoods=10
3.39/2.23	    
3.39/2.26	    num=1, depth=2..6, filters=1497, revisions=(1889,useless=166), ccks=216885, wck=0.112, mem=31M871
3.39/2.26	    decisions=58, wrong=25, backtracks=5, failedAssignments=21, nogoods=14
3.39/2.26	    
3.39/2.29	    num=2, depth=3..5, filters=2450, revisions=(3140,useless=261), ccks=253415, wck=0.141, mem=31M871
3.39/2.29	    decisions=89, wrong=38, backtracks=6, failedAssignments=33, nogoods=22
3.39/2.29	    
3.70/2.32	    num=3, depth=4..5, filters=3386, revisions=(4311,useless=393), ccks=280670, wck=0.166, mem=31M871
3.70/2.32	    decisions=123, wrong=53, backtracks=8, failedAssignments=46, nogoods=35
3.70/2.32	    
3.70/2.35	    num=4, depth=3..5, filters=4398, revisions=(5599,useless=492), ccks=312604, wck=0.193, mem=31M871
3.70/2.35	    decisions=159, wrong=69, backtracks=11, failedAssignments=60, nogoods=40
3.70/2.35	    
3.70/2.38	    num=5, depth=3..5, filters=5705, revisions=(7299,useless=678), ccks=350692, wck=0.227, mem=34M513
3.70/2.38	    decisions=203, wrong=89, backtracks=17, failedAssignments=76, nogoods=45
3.70/2.38	    
4.00/2.42	    num=6, depth=3..5, filters=6972, revisions=(8848,useless=810), ccks=387160, wck=0.268, mem=34M513
4.00/2.42	    decisions=254, wrong=113, backtracks=26, failedAssignments=93, nogoods=50
4.00/2.42	    
4.00/2.44	    num=7, depth=4..5, filters=8066, revisions=(10193,useless=932), ccks=417148, wck=0.293, mem=34M513
4.00/2.44	    decisions=306, wrong=137, backtracks=31, failedAssignments=112, nogoods=59
4.00/2.44	    
4.00/2.47	    num=8, depth=3..5, filters=9301, revisions=(11746,useless=1090), ccks=452274, wck=0.322, mem=34M513
4.00/2.47	    decisions=362, wrong=163, backtracks=37, failedAssignments=133, nogoods=71
4.00/2.47	    
4.11/2.51	    num=9, depth=3..5, filters=10881, revisions=(13734,useless=1287), ccks=494321, wck=0.358, mem=34M513
4.11/2.51	    decisions=428, wrong=194, backtracks=45, failedAssignments=156, nogoods=79
4.11/2.51	    
4.11/2.55	    num=10, depth=3..6, filters=12594, revisions=(15921,useless=1504), ccks=535287, wck=0.396, mem=34M513
4.11/2.55	    decisions=497, wrong=226, backtracks=52, failedAssignments=181, nogoods=84
4.11/2.55	    
4.11/2.59	    num=11, depth=3..5, filters=14415, revisions=(18191,useless=1719), ccks=578921, wck=0.436, mem=34M513
4.11/2.59	    decisions=571, wrong=261, backtracks=59, failedAssignments=209, nogoods=94
4.11/2.59	    
4.21/2.64	    num=12, depth=2..6, filters=16928, revisions=(21271,useless=1975), ccks=637563, wck=0.491, mem=37M155
4.21/2.64	    decisions=657, wrong=303, backtracks=73, failedAssignments=240, nogoods=95
4.21/2.64	    
4.21/2.70	    num=13, depth=2..5, filters=19291, revisions=(24197,useless=2204), ccks=698842, wck=0.544, mem=37M155
4.21/2.70	    decisions=744, wrong=345, backtracks=83, failedAssignments=274, nogoods=98
4.21/2.70	    
4.32/2.73	    num=14, depth=3..5, filters=20936, revisions=(26179,useless=2398), ccks=736901, wck=0.58, mem=37M155
4.32/2.73	    decisions=833, wrong=387, backtracks=88, failedAssignments=311, nogoods=111
4.32/2.73	    
4.46/2.81	    num=15, depth=2..6, filters=24394, revisions=(30611,useless=2837), ccks=814264, wck=0.656, mem=37M155
4.46/2.81	    decisions=955, wrong=446, backtracks=110, failedAssignments=352, nogoods=122
4.46/2.81	    
4.46/2.89	    num=16, depth=2..6, filters=28196, revisions=(35338,useless=3233), ccks=897160, wck=0.735, mem=37M155
4.46/2.89	    decisions=1082, wrong=508, backtracks=130, failedAssignments=397, nogoods=126
4.46/2.89	    
4.57/2.96	    num=17, depth=2..5, filters=31611, revisions=(39569,useless=3623), ccks=968417, wck=0.806, mem=39M798
4.57/2.96	    decisions=1211, wrong=571, backtracks=146, failedAssignments=447, nogoods=135
4.57/2.96	    
4.68/3.04	    num=18, depth=2..5, filters=35383, revisions=(44135,useless=4034), ccks=1046369, wck=0.884, mem=39M798
4.68/3.04	    decisions=1362, wrong=644, backtracks=166, failedAssignments=502, nogoods=149
4.68/3.04	    
4.68/3.10	    num=19, depth=3..5, filters=38441, revisions=(47900,useless=4460), ccks=1101166, wck=0.944, mem=39M798
4.68/3.10	    decisions=1522, wrong=722, backtracks=186, failedAssignments=563, nogoods=159
4.68/3.10	    
4.78/3.18	    num=20, depth=2..5, filters=42512, revisions=(52976,useless=4972), ccks=1180756, wck=1.028, mem=42M440
4.78/3.18	    decisions=1694, wrong=806, backtracks=205, failedAssignments=630, nogoods=171
4.78/3.18	    
4.87/3.28	    num=21, depth=2..5, filters=47788, revisions=(59562,useless=5645), ccks=1276224, wck=1.132, mem=42M440
4.87/3.28	    decisions=1891, wrong=902, backtracks=229, failedAssignments=704, nogoods=175
4.87/3.28	    
4.97/3.37	    num=22, depth=2..5, filters=52064, revisions=(64767,useless=6228), ccks=1351030, wck=1.214, mem=42M440
4.97/3.37	    decisions=2090, wrong=1000, backtracks=248, failedAssignments=785, nogoods=178
4.97/3.37	    
5.07/3.47	    num=23, depth=2..5, filters=57528, revisions=(71369,useless=6812), ccks=1448374, wck=1.32, mem=45M83
5.07/3.47	    decisions=2337, wrong=1122, backtracks=283, failedAssignments=874, nogoods=185
5.07/3.47	    
5.18/3.57	    num=24, depth=3..6, filters=62869, revisions=(77902,useless=7572), ccks=1534406, wck=1.422, mem=45M83
5.18/3.57	    decisions=2585, wrong=1244, backtracks=308, failedAssignments=972, nogoods=204
5.18/3.57	    
5.28/3.69	    num=25, depth=2..6, filters=68986, revisions=(85368,useless=8365), ccks=1649807, wck=1.542, mem=47M725
5.28/3.69	    decisions=2863, wrong=1381, backtracks=345, failedAssignments=1080, nogoods=213
5.28/3.69	    
5.48/3.84	    num=26, depth=2..6, filters=76767, revisions=(95079,useless=9341), ccks=1784940, wck=1.693, mem=47M725
5.48/3.84	    decisions=3173, wrong=1534, backtracks=386, failedAssignments=1199, nogoods=230
5.48/3.84	    
5.70/4.01	    num=27, depth=2..6, filters=85199, revisions=(105516,useless=10468), ccks=1928319, wck=1.857, mem=50M368
5.70/4.01	    decisions=3508, wrong=1700, backtracks=429, failedAssignments=1330, nogoods=243
5.70/4.01	    
5.80/4.17	    num=28, depth=2..6, filters=93662, revisions=(116073,useless=11621), ccks=2064613, wck=2.018, mem=53M10
5.80/4.17	    decisions=3875, wrong=1882, backtracks=474, failedAssignments=1474, nogoods=247
5.80/4.17	    
5.99/4.34	    num=29, depth=2..6, filters=102197, revisions=(126693,useless=12754), ccks=2219607, wck=2.185, mem=53M10
5.99/4.34	    decisions=4276, wrong=2081, backtracks=520, failedAssignments=1632, nogoods=262
5.99/4.34	    
6.21/4.52	    num=30, depth=2..7, filters=111745, revisions=(138465,useless=14162), ccks=2369023, wck=2.368, mem=55M653
6.21/4.52	    decisions=4708, wrong=2295, backtracks=566, failedAssignments=1806, nogoods=270
6.21/4.52	    
6.41/4.73	    num=31, depth=2..6, filters=122724, revisions=(152025,useless=15591), ccks=2533287, wck=2.574, mem=58M295
6.41/4.73	    decisions=5196, wrong=2537, backtracks=624, failedAssignments=1997, nogoods=284
6.41/4.73	    
6.72/5.01	    num=32, depth=2..6, filters=136946, revisions=(169723,useless=17255), ccks=2792664, wck=2.857, mem=60M937
6.72/5.01	    decisions=5745, wrong=2810, backtracks=696, failedAssignments=2208, nogoods=293
6.72/5.01	    
6.91/5.26	    num=33, depth=2..6, filters=150458, revisions=(186523,useless=19126), ccks=3002651, wck=3.108, mem=63M580
6.91/5.26	    decisions=6356, wrong=3113, backtracks=778, failedAssignments=2440, nogoods=301
6.91/5.26	    
7.25/5.54	    num=34, depth=2..6, filters=164902, revisions=(204191,useless=21070), ccks=3245262, wck=3.391, mem=66M222
7.25/5.54	    decisions=7009, wrong=3438, backtracks=858, failedAssignments=2695, nogoods=328
7.25/5.54	    
7.55/5.87	    num=35, depth=2..6, filters=182459, revisions=(225688,useless=23487), ccks=3504928, wck=3.718, mem=71M507
7.55/5.87	    decisions=7753, wrong=3808, backtracks=962, failedAssignments=2976, nogoods=333
7.55/5.87	    
7.88/6.13	    num=36, depth=2..6, filters=197231, revisions=(243536,useless=25736), ccks=3708244, wck=3.981, mem=74M150
7.88/6.13	    decisions=8522, wrong=4191, backtracks=1046, failedAssignments=3285, nogoods=342
7.88/6.13	    
8.28/6.54	    num=37, depth=2..6, filters=218693, revisions=(269947,useless=28447), ccks=4043451, wck=4.388, mem=76M792
8.28/6.54	    decisions=9437, wrong=4647, backtracks=1175, failedAssignments=3625, nogoods=366
8.28/6.54	    
8.68/6.98	    num=38, depth=2..6, filters=241359, revisions=(298068,useless=31405), ccks=4414825, wck=4.824, mem=82M77
8.68/6.98	    decisions=10407, wrong=5130, backtracks=1298, failedAssignments=3999, nogoods=388
8.68/6.98	    
9.22/7.49	    num=39, depth=2..6, filters=267649, revisions=(330527,useless=34537), ccks=4882722, wck=5.342, mem=87M362
9.22/7.49	    decisions=11469, wrong=5660, backtracks=1434, failedAssignments=4410, nogoods=406
9.22/7.49	    
9.84/8.02	    num=40, depth=2..6, filters=295688, revisions=(365212,useless=38355), ccks=5319455, wck=5.869, mem=95M289
9.84/8.02	    decisions=12642, wrong=6245, backtracks=1584, failedAssignments=4862, nogoods=426
9.84/8.02	    
10.34/8.51	    num=41, depth=2..7, filters=322063, revisions=(397614,useless=42032), ccks=5718716, wck=6.36, mem=100M574
10.34/8.51	    decisions=13880, wrong=6862, backtracks=1727, failedAssignments=5359, nogoods=450
10.34/8.51	    
11.04/9.26	    num=42, depth=1..6, filters=359286, revisions=(443565,useless=46184), ccks=6415830, wck=7.104, mem=108M501
11.04/9.26	    decisions=15269, wrong=7555, backtracks=1900, failedAssignments=5906, nogoods=455
11.04/9.26	    
11.54/9.79	    num=43, depth=2..6, filters=388547, revisions=(479263,useless=50423), ccks=6817381, wck=7.635, mem=113M786
11.54/9.79	    decisions=16743, wrong=8290, backtracks=2043, failedAssignments=6508, nogoods=474
11.54/9.79	    
12.24/10.46	    num=44, depth=1..6, filters=423320, revisions=(521442,useless=55298), ccks=7411725, wck=8.309, mem=121M713
12.24/10.46	    decisions=18352, wrong=9093, backtracks=2207, failedAssignments=7170, nogoods=493
12.24/10.46	    
12.95/11.19	    num=45, depth=1..7, filters=462536, revisions=(568243,useless=60369), ccks=8042715, wck=9.041, mem=129M641
12.95/11.19	    decisions=20182, wrong=10006, backtracks=2421, failedAssignments=7898, nogoods=507
12.95/11.19	    
13.88/12.08	    num=46, depth=1..6, filters=507493, revisions=(623721,useless=66120), ccks=8883345, wck=9.926, mem=140M211
13.88/12.08	    decisions=22198, wrong=11012, backtracks=2659, failedAssignments=8699, nogoods=522
13.88/12.08	    
14.91/13.10	    num=47, depth=1..6, filters=560106, revisions=(688561,useless=72421), ccks=9785942, wck=10.952, mem=30M276
14.91/13.10	    decisions=24393, wrong=12108, backtracks=2909, failedAssignments=9580, nogoods=533
14.91/13.10	    
16.01/14.17	    num=48, depth=1..6, filters=617438, revisions=(758733,useless=79497), ccks=10735752, wck=12.018, mem=40M740
16.01/14.17	    decisions=26904, wrong=13362, backtracks=3236, failedAssignments=10550, nogoods=556
16.01/14.17	    
17.10/15.23	    num=49, depth=1..6, filters=675726, revisions=(830427,useless=87669), ccks=11570856, wck=13.074, mem=53M820
17.10/15.23	    decisions=29610, wrong=14713, backtracks=3560, failedAssignments=11617, nogoods=581
17.10/15.23	    
18.51/16.64	    num=50, depth=1..7, filters=747470, revisions=(918126,useless=96184), ccks=12925654, wck=14.484, mem=69M516
18.51/16.64	    decisions=32555, wrong=16183, backtracks=3896, failedAssignments=12790, nogoods=590
18.51/16.64	    
19.91/18.02	    num=51, depth=1..6, filters=819906, revisions=(1007218,useless=105614), ccks=14192148, wck=15.871, mem=85M212
19.91/18.02	    decisions=35775, wrong=17791, backtracks=4265, failedAssignments=14081, nogoods=607
19.91/18.02	    
21.61/19.75	    num=52, depth=1..6, filters=909515, revisions=(1116822,useless=116271), ccks=15833695, wck=17.603, mem=106M140
21.61/19.75	    decisions=39456, wrong=19630, backtracks=4742, failedAssignments=15501, nogoods=625
21.61/19.75	    
23.41/21.52	    num=53, depth=1..6, filters=1002665, revisions=(1230076,useless=127826), ccks=17486315, wck=19.368, mem=124M452
23.41/21.52	    decisions=43507, wrong=21654, backtracks=5266, failedAssignments=17063, nogoods=666
23.41/21.52	    
25.11/23.26	    num=54, depth=1..6, filters=1097723, revisions=(1348172,useless=141580), ccks=18850131, wck=21.109, mem=145M380
25.11/23.26	    decisions=47803, wrong=23801, backtracks=5758, failedAssignments=18781, nogoods=681
25.11/23.26	    
27.33/25.50	    num=55, depth=1..6, filters=1213932, revisions=(1491255,useless=155821), ccks=20931905, wck=23.344, mem=38M189
27.33/25.50	    decisions=52678, wrong=26237, backtracks=6395, failedAssignments=20671, nogoods=706
27.33/25.50	    
29.73/27.89	    num=56, depth=1..6, filters=1336296, revisions=(1640380,useless=171567), ccks=23219294, wck=25.739, mem=67M67
29.73/27.89	    decisions=57891, wrong=28842, backtracks=6988, failedAssignments=22750, nogoods=732
29.73/27.89	    
32.33/30.43	    num=57, depth=1..6, filters=1473162, revisions=(1809710,useless=188835), ccks=25412058, wck=28.278, mem=95M945
32.33/30.43	    decisions=63791, wrong=31791, backtracks=7744, failedAssignments=25037, nogoods=775
32.33/30.43	    
35.53/33.63	    num=58, depth=0..6, filters=1635025, revisions=(2009225,useless=207680), ccks=28643319, wck=31.482, mem=132M698
35.53/33.63	    decisions=70175, wrong=34982, backtracks=8522, failedAssignments=27553, nogoods=795
35.53/33.63	    
38.67/36.71	    num=59, depth=1..6, filters=1799035, revisions=(2208435,useless=227906), ccks=31434521, wck=34.556, mem=35M633
38.67/36.71	    decisions=77291, wrong=38539, backtracks=9426, failedAssignments=30321, nogoods=810
38.67/36.71	    
42.31/40.33	    num=60, depth=1..6, filters=1986933, revisions=(2437401,useless=250769), ccks=34897642, wck=38.178, mem=75M102
42.31/40.33	    decisions=85135, wrong=42460, backtracks=10424, failedAssignments=33365, nogoods=822
42.31/40.33	    
46.02/44.06	    num=61, depth=1..6, filters=2183461, revisions=(2679082,useless=275796), ccks=38170040, wck=41.912, mem=119M833
46.02/44.06	    decisions=93577, wrong=46680, backtracks=11424, failedAssignments=36714, nogoods=842
46.02/44.06	    
49.95/47.98	    num=62, depth=1..6, filters=2394025, revisions=(2937255,useless=303425), ccks=41511155, wck=45.824, mem=30M219
49.95/47.98	    decisions=103003, wrong=51391, backtracks=12601, failedAssignments=40398, nogoods=860
49.95/47.98	    
54.55/52.54	    num=63, depth=0..6, filters=2631338, revisions=(3228885,useless=332960), ccks=45932971, wck=50.391, mem=84M678
54.55/52.54	    decisions=113263, wrong=56519, backtracks=13844, failedAssignments=44450, nogoods=877
54.55/52.54	    
59.59/57.56	    num=64, depth=1..6, filters=2897863, revisions=(3557382,useless=367022), ccks=50510859, wck=55.404, mem=141M731
59.59/57.56	    decisions=124718, wrong=62245, backtracks=15290, failedAssignments=48907, nogoods=915
59.59/57.56	    
64.93/62.88	    num=65, depth=1..6, filters=3178321, revisions=(3902765,useless=403237), ccks=55405536, wck=60.73, mem=73M446
64.93/62.88	    decisions=136947, wrong=68358, backtracks=16693, failedAssignments=53810, nogoods=974
64.93/62.88	    
70.83/68.75	    num=66, depth=1..6, filters=3492516, revisions=(4286379,useless=442629), ccks=60829454, wck=66.594, mem=139M848
70.83/68.75	    decisions=150701, wrong=75234, backtracks=18427, failedAssignments=59204, nogoods=1020
70.83/68.75	    
77.46/75.30	    num=67, depth=0..7, filters=3837774, revisions=(4710813,useless=488040), ccks=66881420, wck=73.147, mem=90M228
77.46/75.30	    decisions=165828, wrong=82796, backtracks=20311, failedAssignments=65137, nogoods=1059
77.46/75.30	    
84.49/82.35	    num=68, depth=1..6, filters=4210187, revisions=(5168396,useless=535099), ccks=73366804, wck=80.194, mem=44M606
84.49/82.35	    decisions=182416, wrong=91088, backtracks=22306, failedAssignments=71663, nogoods=1094
84.49/82.35	    
92.61/90.47	    num=69, depth=0..6, filters=4638737, revisions=(5695145,useless=590371), ccks=80976493, wck=88.317, mem=138M571
92.61/90.47	    decisions=200810, wrong=100283, backtracks=24597, failedAssignments=78842, nogoods=1115
92.61/90.47	    
102.35/100.14	    num=70, depth=0..6, filters=5133397, revisions=(6310129,useless=650166), ccks=90538695, wck=97.986, mem=124M367
102.35/100.14	    decisions=220947, wrong=110350, backtracks=27081, failedAssignments=86739, nogoods=1143
102.35/100.14	    
112.04/109.88	    num=71, depth=0..6, filters=5639983, revisions=(6932241,useless=713766), ccks=99817905, wck=107.732, mem=113M22
112.04/109.88	    decisions=243167, wrong=121458, backtracks=29886, failedAssignments=95426, nogoods=1165
112.04/109.88	    
123.36/121.19	    num=72, depth=0..6, filters=6221203, revisions=(7649689,useless=784105), ccks=110936409, wck=119.037, mem=121M274
123.36/121.19	    decisions=267579, wrong=133663, backtracks=32985, failedAssignments=104981, nogoods=1216
123.36/121.19	    
135.57/133.32	    num=73, depth=0..6, filters=6849050, revisions=(8425059,useless=860866), ccks=122868219, wck=131.172, mem=24M438
135.57/133.32	    decisions=294422, wrong=147082, backtracks=36353, failedAssignments=115492, nogoods=1240
135.57/133.32	    
149.39/147.16	    num=74, depth=0..6, filters=7556069, revisions=(9296485,useless=943429), ccks=137217077, wck=145.007, mem=67M472
149.39/147.16	    decisions=324015, wrong=161877, backtracks=40160, failedAssignments=127054, nogoods=1263
149.39/147.16	    
161.08/158.80	    num=75, depth=0..6, filters=8115429, revisions=(9994703,useless=1004728), ccks=151185663, wck=156.647, mem=86M847
161.08/158.80	    decisions=345253, wrong=172497, backtracks=43025, failedAssignments=135276, nogoods=1263
161.08/158.80	    
161.08/158.80	  Global
161.08/158.80	    filters=8115429, revisions=(9994703,useless=1004728), ccks=151185663, nogoods=1263
161.08/158.80	    Stop=FULL_EXPLORATION, wrong=172497, wck=156.957, cpu=158.649, mem=86M847
161.08/158.80	
161.08/158.80	s UNSATISFIABLE
161.08/158.80	
161.08/158.80	d WRONG_DECISIONS 172497

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390571-1568380833/watcher-4390571-1568380833 -o /tmp/evaluation-result-4390571-1568380833/solver-4390571-1568380833 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568380476-12475 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390571-1568380833.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=12929, runsolver pid=12926

[startup+0.100106 s]*
/proc/loadavg: 1.68 1.16 0.55 5/228 12944
/proc/meminfo: memFree=28156052/32770624 swapFree=66998528/67108860
[pid=12929] ppid=12926 vsize=10659884 memory=28184 CPUtime=0.14 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12926 12929 12443 0 -1 1077944320 5525 0 0 0 13 1 0 0 20 0 15 0 414352123 10915721216 7046 33554432000 4194304 4196468 140722895978432 140722895960976 139691974041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
/proc/12929/statm: 2664971 7046 2885 1 0 2627468 0
[pid=12929/tid=12931] ppid=12926 vsize=10659884 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12926 12929 12443 0 -1 4202560 3224 0 0 0 9 0 0 0 20 0 15 0 414352123 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691978271776 139691959734801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12932] ppid=12926 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12932/stat : 12932 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691580795920 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12933] ppid=12926 vsize=10659884 memory=139988510066304 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12933/stat : 12933 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691579743376 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12934] ppid=12926 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12934/stat : 12934 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691578690320 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12935] ppid=12926 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691577637776 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12936] ppid=12926 vsize=10659884 memory=139988510066304 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352125 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691533195504 139691974052482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12937] ppid=12926 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12926 12929 12443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414352125 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691532141728 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12938] ppid=12926 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12926 12929 12443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414352126 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691531088624 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12939] ppid=12926 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414352128 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691462485968 139691974059931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12940] ppid=12926 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12926 12929 12443 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 414352128 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691461434096 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12941] ppid=12926 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12926 12929 12443 0 -1 1077944384 114 0 0 0 0 0 0 0 20 0 15 0 414352128 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691460381552 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12942] ppid=12926 vsize=10659884 memory=139988510066304 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) R 12926 12929 12443 0 -1 4202560 399 0 0 0 2 0 0 0 20 0 15 0 414352128 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691459324408 139691966278462 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12943] ppid=12926 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414352128 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691458276192 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12944] ppid=12926 vsize=10659884 memory=139988510066304 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12944/stat : 12944 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352129 10915721216 7046 33554432000 4194304 4196468 140722895978432 139691457223216 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28184 KiB

[startup+0.210962 s]*
/proc/loadavg: 1.68 1.16 0.55 3/228 12944
/proc/meminfo: memFree=28148548/32770624 swapFree=66998528/67108860
[pid=12929] ppid=12926 vsize=10659884 memory=35060 CPUtime=0.32 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12926 12929 12443 0 -1 1077944320 6920 0 0 0 30 2 0 0 20 0 15 0 414352123 10915721216 8765 33554432000 4194304 4196468 140722895978432 140722895960976 139691974041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
/proc/12929/statm: 2664971 8765 2989 1 0 2627468 0
[pid=12929/tid=12931] ppid=12926 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12926 12929 12443 0 -1 4202560 3880 0 0 0 19 1 0 0 20 0 15 0 414352123 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691978273376 139691974063261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12932] ppid=12926 vsize=10659884 memory=364 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12932/stat : 12932 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691580795920 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12933] ppid=12926 vsize=10659884 memory=139988513126647 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12933/stat : 12933 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691579743376 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12934] ppid=12926 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12934/stat : 12934 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691578690320 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12935] ppid=12926 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691577637776 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12936] ppid=12926 vsize=10659884 memory=139988510066304 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352125 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691533195504 139691974052482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12937] ppid=12926 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12926 12929 12443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414352125 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691532141728 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12938] ppid=12926 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12926 12929 12443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414352126 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691531088624 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12939] ppid=12926 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414352128 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691462485968 139691974059931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12940] ppid=12926 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12926 12929 12443 0 -1 1077944384 775 0 0 0 3 0 0 0 20 0 15 0 414352128 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691461434096 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12941] ppid=12926 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12926 12929 12443 0 -1 1077944384 187 0 0 0 2 0 0 0 20 0 15 0 414352128 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691460381552 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12942] ppid=12926 vsize=10659884 memory=139988510066304 CPUtime=0.05 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12926 12929 12443 0 -1 1077944384 718 0 0 0 5 0 0 0 20 0 15 0 414352128 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691459328496 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12943] ppid=12926 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414352128 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691458276192 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12944] ppid=12926 vsize=10659884 memory=139988510066304 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12944/stat : 12944 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352129 10915721216 8765 33554432000 4194304 4196468 140722895978432 139691457223216 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35060 KiB

[startup+0.31006 s]*
/proc/loadavg: 1.68 1.16 0.55 4/228 12944
/proc/meminfo: memFree=28141348/32770624 swapFree=66998528/67108860
[pid=12929] ppid=12926 vsize=10659884 memory=40440 CPUtime=0.47 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12926 12929 12443 0 -1 1077944320 9455 0 0 0 43 4 0 0 20 0 15 0 414352123 10915721216 10110 33554432000 4194304 4196468 140722895978432 140722895960976 139691974041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
/proc/12929/statm: 2664971 10110 3002 1 0 2627468 0
[pid=12929/tid=12931] ppid=12926 vsize=10659884 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12926 12929 12443 0 -1 4202560 6345 0 0 0 27 2 0 0 20 0 15 0 414352123 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691978273136 139691974063261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12932] ppid=12926 vsize=10659884 memory=1946931 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12932/stat : 12932 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691580795920 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12933] ppid=12926 vsize=10659884 memory=139988513129138 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12933/stat : 12933 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691579743376 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12934] ppid=12926 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12934/stat : 12934 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691578690320 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12935] ppid=12926 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352124 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691577637776 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12936] ppid=12926 vsize=10659884 memory=139988510066304 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352125 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691533195504 139691974052482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12937] ppid=12926 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12926 12929 12443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414352125 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691532141728 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12938] ppid=12926 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12926 12929 12443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414352126 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691531088624 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12939] ppid=12926 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414352128 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691462485968 139691974059931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12940] ppid=12926 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) R 12926 12929 12443 0 -1 1077944384 815 0 0 0 4 0 0 0 20 0 15 0 414352128 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691461434192 139691974051541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12941] ppid=12926 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) R 12926 12929 12443 0 -1 4202560 197 0 0 0 3 0 0 0 20 0 15 0 414352128 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691460372064 139691959200864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12942] ppid=12926 vsize=10659884 memory=139988510066304 CPUtime=0.07 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) R 12926 12929 12443 0 -1 4202560 739 0 0 0 7 0 0 0 20 0 15 0 414352128 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691459328496 139691974062682 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12943] ppid=12926 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414352128 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691458276192 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12944] ppid=12926 vsize=10659884 memory=139988510066304 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12944/stat : 12944 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352129 10915721216 10110 33554432000 4194304 4196468 140722895978432 139691457223216 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40440 KiB

[startup+0.700776 s]
/proc/loadavg: 1.68 1.16 0.55 3/228 12944
/proc/meminfo: memFree=28134668/32770624 swapFree=66998528/67108860
[pid=12929] ppid=12926 vsize=10661932 memory=62160 CPUtime=1.07 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12926 12929 12443 0 -1 1077944320 12659 0 0 0 101 6 0 0 20 0 15 0 414352123 10917818368 15540 33554432000 4194304 4196468 140722895978432 140722895960976 139691974041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
/proc/12929/statm: 2665483 15540 3065 1 0 2627980 0
[pid=12929/tid=12931] ppid=12926 vsize=10661932 memory=21736 CPUtime=0.68 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12926 12929 12443 0 -1 4202560 8888 0 0 0 63 5 0 0 20 0 15 0 414352123 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691978264272 139691954316638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12932] ppid=12926 vsize=10661932 memory=14068 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12932/stat : 12932 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352124 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691580795920 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12933] ppid=12926 vsize=10661932 memory=524 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12933/stat : 12933 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352124 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691579743376 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12934] ppid=12926 vsize=10661932 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12934/stat : 12934 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352124 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691578690320 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12935] ppid=12926 vsize=10661932 memory=928 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352124 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691577637776 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12936] ppid=12926 vsize=10661932 memory=3536 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352125 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691533195504 139691974052482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12937] ppid=12926 vsize=10661932 memory=1976 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12926 12929 12443 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414352125 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691532141728 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12938] ppid=12926 vsize=10661932 memory=2408 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12926 12929 12443 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414352126 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691531088624 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12939] ppid=12926 vsize=10661932 memory=816 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414352128 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691462485968 139691974059931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12940] ppid=12926 vsize=10661932 memory=6153431502485415268 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12926 12929 12443 0 -1 1077944384 908 0 0 0 9 0 0 0 20 0 15 0 414352128 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691461434096 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12941] ppid=12926 vsize=10661932 memory=7453282923461503316 CPUtime=0.1 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) R 12926 12929 12443 0 -1 4202560 422 0 0 0 10 0 0 0 20 0 15 0 414352128 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691460381552 139691960197754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12942] ppid=12926 vsize=10661932 memory=7223879631928058176 CPUtime=0.18 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12926 12929 12443 0 -1 1077944384 1081 0 0 0 18 0 0 0 20 0 15 0 414352128 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691459328496 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12943] ppid=12926 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414352128 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691458276192 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12944] ppid=12926 vsize=10661932 memory=7738707418567895914 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12944/stat : 12944 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352129 10917818368 15540 33554432000 4194304 4196468 140722895978432 139691457223216 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62160 KiB

[startup+1.50079 s]
/proc/loadavg: 1.68 1.16 0.55 3/228 12944
/proc/meminfo: memFree=28118228/32770624 swapFree=66998528/67108860
[pid=12929] ppid=12926 vsize=10663980 memory=74780 CPUtime=1.98 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12926 12929 12443 0 -1 1077944320 18188 0 0 0 191 7 0 0 20 0 15 0 414352123 10919915520 18695 33554432000 4194304 4196468 140722895978432 140722895960976 139691974041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
/proc/12929/statm: 2665995 18695 3093 1 0 2628492 0
[pid=12929/tid=12931] ppid=12926 vsize=10663980 memory=6378026435766 CPUtime=1.47 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) R 12926 12929 12443 0 -1 4202560 13098 0 0 0 142 5 0 0 20 0 15 0 414352123 10919915520 18695 33554432000 4194304 4196468 140722895978432 139691978267216 139691954318160 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12932] ppid=12926 vsize=10663980 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12932/stat : 12932 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352124 10919915520 18695 33554432000 4194304 4196468 140722895978432 139691580795920 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12933] ppid=12926 vsize=10663980 memory=16100368647981698 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12933/stat : 12933 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352124 10919915520 18695 33554432000 4194304 4196468 140722895978432 139691579743376 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12934] ppid=12926 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12934/stat : 12934 (java) S 12926 12929 12443 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414352124 10919915520 18695 33554432000 4194304 4196468 140722895978432 139691578690320 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12935] ppid=12926 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12926 12929 12443 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414352124 10919915520 18695 33554432000 4194304 4196468 140722895978432 139691577637776 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12936] ppid=12926 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12926 12929 12443 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 15 0 414352125 10919915520 18695 33554432000 4194304 4196468 140722895978432 139691533195504 139691974052482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0

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

[startup+156.801 s]
/proc/loadavg: 1.73 1.39 0.73 3/231 12965
/proc/meminfo: memFree=27935460/32770624 swapFree=66998528/67108860
[pid=12929] ppid=12926 vsize=10746276 memory=232200 CPUtime=159.08 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12926 12929 12443 0 -1 1077944320 50835 0 0 0 15889 19 0 0 20 0 16 0 414352123 11004186624 58050 33554432000 4194304 4196468 140722895978432 140722895960976 139691974041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
/proc/12929/statm: 2686569 58050 3366 1 0 2646705 0
[pid=12929/tid=12931] ppid=12926 vsize=10746276 memory=9592 CPUtime=1.85 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) S 12926 12929 12443 0 -1 1077944384 15335 0 0 0 178 7 0 0 20 0 16 0 414352123 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691978284208 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12932] ppid=12926 vsize=10746276 memory=232200 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12932/stat : 12932 (java) S 12926 12929 12443 0 -1 1077944384 624 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691580795920 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12933] ppid=12926 vsize=10746276 memory=1428 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12933/stat : 12933 (java) S 12926 12929 12443 0 -1 1077944384 2035 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691579743376 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12934] ppid=12926 vsize=10746276 memory=232200 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12934/stat : 12934 (java) S 12926 12929 12443 0 -1 1077944384 2657 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691578690320 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12935] ppid=12926 vsize=10746276 memory=232200 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12926 12929 12443 0 -1 1077944384 1648 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691577637776 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12936] ppid=12926 vsize=10746276 memory=1428 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12926 12929 12443 0 -1 1077944384 2626 0 0 0 2 0 0 0 20 0 16 0 414352125 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691533195504 139691974052482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12937] ppid=12926 vsize=10746276 memory=4160 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12926 12929 12443 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414352125 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691532141792 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12938] ppid=12926 vsize=10746276 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12926 12929 12443 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 414352126 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691531088640 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12939] ppid=12926 vsize=10746276 memory=241916 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691462485968 139691974059931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12940] ppid=12926 vsize=10746276 memory=0 CPUtime=0.72 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12926 12929 12443 0 -1 1077944384 5877 0 0 0 71 1 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691461434096 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12941] ppid=12926 vsize=10746276 memory=6943526294502006880 CPUtime=0.74 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12926 12929 12443 0 -1 1077944384 4571 0 0 0 74 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691460381552 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12942] ppid=12926 vsize=10746276 memory=232200 CPUtime=0.49 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12926 12929 12443 0 -1 1077944384 4373 0 0 0 48 1 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691459328496 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12943] ppid=12926 vsize=10746276 memory=39648 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691458276192 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12944] ppid=12926 vsize=10746276 memory=988 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12944/stat : 12944 (java) S 12926 12929 12443 0 -1 1077944384 425 0 0 0 1 1 0 0 20 0 16 0 414352129 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691457223216 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12945] ppid=12926 vsize=10746276 memory=6791534058613427641 CPUtime=154.77 cores=1,3,5,7
/proc/12929/task/12945/stat : 12945 (java) R 12926 12929 12443 0 -1 4202560 9234 0 0 0 15475 2 0 0 20 0 16 0 414352310 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691440561424 139691616221760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
Current children cumulated CPU time: 159.08 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 232200 KiB

[startup+157.601 s]
/proc/loadavg: 1.73 1.39 0.73 3/231 12965
/proc/meminfo: memFree=27935460/32770624 swapFree=66998528/67108860
[pid=12929] ppid=12926 vsize=10746276 memory=232200 CPUtime=159.88 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12926 12929 12443 0 -1 1077944320 50851 0 0 0 15969 19 0 0 20 0 16 0 414352123 11004186624 58050 33554432000 4194304 4196468 140722895978432 140722895960976 139691974041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
/proc/12929/statm: 2686569 58050 3366 1 0 2646705 0
[pid=12929/tid=12931] ppid=12926 vsize=10746276 memory=288230596050944315 CPUtime=1.85 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) S 12926 12929 12443 0 -1 1077944384 15335 0 0 0 178 7 0 0 20 0 16 0 414352123 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691978284208 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12932] ppid=12926 vsize=10746276 memory=16100368647981698 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12932/stat : 12932 (java) S 12926 12929 12443 0 -1 1077944384 624 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691580795920 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12933] ppid=12926 vsize=10746276 memory=3188 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12933/stat : 12933 (java) S 12926 12929 12443 0 -1 1077944384 2035 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691579743376 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12934] ppid=12926 vsize=10746276 memory=9592 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12934/stat : 12934 (java) S 12926 12929 12443 0 -1 1077944384 2657 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691578690320 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12935] ppid=12926 vsize=10746276 memory=2828 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12926 12929 12443 0 -1 1077944384 1648 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691577637776 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12936] ppid=12926 vsize=10746276 memory=780 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12926 12929 12443 0 -1 1077944384 2631 0 0 0 2 0 0 0 20 0 16 0 414352125 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691533195504 139691974052482 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12937] ppid=12926 vsize=10746276 memory=620 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12926 12929 12443 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414352125 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691532141792 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12938] ppid=12926 vsize=10746276 memory=4160 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12926 12929 12443 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 414352126 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691531088640 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12939] ppid=12926 vsize=10746276 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691462485968 139691974059931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12940] ppid=12926 vsize=10746276 memory=1204 CPUtime=0.72 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12926 12929 12443 0 -1 1077944384 5877 0 0 0 71 1 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691461434096 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12941] ppid=12926 vsize=10746276 memory=1536 CPUtime=0.74 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12926 12929 12443 0 -1 1077944384 4571 0 0 0 74 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691460381552 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12942] ppid=12926 vsize=10746276 memory=1712 CPUtime=0.49 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12926 12929 12443 0 -1 1077944384 4373 0 0 0 48 1 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691459328496 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12943] ppid=12926 vsize=10746276 memory=1052 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691458276192 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12944] ppid=12926 vsize=10746276 memory=5908 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12944/stat : 12944 (java) S 12926 12929 12443 0 -1 1077944384 425 0 0 0 1 1 0 0 20 0 16 0 414352129 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691457223216 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12945] ppid=12926 vsize=10746276 memory=14012 CPUtime=155.57 cores=1,3,5,7
/proc/12929/task/12945/stat : 12945 (java) R 12926 12929 12443 0 -1 4202560 9245 0 0 0 15555 2 0 0 20 0 16 0 414352310 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691440561424 139691612642678 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
Current children cumulated CPU time: 159.88 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 232200 KiB

[startup+158.401 s]
/proc/loadavg: 1.68 1.39 0.73 3/231 12965
/proc/meminfo: memFree=27935460/32770624 swapFree=66998528/67108860
[pid=12929] ppid=12926 vsize=10746276 memory=232200 CPUtime=160.68 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12926 12929 12443 0 -1 1077944320 50874 0 0 0 16049 19 0 0 20 0 16 0 414352123 11004186624 58050 33554432000 4194304 4196468 140722895978432 140722895960976 139691974041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
/proc/12929/statm: 2686569 58050 3366 1 0 2646705 0
[pid=12929/tid=12931] ppid=12926 vsize=10746276 memory=6791534058613427641 CPUtime=1.85 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) S 12926 12929 12443 0 -1 1077944384 15335 0 0 0 178 7 0 0 20 0 16 0 414352123 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691978284208 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12932] ppid=12926 vsize=10746276 memory=9592 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12932/stat : 12932 (java) S 12926 12929 12443 0 -1 1077944384 624 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691580795920 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12933] ppid=12926 vsize=10746276 memory=2828 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12933/stat : 12933 (java) S 12926 12929 12443 0 -1 1077944384 2035 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691579743376 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12934] ppid=12926 vsize=10746276 memory=780 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12934/stat : 12934 (java) S 12926 12929 12443 0 -1 1077944384 2657 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691578690320 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12935] ppid=12926 vsize=10746276 memory=620 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12926 12929 12443 0 -1 1077944384 1648 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691577637776 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12936] ppid=12926 vsize=10746276 memory=1712 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12926 12929 12443 0 -1 1077944384 2631 0 0 0 2 0 0 0 20 0 16 0 414352125 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691533195504 139691974052482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12937] ppid=12926 vsize=10746276 memory=524 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12926 12929 12443 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414352125 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691532141792 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12938] ppid=12926 vsize=10746276 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12926 12929 12443 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 414352126 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691531088640 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12939] ppid=12926 vsize=10746276 memory=928 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691462485968 139691974059931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12940] ppid=12926 vsize=10746276 memory=3536 CPUtime=0.72 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12926 12929 12443 0 -1 1077944384 5885 0 0 0 71 1 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691461434096 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12941] ppid=12926 vsize=10746276 memory=1976 CPUtime=0.74 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12926 12929 12443 0 -1 1077944384 4573 0 0 0 74 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691460381552 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12942] ppid=12926 vsize=10746276 memory=2408 CPUtime=0.49 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12926 12929 12443 0 -1 1077944384 4378 0 0 0 48 1 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691459328496 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12943] ppid=12926 vsize=10746276 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691458276192 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12944] ppid=12926 vsize=10746276 memory=1448 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12944/stat : 12944 (java) S 12926 12929 12443 0 -1 1077944384 425 0 0 0 1 1 0 0 20 0 16 0 414352129 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691457223216 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12945] ppid=12926 vsize=10746276 memory=1764 CPUtime=156.37 cores=1,3,5,7
/proc/12929/task/12945/stat : 12945 (java) R 12926 12929 12443 0 -1 4202560 9253 0 0 0 15635 2 0 0 20 0 16 0 414352310 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691440561424 139691616119051 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
Current children cumulated CPU time: 160.68 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 232200 KiB

[startup+158.801 s]
/proc/loadavg: 1.68 1.39 0.73 3/231 12965
/proc/meminfo: memFree=27935460/32770624 swapFree=66998528/67108860
[pid=12929] ppid=12926 vsize=10746276 memory=232200 CPUtime=161.08 cores=1,3,5,7
/proc/12929/stat : 12929 (java) S 12926 12929 12443 0 -1 1077944320 50880 0 0 0 16089 19 0 0 20 0 16 0 414352123 11004186624 58050 33554432000 4194304 4196468 140722895978432 140722895960976 139691974041335 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
/proc/12929/statm: 2686569 58050 3366 1 0 2646705 0
[pid=12929/tid=12931] ppid=12926 vsize=10746276 memory=224244 CPUtime=1.85 cores=1,3,5,7
/proc/12929/task/12931/stat : 12931 (java) S 12926 12929 12443 0 -1 1077944384 15335 0 0 0 178 7 0 0 20 0 16 0 414352123 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691978284208 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12932] ppid=12926 vsize=10746276 memory=4108 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12932/stat : 12932 (java) S 12926 12929 12443 0 -1 1077944384 624 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691580795920 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12933] ppid=12926 vsize=10746276 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12933/stat : 12933 (java) S 12926 12929 12443 0 -1 1077944384 2035 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691579743376 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12934] ppid=12926 vsize=10746276 memory=3084 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12934/stat : 12934 (java) S 12926 12929 12443 0 -1 1077944384 2657 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691578690320 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12935] ppid=12926 vsize=10746276 memory=232200 CPUtime=0.09 cores=1,3,5,7
/proc/12929/task/12935/stat : 12935 (java) S 12926 12929 12443 0 -1 1077944384 1648 0 0 0 8 1 0 0 20 0 16 0 414352124 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691577637776 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12936] ppid=12926 vsize=10746276 memory=1656 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12936/stat : 12936 (java) S 12926 12929 12443 0 -1 1077944384 2631 0 0 0 2 0 0 0 20 0 16 0 414352125 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691533195504 139691974052482 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12937] ppid=12926 vsize=10746276 memory=232200 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12937/stat : 12937 (java) S 12926 12929 12443 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414352125 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691532141792 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12938] ppid=12926 vsize=10746276 memory=916 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12938/stat : 12938 (java) S 12926 12929 12443 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 414352126 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691531088640 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12939] ppid=12926 vsize=10746276 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12939/stat : 12939 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691462485968 139691974059931 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12940] ppid=12926 vsize=10746276 memory=2304 CPUtime=0.72 cores=1,3,5,7
/proc/12929/task/12940/stat : 12940 (java) S 12926 12929 12443 0 -1 1077944384 5885 0 0 0 71 1 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691461434096 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12941] ppid=12926 vsize=10746276 memory=2616 CPUtime=0.74 cores=1,3,5,7
/proc/12929/task/12941/stat : 12941 (java) S 12926 12929 12443 0 -1 1077944384 4573 0 0 0 74 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691460381552 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12942] ppid=12926 vsize=10746276 memory=279976705921248 CPUtime=0.49 cores=1,3,5,7
/proc/12929/task/12942/stat : 12942 (java) S 12926 12929 12443 0 -1 1077944384 4378 0 0 0 48 1 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691459328496 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12943] ppid=12926 vsize=10746276 memory=7233154089921438567 CPUtime=0 cores=1,3,5,7
/proc/12929/task/12943/stat : 12943 (java) S 12926 12929 12443 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414352128 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691458276192 139691974051541 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12944] ppid=12926 vsize=10746276 memory=6791534058613427641 CPUtime=0.02 cores=1,3,5,7
/proc/12929/task/12944/stat : 12944 (java) S 12926 12929 12443 0 -1 1077944384 425 0 0 0 1 1 0 0 20 0 16 0 414352129 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691457223216 139691974052482 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
[pid=12929/tid=12945] ppid=12926 vsize=10746276 memory=2828 CPUtime=156.77 cores=1,3,5,7
/proc/12929/task/12945/stat : 12945 (java) R 12926 12929 12443 0 -1 4202560 9259 0 0 0 15675 2 0 0 20 0 16 0 414352310 11004186624 58050 33554432000 4194304 4196468 140722895978432 139691440561424 139691616121252 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30031872 140722895983627 140722895983730 140722895983730 140722895986639 0
Current children cumulated CPU time: 161.08 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 232200 KiB

Child status: 0
Real time (s): 158.823
CPU time (s): 161.114
CPU user time (s): 160.908
CPU system time (s): 0.205157
CPU usage (%): 101.442
Max. virtual memory (cumulated for all children) (KiB): 10747300
Max. memory (cumulated for all children) (KiB): 261280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 160.908
system time used= 0.205157
maximum resident set size= 261280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53099
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6260
involuntary context switches= 184


# summary of solver processes directly reported to runsolver:
#   pid: 12929
#   total CPU time (s): 161.114
#   total CPU user time (s): 160.908
#   total CPU system time (s): 0.205157

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.871139 second user time and 1.47332 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-13 15:19:53
IDJOB=4390571
IDBENCH=124317
IDSOLVER=2832
FILE ID=node127/4390571-1568380833
RUNJOBID= node127-1568380476-12475
PBS_JOBID= 21701837
Free space on /tmp= 58812 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Langford/Langford-m1-k4/Langford-4-15.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390571-1568380833/watcher-4390571-1568380833 -o /tmp/evaluation-result-4390571-1568380833/solver-4390571-1568380833 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568380476-12475 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390571-1568380833.xml -cm

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

MD5SUM BENCH= bb1ed06e96cb498235a61544b90f533b
RANDOM SEED=2100905326

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28172600 kB
MemAvailable:   31666164 kB
Buffers:          152508 kB
Cached:          3594412 kB
SwapCached:         6772 kB
Active:          2219624 kB
Inactive:        1734640 kB
Active(anon):     200180 kB
Inactive(anon):    48364 kB
Active(file):    2019444 kB
Inactive(file):  1686276 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:              8684 kB
Writeback:             0 kB
AnonPages:        323672 kB
Mapped:            56684 kB
Shmem:             32700 kB
Slab:             237396 kB
SReclaimable:     207360 kB
SUnreclaim:        30036 kB
KernelStack:        4000 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1185716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    239616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58804 MiB
End job on node127 at 2019-09-13 15:22:32