Trace number 4390544

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 700.863 697.197

DiagnosticValue
WRONG_DECISIONS258576

General information on the benchmark

NameSchurrLemma/SchurrLemma-mod-s1/
SchurrLemma-mod-100-9.xml
MD5SUM4f03c112a8f6a228f13fa4574ba8a054
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.76786
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2450
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":100}]
Minimum variable degree49
Maximum variable degree98
Distribution of variable degrees[{"degree":49,"count":1},{"degree":50,"count":2},{"degree":51,"count":2},{"degree":52,"count":2},{"degree":53,"count":2},{"degree":54,"count":2},{"degree":55,"count":2},{"degree":56,"count":2},{"degree":57,"count":2},{"degree":58,"count":2},{"degree":59,"count":2},{"degree":60,"count":2},{"degree":61,"count":2},{"degree":62,"count":2},{"degree":63,"count":2},{"degree":64,"count":2},{"degree":65,"count":2},{"degree":66,"count":2},{"degree":67,"count":2},{"degree":68,"count":2},{"degree":69,"count":2},{"degree":70,"count":2},{"degree":71,"count":2},{"degree":72,"count":2},{"degree":73,"count":3},{"degree":74,"count":3},{"degree":75,"count":2},{"degree":76,"count":2},{"degree":77,"count":2},{"degree":78,"count":2},{"degree":79,"count":2},{"degree":80,"count":2},{"degree":81,"count":2},{"degree":82,"count":2},{"degree":83,"count":2},{"degree":84,"count":2},{"degree":85,"count":2},{"degree":86,"count":2},{"degree":87,"count":2},{"degree":88,"count":2},{"degree":89,"count":2},{"degree":90,"count":2},{"degree":91,"count":2},{"degree":92,"count":2},{"degree":93,"count":2},{"degree":94,"count":2},{"degree":95,"count":2},{"degree":96,"count":2},{"degree":97,"count":2},{"degree":98,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":2450}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":2450}]
Optimization problemNO
Type of objective

Solver Data

2.41/1.89	
2.41/1.89	AbsCon 2 
2.66/1.91	
3.30/2.19	  Instance
3.30/2.19	    name=instance-4390544-1568381794, framework=CSP
3.30/2.19	
3.30/2.19	  Loading variables...
3.63/2.22	  Loading constraints...
4.31/2.42	
4.31/2.42	  Domains
4.31/2.42	    nTypes=1, nValues=900, sizes=[9#100]
4.31/2.43	  Variables
4.31/2.43	    count=100, degrees=[49#1,50#2,51#2,52#2...95#2,96#2,97#2,98#1]
4.31/2.43	  Constraints
4.31/2.43	    count=2450, nSpecific=2450, arities=[3#2450]
4.31/2.43	    distribution=[AllDifferent#2450]
4.31/2.43	    wck=0.563, cpu=2.388, mem=58M222
4.64/2.51	  Solver SolverBacktrack being built...
4.64/2.51	
4.64/2.54	
4.64/2.54	  Solver
4.64/2.54	    guaranteedGAC=true
4.64/2.54	    wck=0.681, cpu=2.505, mem=87M361
4.64/2.56	
4.64/2.56	  Preprocessing
4.64/2.56	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
4.64/2.56	    wck=0.018, cpu=2.525, mem=87M361
4.64/2.56	
4.97/2.68	    num=0, depth=4..6, filters=2710, wck=0.137, mem=87M361
4.97/2.68	    decisions=38, wrong=16, backtracks=7, failedAssignments=10, nogoods=3
4.97/2.68	    
5.28/2.76	    num=1, depth=4..6, filters=5619, wck=0.219, mem=87M361
5.28/2.76	    decisions=79, wrong=34, backtracks=15, failedAssignments=21, nogoods=6
5.28/2.76	    
5.49/2.84	    num=2, depth=4..6, filters=8767, wck=0.298, mem=87M361
5.49/2.84	    decisions=124, wrong=54, backtracks=24, failedAssignments=33, nogoods=10
5.49/2.84	    
5.63/2.92	    num=3, depth=4..6, filters=12268, wck=0.381, mem=87M361
5.63/2.92	    decisions=173, wrong=76, backtracks=34, failedAssignments=46, nogoods=15
5.63/2.92	    
5.74/3.02	    num=4, depth=4..6, filters=15997, wck=0.464, mem=87M361
5.74/3.02	    decisions=225, wrong=100, backtracks=46, failedAssignments=60, nogoods=17
5.74/3.02	    
5.84/3.11	    num=5, depth=4..6, filters=20135, wck=0.569, mem=87M361
5.84/3.11	    decisions=284, wrong=127, backtracks=59, failedAssignments=76, nogoods=20
5.84/3.11	    
5.94/3.21	    num=6, depth=4..6, filters=24497, wck=0.668, mem=87M361
5.94/3.21	    decisions=346, wrong=155, backtracks=72, failedAssignments=93, nogoods=24
5.94/3.21	    
6.04/3.32	    num=7, depth=4..6, filters=29294, wck=0.773, mem=87M361
6.04/3.32	    decisions=415, wrong=187, backtracks=87, failedAssignments=112, nogoods=29
6.04/3.32	    
6.15/3.43	    num=8, depth=4..6, filters=34677, wck=0.888, mem=87M361
6.15/3.43	    decisions=491, wrong=223, backtracks=105, failedAssignments=133, nogoods=32
6.15/3.43	    
6.25/3.56	    num=9, depth=4..6, filters=40574, wck=1.013, mem=87M361
6.25/3.56	    decisions=574, wrong=262, backtracks=124, failedAssignments=156, nogoods=36
6.25/3.56	    
6.35/3.68	    num=10, depth=4..6, filters=46742, wck=1.143, mem=87M361
6.35/3.68	    decisions=663, wrong=304, backtracks=144, failedAssignments=181, nogoods=41
6.35/3.68	    
6.57/3.81	    num=11, depth=4..6, filters=53360, wck=1.269, mem=87M361
6.57/3.81	    decisions=758, wrong=349, backtracks=163, failedAssignments=209, nogoods=46
6.57/3.81	    
6.68/3.94	    num=12, depth=4..6, filters=60458, wck=1.401, mem=87M361
6.68/3.94	    decisions=861, wrong=398, backtracks=183, failedAssignments=240, nogoods=53
6.68/3.94	    
6.91/4.12	    num=13, depth=3..6, filters=70100, wck=1.574, mem=87M361
6.91/4.12	    decisions=984, wrong=458, backtracks=213, failedAssignments=274, nogoods=54
6.91/4.12	    
7.12/4.31	    num=14, depth=3..6, filters=79979, wck=1.765, mem=87M361
7.12/4.31	    decisions=1116, wrong=521, backtracks=243, failedAssignments=311, nogoods=57
7.12/4.31	    
7.32/4.50	    num=15, depth=3..6, filters=89927, wck=1.955, mem=87M361
7.32/4.50	    decisions=1256, wrong=588, backtracks=273, failedAssignments=352, nogoods=59
7.32/4.50	    
7.52/4.72	    num=16, depth=3..6, filters=101409, wck=2.177, mem=87M361
7.52/4.72	    decisions=1414, wrong=664, backtracks=310, failedAssignments=397, nogoods=61
7.52/4.72	    
7.72/4.95	    num=17, depth=3..6, filters=113880, wck=2.409, mem=87M361
7.72/4.95	    decisions=1591, wrong=750, backtracks=351, failedAssignments=447, nogoods=66
7.72/4.95	    
8.03/5.23	    num=18, depth=3..6, filters=128171, wck=2.686, mem=87M361
8.03/5.23	    decisions=1787, wrong=846, backtracks=402, failedAssignments=502, nogoods=70
8.03/5.23	    
8.33/5.51	    num=19, depth=3..6, filters=143713, wck=2.965, mem=87M361
8.33/5.51	    decisions=1998, wrong=949, backtracks=451, failedAssignments=563, nogoods=77
8.33/5.51	    
8.63/5.82	    num=20, depth=3..6, filters=160337, wck=3.275, mem=87M361
8.63/5.82	    decisions=2230, wrong=1063, backtracks=507, failedAssignments=630, nogoods=83
8.63/5.82	    
8.94/6.15	    num=21, depth=3..6, filters=179098, wck=3.611, mem=87M361
8.94/6.15	    decisions=2487, wrong=1189, backtracks=568, failedAssignments=704, nogoods=91
8.94/6.15	    
9.33/6.53	    num=22, depth=3..6, filters=200415, wck=3.987, mem=87M361
9.33/6.53	    decisions=2774, wrong=1330, backtracks=636, failedAssignments=785, nogoods=97
9.33/6.53	    
9.73/6.95	    num=23, depth=3..6, filters=224228, wck=4.406, mem=87M361
9.73/6.95	    decisions=3088, wrong=1484, backtracks=712, failedAssignments=874, nogoods=103
9.73/6.95	    
10.13/7.36	    num=24, depth=3..6, filters=248251, wck=4.821, mem=87M361
10.13/7.36	    decisions=3419, wrong=1647, backtracks=788, failedAssignments=972, nogoods=110
10.13/7.36	    
10.63/7.83	    num=25, depth=3..6, filters=275190, wck=5.29, mem=87M361
10.63/7.83	    decisions=3788, wrong=1829, backtracks=876, failedAssignments=1080, nogoods=118
10.63/7.83	    
11.13/8.39	    num=26, depth=3..6, filters=305607, wck=5.843, mem=87M361
11.13/8.39	    decisions=4207, wrong=2036, backtracks=980, failedAssignments=1199, nogoods=126
11.13/8.39	    
11.73/8.96	    num=27, depth=3..6, filters=339598, wck=6.418, mem=87M361
11.73/8.96	    decisions=4663, wrong=2261, backtracks=1089, failedAssignments=1330, nogoods=133
11.73/8.96	    
12.44/9.62	    num=28, depth=3..6, filters=376510, wck=7.082, mem=87M361
12.44/9.62	    decisions=5166, wrong=2510, backtracks=1215, failedAssignments=1474, nogoods=138
12.44/9.62	    
13.14/10.32	    num=29, depth=3..6, filters=417341, wck=7.778, mem=87M361
13.14/10.32	    decisions=5708, wrong=2778, backtracks=1347, failedAssignments=1632, nogoods=144
13.14/10.32	    
13.95/11.14	    num=30, depth=3..6, filters=463553, wck=8.603, mem=87M361
13.95/11.14	    decisions=6327, wrong=3085, backtracks=1506, failedAssignments=1806, nogoods=152
13.95/11.14	    
14.88/12.04	    num=31, depth=3..6, filters=513712, wck=9.494, mem=87M361
14.88/12.04	    decisions=7000, wrong=3419, backtracks=1677, failedAssignments=1997, nogoods=159
14.88/12.04	    
15.78/13.00	    num=32, depth=3..6, filters=570711, wck=10.463, mem=87M361
15.78/13.00	    decisions=7744, wrong=3789, backtracks=1865, failedAssignments=2208, nogoods=172
15.78/13.00	    
16.90/14.06	    num=33, depth=2..6, filters=632757, wck=11.518, mem=87M361
16.90/14.06	    decisions=8551, wrong=4190, backtracks=2068, failedAssignments=2440, nogoods=175
16.90/14.06	    
18.00/15.15	    num=34, depth=3..6, filters=697240, wck=12.603, mem=87M361
18.00/15.15	    decisions=9422, wrong=4624, backtracks=2278, failedAssignments=2695, nogoods=186
18.00/15.15	    
19.44/16.51	    num=35, depth=2..6, filters=775888, wck=13.969, mem=87M361
19.44/16.51	    decisions=10436, wrong=5129, backtracks=2549, failedAssignments=2976, nogoods=190
19.44/16.51	    
20.75/17.88	    num=36, depth=2..6, filters=858906, wck=15.334, mem=87M361
20.75/17.88	    decisions=11504, wrong=5661, backtracks=2813, failedAssignments=3285, nogoods=198
20.75/17.88	    
22.47/19.55	    num=37, depth=2..6, filters=954146, wck=17.004, mem=87M361
22.47/19.55	    decisions=12737, wrong=6275, backtracks=3139, failedAssignments=3625, nogoods=205
22.47/19.55	    
24.28/21.40	    num=38, depth=2..6, filters=1061868, wck=18.853, mem=87M361
24.28/21.40	    decisions=14103, wrong=6956, backtracks=3490, failedAssignments=3999, nogoods=208
24.28/21.40	    
26.29/23.34	    num=39, depth=2..6, filters=1173379, wck=20.793, mem=87M361
26.29/23.34	    decisions=15556, wrong=7680, backtracks=3875, failedAssignments=4410, nogoods=219
26.29/23.34	    
28.39/25.49	    num=40, depth=2..6, filters=1297004, wck=22.951, mem=87M361
28.39/25.49	    decisions=17163, wrong=8481, backtracks=4293, failedAssignments=4862, nogoods=233
28.39/25.49	    
30.89/27.91	    num=41, depth=2..6, filters=1436511, wck=25.372, mem=87M361
30.89/27.91	    decisions=18948, wrong=9371, backtracks=4764, failedAssignments=5359, nogoods=241
30.89/27.91	    
33.52/30.57	    num=42, depth=2..6, filters=1592899, wck=28.027, mem=87M361
33.52/30.57	    decisions=20925, wrong=10357, backtracks=5278, failedAssignments=5906, nogoods=248
33.52/30.57	    
36.42/33.44	    num=43, depth=2..6, filters=1758043, wck=30.902, mem=87M361
36.42/33.44	    decisions=23087, wrong=11436, backtracks=5846, failedAssignments=6508, nogoods=261
36.42/33.44	    
39.54/36.58	    num=44, depth=2..6, filters=1944673, wck=34.039, mem=87M361
39.54/36.58	    decisions=25453, wrong=12617, backtracks=6457, failedAssignments=7170, nogoods=272
39.54/36.58	    
43.16/40.11	    num=45, depth=2..6, filters=2145262, wck=37.566, mem=87M361
43.16/40.11	    decisions=28054, wrong=13915, backtracks=7161, failedAssignments=7898, nogoods=280
43.16/40.11	    
47.06/44.08	    num=46, depth=2..6, filters=2369185, wck=41.536, mem=87M361
47.06/44.08	    decisions=30959, wrong=15366, backtracks=7949, failedAssignments=8699, nogoods=286
47.06/44.08	    
51.07/48.02	    num=47, depth=2..6, filters=2615996, wck=45.481, mem=87M361
51.07/48.02	    decisions=34080, wrong=16924, backtracks=8747, failedAssignments=9580, nogoods=296
51.07/48.02	    
55.67/52.66	    num=48, depth=2..6, filters=2885036, wck=50.118, mem=87M361
55.67/52.66	    decisions=37528, wrong=18646, backtracks=9662, failedAssignments=10550, nogoods=308
55.67/52.66	    
60.67/57.61	    num=49, depth=2..6, filters=3178467, wck=55.07, mem=87M361
60.67/57.61	    decisions=41339, wrong=20550, backtracks=10653, failedAssignments=11617, nogoods=318
60.67/57.61	    
66.47/63.43	    num=50, depth=1..6, filters=3527428, wck=60.888, mem=90M3
66.47/63.43	    decisions=45614, wrong=22685, backtracks=11814, failedAssignments=12790, nogoods=326
66.47/63.43	    
72.58/69.54	    num=51, depth=2..6, filters=3881243, wck=67.001, mem=90M3
72.58/69.54	    decisions=50208, wrong=24980, backtracks=13027, failedAssignments=14081, nogoods=333
72.58/69.54	    
79.38/76.32	    num=52, depth=1..6, filters=4313106, wck=73.779, mem=90M3
79.38/76.32	    decisions=55365, wrong=27556, backtracks=14360, failedAssignments=15501, nogoods=339
79.38/76.32	    
87.21/84.14	    num=53, depth=1..6, filters=4779041, wck=81.603, mem=90M3
87.21/84.14	    decisions=61093, wrong=30418, backtracks=15878, failedAssignments=17063, nogoods=350
87.21/84.14	    
95.80/92.75	    num=54, depth=1..6, filters=5292060, wck=90.205, mem=90M3
95.80/92.75	    decisions=67372, wrong=33556, backtracks=17559, failedAssignments=18781, nogoods=355
95.80/92.75	    
104.91/101.81	    num=55, depth=1..6, filters=5854561, wck=99.271, mem=90M3
104.91/101.81	    decisions=74178, wrong=36957, backtracks=19348, failedAssignments=20671, nogoods=367
104.91/101.81	    
115.42/112.31	    num=56, depth=1..6, filters=6494873, wck=109.769, mem=90M3
115.42/112.31	    decisions=81870, wrong=40801, backtracks=21379, failedAssignments=22750, nogoods=373
115.42/112.31	    
126.63/123.52	    num=57, depth=1..6, filters=7177494, wck=120.976, mem=90M3
126.63/123.52	    decisions=90301, wrong=45015, backtracks=23668, failedAssignments=25037, nogoods=383
126.63/123.52	    
138.43/135.31	    num=58, depth=1..6, filters=7956816, wck=132.771, mem=90M3
138.43/135.31	    decisions=99495, wrong=49610, backtracks=26135, failedAssignments=27553, nogoods=391
138.43/135.31	    
151.94/148.86	    num=59, depth=1..6, filters=8813681, wck=146.319, mem=90M3
151.94/148.86	    decisions=109694, wrong=54707, backtracks=28866, failedAssignments=30321, nogoods=401
151.94/148.86	    
167.31/164.16	    num=60, depth=1..6, filters=9792255, wck=161.618, mem=90M3
167.31/164.16	    decisions=120973, wrong=60344, backtracks=31873, failedAssignments=33365, nogoods=411
167.31/164.16	    
183.41/180.21	    num=61, depth=1..6, filters=10838936, wck=177.673, mem=92M646
183.41/180.21	    decisions=133225, wrong=66468, backtracks=35101, failedAssignments=36714, nogoods=423
183.41/180.21	    
200.83/197.64	    num=62, depth=1..6, filters=11985519, wck=195.101, mem=92M646
200.83/197.64	    decisions=146634, wrong=73170, backtracks=38653, failedAssignments=40398, nogoods=436
200.83/197.64	    
221.64/218.44	    num=63, depth=1..6, filters=13378442, wck=215.894, mem=92M646
221.64/218.44	    decisions=161850, wrong=80777, backtracks=42656, failedAssignments=44450, nogoods=450
221.64/218.44	    
242.66/239.45	    num=64, depth=1..6, filters=14741518, wck=236.911, mem=92M646
242.66/239.45	    decisions=178175, wrong=88937, backtracks=47024, failedAssignments=48907, nogoods=458
242.66/239.45	    
267.40/264.15	    num=65, depth=1..6, filters=16254724, wck=261.611, mem=92M646
267.40/264.15	    decisions=196363, wrong=98029, backtracks=51888, failedAssignments=53810, nogoods=469
267.40/264.15	    
294.15/290.80	    num=66, depth=1..6, filters=18001849, wck=288.257, mem=95M288
294.15/290.80	    decisions=216321, wrong=108007, backtracks=57197, failedAssignments=59204, nogoods=481
294.15/290.80	    
324.38/321.06	    num=67, depth=0..6, filters=20014713, wck=318.518, mem=95M288
324.38/321.06	    decisions=238483, wrong=119086, backtracks=63099, failedAssignments=65137, nogoods=488
324.38/321.06	    
354.89/351.50	    num=68, depth=1..6, filters=22034874, wck=348.958, mem=95M288
354.89/351.50	    decisions=262375, wrong=131030, backtracks=69357, failedAssignments=71663, nogoods=504
354.89/351.50	    
389.81/386.42	    num=69, depth=0..6, filters=24348406, wck=383.875, mem=95M288
389.81/386.42	    decisions=288818, wrong=144249, backtracks=76402, failedAssignments=78842, nogoods=511
389.81/386.42	    
427.45/424.09	    num=70, depth=0..6, filters=26775997, wck=421.547, mem=97M931
427.45/424.09	    decisions=317728, wrong=158702, backtracks=84115, failedAssignments=86739, nogoods=528
427.45/424.09	    
469.59/466.14	    num=71, depth=0..6, filters=29529110, wck=463.601, mem=97M931
469.59/466.14	    decisions=349675, wrong=174673, backtracks=92590, failedAssignments=95426, nogoods=538
469.59/466.14	    
516.72/513.20	    num=72, depth=0..6, filters=32563527, wck=510.659, mem=97M931
516.72/513.20	    decisions=385083, wrong=192375, backtracks=102085, failedAssignments=104981, nogoods=550
516.72/513.20	    
570.36/566.87	    num=73, depth=1..6, filters=35796323, wck=564.331, mem=100M573
570.36/566.87	    decisions=424327, wrong=211996, backtracks=112636, failedAssignments=115492, nogoods=563
570.36/566.87	    
629.71/626.14	    num=74, depth=0..6, filters=39960533, wck=623.601, mem=100M573
629.71/626.14	    decisions=467297, wrong=233479, backtracks=123944, failedAssignments=127054, nogoods=571
629.71/626.14	    
695.35/691.75	    num=75, depth=0..6, filters=44632249, wck=689.205, mem=103M216
695.35/691.75	    decisions=514430, wrong=257044, backtracks=136298, failedAssignments=139772, nogoods=581
695.35/691.75	    
700.77/697.18	    num=76, depth=0..6, filters=45053286, wck=694.641, mem=103M216
700.77/697.18	    decisions=517492, wrong=258576, backtracks=137134, failedAssignments=140569, nogoods=581
700.77/697.18	    
700.77/697.18	  Global
700.77/697.18	    filters=45053286, nogoods=581
700.77/697.18	    Stop=FULL_EXPLORATION, wrong=258576, wck=695.324, cpu=697.179, mem=103M216
700.77/697.19	
700.77/697.19	s UNSATISFIABLE
700.77/697.19	
700.77/697.19	d WRONG_DECISIONS 258576

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

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

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

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

solver pid=30216, runsolver pid=30213

[startup+0.104041 s]*
/proc/loadavg: 2.42 1.83 1.33 4/229 30231
/proc/meminfo: memFree=31413488/32770624 swapFree=66994788/67108860
[pid=30216] ppid=30213 vsize=10659884 memory=28468 CPUtime=0.15 cores=0,2,4,6
/proc/30216/stat : 30216 (java) S 30213 30216 29470 0 -1 1077944320 5587 0 0 0 14 1 0 0 20 0 15 0 414430845 10915721216 7117 33554432000 4194304 4196468 140723114023136 140723114005680 139696312155895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
/proc/30216/statm: 2664971 7117 2905 1 0 2627468 0
[pid=30216/tid=30218] ppid=30213 vsize=10659884 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/30216/task/30218/stat : 30218 (java) R 30213 30216 29470 0 -1 4202560 3236 0 0 0 9 0 0 0 20 0 15 0 414430845 10915721216 7117 33554432000 4194304 4196468 140723114023136 139696316384856 139696293549997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30219] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30219/stat : 30219 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 7117 33554432000 4194304 4196468 140723114023136 139696238230672 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30220] ppid=30213 vsize=10659884 memory=140308537431634 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30220/stat : 30220 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 7117 33554432000 4194304 4196468 140723114023136 139696237177872 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30221] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30221/stat : 30221 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 7117 33554432000 4194304 4196468 140723114023136 139696236125072 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30222] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30222/stat : 30222 (java) S 30213 30216 29470 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 7117 33554432000 4194304 4196468 140723114023136 139696235072272 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30223] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30223/stat : 30223 (java) S 30213 30216 29470 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414430848 10915721216 7183 33554432000 4194304 4196468 140723114023136 139695347411312 139696312167042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30224] ppid=30213 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30224/stat : 30224 (java) S 30213 30216 29470 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414430848 10915721216 7183 33554432000 4194304 4196468 140723114023136 139695346357280 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30225] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30225/stat : 30225 (java) S 30213 30216 29470 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414430848 10915721216 7249 33554432000 4194304 4196468 140723114023136 139695345304432 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30226] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30226/stat : 30226 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 7249 33554432000 4194304 4196468 140723114023136 139695344252752 139696312174491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30227] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30227/stat : 30227 (java) R 30213 30216 29470 0 -1 4202560 466 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 7249 33554432000 4194304 4196468 140723114023136 139695343193880 139696305252731 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30228] ppid=30213 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30228/stat : 30228 (java) S 30213 30216 29470 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 7249 33554432000 4194304 4196468 140723114023136 139695342148336 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30229] ppid=30213 vsize=10659884 memory=140308537403008 CPUtime=0.02 cores=0,2,4,6
/proc/30216/task/30229/stat : 30229 (java) R 30213 30216 29470 0 -1 4202560 552 0 0 0 2 0 0 0 20 0 15 0 414430851 10915721216 7249 33554432000 4194304 4196468 140723114023136 139695341092392 139696304873047 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30230] ppid=30213 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30230/stat : 30230 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 7249 33554432000 4194304 4196468 140723114023136 139695340042976 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30231] ppid=30213 vsize=10659884 memory=140308537403008 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30231/stat : 30231 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 7249 33554432000 4194304 4196468 140723114023136 139695338990256 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28468 KiB

[startup+0.210671 s]*
/proc/loadavg: 2.42 1.83 1.33 3/229 30231
/proc/meminfo: memFree=31406736/32770624 swapFree=66994788/67108860
[pid=30216] ppid=30213 vsize=10659884 memory=35304 CPUtime=0.32 cores=0,2,4,6
/proc/30216/stat : 30216 (java) S 30213 30216 29470 0 -1 1077944320 6929 0 0 0 31 1 0 0 20 0 15 0 414430845 10915721216 8826 33554432000 4194304 4196468 140723114023136 140723114005680 139696312155895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
/proc/30216/statm: 2664971 8826 2991 1 0 2627468 0
[pid=30216/tid=30218] ppid=30213 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30216/task/30218/stat : 30218 (java) R 30213 30216 29470 0 -1 4202560 3873 0 0 0 19 1 0 0 20 0 15 0 414430845 10915721216 8826 33554432000 4194304 4196468 140723114023136 139696316382256 139696312177821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30219] ppid=30213 vsize=10659884 memory=343 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30219/stat : 30219 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 8826 33554432000 4194304 4196468 140723114023136 139696238230672 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30220] ppid=30213 vsize=10659884 memory=288370684689114752 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30220/stat : 30220 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 8826 33554432000 4194304 4196468 140723114023136 139696237177872 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30221] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30221/stat : 30221 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 8826 33554432000 4194304 4196468 140723114023136 139696236125072 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30222] ppid=30213 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30222/stat : 30222 (java) S 30213 30216 29470 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 8826 33554432000 4194304 4196468 140723114023136 139696235072272 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30223] ppid=30213 vsize=10659884 memory=140308537403008 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30223/stat : 30223 (java) S 30213 30216 29470 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414430848 10915721216 8826 33554432000 4194304 4196468 140723114023136 139695347411312 139696312167042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30224] ppid=30213 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30224/stat : 30224 (java) S 30213 30216 29470 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414430848 10915721216 8826 33554432000 4194304 4196468 140723114023136 139695346357280 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30225] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30225/stat : 30225 (java) S 30213 30216 29470 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414430848 10915721216 8826 33554432000 4194304 4196468 140723114023136 139695345304432 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30226] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30226/stat : 30226 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 8826 33554432000 4194304 4196468 140723114023136 139695344252752 139696312174491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30227] ppid=30213 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30216/task/30227/stat : 30227 (java) S 30213 30216 29470 0 -1 1077944384 779 0 0 0 3 0 0 0 20 0 15 0 414430851 10915721216 8826 33554432000 4194304 4196468 140723114023136 139695343201136 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30228] ppid=30213 vsize=10659884 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/30216/task/30228/stat : 30228 (java) S 30213 30216 29470 0 -1 1077944384 184 0 0 0 3 0 0 0 20 0 15 0 414430851 10915721216 8826 33554432000 4194304 4196468 140723114023136 139695342148336 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30229] ppid=30213 vsize=10659884 memory=140308537403008 CPUtime=0.05 cores=0,2,4,6
/proc/30216/task/30229/stat : 30229 (java) S 30213 30216 29470 0 -1 1077944384 734 0 0 0 5 0 0 0 20 0 15 0 414430851 10915721216 8826 33554432000 4194304 4196468 140723114023136 139695341095536 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30230] ppid=30213 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30230/stat : 30230 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 8826 33554432000 4194304 4196468 140723114023136 139695340042976 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30231] ppid=30213 vsize=10659884 memory=140308537403008 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30231/stat : 30231 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 8826 33554432000 4194304 4196468 140723114023136 139695338990256 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35304 KiB

[startup+0.31121 s]*
/proc/loadavg: 2.39 1.83 1.33 3/229 30231
/proc/meminfo: memFree=31399140/32770624 swapFree=66994788/67108860
[pid=30216] ppid=30213 vsize=10659884 memory=40412 CPUtime=0.47 cores=0,2,4,6
/proc/30216/stat : 30216 (java) S 30213 30216 29470 0 -1 1077944320 9431 0 0 0 44 3 0 0 20 0 15 0 414430845 10915721216 10103 33554432000 4194304 4196468 140723114023136 140723114005680 139696312155895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
/proc/30216/statm: 2664971 10103 3003 1 0 2627468 0
[pid=30216/tid=30218] ppid=30213 vsize=10659884 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/30216/task/30218/stat : 30218 (java) R 30213 30216 29470 0 -1 4202560 6311 0 0 0 28 2 0 0 20 0 15 0 414430845 10915721216 10103 33554432000 4194304 4196468 140723114023136 139696316388304 139696296236382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30219] ppid=30213 vsize=10659884 memory=4297776180 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30219/stat : 30219 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 10103 33554432000 4194304 4196468 140723114023136 139696238230672 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30220] ppid=30213 vsize=10659884 memory=288370684689114752 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30220/stat : 30220 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 10103 33554432000 4194304 4196468 140723114023136 139696237177872 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30221] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30221/stat : 30221 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 10103 33554432000 4194304 4196468 140723114023136 139696236125072 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30222] ppid=30213 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30222/stat : 30222 (java) S 30213 30216 29470 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414430846 10915721216 10103 33554432000 4194304 4196468 140723114023136 139696235072272 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30223] ppid=30213 vsize=10659884 memory=140308537403008 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30223/stat : 30223 (java) S 30213 30216 29470 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414430848 10915721216 10103 33554432000 4194304 4196468 140723114023136 139695347411312 139696312167042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30224] ppid=30213 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30224/stat : 30224 (java) S 30213 30216 29470 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414430848 10915721216 10103 33554432000 4194304 4196468 140723114023136 139695346357280 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30225] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30225/stat : 30225 (java) S 30213 30216 29470 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414430848 10915721216 10103 33554432000 4194304 4196468 140723114023136 139695345304432 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30226] ppid=30213 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30226/stat : 30226 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 10103 33554432000 4194304 4196468 140723114023136 139695344252752 139696312174491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30227] ppid=30213 vsize=10659884 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/30216/task/30227/stat : 30227 (java) S 30213 30216 29470 0 -1 1077944384 787 0 0 0 3 0 0 0 20 0 15 0 414430851 10915721216 10103 33554432000 4194304 4196468 140723114023136 139695343201136 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30228] ppid=30213 vsize=10659884 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/30216/task/30228/stat : 30228 (java) S 30213 30216 29470 0 -1 1077944384 217 0 0 0 4 0 0 0 20 0 15 0 414430851 10915721216 10103 33554432000 4194304 4196468 140723114023136 139695342148336 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30229] ppid=30213 vsize=10659884 memory=140308537403008 CPUtime=0.07 cores=0,2,4,6
/proc/30216/task/30229/stat : 30229 (java) R 30213 30216 29470 0 -1 4202560 758 0 0 0 7 0 0 0 20 0 15 0 414430851 10915721216 10103 33554432000 4194304 4196468 140723114023136 139695341095536 139696296262144 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30230] ppid=30213 vsize=10659884 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30230/stat : 30230 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 10103 33554432000 4194304 4196468 140723114023136 139695340042976 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30231] ppid=30213 vsize=10659884 memory=140308537403008 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30231/stat : 30231 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430851 10915721216 10103 33554432000 4194304 4196468 140723114023136 139695338990256 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40412 KiB

[startup+0.70071 s]
/proc/loadavg: 2.39 1.83 1.33 3/229 30231
/proc/meminfo: memFree=31389316/32770624 swapFree=66994788/67108860
[pid=30216] ppid=30213 vsize=10661932 memory=64176 CPUtime=1.12 cores=0,2,4,6
/proc/30216/stat : 30216 (java) S 30213 30216 29470 0 -1 1077944320 13153 0 0 0 107 5 0 0 20 0 15 0 414430845 10917818368 16044 33554432000 4194304 4196468 140723114023136 140723114005680 139696312155895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
/proc/30216/statm: 2665483 16044 3063 1 0 2627980 0
[pid=30216/tid=30218] ppid=30213 vsize=10661932 memory=19960 CPUtime=0.68 cores=0,2,4,6
/proc/30216/task/30218/stat : 30218 (java) R 30213 30216 29470 0 -1 4202560 8862 0 0 0 64 4 0 0 20 0 15 0 414430845 10917818368 16044 33554432000 4194304 4196468 140723114023136 139696316387920 139696296236382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30219] ppid=30213 vsize=10661932 memory=988 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30219/stat : 30219 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10917818368 16044 33554432000 4194304 4196468 140723114023136 139696238230672 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30220] ppid=30213 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30220/stat : 30220 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10917818368 16044 33554432000 4194304 4196468 140723114023136 139696237177872 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30221] ppid=30213 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30221/stat : 30221 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10917818368 16044 33554432000 4194304 4196468 140723114023136 139696236125072 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30222] ppid=30213 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30222/stat : 30222 (java) S 30213 30216 29470 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414430846 10917818368 16044 33554432000 4194304 4196468 140723114023136 139696235072272 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30223] ppid=30213 vsize=10661932 memory=1 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30223/stat : 30223 (java) S 30213 30216 29470 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414430848 10917818368 16044 33554432000 4194304 4196468 140723114023136 139695347411312 139696312167042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30224] ppid=30213 vsize=10661932 memory=16 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30224/stat : 30224 (java) S 30213 30216 29470 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414430848 10917818368 16044 33554432000 4194304 4196468 140723114023136 139695346357280 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30225] ppid=30213 vsize=10661932 memory=7 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30225/stat : 30225 (java) S 30213 30216 29470 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414430848 10917818368 16044 33554432000 4194304 4196468 140723114023136 139695345304432 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30226] ppid=30213 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30226/stat : 30226 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414430851 10917818368 16044 33554432000 4194304 4196468 140723114023136 139695344252752 139696312174491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30227] ppid=30213 vsize=10661932 memory=2007 CPUtime=0.11 cores=0,2,4,6
/proc/30216/task/30227/stat : 30227 (java) R 30213 30216 29470 0 -1 4202560 1196 0 0 0 11 0 0 0 20 0 15 0 414430851 10917818368 16044 33554432000 4194304 4196468 140723114023136 139695343201136 139696296146176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30228] ppid=30213 vsize=10661932 memory=122208 CPUtime=0.12 cores=0,2,4,6
/proc/30216/task/30228/stat : 30228 (java) S 30213 30216 29470 0 -1 1077944384 489 0 0 0 12 0 0 0 20 0 15 0 414430851 10917818368 16044 33554432000 4194304 4196468 140723114023136 139695342148336 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30229] ppid=30213 vsize=10661932 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/30216/task/30229/stat : 30229 (java) S 30213 30216 29470 0 -1 1077944384 1249 0 0 0 18 0 0 0 20 0 15 0 414430851 10917818368 16044 33554432000 4194304 4196468 140723114023136 139695341095536 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30230] ppid=30213 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30230/stat : 30230 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414430851 10917818368 16044 33554432000 4194304 4196468 140723114023136 139695340042976 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30231] ppid=30213 vsize=10661932 memory=4 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30231/stat : 30231 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430851 10917818368 16044 33554432000 4194304 4196468 140723114023136 139695338990256 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64176 KiB

[startup+1.50068 s]
/proc/loadavg: 2.39 1.83 1.33 3/229 30231
/proc/meminfo: memFree=31373608/32770624 swapFree=66994788/67108860
[pid=30216] ppid=30213 vsize=10663980 memory=76196 CPUtime=2.02 cores=0,2,4,6
/proc/30216/stat : 30216 (java) S 30213 30216 29470 0 -1 1077944320 17338 0 0 0 196 6 0 0 20 0 15 0 414430845 10919915520 19049 33554432000 4194304 4196468 140723114023136 140723114005680 139696312155895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
/proc/30216/statm: 2665995 19049 3091 1 0 2628492 0
[pid=30216/tid=30218] ppid=30213 vsize=10663980 memory=19960 CPUtime=1.47 cores=0,2,4,6
/proc/30216/task/30218/stat : 30218 (java) R 30213 30216 29470 0 -1 4202560 11895 0 0 0 143 4 0 0 20 0 15 0 414430845 10919915520 19049 33554432000 4194304 4196468 140723114023136 139696316388256 139696292427630 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30219] ppid=30213 vsize=10663980 memory=988 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30219/stat : 30219 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10919915520 19049 33554432000 4194304 4196468 140723114023136 139696238230672 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30220] ppid=30213 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30220/stat : 30220 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10919915520 19049 33554432000 4194304 4196468 140723114023136 139696237177872 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30221] ppid=30213 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30221/stat : 30221 (java) S 30213 30216 29470 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414430846 10919915520 19049 33554432000 4194304 4196468 140723114023136 139696236125072 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30222] ppid=30213 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30222/stat : 30222 (java) S 30213 30216 29470 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414430846 10919915520 19049 33554432000 4194304 4196468 140723114023136 139696235072272 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30223] ppid=30213 vsize=10663980 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30223/stat : 30223 (java) S 30213 30216 29470 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 414430848 10919915520 19049 33554432000 4194304 4196468 140723114023136 139695347411312 139696312167042 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0

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

[startup+696.001 s]*
/proc/loadavg: 1.54 1.62 1.49 3/229 30293
/proc/meminfo: memFree=31222920/32770624 swapFree=66994788/67108860
[pid=30216] ppid=30213 vsize=10748324 memory=210544 CPUtime=699.67 cores=0,2,4,6
/proc/30216/stat : 30216 (java) S 30213 30216 29470 0 -1 1077944320 47768 0 0 0 69933 34 0 0 20 0 16 0 414430845 11006283776 52636 33554432000 4194304 4196468 140723114023136 140723114005680 139696312155895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
/proc/30216/statm: 2687081 52636 3352 1 0 2647217 0
[pid=30216/tid=30218] ppid=30213 vsize=10748324 memory=8317482817917895235 CPUtime=1.87 cores=0,2,4,6
/proc/30216/task/30218/stat : 30218 (java) S 30213 30216 29470 0 -1 1077944384 13805 0 0 0 181 6 0 0 20 0 16 0 414430845 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696316398768 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30219] ppid=30213 vsize=10748324 memory=1808 CPUtime=0.01 cores=0,2,4,6
/proc/30216/task/30219/stat : 30219 (java) S 30213 30216 29470 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696238230672 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30220] ppid=30213 vsize=10748324 memory=920 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30220/stat : 30220 (java) S 30213 30216 29470 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696237177872 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30221] ppid=30213 vsize=10748324 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30221/stat : 30221 (java) S 30213 30216 29470 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696236125072 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30222] ppid=30213 vsize=10748324 memory=2708 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30222/stat : 30222 (java) S 30213 30216 29470 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696235072272 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30223] ppid=30213 vsize=10748324 memory=2616 CPUtime=0.03 cores=0,2,4,6
/proc/30216/task/30223/stat : 30223 (java) S 30213 30216 29470 0 -1 1077944384 1061 0 0 0 2 1 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695347411312 139696312167042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30224] ppid=30213 vsize=10748324 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30224/stat : 30224 (java) S 30213 30216 29470 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695346357344 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30225] ppid=30213 vsize=10748324 memory=3260 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30225/stat : 30225 (java) S 30213 30216 29470 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695345304448 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30226] ppid=30213 vsize=10748324 memory=244940 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30226/stat : 30226 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695344252752 139696312174491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30227] ppid=30213 vsize=10748324 memory=4104 CPUtime=1.21 cores=0,2,4,6
/proc/30216/task/30227/stat : 30227 (java) S 30213 30216 29470 0 -1 1077944384 6291 0 0 0 120 1 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695343201136 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30228] ppid=30213 vsize=10748324 memory=1404 CPUtime=1.19 cores=0,2,4,6
/proc/30216/task/30228/stat : 30228 (java) S 30213 30216 29470 0 -1 1077944384 6280 0 0 0 118 1 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695342148336 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30229] ppid=30213 vsize=10748324 memory=3272 CPUtime=0.71 cores=0,2,4,6
/proc/30216/task/30229/stat : 30229 (java) S 30213 30216 29470 0 -1 1077944384 8374 0 0 0 69 2 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695341095536 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30230] ppid=30213 vsize=10748324 memory=210544 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30230/stat : 30230 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695340042976 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30231] ppid=30213 vsize=10748324 memory=1616 CPUtime=0.43 cores=0,2,4,6
/proc/30216/task/30231/stat : 30231 (java) S 30213 30216 29470 0 -1 1077944384 587 0 0 0 22 21 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695338990256 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30232] ppid=30213 vsize=10748324 memory=8317482817917895235 CPUtime=694.1 cores=0,2,4,6
/proc/30216/task/30232/stat : 30232 (java) R 30213 30216 29470 0 -1 4202560 9772 0 0 0 69408 2 0 0 20 0 16 0 414431034 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695322320208 139695915393065 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
Current children cumulated CPU time: 699.67 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 210544 KiB

[startup+696.801 s]
/proc/loadavg: 1.54 1.62 1.49 3/229 30293
/proc/meminfo: memFree=31222920/32770624 swapFree=66994788/67108860
[pid=30216] ppid=30213 vsize=10748324 memory=210544 CPUtime=700.46 cores=0,2,4,6
/proc/30216/stat : 30216 (java) S 30213 30216 29470 0 -1 1077944320 47768 0 0 0 70012 34 0 0 20 0 16 0 414430845 11006283776 52636 33554432000 4194304 4196468 140723114023136 140723114005680 139696312155895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
/proc/30216/statm: 2687081 52636 3352 1 0 2647217 0
[pid=30216/tid=30218] ppid=30213 vsize=10748324 memory=6208 CPUtime=1.87 cores=0,2,4,6
/proc/30216/task/30218/stat : 30218 (java) S 30213 30216 29470 0 -1 1077944384 13805 0 0 0 181 6 0 0 20 0 16 0 414430845 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696316398768 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30219] ppid=30213 vsize=10748324 memory=210544 CPUtime=0.01 cores=0,2,4,6
/proc/30216/task/30219/stat : 30219 (java) S 30213 30216 29470 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696238230672 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30220] ppid=30213 vsize=10748324 memory=3632 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30220/stat : 30220 (java) S 30213 30216 29470 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696237177872 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30221] ppid=30213 vsize=10748324 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30221/stat : 30221 (java) S 30213 30216 29470 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696236125072 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30222] ppid=30213 vsize=10748324 memory=988 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30222/stat : 30222 (java) S 30213 30216 29470 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696235072272 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30223] ppid=30213 vsize=10748324 memory=2016 CPUtime=0.03 cores=0,2,4,6
/proc/30216/task/30223/stat : 30223 (java) S 30213 30216 29470 0 -1 1077944384 1061 0 0 0 2 1 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695347411312 139696312167042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30224] ppid=30213 vsize=10748324 memory=1384 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30224/stat : 30224 (java) S 30213 30216 29470 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695346357344 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30225] ppid=30213 vsize=10748324 memory=776 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30225/stat : 30225 (java) S 30213 30216 29470 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695345304448 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30226] ppid=30213 vsize=10748324 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30226/stat : 30226 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695344252752 139696312174491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30227] ppid=30213 vsize=10748324 memory=8556 CPUtime=1.21 cores=0,2,4,6
/proc/30216/task/30227/stat : 30227 (java) S 30213 30216 29470 0 -1 1077944384 6291 0 0 0 120 1 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695343201136 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30228] ppid=30213 vsize=10748324 memory=1052 CPUtime=1.19 cores=0,2,4,6
/proc/30216/task/30228/stat : 30228 (java) S 30213 30216 29470 0 -1 1077944384 6280 0 0 0 118 1 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695342148336 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30229] ppid=30213 vsize=10748324 memory=1708 CPUtime=0.71 cores=0,2,4,6
/proc/30216/task/30229/stat : 30229 (java) S 30213 30216 29470 0 -1 1077944384 8374 0 0 0 69 2 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695341095536 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30230] ppid=30213 vsize=10748324 memory=3440 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30230/stat : 30230 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695340042976 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30231] ppid=30213 vsize=10748324 memory=2832 CPUtime=0.43 cores=0,2,4,6
/proc/30216/task/30231/stat : 30231 (java) S 30213 30216 29470 0 -1 1077944384 587 0 0 0 22 21 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695338990256 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30232] ppid=30213 vsize=10748324 memory=5904 CPUtime=694.89 cores=0,2,4,6
/proc/30216/task/30232/stat : 30232 (java) R 30213 30216 29470 0 -1 4202560 9772 0 0 0 69487 2 0 0 20 0 16 0 414431034 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695322326280 139695915394954 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
Current children cumulated CPU time: 700.46 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 210544 KiB

[startup+697.001 s]*
/proc/loadavg: 1.54 1.62 1.49 3/229 30293
/proc/meminfo: memFree=31222920/32770624 swapFree=66994788/67108860
[pid=30216] ppid=30213 vsize=10748324 memory=210544 CPUtime=700.67 cores=0,2,4,6
/proc/30216/stat : 30216 (java) S 30213 30216 29470 0 -1 1077944320 47768 0 0 0 70033 34 0 0 20 0 16 0 414430845 11006283776 52636 33554432000 4194304 4196468 140723114023136 140723114005680 139696312155895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
/proc/30216/statm: 2687081 52636 3352 1 0 2647217 0
[pid=30216/tid=30218] ppid=30213 vsize=10748324 memory=8317482817917895235 CPUtime=1.87 cores=0,2,4,6
/proc/30216/task/30218/stat : 30218 (java) S 30213 30216 29470 0 -1 1077944384 13805 0 0 0 181 6 0 0 20 0 16 0 414430845 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696316398768 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30219] ppid=30213 vsize=10748324 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/30216/task/30219/stat : 30219 (java) S 30213 30216 29470 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696238230672 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30220] ppid=30213 vsize=10748324 memory=920 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30220/stat : 30220 (java) S 30213 30216 29470 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696237177872 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30221] ppid=30213 vsize=10748324 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30221/stat : 30221 (java) S 30213 30216 29470 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696236125072 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30222] ppid=30213 vsize=10748324 memory=2708 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30222/stat : 30222 (java) S 30213 30216 29470 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696235072272 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30223] ppid=30213 vsize=10748324 memory=2616 CPUtime=0.03 cores=0,2,4,6
/proc/30216/task/30223/stat : 30223 (java) S 30213 30216 29470 0 -1 1077944384 1061 0 0 0 2 1 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695347411312 139696312167042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30224] ppid=30213 vsize=10748324 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30224/stat : 30224 (java) S 30213 30216 29470 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695346357344 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30225] ppid=30213 vsize=10748324 memory=3292 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30225/stat : 30225 (java) S 30213 30216 29470 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695345304448 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30226] ppid=30213 vsize=10748324 memory=244940 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30226/stat : 30226 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695344252752 139696312174491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30227] ppid=30213 vsize=10748324 memory=4104 CPUtime=1.21 cores=0,2,4,6
/proc/30216/task/30227/stat : 30227 (java) S 30213 30216 29470 0 -1 1077944384 6291 0 0 0 120 1 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695343201136 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30228] ppid=30213 vsize=10748324 memory=1404 CPUtime=1.19 cores=0,2,4,6
/proc/30216/task/30228/stat : 30228 (java) S 30213 30216 29470 0 -1 1077944384 6280 0 0 0 118 1 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695342148336 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30229] ppid=30213 vsize=10748324 memory=3248 CPUtime=0.71 cores=0,2,4,6
/proc/30216/task/30229/stat : 30229 (java) S 30213 30216 29470 0 -1 1077944384 8374 0 0 0 69 2 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695341095536 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30230] ppid=30213 vsize=10748324 memory=210544 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30230/stat : 30230 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695340042976 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30231] ppid=30213 vsize=10748324 memory=1616 CPUtime=0.43 cores=0,2,4,6
/proc/30216/task/30231/stat : 30231 (java) S 30213 30216 29470 0 -1 1077944384 587 0 0 0 22 21 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695338990256 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30232] ppid=30213 vsize=10748324 memory=-8412656567318647667 CPUtime=695.1 cores=0,2,4,6
/proc/30216/task/30232/stat : 30232 (java) R 30213 30216 29470 0 -1 4202560 9772 0 0 0 69508 2 0 0 20 0 16 0 414431034 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695322326280 139695915391980 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
Current children cumulated CPU time: 700.67 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 210544 KiB

[startup+697.11 s]
/proc/loadavg: 1.54 1.62 1.49 3/229 30293
/proc/meminfo: memFree=31222920/32770624 swapFree=66994788/67108860
[pid=30216] ppid=30213 vsize=10748324 memory=210544 CPUtime=700.77 cores=0,2,4,6
/proc/30216/stat : 30216 (java) S 30213 30216 29470 0 -1 1077944320 47768 0 0 0 70043 34 0 0 20 0 16 0 414430845 11006283776 52636 33554432000 4194304 4196468 140723114023136 140723114005680 139696312155895 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
/proc/30216/statm: 2687081 52636 3352 1 0 2647217 0
[pid=30216/tid=30218] ppid=30213 vsize=10748324 memory=210544 CPUtime=1.87 cores=0,2,4,6
/proc/30216/task/30218/stat : 30218 (java) S 30213 30216 29470 0 -1 1077944384 13805 0 0 0 181 6 0 0 20 0 16 0 414430845 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696316398768 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30219] ppid=30213 vsize=10748324 memory=208496 CPUtime=0.01 cores=0,2,4,6
/proc/30216/task/30219/stat : 30219 (java) S 30213 30216 29470 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696238230672 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30220] ppid=30213 vsize=10748324 memory=210544 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30220/stat : 30220 (java) S 30213 30216 29470 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696237177872 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30221] ppid=30213 vsize=10748324 memory=210544 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30221/stat : 30221 (java) S 30213 30216 29470 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696236125072 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30222] ppid=30213 vsize=10748324 memory=210544 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30222/stat : 30222 (java) S 30213 30216 29470 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414430846 11006283776 52636 33554432000 4194304 4196468 140723114023136 139696235072272 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30223] ppid=30213 vsize=10748324 memory=210544 CPUtime=0.03 cores=0,2,4,6
/proc/30216/task/30223/stat : 30223 (java) S 30213 30216 29470 0 -1 1077944384 1061 0 0 0 2 1 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695347411312 139696312167042 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30224] ppid=30213 vsize=10748324 memory=210544 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30224/stat : 30224 (java) S 30213 30216 29470 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695346357344 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30225] ppid=30213 vsize=10748324 memory=210544 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30225/stat : 30225 (java) S 30213 30216 29470 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 414430848 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695345304448 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30226] ppid=30213 vsize=10748324 memory=210544 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30226/stat : 30226 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695344252752 139696312174491 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30227] ppid=30213 vsize=10748324 memory=210544 CPUtime=1.21 cores=0,2,4,6
/proc/30216/task/30227/stat : 30227 (java) S 30213 30216 29470 0 -1 1077944384 6291 0 0 0 120 1 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695343201136 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30228] ppid=30213 vsize=10748324 memory=210544 CPUtime=1.19 cores=0,2,4,6
/proc/30216/task/30228/stat : 30228 (java) S 30213 30216 29470 0 -1 1077944384 6280 0 0 0 118 1 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695342148336 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30229] ppid=30213 vsize=10748324 memory=210544 CPUtime=0.71 cores=0,2,4,6
/proc/30216/task/30229/stat : 30229 (java) S 30213 30216 29470 0 -1 1077944384 8374 0 0 0 69 2 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695341095536 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30230] ppid=30213 vsize=10748324 memory=210544 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30230/stat : 30230 (java) S 30213 30216 29470 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695340042976 139696312166101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30231] ppid=30213 vsize=10748324 memory=4104 CPUtime=0.43 cores=0,2,4,6
/proc/30216/task/30231/stat : 30231 (java) S 30213 30216 29470 0 -1 1077944384 587 0 0 0 22 21 0 0 20 0 16 0 414430851 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695338990256 139696312167042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
[pid=30216/tid=30232] ppid=30213 vsize=10748324 memory=1404 CPUtime=695.2 cores=0,2,4,6
/proc/30216/task/30232/stat : 30232 (java) R 30213 30216 29470 0 -1 4202560 9772 0 0 0 69518 2 0 0 20 0 16 0 414431034 11006283776 52636 33554432000 4194304 4196468 140723114023136 139695322326280 139695915395473 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24350720 140723114030091 140723114030194 140723114030194 140723114033103 0
Current children cumulated CPU time: 700.77 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 210544 KiB

Child status: 0
Real time (s): 697.197
CPU time (s): 700.863
CPU user time (s): 700.514
CPU system time (s): 0.349112
CPU usage (%): 100.526
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 210544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 700.514
system time used= 0.349112
maximum resident set size= 214660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48546
page faults= 0
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17736
involuntary context switches= 899


# summary of solver processes directly reported to runsolver:
#   pid: 30216
#   total CPU time (s): 700.863
#   total CPU user time (s): 700.514
#   total CPU system time (s): 0.349112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.31302 second user time and 6.67126 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-13 15:35:49
IDJOB=4390544
IDBENCH=126890
IDSOLVER=2832
FILE ID=node102/4390544-1568381794
RUNJOBID= node102-1568380472-29501
PBS_JOBID= 21701852
Free space on /tmp= 56892 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/SchurrLemma/SchurrLemma-mod-s1/SchurrLemma-mod-100-9.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390544-1568381794/watcher-4390544-1568381794 -o /tmp/evaluation-result-4390544-1568381794/solver-4390544-1568381794 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568380472-29501 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390544-1568381794.xml -cm

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

MD5SUM BENCH= 4f03c112a8f6a228f13fa4574ba8a054
RANDOM SEED=1503652811

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31429328 kB
MemAvailable:   31692964 kB
Buffers:          138260 kB
Cached:           415604 kB
SwapCached:        10200 kB
Active:           483096 kB
Inactive:         311700 kB
Active(anon):     237520 kB
Inactive(anon):    33616 kB
Active(file):     245576 kB
Inactive(file):   278084 kB
Unevictable:      110464 kB
Mlocked:          110464 kB
SwapTotal:      67108860 kB
SwapFree:       66994788 kB
Dirty:              8696 kB
Writeback:             0 kB
AnonPages:        326976 kB
Mapped:            46568 kB
Shmem:             21820 kB
Slab:             139980 kB
SReclaimable:     111624 kB
SUnreclaim:        28356 kB
KernelStack:        4048 kB
PageTables:         6684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1174556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 56884 MiB
End job on node102 at 2019-09-13 15:47:26