Trace number 4390490

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23UNSAT 6.24525 4.19724

DiagnosticValue
WRONG_DECISIONS16299

General information on the benchmark

NameQRandom/QRandom-reg2ext-s1/
reg-s20-p03-c20-d10-n10-l5-64.xml
MD5SUM236be531fe4e5fa4d71f6d1385cbaf81
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.28957
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints100
Number of domains23
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":20},{"size":6,"count":20},{"size":10,"count":10},{"size":20,"count":80}]
Minimum variable degree1
Maximum variable degree14
Distribution of variable degrees[{"degree":1,"count":40},{"degree":2,"count":80},{"degree":5,"count":1},{"degree":6,"count":1},{"degree":9,"count":1},{"degree":10,"count":3},{"degree":12,"count":3},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

2.38/1.88	
2.38/1.88	AbsCon 2 
2.38/1.90	
2.90/2.10	  Instance
2.90/2.10	    name=instance-4390490-1568381029, framework=CSP
2.90/2.10	
2.90/2.10	  Loading variables...
3.21/2.12	  Loading constraints...
3.21/2.18	
3.21/2.18	  Domains
3.21/2.18	    nTypes=23, nValues=1840, sizes=[1#20,6#20,10#10,20#80]
3.21/2.18	  Variables
3.21/2.18	    count=130, degrees=[1#40,2#80,5#1,6#1,9#1,10#3,12#3,14#1]
3.21/2.20	  Constraints
3.21/2.20	    count=100, nSpecific=100, arities=[3#100]
3.21/2.20	    distribution=[CtrExtensionCT-Table#100]
3.21/2.20	    tables=[10#20,53#2,54#1,55#2...170#1,180#1,190#3,200#35], nTotalTuples=10967
3.21/2.20	    nExtStructures=(85,shared:15)
3.21/2.20	    wck=0.334, cpu=2.146, mem=31M797
3.21/2.20	  Solver SolverBacktrack being built...
3.21/2.20	
3.53/2.22	
3.53/2.22	  Solver
3.53/2.22	    guaranteedGAC=true
3.53/2.22	    wck=0.371, cpu=2.181, mem=45M82
3.53/2.23	
3.53/2.23	  Preprocessing
3.53/2.23	    filters=33, nACremovedValues=254, nTotalRemovedValues=254, inconcistency=false
3.53/2.23	    wck=0.004, cpu=2.187, mem=45M82
3.53/2.23	
3.53/2.24	    num=0, depth=10..14, filters=1484, wck=0.023, mem=45M82
3.53/2.24	    decisions=38, wrong=13, backtracks=4, failedAssignments=10, nogoods=3
3.53/2.24	    nFilterCalls=1949, avgTableProportion=0.9776961258735234, avgTableSize=123.78193945613135
3.53/2.24	    
3.53/2.25	    num=1, depth=3..4, filters=2978, wck=0.029, mem=45M82
3.53/2.25	    decisions=65, wrong=25, backtracks=5, failedAssignments=21, nogoods=12
3.53/2.25	    nFilterCalls=3709, avgTableProportion=0.9771825317313036, avgTableSize=122.41574548395793
3.53/2.25	    
3.53/2.26	    num=2, depth=2..4, filters=4543, wck=0.036, mem=45M82
3.53/2.26	    decisions=96, wrong=39, backtracks=7, failedAssignments=33, nogoods=14
3.53/2.26	    nFilterCalls=5639, avgTableProportion=0.9768287071496494, avgTableSize=120.17077496009931
3.53/2.26	    
3.53/2.26	    num=3, depth=2..4, filters=6531, wck=0.043, mem=45M82
3.53/2.26	    decisions=129, wrong=54, backtracks=9, failedAssignments=46, nogoods=20
3.53/2.26	    nFilterCalls=8004, avgTableProportion=0.9776622150414248, avgTableSize=122.06959020489755
3.53/2.26	    
3.53/2.27	    num=4, depth=2..4, filters=8769, wck=0.049, mem=45M82
3.53/2.27	    decisions=167, wrong=71, backtracks=12, failedAssignments=60, nogoods=25
3.53/2.27	    nFilterCalls=10803, avgTableProportion=0.9776729786730038, avgTableSize=121.4413588817921
3.53/2.27	    
3.53/2.27	    num=5, depth=3..5, filters=10881, wck=0.055, mem=45M82
3.53/2.27	    decisions=206, wrong=89, backtracks=14, failedAssignments=76, nogoods=28
3.53/2.27	    nFilterCalls=13302, avgTableProportion=0.9775999400327181, avgTableSize=121.50360847992783
3.53/2.27	    
3.53/2.29	    num=6, depth=3..5, filters=13675, wck=0.073, mem=45M82
3.53/2.29	    decisions=255, wrong=112, backtracks=21, failedAssignments=93, nogoods=33
3.53/2.29	    nFilterCalls=16753, avgTableProportion=0.977386196401954, avgTableSize=121.15137587297798
3.53/2.29	    
3.84/2.30	    num=7, depth=3..5, filters=15792, wck=0.079, mem=45M82
3.84/2.30	    decisions=303, wrong=134, backtracks=24, failedAssignments=112, nogoods=37
3.84/2.30	    nFilterCalls=19393, avgTableProportion=0.9775665875085325, avgTableSize=121.81998659310061
3.84/2.30	    
3.84/2.31	    num=8, depth=2..5, filters=19250, wck=0.086, mem=45M82
3.84/2.31	    decisions=362, wrong=162, backtracks=35, failedAssignments=133, nogoods=43
3.84/2.31	    nFilterCalls=23623, avgTableProportion=0.9782040540058181, avgTableSize=122.98378698725818
3.84/2.31	    
3.84/2.32	    num=9, depth=2..3, filters=22844, wck=0.094, mem=45M82
3.84/2.32	    decisions=427, wrong=193, backtracks=43, failedAssignments=156, nogoods=52
3.84/2.32	    nFilterCalls=28106, avgTableProportion=0.9780746411533242, avgTableSize=122.32711876467658
3.84/2.32	    
3.84/2.32	    num=10, depth=2..4, filters=26322, wck=0.101, mem=45M82
3.84/2.32	    decisions=494, wrong=225, backtracks=50, failedAssignments=181, nogoods=60
3.84/2.32	    nFilterCalls=32411, avgTableProportion=0.9780047024926769, avgTableSize=122.30316867730092
3.84/2.32	    
3.84/2.33	    num=11, depth=2..5, filters=29817, wck=0.108, mem=45M82
3.84/2.33	    decisions=561, wrong=257, backtracks=54, failedAssignments=209, nogoods=68
3.84/2.33	    nFilterCalls=36606, avgTableProportion=0.9784181566961743, avgTableSize=123.09572201278479
3.84/2.33	    
3.84/2.34	    num=12, depth=2..5, filters=33904, wck=0.117, mem=45M82
3.84/2.34	    decisions=643, wrong=296, backtracks=64, failedAssignments=240, nogoods=76
3.84/2.34	    nFilterCalls=41707, avgTableProportion=0.9786161900973102, avgTableSize=123.2231280120843
3.84/2.34	    
3.84/2.35	    num=13, depth=3..5, filters=40033, wck=0.128, mem=45M82
3.84/2.35	    decisions=744, wrong=345, backtracks=81, failedAssignments=274, nogoods=91
3.84/2.35	    nFilterCalls=49191, avgTableProportion=0.9784100755291067, avgTableSize=122.25354231465106
3.84/2.35	    
3.84/2.36	    num=14, depth=2..4, filters=45221, wck=0.136, mem=45M82
3.84/2.36	    decisions=838, wrong=391, backtracks=92, failedAssignments=311, nogoods=97
3.84/2.36	    nFilterCalls=55455, avgTableProportion=0.9786192794271656, avgTableSize=122.58245424217834
3.84/2.36	    
3.84/2.37	    num=15, depth=2..4, filters=51024, wck=0.146, mem=45M82
3.84/2.37	    decisions=937, wrong=439, backtracks=99, failedAssignments=352, nogoods=105
3.84/2.37	    nFilterCalls=62472, avgTableProportion=0.9782997179469787, avgTableSize=122.2852798053528
3.84/2.37	    
3.84/2.38	    num=16, depth=1..4, filters=57253, wck=0.157, mem=45M82
3.84/2.38	    decisions=1052, wrong=495, backtracks=112, failedAssignments=397, nogoods=113
3.84/2.38	    nFilterCalls=70170, avgTableProportion=0.9780339204410873, avgTableSize=121.76350292147642
3.84/2.38	    
3.84/2.39	    num=17, depth=2..4, filters=65380, wck=0.169, mem=45M82
3.84/2.39	    decisions=1184, wrong=559, backtracks=126, failedAssignments=447, nogoods=122
3.84/2.39	    nFilterCalls=79955, avgTableProportion=0.9780589035147557, avgTableSize=121.67100243887187
3.84/2.39	    
4.17/2.40	    num=18, depth=1..5, filters=75057, wck=0.181, mem=45M82
4.17/2.40	    decisions=1341, wrong=636, backtracks=148, failedAssignments=502, nogoods=133
4.17/2.40	    nFilterCalls=91536, avgTableProportion=0.9779991688839873, avgTableSize=121.64345175668589
4.17/2.40	    
4.17/2.41	    num=19, depth=2..4, filters=84336, wck=0.192, mem=45M82
4.17/2.41	    decisions=1488, wrong=708, backtracks=162, failedAssignments=563, nogoods=147
4.17/2.41	    nFilterCalls=102688, avgTableProportion=0.9779204378486538, avgTableSize=121.0450490807105
4.17/2.41	    
4.17/2.43	    num=20, depth=3..6, filters=95996, wck=0.206, mem=45M82
4.17/2.43	    decisions=1678, wrong=801, backtracks=189, failedAssignments=630, nogoods=155
4.17/2.43	    nFilterCalls=116583, avgTableProportion=0.9776231622008679, avgTableSize=120.65895542231715
4.17/2.43	    
4.17/2.44	    num=21, depth=1..5, filters=107348, wck=0.218, mem=45M82
4.17/2.44	    decisions=1872, wrong=897, backtracks=216, failedAssignments=704, nogoods=162
4.17/2.44	    nFilterCalls=130366, avgTableProportion=0.977830662863654, avgTableSize=121.22164521424298
4.17/2.44	    
4.17/2.45	    num=22, depth=2..4, filters=118914, wck=0.23, mem=45M82
4.17/2.45	    decisions=2069, wrong=994, backtracks=233, failedAssignments=785, nogoods=175
4.17/2.45	    nFilterCalls=144358, avgTableProportion=0.9779454208727734, avgTableSize=121.29864642070409
4.17/2.45	    
4.17/2.46	    num=23, depth=1..4, filters=132407, wck=0.244, mem=45M82
4.17/2.46	    decisions=2304, wrong=1110, backtracks=261, failedAssignments=874, nogoods=189
4.17/2.46	    nFilterCalls=160756, avgTableProportion=0.9780576879120118, avgTableSize=121.2611535494787
4.17/2.46	    
4.17/2.48	    num=24, depth=2..5, filters=147402, wck=0.259, mem=45M82
4.17/2.48	    decisions=2565, wrong=1239, backtracks=295, failedAssignments=972, nogoods=199
4.17/2.48	    nFilterCalls=179015, avgTableProportion=0.9779845542081231, avgTableSize=120.8457503561154
4.17/2.48	    
4.17/2.49	    num=25, depth=1..4, filters=161396, wck=0.273, mem=45M82
4.17/2.49	    decisions=2832, wrong=1371, backtracks=320, failedAssignments=1080, nogoods=207
4.17/2.49	    nFilterCalls=195966, avgTableProportion=0.9779270115446214, avgTableSize=120.81257973321902
4.17/2.49	    
4.35/2.51	    num=26, depth=1..5, filters=180701, wck=0.292, mem=45M82
4.35/2.51	    decisions=3154, wrong=1531, backtracks=365, failedAssignments=1199, nogoods=218
4.35/2.51	    nFilterCalls=219038, avgTableProportion=0.9779667985215469, avgTableSize=120.9449182333659
4.35/2.51	    
4.35/2.53	    num=27, depth=1..5, filters=199821, wck=0.312, mem=45M82
4.35/2.53	    decisions=3509, wrong=1707, backtracks=415, failedAssignments=1330, nogoods=229
4.35/2.53	    nFilterCalls=242122, avgTableProportion=0.9779755530470615, avgTableSize=120.76077349435408
4.35/2.53	    
4.35/2.55	    num=28, depth=1..5, filters=221769, wck=0.334, mem=45M82
4.35/2.55	    decisions=3884, wrong=1893, backtracks=461, failedAssignments=1474, nogoods=242
4.35/2.55	    nFilterCalls=268681, avgTableProportion=0.9782207210434751, avgTableSize=121.08380198078763
4.35/2.55	    
4.35/2.58	    num=29, depth=1..5, filters=247521, wck=0.361, mem=45M82
4.35/2.58	    decisions=4310, wrong=2105, backtracks=525, failedAssignments=1632, nogoods=254
4.35/2.58	    nFilterCalls=299625, avgTableProportion=0.9782705393878492, avgTableSize=121.30846224447225
4.35/2.58	    
4.47/2.61	    num=30, depth=2..5, filters=273900, wck=0.388, mem=45M82
4.47/2.61	    decisions=4781, wrong=2339, backtracks=591, failedAssignments=1806, nogoods=268
4.47/2.61	    nFilterCalls=331635, avgTableProportion=0.9781610529007542, avgTableSize=121.30446122996668
4.47/2.61	    
4.47/2.64	    num=31, depth=1..5, filters=305443, wck=0.42, mem=45M82
4.47/2.64	    decisions=5320, wrong=2608, backtracks=680, failedAssignments=1997, nogoods=283
4.47/2.64	    nFilterCalls=369421, avgTableProportion=0.9782094485502791, avgTableSize=121.43819111528582
4.47/2.64	    
4.47/2.68	    num=32, depth=1..5, filters=339113, wck=0.455, mem=45M82
4.47/2.68	    decisions=5917, wrong=2905, backtracks=771, failedAssignments=2208, nogoods=295
4.47/2.68	    nFilterCalls=410138, avgTableProportion=0.9780634626193672, avgTableSize=121.4366725346103
4.47/2.68	    
4.57/2.71	    num=33, depth=2..6, filters=371689, wck=0.488, mem=45M82
4.57/2.71	    decisions=6506, wrong=3198, backtracks=840, failedAssignments=2440, nogoods=303
4.57/2.71	    nFilterCalls=449176, avgTableProportion=0.9781022047688072, avgTableSize=121.68988770548738
4.57/2.71	    
4.57/2.75	    num=34, depth=1..4, filters=413601, wck=0.53, mem=45M82
4.57/2.75	    decisions=7177, wrong=3532, backtracks=923, failedAssignments=2695, nogoods=319
4.57/2.75	    nFilterCalls=499213, avgTableProportion=0.9780631673501584, avgTableSize=121.34614282881255
4.57/2.75	    
4.57/2.79	    num=35, depth=1..6, filters=456414, wck=0.572, mem=45M82
4.57/2.79	    decisions=7895, wrong=3889, backtracks=1009, failedAssignments=2976, nogoods=328
4.57/2.79	    nFilterCalls=550551, avgTableProportion=0.9780986266304719, avgTableSize=121.53696932709231
4.57/2.79	    
4.70/2.84	    num=36, depth=1..6, filters=507141, wck=0.624, mem=45M82
4.70/2.84	    decisions=8730, wrong=4305, backtracks=1129, failedAssignments=3285, nogoods=336
4.70/2.84	    nFilterCalls=611398, avgTableProportion=0.9779722752722525, avgTableSize=121.47077026748534
4.70/2.84	    
4.70/2.90	    num=37, depth=1..5, filters=559456, wck=0.674, mem=45M82
4.70/2.90	    decisions=9615, wrong=4746, backtracks=1240, failedAssignments=3625, nogoods=344
4.70/2.90	    nFilterCalls=673652, avgTableProportion=0.9782197242577425, avgTableSize=121.81257830452519
4.70/2.90	    
4.81/2.95	    num=38, depth=1..5, filters=616993, wck=0.732, mem=47M724
4.81/2.95	    decisions=10597, wrong=5236, backtracks=1369, failedAssignments=3999, nogoods=363
4.81/2.95	    nFilterCalls=742262, avgTableProportion=0.97819864748229, avgTableSize=121.61625409895697
4.81/2.95	    
4.94/3.01	    num=39, depth=1..5, filters=680583, wck=0.794, mem=47M724
4.94/3.01	    decisions=11690, wrong=5781, backtracks=1517, failedAssignments=4410, nogoods=380
4.94/3.01	    nFilterCalls=818334, avgTableProportion=0.9782125071869714, avgTableSize=121.79306860035145
4.94/3.01	    
4.94/3.09	    num=40, depth=0..5, filters=754037, wck=0.871, mem=47M724
4.94/3.09	    decisions=12927, wrong=6398, backtracks=1705, failedAssignments=4862, nogoods=388
4.94/3.09	    nFilterCalls=906313, avgTableProportion=0.9782094790671795, avgTableSize=121.78935864320604
4.94/3.09	    
5.09/3.17	    num=41, depth=0..5, filters=831404, wck=0.946, mem=47M724
5.09/3.17	    decisions=14224, wrong=7045, backtracks=1873, failedAssignments=5359, nogoods=403
5.09/3.17	    nFilterCalls=998585, avgTableProportion=0.9783173250125374, avgTableSize=121.79048253278388
5.09/3.17	    
5.23/3.25	    num=42, depth=0..5, filters=920731, wck=1.031, mem=47M724
5.23/3.25	    decisions=15715, wrong=7789, backtracks=2091, failedAssignments=5906, nogoods=418
5.23/3.25	    nFilterCalls=1105213, avgTableProportion=0.97821735839285, avgTableSize=121.5514366913889
5.23/3.25	    
5.33/3.34	    num=43, depth=0..5, filters=1014384, wck=1.12, mem=47M724
5.33/3.34	    decisions=17355, wrong=8608, backtracks=2332, failedAssignments=6508, nogoods=429
5.33/3.34	    nFilterCalls=1217093, avgTableProportion=0.978270924310015, avgTableSize=121.7141450981971
5.33/3.34	    
5.43/3.44	    num=44, depth=0..5, filters=1119642, wck=1.22, mem=47M724
5.43/3.44	    decisions=19112, wrong=9486, backtracks=2571, failedAssignments=7170, nogoods=431
5.43/3.44	    nFilterCalls=1342299, avgTableProportion=0.978285659206478, avgTableSize=121.75878250672913
5.43/3.44	    
5.53/3.54	    num=45, depth=0..5, filters=1229920, wck=1.323, mem=47M724
5.53/3.54	    decisions=21092, wrong=10475, backtracks=2857, failedAssignments=7898, nogoods=442
5.53/3.54	    nFilterCalls=1473774, avgTableProportion=0.978303176541784, avgTableSize=121.80994440124469
5.53/3.54	    
5.63/3.66	    num=46, depth=0..5, filters=1356595, wck=1.442, mem=47M724
5.63/3.66	    decisions=23242, wrong=11549, backtracks=3163, failedAssignments=8699, nogoods=456
5.63/3.66	    nFilterCalls=1624726, avgTableProportion=0.9782606382383962, avgTableSize=121.74583652874392
5.63/3.66	    
5.73/3.79	    num=47, depth=0..5, filters=1494835, wck=1.573, mem=47M724
5.73/3.79	    decisions=25656, wrong=12755, backtracks=3541, failedAssignments=9580, nogoods=468
5.73/3.79	    nFilterCalls=1790422, avgTableProportion=0.9783980918278927, avgTableSize=121.94253645230008
5.73/3.79	    
5.94/3.94	    num=48, depth=0..6, filters=1649139, wck=1.716, mem=47M724
5.94/3.94	    decisions=28300, wrong=14076, backtracks=3938, failedAssignments=10550, nogoods=479
5.94/3.94	    nFilterCalls=1974477, avgTableProportion=0.9784061760211555, avgTableSize=121.97314782598126
5.94/3.94	    
6.05/4.10	    num=49, depth=0..5, filters=1826852, wck=1.883, mem=47M724
6.05/4.10	    decisions=31294, wrong=15572, backtracks=4428, failedAssignments=11617, nogoods=499
6.05/4.10	    nFilterCalls=2185812, avgTableProportion=0.9783203610585575, avgTableSize=121.76274126045607
6.05/4.10	    
6.15/4.19	    num=50, depth=0..4, filters=1914447, wck=1.965, mem=47M724
6.15/4.19	    decisions=32746, wrong=16299, backtracks=4703, failedAssignments=12107, nogoods=499
6.15/4.19	    nFilterCalls=2289516, avgTableProportion=0.978285371769761, avgTableSize=121.72913576493896
6.15/4.19	    
6.15/4.19	  Global
6.15/4.19	    filters=1914447, nogoods=499
6.15/4.19	    Stop=FULL_EXPLORATION, wrong=16299, wck=2.337, cpu=4.147, mem=47M724
6.15/4.19	
6.15/4.19	s UNSATISFIABLE
6.15/4.19	
6.15/4.19	d WRONG_DECISIONS 16299

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390490-1568381029/watcher-4390490-1568381029 -o /tmp/evaluation-result-4390490-1568381029/solver-4390490-1568381029 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568380472-32116 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390490-1568381029.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=32289, runsolver pid=32286
Current StackSize limit: 8192 KiB


[startup+0.100262 s]*
/proc/loadavg: 1.71 1.46 0.79 4/229 32304
/proc/meminfo: memFree=26434316/32770624 swapFree=66957012/67108860
[pid=32289] ppid=32286 vsize=10659884 memory=27688 CPUtime=0.13 cores=1,3,5,7
/proc/32289/stat : 32289 (java) S 32286 32289 32084 0 -1 1077944320 5449 0 0 0 12 1 0 0 20 0 15 0 414016771 10915721216 6922 33554432000 4194304 4196468 140720472731424 140720472713968 140007848390391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
/proc/32289/statm: 2664971 6922 2867 1 0 2627468 0
[pid=32289/tid=32291] ppid=32286 vsize=10659884 memory=-8269626465541066109 CPUtime=0.09 cores=1,3,5,7
/proc/32289/task/32291/stat : 32291 (java) R 32286 32289 32084 0 -1 4202560 3242 0 0 0 9 0 0 0 20 0 15 0 414016771 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007852620128 140007841107543 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32292] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32292/stat : 32292 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007455697936 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32293] ppid=32286 vsize=10659884 memory=140214118946432 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32293/stat : 32293 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007454645392 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32294] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32294/stat : 32294 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007453592336 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32295] ppid=32286 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32295/stat : 32295 (java) S 32286 32289 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007452539792 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32296] ppid=32286 vsize=10659884 memory=140214118946432 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32296/stat : 32296 (java) S 32286 32289 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414016773 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007205480688 140007848401538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32297] ppid=32286 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32297/stat : 32297 (java) S 32286 32289 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414016774 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007204426912 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32298] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32298/stat : 32298 (java) S 32286 32289 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414016774 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007203373808 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32299] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32299/stat : 32299 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414016776 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007202322384 140007848408987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32300] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32300/stat : 32300 (java) S 32286 32289 32084 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 414016776 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007201270512 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32301] ppid=32286 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32301/stat : 32301 (java) S 32286 32289 32084 0 -1 1077944384 192 0 0 0 0 0 0 0 20 0 15 0 414016776 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007200217968 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32302] ppid=32286 vsize=10659884 memory=140214118946432 CPUtime=0.02 cores=1,3,5,7
/proc/32289/task/32302/stat : 32302 (java) R 32286 32289 32084 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 414016776 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007199164912 140007832470878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32303] ppid=32286 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32303/stat : 32303 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414016776 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007198112608 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32304] ppid=32286 vsize=10659884 memory=140214118946432 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32304/stat : 32304 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016777 10915721216 6922 33554432000 4194304 4196468 140720472731424 140007197059632 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 27688 KiB

[startup+0.211325 s]*
/proc/loadavg: 1.74 1.47 0.79 4/229 32304
/proc/meminfo: memFree=26423408/32770624 swapFree=66957012/67108860
[pid=32289] ppid=32286 vsize=10659884 memory=37192 CPUtime=0.33 cores=1,3,5,7
/proc/32289/stat : 32289 (java) S 32286 32289 32084 0 -1 1077944320 9109 0 0 0 30 3 0 0 20 0 15 0 414016771 10915721216 9298 33554432000 4194304 4196468 140720472731424 140720472713968 140007848390391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
/proc/32289/statm: 2664971 9298 2972 1 0 2627468 0
[pid=32289/tid=32291] ppid=32286 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32289/task/32291/stat : 32291 (java) R 32286 32289 32084 0 -1 4202560 6147 0 0 0 18 2 0 0 20 0 15 0 414016771 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007852616752 140007848412317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32292] ppid=32286 vsize=10659884 memory=339 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32292/stat : 32292 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007455697936 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32293] ppid=32286 vsize=10659884 memory=140214118977565 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32293/stat : 32293 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007454645392 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32294] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32294/stat : 32294 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007453592336 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32295] ppid=32286 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32295/stat : 32295 (java) S 32286 32289 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007452539792 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32296] ppid=32286 vsize=10659884 memory=140214118946432 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32296/stat : 32296 (java) S 32286 32289 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414016773 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007205480688 140007848401538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32297] ppid=32286 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32297/stat : 32297 (java) S 32286 32289 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414016774 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007204426912 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32298] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32298/stat : 32298 (java) S 32286 32289 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414016774 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007203373808 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32299] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32299/stat : 32299 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414016776 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007202322384 140007848408987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32300] ppid=32286 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32289/task/32300/stat : 32300 (java) S 32286 32289 32084 0 -1 1077944384 433 0 0 0 2 0 0 0 20 0 15 0 414016776 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007201270512 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32301] ppid=32286 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/32289/task/32301/stat : 32301 (java) S 32286 32289 32084 0 -1 1077944384 391 0 0 0 3 0 0 0 20 0 15 0 414016776 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007200217968 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32302] ppid=32286 vsize=10659884 memory=140214118946432 CPUtime=0.05 cores=1,3,5,7
/proc/32289/task/32302/stat : 32302 (java) S 32286 32289 32084 0 -1 1077944384 780 0 0 0 5 0 0 0 20 0 15 0 414016776 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007199164912 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32303] ppid=32286 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32303/stat : 32303 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414016776 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007198112608 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32304] ppid=32286 vsize=10659884 memory=140214118946432 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32304/stat : 32304 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016777 10915721216 9298 33554432000 4194304 4196468 140720472731424 140007197059632 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37192 KiB

[startup+0.309946 s]*
/proc/loadavg: 1.74 1.47 0.79 4/229 32304
/proc/meminfo: memFree=26421464/32770624 swapFree=66957012/67108860
[pid=32289] ppid=32286 vsize=10659884 memory=40516 CPUtime=0.46 cores=1,3,5,7
/proc/32289/stat : 32289 (java) S 32286 32289 32084 0 -1 1077944320 9307 0 0 0 43 3 0 0 20 0 15 0 414016771 10915721216 10129 33554432000 4194304 4196468 140720472731424 140720472713968 140007848390391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
/proc/32289/statm: 2664971 10129 3033 1 0 2627468 0
[pid=32289/tid=32291] ppid=32286 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/32289/task/32291/stat : 32291 (java) R 32286 32289 32084 0 -1 4202560 6275 0 0 0 28 2 0 0 20 0 15 0 414016771 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007852622800 140007848412317 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32292] ppid=32286 vsize=10659884 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32292/stat : 32292 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007455697936 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32293] ppid=32286 vsize=10659884 memory=140214118976605 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32293/stat : 32293 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007454645392 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32294] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32294/stat : 32294 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007453592336 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32295] ppid=32286 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32295/stat : 32295 (java) S 32286 32289 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414016772 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007452539792 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32296] ppid=32286 vsize=10659884 memory=140214118946432 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32296/stat : 32296 (java) S 32286 32289 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414016773 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007205480688 140007848401538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32297] ppid=32286 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32297/stat : 32297 (java) S 32286 32289 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414016774 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007204426912 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32298] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32298/stat : 32298 (java) S 32286 32289 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414016774 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007203373808 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32299] ppid=32286 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32299/stat : 32299 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414016776 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007202322384 140007848408987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32300] ppid=32286 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32289/task/32300/stat : 32300 (java) S 32286 32289 32084 0 -1 1077944384 473 0 0 0 3 0 0 0 20 0 15 0 414016776 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007201270512 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32301] ppid=32286 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/32289/task/32301/stat : 32301 (java) S 32286 32289 32084 0 -1 1077944384 399 0 0 0 4 0 0 0 20 0 15 0 414016776 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007200217968 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32302] ppid=32286 vsize=10659884 memory=140214118946432 CPUtime=0.08 cores=1,3,5,7
/proc/32289/task/32302/stat : 32302 (java) R 32286 32289 32084 0 -1 4202560 803 0 0 0 8 0 0 0 20 0 15 0 414016776 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007199164912 140007832470878 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32303] ppid=32286 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32303/stat : 32303 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414016776 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007198112608 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32304] ppid=32286 vsize=10659884 memory=140214118946432 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32304/stat : 32304 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016777 10915721216 10129 33554432000 4194304 4196468 140720472731424 140007197059632 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40516 KiB

[startup+0.708494 s]
/proc/loadavg: 1.74 1.47 0.79 3/229 32304
/proc/meminfo: memFree=26412296/32770624 swapFree=66957012/67108860
[pid=32289] ppid=32286 vsize=10661932 memory=61728 CPUtime=1.09 cores=1,3,5,7
/proc/32289/stat : 32289 (java) S 32286 32289 32084 0 -1 1077944320 12429 0 0 0 104 5 0 0 20 0 15 0 414016771 10917818368 15432 33554432000 4194304 4196468 140720472731424 140720472713968 140007848390391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
/proc/32289/statm: 2665483 15432 3073 1 0 2627980 0
[pid=32289/tid=32291] ppid=32286 vsize=10661932 memory=1368 CPUtime=0.68 cores=1,3,5,7
/proc/32289/task/32291/stat : 32291 (java) R 32286 32289 32084 0 -1 4202560 8849 0 0 0 65 3 0 0 20 0 15 0 414016771 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007852611728 140007829943696 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32292] ppid=32286 vsize=10661932 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32292/stat : 32292 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007455697936 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32293] ppid=32286 vsize=10661932 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32293/stat : 32293 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007454645392 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32294] ppid=32286 vsize=10661932 memory=6100 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32294/stat : 32294 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007453592336 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32295] ppid=32286 vsize=10661932 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32295/stat : 32295 (java) S 32286 32289 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414016772 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007452539792 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32296] ppid=32286 vsize=10661932 memory=732 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32296/stat : 32296 (java) S 32286 32289 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414016773 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007205480688 140007848401538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32297] ppid=32286 vsize=10661932 memory=776 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32297/stat : 32297 (java) S 32286 32289 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414016774 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007204426912 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32298] ppid=32286 vsize=10661932 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32298/stat : 32298 (java) S 32286 32289 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414016774 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007203373808 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32299] ppid=32286 vsize=10661932 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32299/stat : 32299 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414016776 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007202322384 140007848408987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32300] ppid=32286 vsize=10661932 memory=7739276948478127207 CPUtime=0.08 cores=1,3,5,7
/proc/32289/task/32300/stat : 32300 (java) S 32286 32289 32084 0 -1 1077944384 516 0 0 0 8 0 0 0 20 0 15 0 414016776 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007201270512 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32301] ppid=32286 vsize=10661932 memory=5865188000529146989 CPUtime=0.11 cores=1,3,5,7
/proc/32289/task/32301/stat : 32301 (java) R 32286 32289 32084 0 -1 4202560 597 0 0 0 11 0 0 0 20 0 15 0 414016776 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007200204064 140007829935621 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32302] ppid=32286 vsize=10661932 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/32289/task/32302/stat : 32302 (java) S 32286 32289 32084 0 -1 1077944384 1109 0 0 0 18 0 0 0 20 0 15 0 414016776 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007199164912 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32303] ppid=32286 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32303/stat : 32303 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414016776 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007198112608 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32304] ppid=32286 vsize=10661932 memory=33 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32304/stat : 32304 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016777 10917818368 15432 33554432000 4194304 4196468 140720472731424 140007197059632 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 61728 KiB

[startup+1.50076 s]
/proc/loadavg: 1.74 1.47 0.79 3/229 32304
/proc/meminfo: memFree=26395980/32770624 swapFree=66957012/67108860
[pid=32289] ppid=32286 vsize=10663980 memory=74352 CPUtime=1.97 cores=1,3,5,7
/proc/32289/stat : 32289 (java) S 32286 32289 32084 0 -1 1077944320 17906 0 0 0 191 6 0 0 20 0 15 0 414016771 10919915520 18588 33554432000 4194304 4196468 140720472731424 140720472713968 140007848390391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
/proc/32289/statm: 2665995 18588 3092 1 0 2628492 0
[pid=32289/tid=32291] ppid=32286 vsize=10663980 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/32289/task/32291/stat : 32291 (java) R 32286 32289 32084 0 -1 4202560 13042 0 0 0 143 4 0 0 20 0 15 0 414016771 10919915520 18588 33554432000 4194304 4196468 140720472731424 140007852622416 140007833555936 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32292] ppid=32286 vsize=10663980 memory=6155685578397870182 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32292/stat : 32292 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10919915520 18588 33554432000 4194304 4196468 140720472731424 140007455697936 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32293] ppid=32286 vsize=10663980 memory=7811043120814189401 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32293/stat : 32293 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10919915520 18588 33554432000 4194304 4196468 140720472731424 140007454645392 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32294] ppid=32286 vsize=10663980 memory=7884513591136183914 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32294/stat : 32294 (java) S 32286 32289 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414016772 10919915520 18588 33554432000 4194304 4196468 140720472731424 140007453592336 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32295] ppid=32286 vsize=10663980 memory=7883947321492137814 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32295/stat : 32295 (java) S 32286 32289 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414016772 10919915520 18588 33554432000 4194304 4196468 140720472731424 140007452539792 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32296] ppid=32286 vsize=10663980 memory=6372430085285112681 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32296/stat : 32296 (java) S 32286 32289 32084 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 414016773 10919915520 18588 33554432000 4194304 4196468 140720472731424 140007205480688 140007848401538 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0

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

[startup+3.20089 s]
/proc/loadavg: 1.74 1.47 0.79 3/230 32305
/proc/meminfo: memFree=26304404/32770624 swapFree=66957012/67108860
[pid=32289] ppid=32286 vsize=10746276 memory=158008 CPUtime=5.23 cores=1,3,5,7
/proc/32289/stat : 32289 (java) S 32286 32289 32084 0 -1 1077944320 27952 0 0 0 510 13 0 0 20 0 16 0 414016771 11004186624 39502 33554432000 4194304 4196468 140720472731424 140720472713968 140007848390391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
/proc/32289/statm: 2686569 39502 3351 1 0 2646705 0
[pid=32289/tid=32291] ppid=32286 vsize=10746276 memory=732 CPUtime=1.86 cores=1,3,5,7
/proc/32289/task/32291/stat : 32291 (java) S 32286 32289 32084 0 -1 1077944384 15304 0 0 0 180 6 0 0 20 0 16 0 414016771 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007852633264 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32292] ppid=32286 vsize=10746276 memory=6791534058613427641 CPUtime=0.01 cores=1,3,5,7
/proc/32289/task/32292/stat : 32292 (java) S 32286 32289 32084 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 16 0 414016772 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007455697936 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32293] ppid=32286 vsize=10746276 memory=32 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32293/stat : 32293 (java) S 32286 32289 32084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 414016772 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007454645392 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32294] ppid=32286 vsize=10746276 memory=28 CPUtime=0.01 cores=1,3,5,7
/proc/32289/task/32294/stat : 32294 (java) S 32286 32289 32084 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414016772 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007453592336 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32295] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32295/stat : 32295 (java) S 32286 32289 32084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 414016772 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007452539792 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32296] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32296/stat : 32296 (java) S 32286 32289 32084 0 -1 1077944384 1095 0 0 0 0 0 0 0 20 0 16 0 414016773 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007205480688 140007848401538 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32297] ppid=32286 vsize=10746276 memory=9 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32297/stat : 32297 (java) S 32286 32289 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414016774 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007204426976 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32298] ppid=32286 vsize=10746276 memory=1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32298/stat : 32298 (java) S 32286 32289 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414016774 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007203373824 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32299] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32299/stat : 32299 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414016776 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007202322384 140007848408987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32300] ppid=32286 vsize=10746276 memory=1 CPUtime=0.7 cores=1,3,5,7
/proc/32289/task/32300/stat : 32300 (java) S 32286 32289 32084 0 -1 1077944384 1586 0 0 0 69 1 0 0 20 0 16 0 414016776 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007201270512 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32301] ppid=32286 vsize=10746276 memory=0 CPUtime=0.74 cores=1,3,5,7
/proc/32289/task/32301/stat : 32301 (java) S 32286 32289 32084 0 -1 1077944384 2363 0 0 0 74 0 0 0 20 0 16 0 414016776 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007200217968 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32302] ppid=32286 vsize=10746276 memory=0 CPUtime=0.52 cores=1,3,5,7
/proc/32289/task/32302/stat : 32302 (java) S 32286 32289 32084 0 -1 1077944384 2210 0 0 0 52 0 0 0 20 0 16 0 414016776 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007199164912 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32303] ppid=32286 vsize=10746276 memory=67 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32303/stat : 32303 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414016776 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007198112608 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32304] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32304/stat : 32304 (java) S 32286 32289 32084 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414016777 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007197059632 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32305] ppid=32286 vsize=10746276 memory=9148 CPUtime=1.27 cores=1,3,5,7
/proc/32289/task/32305/stat : 32305 (java) R 32286 32289 32084 0 -1 4202560 3758 0 0 0 126 1 0 0 20 0 16 0 414016959 11004186624 39502 33554432000 4194304 4196468 140720472731424 140007180395944 140007491798505 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 158008 KiB

[startup+3.60063 s]
/proc/loadavg: 1.74 1.47 0.79 3/230 32305
/proc/meminfo: memFree=26304404/32770624 swapFree=66957012/67108860
[pid=32289] ppid=32286 vsize=10746276 memory=158128 CPUtime=5.63 cores=1,3,5,7
/proc/32289/stat : 32289 (java) S 32286 32289 32084 0 -1 1077944320 27965 0 0 0 550 13 0 0 20 0 16 0 414016771 11004186624 39532 33554432000 4194304 4196468 140720472731424 140720472713968 140007848390391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
/proc/32289/statm: 2686569 39532 3351 1 0 2646705 0
[pid=32289/tid=32291] ppid=32286 vsize=10746276 memory=8316868033356759116 CPUtime=1.86 cores=1,3,5,7
/proc/32289/task/32291/stat : 32291 (java) S 32286 32289 32084 0 -1 1077944384 15304 0 0 0 180 6 0 0 20 0 16 0 414016771 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007852633264 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32292] ppid=32286 vsize=10746276 memory=17945 CPUtime=0.01 cores=1,3,5,7
/proc/32289/task/32292/stat : 32292 (java) S 32286 32289 32084 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007455697936 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32293] ppid=32286 vsize=10746276 memory=3904956443580989098 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32293/stat : 32293 (java) S 32286 32289 32084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007454645392 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32294] ppid=32286 vsize=10746276 memory=3546926900343562839 CPUtime=0.01 cores=1,3,5,7
/proc/32289/task/32294/stat : 32294 (java) S 32286 32289 32084 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007453592336 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32295] ppid=32286 vsize=10746276 memory=7523374689509795904 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32295/stat : 32295 (java) S 32286 32289 32084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007452539792 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32296] ppid=32286 vsize=10746276 memory=7378705338933264492 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32296/stat : 32296 (java) S 32286 32289 32084 0 -1 1077944384 1095 0 0 0 0 0 0 0 20 0 16 0 414016773 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007205480688 140007848401538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32297] ppid=32286 vsize=10746276 memory=5859271421085237344 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32297/stat : 32297 (java) S 32286 32289 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414016774 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007204426976 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32298] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32298/stat : 32298 (java) S 32286 32289 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414016774 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007203373824 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32299] ppid=32286 vsize=10746276 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32299/stat : 32299 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007202322384 140007848408987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32300] ppid=32286 vsize=10746276 memory=2244 CPUtime=0.7 cores=1,3,5,7
/proc/32289/task/32300/stat : 32300 (java) S 32286 32289 32084 0 -1 1077944384 1586 0 0 0 69 1 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007201270512 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32301] ppid=32286 vsize=10746276 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/32289/task/32301/stat : 32301 (java) S 32286 32289 32084 0 -1 1077944384 2364 0 0 0 75 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007200217968 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32302] ppid=32286 vsize=10746276 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/32289/task/32302/stat : 32302 (java) S 32286 32289 32084 0 -1 1077944384 2221 0 0 0 53 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007199164912 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32303] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32303/stat : 32303 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007198112608 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32304] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32304/stat : 32304 (java) S 32286 32289 32084 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 414016777 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007197059632 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32305] ppid=32286 vsize=10746276 memory=0 CPUtime=1.67 cores=1,3,5,7
/proc/32289/task/32305/stat : 32305 (java) R 32286 32289 32084 0 -1 4202560 3759 0 0 0 166 1 0 0 20 0 16 0 414016959 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007180395344 140007491577182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 158128 KiB

[startup+4.0006 s]*
/proc/loadavg: 1.74 1.47 0.79 3/230 32305
/proc/meminfo: memFree=26304384/32770624 swapFree=66957012/67108860
[pid=32289] ppid=32286 vsize=10746276 memory=158128 CPUtime=6.05 cores=1,3,5,7
/proc/32289/stat : 32289 (java) S 32286 32289 32084 0 -1 1077944320 27970 0 0 0 592 13 0 0 20 0 16 0 414016771 11004186624 39532 33554432000 4194304 4196468 140720472731424 140720472713968 140007848390391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
/proc/32289/statm: 2686569 39532 3351 1 0 2646705 0
[pid=32289/tid=32291] ppid=32286 vsize=10746276 memory=6791534058613427641 CPUtime=1.86 cores=1,3,5,7
/proc/32289/task/32291/stat : 32291 (java) S 32286 32289 32084 0 -1 1077944384 15304 0 0 0 180 6 0 0 20 0 16 0 414016771 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007852633264 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32292] ppid=32286 vsize=10746276 memory=14955 CPUtime=0.01 cores=1,3,5,7
/proc/32289/task/32292/stat : 32292 (java) S 32286 32289 32084 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007455697936 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32293] ppid=32286 vsize=10746276 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32293/stat : 32293 (java) S 32286 32289 32084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007454645392 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32294] ppid=32286 vsize=10746276 memory=975 CPUtime=0.01 cores=1,3,5,7
/proc/32289/task/32294/stat : 32294 (java) S 32286 32289 32084 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007453592336 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32295] ppid=32286 vsize=10746276 memory=1352 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32295/stat : 32295 (java) S 32286 32289 32084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007452539792 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32296] ppid=32286 vsize=10746276 memory=610 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32296/stat : 32296 (java) S 32286 32289 32084 0 -1 1077944384 1095 0 0 0 0 0 0 0 20 0 16 0 414016773 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007205480688 140007848401538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32297] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32297/stat : 32297 (java) S 32286 32289 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414016774 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007204426976 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32298] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32298/stat : 32298 (java) S 32286 32289 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414016774 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007203373824 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32299] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32299/stat : 32299 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007202322384 140007848408987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32300] ppid=32286 vsize=10746276 memory=0 CPUtime=0.71 cores=1,3,5,7
/proc/32289/task/32300/stat : 32300 (java) S 32286 32289 32084 0 -1 1077944384 1586 0 0 0 70 1 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007201270512 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32301] ppid=32286 vsize=10746276 memory=0 CPUtime=0.75 cores=1,3,5,7
/proc/32289/task/32301/stat : 32301 (java) S 32286 32289 32084 0 -1 1077944384 2366 0 0 0 75 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007200217968 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32302] ppid=32286 vsize=10746276 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/32289/task/32302/stat : 32302 (java) S 32286 32289 32084 0 -1 1077944384 2222 0 0 0 53 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007199164912 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32303] ppid=32286 vsize=10746276 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32303/stat : 32303 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007198112608 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32304] ppid=32286 vsize=10746276 memory=3977723790191021494 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32304/stat : 32304 (java) S 32286 32289 32084 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 16 0 414016777 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007197059632 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32305] ppid=32286 vsize=10746276 memory=3467824627879784479 CPUtime=2.08 cores=1,3,5,7
/proc/32289/task/32305/stat : 32305 (java) R 32286 32289 32084 0 -1 4202560 3759 0 0 0 207 1 0 0 20 0 16 0 414016959 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007180395344 140007491798960 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
Current children cumulated CPU time: 6.05 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 158128 KiB

[startup+4.10995 s]
/proc/loadavg: 1.74 1.47 0.79 3/230 32305
/proc/meminfo: memFree=26304384/32770624 swapFree=66957012/67108860
[pid=32289] ppid=32286 vsize=10746276 memory=158128 CPUtime=6.15 cores=1,3,5,7
/proc/32289/stat : 32289 (java) S 32286 32289 32084 0 -1 1077944320 27975 0 0 0 602 13 0 0 20 0 16 0 414016771 11004186624 39532 33554432000 4194304 4196468 140720472731424 140720472713968 140007848390391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
/proc/32289/statm: 2686569 39532 3351 1 0 2646705 0
[pid=32289/tid=32291] ppid=32286 vsize=10746276 memory=158128 CPUtime=1.86 cores=1,3,5,7
/proc/32289/task/32291/stat : 32291 (java) S 32286 32289 32084 0 -1 1077944384 15304 0 0 0 180 6 0 0 20 0 16 0 414016771 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007852633264 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32292] ppid=32286 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32289/task/32292/stat : 32292 (java) S 32286 32289 32084 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007455697936 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32293] ppid=32286 vsize=10746276 memory=7235402664094230872 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32293/stat : 32293 (java) S 32286 32289 32084 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007454645392 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32294] ppid=32286 vsize=10746276 memory=7235402664094230872 CPUtime=0.01 cores=1,3,5,7
/proc/32289/task/32294/stat : 32294 (java) S 32286 32289 32084 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007453592336 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32295] ppid=32286 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32295/stat : 32295 (java) S 32286 32289 32084 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 16 0 414016772 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007452539792 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32296] ppid=32286 vsize=10746276 memory=7007708004876308560 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32296/stat : 32296 (java) S 32286 32289 32084 0 -1 1077944384 1097 0 0 0 0 0 0 0 20 0 16 0 414016773 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007205480688 140007848401538 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32297] ppid=32286 vsize=10746276 memory=7883944108235712103 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32297/stat : 32297 (java) S 32286 32289 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414016774 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007204426976 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32298] ppid=32286 vsize=10746276 memory=7235402664094230872 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32298/stat : 32298 (java) S 32286 32289 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414016774 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007203373824 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32299] ppid=32286 vsize=10746276 memory=138744623562287 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32299/stat : 32299 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007202322384 140007848408987 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32300] ppid=32286 vsize=10746276 memory=3512 CPUtime=0.71 cores=1,3,5,7
/proc/32289/task/32300/stat : 32300 (java) S 32286 32289 32084 0 -1 1077944384 1586 0 0 0 70 1 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007201270512 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32301] ppid=32286 vsize=10746276 memory=39508 CPUtime=0.75 cores=1,3,5,7
/proc/32289/task/32301/stat : 32301 (java) S 32286 32289 32084 0 -1 1077944384 2366 0 0 0 75 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007200217968 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32302] ppid=32286 vsize=10746276 memory=2020 CPUtime=0.53 cores=1,3,5,7
/proc/32289/task/32302/stat : 32302 (java) S 32286 32289 32084 0 -1 1077944384 2223 0 0 0 53 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007199164912 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32303] ppid=32286 vsize=10746276 memory=988 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32303/stat : 32303 (java) S 32286 32289 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414016776 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007198112608 140007848400597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32304] ppid=32286 vsize=10746276 memory=1368 CPUtime=0 cores=1,3,5,7
/proc/32289/task/32304/stat : 32304 (java) S 32286 32289 32084 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 414016777 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007197059632 140007848401538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
[pid=32289/tid=32305] ppid=32286 vsize=10746276 memory=1056 CPUtime=2.18 cores=1,3,5,7
/proc/32289/task/32305/stat : 32305 (java) R 32286 32289 32084 0 -1 4202560 3760 0 0 0 217 1 0 0 20 0 16 0 414016959 11004186624 39532 33554432000 4194304 4196468 140720472731424 140007180395344 140007491796379 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7184384 140720472736779 140720472736882 140720472736882 140720472739791 0
Current children cumulated CPU time: 6.15 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 158128 KiB

Child status: 0
Real time (s): 4.19724
CPU time (s): 6.24525
CPU user time (s): 6.10575
CPU system time (s): 0.139502
CPU usage (%): 148.794
Max. virtual memory (cumulated for all children) (KiB): 10746452
Max. memory (cumulated for all children) (KiB): 158128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.10575
system time used= 0.139502
maximum resident set size= 158556
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2567
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 32289
#   total CPU time (s): 6.24525
#   total CPU user time (s): 6.10575
#   total CPU system time (s): 0.139502

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056105 second user time and 0.080015 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 15:23:06
IDJOB=4390490
IDBENCH=125649
IDSOLVER=2832
FILE ID=node147/4390490-1568381029
RUNJOBID= node147-1568380472-32116
PBS_JOBID= 21701824
Free space on /tmp= 56536 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/QRandom/QRandom-reg2ext-s1/reg-s20-p03-c20-d10-n10-l5-64.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390490-1568381029/watcher-4390490-1568381029 -o /tmp/evaluation-result-4390490-1568381029/solver-4390490-1568381029 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568380472-32116 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390490-1568381029.xml -cm

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

MD5SUM BENCH= 236be531fe4e5fa4d71f6d1385cbaf81
RANDOM SEED=1006868870

node147.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.52
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.52
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.52
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.52
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:        26450476 kB
MemAvailable:   31632716 kB
Buffers:          160008 kB
Cached:          5235932 kB
SwapCached:        48500 kB
Active:          2343244 kB
Inactive:        3284912 kB
Active(anon):     184156 kB
Inactive(anon):    89352 kB
Active(file):    2159088 kB
Inactive(file):  3195560 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:              8688 kB
Writeback:             4 kB
AnonPages:        299460 kB
Mapped:            56748 kB
Shmem:             32768 kB
Slab:             285056 kB
SReclaimable:     256052 kB
SUnreclaim:        29004 kB
KernelStack:        3792 kB
PageTables:         6464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1160840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 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= 56528 MiB
End job on node147 at 2019-09-13 15:23:10