Trace number 4390621

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.12 2511.02

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-08.xml
MD5SUM79bafde88fa7f495a04ad4879b5697b3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark257.025
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains84
Minimum domain size1123
Maximum domain size1221
Distribution of domain sizes[{"size":1123,"count":10},{"size":1124,"count":4},{"size":1125,"count":4},{"size":1126,"count":10},{"size":1127,"count":8},{"size":1130,"count":6},{"size":1131,"count":4},{"size":1132,"count":6},{"size":1133,"count":8},{"size":1134,"count":6},{"size":1135,"count":2},{"size":1136,"count":2},{"size":1137,"count":6},{"size":1138,"count":6},{"size":1139,"count":10},{"size":1140,"count":6},{"size":1141,"count":10},{"size":1142,"count":10},{"size":1143,"count":6},{"size":1145,"count":4},{"size":1146,"count":10},{"size":1147,"count":6},{"size":1148,"count":2},{"size":1149,"count":2},{"size":1150,"count":2},"...",{"size":1192,"count":4}, {"size":1194,"count":6}, {"size":1195,"count":6}, {"size":1196,"count":2}, {"size":1198,"count":8}, {"size":1199,"count":6}, {"size":1200,"count":4}, {"size":1201,"count":6}, {"size":1202,"count":4}, {"size":1203,"count":2}, {"size":1204,"count":2}, {"size":1206,"count":8}, {"size":1207,"count":6}, {"size":1208,"count":10}, {"size":1211,"count":6}, {"size":1212,"count":2}, {"size":1213,"count":6}, {"size":1214,"count":4}, {"size":1215,"count":2}, {"size":1216,"count":10}, {"size":1217,"count":10}, {"size":1218,"count":12}, {"size":1219,"count":6}, {"size":1220,"count":4}, {"size":1221,"count":8}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

2.42/1.88	
2.42/1.88	AbsCon 2 
2.42/1.89	
3.64/2.24	  Instance
3.64/2.24	    name=instance-4390621-1568385568, framework=CSP
3.64/2.24	
3.64/2.24	  Loading variables...
3.64/2.30	  Loading constraints...
7.90/3.60	
7.90/3.60	  Domains
7.90/3.60	    nTypes=84, nValues=527096, sizes=[1123#10,1124#4,1125#4,1126#10...1218#12,1219#6,1220#4,1221#8]
7.90/3.60	  Variables
7.90/3.60	    count=450, degrees=[16#30,17#195,31#30,33#195]
7.90/3.60	  Constraints
7.90/3.60	    count=5580, nSpecific=225, arities=[2#5580]
7.90/3.60	    distribution=[CtrIntension#5355,NE#225]
7.90/3.60	    nIntStructures=(1539,shared:3816)
7.90/3.60	    wck=1.75, cpu=3.492, mem=163M851
8.27/3.61	  Solver SolverBacktrack being built...
8.27/3.61	
8.27/3.65	
8.27/3.65	  Solver
8.27/3.65	    guaranteedGAC=true
8.27/3.65	    wck=1.804, cpu=3.543, mem=178M620
41.76/36.67	
41.76/36.67	  Preprocessing
41.76/36.67	    filters=1361, revisions=(26919,useless=25348), ccks=473544620, nACremovedValues=319256, nTotalRemovedValues=319256, inconcistency=false
41.76/36.67	    wck=33.014, cpu=36.529, mem=252M245
41.76/36.67	
50.01/44.65	    num=0, depth=50..50, filters=14013, revisions=(137888,useless=123631), ccks=537876628, wck=40.999, mem=192M649
50.01/44.65	    decisions=70, wrong=10, backtracks=0, failedAssignments=10, nogoods=10
50.01/44.65	    
53.12/47.77	    num=1, depth=0..2, filters=16855, revisions=(183869,useless=166813), ccks=575323157, wck=44.12, mem=217M114
53.12/47.77	    decisions=106, wrong=28, backtracks=7, failedAssignments=21, nogoods=10
53.12/47.77	    
54.72/49.34	    num=2, depth=0..2, filters=18299, revisions=(209357,useless=190909), ccks=596008175, wck=45.686, mem=241M578
54.72/49.34	    decisions=144, wrong=47, backtracks=14, failedAssignments=33, nogoods=10
54.72/49.34	    
56.92/51.58	    num=3, depth=1..4, filters=20049, revisions=(239495,useless=219354), ccks=618647432, wck=47.925, mem=274M198
56.92/51.58	    decisions=185, wrong=67, backtracks=21, failedAssignments=46, nogoods=20
56.92/51.58	    
61.04/55.62	    num=4, depth=0..30, filters=22943, revisions=(295111,useless=272137), ccks=656315163, wck=51.971, mem=363M901
61.04/55.62	    decisions=241, wrong=81, backtracks=21, failedAssignments=60, nogoods=33
61.04/55.62	    
64.25/58.85	    num=5, depth=0..2, filters=25957, revisions=(345482,useless=319566), ccks=696406570, wck=55.201, mem=396M520
64.25/58.85	    decisions=294, wrong=107, backtracks=31, failedAssignments=76, nogoods=34
64.25/58.85	    
68.65/63.20	    num=6, depth=0..20, filters=30120, revisions=(416165,useless=386147), ccks=740878838, wck=59.55, mem=469M913
68.65/63.20	    decisions=355, wrong=128, backtracks=35, failedAssignments=93, nogoods=48
68.65/63.20	    
72.36/66.91	    num=7, depth=0..6, filters=34750, revisions=(487145,useless=452593), ccks=785208857, wck=63.262, mem=510M688
72.36/66.91	    decisions=423, wrong=160, backtracks=48, failedAssignments=112, nogoods=60
72.36/66.91	    
79.42/73.93	    num=8, depth=0..12, filters=42383, revisions=(605963,useless=563847), ccks=860778024, wck=70.278, mem=208M923
79.42/73.93	    decisions=500, wrong=193, backtracks=60, failedAssignments=133, nogoods=69
79.42/73.93	    
89.45/83.91	    num=9, depth=0..9, filters=59721, revisions=(852407,useless=792807), ccks=963512398, wck=80.258, mem=307M146
89.45/83.91	    decisions=565, wrong=222, backtracks=66, failedAssignments=156, nogoods=84
89.45/83.91	    
94.86/89.36	    num=10, depth=0..14, filters=71349, revisions=(1012366,useless=941101), ccks=1015733756, wck=85.703, mem=356M258
94.86/89.36	    decisions=635, wrong=251, backtracks=70, failedAssignments=181, nogoods=99
94.86/89.36	    
101.61/96.02	    num=11, depth=0..22, filters=78884, revisions=(1137344,useless=1058681), ccks=1088173694, wck=92.373, mem=454M481
101.61/96.02	    decisions=737, wrong=293, backtracks=85, failedAssignments=209, nogoods=121
101.61/96.02	    
107.85/102.27	    num=12, depth=0..20, filters=86708, revisions=(1255429,useless=1169057), ccks=1155268832, wck=98.623, mem=131M848
107.85/102.27	    decisions=836, wrong=334, backtracks=95, failedAssignments=240, nogoods=149
107.85/102.27	    
111.26/105.66	    num=13, depth=1..6, filters=93263, revisions=(1311687,useless=1218827), ccks=1190614067, wck=102.01, mem=185M254
111.26/105.66	    decisions=914, wrong=371, backtracks=98, failedAssignments=274, nogoods=182
111.26/105.66	    
119.78/114.15	    num=14, depth=0..14, filters=113060, revisions=(1558749,useless=1445967), ccks=1268024601, wck=110.493, mem=278M714
119.78/114.15	    decisions=1012, wrong=415, backtracks=105, failedAssignments=311, nogoods=193
119.78/114.15	    
138.18/132.50	    num=15, depth=0..12, filters=149368, revisions=(1922042,useless=1772922), ccks=1445652072, wck=128.851, mem=465M635
138.18/132.50	    decisions=1116, wrong=462, backtracks=111, failedAssignments=352, nogoods=232
138.18/132.50	    
147.39/141.77	    num=16, depth=1..14, filters=172840, revisions=(2133652,useless=1961145), ccks=1527845700, wck=138.123, mem=599M150
147.39/141.77	    decisions=1229, wrong=513, backtracks=117, failedAssignments=397, nogoods=265
147.39/141.77	    
155.20/149.53	    num=17, depth=0..13, filters=190648, revisions=(2282803,useless=2092538), ccks=1593923594, wck=145.874, mem=719M313
155.20/149.53	    decisions=1346, wrong=566, backtracks=120, failedAssignments=447, nogoods=312
155.20/149.53	    
168.36/162.69	    num=18, depth=0..7, filters=217167, revisions=(2534022,useless=2317283), ccks=1710846462, wck=159.042, mem=222M487
168.36/162.69	    decisions=1479, wrong=630, backtracks=131, failedAssignments=502, nogoods=338
168.36/162.69	    
176.36/170.61	    num=19, depth=0..18, filters=234469, revisions=(2689672,useless=2455738), ccks=1780322039, wck=166.956, mem=356M13
176.36/170.61	    decisions=1625, wrong=694, backtracks=134, failedAssignments=563, nogoods=396
176.36/170.61	    
184.56/178.85	    num=20, depth=4..9, filters=252980, revisions=(2887610,useless=2635170), ccks=1852879271, wck=175.196, mem=462M833
184.56/178.85	    decisions=1770, wrong=763, backtracks=136, failedAssignments=630, nogoods=443
184.56/178.85	    
193.07/187.32	    num=21, depth=0..15, filters=269402, revisions=(3091164,useless=2822473), ccks=1940879568, wck=183.673, mem=583M7
193.07/187.32	    decisions=1961, wrong=852, backtracks=151, failedAssignments=704, nogoods=507
193.07/187.32	    
207.07/201.38	    num=22, depth=0..10, filters=306174, revisions=(3440415,useless=3134979), ccks=2052850693, wck=197.732, mem=769M943
207.07/201.38	    decisions=2143, wrong=938, backtracks=157, failedAssignments=785, nogoods=561
207.07/201.38	    
233.69/227.97	    num=23, depth=4..12, filters=360549, revisions=(4006666,useless=3646778), ccks=2314918530, wck=224.317, mem=334M62
233.69/227.97	    decisions=2349, wrong=1036, backtracks=166, failedAssignments=874, nogoods=643
233.69/227.97	    
244.91/239.13	    num=24, depth=1..9, filters=402229, revisions=(4423435,useless=4021902), ccks=2401732057, wck=235.478, mem=527M130
244.91/239.13	    decisions=2564, wrong=1140, backtracks=172, failedAssignments=972, nogoods=654
244.91/239.13	    
260.50/254.78	    num=25, depth=0..11, filters=436691, revisions=(4786503,useless=4350338), ccks=2544359635, wck=251.133, mem=707M328
260.50/254.78	    decisions=2800, wrong=1253, backtracks=177, failedAssignments=1080, nogoods=756
260.50/254.78	    
295.02/289.27	    num=26, depth=0..13, filters=515692, revisions=(5598221,useless=5082910), ccks=2869465410, wck=285.615, mem=499M640
295.02/289.27	    decisions=3069, wrong=1382, backtracks=187, failedAssignments=1199, nogoods=828
295.02/289.27	    
318.34/312.55	    num=27, depth=2..15, filters=569854, revisions=(6098860,useless=5529374), ccks=3063623408, wck=308.897, mem=174M245
318.34/312.55	    decisions=3356, wrong=1520, backtracks=194, failedAssignments=1330, nogoods=939
318.34/312.55	    
337.04/331.27	    num=28, depth=0..9, filters=630624, revisions=(6509079,useless=5878789), ccks=3221564751, wck=327.615, mem=425M632
337.04/331.27	    decisions=3678, wrong=1677, backtracks=207, failedAssignments=1474, nogoods=1045
337.04/331.27	    
348.97/343.14	    num=29, depth=1..6, filters=673394, revisions=(6773973,useless=6100880), ccks=3305917631, wck=339.486, mem=581M253
348.97/343.14	    decisions=3999, wrong=1835, backtracks=207, failedAssignments=1632, nogoods=1203
348.97/343.14	    
381.18/375.37	    num=30, depth=0..4, filters=744994, revisions=(7415151,useless=6670517), ccks=3591236866, wck=371.714, mem=344M958
381.18/375.37	    decisions=4357, wrong=2013, backtracks=211, failedAssignments=1806, nogoods=1368
381.18/375.37	    
404.39/398.53	    num=31, depth=0..13, filters=806453, revisions=(8045237,useless=7239292), ccks=3801330338, wck=394.878, mem=633M614
404.39/398.53	    decisions=4776, wrong=2217, backtracks=225, failedAssignments=1997, nogoods=1430
404.39/398.53	    
427.46/421.50	    num=32, depth=0..7, filters=875208, revisions=(8896488,useless=8021942), ccks=3985077475, wck=417.845, mem=369M928
427.46/421.50	    decisions=5218, wrong=2437, backtracks=234, failedAssignments=2208, nogoods=1461
427.46/421.50	    
446.76/440.87	    num=33, depth=0..27, filters=927491, revisions=(9379615,useless=8453011), ccks=4171959881, wck=437.22, mem=626M164
446.76/440.87	    decisions=5732, wrong=2683, backtracks=248, failedAssignments=2440, nogoods=1636
446.76/440.87	    
473.39/467.44	    num=34, depth=0..8, filters=1002454, revisions=(9851332,useless=8850089), ccks=4385065859, wck=463.79, mem=523M468
473.39/467.44	    decisions=6263, wrong=2946, backtracks=257, failedAssignments=2695, nogoods=1734
473.39/467.44	    
499.41/493.43	    num=35, depth=3..9, filters=1083463, revisions=(10615757,useless=9533453), ccks=4589943204, wck=489.778, mem=506M939
499.41/493.43	    decisions=6846, wrong=3235, backtracks=266, failedAssignments=2976, nogoods=1854
499.41/493.43	    
546.73/540.70	    num=36, depth=4..16, filters=1215731, revisions=(12109783,useless=10895437), ccks=5038120157, wck=537.053, mem=563M329
546.73/540.70	    decisions=7532, wrong=3571, backtracks=296, failedAssignments=3285, nogoods=1936
546.73/540.70	    
563.07/557.02	    num=37, depth=0..9, filters=1267014, revisions=(12467533,useless=11202099), ccks=5193240786, wck=553.371, mem=363M746
563.07/557.02	    decisions=8235, wrong=3918, backtracks=303, failedAssignments=3625, nogoods=2102
563.07/557.02	    
608.28/602.23	    num=38, depth=0..8, filters=1357375, revisions=(13236444,useless=11880894), ccks=5606441394, wck=598.577, mem=439M235
608.28/602.23	    decisions=9039, wrong=4317, backtracks=331, failedAssignments=3999, nogoods=2307
608.28/602.23	    
628.01/621.99	    num=39, depth=0..4, filters=1435701, revisions=(13704894,useless=12271478), ccks=5774834777, wck=618.339, mem=409M877
628.01/621.99	    decisions=9885, wrong=4738, backtracks=341, failedAssignments=4410, nogoods=2350
628.01/621.99	    
674.37/668.13	    num=40, depth=1..12, filters=1595927, revisions=(15337898,useless=13744190), ccks=6146245691, wck=664.473, mem=195M699
674.37/668.13	    decisions=10847, wrong=5214, backtracks=367, failedAssignments=4862, nogoods=2426
674.37/668.13	    
723.31/717.10	    num=41, depth=0..11, filters=1796300, revisions=(17161812,useless=15367705), ccks=6524461614, wck=713.452, mem=381M48
723.31/717.10	    decisions=11873, wrong=5722, backtracks=378, failedAssignments=5359, nogoods=2687
723.31/717.10	    
784.86/778.59	    num=42, depth=0..22, filters=1996956, revisions=(19257233,useless=17261995), ccks=7044104479, wck=774.939, mem=317M585
784.86/778.59	    decisions=13060, wrong=6309, backtracks=418, failedAssignments=5906, nogoods=2814
784.86/778.59	    
845.20/838.82	    num=43, depth=0..12, filters=2161693, revisions=(20563492,useless=18403669), ccks=7519681031, wck=835.168, mem=369M291
845.20/838.82	    decisions=14306, wrong=6929, backtracks=440, failedAssignments=6508, nogoods=3009
845.20/838.82	    
869.12/862.78	    num=44, depth=5..12, filters=2257632, revisions=(21221537,useless=18966780), ccks=7706700774, wck=859.133, mem=184M91
869.12/862.78	    decisions=15651, wrong=7599, backtracks=448, failedAssignments=7170, nogoods=3049
869.12/862.78	    
938.71/932.26	    num=45, depth=1..16, filters=2478772, revisions=(23175096,useless=20699822), ccks=8278830680, wck=928.611, mem=258M68
938.71/932.26	    decisions=17196, wrong=8364, backtracks=487, failedAssignments=7898, nogoods=3161
938.71/932.26	    
994.36/987.83	    num=46, depth=0..27, filters=2627652, revisions=(24527100,useless=21903075), ccks=8787310087, wck=984.18, mem=159M946
994.36/987.83	    decisions=18926, wrong=9219, backtracks=545, failedAssignments=8699, nogoods=3533
994.36/987.83	    
1108.15/1101.58	    num=47, depth=0..8, filters=3142693, revisions=(29116053,useless=25975671), ccks=9518630809, wck=1097.923, mem=234M117
1108.15/1101.58	    decisions=20751, wrong=10129, backtracks=574, failedAssignments=9580, nogoods=3581
1108.15/1101.58	    
1184.92/1178.21	    num=48, depth=7..16, filters=3388702, revisions=(31360686,useless=27975030), ccks=10186595977, wck=1174.553, mem=120M222
1184.92/1178.21	    decisions=22766, wrong=11130, backtracks=605, failedAssignments=10550, nogoods=3714
1184.92/1178.21	    
1280.20/1273.48	    num=49, depth=0..14, filters=3705253, revisions=(33974556,useless=30272993), ccks=10901012652, wck=1269.829, mem=233M802
1280.20/1273.48	    decisions=24997, wrong=12241, backtracks=649, failedAssignments=11617, nogoods=4019
1280.20/1273.48	    
1361.12/1354.29	    num=50, depth=0..28, filters=3972413, revisions=(36632282,useless=32665259), ccks=11590476927, wck=1350.637, mem=174M291
1361.12/1354.29	    decisions=27613, wrong=13540, backtracks=777, failedAssignments=12790, nogoods=4348
1361.12/1354.29	    
1503.98/1496.93	    num=51, depth=4..17, filters=4459676, revisions=(40417456,useless=35962510), ccks=12651291113, wck=1493.278, mem=167M637
1503.98/1496.93	    decisions=30229, wrong=14844, backtracks=790, failedAssignments=14081, nogoods=4610
1503.98/1496.93	    
1780.45/1773.11	    num=52, depth=0..13, filters=5272620, revisions=(51015077,useless=45747094), ccks=14949478016, wck=1769.46, mem=177M100
1780.45/1773.11	    decisions=33267, wrong=16359, backtracks=885, failedAssignments=15501, nogoods=4667
1780.45/1773.11	    
1981.01/1973.46	    num=53, depth=0..7, filters=5858996, revisions=(55643690,useless=49789087), ccks=16640497905, wck=1969.81, mem=135M847
1981.01/1973.46	    decisions=36482, wrong=17963, backtracks=927, failedAssignments=17063, nogoods=5140
1981.01/1973.46	    
2186.06/2178.09	    num=54, depth=1..7, filters=6816305, revisions=(62544704,useless=55729624), ccks=18040412332, wck=2174.436, mem=140M788
2186.06/2178.09	    decisions=40012, wrong=19727, backtracks=974, failedAssignments=18781, nogoods=5265
2186.06/2178.09	    
2224.59/2216.46	    num=55, depth=0..9, filters=6981464, revisions=(63931303,useless=56952981), ccks=18395355233, wck=2212.804, mem=147M255
2224.59/2216.46	    decisions=43942, wrong=21688, backtracks=1045, failedAssignments=20671, nogoods=5524
2224.59/2216.46	    
2406.28/2397.65	    num=56, depth=1..16, filters=7688277, revisions=(70129019,useless=62444783), ccks=19861507888, wck=2394.001, mem=106M629
2406.28/2397.65	    decisions=48156, wrong=23790, backtracks=1069, failedAssignments=22750, nogoods=5896
2406.28/2397.65	    

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390621-1568385568/watcher-4390621-1568385568 -o /tmp/evaluation-result-4390621-1568385568/solver-4390621-1568385568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568380480-27643 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390621-1568385568.xml -cm 

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

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

solver pid=29741, runsolver pid=29738

[startup+0.100078 s]*
/proc/loadavg: 1.50 1.48 1.57 4/228 29756
/proc/meminfo: memFree=31522868/32770624 swapFree=67004192/67108860
[pid=29741] ppid=29738 vsize=10659884 memory=27976 CPUtime=0.14 cores=0,2,4,6
/proc/29741/stat : 29741 (java) S 29738 29741 27612 0 -1 1077944320 5467 0 0 0 13 1 0 0 20 0 15 0 414718432 10915721216 6994 33554432000 4194304 4196468 140736242098256 140736242080800 140212819803895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
/proc/29741/statm: 2664971 6994 2917 1 0 2627468 0
[pid=29741/tid=29743] ppid=29738 vsize=10659884 memory=720575944405811505 CPUtime=0.1 cores=0,2,4,6
/proc/29741/task/29743/stat : 29743 (java) R 29738 29741 27612 0 -1 4202560 3203 0 0 0 9 1 0 0 20 0 15 0 414718432 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212824026016 140212799396215 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29744] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29744/stat : 29744 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212772424208 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29745] ppid=29738 vsize=10659884 memory=288370437142029952 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29745/stat : 29745 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212771371664 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29746] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29746/stat : 29746 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212770318608 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29747] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29747/stat : 29747 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212769266064 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29748] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29748/stat : 29748 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718434 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212378725104 140212819815042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29749] ppid=29738 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29749/stat : 29749 (java) S 29738 29741 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414718435 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212377671328 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29750] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29750/stat : 29750 (java) S 29738 29741 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414718435 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212376618224 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29751] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29751/stat : 29751 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414718437 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212375566800 140212819822491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29752] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29752/stat : 29752 (java) S 29738 29741 27612 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 414718437 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212374513904 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29753] ppid=29738 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29753/stat : 29753 (java) S 29738 29741 27612 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 414718437 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212373461360 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29754] ppid=29738 vsize=10659884 memory=140060990318208 CPUtime=0.02 cores=0,2,4,6
/proc/29741/task/29754/stat : 29754 (java) R 29738 29741 27612 0 -1 4202560 449 0 0 0 2 0 0 0 20 0 15 0 414718437 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212372404376 140212798675122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29755] ppid=29738 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29755/stat : 29755 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414718437 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212371356000 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29756] ppid=29738 vsize=10659884 memory=140060990318208 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29756/stat : 29756 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718438 10915721216 6994 33554432000 4194304 4196468 140736242098256 140212370304048 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27976 KiB

[startup+0.210634 s]*
/proc/loadavg: 1.50 1.48 1.57 3/228 29756
/proc/meminfo: memFree=31515692/32770624 swapFree=67004192/67108860
[pid=29741] ppid=29738 vsize=10659884 memory=35212 CPUtime=0.33 cores=0,2,4,6
/proc/29741/stat : 29741 (java) S 29738 29741 27612 0 -1 1077944320 6905 0 0 0 31 2 0 0 20 0 15 0 414718432 10915721216 8803 33554432000 4194304 4196468 140736242098256 140736242080800 140212819803895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
/proc/29741/statm: 2664971 8803 2989 1 0 2627468 0
[pid=29741/tid=29743] ppid=29738 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29741/task/29743/stat : 29743 (java) R 29738 29741 27612 0 -1 4202560 3848 0 0 0 19 1 0 0 20 0 15 0 414718432 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212824030256 140212819825821 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29744] ppid=29738 vsize=10659884 memory=343 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29744/stat : 29744 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212772424208 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29745] ppid=29738 vsize=10659884 memory=140060990346077 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29745/stat : 29745 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212771371664 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29746] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29746/stat : 29746 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212770318608 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29747] ppid=29738 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29747/stat : 29747 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212769266064 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29748] ppid=29738 vsize=10659884 memory=140060990318208 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29748/stat : 29748 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718434 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212378725104 140212819815042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29749] ppid=29738 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29749/stat : 29749 (java) S 29738 29741 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414718435 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212377671328 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29750] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29750/stat : 29750 (java) S 29738 29741 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414718435 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212376618224 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29751] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29751/stat : 29751 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414718437 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212375566800 140212819822491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29752] ppid=29738 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/29741/task/29752/stat : 29752 (java) S 29738 29741 27612 0 -1 1077944384 524 0 0 0 3 0 0 0 20 0 15 0 414718437 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212374513904 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29753] ppid=29738 vsize=10659884 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/29741/task/29753/stat : 29753 (java) S 29738 29741 27612 0 -1 1077944384 410 0 0 0 2 0 0 0 20 0 15 0 414718437 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212373461360 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29754] ppid=29738 vsize=10659884 memory=140060990318208 CPUtime=0.05 cores=0,2,4,6
/proc/29741/task/29754/stat : 29754 (java) S 29738 29741 27612 0 -1 1077944384 763 0 0 0 5 0 0 0 20 0 15 0 414718437 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212372408304 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29755] ppid=29738 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29755/stat : 29755 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414718437 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212371356000 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29756] ppid=29738 vsize=10659884 memory=140060990318208 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29756/stat : 29756 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718438 10915721216 8803 33554432000 4194304 4196468 140736242098256 140212370304048 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35212 KiB

[startup+0.309844 s]*
/proc/loadavg: 1.50 1.48 1.57 3/228 29756
/proc/meminfo: memFree=31508564/32770624 swapFree=67004192/67108860
[pid=29741] ppid=29738 vsize=10659884 memory=40344 CPUtime=0.47 cores=0,2,4,6
/proc/29741/stat : 29741 (java) S 29738 29741 27612 0 -1 1077944320 9425 0 0 0 44 3 0 0 20 0 15 0 414718432 10915721216 10086 33554432000 4194304 4196468 140736242098256 140736242080800 140212819803895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
/proc/29741/statm: 2664971 10086 3001 1 0 2627468 0
[pid=29741/tid=29743] ppid=29738 vsize=10659884 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/29741/task/29743/stat : 29743 (java) R 29738 29741 27612 0 -1 4202560 6298 0 0 0 28 2 0 0 20 0 15 0 414718432 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212824024784 140212803884382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29744] ppid=29738 vsize=10659884 memory=4294981932 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29744/stat : 29744 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212772424208 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29745] ppid=29738 vsize=10659884 memory=140060990345991 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29745/stat : 29745 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212771371664 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29746] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29746/stat : 29746 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212770318608 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29747] ppid=29738 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29747/stat : 29747 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718433 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212769266064 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29748] ppid=29738 vsize=10659884 memory=140060990318208 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29748/stat : 29748 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718434 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212378725104 140212819815042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29749] ppid=29738 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29749/stat : 29749 (java) S 29738 29741 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414718435 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212377671328 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29750] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29750/stat : 29750 (java) S 29738 29741 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414718435 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212376618224 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29751] ppid=29738 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29751/stat : 29751 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414718437 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212375566800 140212819822491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29752] ppid=29738 vsize=10659884 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/29741/task/29752/stat : 29752 (java) S 29738 29741 27612 0 -1 1077944384 540 0 0 0 4 0 0 0 20 0 15 0 414718437 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212374513904 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29753] ppid=29738 vsize=10659884 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/29741/task/29753/stat : 29753 (java) S 29738 29741 27612 0 -1 1077944384 443 0 0 0 4 0 0 0 20 0 15 0 414718437 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212373461360 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29754] ppid=29738 vsize=10659884 memory=140060990318208 CPUtime=0.07 cores=0,2,4,6
/proc/29741/task/29754/stat : 29754 (java) S 29738 29741 27612 0 -1 1077944384 785 0 0 0 7 0 0 0 20 0 15 0 414718437 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212372408304 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29755] ppid=29738 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29755/stat : 29755 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414718437 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212371356000 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29756] ppid=29738 vsize=10659884 memory=140060990318208 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29756/stat : 29756 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718438 10915721216 10086 33554432000 4194304 4196468 140736242098256 140212370304048 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40344 KiB

[startup+0.706499 s]
/proc/loadavg: 1.50 1.48 1.57 3/228 29756
/proc/meminfo: memFree=31499976/32770624 swapFree=67004192/67108860
[pid=29741] ppid=29738 vsize=10661932 memory=64076 CPUtime=1.11 cores=0,2,4,6
/proc/29741/stat : 29741 (java) S 29738 29741 27612 0 -1 1077944320 13091 0 0 0 106 5 0 0 20 0 15 0 414718432 10917818368 16019 33554432000 4194304 4196468 140736242098256 140736242080800 140212819803895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
/proc/29741/statm: 2665483 16019 3071 1 0 2627980 0
[pid=29741/tid=29743] ppid=29738 vsize=10661932 memory=39172 CPUtime=0.68 cores=0,2,4,6
/proc/29741/task/29743/stat : 29743 (java) R 29738 29741 27612 0 -1 4202560 8871 0 0 0 64 4 0 0 20 0 15 0 414718432 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212824035920 140212801367451 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29744] ppid=29738 vsize=10661932 memory=984 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29744/stat : 29744 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718433 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212772424208 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29745] ppid=29738 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29745/stat : 29745 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718433 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212771371664 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29746] ppid=29738 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29746/stat : 29746 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718433 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212770318608 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29747] ppid=29738 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29747/stat : 29747 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718433 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212769266064 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29748] ppid=29738 vsize=10661932 memory=3 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29748/stat : 29748 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718434 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212378725104 140212819815042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29749] ppid=29738 vsize=10661932 memory=15 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29749/stat : 29749 (java) S 29738 29741 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414718435 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212377671328 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29750] ppid=29738 vsize=10661932 memory=50 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29750/stat : 29750 (java) S 29738 29741 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414718435 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212376618224 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29751] ppid=29738 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29751/stat : 29751 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414718437 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212375566800 140212819822491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29752] ppid=29738 vsize=10661932 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/29741/task/29752/stat : 29752 (java) S 29738 29741 27612 0 -1 1077944384 865 0 0 0 10 0 0 0 20 0 15 0 414718437 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212374513904 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29753] ppid=29738 vsize=10661932 memory=237 CPUtime=0.11 cores=0,2,4,6
/proc/29741/task/29753/stat : 29753 (java) R 29738 29741 27612 0 -1 4202560 755 0 0 0 11 0 0 0 20 0 15 0 414718437 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212373447456 140212801348457 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29754] ppid=29738 vsize=10661932 memory=15916 CPUtime=0.18 cores=0,2,4,6
/proc/29741/task/29754/stat : 29754 (java) S 29738 29741 27612 0 -1 1077944384 1240 0 0 0 18 0 0 0 20 0 15 0 414718437 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212372408304 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29755] ppid=29738 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29755/stat : 29755 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414718437 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212371356000 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29756] ppid=29738 vsize=10661932 memory=4 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29756/stat : 29756 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718438 10917818368 16019 33554432000 4194304 4196468 140736242098256 140212370304048 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64076 KiB

[startup+1.50072 s]
/proc/loadavg: 1.50 1.48 1.57 3/228 29756
/proc/meminfo: memFree=31486728/32770624 swapFree=67004192/67108860
[pid=29741] ppid=29738 vsize=10663980 memory=75840 CPUtime=2.01 cores=0,2,4,6
/proc/29741/stat : 29741 (java) S 29738 29741 27612 0 -1 1077944320 18654 0 0 0 195 6 0 0 20 0 15 0 414718432 10919915520 18960 33554432000 4194304 4196468 140736242098256 140736242080800 140212819803895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
/proc/29741/statm: 2665995 18960 3093 1 0 2628492 0
[pid=29741/tid=29743] ppid=29738 vsize=10663980 memory=984 CPUtime=1.48 cores=0,2,4,6
/proc/29741/task/29743/stat : 29743 (java) R 29738 29741 27612 0 -1 4202560 13099 0 0 0 143 5 0 0 20 0 15 0 414718432 10919915520 18960 33554432000 4194304 4196468 140736242098256 140212824034576 140212802990725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29744] ppid=29738 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29744/stat : 29744 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718433 10919915520 18960 33554432000 4194304 4196468 140736242098256 140212772424208 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29745] ppid=29738 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29745/stat : 29745 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718433 10919915520 18960 33554432000 4194304 4196468 140736242098256 140212771371664 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29746] ppid=29738 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29746/stat : 29746 (java) S 29738 29741 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414718433 10919915520 18960 33554432000 4194304 4196468 140736242098256 140212770318608 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29747] ppid=29738 vsize=10663980 memory=3 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29747/stat : 29747 (java) S 29738 29741 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414718433 10919915520 18960 33554432000 4194304 4196468 140736242098256 140212769266064 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29748] ppid=29738 vsize=10663980 memory=15 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29748/stat : 29748 (java) S 29738 29741 27612 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 414718434 10919915520 18960 33554432000 4194304 4196468 140736242098256 140212378725104 140212819815042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0

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

/proc/29741/task/29747/stat : 29747 (java) S 29738 29741 27612 0 -1 1077944384 8880 0 0 0 73 7 0 0 20 0 16 0 414718433 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212769266064 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29748] ppid=29738 vsize=10748324 memory=590604 CPUtime=0.21 cores=0,2,4,6
/proc/29741/task/29748/stat : 29748 (java) S 29738 29741 27612 0 -1 1077944384 9291 0 0 0 17 4 0 0 20 0 16 0 414718434 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212378725104 140212819815042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29749] ppid=29738 vsize=10748324 memory=590604 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29749/stat : 29749 (java) S 29738 29741 27612 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 414718435 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212377671392 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29750] ppid=29738 vsize=10748324 memory=590604 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29750/stat : 29750 (java) S 29738 29741 27612 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 414718435 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212376618240 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29751] ppid=29738 vsize=10748324 memory=590604 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29751/stat : 29751 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414718437 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212375566800 140212819822491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29752] ppid=29738 vsize=10748324 memory=590604 CPUtime=2.29 cores=0,2,4,6
/proc/29741/task/29752/stat : 29752 (java) S 29738 29741 27612 0 -1 1077944384 13053 0 0 0 228 1 0 0 20 0 16 0 414718437 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212374513904 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29753] ppid=29738 vsize=10748324 memory=590604 CPUtime=2.36 cores=0,2,4,6
/proc/29741/task/29753/stat : 29753 (java) S 29738 29741 27612 0 -1 1077944384 15228 0 0 0 234 2 0 0 20 0 16 0 414718437 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212373461360 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29754] ppid=29738 vsize=10748324 memory=590604 CPUtime=0.94 cores=0,2,4,6
/proc/29741/task/29754/stat : 29754 (java) S 29738 29741 27612 0 -1 1077944384 13910 0 0 0 92 2 0 0 20 0 16 0 414718437 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212372408304 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29755] ppid=29738 vsize=10748324 memory=590604 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29755/stat : 29755 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414718437 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212371356000 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29756] ppid=29738 vsize=10748324 memory=590604 CPUtime=0.59 cores=0,2,4,6
/proc/29741/task/29756/stat : 29756 (java) S 29738 29741 27612 0 -1 1077944384 2246 0 0 0 27 32 0 0 20 0 16 0 414718438 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212370304048 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29757] ppid=29738 vsize=10748324 memory=590604 CPUtime=2379.35 cores=0,2,4,6
/proc/29741/task/29757/stat : 29757 (java) R 29738 29741 27612 0 -1 4202560 33809 0 0 0 237921 14 0 0 20 0 16 0 414718620 11006283776 147651 33554432000 4194304 4196468 140736242098256 140212362731456 140212454408859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
Current children cumulated CPU time: 2390.92 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 590604 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.40 1.48 3/229 30083
/proc/meminfo: memFree=31013188/32770624 swapFree=67004192/67108860
[pid=29741] ppid=29738 vsize=10748324 memory=590608 CPUtime=2451.12 cores=0,2,4,6
/proc/29741/stat : 29741 (java) S 29738 29741 27612 0 -1 1077944320 129825 0 0 0 245026 86 0 0 20 0 16 0 414718432 11006283776 147652 33554432000 4194304 4196468 140736242098256 140736242080800 140212819803895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
/proc/29741/statm: 2687081 147652 3385 1 0 2647217 0
[pid=29741/tid=29743] ppid=29738 vsize=10748324 memory=590608 CPUtime=1.86 cores=0,2,4,6
/proc/29741/task/29743/stat : 29743 (java) S 29738 29741 27612 0 -1 1077944384 15342 0 0 0 179 7 0 0 20 0 16 0 414718432 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212824046768 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29744] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.87 cores=0,2,4,6
/proc/29741/task/29744/stat : 29744 (java) S 29738 29741 27612 0 -1 1077944384 5251 0 0 0 79 8 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212772424208 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29745] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.87 cores=0,2,4,6
/proc/29741/task/29745/stat : 29745 (java) S 29738 29741 27612 0 -1 1077944384 3694 0 0 0 80 7 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212771371664 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29746] ppid=29738 vsize=10748324 memory=590604 CPUtime=0.86 cores=0,2,4,6
/proc/29741/task/29746/stat : 29746 (java) S 29738 29741 27612 0 -1 1077944384 6795 0 0 0 79 7 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212770318608 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29747] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.87 cores=0,2,4,6
/proc/29741/task/29747/stat : 29747 (java) S 29738 29741 27612 0 -1 1077944384 8919 0 0 0 80 7 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212769266064 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29748] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.23 cores=0,2,4,6
/proc/29741/task/29748/stat : 29748 (java) S 29738 29741 27612 0 -1 1077944384 9475 0 0 0 19 4 0 0 20 0 16 0 414718434 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212378725104 140212819815042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29749] ppid=29738 vsize=10748324 memory=590608 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29749/stat : 29749 (java) S 29738 29741 27612 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 414718435 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212377671392 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29750] ppid=29738 vsize=10748324 memory=590608 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29750/stat : 29750 (java) S 29738 29741 27612 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 414718435 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212376618240 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29751] ppid=29738 vsize=10748324 memory=590608 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29751/stat : 29751 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212375566800 140212819822491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29752] ppid=29738 vsize=10748324 memory=590608 CPUtime=2.29 cores=0,2,4,6
/proc/29741/task/29752/stat : 29752 (java) S 29738 29741 27612 0 -1 1077944384 13056 0 0 0 228 1 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212374513904 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29753] ppid=29738 vsize=10748324 memory=590608 CPUtime=2.36 cores=0,2,4,6
/proc/29741/task/29753/stat : 29753 (java) S 29738 29741 27612 0 -1 1077944384 15230 0 0 0 234 2 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212373461360 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29754] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.96 cores=0,2,4,6
/proc/29741/task/29754/stat : 29754 (java) S 29738 29741 27612 0 -1 1077944384 14155 0 0 0 93 3 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212372408304 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29755] ppid=29738 vsize=10748324 memory=3588 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29755/stat : 29755 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212371356000 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29756] ppid=29738 vsize=10748324 memory=39252 CPUtime=0.61 cores=0,2,4,6
/proc/29741/task/29756/stat : 29756 (java) S 29738 29741 27612 0 -1 1077944384 2264 0 0 0 28 33 0 0 20 0 16 0 414718438 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212370304048 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29757] ppid=29738 vsize=10748324 memory=590608 CPUtime=2439.26 cores=0,2,4,6
/proc/29741/task/29757/stat : 29757 (java) R 29738 29741 27612 0 -1 4202560 34195 0 0 0 243912 14 0 0 20 0 16 0 414718620 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212362731568 140212454217088 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
Current children cumulated CPU time: 2451.12 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 590608 KiB

[startup+2502.3 s]
/proc/loadavg: 1.71 1.49 1.51 3/230 30095
/proc/meminfo: memFree=31011908/32770624 swapFree=67004192/67108860
[pid=29741] ppid=29738 vsize=10748324 memory=590608 CPUtime=2511.37 cores=0,2,4,6
/proc/29741/stat : 29741 (java) S 29738 29741 27612 0 -1 1077944320 130644 0 0 0 251049 88 0 0 20 0 16 0 414718432 11006283776 147652 33554432000 4194304 4196468 140736242098256 140736242080800 140212819803895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
/proc/29741/statm: 2687081 147652 3385 1 0 2647217 0
[pid=29741/tid=29743] ppid=29738 vsize=10748324 memory=590608 CPUtime=1.86 cores=0,2,4,6
/proc/29741/task/29743/stat : 29743 (java) S 29738 29741 27612 0 -1 1077944384 15342 0 0 0 179 7 0 0 20 0 16 0 414718432 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212824046768 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29744] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.94 cores=0,2,4,6
/proc/29741/task/29744/stat : 29744 (java) S 29738 29741 27612 0 -1 1077944384 5576 0 0 0 86 8 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212772424208 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29745] ppid=29738 vsize=10748324 memory=288230574492221466 CPUtime=0.95 cores=0,2,4,6
/proc/29741/task/29745/stat : 29745 (java) S 29738 29741 27612 0 -1 1077944384 3728 0 0 0 87 8 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212771371664 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29746] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.94 cores=0,2,4,6
/proc/29741/task/29746/stat : 29746 (java) S 29738 29741 27612 0 -1 1077944384 6800 0 0 0 87 7 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212770318608 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29747] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.94 cores=0,2,4,6
/proc/29741/task/29747/stat : 29747 (java) S 29738 29741 27612 0 -1 1077944384 8923 0 0 0 87 7 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212769266064 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29748] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.24 cores=0,2,4,6
/proc/29741/task/29748/stat : 29748 (java) S 29738 29741 27612 0 -1 1077944384 9660 0 0 0 20 4 0 0 20 0 16 0 414718434 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212378725104 140212819815042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29749] ppid=29738 vsize=10748324 memory=590608 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29749/stat : 29749 (java) S 29738 29741 27612 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 414718435 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212377671392 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29750] ppid=29738 vsize=10748324 memory=590608 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29750/stat : 29750 (java) S 29738 29741 27612 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 414718435 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212376618240 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29751] ppid=29738 vsize=10748324 memory=590608 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29751/stat : 29751 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212375566800 140212819822491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29752] ppid=29738 vsize=10748324 memory=2832 CPUtime=2.29 cores=0,2,4,6
/proc/29741/task/29752/stat : 29752 (java) S 29738 29741 27612 0 -1 1077944384 13058 0 0 0 228 1 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212374513904 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29753] ppid=29738 vsize=10748324 memory=590608 CPUtime=2.36 cores=0,2,4,6
/proc/29741/task/29753/stat : 29753 (java) S 29738 29741 27612 0 -1 1077944384 15232 0 0 0 234 2 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212373461360 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29754] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.96 cores=0,2,4,6
/proc/29741/task/29754/stat : 29754 (java) S 29738 29741 27612 0 -1 1077944384 14177 0 0 0 93 3 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212372408304 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29755] ppid=29738 vsize=10748324 memory=590608 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29755/stat : 29755 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212371356000 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29756] ppid=29738 vsize=10748324 memory=590608 CPUtime=0.62 cores=0,2,4,6
/proc/29741/task/29756/stat : 29756 (java) S 29738 29741 27612 0 -1 1077944384 2281 0 0 0 29 33 0 0 20 0 16 0 414718438 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212370304048 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29757] ppid=29738 vsize=10748324 memory=4004 CPUtime=2499.15 cores=0,2,4,6
/proc/29741/task/29757/stat : 29757 (java) R 29738 29741 27612 0 -1 4202560 34418 0 0 0 249901 14 0 0 20 0 16 0 414718620 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212362731504 140212454441580 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
Current children cumulated CPU time: 2511.37 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 590608 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511 s]*
/proc/loadavg: 1.68 1.49 1.51 3/230 30096
/proc/meminfo: memFree=31011876/32770624 swapFree=67004192/67108860
[pid=29741] ppid=29738 vsize=10748324 memory=590608 CPUtime=2520.1 cores=0,2,4,6
/proc/29741/stat : 29741 (java) S 29738 29741 27612 0 -1 1077944320 130648 0 0 0 251922 88 0 0 20 0 16 0 414718432 11006283776 147652 33554432000 4194304 4196468 140736242098256 140736242080800 140212819803895 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
/proc/29741/statm: 2687081 147652 3385 1 0 2647217 0
[pid=29741/tid=29743] ppid=29738 vsize=10748324 memory=8317482817917895235 CPUtime=1.86 cores=0,2,4,6
/proc/29741/task/29743/stat : 29743 (java) S 29738 29741 27612 0 -1 1077944384 15342 0 0 0 179 7 0 0 20 0 16 0 414718432 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212824046768 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29744] ppid=29738 vsize=10748324 memory=236 CPUtime=0.95 cores=0,2,4,6
/proc/29741/task/29744/stat : 29744 (java) S 29738 29741 27612 0 -1 1077944384 5576 0 0 0 87 8 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212772424208 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29745] ppid=29738 vsize=10748324 memory=96 CPUtime=0.96 cores=0,2,4,6
/proc/29741/task/29745/stat : 29745 (java) S 29738 29741 27612 0 -1 1077944384 3728 0 0 0 88 8 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212771371664 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29746] ppid=29738 vsize=10748324 memory=0 CPUtime=0.95 cores=0,2,4,6
/proc/29741/task/29746/stat : 29746 (java) S 29738 29741 27612 0 -1 1077944384 6800 0 0 0 88 7 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212770318608 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29747] ppid=29738 vsize=10748324 memory=62 CPUtime=0.95 cores=0,2,4,6
/proc/29741/task/29747/stat : 29747 (java) S 29738 29741 27612 0 -1 1077944384 8923 0 0 0 88 7 0 0 20 0 16 0 414718433 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212769266064 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29748] ppid=29738 vsize=10748324 memory=280121660364016 CPUtime=0.25 cores=0,2,4,6
/proc/29741/task/29748/stat : 29748 (java) S 29738 29741 27612 0 -1 1077944384 9660 0 0 0 21 4 0 0 20 0 16 0 414718434 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212378725104 140212819815042 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29749] ppid=29738 vsize=10748324 memory=-6876588461455810464 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29749/stat : 29749 (java) S 29738 29741 27612 0 -1 1077944384 77 0 0 0 0 0 0 0 20 0 16 0 414718435 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212377671392 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29750] ppid=29738 vsize=10748324 memory=7682475212697334586 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29750/stat : 29750 (java) S 29738 29741 27612 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 16 0 414718435 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212376618240 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29751] ppid=29738 vsize=10748324 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29751/stat : 29751 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212375566800 140212819822491 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29752] ppid=29738 vsize=10748324 memory=0 CPUtime=2.29 cores=0,2,4,6
/proc/29741/task/29752/stat : 29752 (java) S 29738 29741 27612 0 -1 1077944384 13058 0 0 0 228 1 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212374513904 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29753] ppid=29738 vsize=10748324 memory=229 CPUtime=2.36 cores=0,2,4,6
/proc/29741/task/29753/stat : 29753 (java) S 29738 29741 27612 0 -1 1077944384 15232 0 0 0 234 2 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212373461360 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29754] ppid=29738 vsize=10748324 memory=236 CPUtime=0.96 cores=0,2,4,6
/proc/29741/task/29754/stat : 29754 (java) S 29738 29741 27612 0 -1 1077944384 14177 0 0 0 93 3 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212372408304 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29755] ppid=29738 vsize=10748324 memory=96 CPUtime=0 cores=0,2,4,6
/proc/29741/task/29755/stat : 29755 (java) S 29738 29741 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414718437 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212371356000 140212819814101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29756] ppid=29738 vsize=10748324 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/29741/task/29756/stat : 29756 (java) S 29738 29741 27612 0 -1 1077944384 2281 0 0 0 29 33 0 0 20 0 16 0 414718438 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212370304048 140212819815042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
[pid=29741/tid=29757] ppid=29738 vsize=10748324 memory=62 CPUtime=2507.84 cores=0,2,4,6
/proc/29741/task/29757/stat : 29757 (java) R 29738 29741 27612 0 -1 4202560 34422 0 0 0 250770 14 0 0 20 0 16 0 414718620 11006283776 147652 33554432000 4194304 4196468 140736242098256 140212362731344 140212454441458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13348864 140736242107403 140736242107506 140736242107506 140736242110415 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 590608 KiB

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

[startup+2511.02 s]
# the end of solver process 29741 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.24 s, system=0.88917 s

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

Child status: 143
Real time (s): 2511.02
CPU time (s): 2520.12
CPU user time (s): 2519.24
CPU system time (s): 0.88917
CPU usage (%): 100.363
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 876928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.24
system time used= 0.88917
maximum resident set size= 878976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130950
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61862
involuntary context switches= 2997


# summary of solver processes directly reported to runsolver:
#   pid: 29741
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2519.24
#   total CPU system time (s): 0.88917

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3592 second user time and 23.4682 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 16:38:52
IDJOB=4390621
IDBENCH=138477
IDSOLVER=2832
FILE ID=node148/4390621-1568385568
RUNJOBID= node148-1568380480-27643
PBS_JOBID= 21701823
Free space on /tmp= 58788 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-08.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390621-1568385568/watcher-4390621-1568385568 -o /tmp/evaluation-result-4390621-1568385568/solver-4390621-1568385568 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568380480-27643 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390621-1568385568.xml -cm

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

MD5SUM BENCH= 79bafde88fa7f495a04ad4879b5697b3
RANDOM SEED=1464053342

node148.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.13
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.13
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.13
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.13
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:        31538996 kB
MemAvailable:   31623556 kB
Buffers:           25448 kB
Cached:           354884 kB
SwapCached:         3852 kB
Active:           511988 kB
Inactive:         162532 kB
Active(anon):     291608 kB
Inactive(anon):    43804 kB
Active(file):     220380 kB
Inactive(file):   118728 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004192 kB
Dirty:              8780 kB
Writeback:             0 kB
AnonPages:        429224 kB
Mapped:            56188 kB
Shmem:             32312 kB
Slab:             151224 kB
SReclaimable:     122576 kB
SUnreclaim:        28648 kB
KernelStack:        4000 kB
PageTables:         6828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1287972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    331776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58780 MiB
End job on node148 at 2019-09-13 17:20:43