Trace number 4390538

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.11 2514.81

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-203.xml
MD5SUMce251f4c9ae0df3aa97e9296eb89cd68
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark141.487
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size634
Maximum domain size634
Distribution of domain sizes[{"size":634,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

2.40/1.88	
2.40/1.88	AbsCon 2 
2.64/1.90	
2.89/2.03	  Instance
2.89/2.03	    name=instance-4390538-1568383032, framework=CSP
2.89/2.03	
2.89/2.03	  Loading variables...
2.89/2.06	  Loading constraints...
3.77/2.34	
3.77/2.34	  Domains
3.77/2.34	    nTypes=1, nValues=31700, sizes=[634#50]
3.77/2.34	  Variables
3.77/2.34	    count=50, degrees=[25#48,26#1,27#1]
3.77/2.34	  Constraints
3.77/2.34	    count=352, nSpecific=1, arities=[1#51,2#1,4#300]
3.77/2.34	    distribution=[CtrIntension#351,LE#1]
3.77/2.34	    nIntStructures=(326,shared:25)
3.77/2.34	    wck=0.482, cpu=2.298, mem=74M84
3.77/2.34	  Solver SolverBacktrack being built...
3.77/2.34	
3.77/2.36	
3.77/2.36	  Solver
3.77/2.36	    guaranteedGAC=false
3.77/2.36	    wck=0.514, cpu=2.328, mem=84M726
3.77/2.38	
3.77/2.38	  Preprocessing
3.77/2.38	    filters=52, revisions=(53,useless=2), ccks=32492, nACremovedValues=5518, nTotalRemovedValues=5518, inconcistency=false
3.77/2.38	    wck=0.018, cpu=2.346, mem=87M369
3.77/2.38	
8.64/6.64	    num=0, depth=24..24, filters=499, revisions=(1698,useless=1157), ccks=14841397, wck=4.272, mem=90M11
8.64/6.64	    decisions=44, wrong=10, backtracks=0, failedAssignments=10, nogoods=10
8.64/6.64	    
8.89/6.84	    num=1, depth=2..2, filters=523, revisions=(1746,useless=1182), ccks=15572903, wck=4.475, mem=90M11
8.89/6.84	    decisions=68, wrong=21, backtracks=0, failedAssignments=21, nogoods=21
8.89/6.84	    
9.41/7.33	    num=2, depth=3..3, filters=549, revisions=(1850,useless=1259), ccks=17400797, wck=4.965, mem=90M11
9.41/7.33	    decisions=95, wrong=33, backtracks=0, failedAssignments=33, nogoods=33
9.41/7.33	    
11.44/9.35	    num=3, depth=22..22, filters=646, revisions=(3135,useless=2448), ccks=25010281, wck=6.985, mem=97M938
11.44/9.35	    decisions=143, wrong=46, backtracks=0, failedAssignments=46, nogoods=46
11.44/9.35	    
12.44/10.32	    num=4, depth=3..3, filters=675, revisions=(3269,useless=2553), ccks=28628222, wck=7.958, mem=97M938
12.44/10.32	    decisions=174, wrong=60, backtracks=0, failedAssignments=60, nogoods=60
12.44/10.32	    
24.05/22.00	    num=5, depth=1..1, filters=691, revisions=(4037,useless=3305), ccks=71455615, wck=19.634, mem=103M223
24.05/22.00	    decisions=207, wrong=76, backtracks=0, failedAssignments=76, nogoods=76
24.05/22.00	    
24.55/22.49	    num=6, depth=3..3, filters=727, revisions=(4162,useless=3393), ccks=73270257, wck=20.121, mem=105M865
24.55/22.49	    decisions=244, wrong=93, backtracks=0, failedAssignments=93, nogoods=93
24.55/22.49	    
25.65/23.56	    num=7, depth=2..2, filters=823, revisions=(4394,useless=3529), ccks=77160128, wck=21.196, mem=105M865
25.65/23.56	    decisions=284, wrong=112, backtracks=0, failedAssignments=112, nogoods=112
25.65/23.56	    
25.95/23.89	    num=8, depth=3..3, filters=866, revisions=(4574,useless=3666), ccks=78362791, wck=21.527, mem=105M865
25.95/23.89	    decisions=329, wrong=133, backtracks=0, failedAssignments=133, nogoods=133
25.95/23.89	    
26.27/24.19	    num=9, depth=3..3, filters=914, revisions=(4718,useless=3763), ccks=79453190, wck=21.82, mem=105M865
26.27/24.19	    decisions=378, wrong=156, backtracks=0, failedAssignments=156, nogoods=156
26.27/24.19	    
26.89/24.72	    num=10, depth=16..16, filters=1031, revisions=(5886,useless=4813), ccks=81363479, wck=22.351, mem=111M150
26.89/24.72	    decisions=444, wrong=181, backtracks=0, failedAssignments=181, nogoods=181
26.89/24.72	    
27.24/25.05	    num=11, depth=6..6, filters=1120, revisions=(6307,useless=5145), ccks=82510176, wck=22.681, mem=116M435
27.24/25.05	    decisions=506, wrong=209, backtracks=0, failedAssignments=209, nogoods=209
27.24/25.05	    
36.36/34.15	    num=12, depth=26..26, filters=1356, revisions=(8877,useless=7415), ccks=116389528, wck=31.783, mem=124M363
36.36/34.15	    decisions=594, wrong=240, backtracks=0, failedAssignments=240, nogoods=240
36.36/34.15	    
59.87/57.68	    num=13, depth=1..1, filters=1390, revisions=(10509,useless=9013), ccks=201597598, wck=55.31, mem=137M575
59.87/57.68	    decisions=663, wrong=274, backtracks=0, failedAssignments=274, nogoods=274
59.87/57.68	    
60.07/57.81	    num=14, depth=7..7, filters=1510, revisions=(11114,useless=9497), ccks=202081807, wck=55.449, mem=140M217
60.07/57.81	    decisions=744, wrong=311, backtracks=0, failedAssignments=311, nogoods=311
60.07/57.81	    
61.17/58.93	    num=15, depth=5..5, filters=1637, revisions=(11584,useless=9840), ccks=206169133, wck=56.567, mem=142M778
61.17/58.93	    decisions=831, wrong=352, backtracks=0, failedAssignments=352, nogoods=352
61.17/58.93	    
69.28/66.93	    num=16, depth=28..28, filters=2253, revisions=(15021,useless=12433), ccks=236259070, wck=64.563, mem=61M661
69.28/66.93	    decisions=949, wrong=397, backtracks=0, failedAssignments=397, nogoods=397
69.28/66.93	    
104.88/102.59	    num=17, depth=1..1, filters=2303, revisions=(17421,useless=14783), ccks=368516767, wck=100.223, mem=82M377
104.88/102.59	    decisions=1050, wrong=447, backtracks=0, failedAssignments=447, nogoods=447
104.88/102.59	    
107.39/105.02	    num=18, depth=3..3, filters=2414, revisions=(17761,useless=15011), ccks=377563591, wck=102.656, mem=84M967
107.39/105.02	    decisions=1163, wrong=502, backtracks=0, failedAssignments=502, nogoods=502
107.39/105.02	    
108.98/106.63	    num=19, depth=3..3, filters=2537, revisions=(18180,useless=15306), ccks=383510854, wck=104.265, mem=84M967
108.98/106.63	    decisions=1288, wrong=563, backtracks=0, failedAssignments=563, nogoods=563
108.98/106.63	    
109.69/107.38	    num=20, depth=5..5, filters=2674, revisions=(18690,useless=15678), ccks=386321676, wck=105.017, mem=87M556
109.69/107.38	    decisions=1427, wrong=630, backtracks=0, failedAssignments=630, nogoods=630
109.69/107.38	    
110.71/108.34	    num=21, depth=6..6, filters=2901, revisions=(19467,useless=16227), ccks=389848653, wck=105.973, mem=90M146
110.71/108.34	    decisions=1581, wrong=704, backtracks=0, failedAssignments=704, nogoods=704
110.71/108.34	    
111.22/108.87	    num=22, depth=5..5, filters=3130, revisions=(20138,useless=16670), ccks=391808551, wck=106.51, mem=92M736
111.22/108.87	    decisions=1748, wrong=785, backtracks=0, failedAssignments=785, nogoods=785
111.22/108.87	    
111.32/108.97	    num=23, depth=4..4, filters=3308, revisions=(20769,useless=17123), ccks=392139099, wck=106.6, mem=95M325
111.32/108.97	    decisions=1930, wrong=874, backtracks=0, failedAssignments=874, nogoods=874
111.32/108.97	    
171.93/169.51	    num=24, depth=1..1, filters=3406, revisions=(25474,useless=21730), ccks=615585787, wck=167.148, mem=134M168
171.93/169.51	    decisions=2127, wrong=972, backtracks=0, failedAssignments=972, nogoods=972
171.93/169.51	    
172.33/169.99	    num=25, depth=3..3, filters=3624, revisions=(25963,useless=22000), ccks=617368818, wck=167.623, mem=136M758
172.33/169.99	    decisions=2346, wrong=1080, backtracks=0, failedAssignments=1080, nogoods=1080
172.33/169.99	    
172.83/170.49	    num=26, depth=3..3, filters=3864, revisions=(26496,useless=22292), ccks=619263800, wck=168.128, mem=136M758
172.83/170.49	    decisions=2587, wrong=1199, backtracks=0, failedAssignments=1199, nogoods=1199
172.83/170.49	    
173.93/171.56	    num=27, depth=3..6, filters=4131, revisions=(27571,useless=23101), ccks=623334566, wck=169.199, mem=141M937
173.93/171.56	    decisions=2855, wrong=1330, backtracks=0, failedAssignments=1330, nogoods=1330
173.93/171.56	    
175.74/173.38	    num=28, depth=6..7, filters=4555, revisions=(29153,useless=24123), ccks=630244012, wck=171.013, mem=144M526
175.74/173.38	    decisions=3149, wrong=1474, backtracks=1, failedAssignments=1474, nogoods=1471
175.74/173.38	    
176.94/174.56	    num=29, depth=10..12, filters=5012, revisions=(32149,useless=26662), ccks=634469374, wck=172.192, mem=152M295
176.94/174.56	    decisions=3479, wrong=1634, backtracks=3, failedAssignments=1632, nogoods=1504
176.94/174.56	    
179.25/176.81	    num=30, depth=5..5, filters=5363, revisions=(33823,useless=27823), ccks=642682073, wck=174.445, mem=157M474
179.25/176.81	    decisions=3832, wrong=1808, backtracks=3, failedAssignments=1806, nogoods=1678
179.25/176.81	    
295.02/292.56	    num=31, depth=1..1, filters=5591, revisions=(42992,useless=36764), ccks=1072012944, wck=290.195, mem=102M121
295.02/292.56	    decisions=4215, wrong=1999, backtracks=3, failedAssignments=1997, nogoods=1869
295.02/292.56	    
298.72/296.24	    num=32, depth=4..4, filters=6016, revisions=(44529,useless=37731), ccks=1085353190, wck=293.874, mem=107M319
298.72/296.24	    decisions=4641, wrong=2210, backtracks=3, failedAssignments=2208, nogoods=2080
298.72/296.24	    
302.87/300.37	    num=33, depth=4..6, filters=6770, revisions=(47249,useless=39525), ccks=1100547683, wck=298.008, mem=112M517
302.87/300.37	    decisions=5111, wrong=2442, backtracks=3, failedAssignments=2440, nogoods=2312
302.87/300.37	    
309.18/306.66	    num=34, depth=2..6, filters=7284, revisions=(48509,useless=40269), ccks=1124387816, wck=304.291, mem=117M714
309.18/306.66	    decisions=5627, wrong=2697, backtracks=3, failedAssignments=2695, nogoods=2567
309.18/306.66	    
312.08/309.58	    num=35, depth=5..6, filters=7892, revisions=(50642,useless=41793), ccks=1135251512, wck=307.21, mem=122M912
312.08/309.58	    decisions=6194, wrong=2978, backtracks=4, failedAssignments=2976, nogoods=2730
312.08/309.58	    
314.59/312.08	    num=36, depth=6..9, filters=8371, revisions=(53683,useless=44354), ccks=1144415065, wck=309.717, mem=130M708
314.59/312.08	    decisions=6821, wrong=3287, backtracks=4, failedAssignments=3285, nogoods=3039
314.59/312.08	    
318.39/315.89	    num=37, depth=8..9, filters=8844, revisions=(57199,useless=47298), ccks=1158435969, wck=313.525, mem=135M906
318.39/315.89	    decisions=7509, wrong=3627, backtracks=5, failedAssignments=3625, nogoods=3145
318.39/315.89	    
319.62/317.02	    num=38, depth=5..11, filters=9901, revisions=(62380,useless=51415), ccks=1162522239, wck=314.658, mem=154M97
319.62/317.02	    decisions=8268, wrong=4001, backtracks=5, failedAssignments=3999, nogoods=3519
319.62/317.02	    
320.32/317.72	    num=39, depth=4..11, filters=10935, revisions=(66884,useless=54886), ccks=1164981381, wck=315.356, mem=172M289
320.32/317.72	    decisions=9101, wrong=4412, backtracks=5, failedAssignments=4410, nogoods=3930
320.32/317.72	    
326.35/323.72	    num=40, depth=4..10, filters=11862, revisions=(71878,useless=58953), ccks=1187599741, wck=321.353, mem=53M14
326.35/323.72	    decisions=10015, wrong=4864, backtracks=5, failedAssignments=4862, nogoods=4382
326.35/323.72	    
328.96/326.26	    num=41, depth=18..26, filters=14375, revisions=(89602,useless=74163), ccks=1196174247, wck=323.891, mem=118M365
328.96/326.26	    decisions=11035, wrong=5361, backtracks=5, failedAssignments=5359, nogoods=4879
328.96/326.26	    
330.86/328.08	    num=42, depth=15..31, filters=16833, revisions=(109452,useless=91556), ccks=1201895209, wck=325.715, mem=55M761
330.86/328.08	    decisions=12160, wrong=5908, backtracks=5, failedAssignments=5906, nogoods=5426
330.86/328.08	    
336.77/333.93	    num=43, depth=7..28, filters=19174, revisions=(127986,useless=107577), ccks=1223322097, wck=331.561, mem=122M901
336.77/333.93	    decisions=13400, wrong=6514, backtracks=9, failedAssignments=6508, nogoods=5921
336.77/333.93	    
343.67/340.84	    num=44, depth=4..12, filters=20702, revisions=(136441,useless=114504), ccks=1248933399, wck=338.474, mem=143M560
343.67/340.84	    decisions=14736, wrong=7176, backtracks=9, failedAssignments=7170, nogoods=6583
343.67/340.84	    
359.35/356.42	    num=45, depth=7..16, filters=22834, revisions=(156345,useless=132109), ccks=1306144374, wck=354.052, mem=127M299
359.35/356.42	    decisions=16207, wrong=7904, backtracks=9, failedAssignments=7898, nogoods=7311
359.35/356.42	    
363.96/361.09	    num=46, depth=4..16, filters=25153, revisions=(169776,useless=143220), ccks=1323379671, wck=358.72, mem=175M690
363.96/361.09	    decisions=17825, wrong=8705, backtracks=9, failedAssignments=8699, nogoods=8112
363.96/361.09	    
391.59/388.64	    num=47, depth=6..7, filters=26933, revisions=(178779,useless=150442), ccks=1426000528, wck=386.27, mem=76M179
391.59/388.64	    decisions=19594, wrong=9586, backtracks=14, failedAssignments=9580, nogoods=8133
391.59/388.64	    
404.29/401.38	    num=48, depth=4..9, filters=29199, revisions=(188475,useless=157869), ccks=1473114846, wck=399.014, mem=101M271
404.29/401.38	    decisions=21543, wrong=10556, backtracks=15, failedAssignments=10550, nogoods=8936
404.29/401.38	    
459.41/456.34	    num=49, depth=2..19, filters=32183, revisions=(208568,useless=174978), ccks=1672514159, wck=453.975, mem=63M503
459.41/456.34	    decisions=23696, wrong=11623, backtracks=15, failedAssignments=11617, nogoods=10003
459.41/456.34	    
462.92/459.87	    num=50, depth=6..23, filters=36133, revisions=(235313,useless=197772), ccks=1684527412, wck=457.505, mem=159M829
462.92/459.87	    decisions=26065, wrong=12796, backtracks=15, failedAssignments=12790, nogoods=11176
462.92/459.87	    
468.09/464.92	    num=51, depth=6..37, filters=41374, revisions=(288858,useless=246066), ccks=1700542289, wck=462.552, mem=82M535
468.09/464.92	    decisions=28688, wrong=14089, backtracks=17, failedAssignments=14081, nogoods=12418
468.09/464.92	    
472.44/469.22	    num=52, depth=7..30, filters=46712, revisions=(339583,useless=291452), ccks=1713940355, wck=466.854, mem=124M875
472.44/469.22	    decisions=31558, wrong=15509, backtracks=17, failedAssignments=15501, nogoods=13838
472.44/469.22	    
481.07/477.85	    num=53, depth=6..31, filters=51879, revisions=(382249,useless=328950), ccks=1744395815, wck=475.483, mem=142M792
481.07/477.85	    decisions=34712, wrong=17071, backtracks=18, failedAssignments=17063, nogoods=15396
481.07/477.85	    
489.84/486.53	    num=54, depth=4..43, filters=58224, revisions=(449868,useless=390224), ccks=1773632665, wck=484.16, mem=113M411
489.84/486.53	    decisions=38191, wrong=18789, backtracks=18, failedAssignments=18781, nogoods=17114
489.84/486.53	    
528.55/525.01	    num=55, depth=7..8, filters=60141, revisions=(529364,useless=467802), ccks=1910296778, wck=522.642, mem=116M543
528.55/525.01	    decisions=41979, wrong=20679, backtracks=29, failedAssignments=20671, nogoods=17233
528.55/525.01	    
534.32/530.79	    num=56, depth=9..35, filters=67292, revisions=(601706,useless=532991), ccks=1928497581, wck=528.427, mem=116M970
534.32/530.79	    decisions=46172, wrong=22758, backtracks=29, failedAssignments=22750, nogoods=19312
534.32/530.79	    
555.43/551.89	    num=57, depth=5..11, filters=72914, revisions=(628107,useless=553768), ccks=2006024856, wck=549.527, mem=77M73
555.43/551.89	    decisions=50757, wrong=25045, backtracks=33, failedAssignments=25037, nogoods=20002
555.43/551.89	    
564.36/560.75	    num=58, depth=14..46, filters=82521, revisions=(766977,useless=683030), ccks=2032075893, wck=558.382, mem=132M89
564.36/560.75	    decisions=55839, wrong=27565, backtracks=37, failedAssignments=27553, nogoods=21252
564.36/560.75	    
571.19/567.60	    num=59, depth=8..28, filters=92888, revisions=(856113,useless=761799), ccks=2053959024, wck=565.23, mem=98M236
571.19/567.60	    decisions=61402, wrong=30333, backtracks=38, failedAssignments=30321, nogoods=23467
571.19/567.60	    
579.22/575.60	    num=60, depth=13..33, filters=102773, revisions=(966201,useless=862001), ccks=2078348845, wck=573.23, mem=64M743
579.22/575.60	    decisions=67523, wrong=33377, backtracks=38, failedAssignments=33365, nogoods=26511
579.22/575.60	    
585.95/582.28	    num=61, depth=13..28, filters=113593, revisions=(1070790,useless=955771), ccks=2098735702, wck=579.918, mem=73M501
585.95/582.28	    decisions=74245, wrong=36726, backtracks=42, failedAssignments=36714, nogoods=28061
585.95/582.28	    
603.79/600.06	    num=62, depth=8..28, filters=127426, revisions=(1194267,useless=1065415), ccks=2159537570, wck=597.693, mem=105M363
603.79/600.06	    decisions=81639, wrong=40410, backtracks=44, failedAssignments=40398, nogoods=30622
603.79/600.06	    
613.82/610.02	    num=63, depth=12..31, filters=140138, revisions=(1318701,useless=1177136), ccks=2191063342, wck=607.652, mem=127M339
613.82/610.02	    decisions=89773, wrong=44462, backtracks=48, failedAssignments=44450, nogoods=32718
613.82/610.02	    
622.87/619.01	    num=64, depth=13..29, filters=154106, revisions=(1443904,useless=1288370), ccks=2219387519, wck=616.646, mem=64M948
622.87/619.01	    decisions=98724, wrong=48923, backtracks=52, failedAssignments=48907, nogoods=35893
622.87/619.01	    
669.09/665.23	    num=65, depth=5..16, filters=166064, revisions=(1538073,useless=1370582), ccks=2390890260, wck=662.863, mem=111M157
669.09/665.23	    decisions=108550, wrong=53829, backtracks=351, failedAssignments=53810, nogoods=37065
669.09/665.23	    
780.17/776.22	    num=66, depth=9..27, filters=182112, revisions=(1658799,useless=1474629), ccks=2803510913, wck=773.851, mem=62M329
780.17/776.22	    decisions=119373, wrong=59227, backtracks=364, failedAssignments=59204, nogoods=39073
780.17/776.22	    
800.07/796.08	    num=67, depth=7..47, filters=204019, revisions=(1883750,useless=1677672), ccks=2866808961, wck=793.718, mem=66M259
800.07/796.08	    decisions=131315, wrong=65180, backtracks=384, failedAssignments=65137, nogoods=42444
800.07/796.08	    
969.51/965.33	    num=68, depth=3..6, filters=219612, revisions=(1940957,useless=1719180), ccks=3477214958, wck=962.963, mem=94M39
969.51/965.33	    decisions=144372, wrong=71706, backtracks=413, failedAssignments=71663, nogoods=42959
969.51/965.33	    
1199.93/1195.65	    num=69, depth=2..28, filters=240839, revisions=(2124514,useless=1881385), ccks=4294836564, wck=1193.282, mem=77M0
1199.93/1195.65	    decisions=158766, wrong=78893, backtracks=433, failedAssignments=78842, nogoods=44699
1199.93/1195.65	    
1216.16/1211.84	    num=70, depth=4..19, filters=257933, revisions=(2278612,useless=2018471), ccks=4350705280, wck=1209.477, mem=66M116
1216.16/1211.84	    decisions=174582, wrong=86792, backtracks=471, failedAssignments=86739, nogoods=46197
1216.16/1211.84	    
1248.43/1244.09	    num=71, depth=6..20, filters=282126, revisions=(2464047,useless=2179705), ccks=4461382052, wck=1241.725, mem=62M584
1248.43/1244.09	    decisions=191989, wrong=95486, backtracks=777, failedAssignments=95426, nogoods=47400
1248.43/1244.09	    
1260.19/1255.78	    num=72, depth=11..21, filters=300233, revisions=(2691123,useless=2388674), ccks=4498684620, wck=1253.41, mem=107M53
1260.19/1255.78	    decisions=211121, wrong=105042, backtracks=810, failedAssignments=104981, nogoods=48583
1260.19/1255.78	    
1284.10/1279.57	    num=73, depth=3..17, filters=320840, revisions=(2858577,useless=2535549), ccks=4580962917, wck=1277.204, mem=108M314
1284.10/1279.57	    decisions=232164, wrong=115556, backtracks=852, failedAssignments=115492, nogoods=49337
1284.10/1279.57	    
1310.88/1306.26	    num=74, depth=8..18, filters=353866, revisions=(3080403,useless=2724235), ccks=4671570067, wck=1303.895, mem=74M997
1310.88/1306.26	    decisions=255377, wrong=127155, backtracks=906, failedAssignments=127054, nogoods=50802
1310.88/1306.26	    
1339.99/1335.23	    num=75, depth=8..23, filters=388950, revisions=(3414584,useless=3023291), ccks=4764638991, wck=1332.861, mem=76M298
1339.99/1335.23	    decisions=280845, wrong=139878, backtracks=1075, failedAssignments=139772, nogoods=52450
1339.99/1335.23	    
1347.82/1343.05	    num=76, depth=15..29, filters=412066, revisions=(3694432,useless=3280016), ccks=4790555924, wck=1340.683, mem=73M312
1347.82/1343.05	    decisions=308863, wrong=153877, backtracks=1156, failedAssignments=153762, nogoods=53593
1347.82/1343.05	    
1717.88/1712.97	    num=77, depth=8..12, filters=442028, revisions=(3921320,useless=3476942), ccks=6139671538, wck=1710.607, mem=84M300
1717.88/1712.97	    decisions=339650, wrong=169266, backtracks=1251, failedAssignments=169151, nogoods=53818
1717.88/1712.97	    

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390538-1568383032/watcher-4390538-1568383032 -o /tmp/evaluation-result-4390538-1568383032/solver-4390538-1568383032 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568380476-6730 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390538-1568383032.xml -cm 

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

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

solver pid=7159, runsolver pid=7156

[startup+0.100871 s]*
/proc/loadavg: 1.99 2.00 1.87 4/228 7175
/proc/meminfo: memFree=25617592/32770624 swapFree=66959224/67108860
[pid=7159] ppid=7156 vsize=10659884 memory=28108 CPUtime=0.14 cores=1,3,5,7
/proc/7159/stat : 7159 (java) S 7156 7159 6698 0 -1 1077944320 5455 0 0 0 13 1 0 0 20 0 15 0 414243408 10915721216 7027 33554432000 4194304 4196468 140728811553776 140728811536320 140424138645239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
/proc/7159/statm: 2664971 7027 2889 1 0 2627468 0
[pid=7159/tid=7161] ppid=7156 vsize=10659884 memory=-8413716295845056867 CPUtime=0.1 cores=1,3,5,7
/proc/7159/task/7161/stat : 7161 (java) R 7156 7159 6698 0 -1 4202560 3271 0 0 0 9 1 0 0 20 0 15 0 414243408 10915721216 7027 33554432000 4194304 4196468 140728811553776 140424142874200 140424123293592 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7162] ppid=7156 vsize=10659884 memory=5793855197758945721 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7162/stat : 7162 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 7027 33554432000 4194304 4196468 140728811553776 140424091265296 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7163] ppid=7156 vsize=10659884 memory=139946749052544 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7163/stat : 7163 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 7027 33554432000 4194304 4196468 140728811553776 140423744641424 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7164] ppid=7156 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7164/stat : 7164 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 7027 33554432000 4194304 4196468 140728811553776 140423743588880 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7165] ppid=7156 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7165/stat : 7165 (java) S 7156 7159 6698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 7027 33554432000 4194304 4196468 140728811553776 140423742536336 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7166] ppid=7156 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7166/stat : 7166 (java) S 7156 7159 6698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414243410 10915721216 7027 33554432000 4194304 4196468 140728811553776 140423174474224 140424138656386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7167] ppid=7156 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7167/stat : 7167 (java) S 7156 7159 6698 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414243410 10915721216 7027 33554432000 4194304 4196468 140728811553776 140423173420448 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7168] ppid=7156 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7168/stat : 7168 (java) S 7156 7159 6698 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414243411 10915721216 7093 33554432000 4194304 4196468 140728811553776 140423172367856 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7169] ppid=7156 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7169/stat : 7169 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414243413 10915721216 7093 33554432000 4194304 4196468 140728811553776 140423171316432 140424138663835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7170] ppid=7156 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7170/stat : 7170 (java) R 7156 7159 6698 0 -1 4202560 468 0 0 0 0 0 0 0 20 0 15 0 414243413 10915721216 7093 33554432000 4194304 4196468 140728811553776 140423170255768 140424131745086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7171] ppid=7156 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7171/stat : 7171 (java) S 7156 7159 6698 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 414243413 10915721216 7093 33554432000 4194304 4196468 140728811553776 140423169210480 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7172] ppid=7156 vsize=10659884 memory=139946749052544 CPUtime=0.02 cores=1,3,5,7
/proc/7159/task/7172/stat : 7172 (java) R 7156 7159 6698 0 -1 4202560 386 0 0 0 2 0 0 0 20 0 15 0 414243413 10915721216 7093 33554432000 4194304 4196468 140728811553776 140423168153208 140424131750941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7173] ppid=7156 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7173/stat : 7173 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414243413 10915721216 7093 33554432000 4194304 4196468 140728811553776 140423167105632 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7174] ppid=7156 vsize=10659884 memory=139946749052544 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7174/stat : 7174 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243414 10915721216 7159 33554432000 4194304 4196468 140728811553776 140423166053168 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28108 KiB

[startup+0.210792 s]*
/proc/loadavg: 1.99 2.00 1.87 3/228 7175
/proc/meminfo: memFree=25578624/32770624 swapFree=66959224/67108860
[pid=7159] ppid=7156 vsize=10659884 memory=35148 CPUtime=0.33 cores=1,3,5,7
/proc/7159/stat : 7159 (java) S 7156 7159 6698 0 -1 1077944320 6952 0 0 0 31 2 0 0 20 0 15 0 414243408 10915721216 8787 33554432000 4194304 4196468 140728811553776 140728811536320 140424138645239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
/proc/7159/statm: 2664971 8787 2989 1 0 2627468 0
[pid=7159/tid=7161] ppid=7156 vsize=10659884 memory=-3103912127665269909 CPUtime=0.2 cores=1,3,5,7
/proc/7159/task/7161/stat : 7161 (java) R 7156 7159 6698 0 -1 4202560 3882 0 0 0 19 1 0 0 20 0 15 0 414243408 10915721216 8787 33554432000 4194304 4196468 140728811553776 140424142877328 140424138667165 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7162] ppid=7156 vsize=10659884 memory=4211973672953843082 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7162/stat : 7162 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 8787 33554432000 4194304 4196468 140728811553776 140424091265296 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7163] ppid=7156 vsize=10659884 memory=139946749052544 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7163/stat : 7163 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423744641424 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7164] ppid=7156 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7164/stat : 7164 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423743588880 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7165] ppid=7156 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7165/stat : 7165 (java) S 7156 7159 6698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423742536336 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7166] ppid=7156 vsize=10659884 memory=139946749052544 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7166/stat : 7166 (java) S 7156 7159 6698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414243410 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423174474224 140424138656386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7167] ppid=7156 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7167/stat : 7167 (java) S 7156 7159 6698 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414243410 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423173420448 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7168] ppid=7156 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7168/stat : 7168 (java) S 7156 7159 6698 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414243411 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423172367856 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7169] ppid=7156 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7169/stat : 7169 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414243413 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423171316432 140424138663835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7170] ppid=7156 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7159/task/7170/stat : 7170 (java) S 7156 7159 6698 0 -1 1077944384 849 0 0 0 3 0 0 0 20 0 15 0 414243413 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423170263024 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7171] ppid=7156 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/7159/task/7171/stat : 7171 (java) S 7156 7159 6698 0 -1 1077944384 180 0 0 0 3 0 0 0 20 0 15 0 414243413 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423169210480 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7172] ppid=7156 vsize=10659884 memory=139946749052544 CPUtime=0.05 cores=1,3,5,7
/proc/7159/task/7172/stat : 7172 (java) S 7156 7159 6698 0 -1 1077944384 682 0 0 0 5 0 0 0 20 0 15 0 414243413 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423168157936 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7173] ppid=7156 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7173/stat : 7173 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414243413 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423167105632 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7174] ppid=7156 vsize=10659884 memory=139946749052544 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7174/stat : 7174 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243414 10915721216 8787 33554432000 4194304 4196468 140728811553776 140423166053168 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35148 KiB

[startup+0.31 s]*
/proc/loadavg: 1.99 2.00 1.87 4/228 7175
/proc/meminfo: memFree=25572356/32770624 swapFree=66959224/67108860
[pid=7159] ppid=7156 vsize=10659884 memory=40224 CPUtime=0.47 cores=1,3,5,7
/proc/7159/stat : 7159 (java) S 7156 7159 6698 0 -1 1077944320 9451 0 0 0 43 4 0 0 20 0 15 0 414243408 10915721216 10056 33554432000 4194304 4196468 140728811553776 140728811536320 140424138645239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
/proc/7159/statm: 2664971 10056 3001 1 0 2627468 0
[pid=7159/tid=7161] ppid=7156 vsize=10659884 memory=7377246124687064083 CPUtime=0.3 cores=1,3,5,7
/proc/7159/task/7161/stat : 7161 (java) R 7156 7159 6698 0 -1 4202560 6320 0 0 0 27 3 0 0 20 0 15 0 414243408 10915721216 10056 33554432000 4194304 4196468 140728811553776 140424142866240 140424122725726 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7162] ppid=7156 vsize=10659884 memory=4211973672953843082 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7162/stat : 7162 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 10056 33554432000 4194304 4196468 140728811553776 140424091265296 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7163] ppid=7156 vsize=10659884 memory=139946749054953 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7163/stat : 7163 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423744641424 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7164] ppid=7156 vsize=10659884 memory=139946610508655 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7164/stat : 7164 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423743588880 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7165] ppid=7156 vsize=10659884 memory=139946610511311 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7165/stat : 7165 (java) S 7156 7159 6698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414243409 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423742536336 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7166] ppid=7156 vsize=10659884 memory=139946749059268 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7166/stat : 7166 (java) S 7156 7159 6698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414243410 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423174474224 140424138656386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7167] ppid=7156 vsize=10659884 memory=139946610520495 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7167/stat : 7167 (java) S 7156 7159 6698 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414243410 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423173420448 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7168] ppid=7156 vsize=10659884 memory=279893221031824 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7168/stat : 7168 (java) S 7156 7159 6698 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414243411 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423172367856 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7169] ppid=7156 vsize=10659884 memory=279893221029520 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7169/stat : 7169 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414243413 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423171316432 140424138663835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7170] ppid=7156 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/7159/task/7170/stat : 7170 (java) S 7156 7159 6698 0 -1 1077944384 865 0 0 0 4 0 0 0 20 0 15 0 414243413 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423170263024 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7171] ppid=7156 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/7159/task/7171/stat : 7171 (java) S 7156 7159 6698 0 -1 1077944384 207 0 0 0 4 0 0 0 20 0 15 0 414243413 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423169210576 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7172] ppid=7156 vsize=10659884 memory=139946749052544 CPUtime=0.07 cores=1,3,5,7
/proc/7159/task/7172/stat : 7172 (java) R 7156 7159 6698 0 -1 4202560 704 0 0 0 7 0 0 0 20 0 15 0 414243413 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423168157936 140424138657174 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7173] ppid=7156 vsize=10659884 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7173/stat : 7173 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414243413 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423167105632 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7174] ppid=7156 vsize=10659884 memory=139946749052544 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7174/stat : 7174 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243414 10915721216 10056 33554432000 4194304 4196468 140728811553776 140423166053168 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40224 KiB

[startup+0.700758 s]
/proc/loadavg: 1.99 2.00 1.87 6/228 7175
/proc/meminfo: memFree=25551952/32770624 swapFree=66959224/67108860
[pid=7159] ppid=7156 vsize=10661932 memory=64168 CPUtime=1.1 cores=1,3,5,7
/proc/7159/stat : 7159 (java) S 7156 7159 6698 0 -1 1077944320 13195 0 0 0 104 6 0 0 20 0 15 0 414243408 10917818368 16042 33554432000 4194304 4196468 140728811553776 140728811536320 140424138645239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
/proc/7159/statm: 2665483 16042 3064 1 0 2627980 0
[pid=7159/tid=7161] ppid=7156 vsize=10661932 memory=10604 CPUtime=0.68 cores=1,3,5,7
/proc/7159/task/7161/stat : 7161 (java) R 7156 7159 6698 0 -1 4202560 8878 0 0 0 63 5 0 0 20 0 15 0 414243408 10917818368 16042 33554432000 4194304 4196468 140728811553776 140424142877264 140424124014925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7162] ppid=7156 vsize=10661932 memory=3360 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7162/stat : 7162 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10917818368 16042 33554432000 4194304 4196468 140728811553776 140424091265296 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7163] ppid=7156 vsize=10661932 memory=776 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7163/stat : 7163 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423744641424 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7164] ppid=7156 vsize=10661932 memory=7524201410499929408 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7164/stat : 7164 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423743588880 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7165] ppid=7156 vsize=10661932 memory=7738707435814409832 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7165/stat : 7165 (java) S 7156 7159 6698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414243409 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423742536336 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7166] ppid=7156 vsize=10661932 memory=7810487918915055718 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7166/stat : 7166 (java) S 7156 7159 6698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414243410 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423174474224 140424138656386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7167] ppid=7156 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7167/stat : 7167 (java) S 7156 7159 6698 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414243410 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423173420448 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7168] ppid=7156 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7168/stat : 7168 (java) S 7156 7159 6698 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414243411 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423172367856 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7169] ppid=7156 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7169/stat : 7169 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414243413 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423171316432 140424138663835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7170] ppid=7156 vsize=10661932 memory=353 CPUtime=0.09 cores=1,3,5,7
/proc/7159/task/7170/stat : 7170 (java) R 7156 7159 6698 0 -1 4202560 1268 0 0 0 9 0 0 0 20 0 15 0 414243413 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423170263024 140424118138210 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7171] ppid=7156 vsize=10661932 memory=317 CPUtime=0.11 cores=1,3,5,7
/proc/7159/task/7171/stat : 7171 (java) S 7156 7159 6698 0 -1 1077944384 548 0 0 0 11 0 0 0 20 0 15 0 414243413 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423169210480 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7172] ppid=7156 vsize=10661932 memory=11 CPUtime=0.18 cores=1,3,5,7
/proc/7159/task/7172/stat : 7172 (java) S 7156 7159 6698 0 -1 1077944384 1142 0 0 0 18 0 0 0 20 0 15 0 414243413 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423168157936 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7173] ppid=7156 vsize=10661932 memory=279893221215728 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7173/stat : 7173 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414243413 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423167105632 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7174] ppid=7156 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7174/stat : 7174 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243414 10917818368 16042 33554432000 4194304 4196468 140728811553776 140423166053168 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64168 KiB

[startup+1.50078 s]
/proc/loadavg: 1.99 2.00 1.87 3/228 7175
/proc/meminfo: memFree=25520044/32770624 swapFree=66959224/67108860
[pid=7159] ppid=7156 vsize=10663980 memory=76068 CPUtime=2 cores=1,3,5,7
/proc/7159/stat : 7159 (java) S 7156 7159 6698 0 -1 1077944320 17545 0 0 0 193 7 0 0 20 0 15 0 414243408 10919915520 19017 33554432000 4194304 4196468 140728811553776 140728811536320 140424138645239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
/proc/7159/statm: 2665995 19017 3092 1 0 2628492 0
[pid=7159/tid=7161] ppid=7156 vsize=10663980 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/7159/task/7161/stat : 7161 (java) R 7156 7159 6698 0 -1 4202560 12050 0 0 0 142 6 0 0 20 0 15 0 414243408 10919915520 19017 33554432000 4194304 4196468 140728811553776 140424142883768 140424120208791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7162] ppid=7156 vsize=10663980 memory=-6369074288953532201 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7162/stat : 7162 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10919915520 19017 33554432000 4194304 4196468 140728811553776 140424091265296 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7163] ppid=7156 vsize=10663980 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7163/stat : 7163 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10919915520 19017 33554432000 4194304 4196468 140728811553776 140423744641424 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7164] ppid=7156 vsize=10663980 memory=-3472574513799858007 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7164/stat : 7164 (java) S 7156 7159 6698 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414243409 10919915520 19017 33554432000 4194304 4196468 140728811553776 140423743588880 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7165] ppid=7156 vsize=10663980 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7165/stat : 7165 (java) S 7156 7159 6698 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414243409 10919915520 19017 33554432000 4194304 4196468 140728811553776 140423742536336 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7166] ppid=7156 vsize=10663980 memory=4947933852387351936 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7166/stat : 7166 (java) S 7156 7159 6698 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 414243410 10919915520 19017 33554432000 4194304 4196468 140728811553776 140423174474224 140424138656386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0

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

/proc/7159/task/7165/stat : 7165 (java) S 7156 7159 6698 0 -1 1077944384 5026 0 0 0 52 4 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423742536336 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7166] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.16 cores=1,3,5,7
/proc/7159/task/7166/stat : 7166 (java) S 7156 7159 6698 0 -1 1077944384 4807 0 0 0 12 4 0 0 20 0 16 0 414243410 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423174474224 140424138656386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7167] ppid=7156 vsize=10748324 memory=213176 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7167/stat : 7167 (java) S 7156 7159 6698 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414243410 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423173420512 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7168] ppid=7156 vsize=10748324 memory=1660 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7168/stat : 7168 (java) S 7156 7159 6698 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414243411 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423172367872 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7169] ppid=7156 vsize=10748324 memory=39612 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7169/stat : 7169 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423171316432 140424138663835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7170] ppid=7156 vsize=10748324 memory=213176 CPUtime=1.13 cores=1,3,5,7
/proc/7159/task/7170/stat : 7170 (java) S 7156 7159 6698 0 -1 1077944384 11896 0 0 0 112 1 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423170263024 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7171] ppid=7156 vsize=10748324 memory=213176 CPUtime=1.22 cores=1,3,5,7
/proc/7159/task/7171/stat : 7171 (java) S 7156 7159 6698 0 -1 1077944384 10128 0 0 0 120 2 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423169210480 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7172] ppid=7156 vsize=10748324 memory=2592 CPUtime=0.66 cores=1,3,5,7
/proc/7159/task/7172/stat : 7172 (java) S 7156 7159 6698 0 -1 1077944384 11095 0 0 0 64 2 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423168157936 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7173] ppid=7156 vsize=10748324 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7173/stat : 7173 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423167105632 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7174] ppid=7156 vsize=10748324 memory=21240 CPUtime=0.46 cores=1,3,5,7
/proc/7159/task/7174/stat : 7174 (java) S 7156 7159 6698 0 -1 1077944384 1038 0 0 0 18 28 0 0 20 0 16 0 414243414 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423166053168 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7176] ppid=7156 vsize=10748324 memory=14048 CPUtime=2379.68 cores=1,3,5,7
/proc/7159/task/7176/stat : 7176 (java) R 7156 7159 6698 0 -1 4202560 16439 0 0 0 237964 4 0 0 20 0 16 0 414243596 11006283776 53294 33554432000 4194304 4196468 140728811553776 140422840893024 140423777407784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
Current children cumulated CPU time: 2387.55 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 213176 KiB

[startup+2442.3 s]
/proc/loadavg: 1.98 1.96 1.95 3/230 7424
/proc/meminfo: memFree=25336100/32770624 swapFree=66959224/67108860
[pid=7159] ppid=7156 vsize=10748324 memory=213176 CPUtime=2447.56 cores=1,3,5,7
/proc/7159/stat : 7159 (java) S 7156 7159 6698 0 -1 1077944320 86613 0 0 0 244694 62 0 0 20 0 16 0 414243408 11006283776 53294 33554432000 4194304 4196468 140728811553776 140728811536320 140424138645239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
/proc/7159/statm: 2687081 53294 3374 1 0 2647217 0
[pid=7159/tid=7161] ppid=7156 vsize=10748324 memory=213176 CPUtime=1.86 cores=1,3,5,7
/proc/7159/task/7161/stat : 7161 (java) S 7156 7159 6698 0 -1 1077944384 14007 0 0 0 179 7 0 0 20 0 16 0 414243408 11006283776 53294 33554432000 4194304 4196468 140728811553776 140424142888112 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7162] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7162/stat : 7162 (java) S 7156 7159 6698 0 -1 1077944384 4186 0 0 0 54 3 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140424091265296 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7163] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7163/stat : 7163 (java) S 7156 7159 6698 0 -1 1077944384 2665 0 0 0 53 4 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423744641424 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7164] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7164/stat : 7164 (java) S 7156 7159 6698 0 -1 1077944384 3612 0 0 0 53 4 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423743588880 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7165] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7165/stat : 7165 (java) S 7156 7159 6698 0 -1 1077944384 5096 0 0 0 53 4 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423742536336 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7166] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.16 cores=1,3,5,7
/proc/7159/task/7166/stat : 7166 (java) S 7156 7159 6698 0 -1 1077944384 4987 0 0 0 12 4 0 0 20 0 16 0 414243410 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423174474224 140424138656386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7167] ppid=7156 vsize=10748324 memory=213176 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7167/stat : 7167 (java) S 7156 7159 6698 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414243410 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423173420512 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7168] ppid=7156 vsize=10748324 memory=213176 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7168/stat : 7168 (java) S 7156 7159 6698 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414243411 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423172367872 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7169] ppid=7156 vsize=10748324 memory=213176 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7169/stat : 7169 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423171316432 140424138663835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7170] ppid=7156 vsize=10748324 memory=213176 CPUtime=1.13 cores=1,3,5,7
/proc/7159/task/7170/stat : 7170 (java) S 7156 7159 6698 0 -1 1077944384 11896 0 0 0 112 1 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423170263024 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7171] ppid=7156 vsize=10748324 memory=213176 CPUtime=1.22 cores=1,3,5,7
/proc/7159/task/7171/stat : 7171 (java) S 7156 7159 6698 0 -1 1077944384 10128 0 0 0 120 2 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423169210480 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7172] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.66 cores=1,3,5,7
/proc/7159/task/7172/stat : 7172 (java) S 7156 7159 6698 0 -1 1077944384 11095 0 0 0 64 2 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423168157936 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7173] ppid=7156 vsize=10748324 memory=213176 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7173/stat : 7173 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423167105632 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7174] ppid=7156 vsize=10748324 memory=1660 CPUtime=0.47 cores=1,3,5,7
/proc/7159/task/7174/stat : 7174 (java) S 7156 7159 6698 0 -1 1077944384 1042 0 0 0 18 29 0 0 20 0 16 0 414243414 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423166053168 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7176] ppid=7156 vsize=10748324 memory=8112282956445269571 CPUtime=2439.68 cores=1,3,5,7
/proc/7159/task/7176/stat : 7176 (java) R 7156 7159 6698 0 -1 4202560 16496 0 0 0 243964 4 0 0 20 0 16 0 414243596 11006283776 53294 33554432000 4194304 4196468 140728811553776 140422840893024 140423777093914 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
Current children cumulated CPU time: 2447.56 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 213176 KiB

[startup+2502.3 s]
/proc/loadavg: 1.86 1.94 1.94 3/229 7428
/proc/meminfo: memFree=25336224/32770624 swapFree=66959224/67108860
[pid=7159] ppid=7156 vsize=10748324 memory=213176 CPUtime=2507.58 cores=1,3,5,7
/proc/7159/stat : 7159 (java) S 7156 7159 6698 0 -1 1077944320 86737 0 0 0 250695 63 0 0 20 0 16 0 414243408 11006283776 53294 33554432000 4194304 4196468 140728811553776 140728811536320 140424138645239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
/proc/7159/statm: 2687081 53294 3374 1 0 2647217 0
[pid=7159/tid=7161] ppid=7156 vsize=10748324 memory=213176 CPUtime=1.86 cores=1,3,5,7
/proc/7159/task/7161/stat : 7161 (java) S 7156 7159 6698 0 -1 1077944384 14007 0 0 0 179 7 0 0 20 0 16 0 414243408 11006283776 53294 33554432000 4194304 4196468 140728811553776 140424142888112 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7162] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7162/stat : 7162 (java) S 7156 7159 6698 0 -1 1077944384 4186 0 0 0 54 3 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140424091265296 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7163] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7163/stat : 7163 (java) S 7156 7159 6698 0 -1 1077944384 2665 0 0 0 53 4 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423744641424 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7164] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7164/stat : 7164 (java) S 7156 7159 6698 0 -1 1077944384 3619 0 0 0 53 4 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423743588880 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7165] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7165/stat : 7165 (java) S 7156 7159 6698 0 -1 1077944384 5096 0 0 0 53 4 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423742536336 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7166] ppid=7156 vsize=10748324 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/7159/task/7166/stat : 7166 (java) S 7156 7159 6698 0 -1 1077944384 4999 0 0 0 12 4 0 0 20 0 16 0 414243410 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423174474224 140424138656386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7167] ppid=7156 vsize=10748324 memory=213176 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7167/stat : 7167 (java) S 7156 7159 6698 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414243410 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423173420512 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7168] ppid=7156 vsize=10748324 memory=213176 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7168/stat : 7168 (java) S 7156 7159 6698 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414243411 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423172367872 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7169] ppid=7156 vsize=10748324 memory=213176 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7169/stat : 7169 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423171316432 140424138663835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7170] ppid=7156 vsize=10748324 memory=8112282956445269571 CPUtime=1.13 cores=1,3,5,7
/proc/7159/task/7170/stat : 7170 (java) S 7156 7159 6698 0 -1 1077944384 11899 0 0 0 112 1 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423170263024 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7171] ppid=7156 vsize=10748324 memory=500 CPUtime=1.22 cores=1,3,5,7
/proc/7159/task/7171/stat : 7171 (java) S 7156 7159 6698 0 -1 1077944384 10130 0 0 0 120 2 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423169210480 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7172] ppid=7156 vsize=10748324 memory=213176 CPUtime=0.66 cores=1,3,5,7
/proc/7159/task/7172/stat : 7172 (java) S 7156 7159 6698 0 -1 1077944384 11097 0 0 0 64 2 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423168157936 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7173] ppid=7156 vsize=10748324 memory=3620 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7173/stat : 7173 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423167105632 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7174] ppid=7156 vsize=10748324 memory=1949 CPUtime=0.48 cores=1,3,5,7
/proc/7159/task/7174/stat : 7174 (java) S 7156 7159 6698 0 -1 1077944384 1075 0 0 0 18 30 0 0 20 0 16 0 414243414 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423166053168 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7176] ppid=7156 vsize=10748324 memory=0 CPUtime=2499.67 cores=1,3,5,7
/proc/7159/task/7176/stat : 7176 (java) R 7156 7159 6698 0 -1 4202560 16561 0 0 0 249963 4 0 0 20 0 16 0 414243596 11006283776 53294 33554432000 4194304 4196468 140728811553776 140422840893024 140423777408033 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
Current children cumulated CPU time: 2507.58 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 213176 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2514.8 s]
/proc/loadavg: 1.88 1.94 1.94 3/210 7462
/proc/meminfo: memFree=25524752/32770624 swapFree=66959224/67108860
[pid=7159] ppid=7156 vsize=10748324 memory=213176 CPUtime=2520.08 cores=1,3,5,7
/proc/7159/stat : 7159 (java) S 7156 7159 6698 0 -1 1077944320 86745 0 0 0 251945 63 0 0 20 0 16 0 414243408 11006283776 53294 33554432000 4194304 4196468 140728811553776 140728811536320 140424138645239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
/proc/7159/statm: 2687081 53294 3374 1 0 2647217 0
[pid=7159/tid=7161] ppid=7156 vsize=10748324 memory=8112282956445269571 CPUtime=1.86 cores=1,3,5,7
/proc/7159/task/7161/stat : 7161 (java) S 7156 7159 6698 0 -1 1077944384 14007 0 0 0 179 7 0 0 20 0 16 0 414243408 11006283776 53294 33554432000 4194304 4196468 140728811553776 140424142888112 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7162] ppid=7156 vsize=10748324 memory=288230621803970871 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7162/stat : 7162 (java) S 7156 7159 6698 0 -1 1077944384 4186 0 0 0 54 3 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140424091265296 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7163] ppid=7156 vsize=10748324 memory=15823283127847324 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7163/stat : 7163 (java) S 7156 7159 6698 0 -1 1077944384 2665 0 0 0 53 4 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423744641424 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7164] ppid=7156 vsize=10748324 memory=48 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7164/stat : 7164 (java) S 7156 7159 6698 0 -1 1077944384 3619 0 0 0 53 4 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423743588880 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7165] ppid=7156 vsize=10748324 memory=250138 CPUtime=0.57 cores=1,3,5,7
/proc/7159/task/7165/stat : 7165 (java) S 7156 7159 6698 0 -1 1077944384 5096 0 0 0 53 4 0 0 20 0 16 0 414243409 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423742536336 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7166] ppid=7156 vsize=10748324 memory=186 CPUtime=0.16 cores=1,3,5,7
/proc/7159/task/7166/stat : 7166 (java) S 7156 7159 6698 0 -1 1077944384 4999 0 0 0 12 4 0 0 20 0 16 0 414243410 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423174474224 140424138656386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7167] ppid=7156 vsize=10748324 memory=57 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7167/stat : 7167 (java) S 7156 7159 6698 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 414243410 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423173420512 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7168] ppid=7156 vsize=10748324 memory=57 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7168/stat : 7168 (java) S 7156 7159 6698 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414243411 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423172367872 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7169] ppid=7156 vsize=10748324 memory=57 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7169/stat : 7169 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423171316432 140424138663835 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7170] ppid=7156 vsize=10748324 memory=57 CPUtime=1.13 cores=1,3,5,7
/proc/7159/task/7170/stat : 7170 (java) S 7156 7159 6698 0 -1 1077944384 11899 0 0 0 112 1 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423170263024 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7171] ppid=7156 vsize=10748324 memory=16 CPUtime=1.22 cores=1,3,5,7
/proc/7159/task/7171/stat : 7171 (java) S 7156 7159 6698 0 -1 1077944384 10130 0 0 0 120 2 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423169210480 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7172] ppid=7156 vsize=10748324 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/7159/task/7172/stat : 7172 (java) S 7156 7159 6698 0 -1 1077944384 11097 0 0 0 64 2 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423168157936 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7173] ppid=7156 vsize=10748324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7159/task/7173/stat : 7173 (java) S 7156 7159 6698 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414243413 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423167105632 140424138655445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7174] ppid=7156 vsize=10748324 memory=0 CPUtime=0.48 cores=1,3,5,7
/proc/7159/task/7174/stat : 7174 (java) S 7156 7159 6698 0 -1 1077944384 1075 0 0 0 18 30 0 0 20 0 16 0 414243414 11006283776 53294 33554432000 4194304 4196468 140728811553776 140423166053168 140424138656386 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
[pid=7159/tid=7176] ppid=7156 vsize=10748324 memory=58 CPUtime=2512.18 cores=1,3,5,7
/proc/7159/task/7176/stat : 7176 (java) R 7156 7159 6698 0 -1 4202560 16569 0 0 0 251214 4 0 0 20 0 16 0 414243596 11006283776 53294 33554432000 4194304 4196468 140728811553776 140422840893024 140423777407762 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32509952 140728811561995 140728811562098 140728811562098 140728811565007 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 213176 KiB

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

[startup+2514.81 s]
# the end of solver process 7159 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.47 s, system=0.640087 s

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

Child status: 143
Real time (s): 2514.81
CPU time (s): 2520.11
CPU user time (s): 2519.47
CPU system time (s): 0.640087
CPU usage (%): 100.211
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 293400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.47
system time used= 0.640087
maximum resident set size= 293444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60172
involuntary context switches= 910


# summary of solver processes directly reported to runsolver:
#   pid: 7159
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2519.47
#   total CPU system time (s): 0.640087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.398 second user time and 20.4981 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 15:56:32
IDJOB=4390538
IDBENCH=127846
IDSOLVER=2832
FILE ID=node124/4390538-1568383032
RUNJOBID= node124-1568380476-6730
PBS_JOBID= 21701840
Free space on /tmp= 55356 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-203.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390538-1568383032/watcher-4390538-1568383032 -o /tmp/evaluation-result-4390538-1568383032/solver-4390538-1568383032 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568380476-6730 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390538-1568383032.xml -cm

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

MD5SUM BENCH= ce251f4c9ae0df3aa97e9296eb89cd68
RANDOM SEED=1895445107

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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:        25656920 kB
MemAvailable:   31736888 kB
Buffers:          164272 kB
Cached:          6159652 kB
SwapCached:        45888 kB
Active:          1195384 kB
Inactive:        5259128 kB
Active(anon):      84160 kB
Inactive(anon):    87928 kB
Active(file):    1111224 kB
Inactive(file):  5171200 kB
Unevictable:      108760 kB
Mlocked:          108760 kB
SwapTotal:      67108860 kB
SwapFree:       66959224 kB
Dirty:             17408 kB
Writeback:             0 kB
AnonPages:        199192 kB
Mapped:            55132 kB
Shmem:             32744 kB
Slab:             255016 kB
SReclaimable:     226004 kB
SUnreclaim:        29012 kB
KernelStack:        3984 kB
PageTables:         5904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1364852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55348 MiB
End job on node124 at 2019-09-13 16:38:27