Trace number 4390534

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-23? (TO) 2520.1 2510.61

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-5-5-9-cp.xml
MD5SUMa6754b0df54e854fabf9aee35b814723
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 benchmark15.7529
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints10811
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":225}]
Minimum variable degree194
Maximum variable degree195
Distribution of variable degrees[{"degree":194,"count":200},{"degree":195,"count":25}]
Minimum constraint arity4
Maximum constraint arity225
Distribution of constraint arities[{"arity":4,"count":10800},{"arity":25,"count":10},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints10800
Distribution of constraint types[{"type":"intension","count":10800},{"type":"lex","count":1},{"type":"cardinality","count":9},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.41/1.89	
2.41/1.89	AbsCon 2 
2.65/1.91	
4.57/2.50	  Instance
4.57/2.50	    name=instance-4390534-1568381388, framework=CSP
4.57/2.50	
4.57/2.50	  Loading variables...
4.57/2.55	  Loading constraints...
9.91/4.34	
9.91/4.34	  Domains
9.91/4.34	    nTypes=1, nValues=1125, sizes=[5#225]
9.91/4.34	  Variables
9.91/4.34	    count=225, degrees=[195#2,196#39,197#184]
9.91/4.35	  Constraints
9.91/4.35	    count=10866, nSpecific=41, arities=[1#25,4#10800,18#24,25#9,50#8]
9.91/4.35	    distribution=[CardinalityConstant#9,CtrIntension#10825,LexicographicLe#32]
9.91/4.35	    nIntStructures=(6,shared:10819), nCftStructures=(1,shared:10799,unbuilt:66)
9.91/4.35	    wck=2.483, cpu=4.2, mem=158M425
9.91/4.36	  Solver SolverBacktrack being built...
9.91/4.36	
10.23/4.40	
10.23/4.40	  Solver
10.23/4.40	    guaranteedGAC=true
10.23/4.40	    wck=2.544, cpu=4.259, mem=178M957
10.23/4.44	
10.23/4.44	  Preprocessing
10.23/4.44	    filters=25, revisions=(4825,useless=4804), ccks=22304, nACremovedValues=100, nTotalRemovedValues=100, inconcistency=false
10.23/4.44	    wck=0.037, cpu=4.298, mem=178M957
10.23/4.44	
10.56/4.53	    num=0, depth=29..38, filters=497, revisions=(45522,useless=45035), ccks=101004, wck=0.121, mem=178M957
10.56/4.53	    decisions=67, wrong=16, backtracks=6, failedAssignments=10, nogoods=5
10.56/4.53	    
10.56/4.57	    num=1, depth=15..20, filters=789, revisions=(63777,useless=63055), ccks=134578, wck=0.165, mem=183M135
10.56/4.57	    decisions=115, wrong=31, backtracks=13, failedAssignments=21, nogoods=8
10.56/4.57	    
10.88/4.61	    num=2, depth=0..22, filters=1004, revisions=(82762,useless=81863), ccks=167393, wck=0.205, mem=183M135
10.88/4.61	    decisions=164, wrong=47, backtracks=19, failedAssignments=33, nogoods=12
10.88/4.61	    
10.88/4.64	    num=3, depth=4..16, filters=1194, revisions=(96843,useless=95790), ccks=195258, wck=0.238, mem=183M135
10.88/4.64	    decisions=210, wrong=65, backtracks=27, failedAssignments=46, nogoods=17
10.88/4.64	    
10.88/4.67	    num=4, depth=1..26, filters=1416, revisions=(113574,useless=112330), ccks=223411, wck=0.262, mem=185M237
10.88/4.67	    decisions=263, wrong=81, backtracks=29, failedAssignments=60, nogoods=26
10.88/4.67	    
11.20/4.70	    num=5, depth=1..28, filters=1823, revisions=(145101,useless=143476), ccks=274991, wck=0.299, mem=185M237
11.20/4.70	    decisions=332, wrong=104, backtracks=37, failedAssignments=76, nogoods=38
11.20/4.70	    
11.20/4.74	    num=6, depth=1..27, filters=2180, revisions=(174044,useless=172125), ccks=330564, wck=0.334, mem=185M237
11.20/4.74	    decisions=398, wrong=127, backtracks=45, failedAssignments=93, nogoods=50
11.20/4.74	    
11.20/4.79	    num=7, depth=1..40, filters=2871, revisions=(233496,useless=230926), ccks=427985, wck=0.385, mem=185M237
11.20/4.79	    decisions=479, wrong=150, backtracks=49, failedAssignments=112, nogoods=63
11.20/4.79	    
11.40/4.85	    num=8, depth=1..38, filters=3727, revisions=(304286,useless=300900), ccks=533397, wck=0.445, mem=185M237
11.40/4.85	    decisions=567, wrong=177, backtracks=56, failedAssignments=133, nogoods=75
11.40/4.85	    
11.59/4.90	    num=9, depth=1..31, filters=4419, revisions=(368141,useless=364088), ccks=645926, wck=0.497, mem=185M237
11.59/4.90	    decisions=666, wrong=214, backtracks=75, failedAssignments=156, nogoods=83
11.59/4.90	    
11.59/4.93	    num=10, depth=1..24, filters=4877, revisions=(396954,useless=392547), ccks=694148, wck=0.527, mem=185M237
11.59/4.93	    decisions=760, wrong=256, backtracks=98, failedAssignments=181, nogoods=85
11.59/4.93	    
11.59/4.96	    num=11, depth=0..22, filters=5322, revisions=(426314,useless=421551), ccks=749049, wck=0.554, mem=185M237
11.59/4.96	    decisions=854, wrong=295, backtracks=109, failedAssignments=209, nogoods=97
11.59/4.96	    
11.75/5.03	    num=12, depth=0..25, filters=6599, revisions=(534462,useless=528459), ccks=909341, wck=0.626, mem=185M237
11.75/5.03	    decisions=995, wrong=355, backtracks=140, failedAssignments=240, nogoods=106
11.75/5.03	    
11.75/5.10	    num=13, depth=6..30, filters=7959, revisions=(640153,useless=632829), ccks=1075131, wck=0.698, mem=185M237
11.75/5.10	    decisions=1140, wrong=416, backtracks=175, failedAssignments=274, nogoods=119
11.75/5.10	    
11.92/5.16	    num=14, depth=3..28, filters=8874, revisions=(706164,useless=698031), ccks=1193475, wck=0.752, mem=185M237
11.92/5.16	    decisions=1266, wrong=469, backtracks=198, failedAssignments=311, nogoods=125
11.92/5.16	    
12.11/5.25	    num=15, depth=0..27, filters=10234, revisions=(844747,useless=835328), ccks=1437808, wck=0.85, mem=185M237
12.11/5.25	    decisions=1433, wrong=541, backtracks=238, failedAssignments=352, nogoods=137
12.11/5.25	    
12.28/5.36	    num=16, depth=3..28, filters=12228, revisions=(1006501,useless=995112), ccks=1693632, wck=0.952, mem=185M237
12.28/5.36	    decisions=1636, wrong=631, backtracks=294, failedAssignments=397, nogoods=143
12.28/5.36	    
12.39/5.48	    num=17, depth=6..29, filters=14627, revisions=(1205935,useless=1192203), ccks=2009831, wck=1.073, mem=185M237
12.39/5.48	    decisions=1850, wrong=728, backtracks=346, failedAssignments=447, nogoods=152
12.39/5.48	    
12.49/5.56	    num=18, depth=2..26, filters=16222, revisions=(1346112,useless=1330834), ccks=2223862, wck=1.16, mem=185M237
12.49/5.56	    decisions=2036, wrong=813, backtracks=389, failedAssignments=502, nogoods=169
12.49/5.56	    
12.69/5.71	    num=19, depth=8..28, filters=19073, revisions=(1589536,useless=1571457), ccks=2592383, wck=1.306, mem=185M237
12.69/5.71	    decisions=2301, wrong=936, backtracks=461, failedAssignments=563, nogoods=179
12.69/5.71	    
12.80/5.83	    num=20, depth=8..28, filters=21123, revisions=(1771472,useless=1751420), ccks=2894715, wck=1.424, mem=185M237
12.80/5.83	    decisions=2549, wrong=1051, backtracks=529, failedAssignments=630, nogoods=184
12.80/5.83	    
12.96/6.00	    num=21, depth=5..33, filters=24120, revisions=(2030064,useless=2007211), ccks=3307104, wck=1.593, mem=185M237
12.96/6.00	    decisions=2836, wrong=1179, backtracks=606, failedAssignments=704, nogoods=190
12.96/6.00	    
13.21/6.18	    num=22, depth=2..28, filters=27875, revisions=(2315084,useless=2288512), ccks=3738134, wck=1.774, mem=185M237
13.21/6.18	    decisions=3180, wrong=1339, backtracks=696, failedAssignments=785, nogoods=196
13.21/6.18	    
13.46/6.33	    num=23, depth=7..26, filters=30695, revisions=(2553096,useless=2523927), ccks=4125353, wck=1.926, mem=185M237
13.46/6.33	    decisions=3524, wrong=1501, backtracks=793, failedAssignments=874, nogoods=203
13.46/6.33	    
13.56/6.50	    num=24, depth=0..36, filters=33710, revisions=(2813267,useless=2781329), ccks=4548018, wck=2.092, mem=185M237
13.56/6.50	    decisions=3855, wrong=1651, backtracks=857, failedAssignments=972, nogoods=209
13.56/6.50	    
13.86/6.75	    num=25, depth=1..30, filters=38992, revisions=(3239528,useless=3202352), ccks=5208356, wck=2.345, mem=185M237
13.86/6.75	    decisions=4312, wrong=1868, backtracks=982, failedAssignments=1080, nogoods=219
13.86/6.75	    
14.18/7.02	    num=26, depth=1..27, filters=44662, revisions=(3701564,useless=3658789), ccks=5921204, wck=2.617, mem=185M237
14.18/7.02	    decisions=4787, wrong=2096, backtracks=1113, failedAssignments=1199, nogoods=227
14.18/7.02	    
14.38/7.24	    num=27, depth=1..28, filters=48976, revisions=(4075100,useless=4028218), ccks=6507970, wck=2.838, mem=185M237
14.38/7.24	    decisions=5267, wrong=2326, backtracks=1243, failedAssignments=1330, nogoods=242
14.38/7.24	    
14.73/7.51	    num=28, depth=2..31, filters=53991, revisions=(4527581,useless=4475865), ccks=7175230, wck=3.11, mem=185M237
14.73/7.51	    decisions=5776, wrong=2567, backtracks=1374, failedAssignments=1474, nogoods=254
14.73/7.51	    
14.95/7.75	    num=29, depth=2..27, filters=58394, revisions=(4899872,useless=4843921), ccks=7742148, wck=3.341, mem=185M237
14.95/7.75	    decisions=6311, wrong=2824, backtracks=1518, failedAssignments=1632, nogoods=262
14.95/7.75	    
15.37/8.15	    num=30, depth=2..26, filters=66996, revisions=(5584497,useless=5520093), ccks=8783424, wck=3.743, mem=189M415
15.37/8.15	    decisions=7007, wrong=3163, backtracks=1709, failedAssignments=1806, nogoods=279
15.37/8.15	    
15.76/8.59	    num=31, depth=1..28, filters=76093, revisions=(6322295,useless=6248885), ccks=9934066, wck=4.181, mem=189M415
15.76/8.59	    decisions=7771, wrong=3538, backtracks=1923, failedAssignments=1997, nogoods=295
15.76/8.59	    
16.47/9.28	    num=32, depth=2..37, filters=89346, revisions=(7758599,useless=7672292), ccks=11599471, wck=4.878, mem=189M415
16.47/9.28	    decisions=8507, wrong=3892, backtracks=2085, failedAssignments=2208, nogoods=311
16.47/9.28	    
17.02/9.75	    num=33, depth=2..30, filters=100342, revisions=(8542482,useless=8445276), ccks=12780367, wck=5.346, mem=189M415
17.02/9.75	    decisions=9425, wrong=4341, backtracks=2339, failedAssignments=2440, nogoods=327
17.02/9.75	    
17.52/10.29	    num=34, depth=1..24, filters=111809, revisions=(9457865,useless=9349287), ccks=14183474, wck=5.881, mem=189M415
17.52/10.29	    decisions=10431, wrong=4836, backtracks=2624, failedAssignments=2695, nogoods=341
17.52/10.29	    
18.12/10.85	    num=35, depth=1..23, filters=124787, revisions=(10429007,useless=10307583), ccks=15613511, wck=6.448, mem=189M415
18.12/10.85	    decisions=11526, wrong=5377, backtracks=2943, failedAssignments=2976, nogoods=355
18.12/10.85	    
18.84/11.56	    num=36, depth=9..30, filters=140393, revisions=(11636132,useless=11499250), ccks=17510010, wck=7.16, mem=189M415
18.84/11.56	    decisions=12749, wrong=5977, backtracks=3296, failedAssignments=3285, nogoods=368
18.84/11.56	    
19.55/12.28	    num=37, depth=8..22, filters=156574, revisions=(12877817,useless=12724918), ccks=19332345, wck=7.872, mem=189M415
19.55/12.28	    decisions=14082, wrong=6636, backtracks=3679, failedAssignments=3625, nogoods=381
19.55/12.28	    
20.36/13.01	    num=38, depth=7..26, filters=172307, revisions=(14121391,useless=13953068), ccks=21270022, wck=8.606, mem=189M415
20.36/13.01	    decisions=15514, wrong=7344, backtracks=4105, failedAssignments=3999, nogoods=395
20.36/13.01	    
21.25/13.90	    num=39, depth=4..27, filters=191690, revisions=(15658159,useless=15470679), ccks=23630280, wck=9.494, mem=193M592
21.25/13.90	    decisions=17161, wrong=8157, backtracks=4589, failedAssignments=4410, nogoods=403
21.25/13.90	    
22.16/14.82	    num=40, depth=4..26, filters=212173, revisions=(17219200,useless=17011647), ccks=26022132, wck=10.416, mem=193M592
22.16/14.82	    decisions=18932, wrong=9034, backtracks=5081, failedAssignments=4862, nogoods=419
22.16/14.82	    
23.20/15.89	    num=41, depth=12..24, filters=236576, revisions=(19090168,useless=18858472), ccks=28774282, wck=11.49, mem=193M592
23.20/15.89	    decisions=20940, wrong=10029, backtracks=5668, failedAssignments=5359, nogoods=428
23.20/15.89	    
24.01/16.65	    num=42, depth=4..25, filters=249939, revisions=(20252158,useless=20008428), ccks=30893861, wck=12.242, mem=193M592
24.01/16.65	    decisions=22847, wrong=10973, backtracks=6174, failedAssignments=5906, nogoods=439
24.01/16.65	    
25.01/17.65	    num=43, depth=2..27, filters=268048, revisions=(21949370,useless=21688434), ccks=33541456, wck=13.242, mem=193M592
25.01/17.65	    decisions=24980, wrong=12030, backtracks=6808, failedAssignments=6508, nogoods=448
25.01/17.65	    
26.31/18.96	    num=44, depth=1..27, filters=299209, revisions=(24186169,useless=23894267), ccks=36913066, wck=14.557, mem=193M592
26.31/18.96	    decisions=27582, wrong=13321, backtracks=7569, failedAssignments=7170, nogoods=464
26.31/18.96	    
27.91/20.54	    num=45, depth=1..25, filters=334645, revisions=(26906621,useless=26579518), ccks=40966047, wck=16.133, mem=197M770
27.91/20.54	    decisions=30464, wrong=14754, backtracks=8439, failedAssignments=7898, nogoods=478
27.91/20.54	    
29.21/21.86	    num=46, depth=1..28, filters=360610, revisions=(29151992,useless=28800608), ccks=44404822, wck=17.455, mem=197M770
29.21/21.86	    decisions=33188, wrong=16109, backtracks=9203, failedAssignments=8699, nogoods=489
29.21/21.86	    
33.21/25.81	    num=47, depth=1..34, filters=428238, revisions=(37225606,useless=36808138), ccks=53720390, wck=21.408, mem=201M947
33.21/25.81	    decisions=36358, wrong=17681, backtracks=10020, failedAssignments=9580, nogoods=498
33.21/25.81	    
34.92/27.56	    num=48, depth=1..30, filters=463786, revisions=(40205860,useless=39754417), ccks=58366633, wck=23.161, mem=201M947
34.92/27.56	    decisions=39698, wrong=19341, backtracks=11006, failedAssignments=10550, nogoods=512
34.92/27.56	    
37.32/29.90	    num=49, depth=14..28, filters=515587, revisions=(44186086,useless=43683255), ccks=64453696, wck=25.493, mem=201M947
37.32/29.90	    decisions=43907, wrong=21436, backtracks=12275, failedAssignments=11617, nogoods=521
37.32/29.90	    
41.83/34.45	    num=50, depth=6..35, filters=602476, revisions=(53817840,useless=53230183), ccks=75129654, wck=30.049, mem=206M124
41.83/34.45	    decisions=48095, wrong=23517, backtracks=13356, failedAssignments=12790, nogoods=535
41.83/34.45	    
44.83/37.41	    num=51, depth=3..31, filters=670623, revisions=(58909490,useless=58254213), ccks=82663635, wck=33.003, mem=206M124
44.83/37.41	    decisions=53169, wrong=26045, backtracks=14864, failedAssignments=14081, nogoods=547
44.83/37.41	    
47.83/40.46	    num=52, depth=13..31, filters=740414, revisions=(64124349,useless=63399955), ccks=90552645, wck=36.051, mem=210M302
47.83/40.46	    decisions=58650, wrong=28776, backtracks=16483, failedAssignments=15501, nogoods=564
47.83/40.46	    
51.23/43.88	    num=53, depth=4..30, filters=813568, revisions=(70050740,useless=69253902), ccks=99457397, wck=39.475, mem=214M479
51.23/43.88	    decisions=64838, wrong=31862, backtracks=18408, failedAssignments=17063, nogoods=586
51.23/43.88	    
55.24/47.84	    num=54, depth=1..26, filters=900553, revisions=(76947881,useless=76064833), ccks=109669205, wck=43.435, mem=214M479
55.24/47.84	    decisions=71554, wrong=35212, backtracks=20480, failedAssignments=18781, nogoods=607
55.24/47.84	    
59.34/52.00	    num=55, depth=5..29, filters=992998, revisions=(84138729,useless=83163945), ccks=120461640, wck=47.592, mem=218M657
59.34/52.00	    decisions=79075, wrong=38964, backtracks=22777, failedAssignments=20671, nogoods=623
59.34/52.00	    
63.94/56.53	    num=56, depth=4..28, filters=1095230, revisions=(91939534,useless=90863580), ccks=132183603, wck=52.129, mem=222M834
63.94/56.53	    decisions=87153, wrong=42995, backtracks=25168, failedAssignments=22750, nogoods=639
63.94/56.53	    
68.64/61.22	    num=57, depth=4..24, filters=1193431, revisions=(100098545,useless=98926236), ccks=144458119, wck=56.811, mem=227M11
68.64/61.22	    decisions=95809, wrong=47316, backtracks=27758, failedAssignments=25037, nogoods=662
68.64/61.22	    
73.75/66.36	    num=58, depth=8..24, filters=1307187, revisions=(109045506,useless=107760538), ccks=157421205, wck=61.951, mem=231M189
73.75/66.36	    decisions=105639, wrong=52225, backtracks=30801, failedAssignments=27553, nogoods=673
73.75/66.36	    
79.60/72.16	    num=59, depth=7..27, filters=1430913, revisions=(119277690,useless=117870836), ccks=172464877, wck=67.756, mem=235M366
79.60/72.16	    decisions=116109, wrong=57452, backtracks=34004, failedAssignments=30321, nogoods=692
79.60/72.16	    
91.21/83.76	    num=60, depth=1..32, filters=1649779, revisions=(143788583,useless=142168337), ccks=199050864, wck=79.356, mem=239M544
91.21/83.76	    decisions=127094, wrong=62933, backtracks=36950, failedAssignments=33365, nogoods=713
91.21/83.76	    
101.92/94.48	    num=61, depth=1..32, filters=1862872, revisions=(165313247,useless=163487190), ccks=223976281, wck=90.078, mem=247M899
101.92/94.48	    decisions=138967, wrong=68859, backtracks=40191, failedAssignments=36714, nogoods=736
101.92/94.48	    
112.73/105.20	    num=62, depth=1..35, filters=2078617, revisions=(185837530,useless=183804616), ccks=249611102, wck=100.797, mem=254M508
112.73/105.20	    decisions=152060, wrong=75392, backtracks=43909, failedAssignments=40398, nogoods=749
112.73/105.20	    
129.64/122.04	    num=63, depth=1..37, filters=2359532, revisions=(218098993,useless=215791934), ccks=284797277, wck=117.633, mem=77M84
129.64/122.04	    decisions=166108, wrong=82401, backtracks=47459, failedAssignments=44450, nogoods=765
129.64/122.04	    
146.26/138.65	    num=64, depth=1..35, filters=2673856, revisions=(252131620,useless=249517906), ccks=322572314, wck=134.249, mem=84M392
146.26/138.65	    decisions=181903, wrong=90283, backtracks=51583, failedAssignments=48907, nogoods=778
146.26/138.65	    
169.00/161.33	    num=65, depth=1..37, filters=3047988, revisions=(296392970,useless=293413430), ccks=370978007, wck=156.927, mem=99M8
169.00/161.33	    decisions=199438, wrong=99038, backtracks=56230, failedAssignments=53810, nogoods=801
169.00/161.33	    
180.61/172.92	    num=66, depth=8..24, filters=3293624, revisions=(316651399,useless=313428633), ccks=400625718, wck=168.516, mem=106M316
180.61/172.92	    decisions=220054, wrong=109338, backtracks=62428, failedAssignments=59204, nogoods=811
180.61/172.92	    
193.91/186.27	    num=67, depth=1..29, filters=3576829, revisions=(339715719,useless=336212545), ccks=435344654, wck=181.869, mem=113M624
193.91/186.27	    decisions=243243, wrong=120923, backtracks=69729, failedAssignments=65137, nogoods=828
193.91/186.27	    
207.84/200.20	    num=68, depth=6..25, filters=3881708, revisions=(364040159,useless=360236029), ccks=470665525, wck=195.791, mem=128M240
207.84/200.20	    decisions=268373, wrong=133479, backtracks=77470, failedAssignments=71663, nogoods=841
207.84/200.20	    
233.64/225.92	    num=69, depth=4..35, filters=4369435, revisions=(414672165,useless=410389830), ccks=528680203, wck=221.517, mem=142M856
233.64/225.92	    decisions=295028, wrong=146794, backtracks=85010, failedAssignments=78842, nogoods=858
233.64/225.92	    
251.65/243.90	    num=70, depth=3..28, filters=4755120, revisions=(446079967,useless=441417327), ccks=573920932, wck=239.493, mem=157M473
251.65/243.90	    decisions=325413, wrong=161976, backtracks=94399, failedAssignments=86739, nogoods=876
251.65/243.90	    
278.67/270.96	    num=71, depth=7..27, filters=5262046, revisions=(498142889,useless=492981008), ccks=637082285, wck=266.553, mem=172M89
278.67/270.96	    decisions=358077, wrong=178297, backtracks=103992, failedAssignments=95426, nogoods=887
278.67/270.96	    
316.39/308.60	    num=72, depth=1..35, filters=5960478, revisions=(573260920,useless=567416569), ccks=719471908, wck=304.2, mem=194M13
316.39/308.60	    decisions=391670, wrong=195080, backtracks=112828, failedAssignments=104981, nogoods=906
316.39/308.60	    
344.02/336.25	    num=73, depth=1..29, filters=6505697, revisions=(625017364,useless=618636993), ccks=787985296, wck=331.846, mem=215M937
344.02/336.25	    decisions=431408, wrong=214937, backtracks=124793, failedAssignments=115492, nogoods=922
344.02/336.25	    
369.52/361.78	    num=74, depth=9..29, filters=7062536, revisions=(669670974,useless=662740745), ccks=852874726, wck=357.371, mem=230M553
369.52/361.78	    decisions=475933, wrong=237192, backtracks=138579, failedAssignments=127054, nogoods=944
369.52/361.78	    
397.24/389.50	    num=75, depth=5..30, filters=7668927, revisions=(717599899,useless=710072330), ccks=924480722, wck=385.092, mem=252M477
397.24/389.50	    decisions=524308, wrong=261370, backtracks=153441, failedAssignments=139772, nogoods=955
397.24/389.50	    
427.75/419.98	    num=76, depth=7..26, filters=8298679, revisions=(771112819,useless=762965385), ccks=1002982994, wck=415.575, mem=274M402
427.75/419.98	    decisions=577524, wrong=287971, backtracks=170119, failedAssignments=153762, nogoods=972
427.75/419.98	    
497.71/489.89	    num=77, depth=4..34, filters=9503309, revisions=(910019770,useless=900693816), ccks=1152604526, wck=485.488, mem=310M942
497.71/489.89	    decisions=633333, wrong=315863, backtracks=185534, failedAssignments=169151, nogoods=993
497.71/489.89	    
534.94/527.04	    num=78, depth=1..29, filters=10263675, revisions=(974453241,useless=964384580), ccks=1245712834, wck=522.641, mem=340M174
534.94/527.04	    decisions=696555, wrong=347466, backtracks=205146, failedAssignments=186079, nogoods=1012
534.94/527.04	    
575.55/567.65	    num=79, depth=7..27, filters=11099587, revisions=(1045965629,useless=1035086114), ccks=1350760538, wck=563.25, mem=369M406
575.55/567.65	    decisions=764180, wrong=381271, backtracks=226033, failedAssignments=204700, nogoods=1029
575.55/567.65	    
626.09/618.12	    num=80, depth=3..26, filters=12076147, revisions=(1134698287,useless=1122852973), ccks=1484165007, wck=613.713, mem=398M639
626.09/618.12	    decisions=843364, wrong=420854, backtracks=250973, failedAssignments=225184, nogoods=1047
626.09/618.12	    
677.21/669.29	    num=81, depth=1..29, filters=13024948, revisions=(1223786126,useless=1211015788), ccks=1620172713, wck=664.882, mem=431M566
677.21/669.29	    decisions=928689, wrong=463509, backtracks=278467, failedAssignments=247716, nogoods=1060
677.21/669.29	    
729.52/721.45	    num=82, depth=11..30, filters=14104702, revisions=(1313352772,useless=1299528370), ccks=1755074481, wck=717.049, mem=99M219
729.52/721.45	    decisions=1019499, wrong=508906, backtracks=306133, failedAssignments=272501, nogoods=1081
729.52/721.45	    
840.99/832.81	    num=83, depth=1..32, filters=16056033, revisions=(1531373736,useless=1515636443), ccks=2007548928, wck=828.409, mem=165M225
840.99/832.81	    decisions=1120510, wrong=559400, backtracks=335109, failedAssignments=299765, nogoods=1099
840.99/832.81	    
969.69/961.43	    num=84, depth=1..35, filters=18294258, revisions=(1783548905,useless=1765623539), ccks=2283100852, wck=957.029, mem=238M564
969.69/961.43	    decisions=1227216, wrong=612740, backtracks=363529, failedAssignments=329755, nogoods=1110
969.69/961.43	    
1089.67/1081.33	    num=85, depth=1..35, filters=20584135, revisions=(2020098855,useless=1999937910), ccks=2549854004, wck=1076.926, mem=311M903
1089.67/1081.33	    decisions=1343283, wrong=670760, backtracks=393304, failedAssignments=362744, nogoods=1127
1089.67/1081.33	    
1241.48/1233.05	    num=86, depth=1..33, filters=23274257, revisions=(2317392857,useless=2294599603), ccks=2878564988, wck=1228.645, mem=399M911
1241.48/1233.05	    decisions=1475858, wrong=737034, backtracks=430631, failedAssignments=399032, nogoods=1140
1241.48/1233.05	    
1431.56/1422.96	    num=87, depth=2..37, filters=26570826, revisions=(2692558899,useless=2666534979), ccks=3295390697, wck=1418.558, mem=146M721
1431.56/1422.96	    decisions=1624324, wrong=811254, backtracks=472686, failedAssignments=438949, nogoods=1160
1431.56/1422.96	    
1562.40/1553.73	    num=88, depth=1..37, filters=28968904, revisions=(2929874292,useless=2901480644), ccks=3621651639, wck=1549.326, mem=218M829
1562.40/1553.73	    decisions=1790831, wrong=894496, backtracks=524305, failedAssignments=482858, nogoods=1183
1562.40/1553.73	    
1794.85/1786.07	    num=89, depth=1..33, filters=33036871, revisions=(3394207009,useless=3361823860), ccks=4122992762, wck=1781.669, mem=351M28
1794.85/1786.07	    decisions=1972429, wrong=985281, backtracks=577015, failedAssignments=531158, nogoods=1198
1794.85/1786.07	    
2073.76/2064.72	    num=90, depth=7..32, filters=37660160, revisions=(3946723217,useless=3909807009), ccks=4722444979, wck=2060.312, mem=507M262
2073.76/2064.72	    decisions=2171997, wrong=1085054, backtracks=636434, failedAssignments=584288, nogoods=1217
2073.76/2064.72	    
2378.97/2369.68	    num=91, depth=1..32, filters=42746308, revisions=(4557290555,useless=4515379860), ccks=5376680298, wck=2365.272, mem=75M422
2378.97/2369.68	    decisions=2395173, wrong=1196630, backtracks=702642, failedAssignments=642731, nogoods=1232
2378.97/2369.68	    

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390534-1568381388/watcher-4390534-1568381388 -o /tmp/evaluation-result-4390534-1568381388/solver-4390534-1568381388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568380473-26152 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390534-1568381388.xml -cm 

running on 4 cores: 0,2,4,6

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


[startup+0.100062 s]*
/proc/loadavg: 1.91 1.78 1.16 4/228 26604
/proc/meminfo: memFree=31253464/32770624 swapFree=66918536/67108860
[pid=26589] ppid=26586 vsize=10659884 memory=27924 CPUtime=0.14 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26121 0 -1 1077944320 5430 0 0 0 13 1 0 0 20 0 15 0 414076748 10915721216 6981 33554432000 4194304 4196468 140732417333808 140732417316352 140716489477879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
/proc/26589/statm: 2664971 6981 2879 1 0 2627468 0
[pid=26589/tid=26591] ppid=26586 vsize=10659884 memory=7892391828772250251 CPUtime=0.09 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26121 0 -1 4202560 3220 0 0 0 9 0 0 0 20 0 15 0 414076748 10915721216 6981 33554432000 4194304 4196468 140732417333808 140716493708944 140716481715006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26592] ppid=26586 vsize=10659884 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 6981 33554432000 4194304 4196468 140732417333808 140716426168848 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26593] ppid=26586 vsize=10659884 memory=140256684336768 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 6981 33554432000 4194304 4196468 140732417333808 140716425116304 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26594] ppid=26586 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26121 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 6981 33554432000 4194304 4196468 140732417333808 140716424063248 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26595] ppid=26586 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 6981 33554432000 4194304 4196468 140732417333808 140716423010704 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26596] ppid=26586 vsize=10659884 memory=140256684336768 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076750 10915721216 6981 33554432000 4194304 4196468 140732417333808 140715539540720 140716489489026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26597] ppid=26586 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26121 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414076751 10915721216 6981 33554432000 4194304 4196468 140732417333808 140715538486944 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26598] ppid=26586 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26121 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414076751 10915721216 6981 33554432000 4194304 4196468 140732417333808 140715537433840 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26599] ppid=26586 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414076753 10915721216 6981 33554432000 4194304 4196468 140732417333808 140715536382416 140716489496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26600] ppid=26586 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) R 26586 26589 26121 0 -1 1077944384 437 0 0 0 0 0 0 0 20 0 15 0 414076753 10915721216 6981 33554432000 4194304 4196468 140732417333808 140715535329520 140716489489026 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26601] ppid=26586 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) R 26586 26589 26121 0 -1 4202560 101 0 0 0 0 0 0 0 20 0 15 0 414076753 10915721216 6981 33554432000 4194304 4196468 140732417333808 140715534268480 140716481715006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26602] ppid=26586 vsize=10659884 memory=140256684336768 CPUtime=0.02 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) R 26586 26589 26121 0 -1 4202560 369 0 0 0 2 0 0 0 20 0 15 0 414076753 10915721216 6981 33554432000 4194304 4196468 140732417333808 140715533223920 140716468613692 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26603] ppid=26586 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414076753 10915721216 6981 33554432000 4194304 4196468 140732417333808 140715532171616 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26604] ppid=26586 vsize=10659884 memory=140256684336768 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26121 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414076754 10915721216 6981 33554432000 4194304 4196468 140732417333808 140715531119664 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27924 KiB

[startup+0.218571 s]*
/proc/loadavg: 1.91 1.78 1.16 3/228 26604
/proc/meminfo: memFree=31246208/32770624 swapFree=66918536/67108860
[pid=26589] ppid=26586 vsize=10659884 memory=35080 CPUtime=0.34 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26121 0 -1 1077944320 6905 0 0 0 33 1 0 0 20 0 15 0 414076748 10915721216 8770 33554432000 4194304 4196468 140732417333808 140732417316352 140716489477879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
/proc/26589/statm: 2664971 8770 2988 1 0 2627468 0
[pid=26589/tid=26591] ppid=26586 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26121 0 -1 4202560 3862 0 0 0 20 0 0 0 20 0 15 0 414076748 10915721216 8770 33554432000 4194304 4196468 140732417333808 140716493709968 140716489499805 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26592] ppid=26586 vsize=10659884 memory=345 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 8770 33554432000 4194304 4196468 140732417333808 140716426168848 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26593] ppid=26586 vsize=10659884 memory=288370632836048512 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 8770 33554432000 4194304 4196468 140732417333808 140716425116304 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26594] ppid=26586 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26121 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 8770 33554432000 4194304 4196468 140732417333808 140716424063248 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26595] ppid=26586 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 8770 33554432000 4194304 4196468 140732417333808 140716423010704 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26596] ppid=26586 vsize=10659884 memory=140256684336768 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076750 10915721216 8770 33554432000 4194304 4196468 140732417333808 140715539540720 140716489489026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26597] ppid=26586 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26121 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414076751 10915721216 8770 33554432000 4194304 4196468 140732417333808 140715538486944 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26598] ppid=26586 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26121 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414076751 10915721216 8770 33554432000 4194304 4196468 140732417333808 140715537433840 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26599] ppid=26586 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414076753 10915721216 8770 33554432000 4194304 4196468 140732417333808 140715536382416 140716489496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26600] ppid=26586 vsize=10659884 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26121 0 -1 1077944384 650 0 0 0 2 0 0 0 20 0 15 0 414076753 10915721216 8770 33554432000 4194304 4196468 140732417333808 140715535329520 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26601] ppid=26586 vsize=10659884 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26121 0 -1 1077944384 317 0 0 0 3 0 0 0 20 0 15 0 414076753 10915721216 8770 33554432000 4194304 4196468 140732417333808 140715534276976 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26602] ppid=26586 vsize=10659884 memory=140256684336768 CPUtime=0.05 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26121 0 -1 1077944384 715 0 0 0 5 0 0 0 20 0 15 0 414076753 10915721216 8770 33554432000 4194304 4196468 140732417333808 140715533223920 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26603] ppid=26586 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414076753 10915721216 8770 33554432000 4194304 4196468 140732417333808 140715532171616 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26604] ppid=26586 vsize=10659884 memory=140256684336768 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26121 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414076754 10915721216 8770 33554432000 4194304 4196468 140732417333808 140715531119664 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35080 KiB

[startup+0.317084 s]*
/proc/loadavg: 1.91 1.78 1.16 4/228 26604
/proc/meminfo: memFree=31238604/32770624 swapFree=66918536/67108860
[pid=26589] ppid=26586 vsize=10659884 memory=40484 CPUtime=0.49 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26121 0 -1 1077944320 9575 0 0 0 46 3 0 0 20 0 15 0 414076748 10915721216 10121 33554432000 4194304 4196468 140732417333808 140732417316352 140716489477879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
/proc/26589/statm: 2664971 10121 3001 1 0 2627468 0
[pid=26589/tid=26591] ppid=26586 vsize=10659884 memory=7311146985107750967 CPUtime=0.31 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26121 0 -1 4202560 6461 0 0 0 29 2 0 0 20 0 15 0 414076748 10915721216 10121 33554432000 4194304 4196468 140732417333808 140716493709680 140716489499805 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26592] ppid=26586 vsize=10659884 memory=2810766 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 10121 33554432000 4194304 4196468 140732417333808 140716426168848 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26593] ppid=26586 vsize=10659884 memory=288370632836048512 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 10121 33554432000 4194304 4196468 140732417333808 140716425116304 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26594] ppid=26586 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26121 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 10121 33554432000 4194304 4196468 140732417333808 140716424063248 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26595] ppid=26586 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10915721216 10121 33554432000 4194304 4196468 140732417333808 140716423010704 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26596] ppid=26586 vsize=10659884 memory=140256684336768 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076750 10915721216 10121 33554432000 4194304 4196468 140732417333808 140715539540720 140716489489026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26597] ppid=26586 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26121 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414076751 10915721216 10121 33554432000 4194304 4196468 140732417333808 140715538486944 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26598] ppid=26586 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26121 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414076751 10915721216 10121 33554432000 4194304 4196468 140732417333808 140715537433840 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26599] ppid=26586 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414076753 10915721216 10121 33554432000 4194304 4196468 140732417333808 140715536382416 140716489496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26600] ppid=26586 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26121 0 -1 1077944384 658 0 0 0 3 0 0 0 20 0 15 0 414076753 10915721216 10121 33554432000 4194304 4196468 140732417333808 140715535329520 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26601] ppid=26586 vsize=10659884 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26121 0 -1 1077944384 358 0 0 0 4 0 0 0 20 0 15 0 414076753 10915721216 10121 33554432000 4194304 4196468 140732417333808 140715534276976 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26602] ppid=26586 vsize=10659884 memory=140256684336768 CPUtime=0.08 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26121 0 -1 1077944384 738 0 0 0 8 0 0 0 20 0 15 0 414076753 10915721216 10121 33554432000 4194304 4196468 140732417333808 140715533223920 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26603] ppid=26586 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414076753 10915721216 10121 33554432000 4194304 4196468 140732417333808 140715532171616 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26604] ppid=26586 vsize=10659884 memory=140256684336768 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26121 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414076754 10915721216 10121 33554432000 4194304 4196468 140732417333808 140715531119664 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40484 KiB

[startup+0.700787 s]
/proc/loadavg: 1.91 1.78 1.16 3/228 26604
/proc/meminfo: memFree=31231052/32770624 swapFree=66918536/67108860
[pid=26589] ppid=26586 vsize=10661932 memory=62828 CPUtime=1.11 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26121 0 -1 1077944320 12860 0 0 0 107 4 0 0 20 0 15 0 414076748 10917818368 15707 33554432000 4194304 4196468 140732417333808 140732417316352 140716489477879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
/proc/26589/statm: 2665483 15707 3073 1 0 2627980 0
[pid=26589/tid=26591] ppid=26586 vsize=10661932 memory=4481 CPUtime=0.68 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26121 0 -1 4202560 8853 0 0 0 65 3 0 0 20 0 15 0 414076748 10917818368 15771 33554432000 4194304 4196468 140732417333808 140716493709904 140716473558366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26592] ppid=26586 vsize=10661932 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10917818368 15771 33554432000 4194304 4196468 140732417333808 140716426168848 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26593] ppid=26586 vsize=10661932 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10917818368 15771 33554432000 4194304 4196468 140732417333808 140716425116304 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26594] ppid=26586 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26121 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414076749 10917818368 15771 33554432000 4194304 4196468 140732417333808 140716424063248 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26595] ppid=26586 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10917818368 15771 33554432000 4194304 4196468 140732417333808 140716423010704 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26596] ppid=26586 vsize=10661932 memory=254485536471875 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076750 10917818368 15771 33554432000 4194304 4196468 140732417333808 140715539540720 140716489489026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26597] ppid=26586 vsize=10661932 memory=3545796572287874281 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26121 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414076751 10917818368 15771 33554432000 4194304 4196468 140732417333808 140715538486944 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26598] ppid=26586 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26121 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414076751 10917818368 15771 33554432000 4194304 4196468 140732417333808 140715537433840 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26599] ppid=26586 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414076753 10917818368 15771 33554432000 4194304 4196468 140732417333808 140715536382416 140716489496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26600] ppid=26586 vsize=10661932 memory=280513172499360 CPUtime=0.11 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26121 0 -1 1077944384 977 0 0 0 11 0 0 0 20 0 15 0 414076753 10917818368 15771 33554432000 4194304 4196468 140732417333808 140715535329520 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26601] ppid=26586 vsize=10661932 memory=19153 CPUtime=0.1 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26121 0 -1 1077944384 574 0 0 0 10 0 0 0 20 0 15 0 414076753 10917818368 15771 33554432000 4194304 4196468 140732417333808 140715534276976 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26602] ppid=26586 vsize=10661932 memory=280513172472048 CPUtime=0.19 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26121 0 -1 1077944384 1096 0 0 0 19 0 0 0 20 0 15 0 414076753 10917818368 15771 33554432000 4194304 4196468 140732417333808 140715533223920 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26603] ppid=26586 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414076753 10917818368 15771 33554432000 4194304 4196468 140732417333808 140715532171616 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26604] ppid=26586 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26121 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414076754 10917818368 15771 33554432000 4194304 4196468 140732417333808 140715531119664 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62828 KiB

[startup+1.5008 s]
/proc/loadavg: 1.92 1.78 1.16 3/228 26604
/proc/meminfo: memFree=31214752/32770624 swapFree=66918536/67108860
[pid=26589] ppid=26586 vsize=10663980 memory=75128 CPUtime=2.02 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26121 0 -1 1077944320 16916 0 0 0 197 5 0 0 20 0 15 0 414076748 10919915520 18782 33554432000 4194304 4196468 140732417333808 140732417316352 140716489477879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
/proc/26589/statm: 2665995 18782 3091 1 0 2628492 0
[pid=26589/tid=26591] ppid=26586 vsize=10663980 memory=280513173349024 CPUtime=1.48 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) R 26586 26589 26121 0 -1 4202560 11770 0 0 0 144 4 0 0 20 0 15 0 414076748 10919915520 18782 33554432000 4194304 4196468 140732417333808 140716493709904 140716472664688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26592] ppid=26586 vsize=10663980 memory=280513172521904 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10919915520 18782 33554432000 4194304 4196468 140732417333808 140716426168848 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26593] ppid=26586 vsize=10663980 memory=56 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10919915520 18782 33554432000 4194304 4196468 140732417333808 140716425116304 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26594] ppid=26586 vsize=10663980 memory=2811011 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26121 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414076749 10919915520 18782 33554432000 4194304 4196468 140732417333808 140716424063248 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26595] ppid=26586 vsize=10663980 memory=2812297 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26121 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414076749 10919915520 18782 33554432000 4194304 4196468 140732417333808 140716423010704 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26596] ppid=26586 vsize=10663980 memory=-1161699032756226647 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26121 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 414076750 10919915520 18782 33554432000 4194304 4196468 140732417333808 140715539540720 140716489489026 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0

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

/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26121 0 -1 1077944384 2627 0 0 0 12 6 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716423010704 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26596] ppid=26586 vsize=10748324 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26121 0 -1 1077944384 2565 0 0 0 5 3 0 0 20 0 16 0 414076750 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715539540720 140716489489026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26597] ppid=26586 vsize=10748324 memory=2116 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26121 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 414076751 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715538487008 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26598] ppid=26586 vsize=10748324 memory=798428 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26121 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 414076751 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715537433856 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26599] ppid=26586 vsize=10748324 memory=2888 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715536382416 140716489496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26600] ppid=26586 vsize=10748324 memory=767452 CPUtime=3.14 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26121 0 -1 1077944384 12144 0 0 0 312 2 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715535329520 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26601] ppid=26586 vsize=10748324 memory=744924 CPUtime=3.22 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26121 0 -1 1077944384 13459 0 0 0 320 2 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715534276976 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26602] ppid=26586 vsize=10748324 memory=95 CPUtime=0.95 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26121 0 -1 1077944384 10927 0 0 0 92 3 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715533223920 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26603] ppid=26586 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715532171616 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26604] ppid=26586 vsize=10748324 memory=988 CPUtime=1.26 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26121 0 -1 1077944384 1092 0 0 0 64 62 0 0 20 0 16 0 414076754 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715531119664 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26605] ppid=26586 vsize=10748324 memory=2012 CPUtime=2380.3 cores=0,2,4,6
/proc/26589/task/26605/stat : 26605 (java) R 26586 26589 26121 0 -1 4202560 17631 0 0 0 238021 9 0 0 20 0 16 0 414076937 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715514449872 140716098959617 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
Current children cumulated CPU time: 2391.69 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 798428 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/230 26931
/proc/meminfo: memFree=30534652/32770624 swapFree=66918568/67108860
[pid=26589] ppid=26586 vsize=10748324 memory=798428 CPUtime=2451.72 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26121 0 -1 1077944320 77370 0 0 0 245074 98 0 0 20 0 16 0 414076748 11006283776 199607 33554432000 4194304 4196468 140732417333808 140732417316352 140716489477879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
/proc/26589/statm: 2687081 199607 3388 1 0 2647217 0
[pid=26589/tid=26591] ppid=26586 vsize=10748324 memory=798428 CPUtime=1.87 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) S 26586 26589 26121 0 -1 1077944384 13777 0 0 0 182 5 0 0 20 0 16 0 414076748 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716493720752 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26592] ppid=26586 vsize=10748324 memory=798428 CPUtime=0.18 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26121 0 -1 1077944384 377 0 0 0 13 5 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716426168848 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26593] ppid=26586 vsize=10748324 memory=1704 CPUtime=0.19 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26121 0 -1 1077944384 770 0 0 0 13 6 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716425116304 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26594] ppid=26586 vsize=10748324 memory=5936 CPUtime=0.19 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26121 0 -1 1077944384 480 0 0 0 14 5 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716424063248 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26595] ppid=26586 vsize=10748324 memory=798428 CPUtime=0.18 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26121 0 -1 1077944384 2627 0 0 0 12 6 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716423010704 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26596] ppid=26586 vsize=10748324 memory=798428 CPUtime=0.08 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26121 0 -1 1077944384 2565 0 0 0 5 3 0 0 20 0 16 0 414076750 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715539540720 140716489489026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26597] ppid=26586 vsize=10748324 memory=798428 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26121 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 414076751 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715538487008 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26598] ppid=26586 vsize=10748324 memory=11464 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26121 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 414076751 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715537433856 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26599] ppid=26586 vsize=10748324 memory=798428 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715536382416 140716489496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26600] ppid=26586 vsize=10748324 memory=3616 CPUtime=3.14 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26121 0 -1 1077944384 12146 0 0 0 312 2 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715535329520 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26601] ppid=26586 vsize=10748324 memory=140256587273280 CPUtime=3.22 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26121 0 -1 1077944384 13464 0 0 0 320 2 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715534276976 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26602] ppid=26586 vsize=10748324 memory=8315171486948655189 CPUtime=0.95 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26121 0 -1 1077944384 10927 0 0 0 92 3 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715533223920 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26603] ppid=26586 vsize=10748324 memory=798428 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715532171616 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26604] ppid=26586 vsize=10748324 memory=798428 CPUtime=1.29 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26121 0 -1 1077944384 1096 0 0 0 65 64 0 0 20 0 16 0 414076754 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715531119664 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26605] ppid=26586 vsize=10748324 memory=798428 CPUtime=2440.31 cores=0,2,4,6
/proc/26589/task/26605/stat : 26605 (java) R 26586 26589 26121 0 -1 4202560 17702 0 0 0 244022 9 0 0 20 0 16 0 414076937 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715514449872 140716106736352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
Current children cumulated CPU time: 2451.72 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 798428 KiB

[startup+2502.3 s]
/proc/loadavg: 2.34 2.09 1.98 3/232 26946
/proc/meminfo: memFree=30531648/32770624 swapFree=66918568/67108860
[pid=26589] ppid=26586 vsize=10748324 memory=798428 CPUtime=2511.77 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26121 0 -1 1077944320 77518 0 0 0 251078 99 0 0 20 0 16 0 414076748 11006283776 199607 33554432000 4194304 4196468 140732417333808 140732417316352 140716489477879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
/proc/26589/statm: 2687081 199607 3388 1 0 2647217 0
[pid=26589/tid=26591] ppid=26586 vsize=10748324 memory=4004 CPUtime=1.87 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) S 26586 26589 26121 0 -1 1077944384 13777 0 0 0 182 5 0 0 20 0 16 0 414076748 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716493720752 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26592] ppid=26586 vsize=10748324 memory=798428 CPUtime=0.18 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26121 0 -1 1077944384 377 0 0 0 13 5 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716426168848 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26593] ppid=26586 vsize=10748324 memory=798428 CPUtime=0.19 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26121 0 -1 1077944384 770 0 0 0 13 6 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716425116304 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26594] ppid=26586 vsize=10748324 memory=798428 CPUtime=0.19 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26121 0 -1 1077944384 480 0 0 0 14 5 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716424063248 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26595] ppid=26586 vsize=10748324 memory=798428 CPUtime=0.18 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26121 0 -1 1077944384 2627 0 0 0 12 6 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716423010704 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26596] ppid=26586 vsize=10748324 memory=798428 CPUtime=0.08 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26121 0 -1 1077944384 2567 0 0 0 5 3 0 0 20 0 16 0 414076750 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715539540720 140716489489026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26597] ppid=26586 vsize=10748324 memory=798428 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26121 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 414076751 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715538487008 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26598] ppid=26586 vsize=10748324 memory=798428 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26121 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 414076751 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715537433856 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26599] ppid=26586 vsize=10748324 memory=798428 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715536382416 140716489496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26600] ppid=26586 vsize=10748324 memory=798428 CPUtime=3.14 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26121 0 -1 1077944384 12148 0 0 0 312 2 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715535329520 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26601] ppid=26586 vsize=10748324 memory=2620 CPUtime=3.22 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26121 0 -1 1077944384 13466 0 0 0 320 2 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715534276976 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26602] ppid=26586 vsize=10748324 memory=798428 CPUtime=0.95 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26121 0 -1 1077944384 10929 0 0 0 92 3 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715533223920 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26603] ppid=26586 vsize=10748324 memory=798428 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715532171616 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26604] ppid=26586 vsize=10748324 memory=798428 CPUtime=1.33 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26121 0 -1 1077944384 1124 0 0 0 68 65 0 0 20 0 16 0 414076754 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715531119664 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26605] ppid=26586 vsize=10748324 memory=798428 CPUtime=2500.32 cores=0,2,4,6
/proc/26589/task/26605/stat : 26605 (java) R 26586 26589 26121 0 -1 4202560 17814 0 0 0 250023 9 0 0 20 0 16 0 414076937 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715514449872 140716098959219 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
Current children cumulated CPU time: 2511.77 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 798428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.6 s]
/proc/loadavg: 2.39 2.11 1.99 3/232 26946
/proc/meminfo: memFree=30533756/32770624 swapFree=66918568/67108860
[pid=26589] ppid=26586 vsize=10748324 memory=798428 CPUtime=2520.08 cores=0,2,4,6
/proc/26589/stat : 26589 (java) S 26586 26589 26121 0 -1 1077944320 77527 0 0 0 251908 100 0 0 20 0 16 0 414076748 11006283776 199607 33554432000 4194304 4196468 140732417333808 140732417316352 140716489477879 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
/proc/26589/statm: 2687081 199607 3388 1 0 2647217 0
[pid=26589/tid=26591] ppid=26586 vsize=10748324 memory=1408 CPUtime=1.87 cores=0,2,4,6
/proc/26589/task/26591/stat : 26591 (java) S 26586 26589 26121 0 -1 1077944384 13777 0 0 0 182 5 0 0 20 0 16 0 414076748 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716493720752 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26592] ppid=26586 vsize=10748324 memory=3320 CPUtime=0.18 cores=0,2,4,6
/proc/26589/task/26592/stat : 26592 (java) S 26586 26589 26121 0 -1 1077944384 377 0 0 0 13 5 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716426168848 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26593] ppid=26586 vsize=10748324 memory=6791534058613427641 CPUtime=0.19 cores=0,2,4,6
/proc/26589/task/26593/stat : 26593 (java) S 26586 26589 26121 0 -1 1077944384 770 0 0 0 13 6 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716425116304 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26594] ppid=26586 vsize=10748324 memory=7307204076337910116 CPUtime=0.19 cores=0,2,4,6
/proc/26589/task/26594/stat : 26594 (java) S 26586 26589 26121 0 -1 1077944384 480 0 0 0 14 5 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716424063248 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26595] ppid=26586 vsize=10748324 memory=6872598998417432672 CPUtime=0.18 cores=0,2,4,6
/proc/26589/task/26595/stat : 26595 (java) S 26586 26589 26121 0 -1 1077944384 2627 0 0 0 12 6 0 0 20 0 16 0 414076749 11006283776 199607 33554432000 4194304 4196468 140732417333808 140716423010704 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26596] ppid=26586 vsize=10748324 memory=7516899639764149351 CPUtime=0.08 cores=0,2,4,6
/proc/26589/task/26596/stat : 26596 (java) S 26586 26589 26121 0 -1 1077944384 2567 0 0 0 5 3 0 0 20 0 16 0 414076750 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715539540720 140716489489026 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26597] ppid=26586 vsize=10748324 memory=7516899639764149351 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26597/stat : 26597 (java) S 26586 26589 26121 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 16 0 414076751 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715538487008 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26598] ppid=26586 vsize=10748324 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26598/stat : 26598 (java) S 26586 26589 26121 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 414076751 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715537433856 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26599] ppid=26586 vsize=10748324 memory=21124 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26599/stat : 26599 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715536382416 140716489496475 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26600] ppid=26586 vsize=10748324 memory=798428 CPUtime=3.14 cores=0,2,4,6
/proc/26589/task/26600/stat : 26600 (java) S 26586 26589 26121 0 -1 1077944384 12148 0 0 0 312 2 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715535329520 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26601] ppid=26586 vsize=10748324 memory=798428 CPUtime=3.22 cores=0,2,4,6
/proc/26589/task/26601/stat : 26601 (java) S 26586 26589 26121 0 -1 1077944384 13467 0 0 0 320 2 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715534276976 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26602] ppid=26586 vsize=10748324 memory=798428 CPUtime=0.95 cores=0,2,4,6
/proc/26589/task/26602/stat : 26602 (java) S 26586 26589 26121 0 -1 1077944384 10929 0 0 0 92 3 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715533223920 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26603] ppid=26586 vsize=10748324 memory=11464 CPUtime=0 cores=0,2,4,6
/proc/26589/task/26603/stat : 26603 (java) S 26586 26589 26121 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414076753 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715532171616 140716489488085 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26604] ppid=26586 vsize=10748324 memory=4004 CPUtime=1.33 cores=0,2,4,6
/proc/26589/task/26604/stat : 26604 (java) S 26586 26589 26121 0 -1 1077944384 1128 0 0 0 68 65 0 0 20 0 16 0 414076754 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715531119664 140716489489026 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
[pid=26589/tid=26605] ppid=26586 vsize=10748324 memory=2828 CPUtime=2508.62 cores=0,2,4,6
/proc/26589/task/26605/stat : 26605 (java) R 26586 26589 26121 0 -1 4202560 17818 0 0 0 250853 9 0 0 20 0 16 0 414076937 11006283776 199607 33554432000 4194304 4196468 140732417333808 140715514449872 140716106738531 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13582336 140732417340427 140732417340530 140732417340530 140732417343439 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 798428 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2510.61 s]
# the end of solver process 26589 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.09 s, system=1.00625 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2510.61
CPU time (s): 2520.1
CPU user time (s): 2519.09
CPU system time (s): 1.00625
CPU usage (%): 100.378
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 798428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.09
system time used= 1.00625
maximum resident set size= 798996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57984
involuntary context switches= 2637


# summary of solver processes directly reported to runsolver:
#   pid: 26589
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2519.09
#   total CPU system time (s): 1.00625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9886 second user time and 23.9523 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-13 15:29:07
IDJOB=4390534
IDBENCH=126449
IDSOLVER=2832
FILE ID=node141/4390534-1568381388
RUNJOBID= node141-1568380473-26152
PBS_JOBID= 21701828
Free space on /tmp= 56104 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-5-5-9-cp.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390534-1568381388/watcher-4390534-1568381388 -o /tmp/evaluation-result-4390534-1568381388/solver-4390534-1568381388 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568380473-26152 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390534-1568381388.xml -cm

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

MD5SUM BENCH= a6754b0df54e854fabf9aee35b814723
RANDOM SEED=1006868870

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        31268884 kB
MemAvailable:   31539664 kB
Buffers:          143956 kB
Cached:           415492 kB
SwapCached:        80984 kB
Active:           561556 kB
Inactive:         386376 kB
Active(anon):     313972 kB
Inactive(anon):   106044 kB
Active(file):     247584 kB
Inactive(file):   280332 kB
Unevictable:      109456 kB
Mlocked:          109456 kB
SwapTotal:      67108860 kB
SwapFree:       66918536 kB
Dirty:              8960 kB
Writeback:             0 kB
AnonPages:        417760 kB
Mapped:            47356 kB
Shmem:             22580 kB
Slab:             147152 kB
SReclaimable:     117400 kB
SUnreclaim:        29752 kB
KernelStack:        3776 kB
PageTables:         6428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1369004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    299008 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 56092 MiB
End job on node141 at 2019-09-13 16:10:58