Trace number 4390499

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23UNSAT 13.5839 10.7906

DiagnosticValue
WRONG_DECISIONS32072

General information on the benchmark

NameRandom/Random-m1-7-40-8t/
rand-7-40-8-40-15000-9.xml
MD5SUM134b875ea7bd230347634fe517213ca9
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 benchmark11.0648
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints40
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":40}]
Minimum variable degree1
Maximum variable degree13
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":1},{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":9},{"degree":6,"count":5},{"degree":7,"count":4},{"degree":8,"count":5},{"degree":9,"count":5},{"degree":10,"count":3},{"degree":11,"count":2},{"degree":13,"count":2}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":40}]
Number of extensional constraints40
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":40}]
Optimization problemNO
Type of objective

Solver Data

2.59/1.90	
2.59/1.90	AbsCon 2 
2.59/1.92	
4.65/3.01	  Instance
4.65/3.01	    name=instance-4390499-1568380523, framework=CSP
4.65/3.01	
4.65/3.01	  Loading variables...
4.65/3.08	  Loading constraints...
5.38/3.38	
5.38/3.38	  Domains
5.38/3.38	    nTypes=1, nValues=320, sizes=[8#40]
5.38/3.38	  Variables
5.38/3.38	    count=40, degrees=[1#1,2#1,3#1,4#2...9#5,10#3,11#2,13#2]
5.38/3.38	  Constraints
5.38/3.38	    count=40, nSpecific=40, arities=[7#40]
5.38/3.38	    distribution=[CtrExtensionCT-Table#40]
5.38/3.38	    tables=[15000#40], nTotalTuples=600000
5.38/3.38	    nExtStructures=(40,shared:0)
5.38/3.38	    wck=1.505, cpu=3.227, mem=325M777
5.38/3.39	  Solver SolverBacktrack being built...
5.38/3.39	
5.53/3.41	
5.53/3.41	  Solver
5.53/3.41	    guaranteedGAC=true
5.53/3.41	    wck=1.539, cpu=3.259, mem=333M777
5.53/3.41	
5.53/3.41	  Preprocessing
5.53/3.41	    filters=0, nACremovedValues=0, nTotalRemovedValues=0, inconcistency=false
5.53/3.41	    wck=0.002, cpu=3.263, mem=333M777
5.53/3.41	
5.53/3.43	    num=0, depth=7..10, filters=244, wck=0.018, mem=333M777
5.53/3.43	    decisions=31, wrong=12, backtracks=3, failedAssignments=10, nogoods=1
5.53/3.43	    nFilterCalls=800, avgTableProportion=0.9999333333333518, avgTableSize=14999.0
5.53/3.43	    
5.53/3.44	    num=1, depth=5..8, filters=594, wck=0.03, mem=333M777
5.53/3.44	    decisions=70, wrong=29, backtracks=10, failedAssignments=21, nogoods=7
5.53/3.44	    nFilterCalls=2148, avgTableProportion=0.9999333333333255, avgTableSize=14999.0
5.53/3.44	    
5.53/3.45	    num=2, depth=3..5, filters=794, wck=0.039, mem=333M777
5.53/3.45	    decisions=106, wrong=45, backtracks=14, failedAssignments=33, nogoods=11
5.53/3.45	    nFilterCalls=3178, avgTableProportion=0.9999333333333826, avgTableSize=14999.0
5.53/3.45	    
5.53/3.46	    num=3, depth=4..7, filters=1060, wck=0.049, mem=333M777
5.53/3.46	    decisions=144, wrong=62, backtracks=19, failedAssignments=46, nogoods=19
5.53/3.46	    nFilterCalls=4298, avgTableProportion=0.9999333333334136, avgTableSize=14999.0
5.53/3.46	    
5.53/3.47	    num=4, depth=3..6, filters=1437, wck=0.062, mem=333M777
5.53/3.47	    decisions=189, wrong=83, backtracks=27, failedAssignments=60, nogoods=24
5.53/3.47	    nFilterCalls=5779, avgTableProportion=0.9999333333334361, avgTableSize=14999.0
5.53/3.47	    
5.53/3.49	    num=5, depth=3..6, filters=1729, wck=0.083, mem=333M777
5.53/3.49	    decisions=235, wrong=104, backtracks=32, failedAssignments=76, nogoods=27
5.53/3.49	    nFilterCalls=6983, avgTableProportion=0.9999333333334475, avgTableSize=14999.0
5.53/3.49	    
5.85/3.51	    num=6, depth=3..6, filters=2138, wck=0.096, mem=333M777
5.85/3.51	    decisions=284, wrong=127, backtracks=41, failedAssignments=93, nogoods=32
5.85/3.51	    nFilterCalls=8677, avgTableProportion=0.9999333333334072, avgTableSize=14999.0
5.85/3.51	    
5.85/3.52	    num=7, depth=3..5, filters=2490, wck=0.109, mem=333M777
5.85/3.52	    decisions=339, wrong=153, backtracks=48, failedAssignments=112, nogoods=38
5.85/3.52	    nFilterCalls=10233, avgTableProportion=0.9999333333332833, avgTableSize=14999.0
5.85/3.52	    
5.85/3.53	    num=8, depth=2..4, filters=3000, wck=0.123, mem=333M777
5.85/3.53	    decisions=400, wrong=182, backtracks=57, failedAssignments=133, nogoods=40
5.85/3.53	    nFilterCalls=12056, avgTableProportion=0.9999333333331788, avgTableSize=14999.0
5.85/3.53	    
5.85/3.55	    num=9, depth=3..5, filters=3364, wck=0.135, mem=333M777
5.85/3.55	    decisions=460, wrong=210, backtracks=63, failedAssignments=156, nogoods=49
5.85/3.55	    nFilterCalls=13526, avgTableProportion=0.9999333333331151, avgTableSize=14999.0
5.85/3.55	    
5.85/3.56	    num=10, depth=3..5, filters=3884, wck=0.152, mem=333M777
5.85/3.56	    decisions=536, wrong=246, backtracks=75, failedAssignments=181, nogoods=61
5.85/3.56	    nFilterCalls=15817, avgTableProportion=0.9999333333330392, avgTableSize=14999.0
5.85/3.56	    
5.85/3.58	    num=11, depth=3..4, filters=4384, wck=0.166, mem=333M777
5.85/3.58	    decisions=609, wrong=281, backtracks=82, failedAssignments=209, nogoods=68
5.85/3.58	    nFilterCalls=17867, avgTableProportion=0.999933333332988, avgTableSize=14999.0
5.85/3.58	    
6.10/3.61	    num=12, depth=3..6, filters=5018, wck=0.183, mem=333M777
6.10/3.61	    decisions=697, wrong=323, backtracks=95, failedAssignments=240, nogoods=82
6.10/3.61	    nFilterCalls=20453, avgTableProportion=0.999933333332938, avgTableSize=14999.0
6.10/3.61	    
6.10/3.62	    num=13, depth=2..6, filters=5829, wck=0.206, mem=333M777
6.10/3.62	    decisions=810, wrong=378, backtracks=120, failedAssignments=274, nogoods=85
6.10/3.62	    nFilterCalls=24076, avgTableProportion=0.9999333333328859, avgTableSize=14999.0
6.10/3.62	    
6.10/3.63	    num=14, depth=3..6, filters=6455, wck=0.219, mem=333M777
6.10/3.63	    decisions=914, wrong=428, backtracks=133, failedAssignments=311, nogoods=96
6.10/3.63	    nFilterCalls=27020, avgTableProportion=0.999933333332854, avgTableSize=14999.0
6.10/3.63	    
6.10/3.65	    num=15, depth=2..5, filters=7400, wck=0.235, mem=333M777
6.10/3.65	    decisions=1039, wrong=488, backtracks=153, failedAssignments=352, nogoods=104
6.10/3.65	    nFilterCalls=30818, avgTableProportion=0.9999333333328216, avgTableSize=14999.0
6.10/3.65	    
6.10/3.66	    num=16, depth=2..5, filters=8106, wck=0.251, mem=333M777
6.10/3.66	    decisions=1171, wrong=552, backtracks=174, failedAssignments=397, nogoods=112
6.10/3.66	    nFilterCalls=34382, avgTableProportion=0.9999333333327979, avgTableSize=14999.0
6.10/3.66	    
6.10/3.68	    num=17, depth=2..6, filters=9218, wck=0.27, mem=333M777
6.10/3.68	    decisions=1318, wrong=624, backtracks=199, failedAssignments=447, nogoods=117
6.10/3.68	    nFilterCalls=38999, avgTableProportion=0.9999333333327735, avgTableSize=14999.0
6.10/3.68	    
6.29/3.70	    num=18, depth=2..5, filters=10408, wck=0.29, mem=333M777
6.29/3.70	    decisions=1474, wrong=700, backtracks=222, failedAssignments=502, nogoods=123
6.29/3.70	    nFilterCalls=43851, avgTableProportion=0.9999333333327535, avgTableSize=14999.0
6.29/3.70	    
6.29/3.72	    num=19, depth=2..6, filters=11732, wck=0.312, mem=333M777
6.29/3.72	    decisions=1656, wrong=789, backtracks=252, failedAssignments=563, nogoods=131
6.29/3.72	    nFilterCalls=49478, avgTableProportion=0.999933333332735, avgTableSize=14999.0
6.29/3.72	    
6.29/3.74	    num=20, depth=2..5, filters=12837, wck=0.333, mem=333M777
6.29/3.74	    decisions=1840, wrong=879, backtracks=278, failedAssignments=630, nogoods=141
6.29/3.74	    nFilterCalls=54556, avgTableProportion=0.9999333333327218, avgTableSize=14999.0
6.29/3.74	    
6.29/3.77	    num=21, depth=2..6, filters=14494, wck=0.358, mem=333M777
6.29/3.77	    decisions=2044, wrong=979, backtracks=315, failedAssignments=704, nogoods=148
6.29/3.77	    nFilterCalls=61048, avgTableProportion=0.999933333332708, avgTableSize=14999.0
6.29/3.77	    
6.29/3.79	    num=22, depth=2..6, filters=16154, wck=0.383, mem=333M777
6.29/3.79	    decisions=2270, wrong=1090, backtracks=352, failedAssignments=785, nogoods=162
6.29/3.79	    nFilterCalls=68094, avgTableProportion=0.999933333332969, avgTableSize=14999.0
6.29/3.79	    
6.44/3.82	    num=23, depth=2..6, filters=17666, wck=0.409, mem=342M788
6.44/3.82	    decisions=2514, wrong=1210, backtracks=388, failedAssignments=874, nogoods=169
6.44/3.82	    nFilterCalls=74673, avgTableProportion=0.9999333333335768, avgTableSize=14999.0
6.44/3.82	    
6.44/3.85	    num=24, depth=2..6, filters=19586, wck=0.438, mem=342M788
6.44/3.85	    decisions=2794, wrong=1348, backtracks=433, failedAssignments=972, nogoods=174
6.44/3.85	    nFilterCalls=82830, avgTableProportion=0.9999333333341963, avgTableSize=14999.0
6.44/3.85	    
6.44/3.89	    num=25, depth=2..6, filters=21983, wck=0.475, mem=342M788
6.44/3.89	    decisions=3113, wrong=1505, backtracks=489, failedAssignments=1080, nogoods=180
6.44/3.89	    nFilterCalls=93018, avgTableProportion=0.9999333333348175, avgTableSize=14999.0
6.44/3.89	    
6.54/3.93	    num=26, depth=2..5, filters=24735, wck=0.514, mem=342M788
6.54/3.93	    decisions=3476, wrong=1685, backtracks=557, failedAssignments=1199, nogoods=195
6.54/3.93	    nFilterCalls=104144, avgTableProportion=0.999933333335357, avgTableSize=14999.0
6.54/3.93	    
6.54/3.97	    num=27, depth=2..6, filters=27303, wck=0.561, mem=342M788
6.54/3.97	    decisions=3852, wrong=1871, backtracks=620, failedAssignments=1330, nogoods=207
6.54/3.97	    nFilterCalls=116438, avgTableProportion=0.9999333333358335, avgTableSize=14999.0
6.54/3.97	    
6.69/4.03	    num=28, depth=2..6, filters=31088, wck=0.616, mem=342M788
6.69/4.03	    decisions=4304, wrong=2095, backtracks=716, failedAssignments=1474, nogoods=223
6.69/4.03	    nFilterCalls=131552, avgTableProportion=0.999933333336297, avgTableSize=14999.0
6.69/4.03	    
6.69/4.08	    num=29, depth=1..6, filters=34656, wck=0.667, mem=342M788
6.69/4.08	    decisions=4768, wrong=2325, backtracks=797, failedAssignments=1632, nogoods=231
6.69/4.08	    nFilterCalls=146141, avgTableProportion=0.9999333333366535, avgTableSize=14999.0
6.69/4.08	    
6.79/4.13	    num=30, depth=2..6, filters=37547, wck=0.722, mem=342M788
6.79/4.13	    decisions=5256, wrong=2567, backtracks=873, failedAssignments=1806, nogoods=240
6.79/4.13	    nFilterCalls=160134, avgTableProportion=0.9999333333369343, avgTableSize=14999.0
6.79/4.13	    
6.89/4.20	    num=31, depth=1..6, filters=41929, wck=0.791, mem=342M788
6.89/4.20	    decisions=5832, wrong=2853, backtracks=985, failedAssignments=1997, nogoods=250
6.89/4.20	    nFilterCalls=178666, avgTableProportion=0.9999333333372387, avgTableSize=14999.0
6.89/4.20	    
6.89/4.27	    num=32, depth=1..6, filters=46322, wck=0.858, mem=342M788
6.89/4.27	    decisions=6460, wrong=3165, backtracks=1095, failedAssignments=2208, nogoods=259
6.89/4.27	    nFilterCalls=197869, avgTableProportion=0.9999333333374938, avgTableSize=14999.0
6.89/4.27	    
6.99/4.34	    num=33, depth=1..6, filters=51501, wck=0.933, mem=342M788
6.99/4.34	    decisions=7151, wrong=3509, backtracks=1228, failedAssignments=2440, nogoods=266
6.99/4.34	    nFilterCalls=218695, avgTableProportion=0.9999333333377199, avgTableSize=14999.0
6.99/4.34	    
7.10/4.44	    num=34, depth=1..6, filters=57642, wck=1.03, mem=342M788
7.10/4.44	    decisions=7938, wrong=3901, backtracks=1395, failedAssignments=2695, nogoods=284
7.10/4.44	    nFilterCalls=244667, avgTableProportion=0.999933333337948, avgTableSize=14999.0
7.10/4.44	    
7.20/4.54	    num=35, depth=1..6, filters=63751, wck=1.124, mem=342M788
7.20/4.54	    decisions=8742, wrong=4301, backtracks=1536, failedAssignments=2976, nogoods=295
7.20/4.54	    nFilterCalls=270799, avgTableProportion=0.999933333337205, avgTableSize=14999.0
7.20/4.54	    
7.30/4.62	    num=36, depth=2..6, filters=69258, wck=1.211, mem=342M788
7.30/4.62	    decisions=9630, wrong=4744, backtracks=1688, failedAssignments=3285, nogoods=314
7.30/4.62	    nFilterCalls=295326, avgTableProportion=0.9999333333350091, avgTableSize=14999.0
7.30/4.62	    
7.43/4.73	    num=37, depth=1..6, filters=76115, wck=1.319, mem=351M799
7.43/4.73	    decisions=10590, wrong=5223, backtracks=1851, failedAssignments=3625, nogoods=327
7.43/4.73	    nFilterCalls=325115, avgTableProportion=0.9999333333327877, avgTableSize=14999.0
7.43/4.73	    
7.55/4.86	    num=38, depth=1..6, filters=84296, wck=1.445, mem=351M799
7.55/4.86	    decisions=11703, wrong=5778, backtracks=2057, failedAssignments=3999, nogoods=340
7.55/4.86	    nFilterCalls=359763, avgTableProportion=0.9999333333306666, avgTableSize=14999.0
7.55/4.86	    
7.65/4.99	    num=39, depth=1..6, filters=93130, wck=1.575, mem=351M799
7.65/4.99	    decisions=12919, wrong=6384, backtracks=2291, failedAssignments=4410, nogoods=347
7.65/4.99	    nFilterCalls=396857, avgTableProportion=0.9999333333288064, avgTableSize=14999.0
7.65/4.99	    
7.88/5.14	    num=40, depth=1..6, filters=103600, wck=1.727, mem=351M799
7.88/5.14	    decisions=14306, wrong=7076, backtracks=2586, failedAssignments=4862, nogoods=362
7.88/5.14	    nFilterCalls=439685, avgTableProportion=0.9999333333270489, avgTableSize=14999.0
7.88/5.14	    
8.07/5.31	    num=41, depth=1..6, filters=114576, wck=1.895, mem=351M799
8.07/5.31	    decisions=15779, wrong=7811, backtracks=2854, failedAssignments=5359, nogoods=375
8.07/5.31	    nFilterCalls=485689, avgTableProportion=0.9999333333255065, avgTableSize=14999.0
8.07/5.31	    
8.17/5.48	    num=42, depth=1..6, filters=126782, wck=2.064, mem=351M799
8.17/5.48	    decisions=17395, wrong=8618, backtracks=3163, failedAssignments=5906, nogoods=387
8.17/5.48	    nFilterCalls=536004, avgTableProportion=0.9999333333253912, avgTableSize=14999.0
8.17/5.48	    
8.37/5.68	    num=43, depth=0..6, filters=140584, wck=2.267, mem=360M810
8.37/5.68	    decisions=19181, wrong=9509, backtracks=3528, failedAssignments=6508, nogoods=397
8.37/5.68	    nFilterCalls=593166, avgTableProportion=0.999933333329591, avgTableSize=14999.0
8.37/5.68	    
8.67/5.90	    num=44, depth=1..6, filters=155096, wck=2.485, mem=360M810
8.67/5.90	    decisions=21138, wrong=10486, backtracks=3910, failedAssignments=7170, nogoods=413
8.67/5.90	    nFilterCalls=654068, avgTableProportion=0.9999333333332578, avgTableSize=14999.0
8.67/5.90	    
8.88/6.13	    num=45, depth=0..6, filters=169644, wck=2.716, mem=360M810
8.88/6.13	    decisions=23237, wrong=11534, backtracks=4297, failedAssignments=7898, nogoods=417
8.88/6.13	    nFilterCalls=718483, avgTableProportion=0.9999333333364598, avgTableSize=14999.0
8.88/6.13	    
9.07/6.40	    num=46, depth=1..6, filters=185817, wck=2.984, mem=360M810
9.07/6.40	    decisions=25611, wrong=12720, backtracks=4756, failedAssignments=8699, nogoods=424
9.07/6.40	    nFilterCalls=793062, avgTableProportion=0.9999333333395172, avgTableSize=14999.0
9.07/6.40	    
9.47/6.71	    num=47, depth=1..6, filters=207518, wck=3.303, mem=369M821
9.47/6.71	    decisions=28284, wrong=14055, backtracks=5310, failedAssignments=9580, nogoods=440
9.47/6.71	    nFilterCalls=882420, avgTableProportion=0.9999333333424999, avgTableSize=14999.0
9.47/6.71	    
9.79/7.03	    num=48, depth=1..7, filters=229045, wck=3.619, mem=369M821
9.79/7.03	    decisions=31197, wrong=15510, backtracks=5895, failedAssignments=10550, nogoods=457
9.79/7.03	    nFilterCalls=972049, avgTableProportion=0.9999333333449408, avgTableSize=14999.0
9.79/7.03	    
10.18/7.41	    num=49, depth=0..6, filters=253906, wck=3.998, mem=378M832
10.18/7.41	    decisions=34493, wrong=17156, backtracks=6597, failedAssignments=11617, nogoods=463
10.18/7.41	    nFilterCalls=1078141, avgTableProportion=0.9999333333473055, avgTableSize=14999.0
10.18/7.41	    
10.48/7.80	    num=50, depth=1..6, filters=277804, wck=4.385, mem=378M832
10.48/7.80	    decisions=38011, wrong=18914, backtracks=7276, failedAssignments=12790, nogoods=490
10.48/7.80	    nFilterCalls=1185382, avgTableProportion=0.9999333333492657, avgTableSize=14999.0
10.48/7.80	    
10.98/8.23	    num=51, depth=1..6, filters=303061, wck=4.818, mem=378M832
10.98/8.23	    decisions=41956, wrong=20885, backtracks=8086, failedAssignments=14081, nogoods=508
10.98/8.23	    nFilterCalls=1303432, avgTableProportion=0.9999333333510505, avgTableSize=14999.0
10.98/8.23	    
11.48/8.72	    num=52, depth=0..6, filters=335832, wck=5.309, mem=387M843
11.48/8.72	    decisions=46343, wrong=23077, backtracks=9023, failedAssignments=15501, nogoods=513
11.48/8.72	    nFilterCalls=1440084, avgTableProportion=0.999933333352751, avgTableSize=14999.0
11.48/8.72	    
11.98/9.28	    num=53, depth=0..6, filters=370520, wck=5.865, mem=396M854
11.98/9.28	    decisions=51097, wrong=25453, backtracks=9994, failedAssignments=17063, nogoods=522
11.98/9.28	    nFilterCalls=1594554, avgTableProportion=0.9999333333543224, avgTableSize=14999.0
11.98/9.28	    
12.58/9.87	    num=54, depth=0..6, filters=408784, wck=6.462, mem=396M854
12.58/9.87	    decisions=56337, wrong=28072, backtracks=11071, failedAssignments=18781, nogoods=524
12.58/9.87	    nFilterCalls=1760630, avgTableProportion=0.9999333333557043, avgTableSize=14999.0
12.58/9.87	    
13.29/10.55	    num=55, depth=0..7, filters=452309, wck=7.134, mem=405M865
13.29/10.55	    decisions=62282, wrong=31043, backtracks=12390, failedAssignments=20671, nogoods=530
13.29/10.55	    nFilterCalls=1947878, avgTableProportion=0.9999333333569796, avgTableSize=14999.0
13.29/10.55	    
13.49/10.78	    num=56, depth=0..5, filters=467238, wck=7.364, mem=405M865
13.49/10.78	    decisions=64338, wrong=32072, backtracks=12903, failedAssignments=21303, nogoods=530
13.49/10.78	    nFilterCalls=2011836, avgTableProportion=0.9999333333573609, avgTableSize=14999.0
13.49/10.78	    
13.49/10.78	  Global
13.49/10.78	    filters=467238, nogoods=530
13.49/10.78	    Stop=FULL_EXPLORATION, wrong=32072, wck=8.905, cpu=10.623, mem=405M865
13.49/10.78	
13.49/10.78	s UNSATISFIABLE
13.49/10.78	
13.49/10.78	d WRONG_DECISIONS 32072

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

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

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

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

solver pid=27768, runsolver pid=27765

[startup+0.100874 s]*
/proc/loadavg: 0.61 0.15 0.09 3/229 27783
/proc/meminfo: memFree=31611404/32770624 swapFree=67004188/67108860
[pid=27768] ppid=27765 vsize=10659884 memory=26792 CPUtime=0.1 cores=1,3,5,7
/proc/27768/stat : 27768 (java) S 27765 27768 27612 0 -1 1077944320 5201 0 0 0 9 1 0 0 20 0 15 0 414213913 10915721216 6698 33554432000 4194304 4196468 140732395737104 140732395719648 139694104497911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
/proc/27768/statm: 2664971 6698 2816 1 0 2627468 0
[pid=27768/tid=27770] ppid=27765 vsize=10659884 memory=720575944405811505 CPUtime=0.07 cores=1,3,5,7
/proc/27768/task/27770/stat : 27770 (java) R 27765 27768 27612 0 -1 4202560 3160 0 0 0 7 0 0 0 20 0 15 0 414213914 10915721216 6698 33554432000 4194304 4196468 140732395737104 139694108729952 139694104509846 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27771] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27771/stat : 27771 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 6698 33554432000 4194304 4196468 140732395737104 139694030572688 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27772] ppid=27765 vsize=10659884 memory=288370257858397824 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27772/stat : 27772 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 6698 33554432000 4194304 4196468 140732395737104 139694029519888 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27773] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27773/stat : 27773 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 6698 33554432000 4194304 4196468 140732395737104 139694028467088 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27774] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27774/stat : 27774 (java) S 27765 27768 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 6698 33554432000 4194304 4196468 140732395737104 139694027414288 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27775] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27775/stat : 27775 (java) S 27765 27768 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414213916 10915721216 6698 33554432000 4194304 4196468 140732395737104 139693140154736 139694104509058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27776] ppid=27765 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27776/stat : 27776 (java) S 27765 27768 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414213916 10915721216 6698 33554432000 4194304 4196468 140732395737104 139693139100704 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27777] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27777/stat : 27777 (java) S 27765 27768 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414213917 10915721216 6698 33554432000 4194304 4196468 140732395737104 139693138047856 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27778] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27778/stat : 27778 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414213919 10915721216 6698 33554432000 4194304 4196468 140732395737104 139693136996176 139694104516507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27779] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27779/stat : 27779 (java) S 27765 27768 27612 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 414213921 10915721216 6698 33554432000 4194304 4196468 140732395737104 139693135944560 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27780] ppid=27765 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27780/stat : 27780 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414213921 10915721216 6698 33554432000 4194304 4196468 140732395737104 139693134891760 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27781] ppid=27765 vsize=10659884 memory=139881706686080 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27781/stat : 27781 (java) R 27765 27768 27612 0 -1 4202560 255 0 0 0 0 0 0 0 20 0 15 0 414213921 10915721216 6698 33554432000 4194304 4196468 140732395737104 139693133838960 139694082489901 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27782] ppid=27765 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27782/stat : 27782 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414213921 10915721216 6698 33554432000 4194304 4196468 140732395737104 139693132786400 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27783] ppid=27765 vsize=10659884 memory=139881706686080 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27783/stat : 27783 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213921 10915721216 6698 33554432000 4194304 4196468 140732395737104 139693131733680 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 26792 KiB

[startup+0.210869 s]*
/proc/loadavg: 0.61 0.15 0.09 4/229 27783
/proc/meminfo: memFree=31599964/32770624 swapFree=67004188/67108860
[pid=27768] ppid=27765 vsize=10659884 memory=37008 CPUtime=0.28 cores=1,3,5,7
/proc/27768/stat : 27768 (java) S 27765 27768 27612 0 -1 1077944320 9007 0 0 0 26 2 0 0 20 0 15 0 414213913 10915721216 9252 33554432000 4194304 4196468 140732395737104 140732395719648 139694104497911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
/proc/27768/statm: 2664971 9252 2989 1 0 2627468 0
[pid=27768/tid=27770] ppid=27765 vsize=10659884 memory=7022364594140610616 CPUtime=0.17 cores=1,3,5,7
/proc/27768/task/27770/stat : 27770 (java) R 27765 27768 27612 0 -1 4202560 6098 0 0 0 16 1 0 0 20 0 15 0 414213914 10915721216 9252 33554432000 4194304 4196468 140732395737104 139694108729520 139694104519837 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27771] ppid=27765 vsize=10659884 memory=343 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27771/stat : 27771 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 9252 33554432000 4194304 4196468 140732395737104 139694030572688 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27772] ppid=27765 vsize=10659884 memory=139881706713304 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27772/stat : 27772 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 9252 33554432000 4194304 4196468 140732395737104 139694029519888 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27773] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27773/stat : 27773 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 9252 33554432000 4194304 4196468 140732395737104 139694028467088 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27774] ppid=27765 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27774/stat : 27774 (java) S 27765 27768 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 9252 33554432000 4194304 4196468 140732395737104 139694027414288 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27775] ppid=27765 vsize=10659884 memory=139881706686080 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27775/stat : 27775 (java) S 27765 27768 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414213916 10915721216 9252 33554432000 4194304 4196468 140732395737104 139693140154736 139694104509058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27776] ppid=27765 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27776/stat : 27776 (java) S 27765 27768 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414213916 10915721216 9252 33554432000 4194304 4196468 140732395737104 139693139100704 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27777] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27777/stat : 27777 (java) S 27765 27768 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414213917 10915721216 9252 33554432000 4194304 4196468 140732395737104 139693138047856 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27778] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27778/stat : 27778 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414213919 10915721216 9252 33554432000 4194304 4196468 140732395737104 139693136996176 139694104516507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27779] ppid=27765 vsize=10659884 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27768/task/27779/stat : 27779 (java) R 27765 27768 27612 0 -1 4202560 563 0 0 0 2 0 0 0 20 0 15 0 414213921 10915721216 9252 33554432000 4194304 4196468 140732395737104 139693135944560 139694096787360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27780] ppid=27765 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27768/task/27780/stat : 27780 (java) R 27765 27768 27612 0 -1 4202560 269 0 0 0 2 0 0 0 20 0 15 0 414213921 10915721216 9252 33554432000 4194304 4196468 140732395737104 139693134891760 139694088393688 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27781] ppid=27765 vsize=10659884 memory=139881706686080 CPUtime=0.05 cores=1,3,5,7
/proc/27768/task/27781/stat : 27781 (java) R 27765 27768 27612 0 -1 1077944384 721 0 0 0 5 0 0 0 20 0 15 0 414213921 10915721216 9252 33554432000 4194304 4196468 140732395737104 139693133838960 139694104509058 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27782] ppid=27765 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27782/stat : 27782 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414213921 10915721216 9252 33554432000 4194304 4196468 140732395737104 139693132786400 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27783] ppid=27765 vsize=10659884 memory=139881706686080 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27783/stat : 27783 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213921 10915721216 9252 33554432000 4194304 4196468 140732395737104 139693131733680 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 37008 KiB

[startup+0.316774 s]*
/proc/loadavg: 0.61 0.15 0.09 4/229 27783
/proc/meminfo: memFree=31597792/32770624 swapFree=67004188/67108860
[pid=27768] ppid=27765 vsize=10659884 memory=40088 CPUtime=0.45 cores=1,3,5,7
/proc/27768/stat : 27768 (java) S 27765 27768 27612 0 -1 1077944320 9298 0 0 0 42 3 0 0 20 0 15 0 414213913 10915721216 10022 33554432000 4194304 4196468 140732395737104 140732395719648 139694104497911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
/proc/27768/statm: 2664971 10022 3023 1 0 2627468 0
[pid=27768/tid=27770] ppid=27765 vsize=10659884 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/27768/task/27770/stat : 27770 (java) R 27765 27768 27612 0 -1 4202560 6204 0 0 0 27 2 0 0 20 0 15 0 414213914 10915721216 10022 33554432000 4194304 4196468 140732395737104 139694108728080 139694104519837 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27771] ppid=27765 vsize=10659884 memory=4294981932 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27771/stat : 27771 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 10022 33554432000 4194304 4196468 140732395737104 139694030572688 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27772] ppid=27765 vsize=10659884 memory=139881706713278 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27772/stat : 27772 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 10022 33554432000 4194304 4196468 140732395737104 139694029519888 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27773] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27773/stat : 27773 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 10022 33554432000 4194304 4196468 140732395737104 139694028467088 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27774] ppid=27765 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27774/stat : 27774 (java) S 27765 27768 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414213915 10915721216 10022 33554432000 4194304 4196468 140732395737104 139694027414288 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27775] ppid=27765 vsize=10659884 memory=139881706686080 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27775/stat : 27775 (java) S 27765 27768 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414213916 10915721216 10022 33554432000 4194304 4196468 140732395737104 139693140154736 139694104509058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27776] ppid=27765 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27776/stat : 27776 (java) S 27765 27768 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414213916 10915721216 10022 33554432000 4194304 4196468 140732395737104 139693139100704 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27777] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27777/stat : 27777 (java) S 27765 27768 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414213917 10915721216 10022 33554432000 4194304 4196468 140732395737104 139693138047856 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27778] ppid=27765 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27778/stat : 27778 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414213919 10915721216 10022 33554432000 4194304 4196468 140732395737104 139693136996176 139694104516507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27779] ppid=27765 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27768/task/27779/stat : 27779 (java) S 27765 27768 27612 0 -1 1077944384 584 0 0 0 3 0 0 0 20 0 15 0 414213921 10915721216 10022 33554432000 4194304 4196468 140732395737104 139693135944560 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27780] ppid=27765 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/27768/task/27780/stat : 27780 (java) S 27765 27768 27612 0 -1 1077944384 404 0 0 0 4 0 0 0 20 0 15 0 414213921 10915721216 10022 33554432000 4194304 4196468 140732395737104 139693134891760 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27781] ppid=27765 vsize=10659884 memory=139881706686080 CPUtime=0.07 cores=1,3,5,7
/proc/27768/task/27781/stat : 27781 (java) S 27765 27768 27612 0 -1 1077944384 749 0 0 0 7 0 0 0 20 0 15 0 414213921 10915721216 10022 33554432000 4194304 4196468 140732395737104 139693133838960 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27782] ppid=27765 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27782/stat : 27782 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414213921 10915721216 10022 33554432000 4194304 4196468 140732395737104 139693132786400 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27783] ppid=27765 vsize=10659884 memory=139881706686080 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27783/stat : 27783 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213921 10915721216 10022 33554432000 4194304 4196468 140732395737104 139693131733680 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40088 KiB

[startup+0.700719 s]
/proc/loadavg: 0.61 0.15 0.09 3/229 27783
/proc/meminfo: memFree=31587772/32770624 swapFree=67004188/67108860
[pid=27768] ppid=27765 vsize=10661932 memory=60760 CPUtime=1.07 cores=1,3,5,7
/proc/27768/stat : 27768 (java) S 27765 27768 27612 0 -1 1077944320 12730 0 0 0 101 6 0 0 20 0 15 0 414213913 10917818368 15190 33554432000 4194304 4196468 140732395737104 140732395719648 139694104497911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
/proc/27768/statm: 2665483 15190 3072 1 0 2627980 0
[pid=27768/tid=27770] ppid=27765 vsize=10661932 memory=39052 CPUtime=0.66 cores=1,3,5,7
/proc/27768/task/27770/stat : 27770 (java) R 27765 27768 27612 0 -1 4202560 8704 0 0 0 61 5 0 0 20 0 15 0 414213914 10917818368 15190 33554432000 4194304 4196468 140732395737104 139694108733632 139694104519837 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27771] ppid=27765 vsize=10661932 memory=984 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27771/stat : 27771 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10917818368 15190 33554432000 4194304 4196468 140732395737104 139694030572688 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27772] ppid=27765 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27772/stat : 27772 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10917818368 15190 33554432000 4194304 4196468 140732395737104 139694029519888 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27773] ppid=27765 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27773/stat : 27773 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10917818368 15190 33554432000 4194304 4196468 140732395737104 139694028467088 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27774] ppid=27765 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27774/stat : 27774 (java) S 27765 27768 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414213915 10917818368 15190 33554432000 4194304 4196468 140732395737104 139694027414288 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27775] ppid=27765 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27775/stat : 27775 (java) S 27765 27768 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414213916 10917818368 15190 33554432000 4194304 4196468 140732395737104 139693140154736 139694104509058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27776] ppid=27765 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27776/stat : 27776 (java) S 27765 27768 27612 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414213916 10917818368 15190 33554432000 4194304 4196468 140732395737104 139693139100704 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27777] ppid=27765 vsize=10661932 memory=1 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27777/stat : 27777 (java) S 27765 27768 27612 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414213917 10917818368 15190 33554432000 4194304 4196468 140732395737104 139693138047856 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27778] ppid=27765 vsize=10661932 memory=6 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27778/stat : 27778 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414213919 10917818368 15190 33554432000 4194304 4196468 140732395737104 139693136996176 139694104516507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27779] ppid=27765 vsize=10661932 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27779/stat : 27779 (java) S 27765 27768 27612 0 -1 1077944384 850 0 0 0 9 0 0 0 20 0 15 0 414213921 10917818368 15190 33554432000 4194304 4196468 140732395737104 139693135944560 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27780] ppid=27765 vsize=10661932 memory=13 CPUtime=0.12 cores=1,3,5,7
/proc/27768/task/27780/stat : 27780 (java) S 27765 27768 27612 0 -1 1077944384 666 0 0 0 12 0 0 0 20 0 15 0 414213921 10917818368 15190 33554432000 4194304 4196468 140732395737104 139693134891760 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27781] ppid=27765 vsize=10661932 memory=942 CPUtime=0.18 cores=1,3,5,7
/proc/27768/task/27781/stat : 27781 (java) S 27765 27768 27612 0 -1 1077944384 1152 0 0 0 18 0 0 0 20 0 15 0 414213921 10917818368 15190 33554432000 4194304 4196468 140732395737104 139693133838960 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27782] ppid=27765 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27782/stat : 27782 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414213921 10917818368 15190 33554432000 4194304 4196468 140732395737104 139693132786400 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27783] ppid=27765 vsize=10661932 memory=4 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27783/stat : 27783 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213921 10917818368 15190 33554432000 4194304 4196468 140732395737104 139693131733680 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 60760 KiB

[startup+1.50075 s]
/proc/loadavg: 0.61 0.15 0.09 3/229 27783
/proc/meminfo: memFree=31569656/32770624 swapFree=67004188/67108860
[pid=27768] ppid=27765 vsize=10663980 memory=75208 CPUtime=1.97 cores=1,3,5,7
/proc/27768/stat : 27768 (java) S 27765 27768 27612 0 -1 1077944320 16442 0 0 0 190 7 0 0 20 0 15 0 414213913 10919915520 18802 33554432000 4194304 4196468 140732395737104 140732395719648 139694104497911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
/proc/27768/statm: 2665995 18802 3095 1 0 2628492 0
[pid=27768/tid=27770] ppid=27765 vsize=10663980 memory=984 CPUtime=1.46 cores=1,3,5,7
/proc/27768/task/27770/stat : 27770 (java) R 27765 27768 27612 0 -1 4202560 11395 0 0 0 140 6 0 0 20 0 15 0 414213914 10919915520 18802 33554432000 4194304 4196468 140732395737104 139694108738192 139694090178096 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27771] ppid=27765 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27771/stat : 27771 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10919915520 18861 33554432000 4194304 4196468 140732395737104 139694030572688 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27772] ppid=27765 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27772/stat : 27772 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10919915520 18861 33554432000 4194304 4196468 140732395737104 139694029519888 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27773] ppid=27765 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27773/stat : 27773 (java) S 27765 27768 27612 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414213915 10919915520 18861 33554432000 4194304 4196468 140732395737104 139694028467088 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27774] ppid=27765 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27774/stat : 27774 (java) S 27765 27768 27612 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414213915 10919915520 18861 33554432000 4194304 4196468 140732395737104 139694027414288 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27775] ppid=27765 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27775/stat : 27775 (java) S 27765 27768 27612 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 414213916 10919915520 18861 33554432000 4194304 4196468 140732395737104 139693140154736 139694104509058 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0

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

[startup+9.60066 s]
/proc/loadavg: 0.72 0.18 0.10 3/230 27784
/proc/meminfo: memFree=31166920/32770624 swapFree=67004188/67108860
[pid=27768] ppid=27765 vsize=10746276 memory=466596 CPUtime=12.38 cores=1,3,5,7
/proc/27768/stat : 27768 (java) S 27765 27768 27612 0 -1 1077944320 30774 0 0 0 1205 33 0 0 20 0 16 0 414213913 11004186624 116649 33554432000 4194304 4196468 140732395737104 140732395719648 139694104497911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
/proc/27768/statm: 2686569 116649 3369 1 0 2646705 0
[pid=27768/tid=27770] ppid=27765 vsize=10746276 memory=279763163821152 CPUtime=1.86 cores=1,3,5,7
/proc/27768/task/27770/stat : 27770 (java) S 27765 27768 27612 0 -1 1077944384 13137 0 0 0 179 7 0 0 20 0 16 0 414213914 11004186624 116649 33554432000 4194304 4196468 140732395737104 139694108740784 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27771] ppid=27765 vsize=10746276 memory=259128261925115 CPUtime=0.1 cores=1,3,5,7
/proc/27768/task/27771/stat : 27771 (java) S 27765 27768 27612 0 -1 1077944384 320 0 0 0 5 5 0 0 20 0 16 0 414213915 11004186624 116649 33554432000 4194304 4196468 140732395737104 139694030572688 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27772] ppid=27765 vsize=10746276 memory=259128261925116 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27772/stat : 27772 (java) S 27765 27768 27612 0 -1 1077944384 226 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 116649 33554432000 4194304 4196468 140732395737104 139694029519888 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27773] ppid=27765 vsize=10746276 memory=444064 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27773/stat : 27773 (java) S 27765 27768 27612 0 -1 1077944384 243 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 116649 33554432000 4194304 4196468 140732395737104 139694028467088 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27774] ppid=27765 vsize=10746276 memory=279763164450640 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27774/stat : 27774 (java) S 27765 27768 27612 0 -1 1077944384 162 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 116649 33554432000 4194304 4196468 140732395737104 139694027414288 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27775] ppid=27765 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27768/task/27775/stat : 27775 (java) S 27765 27768 27612 0 -1 1077944384 597 0 0 0 1 0 0 0 20 0 16 0 414213916 11004186624 116649 33554432000 4194304 4196468 140732395737104 139693140154736 139694104509058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27776] ppid=27765 vsize=10746276 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27776/stat : 27776 (java) S 27765 27768 27612 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414213916 11004186624 116649 33554432000 4194304 4196468 140732395737104 139693139100768 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27777] ppid=27765 vsize=10746276 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27777/stat : 27777 (java) S 27765 27768 27612 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414213917 11004186624 116649 33554432000 4194304 4196468 140732395737104 139693138047872 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27778] ppid=27765 vsize=10746276 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27778/stat : 27778 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414213919 11004186624 116649 33554432000 4194304 4196468 140732395737104 139693136996176 139694104516507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27779] ppid=27765 vsize=10746276 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/27768/task/27779/stat : 27779 (java) S 27765 27768 27612 0 -1 1077944384 1938 0 0 0 91 0 0 0 20 0 16 0 414213921 11004186624 116649 33554432000 4194304 4196468 140732395737104 139693135944560 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27780] ppid=27765 vsize=10746276 memory=14068 CPUtime=1.03 cores=1,3,5,7
/proc/27768/task/27780/stat : 27780 (java) S 27765 27768 27612 0 -1 1077944384 2262 0 0 0 103 0 0 0 20 0 16 0 414213921 11004186624 116649 33554432000 4194304 4196468 140732395737104 139693134891760 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27781] ppid=27765 vsize=10746276 memory=2120 CPUtime=0.54 cores=1,3,5,7
/proc/27768/task/27781/stat : 27781 (java) S 27765 27768 27612 0 -1 1077944384 3205 0 0 0 53 1 0 0 20 0 16 0 414213921 11004186624 116649 33554432000 4194304 4196468 140732395737104 139693133838960 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27782] ppid=27765 vsize=10746276 memory=504 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27782/stat : 27782 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414213921 11004186624 116649 33554432000 4194304 4196468 140732395737104 139693132786400 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27783] ppid=27765 vsize=10746276 memory=1560 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27783/stat : 27783 (java) S 27765 27768 27612 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 414213921 11004186624 116649 33554432000 4194304 4196468 140732395737104 139693131733680 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27784] ppid=27765 vsize=10746276 memory=924 CPUtime=7.56 cores=1,3,5,7
/proc/27768/task/27784/stat : 27784 (java) R 27765 27768 27612 0 -1 4202560 7218 0 0 0 752 4 0 0 20 0 16 0 414214104 11004186624 116649 33554432000 4194304 4196468 140732395737104 139693114883328 139693699660603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
Current children cumulated CPU time: 12.38 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 466596 KiB

[startup+10.4007 s]
/proc/loadavg: 0.83 0.21 0.11 3/229 27784
/proc/meminfo: memFree=31154508/32770624 swapFree=67004188/67108860
[pid=27768] ppid=27765 vsize=10746276 memory=474792 CPUtime=13.19 cores=1,3,5,7
/proc/27768/stat : 27768 (java) S 27765 27768 27612 0 -1 1077944320 30906 0 0 0 1285 34 0 0 20 0 16 0 414213913 11004186624 118698 33554432000 4194304 4196468 140732395737104 140732395719648 139694104497911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
/proc/27768/statm: 2686569 118698 3369 1 0 2646705 0
[pid=27768/tid=27770] ppid=27765 vsize=10746276 memory=6628 CPUtime=1.86 cores=1,3,5,7
/proc/27768/task/27770/stat : 27770 (java) S 27765 27768 27612 0 -1 1077944384 13137 0 0 0 179 7 0 0 20 0 16 0 414213914 11004186624 118698 33554432000 4194304 4196468 140732395737104 139694108740784 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27771] ppid=27765 vsize=10746276 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/27768/task/27771/stat : 27771 (java) S 27765 27768 27612 0 -1 1077944384 320 0 0 0 5 5 0 0 20 0 16 0 414213915 11004186624 118698 33554432000 4194304 4196468 140732395737104 139694030572688 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27772] ppid=27765 vsize=10746276 memory=6944656592455359580 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27772/stat : 27772 (java) S 27765 27768 27612 0 -1 1077944384 226 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 118698 33554432000 4194304 4196468 140732395737104 139694029519888 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27773] ppid=27765 vsize=10746276 memory=7809523229951467568 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27773/stat : 27773 (java) S 27765 27768 27612 0 -1 1077944384 243 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 118698 33554432000 4194304 4196468 140732395737104 139694028467088 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27774] ppid=27765 vsize=10746276 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27774/stat : 27774 (java) S 27765 27768 27612 0 -1 1077944384 162 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 118698 33554432000 4194304 4196468 140732395737104 139694027414288 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27775] ppid=27765 vsize=10746276 memory=-2746958450906831424 CPUtime=0.01 cores=1,3,5,7
/proc/27768/task/27775/stat : 27775 (java) S 27765 27768 27612 0 -1 1077944384 597 0 0 0 1 0 0 0 20 0 16 0 414213916 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693140154736 139694104509058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27776] ppid=27765 vsize=10746276 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27776/stat : 27776 (java) S 27765 27768 27612 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414213916 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693139100768 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27777] ppid=27765 vsize=10746276 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27777/stat : 27777 (java) S 27765 27768 27612 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414213917 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693138047872 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27778] ppid=27765 vsize=10746276 memory=470696 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27778/stat : 27778 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414213919 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693136996176 139694104516507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27779] ppid=27765 vsize=10746276 memory=186 CPUtime=0.91 cores=1,3,5,7
/proc/27768/task/27779/stat : 27779 (java) S 27765 27768 27612 0 -1 1077944384 1938 0 0 0 91 0 0 0 20 0 16 0 414213921 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693135944560 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27780] ppid=27765 vsize=10746276 memory=10 CPUtime=1.03 cores=1,3,5,7
/proc/27768/task/27780/stat : 27780 (java) S 27765 27768 27612 0 -1 1077944384 2262 0 0 0 103 0 0 0 20 0 16 0 414213921 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693134891760 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27781] ppid=27765 vsize=10746276 memory=9 CPUtime=0.54 cores=1,3,5,7
/proc/27768/task/27781/stat : 27781 (java) S 27765 27768 27612 0 -1 1077944384 3245 0 0 0 53 1 0 0 20 0 16 0 414213921 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693133838960 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27782] ppid=27765 vsize=10746276 memory=9 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27782/stat : 27782 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414213921 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693132786400 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27783] ppid=27765 vsize=10746276 memory=9 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27783/stat : 27783 (java) S 27765 27768 27612 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 414213921 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693131733680 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27784] ppid=27765 vsize=10746276 memory=1 CPUtime=8.36 cores=1,3,5,7
/proc/27768/task/27784/stat : 27784 (java) R 27765 27768 27612 0 -1 4202560 7295 0 0 0 832 4 0 0 20 0 16 0 414214104 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693114883328 139693699660967 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
Current children cumulated CPU time: 13.19 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 474792 KiB

[startup+10.6007 s]
/proc/loadavg: 0.83 0.21 0.11 3/229 27784
/proc/meminfo: memFree=31154508/32770624 swapFree=67004188/67108860
[pid=27768] ppid=27765 vsize=10746276 memory=474792 CPUtime=13.39 cores=1,3,5,7
/proc/27768/stat : 27768 (java) S 27765 27768 27612 0 -1 1077944320 30906 0 0 0 1305 34 0 0 20 0 16 0 414213913 11004186624 118698 33554432000 4194304 4196468 140732395737104 140732395719648 139694104497911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
/proc/27768/statm: 2686569 118698 3369 1 0 2646705 0
[pid=27768/tid=27770] ppid=27765 vsize=10746276 memory=468644 CPUtime=1.86 cores=1,3,5,7
/proc/27768/task/27770/stat : 27770 (java) S 27765 27768 27612 0 -1 1077944384 13137 0 0 0 179 7 0 0 20 0 16 0 414213914 11004186624 118698 33554432000 4194304 4196468 140732395737104 139694108740784 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27771] ppid=27765 vsize=10746276 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/27768/task/27771/stat : 27771 (java) S 27765 27768 27612 0 -1 1077944384 320 0 0 0 5 5 0 0 20 0 16 0 414213915 11004186624 118698 33554432000 4194304 4196468 140732395737104 139694030572688 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27772] ppid=27765 vsize=10746276 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27772/stat : 27772 (java) S 27765 27768 27612 0 -1 1077944384 226 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 118698 33554432000 4194304 4196468 140732395737104 139694029519888 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27773] ppid=27765 vsize=10746276 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27773/stat : 27773 (java) S 27765 27768 27612 0 -1 1077944384 243 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 118698 33554432000 4194304 4196468 140732395737104 139694028467088 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27774] ppid=27765 vsize=10746276 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27774/stat : 27774 (java) S 27765 27768 27612 0 -1 1077944384 162 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 118698 33554432000 4194304 4196468 140732395737104 139694027414288 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27775] ppid=27765 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27768/task/27775/stat : 27775 (java) S 27765 27768 27612 0 -1 1077944384 597 0 0 0 1 0 0 0 20 0 16 0 414213916 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693140154736 139694104509058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27776] ppid=27765 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27776/stat : 27776 (java) S 27765 27768 27612 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414213916 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693139100768 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27777] ppid=27765 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27777/stat : 27777 (java) S 27765 27768 27612 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414213917 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693138047872 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27778] ppid=27765 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27778/stat : 27778 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414213919 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693136996176 139694104516507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27779] ppid=27765 vsize=10746276 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/27768/task/27779/stat : 27779 (java) S 27765 27768 27612 0 -1 1077944384 1938 0 0 0 91 0 0 0 20 0 16 0 414213921 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693135944560 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27780] ppid=27765 vsize=10746276 memory=7162246438328549482 CPUtime=1.03 cores=1,3,5,7
/proc/27768/task/27780/stat : 27780 (java) S 27765 27768 27612 0 -1 1077944384 2262 0 0 0 103 0 0 0 20 0 16 0 414213921 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693134891760 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27781] ppid=27765 vsize=10746276 memory=7665808706455890283 CPUtime=0.54 cores=1,3,5,7
/proc/27768/task/27781/stat : 27781 (java) S 27765 27768 27612 0 -1 1077944384 3245 0 0 0 53 1 0 0 20 0 16 0 414213921 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693133838960 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27782] ppid=27765 vsize=10746276 memory=7162246662422157676 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27782/stat : 27782 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414213921 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693132786400 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27783] ppid=27765 vsize=10746276 memory=2110232189616292 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27783/stat : 27783 (java) S 27765 27768 27612 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 414213921 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693131733680 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27784] ppid=27765 vsize=10746276 memory=0 CPUtime=8.56 cores=1,3,5,7
/proc/27768/task/27784/stat : 27784 (java) R 27765 27768 27612 0 -1 4202560 7295 0 0 0 852 4 0 0 20 0 16 0 414214104 11004186624 118698 33554432000 4194304 4196468 140732395737104 139693114883328 139693699766355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
Current children cumulated CPU time: 13.39 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 474792 KiB

[startup+10.7007 s]
/proc/loadavg: 0.83 0.21 0.11 3/229 27784
/proc/meminfo: memFree=31154508/32770624 swapFree=67004188/67108860
[pid=27768] ppid=27765 vsize=10746276 memory=476840 CPUtime=13.49 cores=1,3,5,7
/proc/27768/stat : 27768 (java) S 27765 27768 27612 0 -1 1077944320 30908 0 0 0 1315 34 0 0 20 0 16 0 414213913 11004186624 119210 33554432000 4194304 4196468 140732395737104 140732395719648 139694104497911 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
/proc/27768/statm: 2686569 119210 3369 1 0 2646705 0
[pid=27768/tid=27770] ppid=27765 vsize=10746276 memory=474792 CPUtime=1.86 cores=1,3,5,7
/proc/27768/task/27770/stat : 27770 (java) S 27765 27768 27612 0 -1 1077944384 13137 0 0 0 179 7 0 0 20 0 16 0 414213914 11004186624 119210 33554432000 4194304 4196468 140732395737104 139694108740784 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27771] ppid=27765 vsize=10746276 memory=432132 CPUtime=0.1 cores=1,3,5,7
/proc/27768/task/27771/stat : 27771 (java) S 27765 27768 27612 0 -1 1077944384 320 0 0 0 5 5 0 0 20 0 16 0 414213915 11004186624 119210 33554432000 4194304 4196468 140732395737104 139694030572688 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27772] ppid=27765 vsize=10746276 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27772/stat : 27772 (java) S 27765 27768 27612 0 -1 1077944384 226 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 119210 33554432000 4194304 4196468 140732395737104 139694029519888 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27773] ppid=27765 vsize=10746276 memory=288230574492221466 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27773/stat : 27773 (java) S 27765 27768 27612 0 -1 1077944384 243 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 119210 33554432000 4194304 4196468 140732395737104 139694028467088 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27774] ppid=27765 vsize=10746276 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27768/task/27774/stat : 27774 (java) S 27765 27768 27612 0 -1 1077944384 162 0 0 0 5 4 0 0 20 0 16 0 414213915 11004186624 119210 33554432000 4194304 4196468 140732395737104 139694027414288 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27775] ppid=27765 vsize=10746276 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27768/task/27775/stat : 27775 (java) S 27765 27768 27612 0 -1 1077944384 597 0 0 0 1 0 0 0 20 0 16 0 414213916 11004186624 119210 33554432000 4194304 4196468 140732395737104 139693140154736 139694104509058 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27776] ppid=27765 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27776/stat : 27776 (java) S 27765 27768 27612 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414213916 11004186624 119210 33554432000 4194304 4196468 140732395737104 139693139100768 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27777] ppid=27765 vsize=10746276 memory=462500 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27777/stat : 27777 (java) S 27765 27768 27612 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 414213917 11004186624 119210 33554432000 4194304 4196468 140732395737104 139693138047872 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27778] ppid=27765 vsize=10746276 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27778/stat : 27778 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414213919 11004186624 119210 33554432000 4194304 4196468 140732395737104 139693136996176 139694104516507 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27779] ppid=27765 vsize=10746276 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/27768/task/27779/stat : 27779 (java) S 27765 27768 27612 0 -1 1077944384 1938 0 0 0 91 0 0 0 20 0 16 0 414213921 11004186624 119210 33554432000 4194304 4196468 140732395737104 139693135944560 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27780] ppid=27765 vsize=10746276 memory=56 CPUtime=1.03 cores=1,3,5,7
/proc/27768/task/27780/stat : 27780 (java) S 27765 27768 27612 0 -1 1077944384 2262 0 0 0 103 0 0 0 20 0 16 0 414213921 11004186624 119210 33554432000 4194304 4196468 140732395737104 139693134891760 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27781] ppid=27765 vsize=10746276 memory=6656426216303648864 CPUtime=0.54 cores=1,3,5,7
/proc/27768/task/27781/stat : 27781 (java) S 27765 27768 27612 0 -1 1077944384 3245 0 0 0 53 1 0 0 20 0 16 0 414213921 11004186624 119210 33554432000 4194304 4196468 140732395737104 139693133838960 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27782] ppid=27765 vsize=10746276 memory=-3039135443232236825 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27782/stat : 27782 (java) S 27765 27768 27612 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414213921 11004186624 119210 33554432000 4194304 4196468 140732395737104 139693132786400 139694104508117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27783] ppid=27765 vsize=10746276 memory=465 CPUtime=0 cores=1,3,5,7
/proc/27768/task/27783/stat : 27783 (java) S 27765 27768 27612 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 16 0 414213921 11004186624 119210 33554432000 4194304 4196468 140732395737104 139693131733680 139694104509058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
[pid=27768/tid=27784] ppid=27765 vsize=10746276 memory=6944656575208382560 CPUtime=8.66 cores=1,3,5,7
/proc/27768/task/27784/stat : 27784 (java) R 27765 27768 27612 0 -1 4202560 7297 0 0 0 862 4 0 0 20 0 16 0 414214104 11004186624 119210 33554432000 4194304 4196468 140732395737104 139693114883328 139693699660399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6823936 140732395742219 140732395742322 140732395742322 140732395745231 0
Current children cumulated CPU time: 13.49 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 476840 KiB

Child status: 0
Real time (s): 10.7906
CPU time (s): 13.5839
CPU user time (s): 13.2352
CPU system time (s): 0.348664
CPU usage (%): 125.887
Max. virtual memory (cumulated for all children) (KiB): 10746276
Max. memory (cumulated for all children) (KiB): 476840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.2352
system time used= 0.348664
maximum resident set size= 481300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32018
page faults= 0
swaps= 0
block input operations= 96
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2941
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 27768
#   total CPU time (s): 13.5839
#   total CPU user time (s): 13.2352
#   total CPU system time (s): 0.348664

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.082793 second user time and 0.149027 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 15:14:46
IDJOB=4390499
IDBENCH=121201
IDSOLVER=2832
FILE ID=node148/4390499-1568380523
RUNJOBID= node148-1568380480-27644
PBS_JOBID= 21701823
Free space on /tmp= 58780 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Random/Random-m1-7-40-8t/rand-7-40-8-40-15000-9.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390499-1568380523/watcher-4390499-1568380523 -o /tmp/evaluation-result-4390499-1568380523/solver-4390499-1568380523 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568380480-27644 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390499-1568380523.xml -cm

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

MD5SUM BENCH= 134b875ea7bd230347634fe517213ca9
RANDOM SEED=1895445107

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31626892 kB
MemAvailable:   31710808 kB
Buffers:           18960 kB
Cached:           360368 kB
SwapCached:         3856 kB
Active:           429860 kB
Inactive:         155776 kB
Active(anon):     203392 kB
Inactive(anon):    43804 kB
Active(file):     226468 kB
Inactive(file):   111972 kB
Unevictable:      108944 kB
Mlocked:          108944 kB
SwapTotal:      67108860 kB
SwapFree:       67004188 kB
Dirty:             17756 kB
Writeback:             0 kB
AnonPages:        253552 kB
Mapped:            56096 kB
Shmem:             32308 kB
Slab:             151036 kB
SReclaimable:     122620 kB
SUnreclaim:        28416 kB
KernelStack:        4000 kB
PageTables:         6080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1262368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58772 MiB
End job on node148 at 2019-09-13 15:14:57