Trace number 4390614

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23SAT 471.519 465.896

DiagnosticValue
WRONG_DECISIONS3181140

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-01.xml
MD5SUM38fbb435e56fa73fec05cbb523a31b1b
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 benchmark56.5752
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree11
Maximum variable degree24
Distribution of variable degrees[{"degree":11,"count":5},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":5},{"degree":15,"count":1},{"degree":16,"count":2},{"degree":17,"count":1},{"degree":18,"count":2},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":24,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

2.42/1.88	
2.42/1.88	AbsCon 2 
2.42/1.90	
7.42/5.37	  Instance
7.42/5.37	    name=instance-4390614-1568381095, framework=CSP
7.42/5.37	
7.42/5.37	  Loading variables...
7.61/5.47	  Loading constraints...
10.61/6.92	
10.61/6.92	  Domains
10.61/6.92	    nTypes=1, nValues=125, sizes=[5#25]
10.61/6.92	  Variables
10.61/6.92	    count=25, degrees=[11#5,12#2,13#1,14#5...21#1,22#1,23#1,24#1]
10.61/6.92	  Constraints
10.61/6.92	    count=56, nSpecific=56, arities=[7#56]
10.61/6.92	    distribution=[CtrExtensionCT-Table#56]
10.61/6.92	    tables=[33309#1,35000#1,35036#1,35505#1...44888#1,45912#1,46250#1,47125#1], nTotalTuples=2239460
10.61/6.92	    nExtStructures=(56,shared:0)
10.61/6.92	    wck=5.071, cpu=5.87, mem=892M408
10.61/6.95	  Solver SolverBacktrack being built...
10.61/6.95	
10.61/6.97	
10.61/6.97	  Solver
10.61/6.97	    guaranteedGAC=true
10.61/6.97	    wck=5.123, cpu=5.92, mem=918M166
10.61/6.98	
10.61/6.98	  Preprocessing
10.61/6.98	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
10.61/6.98	    wck=0.005, cpu=5.927, mem=918M166
10.61/6.98	
10.83/7.01	    num=0, depth=8..10, filters=269, wck=0.033, mem=918M166
10.83/7.01	    decisions=40, wrong=16, backtracks=6, failedAssignments=10, nogoods=4
10.83/7.01	    nFilterCalls=1690, avgTableProportion=0.9999749390429653, avgTableSize=40087.42366863905
10.83/7.01	    
10.83/7.02	    num=1, depth=9..13, filters=510, wck=0.044, mem=918M166
10.83/7.02	    decisions=83, wrong=33, backtracks=12, failedAssignments=21, nogoods=8
10.83/7.02	    nFilterCalls=3144, avgTableProportion=0.9999748710698071, avgTableSize=39976.6453562341
10.83/7.02	    
10.83/7.03	    num=2, depth=7..11, filters=800, wck=0.058, mem=918M166
10.83/7.03	    decisions=128, wrong=51, backtracks=20, failedAssignments=33, nogoods=13
10.83/7.03	    nFilterCalls=4989, avgTableProportion=0.9999748899923635, avgTableSize=40004.557426337946
10.83/7.03	    
10.83/7.04	    num=3, depth=7..11, filters=1139, wck=0.069, mem=918M166
10.83/7.04	    decisions=180, wrong=73, backtracks=31, failedAssignments=46, nogoods=15
10.83/7.04	    nFilterCalls=6890, avgTableProportion=0.9999749021276461, avgTableSize=40019.81320754717
10.83/7.04	    
10.83/7.07	    num=4, depth=6..11, filters=1504, wck=0.097, mem=918M166
10.83/7.07	    decisions=230, wrong=94, backtracks=43, failedAssignments=60, nogoods=19
10.83/7.07	    nFilterCalls=9080, avgTableProportion=0.9999748975340631, avgTableSize=40015.7813876652
10.83/7.07	    
10.83/7.08	    num=5, depth=8..11, filters=1845, wck=0.109, mem=918M166
10.83/7.08	    decisions=287, wrong=118, backtracks=52, failedAssignments=76, nogoods=24
10.83/7.08	    nFilterCalls=11093, avgTableProportion=0.9999748701895199, avgTableSize=39973.38754169296
10.83/7.08	    
10.83/7.09	    num=6, depth=6..12, filters=2274, wck=0.123, mem=918M166
10.83/7.09	    decisions=345, wrong=143, backtracks=62, failedAssignments=93, nogoods=30
10.83/7.09	    nFilterCalls=13630, avgTableProportion=0.9999749012554752, avgTableSize=40025.70777696258
10.83/7.09	    
11.17/7.11	    num=7, depth=7..12, filters=2794, wck=0.139, mem=918M166
11.17/7.11	    decisions=419, wrong=175, backtracks=77, failedAssignments=112, nogoods=36
11.17/7.11	    nFilterCalls=16867, avgTableProportion=0.9999748812140008, avgTableSize=39994.75585462738
11.17/7.11	    
11.17/7.12	    num=8, depth=7..12, filters=3314, wck=0.15, mem=918M166
11.17/7.12	    decisions=489, wrong=206, backtracks=90, failedAssignments=133, nogoods=40
11.17/7.12	    nFilterCalls=19541, avgTableProportion=0.999974870235091, avgTableSize=39976.13602169797
11.17/7.12	    
11.17/7.14	    num=9, depth=7..10, filters=3871, wck=0.168, mem=918M166
11.17/7.14	    decisions=565, wrong=240, backtracks=103, failedAssignments=156, nogoods=47
11.17/7.14	    nFilterCalls=22826, avgTableProportion=0.9999748780208532, avgTableSize=39988.53386489092
11.17/7.14	    
11.17/7.16	    num=10, depth=10..13, filters=4513, wck=0.185, mem=918M166
11.17/7.16	    decisions=658, wrong=281, backtracks=121, failedAssignments=181, nogoods=53
11.17/7.16	    nFilterCalls=26621, avgTableProportion=0.9999748943039372, avgTableSize=40015.92622365801
11.17/7.16	    
11.17/7.17	    num=11, depth=8..12, filters=5190, wck=0.2, mem=918M166
11.17/7.17	    decisions=750, wrong=323, backtracks=141, failedAssignments=209, nogoods=56
11.17/7.17	    nFilterCalls=30225, avgTableProportion=0.9999748715917719, avgTableSize=39977.85852770885
11.17/7.17	    
11.17/7.18	    num=12, depth=7..12, filters=5971, wck=0.213, mem=918M166
11.17/7.18	    decisions=851, wrong=370, backtracks=165, failedAssignments=240, nogoods=61
11.17/7.18	    nFilterCalls=34468, avgTableProportion=0.9999748756145064, avgTableSize=39985.12469536962
11.17/7.18	    
11.17/7.20	    num=13, depth=7..12, filters=6815, wck=0.226, mem=918M166
11.17/7.20	    decisions=973, wrong=427, backtracks=194, failedAssignments=274, nogoods=69
11.17/7.20	    nFilterCalls=39513, avgTableProportion=0.9999748769792677, avgTableSize=39986.50492243059
11.17/7.20	    
11.43/7.21	    num=14, depth=7..11, filters=7941, wck=0.24, mem=918M166
11.43/7.21	    decisions=1108, wrong=491, backtracks=230, failedAssignments=311, nogoods=79
11.43/7.21	    nFilterCalls=46065, avgTableProportion=0.9999748810287488, avgTableSize=39993.93741452296
11.43/7.21	    
11.43/7.23	    num=15, depth=6..11, filters=8942, wck=0.254, mem=918M166
11.43/7.23	    decisions=1252, wrong=559, backtracks=263, failedAssignments=352, nogoods=85
11.43/7.23	    nFilterCalls=51435, avgTableProportion=0.9999748830160016, avgTableSize=39997.55860795178
11.43/7.23	    
11.43/7.24	    num=16, depth=6..12, filters=10161, wck=0.269, mem=918M166
11.43/7.24	    decisions=1402, wrong=630, backtracks=301, failedAssignments=397, nogoods=92
11.43/7.24	    nFilterCalls=58292, avgTableProportion=0.9999748924813683, avgTableSize=40012.48426885336
11.43/7.24	    
11.43/7.26	    num=17, depth=7..13, filters=11575, wck=0.288, mem=918M166
11.43/7.26	    decisions=1585, wrong=717, backtracks=344, failedAssignments=447, nogoods=103
11.43/7.26	    nFilterCalls=66086, avgTableProportion=0.9999748952297517, avgTableSize=40018.943225494055
11.43/7.26	    
11.43/7.27	    num=18, depth=7..12, filters=12974, wck=0.302, mem=918M166
11.43/7.27	    decisions=1766, wrong=803, backtracks=381, failedAssignments=502, nogoods=109
11.43/7.27	    nFilterCalls=73663, avgTableProportion=0.9999748930162202, avgTableSize=40014.837299594095
11.43/7.27	    
11.43/7.29	    num=19, depth=6..13, filters=14419, wck=0.322, mem=918M166
11.43/7.29	    decisions=1971, wrong=900, backtracks=430, failedAssignments=563, nogoods=121
11.43/7.29	    nFilterCalls=82032, avgTableProportion=0.9999748935130494, avgTableSize=40015.00594889799
11.43/7.29	    
11.59/7.31	    num=20, depth=9..14, filters=15867, wck=0.337, mem=918M166
11.59/7.31	    decisions=2175, wrong=997, backtracks=473, failedAssignments=630, nogoods=136
11.59/7.31	    nFilterCalls=90114, avgTableProportion=0.9999748872844879, avgTableSize=40005.23574583306
11.59/7.31	    
11.59/7.34	    num=21, depth=5..11, filters=17960, wck=0.364, mem=918M166
11.59/7.34	    decisions=2430, wrong=1122, backtracks=542, failedAssignments=704, nogoods=138
11.59/7.34	    nFilterCalls=102323, avgTableProportion=0.9999748839967697, avgTableSize=40000.629408832814
11.59/7.34	    
11.59/7.36	    num=22, depth=6..14, filters=19854, wck=0.388, mem=918M166
11.59/7.36	    decisions=2696, wrong=1251, backtracks=604, failedAssignments=785, nogoods=145
11.59/7.36	    nFilterCalls=113174, avgTableProportion=0.9999748887725577, avgTableSize=40007.38297665542
11.59/7.36	    
11.59/7.39	    num=23, depth=6..13, filters=21845, wck=0.413, mem=918M166
11.59/7.39	    decisions=2982, wrong=1389, backtracks=673, failedAssignments=874, nogoods=159
11.59/7.39	    nFilterCalls=124371, avgTableProportion=0.999974890982202, avgTableSize=40010.81819716815
11.59/7.39	    
11.73/7.42	    num=24, depth=5..12, filters=24126, wck=0.445, mem=918M166
11.73/7.42	    decisions=3310, wrong=1549, backtracks=758, failedAssignments=972, nogoods=166
11.73/7.42	    nFilterCalls=137533, avgTableProportion=0.999974891542226, avgTableSize=40011.33538859765
11.73/7.42	    
11.73/7.45	    num=25, depth=5..12, filters=26983, wck=0.477, mem=918M166
11.73/7.45	    decisions=3685, wrong=1733, backtracks=853, failedAssignments=1080, nogoods=172
11.73/7.45	    nFilterCalls=152993, avgTableProportion=0.9999748979610142, avgTableSize=40021.72377821207
11.73/7.45	    
11.73/7.49	    num=26, depth=6..13, filters=30028, wck=0.514, mem=918M166
11.73/7.49	    decisions=4093, wrong=1934, backtracks=955, failedAssignments=1199, nogoods=173
11.73/7.49	    nFilterCalls=170619, avgTableProportion=0.9999749079641028, avgTableSize=40039.418464532086
11.73/7.49	    
11.85/7.52	    num=27, depth=7..12, filters=33478, wck=0.545, mem=918M166
11.85/7.52	    decisions=4519, wrong=2142, backtracks=1054, failedAssignments=1330, nogoods=183
11.85/7.52	    nFilterCalls=188197, avgTableProportion=0.9999749034031352, avgTableSize=40030.928798014844
11.85/7.52	    
11.85/7.56	    num=28, depth=5..13, filters=37288, wck=0.589, mem=918M166
11.85/7.56	    decisions=5005, wrong=2381, backtracks=1181, failedAssignments=1474, nogoods=191
11.85/7.56	    nFilterCalls=208585, avgTableProportion=0.9999749164915336, avgTableSize=40052.22919193614
11.85/7.56	    
11.95/7.60	    num=29, depth=7..14, filters=41187, wck=0.626, mem=918M166
11.95/7.60	    decisions=5504, wrong=2626, backtracks=1303, failedAssignments=1632, nogoods=197
11.95/7.60	    nFilterCalls=229292, avgTableProportion=0.9999749053862863, avgTableSize=40033.75533817142
11.95/7.60	    
11.95/7.65	    num=30, depth=5..12, filters=45286, wck=0.673, mem=918M166
11.95/7.65	    decisions=6047, wrong=2894, backtracks=1421, failedAssignments=1806, nogoods=205
11.95/7.65	    nFilterCalls=250733, avgTableProportion=0.9999749124451662, avgTableSize=40044.867237260354
11.95/7.65	    
11.95/7.69	    num=31, depth=6..13, filters=49692, wck=0.714, mem=918M166
11.95/7.69	    decisions=6623, wrong=3177, backtracks=1561, failedAssignments=1997, nogoods=212
11.95/7.69	    nFilterCalls=274710, avgTableProportion=0.9999749091129262, avgTableSize=40039.48735029667
11.95/7.69	    
12.06/7.75	    num=32, depth=6..13, filters=54658, wck=0.776, mem=918M166
12.06/7.75	    decisions=7316, wrong=3519, backtracks=1733, failedAssignments=2208, nogoods=222
12.06/7.75	    nFilterCalls=302195, avgTableProportion=0.9999749156332391, avgTableSize=40050.06025248598
12.06/7.75	    
12.25/7.80	    num=33, depth=6..15, filters=60116, wck=0.832, mem=918M166
12.25/7.80	    decisions=8036, wrong=3875, backtracks=1903, failedAssignments=2440, nogoods=237
12.25/7.80	    nFilterCalls=330597, avgTableProportion=0.9999749104016941, avgTableSize=40041.42751749109
12.25/7.80	    
12.25/7.88	    num=34, depth=5..14, filters=66261, wck=0.908, mem=918M166
12.25/7.88	    decisions=8890, wrong=4298, backtracks=2128, failedAssignments=2695, nogoods=248
12.25/7.88	    nFilterCalls=366178, avgTableProportion=0.9999749177173417, avgTableSize=40054.17430866956
12.25/7.88	    
12.35/7.96	    num=35, depth=6..12, filters=73280, wck=0.984, mem=918M166
12.35/7.96	    decisions=9806, wrong=4752, backtracks=2355, failedAssignments=2976, nogoods=254
12.35/7.96	    nFilterCalls=404846, avgTableProportion=0.9999749069793702, avgTableSize=40035.19479752795
12.35/7.96	    
12.50/8.03	    num=36, depth=6..14, filters=81166, wck=1.057, mem=918M166
12.50/8.03	    decisions=10794, wrong=5243, backtracks=2613, failedAssignments=3285, nogoods=256
12.50/8.03	    nFilterCalls=445980, avgTableProportion=0.9999749107006812, avgTableSize=40042.85961926544
12.50/8.03	    
12.62/8.13	    num=37, depth=6..14, filters=90146, wck=1.155, mem=918M166
12.62/8.13	    decisions=11912, wrong=5798, backtracks=2898, failedAssignments=3625, nogoods=262
12.62/8.13	    nFilterCalls=494547, avgTableProportion=0.9999749209905031, avgTableSize=40058.0356427195
12.62/8.13	    
12.73/8.22	    num=38, depth=5..13, filters=99910, wck=1.252, mem=918M166
12.73/8.22	    decisions=13114, wrong=6395, backtracks=3212, failedAssignments=3999, nogoods=266
12.73/8.22	    nFilterCalls=547250, avgTableProportion=0.999974907047663, avgTableSize=40036.487998172684
12.73/8.22	    
12.82/8.33	    num=39, depth=4..11, filters=111066, wck=1.358, mem=918M166
12.82/8.33	    decisions=14513, wrong=7092, backtracks=3586, failedAssignments=4410, nogoods=271
12.82/8.33	    nFilterCalls=605488, avgTableProportion=0.9999749244791644, avgTableSize=40064.54218415559
12.82/8.33	    
12.92/8.43	    num=40, depth=6..13, filters=121727, wck=1.457, mem=918M166
12.92/8.43	    decisions=15952, wrong=7807, backtracks=3934, failedAssignments=4862, nogoods=285
12.92/8.43	    nFilterCalls=663857, avgTableProportion=0.9999749112880463, avgTableSize=40043.61622307214
12.92/8.43	    
13.02/8.56	    num=41, depth=5..14, filters=135285, wck=1.587, mem=918M166
13.02/8.56	    decisions=17693, wrong=8674, backtracks=4398, failedAssignments=5359, nogoods=292
13.02/8.56	    nFilterCalls=736615, avgTableProportion=0.9999749183192097, avgTableSize=40054.015842740104
13.02/8.56	    
13.23/8.71	    num=42, depth=5..13, filters=149745, wck=1.742, mem=918M166
13.23/8.71	    decisions=19510, wrong=9578, backtracks=4874, failedAssignments=5906, nogoods=299
13.23/8.71	    nFilterCalls=815433, avgTableProportion=0.9999749059923673, avgTableSize=40034.50030229338
13.23/8.71	    
13.33/8.86	    num=43, depth=5..14, filters=165839, wck=1.889, mem=918M166
13.33/8.86	    decisions=21507, wrong=10572, backtracks=5407, failedAssignments=6508, nogoods=313
13.33/8.86	    nFilterCalls=900215, avgTableProportion=0.9999749198859675, avgTableSize=40056.04871836172
13.33/8.86	    
13.53/9.00	    num=44, depth=6..15, filters=182601, wck=2.025, mem=918M166
13.53/9.00	    decisions=23763, wrong=11696, backtracks=6030, failedAssignments=7170, nogoods=324
13.53/9.00	    nFilterCalls=992055, avgTableProportion=0.9999749138426287, avgTableSize=40047.34603021002
13.53/9.00	    
13.64/9.18	    num=45, depth=5..14, filters=200690, wck=2.208, mem=918M166
13.64/9.18	    decisions=26105, wrong=12864, backtracks=6692, failedAssignments=7898, nogoods=340
13.64/9.18	    nFilterCalls=1093837, avgTableProportion=0.9999749212438794, avgTableSize=40060.11828910523
13.64/9.18	    
13.83/9.37	    num=46, depth=6..14, filters=220076, wck=2.394, mem=943M763
13.83/9.37	    decisions=28730, wrong=14173, backtracks=7399, failedAssignments=8699, nogoods=357
13.83/9.37	    nFilterCalls=1199059, avgTableProportion=0.9999749060417968, avgTableSize=40035.48711948286
13.83/9.37	    
14.13/9.60	    num=47, depth=4..14, filters=243226, wck=2.624, mem=943M763
14.13/9.60	    decisions=31682, wrong=15645, backtracks=8277, failedAssignments=9580, nogoods=376
14.13/9.60	    nFilterCalls=1325685, avgTableProportion=0.999974916821205, avgTableSize=40053.549250387536
14.13/9.60	    
14.33/9.89	    num=48, depth=4..13, filters=269604, wck=2.921, mem=943M763
14.33/9.89	    decisions=34952, wrong=17276, backtracks=9177, failedAssignments=10550, nogoods=380
14.33/9.89	    nFilterCalls=1471007, avgTableProportion=0.9999749213148672, avgTableSize=40059.21742316658
14.33/9.89	    
14.65/10.12	    num=49, depth=5..12, filters=295600, wck=3.146, mem=943M763
14.65/10.12	    decisions=38388, wrong=18991, backtracks=10086, failedAssignments=11617, nogoods=395
14.65/10.12	    nFilterCalls=1609478, avgTableProportion=0.9999749157341219, avgTableSize=40050.80516912937
14.65/10.12	    
14.94/10.45	    num=50, depth=5..14, filters=324619, wck=3.474, mem=943M763
14.94/10.45	    decisions=42293, wrong=20939, backtracks=11145, failedAssignments=12790, nogoods=404
14.94/10.45	    nFilterCalls=1773237, avgTableProportion=0.9999749140613299, avgTableSize=40048.46169519359
14.94/10.45	    
15.25/10.75	    num=51, depth=4..15, filters=357476, wck=3.774, mem=943M763
15.25/10.75	    decisions=46487, wrong=23031, backtracks=12297, failedAssignments=14081, nogoods=415
15.25/10.75	    nFilterCalls=1950545, avgTableProportion=0.9999749152110338, avgTableSize=40050.29877136903
15.25/10.75	    
15.55/11.09	    num=52, depth=5..14, filters=392454, wck=4.118, mem=943M763
15.55/11.09	    decisions=51057, wrong=25313, backtracks=13539, failedAssignments=15501, nogoods=426
15.55/11.09	    nFilterCalls=2144091, avgTableProportion=0.9999749092645561, avgTableSize=40041.66092437308
15.55/11.09	    
15.95/11.45	    num=53, depth=5..14, filters=433061, wck=4.48, mem=943M763
15.95/11.45	    decisions=56182, wrong=27872, backtracks=14940, failedAssignments=17063, nogoods=443
15.95/11.45	    nFilterCalls=2361902, avgTableProportion=0.9999749111656528, avgTableSize=40044.389501342564
15.95/11.45	    
16.45/11.91	    num=54, depth=4..13, filters=476128, wck=4.935, mem=943M763
16.45/11.91	    decisions=61824, wrong=30690, backtracks=16420, failedAssignments=18781, nogoods=453
16.45/11.91	    nFilterCalls=2594184, avgTableProportion=0.9999749146354653, avgTableSize=40050.79413565114
16.45/11.91	    
16.85/12.38	    num=55, depth=5..14, filters=525370, wck=5.412, mem=943M763
16.85/12.38	    decisions=68057, wrong=33803, backtracks=18072, failedAssignments=20671, nogoods=467
16.85/12.38	    nFilterCalls=2864452, avgTableProportion=0.9999749104275645, avgTableSize=40042.79242277406
16.85/12.38	    
17.35/12.89	    num=56, depth=4..13, filters=579498, wck=5.92, mem=943M763
17.35/12.89	    decisions=74931, wrong=37237, backtracks=19970, failedAssignments=22750, nogoods=474
17.35/12.89	    nFilterCalls=3157035, avgTableProportion=0.999974911384278, avgTableSize=40044.492498499385
17.35/12.89	    
17.95/13.41	    num=57, depth=5..15, filters=640021, wck=6.44, mem=943M763
17.95/13.41	    decisions=82636, wrong=41085, backtracks=22063, failedAssignments=25037, nogoods=491
17.95/13.41	    nFilterCalls=3487370, avgTableProportion=0.9999749126310385, avgTableSize=40046.67761292894
17.95/13.41	    
18.56/14.09	    num=58, depth=4..14, filters=706104, wck=7.117, mem=969M359
18.56/14.09	    decisions=91118, wrong=45322, backtracks=24375, failedAssignments=27553, nogoods=498
18.56/14.09	    nFilterCalls=3846477, avgTableProportion=0.9999749090720494, avgTableSize=40040.32409864923
18.56/14.09	    
19.26/14.72	    num=59, depth=4..14, filters=777150, wck=7.748, mem=969M359
19.26/14.72	    decisions=100216, wrong=49868, backtracks=26971, failedAssignments=30321, nogoods=510
19.26/14.72	    nFilterCalls=4225066, avgTableProportion=0.99997491030378, avgTableSize=40042.27077801862
19.26/14.72	    
20.12/15.50	    num=60, depth=4..14, filters=854032, wck=8.525, mem=969M359
20.12/15.50	    decisions=110237, wrong=54875, backtracks=29681, failedAssignments=33365, nogoods=520
20.12/15.50	    nFilterCalls=4639223, avgTableProportion=0.9999749102596492, avgTableSize=40042.14245187179
20.12/15.50	    
20.92/16.33	    num=61, depth=4..15, filters=939802, wck=9.36, mem=969M359
20.92/16.33	    decisions=121297, wrong=60401, backtracks=32794, failedAssignments=36714, nogoods=525
20.92/16.33	    nFilterCalls=5114486, avgTableProportion=0.9999749021127807, avgTableSize=40029.54661485045
20.92/16.33	    
21.83/17.28	    num=62, depth=4..14, filters=1038125, wck=10.31, mem=969M359
21.83/17.28	    decisions=133871, wrong=66685, backtracks=36400, failedAssignments=40398, nogoods=542
21.83/17.28	    nFilterCalls=5658676, avgTableProportion=0.99997490609547, avgTableSize=40037.08453019752
21.83/17.28	    
22.92/18.30	    num=63, depth=4..14, filters=1143077, wck=11.328, mem=994M955
22.92/18.30	    decisions=147327, wrong=73409, backtracks=40123, failedAssignments=44450, nogoods=558
22.92/18.30	    nFilterCalls=6226555, avgTableProportion=0.9999749045858557, avgTableSize=40034.812687111895
22.92/18.30	    
24.03/19.42	    num=64, depth=4..15, filters=1261390, wck=12.448, mem=994M955
24.03/19.42	    decisions=162174, wrong=80829, backtracks=44307, failedAssignments=48907, nogoods=575
24.03/19.42	    nFilterCalls=6870085, avgTableProportion=0.9999749096798178, avgTableSize=40042.97905993885
24.03/19.42	    
25.15/20.51	    num=65, depth=4..14, filters=1390823, wck=13.537, mem=994M955
25.15/20.51	    decisions=178542, wrong=89009, backtracks=48934, failedAssignments=53810, nogoods=587
25.15/20.51	    nFilterCalls=7550881, avgTableProportion=0.99997491143032, avgTableSize=40045.08022149998
25.15/20.51	    
26.56/21.95	    num=66, depth=4..14, filters=1534930, wck=14.975, mem=994M955
26.56/21.95	    decisions=196641, wrong=98054, backtracks=54270, failedAssignments=59204, nogoods=608
26.56/21.95	    nFilterCalls=8356531, avgTableProportion=0.9999749076904605, avgTableSize=40039.278594191775
26.56/21.95	    
27.96/23.38	    num=67, depth=3..14, filters=1694290, wck=16.404, mem=1020M551
27.96/23.38	    decisions=216594, wrong=108027, backtracks=60047, failedAssignments=65137, nogoods=618
27.96/23.38	    nFilterCalls=9209851, avgTableProportion=0.9999749118638425, avgTableSize=40046.64531489163
27.96/23.38	    
29.66/25.04	    num=68, depth=5..14, filters=1860918, wck=18.066, mem=1020M551
29.66/25.04	    decisions=238291, wrong=118872, backtracks=65968, failedAssignments=71663, nogoods=635
29.66/25.04	    nFilterCalls=10115539, avgTableProportion=0.9999749054891894, avgTableSize=40035.03214104557
29.66/25.04	    
31.37/26.79	    num=69, depth=3..15, filters=2055213, wck=19.817, mem=1046M147
31.37/26.79	    decisions=262681, wrong=131063, backtracks=73274, failedAssignments=78842, nogoods=656
31.37/26.79	    nFilterCalls=11181993, avgTableProportion=0.9999749082068775, avgTableSize=40040.368789445674
31.37/26.79	    
33.47/28.84	    num=70, depth=3..15, filters=2265489, wck=21.867, mem=1046M147
33.47/28.84	    decisions=289341, wrong=144390, backtracks=81090, failedAssignments=86739, nogoods=670
33.47/28.84	    nFilterCalls=12336807, avgTableProportion=0.9999749090863489, avgTableSize=40042.47324854803
33.47/28.84	    
35.47/30.83	    num=71, depth=3..14, filters=2498343, wck=23.86, mem=1071M743
35.47/30.83	    decisions=318369, wrong=158901, backtracks=89337, failedAssignments=95426, nogoods=679
35.47/30.83	    nFilterCalls=13562801, avgTableProportion=0.9999749081025706, avgTableSize=40040.173600866074
35.47/30.83	    
37.97/33.32	    num=72, depth=3..14, filters=2755174, wck=26.35, mem=1071M743
37.97/33.32	    decisions=350609, wrong=175017, backtracks=98597, failedAssignments=104981, nogoods=695
37.97/33.32	    nFilterCalls=14927806, avgTableProportion=0.9999749123798146, avgTableSize=40046.641513026094
37.97/33.32	    
40.57/35.90	    num=73, depth=4..15, filters=3035881, wck=28.93, mem=1097M339
40.57/35.90	    decisions=386549, wrong=192984, backtracks=109335, failedAssignments=115492, nogoods=723
40.57/35.90	    nFilterCalls=16466761, avgTableProportion=0.9999749127406111, avgTableSize=40047.75908571212
40.57/35.90	    
43.37/38.78	    num=74, depth=3..14, filters=3348116, wck=31.813, mem=1097M339
43.37/38.78	    decisions=426095, wrong=212754, backtracks=120990, failedAssignments=127054, nogoods=742
43.37/38.78	    nFilterCalls=18158900, avgTableProportion=0.9999749127254786, avgTableSize=40047.21648111945
43.37/38.78	    
46.68/42.03	    num=75, depth=3..15, filters=3682374, wck=35.059, mem=1122M935
46.68/42.03	    decisions=469679, wrong=234542, backtracks=133693, failedAssignments=139772, nogoods=753
46.68/42.03	    nFilterCalls=20012484, avgTableProportion=0.9999749052690149, avgTableSize=40035.048448708316
46.68/42.03	    
50.18/45.54	    num=76, depth=3..15, filters=4061911, wck=38.566, mem=1148M531
50.18/45.54	    decisions=517143, wrong=258271, backtracks=147610, failedAssignments=153762, nogoods=776
50.18/45.54	    nFilterCalls=22057538, avgTableProportion=0.9999749118883772, avgTableSize=40046.48056632612
50.18/45.54	    
53.98/49.36	    num=77, depth=3..15, filters=4466979, wck=42.389, mem=1174M127
53.98/49.36	    decisions=569715, wrong=284554, backtracks=163083, failedAssignments=169151, nogoods=791
53.98/49.36	    nFilterCalls=24281488, avgTableProportion=0.9999749096188394, avgTableSize=40042.66836015157
53.98/49.36	    
58.68/54.03	    num=78, depth=3..14, filters=4919246, wck=47.057, mem=1199M723
58.68/54.03	    decisions=627370, wrong=313378, backtracks=180221, failedAssignments=186079, nogoods=808
58.68/54.03	    nFilterCalls=26777867, avgTableProportion=0.9999749074310336, avgTableSize=40039.49181561026
58.68/54.03	    
62.98/58.39	    num=79, depth=3..14, filters=5417757, wck=51.419, mem=1225M319
62.98/58.39	    decisions=690933, wrong=345156, backtracks=199278, failedAssignments=204700, nogoods=834
62.98/58.39	    nFilterCalls=29448121, avgTableProportion=0.9999749145881932, avgTableSize=40051.08638316856
62.98/58.39	    
68.29/63.68	    num=80, depth=4..15, filters=5946111, wck=56.71, mem=1250M915
68.29/63.68	    decisions=760944, wrong=380159, backtracks=219432, failedAssignments=225184, nogoods=850
68.29/63.68	    nFilterCalls=32456959, avgTableProportion=0.999974906239066, avgTableSize=40036.712752448555
68.29/63.68	    
73.69/69.09	    num=81, depth=3..15, filters=6555435, wck=62.119, mem=1276M511
73.69/69.09	    decisions=837311, wrong=418339, backtracks=241793, failedAssignments=247716, nogoods=870
73.69/69.09	    nFilterCalls=35657188, avgTableProportion=0.9999749069726854, avgTableSize=40038.40594185385
73.69/69.09	    
80.39/75.74	    num=82, depth=3..14, filters=7221375, wck=68.767, mem=1327M703
80.39/75.74	    decisions=921510, wrong=460434, backtracks=266736, failedAssignments=272501, nogoods=895
80.39/75.74	    nFilterCalls=39315590, avgTableProportion=0.9999749085409951, avgTableSize=40040.181896621674
80.39/75.74	    
86.80/82.14	    num=83, depth=3..16, filters=7960264, wck=75.168, mem=1353M299
86.80/82.14	    decisions=1014097, wrong=506723, backtracks=293672, failedAssignments=299765, nogoods=912
86.80/82.14	    nFilterCalls=43294805, avgTableProportion=0.9999749084544887, avgTableSize=40040.34706480373
86.80/82.14	    
93.91/89.25	    num=84, depth=3..15, filters=8755072, wck=82.277, mem=1404M491
93.91/89.25	    decisions=1115771, wrong=557556, backtracks=323799, failedAssignments=329755, nogoods=927
93.91/89.25	    nFilterCalls=47595623, avgTableProportion=0.9999749097609962, avgTableSize=40042.95701667777
93.91/89.25	    
101.70/97.07	    num=85, depth=3..15, filters=9650200, wck=90.098, mem=1455M683
101.70/97.07	    decisions=1228398, wrong=613867, backtracks=356959, failedAssignments=362744, nogoods=945
101.70/97.07	    nFilterCalls=52370014, avgTableProportion=0.9999749104631012, avgTableSize=40043.927522914164
101.70/97.07	    
111.91/107.27	    num=86, depth=3..15, filters=10636169, wck=100.294, mem=1506M875
111.91/107.27	    decisions=1352711, wrong=676019, backtracks=393762, failedAssignments=399032, nogoods=960
111.91/107.27	    nFilterCalls=57769737, avgTableProportion=0.9999749061497007, avgTableSize=40036.81537456194
111.91/107.27	    
121.31/116.65	    num=87, depth=2..15, filters=11742627, wck=109.676, mem=1558M67
121.31/116.65	    decisions=1490639, wrong=744979, backtracks=436512, failedAssignments=438949, nogoods=973
121.31/116.65	    nFilterCalls=63702335, avgTableProportion=0.9999749105299289, avgTableSize=40044.96976151659
121.31/116.65	    
133.16/128.03	    num=88, depth=2..15, filters=12931204, wck=121.062, mem=520M115
133.16/128.03	    decisions=1640659, wrong=819985, backtracks=481181, failedAssignments=482858, nogoods=989
133.16/128.03	    nFilterCalls=70073057, avgTableProportion=0.9999749089821159, avgTableSize=40042.06872358944
133.16/128.03	    
145.07/139.99	    num=89, depth=2..15, filters=14256393, wck=133.014, mem=571M467
145.07/139.99	    decisions=1807488, wrong=903396, backtracks=531502, failedAssignments=531158, nogoods=1004
145.07/139.99	    nFilterCalls=77195300, avgTableProportion=0.9999749130576565, avgTableSize=40048.27932208308
145.07/139.99	    
158.87/153.76	    num=90, depth=2..15, filters=15667693, wck=146.783, mem=648M496
158.87/153.76	    decisions=1991201, wrong=995249, backtracks=586010, failedAssignments=584288, nogoods=1024
158.87/153.76	    nFilterCalls=84974582, avgTableProportion=0.9999749140772463, avgTableSize=40050.4685418635
158.87/153.76	    
173.58/168.49	    num=91, depth=2..15, filters=17266581, wck=161.514, mem=751M200
173.58/168.49	    decisions=2193064, wrong=1096177, backtracks=647055, failedAssignments=642731, nogoods=1037
173.58/168.49	    nFilterCalls=93658841, avgTableProportion=0.9999749117224979, avgTableSize=40046.527662636785
173.58/168.49	    
189.68/184.59	    num=92, depth=2..15, filters=19023325, wck=177.616, mem=853M905
189.68/184.59	    decisions=2414433, wrong=1206857, backtracks=711853, failedAssignments=707018, nogoods=1055
189.68/184.59	    nFilterCalls=103287392, avgTableProportion=0.9999749132962946, avgTableSize=40048.4219598361
189.68/184.59	    
207.90/202.70	    num=93, depth=2..15, filters=20901294, wck=195.724, mem=956M609
207.90/202.70	    decisions=2657289, wrong=1328281, backtracks=784293, failedAssignments=777734, nogoods=1072
207.90/202.70	    nFilterCalls=113610889, avgTableProportion=0.9999749151304415, avgTableSize=40051.63318314497
207.90/202.70	    
228.20/223.06	    num=94, depth=2..15, filters=23064210, wck=216.09, mem=1059M314
228.20/223.06	    decisions=2924560, wrong=1461914, backtracks=864876, failedAssignments=855521, nogoods=1091
228.20/223.06	    nFilterCalls=125436654, avgTableProportion=0.9999749133967263, avgTableSize=40048.7410382136
228.20/223.06	    
247.01/241.85	    num=95, depth=3..16, filters=25333793, wck=234.876, mem=1187M694
247.01/241.85	    decisions=3222037, wrong=1610648, backtracks=954159, failedAssignments=941087, nogoods=1109
247.01/241.85	    nFilterCalls=137751061, avgTableProportion=0.9999749083868098, avgTableSize=40040.678371776754
247.01/241.85	    
269.02/263.84	    num=96, depth=2..15, filters=27937048, wck=256.868, mem=1341M751
269.02/263.84	    decisions=3546234, wrong=1772744, backtracks=1054742, failedAssignments=1035210, nogoods=1132
269.02/263.84	    nFilterCalls=151737661, avgTableProportion=0.9999749100903649, avgTableSize=40044.128363280885
269.02/263.84	    
294.93/289.78	    num=97, depth=2..15, filters=30718730, wck=282.806, mem=1495M807
294.93/289.78	    decisions=3902196, wrong=1950721, backtracks=1160222, failedAssignments=1138745, nogoods=1151
294.93/289.78	    nFilterCalls=166880610, avgTableProportion=0.9999749136926788, avgTableSize=40049.57484264948
294.93/289.78	    
323.54/318.34	    num=98, depth=1..15, filters=33811077, wck=311.363, mem=1649M864
323.54/318.34	    decisions=4296784, wrong=2148012, backtracks=1281453, failedAssignments=1252634, nogoods=1166
323.54/318.34	    nFilterCalls=183735193, avgTableProportion=0.9999749106677001, avgTableSize=40044.83308721373
323.54/318.34	    
354.77/349.29	    num=99, depth=2..15, filters=37308534, wck=342.323, mem=569M949
354.77/349.29	    decisions=4729207, wrong=2364220, backtracks=1413288, failedAssignments=1377912, nogoods=1182
354.77/349.29	    nFilterCalls=202342230, avgTableProportion=0.9999749146618003, avgTableSize=40051.42199954997
354.77/349.29	    
389.37/383.88	    num=100, depth=2..15, filters=40922979, wck=376.908, mem=772M735
389.37/383.88	    decisions=5202917, wrong=2601072, backtracks=1555067, failedAssignments=1515718, nogoods=1195
389.37/383.88	    nFilterCalls=222272488, avgTableProportion=0.9999749144628975, avgTableSize=40051.47532699593
389.37/383.88	    
427.19/421.67	    num=101, depth=1..15, filters=45039680, wck=414.694, mem=975M522
427.19/421.67	    decisions=5724994, wrong=2862108, backtracks=1712294, failedAssignments=1667304, nogoods=1207
427.19/421.67	    nFilterCalls=244732888, avgTableProportion=0.9999749117534941, avgTableSize=40047.09673635282
427.19/421.67	    
467.11/461.58	    num=102, depth=2..15, filters=49659543, wck=454.607, mem=1245M904
467.11/461.58	    decisions=6303604, wrong=3151409, backtracks=1888966, failedAssignments=1834049, nogoods=1225
467.11/461.58	    nFilterCalls=269163926, avgTableProportion=0.9999749139330301, avgTableSize=40050.63367774254
467.11/461.58	    
471.41/465.88	    num=103, depth=3..24, filters=50137391, ccks=56, wck=458.904, mem=1279M701
471.41/465.88	    decisions=6363083, wrong=3181144, backtracks=1907237, failedAssignments=1851345, nogoods=1225, foundSolutions=1
471.41/465.88	    nFilterCalls=271761870, avgTableProportion=0.9999749139689668, avgTableSize=40050.64749264862
471.41/465.88	    
471.41/465.88	  Global
471.41/465.88	    filters=50137391, ccks=56, nogoods=1225
471.41/465.88	    Stop=REACHED_GOAL, wrong=3181144, foundSolutions=1, firstSolCpu=464.573
471.41/465.88	    wck=464.028, cpu=464.579, mem=1279M701
471.41/465.88	
471.41/465.88	v <instantiation id='sol1' type='solution'>  <list> x[] </list>  <values> 4 1 1 1 4 4 4 3 2 2 2 4 1 0 2 0 2 0 3 0 2 1 1 2 1 </values>  </instantiation>
471.41/465.88	s SATISFIABLE
471.41/465.88	
471.41/465.88	d WRONG_DECISIONS 3181144

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15304 MiB free)
  memory of node 1: 16384 MiB (13266 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390614-1568381095/watcher-4390614-1568381095 -o /tmp/evaluation-result-4390614-1568381095/solver-4390614-1568381095 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568380473-21312 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390614-1568381095.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
solver pid=21719, runsolver pid=21716
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.75 1.52 0.85 4/230 21734
/proc/meminfo: memFree=29239552/32770624 swapFree=66958212/67108860
[pid=21719] ppid=21716 vsize=10659884 memory=30268 CPUtime=0.14 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21716 21719 21280 0 -1 1077944320 5563 0 0 0 13 1 0 0 20 0 15 0 414046022 10915721216 7567 33554432000 4194304 4196468 140722082720480 140722082703024 140676111249143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
/proc/21719/statm: 2664971 7567 2910 1 0 2627468 0
[pid=21719/tid=21721] ppid=21716 vsize=10659884 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/21719/task/21721/stat : 21721 (java) R 21716 21719 21280 0 -1 4202560 2976 0 0 0 8 1 0 0 20 0 15 0 414046023 10915721216 7567 33554432000 4194304 4196468 140722082720480 140676115478424 140676111271069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21722] ppid=21716 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 7567 33554432000 4194304 4196468 140722082720480 140676037323024 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21723] ppid=21716 vsize=10659884 memory=139879727752832 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 7567 33554432000 4194304 4196468 140722082720480 140676036270480 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21724] ppid=21716 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 7567 33554432000 4194304 4196468 140722082720480 140676035217936 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21725] ppid=21716 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21716 21719 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 7567 33554432000 4194304 4196468 140722082720480 140676034165392 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21726] ppid=21716 vsize=10659884 memory=139879727752832 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21716 21719 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414046025 10915721216 7567 33554432000 4194304 4196468 140722082720480 140675214158320 140676111260290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21727] ppid=21716 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21716 21719 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414046025 10915721216 7567 33554432000 4194304 4196468 140722082720480 140675213104544 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21728] ppid=21716 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21716 21719 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414046025 10915721216 7567 33554432000 4194304 4196468 140722082720480 140675009996272 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21729] ppid=21716 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 7567 33554432000 4194304 4196468 140722082720480 140675008944848 140676111267739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21730] ppid=21716 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) S 21716 21719 21280 0 -1 1077944384 517 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 7567 33554432000 4194304 4196468 140722082720480 140675007891440 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21731] ppid=21716 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21716 21719 21280 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 7567 33554432000 4194304 4196468 140722082720480 140675006838896 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21732] ppid=21716 vsize=10659884 memory=139879727752832 CPUtime=0.02 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) R 21716 21719 21280 0 -1 4202560 564 0 0 0 2 0 0 0 20 0 15 0 414046028 10915721216 7567 33554432000 4194304 4196468 140722082720480 140675005783160 140676090647659 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21733] ppid=21716 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 7567 33554432000 4194304 4196468 140722082720480 140675004734048 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21734] ppid=21716 vsize=10659884 memory=139879727752832 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 7567 33554432000 4194304 4196468 140722082720480 140675003681584 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 30268 KiB

[startup+0.211607 s]*
/proc/loadavg: 1.75 1.52 0.85 3/230 21734
/proc/meminfo: memFree=29232792/32770624 swapFree=66958212/67108860
[pid=21719] ppid=21716 vsize=10659884 memory=35408 CPUtime=0.33 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21716 21719 21280 0 -1 1077944320 6410 0 0 0 31 2 0 0 20 0 15 0 414046022 10915721216 8852 33554432000 4194304 4196468 140722082720480 140722082703024 140676111249143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
/proc/21719/statm: 2664971 8852 2990 1 0 2627468 0
[pid=21719/tid=21721] ppid=21716 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/21719/task/21721/stat : 21721 (java) R 21716 21719 21280 0 -1 4202560 3473 0 0 0 19 1 0 0 20 0 15 0 414046023 10915721216 8852 33554432000 4194304 4196468 140722082720480 140676115481232 140676111271069 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21722] ppid=21716 vsize=10659884 memory=331 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 8852 33554432000 4194304 4196468 140722082720480 140676037323024 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21723] ppid=21716 vsize=10659884 memory=139879727773994 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 8852 33554432000 4194304 4196468 140722082720480 140676036270480 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21724] ppid=21716 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 8852 33554432000 4194304 4196468 140722082720480 140676035217936 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21725] ppid=21716 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21716 21719 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 8852 33554432000 4194304 4196468 140722082720480 140676034165392 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21726] ppid=21716 vsize=10659884 memory=139879727752832 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21716 21719 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414046025 10915721216 8852 33554432000 4194304 4196468 140722082720480 140675214158320 140676111260290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21727] ppid=21716 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21716 21719 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414046025 10915721216 8852 33554432000 4194304 4196468 140722082720480 140675213104544 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21728] ppid=21716 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21716 21719 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414046025 10915721216 8852 33554432000 4194304 4196468 140722082720480 140675009996272 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21729] ppid=21716 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 8852 33554432000 4194304 4196468 140722082720480 140675008944848 140676111267739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21730] ppid=21716 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) S 21716 21719 21280 0 -1 1077944384 619 0 0 0 3 0 0 0 20 0 15 0 414046028 10915721216 8852 33554432000 4194304 4196468 140722082720480 140675007891440 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21731] ppid=21716 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21716 21719 21280 0 -1 1077944384 358 0 0 0 3 0 0 0 20 0 15 0 414046028 10915721216 8852 33554432000 4194304 4196468 140722082720480 140675006838896 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21732] ppid=21716 vsize=10659884 memory=139879727752832 CPUtime=0.05 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21716 21719 21280 0 -1 1077944384 601 0 0 0 5 0 0 0 20 0 15 0 414046028 10915721216 8852 33554432000 4194304 4196468 140722082720480 140675005786352 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21733] ppid=21716 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 8852 33554432000 4194304 4196468 140722082720480 140675004734048 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21734] ppid=21716 vsize=10659884 memory=139879727752832 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 8852 33554432000 4194304 4196468 140722082720480 140675003681584 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35408 KiB

[startup+0.310154 s]*
/proc/loadavg: 1.75 1.52 0.85 3/230 21734
/proc/meminfo: memFree=29224960/32770624 swapFree=66958212/67108860
[pid=21719] ppid=21716 vsize=10659884 memory=40372 CPUtime=0.47 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21716 21719 21280 0 -1 1077944320 8890 0 0 0 44 3 0 0 20 0 15 0 414046022 10915721216 10093 33554432000 4194304 4196468 140722082720480 140722082703024 140676111249143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
/proc/21719/statm: 2664971 10093 3002 1 0 2627468 0
[pid=21719/tid=21721] ppid=21716 vsize=10659884 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/21719/task/21721/stat : 21721 (java) R 21716 21719 21280 0 -1 4202560 5884 0 0 0 27 2 0 0 20 0 15 0 414046023 10915721216 10093 33554432000 4194304 4196468 140722082720480 140676115480944 140676111270490 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21722] ppid=21716 vsize=10659884 memory=8900 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 10093 33554432000 4194304 4196468 140722082720480 140676037323024 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21723] ppid=21716 vsize=10659884 memory=139879727773948 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 10093 33554432000 4194304 4196468 140722082720480 140676036270480 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21724] ppid=21716 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 10093 33554432000 4194304 4196468 140722082720480 140676035217936 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21725] ppid=21716 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21716 21719 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414046023 10915721216 10093 33554432000 4194304 4196468 140722082720480 140676034165392 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21726] ppid=21716 vsize=10659884 memory=139879727752832 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21716 21719 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414046025 10915721216 10093 33554432000 4194304 4196468 140722082720480 140675214158320 140676111260290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21727] ppid=21716 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21716 21719 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414046025 10915721216 10093 33554432000 4194304 4196468 140722082720480 140675213104544 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21728] ppid=21716 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21716 21719 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414046025 10915721216 10093 33554432000 4194304 4196468 140722082720480 140675009996272 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21729] ppid=21716 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 10093 33554432000 4194304 4196468 140722082720480 140675008944848 140676111267739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21730] ppid=21716 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) R 21716 21719 21280 0 -1 1077944384 627 0 0 0 3 0 0 0 20 0 15 0 414046028 10915721216 10093 33554432000 4194304 4196468 140722082720480 140675007891440 140676111260290 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21731] ppid=21716 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) R 21716 21719 21280 0 -1 4202560 400 0 0 0 4 0 0 0 20 0 15 0 414046028 10915721216 10093 33554432000 4194304 4196468 140722082720480 140675006838896 140676111270490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21732] ppid=21716 vsize=10659884 memory=139879727752832 CPUtime=0.08 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) R 21716 21719 21280 0 -1 4202560 620 0 0 0 8 0 0 0 20 0 15 0 414046028 10915721216 10093 33554432000 4194304 4196468 140722082720480 140675005786352 140676111261078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21733] ppid=21716 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 10093 33554432000 4194304 4196468 140722082720480 140675004734048 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21734] ppid=21716 vsize=10659884 memory=139879727752832 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046028 10915721216 10093 33554432000 4194304 4196468 140722082720480 140675003681584 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40372 KiB

[startup+0.701614 s]
/proc/loadavg: 1.75 1.52 0.85 4/230 21734
/proc/meminfo: memFree=29215920/32770624 swapFree=66958212/67108860
[pid=21719] ppid=21716 vsize=10661932 memory=64120 CPUtime=1.12 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21716 21719 21280 0 -1 1077944320 12568 0 0 0 106 6 0 0 20 0 15 0 414046022 10917818368 16030 33554432000 4194304 4196468 140722082720480 140722082703024 140676111249143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
/proc/21719/statm: 2665483 16030 3074 1 0 2627980 0
[pid=21719/tid=21721] ppid=21716 vsize=10661932 memory=33 CPUtime=0.68 cores=1,3,5,7
/proc/21719/task/21721/stat : 21721 (java) R 21716 21719 21280 0 -1 4202560 8440 0 0 0 64 4 0 0 20 0 15 0 414046023 10917818368 16030 33554432000 4194304 4196468 140722082720480 140676115479776 140676091524930 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21722] ppid=21716 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10917818368 16030 33554432000 4194304 4196468 140722082720480 140676037323024 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21723] ppid=21716 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10917818368 16030 33554432000 4194304 4196468 140722082720480 140676036270480 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21724] ppid=21716 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10917818368 16030 33554432000 4194304 4196468 140722082720480 140676035217936 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21725] ppid=21716 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21716 21719 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414046023 10917818368 16030 33554432000 4194304 4196468 140722082720480 140676034165392 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21726] ppid=21716 vsize=10661932 memory=233192028137533 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21716 21719 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414046025 10917818368 16030 33554432000 4194304 4196468 140722082720480 140675214158320 140676111260290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21727] ppid=21716 vsize=10661932 memory=2925980 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21716 21719 21280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414046025 10917818368 16030 33554432000 4194304 4196468 140722082720480 140675213104544 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21728] ppid=21716 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21716 21719 21280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414046025 10917818368 16030 33554432000 4194304 4196468 140722082720480 140675009996272 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21729] ppid=21716 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414046028 10917818368 16030 33554432000 4194304 4196468 140722082720480 140675008944848 140676111267739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21730] ppid=21716 vsize=10661932 memory=7809523229951467576 CPUtime=0.1 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) R 21716 21719 21280 0 -1 4202560 965 0 0 0 10 0 0 0 20 0 15 0 414046028 10917818368 16030 33554432000 4194304 4196468 140722082720480 140675007891440 140676092434129 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21731] ppid=21716 vsize=10661932 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21716 21719 21280 0 -1 1077944384 699 0 0 0 12 0 0 0 20 0 15 0 414046028 10917818368 16030 33554432000 4194304 4196468 140722082720480 140675006838896 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21732] ppid=21716 vsize=10661932 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21716 21719 21280 0 -1 1077944384 1105 0 0 0 18 0 0 0 20 0 15 0 414046028 10917818368 16030 33554432000 4194304 4196468 140722082720480 140675005786352 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21733] ppid=21716 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414046028 10917818368 16030 33554432000 4194304 4196468 140722082720480 140675004734048 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21734] ppid=21716 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046028 10917818368 16030 33554432000 4194304 4196468 140722082720480 140675003681584 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64120 KiB

[startup+1.50076 s]
/proc/loadavg: 1.75 1.52 0.85 3/230 21734
/proc/meminfo: memFree=29199728/32770624 swapFree=66958212/67108860
[pid=21719] ppid=21716 vsize=10663980 memory=75952 CPUtime=2.01 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21716 21719 21280 0 -1 1077944320 16179 0 0 0 195 6 0 0 20 0 15 0 414046022 10919915520 18988 33554432000 4194304 4196468 140722082720480 140722082703024 140676111249143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
/proc/21719/statm: 2665995 18988 3094 1 0 2628492 0
[pid=21719/tid=21721] ppid=21716 vsize=10663980 memory=186633508923836 CPUtime=1.48 cores=1,3,5,7
/proc/21719/task/21721/stat : 21721 (java) R 21716 21719 21280 0 -1 4202560 11045 0 0 0 143 5 0 0 20 0 15 0 414046023 10919915520 18988 33554432000 4194304 4196468 140722082720480 140676115475024 140676095329630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21722] ppid=21716 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10919915520 18988 33554432000 4194304 4196468 140722082720480 140676037323024 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21723] ppid=21716 vsize=10663980 memory=3608 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10919915520 18988 33554432000 4194304 4196468 140722082720480 140676036270480 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21724] ppid=21716 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21716 21719 21280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414046023 10919915520 18988 33554432000 4194304 4196468 140722082720480 140676035217936 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21725] ppid=21716 vsize=10663980 memory=3472468175796340880 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21716 21719 21280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414046023 10919915520 18988 33554432000 4194304 4196468 140722082720480 140676034165392 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21726] ppid=21716 vsize=10663980 memory=56 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21716 21719 21280 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 414046025 10919915520 18988 33554432000 4194304 4196468 140722082720480 140675214158320 140676111260290 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0

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

[startup+464.901 s]
/proc/loadavg: 1.85 1.80 1.25 3/230 21782
/proc/meminfo: memFree=27206324/32770624 swapFree=66958212/67108860
[pid=21719] ppid=21716 vsize=10746276 memory=2056004 CPUtime=470.51 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21716 21719 21280 0 -1 1077944320 58290 0 0 0 46909 142 0 0 20 0 16 0 414046022 11004186624 514001 33554432000 4194304 4196468 140722082720480 140722082703024 140676111249143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
/proc/21719/statm: 2686569 514001 3371 1 0 2646705 0
[pid=21719/tid=21721] ppid=21716 vsize=10746276 memory=3608 CPUtime=1.86 cores=1,3,5,7
/proc/21719/task/21721/stat : 21721 (java) S 21716 21719 21280 0 -1 1077944384 12621 0 0 0 180 6 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676115492016 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21722] ppid=21716 vsize=10746276 memory=6791534058613427641 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21716 21719 21280 0 -1 1077944384 2224 0 0 0 62 25 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676037323024 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21723] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21716 21719 21280 0 -1 1077944384 3021 0 0 0 60 27 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676036270480 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21724] ppid=21716 vsize=10746276 memory=2728 CPUtime=0.86 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21716 21719 21280 0 -1 1077944384 1882 0 0 0 60 26 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676035217936 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21725] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21716 21719 21280 0 -1 1077944384 1506 0 0 0 62 25 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676034165392 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21726] ppid=21716 vsize=10746276 memory=14080 CPUtime=0.17 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21716 21719 21280 0 -1 1077944384 3401 0 0 0 17 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675214158320 140676111260290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21727] ppid=21716 vsize=10746276 memory=21204 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21716 21719 21280 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675213104608 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21728] ppid=21716 vsize=10746276 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21716 21719 21280 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675009996288 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21729] ppid=21716 vsize=10746276 memory=2728 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675008944848 140676111267739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21730] ppid=21716 vsize=10746276 memory=1404 CPUtime=1.15 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) S 21716 21719 21280 0 -1 1077944384 3681 0 0 0 114 1 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675007891440 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21731] ppid=21716 vsize=10746276 memory=3336 CPUtime=1.25 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21716 21719 21280 0 -1 1077944384 4533 0 0 0 125 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675006838896 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21732] ppid=21716 vsize=10746276 memory=204392 CPUtime=0.63 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21716 21719 21280 0 -1 1077944384 5579 0 0 0 61 2 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675005786352 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21733] ppid=21716 vsize=10746276 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675004734048 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21734] ppid=21716 vsize=10746276 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21716 21719 21280 0 -1 1077944384 613 0 0 0 7 8 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675003681584 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21735] ppid=21716 vsize=10746276 memory=3848 CPUtime=461.71 cores=1,3,5,7
/proc/21719/task/21735/stat : 21735 (java) R 21716 21719 21280 0 -1 4202560 17790 0 0 0 46154 17 0 0 20 0 16 0 414046210 11004186624 514001 33554432000 4194304 4196468 140722082720480 140674987011792 140675703933677 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
Current children cumulated CPU time: 470.51 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 2056004 KiB

[startup+465.301 s]
/proc/loadavg: 1.85 1.80 1.25 3/230 21782
/proc/meminfo: memFree=27206324/32770624 swapFree=66958212/67108860
[pid=21719] ppid=21716 vsize=10746276 memory=2056004 CPUtime=470.91 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21716 21719 21280 0 -1 1077944320 58292 0 0 0 46949 142 0 0 20 0 16 0 414046022 11004186624 514001 33554432000 4194304 4196468 140722082720480 140722082703024 140676111249143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
/proc/21719/statm: 2686569 514001 3371 1 0 2646705 0
[pid=21719/tid=21721] ppid=21716 vsize=10746276 memory=21204 CPUtime=1.86 cores=1,3,5,7
/proc/21719/task/21721/stat : 21721 (java) S 21716 21719 21280 0 -1 1077944384 12621 0 0 0 180 6 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676115492016 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21722] ppid=21716 vsize=10746276 memory=2120 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21716 21719 21280 0 -1 1077944384 2224 0 0 0 62 25 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676037323024 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21723] ppid=21716 vsize=10746276 memory=6791534058613427641 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21716 21719 21280 0 -1 1077944384 3021 0 0 0 60 27 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676036270480 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21724] ppid=21716 vsize=10746276 memory=139882789864001 CPUtime=0.86 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21716 21719 21280 0 -1 1077944384 1882 0 0 0 60 26 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676035217936 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21725] ppid=21716 vsize=10746276 memory=139882789864007 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21716 21719 21280 0 -1 1077944384 1506 0 0 0 62 25 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676034165392 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21726] ppid=21716 vsize=10746276 memory=139882789864012 CPUtime=0.17 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21716 21719 21280 0 -1 1077944384 3401 0 0 0 17 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675214158320 140676111260290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21727] ppid=21716 vsize=10746276 memory=139882789864014 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21716 21719 21280 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675213104608 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21728] ppid=21716 vsize=10746276 memory=139882789864015 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21716 21719 21280 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675009996288 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21729] ppid=21716 vsize=10746276 memory=139882789864016 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675008944848 140676111267739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21730] ppid=21716 vsize=10746276 memory=142416820568715 CPUtime=1.15 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) S 21716 21719 21280 0 -1 1077944384 3681 0 0 0 114 1 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675007891440 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21731] ppid=21716 vsize=10746276 memory=0 CPUtime=1.25 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21716 21719 21280 0 -1 1077944384 4533 0 0 0 125 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675006838896 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21732] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.63 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21716 21719 21280 0 -1 1077944384 5579 0 0 0 61 2 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675005786352 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21733] ppid=21716 vsize=10746276 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675004734048 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21734] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.15 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21716 21719 21280 0 -1 1077944384 613 0 0 0 7 8 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675003681584 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21735] ppid=21716 vsize=10746276 memory=776 CPUtime=462.11 cores=1,3,5,7
/proc/21719/task/21735/stat : 21735 (java) R 21716 21719 21280 0 -1 4202560 17792 0 0 0 46194 17 0 0 20 0 16 0 414046210 11004186624 514001 33554432000 4194304 4196468 140722082720480 140674987011792 140675703716623 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
Current children cumulated CPU time: 470.91 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 2056004 KiB

[startup+465.701 s]
/proc/loadavg: 1.85 1.80 1.25 3/230 21782
/proc/meminfo: memFree=27206324/32770624 swapFree=66958212/67108860
[pid=21719] ppid=21716 vsize=10746276 memory=2056004 CPUtime=471.31 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21716 21719 21280 0 -1 1077944320 58294 0 0 0 46989 142 0 0 20 0 16 0 414046022 11004186624 514001 33554432000 4194304 4196468 140722082720480 140722082703024 140676111249143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
/proc/21719/statm: 2686569 514001 3371 1 0 2646705 0
[pid=21719/tid=21721] ppid=21716 vsize=10746276 memory=14012 CPUtime=1.86 cores=1,3,5,7
/proc/21719/task/21721/stat : 21721 (java) S 21716 21719 21280 0 -1 1077944384 12621 0 0 0 180 6 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676115492016 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21722] ppid=21716 vsize=10746276 memory=6791534058613427641 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21716 21719 21280 0 -1 1077944384 2224 0 0 0 62 25 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676037323024 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21723] ppid=21716 vsize=10746276 memory=3336 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21716 21719 21280 0 -1 1077944384 3021 0 0 0 60 27 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676036270480 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21724] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.86 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21716 21719 21280 0 -1 1077944384 1882 0 0 0 60 26 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676035217936 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21725] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21716 21719 21280 0 -1 1077944384 1506 0 0 0 62 25 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676034165392 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21726] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.17 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21716 21719 21280 0 -1 1077944384 3401 0 0 0 17 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675214158320 140676111260290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21727] ppid=21716 vsize=10746276 memory=-7965668622128159392 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21716 21719 21280 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675213104608 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21728] ppid=21716 vsize=10746276 memory=-6737208495982354336 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21716 21719 21280 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675009996288 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21729] ppid=21716 vsize=10746276 memory=-7385037615208631145 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675008944848 140676111267739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21730] ppid=21716 vsize=10746276 memory=6791534058613427641 CPUtime=1.15 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) S 21716 21719 21280 0 -1 1077944384 3681 0 0 0 114 1 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675007891440 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21731] ppid=21716 vsize=10746276 memory=1196 CPUtime=1.25 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21716 21719 21280 0 -1 1077944384 4533 0 0 0 125 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675006838896 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21732] ppid=21716 vsize=10746276 memory=1044 CPUtime=0.63 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21716 21719 21280 0 -1 1077944384 5579 0 0 0 61 2 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675005786352 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21733] ppid=21716 vsize=10746276 memory=712 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675004734048 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21734] ppid=21716 vsize=10746276 memory=2832 CPUtime=0.15 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21716 21719 21280 0 -1 1077944384 613 0 0 0 7 8 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675003681584 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21735] ppid=21716 vsize=10746276 memory=7976 CPUtime=462.51 cores=1,3,5,7
/proc/21719/task/21735/stat : 21735 (java) R 21716 21719 21280 0 -1 4202560 17794 0 0 0 46234 17 0 0 20 0 16 0 414046210 11004186624 514001 33554432000 4194304 4196468 140722082720480 140674987011792 140675703933712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
Current children cumulated CPU time: 471.31 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 2056004 KiB

[startup+465.801 s]
/proc/loadavg: 1.85 1.80 1.25 3/230 21782
/proc/meminfo: memFree=27206324/32770624 swapFree=66958212/67108860
[pid=21719] ppid=21716 vsize=10746276 memory=2056004 CPUtime=471.41 cores=1,3,5,7
/proc/21719/stat : 21719 (java) S 21716 21719 21280 0 -1 1077944320 58296 0 0 0 46999 142 0 0 20 0 16 0 414046022 11004186624 514001 33554432000 4194304 4196468 140722082720480 140722082703024 140676111249143 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
/proc/21719/statm: 2686569 514001 3371 1 0 2646705 0
[pid=21719/tid=21721] ppid=21716 vsize=10746276 memory=2056004 CPUtime=1.86 cores=1,3,5,7
/proc/21719/task/21721/stat : 21721 (java) S 21716 21719 21280 0 -1 1077944384 12621 0 0 0 180 6 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676115492016 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21722] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21722/stat : 21722 (java) S 21716 21719 21280 0 -1 1077944384 2224 0 0 0 62 25 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676037323024 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21723] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21723/stat : 21723 (java) S 21716 21719 21280 0 -1 1077944384 3021 0 0 0 60 27 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676036270480 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21724] ppid=21716 vsize=10746276 memory=7165352523810879033 CPUtime=0.86 cores=1,3,5,7
/proc/21719/task/21724/stat : 21724 (java) S 21716 21719 21280 0 -1 1077944384 1882 0 0 0 60 26 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676035217936 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21725] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.87 cores=1,3,5,7
/proc/21719/task/21725/stat : 21725 (java) S 21716 21719 21280 0 -1 1077944384 1506 0 0 0 62 25 0 0 20 0 16 0 414046023 11004186624 514001 33554432000 4194304 4196468 140722082720480 140676034165392 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21726] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.17 cores=1,3,5,7
/proc/21719/task/21726/stat : 21726 (java) S 21716 21719 21280 0 -1 1077944384 3401 0 0 0 17 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675214158320 140676111260290 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 23 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21727] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21727/stat : 21727 (java) S 21716 21719 21280 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675213104608 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21728] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21728/stat : 21728 (java) S 21716 21719 21280 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 414046025 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675009996288 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21729] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21729/stat : 21729 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675008944848 140676111267739 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21730] ppid=21716 vsize=10746276 memory=2056004 CPUtime=1.15 cores=1,3,5,7
/proc/21719/task/21730/stat : 21730 (java) S 21716 21719 21280 0 -1 1077944384 3681 0 0 0 114 1 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675007891440 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21731] ppid=21716 vsize=10746276 memory=932 CPUtime=1.25 cores=1,3,5,7
/proc/21719/task/21731/stat : 21731 (java) S 21716 21719 21280 0 -1 1077944384 4533 0 0 0 125 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675006838896 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 29 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21732] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.63 cores=1,3,5,7
/proc/21719/task/21732/stat : 21732 (java) S 21716 21719 21280 0 -1 1077944384 5579 0 0 0 61 2 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675005786352 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21733] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0 cores=1,3,5,7
/proc/21719/task/21733/stat : 21733 (java) S 21716 21719 21280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675004734048 140676111259349 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21734] ppid=21716 vsize=10746276 memory=2056004 CPUtime=0.15 cores=1,3,5,7
/proc/21719/task/21734/stat : 21734 (java) S 21716 21719 21280 0 -1 1077944384 613 0 0 0 7 8 0 0 20 0 16 0 414046028 11004186624 514001 33554432000 4194304 4196468 140722082720480 140675003681584 140676111260290 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 38 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
[pid=21719/tid=21735] ppid=21716 vsize=10746276 memory=2056004 CPUtime=462.61 cores=1,3,5,7
/proc/21719/task/21735/stat : 21735 (java) R 21716 21719 21280 0 -1 4202560 17796 0 0 0 46244 17 0 0 20 0 16 0 414046210 11004186624 514001 33554432000 4194304 4196468 140722082720480 140674987011792 140675704150742 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18653184 140722082726923 140722082727026 140722082727026 140722082729935 0
Current children cumulated CPU time: 471.41 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 2056004 KiB

Child status: 0
Real time (s): 465.896
CPU time (s): 471.519
CPU user time (s): 470.08
CPU system time (s): 1.4384
CPU usage (%): 101.207
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 2056004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 470.08
system time used= 1.43839
maximum resident set size= 2056260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60151
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13153
involuntary context switches= 239


# summary of solver processes directly reported to runsolver:
#   pid: 21719
#   total CPU time (s): 471.519
#   total CPU user time (s): 470.08
#   total CPU system time (s): 1.4384

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.56498 second user time and 4.43599 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-13 15:24:14
IDJOB=4390614
IDBENCH=126080
IDSOLVER=2832
FILE ID=node145/4390614-1568381095
RUNJOBID= node145-1568380473-21312
PBS_JOBID= 21701826
Free space on /tmp= 55148 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-01.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390614-1568381095/watcher-4390614-1568381095 -o /tmp/evaluation-result-4390614-1568381095/solver-4390614-1568381095 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568380473-21312 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390614-1568381095.xml -cm

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

MD5SUM BENCH= 38fbb435e56fa73fec05cbb523a31b1b
RANDOM SEED=530393152

node145.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.59
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.59
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.59
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.59
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:        29256652 kB
MemAvailable:   31661752 kB
Buffers:           89564 kB
Cached:          2592728 kB
SwapCached:        41040 kB
Active:          1585156 kB
Inactive:        1334088 kB
Active(anon):     200432 kB
Inactive(anon):    77332 kB
Active(file):    1384724 kB
Inactive(file):  1256756 kB
Unevictable:      110532 kB
Mlocked:          110532 kB
SwapTotal:      67108860 kB
SwapFree:       66958212 kB
Dirty:             41748 kB
Writeback:             0 kB
AnonPages:        306824 kB
Mapped:            55908 kB
Shmem:             32356 kB
Slab:             187060 kB
SReclaimable:     158912 kB
SUnreclaim:        28148 kB
KernelStack:        3776 kB
PageTables:         6216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1163148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55136 MiB
End job on node145 at 2019-09-13 15:32:00