Trace number 4390632

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 13.8464 10.7812

DiagnosticValue
WRONG_DECISIONS21243

General information on the benchmark

NameQRandom/QRandom-bdd-18-21-2/
bdd-18-21-2-133-78-06.xml
MD5SUMc11db23a97f48af6ae936ba62121dffc
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 benchmark8.61259
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints133
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree106
Maximum variable degree123
Distribution of variable degrees[{"degree":106,"count":1},{"degree":107,"count":1},{"degree":108,"count":1},{"degree":111,"count":2},{"degree":112,"count":4},{"degree":113,"count":2},{"degree":114,"count":1},{"degree":116,"count":1},{"degree":117,"count":4},{"degree":118,"count":2},{"degree":120,"count":1},{"degree":123,"count":1}]
Minimum constraint arity18
Maximum constraint arity18
Distribution of constraint arities[{"arity":18,"count":133}]
Number of extensional constraints133
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":133}]
Optimization problemNO
Type of objective

Solver Data

2.37/1.89	
2.37/1.89	AbsCon 2 
2.62/1.90	
3.72/2.37	  Instance
3.72/2.37	    name=instance-4390632-1568381074, framework=CSP
3.72/2.37	
3.72/2.37	  Loading variables...
4.21/2.52	  Loading constraints...
5.15/3.23	
5.15/3.23	  Domains
5.15/3.23	    nTypes=1, nValues=42, sizes=[2#21]
5.15/3.23	  Variables
5.15/3.23	    count=21, degrees=[106#1,107#1,108#1,111#2...117#4,118#2,120#1,123#1]
5.15/3.23	  Constraints
5.15/3.23	    count=133, nSpecific=133, arities=[18#133]
5.15/3.23	    distribution=[CtrExtensionCT-Table#133]
5.15/3.23	    tables=[57819#133], nTotalTuples=7689927
5.15/3.23	    nExtStructures=(1,shared:132)
5.15/3.23	    wck=1.37, cpu=3.171, mem=165M387
5.44/3.36	  Solver SolverBacktrack being built...
5.44/3.36	
5.44/3.38	
5.44/3.38	  Solver
5.44/3.38	    guaranteedGAC=true
5.44/3.38	    wck=1.522, cpu=3.282, mem=129M582
5.44/3.39	
5.44/3.39	  Preprocessing
5.44/3.39	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
5.44/3.39	    wck=0.01, cpu=3.294, mem=129M582
5.44/3.39	
5.63/3.43	    num=0, depth=9..15, filters=88, wck=0.051, mem=129M582
5.63/3.43	    decisions=51, wrong=21, backtracks=17, failedAssignments=10, nogoods=1
5.63/3.43	    nFilterCalls=4250, avgTableProportion=0.9999827046472325, avgTableSize=57818.0
5.63/3.43	    
5.91/3.50	    num=1, depth=9..13, filters=188, wck=0.125, mem=129M582
5.91/3.50	    decisions=106, wrong=44, backtracks=37, failedAssignments=21, nogoods=4
5.91/3.50	    nFilterCalls=8985, avgTableProportion=0.9999827046473796, avgTableSize=57818.0
5.91/3.50	    
5.91/3.53	    num=2, depth=9..14, filters=304, wck=0.148, mem=129M582
5.91/3.53	    decisions=169, wrong=71, backtracks=59, failedAssignments=33, nogoods=7
5.91/3.53	    nFilterCalls=14103, avgTableProportion=0.9999827046471527, avgTableSize=57818.0
5.91/3.53	    
5.91/3.56	    num=3, depth=8..13, filters=423, wck=0.181, mem=129M582
5.91/3.56	    decisions=234, wrong=98, backtracks=82, failedAssignments=46, nogoods=9
5.91/3.56	    nFilterCalls=19665, avgTableProportion=0.9999827046473435, avgTableSize=57818.0
5.91/3.56	    
5.91/3.58	    num=4, depth=8..14, filters=566, wck=0.206, mem=129M582
5.91/3.58	    decisions=307, wrong=130, backtracks=108, failedAssignments=60, nogoods=12
5.91/3.58	    nFilterCalls=25504, avgTableProportion=0.9999827046476252, avgTableSize=57818.0
5.91/3.58	    
6.11/3.60	    num=5, depth=8..14, filters=720, wck=0.221, mem=129M582
6.11/3.60	    decisions=386, wrong=165, backtracks=137, failedAssignments=76, nogoods=15
6.11/3.60	    nFilterCalls=32233, avgTableProportion=0.9999827046478231, avgTableSize=57818.0
6.11/3.60	    
6.11/3.63	    num=6, depth=8..13, filters=858, wck=0.249, mem=129M582
6.11/3.63	    decisions=459, wrong=196, backtracks=163, failedAssignments=93, nogoods=18
6.11/3.63	    nFilterCalls=38926, avgTableProportion=0.9999827046479521, avgTableSize=57818.0
6.11/3.63	    
6.11/3.65	    num=7, depth=7..13, filters=1031, wck=0.271, mem=129M582
6.11/3.65	    decisions=540, wrong=233, backtracks=194, failedAssignments=112, nogoods=19
6.11/3.65	    nFilterCalls=45383, avgTableProportion=0.9999827046480405, avgTableSize=57818.0
6.11/3.65	    
6.33/3.81	    num=8, depth=8..14, filters=1204, wck=0.288, mem=129M582
6.33/3.81	    decisions=629, wrong=273, backtracks=226, failedAssignments=133, nogoods=22
6.33/3.81	    nFilterCalls=52609, avgTableProportion=0.9999827046481137, avgTableSize=57818.0
6.33/3.81	    
6.33/3.81	    num=9, depth=8..13, filters=1403, wck=0.316, mem=129M582
6.33/3.81	    decisions=729, wrong=319, backtracks=267, failedAssignments=156, nogoods=27
6.33/3.81	    nFilterCalls=60351, avgTableProportion=0.9999827046481726, avgTableSize=57818.0
6.33/3.81	    
6.33/3.81	    num=10, depth=7..14, filters=1647, wck=0.338, mem=129M582
6.33/3.81	    decisions=838, wrong=369, backtracks=310, failedAssignments=181, nogoods=29
6.33/3.81	    nFilterCalls=69479, avgTableProportion=0.9999827046478126, avgTableSize=57818.0
6.33/3.81	    
6.33/3.81	    num=11, depth=7..13, filters=1880, wck=0.383, mem=129M582
6.33/3.81	    decisions=947, wrong=419, backtracks=355, failedAssignments=209, nogoods=33
6.33/3.81	    nFilterCalls=78641, avgTableProportion=0.9999827046470535, avgTableSize=57818.0
6.33/3.81	    
6.33/3.81	    num=12, depth=7..15, filters=2169, wck=0.404, mem=129M582
6.33/3.81	    decisions=1088, wrong=485, backtracks=411, failedAssignments=240, nogoods=36
6.33/3.81	    nFilterCalls=90048, avgTableProportion=0.9999827046463244, avgTableSize=57818.0
6.33/3.81	    
6.33/3.81	    num=13, depth=7..14, filters=2441, wck=0.435, mem=129M582
6.33/3.81	    decisions=1225, wrong=549, backtracks=469, failedAssignments=274, nogoods=38
6.33/3.81	    nFilterCalls=100341, avgTableProportion=0.9999827046458087, avgTableSize=57818.0
6.33/3.81	    
6.33/3.85	    num=14, depth=7..13, filters=2756, wck=0.475, mem=129M582
6.33/3.85	    decisions=1377, wrong=621, backtracks=527, failedAssignments=311, nogoods=42
6.33/3.85	    nFilterCalls=112627, avgTableProportion=0.9999827046453166, avgTableSize=57818.0
6.33/3.85	    
6.33/3.88	    num=15, depth=7..14, filters=3102, wck=0.502, mem=129M582
6.33/3.88	    decisions=1535, wrong=696, backtracks=594, failedAssignments=352, nogoods=45
6.33/3.88	    nFilterCalls=125125, avgTableProportion=0.9999827046449151, avgTableSize=57818.0
6.33/3.88	    
6.57/3.94	    num=16, depth=6..13, filters=3506, wck=0.559, mem=129M582
6.57/3.94	    decisions=1730, wrong=789, backtracks=675, failedAssignments=397, nogoods=47
6.57/3.94	    nFilterCalls=140439, avgTableProportion=0.9999827046445208, avgTableSize=57818.0
6.57/3.94	    
6.57/3.97	    num=17, depth=6..14, filters=3904, wck=0.589, mem=129M582
6.57/3.97	    decisions=1934, wrong=887, backtracks=759, failedAssignments=447, nogoods=49
6.57/3.97	    nFilterCalls=155248, avgTableProportion=0.9999827046442133, avgTableSize=57818.0
6.57/3.97	    
6.69/4.03	    num=18, depth=6..14, filters=4379, wck=0.646, mem=129M582
6.69/4.03	    decisions=2160, wrong=996, backtracks=851, failedAssignments=502, nogoods=54
6.69/4.03	    nFilterCalls=173683, avgTableProportion=0.9999827046439038, avgTableSize=57818.0
6.69/4.03	    
6.69/4.05	    num=19, depth=6..13, filters=4904, wck=0.673, mem=129M582
6.69/4.05	    decisions=2405, wrong=1114, backtracks=953, failedAssignments=563, nogoods=57
6.69/4.05	    nFilterCalls=191877, avgTableProportion=0.9999827046436567, avgTableSize=57818.0
6.69/4.05	    
6.81/4.12	    num=20, depth=6..13, filters=5499, wck=0.74, mem=129M582
6.81/4.12	    decisions=2681, wrong=1248, backtracks=1068, failedAssignments=630, nogoods=62
6.81/4.12	    nFilterCalls=214068, avgTableProportion=0.9999827046434121, avgTableSize=57818.0
6.81/4.12	    
6.81/4.16	    num=21, depth=6..13, filters=6140, wck=0.783, mem=129M582
6.81/4.16	    decisions=2978, wrong=1393, backtracks=1193, failedAssignments=704, nogoods=65
6.81/4.16	    nFilterCalls=237118, avgTableProportion=0.9999827046432066, avgTableSize=57818.0
6.81/4.16	    
6.91/4.22	    num=22, depth=6..14, filters=6845, wck=0.837, mem=129M582
6.91/4.22	    decisions=3290, wrong=1546, backtracks=1327, failedAssignments=785, nogoods=70
6.91/4.22	    nFilterCalls=262867, avgTableProportion=0.9999827046430195, avgTableSize=57818.0
6.91/4.22	    
6.91/4.27	    num=23, depth=5..13, filters=7611, wck=0.887, mem=129M582
6.91/4.27	    decisions=3639, wrong=1716, backtracks=1480, failedAssignments=874, nogoods=72
6.91/4.27	    nFilterCalls=291597, avgTableProportion=0.9999827046428499, avgTableSize=57818.0
6.91/4.27	    
7.06/4.34	    num=24, depth=5..14, filters=8450, wck=0.956, mem=129M582
7.06/4.34	    decisions=4037, wrong=1911, backtracks=1654, failedAssignments=972, nogoods=75
7.06/4.34	    nFilterCalls=322241, avgTableProportion=0.9999827046427022, avgTableSize=57818.0
7.06/4.34	    
7.06/4.39	    num=25, depth=5..13, filters=9440, wck=1.014, mem=129M582
7.06/4.39	    decisions=4476, wrong=2128, backtracks=1847, failedAssignments=1080, nogoods=77
7.06/4.39	    nFilterCalls=360361, avgTableProportion=0.9999827046425537, avgTableSize=57818.0
7.06/4.39	    
7.16/4.48	    num=26, depth=5..14, filters=10480, wck=1.104, mem=129M582
7.16/4.48	    decisions=4949, wrong=2361, backtracks=2041, failedAssignments=1199, nogoods=82
7.16/4.48	    nFilterCalls=397520, avgTableProportion=0.9999827046424362, avgTableSize=57818.0
7.16/4.48	    
7.26/4.56	    num=27, depth=5..13, filters=11624, wck=1.181, mem=129M582
7.26/4.56	    decisions=5450, wrong=2609, backtracks=2253, failedAssignments=1330, nogoods=90
7.26/4.56	    nFilterCalls=439278, avgTableProportion=0.999982704642328, avgTableSize=57818.0
7.26/4.56	    
7.36/4.64	    num=28, depth=5..14, filters=12812, wck=1.261, mem=129M582
7.36/4.64	    decisions=6009, wrong=2884, backtracks=2506, failedAssignments=1474, nogoods=94
7.36/4.64	    nFilterCalls=484210, avgTableProportion=0.9999827046422324, avgTableSize=57818.0
7.36/4.64	    
7.46/4.73	    num=29, depth=5..14, filters=14143, wck=1.349, mem=129M582
7.46/4.73	    decisions=6625, wrong=3189, backtracks=2778, failedAssignments=1632, nogoods=101
7.46/4.73	    nFilterCalls=533860, avgTableProportion=0.9999827046421456, avgTableSize=57818.0
7.46/4.73	    
7.56/4.82	    num=30, depth=4..13, filters=15507, wck=1.444, mem=129M582
7.56/4.82	    decisions=7275, wrong=3510, backtracks=3061, failedAssignments=1806, nogoods=103
7.56/4.82	    nFilterCalls=583867, avgTableProportion=0.9999827046420728, avgTableSize=57818.0
7.56/4.82	    
7.70/4.95	    num=31, depth=4..14, filters=17115, wck=1.574, mem=129M582
7.70/4.95	    decisions=8010, wrong=3874, backtracks=3388, failedAssignments=1997, nogoods=109
7.70/4.95	    nFilterCalls=643567, avgTableProportion=0.9999827046420009, avgTableSize=57818.0
7.70/4.95	    
7.85/5.05	    num=32, depth=4..14, filters=18822, wck=1.675, mem=129M582
7.85/5.05	    decisions=8802, wrong=4266, backtracks=3734, failedAssignments=2208, nogoods=114
7.85/5.05	    nFilterCalls=705155, avgTableProportion=0.9999827046419395, avgTableSize=57818.0
7.85/5.05	    
8.14/5.23	    num=33, depth=4..13, filters=20724, wck=1.849, mem=129M582
8.14/5.23	    decisions=9687, wrong=4704, backtracks=4127, failedAssignments=2440, nogoods=118
8.14/5.23	    nFilterCalls=772883, avgTableProportion=0.9999827046418832, avgTableSize=57818.0
8.14/5.23	    
8.26/5.38	    num=34, depth=4..13, filters=22826, wck=2.0, mem=129M582
8.26/5.38	    decisions=10652, wrong=5183, backtracks=4553, failedAssignments=2695, nogoods=122
8.26/5.38	    nFilterCalls=849271, avgTableProportion=0.9999827046418306, avgTableSize=57818.0
8.26/5.38	    
8.36/5.47	    num=35, depth=4..14, filters=25009, wck=2.095, mem=129M582
8.36/5.47	    decisions=11681, wrong=5694, backtracks=4999, failedAssignments=2976, nogoods=126
8.36/5.47	    nFilterCalls=929207, avgTableProportion=0.9999827046417847, avgTableSize=57818.0
8.36/5.47	    
8.67/5.74	    num=36, depth=3..14, filters=27592, wck=2.357, mem=132M159
8.67/5.74	    decisions=12845, wrong=6272, backtracks=5508, failedAssignments=3285, nogoods=130
8.67/5.74	    nFilterCalls=1022103, avgTableProportion=0.9999827046417404, avgTableSize=57818.0
8.67/5.74	    
8.87/5.91	    num=37, depth=3..13, filters=30189, wck=2.528, mem=132M159
8.87/5.91	    decisions=14087, wrong=6890, backtracks=6069, failedAssignments=3625, nogoods=134
8.87/5.91	    nFilterCalls=1115859, avgTableProportion=0.9999827046417032, avgTableSize=57818.0
8.87/5.91	    
9.08/6.14	    num=38, depth=3..14, filters=33176, wck=2.764, mem=132M159
9.08/6.14	    decisions=15480, wrong=7583, backtracks=6673, failedAssignments=3999, nogoods=139
9.08/6.14	    nFilterCalls=1225116, avgTableProportion=0.999982704641667, avgTableSize=57818.0
9.08/6.14	    
9.27/6.36	    num=39, depth=3..13, filters=36500, wck=2.982, mem=132M159
9.27/6.36	    decisions=17041, wrong=8360, backtracks=7375, failedAssignments=4410, nogoods=145
9.27/6.36	    nFilterCalls=1345426, avgTableProportion=0.9999827046416341, avgTableSize=57818.0
9.27/6.36	    
9.47/6.53	    num=40, depth=3..14, filters=40000, wck=3.151, mem=132M159
9.47/6.53	    decisions=18713, wrong=9193, backtracks=8114, failedAssignments=4862, nogoods=151
9.47/6.53	    nFilterCalls=1475600, avgTableProportion=0.9999827046416043, avgTableSize=57818.0
9.47/6.53	    
9.78/6.85	    num=41, depth=2..13, filters=43992, wck=3.475, mem=132M159
9.78/6.85	    decisions=20563, wrong=10114, backtracks=8940, failedAssignments=5359, nogoods=156
9.78/6.85	    nFilterCalls=1619387, avgTableProportion=0.9999827046415771, avgTableSize=57818.0
9.78/6.85	    
10.18/7.24	    num=42, depth=2..13, filters=48189, wck=3.865, mem=132M159
10.18/7.24	    decisions=22513, wrong=11087, backtracks=9835, failedAssignments=5906, nogoods=162
10.18/7.24	    nFilterCalls=1775413, avgTableProportion=0.9999827046415525, avgTableSize=57818.0
10.18/7.24	    
10.38/7.49	    num=43, depth=2..14, filters=53125, wck=4.106, mem=132M159
10.38/7.49	    decisions=24776, wrong=12216, backtracks=10832, failedAssignments=6508, nogoods=169
10.38/7.49	    nFilterCalls=1955090, avgTableProportion=0.999982704641529, avgTableSize=57818.0
10.38/7.49	    
10.78/7.89	    num=44, depth=2..13, filters=58255, wck=4.514, mem=132M159
10.78/7.89	    decisions=27169, wrong=13410, backtracks=11907, failedAssignments=7170, nogoods=176
10.78/7.89	    nFilterCalls=2145683, avgTableProportion=0.9999827046467706, avgTableSize=57818.0
10.78/7.89	    
11.28/8.40	    num=45, depth=2..13, filters=63840, wck=5.016, mem=132M159
11.28/8.40	    decisions=29788, wrong=14716, backtracks=13088, failedAssignments=7898, nogoods=181
11.28/8.40	    nFilterCalls=2353155, avgTableProportion=0.9999827046668163, avgTableSize=57818.0
11.28/8.40	    
11.69/8.78	    num=46, depth=1..12, filters=70177, wck=5.403, mem=132M159
11.69/8.78	    decisions=32704, wrong=16172, backtracks=14387, failedAssignments=8699, nogoods=189
11.69/8.78	    nFilterCalls=2581618, avgTableProportion=0.9999827046851625, avgTableSize=57818.0
11.69/8.78	    
12.39/9.47	    num=47, depth=1..13, filters=76690, wck=6.095, mem=132M159
12.39/9.47	    decisions=35795, wrong=17715, backtracks=15787, failedAssignments=9580, nogoods=194
12.39/9.47	    nFilterCalls=2819863, avgTableProportion=0.9999827047011278, avgTableSize=57818.0
12.39/9.47	    
13.01/10.09	    num=48, depth=0..12, filters=84500, wck=6.712, mem=132M159
13.01/10.09	    decisions=39399, wrong=19515, backtracks=17418, failedAssignments=10550, nogoods=201
13.01/10.09	    nFilterCalls=3103510, avgTableProportion=0.9999827047169393, avgTableSize=57818.0
13.01/10.09	    
13.76/10.77	    num=49, depth=0..12, filters=92088, wck=7.388, mem=132M159
13.76/10.77	    decisions=42853, wrong=21243, backtracks=18968, failedAssignments=11485, nogoods=201
13.76/10.77	    nFilterCalls=3375452, avgTableProportion=0.9999827047296032, avgTableSize=57818.0
13.76/10.77	    
13.76/10.77	  Global
13.76/10.77	    filters=92088, nogoods=201
13.76/10.77	    Stop=FULL_EXPLORATION, wrong=21243, wck=8.912, cpu=10.671, mem=132M159
13.76/10.77	
13.76/10.77	s UNSATISFIABLE
13.76/10.77	
13.76/10.77	d WRONG_DECISIONS 21243

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390632-1568381074/watcher-4390632-1568381074 -o /tmp/evaluation-result-4390632-1568381074/solver-4390632-1568381074 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568380472-32116 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390632-1568381074.xml -cm 

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

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

solver pid=32523, runsolver pid=32520

[startup+0.105368 s]*
/proc/loadavg: 1.85 1.54 0.84 5/230 32538
/proc/meminfo: memFree=26434624/32770624 swapFree=66957012/67108860
[pid=32523] ppid=32520 vsize=10659884 memory=28716 CPUtime=0.15 cores=1,3,5,7
/proc/32523/stat : 32523 (java) S 32520 32523 32084 0 -1 1077944320 5659 0 0 0 14 1 0 0 20 0 15 0 414021249 10915721216 7179 33554432000 4194304 4196468 140721705694640 140721705677184 140071943954167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
/proc/32523/statm: 2664971 7179 2921 1 0 2627468 0
[pid=32523/tid=32525] ppid=32520 vsize=10659884 memory=-8197568871503271036 CPUtime=0.09 cores=1,3,5,7
/proc/32523/task/32525/stat : 32525 (java) R 32520 32523 32084 0 -1 4202560 3248 0 0 0 9 0 0 0 20 0 15 0 414021249 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071948183560 140071943976093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32526] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32526/stat : 32526 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071551183632 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32527] ppid=32520 vsize=10659884 memory=140202789910144 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32527/stat : 32527 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071550131088 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32528] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32528/stat : 32528 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071549078544 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32529] ppid=32520 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32529/stat : 32529 (java) S 32520 32523 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071548026000 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32530] ppid=32520 vsize=10659884 memory=140202789910144 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32530/stat : 32530 (java) S 32520 32523 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414021251 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071503075312 140071943965314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32531] ppid=32520 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32531/stat : 32531 (java) S 32520 32523 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414021252 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071502021536 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32532] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32532/stat : 32532 (java) S 32520 32523 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414021252 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071432872944 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32533] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32533/stat : 32533 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414021254 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071431821520 140071943972763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32534] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32534/stat : 32534 (java) R 32520 32523 32084 0 -1 4202560 565 0 0 0 0 0 0 0 20 0 15 0 414021254 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071430750040 140071921781405 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32535] ppid=32520 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32535/stat : 32535 (java) S 32520 32523 32084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 414021254 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071429716592 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32536] ppid=32520 vsize=10659884 memory=140202789910144 CPUtime=0.02 cores=1,3,5,7
/proc/32523/task/32536/stat : 32536 (java) R 32520 32523 32084 0 -1 4202560 505 0 0 0 2 0 0 0 20 0 15 0 414021254 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071428660888 140071923352735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32537] ppid=32520 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32537/stat : 32537 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414021254 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071427611744 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32538] ppid=32520 vsize=10659884 memory=140202789910144 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32538/stat : 32538 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021255 10915721216 7179 33554432000 4194304 4196468 140721705694640 140071426558256 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28716 KiB

[startup+0.21155 s]*
/proc/loadavg: 1.85 1.54 0.84 5/230 32538
/proc/meminfo: memFree=26423272/32770624 swapFree=66957012/67108860
[pid=32523] ppid=32520 vsize=10659884 memory=37636 CPUtime=0.32 cores=1,3,5,7
/proc/32523/stat : 32523 (java) S 32520 32523 32084 0 -1 1077944320 9178 0 0 0 29 3 0 0 20 0 15 0 414021249 10915721216 9409 33554432000 4194304 4196468 140721705694640 140721705677184 140071943954167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
/proc/32523/statm: 2664971 9409 2989 1 0 2627468 0
[pid=32523/tid=32525] ppid=32520 vsize=10659884 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/32523/task/32525/stat : 32525 (java) R 32520 32523 32084 0 -1 4202560 6121 0 0 0 18 1 0 0 20 0 15 0 414021249 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071948186128 140071833378832 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32526] ppid=32520 vsize=10659884 memory=339 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32526/stat : 32526 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071551183632 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32527] ppid=32520 vsize=10659884 memory=140202789941277 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32527/stat : 32527 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071550131088 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32528] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32528/stat : 32528 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071549078544 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32529] ppid=32520 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32529/stat : 32529 (java) S 32520 32523 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071548026000 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32530] ppid=32520 vsize=10659884 memory=140202789910144 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32530/stat : 32530 (java) S 32520 32523 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414021251 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071503075312 140071943965314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32531] ppid=32520 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32531/stat : 32531 (java) S 32520 32523 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414021252 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071502021536 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32532] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32532/stat : 32532 (java) S 32520 32523 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414021252 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071432872944 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32533] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32533/stat : 32533 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414021254 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071431821520 140071943972763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32534] ppid=32520 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32523/task/32534/stat : 32534 (java) S 32520 32523 32084 0 -1 1077944384 809 0 0 0 3 0 0 0 20 0 15 0 414021254 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071430769136 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32535] ppid=32520 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32523/task/32535/stat : 32535 (java) S 32520 32523 32084 0 -1 1077944384 194 0 0 0 2 0 0 0 20 0 15 0 414021254 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071429716592 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32536] ppid=32520 vsize=10659884 memory=140202789910144 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32536/stat : 32536 (java) S 32520 32523 32084 0 -1 1077944384 695 0 0 0 5 0 0 0 20 0 15 0 414021254 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071428664048 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32537] ppid=32520 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32537/stat : 32537 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414021254 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071427611744 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32538] ppid=32520 vsize=10659884 memory=140202789910144 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32538/stat : 32538 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021255 10915721216 9409 33554432000 4194304 4196468 140721705694640 140071426558256 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37636 KiB

[startup+0.310266 s]*
/proc/loadavg: 1.85 1.54 0.84 3/230 32538
/proc/meminfo: memFree=26421372/32770624 swapFree=66957012/67108860
[pid=32523] ppid=32520 vsize=10659884 memory=40196 CPUtime=0.46 cores=1,3,5,7
/proc/32523/stat : 32523 (java) S 32520 32523 32084 0 -1 1077944320 9358 0 0 0 43 3 0 0 20 0 15 0 414021249 10915721216 10049 33554432000 4194304 4196468 140721705694640 140721705677184 140071943954167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
/proc/32523/statm: 2664971 10049 3004 1 0 2627468 0
[pid=32523/tid=32525] ppid=32520 vsize=10659884 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/32523/task/32525/stat : 32525 (java) R 32520 32523 32084 0 -1 4202560 6234 0 0 0 27 2 0 0 20 0 15 0 414021249 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071948193456 140071928034654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32526] ppid=32520 vsize=10659884 memory=288230596118052887 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32526/stat : 32526 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071551183632 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32527] ppid=32520 vsize=10659884 memory=140202789940317 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32527/stat : 32527 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071550131088 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32528] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32528/stat : 32528 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071549078544 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32529] ppid=32520 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32529/stat : 32529 (java) S 32520 32523 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414021250 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071548026000 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32530] ppid=32520 vsize=10659884 memory=140202789910144 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32530/stat : 32530 (java) S 32520 32523 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414021251 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071503075312 140071943965314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32531] ppid=32520 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32531/stat : 32531 (java) S 32520 32523 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414021252 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071502021536 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32532] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32532/stat : 32532 (java) S 32520 32523 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414021252 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071432872944 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32533] ppid=32520 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32533/stat : 32533 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414021254 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071431821520 140071943972763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32534] ppid=32520 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/32523/task/32534/stat : 32534 (java) S 32520 32523 32084 0 -1 1077944384 817 0 0 0 4 0 0 0 20 0 15 0 414021254 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071430769136 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32535] ppid=32520 vsize=10659884 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/32523/task/32535/stat : 32535 (java) S 32520 32523 32084 0 -1 1077944384 236 0 0 0 3 0 0 0 20 0 15 0 414021254 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071429716592 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32536] ppid=32520 vsize=10659884 memory=140202789910144 CPUtime=0.07 cores=1,3,5,7
/proc/32523/task/32536/stat : 32536 (java) S 32520 32523 32084 0 -1 1077944384 712 0 0 0 7 0 0 0 20 0 15 0 414021254 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071428664048 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32537] ppid=32520 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32537/stat : 32537 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414021254 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071427611744 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32538] ppid=32520 vsize=10659884 memory=140202789910144 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32538/stat : 32538 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021255 10915721216 10049 33554432000 4194304 4196468 140721705694640 140071426558256 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40196 KiB

[startup+0.700834 s]
/proc/loadavg: 1.86 1.54 0.85 3/230 32538
/proc/meminfo: memFree=26410488/32770624 swapFree=66957012/67108860
[pid=32523] ppid=32520 vsize=10661932 memory=61592 CPUtime=1.08 cores=1,3,5,7
/proc/32523/stat : 32523 (java) S 32520 32523 32084 0 -1 1077944320 12962 0 0 0 103 5 0 0 20 0 15 0 414021249 10917818368 15398 33554432000 4194304 4196468 140721705694640 140721705677184 140071943954167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
/proc/32523/statm: 2665483 15398 3061 1 0 2627980 0
[pid=32523/tid=32525] ppid=32520 vsize=10661932 memory=1368 CPUtime=0.66 cores=1,3,5,7
/proc/32523/task/32525/stat : 32525 (java) R 32520 32523 32084 0 -1 4202560 8771 0 0 0 63 3 0 0 20 0 15 0 414021249 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071948186192 140071929320900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32526] ppid=32520 vsize=10661932 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32526/stat : 32526 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071551183632 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32527] ppid=32520 vsize=10661932 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32527/stat : 32527 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071550131088 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32528] ppid=32520 vsize=10661932 memory=6100 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32528/stat : 32528 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071549078544 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32529] ppid=32520 vsize=10661932 memory=11624 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32529/stat : 32529 (java) S 32520 32523 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414021250 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071548026000 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32530] ppid=32520 vsize=10661932 memory=732 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32530/stat : 32530 (java) S 32520 32523 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414021251 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071503075312 140071943965314 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32531] ppid=32520 vsize=10661932 memory=776 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32531/stat : 32531 (java) S 32520 32523 32084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414021252 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071502021536 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32532] ppid=32520 vsize=10661932 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32532/stat : 32532 (java) S 32520 32523 32084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414021252 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071432872944 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32533] ppid=32520 vsize=10661932 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32533/stat : 32533 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414021254 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071431821520 140071943972763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32534] ppid=32520 vsize=10661932 memory=7739276948478127207 CPUtime=0.11 cores=1,3,5,7
/proc/32523/task/32534/stat : 32534 (java) S 32520 32523 32084 0 -1 1077944384 1111 0 0 0 11 0 0 0 20 0 15 0 414021254 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071430769136 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32535] ppid=32520 vsize=10661932 memory=5865188000529146989 CPUtime=0.09 cores=1,3,5,7
/proc/32523/task/32535/stat : 32535 (java) S 32520 32523 32084 0 -1 1077944384 541 0 0 0 9 0 0 0 20 0 15 0 414021254 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071429716592 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32536] ppid=32520 vsize=10661932 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/32523/task/32536/stat : 32536 (java) S 32520 32523 32084 0 -1 1077944384 1180 0 0 0 18 0 0 0 20 0 15 0 414021254 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071428664048 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32537] ppid=32520 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32537/stat : 32537 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414021254 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071427611744 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32538] ppid=32520 vsize=10661932 memory=33 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32538/stat : 32538 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021255 10917818368 15398 33554432000 4194304 4196468 140721705694640 140071426558256 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 61592 KiB

[startup+1.50071 s]
/proc/loadavg: 1.86 1.54 0.85 3/229 32538
/proc/meminfo: memFree=26393832/32770624 swapFree=66957012/67108860
[pid=32523] ppid=32520 vsize=10663980 memory=75924 CPUtime=1.98 cores=1,3,5,7
/proc/32523/stat : 32523 (java) S 32520 32523 32084 0 -1 1077944320 18537 0 0 0 192 6 0 0 20 0 15 0 414021249 10919915520 18981 33554432000 4194304 4196468 140721705694640 140721705677184 140071943954167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
/proc/32523/statm: 2665995 18981 3091 1 0 2628492 0
[pid=32523/tid=32525] ppid=32520 vsize=10663980 memory=6791534058613427641 CPUtime=1.46 cores=1,3,5,7
/proc/32523/task/32525/stat : 32525 (java) R 32520 32523 32084 0 -1 4202560 13085 0 0 0 142 4 0 0 20 0 15 0 414021249 10919915520 18981 33554432000 4194304 4196468 140721705694640 140071948184784 140071943976093 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32526] ppid=32520 vsize=10663980 memory=6155685578397870182 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32526/stat : 32526 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10919915520 18981 33554432000 4194304 4196468 140721705694640 140071551183632 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32527] ppid=32520 vsize=10663980 memory=7811043120814189401 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32527/stat : 32527 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10919915520 18981 33554432000 4194304 4196468 140721705694640 140071550131088 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32528] ppid=32520 vsize=10663980 memory=7884513591136183914 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32528/stat : 32528 (java) S 32520 32523 32084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414021250 10919915520 18981 33554432000 4194304 4196468 140721705694640 140071549078544 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32529] ppid=32520 vsize=10663980 memory=7883947321492137814 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32529/stat : 32529 (java) S 32520 32523 32084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414021250 10919915520 18981 33554432000 4194304 4196468 140721705694640 140071548026000 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32530] ppid=32520 vsize=10663980 memory=7523379066148835693 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32530/stat : 32530 (java) S 32520 32523 32084 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 414021251 10919915520 18981 33554432000 4194304 4196468 140721705694640 140071503075312 140071943965314 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0

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

[startup+9.60073 s]
/proc/loadavg: 1.87 1.55 0.86 3/230 32539
/proc/meminfo: memFree=26148536/32770624 swapFree=66957012/67108860
[pid=32523] ppid=32520 vsize=10746276 memory=313900 CPUtime=12.59 cores=1,3,5,7
/proc/32523/stat : 32523 (java) S 32520 32523 32084 0 -1 1077944320 32204 0 0 0 1233 26 0 0 20 0 16 0 414021249 11004186624 78475 33554432000 4194304 4196468 140721705694640 140721705677184 140071943954167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
/proc/32523/statm: 2686569 78475 3374 1 0 2646705 0
[pid=32523/tid=32525] ppid=32520 vsize=10746276 memory=0 CPUtime=1.85 cores=1,3,5,7
/proc/32523/task/32525/stat : 32525 (java) S 32520 32523 32084 0 -1 1077944384 15367 0 0 0 179 6 0 0 20 0 16 0 414021249 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071948197040 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32526] ppid=32520 vsize=10746276 memory=279872953974297 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32526/stat : 32526 (java) S 32520 32523 32084 0 -1 1077944384 190 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071551183632 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32527] ppid=32520 vsize=10746276 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32527/stat : 32527 (java) S 32520 32523 32084 0 -1 1077944384 102 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071550131088 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32528] ppid=32520 vsize=10746276 memory=288230574492221466 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32528/stat : 32528 (java) S 32520 32523 32084 0 -1 1077944384 269 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071549078544 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32529] ppid=32520 vsize=10746276 memory=288230617509003574 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32529/stat : 32529 (java) S 32520 32523 32084 0 -1 1077944384 82 0 0 0 2 3 0 0 20 0 16 0 414021250 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071548026000 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32530] ppid=32520 vsize=10746276 memory=15252640887999028 CPUtime=0.01 cores=1,3,5,7
/proc/32523/task/32530/stat : 32530 (java) S 32520 32523 32084 0 -1 1077944384 1160 0 0 0 1 0 0 0 20 0 16 0 414021251 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071503075312 140071943965314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32531] ppid=32520 vsize=10746276 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32531/stat : 32531 (java) S 32520 32523 32084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414021252 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071502021600 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32532] ppid=32520 vsize=10746276 memory=14955 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32532/stat : 32532 (java) S 32520 32523 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414021252 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071432872960 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32533] ppid=32520 vsize=10746276 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32533/stat : 32533 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414021254 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071431821520 140071943972763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32534] ppid=32520 vsize=10746276 memory=313852 CPUtime=1.17 cores=1,3,5,7
/proc/32523/task/32534/stat : 32534 (java) S 32520 32523 32084 0 -1 1077944384 3561 0 0 0 115 2 0 0 20 0 16 0 414021254 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071430769136 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 14 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32535] ppid=32520 vsize=10746276 memory=2020 CPUtime=1.05 cores=1,3,5,7
/proc/32523/task/32535/stat : 32535 (java) S 32520 32523 32084 0 -1 1077944384 3034 0 0 0 105 0 0 0 20 0 16 0 414021254 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071429716592 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 14 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32536] ppid=32520 vsize=10746276 memory=988 CPUtime=0.58 cores=1,3,5,7
/proc/32523/task/32536/stat : 32536 (java) S 32520 32523 32084 0 -1 1077944384 2428 0 0 0 57 1 0 0 20 0 16 0 414021254 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071428664048 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32537] ppid=32520 vsize=10746276 memory=1368 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32537/stat : 32537 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414021254 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071427611744 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32538] ppid=32520 vsize=10746276 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32538/stat : 32538 (java) S 32520 32523 32084 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 414021255 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071426558256 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32539] ppid=32520 vsize=10746276 memory=1712 CPUtime=7.62 cores=1,3,5,7
/proc/32523/task/32539/stat : 32539 (java) R 32520 32523 32084 0 -1 4202560 4570 0 0 0 760 2 0 0 20 0 16 0 414021438 11004186624 78475 33554432000 4194304 4196468 140721705694640 140071409893856 140071587585527 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 313900 KiB

[startup+10.4007 s]
/proc/loadavg: 1.87 1.55 0.86 3/230 32539
/proc/meminfo: memFree=26148544/32770624 swapFree=66957012/67108860
[pid=32523] ppid=32520 vsize=10746276 memory=313932 CPUtime=13.46 cores=1,3,5,7
/proc/32523/stat : 32523 (java) S 32520 32523 32084 0 -1 1077944320 32483 0 0 0 1320 26 0 0 20 0 16 0 414021249 11004186624 78483 33554432000 4194304 4196468 140721705694640 140721705677184 140071943954167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
/proc/32523/statm: 2686569 78483 3374 1 0 2646705 0
[pid=32523/tid=32525] ppid=32520 vsize=10746276 memory=11624 CPUtime=1.85 cores=1,3,5,7
/proc/32523/task/32525/stat : 32525 (java) S 32520 32523 32084 0 -1 1077944384 15367 0 0 0 179 6 0 0 20 0 16 0 414021249 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071948197040 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32526] ppid=32520 vsize=10746276 memory=732 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32526/stat : 32526 (java) S 32520 32523 32084 0 -1 1077944384 190 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071551183632 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32527] ppid=32520 vsize=10746276 memory=776 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32527/stat : 32527 (java) S 32520 32523 32084 0 -1 1077944384 102 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071550131088 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32528] ppid=32520 vsize=10746276 memory=71524 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32528/stat : 32528 (java) S 32520 32523 32084 0 -1 1077944384 269 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071549078544 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32529] ppid=32520 vsize=10746276 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32529/stat : 32529 (java) S 32520 32523 32084 0 -1 1077944384 82 0 0 0 2 3 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071548026000 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32530] ppid=32520 vsize=10746276 memory=-3704326594973231466 CPUtime=0.01 cores=1,3,5,7
/proc/32523/task/32530/stat : 32530 (java) S 32520 32523 32084 0 -1 1077944384 1160 0 0 0 1 0 0 0 20 0 16 0 414021251 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071503075312 140071943965314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32531] ppid=32520 vsize=10746276 memory=8128038100524242582 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32531/stat : 32531 (java) S 32520 32523 32084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414021252 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071502021600 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32532] ppid=32520 vsize=10746276 memory=-7595718316223324558 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32532/stat : 32532 (java) S 32520 32523 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414021252 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071432872960 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32533] ppid=32520 vsize=10746276 memory=-7606742959547834223 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32533/stat : 32533 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071431821520 140071943972763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32534] ppid=32520 vsize=10746276 memory=0 CPUtime=1.2 cores=1,3,5,7
/proc/32523/task/32534/stat : 32534 (java) S 32520 32523 32084 0 -1 1077944384 3664 0 0 0 118 2 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071430769136 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32535] ppid=32520 vsize=10746276 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/32523/task/32535/stat : 32535 (java) S 32520 32523 32084 0 -1 1077944384 3070 0 0 0 108 0 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071429716592 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32536] ppid=32520 vsize=10746276 memory=4049210726138624928 CPUtime=0.58 cores=1,3,5,7
/proc/32523/task/32536/stat : 32536 (java) S 32520 32523 32084 0 -1 1077944384 2498 0 0 0 57 1 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071428664048 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32537] ppid=32520 vsize=10746276 memory=6944656425122961013 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32537/stat : 32537 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071427611744 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32538] ppid=32520 vsize=10746276 memory=8475934422144292502 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32538/stat : 32538 (java) S 32520 32523 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414021255 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071426558256 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32539] ppid=32520 vsize=10746276 memory=313856 CPUtime=8.42 cores=1,3,5,7
/proc/32523/task/32539/stat : 32539 (java) R 32520 32523 32084 0 -1 4202560 4631 0 0 0 840 2 0 0 20 0 16 0 414021438 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071409893840 140071587584517 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
Current children cumulated CPU time: 13.46 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 313932 KiB

[startup+10.6007 s]
/proc/loadavg: 1.87 1.55 0.86 3/230 32539
/proc/meminfo: memFree=26148544/32770624 swapFree=66957012/67108860
[pid=32523] ppid=32520 vsize=10746276 memory=313932 CPUtime=13.66 cores=1,3,5,7
/proc/32523/stat : 32523 (java) S 32520 32523 32084 0 -1 1077944320 32488 0 0 0 1340 26 0 0 20 0 16 0 414021249 11004186624 78483 33554432000 4194304 4196468 140721705694640 140721705677184 140071943954167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
/proc/32523/statm: 2686569 78483 3374 1 0 2646705 0
[pid=32523/tid=32525] ppid=32520 vsize=10746276 memory=6791534058613427641 CPUtime=1.85 cores=1,3,5,7
/proc/32523/task/32525/stat : 32525 (java) S 32520 32523 32084 0 -1 1077944384 15367 0 0 0 179 6 0 0 20 0 16 0 414021249 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071948197040 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32526] ppid=32520 vsize=10746276 memory=77843869 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32526/stat : 32526 (java) S 32520 32523 32084 0 -1 1077944384 190 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071551183632 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32527] ppid=32520 vsize=10746276 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32527/stat : 32527 (java) S 32520 32523 32084 0 -1 1077944384 102 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071550131088 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32528] ppid=32520 vsize=10746276 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32528/stat : 32528 (java) S 32520 32523 32084 0 -1 1077944384 269 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071549078544 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32529] ppid=32520 vsize=10746276 memory=4 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32529/stat : 32529 (java) S 32520 32523 32084 0 -1 1077944384 82 0 0 0 2 3 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071548026000 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32530] ppid=32520 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32523/task/32530/stat : 32530 (java) S 32520 32523 32084 0 -1 1077944384 1160 0 0 0 1 0 0 0 20 0 16 0 414021251 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071503075312 140071943965314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32531] ppid=32520 vsize=10746276 memory=10 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32531/stat : 32531 (java) S 32520 32523 32084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414021252 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071502021600 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32532] ppid=32520 vsize=10746276 memory=3 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32532/stat : 32532 (java) S 32520 32523 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414021252 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071432872960 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32533] ppid=32520 vsize=10746276 memory=58060 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32533/stat : 32533 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071431821520 140071943972763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32534] ppid=32520 vsize=10746276 memory=0 CPUtime=1.2 cores=1,3,5,7
/proc/32523/task/32534/stat : 32534 (java) S 32520 32523 32084 0 -1 1077944384 3664 0 0 0 118 2 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071430769136 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32535] ppid=32520 vsize=10746276 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/32523/task/32535/stat : 32535 (java) S 32520 32523 32084 0 -1 1077944384 3070 0 0 0 108 0 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071429716592 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32536] ppid=32520 vsize=10746276 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/32523/task/32536/stat : 32536 (java) S 32520 32523 32084 0 -1 1077944384 2498 0 0 0 57 1 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071428664048 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32537] ppid=32520 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32537/stat : 32537 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071427611744 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32538] ppid=32520 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32538/stat : 32538 (java) S 32520 32523 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414021255 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071426558256 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32539] ppid=32520 vsize=10746276 memory=0 CPUtime=8.62 cores=1,3,5,7
/proc/32523/task/32539/stat : 32539 (java) R 32520 32523 32084 0 -1 4202560 4636 0 0 0 860 2 0 0 20 0 16 0 414021438 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071409893840 140071587585346 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
Current children cumulated CPU time: 13.66 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 313932 KiB

[startup+10.7007 s]
/proc/loadavg: 1.87 1.55 0.86 3/230 32539
/proc/meminfo: memFree=26148544/32770624 swapFree=66957012/67108860
[pid=32523] ppid=32520 vsize=10746276 memory=313932 CPUtime=13.76 cores=1,3,5,7
/proc/32523/stat : 32523 (java) S 32520 32523 32084 0 -1 1077944320 32488 0 0 0 1350 26 0 0 20 0 16 0 414021249 11004186624 78483 33554432000 4194304 4196468 140721705694640 140721705677184 140071943954167 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
/proc/32523/statm: 2686569 78483 3374 1 0 2646705 0
[pid=32523/tid=32525] ppid=32520 vsize=10746276 memory=313932 CPUtime=1.85 cores=1,3,5,7
/proc/32523/task/32525/stat : 32525 (java) S 32520 32523 32084 0 -1 1077944384 15367 0 0 0 179 6 0 0 20 0 16 0 414021249 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071948197040 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32526] ppid=32520 vsize=10746276 memory=313900 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32526/stat : 32526 (java) S 32520 32523 32084 0 -1 1077944384 190 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071551183632 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32527] ppid=32520 vsize=10746276 memory=313896 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32527/stat : 32527 (java) S 32520 32523 32084 0 -1 1077944384 102 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071550131088 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32528] ppid=32520 vsize=10746276 memory=12040 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32528/stat : 32528 (java) S 32520 32523 32084 0 -1 1077944384 269 0 0 0 3 2 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071549078544 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32529] ppid=32520 vsize=10746276 memory=-7887927021948682183 CPUtime=0.05 cores=1,3,5,7
/proc/32523/task/32529/stat : 32529 (java) S 32520 32523 32084 0 -1 1077944384 82 0 0 0 2 3 0 0 20 0 16 0 414021250 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071548026000 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32530] ppid=32520 vsize=10746276 memory=6655300316396806240 CPUtime=0.01 cores=1,3,5,7
/proc/32523/task/32530/stat : 32530 (java) S 32520 32523 32084 0 -1 1077944384 1160 0 0 0 1 0 0 0 20 0 16 0 414021251 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071503075312 140071943965314 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32531] ppid=32520 vsize=10746276 memory=313880 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32531/stat : 32531 (java) S 32520 32523 32084 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 16 0 414021252 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071502021600 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32532] ppid=32520 vsize=10746276 memory=313856 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32532/stat : 32532 (java) S 32520 32523 32084 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414021252 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071432872960 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32533] ppid=32520 vsize=10746276 memory=57 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32533/stat : 32533 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071431821520 140071943972763 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32534] ppid=32520 vsize=10746276 memory=0 CPUtime=1.2 cores=1,3,5,7
/proc/32523/task/32534/stat : 32534 (java) S 32520 32523 32084 0 -1 1077944384 3664 0 0 0 118 2 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071430769136 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32535] ppid=32520 vsize=10746276 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/32523/task/32535/stat : 32535 (java) S 32520 32523 32084 0 -1 1077944384 3070 0 0 0 108 0 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071429716592 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32536] ppid=32520 vsize=10746276 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/32523/task/32536/stat : 32536 (java) S 32520 32523 32084 0 -1 1077944384 2498 0 0 0 57 1 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071428664048 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32537] ppid=32520 vsize=10746276 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32537/stat : 32537 (java) S 32520 32523 32084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414021254 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071427611744 140071943964373 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32538] ppid=32520 vsize=10746276 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/32523/task/32538/stat : 32538 (java) S 32520 32523 32084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414021255 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071426558256 140071943965314 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
[pid=32523/tid=32539] ppid=32520 vsize=10746276 memory=0 CPUtime=8.72 cores=1,3,5,7
/proc/32523/task/32539/stat : 32539 (java) R 32520 32523 32084 0 -1 4202560 4636 0 0 0 870 2 0 0 20 0 16 0 414021438 11004186624 78483 33554432000 4194304 4196468 140721705694640 140071409893840 140071587584303 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7077888 140721705702411 140721705702514 140721705702514 140721705705423 0
Current children cumulated CPU time: 13.76 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 313932 KiB

Child status: 0
Real time (s): 10.7812
CPU time (s): 13.8464
CPU user time (s): 13.5761
CPU system time (s): 0.270272
CPU usage (%): 128.432
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 313932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.5761
system time used= 0.270272
maximum resident set size= 314352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33676
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= 3157
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 32523
#   total CPU time (s): 13.8464
#   total CPU user time (s): 13.5761
#   total CPU system time (s): 0.270272

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.096049 second user time and 0.143472 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 15:23:51
IDJOB=4390632
IDBENCH=125996
IDSOLVER=2832
FILE ID=node147/4390632-1568381074
RUNJOBID= node147-1568380472-32116
PBS_JOBID= 21701824
Free space on /tmp= 56536 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/QRandom/QRandom-bdd-18-21-2/bdd-18-21-2-133-78-06.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390632-1568381074/watcher-4390632-1568381074 -o /tmp/evaluation-result-4390632-1568381074/solver-4390632-1568381074 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568380472-32116 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390632-1568381074.xml -cm

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

MD5SUM BENCH= c11db23a97f48af6ae936ba62121dffc
RANDOM SEED=530393152

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:        26450620 kB
MemAvailable:   31635024 kB
Buffers:          160108 kB
Cached:          5238036 kB
SwapCached:        48500 kB
Active:          2344232 kB
Inactive:        3285156 kB
Active(anon):     183156 kB
Inactive(anon):    89348 kB
Active(file):    2161076 kB
Inactive(file):  3195808 kB
Unevictable:      107756 kB
Mlocked:          107756 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             10676 kB
Writeback:             0 kB
AnonPages:        339064 kB
Mapped:            56884 kB
Shmem:             32768 kB
Slab:             285268 kB
SReclaimable:     255980 kB
SUnreclaim:        29288 kB
KernelStack:        4064 kB
PageTables:         6344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1160052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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:24:02